1{ 2 "_from": "xtend@~4.0.1", 3 "_id": "xtend@4.0.1", 4 "_inBundle": false, 5 "_integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=", 6 "_location": "/xtend", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "xtend@~4.0.1", 12 "name": "xtend", 13 "escapedName": "xtend", 14 "rawSpec": "~4.0.1", 15 "saveSpec": null, 16 "fetchSpec": "~4.0.1" 17 }, 18 "_requiredBy": [ 19 "/pkg-config", 20 "/through2" 21 ], 22 "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", 23 "_shasum": "a5c6d532be656e23db820efb943a1f04998d63af", 24 "_spec": "xtend@~4.0.1", 25 "_where": "/Users/rebecca/code/npm/node_modules/through2", 26 "author": { 27 "name": "Raynos", 28 "email": "raynos2@gmail.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/Raynos/xtend/issues", 32 "email": "raynos2@gmail.com" 33 }, 34 "bundleDependencies": false, 35 "contributors": [ 36 { 37 "name": "Jake Verbaten" 38 }, 39 { 40 "name": "Matt Esch" 41 } 42 ], 43 "dependencies": {}, 44 "deprecated": false, 45 "description": "extend like a boss", 46 "devDependencies": { 47 "tape": "~1.1.0" 48 }, 49 "engines": { 50 "node": ">=0.4" 51 }, 52 "homepage": "https://github.com/Raynos/xtend", 53 "keywords": [ 54 "extend", 55 "merge", 56 "options", 57 "opts", 58 "object", 59 "array" 60 ], 61 "license": "MIT", 62 "main": "immutable", 63 "name": "xtend", 64 "repository": { 65 "type": "git", 66 "url": "git://github.com/Raynos/xtend.git" 67 }, 68 "scripts": { 69 "test": "node test" 70 }, 71 "testling": { 72 "files": "test.js", 73 "browsers": [ 74 "ie/7..latest", 75 "firefox/16..latest", 76 "firefox/nightly", 77 "chrome/22..latest", 78 "chrome/canary", 79 "opera/12..latest", 80 "opera/next", 81 "safari/5.1..latest", 82 "ipad/6.0..latest", 83 "iphone/6.0..latest" 84 ] 85 }, 86 "version": "4.0.1" 87} 88