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:
authorclaudiahdz <cghr1990@gmail.com>2019-08-31 01:28:17 +0300
committerclaudiahdz <cghr1990@gmail.com>2019-08-31 01:28:19 +0300
commite5fbb7ed1fc7ef5c6ca4790e2d0dc441e0ac1596 (patch)
tree9a9a49b75f2c14cd598852c711ae34cdda060fb7 /node_modules/read-cmd-shim/package.json
parent1fafb51513466cd793866b576dfea9a8963a3335 (diff)
read-cmd-shim@1.0.4
Diffstat (limited to 'node_modules/read-cmd-shim/package.json')
-rw-r--r--node_modules/read-cmd-shim/package.json25
1 files changed, 14 insertions, 11 deletions
diff --git a/node_modules/read-cmd-shim/package.json b/node_modules/read-cmd-shim/package.json
index d706e652c..df2fe27e7 100644
--- a/node_modules/read-cmd-shim/package.json
+++ b/node_modules/read-cmd-shim/package.json
@@ -1,29 +1,29 @@
{
- "_from": "read-cmd-shim@1.0.3",
- "_id": "read-cmd-shim@1.0.3",
+ "_from": "read-cmd-shim@1.0.4",
+ "_id": "read-cmd-shim@1.0.4",
"_inBundle": false,
- "_integrity": "sha512-HUHb2imlZ8xBJjiZZRx0Ag9JfZ3jxQRfORMQXWCDeHE6PCCnpQrMq6LhyNqEPnMXhMDDIyq/BK7pBbhNy9zDDA==",
+ "_integrity": "sha512-Pqpl3qJ/QdOIjRYA0q5DND/gLvGOfpIz/fYVDGYpOXfW/lFrIttmLsBnd6IkyK10+JHU9zhsaudfvrQTBB9YFQ==",
"_location": "/read-cmd-shim",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "read-cmd-shim@1.0.3",
+ "raw": "read-cmd-shim@1.0.4",
"name": "read-cmd-shim",
"escapedName": "read-cmd-shim",
- "rawSpec": "1.0.3",
+ "rawSpec": "1.0.4",
"saveSpec": null,
- "fetchSpec": "1.0.3"
+ "fetchSpec": "1.0.4"
},
"_requiredBy": [
"#USER",
"/",
"/gentle-fs"
],
- "_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",
+ "_resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-1.0.4.tgz",
+ "_shasum": "b4a53d43376211b45243f0072b6e603a8e37640d",
+ "_spec": "read-cmd-shim@1.0.4",
+ "_where": "/Users/claudiahdz/npm/cli",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
@@ -44,6 +44,9 @@
"standard": "^5.2.2",
"tap": "^12.7.0"
},
+ "files": [
+ "index.js"
+ ],
"homepage": "https://github.com/npm/read-cmd-shim#readme",
"license": "ISC",
"main": "index.js",
@@ -56,5 +59,5 @@
"pretest": "standard",
"test": "tap test/*.js --100"
},
- "version": "1.0.3"
+ "version": "1.0.4"
}