96 lines
2.3 KiB
JSON
96 lines
2.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"extend@^2.0.1",
|
|
"/Users/sid/Desktop/code/RustyCode/node_modules/liftoff"
|
|
]
|
|
],
|
|
"_from": "extend@>=2.0.1 <3.0.0",
|
|
"_id": "extend@2.0.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/extend",
|
|
"_nodeVersion": "1.8.1",
|
|
"_npmUser": {
|
|
"email": "ljharb@gmail.com",
|
|
"name": "ljharb"
|
|
},
|
|
"_npmVersion": "2.8.3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "extend",
|
|
"raw": "extend@^2.0.1",
|
|
"rawSpec": "^2.0.1",
|
|
"scope": null,
|
|
"spec": ">=2.0.1 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/liftoff",
|
|
"/request"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/extend/-/extend-2.0.1.tgz",
|
|
"_shasum": "1ee8010689e7395ff9448241c98652bc759a8260",
|
|
"_shrinkwrap": null,
|
|
"_spec": "extend@^2.0.1",
|
|
"_where": "/Users/sid/Desktop/code/RustyCode/node_modules/liftoff",
|
|
"author": {
|
|
"email": "justmoon@members.fsf.org",
|
|
"name": "Stefan Thomas",
|
|
"url": "http://www.justmoon.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/justmoon/node-extend/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Jordan Harband",
|
|
"url": "https://github.com/ljharb"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"description": "Port of jQuery.extend for node.js and the browser",
|
|
"devDependencies": {
|
|
"covert": "^1.0.1",
|
|
"jscs": "^1.11.3",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "1ee8010689e7395ff9448241c98652bc759a8260",
|
|
"tarball": "https://registry.npmjs.org/extend/-/extend-2.0.1.tgz"
|
|
},
|
|
"gitHead": "ce3790222d3d2051f728f74be9565f155ed599c3",
|
|
"homepage": "https://github.com/justmoon/node-extend#readme",
|
|
"keywords": [
|
|
"extend",
|
|
"clone",
|
|
"merge"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index",
|
|
"maintainers": [
|
|
{
|
|
"email": "justmoon@members.fsf.org",
|
|
"name": "justmoon"
|
|
},
|
|
{
|
|
"email": "ljharb@gmail.com",
|
|
"name": "ljharb"
|
|
}
|
|
],
|
|
"name": "extend",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/justmoon/node-extend.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "covert test/index.js",
|
|
"coverage-quiet": "covert test/index.js --quiet",
|
|
"lint": "jscs *.js */*.js",
|
|
"test": "npm run lint && node test/index.js && npm run coverage-quiet"
|
|
},
|
|
"version": "2.0.1"
|
|
}
|