1{ 2 "_from": "extend@3.0.2", 3 "_id": "extend@3.0.2", 4 "_inBundle": false, 5 "_integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", 6 "_location": "/extend", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "extend@3.0.2", 12 "name": "extend", 13 "escapedName": "extend", 14 "rawSpec": "3.0.2", 15 "saveSpec": null, 16 "fetchSpec": "3.0.2" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/", 21 "/cloudant-follow/request", 22 "/nano/request" 23 ], 24 "_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 25 "_shasum": "f8b1136b4071fbd8eb140aff858b1019ec2915fa", 26 "_spec": "extend@3.0.2", 27 "_where": "/Users/zkat/Documents/code/work/npm", 28 "author": { 29 "name": "Stefan Thomas", 30 "email": "justmoon@members.fsf.org", 31 "url": "http://www.justmoon.net" 32 }, 33 "bugs": { 34 "url": "https://github.com/justmoon/node-extend/issues" 35 }, 36 "bundleDependencies": false, 37 "contributors": [ 38 { 39 "name": "Jordan Harband", 40 "url": "https://github.com/ljharb" 41 } 42 ], 43 "dependencies": {}, 44 "deprecated": false, 45 "description": "Port of jQuery.extend for node.js and the browser", 46 "devDependencies": { 47 "@ljharb/eslint-config": "^12.2.1", 48 "covert": "^1.1.0", 49 "eslint": "^4.19.1", 50 "jscs": "^3.0.7", 51 "tape": "^4.9.1" 52 }, 53 "homepage": "https://github.com/justmoon/node-extend#readme", 54 "keywords": [ 55 "extend", 56 "clone", 57 "merge" 58 ], 59 "license": "MIT", 60 "main": "index", 61 "name": "extend", 62 "repository": { 63 "type": "git", 64 "url": "git+https://github.com/justmoon/node-extend.git" 65 }, 66 "scripts": { 67 "coverage": "covert test/index.js", 68 "coverage-quiet": "covert test/index.js --quiet", 69 "eslint": "eslint *.js */*.js", 70 "jscs": "jscs *.js */*.js", 71 "lint": "npm run jscs && npm run eslint", 72 "posttest": "npm run coverage-quiet", 73 "pretest": "npm run lint", 74 "test": "npm run tests-only", 75 "tests-only": "node test" 76 }, 77 "version": "3.0.2" 78} 79