39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "are-we-there-yet",
|
|
"version": "1.1.5",
|
|
"description": "Keep track of the overall completion of many disparate processes",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "standard && tap test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iarna/are-we-there-yet.git"
|
|
},
|
|
"author": "Rebecca Turner (http://re-becca.org)",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/iarna/are-we-there-yet/issues"
|
|
},
|
|
"homepage": "https://github.com/iarna/are-we-there-yet",
|
|
"devDependencies": {
|
|
"standard": "^11.0.1",
|
|
"tap": "^12.0.1"
|
|
},
|
|
"dependencies": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^2.0.6"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"tracker-base.js",
|
|
"tracker-group.js",
|
|
"tracker-stream.js",
|
|
"tracker.js",
|
|
"CHANGES.md"
|
|
]
|
|
|
|
,"_resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz"
|
|
,"_integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w=="
|
|
,"_from": "are-we-there-yet@1.1.5"
|
|
} |