{ "_from": "node.extend@^1.1.2", "_id": "node.extend@1.1.7", "_inBundle": false, "_integrity": "sha512-7Firgqanbd7UtypwBezNTEuo9eHKtEXd+pD96Aj4wai6Q2vM1S38X+MZvR7sQv5E5pj2TZ9j0Am4dLfc6EvKsA==", "_location": "/node.extend", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "node.extend@^1.1.2", "name": "node.extend", "escapedName": "node.extend", "rawSpec": "^1.1.2", "saveSpec": null, "fetchSpec": "^1.1.2" }, "_requiredBy": [ "/gulp-remote-src-vscode" ], "_resolved": "https://registry.npmjs.org/node.extend/-/node.extend-1.1.7.tgz", "_shasum": "e140a5a54d587465085a99d78ce92c856331a131", "_spec": "node.extend@^1.1.2", "_where": "/home/nathan/Projects/Upsilon/UpsilonVsCodeLanguageServer/Client/node_modules/gulp-remote-src-vscode", "author": { "name": "dreamerslab", "email": "ben@dreamerslab.com" }, "bugs": { "url": "https://github.com/dreamerslab/node.extend/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Jordan Harband" } ], "dependencies": { "has": "^1.0.3", "is": "^3.2.1" }, "deprecated": false, "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": "1.1.7" }