This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
76 lines (76 loc) · 2.03 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
{
"name": "qidian-chapterreview",
"version": "1.0.0",
"description": "起点本章说",
"main": "index.js",
"dependencies": {
"axios": "^0.21.1",
"axios-error": "^1.0.4",
"cacheable-lookup": "^5.0.4",
"cacheable-request": "^7.0.1",
"camel-case": "^4.1.2",
"clone-response": "^1.0.2",
"debug": "^4.3.1",
"decompress-response": "^6.0.0",
"defer-to-connect": "^2.0.1",
"dot-case": "^3.0.4",
"dotenv": "^16.0.0",
"dotgitconfig": "^1.1.1",
"end-of-stream": "^1.4.4",
"follow-redirects": "^1.14.1",
"get-stream": "^5.2.0",
"git-rev-sync": "^3.0.2",
"got": "^11.8.2",
"http-cache-semantics": "^4.1.0",
"http2-wrapper": "^1.0.3",
"ini": "^1.3.8",
"js-tokens": "^4.0.0",
"js-yaml": "^4.1.0",
"json-buffer": "^3.0.1",
"keyv": "^4.0.3",
"last-commit-log": "^3.1.1",
"lodash": "^4.17.21",
"log4js": "^6.4.1",
"loose-envify": "^1.4.0",
"lower-case": "^2.0.2",
"lowercase-keys": "^2.0.0",
"map-obj": "^4.2.1",
"messaging-api-common": "^1.0.4",
"messaging-api-telegram": "^1.0.4",
"mimic-response": "^1.0.1",
"module-alias": "^2.2.2",
"ms": "^2.1.2",
"no-case": "^3.0.4",
"normalize-url": "^4.5.1",
"once": "^1.4.0",
"p-cancelable": "^2.1.1",
"pascal-case": "^3.1.2",
"pump": "^3.0.0",
"quick-lru": "^5.1.1",
"resolve-alpn": "^1.1.2",
"responselike": "^2.0.0",
"snake-case": "^3.0.4",
"ts-invariant": "^0.4.4",
"tslib": "^2.3.0",
"type-fest": "^0.15.1",
"url-join": "^4.0.1",
"warning": "^4.0.3",
"wrappy": "^1.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/auto-bot-ty/qidian-chapterReview.git"
},
"author": "auto-bot-ty",
"license": "MIT",
"bugs": {
"url": "https://github.com/auto-bot-ty/qidian-chapterReview/issues"
},
"homepage": "https://github.com/auto-bot-ty/qidian-chapterReview#readme",
"_moduleAliases": {
"@": "./src"
}
}