deps: upgrade npm to 6.10.0
PR-URL: https://github.com/nodejs/node/pull/28525 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
This commit is contained in:
parent
6df7b6a4f9
commit
1721034a40
9
deps/npm/.licensee.json
vendored
9
deps/npm/.licensee.json
vendored
@ -1,7 +1,12 @@
|
||||
{
|
||||
"license": "(MIT OR BSD-2-Clause OR BSD-3-Clause OR Apache-2.0 OR ISC OR Unlicense OR CC-BY-3.0 OR CC0-1.0 OR Artistic-2.0)",
|
||||
"licenses": {
|
||||
"spdx": [
|
||||
"CC-BY-3.0"
|
||||
],
|
||||
"blueOak": "bronze"
|
||||
},
|
||||
"corrections": true,
|
||||
"whitelist": {
|
||||
"packages": {
|
||||
"config-chain": "1.1.12",
|
||||
"cyclist": "0.2.2",
|
||||
"json-schema": "0.2.3",
|
||||
|
14
deps/npm/.travis.yml
vendored
14
deps/npm/.travis.yml
vendored
@ -7,7 +7,7 @@ language: node_js
|
||||
matrix:
|
||||
include:
|
||||
# LTS is our most important target
|
||||
- node_js: "10"
|
||||
- node_js: "12"
|
||||
# DEPLOY_VERSION is used to set the couchapp setup mode for test/tap/registry.js
|
||||
# only gather coverage info for LTS
|
||||
env: DEPLOY_VERSION=testing COVERALLS_REPO_TOKEN="$COVERALLS_OPTIONAL_TOKEN"
|
||||
@ -15,18 +15,16 @@ matrix:
|
||||
- "node . run tap-cover -- \"test/tap/*.js\""
|
||||
- "unset COVERALLS_REPO_TOKEN ; node . run tap -- \"test/broken-under-*/*.js\""
|
||||
# previous LTS is next most important
|
||||
- node_js: "6"
|
||||
env: DEPLOY_VERSION=testing
|
||||
- node_js: "8"
|
||||
env: DEPLOY_VERSION=testing
|
||||
- node_js: "9"
|
||||
env: DEPLOY_VERSION=testing
|
||||
- node_js: "11"
|
||||
- node_js: "10"
|
||||
env: DEPLOY_VERSION=testing
|
||||
script:
|
||||
- "npx standard"
|
||||
- "node . run licenses"
|
||||
- "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""
|
||||
- node_js: "8"
|
||||
env: DEPLOY_VERSION=testing
|
||||
- node_js: "6"
|
||||
env: DEPLOY_VERSION=testing
|
||||
notifications:
|
||||
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
|
||||
cache:
|
||||
|
11
deps/npm/AUTHORS
vendored
11
deps/npm/AUTHORS
vendored
@ -630,3 +630,14 @@ Amadou Sall <ahasall.dev@gmail.com>
|
||||
Chris Manson <mansona@users.noreply.github.com>
|
||||
vlasy <vlasy@users.noreply.github.com>
|
||||
Emilis Dambauskas (Tokenmill) <emilis.dambauskas@tokenmill.lt>
|
||||
George Czabania <george@mish.guru>
|
||||
Jonathan Underwood <junderwood@bitcoinbank.co.jp>
|
||||
Nick Graef <nicholas.a.graef@gmail.com>
|
||||
James George <jamesgeorge998001@gmail.com>
|
||||
John O'Sullivan <j.osullivan42@gmail.com>
|
||||
ossdev <ossdev@puresoftware.com>
|
||||
Raphael Goulais <raphael.goulais@f5c.fr>
|
||||
COURIER, CALEB [AG/1000] <caleb.courier@monsanto.com>
|
||||
CalebCourier <caleb.courier@monsanto.com>
|
||||
Florian Keller <florian.keller@wire.com>
|
||||
Sreeram Jayan <sreeram.jayan@cerner.com>
|
||||
|
187
deps/npm/CHANGELOG.md
vendored
187
deps/npm/CHANGELOG.md
vendored
@ -1,4 +1,189 @@
|
||||
## v6.9.0 (2018-02-20):
|
||||
## v6.10.0 (2019-07-03):
|
||||
|
||||
### FEATURES
|
||||
|
||||
* [`87fef4e35`](https://github.com/npm/cli/commit/87fef4e35)
|
||||
[#176](https://github.com/npm/cli/pull/176) fix: Always return JSON for
|
||||
outdated --json ([@sreeramjayan](https://github.com/sreeramjayan))
|
||||
* [`f101d44fc`](https://github.com/npm/cli/commit/f101d44fc)
|
||||
[#203](https://github.com/npm/cli/pull/203) fix(unpublish): add space
|
||||
after hyphen ([@ffflorian](https://github.com/ffflorian))
|
||||
* [`a4475de4c`](https://github.com/npm/cli/commit/a4475de4c)
|
||||
[#202](https://github.com/npm/cli/pull/202) enable production flag for
|
||||
npm audit ([@CalebCourier](https://github.com/CalebCourier))
|
||||
* [`d192904d0`](https://github.com/npm/cli/commit/d192904d0)
|
||||
[#178](https://github.com/npm/cli/pull/178) fix: Return a value for
|
||||
`view` when in silent mode
|
||||
([@stayradiated](https://github.com/stayradiated))
|
||||
* [`39d473adf`](https://github.com/npm/cli/commit/39d473adf)
|
||||
[#185](https://github.com/npm/cli/pull/185) Allow git to follow global
|
||||
tagsign config ([@junderw](https://github.com/junderw))
|
||||
|
||||
### BUGFIXES
|
||||
|
||||
* [`d9238af0b`](https://github.com/npm/cli/commit/d9238af0b)
|
||||
[#201](https://github.com/npm/cli/pull/163)
|
||||
[npm/npm#17858](https://github.com/npm/npm/issues/17858)
|
||||
[npm/npm#18042](https://github.com/npm/npm/issues/18042)
|
||||
[npm.community#644](https://npm.community/t/644) do not crash when
|
||||
removing nameless packages
|
||||
([@SteveVanOpstal](https://github.com/SteveVanOpstal) and
|
||||
[@isaacs](https://github.com/isaacs))
|
||||
* [`4bec4f111`](https://github.com/npm/cli/commit/4bec4f111)
|
||||
[#200](https://github.com/npm/cli/pull/200) Check for `node` (as well as
|
||||
`node.exe`) in npm's local dir on Windows
|
||||
([@rgoulais](https://github.com/rgoulais))
|
||||
* [`ce93dab2d`](https://github.com/npm/cli/commit/ce93dab2db423ef23b3e08a0612dafbeb2d25789)
|
||||
[#180](https://github.com/npm/cli/pull/180)
|
||||
[npm.community#6187](https://npm.community/t/6187) Fix handling of
|
||||
`remote` deps in `npm outdated` ([@larsgw](https://github.com/larsgw))
|
||||
|
||||
### TESTING
|
||||
|
||||
* [`a823f3084`](https://github.com/npm/cli/commit/a823f3084) travis: Update
|
||||
to include new v12 LTS ([@isaacs](https://github.com/isaacs))
|
||||
* [`33e2d1dac`](https://github.com/npm/cli/commit/33e2d1dac) fix flaky
|
||||
debug-logs test ([@isaacs](https://github.com/isaacs))
|
||||
* [`e9411c6cd`](https://github.com/npm/cli/commit/e9411c6cd) Don't time out
|
||||
waiting for gpg user input ([@isaacs](https://github.com/isaacs))
|
||||
* [`d2d301704`](https://github.com/npm/cli/commit/d2d301704)
|
||||
[#195](https://github.com/npm/cli/pull/195) Add the arm64 check for
|
||||
legacy-platform-all.js test case.
|
||||
([@ossdev07](https://github.com/ossdev07))
|
||||
* [`a4dc34243`](https://github.com/npm/cli/commit/a4dc34243) parallel tests
|
||||
([@isaacs](https://github.com/isaacs))
|
||||
|
||||
### DOCUMENTATION
|
||||
|
||||
* [`f5857e263`](https://github.com/npm/cli/commit/f5857e263)
|
||||
[#192](https://github.com/npm/cli/pull/192) Clarify usage of
|
||||
bundledDependencies
|
||||
([@john-osullivan](https://github.com/john-osullivan))
|
||||
* [`747fdaf66`](https://github.com/npm/cli/commit/747fdaf66)
|
||||
[#159](https://github.com/npm/cli/pull/159) doc: add --audit-level param
|
||||
([@ngraef](https://github.com/ngraef))
|
||||
|
||||
### DEPENDENCIES
|
||||
|
||||
* [`e36b3c320`](https://github.com/npm/cli/commit/e36b3c320)
|
||||
graceful-fs@4.2.0 ([@isaacs](https://github.com/isaacs))
|
||||
* [`6bb935c09`](https://github.com/npm/cli/commit/6bb935c09)
|
||||
read-package-tree@5.3.1 ([@isaacs](https://github.com/isaacs))
|
||||
* [`e9cd536`](https://github.com/npm/read-package-tree/commit/e9cd536)
|
||||
Use custom caching `realpath` implementation, dramatically reducing
|
||||
`lstat` calls when reading the package tree
|
||||
([@isaacs](https://github.com/isaacs))
|
||||
* [`39538b460`](https://github.com/npm/cli/commit/39538b460)
|
||||
write-file-atomic@2.4.3 ([@isaacs](https://github.com/isaacs))
|
||||
* [`f8b1552`](https://github.com/npm/write-file-atomic/commit/f8b1552)
|
||||
[#38](https://github.com/npm/write-file-atomic/pull/38) Ignore errors
|
||||
raised by `fs.closeSync` ([@lukeapage](https://github.com/lukeapage))
|
||||
* [`042193069`](https://github.com/npm/cli/commit/042193069) pacote@9.5.1
|
||||
([@isaacs](https://github.com/isaacs))
|
||||
* [`8bbd051`](https://github.com/npm/pacote/commit/8bbd051)
|
||||
[#172](https://github.com/zkat/pacote/pull/172) limit git retry
|
||||
times, avoid unlimited retries ([小秦](https://github.com/xqin))
|
||||
* [`92f5e4c`](https://github.com/npm/pacote/commit/92f5e4c)
|
||||
[#170](https://github.com/zkat/pacote/pull/170) fix(errors): Fix
|
||||
"TypeError: err.code.match is not a function" error
|
||||
([@jviotti](https://github.com/jviotti))
|
||||
* [`8bd8e909f`](https://github.com/npm/cli/commit/8bd8e909f) cacache@11.3.3
|
||||
([@isaacs](https://github.com/isaacs))
|
||||
* [`47de8f5`](https://github.com/npm/cacache/commit/47de8f5)
|
||||
[#146](https://github.com/zkat/cacache/pull/146)
|
||||
[npm.community#2395](https://npm.community/t/2395) fix(config): Add
|
||||
ssri config 'error' option ([@larsgw](https://github.com/larsgw))
|
||||
* [`5156561`](https://github.com/npm/cacache/commit/5156561)
|
||||
fix(write): avoid a `cb never called` situation
|
||||
([@zkat](https://github.com/zkat))
|
||||
* [`90f40f0`](https://github.com/npm/cacache/commit/90f40f0)
|
||||
[#166](https://github.com/zkat/cacache/pull/166)
|
||||
[#165](https://github.com/zkat/cacache/issues/165) docs: Fix docs for
|
||||
`path` property in get.info
|
||||
([@hdgarrood](https://github.com/hdgarrood))
|
||||
* [`bf61c45c6`](https://github.com/npm/cli/commit/bf61c45c6) bluebird@3.5.5
|
||||
([@isaacs](https://github.com/isaacs))
|
||||
* [`f75d46a9d`](https://github.com/npm/cli/commit/f75d46a9d) tar@4.4.10
|
||||
([@isaacs](https://github.com/isaacs))
|
||||
* [`c80341a`](https://github.com/npm/node-tar/commit/c80341a)
|
||||
[#215](https://github.com/npm/node-tar/pull/215) Fix
|
||||
encoding/decoding of base-256 numbers
|
||||
([@justfalter](https://github.com/justfalter))
|
||||
* [`77522f0`](https://github.com/npm/node-tar/commit/77522f0)
|
||||
[#204](https://github.com/npm/node-tar/issues/204)
|
||||
[#214](https://github.com/npm/node-tar/issues/214) Use `stat` instead
|
||||
of `lstat` when checking CWD ([@stkb](https://github.com/stkb))
|
||||
* [`ec6236210`](https://github.com/npm/cli/commit/ec6236210)
|
||||
npm-packlist@1.4.4 ([@isaacs](https://github.com/isaacs))
|
||||
* [`63d1e3e`](https://github.com/npm/npm-packlist/commit/63d1e3e)
|
||||
[#30](https://github.com/npm/npm-packlist/issues/30) Sort package
|
||||
tarball entries by file type for compression benefits
|
||||
([@isaacs](https://github.com/isaacs))
|
||||
* [`7fcd045`](https://github.com/npm/npm-packlist/commit/7fcd045)
|
||||
Ignore `.DS_Store` files as well as folders
|
||||
([@isaacs](https://github.com/isaacs))
|
||||
* [`68b7c96`](https://github.com/npm/npm-packlist/commit/68b7c96) Never
|
||||
include .git folders in package root. (Note: this prevents the issue
|
||||
that broke the v6.9.1 release.)
|
||||
([@isaacs](https://github.com/isaacs))
|
||||
* [`57bef61bc`](https://github.com/npm/cli/commit/57bef61bc) update fstream
|
||||
in node-gyp ([@isaacs](https://github.com/isaacs))
|
||||
* Addresses [security advisory
|
||||
#886](https://www.npmjs.com/advisories/886)
|
||||
* [`acbbf7eee`](https://github.com/npm/cli/commit/acbbf7eee)
|
||||
[#183](https://github.com/npm/cli/pull/183) licensee@7.0.2
|
||||
([@kemitchell](https://github.com/kemitchell))
|
||||
* [`011ae67f0`](https://github.com/npm/cli/commit/011ae67f0)
|
||||
readable-stream@3.3.0 ([@isaacs](https://github.com/isaacs))
|
||||
* [`f5e884909`](https://github.com/npm/cli/commit/f5e884909)
|
||||
npm-registry-mock@1.2.1 ([@isaacs](https://github.com/isaacs))
|
||||
* [`b57d07e35`](https://github.com/npm/cli/commit/b57d07e35)
|
||||
npm-registry-couchapp@2.7.2 ([@isaacs](https://github.com/isaacs))
|
||||
|
||||
## v6.9.2 (2019-06-27):
|
||||
|
||||
This release is identical to v6.9.1, but we had to publish a new version
|
||||
due to [a .git directory in the release](https://npm.community/t/8454).
|
||||
|
||||
## v6.9.1 (2019-06-26):
|
||||
|
||||
### BUGFIXES
|
||||
|
||||
* [`6b1a9da0e`](https://github.com/npm/cli/commit/6b1a9da0e0f5c295cdaf4dea4b73bd221d778611)
|
||||
[#165](https://github.com/npm/cli/pull/165)
|
||||
Update `knownBroken` version.
|
||||
([@ljharb](https://github.com/ljharb))
|
||||
* [`d07547154`](https://github.com/npm/cli/commit/d07547154eb8a88aa4fde8a37e128e1e3272adc1)
|
||||
[npm.community#5929](https://npm.community/t/npm-outdated-throw-an-error-cannot-read-property-length-of-undefined/5929)
|
||||
Fix `outdated` rendering for global dependencies.
|
||||
([@zkat](https://github.com/zkat))
|
||||
* [`e4a1f1745`](https://github.com/npm/cli/commit/e4a1f174514a57580fd5e0fa33eee0f42bba77fc)
|
||||
[npm.community#6259](https://npm.community/t/npm-token-create-doesnt-work-in-6-6-0-6-9-0/6259)
|
||||
Fix OTP for token create and remove.
|
||||
([@zkat](https://github.com/zkat))
|
||||
|
||||
### DEPENDENCIES
|
||||
|
||||
* [`a163a9c35`](https://github.com/npm/cli/commit/a163a9c35f6f341de343562368056258bba5d7dc)
|
||||
`sha@3.0.0`
|
||||
([@aeschright](https://github.com/aeschright))
|
||||
* [`47b08b3b9`](https://github.com/npm/cli/commit/47b08b3b9860438b416efb438e975a628ec2eed5)
|
||||
`query-string@6.4.0`
|
||||
([@aeschright](https://github.com/aeschright))
|
||||
* [`d6a956cff`](https://github.com/npm/cli/commit/d6a956cff6357e6de431848e578c391768685a64)
|
||||
`readable-stream@3.2.0`
|
||||
([@aeschright](https://github.com/aeschright))
|
||||
* [`10b8bed2b`](https://github.com/npm/cli/commit/10b8bed2bb0afac5451164e87f25924cc1ac6f2e)
|
||||
`tacks@1.3.0`
|
||||
([@aeschright](https://github.com/aeschright))
|
||||
* [`e7483704d`](https://github.com/npm/cli/commit/e7483704dda1acffc8c6b8c165c14c8a7512f3c8)
|
||||
`tap@12.6.0`
|
||||
([@aeschright](https://github.com/aeschright))
|
||||
* [`3242fe698`](https://github.com/npm/cli/commit/3242fe698ead46a9cda94e1a4d489cd84a85d7e3)
|
||||
`tar-stream@2.0.1`
|
||||
([@aeschright](https://github.com/aeschright))
|
||||
|
||||
## v6.9.0 (2019-02-20):
|
||||
|
||||
### FEATURES
|
||||
|
||||
|
3
deps/npm/bin/npm
vendored
3
deps/npm/bin/npm
vendored
@ -8,6 +8,9 @@ case `uname` in
|
||||
esac
|
||||
|
||||
NODE_EXE="$basedir/node.exe"
|
||||
if ! [ -x "$NODE_EXE" ]; then
|
||||
NODE_EXE="$basedir/node"
|
||||
fi
|
||||
if ! [ -x "$NODE_EXE" ]; then
|
||||
NODE_EXE=node
|
||||
fi
|
||||
|
17
deps/npm/doc/cli/npm-audit.md
vendored
17
deps/npm/doc/cli/npm-audit.md
vendored
@ -3,8 +3,10 @@ npm-audit(1) -- Run a security audit
|
||||
|
||||
## SYNOPSIS
|
||||
|
||||
npm audit [--json|--parseable]
|
||||
npm audit fix [--force|--package-lock-only|--dry-run|--production|--only=dev]
|
||||
npm audit [--json|--parseable|--audit-level=(low|moderate|high|critical)]
|
||||
npm audit fix [--force|--package-lock-only|--dry-run]
|
||||
|
||||
common options: [--production] [--only=(dev|prod)]
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
@ -60,6 +62,11 @@ To parse columns, you can use for example `awk`, and just print some of them:
|
||||
$ npm audit --parseable | awk -F $'\t' '{print $1,$4}'
|
||||
```
|
||||
|
||||
Fail an audit only if the results include a vulnerability with a level of moderate or higher:
|
||||
```
|
||||
$ npm audit --audit-level=moderate
|
||||
```
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
The audit command submits a description of the dependencies configured in
|
||||
@ -75,6 +82,12 @@ runs a full-fledged `npm install` under the hood, all configs that apply to the
|
||||
installer will also apply to `npm install` -- so things like `npm audit fix
|
||||
--package-lock-only` will work as expected.
|
||||
|
||||
By default, the audit command will exit with a non-zero code if any vulnerability
|
||||
is found. It may be useful in CI environments to include the `--audit-level` parameter
|
||||
to specify the minimum vulnerability level that will cause the command to fail. This
|
||||
option does not filter the report output, it simply changes the command's failure
|
||||
threshold.
|
||||
|
||||
## CONTENT SUBMITTED
|
||||
|
||||
* npm_version
|
||||
|
3
deps/npm/doc/files/package.json.md
vendored
3
deps/npm/doc/files/package.json.md
vendored
@ -648,7 +648,8 @@ If we define a package.json like this:
|
||||
we can obtain `awesome-web-framework-1.0.0.tgz` file by running `npm pack`.
|
||||
This file contains the dependencies `renderized` and `super-streams` which
|
||||
can be installed in a new project by executing `npm install
|
||||
awesome-web-framework-1.0.0.tgz`.
|
||||
awesome-web-framework-1.0.0.tgz`. Note that the package names do not include
|
||||
any versions, as that information is specified in `dependencies`.
|
||||
|
||||
If this is spelled `"bundleDependencies"`, then that is also honored.
|
||||
|
||||
|
2
deps/npm/html/doc/README.html
vendored
2
deps/npm/html/doc/README.html
vendored
@ -118,5 +118,5 @@ doubt tell you to put the output in a gist or email.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer"><a href="../doc/README.html">README</a> — npm@6.9.0</p>
|
||||
<p id="footer"><a href="../doc/README.html">README</a> — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-access.html
vendored
2
deps/npm/html/doc/cli/npm-access.html
vendored
@ -93,5 +93,5 @@ with an HTTP 402 status code (logically enough), unless you use
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-access — npm@6.9.0</p>
|
||||
<p id="footer">npm-access — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-adduser.html
vendored
2
deps/npm/html/doc/cli/npm-adduser.html
vendored
@ -78,5 +78,5 @@ username/password entry in legacy npm.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-adduser — npm@6.9.0</p>
|
||||
<p id="footer">npm-adduser — npm@6.10.0</p>
|
||||
|
||||
|
16
deps/npm/html/doc/cli/npm-audit.html
vendored
16
deps/npm/html/doc/cli/npm-audit.html
vendored
@ -11,8 +11,10 @@
|
||||
|
||||
<h1><a href="../cli/npm-audit.html">npm-audit</a></h1> <p>Run a security audit</p>
|
||||
<h2 id="synopsis">SYNOPSIS</h2>
|
||||
<pre><code>npm audit [--json|--parseable]
|
||||
npm audit fix [--force|--package-lock-only|--dry-run|--production|--only=dev]</code></pre><h2 id="examples">EXAMPLES</h2>
|
||||
<pre><code>npm audit [--json|--parseable|--audit-level=(low|moderate|high|critical)]
|
||||
npm audit fix [--force|--package-lock-only|--dry-run]
|
||||
|
||||
common options: [--production] [--only=(dev|prod)]</code></pre><h2 id="examples">EXAMPLES</h2>
|
||||
<p>Scan your project for vulnerabilities and automatically install any compatible
|
||||
updates to vulnerable dependencies:</p>
|
||||
<pre><code>$ npm audit fix</code></pre><p>Run <code>audit fix</code> without modifying <code>node_modules</code>, but still updating the
|
||||
@ -29,7 +31,8 @@ anything:</p>
|
||||
future reuse in scripting or command line post processing, like for example, selecting
|
||||
some of the columns printed:</p>
|
||||
<pre><code>$ npm audit --parseable</code></pre><p>To parse columns, you can use for example <code>awk</code>, and just print some of them:</p>
|
||||
<pre><code>$ npm audit --parseable | awk -F $'\t' '{print $1,$4}'</code></pre><h2 id="description">DESCRIPTION</h2>
|
||||
<pre><code>$ npm audit --parseable | awk -F $'\t' '{print $1,$4}'</code></pre><p>Fail an audit only if the results include a vulnerability with a level of moderate or higher:</p>
|
||||
<pre><code>$ npm audit --audit-level=moderate</code></pre><h2 id="description">DESCRIPTION</h2>
|
||||
<p>The audit command submits a description of the dependencies configured in
|
||||
your project to your default registry and asks for a report of known
|
||||
vulnerabilities. The report returned includes instructions on how to act on
|
||||
@ -41,6 +44,11 @@ will require manual intervention or review. Also note that since <code>npm audit
|
||||
runs a full-fledged <code>npm install</code> under the hood, all configs that apply to the
|
||||
installer will also apply to <code>npm install</code> -- so things like <code>npm audit fix
|
||||
--package-lock-only</code> will work as expected.</p>
|
||||
<p>By default, the audit command will exit with a non-zero code if any vulnerability
|
||||
is found. It may be useful in CI environments to include the <code>--audit-level</code> parameter
|
||||
to specify the minimum vulnerability level that will cause the command to fail. This
|
||||
option does not filter the report output, it simply changes the command's failure
|
||||
threshold.</p>
|
||||
<h2 id="content-submitted">CONTENT SUBMITTED</h2>
|
||||
<ul>
|
||||
<li>npm_version</li>
|
||||
@ -86,4 +94,4 @@ configuration setting.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-audit — npm@6.9.0</p>
|
||||
<p id="footer">npm-audit — npm@6.10.0</p>
|
||||
|
2
deps/npm/html/doc/cli/npm-bin.html
vendored
2
deps/npm/html/doc/cli/npm-bin.html
vendored
@ -34,5 +34,5 @@
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-bin — npm@6.9.0</p>
|
||||
<p id="footer">npm-bin — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-bugs.html
vendored
2
deps/npm/html/doc/cli/npm-bugs.html
vendored
@ -54,5 +54,5 @@ a <code>package.json</code> in the current folder and use the <code>name</code>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-bugs — npm@6.9.0</p>
|
||||
<p id="footer">npm-bugs — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-build.html
vendored
2
deps/npm/html/doc/cli/npm-build.html
vendored
@ -38,5 +38,5 @@ directly, run:</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-build — npm@6.9.0</p>
|
||||
<p id="footer">npm-build — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-bundle.html
vendored
2
deps/npm/html/doc/cli/npm-bundle.html
vendored
@ -31,5 +31,5 @@ install packages into the local space.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-bundle — npm@6.9.0</p>
|
||||
<p id="footer">npm-bundle — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-cache.html
vendored
2
deps/npm/html/doc/cli/npm-cache.html
vendored
@ -88,5 +88,5 @@ verify</code>.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-cache — npm@6.9.0</p>
|
||||
<p id="footer">npm-cache — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-ci.html
vendored
2
deps/npm/html/doc/cli/npm-ci.html
vendored
@ -58,4 +58,4 @@ incrementally-installed local environments of most npm users.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-ci — npm@6.9.0</p>
|
||||
<p id="footer">npm-ci — npm@6.10.0</p>
|
||||
|
2
deps/npm/html/doc/cli/npm-completion.html
vendored
2
deps/npm/html/doc/cli/npm-completion.html
vendored
@ -42,5 +42,5 @@ completions based on the arguments.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-completion — npm@6.9.0</p>
|
||||
<p id="footer">npm-completion — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-config.html
vendored
2
deps/npm/html/doc/cli/npm-config.html
vendored
@ -62,5 +62,5 @@ global config.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-config — npm@6.9.0</p>
|
||||
<p id="footer">npm-config — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-dedupe.html
vendored
2
deps/npm/html/doc/cli/npm-dedupe.html
vendored
@ -58,5 +58,5 @@ result in new modules being installed.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-dedupe — npm@6.9.0</p>
|
||||
<p id="footer">npm-dedupe — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-deprecate.html
vendored
2
deps/npm/html/doc/cli/npm-deprecate.html
vendored
@ -38,5 +38,5 @@ format an empty string.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-deprecate — npm@6.9.0</p>
|
||||
<p id="footer">npm-deprecate — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-dist-tag.html
vendored
2
deps/npm/html/doc/cli/npm-dist-tag.html
vendored
@ -86,5 +86,5 @@ begin with a number or the letter <code>v</code>.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-dist-tag — npm@6.9.0</p>
|
||||
<p id="footer">npm-dist-tag — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-docs.html
vendored
2
deps/npm/html/doc/cli/npm-docs.html
vendored
@ -55,5 +55,5 @@ the current folder and use the <code>name</code> property.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-docs — npm@6.9.0</p>
|
||||
<p id="footer">npm-docs — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-doctor.html
vendored
2
deps/npm/html/doc/cli/npm-doctor.html
vendored
@ -102,4 +102,4 @@ cache, you should probably run <code>npm cache clean</code> and reset the cache.
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-doctor — npm@6.9.0</p>
|
||||
<p id="footer">npm-doctor — npm@6.10.0</p>
|
||||
|
2
deps/npm/html/doc/cli/npm-edit.html
vendored
2
deps/npm/html/doc/cli/npm-edit.html
vendored
@ -50,5 +50,5 @@ or <code>"notepad"</code> on Windows.</li>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-edit — npm@6.9.0</p>
|
||||
<p id="footer">npm-edit — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-explore.html
vendored
2
deps/npm/html/doc/cli/npm-explore.html
vendored
@ -47,5 +47,5 @@ Windows</li>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-explore — npm@6.9.0</p>
|
||||
<p id="footer">npm-explore — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-help-search.html
vendored
2
deps/npm/html/doc/cli/npm-help-search.html
vendored
@ -44,5 +44,5 @@ where the terms were found in the documentation.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-help-search — npm@6.9.0</p>
|
||||
<p id="footer">npm-help-search — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-help.html
vendored
2
deps/npm/html/doc/cli/npm-help.html
vendored
@ -49,5 +49,5 @@ matches are equivalent to specifying a topic name.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-help — npm@6.9.0</p>
|
||||
<p id="footer">npm-help — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-hook.html
vendored
2
deps/npm/html/doc/cli/npm-hook.html
vendored
@ -52,4 +52,4 @@ request came from your own configured hook.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-hook — npm@6.9.0</p>
|
||||
<p id="footer">npm-hook — npm@6.10.0</p>
|
||||
|
2
deps/npm/html/doc/cli/npm-init.html
vendored
2
deps/npm/html/doc/cli/npm-init.html
vendored
@ -61,5 +61,5 @@ will create a scoped package.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-init — npm@6.9.0</p>
|
||||
<p id="footer">npm-init — npm@6.10.0</p>
|
||||
|
||||
|
@ -32,4 +32,4 @@ alias: npm cit</code></pre><h2 id="description">DESCRIPTION</h2>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-install-ci-test — npm@6.9.0</p>
|
||||
<p id="footer">npm-install-ci-test — npm@6.10.0</p>
|
||||
|
2
deps/npm/html/doc/cli/npm-install-test.html
vendored
2
deps/npm/html/doc/cli/npm-install-test.html
vendored
@ -41,5 +41,5 @@ takes exactly the same arguments as <code>npm install</code>.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-install-test — npm@6.9.0</p>
|
||||
<p id="footer">npm-install-test — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-install.html
vendored
2
deps/npm/html/doc/cli/npm-install.html
vendored
@ -370,5 +370,5 @@ affects a real use-case, it will be investigated.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-install — npm@6.9.0</p>
|
||||
<p id="footer">npm-install — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-link.html
vendored
2
deps/npm/html/doc/cli/npm-link.html
vendored
@ -71,5 +71,5 @@ include that scope, e.g.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-link — npm@6.9.0</p>
|
||||
<p id="footer">npm-link — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-logout.html
vendored
2
deps/npm/html/doc/cli/npm-logout.html
vendored
@ -49,5 +49,5 @@ it takes precedence.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-logout — npm@6.9.0</p>
|
||||
<p id="footer">npm-logout — npm@6.10.0</p>
|
||||
|
||||
|
4
deps/npm/html/doc/cli/npm-ls.html
vendored
4
deps/npm/html/doc/cli/npm-ls.html
vendored
@ -20,7 +20,7 @@ installed, as well as their dependencies, in a tree-structure.</p>
|
||||
limit the results to only the paths to the packages named. Note that
|
||||
nested packages will <em>also</em> show the paths to the specified packages.
|
||||
For example, running <code>npm ls promzard</code> in npm's source tree will show:</p>
|
||||
<pre><code>npm@6.9.0 /path/to/npm
|
||||
<pre><code>npm@6.10.0 /path/to/npm
|
||||
└─┬ init-package-json@0.0.4
|
||||
└── promzard@0.1.5</code></pre><p>It will print out extraneous, missing, and invalid packages.</p>
|
||||
<p>If a project specifies git urls for dependencies these are shown
|
||||
@ -108,5 +108,5 @@ project.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-ls — npm@6.9.0</p>
|
||||
<p id="footer">npm-ls — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-org.html
vendored
2
deps/npm/html/doc/cli/npm-org.html
vendored
@ -40,4 +40,4 @@ finding specific ones and their roles.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-org — npm@6.9.0</p>
|
||||
<p id="footer">npm-org — npm@6.10.0</p>
|
||||
|
2
deps/npm/html/doc/cli/npm-outdated.html
vendored
2
deps/npm/html/doc/cli/npm-outdated.html
vendored
@ -116,5 +116,5 @@ project.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-outdated — npm@6.9.0</p>
|
||||
<p id="footer">npm-outdated — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-owner.html
vendored
2
deps/npm/html/doc/cli/npm-owner.html
vendored
@ -53,5 +53,5 @@ with <code>--otp</code>.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-owner — npm@6.9.0</p>
|
||||
<p id="footer">npm-owner — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-pack.html
vendored
2
deps/npm/html/doc/cli/npm-pack.html
vendored
@ -42,5 +42,5 @@ actually packing anything. Reports on what would have gone into the tarball.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-pack — npm@6.9.0</p>
|
||||
<p id="footer">npm-pack — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-ping.html
vendored
2
deps/npm/html/doc/cli/npm-ping.html
vendored
@ -33,5 +33,5 @@ If it works it will output something like:</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-ping — npm@6.9.0</p>
|
||||
<p id="footer">npm-ping — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-prefix.html
vendored
2
deps/npm/html/doc/cli/npm-prefix.html
vendored
@ -38,5 +38,5 @@ also specified.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-prefix — npm@6.9.0</p>
|
||||
<p id="footer">npm-prefix — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-profile.html
vendored
2
deps/npm/html/doc/cli/npm-profile.html
vendored
@ -88,4 +88,4 @@ available on non npmjs.com registries.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-profile — npm@6.9.0</p>
|
||||
<p id="footer">npm-profile — npm@6.10.0</p>
|
||||
|
2
deps/npm/html/doc/cli/npm-prune.html
vendored
2
deps/npm/html/doc/cli/npm-prune.html
vendored
@ -47,5 +47,5 @@ and it's up to you to run <code>npm prune</code> from time-to-time to remove
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-prune — npm@6.9.0</p>
|
||||
<p id="footer">npm-prune — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-publish.html
vendored
2
deps/npm/html/doc/cli/npm-publish.html
vendored
@ -87,5 +87,5 @@ included and packs them into a tarball to be uploaded to the registry.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-publish — npm@6.9.0</p>
|
||||
<p id="footer">npm-publish — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-rebuild.html
vendored
2
deps/npm/html/doc/cli/npm-rebuild.html
vendored
@ -34,5 +34,5 @@ the new binary.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-rebuild — npm@6.9.0</p>
|
||||
<p id="footer">npm-rebuild — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-repo.html
vendored
2
deps/npm/html/doc/cli/npm-repo.html
vendored
@ -40,5 +40,5 @@ a <code>package.json</code> in the current folder and use the <code>name</code>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-repo — npm@6.9.0</p>
|
||||
<p id="footer">npm-repo — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-restart.html
vendored
2
deps/npm/html/doc/cli/npm-restart.html
vendored
@ -52,5 +52,5 @@ behavior will be accompanied by an increase in major version number</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-restart — npm@6.9.0</p>
|
||||
<p id="footer">npm-restart — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-root.html
vendored
2
deps/npm/html/doc/cli/npm-root.html
vendored
@ -34,5 +34,5 @@
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-root — npm@6.9.0</p>
|
||||
<p id="footer">npm-root — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-run-script.html
vendored
2
deps/npm/html/doc/cli/npm-run-script.html
vendored
@ -79,5 +79,5 @@ without breaking the execution chain.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-run-script — npm@6.9.0</p>
|
||||
<p id="footer">npm-run-script — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-search.html
vendored
2
deps/npm/html/doc/cli/npm-search.html
vendored
@ -108,5 +108,5 @@ setting.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-search — npm@6.9.0</p>
|
||||
<p id="footer">npm-search — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-shrinkwrap.html
vendored
2
deps/npm/html/doc/cli/npm-shrinkwrap.html
vendored
@ -40,5 +40,5 @@ of package locks in npm, see <a href="../files/npm-package-locks.html">npm-packa
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-shrinkwrap — npm@6.9.0</p>
|
||||
<p id="footer">npm-shrinkwrap — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-star.html
vendored
2
deps/npm/html/doc/cli/npm-star.html
vendored
@ -35,5 +35,5 @@ a vaguely positive way to show that you care.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-star — npm@6.9.0</p>
|
||||
<p id="footer">npm-star — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-stars.html
vendored
2
deps/npm/html/doc/cli/npm-stars.html
vendored
@ -35,5 +35,5 @@ you will most certainly enjoy this command.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-stars — npm@6.9.0</p>
|
||||
<p id="footer">npm-stars — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-start.html
vendored
2
deps/npm/html/doc/cli/npm-start.html
vendored
@ -38,5 +38,5 @@ more details.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-start — npm@6.9.0</p>
|
||||
<p id="footer">npm-start — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-stop.html
vendored
2
deps/npm/html/doc/cli/npm-stop.html
vendored
@ -33,5 +33,5 @@
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-stop — npm@6.9.0</p>
|
||||
<p id="footer">npm-stop — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-team.html
vendored
2
deps/npm/html/doc/cli/npm-team.html
vendored
@ -69,5 +69,5 @@ use the <code>npm access</code> command to grant or revoke the appropriate permi
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-team — npm@6.9.0</p>
|
||||
<p id="footer">npm-team — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-test.html
vendored
2
deps/npm/html/doc/cli/npm-test.html
vendored
@ -35,5 +35,5 @@
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-test — npm@6.9.0</p>
|
||||
<p id="footer">npm-test — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-token.html
vendored
2
deps/npm/html/doc/cli/npm-token.html
vendored
@ -81,4 +81,4 @@ This will NOT accept the truncated token found in <code>npm token list</code> ou
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-token — npm@6.9.0</p>
|
||||
<p id="footer">npm-token — npm@6.10.0</p>
|
||||
|
2
deps/npm/html/doc/cli/npm-uninstall.html
vendored
2
deps/npm/html/doc/cli/npm-uninstall.html
vendored
@ -60,5 +60,5 @@ npm uninstall lodash --no-save</code></pre><h2 id="see-also">SEE ALSO</h2>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-uninstall — npm@6.9.0</p>
|
||||
<p id="footer">npm-uninstall — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-unpublish.html
vendored
2
deps/npm/html/doc/cli/npm-unpublish.html
vendored
@ -52,5 +52,5 @@ contact <a href="mailto:support@npmjs.com">support@npmjs.com</a>.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-unpublish — npm@6.9.0</p>
|
||||
<p id="footer">npm-unpublish — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-update.html
vendored
2
deps/npm/html/doc/cli/npm-update.html
vendored
@ -100,5 +100,5 @@ be <em>downgraded</em>.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-update — npm@6.9.0</p>
|
||||
<p id="footer">npm-update — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-version.html
vendored
2
deps/npm/html/doc/cli/npm-version.html
vendored
@ -116,5 +116,5 @@ to the same value as the current version.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-version — npm@6.9.0</p>
|
||||
<p id="footer">npm-version — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-view.html
vendored
2
deps/npm/html/doc/cli/npm-view.html
vendored
@ -75,5 +75,5 @@ the field name.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-view — npm@6.9.0</p>
|
||||
<p id="footer">npm-view — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/cli/npm-whoami.html
vendored
2
deps/npm/html/doc/cli/npm-whoami.html
vendored
@ -32,5 +32,5 @@
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-whoami — npm@6.9.0</p>
|
||||
<p id="footer">npm-whoami — npm@6.10.0</p>
|
||||
|
||||
|
6
deps/npm/html/doc/cli/npm.html
vendored
6
deps/npm/html/doc/cli/npm.html
vendored
@ -12,7 +12,7 @@
|
||||
<h1><a href="../cli/npm.html">npm</a></h1> <p>javascript package manager</p>
|
||||
<h2 id="synopsis">SYNOPSIS</h2>
|
||||
<pre><code>npm <command> [args]</code></pre><h2 id="version">VERSION</h2>
|
||||
<p>6.9.0</p>
|
||||
<p>6.10.0</p>
|
||||
<h2 id="description">DESCRIPTION</h2>
|
||||
<p>npm is the package manager for the Node JavaScript platform. It puts
|
||||
modules in place so that node can find them, and manages dependency
|
||||
@ -130,7 +130,7 @@ reproduction to report.</p>
|
||||
<p><a href="http://blog.izs.me/">Isaac Z. Schlueter</a> ::
|
||||
<a href="https://github.com/isaacs/">isaacs</a> ::
|
||||
<a href="https://twitter.com/izs">@izs</a> ::
|
||||
<a href="mailto:i@izs.me">i@izs.me</a></p>
|
||||
<a href="mailto:i@izs.me">i@izs.me</a></p>
|
||||
<h2 id="see-also">SEE ALSO</h2>
|
||||
<ul>
|
||||
<li><a href="../cli/npm-help.html">npm-help(1)</a></li>
|
||||
@ -154,5 +154,5 @@ reproduction to report.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm — npm@6.9.0</p>
|
||||
<p id="footer">npm — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/files/npm-folders.html
vendored
2
deps/npm/html/doc/files/npm-folders.html
vendored
@ -179,5 +179,5 @@ cannot be found elsewhere. See <code><a href="../files/package.json.html">packa
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-folders — npm@6.9.0</p>
|
||||
<p id="footer">npm-folders — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/files/npm-global.html
vendored
2
deps/npm/html/doc/files/npm-global.html
vendored
@ -179,5 +179,5 @@ cannot be found elsewhere. See <code><a href="../files/package.json.html">packa
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-folders — npm@6.9.0</p>
|
||||
<p id="footer">npm-folders — npm@6.10.0</p>
|
||||
|
||||
|
5
deps/npm/html/doc/files/npm-json.html
vendored
5
deps/npm/html/doc/files/npm-json.html
vendored
@ -462,7 +462,8 @@ array and executing <code>npm pack</code>.</p>
|
||||
}</code></pre><p>we can obtain <code>awesome-web-framework-1.0.0.tgz</code> file by running <code>npm pack</code>.
|
||||
This file contains the dependencies <code>renderized</code> and <code>super-streams</code> which
|
||||
can be installed in a new project by executing <code>npm install
|
||||
awesome-web-framework-1.0.0.tgz</code>.</p>
|
||||
awesome-web-framework-1.0.0.tgz</code>. Note that the package names do not include
|
||||
any versions, as that information is specified in <code>dependencies</code>.</p>
|
||||
<p>If this is spelled <code>"bundleDependencies"</code>, then that is also honored.</p>
|
||||
<h2 id="optionaldependencies">optionalDependencies</h2>
|
||||
<p>If a dependency can be used, but you would like npm to proceed if it cannot be
|
||||
@ -580,5 +581,5 @@ ignored.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">package.json — npm@6.9.0</p>
|
||||
<p id="footer">package.json — npm@6.10.0</p>
|
||||
|
||||
|
@ -154,4 +154,4 @@ pre-<code>npm@5.7.0</code> versions of npm 5, albeit a bit more noisily. Note th
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-package-locks — npm@6.9.0</p>
|
||||
<p id="footer">npm-package-locks — npm@6.10.0</p>
|
||||
|
@ -42,4 +42,4 @@ to the manual page for <a href="../files/package-lock.json.html">package-lock.js
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-shrinkwrap.json — npm@6.9.0</p>
|
||||
<p id="footer">npm-shrinkwrap.json — npm@6.10.0</p>
|
||||
|
2
deps/npm/html/doc/files/npmrc.html
vendored
2
deps/npm/html/doc/files/npmrc.html
vendored
@ -82,5 +82,5 @@ manner.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npmrc — npm@6.9.0</p>
|
||||
<p id="footer">npmrc — npm@6.10.0</p>
|
||||
|
||||
|
@ -130,4 +130,4 @@ should match via normal matching rules a dependency either in our
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">package-lock.json — npm@6.9.0</p>
|
||||
<p id="footer">package-lock.json — npm@6.10.0</p>
|
||||
|
5
deps/npm/html/doc/files/package.json.html
vendored
5
deps/npm/html/doc/files/package.json.html
vendored
@ -462,7 +462,8 @@ array and executing <code>npm pack</code>.</p>
|
||||
}</code></pre><p>we can obtain <code>awesome-web-framework-1.0.0.tgz</code> file by running <code>npm pack</code>.
|
||||
This file contains the dependencies <code>renderized</code> and <code>super-streams</code> which
|
||||
can be installed in a new project by executing <code>npm install
|
||||
awesome-web-framework-1.0.0.tgz</code>.</p>
|
||||
awesome-web-framework-1.0.0.tgz</code>. Note that the package names do not include
|
||||
any versions, as that information is specified in <code>dependencies</code>.</p>
|
||||
<p>If this is spelled <code>"bundleDependencies"</code>, then that is also honored.</p>
|
||||
<h2 id="optionaldependencies">optionalDependencies</h2>
|
||||
<p>If a dependency can be used, but you would like npm to proceed if it cannot be
|
||||
@ -580,5 +581,5 @@ ignored.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">package.json — npm@6.9.0</p>
|
||||
<p id="footer">package.json — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/index.html
vendored
2
deps/npm/html/doc/index.html
vendored
@ -182,5 +182,5 @@
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-index — npm@6.9.0</p>
|
||||
<p id="footer">npm-index — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/misc/npm-coding-style.html
vendored
2
deps/npm/html/doc/misc/npm-coding-style.html
vendored
@ -145,5 +145,5 @@ set to anything."</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-coding-style — npm@6.9.0</p>
|
||||
<p id="footer">npm-coding-style — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/misc/npm-config.html
vendored
2
deps/npm/html/doc/misc/npm-config.html
vendored
@ -1078,5 +1078,5 @@ exit successfully.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-config — npm@6.9.0</p>
|
||||
<p id="footer">npm-config — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/misc/npm-developers.html
vendored
2
deps/npm/html/doc/misc/npm-developers.html
vendored
@ -198,5 +198,5 @@ from a fresh checkout.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-developers — npm@6.9.0</p>
|
||||
<p id="footer">npm-developers — npm@6.10.0</p>
|
||||
|
||||
|
12
deps/npm/html/doc/misc/npm-disputes.html
vendored
12
deps/npm/html/doc/misc/npm-disputes.html
vendored
@ -20,7 +20,7 @@ Conduct.</p>
|
||||
<h2 id="tldr">TL;DR</h2>
|
||||
<ol>
|
||||
<li>Get the author email with <code>npm owner ls <pkgname></code></li>
|
||||
<li>Email the author, CC <a href="mailto:support@npmjs.com">support@npmjs.com</a></li>
|
||||
<li>Email the author, CC <a href="mailto:support@npmjs.com">support@npmjs.com</a></li>
|
||||
<li>After a few weeks, if there's no resolution, we'll sort it out.</li>
|
||||
</ol>
|
||||
<p>Don't squat on package names. Publish code or move out of the way.</p>
|
||||
@ -58,13 +58,13 @@ because Yusuf's <code>foo</code> is in the way.</p>
|
||||
</li>
|
||||
<li><p>Alice emails Yusuf, explaining the situation <strong>as respectfully as possible</strong>,
|
||||
and what she would like to do with the module name. She adds the npm support
|
||||
staff <a href="mailto:support@npmjs.com">support@npmjs.com</a> to the CC list of the email. Mention in the email
|
||||
staff <a href="mailto:support@npmjs.com">support@npmjs.com</a> to the CC list of the email. Mention in the email
|
||||
that Yusuf can run npm owner <code>add alice foo</code> to add Alice as an owner of the
|
||||
foo package.</p>
|
||||
</li>
|
||||
<li><p>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
|
||||
<a href="mailto:support@npmjs.com">support@npmjs.com</a> and we'll sort it out. ("Reasonable" is usually at least
|
||||
<a href="mailto:support@npmjs.com">support@npmjs.com</a> and we'll sort it out. ("Reasonable" is usually at least
|
||||
4 weeks.)</p>
|
||||
</li>
|
||||
</ol>
|
||||
@ -101,12 +101,12 @@ application database or otherwise putting non-packagey things into it.</li>
|
||||
<a href="https://www.npmjs.com/policies/conduct">Code of Conduct</a> such as hateful
|
||||
language, pornographic content, or harassment.</li>
|
||||
</ol>
|
||||
<p>If you see bad behavior like this, please report it to <a href="mailto:abuse@npmjs.com">abuse@npmjs.com</a> right
|
||||
<p>If you see bad behavior like this, please report it to <a href="mailto:abuse@npmjs.com">abuse@npmjs.com</a> right
|
||||
away. <strong>You are never expected to resolve abusive behavior on your own. We are
|
||||
here to help.</strong></p>
|
||||
<h2 id="trademarks">TRADEMARKS</h2>
|
||||
<p>If you think another npm publisher is infringing your trademark, such as by
|
||||
using a confusingly similar package name, email <a href="mailto:abuse@npmjs.com">abuse@npmjs.com</a> with a link to
|
||||
using a confusingly similar package name, email <a href="mailto:abuse@npmjs.com">abuse@npmjs.com</a> with a link to
|
||||
the package or user account on <a href="https://www.npmjs.com/">https://www.npmjs.com/</a>.
|
||||
Attach a copy of your trademark registration certificate.</p>
|
||||
<p>If we see that the package's publisher is intentionally misleading others by
|
||||
@ -139,5 +139,5 @@ License.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-disputes — npm@6.9.0</p>
|
||||
<p id="footer">npm-disputes — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/misc/npm-index.html
vendored
2
deps/npm/html/doc/misc/npm-index.html
vendored
@ -182,5 +182,5 @@
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-index — npm@6.9.0</p>
|
||||
<p id="footer">npm-index — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/misc/npm-orgs.html
vendored
2
deps/npm/html/doc/misc/npm-orgs.html
vendored
@ -77,5 +77,5 @@
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-orgs — npm@6.9.0</p>
|
||||
<p id="footer">npm-orgs — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/misc/npm-registry.html
vendored
2
deps/npm/html/doc/misc/npm-registry.html
vendored
@ -96,5 +96,5 @@ effectively implement the entire CouchDB API anyway.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-registry — npm@6.9.0</p>
|
||||
<p id="footer">npm-registry — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/misc/npm-scope.html
vendored
2
deps/npm/html/doc/misc/npm-scope.html
vendored
@ -93,5 +93,5 @@ that registry instead.</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-scope — npm@6.9.0</p>
|
||||
<p id="footer">npm-scope — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/misc/npm-scripts.html
vendored
2
deps/npm/html/doc/misc/npm-scripts.html
vendored
@ -234,5 +234,5 @@ scripts is for compilation which must be done on the target architecture.</li>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">npm-scripts — npm@6.9.0</p>
|
||||
<p id="footer">npm-scripts — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/misc/removing-npm.html
vendored
2
deps/npm/html/doc/misc/removing-npm.html
vendored
@ -52,5 +52,5 @@ modules. To track those down, you can do the following:</p>
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">removing-npm — npm@6.9.0</p>
|
||||
<p id="footer">removing-npm — npm@6.10.0</p>
|
||||
|
||||
|
2
deps/npm/html/doc/misc/semver.html
vendored
2
deps/npm/html/doc/misc/semver.html
vendored
@ -361,5 +361,5 @@ higher value components are invalid (<code>9999999999999999.4.7.4</code> is like
|
||||
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
|
||||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
|
||||
</table>
|
||||
<p id="footer">semver — npm@6.9.0</p>
|
||||
<p id="footer">semver — npm@6.10.0</p>
|
||||
|
||||
|
21
deps/npm/lib/adduser.js
vendored
21
deps/npm/lib/adduser.js
vendored
@ -1,9 +1,9 @@
|
||||
module.exports = adduser
|
||||
|
||||
var log = require('npmlog')
|
||||
var npm = require('./npm.js')
|
||||
var usage = require('./utils/usage')
|
||||
var crypto
|
||||
const log = require('npmlog')
|
||||
const npm = require('./npm.js')
|
||||
const usage = require('./utils/usage')
|
||||
let crypto
|
||||
|
||||
try {
|
||||
crypto = require('crypto')
|
||||
@ -21,20 +21,21 @@ function adduser (args, cb) {
|
||||
))
|
||||
}
|
||||
|
||||
var registry = npm.config.get('registry')
|
||||
var scope = npm.config.get('scope')
|
||||
var creds = npm.config.getCredentialsByURI(npm.config.get('registry'))
|
||||
let registry = npm.config.get('registry')
|
||||
const scope = npm.config.get('scope')
|
||||
const creds = npm.config.getCredentialsByURI(npm.config.get('registry'))
|
||||
|
||||
if (scope) {
|
||||
var scopedRegistry = npm.config.get(scope + ':registry')
|
||||
var cliRegistry = npm.config.get('registry', 'cli')
|
||||
const scopedRegistry = npm.config.get(scope + ':registry')
|
||||
const cliRegistry = npm.config.get('registry', 'cli')
|
||||
if (scopedRegistry && !cliRegistry) registry = scopedRegistry
|
||||
}
|
||||
|
||||
log.disableProgress()
|
||||
|
||||
let auth
|
||||
try {
|
||||
var auth = require('./auth/' + npm.config.get('auth-type'))
|
||||
auth = require('./auth/' + npm.config.get('auth-type'))
|
||||
} catch (e) {
|
||||
return cb(new Error('no such auth module'))
|
||||
}
|
||||
|
4
deps/npm/lib/audit.js
vendored
4
deps/npm/lib/audit.js
vendored
@ -39,7 +39,7 @@ module.exports = auditCmd
|
||||
const usage = require('./utils/usage')
|
||||
auditCmd.usage = usage(
|
||||
'audit',
|
||||
'\nnpm audit [--json]' +
|
||||
'\nnpm audit [--json] [--production]' +
|
||||
'\nnpm audit fix ' +
|
||||
'[--force|--package-lock-only|--dry-run|--production|--only=(dev|prod)]'
|
||||
)
|
||||
@ -175,7 +175,7 @@ function auditCmd (args, cb) {
|
||||
const requires = Object.assign(
|
||||
{},
|
||||
(pkgJson && pkgJson.dependencies) || {},
|
||||
(pkgJson && pkgJson.devDependencies) || {}
|
||||
(!opts.production && pkgJson && pkgJson.devDependencies) || {}
|
||||
)
|
||||
return lockVerify(npm.prefix).then((result) => {
|
||||
if (result.status) return audit.generate(sw, requires)
|
||||
|
11
deps/npm/lib/outdated.js
vendored
11
deps/npm/lib/outdated.js
vendored
@ -101,7 +101,10 @@ function outdated (args, silent, cb) {
|
||||
return aa[0].path.localeCompare(bb[0].path) ||
|
||||
aa[1].localeCompare(bb[1])
|
||||
})
|
||||
if (er || silent || list.length === 0) return cb(er, list)
|
||||
if (er || silent ||
|
||||
(list.length === 0 && !opts.json)) {
|
||||
return cb(er, list)
|
||||
}
|
||||
if (opts.json) {
|
||||
output(makeJSON(list, opts))
|
||||
} else if (opts.parseable) {
|
||||
@ -129,7 +132,7 @@ function outdated (args, silent, cb) {
|
||||
}
|
||||
output(table(outTable, tableOpts))
|
||||
}
|
||||
process.exitCode = 1
|
||||
process.exitCode = list.length ? 1 : 0
|
||||
cb(null, list.map(function (item) { return [item[0].parent.path].concat(item.slice(1, 7)) }))
|
||||
})
|
||||
}))
|
||||
@ -149,7 +152,7 @@ function makePretty (p, opts) {
|
||||
has || 'MISSING',
|
||||
want,
|
||||
latest,
|
||||
deppath
|
||||
deppath || 'global'
|
||||
]
|
||||
if (long) {
|
||||
columns[5] = type
|
||||
@ -366,6 +369,8 @@ function shouldUpdate (args, tree, dep, has, req, depth, pkgpath, opts, cb, type
|
||||
return doIt('git', 'git')
|
||||
} else if (parsed.type === 'file') {
|
||||
return updateLocalDeps()
|
||||
} else if (parsed.type === 'remote') {
|
||||
return doIt('remote', 'remote')
|
||||
} else {
|
||||
return packument(parsed, opts.concat({
|
||||
'prefer-online': true
|
||||
|
23
deps/npm/lib/token.js
vendored
23
deps/npm/lib/token.js
vendored
@ -5,6 +5,7 @@ const npm = require('./npm.js')
|
||||
const figgyPudding = require('figgy-pudding')
|
||||
const npmConfig = require('./config/figgy-config.js')
|
||||
const output = require('./utils/output.js')
|
||||
const otplease = require('./utils/otplease.js')
|
||||
const Table = require('cli-table3')
|
||||
const Bluebird = require('bluebird')
|
||||
const isCidrV4 = require('is-cidr').v4
|
||||
@ -80,6 +81,7 @@ function generateTokenIds (tokens, minLength) {
|
||||
}
|
||||
|
||||
const TokenConfig = figgyPudding({
|
||||
auth: {},
|
||||
registry: {},
|
||||
otp: {},
|
||||
cidr: {},
|
||||
@ -185,13 +187,8 @@ function rm (args) {
|
||||
}
|
||||
})
|
||||
return Bluebird.map(toRemove, (key) => {
|
||||
return profile.removeToken(key, conf).catch((ex) => {
|
||||
if (ex.code !== 'EOTP') throw ex
|
||||
log.info('token', 'failed because revoking this token requires OTP')
|
||||
return readUserInfo.otp().then((otp) => {
|
||||
conf.auth.otp = otp
|
||||
return profile.removeToken(key, conf)
|
||||
})
|
||||
return otplease(conf, conf => {
|
||||
return profile.removeToken(key, conf)
|
||||
})
|
||||
})
|
||||
})).then(() => {
|
||||
@ -213,15 +210,9 @@ function create (args) {
|
||||
const validCIDR = validateCIDRList(cidr)
|
||||
return readUserInfo.password().then((password) => {
|
||||
log.info('token', 'creating')
|
||||
return profile.createToken(password, readonly, validCIDR, conf).catch((ex) => {
|
||||
if (ex.code !== 'EOTP') throw ex
|
||||
log.info('token', 'failed because it requires OTP')
|
||||
return readUserInfo.otp().then((otp) => {
|
||||
conf.auth.otp = otp
|
||||
log.info('token', 'creating with OTP')
|
||||
return pulseTillDone.withPromise(profile.createToken(password, readonly, validCIDR, conf))
|
||||
})
|
||||
})
|
||||
return pulseTillDone.withPromise(otplease(conf, conf => {
|
||||
return profile.createToken(password, readonly, validCIDR, conf)
|
||||
}))
|
||||
}).then((result) => {
|
||||
delete result.key
|
||||
delete result.updated
|
||||
|
4
deps/npm/lib/unbuild.js
vendored
4
deps/npm/lib/unbuild.js
vendored
@ -58,7 +58,9 @@ function rmStuff (pkg, folder, cb) {
|
||||
// if it's global, and folder is in {prefix}/node_modules,
|
||||
// then bins are in {prefix}/bin
|
||||
// otherwise, then bins are in folder/../.bin
|
||||
var parent = pkg.name[0] === '@' ? path.dirname(path.dirname(folder)) : path.dirname(folder)
|
||||
var dir = path.dirname(folder)
|
||||
var scope = path.basename(dir)
|
||||
var parent = scope.charAt(0) === '@' ? path.dirname(dir) : dir
|
||||
var gnm = npm.dir
|
||||
// gnm might be an absolute path, parent might be relative
|
||||
// this checks they're the same directory regardless
|
||||
|
2
deps/npm/lib/unpublish.js
vendored
2
deps/npm/lib/unpublish.js
vendored
@ -99,7 +99,7 @@ function unpublish (args, cb) {
|
||||
}).then(
|
||||
ret => {
|
||||
if (!opts.silent && opts.loglevel !== 'silent') {
|
||||
output(`-${spec.name}${
|
||||
output(`- ${spec.name}${
|
||||
spec.type === 'version' ? `@${spec.rawSpec}` : ''
|
||||
}`)
|
||||
}
|
||||
|
2
deps/npm/lib/utils/unsupported.js
vendored
2
deps/npm/lib/utils/unsupported.js
vendored
@ -8,7 +8,7 @@ var supportedNode = [
|
||||
{ver: '11', min: '11.0.0'},
|
||||
{ver: '12', min: '12.0.0'}
|
||||
]
|
||||
var knownBroken = '<4.7.0'
|
||||
var knownBroken = '<6.0.0'
|
||||
|
||||
var checkVersion = exports.checkVersion = function (version) {
|
||||
var versionNoPrerelease = version.replace(/-.*$/, '')
|
||||
|
2
deps/npm/lib/version.js
vendored
2
deps/npm/lib/version.js
vendored
@ -301,7 +301,7 @@ function _commit (version, localData, cb) {
|
||||
...(signCommit ? ['-S', '-m'] : ['-m']),
|
||||
message
|
||||
])
|
||||
const flagForTag = signTag ? '-sm' : '-am'
|
||||
const flagForTag = signTag ? '-sm' : '-m'
|
||||
|
||||
stagePackageFiles(localData, options).then(() => {
|
||||
return git.exec(commitArgs, options)
|
||||
|
1
deps/npm/lib/view.js
vendored
1
deps/npm/lib/view.js
vendored
@ -185,6 +185,7 @@ function fetchAndRead (nv, args, silent, opts, cb) {
|
||||
}
|
||||
|
||||
if (silent) {
|
||||
return retval
|
||||
} else if (error) {
|
||||
throw error
|
||||
} else if (
|
||||
|
2
deps/npm/man/man1/npm-README.1
vendored
2
deps/npm/man/man1/npm-README.1
vendored
@ -1,4 +1,4 @@
|
||||
.TH "NPM" "1" "April 2019" "" ""
|
||||
.TH "NPM" "1" "July 2019" "" ""
|
||||
.SH "NAME"
|
||||
\fBnpm\fR \- a JavaScript package manager
|
||||
.P
|
||||
|
2
deps/npm/man/man1/npm-access.1
vendored
2
deps/npm/man/man1/npm-access.1
vendored
@ -1,4 +1,4 @@
|
||||
.TH "NPM\-ACCESS" "1" "April 2019" "" ""
|
||||
.TH "NPM\-ACCESS" "1" "July 2019" "" ""
|
||||
.SH "NAME"
|
||||
\fBnpm-access\fR \- Set access level on published packages
|
||||
.SH SYNOPSIS
|
||||
|
2
deps/npm/man/man1/npm-adduser.1
vendored
2
deps/npm/man/man1/npm-adduser.1
vendored
@ -1,4 +1,4 @@
|
||||
.TH "NPM\-ADDUSER" "1" "April 2019" "" ""
|
||||
.TH "NPM\-ADDUSER" "1" "July 2019" "" ""
|
||||
.SH "NAME"
|
||||
\fBnpm-adduser\fR \- Add a registry user account
|
||||
.SH SYNOPSIS
|
||||
|
22
deps/npm/man/man1/npm-audit.1
vendored
22
deps/npm/man/man1/npm-audit.1
vendored
@ -1,12 +1,14 @@
|
||||
.TH "NPM\-AUDIT" "1" "April 2019" "" ""
|
||||
.TH "NPM\-AUDIT" "1" "July 2019" "" ""
|
||||
.SH "NAME"
|
||||
\fBnpm-audit\fR \- Run a security audit
|
||||
.SH SYNOPSIS
|
||||
.P
|
||||
.RS 2
|
||||
.nf
|
||||
npm audit [\-\-json|\-\-parseable]
|
||||
npm audit fix [\-\-force|\-\-package\-lock\-only|\-\-dry\-run|\-\-production|\-\-only=dev]
|
||||
npm audit [\-\-json|\-\-parseable|\-\-audit\-level=(low|moderate|high|critical)]
|
||||
npm audit fix [\-\-force|\-\-package\-lock\-only|\-\-dry\-run]
|
||||
|
||||
common options: [\-\-production] [\-\-only=(dev|prod)]
|
||||
.fi
|
||||
.RE
|
||||
.SH EXAMPLES
|
||||
@ -89,6 +91,14 @@ To parse columns, you can use for example \fBawk\fP, and just print some of them
|
||||
$ npm audit \-\-parseable | awk \-F $'\\t' '{print $1,$4}'
|
||||
.fi
|
||||
.RE
|
||||
.P
|
||||
Fail an audit only if the results include a vulnerability with a level of moderate or higher:
|
||||
.P
|
||||
.RS 2
|
||||
.nf
|
||||
$ npm audit \-\-audit\-level=moderate
|
||||
.fi
|
||||
.RE
|
||||
.SH DESCRIPTION
|
||||
.P
|
||||
The audit command submits a description of the dependencies configured in
|
||||
@ -103,6 +113,12 @@ will require manual intervention or review\. Also note that since \fBnpm audit f
|
||||
runs a full\-fledged \fBnpm install\fP under the hood, all configs that apply to the
|
||||
installer will also apply to \fBnpm install\fP \-\- so things like \fBnpm audit fix
|
||||
\-\-package\-lock\-only\fP will work as expected\.
|
||||
.P
|
||||
By default, the audit command will exit with a non\-zero code if any vulnerability
|
||||
is found\. It may be useful in CI environments to include the \fB\-\-audit\-level\fP parameter
|
||||
to specify the minimum vulnerability level that will cause the command to fail\. This
|
||||
option does not filter the report output, it simply changes the command's failure
|
||||
threshold\.
|
||||
.SH CONTENT SUBMITTED
|
||||
.RS 0
|
||||
.IP \(bu 2
|
||||
|
2
deps/npm/man/man1/npm-bin.1
vendored
2
deps/npm/man/man1/npm-bin.1
vendored
@ -1,4 +1,4 @@
|
||||
.TH "NPM\-BIN" "1" "April 2019" "" ""
|
||||
.TH "NPM\-BIN" "1" "July 2019" "" ""
|
||||
.SH "NAME"
|
||||
\fBnpm-bin\fR \- Display npm bin folder
|
||||
.SH SYNOPSIS
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user