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:08:41 +0300
committerForrest L Norvell <forrest@npmjs.com>2014-11-28 05:08:41 +0300
commit30a2ea80c891d384b31a1cf28665bba4271915bd (patch)
tree7bc0c4d3cf830f6b487b63bcb3e8ad617a7fb442 /node_modules/ini
parent6a4ea054f6ddf52fc58842ba2046564b04c5c0e2 (diff)
ini@1.3.2
New license
Diffstat (limited to 'node_modules/ini')
-rw-r--r--node_modules/ini/LICENSE32
-rw-r--r--node_modules/ini/package.json21
2 files changed, 23 insertions, 30 deletions
diff --git a/node_modules/ini/LICENSE b/node_modules/ini/LICENSE
index 05a401094..19129e315 100644
--- a/node_modules/ini/LICENSE
+++ b/node_modules/ini/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/ini/package.json b/node_modules/ini/package.json
index 3042c4062..a910b7886 100644
--- a/node_modules/ini/package.json
+++ b/node_modules/ini/package.json
@@ -6,7 +6,7 @@
},
"name": "ini",
"description": "An ini encoder/decoder for node",
- "version": "1.3.0",
+ "version": "1.3.2",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/ini.git"
@@ -22,15 +22,17 @@
"devDependencies": {
"tap": "~0.4.0"
},
- "gitHead": "6c314944d0201f3199e1189aeb5687d0aaf1c575",
+ "license": "ISC",
+ "gitHead": "bbe4a8bb09afa58f724c04ce43a49037cabeadfb",
"bugs": {
"url": "https://github.com/isaacs/ini/issues"
},
"homepage": "https://github.com/isaacs/ini",
- "_id": "ini@1.3.0",
- "_shasum": "625483e56c643a7721014c76604d3353f44bd429",
- "_from": "ini@>=1.3.0 <2.0.0",
- "_npmVersion": "2.0.0",
+ "_id": "ini@1.3.2",
+ "_shasum": "9ebf4a44daf9d89acd07aab9f89a083d887f6dec",
+ "_from": "ini@>=1.3.2 <1.4.0",
+ "_npmVersion": "2.1.9",
+ "_nodeVersion": "0.10.16",
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
@@ -42,10 +44,9 @@
}
],
"dist": {
- "shasum": "625483e56c643a7721014c76604d3353f44bd429",
- "tarball": "http://registry.npmjs.org/ini/-/ini-1.3.0.tgz"
+ "shasum": "9ebf4a44daf9d89acd07aab9f89a083d887f6dec",
+ "tarball": "http://registry.npmjs.org/ini/-/ini-1.3.2.tgz"
},
"directories": {},
- "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.0.tgz",
- "readme": "ERROR: No README data found!"
+ "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.2.tgz"
}