86cc1ad501267f11edc1c8a6b9e1af0cc15bb535.svn-base
3.76 KB
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
{
"_from": "nyc@^14.1.1",
"_id": "nyc@14.1.1",
"_inBundle": false,
"_integrity": "sha1-FR1kpqn59ZCKG3MjOTHkoKMHXus=",
"_location": "/nyc",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nyc@^14.1.1",
"name": "nyc",
"escapedName": "nyc",
"rawSpec": "^14.1.1",
"saveSpec": null,
"fetchSpec": "^14.1.1"
},
"_requiredBy": [
"/tap"
],
"_resolved": "https://registry.npm.taobao.org/nyc/download/nyc-14.1.1.tgz",
"_shasum": "151d64a6a9f9f5908a1b73233931e4a0a3075eeb",
"_spec": "nyc@^14.1.1",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tap",
"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"
}