1{ 2 "_from": "package-json@^4.0.0", 3 "_id": "package-json@4.0.1", 4 "_inBundle": false, 5 "_integrity": "sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0=", 6 "_location": "/package-json", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "package-json@^4.0.0", 12 "name": "package-json", 13 "escapedName": "package-json", 14 "rawSpec": "^4.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^4.0.0" 17 }, 18 "_requiredBy": [ 19 "/latest-version" 20 ], 21 "_resolved": "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz", 22 "_shasum": "8869a0401253661c4c4ca3da6c2121ed555f5eed", 23 "_spec": "package-json@^4.0.0", 24 "_where": "/Users/rebecca/code/npm/node_modules/latest-version", 25 "author": { 26 "name": "Sindre Sorhus", 27 "email": "sindresorhus@gmail.com", 28 "url": "sindresorhus.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/sindresorhus/package-json/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "got": "^6.7.1", 36 "registry-auth-token": "^3.0.1", 37 "registry-url": "^3.0.3", 38 "semver": "^5.1.0" 39 }, 40 "deprecated": false, 41 "description": "Get metadata of a package from the npm registry", 42 "devDependencies": { 43 "ava": "*", 44 "mock-private-registry": "^1.1.0", 45 "xo": "*" 46 }, 47 "engines": { 48 "node": ">=4" 49 }, 50 "files": [ 51 "index.js" 52 ], 53 "homepage": "https://github.com/sindresorhus/package-json#readme", 54 "keywords": [ 55 "npm", 56 "registry", 57 "package", 58 "pkg", 59 "package.json", 60 "json", 61 "module", 62 "scope", 63 "scoped" 64 ], 65 "license": "MIT", 66 "name": "package-json", 67 "repository": { 68 "type": "git", 69 "url": "git+https://github.com/sindresorhus/package-json.git" 70 }, 71 "scripts": { 72 "test": "xo && ava" 73 }, 74 "version": "4.0.1" 75} 76