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:
Diffstat (limited to 'node_modules/read-cmd-shim/package.json')
-rw-r--r--node_modules/read-cmd-shim/package.json88
1 files changed, 32 insertions, 56 deletions
diff --git a/node_modules/read-cmd-shim/package.json b/node_modules/read-cmd-shim/package.json
index 481119680..04f8addc4 100644
--- a/node_modules/read-cmd-shim/package.json
+++ b/node_modules/read-cmd-shim/package.json
@@ -1,78 +1,54 @@
{
- "_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"
+ "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",
+ "dependencies": {
+ "graceful-fs": "^4.1.2"
},
- "_npmVersion": "3.3.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "read-cmd-shim",
- "raw": "read-cmd-shim",
- "rawSpec": "",
- "scope": null,
- "spec": "*",
- "type": "range"
+ "devDependencies": {
+ "cmd-shim": "^2.0.1",
+ "rimraf": "^2.4.3",
+ "standard": "^5.2.2",
+ "tap": "^1.4.1"
+ },
+ "scripts": {
+ "test": "standard && tap test/*.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/npm/read-cmd-shim.git"
},
- "_requiredBy": [
- "/"
- ],
- "_shasum": "2d5d157786a37c055d22077c32c53f8329e91c7b",
- "_shrinkwrap": null,
- "_spec": "read-cmd-shim",
- "_where": "/Users/rebecca/code/npm",
"author": {
- "email": "me@re-becca.org",
"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"
},
- "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",
+ "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"
},
- "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"
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-1.0.1.tgz"
}