aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/read-cmd-shim/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/read-cmd-shim/package.json')
-rw-r--r--deps/npm/node_modules/read-cmd-shim/package.json82
1 files changed, 44 insertions, 38 deletions
diff --git a/deps/npm/node_modules/read-cmd-shim/package.json b/deps/npm/node_modules/read-cmd-shim/package.json
index 04f8addc4d..dc9d91ee86 100644
--- a/deps/npm/node_modules/read-cmd-shim/package.json
+++ b/deps/npm/node_modules/read-cmd-shim/package.json
@@ -1,54 +1,60 @@
{
- "name": "read-cmd-shim",
- "version": "1.0.1",
- "description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.",
- "main": "index.js",
+ "_from": "read-cmd-shim@~1.0.1",
+ "_id": "read-cmd-shim@1.0.1",
+ "_integrity": "sha1-LV0Vd4ajfAVdIgd8MsU/gynpHHs=",
+ "_location": "/read-cmd-shim",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "read-cmd-shim@~1.0.1",
+ "name": "read-cmd-shim",
+ "escapedName": "read-cmd-shim",
+ "rawSpec": "~1.0.1",
+ "saveSpec": null,
+ "fetchSpec": "~1.0.1"
+ },
+ "_requiredBy": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-1.0.1.tgz",
+ "_shasum": "2d5d157786a37c055d22077c32c53f8329e91c7b",
+ "_shrinkwrap": null,
+ "_spec": "read-cmd-shim@~1.0.1",
+ "_where": "/Users/zkat/Documents/code/npm",
+ "author": {
+ "name": "Rebecca Turner",
+ "email": "me@re-becca.org",
+ "url": "http://re-becca.org/"
+ },
+ "bin": null,
+ "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",
"rimraf": "^2.4.3",
"standard": "^5.2.2",
"tap": "^1.4.1"
},
- "scripts": {
- "test": "standard && tap test/*.js"
- },
+ "homepage": "https://github.com/npm/read-cmd-shim#readme",
+ "license": "ISC",
+ "main": "index.js",
+ "name": "read-cmd-shim",
+ "optionalDependencies": {},
+ "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/npm/read-cmd-shim.git"
},
- "author": {
- "name": "Rebecca Turner",
- "email": "me@re-becca.org",
- "url": "http://re-becca.org/"
- },
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/npm/read-cmd-shim/issues"
- },
- "homepage": "https://github.com/npm/read-cmd-shim#readme",
- "gitHead": "7c50879bf49743a1c69f9d7f0ba1638fc46bb40c",
- "_id": "read-cmd-shim@1.0.1",
- "_shasum": "2d5d157786a37c055d22077c32c53f8329e91c7b",
- "_from": "read-cmd-shim@>=1.0.1 <1.1.0",
- "_npmVersion": "3.3.0",
- "_nodeVersion": "3.1.0",
- "_npmUser": {
- "name": "iarna",
- "email": "me@re-becca.org"
- },
- "dist": {
- "shasum": "2d5d157786a37c055d22077c32c53f8329e91c7b",
- "tarball": "http://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-1.0.1.tgz"
+ "scripts": {
+ "test": "standard && tap test/*.js"
},
- "maintainers": [
- {
- "name": "iarna",
- "email": "me@re-becca.org"
- }
- ],
- "directories": {},
- "_resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-1.0.1.tgz"
+ "version": "1.0.1"
}