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>2016-01-21 02:42:37 +0300
committerRebecca Turner <me@re-becca.org>2016-01-21 04:44:07 +0300
commit2948b141fb220659b10b5f66359ec7a64da77d92 (patch)
treeb0ae1b60606f8dd8b43ac5bdefc9b76ba43e3684 /node_modules/read-installed
parentcf7b36142c2af8c4c86c04efa46a386a85d4bc31 (diff)
deps: read-installed subdeps update
util-extend@1.0.3
Diffstat (limited to 'node_modules/read-installed')
-rw-r--r--node_modules/read-installed/node_modules/util-extend/LICENSE18
-rw-r--r--node_modules/read-installed/node_modules/util-extend/package.json78
2 files changed, 71 insertions, 25 deletions
diff --git a/node_modules/read-installed/node_modules/util-extend/LICENSE b/node_modules/read-installed/node_modules/util-extend/LICENSE
new file mode 100644
index 000000000..e3d4e695a
--- /dev/null
+++ b/node_modules/read-installed/node_modules/util-extend/LICENSE
@@ -0,0 +1,18 @@
+Copyright Joyent, Inc. and other Node 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/read-installed/node_modules/util-extend/package.json b/node_modules/read-installed/node_modules/util-extend/package.json
index 259d6c104..137656aa8 100644
--- a/node_modules/read-installed/node_modules/util-extend/package.json
+++ b/node_modules/read-installed/node_modules/util-extend/package.json
@@ -1,41 +1,69 @@
{
- "name": "util-extend",
- "version": "1.0.1",
- "description": "Node's internal object extension function",
- "main": "extend.js",
- "scripts": {
- "test": "node test.js"
+ "_args": [
+ [
+ "util-extend@^1.0.1",
+ "/Users/rebecca/code/npm/node_modules/read-installed"
+ ]
+ ],
+ "_from": "util-extend@>=1.0.1 <2.0.0",
+ "_id": "util-extend@1.0.3",
+ "_inCache": true,
+ "_installable": true,
+ "_location": "/read-installed/util-extend",
+ "_nodeVersion": "4.0.0",
+ "_npmUser": {
+ "email": "i@izs.me",
+ "name": "isaacs"
},
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/util-extend.git"
+ "_npmVersion": "2.14.15",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "util-extend",
+ "raw": "util-extend@^1.0.1",
+ "rawSpec": "^1.0.1",
+ "scope": null,
+ "spec": ">=1.0.1 <2.0.0",
+ "type": "range"
},
+ "_requiredBy": [
+ "/read-installed"
+ ],
+ "_resolved": "https://registry.npmjs.org/util-extend/-/util-extend-1.0.3.tgz",
+ "_shasum": "a7c216d267545169637b3b6edc6ca9119e2ff93f",
+ "_shrinkwrap": null,
+ "_spec": "util-extend@^1.0.1",
+ "_where": "/Users/rebecca/code/npm/node_modules/read-installed",
"author": "",
- "license": "MIT",
- "readmeFilename": "README.md",
- "readme": "# util-extend\n\nThe Node object extending function that Node uses for Node!\n\n## Usage\n\n```js\nvar extend = require('util-extend');\nfunction functionThatTakesOptions(options) {\n var options = extend(defaults, options);\n // now any unset options are set to the defaults.\n}\n```\n",
"bugs": {
"url": "https://github.com/isaacs/util-extend/issues"
},
- "_id": "util-extend@1.0.1",
+ "dependencies": {},
+ "description": "Node's internal object extension function",
+ "devDependencies": {},
+ "directories": {},
"dist": {
- "shasum": "bb703b79480293ddcdcfb3c6a9fea20f483415bc",
- "tarball": "http://registry.npmjs.org/util-extend/-/util-extend-1.0.1.tgz"
- },
- "_from": "util-extend@>=1.0.1 <2.0.0",
- "_npmVersion": "1.3.4",
- "_npmUser": {
- "name": "isaacs",
- "email": "i@izs.me"
+ "shasum": "a7c216d267545169637b3b6edc6ca9119e2ff93f",
+ "tarball": "http://registry.npmjs.org/util-extend/-/util-extend-1.0.3.tgz"
},
+ "gitHead": "22757dc229edbb253af63d533f27a837184f4a51",
+ "homepage": "https://github.com/isaacs/util-extend#readme",
+ "license": "MIT",
+ "main": "extend.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
- "directories": {},
- "_shasum": "bb703b79480293ddcdcfb3c6a9fea20f483415bc",
- "_resolved": "https://registry.npmjs.org/util-extend/-/util-extend-1.0.1.tgz",
- "homepage": "https://github.com/isaacs/util-extend#readme"
+ "name": "util-extend",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/util-extend.git"
+ },
+ "scripts": {
+ "test": "node test.js"
+ },
+ "version": "1.0.3"
}