deprecated-packages.json 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713
  1. {
  2. "advanced-new-file": {
  3. "version": "<=0.4.1",
  4. "hasDeprecations": true,
  5. "latestHasDeprecations": false
  6. },
  7. "angularjs-helper": {
  8. "version": "<=0.9.2",
  9. "hasDeprecations": true,
  10. "latestHasDeprecations": true
  11. },
  12. "apex-ui-personalize": {
  13. "version": "<=0.1.0",
  14. "hasDeprecations": true,
  15. "latestHasDeprecations": true
  16. },
  17. "api-blueprint-preview": {
  18. "version": "<=0.3.0",
  19. "hasDeprecations": true,
  20. "latestHasDeprecations": false
  21. },
  22. "asciidoc-preview": {
  23. "version": "<=0.5.0",
  24. "hasDeprecations": true,
  25. "latestHasDeprecations": true
  26. },
  27. "ask-stack": {
  28. "version": "<=1.1.0",
  29. "hasDeprecations": true,
  30. "latestHasDeprecations": false
  31. },
  32. "assign-align": {
  33. "version": "<=0.1.0",
  34. "hasDeprecations": true,
  35. "latestHasDeprecations": true
  36. },
  37. "asteroids": {
  38. "version": "<=0.2.0",
  39. "hasDeprecations": true,
  40. "latestHasDeprecations": true
  41. },
  42. "atom-2048": {
  43. "version": "<=1.2.3",
  44. "hasDeprecations": true,
  45. "latestHasDeprecations": true
  46. },
  47. "atom-angularjs": {
  48. "hasAlternative": true,
  49. "alternative": "angularjs"
  50. },
  51. "atom-beautifier": {
  52. "version": "<=0.5.0",
  53. "hasDeprecations": true,
  54. "latestHasDeprecations": true
  55. },
  56. "atom-beautify": {
  57. "version": "<=0.27.6",
  58. "hasDeprecations": true,
  59. "latestHasDeprecations": false
  60. },
  61. "atom-browser-webview": {
  62. "version": "<=0.6.0",
  63. "hasDeprecations": true,
  64. "latestHasDeprecations": true
  65. },
  66. "atom-charcode": {
  67. "version": "<=0.4.0",
  68. "hasDeprecations": true,
  69. "latestHasDeprecations": true
  70. },
  71. "atom-cli-diff": {
  72. "version": "<=0.11.0",
  73. "hasDeprecations": true,
  74. "latestHasDeprecations": true
  75. },
  76. "atom-compile-coffee": {
  77. "version": "<=1.4.0",
  78. "hasDeprecations": true,
  79. "latestHasDeprecations": false
  80. },
  81. "atom-ctags": {
  82. "version": "<=3.2.0",
  83. "hasDeprecations": true,
  84. "latestHasDeprecations": false
  85. },
  86. "atom-eslint": {
  87. "hasAlternative": true,
  88. "alternative": "linter"
  89. },
  90. "atom-faker": {
  91. "version": "<=0.2.0",
  92. "hasDeprecations": true,
  93. "latestHasDeprecations": true
  94. },
  95. "atom-flake8": {
  96. "hasAlternative": true,
  97. "alternative": "linter"
  98. },
  99. "atom-go-format": {
  100. "hasAlternative": true,
  101. "alternative": "go-plus"
  102. },
  103. "atom-grunt-configs": {
  104. "version": "<=0.1.0",
  105. "hasDeprecations": true,
  106. "latestHasDeprecations": true
  107. },
  108. "atom-html-preview": {
  109. "version": "<=0.1.6",
  110. "hasDeprecations": true,
  111. "latestHasDeprecations": true
  112. },
  113. "atom-html5-boilerplate": {
  114. "version": "<=0.2.0",
  115. "hasDeprecations": true,
  116. "latestHasDeprecations": true
  117. },
  118. "atom-htmlizer": {
  119. "version": "<=0.1.1",
  120. "hasDeprecations": true,
  121. "latestHasDeprecations": true
  122. },
  123. "atom-jsfmt": {
  124. "version": "<=0.6.0",
  125. "hasDeprecations": true,
  126. "latestHasDeprecations": false
  127. },
  128. "atom-jshint": {
  129. "version": "<=1.5.0",
  130. "hasDeprecations": true,
  131. "latestHasDeprecations": false
  132. },
  133. "atom-lint": {
  134. "hasAlternative": true,
  135. "alternative": "linter"
  136. },
  137. "atom-pair": {
  138. "version": "<=1.1.5",
  139. "hasDeprecations": true,
  140. "latestHasDeprecations": false
  141. },
  142. "atom-prettify": {
  143. "version": "<=0.1.1",
  144. "hasDeprecations": true,
  145. "latestHasDeprecations": true
  146. },
  147. "atom-processing": {
  148. "version": "<=0.1.0",
  149. "hasDeprecations": true,
  150. "latestHasDeprecations": true
  151. },
  152. "atom-python-debugger": {
  153. "version": "<=0.3.0",
  154. "hasDeprecations": true,
  155. "latestHasDeprecations": true
  156. },
  157. "atom-rails": {
  158. "version": "<=0.4.0",
  159. "hasDeprecations": true,
  160. "latestHasDeprecations": true
  161. },
  162. "atom-raml-preview": {
  163. "version": "<=0.0.1",
  164. "hasDeprecations": true,
  165. "latestHasDeprecations": true
  166. },
  167. "atom-runner": {
  168. "version": "<=2.3.0",
  169. "hasDeprecations": true,
  170. "latestHasDeprecations": false
  171. },
  172. "atom-semicolons": {
  173. "version": "<=0.1.5",
  174. "hasDeprecations": true,
  175. "latestHasDeprecations": true
  176. },
  177. "atom-spotify": {
  178. "version": "<=1.2.0",
  179. "hasDeprecations": true,
  180. "latestHasDeprecations": true
  181. },
  182. "atom-terminal-panel": {
  183. "version": "<=4.3.1",
  184. "hasDeprecations": true,
  185. "latestHasDeprecations": false
  186. },
  187. "atom-typescript": {
  188. "version": "<=4.1.0",
  189. "hasDeprecations": true,
  190. "latestHasDeprecations": false
  191. },
  192. "atom-ungit": {
  193. "version": "<=0.4.3",
  194. "hasDeprecations": true,
  195. "latestHasDeprecations": true
  196. },
  197. "atom-yeoman": {
  198. "version": "<=0.2.0",
  199. "hasDeprecations": true,
  200. "latestHasDeprecations": false
  201. },
  202. "atomatigit": {
  203. "version": "<=1.3.0",
  204. "hasDeprecations": true,
  205. "latestHasDeprecations": false
  206. },
  207. "atomic-emacs": {
  208. "version": "<=0.5.1",
  209. "hasDeprecations": true,
  210. "latestHasDeprecations": false
  211. },
  212. "atomic-rest": {
  213. "version": "<=0.2.1",
  214. "hasDeprecations": true,
  215. "latestHasDeprecations": true
  216. },
  217. "auto-detect-indentation": {
  218. "version": "<=0.3.0",
  219. "hasDeprecations": true,
  220. "latestHasDeprecations": false
  221. },
  222. "auto-indent": {
  223. "version": "<=0.1.0",
  224. "hasDeprecations": true,
  225. "latestHasDeprecations": true
  226. },
  227. "auto-replace-in-selection": {
  228. "version": "<=2.1.0",
  229. "hasDeprecations": true,
  230. "latestHasDeprecations": true
  231. },
  232. "auto-update-packages": {
  233. "version": "<=0.2.2",
  234. "hasDeprecations": true,
  235. "latestHasDeprecations": true
  236. },
  237. "autoclose-html": {
  238. "version": "<=0.15.0",
  239. "hasDeprecations": true,
  240. "latestHasDeprecations": false
  241. },
  242. "autocomplete-haskell": {
  243. "version": "<=0.2.1",
  244. "hasDeprecations": true,
  245. "latestHasDeprecations": false
  246. },
  247. "autocomplete-jedi": {
  248. "hasAlternative": true,
  249. "alternative": "autocomplete-python"
  250. },
  251. "autocomplete-paths": {
  252. "version": "<=1.0.1",
  253. "hasDeprecations": true,
  254. "latestHasDeprecations": false
  255. },
  256. "autocomplete-phpunit": {
  257. "version": "<=1.0.0",
  258. "hasDeprecations": true,
  259. "latestHasDeprecations": false
  260. },
  261. "autocomplete-plus-async": {
  262. "hasAlternative": true,
  263. "message": "`autocomplete-plus-async` has been replaced by `autocomplete-plus` which is bundled in core",
  264. "alternative": "core"
  265. },
  266. "autocomplete-plus-jedi": {
  267. "version": "<=0.0.9",
  268. "hasDeprecations": true,
  269. "latestHasDeprecations": true
  270. },
  271. "autocomplete-plus-python-jedi": {
  272. "hasAlternative": true,
  273. "alternative": "autocomplete-python"
  274. },
  275. "autocomplete-snippets": {
  276. "version": "<=1.0.0",
  277. "hasDeprecations": true,
  278. "latestHasDeprecations": false
  279. },
  280. "bezier-curve-editor": {
  281. "version": "<=0.6.6",
  282. "hasDeprecations": true,
  283. "latestHasDeprecations": false
  284. },
  285. "big-cursor": {
  286. "version": "<=0.1.0",
  287. "hasDeprecations": true,
  288. "latestHasDeprecations": true
  289. },
  290. "block-comment": {
  291. "version": "<=0.4.1",
  292. "hasDeprecations": true,
  293. "latestHasDeprecations": false
  294. },
  295. "browser-refresh": {
  296. "version": "<=0.8.3",
  297. "hasDeprecations": true,
  298. "latestHasDeprecations": true
  299. },
  300. "cabal": {
  301. "version": "<=0.0.13",
  302. "hasDeprecations": true,
  303. "latestHasDeprecations": false
  304. },
  305. "change-case": {
  306. "version": "<=0.5.1",
  307. "hasDeprecations": true,
  308. "latestHasDeprecations": true
  309. },
  310. "circle-ci": {
  311. "version": "<=0.9.1",
  312. "hasDeprecations": true,
  313. "latestHasDeprecations": false
  314. },
  315. "clang-format": {
  316. "version": "<=1.8.0",
  317. "hasDeprecations": true,
  318. "latestHasDeprecations": false
  319. },
  320. "clipboard-history": {
  321. "version": "<=0.6.5",
  322. "hasDeprecations": true,
  323. "latestHasDeprecations": true
  324. },
  325. "clone-cursor": {
  326. "version": "<=1.0.0",
  327. "hasDeprecations": true,
  328. "latestHasDeprecations": true
  329. },
  330. "closure-linter": {
  331. "version": "<=0.2.5",
  332. "hasDeprecations": true,
  333. "latestHasDeprecations": true
  334. },
  335. "code-links": {
  336. "version": "<=0.3.8",
  337. "hasDeprecations": true,
  338. "latestHasDeprecations": false
  339. },
  340. "codeship-status": {
  341. "version": "<=0.1.1",
  342. "hasDeprecations": true,
  343. "latestHasDeprecations": true
  344. },
  345. "coffee-compile": {
  346. "version": "<=0.5.0",
  347. "hasDeprecations": true,
  348. "latestHasDeprecations": false
  349. },
  350. "coffee-lint": {
  351. "hasAlternative": true,
  352. "alternative": "linter"
  353. },
  354. "coffee-trace": {
  355. "version": "<=0.2.2",
  356. "hasDeprecations": true,
  357. "latestHasDeprecations": true
  358. },
  359. "coffeescript-preview": {
  360. "hasAlternative": true,
  361. "alternative": "preview"
  362. },
  363. "color": {
  364. "version": "<=0.5.0",
  365. "hasDeprecations": true,
  366. "latestHasDeprecations": false
  367. },
  368. "color-picker": {
  369. "version": "<=1.7.0",
  370. "hasDeprecations": true,
  371. "latestHasDeprecations": false
  372. },
  373. "command-logger": {
  374. "version": "<=0.20.0",
  375. "hasDeprecations": true,
  376. "latestHasDeprecations": false
  377. },
  378. "comment": {
  379. "version": "<=0.2.7",
  380. "hasDeprecations": true,
  381. "latestHasDeprecations": true
  382. },
  383. "compass": {
  384. "version": "<=0.8.0",
  385. "hasDeprecations": true,
  386. "latestHasDeprecations": false
  387. },
  388. "composer": {
  389. "version": "<=0.3.1",
  390. "hasDeprecations": true,
  391. "latestHasDeprecations": true
  392. },
  393. "convert-to-utf8": {
  394. "version": "<=0.1.0",
  395. "hasDeprecations": true,
  396. "latestHasDeprecations": true
  397. },
  398. "coverage": {
  399. "version": "<=0.6.0",
  400. "hasDeprecations": true,
  401. "latestHasDeprecations": true
  402. },
  403. "csscomb": {
  404. "version": "<=0.1.2",
  405. "hasDeprecations": true,
  406. "latestHasDeprecations": true
  407. },
  408. "ctags-status": {
  409. "version": "<=1.2.3",
  410. "hasDeprecations": true,
  411. "latestHasDeprecations": false
  412. },
  413. "cucumber-runner": {
  414. "version": "<=0.1.1",
  415. "hasDeprecations": true,
  416. "latestHasDeprecations": true
  417. },
  418. "cucumber-step": {
  419. "version": "<=0.1.2",
  420. "hasDeprecations": true,
  421. "latestHasDeprecations": true
  422. },
  423. "custom-title": {
  424. "version": "<=0.7.1",
  425. "hasDeprecations": true,
  426. "latestHasDeprecations": true
  427. },
  428. "cut-line": {
  429. "hasAlternative": true,
  430. "alternative": "core"
  431. },
  432. "dash": {
  433. "version": "<=1.0.3",
  434. "hasDeprecations": true,
  435. "latestHasDeprecations": false
  436. },
  437. "data-atom": {
  438. "version": "<=0.4.0",
  439. "hasDeprecations": true,
  440. "latestHasDeprecations": false
  441. },
  442. "devdocs": {
  443. "version": "<=0.2.0",
  444. "hasDeprecations": true,
  445. "latestHasDeprecations": true
  446. },
  447. "django-templates": {
  448. "version": "<=0.3.0",
  449. "hasDeprecations": true,
  450. "latestHasDeprecations": false
  451. },
  452. "docblockr": {
  453. "version": "<=0.6.3",
  454. "hasDeprecations": true,
  455. "latestHasDeprecations": false
  456. },
  457. "easy-motion": {
  458. "version": "<=1.1.4",
  459. "hasDeprecations": true,
  460. "latestHasDeprecations": true
  461. },
  462. "editor-stats": {
  463. "version": "<=0.16.0",
  464. "hasDeprecations": true,
  465. "latestHasDeprecations": false
  466. },
  467. "editorconfig": {
  468. "version": "<=0.3.0",
  469. "hasDeprecations": true,
  470. "latestHasDeprecations": false
  471. },
  472. "elixir-cmd": {
  473. "version": "<=0.2.6",
  474. "hasDeprecations": true,
  475. "latestHasDeprecations": true
  476. },
  477. "emacs-mode": {
  478. "version": "<=0.0.29",
  479. "hasDeprecations": true,
  480. "latestHasDeprecations": true
  481. },
  482. "ember-cli-helper": {
  483. "version": "<=0.4.0",
  484. "hasDeprecations": true,
  485. "latestHasDeprecations": false
  486. },
  487. "emmet": {
  488. "version": "<=2.3.7",
  489. "hasDeprecations": true,
  490. "latestHasDeprecations": false
  491. },
  492. "emp-debugger": {
  493. "version": "<=0.6.13",
  494. "hasDeprecations": true,
  495. "latestHasDeprecations": false
  496. },
  497. "emp-template-management": {
  498. "version": "<=0.1.13",
  499. "hasDeprecations": true,
  500. "latestHasDeprecations": true
  501. },
  502. "enhanced-tabs": {
  503. "version": "<=1.1.0",
  504. "hasDeprecations": true,
  505. "latestHasDeprecations": true
  506. },
  507. "erb-snippets": {
  508. "version": "<=0.5.0",
  509. "hasDeprecations": true,
  510. "latestHasDeprecations": true
  511. },
  512. "error-status": {
  513. "version": "<=0.3.3",
  514. "hasDeprecations": true,
  515. "latestHasDeprecations": true
  516. },
  517. "eslint": {
  518. "version": "<=0.15.0",
  519. "hasDeprecations": true,
  520. "latestHasDeprecations": true
  521. },
  522. "eval": {
  523. "version": "<=0.2.0",
  524. "hasDeprecations": true,
  525. "latestHasDeprecations": true
  526. },
  527. "ex-mode": {
  528. "version": "<=0.4.1",
  529. "hasDeprecations": true,
  530. "latestHasDeprecations": false
  531. },
  532. "execute-as-ruby": {
  533. "version": "<=0.1.1",
  534. "hasDeprecations": true,
  535. "latestHasDeprecations": true
  536. },
  537. "expand-selection": {
  538. "version": "<=0.2.1",
  539. "hasDeprecations": true,
  540. "latestHasDeprecations": true
  541. },
  542. "explicit-reload": {
  543. "version": "<=0.2.0",
  544. "hasDeprecations": true,
  545. "latestHasDeprecations": true
  546. },
  547. "fancy-new-file": {
  548. "version": "<=0.7.0",
  549. "hasDeprecations": true,
  550. "latestHasDeprecations": true
  551. },
  552. "file-icon-supplement": {
  553. "version": "<=0.7.3",
  554. "hasDeprecations": true,
  555. "latestHasDeprecations": false
  556. },
  557. "file-icons": {
  558. "version": "<=0.3.0",
  559. "hasDeprecations": true,
  560. "latestHasDeprecations": false
  561. },
  562. "file-types": {
  563. "version": "<=0.3.0",
  564. "hasDeprecations": true,
  565. "latestHasDeprecations": true
  566. },
  567. "filetype-color": {
  568. "version": "<=0.1.4",
  569. "hasDeprecations": true,
  570. "latestHasDeprecations": true
  571. },
  572. "firepad": {
  573. "version": "<=0.3.1",
  574. "hasDeprecations": true,
  575. "latestHasDeprecations": true
  576. },
  577. "flake8": {
  578. "hasAlternative": true,
  579. "alternative": "linter"
  580. },
  581. "floobits": {
  582. "version": "<=0.4.2",
  583. "hasDeprecations": true,
  584. "latestHasDeprecations": true
  585. },
  586. "function-name-in-status-bar": {
  587. "version": "<=0.2.6",
  588. "hasDeprecations": true,
  589. "latestHasDeprecations": true
  590. },
  591. "fuzzy-finder": {
  592. "version": "<=0.60.0",
  593. "hasDeprecations": true,
  594. "latestHasDeprecations": false
  595. },
  596. "get-routes": {
  597. "version": "<=0.2.0",
  598. "hasDeprecations": true,
  599. "latestHasDeprecations": true
  600. },
  601. "gist-it": {
  602. "version": "<=0.6.10",
  603. "hasDeprecations": true,
  604. "latestHasDeprecations": false
  605. },
  606. "git-blame": {
  607. "version": "<=0.4.0",
  608. "hasDeprecations": true,
  609. "latestHasDeprecations": false
  610. },
  611. "git-control": {
  612. "version": "<=0.2.0",
  613. "hasDeprecations": true,
  614. "latestHasDeprecations": false
  615. },
  616. "git-diff": {
  617. "version": "<=0.43.0",
  618. "hasDeprecations": true,
  619. "latestHasDeprecations": false
  620. },
  621. "git-diff-details": {
  622. "version": "<=0.8.0",
  623. "hasDeprecations": true,
  624. "latestHasDeprecations": false
  625. },
  626. "git-log": {
  627. "version": "<=0.3.0",
  628. "hasDeprecations": true,
  629. "latestHasDeprecations": false
  630. },
  631. "git-plus": {
  632. "version": "<=4.5.0",
  633. "hasDeprecations": true,
  634. "latestHasDeprecations": false
  635. },
  636. "git-review": {
  637. "version": "<=0.2.1",
  638. "hasDeprecations": true,
  639. "latestHasDeprecations": true
  640. },
  641. "git-tab-status": {
  642. "version": "<=1.5.3",
  643. "hasDeprecations": true,
  644. "latestHasDeprecations": false
  645. },
  646. "github-issues": {
  647. "version": "<=0.5.0",
  648. "hasDeprecations": true,
  649. "latestHasDeprecations": true
  650. },
  651. "gitignore-snippets": {
  652. "version": "<=0.2.3",
  653. "hasDeprecations": true,
  654. "latestHasDeprecations": true
  655. },
  656. "gitter": {
  657. "version": "<=0.6.2",
  658. "hasDeprecations": true,
  659. "latestHasDeprecations": true
  660. },
  661. "go-oracle": {
  662. "version": "<=0.2.0",
  663. "hasDeprecations": true,
  664. "latestHasDeprecations": false
  665. },
  666. "go-plus": {
  667. "version": "<=2.0.8",
  668. "hasDeprecations": true,
  669. "latestHasDeprecations": false
  670. },
  671. "go-to-view": {
  672. "version": "<=0.1.2",
  673. "hasDeprecations": true,
  674. "latestHasDeprecations": true
  675. },
  676. "gocode": {
  677. "version": "<=0.2.1",
  678. "hasDeprecations": true,
  679. "latestHasDeprecations": true
  680. },
  681. "gradle-ci": {
  682. "version": "<=0.2.3",
  683. "hasDeprecations": true,
  684. "latestHasDeprecations": true
  685. },
  686. "grunt-runner": {
  687. "version": "<=0.8.2",
  688. "hasDeprecations": true,
  689. "latestHasDeprecations": false
  690. },
  691. "gulp-helper": {
  692. "version": "<=4.1.0",
  693. "hasDeprecations": true,
  694. "latestHasDeprecations": true
  695. },
  696. "gutter-shadow": {
  697. "version": "<=0.1.1",
  698. "hasDeprecations": true,
  699. "latestHasDeprecations": false
  700. },
  701. "hiera-eyaml": {
  702. "version": "<=0.4.7",
  703. "hasDeprecations": true,
  704. "latestHasDeprecations": false
  705. },
  706. "highlight-column": {
  707. "version": "<=0.3.2",
  708. "hasDeprecations": true,
  709. "latestHasDeprecations": false
  710. },
  711. "highlight-cov": {
  712. "version": "<=0.1.0",
  713. "hasDeprecations": true,
  714. "latestHasDeprecations": true
  715. },
  716. "highlight-css-color": {
  717. "hasAlternative": true,
  718. "alternative": "pigments"
  719. },
  720. "highlight-line": {
  721. "version": "<=0.9.3",
  722. "hasDeprecations": true,
  723. "latestHasDeprecations": false
  724. },
  725. "highlight-selected": {
  726. "version": "<=0.7.0",
  727. "hasDeprecations": true,
  728. "latestHasDeprecations": false
  729. },
  730. "hipster-ipsum": {
  731. "version": "<=0.1.0",
  732. "hasDeprecations": true,
  733. "latestHasDeprecations": true
  734. },
  735. "html-entities": {
  736. "version": "<=0.2.0",
  737. "hasDeprecations": true,
  738. "latestHasDeprecations": false
  739. },
  740. "html-helper": {
  741. "version": "<=0.2.3",
  742. "hasDeprecations": true,
  743. "latestHasDeprecations": true
  744. },
  745. "html-img": {
  746. "version": "<=0.4.0",
  747. "hasDeprecations": true,
  748. "latestHasDeprecations": true
  749. },
  750. "html2haml": {
  751. "version": "<=0.6.0",
  752. "hasDeprecations": true,
  753. "latestHasDeprecations": false
  754. },
  755. "html2jade": {
  756. "version": "<=0.7.0",
  757. "hasDeprecations": true,
  758. "latestHasDeprecations": true
  759. },
  760. "htmlhint": {
  761. "version": "<=0.4.0",
  762. "hasDeprecations": true,
  763. "latestHasDeprecations": false
  764. },
  765. "icon-font-picker": {
  766. "version": "<=0.0.2",
  767. "hasDeprecations": true,
  768. "latestHasDeprecations": true
  769. },
  770. "ide-flow": {
  771. "version": "<=0.7.0",
  772. "hasDeprecations": true,
  773. "latestHasDeprecations": false
  774. },
  775. "ide-haskell": {
  776. "version": "<=0.3.0",
  777. "hasDeprecations": true,
  778. "latestHasDeprecations": false
  779. },
  780. "import": {
  781. "version": "<=1.3.0",
  782. "hasDeprecations": true,
  783. "latestHasDeprecations": true
  784. },
  785. "inc-dec-value": {
  786. "version": "<=0.0.7",
  787. "hasDeprecations": true,
  788. "latestHasDeprecations": true
  789. },
  790. "increment-number": {
  791. "version": "<=0.1.0",
  792. "hasDeprecations": true,
  793. "latestHasDeprecations": true
  794. },
  795. "indent-helper": {
  796. "version": "<=0.1.1",
  797. "hasDeprecations": true,
  798. "latestHasDeprecations": false
  799. },
  800. "indentation-jumper": {
  801. "version": "<=0.1.1",
  802. "hasDeprecations": true,
  803. "latestHasDeprecations": true
  804. },
  805. "inline-autocomplete": {
  806. "version": "<=1.0.4",
  807. "hasDeprecations": true,
  808. "latestHasDeprecations": false
  809. },
  810. "ionic-atom": {
  811. "version": "<=0.3.1",
  812. "hasDeprecations": true,
  813. "latestHasDeprecations": true
  814. },
  815. "japanese-zen-han-convert": {
  816. "version": "<=0.3.2",
  817. "hasDeprecations": true,
  818. "latestHasDeprecations": false
  819. },
  820. "jsdoc": {
  821. "version": "<=0.9.0",
  822. "hasDeprecations": true,
  823. "latestHasDeprecations": true
  824. },
  825. "jsformat": {
  826. "version": "<=0.8.1",
  827. "hasDeprecations": true,
  828. "latestHasDeprecations": false
  829. },
  830. "jslint": {
  831. "version": "<=1.2.1",
  832. "hasDeprecations": true,
  833. "latestHasDeprecations": false
  834. },
  835. "jsonlint": {
  836. "version": "<=1.0.2",
  837. "hasDeprecations": true,
  838. "latestHasDeprecations": false
  839. },
  840. "jsonpp": {
  841. "version": "<=0.0.6",
  842. "hasDeprecations": true,
  843. "latestHasDeprecations": false
  844. },
  845. "keycodes": {
  846. "version": "<=0.1.2",
  847. "hasDeprecations": true,
  848. "latestHasDeprecations": true
  849. },
  850. "kinetic": {
  851. "version": "<=0.2.5",
  852. "hasDeprecations": true,
  853. "latestHasDeprecations": true
  854. },
  855. "language-javascript-semantic": {
  856. "version": "<=0.1.0",
  857. "hasDeprecations": true,
  858. "latestHasDeprecations": true
  859. },
  860. "language-jsoniq": {
  861. "version": "<=1.4.0",
  862. "hasDeprecations": true,
  863. "latestHasDeprecations": false
  864. },
  865. "language-jxa": {
  866. "hasDeprecations": true,
  867. "latestHasDeprecations": true
  868. },
  869. "language-nlf": {
  870. "hasAlternative": true,
  871. "alternative": "language-nsis"
  872. },
  873. "language-rspec": {
  874. "version": "<=0.2.1",
  875. "hasDeprecations": true,
  876. "latestHasDeprecations": false
  877. },
  878. "laravel-facades": {
  879. "version": "<=1.0.0",
  880. "hasDeprecations": true,
  881. "latestHasDeprecations": true
  882. },
  883. "last-cursor-position": {
  884. "version": "<=0.6.0",
  885. "hasDeprecations": true,
  886. "latestHasDeprecations": false
  887. },
  888. "layout-manager": {
  889. "version": "<=0.2.3",
  890. "hasDeprecations": true,
  891. "latestHasDeprecations": true
  892. },
  893. "less-autocompile": {
  894. "version": "<=0.3.3",
  895. "hasDeprecations": true,
  896. "latestHasDeprecations": false
  897. },
  898. "letter-spacing": {
  899. "version": "<=0.2.0",
  900. "hasDeprecations": true,
  901. "latestHasDeprecations": false
  902. },
  903. "line-count": {
  904. "version": "<=0.3.3",
  905. "hasDeprecations": true,
  906. "latestHasDeprecations": true
  907. },
  908. "line-jumper": {
  909. "version": "<=0.13.0",
  910. "hasDeprecations": true,
  911. "latestHasDeprecations": false
  912. },
  913. "linter": {
  914. "version": "<=0.11.1",
  915. "hasDeprecations": true,
  916. "latestHasDeprecations": false
  917. },
  918. "linter-flow": {
  919. "version": "<=0.1.4",
  920. "hasDeprecations": true,
  921. "latestHasDeprecations": false
  922. },
  923. "livereload": {
  924. "version": "<=0.2.0",
  925. "hasDeprecations": true,
  926. "latestHasDeprecations": true
  927. },
  928. "local-history": {
  929. "version": "<=3.1.0",
  930. "hasDeprecations": true,
  931. "latestHasDeprecations": true
  932. },
  933. "local-server": {
  934. "version": "<=0.1.0",
  935. "hasDeprecations": true,
  936. "latestHasDeprecations": true
  937. },
  938. "local-server-express": {
  939. "version": "<=0.2.2",
  940. "hasDeprecations": true,
  941. "latestHasDeprecations": false
  942. },
  943. "local-settings": {
  944. "version": "<=0.3.0",
  945. "hasDeprecations": true,
  946. "latestHasDeprecations": false
  947. },
  948. "localization": {
  949. "version": "<=1.16.1",
  950. "hasDeprecations": true,
  951. "latestHasDeprecations": true
  952. },
  953. "log-console": {
  954. "version": "<=0.1.2",
  955. "hasDeprecations": true,
  956. "latestHasDeprecations": false
  957. },
  958. "lorem-ipsum": {
  959. "version": "<=0.5.0",
  960. "hasDeprecations": true,
  961. "latestHasDeprecations": true
  962. },
  963. "mark-ring": {
  964. "version": "<=3.0.0",
  965. "hasDeprecations": true,
  966. "latestHasDeprecations": true
  967. },
  968. "markdown-format": {
  969. "version": "<=2.5.0",
  970. "hasDeprecations": true,
  971. "latestHasDeprecations": false
  972. },
  973. "markdown-helpers": {
  974. "version": "<=0.2.2",
  975. "hasDeprecations": true,
  976. "latestHasDeprecations": true
  977. },
  978. "markdown-pdf": {
  979. "version": "<=1.3.6",
  980. "hasDeprecations": true,
  981. "latestHasDeprecations": false
  982. },
  983. "markdown-preview-plus": {
  984. "version": "<=1.4.0",
  985. "hasDeprecations": true,
  986. "latestHasDeprecations": false
  987. },
  988. "markdown-stream": {
  989. "version": "<=0.6.0",
  990. "hasDeprecations": true,
  991. "latestHasDeprecations": true
  992. },
  993. "markdown-writer": {
  994. "version": "<=1.3.2",
  995. "hasDeprecations": true,
  996. "latestHasDeprecations": true
  997. },
  998. "marked": {
  999. "version": "<=0.1.8",
  1000. "hasDeprecations": true,
  1001. "latestHasDeprecations": true
  1002. },
  1003. "mate-subword-navigation": {
  1004. "version": "<=3.0.1",
  1005. "hasDeprecations": true,
  1006. "latestHasDeprecations": false
  1007. },
  1008. "MavensMate-Atom": {
  1009. "version": "<=0.0.20",
  1010. "hasDeprecations": true,
  1011. "latestHasDeprecations": true
  1012. },
  1013. "max-tabs": {
  1014. "hasAlternative": true,
  1015. "alternative": "tidy-tabs"
  1016. },
  1017. "maximize-panes": {
  1018. "version": "<=0.1.0",
  1019. "hasDeprecations": true,
  1020. "latestHasDeprecations": true
  1021. },
  1022. "mdurl": {
  1023. "version": "<=0.2.0",
  1024. "hasDeprecations": true,
  1025. "latestHasDeprecations": true
  1026. },
  1027. "mechanical-keyboard": {
  1028. "version": "<=0.1.0",
  1029. "hasDeprecations": true,
  1030. "latestHasDeprecations": true
  1031. },
  1032. "minifier": {
  1033. "version": "<=0.2.0",
  1034. "hasDeprecations": true,
  1035. "latestHasDeprecations": true
  1036. },
  1037. "minimap": {
  1038. "version": "<=3.5.6",
  1039. "hasDeprecations": true,
  1040. "latestHasDeprecations": false
  1041. },
  1042. "minimap-color-highlight": {
  1043. "version": "<=4.1.3",
  1044. "hasDeprecations": true,
  1045. "latestHasDeprecations": false
  1046. },
  1047. "minimap-git-diff": {
  1048. "version": "<=3.0.4",
  1049. "hasDeprecations": true,
  1050. "latestHasDeprecations": false
  1051. },
  1052. "mocha": {
  1053. "version": "<=0.0.5",
  1054. "hasDeprecations": true,
  1055. "latestHasDeprecations": true
  1056. },
  1057. "mocha-ui": {
  1058. "version": "<=0.1.0",
  1059. "hasDeprecations": true,
  1060. "latestHasDeprecations": false
  1061. },
  1062. "nbsp-detect": {
  1063. "hasAlternative": true,
  1064. "alternative": "core"
  1065. },
  1066. "node-debugger": {
  1067. "version": "<=0.2.3",
  1068. "hasDeprecations": true,
  1069. "latestHasDeprecations": false
  1070. },
  1071. "npm-autocomplete": {
  1072. "version": "<=0.1.2",
  1073. "hasDeprecations": true,
  1074. "latestHasDeprecations": true
  1075. },
  1076. "omni-ruler": {
  1077. "version": "<=0.3.1",
  1078. "hasDeprecations": true,
  1079. "latestHasDeprecations": true
  1080. },
  1081. "omnisharp-atom": {
  1082. "version": "<=0.4.9",
  1083. "hasDeprecations": true,
  1084. "latestHasDeprecations": false
  1085. },
  1086. "open-git-modified-files": {
  1087. "version": "<=0.1.0",
  1088. "hasDeprecations": true,
  1089. "latestHasDeprecations": true
  1090. },
  1091. "open-in-github-app": {
  1092. "version": "<=0.2.3",
  1093. "hasDeprecations": true,
  1094. "latestHasDeprecations": true
  1095. },
  1096. "open-in-gitx": {
  1097. "version": "<=0.1.1",
  1098. "hasDeprecations": true,
  1099. "latestHasDeprecations": true
  1100. },
  1101. "open-in-sourcetree": {
  1102. "version": "<=0.1.3",
  1103. "hasDeprecations": true,
  1104. "latestHasDeprecations": true
  1105. },
  1106. "open-last-project": {
  1107. "hasAlternative": true,
  1108. "alternative": "core"
  1109. },
  1110. "open-recent": {
  1111. "version": "<=2.2.0",
  1112. "hasDeprecations": true,
  1113. "latestHasDeprecations": false
  1114. },
  1115. "package-cop": {
  1116. "version": "<=0.2.5",
  1117. "hasDeprecations": true,
  1118. "latestHasDeprecations": false
  1119. },
  1120. "package-list-downloader": {
  1121. "version": "<=0.2.1",
  1122. "hasDeprecations": true,
  1123. "latestHasDeprecations": true
  1124. },
  1125. "pair-programming": {
  1126. "version": "<=0.7.0",
  1127. "hasDeprecations": true,
  1128. "latestHasDeprecations": true
  1129. },
  1130. "pane-layout-switcher": {
  1131. "version": "<=0.0.3",
  1132. "hasDeprecations": true,
  1133. "latestHasDeprecations": true
  1134. },
  1135. "paredit": {
  1136. "version": "<=1.0.0",
  1137. "hasDeprecations": true,
  1138. "latestHasDeprecations": true
  1139. },
  1140. "party-hard": {
  1141. "version": "<=0.3.3",
  1142. "hasDeprecations": true,
  1143. "latestHasDeprecations": true
  1144. },
  1145. "path": {
  1146. "version": "<=0.4.1",
  1147. "hasDeprecations": true,
  1148. "latestHasDeprecations": true
  1149. },
  1150. "pep8": {
  1151. "hasAlternative": true,
  1152. "alternative": "linter"
  1153. },
  1154. "pepper-autocomplete": {
  1155. "version": "<=0.6.0",
  1156. "hasDeprecations": true,
  1157. "latestHasDeprecations": true
  1158. },
  1159. "permute": {
  1160. "version": "<=0.1.0",
  1161. "hasDeprecations": true,
  1162. "latestHasDeprecations": true
  1163. },
  1164. "php-documentation-online": {
  1165. "version": "<=0.2.1",
  1166. "hasDeprecations": true,
  1167. "latestHasDeprecations": true
  1168. },
  1169. "php-getters-setters": {
  1170. "version": "<=0.5.0",
  1171. "hasDeprecations": true,
  1172. "latestHasDeprecations": true
  1173. },
  1174. "php-server": {
  1175. "version": "<=0.4.0",
  1176. "hasDeprecations": true,
  1177. "latestHasDeprecations": true
  1178. },
  1179. "phpunit": {
  1180. "version": "<=1.0.9",
  1181. "hasDeprecations": true,
  1182. "latestHasDeprecations": false
  1183. },
  1184. "playlist": {
  1185. "version": "<=0.1.7",
  1186. "hasDeprecations": true,
  1187. "latestHasDeprecations": true
  1188. },
  1189. "pretty-json": {
  1190. "version": "<=0.3.2",
  1191. "hasDeprecations": true,
  1192. "latestHasDeprecations": false
  1193. },
  1194. "preview": {
  1195. "version": "<=0.14.0",
  1196. "hasDeprecations": true,
  1197. "latestHasDeprecations": false
  1198. },
  1199. "preview-plus": {
  1200. "version": "<=1.1.42",
  1201. "hasDeprecations": true,
  1202. "latestHasDeprecations": true
  1203. },
  1204. "project-colorize": {
  1205. "version": "<=0.1.0",
  1206. "hasDeprecations": true,
  1207. "latestHasDeprecations": false
  1208. },
  1209. "project-manager": {
  1210. "version": "<=1.11.1",
  1211. "hasDeprecations": true,
  1212. "latestHasDeprecations": false
  1213. },
  1214. "project-palette-finder": {
  1215. "version": "<=2.4.7",
  1216. "hasDeprecations": true,
  1217. "latestHasDeprecations": false
  1218. },
  1219. "project-ring": {
  1220. "version": "<=0.20.5",
  1221. "hasDeprecations": true,
  1222. "latestHasDeprecations": true
  1223. },
  1224. "python": {
  1225. "hasAlternative": true,
  1226. "alternative": "script"
  1227. },
  1228. "python-coverage": {
  1229. "version": "<=0.2.0",
  1230. "hasDeprecations": true,
  1231. "latestHasDeprecations": true
  1232. },
  1233. "python-isort": {
  1234. "version": "<=0.0.6",
  1235. "hasDeprecations": true,
  1236. "latestHasDeprecations": false
  1237. },
  1238. "python-jedi": {
  1239. "version": "<=0.1.7",
  1240. "hasDeprecations": true,
  1241. "latestHasDeprecations": false
  1242. },
  1243. "quick-move-file": {
  1244. "version": "<=0.7.0",
  1245. "hasDeprecations": true,
  1246. "latestHasDeprecations": true
  1247. },
  1248. "r-exec": {
  1249. "version": "<=0.1.0",
  1250. "hasDeprecations": true,
  1251. "latestHasDeprecations": true
  1252. },
  1253. "rails-navigation": {
  1254. "version": "<=0.1.1",
  1255. "hasDeprecations": true,
  1256. "latestHasDeprecations": true
  1257. },
  1258. "react": {
  1259. "version": "<=0.5.3",
  1260. "hasDeprecations": true,
  1261. "latestHasDeprecations": false
  1262. },
  1263. "recent-projects": {
  1264. "version": "<=0.3.0",
  1265. "hasDeprecations": true,
  1266. "latestHasDeprecations": true
  1267. },
  1268. "regex-railroad-diagram": {
  1269. "version": "<=0.7.1",
  1270. "hasDeprecations": true,
  1271. "latestHasDeprecations": true
  1272. },
  1273. "related-files": {
  1274. "version": "<=0.3.0",
  1275. "hasDeprecations": true,
  1276. "latestHasDeprecations": true
  1277. },
  1278. "remember-session": {
  1279. "hasAlternative": true,
  1280. "alternative": "core"
  1281. },
  1282. "remote-atom": {
  1283. "version": "<=1.2.0",
  1284. "hasDeprecations": true,
  1285. "latestHasDeprecations": false
  1286. },
  1287. "remote-edit": {
  1288. "version": "<=1.6.4",
  1289. "hasDeprecations": true,
  1290. "latestHasDeprecations": false
  1291. },
  1292. "remote-sync": {
  1293. "version": "<=3.1.1",
  1294. "hasDeprecations": true,
  1295. "latestHasDeprecations": false
  1296. },
  1297. "resize-panes": {
  1298. "hasAlternative": true,
  1299. "alternative": "core"
  1300. },
  1301. "rest-client": {
  1302. "version": "<=0.3.3",
  1303. "hasDeprecations": true,
  1304. "latestHasDeprecations": true
  1305. },
  1306. "revert-buffer": {
  1307. "version": "<=0.4.0",
  1308. "hasDeprecations": true,
  1309. "latestHasDeprecations": false
  1310. },
  1311. "rsense": {
  1312. "version": "<=0.6.0",
  1313. "hasDeprecations": true,
  1314. "latestHasDeprecations": true
  1315. },
  1316. "rspec": {
  1317. "version": "<=0.3.0",
  1318. "hasDeprecations": true,
  1319. "latestHasDeprecations": true
  1320. },
  1321. "rst-preview-pandoc": {
  1322. "version": "<=0.1.6",
  1323. "hasDeprecations": true,
  1324. "latestHasDeprecations": false
  1325. },
  1326. "ruby-define-method": {
  1327. "version": "<=0.2.0",
  1328. "hasDeprecations": true,
  1329. "latestHasDeprecations": false
  1330. },
  1331. "ruby-hash-rocket": {
  1332. "version": "<=1.1.2",
  1333. "hasDeprecations": true,
  1334. "latestHasDeprecations": true
  1335. },
  1336. "ruby-strftime-reference": {
  1337. "version": "<=0.3.0",
  1338. "hasDeprecations": true,
  1339. "latestHasDeprecations": true
  1340. },
  1341. "ruby-test": {
  1342. "version": "<=0.9.5",
  1343. "hasDeprecations": true,
  1344. "latestHasDeprecations": false
  1345. },
  1346. "ruler": {
  1347. "version": "<=0.2.3",
  1348. "hasDeprecations": true,
  1349. "latestHasDeprecations": true
  1350. },
  1351. "run-command": {
  1352. "version": "<=0.1.1",
  1353. "hasDeprecations": true,
  1354. "latestHasDeprecations": false
  1355. },
  1356. "run-file": {
  1357. "version": "<=0.9.0",
  1358. "hasDeprecations": true,
  1359. "latestHasDeprecations": true
  1360. },
  1361. "run-in-browser": {
  1362. "version": "<=0.1.1",
  1363. "hasDeprecations": true,
  1364. "latestHasDeprecations": false
  1365. },
  1366. "runcoderun": {
  1367. "version": "<=0.5.1",
  1368. "hasDeprecations": true,
  1369. "latestHasDeprecations": true
  1370. },
  1371. "sass-autocompile": {
  1372. "version": "<=0.6.1",
  1373. "hasDeprecations": true,
  1374. "latestHasDeprecations": false
  1375. },
  1376. "sassbeautify": {
  1377. "version": "<=0.2.0",
  1378. "hasDeprecations": true,
  1379. "latestHasDeprecations": true
  1380. },
  1381. "save-commands": {
  1382. "version": "<=0.6.1",
  1383. "hasDeprecations": true,
  1384. "latestHasDeprecations": true
  1385. },
  1386. "save-session": {
  1387. "version": "<=0.15.0",
  1388. "hasDeprecations": true,
  1389. "latestHasDeprecations": false
  1390. },
  1391. "scope-inspector": {
  1392. "version": "<=0.2.1",
  1393. "hasDeprecations": true,
  1394. "latestHasDeprecations": false
  1395. },
  1396. "script": {
  1397. "version": "<=2.20.0",
  1398. "hasDeprecations": true,
  1399. "latestHasDeprecations": false
  1400. },
  1401. "script-runner": {
  1402. "version": "<=1.6.0",
  1403. "hasDeprecations": true,
  1404. "latestHasDeprecations": false
  1405. },
  1406. "select-scope": {
  1407. "version": "<=0.2.0",
  1408. "hasDeprecations": true,
  1409. "latestHasDeprecations": true
  1410. },
  1411. "selection-count": {
  1412. "hasAlternative": true,
  1413. "alternative": "core"
  1414. },
  1415. "slash-closer": {
  1416. "version": "<=0.7.1",
  1417. "hasDeprecations": true,
  1418. "latestHasDeprecations": true
  1419. },
  1420. "sloc": {
  1421. "version": "<=0.1.3",
  1422. "hasDeprecations": true,
  1423. "latestHasDeprecations": true
  1424. },
  1425. "smarter-delete-line": {
  1426. "version": "<=1.0.0",
  1427. "hasDeprecations": true,
  1428. "latestHasDeprecations": false
  1429. },
  1430. "space-block-jumper": {
  1431. "version": "<=0.4.3",
  1432. "hasDeprecations": true,
  1433. "latestHasDeprecations": true
  1434. },
  1435. "space-tab": {
  1436. "version": "<=0.1.0",
  1437. "hasDeprecations": true,
  1438. "latestHasDeprecations": false
  1439. },
  1440. "spark-dfu-util": {
  1441. "version": "<=0.4.0",
  1442. "hasDeprecations": true,
  1443. "latestHasDeprecations": true
  1444. },
  1445. "status-tab-spacing": {
  1446. "version": "<=0.3.1",
  1447. "hasDeprecations": true,
  1448. "latestHasDeprecations": true
  1449. },
  1450. "sublime-tabs": {
  1451. "hasAlternative": true,
  1452. "message": "`sublime-tabs` has been replaced by the 'Use Preview Tabs' option in the `tabs` package settings.",
  1453. "alternative": "core"
  1454. },
  1455. "supercollider": {
  1456. "version": "<=0.4.2",
  1457. "hasDeprecations": true,
  1458. "latestHasDeprecations": false
  1459. },
  1460. "supercopair": {
  1461. "version": "<=0.9.34",
  1462. "hasDeprecations": true,
  1463. "latestHasDeprecations": true
  1464. },
  1465. "support-gbk": {
  1466. "version": "<=1.1.0",
  1467. "hasDeprecations": true,
  1468. "latestHasDeprecations": true
  1469. },
  1470. "swift-playground": {
  1471. "version": "<=0.2.0",
  1472. "hasDeprecations": true,
  1473. "latestHasDeprecations": true
  1474. },
  1475. "symbol-gen": {
  1476. "version": "<=0.3.0",
  1477. "hasDeprecations": true,
  1478. "latestHasDeprecations": true
  1479. },
  1480. "synced-sidebar": {
  1481. "version": "<=0.2.3",
  1482. "hasDeprecations": true,
  1483. "latestHasDeprecations": true
  1484. },
  1485. "tab-history": {
  1486. "version": "<=0.4.0",
  1487. "hasDeprecations": true,
  1488. "latestHasDeprecations": true
  1489. },
  1490. "tab-switcher": {
  1491. "version": "<=0.2.0",
  1492. "hasDeprecations": true,
  1493. "latestHasDeprecations": true
  1494. },
  1495. "tabs-to-spaces": {
  1496. "version": "<=0.8.0",
  1497. "hasDeprecations": true,
  1498. "latestHasDeprecations": false
  1499. },
  1500. "tag": {
  1501. "version": "<=0.2.3",
  1502. "hasDeprecations": true,
  1503. "latestHasDeprecations": false
  1504. },
  1505. "tasks": {
  1506. "version": "<=1.0.1",
  1507. "hasDeprecations": true,
  1508. "latestHasDeprecations": false
  1509. },
  1510. "term": {
  1511. "version": "<=0.2.2",
  1512. "hasDeprecations": true,
  1513. "latestHasDeprecations": true
  1514. },
  1515. "terminal-panel": {
  1516. "version": "<=1.11.0",
  1517. "hasDeprecations": true,
  1518. "latestHasDeprecations": false
  1519. },
  1520. "terminal-status": {
  1521. "version": "<=1.6.4",
  1522. "hasDeprecations": true,
  1523. "latestHasDeprecations": false
  1524. },
  1525. "ternjs": {
  1526. "hasAlternative": true,
  1527. "alternative": "atom-ternjs"
  1528. },
  1529. "test-status": {
  1530. "version": "<=0.27.1",
  1531. "hasDeprecations": true,
  1532. "latestHasDeprecations": false
  1533. },
  1534. "the-closer": {
  1535. "version": "<=0.1.0",
  1536. "hasDeprecations": true,
  1537. "latestHasDeprecations": false
  1538. },
  1539. "ti-alloy-related": {
  1540. "version": "<=0.8.0",
  1541. "hasDeprecations": true,
  1542. "latestHasDeprecations": true
  1543. },
  1544. "tidal": {
  1545. "version": "<=0.6.6",
  1546. "hasDeprecations": true,
  1547. "latestHasDeprecations": false
  1548. },
  1549. "tidy-markdown": {
  1550. "version": "<=0.2.2",
  1551. "hasDeprecations": true,
  1552. "latestHasDeprecations": false
  1553. },
  1554. "timecop": {
  1555. "version": "<=0.23.0",
  1556. "hasDeprecations": true,
  1557. "latestHasDeprecations": false
  1558. },
  1559. "timekeeper": {
  1560. "version": "<=0.4.0",
  1561. "hasDeprecations": true,
  1562. "latestHasDeprecations": true
  1563. },
  1564. "toggle-tabs": {
  1565. "version": "<=0.1.8",
  1566. "hasDeprecations": true,
  1567. "latestHasDeprecations": true
  1568. },
  1569. "travis-ci-status": {
  1570. "version": "<=0.13.0",
  1571. "hasDeprecations": true,
  1572. "latestHasDeprecations": false
  1573. },
  1574. "true-color": {
  1575. "version": "<=0.4.1",
  1576. "hasDeprecations": true,
  1577. "latestHasDeprecations": true
  1578. },
  1579. "turbo-javascript": {
  1580. "version": "<=0.0.10",
  1581. "hasDeprecations": true,
  1582. "latestHasDeprecations": false
  1583. },
  1584. "turnip-step": {
  1585. "version": "<=1.0.0",
  1586. "hasDeprecations": true,
  1587. "latestHasDeprecations": true
  1588. },
  1589. "unity-ui": {
  1590. "version": "<=1.0.5",
  1591. "hasDeprecations": true,
  1592. "latestHasDeprecations": false
  1593. },
  1594. "update-package-dependencies": {
  1595. "version": "<=0.6.0",
  1596. "hasDeprecations": true,
  1597. "latestHasDeprecations": false
  1598. },
  1599. "update-packages": {
  1600. "hasAlternative": true,
  1601. "alternative": "core"
  1602. },
  1603. "vertical-align": {
  1604. "version": "<=0.6.1",
  1605. "hasDeprecations": true,
  1606. "latestHasDeprecations": false
  1607. },
  1608. "view-tail-large-files": {
  1609. "version": "<=0.1.17",
  1610. "hasDeprecations": true,
  1611. "latestHasDeprecations": true
  1612. },
  1613. "vim-mode": {
  1614. "version": "<=0.46.0",
  1615. "hasDeprecations": true,
  1616. "latestHasDeprecations": false
  1617. },
  1618. "virtualenv": {
  1619. "version": "<=0.6.2",
  1620. "hasDeprecations": true,
  1621. "latestHasDeprecations": true
  1622. },
  1623. "visual-bell": {
  1624. "version": "<=0.11.0",
  1625. "hasDeprecations": true,
  1626. "latestHasDeprecations": false
  1627. },
  1628. "vnc": {
  1629. "version": "<=0.1.3",
  1630. "hasDeprecations": true,
  1631. "latestHasDeprecations": true
  1632. },
  1633. "voicecode": {
  1634. "version": "<=0.9.0",
  1635. "hasDeprecations": true,
  1636. "latestHasDeprecations": true
  1637. },
  1638. "w3c-validation": {
  1639. "version": "<=0.1.3",
  1640. "hasDeprecations": true,
  1641. "latestHasDeprecations": false
  1642. },
  1643. "weather-package": {
  1644. "version": "<=1.5.4",
  1645. "hasDeprecations": true,
  1646. "latestHasDeprecations": true
  1647. },
  1648. "web-view": {
  1649. "version": "<=0.3.0",
  1650. "hasDeprecations": true,
  1651. "latestHasDeprecations": true
  1652. },
  1653. "webbox-color": {
  1654. "version": "<=0.5.4",
  1655. "hasDeprecations": true,
  1656. "latestHasDeprecations": false
  1657. },
  1658. "webview-pane": {
  1659. "version": "<=0.0.1",
  1660. "hasDeprecations": true,
  1661. "latestHasDeprecations": true
  1662. },
  1663. "wercker-status": {
  1664. "version": "<=0.3.0",
  1665. "hasDeprecations": true,
  1666. "latestHasDeprecations": false
  1667. },
  1668. "white-cursor": {
  1669. "version": "<=0.5.1",
  1670. "hasDeprecations": true,
  1671. "latestHasDeprecations": false
  1672. },
  1673. "whitespace": {
  1674. "version": "<=0.24.0",
  1675. "hasDeprecations": true,
  1676. "latestHasDeprecations": false
  1677. },
  1678. "word-count": {
  1679. "version": "<=0.1.0",
  1680. "hasDeprecations": true,
  1681. "latestHasDeprecations": true
  1682. },
  1683. "word-jumper": {
  1684. "version": "<=0.2.0",
  1685. "hasDeprecations": true,
  1686. "latestHasDeprecations": false
  1687. },
  1688. "wordcount": {
  1689. "version": "<=2.2.0",
  1690. "hasDeprecations": true,
  1691. "latestHasDeprecations": false
  1692. },
  1693. "wrap-lines": {
  1694. "hasAlternative": true,
  1695. "message": "`wrap-lines` has been replaced by a feature in core. Open the command palette and search for `autoflow`.",
  1696. "alternative": "core"
  1697. },
  1698. "yosemite-unity-ui": {
  1699. "version": "<=0.3.13",
  1700. "hasDeprecations": true,
  1701. "latestHasDeprecations": true
  1702. },
  1703. "yuno-commit": {
  1704. "version": "<=0.0.2",
  1705. "hasDeprecations": true,
  1706. "latestHasDeprecations": true
  1707. },
  1708. "zentabs": {
  1709. "version": "<=0.6.1",
  1710. "hasDeprecations": true,
  1711. "latestHasDeprecations": false
  1712. }
  1713. }