forked from jgoralcz/aki-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"_from": "aki-api@5.0.0",
"_id": "aki-api@5.0.0",
"_inBundle": false,
"_integrity": "sha512-nNt1bOgOI7LunlT12zweWh/Mi2oAHfXKH556+rKbqlFzVgwFDYApYI60R4vJ7uViuEBrjlCc3IC6PUAtTgXmZA==",
"_location": "/aki-api",
"_phantomChildren": {
"aws-sign2": "0.7.0",
"caseless": "0.12.0",
"combined-stream": "1.0.6",
"fast-json-stable-stringify": "2.0.0",
"forever-agent": "0.6.1",
"form-data": "2.3.2",
"har-schema": "2.0.0",
"http-signature": "1.2.0",
"is-typedarray": "1.0.0",
"isstream": "0.1.2",
"json-stringify-safe": "5.0.1",
"performance-now": "2.1.0",
"psl": "1.1.29",
"punycode": "1.4.1",
"qs": "6.5.2",
"tunnel-agent": "0.6.0",
"uri-js": "4.2.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "aki-api@5.0.0",
"name": "aki-api",
"escapedName": "aki-api",
"rawSpec": "5.0.0",
"saveSpec": null,
"fetchSpec": "5.0.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/aki-api/-/aki-api-5.0.0.tgz",
"_spec": "5.0.0",
"author": {
"name": "Joshua Goralczyk"
},
"bugs": {
"url": "https://github.com/jgoralcz/aki-api/issues"
},
"dependencies": {
"request": "^2.88.2",
"request-promise": "^4.2.5"
},
"description": "An API for Akinator. Supports up to 15 languages and has two English servers.",
"homepage": "https://github.com/jgoralcz/aki-api#readme",
"keywords": [
"aki",
"akinator",
"magic",
"aki promise",
"akinator promise",
"discord akinator",
"discord-akinator",
"discordjs akinator",
"discordjs-akinator"
],
"license": "MIT",
"main": "index.js",
"name": "aki-api",
"repository": {
"type": "git",
"url": "git+https://github.com/jgoralcz/aki-api.git"
},
"scripts": {
"start": "node index.js",
"test": "node build/test.js"
},
"version": "5.1.0",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.20.2"
}
}