forked from PatyYe/pubg.op.gg-API-Wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.57 KB
/
package.json
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
{
"_from": "pubg.op.gg",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-PjoAhzx2naBr3Fl8tooyefkcehu6Z3x/xas4iUrFJh8dpFpi8T1fJbPN2P4ygIbOYFF7b5tWyOCn7DwF5EymOg==",
"_location": "/pubg.op.gg",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "pubg.op.gg",
"name": "pubg.op.gg",
"escapedName": "pubg.op.gg",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/pubg.op.gg/-/pubg.op.gg-0.0.1.tgz",
"_shasum": "2d33d17b29037d6b462453843c94ca1289e18b44",
"_spec": "pubg.op.gg",
"_where": "C:\\Users\\patyy\\Documents\\Data\\Projects\\pubg.op.gg-testing",
"author": {
"name": "Patrick Knobbout",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/PatyYe/pubg.op.gg-API-Wrapper/issues"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "^3.5.0",
"query-string": "^4.3.4",
"redis": "^2.7.1",
"request": "^2.81.0",
"request-promise": "^4.2.1"
},
"deprecated": false,
"description": "API Package for the PUBG.OP.GG API",
"homepage": "https://github.com/PatyYe/pubg.op.gg-API-Wrapper#readme",
"keywords": [
"pubg.op.gg",
"api",
"wrapper"
],
"license": "MIT",
"main": "index.js",
"name": "pubg.op.gg",
"repository": {
"type": "git",
"url": "git+https://github.com/PatyYe/pubg.op.gg-API-Wrapper.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.1"
}