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/which/package.json')
-rw-r--r--node_modules/which/package.json87
1 files changed, 30 insertions, 57 deletions
diff --git a/node_modules/which/package.json b/node_modules/which/package.json
index a6e1ccef5..fd00e896a 100644
--- a/node_modules/which/package.json
+++ b/node_modules/which/package.json
@@ -1,84 +1,57 @@
{
- "_args": [
- [
- "which@~1.2.0",
- "/Users/ogd/Documents/projects/npm/npm"
- ]
- ],
- "_from": "which@>=1.2.0 <1.3.0",
- "_id": "which@1.2.0",
- "_inCache": true,
- "_location": "/which",
- "_nodeVersion": "4.0.0",
- "_npmUser": {
- "email": "isaacs@npmjs.com",
- "name": "isaacs"
- },
- "_npmVersion": "3.3.2",
- "_phantomChildren": {},
- "_requested": {
- "name": "which",
- "raw": "which@~1.2.0",
- "rawSpec": "~1.2.0",
- "scope": null,
- "spec": ">=1.2.0 <1.3.0",
- "type": "range"
- },
- "_requiredBy": [
- "/",
- "/istanbul",
- "/node-gyp",
- "/npm-path"
- ],
- "_resolved": "https://registry.npmjs.org/which/-/which-1.2.0.tgz",
- "_shasum": "a5c8df5abc792f6ce9652c8d9ca8f3a91b77e59d",
- "_shrinkwrap": null,
- "_spec": "which@~1.2.0",
- "_where": "/Users/ogd/Documents/projects/npm/npm",
"author": {
- "email": "i@izs.me",
"name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
"url": "http://blog.izs.me"
},
+ "name": "which",
+ "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
+ "version": "1.2.0",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/node-which.git"
+ },
+ "main": "which.js",
"bin": {
"which": "./bin/which"
},
- "bugs": {
- "url": "https://github.com/isaacs/node-which/issues"
- },
+ "license": "ISC",
"dependencies": {
"is-absolute": "^0.1.7"
},
- "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
"devDependencies": {
"mkdirp": "^0.5.0",
"rimraf": "^2.3.3",
"tap": "^2.0.0"
},
- "directories": {},
+ "scripts": {
+ "test": "tap test/*.js"
+ },
+ "gitHead": "98925d6bced9ba820a17fd857e7a53a491958419",
+ "bugs": {
+ "url": "https://github.com/isaacs/node-which/issues"
+ },
+ "homepage": "https://github.com/isaacs/node-which#readme",
+ "_id": "which@1.2.0",
+ "_shasum": "a5c8df5abc792f6ce9652c8d9ca8f3a91b77e59d",
+ "_from": "which@>=1.2.0 <1.3.0",
+ "_npmVersion": "3.3.2",
+ "_nodeVersion": "4.0.0",
+ "_npmUser": {
+ "name": "isaacs",
+ "email": "isaacs@npmjs.com"
+ },
"dist": {
"shasum": "a5c8df5abc792f6ce9652c8d9ca8f3a91b77e59d",
"tarball": "http://registry.npmjs.org/which/-/which-1.2.0.tgz"
},
- "gitHead": "98925d6bced9ba820a17fd857e7a53a491958419",
- "homepage": "https://github.com/isaacs/node-which#readme",
- "installable": true,
- "license": "ISC",
- "main": "which.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
- "name": "which",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/node-which.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "1.2.0"
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/which/-/which-1.2.0.tgz",
+ "readme": "ERROR: No README data found!"
}