liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
  "_from": "are-we-there-yet@^2.0.0",
  "_id": "are-we-there-yet@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
  "_location": "/are-we-there-yet",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "are-we-there-yet@^2.0.0",
    "name": "are-we-there-yet",
    "escapedName": "are-we-there-yet",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/npmlog"
  ],
  "_resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
  "_shasum": "372e0e7bd279d8e94c653aaa1f67200884bf3e1c",
  "_spec": "are-we-there-yet@^2.0.0",
  "_where": "/home/l/plc/node-red/node_modules/npmlog",
  "author": {
    "name": "GitHub Inc."
  },
  "bugs": {
    "url": "https://github.com/npm/are-we-there-yet/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "delegates": "^1.0.0",
    "readable-stream": "^3.6.0"
  },
  "deprecated": false,
  "description": "Keep track of the overall completion of many disparate processes",
  "devDependencies": {
    "@npmcli/eslint-config": "^1.0.0",
    "@npmcli/template-oss": "^1.0.2",
    "eslint": "^7.32.0",
    "eslint-plugin-node": "^11.1.0",
    "tap": "^15.0.9"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "bin",
    "lib"
  ],
  "homepage": "https://github.com/npm/are-we-there-yet",
  "license": "ISC",
  "main": "lib/index.js",
  "name": "are-we-there-yet",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/are-we-there-yet.git"
  },
  "scripts": {
    "lint": "eslint '**/*.js'",
    "lintfix": "npm run lint -- --fix",
    "npmclilint": "npmcli-lint",
    "postsnap": "npm run lintfix --",
    "posttest": "npm run lint",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "branches": 68,
    "statements": 92,
    "functions": 86,
    "lines": 92
  },
  "templateVersion": "1.0.2",
  "version": "2.0.0"
}