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": "axios-error@^0.8.1",
"_id": "axios-error@0.8.1",
"_inBundle": false,
"_integrity": "sha512-4YIf0FK2aO8HHVAQXvVFK2oPQSsOh3P1WQjkwQwO3oFjq4vO3S3YSyiRzyebBIR4NmcHaMJ6W5m0iHuisG7lTA==",
"_location": "/axios-error",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "axios-error@^0.8.1",
"name": "axios-error",
"escapedName": "axios-error",
"rawSpec": "^0.8.1",
"saveSpec": null,
"fetchSpec": "^0.8.1"
},
"_requiredBy": [
"/messaging-api-line"
],
"_resolved": "https://registry.npmjs.org/axios-error/-/axios-error-0.8.1.tgz",
"_shasum": "4d9c21370465c290d07192e7f3eacfff49c256ae",
"_spec": "axios-error@^0.8.1",
"_where": "C:\\Users\\김수민\\Desktop\\ostt\\LINEBOT\\node_modules\\messaging-api-line",
"bugs": {
"url": "https://github.com/Yoctol/messaging-apis/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "An axios error wrapper that aim to provide clear error message to the user",
"devDependencies": {
"axios": "^0.19.0",
"axios-mock-adapter": "^1.17.0"
},
"engines": {
"node": ">=8"
},
"gitHead": "622f5664634c26e752e4e54bd32dbc773271390f",
"homepage": "https://github.com/Yoctol/messaging-apis#readme",
"keywords": [
"axios",
"error",
"http"
],
"license": "MIT",
"main": "lib/index.js",
"name": "axios-error",
"repository": {
"type": "git",
"url": "git+https://github.com/Yoctol/messaging-apis.git"
},
"version": "0.8.1"
}