{ "_from": "extend-shallow@^1.1.2", "_id": "extend-shallow@1.1.4", "_inBundle": false, "_integrity": "sha1-Gda/lN/AnXa6cR85uHLSH/TdkHE=", "_location": "/extend-shallow", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "extend-shallow@^1.1.2", "name": "extend-shallow", "escapedName": "extend-shallow", "rawSpec": "^1.1.2", "saveSpec": null, "fetchSpec": "^1.1.2" }, "_requiredBy": [ "/plugin-error" ], "_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.4.tgz", "_shasum": "19d6bf94dfc09d76ba711f39b872d21ff4dd9071", "_spec": "extend-shallow@^1.1.2", "_where": "/home/nathan/Projects/Upsilon/UpsilonVsCodeLanguageServer/Client/node_modules/plugin-error", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/extend-shallow/issues" }, "bundleDependencies": false, "dependencies": { "kind-of": "^1.1.0" }, "deprecated": false, "description": "Extend an object with the properties of additional objects. node.js/javascript util.", "devDependencies": { "array-slice": "^0.2.2", "benchmarked": "^0.1.3", "chalk": "^0.5.1", "for-own": "^0.1.2", "glob": "^4.3.1", "is-plain-object": "^2.0.0", "minimist": "^1.1.0", "mocha": "*", "should": "^5.0.1" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/jonschlinkert/extend-shallow", "keywords": [ "extend", "javascript", "js", "keys", "merge", "obj", "object", "prop", "properties", "property", "props", "shallow", "util", "utility", "utils", "value" ], "license": "MIT", "main": "index.js", "name": "extend-shallow", "repository": { "type": "git", "url": "git://github.com/jonschlinkert/extend-shallow.git" }, "scripts": { "test": "mocha" }, "version": "1.1.4" }