diff options
author | adam <adam@pkgsrc.org> | 2019-01-22 11:19:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-01-22 11:19:17 +0000 |
commit | fbed500011486a5f8ac10f2cc483aa533cbc8897 (patch) | |
tree | b9a871ed72ecdc0a9d2b017c967794a7b4e904eb | |
parent | a8a641dce6490eabe3cd38395f66f689f75e0e27 (diff) | |
download | pkgsrc-fbed500011486a5f8ac10f2cc483aa533cbc8897.tar.gz |
npm: updated to 6.6.0
v6.6.0
REFACTORING OUT npm-REGISTRY-CLIENT
Today is an auspicious day! This release marks the end of a massive internal refactor to npm that means we finally got rid of the legacy npm-registry-client in favor of the shiny, new, window.fetch-like npm-registry-fetch.
Now, the installer had already done most of this work with the release of npm@5, but it turns out every other command still used the legacy client. This release updates all of those commands to use the new client, and while we're at it, adds a few extra goodies:
All OTP-requiring commands will now prompt. --otp is no longer required for dist-tag, access, et al.
We're starting to integrate a new config system which will eventually get extracted into a standalone package.
We now use libnpm for the API functionality of a lot of our commands! That means you can install a library if you want to write your own tooling around them.
There's now an npm org command for managing users in your org.
pacote now consumes npm-style configurations, instead of its own naming for various config vars. This will make it easier to load npm configs using libnpm.config and hand them directly to pacote.
NEW FEATURES
Make npm dist-tags the same as npm dist-tag ls.
Add support for IBM i.
Update profile to support new npm-profile API.
BUGFIXES
Fix support for passing git binary path config with --git.
Check for npm.config's existence in error-handler.js to prevent weird errors when failures happen before config object is loaded.
Fix checking for optional dependencies.
Remove tink experiments.
Handle git branch references correctly.
Report any errors above 400 as potentially not supporting audit.
Set default homepage to an empty string.
Fix npm-prefix description.
DOCS
Fix typo in npm-token documentation.
Correct docs for fake-registry interface.
-rw-r--r-- | lang/npm/Makefile | 10 | ||||
-rw-r--r-- | lang/npm/PLIST | 716 | ||||
-rw-r--r-- | lang/npm/distinfo | 18 |
3 files changed, 554 insertions, 190 deletions
diff --git a/lang/npm/Makefile b/lang/npm/Makefile index 579cbfe53d6..588853defa6 100644 --- a/lang/npm/Makefile +++ b/lang/npm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2019/01/08 14:53:49 adam Exp $ +# $NetBSD: Makefile,v 1.16 2019/01/22 11:19:17 adam Exp $ -DISTNAME= cli-6.5.0 +DISTNAME= cli-6.6.0 PKGNAME= ${DISTNAME:S/cli/npm/} CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=npm/} @@ -13,15 +13,15 @@ COMMENT= Package manager for JavaScript LICENSE= artistic-2.0 # Pre-fetch marked so that man pages can be built offline -MARKED= marked-0.4.0 +MARKED= marked-0.6.0 DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} ${MARKED}.tar.gz -SITES.${MARKED}.tar.gz= -https://github.com/markedjs/marked/archive/${MARKED:S/marked-//}.tar.gz +SITES.${MARKED}.tar.gz= -https://github.com/markedjs/marked/archive/v${MARKED:S/marked-//}.tar.gz DEPENDS+= nodejs-[0-9]*:../../lang/nodejs USE_TOOLS+= gmake perl -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # required by gyp scripts included +PYTHON_VERSIONS_ACCEPTED= 27 # required by gyp scripts included REPLACE_INTERPRETER+= node REPLACE.node.old= .*node diff --git a/lang/npm/PLIST b/lang/npm/PLIST index 9af8b7858e2..499fd53d917 100644 --- a/lang/npm/PLIST +++ b/lang/npm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2019/01/08 14:53:49 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2019/01/22 11:19:17 adam Exp $ bin/npm bin/npx lib/node_modules/npm/.licensee.json @@ -205,6 +205,7 @@ lib/node_modules/npm/lib/config/cmd-list.js lib/node_modules/npm/lib/config/core.js lib/node_modules/npm/lib/config/defaults.js lib/node_modules/npm/lib/config/fetch-opts.js +lib/node_modules/npm/lib/config/figgy-config.js lib/node_modules/npm/lib/config/gentle-fs.js lib/node_modules/npm/lib/config/get-credentials-by-uri.js lib/node_modules/npm/lib/config/lifecycle.js @@ -212,8 +213,6 @@ lib/node_modules/npm/lib/config/load-cafile.js lib/node_modules/npm/lib/config/load-prefix.js lib/node_modules/npm/lib/config/load-uid.js lib/node_modules/npm/lib/config/nerf-dart.js -lib/node_modules/npm/lib/config/pacote.js -lib/node_modules/npm/lib/config/reg-client.js lib/node_modules/npm/lib/config/set-credentials-by-uri.js lib/node_modules/npm/lib/config/set-user.js lib/node_modules/npm/lib/dedupe.js @@ -293,6 +292,7 @@ lib/node_modules/npm/lib/link.js lib/node_modules/npm/lib/logout.js lib/node_modules/npm/lib/ls.js lib/node_modules/npm/lib/npm.js +lib/node_modules/npm/lib/org.js lib/node_modules/npm/lib/outdated.js lib/node_modules/npm/lib/owner.js lib/node_modules/npm/lib/pack.js @@ -309,7 +309,6 @@ lib/node_modules/npm/lib/run-script.js lib/node_modules/npm/lib/search.js lib/node_modules/npm/lib/search/all-package-metadata.js lib/node_modules/npm/lib/search/all-package-search.js -lib/node_modules/npm/lib/search/esearch.js lib/node_modules/npm/lib/search/format-package-stream.js lib/node_modules/npm/lib/search/package-filter.js lib/node_modules/npm/lib/set.js @@ -341,7 +340,6 @@ lib/node_modules/npm/lib/utils/error-message.js lib/node_modules/npm/lib/utils/escape-arg.js lib/node_modules/npm/lib/utils/escape-exec-path.js lib/node_modules/npm/lib/utils/gently-rm.js -lib/node_modules/npm/lib/utils/get-publish-config.js lib/node_modules/npm/lib/utils/git.js lib/node_modules/npm/lib/utils/gunzip-maybe.js lib/node_modules/npm/lib/utils/is-registry.js @@ -352,13 +350,13 @@ lib/node_modules/npm/lib/utils/lifecycle-cmd.js lib/node_modules/npm/lib/utils/lifecycle.js lib/node_modules/npm/lib/utils/link.js lib/node_modules/npm/lib/utils/locker.js -lib/node_modules/npm/lib/utils/map-to-registry.js lib/node_modules/npm/lib/utils/metrics-launch.js lib/node_modules/npm/lib/utils/metrics.js lib/node_modules/npm/lib/utils/module-name.js lib/node_modules/npm/lib/utils/move.js lib/node_modules/npm/lib/utils/no-progress-while-running.js lib/node_modules/npm/lib/utils/open-url.js +lib/node_modules/npm/lib/utils/otplease.js lib/node_modules/npm/lib/utils/output.js lib/node_modules/npm/lib/utils/package-id.js lib/node_modules/npm/lib/utils/parse-json.js @@ -505,6 +503,7 @@ lib/node_modules/npm/node_modules/JSONStream/test/multiple_objects.js lib/node_modules/npm/node_modules/JSONStream/test/multiple_objects_error.js lib/node_modules/npm/node_modules/JSONStream/test/null.js lib/node_modules/npm/node_modules/JSONStream/test/parsejson.js +lib/node_modules/npm/node_modules/JSONStream/test/run.js lib/node_modules/npm/node_modules/JSONStream/test/stringify.js lib/node_modules/npm/node_modules/JSONStream/test/stringify_object.js lib/node_modules/npm/node_modules/JSONStream/test/test.js @@ -642,6 +641,7 @@ lib/node_modules/npm/node_modules/ansistyles/README.md lib/node_modules/npm/node_modules/ansistyles/ansistyles.js lib/node_modules/npm/node_modules/ansistyles/package.json lib/node_modules/npm/node_modules/ansistyles/test/ansistyles.js +lib/node_modules/npm/node_modules/aproba/CHANGELOG.md lib/node_modules/npm/node_modules/aproba/LICENSE lib/node_modules/npm/node_modules/aproba/README.md lib/node_modules/npm/node_modules/aproba/index.js @@ -660,6 +660,35 @@ lib/node_modules/npm/node_modules/are-we-there-yet/CHANGES.md lib/node_modules/npm/node_modules/are-we-there-yet/LICENSE lib/node_modules/npm/node_modules/are-we-there-yet/README.md lib/node_modules/npm/node_modules/are-we-there-yet/index.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/.travis.yml +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/CONTRIBUTING.md +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/GOVERNANCE.md +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/LICENSE +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/README.md +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/duplex-browser.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/duplex.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_duplex.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_passthrough.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_readable.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_transform.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_writable.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/BufferList.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/destroy.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/stream-browser.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/stream.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/package.json +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/passthrough.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/readable-browser.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/readable.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/transform.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/writable-browser.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/writable.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/.travis.yml +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/LICENSE +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/README.md +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/lib/string_decoder.js +lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/package.json lib/node_modules/npm/node_modules/are-we-there-yet/package.json lib/node_modules/npm/node_modules/are-we-there-yet/tracker-base.js lib/node_modules/npm/node_modules/are-we-there-yet/tracker-group.js @@ -814,7 +843,8 @@ lib/node_modules/npm/node_modules/byline/package.json lib/node_modules/npm/node_modules/byte-size/LICENSE lib/node_modules/npm/node_modules/byte-size/README.hbs lib/node_modules/npm/node_modules/byte-size/README.md -lib/node_modules/npm/node_modules/byte-size/index.js +lib/node_modules/npm/node_modules/byte-size/dist/index.js +lib/node_modules/npm/node_modules/byte-size/index.mjs lib/node_modules/npm/node_modules/byte-size/package.json lib/node_modules/npm/node_modules/cacache/CHANGELOG.md lib/node_modules/npm/node_modules/cacache/LICENSE.md @@ -841,6 +871,32 @@ lib/node_modules/npm/node_modules/cacache/locales/en.json lib/node_modules/npm/node_modules/cacache/locales/es.js lib/node_modules/npm/node_modules/cacache/locales/es.json lib/node_modules/npm/node_modules/cacache/ls.js +lib/node_modules/npm/node_modules/cacache/node_modules/chownr/LICENSE +lib/node_modules/npm/node_modules/cacache/node_modules/chownr/README.md +lib/node_modules/npm/node_modules/cacache/node_modules/chownr/chownr.js +lib/node_modules/npm/node_modules/cacache/node_modules/chownr/package.json +lib/node_modules/npm/node_modules/cacache/node_modules/lru-cache/LICENSE +lib/node_modules/npm/node_modules/cacache/node_modules/lru-cache/README.md +lib/node_modules/npm/node_modules/cacache/node_modules/lru-cache/index.js +lib/node_modules/npm/node_modules/cacache/node_modules/lru-cache/package.json +lib/node_modules/npm/node_modules/cacache/node_modules/unique-filename/LICENSE +lib/node_modules/npm/node_modules/cacache/node_modules/unique-filename/README.md +lib/node_modules/npm/node_modules/cacache/node_modules/unique-filename/coverage/__root__/index.html +lib/node_modules/npm/node_modules/cacache/node_modules/unique-filename/coverage/__root__/index.js.html +lib/node_modules/npm/node_modules/cacache/node_modules/unique-filename/coverage/base.css +lib/node_modules/npm/node_modules/cacache/node_modules/unique-filename/coverage/index.html +lib/node_modules/npm/node_modules/cacache/node_modules/unique-filename/coverage/prettify.css +lib/node_modules/npm/node_modules/cacache/node_modules/unique-filename/coverage/prettify.js +lib/node_modules/npm/node_modules/cacache/node_modules/unique-filename/coverage/sort-arrow-sprite.png +lib/node_modules/npm/node_modules/cacache/node_modules/unique-filename/coverage/sorter.js +lib/node_modules/npm/node_modules/cacache/node_modules/unique-filename/index.js +lib/node_modules/npm/node_modules/cacache/node_modules/unique-filename/package.json +lib/node_modules/npm/node_modules/cacache/node_modules/unique-filename/test/index.js +lib/node_modules/npm/node_modules/cacache/node_modules/yallist/LICENSE +lib/node_modules/npm/node_modules/cacache/node_modules/yallist/README.md +lib/node_modules/npm/node_modules/cacache/node_modules/yallist/iterator.js +lib/node_modules/npm/node_modules/cacache/node_modules/yallist/package.json +lib/node_modules/npm/node_modules/cacache/node_modules/yallist/yallist.js lib/node_modules/npm/node_modules/cacache/package.json lib/node_modules/npm/node_modules/cacache/put.js lib/node_modules/npm/node_modules/cacache/rm.js @@ -895,6 +951,7 @@ lib/node_modules/npm/node_modules/cli-columns/test.js lib/node_modules/npm/node_modules/cli-table3/CHANGELOG.md lib/node_modules/npm/node_modules/cli-table3/LICENSE lib/node_modules/npm/node_modules/cli-table3/README.md +lib/node_modules/npm/node_modules/cli-table3/index.d.ts lib/node_modules/npm/node_modules/cli-table3/index.js lib/node_modules/npm/node_modules/cli-table3/package.json lib/node_modules/npm/node_modules/cli-table3/src/cell.js @@ -956,6 +1013,7 @@ lib/node_modules/npm/node_modules/colors/LICENSE lib/node_modules/npm/node_modules/colors/README.md lib/node_modules/npm/node_modules/colors/examples/normal-usage.js lib/node_modules/npm/node_modules/colors/examples/safe-string.js +lib/node_modules/npm/node_modules/colors/index.d.ts lib/node_modules/npm/node_modules/colors/lib/colors.js lib/node_modules/npm/node_modules/colors/lib/custom/trap.js lib/node_modules/npm/node_modules/colors/lib/custom/zalgo.js @@ -966,8 +1024,10 @@ lib/node_modules/npm/node_modules/colors/lib/maps/rainbow.js lib/node_modules/npm/node_modules/colors/lib/maps/random.js lib/node_modules/npm/node_modules/colors/lib/maps/zebra.js lib/node_modules/npm/node_modules/colors/lib/styles.js +lib/node_modules/npm/node_modules/colors/lib/system/has-flag.js lib/node_modules/npm/node_modules/colors/lib/system/supports-colors.js lib/node_modules/npm/node_modules/colors/package.json +lib/node_modules/npm/node_modules/colors/safe.d.ts lib/node_modules/npm/node_modules/colors/safe.js lib/node_modules/npm/node_modules/colors/themes/generic-logging.js lib/node_modules/npm/node_modules/columnify/LICENSE @@ -992,6 +1052,35 @@ lib/node_modules/npm/node_modules/concat-map/package.json lib/node_modules/npm/node_modules/concat-map/test/map.js lib/node_modules/npm/node_modules/concat-stream/LICENSE lib/node_modules/npm/node_modules/concat-stream/index.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/.travis.yml +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/CONTRIBUTING.md +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/GOVERNANCE.md +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/LICENSE +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/README.md +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/duplex-browser.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/duplex.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_duplex.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_passthrough.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_readable.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_transform.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/BufferList.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/destroy.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/stream-browser.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/stream.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/package.json +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/passthrough.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/readable-browser.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/readable.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/transform.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/writable-browser.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/writable.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/.travis.yml +lib/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/LICENSE +lib/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/README.md +lib/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/lib/string_decoder.js +lib/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/package.json lib/node_modules/npm/node_modules/concat-stream/package.json lib/node_modules/npm/node_modules/concat-stream/readme.md lib/node_modules/npm/node_modules/config-chain/LICENCE @@ -1010,6 +1099,10 @@ lib/node_modules/npm/node_modules/copy-concurrently/LICENSE lib/node_modules/npm/node_modules/copy-concurrently/README.md lib/node_modules/npm/node_modules/copy-concurrently/copy.js lib/node_modules/npm/node_modules/copy-concurrently/is-windows.js +lib/node_modules/npm/node_modules/copy-concurrently/node_modules/aproba/LICENSE +lib/node_modules/npm/node_modules/copy-concurrently/node_modules/aproba/README.md +lib/node_modules/npm/node_modules/copy-concurrently/node_modules/aproba/index.js +lib/node_modules/npm/node_modules/copy-concurrently/node_modules/aproba/package.json lib/node_modules/npm/node_modules/copy-concurrently/node_modules/iferr/.npmignore lib/node_modules/npm/node_modules/copy-concurrently/node_modules/iferr/LICENSE lib/node_modules/npm/node_modules/copy-concurrently/node_modules/iferr/README.md @@ -1145,6 +1238,35 @@ lib/node_modules/npm/node_modules/duplexify/LICENSE lib/node_modules/npm/node_modules/duplexify/README.md lib/node_modules/npm/node_modules/duplexify/example.js lib/node_modules/npm/node_modules/duplexify/index.js +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/.travis.yml +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/CONTRIBUTING.md +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/GOVERNANCE.md +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/LICENSE +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/README.md +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/duplex-browser.js +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/duplex.js +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/lib/_stream_duplex.js +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/lib/_stream_passthrough.js +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/lib/_stream_readable.js +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/lib/_stream_transform.js +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/lib/_stream_writable.js +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/BufferList.js +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/destroy.js +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/stream-browser.js +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/stream.js +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/package.json +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/passthrough.js +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/readable-browser.js +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/readable.js +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/transform.js +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/writable-browser.js +lib/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/writable.js +lib/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/.travis.yml +lib/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/LICENSE +lib/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/README.md +lib/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/lib/string_decoder.js +lib/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/package.json lib/node_modules/npm/node_modules/duplexify/package.json lib/node_modules/npm/node_modules/duplexify/test.js lib/node_modules/npm/node_modules/ecc-jsbn/LICENSE @@ -1231,6 +1353,11 @@ lib/node_modules/npm/node_modules/execa/index.js lib/node_modules/npm/node_modules/execa/lib/errname.js lib/node_modules/npm/node_modules/execa/lib/stdio.js lib/node_modules/npm/node_modules/execa/license +lib/node_modules/npm/node_modules/execa/node_modules/get-stream/buffer-stream.js +lib/node_modules/npm/node_modules/execa/node_modules/get-stream/index.js +lib/node_modules/npm/node_modules/execa/node_modules/get-stream/license +lib/node_modules/npm/node_modules/execa/node_modules/get-stream/package.json +lib/node_modules/npm/node_modules/execa/node_modules/get-stream/readme.md lib/node_modules/npm/node_modules/execa/package.json lib/node_modules/npm/node_modules/execa/readme.md lib/node_modules/npm/node_modules/extend/.editorconfig @@ -1292,6 +1419,35 @@ lib/node_modules/npm/node_modules/flush-write-stream/LICENSE lib/node_modules/npm/node_modules/flush-write-stream/README.md lib/node_modules/npm/node_modules/flush-write-stream/example.js lib/node_modules/npm/node_modules/flush-write-stream/index.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/.travis.yml +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/CONTRIBUTING.md +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/GOVERNANCE.md +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/LICENSE +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/README.md +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/duplex-browser.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/duplex.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/_stream_duplex.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/_stream_passthrough.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/_stream_readable.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/_stream_transform.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/_stream_writable.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/internal/streams/BufferList.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/internal/streams/destroy.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/internal/streams/stream-browser.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/internal/streams/stream.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/package.json +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/passthrough.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/readable-browser.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/readable.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/transform.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/writable-browser.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/writable.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/.travis.yml +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/LICENSE +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/README.md +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/lib/string_decoder.js +lib/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/package.json lib/node_modules/npm/node_modules/flush-write-stream/package.json lib/node_modules/npm/node_modules/flush-write-stream/test.js lib/node_modules/npm/node_modules/forever-agent/LICENSE @@ -1309,6 +1465,35 @@ lib/node_modules/npm/node_modules/from2/.travis.yml lib/node_modules/npm/node_modules/from2/LICENSE.md lib/node_modules/npm/node_modules/from2/README.md lib/node_modules/npm/node_modules/from2/index.js +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/.travis.yml +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/CONTRIBUTING.md +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/GOVERNANCE.md +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/LICENSE +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/README.md +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/duplex-browser.js +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/duplex.js +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/lib/_stream_duplex.js +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/lib/_stream_passthrough.js +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/lib/_stream_readable.js +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/lib/_stream_transform.js +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/lib/_stream_writable.js +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/lib/internal/streams/BufferList.js +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/lib/internal/streams/destroy.js +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/lib/internal/streams/stream-browser.js +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/lib/internal/streams/stream.js +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/package.json +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/passthrough.js +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/readable-browser.js +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/readable.js +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/transform.js +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/writable-browser.js +lib/node_modules/npm/node_modules/from2/node_modules/readable-stream/writable.js +lib/node_modules/npm/node_modules/from2/node_modules/string_decoder/.travis.yml +lib/node_modules/npm/node_modules/from2/node_modules/string_decoder/LICENSE +lib/node_modules/npm/node_modules/from2/node_modules/string_decoder/README.md +lib/node_modules/npm/node_modules/from2/node_modules/string_decoder/lib/string_decoder.js +lib/node_modules/npm/node_modules/from2/node_modules/string_decoder/package.json lib/node_modules/npm/node_modules/from2/package.json lib/node_modules/npm/node_modules/from2/test.js lib/node_modules/npm/node_modules/fs-minipass/LICENSE @@ -1347,6 +1532,35 @@ lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/inde lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/package.json lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/test/index.coffee lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/test/mocha.opts +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/.travis.yml +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/CONTRIBUTING.md +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/GOVERNANCE.md +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/LICENSE +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/README.md +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/duplex-browser.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/duplex.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/_stream_duplex.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/_stream_passthrough.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/_stream_readable.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/_stream_transform.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/_stream_writable.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/internal/streams/BufferList.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/internal/streams/destroy.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/internal/streams/stream-browser.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/internal/streams/stream.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/package.json +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/passthrough.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/readable-browser.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/readable.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/transform.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/writable-browser.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/writable.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/.travis.yml +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/LICENSE +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/README.md +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/lib/string_decoder.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/package.json lib/node_modules/npm/node_modules/fs-write-stream-atomic/package.json lib/node_modules/npm/node_modules/fs-write-stream-atomic/test/basic.js lib/node_modules/npm/node_modules/fs-write-stream-atomic/test/chown.js @@ -1390,6 +1604,10 @@ lib/node_modules/npm/node_modules/gauge/base-theme.js lib/node_modules/npm/node_modules/gauge/error.js lib/node_modules/npm/node_modules/gauge/has-color.js lib/node_modules/npm/node_modules/gauge/index.js +lib/node_modules/npm/node_modules/gauge/node_modules/aproba/LICENSE +lib/node_modules/npm/node_modules/gauge/node_modules/aproba/README.md +lib/node_modules/npm/node_modules/gauge/node_modules/aproba/index.js +lib/node_modules/npm/node_modules/gauge/node_modules/aproba/package.json lib/node_modules/npm/node_modules/gauge/node_modules/string-width/index.js lib/node_modules/npm/node_modules/gauge/node_modules/string-width/license lib/node_modules/npm/node_modules/gauge/node_modules/string-width/package.json @@ -1407,6 +1625,7 @@ lib/node_modules/npm/node_modules/gauge/theme-set.js lib/node_modules/npm/node_modules/gauge/themes.js lib/node_modules/npm/node_modules/gauge/wide-truncate.js lib/node_modules/npm/node_modules/genfun/CHANGELOG.md +lib/node_modules/npm/node_modules/genfun/LICENSE lib/node_modules/npm/node_modules/genfun/README.md lib/node_modules/npm/node_modules/genfun/lib/genfun.js lib/node_modules/npm/node_modules/genfun/lib/method.js @@ -1419,6 +1638,10 @@ lib/node_modules/npm/node_modules/gentle-fs/README.md lib/node_modules/npm/node_modules/gentle-fs/index.js lib/node_modules/npm/node_modules/gentle-fs/lib/link.js lib/node_modules/npm/node_modules/gentle-fs/lib/rm.js +lib/node_modules/npm/node_modules/gentle-fs/node_modules/aproba/LICENSE +lib/node_modules/npm/node_modules/gentle-fs/node_modules/aproba/README.md +lib/node_modules/npm/node_modules/gentle-fs/node_modules/aproba/index.js +lib/node_modules/npm/node_modules/gentle-fs/node_modules/aproba/package.json lib/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/.npmignore lib/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/LICENSE lib/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/README.md @@ -1455,6 +1678,11 @@ lib/node_modules/npm/node_modules/global-dirs/package.json lib/node_modules/npm/node_modules/global-dirs/readme.md lib/node_modules/npm/node_modules/got/index.js lib/node_modules/npm/node_modules/got/license +lib/node_modules/npm/node_modules/got/node_modules/get-stream/buffer-stream.js +lib/node_modules/npm/node_modules/got/node_modules/get-stream/index.js +lib/node_modules/npm/node_modules/got/node_modules/get-stream/license +lib/node_modules/npm/node_modules/got/node_modules/get-stream/package.json +lib/node_modules/npm/node_modules/got/node_modules/get-stream/readme.md lib/node_modules/npm/node_modules/got/package.json lib/node_modules/npm/node_modules/got/readme.md lib/node_modules/npm/node_modules/graceful-fs/LICENSE @@ -1628,6 +1856,12 @@ lib/node_modules/npm/node_modules/is-ci/LICENSE lib/node_modules/npm/node_modules/is-ci/README.md lib/node_modules/npm/node_modules/is-ci/bin.js lib/node_modules/npm/node_modules/is-ci/index.js +lib/node_modules/npm/node_modules/is-ci/node_modules/ci-info/CHANGELOG.md +lib/node_modules/npm/node_modules/is-ci/node_modules/ci-info/LICENSE +lib/node_modules/npm/node_modules/is-ci/node_modules/ci-info/README.md +lib/node_modules/npm/node_modules/is-ci/node_modules/ci-info/index.js +lib/node_modules/npm/node_modules/is-ci/node_modules/ci-info/package.json +lib/node_modules/npm/node_modules/is-ci/node_modules/ci-info/vendors.json lib/node_modules/npm/node_modules/is-ci/package.json lib/node_modules/npm/node_modules/is-ci/test.js lib/node_modules/npm/node_modules/is-cidr/LICENSE @@ -1796,29 +2030,164 @@ lib/node_modules/npm/node_modules/libcipm/CHANGELOG.md lib/node_modules/npm/node_modules/libcipm/LICENSE.md lib/node_modules/npm/node_modules/libcipm/README.md lib/node_modules/npm/node_modules/libcipm/index.js -lib/node_modules/npm/node_modules/libcipm/lib/config/lifecycle-opts.js lib/node_modules/npm/node_modules/libcipm/lib/config/npm-config.js -lib/node_modules/npm/node_modules/libcipm/lib/config/pacote-opts.js lib/node_modules/npm/node_modules/libcipm/lib/extract.js lib/node_modules/npm/node_modules/libcipm/lib/silentlog.js lib/node_modules/npm/node_modules/libcipm/lib/worker.js lib/node_modules/npm/node_modules/libcipm/package.json +lib/node_modules/npm/node_modules/libnpm/CHANGELOG.md +lib/node_modules/npm/node_modules/libnpm/LICENSE.md +lib/node_modules/npm/node_modules/libnpm/README.md +lib/node_modules/npm/node_modules/libnpm/access.js +lib/node_modules/npm/node_modules/libnpm/adduser.js +lib/node_modules/npm/node_modules/libnpm/config.js +lib/node_modules/npm/node_modules/libnpm/extract.js +lib/node_modules/npm/node_modules/libnpm/fetch.js +lib/node_modules/npm/node_modules/libnpm/get-prefix.js +lib/node_modules/npm/node_modules/libnpm/hook.js +lib/node_modules/npm/node_modules/libnpm/index.js +lib/node_modules/npm/node_modules/libnpm/link-bin.js +lib/node_modules/npm/node_modules/libnpm/log.js +lib/node_modules/npm/node_modules/libnpm/logical-tree.js +lib/node_modules/npm/node_modules/libnpm/login.js +lib/node_modules/npm/node_modules/libnpm/manifest.js +lib/node_modules/npm/node_modules/libnpm/node_modules/aproba/CHANGELOG.md +lib/node_modules/npm/node_modules/libnpm/node_modules/aproba/LICENSE +lib/node_modules/npm/node_modules/libnpm/node_modules/aproba/README.md +lib/node_modules/npm/node_modules/libnpm/node_modules/aproba/index.js +lib/node_modules/npm/node_modules/libnpm/node_modules/aproba/package.json +lib/node_modules/npm/node_modules/libnpm/node_modules/libnpmhook/CHANGELOG.md +lib/node_modules/npm/node_modules/libnpm/node_modules/libnpmhook/LICENSE.md +lib/node_modules/npm/node_modules/libnpm/node_modules/libnpmhook/README.md +lib/node_modules/npm/node_modules/libnpm/node_modules/libnpmhook/index.js +lib/node_modules/npm/node_modules/libnpm/node_modules/libnpmhook/package.json +lib/node_modules/npm/node_modules/libnpm/org.js +lib/node_modules/npm/node_modules/libnpm/package.json +lib/node_modules/npm/node_modules/libnpm/packument.js +lib/node_modules/npm/node_modules/libnpm/parse-arg.js +lib/node_modules/npm/node_modules/libnpm/profile.js +lib/node_modules/npm/node_modules/libnpm/publish.js +lib/node_modules/npm/node_modules/libnpm/read-json.js +lib/node_modules/npm/node_modules/libnpm/run-script.js +lib/node_modules/npm/node_modules/libnpm/search.js +lib/node_modules/npm/node_modules/libnpm/stringify-package.js +lib/node_modules/npm/node_modules/libnpm/tarball.js +lib/node_modules/npm/node_modules/libnpm/team.js +lib/node_modules/npm/node_modules/libnpm/unpublish.js +lib/node_modules/npm/node_modules/libnpm/verify-lock.js +lib/node_modules/npm/node_modules/libnpmaccess/.travis.yml +lib/node_modules/npm/node_modules/libnpmaccess/CHANGELOG.md +lib/node_modules/npm/node_modules/libnpmaccess/CODE_OF_CONDUCT.md +lib/node_modules/npm/node_modules/libnpmaccess/CONTRIBUTING.md +lib/node_modules/npm/node_modules/libnpmaccess/LICENSE +lib/node_modules/npm/node_modules/libnpmaccess/PULL_REQUEST_TEMPLATE +lib/node_modules/npm/node_modules/libnpmaccess/README.md +lib/node_modules/npm/node_modules/libnpmaccess/appveyor.yml +lib/node_modules/npm/node_modules/libnpmaccess/index.js +lib/node_modules/npm/node_modules/libnpmaccess/node_modules/aproba/CHANGELOG.md +lib/node_modules/npm/node_modules/libnpmaccess/node_modules/aproba/LICENSE +lib/node_modules/npm/node_modules/libnpmaccess/node_modules/aproba/README.md +lib/node_modules/npm/node_modules/libnpmaccess/node_modules/aproba/index.js +lib/node_modules/npm/node_modules/libnpmaccess/node_modules/aproba/package.json +lib/node_modules/npm/node_modules/libnpmaccess/package.json +lib/node_modules/npm/node_modules/libnpmaccess/test/index.js +lib/node_modules/npm/node_modules/libnpmaccess/test/util/tnock.js +lib/node_modules/npm/node_modules/libnpmconfig/CHANGELOG.md +lib/node_modules/npm/node_modules/libnpmconfig/CODE_OF_CONDUCT.md +lib/node_modules/npm/node_modules/libnpmconfig/CONTRIBUTING.md +lib/node_modules/npm/node_modules/libnpmconfig/LICENSE +lib/node_modules/npm/node_modules/libnpmconfig/PULL_REQUEST_TEMPLATE +lib/node_modules/npm/node_modules/libnpmconfig/README.md +lib/node_modules/npm/node_modules/libnpmconfig/index.js +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/find-up/index.js +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/find-up/license +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/find-up/package.json +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/find-up/readme.md +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/locate-path/index.js +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/locate-path/license +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/locate-path/package.json +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/locate-path/readme.md +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/p-limit/index.js +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/p-limit/license +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/p-limit/package.json +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/p-limit/readme.md +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/p-locate/index.js +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/p-locate/license +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/p-locate/package.json +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/p-locate/readme.md +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/p-try/index.js +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/p-try/license +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/p-try/package.json +lib/node_modules/npm/node_modules/libnpmconfig/node_modules/p-try/readme.md +lib/node_modules/npm/node_modules/libnpmconfig/package.json lib/node_modules/npm/node_modules/libnpmhook/CHANGELOG.md lib/node_modules/npm/node_modules/libnpmhook/LICENSE.md lib/node_modules/npm/node_modules/libnpmhook/README.md -lib/node_modules/npm/node_modules/libnpmhook/config.js lib/node_modules/npm/node_modules/libnpmhook/index.js -lib/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/CHANGELOG.md -lib/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/LICENSE.md -lib/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/README.md -lib/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/auth.js -lib/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/check-response.js -lib/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/config.js -lib/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/errors.js -lib/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/index.js -lib/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/package.json -lib/node_modules/npm/node_modules/libnpmhook/node_modules/npm-registry-fetch/silentlog.js lib/node_modules/npm/node_modules/libnpmhook/package.json +lib/node_modules/npm/node_modules/libnpmorg/CHANGELOG.md +lib/node_modules/npm/node_modules/libnpmorg/CODE_OF_CONDUCT.md +lib/node_modules/npm/node_modules/libnpmorg/CONTRIBUTING.md +lib/node_modules/npm/node_modules/libnpmorg/LICENSE +lib/node_modules/npm/node_modules/libnpmorg/PULL_REQUEST_TEMPLATE +lib/node_modules/npm/node_modules/libnpmorg/README.md +lib/node_modules/npm/node_modules/libnpmorg/index.js +lib/node_modules/npm/node_modules/libnpmorg/node_modules/aproba/CHANGELOG.md +lib/node_modules/npm/node_modules/libnpmorg/node_modules/aproba/LICENSE +lib/node_modules/npm/node_modules/libnpmorg/node_modules/aproba/README.md +lib/node_modules/npm/node_modules/libnpmorg/node_modules/aproba/index.js +lib/node_modules/npm/node_modules/libnpmorg/node_modules/aproba/package.json +lib/node_modules/npm/node_modules/libnpmorg/package.json +lib/node_modules/npm/node_modules/libnpmorg/test/index.js +lib/node_modules/npm/node_modules/libnpmorg/test/util/tnock.js +lib/node_modules/npm/node_modules/libnpmpublish/.travis.yml +lib/node_modules/npm/node_modules/libnpmpublish/CHANGELOG.md +lib/node_modules/npm/node_modules/libnpmpublish/CODE_OF_CONDUCT.md +lib/node_modules/npm/node_modules/libnpmpublish/CONTRIBUTING.md +lib/node_modules/npm/node_modules/libnpmpublish/LICENSE +lib/node_modules/npm/node_modules/libnpmpublish/PULL_REQUEST_TEMPLATE +lib/node_modules/npm/node_modules/libnpmpublish/README.md +lib/node_modules/npm/node_modules/libnpmpublish/appveyor.yml +lib/node_modules/npm/node_modules/libnpmpublish/index.js +lib/node_modules/npm/node_modules/libnpmpublish/node_modules/aproba/CHANGELOG.md +lib/node_modules/npm/node_modules/libnpmpublish/node_modules/aproba/LICENSE +lib/node_modules/npm/node_modules/libnpmpublish/node_modules/aproba/README.md +lib/node_modules/npm/node_modules/libnpmpublish/node_modules/aproba/index.js +lib/node_modules/npm/node_modules/libnpmpublish/node_modules/aproba/package.json +lib/node_modules/npm/node_modules/libnpmpublish/package.json +lib/node_modules/npm/node_modules/libnpmpublish/publish.js +lib/node_modules/npm/node_modules/libnpmpublish/test/publish.js +lib/node_modules/npm/node_modules/libnpmpublish/test/unpublish.js +lib/node_modules/npm/node_modules/libnpmpublish/test/util/mock-tarball.js +lib/node_modules/npm/node_modules/libnpmpublish/test/util/tnock.js +lib/node_modules/npm/node_modules/libnpmpublish/unpublish.js +lib/node_modules/npm/node_modules/libnpmsearch/CHANGELOG.md +lib/node_modules/npm/node_modules/libnpmsearch/CODE_OF_CONDUCT.md +lib/node_modules/npm/node_modules/libnpmsearch/CONTRIBUTING.md +lib/node_modules/npm/node_modules/libnpmsearch/LICENSE +lib/node_modules/npm/node_modules/libnpmsearch/PULL_REQUEST_TEMPLATE +lib/node_modules/npm/node_modules/libnpmsearch/README.md +lib/node_modules/npm/node_modules/libnpmsearch/index.js +lib/node_modules/npm/node_modules/libnpmsearch/package.json +lib/node_modules/npm/node_modules/libnpmsearch/test/index.js +lib/node_modules/npm/node_modules/libnpmsearch/test/util/tnock.js +lib/node_modules/npm/node_modules/libnpmteam/.travis.yml +lib/node_modules/npm/node_modules/libnpmteam/CHANGELOG.md +lib/node_modules/npm/node_modules/libnpmteam/CODE_OF_CONDUCT.md +lib/node_modules/npm/node_modules/libnpmteam/CONTRIBUTING.md +lib/node_modules/npm/node_modules/libnpmteam/LICENSE +lib/node_modules/npm/node_modules/libnpmteam/PULL_REQUEST_TEMPLATE +lib/node_modules/npm/node_modules/libnpmteam/README.md +lib/node_modules/npm/node_modules/libnpmteam/appveyor.yml +lib/node_modules/npm/node_modules/libnpmteam/index.js +lib/node_modules/npm/node_modules/libnpmteam/node_modules/aproba/CHANGELOG.md +lib/node_modules/npm/node_modules/libnpmteam/node_modules/aproba/LICENSE +lib/node_modules/npm/node_modules/libnpmteam/node_modules/aproba/README.md +lib/node_modules/npm/node_modules/libnpmteam/node_modules/aproba/index.js +lib/node_modules/npm/node_modules/libnpmteam/node_modules/aproba/package.json +lib/node_modules/npm/node_modules/libnpmteam/package.json +lib/node_modules/npm/node_modules/libnpmteam/test/index.js +lib/node_modules/npm/node_modules/libnpmteam/test/util/tnock.js lib/node_modules/npm/node_modules/libnpx/CHANGELOG.md lib/node_modules/npm/node_modules/libnpx/LICENSE.md lib/node_modules/npm/node_modules/libnpx/README.md @@ -2038,6 +2407,10 @@ lib/node_modules/npm/node_modules/mkdirp/test/umask_sync.js lib/node_modules/npm/node_modules/move-concurrently/LICENSE lib/node_modules/npm/node_modules/move-concurrently/README.md lib/node_modules/npm/node_modules/move-concurrently/move.js +lib/node_modules/npm/node_modules/move-concurrently/node_modules/aproba/LICENSE +lib/node_modules/npm/node_modules/move-concurrently/node_modules/aproba/README.md +lib/node_modules/npm/node_modules/move-concurrently/node_modules/aproba/index.js +lib/node_modules/npm/node_modules/move-concurrently/node_modules/aproba/package.json lib/node_modules/npm/node_modules/move-concurrently/package.json lib/node_modules/npm/node_modules/ms/index.js lib/node_modules/npm/node_modules/ms/license.md @@ -2309,58 +2682,6 @@ lib/node_modules/npm/node_modules/npm-profile/LICENSE lib/node_modules/npm/node_modules/npm-profile/README.md lib/node_modules/npm/node_modules/npm-profile/index.js lib/node_modules/npm/node_modules/npm-profile/package.json -lib/node_modules/npm/node_modules/npm-registry-client/CHANGELOG.md -lib/node_modules/npm/node_modules/npm-registry-client/LICENSE -lib/node_modules/npm/node_modules/npm-registry-client/README.md -lib/node_modules/npm/node_modules/npm-registry-client/index.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/access.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/adduser.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/attempt.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/authify.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/deprecate.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/add.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/fetch.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/rm.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/set.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/update.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/fetch.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/initialize.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/logout.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/org.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/ping.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/publish.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/send-anonymous-CLI-metrics.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/star.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/stars.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/tag.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/team.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/unpublish.js -lib/node_modules/npm/node_modules/npm-registry-client/lib/whoami.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/.npmignore -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/License -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/Makefile -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/README.md -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/equation.gif -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/example/dns.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/example/stop.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/index.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/lib/retry.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/lib/retry_operation.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/package.json -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/common.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/integration/test-forever.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/integration/test-retry-operation.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/integration/test-retry-wrap.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/integration/test-timeouts.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/runner.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/ssri/CHANGELOG.md -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/ssri/LICENSE.md -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/ssri/README.md -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/ssri/index.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/ssri/package.json -lib/node_modules/npm/node_modules/npm-registry-client/package.json lib/node_modules/npm/node_modules/npm-registry-fetch/CHANGELOG.md lib/node_modules/npm/node_modules/npm-registry-fetch/LICENSE.md lib/node_modules/npm/node_modules/npm-registry-fetch/README.md @@ -2369,94 +2690,6 @@ lib/node_modules/npm/node_modules/npm-registry-fetch/check-response.js lib/node_modules/npm/node_modules/npm-registry-fetch/config.js lib/node_modules/npm/node_modules/npm-registry-fetch/errors.js lib/node_modules/npm/node_modules/npm-registry-fetch/index.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/CHANGELOG.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/LICENSE.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/README.es.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/README.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/en.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/es.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/get.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/index.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/content/path.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/content/read.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/content/rm.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/content/write.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/entry-index.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/memoization.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/util/fix-owner.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/util/hash-to-segments.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/util/move-file.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/util/tmp.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/util/y.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/lib/verify.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/locales/en.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/locales/en.json -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/locales/es.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/locales/es.json -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/ls.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/node_modules/mississippi/changelog.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/node_modules/mississippi/index.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/node_modules/mississippi/license -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/node_modules/mississippi/package.json -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/node_modules/mississippi/readme.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/package.json -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/put.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/rm.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/cacache/verify.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/figgy-pudding/CHANGELOG.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/figgy-pudding/LICENSE.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/figgy-pudding/README.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/figgy-pudding/index.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/figgy-pudding/package.json -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/CHANGELOG.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/LICENSE -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/README.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/agent.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/cache.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/index.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/package.json -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/warning.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/.travis.yml -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/LICENSE -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/README.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/index.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/package.json -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/test-browser.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/pump/test-node.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/.npmignore -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/.travis.yml -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/LICENSE -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/README.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/build/smartbuffer.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/build/smartbuffer.js.map -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/lib/smart-buffer.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/package.json -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/test/smart-buffer.test.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/typings/index.d.ts -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/.npmignore -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/.travis.yml -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/History.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/README.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/index.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/package.json -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/test/ssl-cert-snakeoil.key -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/test/ssl-cert-snakeoil.pem -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks-proxy-agent/test/test.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/.npmignore -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/LICENSE -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/README.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/examples/associate.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/examples/bind.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/examples/connect.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/index.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/lib/socks-agent.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/lib/socks-client.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/socks/package.json -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/ssri/CHANGELOG.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/ssri/LICENSE.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/ssri/README.md -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/ssri/index.js -lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/ssri/package.json lib/node_modules/npm/node_modules/npm-registry-fetch/package.json lib/node_modules/npm/node_modules/npm-registry-fetch/silentlog.js lib/node_modules/npm/node_modules/npm-run-path/index.js @@ -2536,17 +2769,15 @@ lib/node_modules/npm/node_modules/pacote/extract.js lib/node_modules/npm/node_modules/pacote/index.js lib/node_modules/npm/node_modules/pacote/lib/extract-stream.js lib/node_modules/npm/node_modules/pacote/lib/fetch.js +lib/node_modules/npm/node_modules/pacote/lib/fetchers/alias.js lib/node_modules/npm/node_modules/pacote/lib/fetchers/directory.js lib/node_modules/npm/node_modules/pacote/lib/fetchers/file.js lib/node_modules/npm/node_modules/pacote/lib/fetchers/git.js lib/node_modules/npm/node_modules/pacote/lib/fetchers/hosted.js lib/node_modules/npm/node_modules/pacote/lib/fetchers/range.js -lib/node_modules/npm/node_modules/pacote/lib/fetchers/registry/check-warning-header.js -lib/node_modules/npm/node_modules/pacote/lib/fetchers/registry/fetch.js lib/node_modules/npm/node_modules/pacote/lib/fetchers/registry/index.js lib/node_modules/npm/node_modules/pacote/lib/fetchers/registry/manifest.js -lib/node_modules/npm/node_modules/pacote/lib/fetchers/registry/pick-registry.js -lib/node_modules/npm/node_modules/pacote/lib/fetchers/registry/registry-key.js +lib/node_modules/npm/node_modules/pacote/lib/fetchers/registry/packument.js lib/node_modules/npm/node_modules/pacote/lib/fetchers/registry/tarball.js lib/node_modules/npm/node_modules/pacote/lib/fetchers/remote.js lib/node_modules/npm/node_modules/pacote/lib/fetchers/tag.js @@ -2557,16 +2788,59 @@ lib/node_modules/npm/node_modules/pacote/lib/util/finished.js lib/node_modules/npm/node_modules/pacote/lib/util/git.js lib/node_modules/npm/node_modules/pacote/lib/util/opt-check.js lib/node_modules/npm/node_modules/pacote/lib/util/pack-dir.js -lib/node_modules/npm/node_modules/pacote/lib/util/silentlog.js +lib/node_modules/npm/node_modules/pacote/lib/util/proclog.js lib/node_modules/npm/node_modules/pacote/lib/with-tarball-stream.js lib/node_modules/npm/node_modules/pacote/manifest.js +lib/node_modules/npm/node_modules/pacote/node_modules/lru-cache/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/lru-cache/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/lru-cache/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/lru-cache/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/minipass/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/minipass/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/minipass/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/minipass/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/yallist/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/yallist/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/yallist/iterator.js +lib/node_modules/npm/node_modules/pacote/node_modules/yallist/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/yallist/yallist.js lib/node_modules/npm/node_modules/pacote/package.json +lib/node_modules/npm/node_modules/pacote/packument.js lib/node_modules/npm/node_modules/pacote/prefetch.js lib/node_modules/npm/node_modules/pacote/tarball.js lib/node_modules/npm/node_modules/parallel-transform/.npmignore lib/node_modules/npm/node_modules/parallel-transform/LICENSE lib/node_modules/npm/node_modules/parallel-transform/README.md lib/node_modules/npm/node_modules/parallel-transform/index.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/.travis.yml +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/CONTRIBUTING.md +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/GOVERNANCE.md +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/LICENSE +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/README.md +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/duplex-browser.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/duplex.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/_stream_duplex.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/_stream_passthrough.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/_stream_readable.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/_stream_transform.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/_stream_writable.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/internal/streams/BufferList.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/internal/streams/destroy.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/internal/streams/stream-browser.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/internal/streams/stream.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/package.json +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/passthrough.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/readable-browser.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/readable.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/transform.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/writable-browser.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/writable.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/.travis.yml +lib/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/LICENSE +lib/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/README.md +lib/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/lib/string_decoder.js +lib/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/package.json lib/node_modules/npm/node_modules/parallel-transform/package.json lib/node_modules/npm/node_modules/path-exists/index.js lib/node_modules/npm/node_modules/path-exists/license @@ -2840,30 +3114,30 @@ lib/node_modules/npm/node_modules/read/LICENSE lib/node_modules/npm/node_modules/read/README.md lib/node_modules/npm/node_modules/read/lib/read.js lib/node_modules/npm/node_modules/read/package.json -lib/node_modules/npm/node_modules/readable-stream/.travis.yml lib/node_modules/npm/node_modules/readable-stream/CONTRIBUTING.md lib/node_modules/npm/node_modules/readable-stream/GOVERNANCE.md lib/node_modules/npm/node_modules/readable-stream/LICENSE lib/node_modules/npm/node_modules/readable-stream/README.md -lib/node_modules/npm/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md -lib/node_modules/npm/node_modules/readable-stream/duplex-browser.js -lib/node_modules/npm/node_modules/readable-stream/duplex.js +lib/node_modules/npm/node_modules/readable-stream/errors-browser.js +lib/node_modules/npm/node_modules/readable-stream/errors.js +lib/node_modules/npm/node_modules/readable-stream/experimentalWarning.js lib/node_modules/npm/node_modules/readable-stream/lib/_stream_duplex.js lib/node_modules/npm/node_modules/readable-stream/lib/_stream_passthrough.js lib/node_modules/npm/node_modules/readable-stream/lib/_stream_readable.js lib/node_modules/npm/node_modules/readable-stream/lib/_stream_transform.js lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js -lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/BufferList.js +lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/async_iterator.js +lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/buffer_list.js lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/destroy.js +lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/pipeline.js +lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/state.js lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/stream-browser.js lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/stream.js lib/node_modules/npm/node_modules/readable-stream/package.json -lib/node_modules/npm/node_modules/readable-stream/passthrough.js lib/node_modules/npm/node_modules/readable-stream/readable-browser.js lib/node_modules/npm/node_modules/readable-stream/readable.js -lib/node_modules/npm/node_modules/readable-stream/transform.js -lib/node_modules/npm/node_modules/readable-stream/writable-browser.js -lib/node_modules/npm/node_modules/readable-stream/writable.js +lib/node_modules/npm/node_modules/readable-stream/yarn.lock lib/node_modules/npm/node_modules/readdir-scoped-modules/.travis.yml lib/node_modules/npm/node_modules/readdir-scoped-modules/LICENSE lib/node_modules/npm/node_modules/readdir-scoped-modules/README.md @@ -2949,6 +3223,10 @@ lib/node_modules/npm/node_modules/rimraf/bin.js lib/node_modules/npm/node_modules/rimraf/package.json lib/node_modules/npm/node_modules/rimraf/rimraf.js lib/node_modules/npm/node_modules/run-queue/README.md +lib/node_modules/npm/node_modules/run-queue/node_modules/aproba/LICENSE +lib/node_modules/npm/node_modules/run-queue/node_modules/aproba/README.md +lib/node_modules/npm/node_modules/run-queue/node_modules/aproba/index.js +lib/node_modules/npm/node_modules/run-queue/node_modules/aproba/package.json lib/node_modules/npm/node_modules/run-queue/package.json lib/node_modules/npm/node_modules/run-queue/queue.js lib/node_modules/npm/node_modules/safe-buffer/LICENSE @@ -2982,6 +3260,35 @@ lib/node_modules/npm/node_modules/sha/.npmignore lib/node_modules/npm/node_modules/sha/LICENSE lib/node_modules/npm/node_modules/sha/README.md lib/node_modules/npm/node_modules/sha/index.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/.travis.yml +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/CONTRIBUTING.md +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/GOVERNANCE.md +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/LICENSE +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/README.md +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/duplex-browser.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/duplex.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/lib/_stream_duplex.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/lib/_stream_passthrough.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/lib/_stream_readable.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/lib/_stream_transform.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/lib/_stream_writable.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/lib/internal/streams/BufferList.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/lib/internal/streams/destroy.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/lib/internal/streams/stream-browser.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/lib/internal/streams/stream.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/package.json +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/passthrough.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/readable-browser.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/readable.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/transform.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/writable-browser.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/writable.js +lib/node_modules/npm/node_modules/sha/node_modules/string_decoder/.travis.yml +lib/node_modules/npm/node_modules/sha/node_modules/string_decoder/LICENSE +lib/node_modules/npm/node_modules/sha/node_modules/string_decoder/README.md +lib/node_modules/npm/node_modules/sha/node_modules/string_decoder/lib/string_decoder.js +lib/node_modules/npm/node_modules/sha/node_modules/string_decoder/package.json lib/node_modules/npm/node_modules/sha/package.json lib/node_modules/npm/node_modules/shebang-command/index.js lib/node_modules/npm/node_modules/shebang-command/license @@ -3177,6 +3484,35 @@ lib/node_modules/npm/node_modules/stream-iterate/.travis.yml lib/node_modules/npm/node_modules/stream-iterate/LICENSE lib/node_modules/npm/node_modules/stream-iterate/README.md lib/node_modules/npm/node_modules/stream-iterate/index.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/.travis.yml +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/CONTRIBUTING.md +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/GOVERNANCE.md +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/LICENSE +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/README.md +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/duplex-browser.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/duplex.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/_stream_duplex.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/_stream_passthrough.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/_stream_readable.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/_stream_transform.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/_stream_writable.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/internal/streams/BufferList.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/internal/streams/destroy.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/internal/streams/stream-browser.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/internal/streams/stream.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/package.json +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/passthrough.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/readable-browser.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/readable.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/transform.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/writable-browser.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/writable.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/.travis.yml +lib/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/LICENSE +lib/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/README.md +lib/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/lib/string_decoder.js +lib/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/package.json lib/node_modules/npm/node_modules/stream-iterate/package.json lib/node_modules/npm/node_modules/stream-iterate/test.js lib/node_modules/npm/node_modules/stream-shift/.npmignore @@ -3206,7 +3542,6 @@ lib/node_modules/npm/node_modules/string-width/node_modules/strip-ansi/package.j lib/node_modules/npm/node_modules/string-width/node_modules/strip-ansi/readme.md lib/node_modules/npm/node_modules/string-width/package.json lib/node_modules/npm/node_modules/string-width/readme.md -lib/node_modules/npm/node_modules/string_decoder/.travis.yml lib/node_modules/npm/node_modules/string_decoder/LICENSE lib/node_modules/npm/node_modules/string_decoder/README.md lib/node_modules/npm/node_modules/string_decoder/lib/string_decoder.js @@ -3307,6 +3642,35 @@ lib/node_modules/npm/node_modules/through2/.npmignore lib/node_modules/npm/node_modules/through2/LICENSE.html lib/node_modules/npm/node_modules/through2/LICENSE.md lib/node_modules/npm/node_modules/through2/README.md +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/.travis.yml +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/CONTRIBUTING.md +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/GOVERNANCE.md +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/LICENSE +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/README.md +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/duplex-browser.js +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/duplex.js +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/lib/_stream_duplex.js +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/lib/_stream_passthrough.js +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/lib/internal/streams/BufferList.js +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/lib/internal/streams/destroy.js +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/lib/internal/streams/stream-browser.js +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/lib/internal/streams/stream.js +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/package.json +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/passthrough.js +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/readable-browser.js +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/readable.js +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/transform.js +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/writable-browser.js +lib/node_modules/npm/node_modules/through2/node_modules/readable-stream/writable.js +lib/node_modules/npm/node_modules/through2/node_modules/string_decoder/.travis.yml +lib/node_modules/npm/node_modules/through2/node_modules/string_decoder/LICENSE +lib/node_modules/npm/node_modules/through2/node_modules/string_decoder/README.md +lib/node_modules/npm/node_modules/through2/node_modules/string_decoder/lib/string_decoder.js +lib/node_modules/npm/node_modules/through2/node_modules/string_decoder/package.json lib/node_modules/npm/node_modules/through2/package.json lib/node_modules/npm/node_modules/through2/through2.js lib/node_modules/npm/node_modules/timed-out/index.js @@ -3370,7 +3734,7 @@ lib/node_modules/npm/node_modules/umask/README.md lib/node_modules/npm/node_modules/umask/index.js lib/node_modules/npm/node_modules/umask/package.json lib/node_modules/npm/node_modules/umask/test/simple.js -lib/node_modules/npm/node_modules/unique-filename/.npmignore +lib/node_modules/npm/node_modules/unique-filename/LICENSE lib/node_modules/npm/node_modules/unique-filename/README.md lib/node_modules/npm/node_modules/unique-filename/coverage/__root__/index.html lib/node_modules/npm/node_modules/unique-filename/coverage/__root__/index.js.html diff --git a/lang/npm/distinfo b/lang/npm/distinfo index 3fb08dd4cf4..adde87a1acd 100644 --- a/lang/npm/distinfo +++ b/lang/npm/distinfo @@ -1,13 +1,13 @@ -$NetBSD: distinfo,v 1.10 2019/01/08 14:53:49 adam Exp $ +$NetBSD: distinfo,v 1.11 2019/01/22 11:19:17 adam Exp $ -SHA1 (cli-6.5.0.tar.gz) = 3d089de1160b0b026981adbcfb2f0d32de0ede79 -RMD160 (cli-6.5.0.tar.gz) = 35b4edc3f5cadfc4d7d10de2df8c807a9d3586b0 -SHA512 (cli-6.5.0.tar.gz) = fdcd40b53d33c34cea752912ad907bac9a5e83f0e4439b9aaa47957094d1b9d0f6dbcab43149fe16ddd7ef953e3737b99268901d5ade7553ca5fd56d79782804 -Size (cli-6.5.0.tar.gz) = 6640269 bytes -SHA1 (marked-0.4.0.tar.gz) = 30683c632ac803a64892cd0693945ceb13ce82fe -RMD160 (marked-0.4.0.tar.gz) = 86384c2af08de6345b72c352ac17d3bcd2c2badd -SHA512 (marked-0.4.0.tar.gz) = ceaa920bae6090431b7011e295a2bf1a923c5a1c17b3d5dab72ba52df845d59b830a017e6e3535cad937a5f2c5a7ebace2b5fb73f4ed65e12865a87ad158cb3f -Size (marked-0.4.0.tar.gz) = 137307 bytes +SHA1 (cli-6.6.0.tar.gz) = ba5c4d1c42324111fe28b773d369396d762a1091 +RMD160 (cli-6.6.0.tar.gz) = 79c4864164ee667c9a5ecee09d812bdac15dfb11 +SHA512 (cli-6.6.0.tar.gz) = c0aa5459aa26c85a9ed9c10823c81f39f471c30e66208b212b7363f2667741d82c4746573be9e15a15b072eb946e8dfb4a9e97e0501a17ec85c6a708b550c4f3 +Size (cli-6.6.0.tar.gz) = 5675037 bytes +SHA1 (marked-0.6.0.tar.gz) = 807809ccc45947a1b3d7ecf7801a5df67c3f5a85 +RMD160 (marked-0.6.0.tar.gz) = b3a69bdf788b4cfbbe15c0588a1c81ea8d91a273 +SHA512 (marked-0.6.0.tar.gz) = 3efbda7b2ed8a5d75948805f2835b4e985ab81ccd68548db7f939173042693d6f1bec5dfea696430a4a2dbab424bbf5a21f14de462f5a7eb322311e7196452f9 +Size (marked-0.6.0.tar.gz) = 141482 bytes SHA1 (patch-Makefile) = 29b3e9515ee2a45f3b12c116075c00faca73d270 SHA1 (patch-lib_config_defaults.js) = 5a00cbef781c9ab4efcec41ad781987f3f540886 SHA1 (patch-node__modules_node-gyp_gyp_pylib_gyp_generator_make.py) = 291e079fb48caea7501ab864c19ef26672b76bc5 |