package.json
1.53 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
{
"_from": "@root/request@^1.3.11",
"_id": "@root/request@1.4.2",
"_inBundle": false,
"_integrity": "sha512-J8FM4+SJuc7WRC+Jz17m+VT2lgI7HtatHhxN1F2ck5aIKUAxJEaR4u/gLBsgT60mVHevKCjKN0O8115UtJjwLw==",
"_location": "/@root/request",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@root/request@^1.3.11",
"name": "@root/request",
"escapedName": "@root%2frequest",
"scope": "@root",
"rawSpec": "^1.3.11",
"saveSpec": null,
"fetchSpec": "^1.3.11"
},
"_requiredBy": [
"/acme-v2"
],
"_resolved": "https://registry.npmjs.org/@root/request/-/request-1.4.2.tgz",
"_shasum": "a51e93c64eb8b9b0df06f34677e63d8239c4311c",
"_spec": "@root/request@^1.3.11",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\acme-v2",
"author": {
"name": "AJ ONeal",
"email": "solderjs@gmail.com",
"url": "https://solderjs.com/"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A lightweight, zero-dependency drop-in replacement for request",
"directories": {
"example": "examples"
},
"files": [
"lib"
],
"keywords": [
"request",
"lightweight",
"alternative",
"http",
"https",
"call"
],
"license": "(MIT OR Apache-2.0)",
"main": "index.js",
"name": "@root/request",
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/request.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.4.2"
}