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>2019-08-14 22:46:04 +0300
committerisaacs <i@izs.me>2019-08-14 22:46:05 +0300
commit534a5548c9ebd59f0dd90e9ccca148ed8946efa6 (patch)
treea69aeb1de1bacd708f4a0422d78c8104f61bd046 /node_modules/read-cmd-shim/package.json
parent51c02821575d80035ebe853492d110db11a7d1b9 (diff)
read-cmd-shim@1.0.3
Diffstat (limited to 'node_modules/read-cmd-shim/package.json')
-rw-r--r--node_modules/read-cmd-shim/package.json37
1 files changed, 18 insertions, 19 deletions
diff --git a/node_modules/read-cmd-shim/package.json b/node_modules/read-cmd-shim/package.json
index 8df095488..d706e652c 100644
--- a/node_modules/read-cmd-shim/package.json
+++ b/node_modules/read-cmd-shim/package.json
@@ -1,33 +1,29 @@
{
- "_args": [
- [
- "read-cmd-shim@1.0.1",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "read-cmd-shim@1.0.1",
- "_id": "read-cmd-shim@1.0.1",
+ "_from": "read-cmd-shim@1.0.3",
+ "_id": "read-cmd-shim@1.0.3",
"_inBundle": false,
- "_integrity": "sha1-LV0Vd4ajfAVdIgd8MsU/gynpHHs=",
+ "_integrity": "sha512-HUHb2imlZ8xBJjiZZRx0Ag9JfZ3jxQRfORMQXWCDeHE6PCCnpQrMq6LhyNqEPnMXhMDDIyq/BK7pBbhNy9zDDA==",
"_location": "/read-cmd-shim",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "read-cmd-shim@1.0.1",
+ "raw": "read-cmd-shim@1.0.3",
"name": "read-cmd-shim",
"escapedName": "read-cmd-shim",
- "rawSpec": "1.0.1",
+ "rawSpec": "1.0.3",
"saveSpec": null,
- "fetchSpec": "1.0.1"
+ "fetchSpec": "1.0.3"
},
"_requiredBy": [
+ "#USER",
"/",
"/gentle-fs"
],
- "_resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-1.0.1.tgz",
- "_spec": "1.0.1",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-1.0.3.tgz",
+ "_shasum": "b246608c8e76e332a99be7811c096a4baf60015a",
+ "_spec": "read-cmd-shim@1.0.3",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
@@ -36,15 +32,17 @@
"bugs": {
"url": "https://github.com/npm/read-cmd-shim/issues"
},
+ "bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.2"
},
+ "deprecated": false,
"description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.",
"devDependencies": {
- "cmd-shim": "^2.0.1",
+ "cmd-shim": "^3.0.0",
"rimraf": "^2.4.3",
"standard": "^5.2.2",
- "tap": "^1.4.1"
+ "tap": "^12.7.0"
},
"homepage": "https://github.com/npm/read-cmd-shim#readme",
"license": "ISC",
@@ -55,7 +53,8 @@
"url": "git+https://github.com/npm/read-cmd-shim.git"
},
"scripts": {
- "test": "standard && tap test/*.js"
+ "pretest": "standard",
+ "test": "tap test/*.js --100"
},
- "version": "1.0.1"
+ "version": "1.0.3"
}