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/read-cmd-shim
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/read-cmd-shim')
-rw-r--r--node_modules/read-cmd-shim/package.json54
1 files changed, 13 insertions, 41 deletions
diff --git a/node_modules/read-cmd-shim/package.json b/node_modules/read-cmd-shim/package.json
index 57cc715bd..2a76dc3b1 100644
--- a/node_modules/read-cmd-shim/package.json
+++ b/node_modules/read-cmd-shim/package.json
@@ -1,57 +1,29 @@
{
- "_from": "read-cmd-shim@^2.0.0",
- "_id": "read-cmd-shim@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-HJpV9bQpkl6KwjxlJcBoqu9Ba0PQg8TqSNIOrulGt54a0uup0HtevreFHzYzkm0lpnleRdNBzXznKrgxglEHQw==",
- "_location": "/read-cmd-shim",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "read-cmd-shim@^2.0.0",
- "name": "read-cmd-shim",
- "escapedName": "read-cmd-shim",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/bin-links"
- ],
- "_resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-2.0.0.tgz",
- "_shasum": "4a50a71d6f0965364938e9038476f7eede3928d9",
- "_spec": "read-cmd-shim@^2.0.0",
- "_where": "/Users/isaacs/dev/npm/cli/node_modules/bin-links",
- "bugs": {
- "url": "https://github.com/npm/read-cmd-shim/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
+ "name": "read-cmd-shim",
+ "version": "2.0.0",
"description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.",
+ "main": "index.js",
"devDependencies": {
"cmd-shim": "^4.0.0",
"rimraf": "^3.0.0",
"tap": "^14.10.6"
},
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/npm/read-cmd-shim#readme",
- "license": "ISC",
- "main": "index.js",
- "name": "read-cmd-shim",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/read-cmd-shim.git"
- },
"scripts": {
+ "preversion": "npm t",
"postversion": "npm publish",
"prepublishOnly": "git push --follow-tags",
- "preversion": "npm t",
"test": "tap"
},
"tap": {
"check-coverage": true
},
- "version": "2.0.0"
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/npm/read-cmd-shim.git"
+ },
+ "license": "ISC",
+ "homepage": "https://github.com/npm/read-cmd-shim#readme",
+ "files": [
+ "index.js"
+ ]
}