package.json
1.69 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
{
"_from": "messaging-api-line",
"_id": "messaging-api-line@0.8.3",
"_inBundle": false,
"_integrity": "sha512-EQRqW9UMtfQPw/PfnkFue7eSXZlxX2Ke5frFGhl6UHUW5Qfi4KPpvAqf2VTaU/cU7rGhGnZWuNbjoxkCWDyT8A==",
"_location": "/messaging-api-line",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "messaging-api-line",
"name": "messaging-api-line",
"escapedName": "messaging-api-line",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/messaging-api-line/-/messaging-api-line-0.8.3.tgz",
"_shasum": "53344ba1e88bc91da5c03df5618e32a395e176e8",
"_spec": "messaging-api-line",
"_where": "C:\\Users\\김수민\\Desktop\\ostt\\LINEBOT",
"browser": "lib/browser.js",
"bugs": {
"url": "https://github.com/Yoctol/messaging-apis/issues"
},
"bundleDependencies": false,
"dependencies": {
"axios": "^0.19.0",
"axios-error": "^0.8.1",
"debug": "^4.1.1",
"image-type": "^4.1.0",
"invariant": "^2.2.4",
"lodash.omit": "^4.5.0",
"url-join": "^4.0.1"
},
"deprecated": false,
"description": "Messaging API client for LINE",
"devDependencies": {
"axios-mock-adapter": "^1.17.0"
},
"engines": {
"node": ">=8"
},
"gitHead": "874202b421e7b302d84d9b039fbfc30b39a77ee3",
"homepage": "https://github.com/Yoctol/messaging-apis#readme",
"keywords": [
"bot",
"chatbot",
"line",
"messaging-apis"
],
"license": "MIT",
"main": "lib/index.js",
"name": "messaging-api-line",
"repository": {
"type": "git",
"url": "git+https://github.com/Yoctol/messaging-apis.git"
},
"version": "0.8.3"
}