1{ 2 "_from": "are-we-there-yet@~1.1.2", 3 "_id": "are-we-there-yet@1.1.4", 4 "_inBundle": false, 5 "_integrity": "sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0=", 6 "_location": "/are-we-there-yet", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "are-we-there-yet@~1.1.2", 12 "name": "are-we-there-yet", 13 "escapedName": "are-we-there-yet", 14 "rawSpec": "~1.1.2", 15 "saveSpec": null, 16 "fetchSpec": "~1.1.2" 17 }, 18 "_requiredBy": [ 19 "/npmlog" 20 ], 21 "_resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz", 22 "_shasum": "bb5dca382bb94f05e15194373d16fd3ba1ca110d", 23 "_spec": "are-we-there-yet@~1.1.2", 24 "_where": "/Users/rebecca/code/npm/node_modules/npmlog", 25 "author": { 26 "name": "Rebecca Turner", 27 "url": "http://re-becca.org" 28 }, 29 "bugs": { 30 "url": "https://github.com/iarna/are-we-there-yet/issues" 31 }, 32 "bundleDependencies": false, 33 "dependencies": { 34 "delegates": "^1.0.0", 35 "readable-stream": "^2.0.6" 36 }, 37 "deprecated": false, 38 "description": "Keep track of the overall completion of many disparate processes", 39 "devDependencies": { 40 "standard": "^6.0.8", 41 "tap": "^5.7.0" 42 }, 43 "files": [ 44 "index.js", 45 "tracker-base.js", 46 "tracker-group.js", 47 "tracker-stream.js", 48 "tracker.js", 49 "CHANGES.md" 50 ], 51 "homepage": "https://github.com/iarna/are-we-there-yet", 52 "license": "ISC", 53 "main": "index.js", 54 "name": "are-we-there-yet", 55 "repository": { 56 "type": "git", 57 "url": "git+https://github.com/iarna/are-we-there-yet.git" 58 }, 59 "scripts": { 60 "test": "standard && tap test/*.js" 61 }, 62 "version": "1.1.4" 63} 64