diff --git a/package-lock.json b/package-lock.json index 37925dffa2b..09c36ccfd24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "atom", - "version": "1.63.0-dev", + "version": "1.65.0-dev", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1392,16 +1392,6 @@ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-5.1.1.tgz", "integrity": "sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==" }, - "ajv": { - "version": "4.11.8", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz", - "integrity": "sha512-I/bSHSNEcFFqXLf91nchoNB9D1Kie3QKcWdchYUaoIg1+1bdWDkdfdlvdIOJbi9U8xR0y+MWc5D+won9v95WlQ==", - "optional": true, - "requires": { - "co": "^4.6.0", - "json-stable-stringify": "^1.0.1" - } - }, "align-text": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz", @@ -1459,8 +1449,8 @@ "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" }, "archive-view": { - "version": "git+https://github.com/atom/archive-view.git#762c5b6b266704011a5672c87cf01c27920d9bd8", - "from": "git+https://github.com/atom/archive-view.git#762c5b6", + "version": "git+ssh://git@github.com/atom/archive-view.git#762c5b6b266704011a5672c87cf01c27920d9bd8", + "from": "archive-view@git+https://github.com/atom/archive-view.git#762c5b6", "requires": { "etch": "0.9.0", "fs-plus": "^3.0.0", @@ -1534,12 +1524,6 @@ "safer-buffer": "~2.1.0" } }, - "assert-plus": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz", - "integrity": "sha512-u1L0ZLywRziOVjUhRxI0Qg9G+4RnFB9H/Rq40YWn0dieDgO7vAYeJz6jKAO6t/aruzlDFLAPkQTT87e+f8Imaw==", - "optional": true - }, "assertion-error": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", @@ -1645,20 +1629,20 @@ "integrity": "sha512-yKl/4ZHeP3v6gtncnX6pAPFNv3gQNNYlXMk1QYP5gYB6xq2xqkFXbpwQo3IixGUZMf+DHilAmHOrS21QKLLi9g==" }, "autocomplete-atom-api": { - "version": "git+https://github.com/atom/autocomplete-atom-api.git#f772a3fa84ea8bd05aaaf5f6d9b0c3a2adb12bd0", - "from": "git+https://github.com/atom/autocomplete-atom-api.git#f772a3f" + "version": "git+ssh://git@github.com/atom/autocomplete-atom-api.git#f772a3fa84ea8bd05aaaf5f6d9b0c3a2adb12bd0", + "from": "autocomplete-atom-api@git+https://github.com/atom/autocomplete-atom-api.git#f772a3f" }, "autocomplete-css": { - "version": "git+https://github.com/atom/autocomplete-css.git#53079283bfcd671c31e0b8e013b0c83279ff3608", - "from": "git+https://github.com/atom/autocomplete-css.git#5307928" + "version": "git+ssh://git@github.com/atom/autocomplete-css.git#53079283bfcd671c31e0b8e013b0c83279ff3608", + "from": "autocomplete-css@git+https://github.com/atom/autocomplete-css.git#5307928" }, "autocomplete-html": { - "version": "git+https://github.com/atom/autocomplete-html.git#cee24674f32edfed7353ad66adb17e4354a75ef3", - "from": "git+https://github.com/atom/autocomplete-html.git#cee2467" + "version": "git+ssh://git@github.com/atom/autocomplete-html.git#cee24674f32edfed7353ad66adb17e4354a75ef3", + "from": "autocomplete-html@git+https://github.com/atom/autocomplete-html.git#cee2467" }, "autocomplete-plus": { - "version": "git+https://github.com/atom/autocomplete-plus.git#3bdb3f2b4ade6d803196ccd28b17be12e5fee588", - "from": "git+https://github.com/atom/autocomplete-plus.git#3bdb3f2", + "version": "git+ssh://git@github.com/atom/autocomplete-plus.git#3bdb3f2b4ade6d803196ccd28b17be12e5fee588", + "from": "autocomplete-plus@git+https://github.com/atom/autocomplete-plus.git#3bdb3f2", "requires": { "atom-slick": "^2.0.0", "dompurify": "^2.0.7", @@ -1673,8 +1657,8 @@ } }, "autocomplete-snippets": { - "version": "git+https://github.com/atom/autocomplete-snippets.git#2da0e23f6b4e9f8e41828700b7f9a1e737a82952", - "from": "git+https://github.com/atom/autocomplete-snippets.git#2da0e23" + "version": "git+ssh://git@github.com/atom/autocomplete-snippets.git#2da0e23f6b4e9f8e41828700b7f9a1e737a82952", + "from": "autocomplete-snippets@git+https://github.com/atom/autocomplete-snippets.git#2da0e23" }, "autoflow": { "version": "file:packages/autoflow", @@ -1683,18 +1667,12 @@ } }, "autosave": { - "version": "git+https://github.com/atom/autosave.git#129cbb9285351966a0f1fef45df665a20e73707b", - "from": "git+https://github.com/atom/autosave.git#129cbb9", + "version": "git+ssh://git@github.com/atom/autosave.git#129cbb9285351966a0f1fef45df665a20e73707b", + "from": "autosave@git+https://github.com/atom/autosave.git#129cbb9", "requires": { "fs-plus": "^3.0.0" } }, - "aws-sign2": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz", - "integrity": "sha512-JnJpAS0p9RmixkOvW2XwDxxzs1bd4/VAGIl6Q0EC5YOo+p+hqIhtDhn/nmFnB/xUNXbLkpE2mOjgVIBRKD4xYw==", - "optional": true - }, "aws4": { "version": "1.11.0", "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz", @@ -1873,8 +1851,8 @@ "integrity": "sha512-jtLAtIWCbI17buqCVN4/DtuHf3N1w9ZvbwrTWIae+EBSu2N3sVGCwSJeiZdAkTH4KRwinfMQIyoovP/xZtRwXQ==" }, "background-tips": { - "version": "git+https://github.com/atom/background-tips.git#e54189c74d92553ddf53e45e043299855c61e1f4", - "from": "git+https://github.com/atom/background-tips.git#e54189c", + "version": "git+ssh://git@github.com/atom/background-tips.git#e54189c74d92553ddf53e45e043299855c61e1f4", + "from": "background-tips@git+https://github.com/atom/background-tips.git#e54189c", "requires": { "underscore-plus": "1.x" } @@ -1949,8 +1927,8 @@ "integrity": "sha512-UfFSr22dmHPQqPP9XWHRhq+gWnHCYguQGkXQlbyPtW5qTnhFWA8/iXg765tH0cAjy7l/zPJ1aBTO0g5XgA7kvQ==" }, "bookmarks": { - "version": "git+https://github.com/atom/bookmarks.git#35363fb3630798a0b9ac64b9443974ef662a754f", - "from": "git+https://github.com/atom/bookmarks.git#35363fb", + "version": "git+ssh://git@github.com/atom/bookmarks.git#35363fb3630798a0b9ac64b9443974ef662a754f", + "from": "bookmarks@git+https://github.com/atom/bookmarks.git#35363fb", "requires": { "atom-select-list": "^0.7.0" }, @@ -1976,15 +1954,6 @@ "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" }, - "boom": { - "version": "2.10.1", - "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz", - "integrity": "sha512-KbiZEa9/vofNcVJXGwdWWn25reQ3V3dHBWbS07FTF3/TOehLnm9GEhJV4T6ZvGPkShRpmUqYwnaCrkj0mRnP6Q==", - "optional": true, - "requires": { - "hoek": "2.x.x" - } - }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -1995,8 +1964,8 @@ } }, "bracket-matcher": { - "version": "git+https://github.com/atom/bracket-matcher.git#d07c17c6a00782665027ac49b8b41081ad87ee73", - "from": "git+https://github.com/atom/bracket-matcher.git#d07c17c", + "version": "git+ssh://git@github.com/atom/bracket-matcher.git#d07c17c6a00782665027ac49b8b41081ad87ee73", + "from": "bracket-matcher@git+https://github.com/atom/bracket-matcher.git#d07c17c", "requires": { "first-mate": "^7.4.1", "underscore-plus": "1.x" @@ -2284,12 +2253,6 @@ "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==" }, - "co": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", - "optional": true - }, "code-point-at": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", @@ -2390,8 +2353,8 @@ } }, "command-palette": { - "version": "git+https://github.com/atom/command-palette.git#e8920c80c4e3011833669c2749cbe68369ae9f95", - "from": "git+https://github.com/atom/command-palette.git#e8920c8", + "version": "git+ssh://git@github.com/atom/command-palette.git#e8920c80c4e3011833669c2749cbe68369ae9f95", + "from": "command-palette@git+https://github.com/atom/command-palette.git#e8920c8", "requires": { "atom-select-list": "^0.7.1", "fuzzaldrin": "^2.1.0", @@ -2496,6 +2459,14 @@ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" }, + "copy-anything": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.6.tgz", + "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==", + "requires": { + "is-what": "^3.14.1" + } + }, "core-js": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz", @@ -2531,15 +2502,6 @@ "resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz", "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==" }, - "cryptiles": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz", - "integrity": "sha512-FFN5KwpvvQTTS5hWPxrU8/QE4kQUc6uwZcrnlMBN82t1MgAtq8mnoDwINBly9Tdr02seeIIhtdF+UH1feBYGog==", - "optional": true, - "requires": { - "boom": "2.x.x" - } - }, "cson-parser": { "version": "1.3.5", "resolved": "https://registry.npmjs.org/cson-parser/-/cson-parser-1.3.5.tgz", @@ -3018,8 +2980,8 @@ } }, "encoding-selector": { - "version": "git+https://github.com/atom/encoding-selector.git#e445c690aeeec7e82642d9457b6f421977f43ef3", - "from": "git+https://github.com/atom/encoding-selector.git#e445c69", + "version": "git+ssh://git@github.com/atom/encoding-selector.git#e445c690aeeec7e82642d9457b6f421977f43ef3", + "from": "encoding-selector@git+https://github.com/atom/encoding-selector.git#e445c69", "requires": { "atom-select-list": "^0.7.0", "iconv-lite": "^0.4.4", @@ -3387,8 +3349,8 @@ } }, "find-and-replace": { - "version": "git+https://github.com/atom/find-and-replace.git#61fe02539f2a444cf084ac6fb73f8635ec7a4a55", - "from": "git+https://github.com/atom/find-and-replace.git#61fe025", + "version": "git+ssh://git@github.com/atom/find-and-replace.git#61fe02539f2a444cf084ac6fb73f8635ec7a4a55", + "from": "find-and-replace@git+https://github.com/atom/find-and-replace.git#61fe025", "requires": { "binary-search": "^1.3.3", "etch": "0.9.3", @@ -3480,17 +3442,6 @@ "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==" }, - "form-data": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz", - "integrity": "sha512-8HWGSLAPr+AG0hBpsqi5Ob8HrLStN/LWeqhpFl14d7FJgHK48TmgLoALPz69XSUR65YJzDfLUX/BM8+MLJLghQ==", - "optional": true, - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.5", - "mime-types": "^2.1.12" - } - }, "from": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/from/-/from-0.1.7.tgz", @@ -3628,8 +3579,8 @@ "integrity": "sha512-srIDThJHkdp3aPwJpR/HNzYZCRJwm07b/igxseoHSB7qR8e/gQp4F6lMGknE3TQI1Aq14TiFf/wzrHOp9LY/EA==" }, "fuzzy-finder": { - "version": "git+https://github.com/atom/fuzzy-finder.git#470978ca231ce17ab4ca664661b0b748c58d3230", - "from": "git+https://github.com/atom/fuzzy-finder.git#470978c", + "version": "git+ssh://git@github.com/atom/fuzzy-finder.git#470978ca231ce17ab4ca664661b0b748c58d3230", + "from": "fuzzy-finder@git+https://github.com/atom/fuzzy-finder.git#470978c", "requires": { "@atom/fuzzy-native": "^1.1.2", "async": "0.2.6", @@ -3824,8 +3775,8 @@ } }, "github": { - "version": "git+https://github.com/atom/github.git#2053290edf225d02789913dadfcec0995685ba28", - "from": "git+https://github.com/atom/github.git#2053290", + "version": "git+ssh://git@github.com/atom/github.git#2053290edf225d02789913dadfcec0995685ba28", + "from": "github@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", @@ -4017,22 +3968,6 @@ "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==" }, - "har-schema": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz", - "integrity": "sha512-f8xf2GOR6Rgwc9FPTLNzgwB+JQ2/zMauYXSWmX5YV5acex6VomT0ocSuwR7BfXo5MpHi+jL+saaux2fwsGJDKQ==", - "optional": true - }, - "har-validator": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz", - "integrity": "sha512-5Gbp6RAftMYYV3UEI4c4Vv3+a4dQ7taVyvHt+/L6kRt+f4HX1GweAk5UDWN0SvdVnRBzGQ6OG89pGaD9uSFnVw==", - "optional": true, - "requires": { - "ajv": "^4.9.1", - "har-schema": "^1.0.5" - } - }, "has": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", @@ -4085,18 +4020,6 @@ "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==" }, - "hawk": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz", - "integrity": "sha512-X8xbmTc1cbPXcQV4WkLcRMALuyoxhfpFATmyuCxJPOAvrDS4DNnsTAOmKUxMTOWU6TzrTOkxPKwIx5ZOpJVSrg==", - "optional": true, - "requires": { - "boom": "2.x.x", - "cryptiles": "2.x.x", - "hoek": "2.x.x", - "sntp": "1.x.x" - } - }, "he": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", @@ -4107,12 +4030,6 @@ "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.5.tgz", "integrity": "sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA==" }, - "hoek": { - "version": "2.16.3", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", - "integrity": "sha512-V6Yw1rIcYV/4JsnggjBU0l4Kr+EXhpwqXRusENU1Xx6ro00IHPHYNynCuBTOZAPlr3AAmLvchH9I7N/VUdvOwQ==", - "optional": true - }, "home-or-tmp": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz", @@ -4161,17 +4078,6 @@ "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==" }, - "http-signature": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz", - "integrity": "sha512-iUn0NcRULlDGtqNLN1Jxmzayk8ogm7NToldASyZBpM2qggbphjXzNOiw3piN8tgz+e/DRs6X5gAzFwTI6BCRcg==", - "optional": true, - "requires": { - "assert-plus": "^0.2.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - } - }, "https-proxy-agent": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-4.0.0.tgz", @@ -4226,8 +4132,8 @@ "optional": true }, "image-view": { - "version": "git+https://github.com/atom/image-view.git#4b5eb1091853ee61ad582ffcffc94a570d0e667f", - "from": "git+https://github.com/atom/image-view.git#4b5eb10", + "version": "git+ssh://git@github.com/atom/image-view.git#4b5eb1091853ee61ad582ffcffc94a570d0e667f", + "from": "image-view@git+https://github.com/atom/image-view.git#4b5eb10", "requires": { "bytes": "^3.0.0", "etch": "0.9.0", @@ -4435,6 +4341,11 @@ "call-bind": "^1.0.2" } }, + "is-what": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/is-what/-/is-what-3.14.1.tgz", + "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==" + }, "isarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", @@ -4488,8 +4399,8 @@ "integrity": "sha512-GCXsV6KtPJzhsiv6+0P0rR1/wU9Puzr+dFHT4T5AupC8lkz4rXT5evSYBOJtql3pURrm79FBiTx5elORz7Cmhg==" }, "jasmine-node": { - "version": "git+https://github.com/kevinsawicki/jasmine-node.git#81af4f953a2b7dfb5bde8331c05362a4b464c5ef", - "from": "git+https://github.com/kevinsawicki/jasmine-node.git#81af4f953a2b7dfb5bde8331c05362a4b464c5ef", + "version": "git+ssh://git@github.com/kevinsawicki/jasmine-node.git#81af4f953a2b7dfb5bde8331c05362a4b464c5ef", + "from": "jasmine-node@git+https://github.com/kevinsawicki/jasmine-node.git#81af4f953a2b7dfb5bde8331c05362a4b464c5ef", "requires": { "coffee-script": ">=1.0.1", "coffeestack": ">=1 <2", @@ -4647,8 +4558,8 @@ "integrity": "sha512-WGl1FG6zjyXCU6YrOVrvanyN3iiLFPLr/UmZ/jGiEOd7CXQV83/Ng5aLGK/Erehtr1nxU8dOwnRjseQDGElMQw==" }, "keybinding-resolver": { - "version": "git+https://github.com/atom/keybinding-resolver.git#c65b0fb34547e2b76ebf385df91807119d496ee7", - "from": "git+https://github.com/atom/keybinding-resolver.git#c65b0fb", + "version": "git+ssh://git@github.com/atom/keybinding-resolver.git#c65b0fb34547e2b76ebf385df91807119d496ee7", + "from": "keybinding-resolver@git+https://github.com/atom/keybinding-resolver.git#c65b0fb", "requires": { "etch": "0.9.0", "fs-plus": "^3.0.0", @@ -4804,50 +4715,50 @@ } }, "language-c": { - "version": "git+https://github.com/atom/language-c.git#af1e7f5ec8a2db9337a7e0c86e5286d5cef47d3d", - "from": "git+https://github.com/atom/language-c.git#af1e7f5", + "version": "git+ssh://git@github.com/atom/language-c.git#af1e7f5ec8a2db9337a7e0c86e5286d5cef47d3d", + "from": "language-c@git+https://github.com/atom/language-c.git#af1e7f5", "requires": { "tree-sitter-c": "^0.15.3", "tree-sitter-cpp": "^0.15.1" } }, "language-clojure": { - "version": "git+https://github.com/atom/language-clojure.git#54cde5069ea45b8c63a1000086031702e9d5f392", - "from": "git+https://github.com/atom/language-clojure.git#54cde50" + "version": "git+ssh://git@github.com/atom/language-clojure.git#54cde5069ea45b8c63a1000086031702e9d5f392", + "from": "language-clojure@git+https://github.com/atom/language-clojure.git#54cde50" }, "language-coffee-script": { - "version": "git+https://github.com/atom/language-coffee-script.git#b76b47f7d3fc04c90303af7920af034272fe8e8f", - "from": "git+https://github.com/atom/language-coffee-script.git#b76b47f" + "version": "git+ssh://git@github.com/atom/language-coffee-script.git#b76b47f7d3fc04c90303af7920af034272fe8e8f", + "from": "language-coffee-script@git+https://github.com/atom/language-coffee-script.git#b76b47f" }, "language-csharp": { - "version": "git+https://github.com/atom/language-csharp.git#c2fea34f343b699bc960616eca0f8dc0f7701845", - "from": "git+https://github.com/atom/language-csharp.git#c2fea34" + "version": "git+ssh://git@github.com/atom/language-csharp.git#c2fea34f343b699bc960616eca0f8dc0f7701845", + "from": "language-csharp@git+https://github.com/atom/language-csharp.git#c2fea34" }, "language-css": { - "version": "git+https://github.com/atom/language-css.git#01cfa5a2e6dafb341e987bdd02675259950d3be7", - "from": "git+https://github.com/atom/language-css.git#01cfa5a", + "version": "git+ssh://git@github.com/atom/language-css.git#01cfa5a2e6dafb341e987bdd02675259950d3be7", + "from": "language-css@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#ce39df9b892ae8d0aac5e1267244a5dc1e3bab01", - "from": "git+https://github.com/atom/language-gfm.git#ce39df9" + "version": "git+ssh://git@github.com/atom/language-gfm.git#ce39df9b892ae8d0aac5e1267244a5dc1e3bab01", + "from": "language-gfm@git+https://github.com/atom/language-gfm.git#ce39df9" }, "language-git": { - "version": "git+https://github.com/atom/language-git.git#738a900314211d9f5bbcf0c3f35a34474844a81c", - "from": "git+https://github.com/atom/language-git.git#738a900" + "version": "git+ssh://git@github.com/atom/language-git.git#738a900314211d9f5bbcf0c3f35a34474844a81c", + "from": "language-git@git+https://github.com/atom/language-git.git#738a900" }, "language-go": { - "version": "git+https://github.com/atom/language-go.git#16c8071aecf748303ef4cd4bbcffaff46db8d23d", - "from": "git+https://github.com/atom/language-go.git#16c8071", + "version": "git+ssh://git@github.com/atom/language-go.git#16c8071aecf748303ef4cd4bbcffaff46db8d23d", + "from": "language-go@git+https://github.com/atom/language-go.git#16c8071", "requires": { "tree-sitter-go": "^0.15.1" } }, "language-html": { - "version": "git+https://github.com/atom/language-html.git#8ab471db6a9c2da9936dd9483bd4f05df24b0b2b", - "from": "git+https://github.com/atom/language-html.git#8ab471d", + "version": "git+ssh://git@github.com/atom/language-html.git#8ab471db6a9c2da9936dd9483bd4f05df24b0b2b", + "from": "language-html@git+https://github.com/atom/language-html.git#8ab471d", "requires": { "atom-grammar-test": "^0.6.3", "tree-sitter-embedded-template": "^0.15.2", @@ -4855,19 +4766,19 @@ } }, "language-hyperlink": { - "version": "git+https://github.com/atom/language-hyperlink.git#96bda003585e8148aaa2a46c12a9409a9d3b58b2", - "from": "git+https://github.com/atom/language-hyperlink.git#96bda00" + "version": "git+ssh://git@github.com/atom/language-hyperlink.git#96bda003585e8148aaa2a46c12a9409a9d3b58b2", + "from": "language-hyperlink@git+https://github.com/atom/language-hyperlink.git#96bda00" }, "language-java": { - "version": "git+https://github.com/atom/language-java.git#5f2f890609752c358d093efbfb1d8b0ce91af2f1", - "from": "git+https://github.com/atom/language-java.git#5f2f890", + "version": "git+ssh://git@github.com/atom/language-java.git#5f2f890609752c358d093efbfb1d8b0ce91af2f1", + "from": "language-java@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#c3443f016c074c362d174cc50ee8ff26b8e36851", - "from": "git+https://github.com/atom/language-javascript.git#c3443f0", + "version": "git+ssh://git@github.com/atom/language-javascript.git#c3443f016c074c362d174cc50ee8ff26b8e36851", + "from": "language-javascript@git+https://github.com/atom/language-javascript.git#c3443f0", "requires": { "tree-sitter-javascript": "^0.15.2", "tree-sitter-jsdoc": "^0.15.2", @@ -4875,58 +4786,58 @@ } }, "language-json": { - "version": "git+https://github.com/atom/language-json.git#98bf51be7145dd65f2da1b1c7bf5b143028714dc", - "from": "git+https://github.com/atom/language-json.git#98bf51b", + "version": "git+ssh://git@github.com/atom/language-json.git#98bf51be7145dd65f2da1b1c7bf5b143028714dc", + "from": "language-json@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#4a1426a08d40512291946e697183c9290fc59f19", - "from": "git+https://github.com/atom/language-less.git#4a1426a" + "version": "git+ssh://git@github.com/atom/language-less.git#4a1426a08d40512291946e697183c9290fc59f19", + "from": "language-less@git+https://github.com/atom/language-less.git#4a1426a" }, "language-make": { - "version": "git+https://github.com/atom/language-make.git#498cbe10cbb41d56c38c5205dea27beb19d0a2d5", - "from": "git+https://github.com/atom/language-make.git#498cbe1" + "version": "git+ssh://git@github.com/atom/language-make.git#498cbe10cbb41d56c38c5205dea27beb19d0a2d5", + "from": "language-make@git+https://github.com/atom/language-make.git#498cbe1" }, "language-mustache": { - "version": "git+https://github.com/atom/language-mustache.git#ea735f51e3f7f1b7c8e99539e46d961e343b2345", - "from": "git+https://github.com/atom/language-mustache.git#ea735f5" + "version": "git+ssh://git@github.com/atom/language-mustache.git#ea735f51e3f7f1b7c8e99539e46d961e343b2345", + "from": "language-mustache@git+https://github.com/atom/language-mustache.git#ea735f5" }, "language-objective-c": { - "version": "git+https://github.com/atom/language-objective-c.git#1c490d387602c74b1c1707a5849c983d8bb20cea", - "from": "git+https://github.com/atom/language-objective-c.git#1c490d3" + "version": "git+ssh://git@github.com/atom/language-objective-c.git#1c490d387602c74b1c1707a5849c983d8bb20cea", + "from": "language-objective-c@git+https://github.com/atom/language-objective-c.git#1c490d3" }, "language-perl": { - "version": "git+https://github.com/atom/language-perl.git#c3f8900382f7167d9c09c993364abf1cc36b2e07", - "from": "git+https://github.com/atom/language-perl.git#c3f8900" + "version": "git+ssh://git@github.com/atom/language-perl.git#c3f8900382f7167d9c09c993364abf1cc36b2e07", + "from": "language-perl@git+https://github.com/atom/language-perl.git#c3f8900" }, "language-php": { - "version": "git+https://github.com/atom/language-php.git#36a073b084befb421eb2d95438d0210fa9c77197", - "from": "git+https://github.com/atom/language-php.git#36a073b" + "version": "git+ssh://git@github.com/atom/language-php.git#36a073b084befb421eb2d95438d0210fa9c77197", + "from": "language-php@git+https://github.com/atom/language-php.git#36a073b" }, "language-property-list": { - "version": "git+https://github.com/atom/language-property-list.git#d2abd7d9ada85b56a90bfaf5cfec1a6efaef1c57", - "from": "git+https://github.com/atom/language-property-list.git#d2abd7d" + "version": "git+ssh://git@github.com/atom/language-property-list.git#d2abd7d9ada85b56a90bfaf5cfec1a6efaef1c57", + "from": "language-property-list@git+https://github.com/atom/language-property-list.git#d2abd7d" }, "language-python": { - "version": "git+https://github.com/atom/language-python.git#fd7182548b88405380ce05c1a52e712c20fabc47", - "from": "git+https://github.com/atom/language-python.git#fd71825", + "version": "git+ssh://git@github.com/atom/language-python.git#fd7182548b88405380ce05c1a52e712c20fabc47", + "from": "language-python@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#a8df7251b30482e4c718cb18e9b4a9c5b3779c70", - "from": "git+https://github.com/atom/language-ruby.git#a8df725", + "version": "git+ssh://git@github.com/atom/language-ruby.git#a8df7251b30482e4c718cb18e9b4a9c5b3779c70", + "from": "language-ruby@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#c51d37c2c14ee4fb950460c8f21bfd2d0eb95ee4", - "from": "git+https://github.com/atom/language-ruby-on-rails.git#c51d37c" + "version": "git+ssh://git@github.com/atom/language-ruby-on-rails.git#c51d37c2c14ee4fb950460c8f21bfd2d0eb95ee4", + "from": "language-ruby-on-rails@git+https://github.com/atom/language-ruby-on-rails.git#c51d37c" }, "language-rust-bundled": { "version": "file:packages/language-rust-bundled", @@ -4935,50 +4846,50 @@ } }, "language-sass": { - "version": "git+https://github.com/atom/language-sass.git#32ee25fa7828e277462737d1821b8fc5d84e14a2", - "from": "git+https://github.com/atom/language-sass.git#32ee25f" + "version": "git+ssh://git@github.com/atom/language-sass.git#32ee25fa7828e277462737d1821b8fc5d84e14a2", + "from": "language-sass@git+https://github.com/atom/language-sass.git#32ee25f" }, "language-shellscript": { - "version": "git+https://github.com/atom/language-shellscript.git#b4e945380ecd130089e9514fe5adca7152c3b253", - "from": "git+https://github.com/atom/language-shellscript.git#b4e9453", + "version": "git+ssh://git@github.com/atom/language-shellscript.git#b4e945380ecd130089e9514fe5adca7152c3b253", + "from": "language-shellscript@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#cb2798ff79ae31cdd46bab7e8e01a257dd94cbfa", - "from": "git+https://github.com/atom/language-source.git#cb2798f" + "version": "git+ssh://git@github.com/atom/language-source.git#cb2798ff79ae31cdd46bab7e8e01a257dd94cbfa", + "from": "language-source@git+https://github.com/atom/language-source.git#cb2798f" }, "language-sql": { - "version": "git+https://github.com/atom/language-sql.git#8ad4e7508513fb81ee1a719e4749e58ab8c42e2c", - "from": "git+https://github.com/atom/language-sql.git#8ad4e75" + "version": "git+ssh://git@github.com/atom/language-sql.git#8ad4e7508513fb81ee1a719e4749e58ab8c42e2c", + "from": "language-sql@git+https://github.com/atom/language-sql.git#8ad4e75" }, "language-text": { - "version": "git+https://github.com/atom/language-text.git#28e0690ebd5dc78a3442313b26fb3765998c26cf", - "from": "git+https://github.com/atom/language-text.git#28e0690" + "version": "git+ssh://git@github.com/atom/language-text.git#28e0690ebd5dc78a3442313b26fb3765998c26cf", + "from": "language-text@git+https://github.com/atom/language-text.git#28e0690" }, "language-todo": { - "version": "git+https://github.com/atom/language-todo.git#18859d1201f743ec4e1590e5805d7493950cad9b", - "from": "git+https://github.com/atom/language-todo.git#18859d1" + "version": "git+ssh://git@github.com/atom/language-todo.git#18859d1201f743ec4e1590e5805d7493950cad9b", + "from": "language-todo@git+https://github.com/atom/language-todo.git#18859d1" }, "language-toml": { - "version": "git+https://github.com/atom/language-toml.git#83510d0cd34aedefd62b3d743640cba66f60c09a", - "from": "git+https://github.com/atom/language-toml.git#83510d0" + "version": "git+ssh://git@github.com/atom/language-toml.git#83510d0cd34aedefd62b3d743640cba66f60c09a", + "from": "language-toml@git+https://github.com/atom/language-toml.git#83510d0" }, "language-typescript": { - "version": "git+https://github.com/atom/language-typescript.git#08eb099674537e9837b0f06eea74e57d682ea89e", - "from": "git+https://github.com/atom/language-typescript.git#08eb099", + "version": "git+ssh://git@github.com/atom/language-typescript.git#08eb099674537e9837b0f06eea74e57d682ea89e", + "from": "language-typescript@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#c5d2003b46131f6481bd4203e5b0260677888cab", - "from": "git+https://github.com/atom/language-xml.git#c5d2003" + "version": "git+ssh://git@github.com/atom/language-xml.git#c5d2003b46131f6481bd4203e5b0260677888cab", + "from": "language-xml@git+https://github.com/atom/language-xml.git#c5d2003" }, "language-yaml": { - "version": "git+https://github.com/atom/language-yaml.git#f8d98ba7d651e3a8f15f8c5f13982e97c380835c", - "from": "git+https://github.com/atom/language-yaml.git#f8d98ba" + "version": "git+ssh://git@github.com/atom/language-yaml.git#f8d98ba7d651e3a8f15f8c5f13982e97c380835c", + "from": "language-yaml@git+https://github.com/atom/language-yaml.git#f8d98ba" }, "lazy-cache": { "version": "1.0.4", @@ -4994,43 +4905,44 @@ } }, "less": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/less/-/less-2.7.3.tgz", - "integrity": "sha512-KPdIJKWcEAb02TuJtaLrhue0krtRLoRoo7x6BNJIBelO00t/CCdJQUnHW5V34OnHMWzIktSalJxRO+FvytQlCQ==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/less/-/less-3.13.1.tgz", + "integrity": "sha512-SwA1aQXGUvp+P5XdZslUOhhLnClSLIjWvJhmd+Vgib5BFIr9lMNlQwmwUNOjXThF/A0x+MCYYPeWEfeWiLRnTw==", "requires": { + "copy-anything": "^2.0.1", "errno": "^0.1.1", "graceful-fs": "^4.1.2", "image-size": "~0.5.0", - "mime": "^1.2.11", - "mkdirp": "^0.5.0", - "promise": "^7.1.1", - "request": "2.81.0", - "source-map": "^0.5.3" + "make-dir": "^2.1.0", + "mime": "^1.4.1", + "native-request": "^1.0.5", + "source-map": "~0.6.0", + "tslib": "^1.10.0" }, "dependencies": { "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "optional": true } } }, "less-cache": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/less-cache/-/less-cache-1.1.0.tgz", - "integrity": "sha512-hFd0OdUMv2C4FoYVe6CfaGK2ydpT406wZiZP1h0I22hOkcdHvAvSrOsodB1OTe/FIis4NUog+7HsGdmfA3i1yg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/less-cache/-/less-cache-1.1.1.tgz", + "integrity": "sha512-cl7K2sUMu9m6lNHUd3XV3/C2IF76GOrsck2C9cf81Ymu6wbHrQI6NSJUejfcnR8MttdLpK6XdUYDNe+GDJdqJg==", "requires": { - "fs-plus": "^3.0.0", - "less": "^2.7.1", - "underscore-plus": "1.x", - "walkdir": "0.0.11" + "fs-plus": "^3.1.1", + "less": "^3.12.2", + "underscore-plus": "^1.7.0", + "walkdir": "^0.4.1" }, "dependencies": { "walkdir": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.0.11.tgz", - "integrity": "sha512-lMFYXGpf7eg+RInVL021ZbJJT4hqsvsBvq5sZBp874jfhs3IWlA7OPoG0ojQrYcXHuUSi+Nqp6qGN+pPGaMgPQ==" + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.4.1.tgz", + "integrity": "sha512-3eBwRyEln6E1MSzcxcVpQIhRG8Q1jLvEqRmCZqS3dsfXEDR/AhOF4d+jHg1qvDCpYaVRZjENPQyrVxAkQqxPgQ==" } } }, @@ -5245,14 +5157,32 @@ } } }, + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "optional": true, + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + }, + "dependencies": { + "semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "optional": true + } + } + }, "map-stream": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz", "integrity": "sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g==" }, "markdown-preview": { - "version": "git+https://github.com/atom/markdown-preview.git#c6df136f67f498223e0ab7f8172b716c273f7705", - "from": "git+https://github.com/atom/markdown-preview.git#c6df136", + "version": "git+ssh://git@github.com/atom/markdown-preview.git#c6df136f67f498223e0ab7f8172b716c273f7705", + "from": "markdown-preview@git+https://github.com/atom/markdown-preview.git#c6df136", "requires": { "cheerio": "^1.0.0-rc.3", "dompurify": "^1.0.2", @@ -5291,8 +5221,8 @@ } }, "metrics": { - "version": "git+https://github.com/atom/metrics.git#d35d0345cac84b47529ebdfdbbbd374dba20e719", - "from": "git+https://github.com/atom/metrics.git#d35d034", + "version": "git+ssh://git@github.com/atom/metrics.git#d35d0345cac84b47529ebdfdbbbd374dba20e719", + "from": "metrics@git+https://github.com/atom/metrics.git#d35d034", "requires": { "fs-plus": "^3.0.0", "grim": "^2.0.1", @@ -5673,6 +5603,12 @@ "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz", "integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==" }, + "native-request": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/native-request/-/native-request-1.1.2.tgz", + "integrity": "sha512-/etjwrK0J4Ebbcnt35VMWnfiUX/B04uwGJxyJInagxDqf2z5drSt/lsOvEMWGYunz1kaLZAFrV4NDAbOoDKvAQ==", + "optional": true + }, "natural": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/natural/-/natural-0.4.0.tgz", @@ -5819,8 +5755,8 @@ "integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==" }, "notifications": { - "version": "git+https://github.com/atom/notifications.git#47da1756c8ca5ea4805eabafcb90eba85fa26108", - "from": "git+https://github.com/atom/notifications.git#47da175", + "version": "git+ssh://git@github.com/atom/notifications.git#47da1756c8ca5ea4805eabafcb90eba85fa26108", + "from": "notifications@git+https://github.com/atom/notifications.git#47da175", "requires": { "dompurify": "^1.0.3", "fs-plus": "^3.0.0", @@ -5901,12 +5837,6 @@ "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", "integrity": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==" }, - "oauth-sign": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz", - "integrity": "sha512-VlF07iu3VV3+BTXj43Nmp6Irt/G7j/NgEctUS6IweH1RGhURjjCc2NWtzXFPXXWWfc7hgbXQdtiQu2LGp6MxUg==", - "optional": true - }, "object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", @@ -5973,8 +5903,8 @@ } }, "open-on-github": { - "version": "git+https://github.com/atom/open-on-github.git#c12ffbefcb79cdff4661de5954e0fa522bfadef7", - "from": "git+https://github.com/atom/open-on-github.git#c12ffbe" + "version": "git+ssh://git@github.com/atom/open-on-github.git#c12ffbefcb79cdff4661de5954e0fa522bfadef7", + "from": "open-on-github@git+https://github.com/atom/open-on-github.git#c12ffbe" }, "optimist": { "version": "0.5.2", @@ -6039,8 +5969,8 @@ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" }, "package-generator": { - "version": "git+https://github.com/atom/package-generator.git#5c45f800715341de13804af6e8d08e581efb53b3", - "from": "git+https://github.com/atom/package-generator.git#5c45f80", + "version": "git+ssh://git@github.com/atom/package-generator.git#5c45f800715341de13804af6e8d08e581efb53b3", + "from": "package-generator@git+https://github.com/atom/package-generator.git#5c45f80", "requires": { "fs-plus": "^3.0.0", "temp": "^0.8.1", @@ -6181,17 +6111,17 @@ "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==" }, - "performance-now": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz", - "integrity": "sha512-YHk5ez1hmMR5LOkb9iJkLKqoBlL7WD5M8ljC75ZfzXriuBIVNuecaXuU7e+hOwyqf24Wxhh7Vxgt7Hnw9288Tg==", - "optional": true - }, "picocolors": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "optional": true + }, "plist": { "version": "3.0.6", "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.6.tgz", @@ -6323,23 +6253,11 @@ "once": "^1.3.1" } }, - "punycode": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", - "optional": true - }, "q": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==" }, - "qs": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.4.1.tgz", - "integrity": "sha512-LQy1Q1fcva/UsnP/6Iaa4lVeM49WiOitu2T4hZCyA/elLKu37L99qcBJk4VCCk+rdLvnMzfKyiN3SZTqdAZGSQ==", - "optional": true - }, "random-seed": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/random-seed/-/random-seed-0.2.0.tgz", @@ -6588,44 +6506,6 @@ "is-finite": "^1.0.0" } }, - "request": { - "version": "2.81.0", - "resolved": "https://registry.npmjs.org/request/-/request-2.81.0.tgz", - "integrity": "sha512-IZnsR7voF0miGSu29EXPRgPTuEsI/+aibNSBbN1pplrfartF5wDYGADz3iD9vmBVf2r00rckWZf8BtS5kk7Niw==", - "optional": true, - "requires": { - "aws-sign2": "~0.6.0", - "aws4": "^1.2.1", - "caseless": "~0.12.0", - "combined-stream": "~1.0.5", - "extend": "~3.0.0", - "forever-agent": "~0.6.1", - "form-data": "~2.1.1", - "har-validator": "~4.2.1", - "hawk": "~3.1.3", - "http-signature": "~1.1.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.7", - "oauth-sign": "~0.8.1", - "performance-now": "^0.2.0", - "qs": "~6.4.0", - "safe-buffer": "^5.0.1", - "stringstream": "~0.0.4", - "tough-cookie": "~2.3.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.0.0" - }, - "dependencies": { - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "optional": true - } - } - }, "require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -6893,8 +6773,8 @@ "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" }, "settings-view": { - "version": "git+https://github.com/atom/settings-view.git#94418d66db1bbbd2f2d36fe90387506d13f65aab", - "from": "git+https://github.com/atom/settings-view.git#94418d6", + "version": "git+ssh://git@github.com/atom/settings-view.git#94418d66db1bbbd2f2d36fe90387506d13f65aab", + "from": "settings-view@git+https://github.com/atom/settings-view.git#94418d6", "requires": { "async": "^3.2.0", "dompurify": "^1.0.2", @@ -7170,8 +7050,8 @@ "integrity": "sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==" }, "snippets": { - "version": "git+https://github.com/atom/snippets.git#e8e6b895a7af57775a5af08fd85315dd54ffd75b", - "from": "git+https://github.com/atom/snippets.git#e8e6b89", + "version": "git+ssh://git@github.com/atom/snippets.git#e8e6b895a7af57775a5af08fd85315dd54ffd75b", + "from": "snippets@git+https://github.com/atom/snippets.git#e8e6b89", "requires": { "async": "~0.2.6", "atom-select-list": "^0.7.0", @@ -7221,15 +7101,6 @@ } } }, - "sntp": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz", - "integrity": "sha512-7bgVOAnPj3XjrKY577S+puCKGCRlUrcrEdsMeRXlg9Ghf5df/xNi6sONUa43WrHUd3TjJBF7O04jYoiY0FVa0A==", - "optional": true, - "requires": { - "hoek": "2.x.x" - } - }, "solarized-dark-syntax": { "version": "file:packages/solarized-dark-syntax" }, @@ -7281,8 +7152,8 @@ "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==" }, "spell-check": { - "version": "git+https://github.com/atom/spell-check.git#df4dfebdf55c85a3f90817ae0a1cf2e4c90e5842", - "from": "git+https://github.com/atom/spell-check.git#df4dfeb", + "version": "git+ssh://git@github.com/atom/spell-check.git#df4dfebdf55c85a3f90817ae0a1cf2e4c90e5842", + "from": "spell-check@git+https://github.com/atom/spell-check.git#df4dfeb", "requires": { "atom-pathspec": "^0.0.0", "atom-select-list": "^0.7.0", @@ -7415,8 +7286,8 @@ } }, "status-bar": { - "version": "git+https://github.com/atom/status-bar.git#4edfaa891b5ce2fdf6fbe4f6473c9a2503e6b5ed", - "from": "git+https://github.com/atom/status-bar.git#4edfaa8", + "version": "git+ssh://git@github.com/atom/status-bar.git#4edfaa891b5ce2fdf6fbe4f6473c9a2503e6b5ed", + "from": "status-bar@git+https://github.com/atom/status-bar.git#4edfaa8", "requires": { "fs-plus": "^3.0.1", "grim": "^2.0.1", @@ -7466,6 +7337,14 @@ } } }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + }, "string-width": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", @@ -7496,14 +7375,6 @@ "es-abstract": "^1.19.5" } }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - }, "stringmap": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz", @@ -7514,12 +7385,6 @@ "resolved": "https://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz", "integrity": "sha512-km3jeiRpmySChl1oLiBE2ESdG5k/4+6tjENVL6BB3mdmKBiUikI5ks4paad2WAKsxzpNiBqBBbXCC12QqlpLWA==" }, - "stringstream": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.6.tgz", - "integrity": "sha512-87GEBAkegbBcweToUrdzf3eLhWNg06FJTebl4BVJz/JgWy8CvEr9dRtX5qWphiynMSQlxxi+QqN0z5T32SLlhA==", - "optional": true - }, "strip-ansi": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", @@ -7534,8 +7399,8 @@ "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==" }, "styleguide": { - "version": "git+https://github.com/atom/styleguide.git#aa4f682f402f7bb754e8cb317ea651c2ca2f78b1", - "from": "git+https://github.com/atom/styleguide.git#aa4f682", + "version": "git+ssh://git@github.com/atom/styleguide.git#aa4f682f402f7bb754e8cb317ea651c2ca2f78b1", + "from": "styleguide@git+https://github.com/atom/styleguide.git#aa4f682", "requires": { "atom-select-list": "^0.7.0", "dedent": "^0.7.0", @@ -7589,8 +7454,8 @@ "integrity": "sha512-yUT0ukFkFEt4nb+NY+n2ag51aS/u9UHXoZw+A4jgD77/jzZsBoSDHuqysrVCBC4CYR4TYvUJq54ONpXgDBH8tA==" }, "symbols-view": { - "version": "git+https://github.com/atom/symbols-view.git#36c4dd4c5a89adcfe8cbe01a80548147378c93c6", - "from": "git+https://github.com/atom/symbols-view.git#36c4dd4", + "version": "git+ssh://git@github.com/atom/symbols-view.git#36c4dd4c5a89adcfe8cbe01a80548147378c93c6", + "from": "symbols-view@git+https://github.com/atom/symbols-view.git#36c4dd4", "requires": { "async": "^0.2.6", "atom-select-list": "^0.7.0", @@ -7645,8 +7510,8 @@ "integrity": "sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA==" }, "tabs": { - "version": "git+https://github.com/atom/tabs.git#76535053c55808adf350d54e305e977fb415e3da", - "from": "git+https://github.com/atom/tabs.git#7653505", + "version": "git+ssh://git@github.com/atom/tabs.git#76535053c55808adf350d54e305e977fb415e3da", + "from": "tabs@git+https://github.com/atom/tabs.git#7653505", "requires": { "fs-plus": "^3.0.0", "temp": "~0.8.1", @@ -7799,8 +7664,8 @@ "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" }, "timecop": { - "version": "git+https://github.com/atom/timecop.git#f7d954391cf3fde794c23dda2748c8cf37d9dec7", - "from": "git+https://github.com/atom/timecop.git#f7d9543", + "version": "git+ssh://git@github.com/atom/timecop.git#f7d954391cf3fde794c23dda2748c8cf37d9dec7", + "from": "timecop@git+https://github.com/atom/timecop.git#f7d9543", "requires": { "dedent": "^0.7.0", "etch": "^0.12.6", @@ -7834,23 +7699,14 @@ "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==" }, - "tough-cookie": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.4.tgz", - "integrity": "sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==", - "optional": true, - "requires": { - "punycode": "^1.4.1" - } - }, "tree-kill": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==" }, "tree-sitter": { - "version": "git+https://github.com/DeeDeeG/node-tree-sitter.git#bb298eaae66e0c4f11908cb6209f3e141884e88e", - "from": "git+https://github.com/DeeDeeG/node-tree-sitter.git#bb298eaae66e0c4f11908cb6209f3e141884e88e", + "version": "git+ssh://git@github.com/DeeDeeG/node-tree-sitter.git#bb298eaae66e0c4f11908cb6209f3e141884e88e", + "from": "tree-sitter@git+https://github.com/DeeDeeG/node-tree-sitter.git#bb298eaae66e0c4f11908cb6209f3e141884e88e", "requires": { "nan": "^2.14.0", "prebuild-install": "^5.0.0" @@ -8059,8 +7915,8 @@ } }, "tree-view": { - "version": "git+https://github.com/atom/tree-view.git#bc42868def5e13521cedeb8337e40917631969f4", - "from": "git+https://github.com/atom/tree-view.git#bc42868", + "version": "git+ssh://git@github.com/atom/tree-view.git#bc42868def5e13521cedeb8337e40917631969f4", + "from": "tree-view@git+https://github.com/atom/tree-view.git#bc42868", "requires": { "fs-plus": "^3.0.0", "minimatch": "~0.3.0", @@ -8095,6 +7951,11 @@ "resolved": "https://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz", "integrity": "sha512-2+ilNA00DGvbUYYbRrm3ux+snbo7I6uPXMw8I4p/QMl7HUOWBBZFbk+Mpr8/IAPDQE+LQ8vOdlI6xEzjc+e/BQ==" }, + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + }, "tunnel-agent": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", @@ -8361,8 +8222,8 @@ "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==" }, "whitespace": { - "version": "git+https://github.com/atom/whitespace.git#53d5ba9728e1f39ddb78f8a4ecb32b31155f6c25", - "from": "git+https://github.com/atom/whitespace.git#53d5ba9" + "version": "git+ssh://git@github.com/atom/whitespace.git#53d5ba9728e1f39ddb78f8a4ecb32b31155f6c25", + "from": "whitespace@git+https://github.com/atom/whitespace.git#53d5ba9" }, "wide-align": { "version": "1.1.5", @@ -8405,8 +8266,8 @@ } }, "wrap-guide": { - "version": "git+https://github.com/atom/wrap-guide.git#6a4f577223ebb520cb1a25ccc50c4ed4973a477a", - "from": "git+https://github.com/atom/wrap-guide.git#6a4f577" + "version": "git+ssh://git@github.com/atom/wrap-guide.git#6a4f577223ebb520cb1a25ccc50c4ed4973a477a", + "from": "wrap-guide@git+https://github.com/atom/wrap-guide.git#6a4f577" }, "wrappy": { "version": "1.0.2", diff --git a/package.json b/package.json index e7fbfafa1d0..115a7bce171 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "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", + "less-cache": "1.1.1", "line-ending-selector": "file:packages/line-ending-selector", "line-top-index": "0.3.1", "link": "file:packages/link",