7c77fb68057cc043f7c482c3b93f3ac7b15dabad.svn-base
2.03 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
{
"_from": "istanbul-lib-processinfo@^1.0.0",
"_id": "istanbul-lib-processinfo@1.0.0",
"_inBundle": false,
"_integrity": "sha1-bAtZQR0olzE+oJFl/ZVGSjK+VhA=",
"_location": "/istanbul-lib-processinfo",
"_phantomChildren": {
"isexe": "2.0.0",
"nice-try": "1.0.5",
"path-key": "2.0.1",
"shebang-command": "1.2.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "istanbul-lib-processinfo@^1.0.0",
"name": "istanbul-lib-processinfo",
"escapedName": "istanbul-lib-processinfo",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/tap"
],
"_resolved": "https://registry.npm.taobao.org/istanbul-lib-processinfo/download/istanbul-lib-processinfo-1.0.0.tgz",
"_shasum": "6c0b59411d2897313ea09165fd95464a32be5610",
"_spec": "istanbul-lib-processinfo@^1.0.0",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tap",
"bugs": {
"url": "https://github.com/istanbuljs/istanbul-lib-processinfo/issues"
},
"bundleDependencies": false,
"dependencies": {
"archy": "^1.0.0",
"cross-spawn": "^6.0.5",
"istanbul-lib-coverage": "^2.0.3",
"rimraf": "^2.6.3",
"uuid": "^3.3.2"
},
"deprecated": false,
"description": "A utility for managing the `processinfo` folder that NYC uses.",
"devDependencies": {
"nyc": "^14.0.0-rc.1",
"tap": "^13.0.0-rc.23"
},
"files": [
"index.js"
],
"homepage": "https://github.com/istanbuljs/istanbul-lib-processinfo#readme",
"license": "ISC",
"main": "index.js",
"name": "istanbul-lib-processinfo",
"nyc": {
"include": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/istanbul-lib-processinfo.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"snap": "tap -j1",
"test": "tap -j1"
},
"tap": {
"check-coverage": true
},
"version": "1.0.0"
}