deps: upgrade npm to 6.9.0
Co-authored-by: Myles Borins <mylesborins@google.com> PR-URL: https://github.com/nodejs/node/pull/26244 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
parent
58aaf58406
commit
033f6b566e
1
deps/npm/.licensee.json
vendored
1
deps/npm/.licensee.json
vendored
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"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)",
|
"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)",
|
||||||
|
"corrections": true,
|
||||||
"whitelist": {
|
"whitelist": {
|
||||||
"config-chain": "1.1.12",
|
"config-chain": "1.1.12",
|
||||||
"cyclist": "0.2.2",
|
"cyclist": "0.2.2",
|
||||||
|
2
deps/npm/.npmignore
vendored
2
deps/npm/.npmignore
vendored
@ -4,7 +4,7 @@ npm-debug.log
|
|||||||
/.github
|
/.github
|
||||||
/test
|
/test
|
||||||
node_modules/marked
|
node_modules/marked
|
||||||
node_modules/ronn
|
node_modules/marked-man
|
||||||
node_modules/tap
|
node_modules/tap
|
||||||
node_modules/.bin
|
node_modules/.bin
|
||||||
node_modules/npm-registry-mock
|
node_modules/npm-registry-mock
|
||||||
|
11
deps/npm/AUTHORS
vendored
11
deps/npm/AUTHORS
vendored
@ -619,3 +619,14 @@ Beni von Cheni <benjaminlchen@gmail.com>
|
|||||||
Frédéric Harper <fharper@npmjs.com>
|
Frédéric Harper <fharper@npmjs.com>
|
||||||
Johannes Würbach <johannes.wuerbach@googlemail.com>
|
Johannes Würbach <johannes.wuerbach@googlemail.com>
|
||||||
ƇʘƁ̆ąƇ́ <anchnk@users.noreply.github.com>
|
ƇʘƁ̆ąƇ́ <anchnk@users.noreply.github.com>
|
||||||
|
Eli Doran <eli@elidoran.com>
|
||||||
|
Tobias Koppers <tobias.koppers@googlemail.com>
|
||||||
|
Grey Baker <greysteil@gmail.com>
|
||||||
|
JT Turner <jtwebman@gmail.com>
|
||||||
|
Audrey Eschright <audrey@lifeofaudrey.com>
|
||||||
|
Alexander Gudulin <alexandr.gudulin@gmail.com>
|
||||||
|
Philipp Hagemeister <phihag@phihag.de>
|
||||||
|
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>
|
||||||
|
171
deps/npm/CHANGELOG.md
vendored
171
deps/npm/CHANGELOG.md
vendored
@ -1,3 +1,174 @@
|
|||||||
|
## v6.9.0 (2018-02-20):
|
||||||
|
|
||||||
|
### FEATURES
|
||||||
|
|
||||||
|
* [`2ba3a0f67`](https://github.com/npm/cli/commit/2ba3a0f6721f6d5a16775aebce6012965634fc7c)
|
||||||
|
[#90](https://github.com/npm/cli/pull/90)
|
||||||
|
Time traveling installs using the `--before` flag.
|
||||||
|
([@zkat](https://github.com/zkat))
|
||||||
|
* [`b7b54f2d1`](https://github.com/npm/cli/commit/b7b54f2d18e2d8d65ec67c850b21ae9f01c60e7e)
|
||||||
|
[#3](https://github.com/npm/cli/pull/3)
|
||||||
|
Add support for package aliases. This allows packages to be installed under a
|
||||||
|
different directory than the package name listed in `package.json`, and adds a
|
||||||
|
new dependency type to allow this to be done for registry dependencies.
|
||||||
|
([@zkat](https://github.com/zkat))
|
||||||
|
* [`684bccf06`](https://github.com/npm/cli/commit/684bccf061dfc97bb759121bc0ad635e01c65868)
|
||||||
|
[#146](https://github.com/npm/cli/pull/146)
|
||||||
|
Always save `package-lock.json` when using `--package-lock-only`.
|
||||||
|
([@aeschright](https://github.com/aeschright))
|
||||||
|
* [`b8b8afd40`](https://github.com/npm/cli/commit/b8b8afd4048b4ba1181e00ba2ac49ced43936ce0)
|
||||||
|
[#139](https://github.com/npm/cli/pull/139)
|
||||||
|
Make empty-string run-scripts run successfully as a no-op.
|
||||||
|
([@vlasy](https://github.com/vlasy))
|
||||||
|
* [`8047b19b1`](https://github.com/npm/cli/commit/8047b19b1b994fd4b4e7b5c91d7cc4e0384bd5e4)
|
||||||
|
[npm.community#3784](https://npm.community/t/3784)
|
||||||
|
Match git semver ranges when flattening the tree.
|
||||||
|
([@larsgw](https://github.com/larsgw))
|
||||||
|
* [`e135c2bb3`](https://github.com/npm/cli/commit/e135c2bb360dcf00ecee34a95985afec21ba3655)
|
||||||
|
[npm.community#1725](https://npm.community/t/1725?u=larsgw)
|
||||||
|
Re-enable updating local packages.
|
||||||
|
([@larsgw](https://github.com/larsgw))
|
||||||
|
|
||||||
|
### BUGFIXES
|
||||||
|
|
||||||
|
* [`cf09fbaed`](https://github.com/npm/cli/commit/cf09fbaed489d908e9b551382cc5f61bdabe99a9)
|
||||||
|
[#153](https://github.com/npm/cli/pull/153)
|
||||||
|
Set modified to undefined in `npm view` when `time` is not available. This
|
||||||
|
fixes a bug where `npm view` would crash on certain third-party registries.
|
||||||
|
([@simonua](https://github.com/simonua))
|
||||||
|
* [`774fc26ee`](https://github.com/npm/cli/commit/774fc26eeb01345c11bd8c97e2c4f328d419d9b5)
|
||||||
|
[#154](https://github.com/npm/cli/pull/154)
|
||||||
|
Print out tar version in `install.sh` only when the flag is supported not all
|
||||||
|
the tar implementations support --version flag. This allows the install script
|
||||||
|
to work in OpenBSD, for example.
|
||||||
|
([@agudulin](https://github.com/agudulin))
|
||||||
|
* [`863baff11`](https://github.com/npm/cli/commit/863baff11d8c870f1a0d9619bb5133c67d71e407)
|
||||||
|
[#158](https://github.com/npm/cli/pull/158)
|
||||||
|
Fix typo in error message for `npm stars`.
|
||||||
|
([@phihag](https://github.com/phihag))
|
||||||
|
* [`a805a95ad`](https://github.com/npm/cli/commit/a805a95ad8832ef5008671f4bd4c11b83e32e0f2)
|
||||||
|
[npm.community#4227](https://npm.community/t/4227)
|
||||||
|
Strip version info from pkg on E404. This improves the error messaging format.
|
||||||
|
([@larsgw](https://github.com/larsgw))
|
||||||
|
|
||||||
|
### DOCS
|
||||||
|
|
||||||
|
* [`5d7633833`](https://github.com/npm/cli/commit/5d76338338621fd0b3d4f7914a51726d27569ee1)
|
||||||
|
[#160](https://github.com/npm/cli/pull/160)
|
||||||
|
Add `npm add` as alias to npm install in docs.
|
||||||
|
([@ahasall](https://github.com/ahasall))
|
||||||
|
* [`489c2211c`](https://github.com/npm/cli/commit/489c2211c96a01d65df50fd57346c785bcc3efe6)
|
||||||
|
[#162](https://github.com/npm/cli/pull/162)
|
||||||
|
Fix link to RFC #10 in the changelog.
|
||||||
|
([@mansona](https://github.com/mansona))
|
||||||
|
* [`433020ead`](https://github.com/npm/cli/commit/433020ead5251b562bc3b0f5f55341a5b8cc9023)
|
||||||
|
[#135](https://github.com/npm/cli/pull/135)
|
||||||
|
Describe exit codes in npm-audit docs.
|
||||||
|
([@emilis-tm](https://github.com/emilis-tm))
|
||||||
|
|
||||||
|
### DEPENDENCIES
|
||||||
|
|
||||||
|
* [`ee6b6746b`](https://github.com/npm/cli/commit/ee6b6746b04f145dfe489af2d26667ac32ba0cef)
|
||||||
|
[zkat/make-fetch-happen#29](https://github.com/zkat/make-fetch-happen/issues/29)
|
||||||
|
`agent-base@4.2.1`
|
||||||
|
([@TooTallNate](https://github.com/TooTallNate))
|
||||||
|
* [`2ce23baf5`](https://github.com/npm/cli/commit/2ce23baf53b1ce7d11b8efb80c598ddaf9cef9e7)
|
||||||
|
`lock-verify@2.1.0`:
|
||||||
|
Adds support for package aliases
|
||||||
|
([@zkat](https://github.com/zkat))
|
||||||
|
* [`baaedbc6e`](https://github.com/npm/cli/commit/baaedbc6e2fc370d73b35e7721794719115507cc)
|
||||||
|
`pacote@9.5.0`:
|
||||||
|
Adds opts.before support
|
||||||
|
([@zkat](https://github.com/zkat))
|
||||||
|
* [`57e771a03`](https://github.com/npm/cli/commit/57e771a032165d1e31e71d0ff7530442139c21a6)
|
||||||
|
[#164](https://github.com/npm/cli/pull/164)
|
||||||
|
`licensee@6.1.0`
|
||||||
|
([@kemitchell](https://github.com/kemitchell))
|
||||||
|
* [`2b78288d4`](https://github.com/npm/cli/commit/2b78288d4accd10c1b7cc6c36bc28045f5634d91)
|
||||||
|
add core to default inclusion tests in pack
|
||||||
|
([@Kat Marchán](https://github.com/Kat Marchán))
|
||||||
|
* [`9b8b6513f`](https://github.com/npm/cli/commit/9b8b6513fbce92764b32a067322984985ff683fe)
|
||||||
|
[npm.community#5382](https://npm.community/t/npm-pack-leaving-out-files-6-8-0-only/5382)
|
||||||
|
`npm-packlist@1.4.1`: Fixes bug where `core/` directories were being suddenly excluded.
|
||||||
|
([@zkat](https://github.com/zkat))
|
||||||
|
|
||||||
|
## v6.8.0 (2019-02-07):
|
||||||
|
|
||||||
|
This release includes an implementation of [RFC #10](https://github.com/npm/rfcs/blob/latest/implemented/0010-monorepo-subdirectory-declaration.md), documenting an optional field that can be used to specify
|
||||||
|
the directory path for a package within a monorepo.
|
||||||
|
|
||||||
|
### NEW FEATURES
|
||||||
|
|
||||||
|
* [`3663cdef2`](https://github.com/npm/cli/commit/3663cdef205fa9ba2c2830e5ef7ceeb31c30298c)
|
||||||
|
[#140](https://github.com/npm/cli/pull/140)
|
||||||
|
Update package.json docs to include repository.directory details.
|
||||||
|
([@greysteil](https://github.com/greysteil))
|
||||||
|
|
||||||
|
### BUGFIXES
|
||||||
|
|
||||||
|
* [`550bf703a`](https://github.com/npm/cli/commit/550bf703ae3e31ba6a300658ae95b6937f67b68f)
|
||||||
|
Add @types to ignore list to fix git clean -fd.
|
||||||
|
([@zkat](https://github.com/zkat))
|
||||||
|
* [`cdb059293`](https://github.com/npm/cli/commit/cdb0592939d6256c80f7ec5a2b6251131a512a2a)
|
||||||
|
[#144](https://github.com/npm/cli/pull/144)
|
||||||
|
Fix common.npm callback arguments.
|
||||||
|
([@larsgw](https://github.com/larsgw))
|
||||||
|
* [`25573e9b9`](https://github.com/npm/cli/commit/25573e9b9d5d26261c68d453f06db5b3b1cd6789)
|
||||||
|
[npm.community#4770](https://npm.community/t/https://npm.community/t/4770)
|
||||||
|
Show installed but unmet peer deps.
|
||||||
|
([@larsgw](https://github.com/larsgw))
|
||||||
|
* [`ce2c4bd1a`](https://github.com/npm/cli/commit/ce2c4bd1a2ce7ac1727a4ca9a350b743a2e27b2a)
|
||||||
|
[#149](https://github.com/npm/cli/pull/149)
|
||||||
|
Use figgy-config to make sure extra opts are there.
|
||||||
|
([@zkat](https://github.com/zkat))
|
||||||
|
* [`3c22d1a35`](https://github.com/npm/cli/commit/3c22d1a35878f73c0af8ea5968b962a85a1a9b84)
|
||||||
|
[npm.community#5101](https://npm.community/t/npm-6-6-0-breaks-access-to-ls-collaborators/5101)
|
||||||
|
Fix `ls-collaborators` access error for non-scoped case.
|
||||||
|
([@zkat](https://github.com/zkat))
|
||||||
|
* [`d5137091d`](https://github.com/npm/cli/commit/d5137091dd695a2980f7ade85fdc56b2421ff677)
|
||||||
|
[npm.community#754](https://npm.community/t/npm-install-for-package-with-local-dependency-fails/754)
|
||||||
|
Fix issue with sub-folder local references.
|
||||||
|
([@iarna](https://github.com/iarna))
|
||||||
|
([@jhecking](https://github.com/jhecking))
|
||||||
|
|
||||||
|
### DEPENDENCY BUMPS
|
||||||
|
|
||||||
|
* [`d72141080`](https://github.com/npm/cli/commit/d72141080ec8fcf35bcc5650245efbe649de053e)
|
||||||
|
`npm-registry-couchapp@2.7.1`
|
||||||
|
([@zkat](https://github.com/zkat))
|
||||||
|
* [`671cad1b1`](https://github.com/npm/cli/commit/671cad1b18239d540da246d6f78de45d9f784396)
|
||||||
|
`npm-registry-fetch@3.9.0`:
|
||||||
|
Make sure publishing with legacy username:password `_auth` works again.
|
||||||
|
([@zkat](https://github.com/zkat))
|
||||||
|
* [`95ca1aef4`](https://github.com/npm/cli/commit/95ca1aef4077c8e68d9f4dce37f6ba49b591c4ca)
|
||||||
|
`pacote@9.4.1`
|
||||||
|
([@aeschright](https://github.com/aeschright))
|
||||||
|
* [`322fef403`](https://github.com/npm/cli/commit/322fef40376e71cd100159dc914e7ca89faae327)
|
||||||
|
`normalize-package-data@2.5.0`
|
||||||
|
([@aeschright](https://github.com/aeschright))
|
||||||
|
* [`32d34c0da`](https://github.com/npm/cli/commit/32d34c0da4f393a74697297667eb9226155ecc6b)
|
||||||
|
`npm-packlist@1.3.0`
|
||||||
|
([@aeschright](https://github.com/aeschright))
|
||||||
|
* [`338571cf0`](https://github.com/npm/cli/commit/338571cf0bd3a1e2ea800464d57581932ff0fb11)
|
||||||
|
`read-package-tree@5.2.2`
|
||||||
|
([@zkat](https://github.com/zkat))
|
||||||
|
|
||||||
|
### MISC
|
||||||
|
|
||||||
|
* [`89b23a5f7`](https://github.com/npm/cli/commit/89b23a5f7b0ccdcdda1d7d4d3eafb6903156d186)
|
||||||
|
[#120](https://github.com/npm/cli/pull/120)
|
||||||
|
Use `const` in lib/fetch-package-metadata.md.
|
||||||
|
([@watilde](https://github.com/watilde))
|
||||||
|
* [`4970d553c`](https://github.com/npm/cli/commit/4970d553c0ea66128931d118469fd31c87cc7986)
|
||||||
|
[#126](https://github.com/npm/cli/pull/126)
|
||||||
|
Replace ronn with marked-man in `.npmignore`.
|
||||||
|
([@watilde](https://github.com/watilde))
|
||||||
|
* [`d9b6090dc`](https://github.com/npm/cli/commit/d9b6090dc26cd0fded18b4f80248cff3e51bb185)
|
||||||
|
[#138](https://github.com/npm/cli/pull/138)
|
||||||
|
Reduce work to test if executable ends with a 'g'.
|
||||||
|
([@elidoran](https://github.com/elidoran))
|
||||||
|
([@larsgw](https://github.com/larsgw))
|
||||||
|
|
||||||
## v6.7.0 (2019-01-23):
|
## v6.7.0 (2019-01-23):
|
||||||
|
|
||||||
Hey y'all! This is a quick hotfix release that includes some important fixes to
|
Hey y'all! This is a quick hotfix release that includes some important fixes to
|
||||||
|
3
deps/npm/bin/npm-cli.js
vendored
3
deps/npm/bin/npm-cli.js
vendored
@ -25,7 +25,6 @@
|
|||||||
|
|
||||||
unsupported.checkForUnsupportedNode()
|
unsupported.checkForUnsupportedNode()
|
||||||
|
|
||||||
var path = require('path')
|
|
||||||
var npm = require('../lib/npm.js')
|
var npm = require('../lib/npm.js')
|
||||||
var npmconf = require('../lib/config/core.js')
|
var npmconf = require('../lib/config/core.js')
|
||||||
var errorHandler = require('../lib/utils/error-handler.js')
|
var errorHandler = require('../lib/utils/error-handler.js')
|
||||||
@ -37,7 +36,7 @@
|
|||||||
|
|
||||||
// if npm is called as "npmg" or "npm_g", then
|
// if npm is called as "npmg" or "npm_g", then
|
||||||
// run in global mode.
|
// run in global mode.
|
||||||
if (path.basename(process.argv[1]).slice(-1) === 'g') {
|
if (process.argv[1][process.argv[1].length - 1] === 'g') {
|
||||||
process.argv.splice(1, 1, 'npm', '-g')
|
process.argv.splice(1, 1, 'npm', '-g')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
10
deps/npm/doc/cli/npm-audit.md
vendored
10
deps/npm/doc/cli/npm-audit.md
vendored
@ -65,7 +65,8 @@ $ npm audit --parseable | awk -F $'\t' '{print $1,$4}'
|
|||||||
The audit command submits a description of the dependencies configured in
|
The audit command submits a description of the dependencies configured in
|
||||||
your project to your default registry and asks for a report of known
|
your project to your default registry and asks for a report of known
|
||||||
vulnerabilities. The report returned includes instructions on how to act on
|
vulnerabilities. The report returned includes instructions on how to act on
|
||||||
this information.
|
this information. The command will exit with a 0 exit code if no
|
||||||
|
vulnerabilities were found.
|
||||||
|
|
||||||
You can also have npm automatically fix the vulnerabilities by running `npm
|
You can also have npm automatically fix the vulnerabilities by running `npm
|
||||||
audit fix`. Note that some vulnerabilities cannot be fixed automatically and
|
audit fix`. Note that some vulnerabilities cannot be fixed automatically and
|
||||||
@ -99,6 +100,13 @@ The non-reversible identifiers are a sha256 of a session-specific UUID and the
|
|||||||
value being replaced, ensuring a consistent value within the payload that is
|
value being replaced, ensuring a consistent value within the payload that is
|
||||||
different between runs.
|
different between runs.
|
||||||
|
|
||||||
|
## EXIT CODE
|
||||||
|
|
||||||
|
The `npm audit` command will exit with a 0 exit code if no vulnerabilities were found.
|
||||||
|
|
||||||
|
If vulnerabilities were found the exit code will depend on the `audit-level`
|
||||||
|
configuration setting.
|
||||||
|
|
||||||
## SEE ALSO
|
## SEE ALSO
|
||||||
|
|
||||||
* npm-install(1)
|
* npm-install(1)
|
||||||
|
2
deps/npm/doc/cli/npm-install.md
vendored
2
deps/npm/doc/cli/npm-install.md
vendored
@ -14,7 +14,7 @@ npm-install(1) -- Install a package
|
|||||||
npm install <tarball url>
|
npm install <tarball url>
|
||||||
npm install <folder>
|
npm install <folder>
|
||||||
|
|
||||||
alias: npm i
|
aliases: npm i, npm add
|
||||||
common options: [-P|--save-prod|-D|--save-dev|-O|--save-optional] [-E|--save-exact] [-B|--save-bundle] [--no-save] [--dry-run]
|
common options: [-P|--save-prod|-D|--save-dev|-O|--save-optional] [-E|--save-exact] [-B|--save-bundle] [--no-save] [--dry-run]
|
||||||
|
|
||||||
## DESCRIPTION
|
## DESCRIPTION
|
||||||
|
9
deps/npm/doc/files/package.json.md
vendored
9
deps/npm/doc/files/package.json.md
vendored
@ -393,6 +393,15 @@ shortcut syntax you use for `npm install`:
|
|||||||
|
|
||||||
"repository": "gitlab:user/repo"
|
"repository": "gitlab:user/repo"
|
||||||
|
|
||||||
|
If the `package.json` for your package is not in the root directory (for example
|
||||||
|
if it is part of a monorepo), you can specify the directory in which it lives:
|
||||||
|
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/facebook/react.git",
|
||||||
|
"directory": "packages/react-dom"
|
||||||
|
}
|
||||||
|
|
||||||
## scripts
|
## scripts
|
||||||
|
|
||||||
The "scripts" property is a dictionary containing script commands that are run
|
The "scripts" property is a dictionary containing script commands that are run
|
||||||
|
16
deps/npm/doc/misc/npm-config.md
vendored
16
deps/npm/doc/misc/npm-config.md
vendored
@ -179,6 +179,22 @@ a non-zero exit code.
|
|||||||
|
|
||||||
What authentication strategy to use with `adduser`/`login`.
|
What authentication strategy to use with `adduser`/`login`.
|
||||||
|
|
||||||
|
### before
|
||||||
|
|
||||||
|
* Alias: enjoy-by
|
||||||
|
* Default: null
|
||||||
|
* Type: Date
|
||||||
|
|
||||||
|
If passed to `npm install`, will rebuild the npm tree such that only versions
|
||||||
|
that were available **on or before** the `--before` time get installed.
|
||||||
|
If there's no versions available for the current set of direct dependencies, the
|
||||||
|
command will error.
|
||||||
|
|
||||||
|
If the requested version is a `dist-tag` and the given tag does not pass the
|
||||||
|
`--before` filter, the most recent version less than or equal to that tag will
|
||||||
|
be used. For example, `foo@latest` might install `foo@1.2` even though `latest`
|
||||||
|
is `2.0`.
|
||||||
|
|
||||||
### bin-links
|
### bin-links
|
||||||
|
|
||||||
* Default: `true`
|
* Default: `true`
|
||||||
|
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 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>
|
<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>
|
</table>
|
||||||
<p id="footer"><a href="../doc/README.html">README</a> — npm@6.7.0</p>
|
<p id="footer"><a href="../doc/README.html">README</a> — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-access — npm@6.7.0</p>
|
<p id="footer">npm-access — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-adduser — npm@6.7.0</p>
|
<p id="footer">npm-adduser — npm@6.9.0</p>
|
||||||
|
|
||||||
|
9
deps/npm/html/doc/cli/npm-audit.html
vendored
9
deps/npm/html/doc/cli/npm-audit.html
vendored
@ -33,7 +33,8 @@ some of the columns printed:</p>
|
|||||||
<p>The audit command submits a description of the dependencies configured in
|
<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
|
your project to your default registry and asks for a report of known
|
||||||
vulnerabilities. The report returned includes instructions on how to act on
|
vulnerabilities. The report returned includes instructions on how to act on
|
||||||
this information.</p>
|
this information. The command will exit with a 0 exit code if no
|
||||||
|
vulnerabilities were found.</p>
|
||||||
<p>You can also have npm automatically fix the vulnerabilities by running <code>npm
|
<p>You can also have npm automatically fix the vulnerabilities by running <code>npm
|
||||||
audit fix</code>. Note that some vulnerabilities cannot be fixed automatically and
|
audit fix</code>. Note that some vulnerabilities cannot be fixed automatically and
|
||||||
will require manual intervention or review. Also note that since <code>npm audit fix</code>
|
will require manual intervention or review. Also note that since <code>npm audit fix</code>
|
||||||
@ -63,6 +64,10 @@ registry has its name scrubbed. (That is, a scope you did a <code>npm login --s
|
|||||||
<p>The non-reversible identifiers are a sha256 of a session-specific UUID and the
|
<p>The non-reversible identifiers are a sha256 of a session-specific UUID and the
|
||||||
value being replaced, ensuring a consistent value within the payload that is
|
value being replaced, ensuring a consistent value within the payload that is
|
||||||
different between runs.</p>
|
different between runs.</p>
|
||||||
|
<h2 id="exit-code">EXIT CODE</h2>
|
||||||
|
<p>The <code>npm audit</code> command will exit with a 0 exit code if no vulnerabilities were found.</p>
|
||||||
|
<p>If vulnerabilities were found the exit code will depend on the <code>audit-level</code>
|
||||||
|
configuration setting.</p>
|
||||||
<h2 id="see-also">SEE ALSO</h2>
|
<h2 id="see-also">SEE ALSO</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="../cli/npm-install.html">npm-install(1)</a></li>
|
<li><a href="../cli/npm-install.html">npm-install(1)</a></li>
|
||||||
@ -81,4 +86,4 @@ different between runs.</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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-audit — npm@6.7.0</p>
|
<p id="footer">npm-audit — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-bin — npm@6.7.0</p>
|
<p id="footer">npm-bin — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-bugs — npm@6.7.0</p>
|
<p id="footer">npm-bugs — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-build — npm@6.7.0</p>
|
<p id="footer">npm-build — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-bundle — npm@6.7.0</p>
|
<p id="footer">npm-bundle — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-cache — npm@6.7.0</p>
|
<p id="footer">npm-cache — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-ci — npm@6.7.0</p>
|
<p id="footer">npm-ci — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-completion — npm@6.7.0</p>
|
<p id="footer">npm-completion — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-config — npm@6.7.0</p>
|
<p id="footer">npm-config — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-dedupe — npm@6.7.0</p>
|
<p id="footer">npm-dedupe — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-deprecate — npm@6.7.0</p>
|
<p id="footer">npm-deprecate — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-dist-tag — npm@6.7.0</p>
|
<p id="footer">npm-dist-tag — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-docs — npm@6.7.0</p>
|
<p id="footer">npm-docs — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-doctor — npm@6.7.0</p>
|
<p id="footer">npm-doctor — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-edit — npm@6.7.0</p>
|
<p id="footer">npm-edit — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-explore — npm@6.7.0</p>
|
<p id="footer">npm-explore — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-help-search — npm@6.7.0</p>
|
<p id="footer">npm-help-search — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-help — npm@6.7.0</p>
|
<p id="footer">npm-help — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-hook — npm@6.7.0</p>
|
<p id="footer">npm-hook — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-init — npm@6.7.0</p>
|
<p id="footer">npm-init — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-install-ci-test — npm@6.7.0</p>
|
<p id="footer">npm-install-ci-test — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-install-test — npm@6.7.0</p>
|
<p id="footer">npm-install-test — npm@6.9.0</p>
|
||||||
|
|
||||||
|
4
deps/npm/html/doc/cli/npm-install.html
vendored
4
deps/npm/html/doc/cli/npm-install.html
vendored
@ -22,7 +22,7 @@ npm install <tarball file>
|
|||||||
npm install <tarball url>
|
npm install <tarball url>
|
||||||
npm install <folder>
|
npm install <folder>
|
||||||
|
|
||||||
alias: npm i
|
aliases: npm i, npm add
|
||||||
common options: [-P|--save-prod|-D|--save-dev|-O|--save-optional] [-E|--save-exact] [-B|--save-bundle] [--no-save] [--dry-run]</code></pre><h2 id="description">DESCRIPTION</h2>
|
common options: [-P|--save-prod|-D|--save-dev|-O|--save-optional] [-E|--save-exact] [-B|--save-bundle] [--no-save] [--dry-run]</code></pre><h2 id="description">DESCRIPTION</h2>
|
||||||
<p>This command installs a package, and any packages that it depends on. If the
|
<p>This command installs a package, and any packages that it depends on. If the
|
||||||
package has a package-lock or shrinkwrap file, the installation of dependencies
|
package has a package-lock or shrinkwrap file, the installation of dependencies
|
||||||
@ -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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-install — npm@6.7.0</p>
|
<p id="footer">npm-install — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-link — npm@6.7.0</p>
|
<p id="footer">npm-link — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-logout — npm@6.7.0</p>
|
<p id="footer">npm-logout — npm@6.9.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
|
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.
|
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>
|
For example, running <code>npm ls promzard</code> in npm's source tree will show:</p>
|
||||||
<pre><code>npm@6.7.0 /path/to/npm
|
<pre><code>npm@6.9.0 /path/to/npm
|
||||||
└─┬ init-package-json@0.0.4
|
└─┬ init-package-json@0.0.4
|
||||||
└── promzard@0.1.5</code></pre><p>It will print out extraneous, missing, and invalid packages.</p>
|
└── 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
|
<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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-ls — npm@6.7.0</p>
|
<p id="footer">npm-ls — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-org — npm@6.7.0</p>
|
<p id="footer">npm-org — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-outdated — npm@6.7.0</p>
|
<p id="footer">npm-outdated — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-owner — npm@6.7.0</p>
|
<p id="footer">npm-owner — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-pack — npm@6.7.0</p>
|
<p id="footer">npm-pack — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-ping — npm@6.7.0</p>
|
<p id="footer">npm-ping — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-prefix — npm@6.7.0</p>
|
<p id="footer">npm-prefix — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-profile — npm@6.7.0</p>
|
<p id="footer">npm-profile — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-prune — npm@6.7.0</p>
|
<p id="footer">npm-prune — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-publish — npm@6.7.0</p>
|
<p id="footer">npm-publish — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-rebuild — npm@6.7.0</p>
|
<p id="footer">npm-rebuild — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-repo — npm@6.7.0</p>
|
<p id="footer">npm-repo — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-restart — npm@6.7.0</p>
|
<p id="footer">npm-restart — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-root — npm@6.7.0</p>
|
<p id="footer">npm-root — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-run-script — npm@6.7.0</p>
|
<p id="footer">npm-run-script — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-search — npm@6.7.0</p>
|
<p id="footer">npm-search — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-shrinkwrap — npm@6.7.0</p>
|
<p id="footer">npm-shrinkwrap — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-star — npm@6.7.0</p>
|
<p id="footer">npm-star — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-stars — npm@6.7.0</p>
|
<p id="footer">npm-stars — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-start — npm@6.7.0</p>
|
<p id="footer">npm-start — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-stop — npm@6.7.0</p>
|
<p id="footer">npm-stop — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-team — npm@6.7.0</p>
|
<p id="footer">npm-team — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-test — npm@6.7.0</p>
|
<p id="footer">npm-test — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-token — npm@6.7.0</p>
|
<p id="footer">npm-token — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-uninstall — npm@6.7.0</p>
|
<p id="footer">npm-uninstall — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-unpublish — npm@6.7.0</p>
|
<p id="footer">npm-unpublish — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-update — npm@6.7.0</p>
|
<p id="footer">npm-update — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-version — npm@6.7.0</p>
|
<p id="footer">npm-version — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-view — npm@6.7.0</p>
|
<p id="footer">npm-view — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-whoami — npm@6.7.0</p>
|
<p id="footer">npm-whoami — npm@6.9.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>
|
<h1><a href="../cli/npm.html">npm</a></h1> <p>javascript package manager</p>
|
||||||
<h2 id="synopsis">SYNOPSIS</h2>
|
<h2 id="synopsis">SYNOPSIS</h2>
|
||||||
<pre><code>npm <command> [args]</code></pre><h2 id="version">VERSION</h2>
|
<pre><code>npm <command> [args]</code></pre><h2 id="version">VERSION</h2>
|
||||||
<p>6.7.0</p>
|
<p>6.9.0</p>
|
||||||
<h2 id="description">DESCRIPTION</h2>
|
<h2 id="description">DESCRIPTION</h2>
|
||||||
<p>npm is the package manager for the Node JavaScript platform. It puts
|
<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
|
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> ::
|
<p><a href="http://blog.izs.me/">Isaac Z. Schlueter</a> ::
|
||||||
<a href="https://github.com/isaacs/">isaacs</a> ::
|
<a href="https://github.com/isaacs/">isaacs</a> ::
|
||||||
<a href="https://twitter.com/izs">@izs</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>
|
<h2 id="see-also">SEE ALSO</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="../cli/npm-help.html">npm-help(1)</a></li>
|
<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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm — npm@6.7.0</p>
|
<p id="footer">npm — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-folders — npm@6.7.0</p>
|
<p id="footer">npm-folders — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-folders — npm@6.7.0</p>
|
<p id="footer">npm-folders — npm@6.9.0</p>
|
||||||
|
|
||||||
|
10
deps/npm/html/doc/files/npm-json.html
vendored
10
deps/npm/html/doc/files/npm-json.html
vendored
@ -277,7 +277,13 @@ shortcut syntax you use for <code>npm install</code>:</p>
|
|||||||
|
|
||||||
"repository": "bitbucket:user/repo"
|
"repository": "bitbucket:user/repo"
|
||||||
|
|
||||||
"repository": "gitlab:user/repo"</code></pre><h2 id="scripts">scripts</h2>
|
"repository": "gitlab:user/repo"</code></pre><p>If the <code>package.json</code> for your package is not in the root directory (for example
|
||||||
|
if it is part of a monorepo), you can specify the directory in which it lives:</p>
|
||||||
|
<pre><code>"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/facebook/react.git",
|
||||||
|
"directory": "packages/react-dom"
|
||||||
|
}</code></pre><h2 id="scripts">scripts</h2>
|
||||||
<p>The "scripts" property is a dictionary containing script commands that are run
|
<p>The "scripts" property is a dictionary containing script commands that are run
|
||||||
at various times in the lifecycle of your package. The key is the lifecycle
|
at various times in the lifecycle of your package. The key is the lifecycle
|
||||||
event, and the value is the command to run at that point.</p>
|
event, and the value is the command to run at that point.</p>
|
||||||
@ -574,5 +580,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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">package.json — npm@6.7.0</p>
|
<p id="footer">package.json — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-package-locks — npm@6.7.0</p>
|
<p id="footer">npm-package-locks — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-shrinkwrap.json — npm@6.7.0</p>
|
<p id="footer">npm-shrinkwrap.json — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npmrc — npm@6.7.0</p>
|
<p id="footer">npmrc — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">package-lock.json — npm@6.7.0</p>
|
<p id="footer">package-lock.json — npm@6.9.0</p>
|
||||||
|
10
deps/npm/html/doc/files/package.json.html
vendored
10
deps/npm/html/doc/files/package.json.html
vendored
@ -277,7 +277,13 @@ shortcut syntax you use for <code>npm install</code>:</p>
|
|||||||
|
|
||||||
"repository": "bitbucket:user/repo"
|
"repository": "bitbucket:user/repo"
|
||||||
|
|
||||||
"repository": "gitlab:user/repo"</code></pre><h2 id="scripts">scripts</h2>
|
"repository": "gitlab:user/repo"</code></pre><p>If the <code>package.json</code> for your package is not in the root directory (for example
|
||||||
|
if it is part of a monorepo), you can specify the directory in which it lives:</p>
|
||||||
|
<pre><code>"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/facebook/react.git",
|
||||||
|
"directory": "packages/react-dom"
|
||||||
|
}</code></pre><h2 id="scripts">scripts</h2>
|
||||||
<p>The "scripts" property is a dictionary containing script commands that are run
|
<p>The "scripts" property is a dictionary containing script commands that are run
|
||||||
at various times in the lifecycle of your package. The key is the lifecycle
|
at various times in the lifecycle of your package. The key is the lifecycle
|
||||||
event, and the value is the command to run at that point.</p>
|
event, and the value is the command to run at that point.</p>
|
||||||
@ -574,5 +580,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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">package.json — npm@6.7.0</p>
|
<p id="footer">package.json — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-index — npm@6.7.0</p>
|
<p id="footer">npm-index — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-coding-style — npm@6.7.0</p>
|
<p id="footer">npm-coding-style — npm@6.9.0</p>
|
||||||
|
|
||||||
|
16
deps/npm/html/doc/misc/npm-config.html
vendored
16
deps/npm/html/doc/misc/npm-config.html
vendored
@ -150,6 +150,20 @@ a non-zero exit code.</p>
|
|||||||
<li>Type: <code>'legacy'</code>, <code>'sso'</code>, <code>'saml'</code>, <code>'oauth'</code></li>
|
<li>Type: <code>'legacy'</code>, <code>'sso'</code>, <code>'saml'</code>, <code>'oauth'</code></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>What authentication strategy to use with <code>adduser</code>/<code>login</code>.</p>
|
<p>What authentication strategy to use with <code>adduser</code>/<code>login</code>.</p>
|
||||||
|
<h3 id="before">before</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Alias: enjoy-by</li>
|
||||||
|
<li>Default: null</li>
|
||||||
|
<li>Type: Date</li>
|
||||||
|
</ul>
|
||||||
|
<p>If passed to <code>npm install</code>, will rebuild the npm tree such that only versions
|
||||||
|
that were available <strong>on or before</strong> the <code>--before</code> time get installed.
|
||||||
|
If there's no versions available for the current set of direct dependencies, the
|
||||||
|
command will error.</p>
|
||||||
|
<p>If the requested version is a <code>dist-tag</code> and the given tag does not pass the
|
||||||
|
<code>--before</code> filter, the most recent version less than or equal to that tag will
|
||||||
|
be used. For example, <code>foo@latest</code> might install <code>foo@1.2</code> even though <code>latest</code>
|
||||||
|
is <code>2.0</code>.</p>
|
||||||
<h3 id="bin-links">bin-links</h3>
|
<h3 id="bin-links">bin-links</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Default: <code>true</code></li>
|
<li>Default: <code>true</code></li>
|
||||||
@ -1064,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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-config — npm@6.7.0</p>
|
<p id="footer">npm-config — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-developers — npm@6.7.0</p>
|
<p id="footer">npm-developers — npm@6.9.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>
|
<h2 id="tldr">TL;DR</h2>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Get the author email with <code>npm owner ls <pkgname></code></li>
|
<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>
|
<li>After a few weeks, if there's no resolution, we'll sort it out.</li>
|
||||||
</ol>
|
</ol>
|
||||||
<p>Don't squat on package names. Publish code or move out of the way.</p>
|
<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>
|
||||||
<li><p>Alice emails Yusuf, explaining the situation <strong>as respectfully as possible</strong>,
|
<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
|
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
|
that Yusuf can run npm owner <code>add alice foo</code> to add Alice as an owner of the
|
||||||
foo package.</p>
|
foo package.</p>
|
||||||
</li>
|
</li>
|
||||||
<li><p>After a reasonable amount of time, if Yusuf has not responded, or if Yusuf
|
<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
|
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>
|
4 weeks.)</p>
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</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
|
<a href="https://www.npmjs.com/policies/conduct">Code of Conduct</a> such as hateful
|
||||||
language, pornographic content, or harassment.</li>
|
language, pornographic content, or harassment.</li>
|
||||||
</ol>
|
</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
|
away. <strong>You are never expected to resolve abusive behavior on your own. We are
|
||||||
here to help.</strong></p>
|
here to help.</strong></p>
|
||||||
<h2 id="trademarks">TRADEMARKS</h2>
|
<h2 id="trademarks">TRADEMARKS</h2>
|
||||||
<p>If you think another npm publisher is infringing your trademark, such as by
|
<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>.
|
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>
|
Attach a copy of your trademark registration certificate.</p>
|
||||||
<p>If we see that the package's publisher is intentionally misleading others by
|
<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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-disputes — npm@6.7.0</p>
|
<p id="footer">npm-disputes — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-index — npm@6.7.0</p>
|
<p id="footer">npm-index — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-orgs — npm@6.7.0</p>
|
<p id="footer">npm-orgs — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-registry — npm@6.7.0</p>
|
<p id="footer">npm-registry — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-scope — npm@6.7.0</p>
|
<p id="footer">npm-scope — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">npm-scripts — npm@6.7.0</p>
|
<p id="footer">npm-scripts — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">removing-npm — npm@6.7.0</p>
|
<p id="footer">removing-npm — npm@6.9.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 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>
|
<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>
|
</table>
|
||||||
<p id="footer">semver — npm@6.7.0</p>
|
<p id="footer">semver — npm@6.9.0</p>
|
||||||
|
|
||||||
|
2
deps/npm/lib/access.js
vendored
2
deps/npm/lib/access.js
vendored
@ -154,7 +154,7 @@ access['ls-packages'] = access.lsPackages = ([owner], opts) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
access['ls-collaborators'] = access.lsCollaborators = ([pkg, usr], opts) => {
|
access['ls-collaborators'] = access.lsCollaborators = ([pkg, usr], opts) => {
|
||||||
return getPackage(pkg).then(pkgName =>
|
return getPackage(pkg, false).then(pkgName =>
|
||||||
libaccess.lsCollaborators(pkgName, usr, opts)
|
libaccess.lsCollaborators(pkgName, usr, opts)
|
||||||
).then(collabs => {
|
).then(collabs => {
|
||||||
// TODO - print these out nicely (breaking change)
|
// TODO - print these out nicely (breaking change)
|
||||||
|
3
deps/npm/lib/config/defaults.js
vendored
3
deps/npm/lib/config/defaults.js
vendored
@ -113,6 +113,7 @@ Object.defineProperty(exports, 'defaults', {get: function () {
|
|||||||
'audit-level': 'low',
|
'audit-level': 'low',
|
||||||
'auth-type': 'legacy',
|
'auth-type': 'legacy',
|
||||||
|
|
||||||
|
'before': null,
|
||||||
'bin-links': true,
|
'bin-links': true,
|
||||||
browser: null,
|
browser: null,
|
||||||
|
|
||||||
@ -260,6 +261,7 @@ exports.types = {
|
|||||||
audit: Boolean,
|
audit: Boolean,
|
||||||
'audit-level': ['low', 'moderate', 'high', 'critical'],
|
'audit-level': ['low', 'moderate', 'high', 'critical'],
|
||||||
'auth-type': ['legacy', 'sso', 'saml', 'oauth'],
|
'auth-type': ['legacy', 'sso', 'saml', 'oauth'],
|
||||||
|
'before': [null, Date],
|
||||||
'bin-links': Boolean,
|
'bin-links': Boolean,
|
||||||
browser: [null, String],
|
browser: [null, String],
|
||||||
ca: [null, String, Array],
|
ca: [null, String, Array],
|
||||||
@ -394,6 +396,7 @@ function getLocalAddresses () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
exports.shorthands = {
|
exports.shorthands = {
|
||||||
|
before: ['--enjoy-by'],
|
||||||
s: ['--loglevel', 'silent'],
|
s: ['--loglevel', 'silent'],
|
||||||
d: ['--loglevel', 'info'],
|
d: ['--loglevel', 'info'],
|
||||||
dd: ['--loglevel', 'verbose'],
|
dd: ['--loglevel', 'verbose'],
|
||||||
|
2
deps/npm/lib/fetch-package-metadata.md
vendored
2
deps/npm/lib/fetch-package-metadata.md
vendored
@ -1,7 +1,7 @@
|
|||||||
fetch-package-metadata
|
fetch-package-metadata
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
var fetchPackageMetadata = require("npm/lib/fetch-package-metadata")
|
const fetchPackageMetadata = require("npm/lib/fetch-package-metadata")
|
||||||
fetchPackageMetadata(spec, contextdir, callback)
|
fetchPackageMetadata(spec, contextdir, callback)
|
||||||
|
|
||||||
This will get package metadata (and if possible, ONLY package metadata) for
|
This will get package metadata (and if possible, ONLY package metadata) for
|
||||||
|
45
deps/npm/lib/install.js
vendored
45
deps/npm/lib/install.js
vendored
@ -401,7 +401,7 @@ Installer.prototype.normalizeCurrentTree = function (cb) {
|
|||||||
if (this.currentTree.error) {
|
if (this.currentTree.error) {
|
||||||
for (let child of this.currentTree.children) {
|
for (let child of this.currentTree.children) {
|
||||||
if (!child.fakeChild && isExtraneous(child)) {
|
if (!child.fakeChild && isExtraneous(child)) {
|
||||||
this.currentTree.package.dependencies[child.package.name] = computeVersionSpec(this.currentTree, child)
|
this.currentTree.package.dependencies[moduleName(child)] = computeVersionSpec(this.currentTree, child)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -703,8 +703,25 @@ Installer.prototype.cloneCurrentTreeToIdealTree = function (cb) {
|
|||||||
validate('F', arguments)
|
validate('F', arguments)
|
||||||
log.silly('install', 'cloneCurrentTreeToIdealTree')
|
log.silly('install', 'cloneCurrentTreeToIdealTree')
|
||||||
|
|
||||||
this.idealTree = copyTree(this.currentTree)
|
if (npm.config.get('before')) {
|
||||||
this.idealTree.warnings = []
|
this.idealTree = {
|
||||||
|
package: this.currentTree.package,
|
||||||
|
path: this.currentTree.path,
|
||||||
|
realpath: this.currentTree.realpath,
|
||||||
|
children: [],
|
||||||
|
requires: [],
|
||||||
|
missingDeps: {},
|
||||||
|
missingDevDeps: {},
|
||||||
|
requiredBy: [],
|
||||||
|
error: this.currentTree.error,
|
||||||
|
warnings: [],
|
||||||
|
isTop: true
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
this.idealTree = copyTree(this.currentTree)
|
||||||
|
this.idealTree.warnings = []
|
||||||
|
}
|
||||||
|
|
||||||
cb()
|
cb()
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -825,7 +842,11 @@ Installer.prototype.printInstalledForHuman = function (diffs, auditResult) {
|
|||||||
var report = ''
|
var report = ''
|
||||||
if (this.args.length && (added || updated)) {
|
if (this.args.length && (added || updated)) {
|
||||||
report += this.args.map((p) => {
|
report += this.args.map((p) => {
|
||||||
return `+ ${p.name}@${p.version}`
|
return `+ ${p.name}@${p.version}${
|
||||||
|
!p._requested.name || p._requested.name === p.name
|
||||||
|
? ''
|
||||||
|
: ` (as ${p._requested.name})`
|
||||||
|
}`
|
||||||
}).join('\n') + '\n'
|
}).join('\n') + '\n'
|
||||||
}
|
}
|
||||||
var actions = []
|
var actions = []
|
||||||
@ -922,10 +943,14 @@ Installer.prototype.printInstalledForJSON = function (diffs, auditResult) {
|
|||||||
function recordAction (action) {
|
function recordAction (action) {
|
||||||
var mutation = action[0]
|
var mutation = action[0]
|
||||||
var child = action[1]
|
var child = action[1]
|
||||||
|
const isAlias = child.package && child.package._requested && child.package._requested.type === 'alias'
|
||||||
|
const name = isAlias
|
||||||
|
? child.package._requested.name
|
||||||
|
: child.package && child.package.name
|
||||||
var result = {
|
var result = {
|
||||||
action: mutation,
|
action: mutation,
|
||||||
name: moduleName(child),
|
name,
|
||||||
version: child.package && child.package.version,
|
version: child.package && `${isAlias ? `npm:${child.package.name}@` : ''}${child.package.version}`,
|
||||||
path: child.path
|
path: child.path
|
||||||
}
|
}
|
||||||
if (mutation === 'move') {
|
if (mutation === 'move') {
|
||||||
@ -947,10 +972,16 @@ Installer.prototype.printInstalledForParseable = function (diffs) {
|
|||||||
} else if (mutation === 'update') {
|
} else if (mutation === 'update') {
|
||||||
var previousVersion = child.oldPkg.package && child.oldPkg.package.version
|
var previousVersion = child.oldPkg.package && child.oldPkg.package.version
|
||||||
}
|
}
|
||||||
|
const isAlias = child.package._requested && child.package._requested.type === 'alias'
|
||||||
|
const version = child.package && isAlias
|
||||||
|
? `npm:${child.package.name}@${child.package.version}`
|
||||||
|
: child.package
|
||||||
|
? child.package.version
|
||||||
|
: ''
|
||||||
output(
|
output(
|
||||||
mutation + '\t' +
|
mutation + '\t' +
|
||||||
moduleName(child) + '\t' +
|
moduleName(child) + '\t' +
|
||||||
(child.package ? child.package.version : '') + '\t' +
|
version + '\t' +
|
||||||
(child.path ? path.relative(self.where, child.path) : '') + '\t' +
|
(child.path ? path.relative(self.where, child.path) : '') + '\t' +
|
||||||
(previousVersion || '') + '\t' +
|
(previousVersion || '') + '\t' +
|
||||||
(previousPath || ''))
|
(previousPath || ''))
|
||||||
|
3
deps/npm/lib/install/action/extract.js
vendored
3
deps/npm/lib/install/action/extract.js
vendored
@ -6,6 +6,7 @@ const figgyPudding = require('figgy-pudding')
|
|||||||
const stat = BB.promisify(require('graceful-fs').stat)
|
const stat = BB.promisify(require('graceful-fs').stat)
|
||||||
const gentlyRm = BB.promisify(require('../../utils/gently-rm.js'))
|
const gentlyRm = BB.promisify(require('../../utils/gently-rm.js'))
|
||||||
const mkdirp = BB.promisify(require('mkdirp'))
|
const mkdirp = BB.promisify(require('mkdirp'))
|
||||||
|
const moduleName = require('../../utils/module-name.js')
|
||||||
const moduleStagingPath = require('../module-staging-path.js')
|
const moduleStagingPath = require('../module-staging-path.js')
|
||||||
const move = require('../../utils/move.js')
|
const move = require('../../utils/move.js')
|
||||||
const npa = require('npm-package-arg')
|
const npa = require('npm-package-arg')
|
||||||
@ -113,7 +114,7 @@ function readBundled (pkg, staging, extractTo) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function stageBundledModule (bundler, child, staging, parentPath) {
|
function stageBundledModule (bundler, child, staging, parentPath) {
|
||||||
const stageFrom = path.join(parentPath, 'node_modules', child.package.name)
|
const stageFrom = path.join(parentPath, 'node_modules', moduleName(child))
|
||||||
const stageTo = moduleStagingPath(staging, child)
|
const stageTo = moduleStagingPath(staging, child)
|
||||||
|
|
||||||
return BB.map(child.children, (child) => {
|
return BB.map(child.children, (child) => {
|
||||||
|
@ -3,12 +3,13 @@ var path = require('path')
|
|||||||
var npm = require('../../npm.js')
|
var npm = require('../../npm.js')
|
||||||
var Installer = require('../../install.js').Installer
|
var Installer = require('../../install.js').Installer
|
||||||
var packageId = require('../../utils/package-id.js')
|
var packageId = require('../../utils/package-id.js')
|
||||||
|
var moduleName = require('../../utils/module-name.js')
|
||||||
|
|
||||||
module.exports = function (staging, pkg, log, next) {
|
module.exports = function (staging, pkg, log, next) {
|
||||||
log.silly('global-install', packageId(pkg))
|
log.silly('global-install', packageId(pkg))
|
||||||
var globalRoot = path.resolve(npm.globalDir, '..')
|
var globalRoot = path.resolve(npm.globalDir, '..')
|
||||||
npm.config.set('global', true)
|
npm.config.set('global', true)
|
||||||
var install = new Installer(globalRoot, false, [pkg.package.name + '@' + pkg.package._requested.fetchSpec])
|
var install = new Installer(globalRoot, false, [moduleName(pkg) + '@' + pkg.package._requested.rawSpec])
|
||||||
install.link = false
|
install.link = false
|
||||||
install.run(function () {
|
install.run(function () {
|
||||||
npm.config.set('global', false)
|
npm.config.set('global', false)
|
||||||
|
3
deps/npm/lib/install/action/global-link.js
vendored
3
deps/npm/lib/install/action/global-link.js
vendored
@ -1,8 +1,9 @@
|
|||||||
'use strict'
|
'use strict'
|
||||||
|
var moduleName = require('../../utils/module-name.js')
|
||||||
var npm = require('../../npm.js')
|
var npm = require('../../npm.js')
|
||||||
var packageId = require('../../utils/package-id.js')
|
var packageId = require('../../utils/package-id.js')
|
||||||
|
|
||||||
module.exports = function (staging, pkg, log, next) {
|
module.exports = function (staging, pkg, log, next) {
|
||||||
log.silly('global-link', packageId(pkg))
|
log.silly('global-link', packageId(pkg))
|
||||||
npm.link(pkg.package.name, next)
|
npm.link(moduleName(pkg), next)
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
'use strict'
|
'use strict'
|
||||||
|
var moduleName = require('../utils/module-name.js')
|
||||||
var validate = require('aproba')
|
var validate = require('aproba')
|
||||||
|
|
||||||
module.exports = function (parent, cb) {
|
module.exports = function (parent, cb) {
|
||||||
@ -6,7 +7,7 @@ module.exports = function (parent, cb) {
|
|||||||
return function (er) {
|
return function (er) {
|
||||||
if (!er) return cb.apply(null, arguments)
|
if (!er) return cb.apply(null, arguments)
|
||||||
if (er instanceof Error && parent && parent.package && parent.package.name) {
|
if (er instanceof Error && parent && parent.package && parent.package.name) {
|
||||||
er.parent = parent.package.name
|
er.parent = moduleName(parent)
|
||||||
}
|
}
|
||||||
cb(er)
|
cb(er)
|
||||||
}
|
}
|
||||||
|
32
deps/npm/lib/install/deps.js
vendored
32
deps/npm/lib/install/deps.js
vendored
@ -57,6 +57,19 @@ function doesChildVersionMatch (child, requested, requestor) {
|
|||||||
if (fromSw.toString() === requested.toString()) return true
|
if (fromSw.toString() === requested.toString()) return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (requested.type === 'git' && requested.gitRange) {
|
||||||
|
const sameRepo = npa(child.package._from).fetchSpec === requested.fetchSpec
|
||||||
|
try {
|
||||||
|
return sameRepo && semver.satisfies(child.package.version, requested.gitRange, true)
|
||||||
|
} catch (e) {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (requested.type === 'alias') {
|
||||||
|
return doesChildVersionMatch(child, requested.subSpec, requestor)
|
||||||
|
}
|
||||||
|
|
||||||
if (!registryTypes[requested.type]) {
|
if (!registryTypes[requested.type]) {
|
||||||
var childReq = child.package._requested
|
var childReq = child.package._requested
|
||||||
if (childReq) {
|
if (childReq) {
|
||||||
@ -72,7 +85,7 @@ function doesChildVersionMatch (child, requested, requestor) {
|
|||||||
// You'll see this scenario happen with at least tags and git dependencies.
|
// You'll see this scenario happen with at least tags and git dependencies.
|
||||||
// Some buggy clients will write spaces into the module name part of a _from.
|
// Some buggy clients will write spaces into the module name part of a _from.
|
||||||
if (child.package._from) {
|
if (child.package._from) {
|
||||||
var fromReq = npa.resolve(moduleName(child), child.package._from.replace(new RegExp('^\\s*' + moduleName(child) + '\\s*@'), ''))
|
var fromReq = npa(child.package._from)
|
||||||
if (fromReq.rawSpec === requested.rawSpec) return true
|
if (fromReq.rawSpec === requested.rawSpec) return true
|
||||||
if (fromReq.type === requested.type && fromReq.saveSpec && fromReq.saveSpec === requested.saveSpec) return true
|
if (fromReq.type === requested.type && fromReq.saveSpec && fromReq.saveSpec === requested.saveSpec) return true
|
||||||
}
|
}
|
||||||
@ -289,11 +302,13 @@ function computeVersionSpec (tree, child) {
|
|||||||
var requested
|
var requested
|
||||||
var childReq = child.package._requested
|
var childReq = child.package._requested
|
||||||
if (child.isLink) {
|
if (child.isLink) {
|
||||||
requested = npa.resolve(child.package.name, 'file:' + child.realpath, getTop(tree).path)
|
requested = npa.resolve(moduleName(child), 'file:' + child.realpath, getTop(tree).path)
|
||||||
} else if (childReq && (isNotEmpty(childReq.saveSpec) || (isNotEmpty(childReq.rawSpec) && isNotEmpty(childReq.fetchSpec)))) {
|
} else if (childReq && (isNotEmpty(childReq.saveSpec) || (isNotEmpty(childReq.rawSpec) && isNotEmpty(childReq.fetchSpec)))) {
|
||||||
requested = child.package._requested
|
requested = child.package._requested
|
||||||
} else if (child.package._from) {
|
} else if (child.package._from) {
|
||||||
requested = npa(child.package._from, tree.path)
|
requested = npa(child.package._from, tree.path)
|
||||||
|
} else if (child.name && child.name !== child.package.name) {
|
||||||
|
requested = npa.resolve(child.name, `npm:${child.package.name}@${child.package.version})`)
|
||||||
} else {
|
} else {
|
||||||
requested = npa.resolve(child.package.name, child.package.version)
|
requested = npa.resolve(child.package.name, child.package.version)
|
||||||
}
|
}
|
||||||
@ -305,6 +320,9 @@ function computeVersionSpec (tree, child) {
|
|||||||
!npm.config.get('save-exact')) {
|
!npm.config.get('save-exact')) {
|
||||||
rangeDescriptor = npm.config.get('save-prefix')
|
rangeDescriptor = npm.config.get('save-prefix')
|
||||||
}
|
}
|
||||||
|
if (requested.type === 'alias') {
|
||||||
|
rangeDescriptor = `npm:${requested.subSpec.name}@${rangeDescriptor}`
|
||||||
|
}
|
||||||
return rangeDescriptor + version
|
return rangeDescriptor + version
|
||||||
} else if (requested.type === 'directory' || requested.type === 'file') {
|
} else if (requested.type === 'directory' || requested.type === 'file') {
|
||||||
return 'file:' + unixFormatPath(path.relative(getTop(tree).path, requested.fetchSpec))
|
return 'file:' + unixFormatPath(path.relative(getTop(tree).path, requested.fetchSpec))
|
||||||
@ -324,7 +342,7 @@ exports.removeDeps = function (args, tree, saveToDependencies, next) {
|
|||||||
for (let pkg of args) {
|
for (let pkg of args) {
|
||||||
var pkgName = moduleName(pkg)
|
var pkgName = moduleName(pkg)
|
||||||
var toRemove = tree.children.filter(moduleNameMatches(pkgName))
|
var toRemove = tree.children.filter(moduleNameMatches(pkgName))
|
||||||
var pkgToRemove = toRemove[0] || createChild({package: {name: pkgName}})
|
var pkgToRemove = toRemove[0] || createChild({name: pkgName})
|
||||||
var saveType = getSaveType(tree, pkg) || 'dependencies'
|
var saveType = getSaveType(tree, pkg) || 'dependencies'
|
||||||
if (tree.isTop && saveToDependencies) {
|
if (tree.isTop && saveToDependencies) {
|
||||||
pkgToRemove.save = saveType
|
pkgToRemove.save = saveType
|
||||||
@ -652,11 +670,13 @@ function resolveWithNewModule (pkg, tree, log, next) {
|
|||||||
addBundled(pkg, (bundleErr) => {
|
addBundled(pkg, (bundleErr) => {
|
||||||
var parent = earliestInstallable(tree, tree, pkg, log) || tree
|
var parent = earliestInstallable(tree, tree, pkg, log) || tree
|
||||||
var isLink = pkg._requested.type === 'directory'
|
var isLink = pkg._requested.type === 'directory'
|
||||||
|
var name = pkg._requested.name || pkg.name
|
||||||
var child = createChild({
|
var child = createChild({
|
||||||
|
name,
|
||||||
package: pkg,
|
package: pkg,
|
||||||
parent: parent,
|
parent: parent,
|
||||||
path: path.join(parent.isLink ? parent.realpath : parent.path, 'node_modules', pkg.name),
|
path: path.join(parent.isLink ? parent.realpath : parent.path, 'node_modules', name),
|
||||||
realpath: isLink ? pkg._requested.fetchSpec : path.join(parent.realpath, 'node_modules', pkg.name),
|
realpath: isLink ? pkg._requested.fetchSpec : path.join(parent.realpath, 'node_modules', name),
|
||||||
children: pkg._bundled || [],
|
children: pkg._bundled || [],
|
||||||
isLink: isLink,
|
isLink: isLink,
|
||||||
isInLink: parent.isLink,
|
isInLink: parent.isLink,
|
||||||
@ -759,7 +779,7 @@ var earliestInstallable = exports.earliestInstallable = function (requiredBy, tr
|
|||||||
validate('OOOO', arguments)
|
validate('OOOO', arguments)
|
||||||
|
|
||||||
function undeletedModuleMatches (child) {
|
function undeletedModuleMatches (child) {
|
||||||
return !child.removed && moduleName(child) === pkg.name
|
return !child.removed && moduleName(child) === ((pkg._requested && pkg._requested.name) || pkg.name)
|
||||||
}
|
}
|
||||||
const undeletedMatches = tree.children.filter(undeletedModuleMatches)
|
const undeletedMatches = tree.children.filter(undeletedModuleMatches)
|
||||||
if (undeletedMatches.length) {
|
if (undeletedMatches.length) {
|
||||||
|
2
deps/npm/lib/install/inflate-shrinkwrap.js
vendored
2
deps/npm/lib/install/inflate-shrinkwrap.js
vendored
@ -177,7 +177,7 @@ function makeFakeChild (name, topPath, tree, sw, requested) {
|
|||||||
realpath: requested.type === 'directory' ? requested.fetchSpec : childPath(tree.realpath, pkg),
|
realpath: requested.type === 'directory' ? requested.fetchSpec : childPath(tree.realpath, pkg),
|
||||||
location: (tree.location === '/' ? '' : tree.location + '/') + pkg.name,
|
location: (tree.location === '/' ? '' : tree.location + '/') + pkg.name,
|
||||||
isLink: requested.type === 'directory',
|
isLink: requested.type === 'directory',
|
||||||
isInLink: tree.isLink,
|
isInLink: tree.isLink || tree.isInLink,
|
||||||
swRequires: sw.requires
|
swRequires: sw.requires
|
||||||
})
|
})
|
||||||
tree.children.push(child)
|
tree.children.push(child)
|
||||||
|
3
deps/npm/lib/install/is-only-optional.js
vendored
3
deps/npm/lib/install/is-only-optional.js
vendored
@ -2,6 +2,7 @@
|
|||||||
module.exports = isOptional
|
module.exports = isOptional
|
||||||
|
|
||||||
const isOptDep = require('./is-opt-dep.js')
|
const isOptDep = require('./is-opt-dep.js')
|
||||||
|
const moduleName = require('../utils/module-name.js')
|
||||||
|
|
||||||
function isOptional (node, seen) {
|
function isOptional (node, seen) {
|
||||||
if (!seen) seen = new Set()
|
if (!seen) seen = new Set()
|
||||||
@ -15,6 +16,6 @@ function isOptional (node, seen) {
|
|||||||
const swOptional = node.fromShrinkwrap && node.package._optional
|
const swOptional = node.fromShrinkwrap && node.package._optional
|
||||||
return node.requiredBy.every(function (req) {
|
return node.requiredBy.every(function (req) {
|
||||||
if (req.fakeChild && swOptional) return true
|
if (req.fakeChild && swOptional) return true
|
||||||
return isOptDep(req, node.package.name) || isOptional(req, seen)
|
return isOptDep(req, moduleName(node)) || isOptional(req, seen)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
2
deps/npm/lib/install/save.js
vendored
2
deps/npm/lib/install/save.js
vendored
@ -44,7 +44,7 @@ exports.saveShrinkwrap = saveShrinkwrap
|
|||||||
|
|
||||||
function saveShrinkwrap (tree, next) {
|
function saveShrinkwrap (tree, next) {
|
||||||
validate('OF', arguments)
|
validate('OF', arguments)
|
||||||
if (!npm.config.get('shrinkwrap') || !npm.config.get('package-lock')) {
|
if (!npm.config.get('package-lock-only') && (!npm.config.get('shrinkwrap') || !npm.config.get('package-lock'))) {
|
||||||
return next()
|
return next()
|
||||||
}
|
}
|
||||||
require('../shrinkwrap.js').createShrinkwrap(tree, {silent: false}, next)
|
require('../shrinkwrap.js').createShrinkwrap(tree, {silent: false}, next)
|
||||||
|
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