Files

103 lines
2.4 KiB
JSON

{
"_args": [
[
"node.extend@1.1.6",
"/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
]
],
"_development": true,
"_from": "node.extend@1.1.6",
"_id": "node.extend@1.1.6",
"_inBundle": false,
"_integrity": "sha1-p7iCyC1sk6SGOlUEvV3o7IYli5Y=",
"_location": "/node.extend",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node.extend@1.1.6",
"name": "node.extend",
"escapedName": "node.extend",
"rawSpec": "1.1.6",
"saveSpec": null,
"fetchSpec": "1.1.6"
},
"_requiredBy": [
"/gulp-wrap"
],
"_resolved": "https://registry.npmjs.org/node.extend/-/node.extend-1.1.6.tgz",
"_spec": "1.1.6",
"_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
"author": {
"name": "dreamerslab",
"email": "ben@dreamerslab.com"
},
"bugs": {
"url": "https://github.com/dreamerslab/node.extend/issues"
},
"contributors": [
{
"name": "Jordan Harband"
}
],
"dependencies": {
"is": "^3.1.0"
},
"description": "A port of jQuery.extend that actually works on node.js",
"devDependencies": {
"@ljharb/eslint-config": "^8.0.0",
"covert": "^1.1.0",
"eslint": "^3.4.0",
"jscs": "^3.0.7",
"tape": "^4.6.0"
},
"engines": {
"node": ">=0.4.0"
},
"homepage": "https://github.com/dreamerslab/node.extend#readme",
"keywords": [
"extend",
"jQuery",
"jQuery extend",
"clone",
"copy",
"inherit"
],
"license": "(MIT OR GPL-2.0)",
"main": "index",
"name": "node.extend",
"repository": {
"type": "git",
"url": "git+https://github.com/dreamerslab/node.extend.git"
},
"scripts": {
"coverage": "covert test/index.js",
"coverage-quiet": "covert test/index.js --quiet",
"eslint": "eslint *.js */*.js",
"jscs": "jscs *.js */*.js",
"lint": "npm run jscs && npm run eslint",
"posttest": "npm run coverage-quiet",
"pretest": "npm run lint",
"test": "npm run --silent tests-only",
"tests-only": "node test"
},
"testling": {
"files": "test/index.js",
"browsers": [
"iexplore/6.0..latest",
"firefox/3.0..6.0",
"firefox/15.0..latest",
"firefox/nightly",
"chrome/4.0..10.0",
"chrome/20.0..latest",
"chrome/canary",
"opera/10.0..latest",
"opera/next",
"safari/4.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest"
]
},
"version": "1.1.6"
}