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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
  "_from": "nyc@^14.1.0",
  "_id": "nyc@14.1.1",
  "_inBundle": false,
  "_integrity": "sha512-OI0vm6ZGUnoGZv/tLdZ2esSVzDwUC88SNs+6JoSOMVxA+gKMB8Tk7jBwgemLx4O40lhhvZCVw1C+OYLOBOPXWw==",
  "_location": "/nyc",
  "_phantomChildren": {
    "esprima": "4.0.1",
    "get-caller-file": "2.0.5",
    "glob": "7.2.3",
    "p-try": "2.2.0",
    "pify": "4.0.1",
    "require-directory": "2.1.1",
    "require-main-filename": "2.0.0",
    "set-blocking": "2.0.0",
    "which-module": "2.0.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "nyc@^14.1.0",
    "name": "nyc",
    "escapedName": "nyc",
    "rawSpec": "^14.1.0",
    "saveSpec": null,
    "fetchSpec": "^14.1.0"
  },
  "_requiredBy": [
    "/grunt-simple-nyc"
  ],
  "_resolved": "https://registry.npmjs.org/nyc/-/nyc-14.1.1.tgz",
  "_shasum": "151d64a6a9f9f5908a1b73233931e4a0a3075eeb",
  "_spec": "nyc@^14.1.0",
  "_where": "/home/l/plc/node-red/node_modules/grunt-simple-nyc",
  "author": {
    "name": "Ben Coe",
    "email": "ben@npmjs.com"
  },
  "bin": {
    "nyc": "bin/nyc.js"
  },
  "bugs": {
    "url": "https://github.com/istanbuljs/nyc/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Isaac Schlueter"
    },
    {
      "name": "Mark Wubben"
    },
    {
      "name": "James Talmage"
    },
    {
      "name": "Krishnan Anantheswaran"
    }
  ],
  "dependencies": {
    "archy": "^1.0.0",
    "caching-transform": "^3.0.2",
    "convert-source-map": "^1.6.0",
    "cp-file": "^6.2.0",
    "find-cache-dir": "^2.1.0",
    "find-up": "^3.0.0",
    "foreground-child": "^1.5.6",
    "glob": "^7.1.3",
    "istanbul-lib-coverage": "^2.0.5",
    "istanbul-lib-hook": "^2.0.7",
    "istanbul-lib-instrument": "^3.3.0",
    "istanbul-lib-report": "^2.0.8",
    "istanbul-lib-source-maps": "^3.0.6",
    "istanbul-reports": "^2.2.4",
    "js-yaml": "^3.13.1",
    "make-dir": "^2.1.0",
    "merge-source-map": "^1.1.0",
    "resolve-from": "^4.0.0",
    "rimraf": "^2.6.3",
    "signal-exit": "^3.0.2",
    "spawn-wrap": "^1.4.2",
    "test-exclude": "^5.2.3",
    "uuid": "^3.3.2",
    "yargs": "^13.2.2",
    "yargs-parser": "^13.0.0"
  },
  "deprecated": false,
  "description": "the Istanbul command line interface",
  "devDependencies": {
    "any-path": "^1.3.0",
    "chai": "^4.2.0",
    "coveralls": "^3.0.3",
    "cross-env": "^5.2.0",
    "is-windows": "^1.0.2",
    "lodash": "^4.17.11",
    "newline-regex": "^0.2.1",
    "pify": "^4.0.1",
    "requirejs": "^2.3.6",
    "sanitize-filename": "^1.6.1",
    "source-map-support": "^0.5.12",
    "standard": "^12.0.1",
    "standard-version": "^5.0.2",
    "strip-indent": "^2.0.0",
    "tap": "^12.6.5",
    "which": "^1.3.1",
    "zero-fill": "^2.2.3"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js",
    "bin/*.js",
    "lib/**/*.js"
  ],
  "homepage": "https://github.com/istanbuljs/nyc#readme",
  "keywords": [
    "coverage",
    "reporter",
    "subprocess",
    "testing"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "nyc",
  "nyc": {
    "exclude": [
      "node_modules",
      "coverage",
      "self-coverage",
      "test/fixtures/coverage.js",
      "test/build/*",
      "test/src/*",
      "test/nyc.js",
      "test/process-args.js",
      "test/fixtures/_generateCoverage.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/istanbuljs/nyc.git"
  },
  "scripts": {
    "clean": "rimraf ./.nyc_output ./node_modules/.cache ./.self_coverage ./test/fixtures/.nyc_output ./test/fixtures/node_modules/.cache ./self-coverage",
    "instrument": "node ./build-self-coverage.js",
    "lint": "standard",
    "posttest": "npm run report",
    "pretest": "npm run lint && npm run clean && npm run instrument",
    "release": "standard-version",
    "report": "node ./bin/nyc report --temp-dir ./.self_coverage/ -r text -r lcov",
    "snap": "cross-env TAP_SNAPSHOT=1 npm test",
    "test": "tap -t360 --no-cov -b test/*.js"
  },
  "standard": {
    "ignore": [
      "**/fixtures/**",
      "**/test/build/*"
    ]
  },
  "version": "14.1.1"
}