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:
authorRebecca Turner <me@re-becca.org>2015-09-10 00:50:29 +0300
committerRebecca Turner <me@re-becca.org>2015-09-10 22:15:15 +0300
commite6db459deac9713b584092c80dd014066e3a1d24 (patch)
tree73590ac3f1872abaa2ba5a703e9cc752ca10cf7a /node_modules/read-cmd-shim/package.json
parent2fb60bfef323d8dcf8f8c972bcb8e4d167e5e25d (diff)
read-cmd-shim@1.0.1
Diffstat (limited to 'node_modules/read-cmd-shim/package.json')
-rw-r--r--node_modules/read-cmd-shim/package.json78
1 files changed, 78 insertions, 0 deletions
diff --git a/node_modules/read-cmd-shim/package.json b/node_modules/read-cmd-shim/package.json
new file mode 100644
index 000000000..481119680
--- /dev/null
+++ b/node_modules/read-cmd-shim/package.json
@@ -0,0 +1,78 @@
+{
+ "_args": [
+ [
+ "read-cmd-shim",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "read-cmd-shim@*",
+ "_id": "read-cmd-shim@1.0.1",
+ "_inCache": true,
+ "_location": "/read-cmd-shim",
+ "_nodeVersion": "3.1.0",
+ "_npmUser": {
+ "email": "me@re-becca.org",
+ "name": "iarna"
+ },
+ "_npmVersion": "3.3.0",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "read-cmd-shim",
+ "raw": "read-cmd-shim",
+ "rawSpec": "",
+ "scope": null,
+ "spec": "*",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/"
+ ],
+ "_shasum": "2d5d157786a37c055d22077c32c53f8329e91c7b",
+ "_shrinkwrap": null,
+ "_spec": "read-cmd-shim",
+ "_where": "/Users/rebecca/code/npm",
+ "author": {
+ "email": "me@re-becca.org",
+ "name": "Rebecca Turner",
+ "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"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "2d5d157786a37c055d22077c32c53f8329e91c7b",
+ "tarball": "http://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-1.0.1.tgz"
+ },
+ "gitHead": "7c50879bf49743a1c69f9d7f0ba1638fc46bb40c",
+ "homepage": "https://github.com/npm/read-cmd-shim#readme",
+ "installable": true,
+ "license": "ISC",
+ "main": "index.js",
+ "maintainers": [
+ {
+ "name": "iarna",
+ "email": "me@re-becca.org"
+ }
+ ],
+ "name": "read-cmd-shim",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/npm/read-cmd-shim.git"
+ },
+ "scripts": {
+ "test": "standard && tap test/*.js"
+ },
+ "version": "1.0.1"
+}