104 lines
2.5 KiB
JSON
104 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"node.extend@2.0.2",
|
|
"F:\\laragon\\www\\wishthis"
|
|
]
|
|
],
|
|
"_from": "node.extend@2.0.2",
|
|
"_id": "node.extend@2.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-pDT4Dchl94/+kkgdwyS2PauDFjZG0Hk0IcHIB+LkW27HLDtdoeMxHTxZh39DYbPP8UflWXWj9JcdDozF+YDOpQ==",
|
|
"_location": "/node.extend",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "node.extend@2.0.2",
|
|
"name": "node.extend",
|
|
"escapedName": "node.extend",
|
|
"rawSpec": "2.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/gulp-notify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/node.extend/-/node.extend-2.0.2.tgz",
|
|
"_spec": "2.0.2",
|
|
"_where": "F:\\laragon\\www\\wishthis",
|
|
"author": {
|
|
"name": "dreamerslab",
|
|
"email": "ben@dreamerslab.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dreamerslab/node.extend/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Jordan Harband"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"has": "^1.0.3",
|
|
"is": "^3.2.1"
|
|
},
|
|
"description": "A port of jQuery.extend that actually works on node.js",
|
|
"devDependencies": {
|
|
"@ljharb/eslint-config": "^13.0.0",
|
|
"covert": "^1.1.0",
|
|
"eslint": "^5.8.0",
|
|
"jscs": "^3.0.7",
|
|
"safe-publish-latest": "^1.1.2",
|
|
"tape": "^4.9.1"
|
|
},
|
|
"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",
|
|
"jscs": "jscs *.js */*.js",
|
|
"lint": "npm run jscs && npm run eslint .",
|
|
"posttest": "npm run coverage-quiet",
|
|
"prepublish": "safe-publish-latest",
|
|
"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": "2.0.2"
|
|
}
|