-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.73 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
{
"name": "proxy.twitterdl.manho30.me",
"version": "1.0.0",
"description": "An API endpoint for proxy the Twitter API ",
"main": "index.js",
"dependencies": {
"ajv": "^6.12.6",
"asn1": "^0.2.6",
"assert-plus": "^1.0.0",
"asynckit": "^0.4.0",
"aws-sign2": "^0.7.0",
"aws4": "^1.11.0",
"bcrypt-pbkdf": "^1.0.2",
"caseless": "^0.12.0",
"combined-stream": "^1.0.8",
"core-util-is": "^1.0.2",
"dashdash": "^1.14.1",
"delayed-stream": "^1.0.0",
"ecc-jsbn": "^0.1.2",
"express": "^4.18.2",
"extend": "^3.0.2",
"extsprintf": "^1.3.0",
"fast-deep-equal": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"forever-agent": "^0.6.1",
"form-data": "^2.3.3",
"getpass": "^0.1.7",
"har-schema": "^2.0.0",
"har-validator": "^5.1.5",
"http-signature": "^1.2.0",
"is-typedarray": "^1.0.0",
"isstream": "^0.1.2",
"jsbn": "^0.1.1",
"json-schema": "^0.4.0",
"json-schema-traverse": "^0.4.1",
"json-stringify-safe": "^5.0.1",
"jsprim": "^1.4.2",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"oauth-sign": "^0.9.0",
"performance-now": "^2.1.0",
"psl": "^1.9.0",
"punycode": "^2.1.1",
"qs": "^6.5.3",
"request": "^2.88.2",
"safe-buffer": "^5.2.1",
"safer-buffer": "^2.1.2",
"sshpk": "^1.17.0",
"tough-cookie": "^2.5.0",
"tunnel-agent": "^0.6.0",
"tweetnacl": "^0.14.5",
"uri-js": "^4.4.1",
"uuid": "^3.4.0",
"verror": "^1.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "twitterdl-proxy"
},
"keywords": [
"twitterdl"
],
"author": "manho",
"license": "MIT"
}