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>2017-10-04 11:28:46 +0300
committerRebecca Turner <me@re-becca.org>2017-10-04 11:28:48 +0300
commit34e0f42090f6153eb5462f742e402813e4da56c8 (patch)
tree9f42a600e8b00d54a1de2fda44b39e59a92a2da9 /node_modules/abbrev
parent69e64e27bf58efd0b76b3cf6e8182c77f8cc452f (diff)
abbrev@1.1.1
License change.
Diffstat (limited to 'node_modules/abbrev')
-rw-r--r--node_modules/abbrev/LICENSE31
-rw-r--r--node_modules/abbrev/package.json31
2 files changed, 45 insertions, 17 deletions
diff --git a/node_modules/abbrev/LICENSE b/node_modules/abbrev/LICENSE
index 19129e315..9bcfa9d7d 100644
--- a/node_modules/abbrev/LICENSE
+++ b/node_modules/abbrev/LICENSE
@@ -1,3 +1,8 @@
+This software is dual-licensed under the ISC and MIT licenses.
+You may use this software under EITHER of the following licenses.
+
+----------
+
The ISC License
Copyright (c) Isaac Z. Schlueter and Contributors
@@ -13,3 +18,29 @@ 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.
+
+----------
+
+Copyright Isaac Z. Schlueter and Contributors
+All rights reserved.
+
+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:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+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.
diff --git a/node_modules/abbrev/package.json b/node_modules/abbrev/package.json
index 077e4c137..0c44f79d6 100644
--- a/node_modules/abbrev/package.json
+++ b/node_modules/abbrev/package.json
@@ -1,39 +1,38 @@
{
- "_from": "abbrev@~1.1.0",
- "_id": "abbrev@1.1.0",
- "_integrity": "sha1-0FVMIlZjbi9W58LlrRg/hZQo2B8=",
+ "_from": "abbrev@1.1.1",
+ "_id": "abbrev@1.1.1",
+ "_inBundle": false,
+ "_integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
"_location": "/abbrev",
"_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "abbrev@~1.1.0",
+ "raw": "abbrev@1.1.1",
"name": "abbrev",
"escapedName": "abbrev",
- "rawSpec": "~1.1.0",
+ "rawSpec": "1.1.1",
"saveSpec": null,
- "fetchSpec": "~1.1.0"
+ "fetchSpec": "1.1.1"
},
"_requiredBy": [
+ "#USER",
"/",
"/node-gyp/nopt",
"/nopt"
],
- "_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz",
- "_shasum": "d0554c2256636e2f56e7c2e5ad183f859428d81f",
- "_shrinkwrap": null,
- "_spec": "abbrev@~1.1.0",
- "_where": "/Users/zkat/Documents/code/npm",
+ "_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
+ "_shasum": "f8f2c887ad10bf67f634f005b6987fed3179aac8",
+ "_spec": "abbrev@1.1.1",
+ "_where": "/Users/rebecca/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me"
},
- "bin": null,
"bugs": {
"url": "https://github.com/isaacs/abbrev-js/issues"
},
"bundleDependencies": false,
- "dependencies": {},
"deprecated": false,
"description": "Like ruby's abbrev module, but in js",
"devDependencies": {
@@ -46,8 +45,6 @@
"license": "ISC",
"main": "abbrev.js",
"name": "abbrev",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/isaacs/abbrev-js.git"
@@ -58,5 +55,5 @@
"preversion": "npm test",
"test": "tap test.js --100"
},
- "version": "1.1.0"
+ "version": "1.1.1"
}