[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "are-we-there-yet@1.1.7",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "are-we-there-yet@1.1.7",
|
---|
| 10 | "_id": "are-we-there-yet@1.1.7",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==",
|
---|
| 13 | "_location": "/are-we-there-yet",
|
---|
| 14 | "_phantomChildren": {
|
---|
| 15 | "core-util-is": "1.0.2",
|
---|
| 16 | "inherits": "2.0.4",
|
---|
| 17 | "isarray": "1.0.0",
|
---|
| 18 | "process-nextick-args": "2.0.1",
|
---|
| 19 | "safe-buffer": "5.1.2",
|
---|
| 20 | "util-deprecate": "1.0.2"
|
---|
[6a3a178] | 21 | },
|
---|
[59329aa] | 22 | "_requested": {
|
---|
| 23 | "type": "version",
|
---|
| 24 | "registry": true,
|
---|
| 25 | "raw": "are-we-there-yet@1.1.7",
|
---|
| 26 | "name": "are-we-there-yet",
|
---|
| 27 | "escapedName": "are-we-there-yet",
|
---|
| 28 | "rawSpec": "1.1.7",
|
---|
| 29 | "saveSpec": null,
|
---|
| 30 | "fetchSpec": "1.1.7"
|
---|
| 31 | },
|
---|
| 32 | "_requiredBy": [
|
---|
| 33 | "/npmlog"
|
---|
| 34 | ],
|
---|
| 35 | "_resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz",
|
---|
| 36 | "_spec": "1.1.7",
|
---|
| 37 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 38 | "author": {
|
---|
| 39 | "name": "Rebecca Turner",
|
---|
| 40 | "url": "http://re-becca.org"
|
---|
[6a3a178] | 41 | },
|
---|
| 42 | "bugs": {
|
---|
| 43 | "url": "https://github.com/iarna/are-we-there-yet/issues"
|
---|
| 44 | },
|
---|
| 45 | "dependencies": {
|
---|
| 46 | "delegates": "^1.0.0",
|
---|
| 47 | "readable-stream": "^2.0.6"
|
---|
| 48 | },
|
---|
[59329aa] | 49 | "description": "Keep track of the overall completion of many disparate processes",
|
---|
| 50 | "devDependencies": {
|
---|
| 51 | "standard": "^11.0.1",
|
---|
| 52 | "tap": "^12.0.1"
|
---|
| 53 | },
|
---|
[6a3a178] | 54 | "files": [
|
---|
| 55 | "index.js",
|
---|
| 56 | "tracker-base.js",
|
---|
| 57 | "tracker-group.js",
|
---|
| 58 | "tracker-stream.js",
|
---|
| 59 | "tracker.js",
|
---|
| 60 | "CHANGES.md"
|
---|
[59329aa] | 61 | ],
|
---|
| 62 | "homepage": "https://github.com/iarna/are-we-there-yet",
|
---|
| 63 | "license": "ISC",
|
---|
| 64 | "main": "index.js",
|
---|
| 65 | "name": "are-we-there-yet",
|
---|
| 66 | "repository": {
|
---|
| 67 | "type": "git",
|
---|
| 68 | "url": "git+https://github.com/iarna/are-we-there-yet.git"
|
---|
| 69 | },
|
---|
| 70 | "scripts": {
|
---|
| 71 | "test": "standard && tap test/*.js"
|
---|
| 72 | },
|
---|
| 73 | "version": "1.1.7"
|
---|
[6a3a178] | 74 | }
|
---|