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:
authorisaacs <i@izs.me>2013-09-07 23:21:04 +0400
committerisaacs <i@izs.me>2013-09-07 23:21:04 +0400
commit5a8604bd4444a875452f56271e70927dd738c533 (patch)
tree840de89e9c3157783847273e6de8a2ae1e2e0e73 /node_modules/inherits
parent88e7778667e2772b680295d878f52146d7a324c6 (diff)
inherits@2.0.1
Diffstat (limited to 'node_modules/inherits')
-rw-r--r--node_modules/inherits/LICENSE22
-rw-r--r--node_modules/inherits/package.json17
2 files changed, 17 insertions, 22 deletions
diff --git a/node_modules/inherits/LICENSE b/node_modules/inherits/LICENSE
index 5a8e33254..dea3013d6 100644
--- a/node_modules/inherits/LICENSE
+++ b/node_modules/inherits/LICENSE
@@ -1,14 +1,16 @@
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
- Version 2, December 2004
+The ISC License
- Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
+Copyright (c) Isaac Z. Schlueter
- Everyone is permitted to copy and distribute verbatim or modified
- copies of this license document, and changing it is allowed as long
- as the name is changed.
+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.
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. You just DO WHAT THE FUCK YOU WANT TO.
+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/inherits/package.json b/node_modules/inherits/package.json
index deec27456..3b4843a6d 100644
--- a/node_modules/inherits/package.json
+++ b/node_modules/inherits/package.json
@@ -1,7 +1,7 @@
{
"name": "inherits",
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
- "version": "2.0.0",
+ "version": "2.0.1",
"keywords": [
"inheritance",
"class",
@@ -16,16 +16,9 @@
"browser": "./inherits_browser.js",
"repository": {
"type": "git",
- "url": "https://github.com/isaacs/inherits"
- },
- "license": {
- "type": "WTFPL2"
- },
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
+ "url": "git://github.com/isaacs/inherits"
},
+ "license": "ISC",
"scripts": {
"test": "node test"
},
@@ -34,6 +27,6 @@
"bugs": {
"url": "https://github.com/isaacs/inherits/issues"
},
- "_id": "inherits@2.0.0",
- "_from": "inherits@2"
+ "_id": "inherits@2.0.1",
+ "_from": "inherits@"
}