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>2014-03-19 03:03:33 +0400
committerisaacs <i@izs.me>2014-03-19 03:03:53 +0400
commit7b941497631ca2338fa477507386a8e694fd3216 (patch)
tree081b7c9640e7c34d8c67b4f17475b42bf2f566c6 /node_modules/init-package-json
parent416f6a4b3a10a67be04dd7e25691f4e72ddffe29 (diff)
init-package-json@0.0.15
Diffstat (limited to 'node_modules/init-package-json')
-rw-r--r--node_modules/init-package-json/LICENSE15
-rw-r--r--node_modules/init-package-json/default-input.js2
-rw-r--r--node_modules/init-package-json/node_modules/promzard/package.json6
-rw-r--r--node_modules/init-package-json/package.json12
4 files changed, 29 insertions, 6 deletions
diff --git a/node_modules/init-package-json/LICENSE b/node_modules/init-package-json/LICENSE
new file mode 100644
index 000000000..05eeeb88c
--- /dev/null
+++ b/node_modules/init-package-json/LICENSE
@@ -0,0 +1,15 @@
+The ISC License
+
+Copyright (c) Isaac Z. Schlueter
+
+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" 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/init-package-json/default-input.js b/node_modules/init-package-json/default-input.js
index b4c01a2dc..d61a33d23 100644
--- a/node_modules/init-package-json/default-input.js
+++ b/node_modules/init-package-json/default-input.js
@@ -28,7 +28,7 @@ function readDeps (test) { return function (cb) {
try { p = JSON.parse(p) }
catch (e) { return next() }
if (!p.version) return next()
- deps[d] = '~' + p.version
+ deps[d] = '^' + p.version
return next()
})
})
diff --git a/node_modules/init-package-json/node_modules/promzard/package.json b/node_modules/init-package-json/node_modules/promzard/package.json
index 24560a076..17ed9a1f9 100644
--- a/node_modules/init-package-json/node_modules/promzard/package.json
+++ b/node_modules/init-package-json/node_modules/promzard/package.json
@@ -28,5 +28,9 @@
},
"homepage": "https://github.com/isaacs/promzard",
"_id": "promzard@0.2.1",
- "_from": "promzard@~0.2.0"
+ "dist": {
+ "shasum": "c4c7cbe5182465c13b43540be9daf47098b4e75b"
+ },
+ "_from": "promzard@~0.2.0",
+ "_resolved": "https://registry.npmjs.org/promzard/-/promzard-0.2.1.tgz"
}
diff --git a/node_modules/init-package-json/package.json b/node_modules/init-package-json/package.json
index bde89be59..95099e09d 100644
--- a/node_modules/init-package-json/package.json
+++ b/node_modules/init-package-json/package.json
@@ -1,6 +1,6 @@
{
"name": "init-package-json",
- "version": "0.0.14",
+ "version": "0.0.15",
"main": "init-package-json.js",
"scripts": {
"test": "tap test/*.js"
@@ -14,7 +14,7 @@
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
- "license": "BSD",
+ "license": "ISC",
"description": "A node module to get your node module started",
"dependencies": {
"promzard": "~0.2.0",
@@ -43,6 +43,10 @@
"url": "https://github.com/isaacs/init-package-json/issues"
},
"homepage": "https://github.com/isaacs/init-package-json",
- "_id": "init-package-json@0.0.14",
- "_from": "init-package-json@latest"
+ "_id": "init-package-json@0.0.15",
+ "dist": {
+ "shasum": "d40f0201e4de6aa2b3fdc4208ae162766703ebed"
+ },
+ "_from": "init-package-json@latest",
+ "_resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-0.0.15.tgz"
}