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-07-24 22:55:18 +0300
committerisaacs <i@izs.me>2020-07-29 21:55:03 +0300
commit53ed7e5205a3f4d5d33828ff9dc11c093f482f7b (patch)
treed76317be79432c9527e8fb37d4c13e0719cdbaf9 /node_modules/npm-package-arg/package.json
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/npm-package-arg/package.json')
-rw-r--r--node_modules/npm-package-arg/package.json82
1 files changed, 23 insertions, 59 deletions
diff --git a/node_modules/npm-package-arg/package.json b/node_modules/npm-package-arg/package.json
index 6d5a92293..a1a09c18b 100644
--- a/node_modules/npm-package-arg/package.json
+++ b/node_modules/npm-package-arg/package.json
@@ -1,76 +1,40 @@
{
- "_from": "npm-package-arg@^8.0.1",
- "_id": "npm-package-arg@8.0.1",
- "_inBundle": false,
- "_integrity": "sha512-/h5Fm6a/exByzFSTm7jAyHbgOqErl9qSNJDQF32Si/ZzgwT2TERVxRxn3Jurw1wflgyVVAxnFR4fRHPM7y1ClQ==",
- "_location": "/npm-package-arg",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "npm-package-arg@^8.0.1",
- "name": "npm-package-arg",
- "escapedName": "npm-package-arg",
- "rawSpec": "^8.0.1",
- "saveSpec": null,
- "fetchSpec": "^8.0.1"
+ "name": "npm-package-arg",
+ "version": "8.0.1",
+ "description": "Parse the things that can be arguments to `npm install`",
+ "main": "npa.js",
+ "directories": {
+ "test": "test"
},
- "_requiredBy": [
- "/",
- "/@npmcli/arborist",
- "/libnpmaccess",
- "/libnpmpack",
- "/libnpmpublish",
- "/npm-pick-manifest",
- "/npm-registry-fetch",
- "/pacote"
+ "files": [
+ "npa.js"
],
- "_resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-8.0.1.tgz",
- "_shasum": "9d76f8d7667b2373ffda60bb801a27ef71e3e270",
- "_spec": "npm-package-arg@^8.0.1",
- "_where": "/Users/isaacs/dev/npm/cli",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
- },
- "bugs": {
- "url": "https://github.com/npm/npm-package-arg/issues"
- },
- "bundleDependencies": false,
"dependencies": {
"hosted-git-info": "^3.0.2",
"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": {
"tap": "^14.10.2"
},
- "directories": {
- "test": "test"
- },
- "engines": {
- "node": ">=10"
+ "scripts": {
+ "preversion": "npm test",
+ "postversion": "npm publish",
+ "prepublishOnly": "git push origin --follow-tags",
+ "test": "tap",
+ "snap": "tap"
},
- "files": [
- "npa.js"
- ],
- "homepage": "https://github.com/npm/npm-package-arg",
- "license": "ISC",
- "main": "npa.js",
- "name": "npm-package-arg",
"repository": {
"type": "git",
- "url": "git+https://github.com/npm/npm-package-arg.git"
+ "url": "https://github.com/npm/npm-package-arg"
},
- "scripts": {
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
- "preversion": "npm test",
- "snap": "tap",
- "test": "tap"
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
+ "license": "ISC",
+ "bugs": {
+ "url": "https://github.com/npm/npm-package-arg/issues"
},
- "version": "8.0.1"
+ "homepage": "https://github.com/npm/npm-package-arg",
+ "engines": {
+ "node": ">=10"
+ }
}