Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2020-04-24 02:09:04 +0300
committerisaacs <i@izs.me>2020-05-08 04:18:59 +0300
commit5e940d93204883884fcca9780dbe96157061b716 (patch)
tree393566e29d6f15cda0fe3874840e913662587ff3 /node_modules/npm-package-arg/package.json
parente57a99113ca6ab41b7c325830f22f261a4260f89 (diff)
update @npmcli/arborist, dedupe/organize metadeps
This adds support for Arborist.audit()
Diffstat (limited to 'node_modules/npm-package-arg/package.json')
-rw-r--r--node_modules/npm-package-arg/package.json31
1 files changed, 15 insertions, 16 deletions
diff --git a/node_modules/npm-package-arg/package.json b/node_modules/npm-package-arg/package.json
index 492cf8c80..29f30fc1d 100644
--- a/node_modules/npm-package-arg/package.json
+++ b/node_modules/npm-package-arg/package.json
@@ -1,8 +1,8 @@
{
"_from": "npm-package-arg@latest",
- "_id": "npm-package-arg@8.0.0",
+ "_id": "npm-package-arg@8.0.1",
"_inBundle": false,
- "_integrity": "sha512-JgqZHCEUKvhX7EehLNdySiuB227a0QYra9wpZOkW+jvwsRYKkce7y5Rv2axkxScJU1EP+L32jT2PLhQz7IWHlw==",
+ "_integrity": "sha512-/h5Fm6a/exByzFSTm7jAyHbgOqErl9qSNJDQF32Si/ZzgwT2TERVxRxn3Jurw1wflgyVVAxnFR4fRHPM7y1ClQ==",
"_location": "/npm-package-arg",
"_phantomChildren": {},
"_requested": {
@@ -19,13 +19,15 @@
"#USER",
"/",
"/@npmcli/arborist",
+ "/@npmcli/arborist/npm-pick-manifest",
+ "/libnpmaccess",
+ "/libnpmpack",
+ "/libnpmpublish",
"/npm-pick-manifest",
- "/npm-registry-fetch",
- "/pacote",
- "/pacote/npm-registry-fetch"
+ "/npm-registry-fetch"
],
- "_resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-8.0.0.tgz",
- "_shasum": "b519989b569efffa1fa050fb22a3c3c322d4bcc5",
+ "_resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-8.0.1.tgz",
+ "_shasum": "9d76f8d7667b2373ffda60bb801a27ef71e3e270",
"_spec": "npm-package-arg@latest",
"_where": "/Users/isaacs/dev/npm/cli",
"author": {
@@ -39,15 +41,12 @@
"bundleDependencies": false,
"dependencies": {
"hosted-git-info": "^3.0.2",
- "osenv": "^0.1.5",
"semver": "^7.0.0",
"validate-npm-package-name": "^3.0.0"
},
"deprecated": false,
"description": "Parse the things that can be arguments to `npm install`",
"devDependencies": {
- "standard": "^11.0.1",
- "standard-version": "^7.0.1",
"tap": "^14.10.2"
},
"directories": {
@@ -68,11 +67,11 @@
"url": "git+https://github.com/npm/npm-package-arg.git"
},
"scripts": {
- "postrelease": "npm publish && git push --follow-tags",
- "posttest": "standard",
- "prerelease": "npm t",
- "release": "standard-version -s",
- "test": "tap --100 -J --coverage test/*.js"
+ "postversion": "npm publish",
+ "prepublishOnly": "git push origin --follow-tags",
+ "preversion": "npm test",
+ "snap": "tap",
+ "test": "tap"
},
- "version": "8.0.0"
+ "version": "8.0.1"
}