package.json
1.97 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
{
"_from": "hard-rejection@^2.1.0",
"_id": "hard-rejection@2.1.0",
"_inBundle": false,
"_integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==",
"_location": "/hard-rejection",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hard-rejection@^2.1.0",
"name": "hard-rejection",
"escapedName": "hard-rejection",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/meow"
],
"_resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz",
"_shasum": "1c6eda5c1685c63942766d79bb40ae773cecd883",
"_spec": "hard-rejection@^2.1.0",
"_where": "C:\\Users\\tahm_\\OneDrive\\바탕 화면\\2022-1\\오픈소스\\프로젝트\\khuhub\\OSSW_Weather_Briefing2\\node_modules\\meow",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/hard-rejection/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Make unhandled promise rejections fail hard right away instead of the default silent fail",
"devDependencies": {
"ava": "^1.4.1",
"execa": "^1.0.0",
"tsd": "^0.7.1",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"index.d.ts",
"register.js"
],
"homepage": "https://github.com/sindresorhus/hard-rejection#readme",
"keywords": [
"promise",
"promises",
"unhandled",
"uncaught",
"rejection",
"hard",
"fail",
"catch",
"throw",
"handler",
"exit",
"debug",
"debugging",
"verbose",
"immediate",
"immediately"
],
"license": "MIT",
"name": "hard-rejection",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/hard-rejection.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "2.1.0"
}