This commit is contained in:
sadick254 2022-11-04 16:23:11 +03:00
parent d2bd2fc77d
commit c9ff20f258
No known key found for this signature in database
GPG Key ID: FB51CF448C1FD089
2 changed files with 309 additions and 289 deletions

452
package-lock.json generated
View File

@ -94,9 +94,9 @@
}
},
"@babel/compat-data": {
"version": "7.20.0",
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.0.tgz",
"integrity": "sha512-Gt9jszFJYq7qzXVK4slhc6NzJXnOVmRECWcVjF/T23rNXD9NtWQ0W3qxdg+p9wWIB+VQw3GYV/U2Ha9bRTfs4w=="
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.1.tgz",
"integrity": "sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ=="
},
"@babel/core": {
"version": "7.12.9",
@ -122,9 +122,9 @@
},
"dependencies": {
"@babel/generator": {
"version": "7.20.0",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.0.tgz",
"integrity": "sha512-GUPcXxWibClgmYJuIwC2Bc2Lg+8b9VjaJ+HlNdACEVt+Wlr1eoU1OPZjZRm7Hzl0gaTsUZNQfeihvZJhG7oc3w==",
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.1.tgz",
"integrity": "sha512-u1dMdBUmA7Z0rBB97xh8pIhviK7oItYOkjbsCxTWMknyvbQRBwX7/gn4JXurRdirWMFh+ZtYARqkA6ydogVZpg==",
"requires": {
"@babel/types": "^7.20.0",
"@jridgewell/gen-mapping": "^0.3.2",
@ -415,12 +415,12 @@
}
},
"@babel/helpers": {
"version": "7.20.0",
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.0.tgz",
"integrity": "sha512-aGMjYraN0zosCEthoGLdqot1oRsmxVTQRHadsUPz5QM44Zej2PYRz7XiDE7GqnkZnNtLbOuxqoZw42vkU7+XEQ==",
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.1.tgz",
"integrity": "sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==",
"requires": {
"@babel/template": "^7.18.10",
"@babel/traverse": "^7.20.0",
"@babel/traverse": "^7.20.1",
"@babel/types": "^7.20.0"
}
},
@ -468,14 +468,14 @@
}
},
"@babel/parser": {
"version": "7.20.0",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.0.tgz",
"integrity": "sha512-G9VgAhEaICnz8iiJeGJQyVl6J2nTjbW0xeisva0PK6XcKsga7BIaqm4ZF8Rg1Wbaqmy6znspNqhPaPkyukujzg=="
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.1.tgz",
"integrity": "sha512-hp0AYxaZJhxULfM1zyp7Wgr+pSUKBcP3M+PHnSzWGdXOzg/kHWIgiUWARvubhUKGOEw3xqY4x+lyZ9ytBVcELw=="
},
"@babel/plugin-proposal-async-generator-functions": {
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.1.tgz",
"integrity": "sha512-0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q==",
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz",
"integrity": "sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==",
"requires": {
"@babel/helper-environment-visitor": "^7.18.9",
"@babel/helper-plugin-utils": "^7.19.0",
@ -905,11 +905,11 @@
}
},
"@babel/plugin-transform-parameters": {
"version": "7.18.8",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.8.tgz",
"integrity": "sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==",
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.1.tgz",
"integrity": "sha512-nDvKLrAvl+kf6BOy1UJ3MGwzzfTMgppxwiD2Jb4LO3xjYyZq30oQzDNJbCQpMdG9+j2IXHoiMrw5Cm/L6ZoxXQ==",
"requires": {
"@babel/helper-plugin-utils": "^7.18.6"
"@babel/helper-plugin-utils": "^7.19.0"
}
},
"@babel/plugin-transform-property-literals": {
@ -1175,9 +1175,9 @@
}
},
"@babel/runtime": {
"version": "7.20.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.0.tgz",
"integrity": "sha512-NDYdls71fTXoU8TZHfbBWg7DiZfNzClcKui/+kyi6ppD2L1qnWW3VV6CjtaBXSUGGhiTWJ6ereOIkUvenif66Q==",
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.1.tgz",
"integrity": "sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==",
"requires": {
"regenerator-runtime": "^0.13.10"
}
@ -1193,26 +1193,26 @@
}
},
"@babel/traverse": {
"version": "7.20.0",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.0.tgz",
"integrity": "sha512-5+cAXQNARgjRUK0JWu2UBwja4JLSO/rBMPJzpsKb+oBF5xlUuCfljQepS4XypBQoiigL0VQjTZy6WiONtUdScQ==",
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.1.tgz",
"integrity": "sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==",
"requires": {
"@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.20.0",
"@babel/generator": "^7.20.1",
"@babel/helper-environment-visitor": "^7.18.9",
"@babel/helper-function-name": "^7.19.0",
"@babel/helper-hoist-variables": "^7.18.6",
"@babel/helper-split-export-declaration": "^7.18.6",
"@babel/parser": "^7.20.0",
"@babel/parser": "^7.20.1",
"@babel/types": "^7.20.0",
"debug": "^4.1.0",
"globals": "^11.1.0"
},
"dependencies": {
"@babel/generator": {
"version": "7.20.0",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.0.tgz",
"integrity": "sha512-GUPcXxWibClgmYJuIwC2Bc2Lg+8b9VjaJ+HlNdACEVt+Wlr1eoU1OPZjZRm7Hzl0gaTsUZNQfeihvZJhG7oc3w==",
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.1.tgz",
"integrity": "sha512-u1dMdBUmA7Z0rBB97xh8pIhviK7oItYOkjbsCxTWMknyvbQRBwX7/gn4JXurRdirWMFh+ZtYARqkA6ydogVZpg==",
"requires": {
"@babel/types": "^7.20.0",
"@jridgewell/gen-mapping": "^0.3.2",
@ -1301,9 +1301,9 @@
"integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ=="
},
"@sinonjs/commons": {
"version": "1.8.3",
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz",
"integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==",
"version": "1.8.4",
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.4.tgz",
"integrity": "sha512-RpmQdHVo8hCEHDVpO39zToS9jOhR6nw+/lQAzRNq9ErrGV9IeHM71XCn68svVl/euFeVW6BWX4p35gkhbOcSIQ==",
"requires": {
"type-detect": "4.0.8"
}
@ -1459,8 +1459,8 @@
"integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw=="
},
"archive-view": {
"version": "git+https://github.com/atom/archive-view.git#35876ff335a5ee63759c775571b5db7ac9d5cb70",
"from": "git+https://github.com/atom/archive-view.git",
"version": "git+https://github.com/atom/archive-view.git#762c5b6b266704011a5672c87cf01c27920d9bd8",
"from": "git+https://github.com/atom/archive-view.git#762c5b6",
"requires": {
"etch": "0.9.0",
"fs-plus": "^3.0.0",
@ -1510,13 +1510,13 @@
}
},
"array.prototype.reduce": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.4.tgz",
"integrity": "sha512-WnM+AjG/DvLRLo4DDl+r+SvCzYtD2Jd9oeBYMcEaI7t3fFrHY9M53/wdLcTvmZNQ70IU6Htj0emFkZ5TS+lrdw==",
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.5.tgz",
"integrity": "sha512-kDdugMl7id9COE8R7MHF5jWk7Dqt/fs4Pv+JXoICnYwqpjjjbUurz6w5fT5IG6brLdJhv6/VoHB0H7oyIBXd+Q==",
"requires": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4",
"es-array-method-boxes-properly": "^1.0.0",
"is-string": "^1.0.7"
}
@ -1645,27 +1645,27 @@
"integrity": "sha512-yKl/4ZHeP3v6gtncnX6pAPFNv3gQNNYlXMk1QYP5gYB6xq2xqkFXbpwQo3IixGUZMf+DHilAmHOrS21QKLLi9g=="
},
"autocomplete-atom-api": {
"version": "git+https://github.com/atom/autocomplete-atom-api.git#f4d1cd662541221d1a9099b80176def72907034a",
"from": "git+https://github.com/atom/autocomplete-atom-api.git"
"version": "git+https://github.com/atom/autocomplete-atom-api.git#f772a3fa84ea8bd05aaaf5f6d9b0c3a2adb12bd0",
"from": "git+https://github.com/atom/autocomplete-atom-api.git#f772a3f"
},
"autocomplete-css": {
"version": "git+https://github.com/atom/autocomplete-css.git#44dbae4dfbe146fbb7f521dfd54d2b80665aece8",
"from": "git+https://github.com/atom/autocomplete-css.git"
"version": "git+https://github.com/atom/autocomplete-css.git#53079283bfcd671c31e0b8e013b0c83279ff3608",
"from": "git+https://github.com/atom/autocomplete-css.git#5307928"
},
"autocomplete-html": {
"version": "git+https://github.com/atom/autocomplete-html.git#e760dfc4f9aca89c8ba3d5692c641595385e07db",
"from": "git+https://github.com/atom/autocomplete-html.git"
"version": "git+https://github.com/atom/autocomplete-html.git#cee24674f32edfed7353ad66adb17e4354a75ef3",
"from": "git+https://github.com/atom/autocomplete-html.git#cee2467"
},
"autocomplete-plus": {
"version": "git+https://github.com/atom/autocomplete-plus.git#8a065adb00cdf035f1dc39a96ab9b52a1b354281",
"from": "git+https://github.com/atom/autocomplete-plus.git",
"version": "git+https://github.com/atom/autocomplete-plus.git#3bdb3f2b4ade6d803196ccd28b17be12e5fee588",
"from": "git+https://github.com/atom/autocomplete-plus.git#3bdb3f2",
"requires": {
"atom-slick": "^2.0.0",
"dompurify": "^2.2.6",
"dompurify": "^2.0.7",
"fuzzaldrin": "^2.1.0",
"fuzzaldrin-plus": "^0.6.0",
"grim": "^2.0.1",
"marked": "^4.0.10",
"marked": "^0.7.0",
"minimatch": "^3.0.3",
"selector-kit": "^0.1",
"stable": "^0.1.5",
@ -1673,8 +1673,8 @@
}
},
"autocomplete-snippets": {
"version": "git+https://github.com/atom/autocomplete-snippets.git#c4ed1766a613e6c27b11794972967d575d3d6707",
"from": "git+https://github.com/atom/autocomplete-snippets.git"
"version": "git+https://github.com/atom/autocomplete-snippets.git#2da0e23f6b4e9f8e41828700b7f9a1e737a82952",
"from": "git+https://github.com/atom/autocomplete-snippets.git#2da0e23"
},
"autoflow": {
"version": "file:packages/autoflow",
@ -1683,8 +1683,8 @@
}
},
"autosave": {
"version": "git+https://github.com/atom/autosave.git#16104d3d113d62ae0b51a401becfa03b274ec9b5",
"from": "git+https://github.com/atom/autosave.git",
"version": "git+https://github.com/atom/autosave.git#129cbb9285351966a0f1fef45df665a20e73707b",
"from": "git+https://github.com/atom/autosave.git#129cbb9",
"requires": {
"fs-plus": "^3.0.0"
}
@ -1873,8 +1873,8 @@
"integrity": "sha512-jtLAtIWCbI17buqCVN4/DtuHf3N1w9ZvbwrTWIae+EBSu2N3sVGCwSJeiZdAkTH4KRwinfMQIyoovP/xZtRwXQ=="
},
"background-tips": {
"version": "git+https://github.com/atom/background-tips.git#147f8ea80bbacb54fcbe719a5123af00dd26112f",
"from": "git+https://github.com/atom/background-tips.git",
"version": "git+https://github.com/atom/background-tips.git#e54189c74d92553ddf53e45e043299855c61e1f4",
"from": "git+https://github.com/atom/background-tips.git#e54189c",
"requires": {
"underscore-plus": "1.x"
}
@ -1949,8 +1949,8 @@
"integrity": "sha512-UfFSr22dmHPQqPP9XWHRhq+gWnHCYguQGkXQlbyPtW5qTnhFWA8/iXg765tH0cAjy7l/zPJ1aBTO0g5XgA7kvQ=="
},
"bookmarks": {
"version": "git+https://github.com/atom/bookmarks.git#ff5ed81fb599c4738aa760c125e73cdfe61a3fe3",
"from": "git+https://github.com/atom/bookmarks.git",
"version": "git+https://github.com/atom/bookmarks.git#35363fb3630798a0b9ac64b9443974ef662a754f",
"from": "git+https://github.com/atom/bookmarks.git#35363fb",
"requires": {
"atom-select-list": "^0.7.0"
},
@ -1995,8 +1995,8 @@
}
},
"bracket-matcher": {
"version": "git+https://github.com/atom/bracket-matcher.git#96e347a38a89663a4440e03b07a3851631a4f500",
"from": "git+https://github.com/atom/bracket-matcher.git",
"version": "git+https://github.com/atom/bracket-matcher.git#d07c17c6a00782665027ac49b8b41081ad87ee73",
"from": "git+https://github.com/atom/bracket-matcher.git#d07c17c",
"requires": {
"first-mate": "^7.4.1",
"underscore-plus": "1.x"
@ -2110,9 +2110,9 @@
"integrity": "sha512-DLIsRzJVBQu72meAKPkWQOLcujdXT32hwdfnkI1frSiSRMK1MofjKHf+MEx0SB6fjEFXL8fBDv1dKymBlOp4Qw=="
},
"caniuse-lite": {
"version": "1.0.30001427",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001427.tgz",
"integrity": "sha512-lfXQ73oB9c8DP5Suxaszm+Ta2sr/4tf8+381GkIm1MLj/YdLf+rEDyDSRCzeltuyTVGm+/s18gdZ0q+Wmp8VsQ=="
"version": "1.0.30001430",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001430.tgz",
"integrity": "sha512-IB1BXTZKPDVPM7cnV4iaKaHxckvdr/3xtctB3f7Hmenx3qYBhGtTZ//7EllK66aKXW98Lx0+7Yr0kxBtIt3tzg=="
},
"caseless": {
"version": "0.12.0",
@ -2390,8 +2390,8 @@
}
},
"command-palette": {
"version": "git+https://github.com/atom/command-palette.git#a262661e25bb4e53ba92503feb905be06984ffe4",
"from": "git+https://github.com/atom/command-palette.git",
"version": "git+https://github.com/atom/command-palette.git#e8920c80c4e3011833669c2749cbe68369ae9f95",
"from": "git+https://github.com/atom/command-palette.git#e8920c8",
"requires": {
"atom-select-list": "^0.7.1",
"fuzzaldrin": "^2.1.0",
@ -2755,6 +2755,11 @@
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/etch/-/etch-0.9.0.tgz",
"integrity": "sha512-UG0mzvvs8JyBo4tDG39mqGuZ7zZGKFn9QOzO+BhrKe17R/f+3U+jFgA/bjW/gTA2ykytcE/Qm826ltykCiIrFA=="
},
"marked": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.2.1.tgz",
"integrity": "sha512-VK1/jNtwqDLvPktNpL0Fdg3qoeUZhmRsuiIjPEy/lHwXW4ouLoZfO4XoWd4ClDt+hupV1VLpkZhEovjU0W/kqA=="
}
}
},
@ -3013,8 +3018,8 @@
}
},
"encoding-selector": {
"version": "git+https://github.com/atom/encoding-selector.git#4dae0207debf47b13e84e7c0b23b6c6dac8e942f",
"from": "git+https://github.com/atom/encoding-selector.git",
"version": "git+https://github.com/atom/encoding-selector.git#e445c690aeeec7e82642d9457b6f421977f43ef3",
"from": "git+https://github.com/atom/encoding-selector.git#e445c69",
"requires": {
"atom-select-list": "^0.7.0",
"iconv-lite": "^0.4.4",
@ -3382,8 +3387,8 @@
}
},
"find-and-replace": {
"version": "git+https://github.com/atom/find-and-replace.git#7871ad213e2c09f99e003c8f97cd7d4b7f9f2d82",
"from": "git+https://github.com/atom/find-and-replace.git",
"version": "git+https://github.com/atom/find-and-replace.git#61fe02539f2a444cf084ac6fb73f8635ec7a4a55",
"from": "git+https://github.com/atom/find-and-replace.git#61fe025",
"requires": {
"binary-search": "^1.3.3",
"etch": "0.9.3",
@ -3623,8 +3628,8 @@
"integrity": "sha512-srIDThJHkdp3aPwJpR/HNzYZCRJwm07b/igxseoHSB7qR8e/gQp4F6lMGknE3TQI1Aq14TiFf/wzrHOp9LY/EA=="
},
"fuzzy-finder": {
"version": "git+https://github.com/atom/fuzzy-finder.git#346128f4e377803b8eabd97ac1c5cd390c4fcca7",
"from": "git+https://github.com/atom/fuzzy-finder.git",
"version": "git+https://github.com/atom/fuzzy-finder.git#470978ca231ce17ab4ca664661b0b748c58d3230",
"from": "git+https://github.com/atom/fuzzy-finder.git#470978c",
"requires": {
"@atom/fuzzy-native": "^1.1.2",
"async": "0.2.6",
@ -3819,8 +3824,8 @@
}
},
"github": {
"version": "git+https://github.com/atom/github.git#5e72f801c134c713658773a90452f4bfb87c990f",
"from": "git+https://github.com/atom/github.git",
"version": "git+https://github.com/atom/github.git#2053290edf225d02789913dadfcec0995685ba28",
"from": "git+https://github.com/atom/github.git#2053290",
"requires": {
"@atom/babel-plugin-chai-assert-async": "1.0.0",
"@atom/babel7-transpiler": "1.0.0-1",
@ -4221,8 +4226,8 @@
"optional": true
},
"image-view": {
"version": "git+https://github.com/atom/image-view.git#04e795608f2692fe3a208b6c47dc8d39ef226056",
"from": "git+https://github.com/atom/image-view.git",
"version": "git+https://github.com/atom/image-view.git#4b5eb1091853ee61ad582ffcffc94a570d0e667f",
"from": "git+https://github.com/atom/image-view.git#4b5eb10",
"requires": {
"bytes": "^3.0.0",
"etch": "0.9.0",
@ -4642,8 +4647,8 @@
"integrity": "sha512-WGl1FG6zjyXCU6YrOVrvanyN3iiLFPLr/UmZ/jGiEOd7CXQV83/Ng5aLGK/Erehtr1nxU8dOwnRjseQDGElMQw=="
},
"keybinding-resolver": {
"version": "git+https://github.com/atom/keybinding-resolver.git#526365270fea0d310cd20a3082c40db9b39117c8",
"from": "git+https://github.com/atom/keybinding-resolver.git",
"version": "git+https://github.com/atom/keybinding-resolver.git#c65b0fb34547e2b76ebf385df91807119d496ee7",
"from": "git+https://github.com/atom/keybinding-resolver.git#c65b0fb",
"requires": {
"etch": "0.9.0",
"fs-plus": "^3.0.0",
@ -4799,50 +4804,50 @@
}
},
"language-c": {
"version": "git+https://github.com/atom/language-c.git#4dd422150de28abd69a0a753244750cd08402273",
"from": "git+https://github.com/atom/language-c.git",
"version": "git+https://github.com/atom/language-c.git#af1e7f5ec8a2db9337a7e0c86e5286d5cef47d3d",
"from": "git+https://github.com/atom/language-c.git#af1e7f5",
"requires": {
"tree-sitter-c": "0.19.0",
"tree-sitter-cpp": "0.19.0"
"tree-sitter-c": "^0.15.3",
"tree-sitter-cpp": "^0.15.1"
}
},
"language-clojure": {
"version": "git+https://github.com/atom/language-clojure.git#67b6135aa3331afe34d5cd6dd089c2762f1953d4",
"from": "git+https://github.com/atom/language-clojure.git"
"version": "git+https://github.com/atom/language-clojure.git#54cde5069ea45b8c63a1000086031702e9d5f392",
"from": "git+https://github.com/atom/language-clojure.git#54cde50"
},
"language-coffee-script": {
"version": "git+https://github.com/atom/language-coffee-script.git#d2d52a5e3653424b609975163ee874578ebaad5c",
"from": "git+https://github.com/atom/language-coffee-script.git"
"version": "git+https://github.com/atom/language-coffee-script.git#b76b47f7d3fc04c90303af7920af034272fe8e8f",
"from": "git+https://github.com/atom/language-coffee-script.git#b76b47f"
},
"language-csharp": {
"version": "git+https://github.com/atom/language-csharp.git#d7f240cc10ae389e0b77197d5fcd5932edeedc8b",
"from": "git+https://github.com/atom/language-csharp.git"
"version": "git+https://github.com/atom/language-csharp.git#c2fea34f343b699bc960616eca0f8dc0f7701845",
"from": "git+https://github.com/atom/language-csharp.git#c2fea34"
},
"language-css": {
"version": "git+https://github.com/atom/language-css.git#9e4afce058b4593edf03ed1dec6033b163c678f0",
"from": "git+https://github.com/atom/language-css.git",
"version": "git+https://github.com/atom/language-css.git#01cfa5a2e6dafb341e987bdd02675259950d3be7",
"from": "git+https://github.com/atom/language-css.git#01cfa5a",
"requires": {
"tree-sitter-css": "^0.19.0"
}
},
"language-gfm": {
"version": "git+https://github.com/atom/language-gfm.git#6686ac6ccca2632af24d5c200f85bcd80b9fa752",
"from": "git+https://github.com/atom/language-gfm.git"
"version": "git+https://github.com/atom/language-gfm.git#ce39df9b892ae8d0aac5e1267244a5dc1e3bab01",
"from": "git+https://github.com/atom/language-gfm.git#ce39df9"
},
"language-git": {
"version": "git+https://github.com/atom/language-git.git#84a1c539236ac7695b0aad933d3710ed86598e40",
"from": "git+https://github.com/atom/language-git.git"
"version": "git+https://github.com/atom/language-git.git#738a900314211d9f5bbcf0c3f35a34474844a81c",
"from": "git+https://github.com/atom/language-git.git#738a900"
},
"language-go": {
"version": "git+https://github.com/atom/language-go.git#4a779c26bec7fad6c6f5fb123151b5e9b6c60351",
"from": "git+https://github.com/atom/language-go.git",
"version": "git+https://github.com/atom/language-go.git#16c8071aecf748303ef4cd4bbcffaff46db8d23d",
"from": "git+https://github.com/atom/language-go.git#16c8071",
"requires": {
"tree-sitter-go": "0.19.1"
"tree-sitter-go": "^0.15.1"
}
},
"language-html": {
"version": "git+https://github.com/atom/language-html.git#ee750a014a003c3d6f10b91e3cd5f9bfa0f051e6",
"from": "git+https://github.com/atom/language-html.git",
"version": "git+https://github.com/atom/language-html.git#8ab471db6a9c2da9936dd9483bd4f05df24b0b2b",
"from": "git+https://github.com/atom/language-html.git#8ab471d",
"requires": {
"atom-grammar-test": "^0.6.3",
"tree-sitter-embedded-template": "^0.15.2",
@ -4850,78 +4855,78 @@
}
},
"language-hyperlink": {
"version": "git+https://github.com/atom/language-hyperlink.git#450fcba73faf3cc57988f270e95dcc1e10cc593f",
"from": "git+https://github.com/atom/language-hyperlink.git"
"version": "git+https://github.com/atom/language-hyperlink.git#96bda003585e8148aaa2a46c12a9409a9d3b58b2",
"from": "git+https://github.com/atom/language-hyperlink.git#96bda00"
},
"language-java": {
"version": "git+https://github.com/atom/language-java.git#047fd33bd12f4926bc5dbc0c930cd9d5fa280602",
"from": "git+https://github.com/atom/language-java.git",
"version": "git+https://github.com/atom/language-java.git#5f2f890609752c358d093efbfb1d8b0ce91af2f1",
"from": "git+https://github.com/atom/language-java.git#5f2f890",
"requires": {
"tree-sitter-java-dev": "^0.16.0-dev2"
}
},
"language-javascript": {
"version": "git+https://github.com/atom/language-javascript.git#91ca16418fa3634774d954744c7f1aa2c66d3770",
"from": "git+https://github.com/atom/language-javascript.git",
"version": "git+https://github.com/atom/language-javascript.git#c3443f016c074c362d174cc50ee8ff26b8e36851",
"from": "git+https://github.com/atom/language-javascript.git#c3443f0",
"requires": {
"tree-sitter-javascript": "0.19.0",
"tree-sitter-jsdoc": "0.19.0",
"tree-sitter-regex": "0.19.0"
"tree-sitter-javascript": "^0.15.2",
"tree-sitter-jsdoc": "^0.15.2",
"tree-sitter-regex": "^0.15.1"
}
},
"language-json": {
"version": "git+https://github.com/atom/language-json.git#2944e41962511fa609ef5b62dded2c709b598659",
"from": "git+https://github.com/atom/language-json.git",
"version": "git+https://github.com/atom/language-json.git#98bf51be7145dd65f2da1b1c7bf5b143028714dc",
"from": "git+https://github.com/atom/language-json.git#98bf51b",
"requires": {
"tree-sitter-json": "^0.15.1"
}
},
"language-less": {
"version": "git+https://github.com/atom/language-less.git#414bc39ae53df0c9e660e110b2952e480ba11474",
"from": "git+https://github.com/atom/language-less.git"
"version": "git+https://github.com/atom/language-less.git#4a1426a08d40512291946e697183c9290fc59f19",
"from": "git+https://github.com/atom/language-less.git#4a1426a"
},
"language-make": {
"version": "git+https://github.com/atom/language-make.git#1f284a5e74374e887af4c60397e43a36357bb0b4",
"from": "git+https://github.com/atom/language-make.git"
"version": "git+https://github.com/atom/language-make.git#498cbe10cbb41d56c38c5205dea27beb19d0a2d5",
"from": "git+https://github.com/atom/language-make.git#498cbe1"
},
"language-mustache": {
"version": "git+https://github.com/atom/language-mustache.git#98426aaaf09ea6db0ef9a7be3d51492bcdfbc72f",
"from": "git+https://github.com/atom/language-mustache.git"
"version": "git+https://github.com/atom/language-mustache.git#ea735f51e3f7f1b7c8e99539e46d961e343b2345",
"from": "git+https://github.com/atom/language-mustache.git#ea735f5"
},
"language-objective-c": {
"version": "git+https://github.com/atom/language-objective-c.git#6f91fc09c3db57352d4c363139d21efeba15a33a",
"from": "git+https://github.com/atom/language-objective-c.git"
"version": "git+https://github.com/atom/language-objective-c.git#1c490d387602c74b1c1707a5849c983d8bb20cea",
"from": "git+https://github.com/atom/language-objective-c.git#1c490d3"
},
"language-perl": {
"version": "git+https://github.com/atom/language-perl.git#5cd358e2085670d581b2baa76d7e5434dba61093",
"from": "git+https://github.com/atom/language-perl.git"
"version": "git+https://github.com/atom/language-perl.git#c3f8900382f7167d9c09c993364abf1cc36b2e07",
"from": "git+https://github.com/atom/language-perl.git#c3f8900"
},
"language-php": {
"version": "git+https://github.com/atom/language-php.git#b10260aa1dbc978d24695061b4afd3f71963283a",
"from": "git+https://github.com/atom/language-php.git"
"version": "git+https://github.com/atom/language-php.git#36a073b084befb421eb2d95438d0210fa9c77197",
"from": "git+https://github.com/atom/language-php.git#36a073b"
},
"language-property-list": {
"version": "git+https://github.com/atom/language-property-list.git#9af8af8ef69bce22965ae9613770832c059b8777",
"from": "git+https://github.com/atom/language-property-list.git"
"version": "git+https://github.com/atom/language-property-list.git#d2abd7d9ada85b56a90bfaf5cfec1a6efaef1c57",
"from": "git+https://github.com/atom/language-property-list.git#d2abd7d"
},
"language-python": {
"version": "git+https://github.com/atom/language-python.git#2d97e4b7a278df8d334c4bed701fdd4562c937bb",
"from": "git+https://github.com/atom/language-python.git",
"version": "git+https://github.com/atom/language-python.git#fd7182548b88405380ce05c1a52e712c20fabc47",
"from": "git+https://github.com/atom/language-python.git#fd71825",
"requires": {
"atom-grammar-test": "^0.6.4",
"tree-sitter-python": "^0.17.0"
}
},
"language-ruby": {
"version": "git+https://github.com/atom/language-ruby.git#140e56aec1f911aa7d6bbc350b2d8bc3f3c7a1b2",
"from": "git+https://github.com/atom/language-ruby.git",
"version": "git+https://github.com/atom/language-ruby.git#a8df7251b30482e4c718cb18e9b4a9c5b3779c70",
"from": "git+https://github.com/atom/language-ruby.git#a8df725",
"requires": {
"tree-sitter-ruby": "^0.17.0"
}
},
"language-ruby-on-rails": {
"version": "git+https://github.com/atom/language-ruby-on-rails.git#c14578cfa72f26c1e9b4a750c3e88c2117c8cc46",
"from": "git+https://github.com/atom/language-ruby-on-rails.git"
"version": "git+https://github.com/atom/language-ruby-on-rails.git#c51d37c2c14ee4fb950460c8f21bfd2d0eb95ee4",
"from": "git+https://github.com/atom/language-ruby-on-rails.git#c51d37c"
},
"language-rust-bundled": {
"version": "file:packages/language-rust-bundled",
@ -4930,50 +4935,50 @@
}
},
"language-sass": {
"version": "git+https://github.com/atom/language-sass.git#0f7fb5de95073f46c7b9662c873336ee1bb38f50",
"from": "git+https://github.com/atom/language-sass.git"
"version": "git+https://github.com/atom/language-sass.git#32ee25fa7828e277462737d1821b8fc5d84e14a2",
"from": "git+https://github.com/atom/language-sass.git#32ee25f"
},
"language-shellscript": {
"version": "git+https://github.com/atom/language-shellscript.git#35dc1aa1371ab75ece08fd0837330eb62e1f9da9",
"from": "git+https://github.com/atom/language-shellscript.git",
"version": "git+https://github.com/atom/language-shellscript.git#b4e945380ecd130089e9514fe5adca7152c3b253",
"from": "git+https://github.com/atom/language-shellscript.git#b4e9453",
"requires": {
"tree-sitter-bash": "^0.16.1"
}
},
"language-source": {
"version": "git+https://github.com/atom/language-source.git#bcf3811b6b9248ad0e9ad3e1d4fbe72fe54f81fe",
"from": "git+https://github.com/atom/language-source.git"
"version": "git+https://github.com/atom/language-source.git#cb2798ff79ae31cdd46bab7e8e01a257dd94cbfa",
"from": "git+https://github.com/atom/language-source.git#cb2798f"
},
"language-sql": {
"version": "git+https://github.com/atom/language-sql.git#b62c7085304caec4ec9a36975b1e691fc33d4272",
"from": "git+https://github.com/atom/language-sql.git"
"version": "git+https://github.com/atom/language-sql.git#8ad4e7508513fb81ee1a719e4749e58ab8c42e2c",
"from": "git+https://github.com/atom/language-sql.git#8ad4e75"
},
"language-text": {
"version": "git+https://github.com/atom/language-text.git#a958af0f19b210315d18e8ef7dada18b7e89a1b3",
"from": "git+https://github.com/atom/language-text.git"
"version": "git+https://github.com/atom/language-text.git#28e0690ebd5dc78a3442313b26fb3765998c26cf",
"from": "git+https://github.com/atom/language-text.git#28e0690"
},
"language-todo": {
"version": "git+https://github.com/atom/language-todo.git#577609bb9fd254c6c89d81858f0992eb954f7895",
"from": "git+https://github.com/atom/language-todo.git"
"version": "git+https://github.com/atom/language-todo.git#18859d1201f743ec4e1590e5805d7493950cad9b",
"from": "git+https://github.com/atom/language-todo.git#18859d1"
},
"language-toml": {
"version": "git+https://github.com/atom/language-toml.git#4f5f35b770a477e97d176faadbef45cd27a774de",
"from": "git+https://github.com/atom/language-toml.git"
"version": "git+https://github.com/atom/language-toml.git#83510d0cd34aedefd62b3d743640cba66f60c09a",
"from": "git+https://github.com/atom/language-toml.git#83510d0"
},
"language-typescript": {
"version": "git+https://github.com/atom/language-typescript.git#738eac7d4338ba7b796405f69166b755d401adad",
"from": "git+https://github.com/atom/language-typescript.git",
"version": "git+https://github.com/atom/language-typescript.git#08eb099674537e9837b0f06eea74e57d682ea89e",
"from": "git+https://github.com/atom/language-typescript.git#08eb099",
"requires": {
"tree-sitter-typescript": "^0.16.1"
}
},
"language-xml": {
"version": "git+https://github.com/atom/language-xml.git#0eb791c52e3a1b27b3a795d4bfc5ae12895ece11",
"from": "git+https://github.com/atom/language-xml.git"
"version": "git+https://github.com/atom/language-xml.git#c5d2003b46131f6481bd4203e5b0260677888cab",
"from": "git+https://github.com/atom/language-xml.git#c5d2003"
},
"language-yaml": {
"version": "git+https://github.com/atom/language-yaml.git#b0f7f6598a5be8e07f05e124dabd7869749eccc4",
"from": "git+https://github.com/atom/language-yaml.git"
"version": "git+https://github.com/atom/language-yaml.git#f8d98ba7d651e3a8f15f8c5f13982e97c380835c",
"from": "git+https://github.com/atom/language-yaml.git#f8d98ba"
},
"lazy-cache": {
"version": "1.0.4",
@ -5246,29 +5251,34 @@
"integrity": "sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g=="
},
"markdown-preview": {
"version": "git+https://github.com/atom/markdown-preview.git#03b94ae71e96a1aa8c76483b88a6d1184b572c4c",
"from": "git+https://github.com/atom/markdown-preview.git",
"version": "git+https://github.com/atom/markdown-preview.git#c6df136f67f498223e0ab7f8172b716c273f7705",
"from": "git+https://github.com/atom/markdown-preview.git#c6df136",
"requires": {
"cheerio": "^1.0.0-rc.3",
"dompurify": "^2.0.17",
"dompurify": "^1.0.2",
"emoji-images": "^0.1.1",
"fs-plus": "^3.0.0",
"marked": "^0.7.0",
"marked": "^0.6.2",
"underscore-plus": "^1.0.0",
"yaml-front-matter": "^4.0.0"
},
"dependencies": {
"dompurify": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-1.0.11.tgz",
"integrity": "sha512-XywCTXZtc/qCX3iprD1pIklRVk/uhl8BKpkTxr+ZyMVUzSUg7wkQXRBp/euJ5J5moa1QvfpvaPQVP71z1O59dQ=="
},
"marked": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz",
"integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg=="
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.6.3.tgz",
"integrity": "sha512-Fqa7eq+UaxfMriqzYLayfqAE40WN03jf+zHjT18/uXNuzjq3TY0XTbrAoPeqSJrAmPz11VuUA+kBPYOhHt9oOQ=="
}
}
},
"marked": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.1.1.tgz",
"integrity": "sha512-0cNMnTcUJPxbA6uWmCmjWz4NJRe/0Xfk2NhXCUHjew9qJzFN20krFnsUe7QynwqOwa5m1fZ4UDg0ycKFVC0ccw=="
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz",
"integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg=="
},
"md5": {
"version": "2.3.0",
@ -5281,8 +5291,8 @@
}
},
"metrics": {
"version": "git+https://github.com/atom/metrics.git#492395055b96744c24d234b5f90b2ecd1012204a",
"from": "git+https://github.com/atom/metrics.git",
"version": "git+https://github.com/atom/metrics.git#d35d0345cac84b47529ebdfdbbbd374dba20e719",
"from": "git+https://github.com/atom/metrics.git#d35d034",
"requires": {
"fs-plus": "^3.0.0",
"grim": "^2.0.1",
@ -5809,8 +5819,8 @@
"integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA=="
},
"notifications": {
"version": "git+https://github.com/atom/notifications.git#98243d316ff664525bfb60b5fc65073b236e34df",
"from": "git+https://github.com/atom/notifications.git",
"version": "git+https://github.com/atom/notifications.git#47da1756c8ca5ea4805eabafcb90eba85fa26108",
"from": "git+https://github.com/atom/notifications.git#47da175",
"requires": {
"dompurify": "^1.0.3",
"fs-plus": "^3.0.0",
@ -5963,8 +5973,8 @@
}
},
"open-on-github": {
"version": "git+https://github.com/atom/open-on-github.git#c07db94e5a68affe0bd700dc5d5ee73b6b617be8",
"from": "git+https://github.com/atom/open-on-github.git"
"version": "git+https://github.com/atom/open-on-github.git#c12ffbefcb79cdff4661de5954e0fa522bfadef7",
"from": "git+https://github.com/atom/open-on-github.git#c12ffbe"
},
"optimist": {
"version": "0.5.2",
@ -6029,8 +6039,8 @@
"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
},
"package-generator": {
"version": "git+https://github.com/atom/package-generator.git#c2e25af69773a89ac2c8217f004e6798acef0a6c",
"from": "git+https://github.com/atom/package-generator.git",
"version": "git+https://github.com/atom/package-generator.git#5c45f800715341de13804af6e8d08e581efb53b3",
"from": "git+https://github.com/atom/package-generator.git#5c45f80",
"requires": {
"fs-plus": "^3.0.0",
"temp": "^0.8.1",
@ -6883,17 +6893,17 @@
"integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA=="
},
"settings-view": {
"version": "git+https://github.com/atom/settings-view.git#65ab1f576a517a08b771cdf64c179b1c7c1ed6c3",
"from": "git+https://github.com/atom/settings-view.git",
"version": "git+https://github.com/atom/settings-view.git#94418d66db1bbbd2f2d36fe90387506d13f65aab",
"from": "git+https://github.com/atom/settings-view.git#94418d6",
"requires": {
"async": "^3.2.0",
"dompurify": "^2.0.17",
"dompurify": "^1.0.2",
"etch": "0.9.0",
"fs-plus": "^3.0.0",
"fuzzaldrin": "^2.1",
"glob": "4.3.1",
"hosted-git-info": "^2.8.9",
"marked": "^4.0.10",
"hosted-git-info": "^2.1.4",
"marked": "^1.2.0",
"request": "^2.83.0",
"season": "^6.0.2",
"semver": "^5.3.0",
@ -6921,6 +6931,11 @@
"resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
"integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA=="
},
"dompurify": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-1.0.11.tgz",
"integrity": "sha512-XywCTXZtc/qCX3iprD1pIklRVk/uhl8BKpkTxr+ZyMVUzSUg7wkQXRBp/euJ5J5moa1QvfpvaPQVP71z1O59dQ=="
},
"etch": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/etch/-/etch-0.9.0.tgz",
@ -6976,6 +6991,11 @@
"sshpk": "^1.7.0"
}
},
"marked": {
"version": "1.2.9",
"resolved": "https://registry.npmjs.org/marked/-/marked-1.2.9.tgz",
"integrity": "sha512-H8lIX2SvyitGX+TRdtS06m1jHMijKN/XjfH6Ooii9fvxMlh8QdqBfBDkGUpMWH2kQNrtixjzYUa3SH8ROTgRRw=="
},
"minimatch": {
"version": "2.0.10",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
@ -7150,8 +7170,8 @@
"integrity": "sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg=="
},
"snippets": {
"version": "git+https://github.com/atom/snippets.git#e165f897a225b7b174c0bdf8063115e7be9bb887",
"from": "git+https://github.com/atom/snippets.git",
"version": "git+https://github.com/atom/snippets.git#e8e6b895a7af57775a5af08fd85315dd54ffd75b",
"from": "git+https://github.com/atom/snippets.git#e8e6b89",
"requires": {
"async": "~0.2.6",
"atom-select-list": "^0.7.0",
@ -7261,8 +7281,8 @@
"integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA=="
},
"spell-check": {
"version": "git+https://github.com/atom/spell-check.git#2807392b67a7731859c707a469a73af6c39966f6",
"from": "git+https://github.com/atom/spell-check.git",
"version": "git+https://github.com/atom/spell-check.git#df4dfebdf55c85a3f90817ae0a1cf2e4c90e5842",
"from": "git+https://github.com/atom/spell-check.git#df4dfeb",
"requires": {
"atom-pathspec": "^0.0.0",
"atom-select-list": "^0.7.0",
@ -7395,8 +7415,8 @@
}
},
"status-bar": {
"version": "git+https://github.com/atom/status-bar.git#8bac574569c48d88399592d146b4589384eee1ae",
"from": "git+https://github.com/atom/status-bar.git",
"version": "git+https://github.com/atom/status-bar.git#4edfaa891b5ce2fdf6fbe4f6473c9a2503e6b5ed",
"from": "git+https://github.com/atom/status-bar.git#4edfaa8",
"requires": {
"fs-plus": "^3.0.1",
"grim": "^2.0.1",
@ -7514,8 +7534,8 @@
"integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ=="
},
"styleguide": {
"version": "git+https://github.com/atom/styleguide.git#ce7bb4cd6b3ca9dcb689950cef07ebe40a18215e",
"from": "git+https://github.com/atom/styleguide.git",
"version": "git+https://github.com/atom/styleguide.git#aa4f682f402f7bb754e8cb317ea651c2ca2f78b1",
"from": "git+https://github.com/atom/styleguide.git#aa4f682",
"requires": {
"atom-select-list": "^0.7.0",
"dedent": "^0.7.0",
@ -7569,8 +7589,8 @@
"integrity": "sha512-yUT0ukFkFEt4nb+NY+n2ag51aS/u9UHXoZw+A4jgD77/jzZsBoSDHuqysrVCBC4CYR4TYvUJq54ONpXgDBH8tA=="
},
"symbols-view": {
"version": "git+https://github.com/atom/symbols-view.git#b39fb1d3e141b57f54f6d31c81dfec4513fb2e2f",
"from": "git+https://github.com/atom/symbols-view.git",
"version": "git+https://github.com/atom/symbols-view.git#36c4dd4c5a89adcfe8cbe01a80548147378c93c6",
"from": "git+https://github.com/atom/symbols-view.git#36c4dd4",
"requires": {
"async": "^0.2.6",
"atom-select-list": "^0.7.0",
@ -7625,8 +7645,8 @@
"integrity": "sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA=="
},
"tabs": {
"version": "git+https://github.com/atom/tabs.git#2d13bfe426458fc64d84bcd4ef7498e783e90e86",
"from": "git+https://github.com/atom/tabs.git",
"version": "git+https://github.com/atom/tabs.git#76535053c55808adf350d54e305e977fb415e3da",
"from": "git+https://github.com/atom/tabs.git#7653505",
"requires": {
"fs-plus": "^3.0.0",
"temp": "~0.8.1",
@ -7779,8 +7799,8 @@
"integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg=="
},
"timecop": {
"version": "git+https://github.com/atom/timecop.git#59da87f198150bb0dfb25099bc6ca550c8e7529b",
"from": "git+https://github.com/atom/timecop.git",
"version": "git+https://github.com/atom/timecop.git#f7d954391cf3fde794c23dda2748c8cf37d9dec7",
"from": "git+https://github.com/atom/timecop.git#f7d9543",
"requires": {
"dedent": "^0.7.0",
"etch": "^0.12.6",
@ -7894,19 +7914,19 @@
}
},
"tree-sitter-c": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/tree-sitter-c/-/tree-sitter-c-0.19.0.tgz",
"integrity": "sha512-6wlHAZRUmibYwTv4XdLhiMZ3EXYLZdvkiRIXJJ1rMCSMFwhaaLnBjyFw7aILJT1x6V7oD7I3VNOOniwKHV9osA==",
"version": "0.15.3",
"resolved": "https://registry.npmjs.org/tree-sitter-c/-/tree-sitter-c-0.15.3.tgz",
"integrity": "sha512-wNtYDKaJWFp4H9C9b1II54ku50ENI3OjBNCeiFDRjRVOZZHdMlgvK9eAKnF70GNOkWQLG1WcZp6PJlZDlfy3aA==",
"requires": {
"nan": "^2.14.0"
"nan": "^2.10.0"
}
},
"tree-sitter-cpp": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/tree-sitter-cpp/-/tree-sitter-cpp-0.19.0.tgz",
"integrity": "sha512-nCbHpC3ZaLnuvfHVtC40M5Mzc4QA11Zogz/lLUMBirysxmc9ResCN+gNMWjl7OrG4RPRSd0wQbjg9z6UTtl0SQ==",
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/tree-sitter-cpp/-/tree-sitter-cpp-0.15.1.tgz",
"integrity": "sha512-Ki1X5AdnR9AC8EEjRvcIwJ8oNH6K6xJf19nKbu8vlCUwyupTco2YFKYrKY7Ow5dLTC7JNqjDLEZXy7EwHz/7xQ==",
"requires": {
"nan": "^2.14.0"
"nan": "^2.10.0"
}
},
"tree-sitter-css": {
@ -7926,11 +7946,11 @@
}
},
"tree-sitter-go": {
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/tree-sitter-go/-/tree-sitter-go-0.19.1.tgz",
"integrity": "sha512-qAHzfuddhbs3kPIW2vMBL5TqC5umhQ3NlDBPtdqlxE6tN2PKWHj0SZxXd/YrvqNUDrMmRpPBRg9W7JyCP/+n3A==",
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/tree-sitter-go/-/tree-sitter-go-0.15.1.tgz",
"integrity": "sha512-TCwvh7kz+2iMUjZI7aPnpImv5PFcWdbo8hJysjwV7FUlCTGeCgca2ItdxA5cdACcykRVLzoUTZN70qFGwYVQVw==",
"requires": {
"nan": "^2.14.0"
"nan": "^2.10.0"
}
},
"tree-sitter-html": {
@ -7950,19 +7970,19 @@
}
},
"tree-sitter-javascript": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/tree-sitter-javascript/-/tree-sitter-javascript-0.19.0.tgz",
"integrity": "sha512-SNykDdNgmlJZhX02ZIu0TQF9P7t847jV7769SxA9XrZ2QXjofQsVTMEi9+LpXZKsI0UoFYI25FnZm3fFm0z2yw==",
"version": "0.15.2",
"resolved": "https://registry.npmjs.org/tree-sitter-javascript/-/tree-sitter-javascript-0.15.2.tgz",
"integrity": "sha512-AwgnkVqxglpxWUH07CWq1CmZ1g3emFHCUlMT6hEwNrk5K62I3gmkqMFtzFqXos6U2sEkwBn7IWp753X13KiAdQ==",
"requires": {
"nan": "^2.12.1"
}
},
"tree-sitter-jsdoc": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/tree-sitter-jsdoc/-/tree-sitter-jsdoc-0.19.0.tgz",
"integrity": "sha512-E2DgqInWSw+1wv+7uyJu0oYhWns0xaOSccqe4crLNnxo9uAQBjySaum8mNAfTu8Rh6jAnDr2DxuzKUBhOQxOwg==",
"version": "0.15.2",
"resolved": "https://registry.npmjs.org/tree-sitter-jsdoc/-/tree-sitter-jsdoc-0.15.2.tgz",
"integrity": "sha512-ERhddQ4nj3i4ayi0L09ic/CLtwH/A82iauGWev15NGuWCyUG7qw9rz2ZNxpmy9R6KG8kXK1MsFQj/pab8lm5/w==",
"requires": {
"nan": "^2.14.1"
"nan": "^2.11.1"
}
},
"tree-sitter-json": {
@ -7982,11 +8002,11 @@
}
},
"tree-sitter-regex": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/tree-sitter-regex/-/tree-sitter-regex-0.19.0.tgz",
"integrity": "sha512-hKaGO6ect2MuGwY+PU89JJdkgwRRseDgVNiRaZTLXQyW8vAsZLOb/tkphY9NF9U+ZOeLATotKwG+rLykYYWXyA==",
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/tree-sitter-regex/-/tree-sitter-regex-0.15.1.tgz",
"integrity": "sha512-ORspHauiPTw3+mCKBAAZqYH4vQOT6T2B2RcYDrWmYfwxSjA7Wg3HPiqzkuMVvDwl5Z491EYIBTUvHEaBLoGI7w==",
"requires": {
"nan": "^2.14.1"
"nan": "^2.14.0"
}
},
"tree-sitter-ruby": {
@ -8039,8 +8059,8 @@
}
},
"tree-view": {
"version": "git+https://github.com/atom/tree-view.git#13053feb6fef5224068b6459340fd6e542b4daec",
"from": "git+https://github.com/atom/tree-view.git",
"version": "git+https://github.com/atom/tree-view.git#bc42868def5e13521cedeb8337e40917631969f4",
"from": "git+https://github.com/atom/tree-view.git#bc42868",
"requires": {
"fs-plus": "^3.0.0",
"minimatch": "~0.3.0",
@ -8341,8 +8361,8 @@
"integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA=="
},
"whitespace": {
"version": "git+https://github.com/atom/whitespace.git#dc0168c921220cc6f3185b622e6b0ccc19158f4d",
"from": "git+https://github.com/atom/whitespace.git"
"version": "git+https://github.com/atom/whitespace.git#53d5ba9728e1f39ddb78f8a4ecb32b31155f6c25",
"from": "git+https://github.com/atom/whitespace.git#53d5ba9"
},
"wide-align": {
"version": "1.1.5",
@ -8385,8 +8405,8 @@
}
},
"wrap-guide": {
"version": "git+https://github.com/atom/wrap-guide.git#e6a763ea71cc76f4ca7c1d264e06562b4a0e07c2",
"from": "git+https://github.com/atom/wrap-guide.git"
"version": "git+https://github.com/atom/wrap-guide.git#6a4f577223ebb520cb1a25ccc50c4ed4973a477a",
"from": "git+https://github.com/atom/wrap-guide.git#6a4f577"
},
"wrappy": {
"version": "1.0.2",

View File

@ -19,7 +19,7 @@
"@atom/source-map-support": "^0.3.4",
"@atom/watcher": "^1.3.5",
"about": "file:packages/about",
"archive-view": "git+https://github.com/atom/archive-view.git",
"archive-view": "git+https://github.com/atom/archive-view.git#762c5b6",
"async": "3.2.0",
"atom-dark-syntax": "file:packages/atom-dark-syntax",
"atom-dark-ui": "file:packages/atom-dark-ui",
@ -27,25 +27,25 @@
"atom-light-syntax": "file:packages/atom-light-syntax",
"atom-light-ui": "file:packages/atom-light-ui",
"atom-select-list": "^0.8.1",
"autocomplete-atom-api": "git+https://github.com/atom/autocomplete-atom-api.git",
"autocomplete-css": "git+https://github.com/atom/autocomplete-css.git",
"autocomplete-html": "git+https://github.com/atom/autocomplete-html.git",
"autocomplete-plus": "git+https://github.com/atom/autocomplete-plus.git",
"autocomplete-snippets": "git+https://github.com/atom/autocomplete-snippets.git",
"autocomplete-atom-api": "git+https://github.com/atom/autocomplete-atom-api.git#f772a3f",
"autocomplete-css": "git+https://github.com/atom/autocomplete-css.git#5307928",
"autocomplete-html": "git+https://github.com/atom/autocomplete-html.git#cee2467",
"autocomplete-plus": "git+https://github.com/atom/autocomplete-plus.git#3bdb3f2",
"autocomplete-snippets": "git+https://github.com/atom/autocomplete-snippets.git#2da0e23",
"autoflow": "file:packages/autoflow",
"autosave": "git+https://github.com/atom/autosave.git",
"autosave": "git+https://github.com/atom/autosave.git#129cbb9",
"babel-core": "5.8.38",
"background-tips": "git+https://github.com/atom/background-tips.git",
"background-tips": "git+https://github.com/atom/background-tips.git#e54189c",
"base16-tomorrow-dark-theme": "file:packages/base16-tomorrow-dark-theme",
"base16-tomorrow-light-theme": "file:packages/base16-tomorrow-light-theme",
"bookmarks": "git+https://github.com/atom/bookmarks.git",
"bracket-matcher": "git+https://github.com/atom/bracket-matcher.git",
"bookmarks": "git+https://github.com/atom/bookmarks.git#35363fb",
"bracket-matcher": "git+https://github.com/atom/bracket-matcher.git#d07c17c",
"chai": "4.3.4",
"chart.js": "2.9.4",
"clear-cut": "^2.0.2",
"coffee-script": "1.12.7",
"color": "3.1.3",
"command-palette": "git+https://github.com/atom/command-palette.git",
"command-palette": "git+https://github.com/atom/command-palette.git#e8920c8",
"dalek": "file:packages/dalek",
"dedent": "^0.7.0",
"deprecation-cop": "file:packages/deprecation-cop",
@ -54,11 +54,11 @@
"document-register-element": "^1.14.10",
"electron-notarize": "1.0.0",
"electron-osx-sign": "0.5.0",
"encoding-selector": "git+https://github.com/atom/encoding-selector.git",
"encoding-selector": "git+https://github.com/atom/encoding-selector.git#e445c69",
"etch": "0.14.1",
"event-kit": "^2.5.3",
"exception-reporting": "file:packages/exception-reporting",
"find-and-replace": "git+https://github.com/atom/find-and-replace.git",
"find-and-replace": "git+https://github.com/atom/find-and-replace.git#61fe025",
"find-parent-dir": "^0.3.0",
"first-mate": "7.4.3",
"focus-trap": "6.3.0",
@ -66,75 +66,75 @@
"fs-plus": "^3.1.1",
"fstream": "1.0.12",
"fuzzaldrin": "^2.1",
"fuzzy-finder": "git+https://github.com/atom/fuzzy-finder.git",
"fuzzy-finder": "git+https://github.com/atom/fuzzy-finder.git#470978c",
"git-diff": "file:packages/git-diff",
"git-utils": "5.7.1",
"github": "git+https://github.com/atom/github.git",
"github": "git+https://github.com/atom/github.git#2053290",
"glob": "^7.1.1",
"go-to-line": "file:packages/go-to-line",
"grammar-selector": "file:packages/grammar-selector",
"grim": "2.0.3",
"image-view": "git+https://github.com/atom/image-view.git",
"image-view": "git+https://github.com/atom/image-view.git#4b5eb10",
"incompatible-packages": "file:packages/incompatible-packages",
"jasmine-json": "~0.0",
"jasmine-reporters": "1.1.0",
"jasmine-tagged": "^1.1.4",
"key-path-helpers": "^0.4.0",
"keybinding-resolver": "git+https://github.com/atom/keybinding-resolver.git",
"language-c": "git+https://github.com/atom/language-c.git",
"language-clojure": "git+https://github.com/atom/language-clojure.git",
"language-coffee-script": "git+https://github.com/atom/language-coffee-script.git",
"language-csharp": "git+https://github.com/atom/language-csharp.git",
"language-css": "git+https://github.com/atom/language-css.git",
"language-gfm": "git+https://github.com/atom/language-gfm.git",
"language-git": "git+https://github.com/atom/language-git.git",
"language-go": "git+https://github.com/atom/language-go.git",
"language-html": "git+https://github.com/atom/language-html.git",
"language-hyperlink": "git+https://github.com/atom/language-hyperlink.git",
"language-java": "git+https://github.com/atom/language-java.git",
"language-javascript": "git+https://github.com/atom/language-javascript.git",
"language-json": "git+https://github.com/atom/language-json.git",
"language-less": "git+https://github.com/atom/language-less.git",
"language-make": "git+https://github.com/atom/language-make.git",
"language-mustache": "git+https://github.com/atom/language-mustache.git",
"language-objective-c": "git+https://github.com/atom/language-objective-c.git",
"language-perl": "git+https://github.com/atom/language-perl.git",
"language-php": "git+https://github.com/atom/language-php.git",
"language-property-list": "git+https://github.com/atom/language-property-list.git",
"language-python": "git+https://github.com/atom/language-python.git",
"language-ruby": "git+https://github.com/atom/language-ruby.git",
"language-ruby-on-rails": "git+https://github.com/atom/language-ruby-on-rails.git",
"keybinding-resolver": "git+https://github.com/atom/keybinding-resolver.git#c65b0fb",
"language-c": "git+https://github.com/atom/language-c.git#af1e7f5",
"language-clojure": "git+https://github.com/atom/language-clojure.git#54cde50",
"language-coffee-script": "git+https://github.com/atom/language-coffee-script.git#b76b47f",
"language-csharp": "git+https://github.com/atom/language-csharp.git#c2fea34",
"language-css": "git+https://github.com/atom/language-css.git#01cfa5a",
"language-gfm": "git+https://github.com/atom/language-gfm.git#ce39df9",
"language-git": "git+https://github.com/atom/language-git.git#738a900",
"language-go": "git+https://github.com/atom/language-go.git#16c8071",
"language-html": "git+https://github.com/atom/language-html.git#8ab471d",
"language-hyperlink": "git+https://github.com/atom/language-hyperlink.git#96bda00",
"language-java": "git+https://github.com/atom/language-java.git#5f2f890",
"language-javascript": "git+https://github.com/atom/language-javascript.git#c3443f0",
"language-json": "git+https://github.com/atom/language-json.git#98bf51b",
"language-less": "git+https://github.com/atom/language-less.git#4a1426a",
"language-make": "git+https://github.com/atom/language-make.git#498cbe1",
"language-mustache": "git+https://github.com/atom/language-mustache.git#ea735f5",
"language-objective-c": "git+https://github.com/atom/language-objective-c.git#1c490d3",
"language-perl": "git+https://github.com/atom/language-perl.git#c3f8900",
"language-php": "git+https://github.com/atom/language-php.git#36a073b",
"language-property-list": "git+https://github.com/atom/language-property-list.git#d2abd7d",
"language-python": "git+https://github.com/atom/language-python.git#fd71825",
"language-ruby": "git+https://github.com/atom/language-ruby.git#a8df725",
"language-ruby-on-rails": "git+https://github.com/atom/language-ruby-on-rails.git#c51d37c",
"language-rust-bundled": "file:packages/language-rust-bundled",
"language-sass": "git+https://github.com/atom/language-sass.git",
"language-shellscript": "git+https://github.com/atom/language-shellscript.git",
"language-source": "git+https://github.com/atom/language-source.git",
"language-sql": "git+https://github.com/atom/language-sql.git",
"language-text": "git+https://github.com/atom/language-text.git",
"language-todo": "git+https://github.com/atom/language-todo.git",
"language-toml": "git+https://github.com/atom/language-toml.git",
"language-typescript": "git+https://github.com/atom/language-typescript.git",
"language-xml": "git+https://github.com/atom/language-xml.git",
"language-yaml": "git+https://github.com/atom/language-yaml.git",
"language-sass": "git+https://github.com/atom/language-sass.git#32ee25f",
"language-shellscript": "git+https://github.com/atom/language-shellscript.git#b4e9453",
"language-source": "git+https://github.com/atom/language-source.git#cb2798f",
"language-sql": "git+https://github.com/atom/language-sql.git#8ad4e75",
"language-text": "git+https://github.com/atom/language-text.git#28e0690",
"language-todo": "git+https://github.com/atom/language-todo.git#18859d1",
"language-toml": "git+https://github.com/atom/language-toml.git#83510d0",
"language-typescript": "git+https://github.com/atom/language-typescript.git#08eb099",
"language-xml": "git+https://github.com/atom/language-xml.git#c5d2003",
"language-yaml": "git+https://github.com/atom/language-yaml.git#f8d98ba",
"less-cache": "1.1.0",
"line-ending-selector": "file:packages/line-ending-selector",
"line-top-index": "0.3.1",
"link": "file:packages/link",
"markdown-preview": "git+https://github.com/atom/markdown-preview.git",
"metrics": "git+https://github.com/atom/metrics.git",
"markdown-preview": "git+https://github.com/atom/markdown-preview.git#c6df136",
"metrics": "git+https://github.com/atom/metrics.git#d35d034",
"minimatch": "^3.0.3",
"mocha": "6.2.3",
"mocha-junit-reporter": "2.0.0",
"mocha-multi-reporters": "^1.1.4",
"mock-spawn": "^0.2.6",
"normalize-package-data": "3.0.2",
"notifications": "git+https://github.com/atom/notifications.git",
"notifications": "git+https://github.com/atom/notifications.git#47da175",
"nslog": "^3.0.0",
"one-dark-syntax": "file:packages/one-dark-syntax",
"one-dark-ui": "file:packages/one-dark-ui",
"one-light-syntax": "file:packages/one-light-syntax",
"one-light-ui": "file:packages/one-light-ui",
"open-on-github": "git+https://github.com/atom/open-on-github.git",
"package-generator": "git+https://github.com/atom/package-generator.git",
"open-on-github": "git+https://github.com/atom/open-on-github.git#c12ffbe",
"package-generator": "git+https://github.com/atom/package-generator.git#5c45f80",
"pathwatcher": "^8.1.2",
"postcss": "8.2.10",
"postcss-selector-parser": "6.0.4",
@ -147,29 +147,29 @@
"season": "^6.0.2",
"semver": "7.3.2",
"service-hub": "^0.7.4",
"settings-view": "git+https://github.com/atom/settings-view.git",
"settings-view": "git+https://github.com/atom/settings-view.git#94418d6",
"sinon": "9.2.1",
"snippets": "git+https://github.com/atom/snippets.git",
"snippets": "git+https://github.com/atom/snippets.git#e8e6b89",
"solarized-dark-syntax": "file:packages/solarized-dark-syntax",
"solarized-light-syntax": "file:packages/solarized-light-syntax",
"spell-check": "git+https://github.com/atom/spell-check.git",
"status-bar": "git+https://github.com/atom/status-bar.git",
"styleguide": "git+https://github.com/atom/styleguide.git",
"spell-check": "git+https://github.com/atom/spell-check.git#df4dfeb",
"status-bar": "git+https://github.com/atom/status-bar.git#4edfaa8",
"styleguide": "git+https://github.com/atom/styleguide.git#aa4f682",
"superstring": "^2.4.4",
"symbols-view": "git+https://github.com/atom/symbols-view.git",
"tabs": "git+https://github.com/atom/tabs.git",
"symbols-view": "git+https://github.com/atom/symbols-view.git#36c4dd4",
"tabs": "git+https://github.com/atom/tabs.git#7653505",
"temp": "0.9.2",
"text-buffer": "^13.18.5",
"timecop": "git+https://github.com/atom/timecop.git",
"timecop": "git+https://github.com/atom/timecop.git#f7d9543",
"tree-sitter": "git+https://github.com/DeeDeeG/node-tree-sitter.git#bb298eaae66e0c4f11908cb6209f3e141884e88e",
"tree-view": "git+https://github.com/atom/tree-view.git",
"tree-view": "git+https://github.com/atom/tree-view.git#bc42868",
"typescript-simple": "8.0.6",
"update-package-dependencies": "file:./packages/update-package-dependencies",
"vscode-ripgrep": "1.9.0",
"welcome": "file:packages/welcome",
"whitespace": "git+https://github.com/atom/whitespace.git",
"whitespace": "git+https://github.com/atom/whitespace.git#53d5ba9",
"winreg": "^1.2.1",
"wrap-guide": "git+https://github.com/atom/wrap-guide.git",
"wrap-guide": "git+https://github.com/atom/wrap-guide.git#6a4f577",
"yargs": "16.1.0"
},
"packageDependencies": {
@ -190,7 +190,7 @@
"autocomplete-atom-api": "0.10.7",
"autocomplete-css": "0.17.5",
"autocomplete-html": "0.8.8",
"autocomplete-plus": "2.42.5",
"autocomplete-plus": "2.42.4",
"autocomplete-snippets": "1.12.1",
"autoflow": "file:./packages/autoflow",
"autosave": "0.24.6",
@ -220,7 +220,7 @@
"open-on-github": "1.3.2",
"package-generator": "1.3.0",
"settings-view": "0.261.8",
"snippets": "1.6.0",
"snippets": "1.5.1",
"spell-check": "0.77.1",
"status-bar": "1.8.17",
"styleguide": "0.49.12",
@ -232,18 +232,18 @@
"welcome": "file:./packages/welcome",
"whitespace": "0.37.8",
"wrap-guide": "0.41.0",
"language-c": "0.60.20",
"language-c": "0.60.19",
"language-clojure": "0.22.8",
"language-coffee-script": "0.50.0",
"language-csharp": "1.1.0",
"language-css": "0.45.4",
"language-css": "0.45.1",
"language-gfm": "0.90.8",
"language-git": "0.19.1",
"language-go": "0.47.3",
"language-go": "0.47.2",
"language-html": "0.53.1",
"language-hyperlink": "0.17.1",
"language-java": "0.32.1",
"language-javascript": "0.134.2",
"language-javascript": "0.134.1",
"language-json": "1.0.5",
"language-less": "0.34.3",
"language-make": "0.23.0",
@ -256,7 +256,7 @@
"language-ruby": "0.73.0",
"language-ruby-on-rails": "0.25.3",
"language-rust-bundled": "file:./packages/language-rust-bundled",
"language-sass": "0.62.2",
"language-sass": "0.62.1",
"language-shellscript": "0.28.2",
"language-source": "0.9.0",
"language-sql": "0.25.10",