aboutsummaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/read-cmd-shim/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/node_modules/read-cmd-shim/package.json')
-rw-r--r--deps/node/deps/npm/node_modules/read-cmd-shim/package.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/deps/node/deps/npm/node_modules/read-cmd-shim/package.json b/deps/node/deps/npm/node_modules/read-cmd-shim/package.json
new file mode 100644
index 00000000..8df09548
--- /dev/null
+++ b/deps/node/deps/npm/node_modules/read-cmd-shim/package.json
@@ -0,0 +1,61 @@
+{
+ "_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",
+ "_inBundle": false,
+ "_integrity": "sha1-LV0Vd4ajfAVdIgd8MsU/gynpHHs=",
+ "_location": "/read-cmd-shim",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "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": [
+ "/",
+ "/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",
+ "author": {
+ "name": "Rebecca Turner",
+ "email": "me@re-becca.org",
+ "url": "http://re-becca.org/"
+ },
+ "bugs": {
+ "url": "https://github.com/npm/read-cmd-shim/issues"
+ },
+ "dependencies": {
+ "graceful-fs": "^4.1.2"
+ },
+ "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"
+ },
+ "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": {
+ "test": "standard && tap test/*.js"
+ },
+ "version": "1.0.1"
+}