package.json
2.08 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": "async-hook-domain@^1.1.3",
"_id": "async-hook-domain@1.1.3",
"_inBundle": false,
"_integrity": "sha1-9PUxuO6CBrHqGCX+OCXgFcZvRNA=",
"_location": "/async-hook-domain",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "async-hook-domain@^1.1.3",
"name": "async-hook-domain",
"escapedName": "async-hook-domain",
"rawSpec": "^1.1.3",
"saveSpec": null,
"fetchSpec": "^1.1.3"
},
"_requiredBy": [
"/tap"
],
"_resolved": "https://registry.npm.taobao.org/async-hook-domain/download/async-hook-domain-1.1.3.tgz",
"_shasum": "f4f531b8ee8206b1ea1825fe3825e015c66f44d0",
"_spec": "async-hook-domain@^1.1.3",
"_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": "https://blog.izs.me"
},
"bugs": {
"url": "https://github.com/isaacs/async-hook-domain/issues"
},
"bundleDependencies": false,
"dependencies": {
"source-map-support": "^0.5.11"
},
"deprecated": false,
"description": "An implementation of Domain-like error handling, built on async_hooks",
"devDependencies": {
"tap": "^14.6.6"
},
"directories": {
"test": "test"
},
"files": [
"index.js"
],
"homepage": "https://github.com/isaacs/async-hook-domain#readme",
"keywords": [
"async",
"hooks",
"async_hooks",
"domain",
"error",
"handling",
"handler",
"uncaughtException",
"unhandledRejection",
"catch",
"promise",
"execution",
"context"
],
"license": "ISC",
"main": "index.js",
"name": "async-hook-domain",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/async-hook-domain.git"
},
"scripts": {
"postpublish": "git push origin --follow-tags",
"postversion": "npm publish",
"preversion": "npm test",
"snap": "tap --node-arg=test/run.js test/fixtures",
"test": "tap --node-arg=test/run.js test/fixtures"
},
"tap": {
"check-coverage": true
},
"version": "1.1.3"
}