9bf0e2383358fe3e3944be65ab1a2f4186b01870.svn-base
1.95 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
{
"_from": "caching-transform@^3.0.2",
"_id": "caching-transform@3.0.2",
"_inBundle": false,
"_integrity": "sha1-YB1GuR7Kh2h6KB5xzvmXkbDvynA=",
"_location": "/caching-transform",
"_phantomChildren": {
"graceful-fs": "4.2.4",
"imurmurhash": "0.1.4",
"signal-exit": "3.0.3"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "caching-transform@^3.0.2",
"name": "caching-transform",
"escapedName": "caching-transform",
"rawSpec": "^3.0.2",
"saveSpec": null,
"fetchSpec": "^3.0.2"
},
"_requiredBy": [
"/nyc"
],
"_resolved": "https://registry.npm.taobao.org/caching-transform/download/caching-transform-3.0.2.tgz",
"_shasum": "601d46b91eca87687a281e71cef99791b0efca70",
"_spec": "caching-transform@^3.0.2",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\nyc",
"bugs": {
"url": "https://github.com/istanbuljs/caching-transform/issues"
},
"bundleDependencies": false,
"dependencies": {
"hasha": "^3.0.0",
"make-dir": "^2.0.0",
"package-hash": "^3.0.0",
"write-file-atomic": "^2.4.2"
},
"deprecated": false,
"description": "Wraps a transform and provides caching",
"devDependencies": {
"ava": "^1.2.1",
"coveralls": "^3.0.2",
"nyc": "^13.3.0",
"proxyquire": "^2.1.0",
"rimraf": "^2.6.3",
"sinon": "^7.2.3",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js"
],
"homepage": "https://github.com/istanbuljs/caching-transform#readme",
"keywords": [
"transform",
"cache",
"require",
"transpile",
"fast",
"speed",
"hash"
],
"license": "MIT",
"name": "caching-transform",
"nyc": {
"reporter": [
"lcov",
"text"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/caching-transform.git"
},
"scripts": {
"test": "xo && nyc ava"
},
"version": "3.0.2"
}