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-normalize-package-bin
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/npm-normalize-package-bin')
-rw-r--r--node_modules/npm-normalize-package-bin/package.json63
1 files changed, 11 insertions, 52 deletions
diff --git a/node_modules/npm-normalize-package-bin/package.json b/node_modules/npm-normalize-package-bin/package.json
index 0b385576d..a331a682e 100644
--- a/node_modules/npm-normalize-package-bin/package.json
+++ b/node_modules/npm-normalize-package-bin/package.json
@@ -1,62 +1,21 @@
{
- "_from": "npm-normalize-package-bin@^1.0.1",
- "_id": "npm-normalize-package-bin@1.0.1",
- "_inBundle": false,
- "_integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==",
- "_location": "/npm-normalize-package-bin",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "npm-normalize-package-bin@^1.0.1",
- "name": "npm-normalize-package-bin",
- "escapedName": "npm-normalize-package-bin",
- "rawSpec": "^1.0.1",
- "saveSpec": null,
- "fetchSpec": "^1.0.1"
- },
- "_requiredBy": [
- "/@npmcli/installed-package-contents",
- "/bin-links",
- "/npm-bundled",
- "/npm-packlist",
- "/read-package-json",
- "/read-package-json-fast"
- ],
- "_resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz",
- "_shasum": "6e79a41f23fd235c0623218228da7d9c23b8f6e2",
- "_spec": "npm-normalize-package-bin@^1.0.1",
- "_where": "/Users/isaacs/dev/npm/cli/node_modules/@npmcli/installed-package-contents",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "https://izs.me"
- },
- "bugs": {
- "url": "https://github.com/npm/npm-normalize-package-bin/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
+ "name": "npm-normalize-package-bin",
+ "version": "1.0.1",
"description": "Turn any flavor of allowable package.json bin into a normalized object",
- "devDependencies": {
- "tap": "^14.10.2"
- },
- "homepage": "https://github.com/npm/npm-normalize-package-bin#readme",
+ "repository": "git+https://github.com/npm/npm-normalize-package-bin",
+ "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
"license": "ISC",
- "name": "npm-normalize-package-bin",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/npm-normalize-package-bin.git"
- },
"scripts": {
- "postpublish": "git push origin --follow-tags",
- "postversion": "npm publish",
- "preversion": "npm test",
+ "test": "tap",
"snap": "tap",
- "test": "tap"
+ "preversion": "npm test",
+ "postversion": "npm publish",
+ "postpublish": "git push origin --follow-tags"
},
"tap": {
"check-coverage": true
},
- "version": "1.0.1"
+ "devDependencies": {
+ "tap": "^14.10.2"
+ }
}