From 4861d28ad0ebd959fe6bc15b9c9a50fcabe57f55 Mon Sep 17 00:00:00 2001 From: Forrest L Norvell Date: Thu, 27 Nov 2014 19:11:27 -0700 Subject: [PATCH] which@1.0.7 New license. --- node_modules/which/LICENSE | 32 +++++++++++----------------- node_modules/which/package.json | 37 ++++++++++++++++++++++----------- package.json | 2 +- 3 files changed, 38 insertions(+), 33 deletions(-) diff --git a/node_modules/which/LICENSE b/node_modules/which/LICENSE index 05a4010949c..19129e315fe 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 c45dafee928..ffd96327374 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!" } diff --git a/package.json b/package.json index 2917847379e..bfd107038cc 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "tar": "~1.0.3", "text-table": "~0.2.0", "uid-number": "0.0.6", - "which": "1", + "which": "~1.0.7", "wrappy": "~1.0.1", "write-file-atomic": "~1.1.0" },