package.json
1.5 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
{
"_from": "fs-exists-cached@^1.0.0",
"_id": "fs-exists-cached@1.0.0",
"_inBundle": false,
"_integrity": "sha1-zyVVTKBQ3EmuZla0HeQiWJidy84=",
"_location": "/fs-exists-cached",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fs-exists-cached@^1.0.0",
"name": "fs-exists-cached",
"escapedName": "fs-exists-cached",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/tap"
],
"_resolved": "https://registry.npm.taobao.org/fs-exists-cached/download/fs-exists-cached-1.0.0.tgz",
"_shasum": "cf25554ca050dc49ae6656b41de42258989dcbce",
"_spec": "fs-exists-cached@^1.0.0",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tap",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/fs-exists-cached/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Just like `fs.exists` and `fs.existsSync`, but cached",
"devDependencies": {
"tap": "9 || 10"
},
"homepage": "https://github.com/isaacs/fs-exists-cached#readme",
"keywords": [],
"license": "ISC",
"main": "index.js",
"name": "fs-exists-cached",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/fs-exists-cached.git"
},
"scripts": {
"test": "tap test.js --100"
},
"version": "1.0.0"
}