svn commit: r539536 - in head/editors/atom: . files files/atom files/node

Hiroki Tagato tagattie at FreeBSD.org
Thu Jun 18 11:10:39 UTC 2020


Author: tagattie
Date: Thu Jun 18 11:10:36 2020
New Revision: 539536
URL: https://svnweb.freebsd.org/changeset/ports/539536

Log:
  Update to 1.48.0
  
  Approved by:	mentors (implicit)
  Chnagelog:	https://github.com/atom/atom/releases/tag/v1.48.0

Added:
  head/editors/atom/files/node/patch-configure.py   (contents, props changed)
Deleted:
  head/editors/atom/files/node/patch-configure
Modified:
  head/editors/atom/Makefile
  head/editors/atom/distinfo
  head/editors/atom/files/atom/patch-node__modules_github_test_git-strategies.test.js
  head/editors/atom/files/node/patch-common.gypi
  head/editors/atom/files/patch-script_package.json
  head/editors/atom/files/patch-src_config-schema.js
  head/editors/atom/files/patch-src_main-process_atom-window.js
  head/editors/atom/files/patch-src_text-editor-component.js
  head/editors/atom/pkg-plist

Modified: head/editors/atom/Makefile
==============================================================================
--- head/editors/atom/Makefile	Thu Jun 18 08:29:57 2020	(r539535)
+++ head/editors/atom/Makefile	Thu Jun 18 11:10:36 2020	(r539536)
@@ -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 \

Modified: head/editors/atom/distinfo
==============================================================================
--- head/editors/atom/distinfo	Thu Jun 18 08:29:57 2020	(r539535)
+++ head/editors/atom/distinfo	Thu Jun 18 11:10:36 2020	(r539536)
@@ -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

Modified: head/editors/atom/files/atom/patch-node__modules_github_test_git-strategies.test.js
==============================================================================
--- head/editors/atom/files/atom/patch-node__modules_github_test_git-strategies.test.js	Thu Jun 18 08:29:57 2020	(r539535)
+++ head/editors/atom/files/atom/patch-node__modules_github_test_git-strategies.test.js	Thu Jun 18 11:10:36 2020	(r539536)
@@ -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$/);

Modified: head/editors/atom/files/node/patch-common.gypi
==============================================================================
--- head/editors/atom/files/node/patch-common.gypi	Thu Jun 18 08:29:57 2020	(r539535)
+++ head/editors/atom/files/node/patch-common.gypi	Thu Jun 18 11:10:36 2020	(r539536)
@@ -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"', {

Added: head/editors/atom/files/node/patch-configure.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/atom/files/node/patch-configure.py	Thu Jun 18 11:10:36 2020	(r539536)
@@ -0,0 +1,11 @@
+--- 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(
+-    cc, r"(^(?:FreeBSD )?clang version|based on LLVM) ([3-9]\.[0-9]+)")
++    cc, r"(^(?:FreeBSD )?clang version|based on LLVM) ([0-9]+\.[0-9]+)")
+ 
+ def get_xcode_version(cc):
+   return get_version_helper(

Modified: head/editors/atom/files/patch-script_package.json
==============================================================================
--- head/editors/atom/files/patch-script_package.json	Thu Jun 18 08:29:57 2020	(r539535)
+++ head/editors/atom/files/patch-script_package.json	Thu Jun 18 11:10:36 2020	(r539536)
@@ -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",

Modified: head/editors/atom/files/patch-src_config-schema.js
==============================================================================
--- head/editors/atom/files/patch-src_config-schema.js	Thu Jun 18 08:29:57 2020	(r539535)
+++ head/editors/atom/files/patch-src_config-schema.js	Thu Jun 18 11:10:36 2020	(r539536)
@@ -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 = {
    }
  };
  

Modified: head/editors/atom/files/patch-src_main-process_atom-window.js
==============================================================================
--- head/editors/atom/files/patch-src_main-process_atom-window.js	Thu Jun 18 08:29:57 2020	(r539535)
+++ head/editors/atom/files/patch-src_main-process_atom-window.js	Thu Jun 18 11:10:36 2020	(r539536)
@@ -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.

Modified: head/editors/atom/files/patch-src_text-editor-component.js
==============================================================================
--- head/editors/atom/files/patch-src_text-editor-component.js	Thu Jun 18 08:29:57 2020	(r539535)
+++ head/editors/atom/files/patch-src_text-editor-component.js	Thu Jun 18 11:10:36 2020	(r539536)
@@ -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;
  

Modified: head/editors/atom/pkg-plist
==============================================================================
--- head/editors/atom/pkg-plist	Thu Jun 18 08:29:57 2020	(r539535)
+++ head/editors/atom/pkg-plist	Thu Jun 18 11:10:36 2020	(r539536)
@@ -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

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-all mailing list