From 97527b1d2fe09eaeac25adcf07692cc52bc425d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kat=20March=C3=A1n?=
Date: Wed, 15 Aug 2018 11:15:36 -0700
Subject: [PATCH] deps: upgrade npm to 6.4.0
---
deps/npm/AUTHORS | 12 +
deps/npm/CHANGELOG.md | 177 +-
deps/npm/CONTRIBUTING.md | 2 +-
deps/npm/README.md | 4 +-
deps/npm/bin/npm-cli.js | 3 +
deps/npm/doc/cli/npm-hook.md | 4 +-
deps/npm/doc/cli/npm-run-script.md | 4 +-
deps/npm/doc/cli/npm-start.md | 2 +-
deps/npm/doc/cli/npm-version.md | 2 +-
deps/npm/doc/cli/npm.md | 2 +-
deps/npm/doc/files/package.json.md | 20 +-
deps/npm/doc/misc/npm-config.md | 20 +-
deps/npm/doc/misc/npm-disputes.md | 4 +-
deps/npm/doc/misc/npm-registry.md | 2 +-
deps/npm/doc/misc/npm-scripts.md | 4 +-
deps/npm/doc/spec/file-specifiers.md | 11 +-
deps/npm/doc/spec/package-lock.md | 2 +-
deps/npm/html/doc/README.html | 6 +-
deps/npm/html/doc/cli/npm-access.html | 2 +-
deps/npm/html/doc/cli/npm-adduser.html | 2 +-
deps/npm/html/doc/cli/npm-audit.html | 2 +-
deps/npm/html/doc/cli/npm-bin.html | 2 +-
deps/npm/html/doc/cli/npm-bugs.html | 2 +-
deps/npm/html/doc/cli/npm-build.html | 2 +-
deps/npm/html/doc/cli/npm-bundle.html | 2 +-
deps/npm/html/doc/cli/npm-cache.html | 2 +-
deps/npm/html/doc/cli/npm-ci.html | 2 +-
deps/npm/html/doc/cli/npm-completion.html | 2 +-
deps/npm/html/doc/cli/npm-config.html | 2 +-
deps/npm/html/doc/cli/npm-dedupe.html | 2 +-
deps/npm/html/doc/cli/npm-deprecate.html | 2 +-
deps/npm/html/doc/cli/npm-dist-tag.html | 2 +-
deps/npm/html/doc/cli/npm-docs.html | 2 +-
deps/npm/html/doc/cli/npm-doctor.html | 2 +-
deps/npm/html/doc/cli/npm-edit.html | 2 +-
deps/npm/html/doc/cli/npm-explore.html | 2 +-
deps/npm/html/doc/cli/npm-help-search.html | 2 +-
deps/npm/html/doc/cli/npm-help.html | 2 +-
deps/npm/html/doc/cli/npm-hook.html | 6 +-
deps/npm/html/doc/cli/npm-init.html | 2 +-
.../npm/html/doc/cli/npm-install-ci-test.html | 2 +-
deps/npm/html/doc/cli/npm-install-test.html | 2 +-
deps/npm/html/doc/cli/npm-install.html | 2 +-
deps/npm/html/doc/cli/npm-link.html | 2 +-
deps/npm/html/doc/cli/npm-logout.html | 2 +-
deps/npm/html/doc/cli/npm-ls.html | 4 +-
deps/npm/html/doc/cli/npm-outdated.html | 2 +-
deps/npm/html/doc/cli/npm-owner.html | 2 +-
deps/npm/html/doc/cli/npm-pack.html | 2 +-
deps/npm/html/doc/cli/npm-ping.html | 2 +-
deps/npm/html/doc/cli/npm-prefix.html | 2 +-
deps/npm/html/doc/cli/npm-profile.html | 2 +-
deps/npm/html/doc/cli/npm-prune.html | 2 +-
deps/npm/html/doc/cli/npm-publish.html | 2 +-
deps/npm/html/doc/cli/npm-rebuild.html | 2 +-
deps/npm/html/doc/cli/npm-repo.html | 2 +-
deps/npm/html/doc/cli/npm-restart.html | 2 +-
deps/npm/html/doc/cli/npm-root.html | 2 +-
deps/npm/html/doc/cli/npm-run-script.html | 6 +-
deps/npm/html/doc/cli/npm-search.html | 2 +-
deps/npm/html/doc/cli/npm-shrinkwrap.html | 2 +-
deps/npm/html/doc/cli/npm-star.html | 2 +-
deps/npm/html/doc/cli/npm-stars.html | 2 +-
deps/npm/html/doc/cli/npm-start.html | 4 +-
deps/npm/html/doc/cli/npm-stop.html | 2 +-
deps/npm/html/doc/cli/npm-team.html | 2 +-
deps/npm/html/doc/cli/npm-test.html | 2 +-
deps/npm/html/doc/cli/npm-token.html | 2 +-
deps/npm/html/doc/cli/npm-uninstall.html | 2 +-
deps/npm/html/doc/cli/npm-unpublish.html | 2 +-
deps/npm/html/doc/cli/npm-update.html | 2 +-
deps/npm/html/doc/cli/npm-version.html | 4 +-
deps/npm/html/doc/cli/npm-view.html | 2 +-
deps/npm/html/doc/cli/npm-whoami.html | 2 +-
deps/npm/html/doc/cli/npm.html | 8 +-
deps/npm/html/doc/files/npm-folders.html | 2 +-
deps/npm/html/doc/files/npm-global.html | 2 +-
deps/npm/html/doc/files/npm-json.html | 22 +-
.../npm/html/doc/files/npm-package-locks.html | 2 +-
.../html/doc/files/npm-shrinkwrap.json.html | 2 +-
deps/npm/html/doc/files/npmrc.html | 2 +-
.../npm/html/doc/files/package-lock.json.html | 2 +-
deps/npm/html/doc/files/package.json.html | 22 +-
deps/npm/html/doc/index.html | 2 +-
deps/npm/html/doc/misc/npm-coding-style.html | 2 +-
deps/npm/html/doc/misc/npm-config.html | 20 +-
deps/npm/html/doc/misc/npm-developers.html | 2 +-
deps/npm/html/doc/misc/npm-disputes.html | 16 +-
deps/npm/html/doc/misc/npm-index.html | 2 +-
deps/npm/html/doc/misc/npm-orgs.html | 2 +-
deps/npm/html/doc/misc/npm-registry.html | 4 +-
deps/npm/html/doc/misc/npm-scope.html | 2 +-
deps/npm/html/doc/misc/npm-scripts.html | 6 +-
deps/npm/html/doc/misc/removing-npm.html | 2 +-
deps/npm/html/doc/misc/semver.html | 2 +-
deps/npm/html/index.html | 6 +-
deps/npm/lib/audit.js | 13 +-
deps/npm/lib/auth/legacy.js | 2 +-
deps/npm/lib/config/defaults.js | 19 +-
deps/npm/lib/config/get-credentials-by-uri.js | 6 +
deps/npm/lib/install/save.js | 2 +-
deps/npm/lib/profile.js | 4 +-
deps/npm/lib/shrinkwrap.js | 2 +-
deps/npm/lib/token.js | 4 +-
deps/npm/lib/version.js | 6 +-
deps/npm/lib/view.js | 2 +-
deps/npm/man/man1/npm-README.1 | 6 +-
deps/npm/man/man1/npm-access.1 | 2 +-
deps/npm/man/man1/npm-adduser.1 | 2 +-
deps/npm/man/man1/npm-audit.1 | 2 +-
deps/npm/man/man1/npm-bin.1 | 2 +-
deps/npm/man/man1/npm-bugs.1 | 2 +-
deps/npm/man/man1/npm-build.1 | 2 +-
deps/npm/man/man1/npm-bundle.1 | 2 +-
deps/npm/man/man1/npm-cache.1 | 2 +-
deps/npm/man/man1/npm-ci.1 | 2 +-
deps/npm/man/man1/npm-completion.1 | 2 +-
deps/npm/man/man1/npm-config.1 | 2 +-
deps/npm/man/man1/npm-dedupe.1 | 2 +-
deps/npm/man/man1/npm-deprecate.1 | 2 +-
deps/npm/man/man1/npm-dist-tag.1 | 2 +-
deps/npm/man/man1/npm-docs.1 | 2 +-
deps/npm/man/man1/npm-doctor.1 | 2 +-
deps/npm/man/man1/npm-edit.1 | 2 +-
deps/npm/man/man1/npm-explore.1 | 2 +-
deps/npm/man/man1/npm-help-search.1 | 2 +-
deps/npm/man/man1/npm-help.1 | 2 +-
deps/npm/man/man1/npm-hook.1 | 6 +-
deps/npm/man/man1/npm-init.1 | 2 +-
deps/npm/man/man1/npm-install-ci-test.1 | 2 +-
deps/npm/man/man1/npm-install-test.1 | 2 +-
deps/npm/man/man1/npm-install.1 | 2 +-
deps/npm/man/man1/npm-link.1 | 2 +-
deps/npm/man/man1/npm-logout.1 | 2 +-
deps/npm/man/man1/npm-ls.1 | 4 +-
deps/npm/man/man1/npm-outdated.1 | 2 +-
deps/npm/man/man1/npm-owner.1 | 2 +-
deps/npm/man/man1/npm-pack.1 | 2 +-
deps/npm/man/man1/npm-ping.1 | 2 +-
deps/npm/man/man1/npm-prefix.1 | 2 +-
deps/npm/man/man1/npm-profile.1 | 2 +-
deps/npm/man/man1/npm-prune.1 | 2 +-
deps/npm/man/man1/npm-publish.1 | 2 +-
deps/npm/man/man1/npm-rebuild.1 | 2 +-
deps/npm/man/man1/npm-repo.1 | 2 +-
deps/npm/man/man1/npm-restart.1 | 2 +-
deps/npm/man/man1/npm-root.1 | 2 +-
deps/npm/man/man1/npm-run-script.1 | 6 +-
deps/npm/man/man1/npm-search.1 | 2 +-
deps/npm/man/man1/npm-shrinkwrap.1 | 2 +-
deps/npm/man/man1/npm-star.1 | 2 +-
deps/npm/man/man1/npm-stars.1 | 2 +-
deps/npm/man/man1/npm-start.1 | 4 +-
deps/npm/man/man1/npm-stop.1 | 2 +-
deps/npm/man/man1/npm-team.1 | 2 +-
deps/npm/man/man1/npm-test.1 | 2 +-
deps/npm/man/man1/npm-token.1 | 2 +-
deps/npm/man/man1/npm-uninstall.1 | 2 +-
deps/npm/man/man1/npm-unpublish.1 | 2 +-
deps/npm/man/man1/npm-update.1 | 2 +-
deps/npm/man/man1/npm-version.1 | 4 +-
deps/npm/man/man1/npm-view.1 | 2 +-
deps/npm/man/man1/npm-whoami.1 | 2 +-
deps/npm/man/man1/npm.1 | 6 +-
deps/npm/man/man5/npm-folders.5 | 2 +-
deps/npm/man/man5/npm-global.5 | 2 +-
deps/npm/man/man5/npm-json.5 | 22 +-
deps/npm/man/man5/npm-package-locks.5 | 2 +-
deps/npm/man/man5/npm-shrinkwrap.json.5 | 2 +-
deps/npm/man/man5/npmrc.5 | 2 +-
deps/npm/man/man5/package-lock.json.5 | 2 +-
deps/npm/man/man5/package.json.5 | 22 +-
deps/npm/man/man7/npm-coding-style.7 | 2 +-
deps/npm/man/man7/npm-config.7 | 28 +-
deps/npm/man/man7/npm-developers.7 | 2 +-
deps/npm/man/man7/npm-disputes.7 | 6 +-
deps/npm/man/man7/npm-index.7 | 2 +-
deps/npm/man/man7/npm-orgs.7 | 2 +-
deps/npm/man/man7/npm-registry.7 | 4 +-
deps/npm/man/man7/npm-scope.7 | 2 +-
deps/npm/man/man7/npm-scripts.7 | 6 +-
deps/npm/man/man7/removing-npm.7 | 2 +-
deps/npm/man/man7/semver.7 | 2 +-
.../node_modules => }/ajv/.tonic_example.js | 2 +-
.../node_modules => }/ajv/LICENSE | 0
.../node_modules => }/ajv/README.md | 420 +-
.../node_modules => }/ajv/dist/ajv.bundle.js | 4182 +++++++----------
deps/npm/node_modules/ajv/dist/ajv.min.js | 3 +
deps/npm/node_modules/ajv/dist/ajv.min.js.map | 1 +
deps/npm/node_modules/ajv/dist/nodent.min.js | 2 +
.../node_modules/ajv/dist/regenerator.min.js | 2 +
deps/npm/node_modules/ajv/lib/$data.js | 49 +
.../node_modules => }/ajv/lib/ajv.d.ts | 210 +-
deps/npm/node_modules/ajv/lib/ajv.js | 502 ++
.../node_modules => }/ajv/lib/cache.js | 0
.../ajv/lib/compile/_rules.js | 3 +
.../npm/node_modules/ajv/lib/compile/async.js | 90 +
.../npm/node_modules/ajv/lib/compile/equal.js | 3 +
.../ajv/lib/compile/error_classes.js | 34 +
.../node_modules/ajv/lib/compile/formats.js | 135 +
.../ajv/lib/compile/index.js | 68 +-
.../ajv/lib/compile/resolve.js | 104 +-
.../npm/node_modules/ajv/lib/compile/rules.js | 58 +
.../ajv/lib/compile/schema_obj.js | 0
.../ajv/lib/compile/ucs2length.js | 0
.../node_modules => }/ajv/lib/compile/util.js | 28 +-
deps/npm/node_modules/ajv/lib/dot/_limit.jst | 96 +
.../ajv/lib/dot/_limitItems.jst | 0
.../ajv/lib/dot/_limitLength.jst | 0
.../ajv/lib/dot/_limitProperties.jst | 0
.../node_modules => }/ajv/lib/dot/allOf.jst | 0
.../node_modules => }/ajv/lib/dot/anyOf.jst | 2 +-
.../node_modules => }/ajv/lib/dot/coerce.def | 0
.../v5/constant.jst => ajv/lib/dot/const.jst} | 3 +-
.../npm/node_modules/ajv/lib/dot/contains.jst | 57 +
.../node_modules => }/ajv/lib/dot/custom.jst | 23 +-
.../ajv/lib/dot/defaults.def | 0
.../ajv/lib/dot/definitions.def | 25 +-
.../ajv/lib/dot/dependencies.jst | 37 +-
.../node_modules => }/ajv/lib/dot/enum.jst | 0
.../node_modules => }/ajv/lib/dot/errors.def | 23 +-
.../node_modules => }/ajv/lib/dot/format.jst | 40 +-
.../node_modules => }/ajv/lib/dot/items.jst | 1 -
.../node_modules => }/ajv/lib/dot/missing.def | 19 +-
.../ajv/lib/dot/multipleOf.jst | 0
.../node_modules => }/ajv/lib/dot/not.jst | 0
.../node_modules => }/ajv/lib/dot/oneOf.jst | 2 +-
.../node_modules => }/ajv/lib/dot/pattern.jst | 0
.../ajv/lib/dot/properties.jst | 80 +-
.../ajv/lib/dot/propertyNames.jst | 54 +
.../node_modules => }/ajv/lib/dot/ref.jst | 21 +-
.../ajv/lib/dot/required.jst | 20 +-
.../ajv/lib/dot/uniqueItems.jst | 0
.../ajv/lib/dot/validate.jst | 184 +-
.../node_modules => }/ajv/lib/dotjs/README.md | 0
.../node_modules => }/ajv/lib/dotjs/_limit.js | 65 +-
.../ajv/lib/dotjs/_limitItems.js | 4 +-
.../ajv/lib/dotjs/_limitLength.js | 4 +-
.../ajv/lib/dotjs/_limitProperties.js | 4 +-
.../node_modules => }/ajv/lib/dotjs/allOf.js | 2 +-
.../node_modules => }/ajv/lib/dotjs/anyOf.js | 14 +-
.../constant.js => ajv/lib/dotjs/const.js} | 9 +-
.../node_modules/ajv/lib/dotjs/contains.js | 81 +
.../node_modules => }/ajv/lib/dotjs/custom.js | 24 +-
.../ajv/lib/dotjs/dependencies.js | 167 +
.../node_modules => }/ajv/lib/dotjs/enum.js | 4 +-
.../node_modules => }/ajv/lib/dotjs/format.js | 35 +-
.../node_modules => }/ajv/lib/dotjs/items.js | 8 +-
.../ajv/lib/dotjs/multipleOf.js | 6 +-
.../node_modules => }/ajv/lib/dotjs/not.js | 2 +-
.../node_modules => }/ajv/lib/dotjs/oneOf.js | 16 +-
.../ajv/lib/dotjs/pattern.js | 4 +-
.../ajv/lib/dotjs/properties.js | 121 +-
.../ajv/lib/dotjs/propertyNames.js | 81 +
.../node_modules => }/ajv/lib/dotjs/ref.js | 26 +-
.../ajv/lib/dotjs/required.js | 49 +-
.../ajv/lib/dotjs/uniqueItems.js | 4 +-
.../node_modules/ajv/lib/dotjs/validate.js | 458 ++
.../node_modules => }/ajv/lib/keyword.js | 14 +-
.../npm/node_modules/ajv/lib/patternGroups.js | 36 +
deps/npm/node_modules/ajv/lib/refs/$data.json | 17 +
.../ajv/lib/refs/json-schema-draft-04.json | 0
.../ajv/lib/refs/json-schema-draft-06.json | 154 +
.../ajv/lib/refs/json-schema-v5.json | 84 +-
.../node_modules => }/ajv/package.json | 65 +-
.../ajv/scripts/.eslintrc.yml | 0
.../node_modules => }/ajv/scripts/bundle.js | 19 +-
.../ajv/scripts/compile-dots.js | 4 +-
.../node_modules => }/ajv/scripts/info | 0
.../ajv/scripts/prepare-tests | 0
.../ajv/scripts/travis-gh-pages | 0
deps/npm/node_modules/assert-plus/CHANGES.md | 6 +
deps/npm/node_modules/assert-plus/README.md | 9 +-
deps/npm/node_modules/assert-plus/assert.js | 5 +
.../npm/node_modules/assert-plus/package.json | 20 +-
deps/npm/node_modules/aws-sign2/index.js | 2 +-
deps/npm/node_modules/aws-sign2/package.json | 20 +-
deps/npm/node_modules/boom/.npmignore | 17 -
deps/npm/node_modules/boom/.travis.yml | 7 -
deps/npm/node_modules/boom/CONTRIBUTING.md | 1 -
deps/npm/node_modules/boom/LICENSE | 28 -
deps/npm/node_modules/boom/README.md | 652 ---
deps/npm/node_modules/boom/images/boom.png | Bin 29479 -> 0 bytes
deps/npm/node_modules/boom/lib/index.js | 318 --
deps/npm/node_modules/boom/package.json | 59 -
deps/npm/node_modules/boom/test/index.js | 654 ---
deps/npm/node_modules/cacache/CHANGELOG.md | 22 +
.../node_modules/cacache/lib/content/read.js | 110 +-
deps/npm/node_modules/cacache/package.json | 41 +-
deps/npm/node_modules/cacache/put.js | 6 +-
deps/npm/node_modules/colors/LICENSE | 4 +-
deps/npm/node_modules/colors/README.md | 10 +-
.../colors/examples/normal-usage.js | 54 +-
.../colors/examples/safe-string.js | 44 +-
deps/npm/node_modules/colors/index.d.ts | 136 -
deps/npm/node_modules/colors/lib/colors.js | 122 +-
.../node_modules/colors/lib/custom/trap.js | 71 +-
.../node_modules/colors/lib/custom/zalgo.js | 51 +-
.../colors/lib/extendStringPrototype.js | 81 +-
deps/npm/node_modules/colors/lib/index.js | 7 +-
.../node_modules/colors/lib/maps/america.js | 14 +-
.../node_modules/colors/lib/maps/rainbow.js | 9 +-
.../node_modules/colors/lib/maps/random.js | 12 +-
.../npm/node_modules/colors/lib/maps/zebra.js | 4 +-
deps/npm/node_modules/colors/lib/styles.js | 6 +-
.../colors/lib/system/has-flag.js | 35 -
.../colors/lib/system/supports-colors.js | 128 +-
deps/npm/node_modules/colors/package.json | 45 +-
deps/npm/node_modules/colors/safe.d.ts | 48 -
deps/npm/node_modules/colors/safe.js | 7 +-
.../colors/themes/generic-logging.js | 4 +-
deps/npm/node_modules/cryptiles/.npmignore | 17 -
deps/npm/node_modules/cryptiles/.travis.yml | 7 -
deps/npm/node_modules/cryptiles/LICENSE | 28 -
deps/npm/node_modules/cryptiles/README.md | 16 -
deps/npm/node_modules/cryptiles/lib/index.js | 66 -
deps/npm/node_modules/cryptiles/package.json | 59 -
deps/npm/node_modules/cryptiles/test/index.js | 102 -
deps/npm/node_modules/fast-deep-equal/LICENSE | 21 +
.../node_modules/fast-deep-equal/README.md | 55 +
.../node_modules/fast-deep-equal/index.d.ts | 4 +
.../npm/node_modules/fast-deep-equal/index.js | 55 +
.../node_modules/fast-deep-equal/package.json | 85 +
.../fast-json-stable-stringify/.eslintrc.yml | 26 +
.../fast-json-stable-stringify/.npmignore | 4 +
.../fast-json-stable-stringify/.travis.yml | 8 +
.../LICENSE | 0
.../fast-json-stable-stringify/README.md | 119 +
.../benchmark/index.js | 31 +
.../benchmark/test.json | 137 +
.../example/key_cmp.js | 0
.../example/nested.js | 0
.../example/str.js | 0
.../example/value_cmp.js | 0
.../fast-json-stable-stringify/index.js | 59 +
.../fast-json-stable-stringify/package.json | 78 +
.../test/cmp.js | 2 +
.../test/nested.js | 13 +-
.../fast-json-stable-stringify/test/str.js | 46 +
.../test/to-json.js | 14 +-
.../node_modules/figgy-pudding/CHANGELOG.md | 15 +
deps/npm/node_modules/figgy-pudding/index.js | 6 +-
.../node_modules/figgy-pudding/package.json | 34 +-
deps/npm/node_modules/form-data/README.md | 29 +-
deps/npm/node_modules/form-data/README.md.bak | 234 +
.../node_modules/form-data/lib/form_data.js | 43 +-
deps/npm/node_modules/form-data/package.json | 22 +-
.../har-schema/lib/afterRequest.json | 3 +-
.../har-schema/lib/beforeRequest.json | 3 +-
.../node_modules/har-schema/lib/browser.json | 3 +-
.../node_modules/har-schema/lib/cache.json | 3 +-
.../node_modules/har-schema/lib/content.json | 3 +-
.../node_modules/har-schema/lib/cookie.json | 3 +-
.../node_modules/har-schema/lib/creator.json | 3 +-
.../node_modules/har-schema/lib/entry.json | 3 +-
deps/npm/node_modules/har-schema/lib/har.json | 3 +-
.../node_modules/har-schema/lib/header.json | 3 +-
deps/npm/node_modules/har-schema/lib/log.json | 3 +-
.../npm/node_modules/har-schema/lib/page.json | 3 +-
.../har-schema/lib/pageTimings.json | 3 +-
.../node_modules/har-schema/lib/postData.json | 3 +-
.../node_modules/har-schema/lib/query.json | 3 +-
.../node_modules/har-schema/lib/request.json | 3 +-
.../node_modules/har-schema/lib/response.json | 3 +-
.../node_modules/har-schema/lib/timings.json | 3 +-
deps/npm/node_modules/har-schema/package.json | 22 +-
deps/npm/node_modules/har-validator/README.md | 27 +-
.../har-validator/{src => lib}/async.js | 52 +-
.../har-validator/lib/browser/async.js | 96 -
.../har-validator/lib/browser/error.js | 15 -
.../har-validator/lib/browser/promise.js | 93 -
.../har-validator/{src => lib}/error.js | 6 +-
.../har-validator/lib/node4/async.js | 136 -
.../har-validator/lib/node4/error.js | 22 -
.../har-validator/lib/node4/promise.js | 132 -
.../har-validator/lib/node6/async.js | 133 -
.../har-validator/lib/node6/error.js | 22 -
.../har-validator/lib/node6/promise.js | 130 -
.../har-validator/lib/node7/async.js | 133 -
.../har-validator/lib/node7/error.js | 22 -
.../har-validator/lib/node7/promise.js | 130 -
.../node_modules/har-validator/lib/promise.js | 95 +
.../node_modules/ajv/dist/ajv.min.js | 6 -
.../node_modules/ajv/dist/ajv.min.js.map | 1 -
.../node_modules/ajv/dist/nodent.min.js | 8 -
.../node_modules/ajv/dist/regenerator.min.js | 32 -
.../har-validator/node_modules/ajv/lib/ajv.js | 420 --
.../node_modules/ajv/lib/async.js | 218 -
.../node_modules/ajv/lib/compile/equal.js | 45 -
.../node_modules/ajv/lib/compile/formats.js | 164 -
.../node_modules/ajv/lib/compile/rules.js | 40 -
.../ajv/lib/compile/validation_error.js | 14 -
.../node_modules/ajv/lib/dot/_limit.jst | 49 -
.../ajv/lib/dot/v5/_formatLimit.jst | 116 -
.../ajv/lib/dot/v5/patternRequired.jst | 28 -
.../node_modules/ajv/lib/dot/v5/switch.jst | 73 -
.../ajv/lib/dotjs/_formatLimit.js | 176 -
.../ajv/lib/dotjs/dependencies.js | 147 -
.../ajv/lib/dotjs/patternRequired.js | 51 -
.../node_modules/ajv/lib/dotjs/switch.js | 128 -
.../node_modules/ajv/lib/dotjs/validate.js | 375 --
.../har-validator/node_modules/ajv/lib/v5.js | 52 -
.../node_modules/har-validator/package.json | 71 +-
.../node_modules/har-validator/src/promise.js | 93 -
deps/npm/node_modules/hawk/.npmignore | 19 -
deps/npm/node_modules/hawk/.travis.yml | 4 -
deps/npm/node_modules/hawk/LICENSE | 28 -
deps/npm/node_modules/hawk/README.md | 634 ---
deps/npm/node_modules/hawk/bower.json | 24 -
deps/npm/node_modules/hawk/component.json | 19 -
deps/npm/node_modules/hawk/dist/client.js | 343 --
deps/npm/node_modules/hawk/example/usage.js | 77 -
deps/npm/node_modules/hawk/images/hawk.png | Bin 6945 -> 0 bytes
deps/npm/node_modules/hawk/images/logo.png | Bin 71732 -> 0 bytes
deps/npm/node_modules/hawk/lib/browser.js | 637 ---
deps/npm/node_modules/hawk/lib/client.js | 366 --
deps/npm/node_modules/hawk/lib/crypto.js | 126 -
deps/npm/node_modules/hawk/lib/index.js | 14 -
deps/npm/node_modules/hawk/lib/server.js | 548 ---
deps/npm/node_modules/hawk/lib/utils.js | 183 -
deps/npm/node_modules/hawk/package.json | 70 -
deps/npm/node_modules/hawk/test/browser.js | 1492 ------
deps/npm/node_modules/hawk/test/client.js | 440 --
deps/npm/node_modules/hawk/test/crypto.js | 70 -
deps/npm/node_modules/hawk/test/index.js | 378 --
deps/npm/node_modules/hawk/test/readme.js | 94 -
deps/npm/node_modules/hawk/test/server.js | 1328 ------
deps/npm/node_modules/hawk/test/uri.js | 837 ----
deps/npm/node_modules/hawk/test/utils.js | 149 -
deps/npm/node_modules/hoek/.npmignore | 18 -
deps/npm/node_modules/hoek/.travis.yml | 7 -
deps/npm/node_modules/hoek/CONTRIBUTING.md | 1 -
deps/npm/node_modules/hoek/LICENSE | 31 -
deps/npm/node_modules/hoek/README.md | 584 ---
deps/npm/node_modules/hoek/images/hoek.png | Bin 37939 -> 0 bytes
deps/npm/node_modules/hoek/lib/escape.js | 132 -
deps/npm/node_modules/hoek/lib/index.js | 993 ----
deps/npm/node_modules/hoek/package.json | 57 -
deps/npm/node_modules/hoek/test/escaper.js | 88 -
deps/npm/node_modules/hoek/test/index.js | 2513 ----------
.../node_modules/hoek/test/modules/ignore.txt | 0
.../node_modules/hoek/test/modules/test1.js | 1 -
.../node_modules/hoek/test/modules/test2.js | 1 -
.../node_modules/hoek/test/modules/test3.js | 1 -
.../node_modules/hosted-git-info/CHANGELOG.md | 37 +
.../hosted-git-info/git-host-info.js | 3 +-
.../node_modules/hosted-git-info/git-host.js | 14 +-
.../npm/node_modules/hosted-git-info/index.js | 3 +-
.../node_modules/hosted-git-info/package.json | 39 +-
.../node_modules/http-signature/lib/parser.js | 27 +-
.../node_modules/http-signature/lib/signer.js | 4 +-
.../node_modules/http-signature/package.json | 36 +-
deps/npm/node_modules/iferr/README.md | 21 +-
deps/npm/node_modules/iferr/package.json | 35 +-
.../json-schema-traverse/.eslintrc.yml | 27 +
.../json-schema-traverse/.npmignore | 60 +
.../json-schema-traverse/.travis.yml | 8 +
.../node_modules/json-schema-traverse/LICENSE | 21 +
.../json-schema-traverse/README.md | 69 +
.../json-schema-traverse/index.js | 81 +
.../json-schema-traverse/package.json | 70 +
.../json-schema-traverse/spec/.eslintrc.yml | 6 +
.../spec/fixtures/schema.js | 125 +
.../json-schema-traverse/spec/index.spec.js | 102 +
.../json-stable-stringify/.npmignore | 1 -
.../json-stable-stringify/.travis.yml | 4 -
.../json-stable-stringify/index.js | 84 -
.../json-stable-stringify/package.json | 74 -
.../json-stable-stringify/readme.markdown | 130 -
.../json-stable-stringify/test/replacer.js | 74 -
.../json-stable-stringify/test/space.js | 59 -
.../json-stable-stringify/test/str.js | 32 -
deps/npm/node_modules/jsonify/README.markdown | 34 -
deps/npm/node_modules/jsonify/index.js | 2 -
deps/npm/node_modules/jsonify/lib/parse.js | 273 --
.../npm/node_modules/jsonify/lib/stringify.js | 154 -
deps/npm/node_modules/jsonify/package.json | 62 -
deps/npm/node_modules/jsonify/test/parse.js | 16 -
.../node_modules/jsonify/test/stringify.js | 15 -
deps/npm/node_modules/libcipm/CHANGELOG.md | 10 +
deps/npm/node_modules/libcipm/package.json | 32 +-
.../node-gyp/.github/PULL_REQUEST_TEMPLATE.md | 2 +-
deps/npm/node_modules/node-gyp/CHANGELOG.md | 45 +
deps/npm/node_modules/node-gyp/README.md | 21 +-
deps/npm/node_modules/node-gyp/gyp/AUTHORS | 7 +-
.../node_modules/node-gyp/gyp/PRESUBMIT.py | 26 +-
.../node-gyp/gyp/pylib/gyp/MSVSSettings.py | 2 +-
.../node-gyp/gyp/pylib/gyp/generator/make.py | 21 +-
.../node-gyp/gyp/pylib/gyp/generator/ninja.py | 11 +-
.../node-gyp/gyp/pylib/gyp/xcode_emulation.py | 13 +
.../node_modules/node-gyp/lib/Find-VS2017.cs | 4 +-
.../node_modules/node-gyp/lib/configure.js | 10 +-
deps/npm/node_modules/node-gyp/package.json | 12 +-
.../node-gyp/test/process-exec-sync.js | 138 +
.../node_modules/node-gyp/test/test-addon.js | 4 +-
.../node-gyp/test/test-find-python.js | 20 +-
.../gyp/generator/compile_commands_json.py | 115 +
.../node_modules/performance-now/.travis.yml | 6 +-
.../npm/node_modules/performance-now/Makefile | 25 -
.../node_modules/performance-now/README.md | 20 +-
.../performance-now/lib/performance-now.js | 12 +-
.../lib/performance-now.js.map | 10 +
.../node_modules/performance-now/license.txt | 2 +-
.../node_modules/performance-now/package.json | 46 +-
.../performance-now/src/index.d.ts | 8 +
.../src/performance-now.coffee | 6 +-
.../test/performance-now.coffee | 69 +-
.../performance-now/test/scripts.coffee | 27 +
.../test/scripts/delayed-call.coffee | 11 +
.../test/scripts/delayed-require.coffee | 12 +
.../test/scripts/difference.coffee | 6 +
.../test/scripts/initial-value.coffee | 10 +
deps/npm/node_modules/qs/.editorconfig | 30 +
deps/npm/node_modules/qs/.jscs.json | 175 -
deps/npm/node_modules/qs/CHANGELOG.md | 51 +
deps/npm/node_modules/qs/README.md | 117 +-
deps/npm/node_modules/qs/dist/qs.js | 205 +-
deps/npm/node_modules/qs/lib/parse.js | 67 +-
deps/npm/node_modules/qs/lib/stringify.js | 15 +-
deps/npm/node_modules/qs/lib/utils.js | 125 +-
deps/npm/node_modules/qs/package.json | 34 +-
deps/npm/node_modules/qs/test/parse.js | 61 +-
deps/npm/node_modules/qs/test/stringify.js | 42 +-
deps/npm/node_modules/qs/test/utils.js | 12 +
deps/npm/node_modules/request/CHANGELOG.md | 37 +-
deps/npm/node_modules/request/README.md | 120 +-
deps/npm/node_modules/request/index.js | 27 +-
deps/npm/node_modules/request/lib/auth.js | 11 +-
deps/npm/node_modules/request/lib/cookies.js | 15 +-
.../request/lib/getProxyFromURI.js | 36 +-
deps/npm/node_modules/request/lib/har.js | 20 +-
deps/npm/node_modules/request/lib/hawk.js | 89 +
deps/npm/node_modules/request/lib/helpers.js | 20 +-
.../npm/node_modules/request/lib/multipart.js | 13 +-
deps/npm/node_modules/request/lib/oauth.js | 44 +-
.../node_modules/request/lib/querystring.js | 5 +-
deps/npm/node_modules/request/lib/redirect.js | 17 +-
deps/npm/node_modules/request/lib/tunnel.js | 51 +-
deps/npm/node_modules/request/package.json | 58 +-
deps/npm/node_modules/request/request.js | 223 +-
deps/npm/node_modules/sntp/.npmignore | 17 -
deps/npm/node_modules/sntp/.travis.yml | 4 -
deps/npm/node_modules/sntp/LICENSE | 28 -
deps/npm/node_modules/sntp/Makefile | 8 -
deps/npm/node_modules/sntp/README.md | 67 -
deps/npm/node_modules/sntp/examples/offset.js | 15 -
deps/npm/node_modules/sntp/examples/time.js | 24 -
deps/npm/node_modules/sntp/index.js | 1 -
deps/npm/node_modules/sntp/lib/index.js | 412 --
deps/npm/node_modules/sntp/package.json | 68 -
deps/npm/node_modules/sntp/test/index.js | 434 --
.../stringify-package/CHANGELOG.md | 6 +
.../node_modules/stringify-package/LICENSE | 13 +
.../node_modules/stringify-package/README.md | 55 +
.../stringify-package/index.js} | 0
.../stringify-package/package.json | 70 +
.../npm/node_modules/stringstream/.travis.yml | 4 -
.../npm/node_modules/stringstream/LICENSE.txt | 22 -
deps/npm/node_modules/stringstream/README.md | 38 -
deps/npm/node_modules/stringstream/example.js | 27 -
.../node_modules/stringstream/package.json | 51 -
.../node_modules/stringstream/stringstream.js | 102 -
deps/npm/node_modules/tar/README.md | 3 +
deps/npm/node_modules/tar/lib/header.js | 22 +-
deps/npm/node_modules/tar/lib/parse.js | 2 +-
deps/npm/node_modules/tar/lib/unpack.js | 8 +-
deps/npm/node_modules/tar/package.json | 22 +-
.../validate-npm-package-license/index.js | 12 +-
.../validate-npm-package-license/package.json | 36 +-
.../validate-npm-package-license/test.log | 3 -
deps/npm/package.json | 26 +-
deps/npm/scripts/changelog.js | 8 +-
deps/npm/scripts/install.sh | 2 +-
deps/npm/test/tap/audit.js | 268 ++
deps/npm/test/tap/version-prerelease-id.js | 61 +
575 files changed, 10008 insertions(+), 25469 deletions(-)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/.tonic_example.js (91%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/LICENSE (100%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/README.md (68%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/dist/ajv.bundle.js (69%)
create mode 100644 deps/npm/node_modules/ajv/dist/ajv.min.js
create mode 100644 deps/npm/node_modules/ajv/dist/ajv.min.js.map
create mode 100644 deps/npm/node_modules/ajv/dist/nodent.min.js
create mode 100644 deps/npm/node_modules/ajv/dist/regenerator.min.js
create mode 100644 deps/npm/node_modules/ajv/lib/$data.js
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/ajv.d.ts (50%)
create mode 100644 deps/npm/node_modules/ajv/lib/ajv.js
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/cache.js (100%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/compile/_rules.js (89%)
create mode 100644 deps/npm/node_modules/ajv/lib/compile/async.js
create mode 100644 deps/npm/node_modules/ajv/lib/compile/equal.js
create mode 100644 deps/npm/node_modules/ajv/lib/compile/error_classes.js
create mode 100644 deps/npm/node_modules/ajv/lib/compile/formats.js
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/compile/index.js (86%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/compile/resolve.js (73%)
create mode 100644 deps/npm/node_modules/ajv/lib/compile/rules.js
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/compile/schema_obj.js (100%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/compile/ucs2length.js (100%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/compile/util.js (89%)
create mode 100644 deps/npm/node_modules/ajv/lib/dot/_limit.jst
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/_limitItems.jst (100%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/_limitLength.jst (100%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/_limitProperties.jst (100%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/allOf.jst (100%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/anyOf.jst (96%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/coerce.def (100%)
rename deps/npm/node_modules/{har-validator/node_modules/ajv/lib/dot/v5/constant.jst => ajv/lib/dot/const.jst} (77%)
create mode 100644 deps/npm/node_modules/ajv/lib/dot/contains.jst
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/custom.jst (90%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/defaults.def (100%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/definitions.def (82%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/dependencies.jst (61%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/enum.jst (100%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/errors.def (93%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/format.jst (70%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/items.jst (98%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/missing.def (53%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/multipleOf.jst (100%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/not.jst (100%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/oneOf.jst (96%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/pattern.jst (100%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/properties.jst (83%)
create mode 100644 deps/npm/node_modules/ajv/lib/dot/propertyNames.jst
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/ref.jst (79%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/required.jst (82%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/uniqueItems.jst (100%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dot/validate.jst (54%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/README.md (100%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/_limit.js (57%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/_limitItems.js (94%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/_limitLength.js (95%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/_limitProperties.js (97%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/allOf.js (94%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/anyOf.js (81%)
rename deps/npm/node_modules/{har-validator/node_modules/ajv/lib/dotjs/constant.js => ajv/lib/dotjs/const.js} (82%)
create mode 100644 deps/npm/node_modules/ajv/lib/dotjs/contains.js
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/custom.js (92%)
create mode 100644 deps/npm/node_modules/ajv/lib/dotjs/dependencies.js
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/enum.js (95%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/format.js (79%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/items.js (96%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/multipleOf.js (93%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/not.js (98%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/oneOf.js (82%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/pattern.js (95%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/properties.js (81%)
create mode 100644 deps/npm/node_modules/ajv/lib/dotjs/propertyNames.js
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/ref.js (83%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/required.js (84%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/dotjs/uniqueItems.js (95%)
create mode 100644 deps/npm/node_modules/ajv/lib/dotjs/validate.js
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/keyword.js (90%)
create mode 100644 deps/npm/node_modules/ajv/lib/patternGroups.js
create mode 100644 deps/npm/node_modules/ajv/lib/refs/$data.json
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/refs/json-schema-draft-04.json (100%)
create mode 100644 deps/npm/node_modules/ajv/lib/refs/json-schema-draft-06.json
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/lib/refs/json-schema-v5.json (72%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/package.json (73%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/scripts/.eslintrc.yml (100%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/scripts/bundle.js (73%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/scripts/compile-dots.js (96%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/scripts/info (100%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/scripts/prepare-tests (100%)
rename deps/npm/node_modules/{har-validator/node_modules => }/ajv/scripts/travis-gh-pages (100%)
delete mode 100644 deps/npm/node_modules/boom/.npmignore
delete mode 100755 deps/npm/node_modules/boom/.travis.yml
delete mode 100644 deps/npm/node_modules/boom/CONTRIBUTING.md
delete mode 100755 deps/npm/node_modules/boom/LICENSE
delete mode 100755 deps/npm/node_modules/boom/README.md
delete mode 100755 deps/npm/node_modules/boom/images/boom.png
delete mode 100755 deps/npm/node_modules/boom/lib/index.js
delete mode 100644 deps/npm/node_modules/boom/package.json
delete mode 100755 deps/npm/node_modules/boom/test/index.js
delete mode 100644 deps/npm/node_modules/colors/index.d.ts
delete mode 100644 deps/npm/node_modules/colors/lib/system/has-flag.js
delete mode 100644 deps/npm/node_modules/colors/safe.d.ts
delete mode 100644 deps/npm/node_modules/cryptiles/.npmignore
delete mode 100755 deps/npm/node_modules/cryptiles/.travis.yml
delete mode 100755 deps/npm/node_modules/cryptiles/LICENSE
delete mode 100644 deps/npm/node_modules/cryptiles/README.md
delete mode 100755 deps/npm/node_modules/cryptiles/lib/index.js
delete mode 100755 deps/npm/node_modules/cryptiles/package.json
delete mode 100755 deps/npm/node_modules/cryptiles/test/index.js
create mode 100644 deps/npm/node_modules/fast-deep-equal/LICENSE
create mode 100644 deps/npm/node_modules/fast-deep-equal/README.md
create mode 100644 deps/npm/node_modules/fast-deep-equal/index.d.ts
create mode 100644 deps/npm/node_modules/fast-deep-equal/index.js
create mode 100644 deps/npm/node_modules/fast-deep-equal/package.json
create mode 100644 deps/npm/node_modules/fast-json-stable-stringify/.eslintrc.yml
create mode 100644 deps/npm/node_modules/fast-json-stable-stringify/.npmignore
create mode 100644 deps/npm/node_modules/fast-json-stable-stringify/.travis.yml
rename deps/npm/node_modules/{json-stable-stringify => fast-json-stable-stringify}/LICENSE (100%)
create mode 100644 deps/npm/node_modules/fast-json-stable-stringify/README.md
create mode 100644 deps/npm/node_modules/fast-json-stable-stringify/benchmark/index.js
create mode 100644 deps/npm/node_modules/fast-json-stable-stringify/benchmark/test.json
rename deps/npm/node_modules/{json-stable-stringify => fast-json-stable-stringify}/example/key_cmp.js (100%)
rename deps/npm/node_modules/{json-stable-stringify => fast-json-stable-stringify}/example/nested.js (100%)
rename deps/npm/node_modules/{json-stable-stringify => fast-json-stable-stringify}/example/str.js (100%)
rename deps/npm/node_modules/{json-stable-stringify => fast-json-stable-stringify}/example/value_cmp.js (100%)
create mode 100644 deps/npm/node_modules/fast-json-stable-stringify/index.js
create mode 100644 deps/npm/node_modules/fast-json-stable-stringify/package.json
rename deps/npm/node_modules/{json-stable-stringify => fast-json-stable-stringify}/test/cmp.js (95%)
rename deps/npm/node_modules/{json-stable-stringify => fast-json-stable-stringify}/test/nested.js (72%)
create mode 100644 deps/npm/node_modules/fast-json-stable-stringify/test/str.js
rename deps/npm/node_modules/{json-stable-stringify => fast-json-stable-stringify}/test/to-json.js (55%)
create mode 100644 deps/npm/node_modules/form-data/README.md.bak
rename deps/npm/node_modules/har-validator/{src => lib}/async.js (50%)
delete mode 100644 deps/npm/node_modules/har-validator/lib/browser/async.js
delete mode 100644 deps/npm/node_modules/har-validator/lib/browser/error.js
delete mode 100644 deps/npm/node_modules/har-validator/lib/browser/promise.js
rename deps/npm/node_modules/har-validator/{src => lib}/error.js (75%)
delete mode 100644 deps/npm/node_modules/har-validator/lib/node4/async.js
delete mode 100644 deps/npm/node_modules/har-validator/lib/node4/error.js
delete mode 100644 deps/npm/node_modules/har-validator/lib/node4/promise.js
delete mode 100644 deps/npm/node_modules/har-validator/lib/node6/async.js
delete mode 100644 deps/npm/node_modules/har-validator/lib/node6/error.js
delete mode 100644 deps/npm/node_modules/har-validator/lib/node6/promise.js
delete mode 100644 deps/npm/node_modules/har-validator/lib/node7/async.js
delete mode 100644 deps/npm/node_modules/har-validator/lib/node7/error.js
delete mode 100644 deps/npm/node_modules/har-validator/lib/node7/promise.js
create mode 100644 deps/npm/node_modules/har-validator/lib/promise.js
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/dist/ajv.min.js
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/dist/ajv.min.js.map
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/dist/nodent.min.js
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/dist/regenerator.min.js
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/lib/ajv.js
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/lib/async.js
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/equal.js
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/formats.js
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/rules.js
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/validation_error.js
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/lib/dot/_limit.jst
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/lib/dot/v5/_formatLimit.jst
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/lib/dot/v5/patternRequired.jst
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/lib/dot/v5/switch.jst
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/_formatLimit.js
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/dependencies.js
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/patternRequired.js
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/switch.js
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/validate.js
delete mode 100644 deps/npm/node_modules/har-validator/node_modules/ajv/lib/v5.js
delete mode 100644 deps/npm/node_modules/har-validator/src/promise.js
delete mode 100644 deps/npm/node_modules/hawk/.npmignore
delete mode 100755 deps/npm/node_modules/hawk/.travis.yml
delete mode 100755 deps/npm/node_modules/hawk/LICENSE
delete mode 100755 deps/npm/node_modules/hawk/README.md
delete mode 100644 deps/npm/node_modules/hawk/bower.json
delete mode 100644 deps/npm/node_modules/hawk/component.json
delete mode 100644 deps/npm/node_modules/hawk/dist/client.js
delete mode 100755 deps/npm/node_modules/hawk/example/usage.js
delete mode 100755 deps/npm/node_modules/hawk/images/hawk.png
delete mode 100755 deps/npm/node_modules/hawk/images/logo.png
delete mode 100755 deps/npm/node_modules/hawk/lib/browser.js
delete mode 100755 deps/npm/node_modules/hawk/lib/client.js
delete mode 100755 deps/npm/node_modules/hawk/lib/crypto.js
delete mode 100755 deps/npm/node_modules/hawk/lib/index.js
delete mode 100755 deps/npm/node_modules/hawk/lib/server.js
delete mode 100755 deps/npm/node_modules/hawk/lib/utils.js
delete mode 100755 deps/npm/node_modules/hawk/package.json
delete mode 100755 deps/npm/node_modules/hawk/test/browser.js
delete mode 100755 deps/npm/node_modules/hawk/test/client.js
delete mode 100755 deps/npm/node_modules/hawk/test/crypto.js
delete mode 100755 deps/npm/node_modules/hawk/test/index.js
delete mode 100755 deps/npm/node_modules/hawk/test/readme.js
delete mode 100755 deps/npm/node_modules/hawk/test/server.js
delete mode 100755 deps/npm/node_modules/hawk/test/uri.js
delete mode 100755 deps/npm/node_modules/hawk/test/utils.js
delete mode 100644 deps/npm/node_modules/hoek/.npmignore
delete mode 100644 deps/npm/node_modules/hoek/.travis.yml
delete mode 100644 deps/npm/node_modules/hoek/CONTRIBUTING.md
delete mode 100644 deps/npm/node_modules/hoek/LICENSE
delete mode 100644 deps/npm/node_modules/hoek/README.md
delete mode 100644 deps/npm/node_modules/hoek/images/hoek.png
delete mode 100644 deps/npm/node_modules/hoek/lib/escape.js
delete mode 100644 deps/npm/node_modules/hoek/lib/index.js
delete mode 100644 deps/npm/node_modules/hoek/package.json
delete mode 100644 deps/npm/node_modules/hoek/test/escaper.js
delete mode 100644 deps/npm/node_modules/hoek/test/index.js
delete mode 100644 deps/npm/node_modules/hoek/test/modules/ignore.txt
delete mode 100644 deps/npm/node_modules/hoek/test/modules/test1.js
delete mode 100644 deps/npm/node_modules/hoek/test/modules/test2.js
delete mode 100644 deps/npm/node_modules/hoek/test/modules/test3.js
create mode 100644 deps/npm/node_modules/json-schema-traverse/.eslintrc.yml
create mode 100644 deps/npm/node_modules/json-schema-traverse/.npmignore
create mode 100644 deps/npm/node_modules/json-schema-traverse/.travis.yml
create mode 100644 deps/npm/node_modules/json-schema-traverse/LICENSE
create mode 100644 deps/npm/node_modules/json-schema-traverse/README.md
create mode 100644 deps/npm/node_modules/json-schema-traverse/index.js
create mode 100644 deps/npm/node_modules/json-schema-traverse/package.json
create mode 100644 deps/npm/node_modules/json-schema-traverse/spec/.eslintrc.yml
create mode 100644 deps/npm/node_modules/json-schema-traverse/spec/fixtures/schema.js
create mode 100644 deps/npm/node_modules/json-schema-traverse/spec/index.spec.js
delete mode 100644 deps/npm/node_modules/json-stable-stringify/.npmignore
delete mode 100644 deps/npm/node_modules/json-stable-stringify/.travis.yml
delete mode 100644 deps/npm/node_modules/json-stable-stringify/index.js
delete mode 100644 deps/npm/node_modules/json-stable-stringify/package.json
delete mode 100644 deps/npm/node_modules/json-stable-stringify/readme.markdown
delete mode 100644 deps/npm/node_modules/json-stable-stringify/test/replacer.js
delete mode 100644 deps/npm/node_modules/json-stable-stringify/test/space.js
delete mode 100644 deps/npm/node_modules/json-stable-stringify/test/str.js
delete mode 100644 deps/npm/node_modules/jsonify/README.markdown
delete mode 100644 deps/npm/node_modules/jsonify/index.js
delete mode 100644 deps/npm/node_modules/jsonify/lib/parse.js
delete mode 100644 deps/npm/node_modules/jsonify/lib/stringify.js
delete mode 100644 deps/npm/node_modules/jsonify/package.json
delete mode 100644 deps/npm/node_modules/jsonify/test/parse.js
delete mode 100644 deps/npm/node_modules/jsonify/test/stringify.js
create mode 100644 deps/npm/node_modules/node-gyp/test/process-exec-sync.js
create mode 100644 deps/npm/node_modules/node-gyp/tools/gyp/pylib/gyp/generator/compile_commands_json.py
delete mode 100644 deps/npm/node_modules/performance-now/Makefile
create mode 100644 deps/npm/node_modules/performance-now/lib/performance-now.js.map
create mode 100644 deps/npm/node_modules/performance-now/src/index.d.ts
create mode 100644 deps/npm/node_modules/performance-now/test/scripts.coffee
create mode 100755 deps/npm/node_modules/performance-now/test/scripts/delayed-call.coffee
create mode 100755 deps/npm/node_modules/performance-now/test/scripts/delayed-require.coffee
create mode 100755 deps/npm/node_modules/performance-now/test/scripts/difference.coffee
create mode 100755 deps/npm/node_modules/performance-now/test/scripts/initial-value.coffee
create mode 100644 deps/npm/node_modules/qs/.editorconfig
delete mode 100644 deps/npm/node_modules/qs/.jscs.json
create mode 100644 deps/npm/node_modules/request/lib/hawk.js
delete mode 100644 deps/npm/node_modules/sntp/.npmignore
delete mode 100755 deps/npm/node_modules/sntp/.travis.yml
delete mode 100755 deps/npm/node_modules/sntp/LICENSE
delete mode 100755 deps/npm/node_modules/sntp/Makefile
delete mode 100755 deps/npm/node_modules/sntp/README.md
delete mode 100755 deps/npm/node_modules/sntp/examples/offset.js
delete mode 100755 deps/npm/node_modules/sntp/examples/time.js
delete mode 100755 deps/npm/node_modules/sntp/index.js
delete mode 100755 deps/npm/node_modules/sntp/lib/index.js
delete mode 100755 deps/npm/node_modules/sntp/package.json
delete mode 100755 deps/npm/node_modules/sntp/test/index.js
create mode 100644 deps/npm/node_modules/stringify-package/CHANGELOG.md
create mode 100644 deps/npm/node_modules/stringify-package/LICENSE
create mode 100644 deps/npm/node_modules/stringify-package/README.md
rename deps/npm/{lib/utils/stringify-package.js => node_modules/stringify-package/index.js} (100%)
create mode 100644 deps/npm/node_modules/stringify-package/package.json
delete mode 100644 deps/npm/node_modules/stringstream/.travis.yml
delete mode 100644 deps/npm/node_modules/stringstream/LICENSE.txt
delete mode 100644 deps/npm/node_modules/stringstream/README.md
delete mode 100644 deps/npm/node_modules/stringstream/example.js
delete mode 100644 deps/npm/node_modules/stringstream/package.json
delete mode 100644 deps/npm/node_modules/stringstream/stringstream.js
delete mode 100644 deps/npm/node_modules/validate-npm-package-license/test.log
create mode 100644 deps/npm/test/tap/audit.js
create mode 100644 deps/npm/test/tap/version-prerelease-id.js
diff --git a/deps/npm/AUTHORS b/deps/npm/AUTHORS
index 4b9b627102d6bc..5ae812e422f19a 100644
--- a/deps/npm/AUTHORS
+++ b/deps/npm/AUTHORS
@@ -584,3 +584,15 @@ Geoffrey Mattie
Luis Lobo Borobia
Aaron Tribou
刘祺
+Brad Johnson
+Artem Varaksa
+Mary
+Darryl Pogue
+Rick Schubert
+Daniel W
+XhmikosR
+Martin Kühl
+Valentin Ouvrard
+Noah Benham
+Brian Olore
+Mat Warger
diff --git a/deps/npm/CHANGELOG.md b/deps/npm/CHANGELOG.md
index f07b39a2e5565a..ee916c3e027cdb 100644
--- a/deps/npm/CHANGELOG.md
+++ b/deps/npm/CHANGELOG.md
@@ -1,3 +1,177 @@
+## v6.4.0 (2018-09-08):
+
+### NEW FEATURES
+
+* [`6e9f04b0b`](https://github.com/npm/cli/commit/6e9f04b0baed007169d4e0c341f097cf133debf7)
+ [npm/cli#8](https://github.com/npm/cli/pull/8)
+ Search for authentication token defined by environment variables by preventing
+ the translation layer from env variable to npm option from breaking
+ `:_authToken`.
+ ([@mkhl](https://github.com/mkhl))
+* [`84bfd23e7`](https://github.com/npm/cli/commit/84bfd23e7d6434d30595594723a6e1976e84b022)
+ [npm/cli#35](https://github.com/npm/cli/pull/35)
+ Stop filtering out non-IPv4 addresses from `local-addrs`, making npm actually
+ use IPv6 addresses when it must.
+ ([@valentin2105](https://github.com/valentin2105))
+* [`792c8c709`](https://github.com/npm/cli/commit/792c8c709dc7a445687aa0c8cba5c50bc4ed83fd)
+ [npm/cli#31](https://github.com/npm/cli/pull/31)
+ configurable audit level for non-zero exit
+ `npm audit` currently exits with exit code 1 if any vulnerabilities are found of any level.
+ Add a flag of `--audit-level` to `npm audit` to allow it to pass if only vulnerabilities below a certain level are found.
+ Example: `npm audit --audit-level=high` will exit with 0 if only low or moderate level vulns are detected.
+ ([@lennym](https://github.com/lennym))
+
+### BUGFIXES
+
+* [`d81146181`](https://github.com/npm/cli/commit/d8114618137bb5b9a52a86711bb8dc18bfc8e60c)
+ [npm/cli#32](https://github.com/npm/cli/pull/32)
+ Don't check for updates to npm when we are updating npm itself.
+ ([@olore](https://github.com/olore))
+
+### DEPENDENCY UPDATES
+
+A very special dependency update event! Since the [release of
+`node-gyp@3.8.0`](https://github.com/nodejs/node-gyp/pull/1521), an awkward
+version conflict that was preventing `request` from begin flattened was
+resolved. This means two things:
+
+1. We've cut down the npm tarball size by another 200kb, to 4.6MB
+2. `npm audit` now shows no vulnerabilities for npm itself!
+
+Thanks, [@rvagg](https://github.com/rvagg)!
+
+* [`866d776c2`](https://github.com/npm/cli/commit/866d776c27f80a71309389aaab42825b2a0916f6)
+ `request@2.87.0`
+ ([@simov](https://github.com/simov))
+* [`f861c2b57`](https://github.com/npm/cli/commit/f861c2b579a9d4feae1653222afcefdd4f0e978f)
+ `node-gyp@3.8.0`
+ ([@rvagg](https://github.com/rvagg))
+* [`32e6947c6`](https://github.com/npm/cli/commit/32e6947c60db865257a0ebc2f7e754fedf7a6fc9)
+ [npm/cli#39](https://github.com/npm/cli/pull/39)
+ `colors@1.1.2`:
+ REVERT REVERT, newer versions of this library are broken and print ansi
+ codes even when disabled.
+ ([@iarna](https://github.com/iarna))
+* [`beb96b92c`](https://github.com/npm/cli/commit/beb96b92caf061611e3faafc7ca10e77084ec335)
+ `libcipm@2.0.1`
+ ([@zkat](https://github.com/zkat))
+* [`348fc91ad`](https://github.com/npm/cli/commit/348fc91ad223ff91cd7bcf233018ea1d979a2af1)
+ `validate-npm-package-license@3.0.4`: Fixes errors with empty or string-only
+ license fields.
+ ([@Gudahtt](https://github.com/Gudahtt))
+* [`e57d34575`](https://github.com/npm/cli/commit/e57d3457547ef464828fc6f82ae4750f3e511550)
+ `iferr@1.0.2`
+ ([@shesek](https://github.com/shesek))
+* [`46f1c6ad4`](https://github.com/npm/cli/commit/46f1c6ad4b2fd5b0d7ec879b76b76a70a3a2595c)
+ `tar@4.4.6`
+ ([@isaacs](https://github.com/isaacs))
+* [`50df1bf69`](https://github.com/npm/cli/commit/50df1bf691e205b9f13e0fff0d51a68772c40561)
+ `hosted-git-info@2.7.1`
+ ([@iarna](https://github.com/iarna))
+ ([@Erveon](https://github.com/Erveon))
+ ([@huochunpeng](https://github.com/huochunpeng))
+
+### DOCUMENTATION
+
+* [`af98e76ed`](https://github.com/npm/cli/commit/af98e76ed96af780b544962aa575585b3fa17b9a)
+ [npm/cli#34](https://github.com/npm/cli/pull/34)
+ Remove `npm publish` from list of commands not affected by `--dry-run`.
+ ([@joebowbeer](https://github.com/joebowbeer))
+* [`e2b0f0921`](https://github.com/npm/cli/commit/e2b0f092193c08c00f12a6168ad2bd9d6e16f8ce)
+ [npm/cli#36](https://github.com/npm/cli/pull/36)
+ Tweak formatting in repository field examples.
+ ([@noahbenham](https://github.com/noahbenham))
+* [`e2346e770`](https://github.com/npm/cli/commit/e2346e7702acccefe6d711168c2b0e0e272e194a)
+ [npm/cli#14](https://github.com/npm/cli/pull/14)
+ Used `process.env` examples to make accessing certain `npm run-scripts`
+ environment variables more clear.
+ ([@mwarger](https://github.com/mwarger))
+
+## v6.3.0 (2018-08-01):
+
+This is basically the same as the prerelease, but two dependencies have been
+bumped due to bugs that had been around for a while.
+
+* [`0a22be42e`](https://github.com/npm/cli/commit/0a22be42eb0d40cd0bd87e68c9e28fc9d72c0e19)
+ `figgy-pudding@3.2.0`
+ ([@zkat](https://github.com/zkat))
+* [`0096f6997`](https://github.com/npm/cli/commit/0096f69978d2f40b170b28096f269b0b0008a692)
+ `cacache@11.1.0`
+ ([@zkat](https://github.com/zkat))
+
+## v6.3.0-next.0 (2018-07-25):
+
+### NEW FEATURES
+
+* [`ad0dd226f`](https://github.com/npm/cli/commit/ad0dd226fb97a33dcf41787ae7ff282803fb66f2)
+ [npm/cli#26](https://github.com/npm/cli/pull/26)
+ `npm version` now supports a `--preid` option to specify the preid for
+ prereleases. For example, `npm version premajor --preid rc` will tag a version
+ like `2.0.0-rc.0`.
+ ([@dwilches](https://github.com/dwilches))
+
+### MESSAGING IMPROVEMENTS
+
+* [`c1dad1e99`](https://github.com/npm/cli/commit/c1dad1e994827f2eab7a13c0f6454f4e4c22ebc2)
+ [npm/cli#6](https://github.com/npm/cli/pull/6)
+ Make `npm audit fix` message provide better instructions for vulnerabilities
+ that require manual review.
+ ([@bradsk88](https://github.com/bradsk88))
+* [`15c1130fe`](https://github.com/npm/cli/commit/15c1130fe81961706667d845aad7a5a1f70369f3)
+ Fix missing colon next to tarball url in new `npm view` output.
+ ([@zkat](https://github.com/zkat))
+* [`21cf0ab68`](https://github.com/npm/cli/commit/21cf0ab68cf528d5244ae664133ef400bdcfbdb6)
+ [npm/cli#24](https://github.com/npm/cli/pull/24)
+ Use the defaut OTP explanation everywhere except when the context is
+ "OTP-aware" (like when setting double-authentication). This improves the
+ overall CLI messaging when prompting for an OTP code.
+ ([@jdeniau](https://github.com/jdeniau))
+
+### MISC
+
+* [`a9ac8712d`](https://github.com/npm/cli/commit/a9ac8712dfafcb31a4e3deca24ddb92ff75e942d)
+ [npm/cli#21](https://github.com/npm/cli/pull/21)
+ Use the extracted `stringify-package` package.
+ ([@dpogue](https://github.com/dpogue))
+* [`9db15408c`](https://github.com/npm/cli/commit/9db15408c60be788667cafc787116555507dc433)
+ [npm/cli#27](https://github.com/npm/cli/pull/27)
+ `wrappy` was previously added to dependencies in order to flatten it, but we
+ no longer do legacy-style for npm itself, so it has been removed from
+ `package.json`.
+ ([@rickschubert](https://github.com/rickschubert))
+
+### DOCUMENTATION
+
+* [`3242baf08`](https://github.com/npm/cli/commit/3242baf0880d1cdc0e20b546d3c1da952e474444)
+ [npm/cli#13](https://github.com/npm/cli/pull/13)
+ Update more dead links in README.md.
+ ([@u32i64](https://github.com/u32i64))
+* [`06580877b`](https://github.com/npm/cli/commit/06580877b6023643ec780c19d84fbe120fe5425c)
+ [npm/cli#19](https://github.com/npm/cli/pull/19)
+ Update links in docs' `index.html` to refer to new bug/PR URLs.
+ ([@watilde](https://github.com/watilde))
+* [`ca03013c2`](https://github.com/npm/cli/commit/ca03013c23ff38e12902e9569a61265c2d613738)
+ [npm/cli#15](https://github.com/npm/cli/pull/15)
+ Fix some typos in file-specifiers docs.
+ ([@Mstrodl](https://github.com/Mstrodl))
+* [`4f39f79bc`](https://github.com/npm/cli/commit/4f39f79bcacef11bf2f98d09730bc94d0379789b)
+ [npm/cli#16](https://github.com/npm/cli/pull/16)
+ Fix some typos in file-specifiers and package-lock docs.
+ ([@watilde](https://github.com/watilde))
+* [`35e51f79d`](https://github.com/npm/cli/commit/35e51f79d1a285964aad44f550811aa9f9a72cd8)
+ [npm/cli#18](https://github.com/npm/cli/pull/18)
+ Update build status badge url in README.
+ ([@watilde](https://github.com/watilde))
+* [`a67db5607`](https://github.com/npm/cli/commit/a67db5607ba2052b4ea44f66657f98b758fb4786)
+ [npm/cli#17](https://github.com/npm/cli/pull/17/)
+ Replace TROUBLESHOOTING.md with [posts in
+ npm.community](https://npm.community/c/support/troubleshooting).
+ ([@watilde](https://github.com/watilde))
+* [`e115f9de6`](https://github.com/npm/cli/commit/e115f9de65bf53711266152fc715a5012f7d3462)
+ [npm/cli#7](https://github.com/npm/cli/pull/7)
+ Use https URLs in documentation when appropriate. Happy [Not Secure Day](https://arstechnica.com/gadgets/2018/07/todays-the-day-that-chrome-brands-plain-old-http-as-not-secure/)!
+ ([@XhmikosR](https://github.com/XhmikosR))
+
## v6.2.0 (2018-07-13):
In case you missed it, [we
@@ -13,7 +187,8 @@ quite ready on time but that we'd still like to include. Enjoy!
* [`244b18380`](https://github.com/npm/npm/commit/244b18380ee55950b13c293722771130dbad70de)
[#20554](https://github.com/npm/npm/pull/20554)
- add support for --parseable output
+ Add support for tab-separated output for `npm audit` data with the
+ `--parseable` flag.
([@luislobo](https://github.com/luislobo))
* [`7984206e2`](https://github.com/npm/npm/commit/7984206e2f41b8d8361229cde88d68f0c96ed0b8)
[#12697](https://github.com/npm/npm/pull/12697)
diff --git a/deps/npm/CONTRIBUTING.md b/deps/npm/CONTRIBUTING.md
index f412dc93ed82b8..3fc4ff5dc7a828 100644
--- a/deps/npm/CONTRIBUTING.md
+++ b/deps/npm/CONTRIBUTING.md
@@ -35,7 +35,7 @@ This includes anyone who may show up to the npm/npm repo with issues, PRs, comme
* Comment on issues when they have a reference to the answer.
* If community members aren't sure they are correct and don't have a reference to the answer, please leave the issue and try another one.
* Defer to collaborators and npm employees for answers.
-* Make sure to search for [the troubleshooting doc](./TROUBLESHOOTING.md) and search on the issue tracker for similar issues before opening a new one.
+* Make sure to search for [the troubleshooting posts on npm.community](https://npm.community/c/support/troubleshooting) and search on the issue tracker for similar issues before opening a new one.
* Any users with urgent support needs are welcome to email support@npmjs.com, and our dedicated support team will be happy to help.
PLEASE don't @ collaborators or npm employees on issues. The CLI team is small, and has many outstanding commitments to fulfill.
diff --git a/deps/npm/README.md b/deps/npm/README.md
index 87aab26d90bc40..22f046f1a85dec 100644
--- a/deps/npm/README.md
+++ b/deps/npm/README.md
@@ -1,7 +1,7 @@
npm(1) -- a JavaScript package manager
==============================
-[![Build Status](https://img.shields.io/travis/npm/npm/latest.svg)](https://travis-ci.org/npm/npm)
+[![Build Status](https://img.shields.io/travis/npm/cli/latest.svg)](https://travis-ci.org/npm/cli)
## SYNOPSIS
@@ -88,7 +88,7 @@ experience if you run a recent version of npm. To upgrade, either use [Microsoft
upgrade tool](https://github.com/felixrieseberg/npm-windows-upgrade),
[download a new version of Node](https://nodejs.org/en/download/),
or follow the Windows upgrade instructions in the
-[npm Troubleshooting Guide](./TROUBLESHOOTING.md).
+[Installing/upgrading npm](https://npm.community/t/installing-upgrading-npm/251/2) post.
If that's not fancy enough for you, then you can fetch the code with
git, and mess with it directly.
diff --git a/deps/npm/bin/npm-cli.js b/deps/npm/bin/npm-cli.js
index a38009d276e3bb..e4da63c9795d31 100755
--- a/deps/npm/bin/npm-cli.js
+++ b/deps/npm/bin/npm-cli.js
@@ -69,12 +69,15 @@
npm.command = 'help'
}
+ var isGlobalNpmUpdate = conf.global && ['install', 'update'].includes(npm.command) && npm.argv.includes('npm')
+
// now actually fire up npm and run the command.
// this is how to use npm programmatically:
conf._exit = true
npm.load(conf, function (er) {
if (er) return errorHandler(er)
if (
+ !isGlobalNpmUpdate &&
npm.config.get('update-notifier') &&
!unsupported.checkVersion(process.version).unsupported
) {
diff --git a/deps/npm/doc/cli/npm-hook.md b/deps/npm/doc/cli/npm-hook.md
index 34deecaf921bfd..519287242574a0 100644
--- a/deps/npm/doc/cli/npm-hook.md
+++ b/deps/npm/doc/cli/npm-hook.md
@@ -48,7 +48,7 @@ $ npm hook rm id-deadbeef
## DESCRIPTION
Allows you to manage [npm
-hooks](http://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm),
+hooks](https://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm),
including adding, removing, listing, and updating.
Hooks allow you to configure URL endpoints that will be notified whenever a
@@ -69,4 +69,4 @@ request came from your own configured hook.
## SEE ALSO
-* ["Introducing Hooks" blog post](http://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm)
+* ["Introducing Hooks" blog post](https://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm)
diff --git a/deps/npm/doc/cli/npm-run-script.md b/deps/npm/doc/cli/npm-run-script.md
index dc2c93ef94968b..18c5736604fa79 100644
--- a/deps/npm/doc/cli/npm-run-script.md
+++ b/deps/npm/doc/cli/npm-run-script.md
@@ -15,9 +15,9 @@ used by the test, start, restart, and stop commands, but can be called
directly, as well. When the scripts in the package are printed out, they're
separated into lifecycle (test, start, restart) and directly-run scripts.
-As of [`npm@2.0.0`](http://blog.npmjs.org/post/98131109725/npm-2-0-0), you can
+As of [`npm@2.0.0`](https://blog.npmjs.org/post/98131109725/npm-2-0-0), you can
use custom arguments when executing scripts. The special option `--` is used by
-[getopt](http://goo.gl/KxMmtG) to delimit the end of the options. npm will pass
+[getopt](https://goo.gl/KxMmtG) to delimit the end of the options. npm will pass
all the arguments after the `--` directly to your script:
npm run test -- --grep="pattern"
diff --git a/deps/npm/doc/cli/npm-start.md b/deps/npm/doc/cli/npm-start.md
index 94c468c296dfda..e43f02149935a9 100644
--- a/deps/npm/doc/cli/npm-start.md
+++ b/deps/npm/doc/cli/npm-start.md
@@ -11,7 +11,7 @@ This runs an arbitrary command specified in the package's `"start"` property of
its `"scripts"` object. If no `"start"` property is specified on the
`"scripts"` object, it will run `node server.js`.
-As of [`npm@2.0.0`](http://blog.npmjs.org/post/98131109725/npm-2-0-0), you can
+As of [`npm@2.0.0`](https://blog.npmjs.org/post/98131109725/npm-2-0-0), you can
use custom arguments when executing scripts. Refer to npm-run-script(1) for
more details.
diff --git a/deps/npm/doc/cli/npm-version.md b/deps/npm/doc/cli/npm-version.md
index f1a9bfccda6695..4cbc51eddd030b 100644
--- a/deps/npm/doc/cli/npm-version.md
+++ b/deps/npm/doc/cli/npm-version.md
@@ -3,7 +3,7 @@ npm-version(1) -- Bump a package version
## SYNOPSIS
- npm version [ | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]
+ npm version [ | major | minor | patch | premajor | preminor | prepatch | prerelease [--preid=] | from-git]
'npm [-v | --version]' to print npm version
'npm view version' to view a package's published version
diff --git a/deps/npm/doc/cli/npm.md b/deps/npm/doc/cli/npm.md
index 82f78a0f9b94ab..43f029c5b23bd1 100644
--- a/deps/npm/doc/cli/npm.md
+++ b/deps/npm/doc/cli/npm.md
@@ -140,7 +140,7 @@ reproduction to report.
[Isaac Z. Schlueter](http://blog.izs.me/) ::
[isaacs](https://github.com/isaacs/) ::
-[@izs](http://twitter.com/izs) ::
+[@izs](https://twitter.com/izs) ::
## SEE ALSO
diff --git a/deps/npm/doc/files/package.json.md b/deps/npm/doc/files/package.json.md
index d1fbe525418adf..dd6492af084303 100644
--- a/deps/npm/doc/files/package.json.md
+++ b/deps/npm/doc/files/package.json.md
@@ -106,7 +106,7 @@ Ideally you should pick one that is
[OSI](https://opensource.org/licenses/alphabetical) approved.
If your package is licensed under multiple common licenses, use an [SPDX license
-expression syntax version 2.0 string](https://npmjs.com/package/spdx), like this:
+expression syntax version 2.0 string](https://www.npmjs.com/package/spdx), like this:
{ "license" : "(ISC OR GPL-3.0)" }
@@ -366,15 +366,15 @@ command will be able to find you.
Do it like this:
- "repository" :
- { "type" : "git"
- , "url" : "https://github.com/npm/cli.git"
- }
+ "repository": {
+ "type" : "git",
+ "url" : "https://github.com/npm/cli.git"
+ }
- "repository" :
- { "type" : "svn"
- , "url" : "https://v8.googlecode.com/svn/trunk/"
- }
+ "repository": {
+ "type" : "svn",
+ "url" : "https://v8.googlecode.com/svn/trunk/"
+ }
The URL should be a publicly available (perhaps read-only) url that can be handed
directly to a VCS program without any modification. It should not be a url to an
@@ -608,7 +608,7 @@ Trying to install another plugin with a conflicting requirement will cause an
error. For this reason, make sure your plugin requirement is as broad as
possible, and not to lock it down to specific patch versions.
-Assuming the host complies with [semver](http://semver.org/), only changes in
+Assuming the host complies with [semver](https://semver.org/), only changes in
the host package's major version will break your plugin. Thus, if you've worked
with every 1.x version of the host package, use `"^1.0"` or `"1.x"` to express
this. If you depend on features introduced in 1.5.2, use `">= 1.5.2 < 2"`.
diff --git a/deps/npm/doc/misc/npm-config.md b/deps/npm/doc/misc/npm-config.md
index 45aaf9be9df2cc..09869342311464 100644
--- a/deps/npm/doc/misc/npm-config.md
+++ b/deps/npm/doc/misc/npm-config.md
@@ -164,6 +164,14 @@ When "true" submit audit reports alongside `npm install` runs to the default
registry and all registries configured for scopes. See the documentation
for npm-audit(1) for details on what is submitted.
+### audit-level
+
+* Default: `"low"`
+* Type: `'low'`, `'moderate'`, `'high'`, `'critical'`
+
+The minimum level of vulnerability for `npm audit` to exit with
+a non-zero exit code.
+
### auth-type
* Default: `'legacy'`
@@ -331,8 +339,8 @@ Install `dev-dependencies` along with packages.
Indicates that you don't want npm to make any changes and that it should
only report what it would have done. This can be passed into any of the
commands that modify your local installation, eg, `install`, `update`,
-`dedupe`, `uninstall`. This is NOT currently honored by network related
-commands, eg `dist-tags`, `owner`, `publish`, etc.
+`dedupe`, `uninstall`. This is NOT currently honored by some network related
+commands, eg `dist-tags`, `owner`, etc.
### editor
@@ -798,6 +806,14 @@ for updates immediately even for fresh package data.
The location to install global items. If set on the command line, then
it forces non-global commands to run in the specified folder.
+### preid
+
+* Default: ""
+* Type: String
+
+The "prerelease identifier" to use as a prefix for the "prerelease" part of a
+semver. Like the `rc` in `1.2.0-rc.8`.
+
### production
* Default: false
diff --git a/deps/npm/doc/misc/npm-disputes.md b/deps/npm/doc/misc/npm-disputes.md
index 2d8885ecfe2756..8c9f0489f9238c 100644
--- a/deps/npm/doc/misc/npm-disputes.md
+++ b/deps/npm/doc/misc/npm-disputes.md
@@ -102,8 +102,8 @@ here to help.**
If you think another npm publisher is infringing your trademark, such as by
using a confusingly similar package name, email with a link to
-the package or user account on [https://npmjs.com](https://npmjs.com). Attach a
-copy of your trademark registration certificate.
+the package or user account on [https://www.npmjs.com/](https://www.npmjs.com/).
+Attach a copy of your trademark registration certificate.
If we see that the package's publisher is intentionally misleading others by
misusing your registered mark without permission, we will transfer the package
diff --git a/deps/npm/doc/misc/npm-registry.md b/deps/npm/doc/misc/npm-registry.md
index ee8ecc1479066c..3b84328ad66c92 100644
--- a/deps/npm/doc/misc/npm-registry.md
+++ b/deps/npm/doc/misc/npm-registry.md
@@ -81,7 +81,7 @@ effectively implement the entire CouchDB API anyway.
## Is there a website or something to see package docs and such?
-Yes, head over to
+Yes, head over to
## SEE ALSO
diff --git a/deps/npm/doc/misc/npm-scripts.md b/deps/npm/doc/misc/npm-scripts.md
index 259bf28a6b7ea2..9ceb7f2c43a5f1 100644
--- a/deps/npm/doc/misc/npm-scripts.md
+++ b/deps/npm/doc/misc/npm-scripts.md
@@ -143,7 +143,9 @@ The package.json fields are tacked onto the `npm_package_` prefix. So,
for instance, if you had `{"name":"foo", "version":"1.2.5"}` in your
package.json file, then your package scripts would have the
`npm_package_name` environment variable set to "foo", and the
-`npm_package_version` set to "1.2.5"
+`npm_package_version` set to "1.2.5". You can access these variables
+in your code with `process.env.npm_package_name` and
+`process.env.npm_package_version`, and so on for other fields.
### configuration
diff --git a/deps/npm/doc/spec/file-specifiers.md b/deps/npm/doc/spec/file-specifiers.md
index 226f6d0136728a..e737909db52579 100644
--- a/deps/npm/doc/spec/file-specifiers.md
+++ b/deps/npm/doc/spec/file-specifiers.md
@@ -14,7 +14,7 @@ URLs and URL-like strings for other types.
slashes on a file specifier will be removed, that is 'file://../foo/bar`
references the same package as same as `file:../foo/bar`. The latter is
considered canonical.
-* Attempting to install a specifer that has a windows drive letter will
+* Attempting to install a specifier that has a windows drive letter will
produce an error on non-Windows systems.
* A valid `file:` specifier points is:
* a valid package file. That is, a `.tar`, `.tar.gz` or `.tgz` containing
@@ -55,16 +55,13 @@ note for the `npm-shrinkwrap.json` as it means the specifier there will
be different then the original `package.json` (where it was relative to that
`package.json`).
-# No, for `file:` type specifiers, we SHOULD shrinkwrap. Other symlinks we
-# should not. Other symlinks w/o the link spec should be an error.
-
When shrinkwrapping file specifiers, the contents of the destination
package's `node_modules` WILL NOT be included in the shrinkwrap. If you want to lock
down the destination package's `node_modules` you should create a shrinkwrap for it
separately.
This is necessary to support the mono repo use case where many projects file
-to the same package. If each project included its own npm-shrinkwrap.json
+to the same package. If each project included its own `npm-shrinkwrap.json`
then they would each have their own distinct set of transitive dependencies
and they'd step on each other any time you ran an install in one or the other.
@@ -75,7 +72,7 @@ shrinkwrapped packages.
#### File type specifiers pointing at tarballs
-File-type specifiers pointing at a `.tgz` or `.tar.gz or `.tar` file will
+File-type specifiers pointing at a `.tgz` or `.tar.gz` or `.tar` file will
install it as a package file in the same way we would a remote tarball. The
checksum of the package file should be recorded so that we can check for updates.
@@ -134,7 +131,7 @@ example-package@1.0.0 /path/to/example-package
+-- a -> file:../a
```
-Of note here: No version is included as the relavent detail is WHERE the
+Of note here: No version is included as the relevant detail is WHERE the
package came from, not what version happened to be in that path.
### Outdated
diff --git a/deps/npm/doc/spec/package-lock.md b/deps/npm/doc/spec/package-lock.md
index e1cc6941aee3ed..9da5d8c03b45ab 100644
--- a/deps/npm/doc/spec/package-lock.md
+++ b/deps/npm/doc/spec/package-lock.md
@@ -269,7 +269,7 @@ nothing requires it any more.
## Additional fields / Adding new fields
Installers should ignore any field they aren't aware of. It's not an error
-to have additional properities in the package-lock or lock file.
+to have additional properties in the package-lock or lock file.
Installers that want to add new fields should either have one added via RFC
in the npm issue tracker and an accompanying documentation PR, or should prefix
diff --git a/deps/npm/html/doc/README.html b/deps/npm/html/doc/README.html
index af5ea2e6833beb..420e5a658e0168 100644
--- a/deps/npm/html/doc/README.html
+++ b/deps/npm/html/doc/README.html
@@ -10,7 +10,7 @@
a JavaScript package manager
-
+
SYNOPSIS
This is just enough info to get you up and running.
Much more info will be available via npm help
once it's installed.
@@ -59,7 +59,7 @@
Windows Install or Upgrade
upgrade tool,
download a new version of Node,
or follow the Windows upgrade instructions in the
-
npm Troubleshooting Guide.
+
Installing/upgrading npm post.
If that's not fancy enough for you, then you can fetch the code with
git, and mess with it directly.
Installing on Cygwin
@@ -120,5 +120,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-access.html b/deps/npm/html/doc/cli/npm-access.html
index 3a06cf4cea40ee..8659b8ac1857f9 100644
--- a/deps/npm/html/doc/cli/npm-access.html
+++ b/deps/npm/html/doc/cli/npm-access.html
@@ -85,5 +85,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-adduser.html b/deps/npm/html/doc/cli/npm-adduser.html
index 448b0849be5fc2..8e696796501e38 100644
--- a/deps/npm/html/doc/cli/npm-adduser.html
+++ b/deps/npm/html/doc/cli/npm-adduser.html
@@ -78,5 +78,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-audit.html b/deps/npm/html/doc/cli/npm-audit.html
index e8da37b2b18ef8..f38fdb4d236f23 100644
--- a/deps/npm/html/doc/cli/npm-audit.html
+++ b/deps/npm/html/doc/cli/npm-audit.html
@@ -81,4 +81,4 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-bin.html b/deps/npm/html/doc/cli/npm-bin.html
index 5f06b80fb0190c..eb11b1036cd445 100644
--- a/deps/npm/html/doc/cli/npm-bin.html
+++ b/deps/npm/html/doc/cli/npm-bin.html
@@ -34,5 +34,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-bugs.html b/deps/npm/html/doc/cli/npm-bugs.html
index 723d28de2a06c4..1963686f6534a1 100644
--- a/deps/npm/html/doc/cli/npm-bugs.html
+++ b/deps/npm/html/doc/cli/npm-bugs.html
@@ -54,5 +54,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-build.html b/deps/npm/html/doc/cli/npm-build.html
index 6b69efcf1a276b..bdb463ba2e1bac 100644
--- a/deps/npm/html/doc/cli/npm-build.html
+++ b/deps/npm/html/doc/cli/npm-build.html
@@ -38,5 +38,5 @@
DESCRIPTION
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-bundle.html b/deps/npm/html/doc/cli/npm-bundle.html
index 02977001c6015f..e1c0d48ef70836 100644
--- a/deps/npm/html/doc/cli/npm-bundle.html
+++ b/deps/npm/html/doc/cli/npm-bundle.html
@@ -31,5 +31,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-cache.html b/deps/npm/html/doc/cli/npm-cache.html
index bc76fc61aca19e..d3dd069cfc7e3c 100644
--- a/deps/npm/html/doc/cli/npm-cache.html
+++ b/deps/npm/html/doc/cli/npm-cache.html
@@ -88,5 +88,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-ci.html b/deps/npm/html/doc/cli/npm-ci.html
index de65c01cb9c2fe..cc2dce85ac9f3f 100644
--- a/deps/npm/html/doc/cli/npm-ci.html
+++ b/deps/npm/html/doc/cli/npm-ci.html
@@ -57,4 +57,4 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-completion.html b/deps/npm/html/doc/cli/npm-completion.html
index badfceefb633aa..30767789be62cd 100644
--- a/deps/npm/html/doc/cli/npm-completion.html
+++ b/deps/npm/html/doc/cli/npm-completion.html
@@ -41,5 +41,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-config.html b/deps/npm/html/doc/cli/npm-config.html
index 7141ac0da2f6a9..bd268660b0a4f2 100644
--- a/deps/npm/html/doc/cli/npm-config.html
+++ b/deps/npm/html/doc/cli/npm-config.html
@@ -62,5 +62,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-dedupe.html b/deps/npm/html/doc/cli/npm-dedupe.html
index b31aeb5d804c91..d11c8c67bd2e9d 100644
--- a/deps/npm/html/doc/cli/npm-dedupe.html
+++ b/deps/npm/html/doc/cli/npm-dedupe.html
@@ -58,5 +58,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-deprecate.html b/deps/npm/html/doc/cli/npm-deprecate.html
index 311915d164d23e..c62d7d83ac5279 100644
--- a/deps/npm/html/doc/cli/npm-deprecate.html
+++ b/deps/npm/html/doc/cli/npm-deprecate.html
@@ -36,5 +36,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-dist-tag.html b/deps/npm/html/doc/cli/npm-dist-tag.html
index b35d13d372f105..87879157545167 100644
--- a/deps/npm/html/doc/cli/npm-dist-tag.html
+++ b/deps/npm/html/doc/cli/npm-dist-tag.html
@@ -85,5 +85,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-docs.html b/deps/npm/html/doc/cli/npm-docs.html
index 1bd87813604fcf..aff6872074b7b1 100644
--- a/deps/npm/html/doc/cli/npm-docs.html
+++ b/deps/npm/html/doc/cli/npm-docs.html
@@ -55,5 +55,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-doctor.html b/deps/npm/html/doc/cli/npm-doctor.html
index b9c7013d41669b..4e426d88c17f1e 100644
--- a/deps/npm/html/doc/cli/npm-doctor.html
+++ b/deps/npm/html/doc/cli/npm-doctor.html
@@ -102,4 +102,4 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-edit.html b/deps/npm/html/doc/cli/npm-edit.html
index 7cb880067cc353..45aba88c16070d 100644
--- a/deps/npm/html/doc/cli/npm-edit.html
+++ b/deps/npm/html/doc/cli/npm-edit.html
@@ -48,5 +48,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-explore.html b/deps/npm/html/doc/cli/npm-explore.html
index f23ba068590b73..01589ac5abeb70 100644
--- a/deps/npm/html/doc/cli/npm-explore.html
+++ b/deps/npm/html/doc/cli/npm-explore.html
@@ -47,5 +47,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-help-search.html b/deps/npm/html/doc/cli/npm-help-search.html
index 67068704cc1a1f..5dcdaa88a82e86 100644
--- a/deps/npm/html/doc/cli/npm-help-search.html
+++ b/deps/npm/html/doc/cli/npm-help-search.html
@@ -44,5 +44,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-help.html b/deps/npm/html/doc/cli/npm-help.html
index 642cd3cc2ca996..64ded998c2694e 100644
--- a/deps/npm/html/doc/cli/npm-help.html
+++ b/deps/npm/html/doc/cli/npm-help.html
@@ -49,5 +49,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-hook.html b/deps/npm/html/doc/cli/npm-hook.html
index fbf86ab3001714..67f6b34042a4ad 100644
--- a/deps/npm/html/doc/cli/npm-hook.html
+++ b/deps/npm/html/doc/cli/npm-hook.html
@@ -23,7 +23,7 @@
SYNOPSIS
$ npm hook ls lodash
Update an existing hook's url:
$ npm hook update id-deadbeef https://my-new-website.here/
Remove a hook:
$ npm hook rm id-deadbeef
DESCRIPTION
-
Allows you to manage npm
+Allows you to manage npm
hooks,
including adding, removing, listing, and updating.
Hooks allow you to configure URL endpoints that will be notified whenever a
@@ -38,7 +38,7 @@
SYNOPSIS
request came from your own configured hook.
SEE ALSO
@@ -52,4 +52,4 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-init.html b/deps/npm/html/doc/cli/npm-init.html
index 475f98b7cefc82..93f3bb80280873 100644
--- a/deps/npm/html/doc/cli/npm-init.html
+++ b/deps/npm/html/doc/cli/npm-init.html
@@ -61,5 +61,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-install-ci-test.html b/deps/npm/html/doc/cli/npm-install-ci-test.html
index c18e8da1f3c450..df564bd5bfa2ab 100644
--- a/deps/npm/html/doc/cli/npm-install-ci-test.html
+++ b/deps/npm/html/doc/cli/npm-install-ci-test.html
@@ -32,4 +32,4 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-install-test.html b/deps/npm/html/doc/cli/npm-install-test.html
index 23ca987f90ee1a..0e2d9518a354bd 100644
--- a/deps/npm/html/doc/cli/npm-install-test.html
+++ b/deps/npm/html/doc/cli/npm-install-test.html
@@ -41,5 +41,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-install.html b/deps/npm/html/doc/cli/npm-install.html
index 39ee8ce902c53f..bb9f95fff39c9c 100644
--- a/deps/npm/html/doc/cli/npm-install.html
+++ b/deps/npm/html/doc/cli/npm-install.html
@@ -362,5 +362,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-link.html b/deps/npm/html/doc/cli/npm-link.html
index f8e409541a815b..beb29aad184f02 100644
--- a/deps/npm/html/doc/cli/npm-link.html
+++ b/deps/npm/html/doc/cli/npm-link.html
@@ -71,5 +71,5 @@ SYNOPSIS
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-logout.html b/deps/npm/html/doc/cli/npm-logout.html
index a709374d6f5c16..d19e3b945aa226 100644
--- a/deps/npm/html/doc/cli/npm-logout.html
+++ b/deps/npm/html/doc/cli/npm-logout.html
@@ -49,5 +49,5 @@ scope
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-ls.html b/deps/npm/html/doc/cli/npm-ls.html
index d2391791d1f98f..80abd6f3ef1f14 100644
--- a/deps/npm/html/doc/cli/npm-ls.html
+++ b/deps/npm/html/doc/cli/npm-ls.html
@@ -20,7 +20,7 @@ SYNOPSIS
limit the results to only the paths to the packages named. Note that
nested packages will also show the paths to the specified packages.
For example, running npm ls promzard
in npm's source tree will show:
-npm@6.2.0 /path/to/npm
+npm@6.4.0 /path/to/npm
└─┬ init-package-json@0.0.4
└── promzard@0.1.5
It will print out extraneous, missing, and invalid packages.
If a project specifies git urls for dependencies these are shown
@@ -108,5 +108,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-outdated.html b/deps/npm/html/doc/cli/npm-outdated.html
index f2ae7faa34601c..53354981fef5de 100644
--- a/deps/npm/html/doc/cli/npm-outdated.html
+++ b/deps/npm/html/doc/cli/npm-outdated.html
@@ -114,5 +114,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-owner.html b/deps/npm/html/doc/cli/npm-owner.html
index 4e5485c6fa9e3b..b0abf3796a8229 100644
--- a/deps/npm/html/doc/cli/npm-owner.html
+++ b/deps/npm/html/doc/cli/npm-owner.html
@@ -53,5 +53,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-pack.html b/deps/npm/html/doc/cli/npm-pack.html
index c3d49981dae3ba..6f1c58c8091158 100644
--- a/deps/npm/html/doc/cli/npm-pack.html
+++ b/deps/npm/html/doc/cli/npm-pack.html
@@ -40,5 +40,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-ping.html b/deps/npm/html/doc/cli/npm-ping.html
index 4687d112552577..2a8358957957bb 100644
--- a/deps/npm/html/doc/cli/npm-ping.html
+++ b/deps/npm/html/doc/cli/npm-ping.html
@@ -33,5 +33,5 @@ SYNOPSIS
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-prefix.html b/deps/npm/html/doc/cli/npm-prefix.html
index 0aaf04586be45f..093fd9fd998f8b 100644
--- a/deps/npm/html/doc/cli/npm-prefix.html
+++ b/deps/npm/html/doc/cli/npm-prefix.html
@@ -37,5 +37,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-profile.html b/deps/npm/html/doc/cli/npm-profile.html
index 18f07a1fd8b8f5..3a8a2c22a59bca 100644
--- a/deps/npm/html/doc/cli/npm-profile.html
+++ b/deps/npm/html/doc/cli/npm-profile.html
@@ -88,4 +88,4 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-prune.html b/deps/npm/html/doc/cli/npm-prune.html
index 418ee880504018..4e4d37c7c2894e 100644
--- a/deps/npm/html/doc/cli/npm-prune.html
+++ b/deps/npm/html/doc/cli/npm-prune.html
@@ -47,5 +47,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-publish.html b/deps/npm/html/doc/cli/npm-publish.html
index 79f7515410263e..9c240cbaea95e2 100644
--- a/deps/npm/html/doc/cli/npm-publish.html
+++ b/deps/npm/html/doc/cli/npm-publish.html
@@ -84,5 +84,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-rebuild.html b/deps/npm/html/doc/cli/npm-rebuild.html
index 537b3e53dea86e..53995de302c501 100644
--- a/deps/npm/html/doc/cli/npm-rebuild.html
+++ b/deps/npm/html/doc/cli/npm-rebuild.html
@@ -34,5 +34,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-repo.html b/deps/npm/html/doc/cli/npm-repo.html
index c7a061020d0bbe..8d52c0bccb33d6 100644
--- a/deps/npm/html/doc/cli/npm-repo.html
+++ b/deps/npm/html/doc/cli/npm-repo.html
@@ -40,5 +40,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-restart.html b/deps/npm/html/doc/cli/npm-restart.html
index 8a3f8cb3690e46..8b79f1baaa83a7 100644
--- a/deps/npm/html/doc/cli/npm-restart.html
+++ b/deps/npm/html/doc/cli/npm-restart.html
@@ -52,5 +52,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-root.html b/deps/npm/html/doc/cli/npm-root.html
index 3f6821e18e0c13..2f571a70645e7e 100644
--- a/deps/npm/html/doc/cli/npm-root.html
+++ b/deps/npm/html/doc/cli/npm-root.html
@@ -34,5 +34,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-run-script.html b/deps/npm/html/doc/cli/npm-run-script.html
index 6dc9539150a0a2..e99a0b84f18ff4 100644
--- a/deps/npm/html/doc/cli/npm-run-script.html
+++ b/deps/npm/html/doc/cli/npm-run-script.html
@@ -19,9 +19,9 @@ SYNOPSIS
used by the test, start, restart, and stop commands, but can be called
directly, as well. When the scripts in the package are printed out, they're
separated into lifecycle (test, start, restart) and directly-run scripts.
-As of npm@2.0.0
, you can
+
As of npm@2.0.0
, you can
use custom arguments when executing scripts. The special option --
is used by
-getopt to delimit the end of the options. npm will pass
+getopt to delimit the end of the options. npm will pass
all the arguments after the --
directly to your script:
npm run test -- --grep="pattern"
The arguments will only be passed to the script specified after npm run
and not to any pre or post script.
@@ -79,5 +79,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-search.html b/deps/npm/html/doc/cli/npm-search.html
index 1015bb9e963315..f0da5173789e1f 100644
--- a/deps/npm/html/doc/cli/npm-search.html
+++ b/deps/npm/html/doc/cli/npm-search.html
@@ -108,5 +108,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-shrinkwrap.html b/deps/npm/html/doc/cli/npm-shrinkwrap.html
index 9784d1da249c39..460a4ff111ce3d 100644
--- a/deps/npm/html/doc/cli/npm-shrinkwrap.html
+++ b/deps/npm/html/doc/cli/npm-shrinkwrap.html
@@ -40,5 +40,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-star.html b/deps/npm/html/doc/cli/npm-star.html
index 36325e39316560..bf39849d7dfba4 100644
--- a/deps/npm/html/doc/cli/npm-star.html
+++ b/deps/npm/html/doc/cli/npm-star.html
@@ -35,5 +35,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-stars.html b/deps/npm/html/doc/cli/npm-stars.html
index c2cdcaf081d55a..0e1ca8009364d5 100644
--- a/deps/npm/html/doc/cli/npm-stars.html
+++ b/deps/npm/html/doc/cli/npm-stars.html
@@ -35,5 +35,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-start.html b/deps/npm/html/doc/cli/npm-start.html
index 4d61a463af3533..f2a2dfe0e227a4 100644
--- a/deps/npm/html/doc/cli/npm-start.html
+++ b/deps/npm/html/doc/cli/npm-start.html
@@ -15,7 +15,7 @@ SYNOPSIS
This runs an arbitrary command specified in the package's "start"
property of
its "scripts"
object. If no "start"
property is specified on the
"scripts"
object, it will run node server.js
.
-As of npm@2.0.0
, you can
+
As of npm@2.0.0
, you can
use custom arguments when executing scripts. Refer to npm-run-script(1) for
more details.
SEE ALSO
@@ -38,5 +38,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-stop.html b/deps/npm/html/doc/cli/npm-stop.html
index 8f53a98b5630aa..13073a4c8cd0c9 100644
--- a/deps/npm/html/doc/cli/npm-stop.html
+++ b/deps/npm/html/doc/cli/npm-stop.html
@@ -33,5 +33,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-team.html b/deps/npm/html/doc/cli/npm-team.html
index f4fb339a881eb2..545b5e017d6c6b 100644
--- a/deps/npm/html/doc/cli/npm-team.html
+++ b/deps/npm/html/doc/cli/npm-team.html
@@ -69,5 +69,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-test.html b/deps/npm/html/doc/cli/npm-test.html
index b559534388466c..ba4650183304c5 100644
--- a/deps/npm/html/doc/cli/npm-test.html
+++ b/deps/npm/html/doc/cli/npm-test.html
@@ -35,5 +35,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-token.html b/deps/npm/html/doc/cli/npm-token.html
index 3c48209cee8b16..c26621fd7f43e5 100644
--- a/deps/npm/html/doc/cli/npm-token.html
+++ b/deps/npm/html/doc/cli/npm-token.html
@@ -70,4 +70,4 @@ SYNOPSIS
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-uninstall.html b/deps/npm/html/doc/cli/npm-uninstall.html
index a935b7b05c3e9a..b641e6b616ad23 100644
--- a/deps/npm/html/doc/cli/npm-uninstall.html
+++ b/deps/npm/html/doc/cli/npm-uninstall.html
@@ -60,5 +60,5 @@ SYNOPSIS
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-unpublish.html b/deps/npm/html/doc/cli/npm-unpublish.html
index 6b68e3528b8500..9b273759141d2b 100644
--- a/deps/npm/html/doc/cli/npm-unpublish.html
+++ b/deps/npm/html/doc/cli/npm-unpublish.html
@@ -51,5 +51,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-update.html b/deps/npm/html/doc/cli/npm-update.html
index 29ed3024167b20..f532bb2b0d778d 100644
--- a/deps/npm/html/doc/cli/npm-update.html
+++ b/deps/npm/html/doc/cli/npm-update.html
@@ -98,5 +98,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-version.html b/deps/npm/html/doc/cli/npm-version.html
index 2432c356106b03..442e5c96be3dcf 100644
--- a/deps/npm/html/doc/cli/npm-version.html
+++ b/deps/npm/html/doc/cli/npm-version.html
@@ -11,7 +11,7 @@
Bump a package version
SYNOPSIS
-npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]
+npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease [--preid=<prerelease-id>] | from-git]
'npm [-v | --version]' to print npm version
'npm view <pkg> version' to view a package's published version
@@ -116,5 +116,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-view.html b/deps/npm/html/doc/cli/npm-view.html
index 58c7fc1d8a39e8..d56e216f168c43 100644
--- a/deps/npm/html/doc/cli/npm-view.html
+++ b/deps/npm/html/doc/cli/npm-view.html
@@ -75,5 +75,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm-whoami.html b/deps/npm/html/doc/cli/npm-whoami.html
index 4a2c5ea50855d5..91bb44963e4b65 100644
--- a/deps/npm/html/doc/cli/npm-whoami.html
+++ b/deps/npm/html/doc/cli/npm-whoami.html
@@ -32,5 +32,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/cli/npm.html b/deps/npm/html/doc/cli/npm.html
index c4bb944deb662c..2601b15b25baa3 100644
--- a/deps/npm/html/doc/cli/npm.html
+++ b/deps/npm/html/doc/cli/npm.html
@@ -12,7 +12,7 @@
javascript package manager
SYNOPSIS
npm <command> [args]
VERSION
-6.2.0
+6.4.0
DESCRIPTION
npm is the package manager for the Node JavaScript platform. It puts
modules in place so that node can find them, and manages dependency
@@ -122,8 +122,8 @@
BUGS
AUTHOR
Isaac Z. Schlueter ::
isaacs ::
-@izs ::
-i@izs.me
+@izs ::
+i@izs.me
SEE ALSO
- npm-help(1)
@@ -147,5 +147,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/files/npm-folders.html b/deps/npm/html/doc/files/npm-folders.html
index 4a9942d7abb316..ce90a34c64f876 100644
--- a/deps/npm/html/doc/files/npm-folders.html
+++ b/deps/npm/html/doc/files/npm-folders.html
@@ -179,5 +179,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/files/npm-global.html b/deps/npm/html/doc/files/npm-global.html
index 4a9942d7abb316..ce90a34c64f876 100644
--- a/deps/npm/html/doc/files/npm-global.html
+++ b/deps/npm/html/doc/files/npm-global.html
@@ -179,5 +179,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/files/npm-json.html b/deps/npm/html/doc/files/npm-json.html
index 0edcca4702e54d..0a2b33f75b081b 100644
--- a/deps/npm/html/doc/files/npm-json.html
+++ b/deps/npm/html/doc/files/npm-json.html
@@ -81,7 +81,7 @@ license
{ "license" : "BSD-3-Clause" }
You can check the full list of SPDX license IDs.
Ideally you should pick one that is
OSI approved.
-If your package is licensed under multiple common licenses, use an SPDX license
+If your package is licensed under multiple common licenses, use an SPDX license
expression syntax version 2.0 string, like this:
{ "license" : "(ISC OR GPL-3.0)" }
If you are using a license that hasn't been assigned an SPDX identifier, or if
you are using a custom license, use a string value like this one:
@@ -256,15 +256,15 @@ repository
want to contribute. If the git repo is on GitHub, then the npm docs
command will be able to find you.
Do it like this:
-"repository" :
- { "type" : "git"
- , "url" : "https://github.com/npm/cli.git"
- }
+"repository": {
+ "type" : "git",
+ "url" : "https://github.com/npm/cli.git"
+}
-"repository" :
- { "type" : "svn"
- , "url" : "https://v8.googlecode.com/svn/trunk/"
- }
The URL should be a publicly available (perhaps read-only) url that can be handed
+"repository": {
+ "type" : "svn",
+ "url" : "https://v8.googlecode.com/svn/trunk/"
+}
The URL should be a publicly available (perhaps read-only) url that can be handed
directly to a VCS program without any modification. It should not be a url to an
html project page that you put in your browser. It's for computers.
For GitHub, GitHub gist, Bitbucket, or GitLab repositories you can use the same
@@ -434,7 +434,7 @@
peerDependencies
Trying to install another plugin with a conflicting requirement will cause an
error. For this reason, make sure your plugin requirement is as broad as
possible, and not to lock it down to specific patch versions.
-Assuming the host complies with semver, only changes in
+
Assuming the host complies with semver, only changes in
the host package's major version will break your plugin. Thus, if you've worked
with every 1.x version of the host package, use "^1.0"
or "1.x"
to express
this. If you depend on features introduced in 1.5.2, use ">= 1.5.2 < 2"
.
@@ -574,5 +574,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/files/npm-package-locks.html b/deps/npm/html/doc/files/npm-package-locks.html
index 50ac0d4db80450..4c83ff33bce534 100644
--- a/deps/npm/html/doc/files/npm-package-locks.html
+++ b/deps/npm/html/doc/files/npm-package-locks.html
@@ -151,4 +151,4 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/files/npm-shrinkwrap.json.html b/deps/npm/html/doc/files/npm-shrinkwrap.json.html
index 66cd483cb46cba..7326fde0de01c9 100644
--- a/deps/npm/html/doc/files/npm-shrinkwrap.json.html
+++ b/deps/npm/html/doc/files/npm-shrinkwrap.json.html
@@ -42,4 +42,4 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/files/npmrc.html b/deps/npm/html/doc/files/npmrc.html
index bdb87a2019a286..29f61507e8062a 100644
--- a/deps/npm/html/doc/files/npmrc.html
+++ b/deps/npm/html/doc/files/npmrc.html
@@ -82,5 +82,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/files/package-lock.json.html b/deps/npm/html/doc/files/package-lock.json.html
index 82ccc40dc07511..171acf907b3a35 100644
--- a/deps/npm/html/doc/files/package-lock.json.html
+++ b/deps/npm/html/doc/files/package-lock.json.html
@@ -130,4 +130,4 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/files/package.json.html b/deps/npm/html/doc/files/package.json.html
index 0edcca4702e54d..0a2b33f75b081b 100644
--- a/deps/npm/html/doc/files/package.json.html
+++ b/deps/npm/html/doc/files/package.json.html
@@ -81,7 +81,7 @@ license
{ "license" : "BSD-3-Clause" }
You can check the full list of SPDX license IDs.
Ideally you should pick one that is
OSI approved.
-If your package is licensed under multiple common licenses, use an SPDX license
+If your package is licensed under multiple common licenses, use an SPDX license
expression syntax version 2.0 string, like this:
{ "license" : "(ISC OR GPL-3.0)" }
If you are using a license that hasn't been assigned an SPDX identifier, or if
you are using a custom license, use a string value like this one:
@@ -256,15 +256,15 @@ repository
want to contribute. If the git repo is on GitHub, then the npm docs
command will be able to find you.
Do it like this:
-"repository" :
- { "type" : "git"
- , "url" : "https://github.com/npm/cli.git"
- }
+"repository": {
+ "type" : "git",
+ "url" : "https://github.com/npm/cli.git"
+}
-"repository" :
- { "type" : "svn"
- , "url" : "https://v8.googlecode.com/svn/trunk/"
- }
The URL should be a publicly available (perhaps read-only) url that can be handed
+"repository": {
+ "type" : "svn",
+ "url" : "https://v8.googlecode.com/svn/trunk/"
+}
The URL should be a publicly available (perhaps read-only) url that can be handed
directly to a VCS program without any modification. It should not be a url to an
html project page that you put in your browser. It's for computers.
For GitHub, GitHub gist, Bitbucket, or GitLab repositories you can use the same
@@ -434,7 +434,7 @@
peerDependencies
Trying to install another plugin with a conflicting requirement will cause an
error. For this reason, make sure your plugin requirement is as broad as
possible, and not to lock it down to specific patch versions.
-Assuming the host complies with semver, only changes in
+
Assuming the host complies with semver, only changes in
the host package's major version will break your plugin. Thus, if you've worked
with every 1.x version of the host package, use "^1.0"
or "1.x"
to express
this. If you depend on features introduced in 1.5.2, use ">= 1.5.2 < 2"
.
@@ -574,5 +574,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/index.html b/deps/npm/html/doc/index.html
index 638ec9a08d7036..458e44824a0a65 100644
--- a/deps/npm/html/doc/index.html
+++ b/deps/npm/html/doc/index.html
@@ -180,5 +180,5 @@
| |
| | |
-
+
diff --git a/deps/npm/html/doc/misc/npm-coding-style.html b/deps/npm/html/doc/misc/npm-coding-style.html
index e8133c1794addd..bcc33d10d385b0 100644
--- a/deps/npm/html/doc/misc/npm-coding-style.html
+++ b/deps/npm/html/doc/misc/npm-coding-style.html
@@ -145,5 +145,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/misc/npm-config.html b/deps/npm/html/doc/misc/npm-config.html
index fcfbb71f3c86ab..2ba69f008ba1a9 100644
--- a/deps/npm/html/doc/misc/npm-config.html
+++ b/deps/npm/html/doc/misc/npm-config.html
@@ -137,6 +137,13 @@ audit
When "true" submit audit reports alongside npm install
runs to the default
registry and all registries configured for scopes. See the documentation
for npm-audit(1) for details on what is submitted.
+audit-level
+
+- Default:
"low"
+- Type:
'low'
, 'moderate'
, 'high'
, 'critical'
+
+The minimum level of vulnerability for npm audit
to exit with
+a non-zero exit code.
auth-type
- Default:
'legacy'
@@ -272,8 +279,8 @@ dry-run
Indicates that you don't want npm to make any changes and that it should
only report what it would have done. This can be passed into any of the
commands that modify your local installation, eg, install
, update
,
-dedupe
, uninstall
. This is NOT currently honored by network related
-commands, eg dist-tags
, owner
, publish
, etc.
+dedupe
, uninstall
. This is NOT currently honored by some network related
+commands, eg dist-tags
, owner
, etc.
editor
- Default:
EDITOR
environment variable if set, or "vi"
on Posix,
@@ -675,6 +682,13 @@ prefix
The location to install global items. If set on the command line, then
it forces non-global commands to run in the specified folder.
+preid
+
+- Default: ""
+- Type: String
+
+The "prerelease identifier" to use as a prefix for the "prerelease" part of a
+semver. Like the rc
in 1.2.0-rc.8
.
production
- Default: false
@@ -1050,5 +1064,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/misc/npm-developers.html b/deps/npm/html/doc/misc/npm-developers.html
index 961bf22c4155a2..1780fd5f9ae5ce 100644
--- a/deps/npm/html/doc/misc/npm-developers.html
+++ b/deps/npm/html/doc/misc/npm-developers.html
@@ -198,5 +198,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/misc/npm-disputes.html b/deps/npm/html/doc/misc/npm-disputes.html
index dccfe0394b0d9f..ac620c2f588c77 100644
--- a/deps/npm/html/doc/misc/npm-disputes.html
+++ b/deps/npm/html/doc/misc/npm-disputes.html
@@ -20,7 +20,7 @@ Handling Module
TL;DR
- Get the author email with
npm owner ls <pkgname>
-- Email the author, CC support@npmjs.com
+- Email the author, CC support@npmjs.com
- After a few weeks, if there's no resolution, we'll sort it out.
Don't squat on package names. Publish code or move out of the way.
@@ -55,12 +55,12 @@ DESCRIPTION
- Alice emails Yusuf, explaining the situation as respectfully as possible,
and what she would like to do with the module name. She adds the npm support
-staff support@npmjs.com to the CC list of the email. Mention in the email
+staff support@npmjs.com to the CC list of the email. Mention in the email
that Yusuf can run npm owner
add alice foo
to add Alice as an owner of the
foo package.
- After a reasonable amount of time, if Yusuf has not responded, or if Yusuf
and Alice can't come to any sort of resolution, email support
-support@npmjs.com and we'll sort it out. ("Reasonable" is usually at least
+support@npmjs.com and we'll sort it out. ("Reasonable" is usually at least
4 weeks.)
REASONING
@@ -96,14 +96,14 @@ EXCEPTIONS
Code of Conduct such as hateful
language, pornographic content, or harassment.
-If you see bad behavior like this, please report it to abuse@npmjs.com right
+
If you see bad behavior like this, please report it to abuse@npmjs.com right
away. You are never expected to resolve abusive behavior on your own. We are
here to help.
TRADEMARKS
If you think another npm publisher is infringing your trademark, such as by
-using a confusingly similar package name, email abuse@npmjs.com with a link to
-the package or user account on https://npmjs.com. Attach a
-copy of your trademark registration certificate.
+using a confusingly similar package name, email abuse@npmjs.com with a link to
+the package or user account on https://www.npmjs.com/.
+Attach a copy of your trademark registration certificate.
If we see that the package's publisher is intentionally misleading others by
misusing your registered mark without permission, we will transfer the package
name to you. Otherwise, we will contact the package publisher and ask them to
@@ -134,5 +134,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/misc/npm-index.html b/deps/npm/html/doc/misc/npm-index.html
index 7c67f1b99ad64a..cf2ba177bf8602 100644
--- a/deps/npm/html/doc/misc/npm-index.html
+++ b/deps/npm/html/doc/misc/npm-index.html
@@ -180,5 +180,5 @@
| |
| | |
-
+
diff --git a/deps/npm/html/doc/misc/npm-orgs.html b/deps/npm/html/doc/misc/npm-orgs.html
index e2ed0d240ceb8c..3f999d26bc909d 100644
--- a/deps/npm/html/doc/misc/npm-orgs.html
+++ b/deps/npm/html/doc/misc/npm-orgs.html
@@ -77,5 +77,5 @@ Team Admins create teams
| |
| | |
-
+
diff --git a/deps/npm/html/doc/misc/npm-registry.html b/deps/npm/html/doc/misc/npm-registry.html
index 1a5626646d7fb7..1075296110f0c2 100644
--- a/deps/npm/html/doc/misc/npm-registry.html
+++ b/deps/npm/html/doc/misc/npm-registry.html
@@ -69,7 +69,7 @@ Do I
No, but it's way easier. Basically, yes, you do, or you have to
effectively implement the entire CouchDB API anyway.
Is there a website or something to see package docs and such?
-Yes, head over to https://npmjs.com/
+Yes, head over to https://www.npmjs.com/
SEE ALSO
- npm-config(1)
@@ -90,5 +90,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/misc/npm-scope.html b/deps/npm/html/doc/misc/npm-scope.html
index fe4a1abc254bf7..40ff5b82935198 100644
--- a/deps/npm/html/doc/misc/npm-scope.html
+++ b/deps/npm/html/doc/misc/npm-scope.html
@@ -93,5 +93,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/misc/npm-scripts.html b/deps/npm/html/doc/misc/npm-scripts.html
index d76bba3b61a012..629069d8c0877d 100644
--- a/deps/npm/html/doc/misc/npm-scripts.html
+++ b/deps/npm/html/doc/misc/npm-scripts.html
@@ -132,7 +132,9 @@ package.json vars
for instance, if you had {"name":"foo", "version":"1.2.5"}
in your
package.json file, then your package scripts would have the
npm_package_name
environment variable set to "foo", and the
-npm_package_version
set to "1.2.5"
+npm_package_version
set to "1.2.5". You can access these variables
+in your code with process.env.npm_package_name
and
+process.env.npm_package_version
, and so on for other fields.
configuration
Configuration parameters are put in the environment with the
npm_config_
prefix. For instance, you can view the effective root
@@ -232,5 +234,5 @@
SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/misc/removing-npm.html b/deps/npm/html/doc/misc/removing-npm.html
index 3abcf7adb12469..3ffbb683434950 100644
--- a/deps/npm/html/doc/misc/removing-npm.html
+++ b/deps/npm/html/doc/misc/removing-npm.html
@@ -52,5 +52,5 @@ SEE ALSO
| |
| | |
-
+
diff --git a/deps/npm/html/doc/misc/semver.html b/deps/npm/html/doc/misc/semver.html
index 028d50aadeda4a..caa442a02ab425 100644
--- a/deps/npm/html/doc/misc/semver.html
+++ b/deps/npm/html/doc/misc/semver.html
@@ -350,5 +350,5 @@ Coercion
| |
| | |
-
+
diff --git a/deps/npm/html/index.html b/deps/npm/html/index.html
index bb8681c85c9fd6..32dd01a34f8ee7 100644
--- a/deps/npm/html/index.html
+++ b/deps/npm/html/index.html
@@ -56,7 +56,7 @@
npm
-npm is a package manager for node. You can use it to install
+
npm is a package manager for node. You can use it to install
and publish your node programs. It manages dependencies and does other cool stuff.
Easy Zero Line Install
@@ -69,7 +69,7 @@ Easy Zero Line Install
Fancy Install
- - Get the code.
+
- Get the code.
- Do what the README
says to do.
@@ -86,7 +86,7 @@ Other Cool Stuff
- README
- Help Documentation
- Search for Packages
-
- Bugs
+
- Bugs