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:
authorForrest L Norvell <forrest@npmjs.com>2014-11-28 05:11:27 +0300
committerForrest L Norvell <forrest@npmjs.com>2014-11-28 05:11:27 +0300
commit4861d28ad0ebd959fe6bc15b9c9a50fcabe57f55 (patch)
tree1f674f9cc8b3af9b035e942c67abd007bd1e9972 /node_modules/which
parent30a2ea80c891d384b31a1cf28665bba4271915bd (diff)
which@1.0.7
New license.
Diffstat (limited to 'node_modules/which')
-rw-r--r--node_modules/which/LICENSE32
-rw-r--r--node_modules/which/package.json37
2 files changed, 37 insertions, 32 deletions
diff --git a/node_modules/which/LICENSE b/node_modules/which/LICENSE
index 05a401094..19129e315 100644
--- a/node_modules/which/LICENSE
+++ b/node_modules/which/LICENSE
@@ -1,23 +1,15 @@
-Copyright 2009, 2010, 2011 Isaac Z. Schlueter.
-All rights reserved.
+The ISC License
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
+Copyright (c) Isaac Z. Schlueter and Contributors
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
+IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/node_modules/which/package.json b/node_modules/which/package.json
index c45dafee9..ffd963273 100644
--- a/node_modules/which/package.json
+++ b/node_modules/which/package.json
@@ -6,7 +6,7 @@
},
"name": "which",
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
- "version": "1.0.5",
+ "version": "1.0.7",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-which.git"
@@ -15,20 +15,33 @@
"bin": {
"which": "./bin/which"
},
- "engines": {
- "node": "*"
+ "license": "ISC",
+ "gitHead": "989ba91ddf1864696d5048a98a70dc117ae6ba0c",
+ "bugs": {
+ "url": "https://github.com/isaacs/node-which/issues"
},
- "dependencies": {},
- "devDependencies": {},
+ "homepage": "https://github.com/isaacs/node-which",
+ "_id": "which@1.0.7",
+ "scripts": {},
+ "_shasum": "853133f40e5bd2783e51a06774959455cc8ee865",
+ "_from": "which@>=1.0.7 <1.1.0",
+ "_npmVersion": "2.1.9",
+ "_nodeVersion": "0.10.16",
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
},
- "_id": "which@1.0.5",
- "optionalDependencies": {},
- "_engineSupported": true,
- "_npmVersion": "1.1.2",
- "_nodeVersion": "v0.7.6-pre",
- "_defaultsLoaded": true,
- "_from": "which@1"
+ "maintainers": [
+ {
+ "name": "isaacs",
+ "email": "i@izs.me"
+ }
+ ],
+ "dist": {
+ "shasum": "853133f40e5bd2783e51a06774959455cc8ee865",
+ "tarball": "http://registry.npmjs.org/which/-/which-1.0.7.tgz"
+ },
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/which/-/which-1.0.7.tgz",
+ "readme": "ERROR: No README data found!"
}