aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2020-06-18 11:10:36 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2020-06-18 11:10:36 +0000
commitec227d995e7e919af83b67e79c79ea4507582743 (patch)
tree12621f512ba0992d7f1a7af714cdaccc4bc24f44 /editors
parent359435ed83268e7f0befc5ecaa25f9f1887e6986 (diff)
downloadports-ec227d995e7e919af83b67e79c79ea4507582743.tar.gz
ports-ec227d995e7e919af83b67e79c79ea4507582743.zip
Update to 1.48.0
Approved by: mentors (implicit) Chnagelog: https://github.com/atom/atom/releases/tag/v1.48.0
Notes
Notes: svn path=/head/; revision=539536
Diffstat (limited to 'editors')
-rw-r--r--editors/atom/Makefile5
-rw-r--r--editors/atom/distinfo18
-rw-r--r--editors/atom/files/atom/patch-node__modules_github_test_git-strategies.test.js4
-rw-r--r--editors/atom/files/node/patch-common.gypi4
-rw-r--r--editors/atom/files/node/patch-configure.py (renamed from editors/atom/files/node/patch-configure)6
-rw-r--r--editors/atom/files/patch-script_package.json4
-rw-r--r--editors/atom/files/patch-src_config-schema.js4
-rw-r--r--editors/atom/files/patch-src_main-process_atom-window.js4
-rw-r--r--editors/atom/files/patch-src_text-editor-component.js4
-rw-r--r--editors/atom/pkg-plist1492
10 files changed, 988 insertions, 557 deletions
diff --git a/editors/atom/Makefile b/editors/atom/Makefile
index cf985c50e32d..2939da41bcc2 100644
--- a/editors/atom/Makefile
+++ b/editors/atom/Makefile
@@ -2,7 +2,7 @@
PORTNAME= atom
DISTVERSIONPREFIX= v
-DISTVERSION= 1.47.0
+DISTVERSION= 1.48.0
CATEGORIES= editors
MASTER_SITES= https://nodejs.org/dist/v${APM_NODE_VER}/:node \
https://github.com/tagattie/FreeBSD-Atom/releases/download/v1.42.0/:jasmine_tagged \
@@ -65,7 +65,7 @@ USE_GITHUB= yes
.include "${.CURDIR}/../../devel/electron5/Makefile.version"
# See ${WRKSRC}/apm/node_modules/atom-package-manager/BUNDLED_NODE_VERSION for APM_NODE_VER
-APM_NODE_VER= 10.2.1
+APM_NODE_VER= 10.20.1
BINARY_ALIAS= python=${PYTHON_CMD}
@@ -80,7 +80,6 @@ USE_LDCONFIG= ${DATADIR}
SHEBANG_FILES= atom.sh
SHEBANG_FILES_APM= apm/node_modules/atom-package-manager/bin/apm \
apm/node_modules/atom-package-manager/bin/npm \
- apm/node_modules/atom-package-manager/bin/python-interceptor.sh \
apm/node_modules/atom-package-manager/script/postinstall.sh \
apm/node_modules/atom-package-manager/node_modules/npm/configure \
apm/node_modules/atom-package-manager/node_modules/npm/lib/utils/completion.sh \
diff --git a/editors/atom/distinfo b/editors/atom/distinfo
index d2c8edfced9b..697823f164ce 100644
--- a/editors/atom/distinfo
+++ b/editors/atom/distinfo
@@ -1,11 +1,11 @@
-TIMESTAMP = 1590137023
-SHA256 (node-v10.2.1.tar.gz) = dcdba29f6b933969d6a8a36ea91cfd44bcb500a1e582a3273ac3d4d930e721e4
-SIZE (node-v10.2.1.tar.gz) = 35757099
+TIMESTAMP = 1592293794
+SHA256 (node-v10.20.1.tar.gz) = ea39a70b715bfbd0281979c95a5b81136ffdc0e5bf66b1fd7dc3ef3473ce2c5a
+SIZE (node-v10.20.1.tar.gz) = 47181867
SHA256 (jasmine-tagged-1.1.4.tar.gz) = 8988597858ddf9e9ba3333a19d8651691c8384117bf2e362e8a5ba193ed47585
SIZE (jasmine-tagged-1.1.4.tar.gz) = 3071259
-SHA256 (atom-npm-cache-1.47.0.tar.gz) = c48d8734ea6edfdebd67cbd832e17b1dac23a30c0712b2e4c7ee4485fd7c80eb
-SIZE (atom-npm-cache-1.47.0.tar.gz) = 44975239
-SHA256 (atom-apm-cache-1.47.0.tar.gz) = 5d6abc0e44ea18dd8a5bbd7ac9c623a43c01b43139edb7c5914be893a14146df
-SIZE (atom-apm-cache-1.47.0.tar.gz) = 107773992
-SHA256 (atom-atom-v1.47.0_GH0.tar.gz) = 7a20d938ac3960497935d8fe46ea9e08f2d7fa5308ff6a8a0b48c8af73f846d6
-SIZE (atom-atom-v1.47.0_GH0.tar.gz) = 11943320
+SHA256 (atom-npm-cache-1.48.0.tar.gz) = 0fa90aabf0dae2d27947204b2a582c9adb8a779ee0b9653aac5cdc250ef6a5bc
+SIZE (atom-npm-cache-1.48.0.tar.gz) = 52247716
+SHA256 (atom-apm-cache-1.48.0.tar.gz) = 7ebd39b57102ce08c9a7a0ffe427aeecc2d69e9e799cf1efd75008d6de93d8eb
+SIZE (atom-apm-cache-1.48.0.tar.gz) = 108042065
+SHA256 (atom-atom-v1.48.0_GH0.tar.gz) = 107dda1915a8bbf0c7d0dfd9637ca15d6c0032ae260d82db5327a041d12c4465
+SIZE (atom-atom-v1.48.0_GH0.tar.gz) = 11943695
diff --git a/editors/atom/files/atom/patch-node__modules_github_test_git-strategies.test.js b/editors/atom/files/atom/patch-node__modules_github_test_git-strategies.test.js
index fcac53fe7072..5c6c44d71a22 100644
--- a/editors/atom/files/atom/patch-node__modules_github_test_git-strategies.test.js
+++ b/editors/atom/files/atom/patch-node__modules_github_test_git-strategies.test.js
@@ -1,6 +1,6 @@
---- node_modules/github/test/git-strategies.test.js.orig 2020-04-22 18:35:27 UTC
+--- node_modules/github/test/git-strategies.test.js.orig 2020-02-26 21:07:14 UTC
+++ node_modules/github/test/git-strategies.test.js
-@@ -1536,7 +1536,7 @@ import * as reporterProxy from '../lib/reporter-proxy'
+@@ -1535,7 +1535,7 @@ import * as reporterProxy from '../lib/reporter-proxy'
assert.match(options.env.DISPLAY, /^.+$/);
assert.match(options.env.SSH_ASKPASS, /git-askpass-atom\.sh$/);
assert.match(options.env.GIT_ASKPASS, /git-askpass-atom\.sh$/);
diff --git a/editors/atom/files/node/patch-common.gypi b/editors/atom/files/node/patch-common.gypi
index f220f4a61a05..becb72fa3fc4 100644
--- a/editors/atom/files/node/patch-common.gypi
+++ b/editors/atom/files/node/patch-common.gypi
@@ -1,6 +1,6 @@
---- common.gypi.orig 2020-05-09 05:51:01 UTC
+--- common.gypi.orig 2020-04-12 11:55:35 UTC
+++ common.gypi
-@@ -455,15 +455,6 @@
+@@ -509,15 +509,6 @@
'libraries': [ '-lelf' ],
}],
['OS=="freebsd"', {
diff --git a/editors/atom/files/node/patch-configure b/editors/atom/files/node/patch-configure.py
index c8a3495523e1..f069527a7b00 100644
--- a/editors/atom/files/node/patch-configure
+++ b/editors/atom/files/node/patch-configure.py
@@ -1,6 +1,6 @@
---- configure.orig 2020-05-09 05:50:03 UTC
-+++ configure
-@@ -668,7 +668,7 @@ def get_nasm_version(asm):
+--- configure.py.orig 2020-06-16 06:19:09 UTC
++++ configure.py
+@@ -705,7 +705,7 @@ def get_nasm_version(asm):
def get_llvm_version(cc):
return get_version_helper(
diff --git a/editors/atom/files/patch-script_package.json b/editors/atom/files/patch-script_package.json
index d365860ad457..1b086dc74d46 100644
--- a/editors/atom/files/patch-script_package.json
+++ b/editors/atom/files/patch-script_package.json
@@ -1,4 +1,4 @@
---- script/package.json.orig 2020-05-18 19:34:10 UTC
+--- script/package.json.orig 2020-06-10 09:38:09 UTC
+++ script/package.json
@@ -10,9 +10,7 @@
"coffeelint": "1.15.7",
@@ -17,4 +17,4 @@
- "minidump": "0.9.0",
"mkdirp": "0.5.1",
"normalize-package-data": "2.3.5",
- "npm": "6.2.0",
+ "npm": "6.14.4",
diff --git a/editors/atom/files/patch-src_config-schema.js b/editors/atom/files/patch-src_config-schema.js
index 06ca6dd907ca..62e8e795dabe 100644
--- a/editors/atom/files/patch-src_config-schema.js
+++ b/editors/atom/files/patch-src_config-schema.js
@@ -1,6 +1,6 @@
---- src/config-schema.js.orig 2019-10-21 17:33:40 UTC
+--- src/config-schema.js.orig 2020-06-10 09:38:09 UTC
+++ src/config-schema.js
-@@ -614,12 +614,12 @@ const configSchema = {
+@@ -620,12 +620,12 @@ const configSchema = {
}
};
diff --git a/editors/atom/files/patch-src_main-process_atom-window.js b/editors/atom/files/patch-src_main-process_atom-window.js
index 303078987b64..5ea35f3dd028 100644
--- a/editors/atom/files/patch-src_main-process_atom-window.js
+++ b/editors/atom/files/patch-src_main-process_atom-window.js
@@ -1,6 +1,6 @@
---- src/main-process/atom-window.js.orig 2020-05-18 19:34:10 UTC
+--- src/main-process/atom-window.js.orig 2020-06-10 09:38:09 UTC
+++ src/main-process/atom-window.js
-@@ -54,7 +54,7 @@ module.exports = class AtomWindow extends EventEmitter
+@@ -55,7 +55,7 @@ module.exports = class AtomWindow extends EventEmitter
// Don't set icon on Windows so the exe's ico will be used as window and
// taskbar's icon. See https://github.com/atom/atom/issues/4811 for more.
diff --git a/editors/atom/files/patch-src_text-editor-component.js b/editors/atom/files/patch-src_text-editor-component.js
index a416279fa2f2..f11b1f96399e 100644
--- a/editors/atom/files/patch-src_text-editor-component.js
+++ b/editors/atom/files/patch-src_text-editor-component.js
@@ -1,4 +1,4 @@
---- src/text-editor-component.js.orig 2020-05-18 19:34:10 UTC
+--- src/text-editor-component.js.orig 2020-06-10 09:38:09 UTC
+++ src/text-editor-component.js
@@ -1812,7 +1812,7 @@ module.exports = class TextEditorComponent {
// the paste event. And since we don't use the `paste` event for any
@@ -18,7 +18,7 @@
model.insertText(clipboard.readText('selection'));
return;
}
-@@ -2846,7 +2846,7 @@ module.exports = class TextEditorComponent {
+@@ -2848,7 +2848,7 @@ module.exports = class TextEditorComponent {
didChangeSelectionRange() {
const { model } = this.props;
diff --git a/editors/atom/pkg-plist b/editors/atom/pkg-plist
index 65e6bec6099b..db3b1244f9fe 100644
--- a/editors/atom/pkg-plist
+++ b/editors/atom/pkg-plist
@@ -131,7 +131,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/bin/node
%%DATADIR%%/resources/app/apm/bin/npm
%%DATADIR%%/resources/app/apm/bin/npm.cmd
-%%DATADIR%%/resources/app/apm/bin/python-interceptor.sh
%%DATADIR%%/resources/app/apm/deprecated-packages.json
%%DATADIR%%/resources/app/apm/lib/apm-cli.js
%%DATADIR%%/resources/app/apm/lib/apm.js
@@ -1220,6 +1219,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/ext/docs/math/round-10.md
%%DATADIR%%/resources/app/apm/node_modules/ext/docs/object/entries.md
%%DATADIR%%/resources/app/apm/node_modules/ext/docs/string/random.md
+%%DATADIR%%/resources/app/apm/node_modules/ext/docs/string_/includes.md
%%DATADIR%%/resources/app/apm/node_modules/ext/docs/thenable_/finally.md
%%DATADIR%%/resources/app/apm/node_modules/ext/function/identity.js
%%DATADIR%%/resources/app/apm/node_modules/ext/global-this/implementation.js
@@ -1287,6 +1287,9 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/ext/object/entries/is-implemented.js
%%DATADIR%%/resources/app/apm/node_modules/ext/package.json
%%DATADIR%%/resources/app/apm/node_modules/ext/string/random.js
+%%DATADIR%%/resources/app/apm/node_modules/ext/string_/includes/implementation.js
+%%DATADIR%%/resources/app/apm/node_modules/ext/string_/includes/index.js
+%%DATADIR%%/resources/app/apm/node_modules/ext/string_/includes/is-implemented.js
%%DATADIR%%/resources/app/apm/node_modules/ext/thenable_/finally.js
%%DATADIR%%/resources/app/apm/node_modules/extend/.jscs.json
%%DATADIR%%/resources/app/apm/node_modules/extend/.travis.yml
@@ -1306,8 +1309,12 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/extsprintf/package.json
%%DATADIR%%/resources/app/apm/node_modules/fast-deep-equal/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/fast-deep-equal/README.md
+%%DATADIR%%/resources/app/apm/node_modules/fast-deep-equal/es6/index.js
+%%DATADIR%%/resources/app/apm/node_modules/fast-deep-equal/es6/react.js
%%DATADIR%%/resources/app/apm/node_modules/fast-deep-equal/index.js
%%DATADIR%%/resources/app/apm/node_modules/fast-deep-equal/package.json
+%%DATADIR%%/resources/app/apm/node_modules/fast-deep-equal/react.js
+%%DATADIR%%/resources/app/apm/node_modules/fast-json-stable-stringify/.github/FUNDING.yml
%%DATADIR%%/resources/app/apm/node_modules/fast-json-stable-stringify/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/fast-json-stable-stringify/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/fast-json-stable-stringify/README.md
@@ -1687,7 +1694,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/mixto/README.md
%%DATADIR%%/resources/app/apm/node_modules/mixto/lib/mixin.js
%%DATADIR%%/resources/app/apm/node_modules/mixto/package.json
-%%DATADIR%%/resources/app/apm/node_modules/mkdirp/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/mkdirp/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/mkdirp/bin/cmd.js
%%DATADIR%%/resources/app/apm/node_modules/mkdirp/bin/usage.txt
@@ -1735,7 +1741,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/napi-build-utils/README.md
%%DATADIR%%/resources/app/apm/node_modules/napi-build-utils/index.js
%%DATADIR%%/resources/app/apm/node_modules/napi-build-utils/index.md
-%%DATADIR%%/resources/app/apm/node_modules/napi-build-utils/napi-build-utils-1.0.0.tgz
%%DATADIR%%/resources/app/apm/node_modules/napi-build-utils/package.json
%%DATADIR%%/resources/app/apm/node_modules/ncp/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/ncp/LICENSE.md
@@ -1768,6 +1773,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/nopt/bin/nopt.js
%%DATADIR%%/resources/app/apm/node_modules/nopt/lib/nopt.js
%%DATADIR%%/resources/app/apm/node_modules/nopt/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/.licensee.json
%%DATADIR%%/resources/app/apm/node_modules/npm/.mailmap
%%DATADIR%%/resources/app/apm/node_modules/npm/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/AUTHORS
@@ -1776,7 +1782,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/Makefile
%%DATADIR%%/resources/app/apm/node_modules/npm/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/appveyor.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/bin/node-gyp-bin/node-gyp
%%DATADIR%%/resources/app/apm/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd
%%DATADIR%%/resources/app/apm/node_modules/npm/bin/npm
@@ -1810,16 +1815,13 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/config/cmd-list.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/config/core.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/config/defaults.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/lib/config/fetch-opts.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/lib/config/figgy-config.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/config/gentle-fs.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/config/get-credentials-by-uri.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/config/lifecycle.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/config/load-cafile.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/config/load-prefix.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/lib/config/load-uid.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/config/nerf-dart.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/lib/config/pacote.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/lib/config/reg-client.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/config/set-credentials-by-uri.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/config/set-user.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/dedupe.js
@@ -1837,6 +1839,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/explore.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/fetch-package-metadata.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/fetch-package-metadata.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/lib/fund.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/get.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/help-search.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/help.js
@@ -1873,6 +1876,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/install/diff-trees.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/install/exists.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/install/flatten-tree.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/lib/install/fund.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/install/get-requested.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/install/has-modern-meta.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/install/inflate-bundled.js
@@ -1899,6 +1903,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/logout.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/ls.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/npm.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/lib/org.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/outdated.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/owner.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/pack.js
@@ -1915,7 +1920,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/search.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/search/all-package-metadata.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/search/all-package-search.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/lib/search/esearch.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/search/format-package-stream.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/search/package-filter.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/set.js
@@ -1933,6 +1937,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/unpublish.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/update.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/ansi-trim.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/cache-file.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/child-path.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/completion.sh
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/completion/file-completion.js
@@ -1946,8 +1951,8 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/error-message.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/escape-arg.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/escape-exec-path.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/funding.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/gently-rm.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/get-publish-config.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/git.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/gunzip-maybe.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/is-registry.js
@@ -1958,13 +1963,13 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/lifecycle.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/link.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/locker.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/map-to-registry.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/metrics-launch.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/metrics.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/module-name.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/move.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/no-progress-while-running.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/open-url.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/otplease.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/output.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/package-id.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/parse-json.js
@@ -1975,7 +1980,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/read-user-info.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/save-stack.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/spawn.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/stringify-package.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/temp-filename.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/umask.js
%%DATADIR%%/resources/app/apm/node_modules/npm/lib/utils/unix-format-path.js
@@ -2029,6 +2033,91 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/agentkeepalive/lib/agent.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/agentkeepalive/lib/https_agent.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/agentkeepalive/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/.tonic_example.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/dist/ajv.bundle.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/dist/ajv.min.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/dist/nodent.min.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/dist/regenerator.min.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/$data.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/ajv.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/cache.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/compile/_rules.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/compile/async.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/compile/equal.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/compile/error_classes.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/compile/formats.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/compile/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/compile/resolve.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/compile/rules.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/compile/schema_obj.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/compile/ucs2length.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/compile/util.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/_limit.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/_limitItems.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/_limitLength.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/_limitProperties.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/allOf.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/anyOf.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/coerce.def
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/const.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/contains.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/custom.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/defaults.def
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/definitions.def
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/dependencies.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/enum.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/errors.def
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/format.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/items.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/missing.def
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/multipleOf.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/not.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/oneOf.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/pattern.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/properties.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/propertyNames.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/ref.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/required.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/uniqueItems.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dot/validate.jst
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/_limit.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/_limitItems.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/_limitLength.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/_limitProperties.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/allOf.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/anyOf.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/const.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/contains.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/custom.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/dependencies.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/enum.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/format.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/items.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/multipleOf.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/not.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/oneOf.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/pattern.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/properties.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/propertyNames.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/ref.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/required.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/uniqueItems.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/dotjs/validate.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/keyword.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/patternGroups.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/refs/$data.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/refs/json-schema-draft-04.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/refs/json-schema-draft-06.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/lib/refs/json-schema-v5.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/scripts/bundle.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/scripts/compile-dots.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/scripts/info
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/scripts/prepare-tests
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ajv/scripts/travis-gh-pages
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ansi-align/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ansi-align/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ansi-align/README.md
@@ -2050,6 +2139,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ansistyles/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ansistyles/ansistyles.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ansistyles/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/aproba/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/aproba/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/aproba/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/aproba/index.js
@@ -2063,6 +2153,34 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/GOVERNANCE.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/duplex-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_passthrough.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_readable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_transform.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_writable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/BufferList.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/destroy.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/stream-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/stream.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/passthrough.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/readable-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/readable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/transform.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/writable-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/writable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/lib/string_decoder.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/tracker-base.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/are-we-there-yet/tracker-group.js
@@ -2076,7 +2194,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/asap/browser-raw.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/asap/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/asap/raw.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/asn1/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/asn1/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/asn1/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/asn1/lib/ber/errors.js
@@ -2125,7 +2242,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/balanced-match/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/balanced-match/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/balanced-match/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/bcrypt-pbkdf/CONTRIBUTING.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/bcrypt-pbkdf/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/bcrypt-pbkdf/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/bcrypt-pbkdf/index.js
@@ -2135,11 +2251,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/bin-links/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/bin-links/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/bin-links/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/block-stream/LICENCE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/block-stream/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/block-stream/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/block-stream/block-stream.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/block-stream/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/bluebird/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/bluebird/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/bluebird/changelog.md
@@ -2185,13 +2296,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/bluebird/js/release/using.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/bluebird/js/release/util.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/bluebird/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/boom/.travis.yml
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/boom/CONTRIBUTING.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/boom/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/boom/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/boom/images/boom.png
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/boom/lib/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/boom/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/boxen/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/boxen/license
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/boxen/package.json
@@ -2204,12 +2308,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/buffer-from/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/buffer-from/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/buffer-from/test.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/builtin-modules/builtin-modules.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/builtin-modules/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/builtin-modules/license
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/builtin-modules/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/builtin-modules/readme.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/builtin-modules/static.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/builtins/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/builtins/History.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/builtins/License
@@ -2224,7 +2322,8 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/byte-size/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/byte-size/README.hbs
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/byte-size/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/byte-size/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/byte-size/dist/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/byte-size/index.mjs
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/byte-size/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cacache/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cacache/LICENSE.md
@@ -2255,6 +2354,8 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cacache/put.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cacache/rm.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cacache/verify.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/call-limit/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/call-limit/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/call-limit/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/call-limit/call-limit.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/call-limit/package.json
@@ -2280,10 +2381,12 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/chownr/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/chownr/chownr.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/chownr/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ci-info/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ci-info/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ci-info/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ci-info/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ci-info/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ci-info/vendors.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cidr-regex/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cidr-regex/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cidr-regex/index.js
@@ -2326,10 +2429,10 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/clone/clone.iml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/clone/clone.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/clone/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cmd-shim/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cmd-shim/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cmd-shim/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cmd-shim/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cmd-shim/lib/to-batch-syntax.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cmd-shim/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/co/History.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/co/LICENSE
@@ -2389,6 +2492,34 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-map/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/GOVERNANCE.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/duplex-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_passthrough.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_readable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_transform.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/BufferList.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/destroy.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/stream-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/stream.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/passthrough.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/readable-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/readable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/transform.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/writable-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/writable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/lib/string_decoder.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-stream/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/config-chain/LICENCE
@@ -2407,6 +2538,10 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/copy.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/is-windows.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/node_modules/aproba/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/node_modules/aproba/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/node_modules/aproba/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/node_modules/aproba/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/node_modules/iferr/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/node_modules/iferr/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/node_modules/iferr/index.coffee
@@ -2434,12 +2569,16 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cross-spawn/lib/util/hasEmptyArgumentBug.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cross-spawn/lib/util/readShebang.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cross-spawn/lib/util/resolveCommand.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cross-spawn/node_modules/lru-cache/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cross-spawn/node_modules/lru-cache/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cross-spawn/node_modules/lru-cache/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cross-spawn/node_modules/lru-cache/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cross-spawn/node_modules/yallist/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cross-spawn/node_modules/yallist/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cross-spawn/node_modules/yallist/iterator.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cross-spawn/node_modules/yallist/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cross-spawn/node_modules/yallist/yallist.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cross-spawn/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cryptiles/.travis.yml
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cryptiles/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cryptiles/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cryptiles/lib/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cryptiles/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/crypto-random-string/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/crypto-random-string/license
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/crypto-random-string/package.json
@@ -2452,11 +2591,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/dashdash/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/dashdash/etc/dashdash.bash_completion.in
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/dashdash/lib/dashdash.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/dashdash/node_modules/assert-plus/AUTHORS
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/dashdash/node_modules/assert-plus/CHANGES.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/dashdash/node_modules/assert-plus/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/dashdash/node_modules/assert-plus/assert.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/dashdash/node_modules/assert-plus/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/dashdash/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/debug/.coveralls.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/debug/.travis.yml
@@ -2498,6 +2632,13 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/defaults/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/defaults/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/defaults/test.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/define-properties/.jscs.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/define-properties/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/define-properties/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/define-properties/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/define-properties/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/define-properties/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/define-properties/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/delayed-stream/License
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/delayed-stream/Makefile
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/delayed-stream/Readme.md
@@ -2542,6 +2683,34 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/example.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/GOVERNANCE.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/duplex-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/lib/_stream_duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/lib/_stream_passthrough.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/lib/_stream_readable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/lib/_stream_transform.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/lib/_stream_writable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/BufferList.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/destroy.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/stream-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/stream.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/passthrough.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/readable-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/readable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/transform.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/writable-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/writable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/lib/string_decoder.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/duplexify/test.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ecc-jsbn/LICENSE
@@ -2566,6 +2735,10 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/end-of-stream/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/end-of-stream/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/end-of-stream/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/env-paths/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/env-paths/license
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/env-paths/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/env-paths/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/err-code/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/err-code/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/err-code/bower.json
@@ -2580,6 +2753,44 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/errno/errno.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/errno/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/errno/test.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/.jscs.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/.nycrc
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/GetIntrinsic.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/Makefile
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/es2015.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/es2016.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/es2017.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/es5.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/es6.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/es7.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/helpers/assign.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/helpers/isFinite.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/helpers/isNaN.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/helpers/isPrimitive.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/helpers/mod.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/helpers/sign.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/operations/2015.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/operations/2016.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/operations/2017.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/operations/es5.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-to-primitive/.jscs.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-to-primitive/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-to-primitive/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-to-primitive/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-to-primitive/Makefile
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-to-primitive/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-to-primitive/es2015.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-to-primitive/es5.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-to-primitive/es6.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-to-primitive/helpers/isPrimitive.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-to-primitive/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-to-primitive/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es6-promise/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es6-promise/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es6-promise/README.md
@@ -2618,6 +2829,11 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/execa/lib/errname.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/execa/lib/stdio.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/execa/license
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/execa/node_modules/get-stream/buffer-stream.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/execa/node_modules/get-stream/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/execa/node_modules/get-stream/license
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/execa/node_modules/get-stream/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/execa/node_modules/get-stream/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/execa/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/execa/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/extend/.jscs.json
@@ -2636,6 +2852,17 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/extsprintf/jsl.node.conf
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/extsprintf/lib/extsprintf.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/extsprintf/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fast-deep-equal/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fast-deep-equal/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fast-deep-equal/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fast-deep-equal/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fast-json-stable-stringify/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fast-json-stable-stringify/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fast-json-stable-stringify/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fast-json-stable-stringify/benchmark/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fast-json-stable-stringify/benchmark/test.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fast-json-stable-stringify/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fast-json-stable-stringify/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/figgy-pudding/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/figgy-pudding/LICENSE.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/figgy-pudding/README.md
@@ -2654,6 +2881,34 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/example.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/GOVERNANCE.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/duplex-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/_stream_duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/_stream_passthrough.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/_stream_readable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/_stream_transform.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/_stream_writable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/internal/streams/BufferList.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/internal/streams/destroy.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/internal/streams/stream-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/internal/streams/stream.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/passthrough.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/readable-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/readable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/transform.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/writable-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/writable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/lib/string_decoder.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/flush-write-stream/test.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/forever-agent/LICENSE
@@ -2670,11 +2925,43 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/LICENSE.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/GOVERNANCE.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/duplex-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/lib/_stream_duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/lib/_stream_passthrough.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/lib/_stream_readable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/lib/_stream_transform.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/lib/_stream_writable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/lib/internal/streams/BufferList.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/lib/internal/streams/destroy.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/lib/internal/streams/stream-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/lib/internal/streams/stream.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/passthrough.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/readable-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/readable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/transform.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/writable-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/readable-stream/writable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/string_decoder/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/string_decoder/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/string_decoder/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/string_decoder/lib/string_decoder.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/node_modules/string_decoder/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/from2/test.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-minipass/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-minipass/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-minipass/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-minipass/node_modules/minipass/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-minipass/node_modules/minipass/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-minipass/node_modules/minipass/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-minipass/node_modules/minipass/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-minipass/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-vacuum/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-vacuum/LICENSE
@@ -2690,31 +2977,47 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/index.coffee
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/GOVERNANCE.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/duplex-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/_stream_duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/_stream_passthrough.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/_stream_readable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/_stream_transform.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/_stream_writable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/internal/streams/BufferList.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/internal/streams/destroy.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/internal/streams/stream-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/internal/streams/stream.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/passthrough.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/readable-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/readable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/transform.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/writable-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/writable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/lib/string_decoder.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs.realpath/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs.realpath/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs.realpath/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs.realpath/old.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs.realpath/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/.travis.yml
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/fstream.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/lib/abstract.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/lib/collect.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/lib/dir-reader.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/lib/dir-writer.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/lib/file-reader.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/lib/file-writer.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/lib/get-type.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/lib/link-reader.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/lib/link-writer.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/lib/proxy-reader.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/lib/proxy-writer.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/lib/reader.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/lib/socket-reader.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/lib/writer.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/function-bind/.jscs.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/function-bind/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/function-bind/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/function-bind/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/function-bind/implementation.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/function-bind/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/function-bind/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gauge/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gauge/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gauge/README.md
@@ -2722,6 +3025,10 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gauge/error.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gauge/has-color.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gauge/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gauge/node_modules/aproba/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gauge/node_modules/aproba/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gauge/node_modules/aproba/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gauge/node_modules/aproba/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gauge/node_modules/string-width/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gauge/node_modules/string-width/license
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gauge/node_modules/string-width/package.json
@@ -2739,6 +3046,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gauge/themes.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gauge/wide-truncate.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/genfun/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/genfun/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/genfun/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/genfun/lib/genfun.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/genfun/lib/method.js
@@ -2749,14 +3057,22 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/lib/bin-link.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/lib/chown.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/lib/link.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/lib/mkdir.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/lib/rm.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/node_modules/aproba/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/node_modules/aproba/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/node_modules/aproba/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/node_modules/aproba/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/index.coffee
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/get-caller-file/LICENSE.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/get-caller-file/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/get-caller-file/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/get-caller-file/package.json
@@ -2769,11 +3085,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/getpass/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/getpass/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/getpass/lib/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/getpass/node_modules/assert-plus/AUTHORS
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/getpass/node_modules/assert-plus/CHANGES.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/getpass/node_modules/assert-plus/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/getpass/node_modules/assert-plus/assert.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/getpass/node_modules/assert-plus/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/getpass/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/glob/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/glob/README.md
@@ -2788,11 +3099,16 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/global-dirs/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/got/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/got/license
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/got/node_modules/get-stream/buffer-stream.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/got/node_modules/get-stream/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/got/node_modules/get-stream/license
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/got/node_modules/get-stream/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/got/node_modules/get-stream/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/got/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/got/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/graceful-fs/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/graceful-fs/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/graceful-fs/fs.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/graceful-fs/clone.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/graceful-fs/graceful-fs.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/graceful-fs/legacy-streams.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/graceful-fs/package.json
@@ -2821,137 +3137,29 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-schema/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/browser/async.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/browser/error.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/browser/promise.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/node4/async.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/node4/error.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/node4/promise.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/node6/async.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/node6/error.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/node6/promise.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/node7/async.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/node7/error.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/node7/promise.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/.tonic_example.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/dist/ajv.bundle.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/dist/ajv.min.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/dist/nodent.min.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/dist/regenerator.min.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/ajv.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/async.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/cache.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/compile/_rules.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/compile/equal.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/compile/formats.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/compile/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/compile/resolve.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/compile/rules.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/compile/schema_obj.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/compile/ucs2length.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/compile/util.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/compile/validation_error.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/_limit.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/_limitItems.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/_limitLength.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/_limitProperties.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/allOf.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/anyOf.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/coerce.def
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/custom.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/defaults.def
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/definitions.def
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/dependencies.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/enum.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/errors.def
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/format.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/items.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/missing.def
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/multipleOf.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/not.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/oneOf.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/pattern.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/properties.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/ref.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/required.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/uniqueItems.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/v5/_formatLimit.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/v5/constant.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/v5/patternRequired.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/v5/switch.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dot/validate.jst
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/_formatLimit.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/_limit.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/_limitItems.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/_limitLength.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/_limitProperties.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/allOf.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/anyOf.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/constant.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/custom.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/dependencies.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/enum.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/format.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/items.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/multipleOf.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/not.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/oneOf.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/pattern.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/patternRequired.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/properties.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/ref.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/required.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/switch.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/uniqueItems.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/validate.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/keyword.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/refs/json-schema-draft-04.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/refs/json-schema-v5.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/lib/v5.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/scripts/bundle.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/scripts/compile-dots.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/scripts/info
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/scripts/prepare-tests
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/node_modules/ajv/scripts/travis-gh-pages
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/async.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/error.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/lib/promise.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/src/async.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/src/error.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/har-validator/src/promise.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has-flag/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has-flag/license
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has-flag/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has-flag/readme.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has-symbols/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has-symbols/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has-symbols/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has-symbols/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has-symbols/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has-symbols/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has-symbols/shams.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has-unicode/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has-unicode/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has-unicode/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has-unicode/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hawk/.travis.yml
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hawk/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hawk/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hawk/bower.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hawk/component.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hawk/dist/client.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hawk/images/hawk.png
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hawk/images/logo.png
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hawk/lib/browser.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hawk/lib/client.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hawk/lib/crypto.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hawk/lib/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hawk/lib/server.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hawk/lib/utils.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hawk/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hoek/.travis.yml
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hoek/CONTRIBUTING.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hoek/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hoek/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hoek/images/hoek.png
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hoek/lib/escape.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hoek/lib/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hoek/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has/LICENSE-MIT
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has/src/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hosted-git-info/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hosted-git-info/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hosted-git-info/README.md
@@ -2978,7 +3186,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/http-signature/lib/utils.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/http-signature/lib/verify.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/http-signature/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/https-proxy-agent/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/https-proxy-agent/History.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/https-proxy-agent/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/https-proxy-agent/index.js
@@ -3030,6 +3237,10 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/imurmurhash/imurmurhash.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/imurmurhash/imurmurhash.min.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/imurmurhash/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/infer-owner/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/infer-owner/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/infer-owner/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/infer-owner/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/inflight/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/inflight/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/inflight/inflight.js
@@ -3050,6 +3261,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/init-package-json/init-package-json.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/init-package-json/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/invert-kv/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/invert-kv/license
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/invert-kv/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/invert-kv/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ip-regex/index.js
@@ -3061,21 +3273,40 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ip/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ip/lib/ip.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ip/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-builtin-module/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-builtin-module/license
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-builtin-module/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-builtin-module/readme.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-ci/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-callable/.istanbul.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-callable/.jscs.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-callable/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-callable/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-callable/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-callable/Makefile
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-callable/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-callable/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-callable/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-callable/test.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-ci/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-ci/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-ci/bin.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-ci/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-ci/node_modules/ci-info/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-ci/node_modules/ci-info/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-ci/node_modules/ci-info/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-ci/node_modules/ci-info/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-ci/node_modules/ci-info/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-ci/node_modules/ci-info/vendors.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-ci/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-ci/test.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-cidr/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-cidr/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-cidr/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-cidr/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-date-object/.jscs.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-date-object/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-date-object/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-date-object/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-date-object/Makefile
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-date-object/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-date-object/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-date-object/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-date-object/test.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-fullwidth-code-point/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-fullwidth-code-point/license
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-fullwidth-code-point/package.json
@@ -3099,6 +3330,15 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-redirect/license
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-redirect/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-redirect/readme.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-regex/.jscs.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-regex/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-regex/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-regex/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-regex/Makefile
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-regex/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-regex/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-regex/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-regex/test.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-retry-allowed/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-retry-allowed/license
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-retry-allowed/package.json
@@ -3107,6 +3347,15 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-stream/license
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-stream/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-stream/readme.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-symbol/.jscs.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-symbol/.nvmrc
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-symbol/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-symbol/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-symbol/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-symbol/Makefile
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-symbol/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-symbol/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-symbol/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-typedarray/LICENSE.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-typedarray/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-typedarray/index.js
@@ -3142,6 +3391,13 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-parse-better-errors/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-parse-better-errors/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-parse-better-errors/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-schema-traverse/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-schema-traverse/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-schema-traverse/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-schema-traverse/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-schema-traverse/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-schema-traverse/spec/fixtures/schema.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-schema-traverse/spec/index.spec.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-schema/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-schema/draft-00/hyper-schema
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-schema/draft-00/json-ref
@@ -3167,22 +3423,12 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-schema/lib/links.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-schema/lib/validate.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-schema/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-stable-stringify/.travis.yml
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-stable-stringify/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-stable-stringify/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-stable-stringify/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-stable-stringify/readme.markdown
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-stringify-safe/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-stringify-safe/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-stringify-safe/Makefile
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-stringify-safe/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-stringify-safe/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-stringify-safe/stringify.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsonify/README.markdown
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsonify/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsonify/lib/parse.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsonify/lib/stringify.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsonify/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsonparse/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsonparse/README.markdown
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsonparse/bench.js
@@ -3191,15 +3437,9 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsonparse/samplejson/basic.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsonparse/samplejson/basic2.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsprim/CHANGES.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsprim/CONTRIBUTING.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsprim/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsprim/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsprim/lib/jsprim.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsprim/node_modules/assert-plus/AUTHORS
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsprim/node_modules/assert-plus/CHANGES.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsprim/node_modules/assert-plus/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsprim/node_modules/assert-plus/assert.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsprim/node_modules/assert-plus/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsprim/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/latest-version/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/latest-version/license
@@ -3219,29 +3459,113 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libcipm/LICENSE.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libcipm/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libcipm/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libcipm/lib/config/lifecycle-opts.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libcipm/lib/config/npm-config.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libcipm/lib/config/pacote-opts.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libcipm/lib/extract.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libcipm/lib/silentlog.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libcipm/lib/worker.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libcipm/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/LICENSE.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/access.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/adduser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/config.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/extract.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/fetch.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/get-prefix.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/hook.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/link-bin.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/log.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/logical-tree.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/login.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/org.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/packument.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/parse-arg.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/profile.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/publish.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/read-json.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/run-script.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/search.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/stringify-package.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/tarball.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/team.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/unpublish.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpm/verify-lock.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmaccess/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmaccess/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmaccess/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmaccess/PULL_REQUEST_TEMPLATE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmaccess/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmaccess/appveyor.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmaccess/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmaccess/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/PULL_REQUEST_TEMPLATE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/find-up/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/find-up/license
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/find-up/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/find-up/readme.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/locate-path/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/locate-path/license
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/locate-path/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/locate-path/readme.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/p-limit/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/p-limit/license
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/p-limit/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/p-limit/readme.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/p-locate/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/p-locate/license
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/p-locate/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/p-locate/readme.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/p-try/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/p-try/license
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/p-try/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/node_modules/p-try/readme.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmconfig/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmhook/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmhook/LICENSE.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmhook/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmhook/config.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmhook/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/CHANGELOG.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/LICENSE.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/auth.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/check-response.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/config.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/errors.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/silentlog.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmhook/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmorg/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmorg/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmorg/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmorg/PULL_REQUEST_TEMPLATE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmorg/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmorg/appveyor.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmorg/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmorg/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmpublish/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmpublish/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmpublish/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmpublish/PULL_REQUEST_TEMPLATE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmpublish/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmpublish/appveyor.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmpublish/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmpublish/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmpublish/publish.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmpublish/unpublish.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmsearch/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmsearch/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmsearch/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmsearch/PULL_REQUEST_TEMPLATE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmsearch/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmsearch/appveyor.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmsearch/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmsearch/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmteam/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmteam/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmteam/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmteam/PULL_REQUEST_TEMPLATE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmteam/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmteam/appveyor.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmteam/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmteam/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpx/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpx/LICENSE.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpx/README.md
@@ -3366,6 +3690,10 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/make-fetch-happen/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/make-fetch-happen/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/make-fetch-happen/warning.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/map-age-cleaner/dist/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/map-age-cleaner/license
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/map-age-cleaner/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/map-age-cleaner/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/meant/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/meant/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/meant/LICENSE
@@ -3375,6 +3703,10 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/meant/test.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mem/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mem/license
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mem/node_modules/mimic-fn/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mem/node_modules/mimic-fn/license
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mem/node_modules/mimic-fn/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mem/node_modules/mimic-fn/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mem/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mem/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mime-db/HISTORY.md
@@ -3388,47 +3720,42 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mime-types/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mime-types/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mime-types/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mimic-fn/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mimic-fn/license
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mimic-fn/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mimic-fn/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minimatch/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minimatch/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minimatch/minimatch.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minimatch/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minimist/.travis.yml
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minimist/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minimist/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minimist/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minimist/readme.markdown
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minipass/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minipass/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minipass/node_modules/yallist/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minipass/node_modules/yallist/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minipass/node_modules/yallist/iterator.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minipass/node_modules/yallist/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minipass/node_modules/yallist/yallist.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minipass/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minizlib/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minizlib/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minizlib/constants.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minizlib/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minizlib/node_modules/minipass/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minizlib/node_modules/minipass/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minizlib/node_modules/minipass/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minizlib/node_modules/minipass/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minizlib/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mississippi/changelog.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mississippi/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mississippi/license
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mississippi/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mississippi/readme.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mkdirp/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mkdirp/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mkdirp/README.markdown
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mkdirp/bin/cmd.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mkdirp/bin/usage.txt
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mkdirp/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mkdirp/node_modules/minimist/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mkdirp/node_modules/minimist/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mkdirp/node_modules/minimist/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mkdirp/node_modules/minimist/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mkdirp/node_modules/minimist/readme.markdown
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mkdirp/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mkdirp/readme.markdown
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/move-concurrently/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/move-concurrently/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/move-concurrently/move.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/move-concurrently/node_modules/aproba/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/move-concurrently/node_modules/aproba/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/move-concurrently/node_modules/aproba/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/move-concurrently/node_modules/aproba/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/move-concurrently/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ms/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ms/license.md
@@ -3448,6 +3775,11 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mute-stream/coverage/lcov.info
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mute-stream/mute.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mute-stream/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/nice-try/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/nice-try/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/nice-try/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/nice-try/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/nice-try/src/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-fetch-npm/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-fetch-npm/LICENSE.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-fetch-npm/README.md
@@ -3462,8 +3794,9 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-fetch-npm/src/response.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/.github/PULL_REQUEST_TEMPLATE.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/.github/workflows/Python_tests.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/CHANGELOG.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/CONTRIBUTING.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/addon.gypi
@@ -3500,6 +3833,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py
@@ -3522,7 +3856,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.pyc
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.pyc
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ordered_dict.py
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.pyc
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py
@@ -3550,50 +3883,24 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_gyp.py
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_sln.py
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_vcproj.py
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/Find-VS2017.cs
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/Find-VisualStudio.cs
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/build.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/clean.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/configure.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/find-node-directory.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/find-vs2017.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/find-python.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/find-visualstudio.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/install.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/list.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/process-release.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/proxy.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/rebuild.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/remove.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/.bin/nopt
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/.bin/semver
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/nopt/.travis.yml
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/nopt/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/nopt/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/nopt/bin/nopt.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/nopt/lib/nopt.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/nopt/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/semver/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/semver/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/semver/bin/semver
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/semver/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/semver/range.bnf
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/semver/semver.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/.travis.yml
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/buffer-entry.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/entry-writer.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/entry.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/extended-header-writer.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/extended-header.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/extract.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/global-header-writer.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/header.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/pack.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/parse.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/tar.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/util.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/macOS_Catalina.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/nopt/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/nopt/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/nopt/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/nopt/README.md
@@ -3610,6 +3917,22 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/lib/safe_format.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/lib/typos.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/lib/warning_messages.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/.eslintignore
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/appveyor.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/changelog.hbs
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/lib/async.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/lib/caller.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/lib/core.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/lib/core.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/lib/node-modules-paths.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/lib/normalize-options.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/lib/sync.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/readme.markdown
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-audit-report/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-audit-report/LICENSE
@@ -3622,6 +3945,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-audit-report/reporters/json.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-audit-report/reporters/parseable.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-audit-report/reporters/quiet.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-bundled/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-bundled/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-bundled/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-bundled/package.json
@@ -3648,6 +3972,12 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-logical-tree/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-logical-tree/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-logical-tree/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-normalize-package-bin/.github/settings.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-normalize-package-bin/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-normalize-package-bin/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-normalize-package-bin/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-normalize-package-bin/package-lock.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-normalize-package-bin/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-package-arg/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-package-arg/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-package-arg/README.md
@@ -3667,49 +3997,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-profile/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-profile/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-profile/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/CHANGELOG.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/access.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/adduser.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/attempt.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/authify.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/deprecate.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/add.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/fetch.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/rm.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/set.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/update.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/fetch.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/get.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/initialize.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/logout.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/org.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/ping.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/publish.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/request.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/send-anonymous-CLI-metrics.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/star.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/stars.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/tag.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/team.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/unpublish.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/lib/whoami.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/License
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/Makefile
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/equation.gif
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/lib/retry.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/lib/retry_operation.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/ssri/CHANGELOG.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/ssri/LICENSE.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/ssri/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/ssri/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/ssri/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/LICENSE.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/README.md
@@ -3718,82 +4005,10 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/config.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/errors.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/CHANGELOG.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/LICENSE.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/README.es.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/en.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/es.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/get.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/content/path.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/content/read.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/content/rm.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/content/write.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/entry-index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/memoization.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/util/fix-owner.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/util/hash-to-segments.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/util/move-file.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/util/tmp.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/util/y.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/verify.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/locales/en.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/locales/en.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/locales/es.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/locales/es.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/ls.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/node_modules/mississippi/changelog.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/node_modules/mississippi/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/node_modules/mississippi/license
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/node_modules/mississippi/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/node_modules/mississippi/readme.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/put.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/rm.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/verify.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/figgy-pudding/CHANGELOG.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/figgy-pudding/LICENSE.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/figgy-pudding/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/figgy-pudding/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/figgy-pudding/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/CHANGELOG.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/agent.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/cache.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/warning.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/.travis.yml
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/test-browser.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/test-node.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/.travis.yml
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/build/smartbuffer.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/lib/smart-buffer.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/.travis.yml
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/History.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/lib/socks-agent.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/lib/socks-client.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/ssri/CHANGELOG.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/ssri/LICENSE.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/ssri/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/ssri/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/ssri/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/safe-buffer/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/safe-buffer/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/safe-buffer/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/safe-buffer/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/silentlog.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-run-path/index.js
@@ -3821,13 +4036,33 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object-assign/license
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object-assign/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object-assign/readme.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object-keys/.jscs.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object-keys/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object-keys/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object-keys/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object-keys/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object-keys/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object-keys/isArguments.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object-keys/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object.getownpropertydescriptors/.jscs.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object.getownpropertydescriptors/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object.getownpropertydescriptors/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object.getownpropertydescriptors/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object.getownpropertydescriptors/Makefile
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object.getownpropertydescriptors/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object.getownpropertydescriptors/implementation.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object.getownpropertydescriptors/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object.getownpropertydescriptors/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object.getownpropertydescriptors/polyfill.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object.getownpropertydescriptors/shim.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/once/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/once/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/once/once.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/once/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/opener/LICENSE.txt
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/opener/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/opener/opener.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/opener/bin/opener-bin.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/opener/lib/opener.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/opener/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-homedir/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-homedir/license
@@ -3835,6 +4070,22 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-homedir/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/license
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/node_modules/cross-spawn/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/node_modules/cross-spawn/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/node_modules/cross-spawn/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/node_modules/cross-spawn/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/node_modules/cross-spawn/lib/enoent.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/node_modules/cross-spawn/lib/parse.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/node_modules/cross-spawn/lib/util/escape.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/node_modules/cross-spawn/lib/util/readShebang.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/node_modules/cross-spawn/lib/util/resolveCommand.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/node_modules/cross-spawn/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/node_modules/execa/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/node_modules/execa/lib/errname.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/node_modules/execa/lib/stdio.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/node_modules/execa/license
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/node_modules/execa/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/node_modules/execa/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-locale/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/os-tmpdir/index.js
@@ -3845,10 +4096,18 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/osenv/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/osenv/osenv.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/osenv/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/p-defer/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/p-defer/license
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/p-defer/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/p-defer/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/p-finally/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/p-finally/license
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/p-finally/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/p-finally/readme.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/p-is-promise/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/p-is-promise/license
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/p-is-promise/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/p-is-promise/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/p-limit/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/p-limit/license
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/p-limit/package.json
@@ -3872,17 +4131,15 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/extract-stream.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/fetch.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/fetchers/alias.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/fetchers/directory.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/fetchers/file.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/fetchers/git.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/fetchers/hosted.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/fetchers/range.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/fetchers/registry/check-warning-header.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/fetchers/registry/fetch.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/fetchers/registry/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/fetchers/registry/manifest.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/fetchers/registry/pick-registry.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/fetchers/registry/registry-key.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/fetchers/registry/packument.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/fetchers/registry/tarball.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/fetchers/remote.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/fetchers/tag.js
@@ -3893,15 +4150,49 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/util/git.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/util/opt-check.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/util/pack-dir.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/util/silentlog.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/util/proclog.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/util/read-json.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/lib/with-tarball-stream.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/manifest.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/node_modules/minipass/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/node_modules/minipass/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/node_modules/minipass/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/node_modules/minipass/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/packument.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/prefetch.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pacote/tarball.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/GOVERNANCE.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/duplex-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/_stream_duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/_stream_passthrough.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/_stream_readable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/_stream_transform.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/_stream_writable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/internal/streams/BufferList.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/internal/streams/destroy.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/internal/streams/stream-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/internal/streams/stream.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/passthrough.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/readable-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/readable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/transform.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/writable-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/writable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/lib/string_decoder.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/parallel-transform/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/path-exists/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/path-exists/license
@@ -3918,9 +4209,14 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/path-key/license
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/path-key/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/path-key/readme.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/path-parse/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/path-parse/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/path-parse/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/path-parse/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/path-parse/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/path-parse/test.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/performance-now/.tm_properties
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/performance-now/.travis.yml
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/performance-now/Makefile
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/performance-now/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/performance-now/lib/performance-now.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/performance-now/license.txt
@@ -3979,6 +4275,16 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pseudomap/map.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pseudomap/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pseudomap/pseudomap.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/psl/.eslintignore
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/psl/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/psl/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/psl/data/rules.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/psl/dist/psl.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/psl/dist/psl.min.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/psl/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/psl/karma.conf.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/psl/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/psl/yarn.lock
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pump/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pump/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/pump/README.md
@@ -4020,7 +4326,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRUtil.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/qs/.eslintignore
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/qs/.jscs.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/qs/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/qs/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/qs/README.md
@@ -4053,6 +4358,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/rc/node_modules/minimist/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/rc/node_modules/minimist/readme.markdown
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/rc/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/read-cmd-shim/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/read-cmd-shim/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/read-cmd-shim/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/read-cmd-shim/package.json
@@ -4069,36 +4375,36 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/read-package-tree/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/read-package-tree/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/read-package-tree/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/read-package-tree/realpath.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/read-package-tree/rpt.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/read/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/read/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/read/lib/read.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/read/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/.travis.yml
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/CONTRIBUTING.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/GOVERNANCE.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/duplex-browser.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/errors-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/errors.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/experimentalWarning.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/lib/_stream_duplex.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/lib/_stream_passthrough.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/lib/_stream_readable.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/lib/_stream_transform.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/lib/internal/streams/BufferList.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/lib/internal/streams/async_iterator.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/lib/internal/streams/buffer_list.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/lib/internal/streams/destroy.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/lib/internal/streams/end-of-stream.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/lib/internal/streams/from-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/lib/internal/streams/from.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/lib/internal/streams/pipeline.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/lib/internal/streams/state.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/lib/internal/streams/stream-browser.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/lib/internal/streams/stream.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/passthrough.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/readable-browser.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/readable.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/transform.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/writable-browser.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readable-stream/writable.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/package.json
@@ -4123,6 +4429,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/request/lib/cookies.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/request/lib/getProxyFromURI.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/request/lib/har.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/request/lib/hawk.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/request/lib/helpers.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/request/lib/multipart.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/request/lib/oauth.js
@@ -4161,6 +4468,10 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/rimraf/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/rimraf/rimraf.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/run-queue/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/run-queue/node_modules/aproba/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/run-queue/node_modules/aproba/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/run-queue/node_modules/aproba/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/run-queue/node_modules/aproba/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/run-queue/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/run-queue/queue.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/safe-buffer/LICENSE
@@ -4178,6 +4489,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/semver-diff/license
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/semver-diff/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/semver-diff/readme.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/semver/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/semver/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/semver/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/semver/bin/semver
@@ -4207,9 +4519,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/signal-exit/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/signal-exit/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/signal-exit/signals.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/slash/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/slash/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/slash/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/slide/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/slide/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/slide/index.js
@@ -4219,6 +4528,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/slide/lib/chain.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/slide/lib/slide.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/slide/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/smart-buffer/.prettierrc.yaml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/smart-buffer/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/smart-buffer/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/smart-buffer/README.md
@@ -4228,19 +4538,18 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/smart-buffer/docs/README_v3.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/smart-buffer/docs/ROADMAP.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/smart-buffer/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/smart-buffer/yarn.lock
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sntp/.travis.yml
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sntp/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sntp/Makefile
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sntp/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sntp/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sntp/lib/index.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sntp/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/History.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/node_modules/agent-base/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/node_modules/agent-base/History.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/node_modules/agent-base/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/node_modules/agent-base/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/node_modules/agent-base/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/node_modules/agent-base/patch-core.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/yarn.lock
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks/.prettierrc.yaml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks/LICENSE
@@ -4254,8 +4563,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks/docs/index.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks/docs/migratingFromV1.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks/yarn-error.log
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks/yarn.lock
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sorted-object/LICENSE.txt
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sorted-object/lib/sorted-object.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sorted-object/package.json
@@ -4312,6 +4619,10 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/spdx-license-ids/deprecated.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/spdx-license-ids/index.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/spdx-license-ids/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/split-on-first/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/split-on-first/license
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/split-on-first/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/split-on-first/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sshpk/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sshpk/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sshpk/README.md
@@ -4345,11 +4656,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sshpk/man/man1/sshpk-conv.1
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sshpk/man/man1/sshpk-sign.1
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sshpk/man/man1/sshpk-verify.1
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sshpk/node_modules/assert-plus/AUTHORS
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sshpk/node_modules/assert-plus/CHANGES.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sshpk/node_modules/assert-plus/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sshpk/node_modules/assert-plus/assert.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sshpk/node_modules/assert-plus/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sshpk/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ssri/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ssri/LICENSE.md
@@ -4367,6 +4673,34 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/GOVERNANCE.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/duplex-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/_stream_duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/_stream_passthrough.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/_stream_readable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/_stream_transform.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/_stream_writable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/internal/streams/BufferList.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/internal/streams/destroy.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/internal/streams/stream-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/internal/streams/stream.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/passthrough.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/readable-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/readable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/transform.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/writable-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/writable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/lib/string_decoder.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-iterate/test.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stream-shift/.travis.yml
@@ -4395,17 +4729,19 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/string-width/node_modules/strip-ansi/readme.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/string-width/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/string-width/readme.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/string_decoder/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/string_decoder/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/string_decoder/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/string_decoder/lib/string_decoder.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/string_decoder/node_modules/safe-buffer/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/string_decoder/node_modules/safe-buffer/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/string_decoder/node_modules/safe-buffer/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/string_decoder/node_modules/safe-buffer/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/string_decoder/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stringstream/.travis.yml
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stringstream/LICENSE.txt
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stringstream/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stringstream/example.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stringstream/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stringstream/stringstream.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stringify-package/CHANGELOG.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stringify-package/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stringify-package/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stringify-package/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/stringify-package/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/strip-ansi/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/strip-ansi/license
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/strip-ansi/package.json
@@ -4446,11 +4782,10 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tar/lib/warn-mixin.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tar/lib/winchars.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tar/lib/write-entry.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tar/node_modules/yallist/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tar/node_modules/yallist/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tar/node_modules/yallist/iterator.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tar/node_modules/yallist/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tar/node_modules/yallist/yallist.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tar/node_modules/minipass/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tar/node_modules/minipass/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tar/node_modules/minipass/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tar/node_modules/minipass/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tar/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/term-size/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/term-size/license
@@ -4472,6 +4807,34 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/LICENSE.html
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/LICENSE.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/GOVERNANCE.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/duplex-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/lib/_stream_duplex.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/lib/_stream_passthrough.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/lib/internal/streams/BufferList.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/lib/internal/streams/destroy.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/lib/internal/streams/stream-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/lib/internal/streams/stream.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/passthrough.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/readable-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/readable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/transform.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/writable-browser.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/readable-stream/writable.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/string_decoder/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/string_decoder/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/string_decoder/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/string_decoder/lib/string_decoder.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/node_modules/string_decoder/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/through2/through2.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/timed-out/index.js
@@ -4496,7 +4859,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tough-cookie/lib/memstore.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tough-cookie/lib/pathMatch.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tough-cookie/lib/permuteDomain.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tough-cookie/lib/pubsuffix.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tough-cookie/lib/pubsuffix-psl.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tough-cookie/lib/store.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tough-cookie/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/tunnel-agent/LICENSE
@@ -4528,6 +4891,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/umask/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/umask/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/umask/package.json
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/unique-filename/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/unique-filename/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/unique-filename/coverage/__root__/index.html
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/unique-filename/coverage/__root__/index.js.html
@@ -4576,11 +4940,15 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/util-extend/extend.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/util-extend/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/util-extend/test.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/util-promisify/.travis.yml
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/util-promisify/LICENSE
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/util-promisify/README.md
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/util-promisify/index.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/util-promisify/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/uuid/AUTHORS
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/uuid/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/uuid/LICENSE.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/uuid/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/uuid/README_js.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/uuid/bin/uuid
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/uuid/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/uuid/lib/bytesToUuid.js
@@ -4600,22 +4968,15 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-license/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-license/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-license/package.json
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-license/test.log
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-name/.travis.yml
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-name/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-name/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-name/index.js
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-name/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/verror/CHANGES.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/verror/CONTRIBUTING.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/verror/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/verror/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/verror/lib/verror.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/verror/node_modules/assert-plus/AUTHORS
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/verror/node_modules/assert-plus/CHANGES.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/verror/node_modules/assert-plus/README.md
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/verror/node_modules/assert-plus/assert.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/verror/node_modules/assert-plus/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/verror/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/wcwidth/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/wcwidth/Readme.md
@@ -4666,6 +5027,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/wrappy/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/wrappy/package.json
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/wrappy/wrappy.js
+%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/write-file-atomic/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/write-file-atomic/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/write-file-atomic/README.md
%%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/write-file-atomic/index.js
@@ -4745,16 +5107,17 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/npm/scripts/clean-old.sh
%%DATADIR%%/resources/app/apm/node_modules/npm/scripts/dep-update
%%DATADIR%%/resources/app/apm/node_modules/npm/scripts/dev-dep-update
-%%DATADIR%%/resources/app/apm/node_modules/npm/scripts/doc-build.sh
+%%DATADIR%%/resources/app/apm/node_modules/npm/scripts/docs-build.js
%%DATADIR%%/resources/app/apm/node_modules/npm/scripts/gen-changelog
%%DATADIR%%/resources/app/apm/node_modules/npm/scripts/gen-dev-ignores.js
-%%DATADIR%%/resources/app/apm/node_modules/npm/scripts/index-build.js
%%DATADIR%%/resources/app/apm/node_modules/npm/scripts/install.sh
%%DATADIR%%/resources/app/apm/node_modules/npm/scripts/maketest
+%%DATADIR%%/resources/app/apm/node_modules/npm/scripts/pr
%%DATADIR%%/resources/app/apm/node_modules/npm/scripts/publish-tag.js
%%DATADIR%%/resources/app/apm/node_modules/npm/scripts/release.sh
%%DATADIR%%/resources/app/apm/node_modules/npm/scripts/relocate.sh
%%DATADIR%%/resources/app/apm/node_modules/npm/scripts/update-authors.sh
+%%DATADIR%%/resources/app/apm/node_modules/npm/scripts/update-dist-tags.js
%%DATADIR%%/resources/app/apm/node_modules/npmlog/CHANGELOG.md
%%DATADIR%%/resources/app/apm/node_modules/npmlog/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/npmlog/README.md
@@ -4826,11 +5189,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/prebuild-install/help.txt
%%DATADIR%%/resources/app/apm/node_modules/prebuild-install/index.js
%%DATADIR%%/resources/app/apm/node_modules/prebuild-install/log.js
-%%DATADIR%%/resources/app/apm/node_modules/prebuild-install/node_modules/minimist/.travis.yml
-%%DATADIR%%/resources/app/apm/node_modules/prebuild-install/node_modules/minimist/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/prebuild-install/node_modules/minimist/index.js
-%%DATADIR%%/resources/app/apm/node_modules/prebuild-install/node_modules/minimist/package.json
-%%DATADIR%%/resources/app/apm/node_modules/prebuild-install/node_modules/minimist/readme.markdown
%%DATADIR%%/resources/app/apm/node_modules/prebuild-install/package.json
%%DATADIR%%/resources/app/apm/node_modules/prebuild-install/proxy.js
%%DATADIR%%/resources/app/apm/node_modules/prebuild-install/rc.js
@@ -4890,11 +5248,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/rc/cli.js
%%DATADIR%%/resources/app/apm/node_modules/rc/index.js
%%DATADIR%%/resources/app/apm/node_modules/rc/lib/utils.js
-%%DATADIR%%/resources/app/apm/node_modules/rc/node_modules/minimist/.travis.yml
-%%DATADIR%%/resources/app/apm/node_modules/rc/node_modules/minimist/LICENSE
-%%DATADIR%%/resources/app/apm/node_modules/rc/node_modules/minimist/index.js
-%%DATADIR%%/resources/app/apm/node_modules/rc/node_modules/minimist/package.json
-%%DATADIR%%/resources/app/apm/node_modules/rc/node_modules/minimist/readme.markdown
%%DATADIR%%/resources/app/apm/node_modules/rc/package.json
%%DATADIR%%/resources/app/apm/node_modules/read/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/read/README.md
@@ -5226,10 +5579,7 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/tough-cookie/lib/permuteDomain.js
%%DATADIR%%/resources/app/apm/node_modules/tough-cookie/lib/pubsuffix-psl.js
%%DATADIR%%/resources/app/apm/node_modules/tough-cookie/lib/store.js
-%%DATADIR%%/resources/app/apm/node_modules/tough-cookie/node_modules/punycode/LICENSE-MIT.txt
-%%DATADIR%%/resources/app/apm/node_modules/tough-cookie/node_modules/punycode/README.md
-%%DATADIR%%/resources/app/apm/node_modules/tough-cookie/node_modules/punycode/package.json
-%%DATADIR%%/resources/app/apm/node_modules/tough-cookie/node_modules/punycode/punycode.js
+%%DATADIR%%/resources/app/apm/node_modules/tough-cookie/lib/version.js
%%DATADIR%%/resources/app/apm/node_modules/tough-cookie/package.json
%%DATADIR%%/resources/app/apm/node_modules/traverse/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/traverse/README.markdown
@@ -5307,6 +5657,9 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/node_modules/underscore-plus/package.json
%%DATADIR%%/resources/app/apm/node_modules/underscore/LICENSE
%%DATADIR%%/resources/app/apm/node_modules/underscore/README.md
+%%DATADIR%%/resources/app/apm/node_modules/underscore/modules/index-all.js
+%%DATADIR%%/resources/app/apm/node_modules/underscore/modules/index-default.js
+%%DATADIR%%/resources/app/apm/node_modules/underscore/modules/index.js
%%DATADIR%%/resources/app/apm/node_modules/underscore/package.json
%%DATADIR%%/resources/app/apm/node_modules/underscore/underscore-min.js
%%DATADIR%%/resources/app/apm/node_modules/underscore/underscore.js
@@ -5456,7 +5809,6 @@ share/applications/atom.desktop
%%DATADIR%%/resources/app/apm/script/postinstall.cmd
%%DATADIR%%/resources/app/apm/script/postinstall.js
%%DATADIR%%/resources/app/apm/script/postinstall.sh
-%%DATADIR%%/resources/app/apm/src/generator/safemake.py
%%DATADIR%%/resources/app/apm/src/generator/safemake.pyc
%%DATADIR%%/resources/app/apm/templates/bundle/CHANGELOG.md
%%DATADIR%%/resources/app/apm/templates/bundle/README.md
@@ -5649,6 +6001,7 @@ share/icons/hicolor/64x64/apps/atom.png
@dir %%DATADIR%%/resources/app/apm/node_modules/ext/test/math
@dir %%DATADIR%%/resources/app/apm/node_modules/ext/test/object/entries
@dir %%DATADIR%%/resources/app/apm/node_modules/ext/test/string
+@dir %%DATADIR%%/resources/app/apm/node_modules/ext/test/string_/includes
@dir %%DATADIR%%/resources/app/apm/node_modules/ext/test/thenable_
@dir %%DATADIR%%/resources/app/apm/node_modules/fast-json-stable-stringify/example
@dir %%DATADIR%%/resources/app/apm/node_modules/fast-json-stable-stringify/test
@@ -8087,11 +8440,11 @@ share/icons/hicolor/64x64/apps/atom.png
@dir %%DATADIR%%/resources/app/apm/node_modules/json-stringify-safe/test
@dir %%DATADIR%%/resources/app/apm/node_modules/keytar/build/Release/.deps/Release/obj.target/keytar/src
@dir %%DATADIR%%/resources/app/apm/node_modules/keytar/build/Release/obj.target/keytar/src
+@dir %%DATADIR%%/resources/app/apm/node_modules/keytar/node_modules/nan/doc
+@dir %%DATADIR%%/resources/app/apm/node_modules/keytar/node_modules/nan/tools
@dir %%DATADIR%%/resources/app/apm/node_modules/keytar/src
@dir %%DATADIR%%/resources/app/apm/node_modules/minimist/example
@dir %%DATADIR%%/resources/app/apm/node_modules/minimist/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/mkdirp/examples
-@dir %%DATADIR%%/resources/app/apm/node_modules/mkdirp/test
@dir %%DATADIR%%/resources/app/apm/node_modules/mkpath/test
@dir %%DATADIR%%/resources/app/apm/node_modules/mv/node_modules/mkdirp/examples
@dir %%DATADIR%%/resources/app/apm/node_modules/mv/node_modules/mkdirp/test
@@ -8106,14 +8459,91 @@ share/icons/hicolor/64x64/apps/atom.png
@dir %%DATADIR%%/resources/app/apm/node_modules/noop-logger/test
@dir %%DATADIR%%/resources/app/apm/node_modules/nopt/examples
@dir %%DATADIR%%/resources/app/apm/node_modules/nopt/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/doc/cli
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/doc/files
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/doc/misc
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/doc/spec
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/html/doc/cli
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/html/doc/files
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/html/doc/misc
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/html/static
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/content/cli-commands
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/content/configuring-npm
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/content/using-npm
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-access
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-adduser
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-audit
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-bin
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-bugs
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-build
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-bundle
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-cache
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-ci
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-completion
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-config
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-dedupe
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-deprecate
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-dist-tag
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-docs
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-doctor
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-edit
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-explore
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-fund
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-help
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-help-search
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-hook
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-init
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-install
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-install-ci-test
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-install-test
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-link
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-logout
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-ls
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-org
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-outdated
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-owner
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-pack
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-ping
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-prefix
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-profile
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-prune
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-publish
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-rebuild
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-repo
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-restart
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-root
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-run-script
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-search
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-shrinkwrap
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-star
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-stars
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-start
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-stop
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-team
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-test
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-token
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-uninstall
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-unpublish
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-update
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-version
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-view
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/cli-commands/npm-whoami
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/configuring-npm/folders
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/configuring-npm/install
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/configuring-npm/npmrc
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/configuring-npm/package-json
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/configuring-npm/package-lock-json
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/configuring-npm/package-locks
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/configuring-npm/shrinkwrap-json
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/google-fonts/s/poppins/v9
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/icons
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/static/d
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/using-npm/config
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/using-npm/developers
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/using-npm/disputes
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/using-npm/orgs
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/using-npm/registry
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/using-npm/removal
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/using-npm/scope
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/using-npm/scripts
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/public/using-npm/semver
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/src/components/home
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/src/images
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/src/pages
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/docs/src/templates
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/man/man1
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/man/man5
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/man/man7
@@ -8124,64 +8554,79 @@ share/icons/hicolor/64x64/apps/atom.png
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ansistyles/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/archy/examples
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/archy/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/asn1/tst/ber
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/boom/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/chalk/types
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cmd-shim/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/colors/examples
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-map/example
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/concat-map/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/config-chain/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/copy-concurrently/node_modules/iferr/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/cryptiles/test
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/define-properties/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/delegates/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/dezalgo/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/editor/example
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/encoding/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/err-code/test
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-abstract/test/helpers
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/es-to-primitive/test
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fast-json-stable-stringify/example
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fast-json-stable-stringify/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/find-npm-prefix/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-vacuum/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fs-write-stream-atomic/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/fstream/examples
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/function-bind/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hawk/example
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hawk/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/hoek/test/modules
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has/test
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/has-symbols/test/shams
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/http-proxy-agent/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/https-proxy-agent/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/ip/test
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/is-symbol/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/isexe/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-schema/draft-03/examples
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-schema/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-stable-stringify/example
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-stable-stringify/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/json-stringify-safe/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsonify/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsonparse/examples
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/jsonparse/test
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmaccess/test/util
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmorg/test/util
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmpublish/test/util
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmsearch/test/util
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/libnpmteam/test/util
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/lockfile/test/fixtures
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minimist/example
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/minimist/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mkdirp/examples
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mkdirp/test
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mkdirp/node_modules/minimist/example
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/mute-stream/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/gyp/data/win
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/nopt/examples
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/nopt/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/examples
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/node_modules/tar/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/node-gyp/test/fixtures
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/nopt/examples
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/nopt/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-install-checks/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/example
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/integration
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/typings
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/examples
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/performance-now/test
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/example
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/dotdot/abc
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/module_dir/xmodules/aaa
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/module_dir/ymodules/aaa
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/module_dir/zmodules/bbb
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/node_path/x/aaa
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/node_path/x/ccc
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/node_path/y/bbb
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/node_path/y/ccc
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/pathfilter/deep_ref
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/precedence/aaa
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/precedence/bbb
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/resolver/baz
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/resolver/browser_field
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/resolver/dot_main
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/resolver/dot_slash_main
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/resolver/incorrect_main
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/resolver/invalid_main
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/resolver/multirepo/packages/package-a
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/resolver/multirepo/packages/package-b
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/resolver/other_path/lib
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/resolver/quux/foo
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/resolver/same_names/foo
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/resolver/symlinked/_/node_modules
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/resolver/symlinked/_/symlink_target
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/test/resolver/without_basedir
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/npm-normalize-package-bin/test
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object-keys/test
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/object.getownpropertydescriptors/test
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/performance-now/test/scripts
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/promise-retry/node_modules/retry/example
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/promise-retry/node_modules/retry/test/integration
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/promise-retry/test
@@ -8195,29 +8640,19 @@ share/icons/hicolor/64x64/apps/atom.png
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/rc/node_modules/minimist/example
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/rc/node_modules/minimist/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/rc/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/read-cmd-shim/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/read-installed/test/fixtures/extraneous-detected
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/read-installed/test/fixtures/extraneous-dev-dep
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/read-installed/test/fixtures/grandparent-peer
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/read-installed/test/fixtures/grandparent-peer-dev
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/test/fixtures/@org/x
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/test/fixtures/@org/y
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/test/fixtures/@scope/x
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/test/fixtures/@scope/y
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/test/fixtures/a/x
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/test/fixtures/a/y
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/test/fixtures/b/x
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/readdir-scoped-modules/test/fixtures/b/y
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/registry-auth-token/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/retry/example
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/retry/test/integration
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/smart-buffer/typings
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sntp/examples
-@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/sntp/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks/docs/examples/javascript
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks/docs/examples/typescript
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks/typings/client
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks/typings/common
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/node_modules/agent-base/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/socks-proxy-agent/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/text-table/example
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/text-table/test
@@ -8227,6 +8662,7 @@ share/icons/hicolor/64x64/apps/atom.png
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/umask/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/unique-filename/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/unique-slug/test
+@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/util-promisify/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/validate-npm-package-name/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/wcwidth/test
@dir %%DATADIR%%/resources/app/apm/node_modules/npm/node_modules/worker-farm/examples/basic
@@ -8242,11 +8678,7 @@ share/icons/hicolor/64x64/apps/atom.png
@dir %%DATADIR%%/resources/app/apm/node_modules/oniguruma/deps/onig/sample
@dir %%DATADIR%%/resources/app/apm/node_modules/oniguruma/deps/onig/win32
@dir %%DATADIR%%/resources/app/apm/node_modules/performance-now/test/scripts
-@dir %%DATADIR%%/resources/app/apm/node_modules/prebuild-install/node_modules/minimist/example
-@dir %%DATADIR%%/resources/app/apm/node_modules/prebuild-install/node_modules/minimist/test
@dir %%DATADIR%%/resources/app/apm/node_modules/qs/test
-@dir %%DATADIR%%/resources/app/apm/node_modules/rc/node_modules/minimist/example
-@dir %%DATADIR%%/resources/app/apm/node_modules/rc/node_modules/minimist/test
@dir %%DATADIR%%/resources/app/apm/node_modules/rc/test
@dir %%DATADIR%%/resources/app/apm/node_modules/simple-concat/test
@dir %%DATADIR%%/resources/app/apm/node_modules/tar/examples