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:
Diffstat (limited to 'node_modules/cmd-shim/package.json')
-rw-r--r--node_modules/cmd-shim/package.json61
1 files changed, 16 insertions, 45 deletions
diff --git a/node_modules/cmd-shim/package.json b/node_modules/cmd-shim/package.json
index 21e1abb16..1d4e6a450 100644
--- a/node_modules/cmd-shim/package.json
+++ b/node_modules/cmd-shim/package.json
@@ -1,66 +1,37 @@
{
- "_from": "cmd-shim@^4.0.1",
- "_id": "cmd-shim@4.0.2",
- "_inBundle": false,
- "_integrity": "sha512-yuOHOon6oFX6kcxVl2jIkvPJsQ/yiKp9fd2dnuoBRZB9GEJ3USWAFCIqfB4xmFou93C3MjjhAprcDwrw+O29VA==",
- "_location": "/cmd-shim",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "cmd-shim@^4.0.1",
- "name": "cmd-shim",
- "escapedName": "cmd-shim",
- "rawSpec": "^4.0.1",
- "saveSpec": null,
- "fetchSpec": "^4.0.1"
+ "name": "cmd-shim",
+ "version": "4.0.2",
+ "description": "Used in npm for command line application support",
+ "scripts": {
+ "test": "tap",
+ "snap": "tap",
+ "preversion": "npm test",
+ "postversion": "npm publish",
+ "postpublish": "git push origin --follow-tags"
},
- "_requiredBy": [
- "/bin-links"
- ],
- "_resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-4.0.2.tgz",
- "_shasum": "600c8b5962eea0cfd8cb809826b9584a59380c01",
- "_spec": "cmd-shim@^4.0.1",
- "_where": "/Users/isaacs/dev/npm/cli/node_modules/bin-links",
- "bugs": {
- "url": "https://github.com/npm/cmd-shim/issues"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/npm/cmd-shim.git"
},
- "bundleDependencies": false,
+ "license": "ISC",
"dependencies": {
"graceful-fs": "^4.1.2",
"mkdirp-infer-owner": "^2.0.0"
},
- "deprecated": false,
- "description": "Used in npm for command line application support",
"devDependencies": {
"rimraf": "~2.2.8",
"tap": "^14.10.6"
},
- "engines": {
- "node": ">=10"
- },
"files": [
"index.js",
"lib"
],
- "homepage": "https://github.com/npm/cmd-shim#readme",
- "license": "ISC",
- "name": "cmd-shim",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/cmd-shim.git"
- },
- "scripts": {
- "postpublish": "git push origin --follow-tags",
- "postversion": "npm publish",
- "preversion": "npm test",
- "snap": "tap",
- "test": "tap"
- },
"tap": {
"before": "test/00-setup.js",
"after": "test/zz-cleanup.js",
"check-coverage": true
},
- "version": "4.0.2"
+ "engines": {
+ "node": ">=10"
+ }
}