1{ 2 "_args": [ 3 [ 4 "npmlog@4.1.2", 5 "/Users/rebecca/code/npm" 6 ] 7 ], 8 "_from": "npmlog@4.1.2", 9 "_id": "npmlog@4.1.2", 10 "_inBundle": false, 11 "_integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", 12 "_location": "/npmlog", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "npmlog@4.1.2", 18 "name": "npmlog", 19 "escapedName": "npmlog", 20 "rawSpec": "4.1.2", 21 "saveSpec": null, 22 "fetchSpec": "4.1.2" 23 }, 24 "_requiredBy": [ 25 "/", 26 "/node-gyp", 27 "/npm-registry-client" 28 ], 29 "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", 30 "_spec": "4.1.2", 31 "_where": "/Users/rebecca/code/npm", 32 "author": { 33 "name": "Isaac Z. Schlueter", 34 "email": "i@izs.me", 35 "url": "http://blog.izs.me/" 36 }, 37 "bugs": { 38 "url": "https://github.com/npm/npmlog/issues" 39 }, 40 "dependencies": { 41 "are-we-there-yet": "~1.1.2", 42 "console-control-strings": "~1.1.0", 43 "gauge": "~2.7.3", 44 "set-blocking": "~2.0.0" 45 }, 46 "description": "logger for npm", 47 "devDependencies": { 48 "standard": "~7.1.2", 49 "tap": "~5.7.3" 50 }, 51 "files": [ 52 "log.js" 53 ], 54 "homepage": "https://github.com/npm/npmlog#readme", 55 "license": "ISC", 56 "main": "log.js", 57 "name": "npmlog", 58 "repository": { 59 "type": "git", 60 "url": "git+https://github.com/npm/npmlog.git" 61 }, 62 "scripts": { 63 "test": "standard && tap test/*.js" 64 }, 65 "version": "4.1.2" 66} 67