summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/read-installed/node_modules/util-extend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/read-installed/node_modules/util-extend/package.json')
-rw-r--r--deps/npm/node_modules/read-installed/node_modules/util-extend/package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/deps/npm/node_modules/read-installed/node_modules/util-extend/package.json b/deps/npm/node_modules/read-installed/node_modules/util-extend/package.json
new file mode 100644
index 000000000..f45c5c94f
--- /dev/null
+++ b/deps/npm/node_modules/read-installed/node_modules/util-extend/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "util-extend",
+ "version": "1.0.1",
+ "description": "Node's internal object extension function",
+ "main": "extend.js",
+ "scripts": {
+ "test": "node test.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/util-extend"
+ },
+ "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"
+ },
+ "homepage": "https://github.com/isaacs/util-extend",
+ "_id": "util-extend@1.0.1",
+ "_from": "util-extend@^1.0.1"
+}