forked from mashirozx/RSSHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
164 lines (164 loc) · 4.63 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "rsshub",
"version": "1.0.0",
"description": "Make RSS Great Again!",
"main": "lib/pkg.js",
"files": [
"lib"
],
"scripts": {
"start": "node lib/index.js",
"dev": "cross-env NODE_ENV=dev nodemon --inspect lib/index.js",
"profiling": "NODE_ENV=production node --prof lib/index.js",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"build:all": "npm run build:radar && npm run build:maintainer",
"build:radar": "node scripts/workflow/build-radar.js",
"build:maintainer": "node scripts/workflow/build-maintainer.js",
"lint": "eslint .",
"format": "eslint \"**/*.{js,yml}\" --fix && node docs/.format/format.js && prettier \"**/*.{js,json}\" --write",
"format:staged": "eslint \"**/*.{js,yml}\" --fix && node docs/.format/format.js --staged && pretty-quick --staged --verbose --pattern \"**/*.{js,json}\"",
"format:check": "eslint \"**/*.{js,yml}\" && prettier-check \"**/*.{js,json}\"",
"test": "npm run format:check && cross-env NODE_ENV=test jest --coverage --runInBand --forceExit",
"jest": "cross-env NODE_ENV=test jest --runInBand --forceExit",
"jest:watch": "cross-env NODE_ENV=test jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DIYgod/RSSHub.git"
},
"keywords": [
"RSS"
],
"author": "DIYgod",
"license": "MIT",
"bugs": {
"url": "https://github.com/DIYgod/RSSHub/issues"
},
"homepage": "https://github.com/DIYgod/RSSHub#readme",
"devDependencies": {
"@napi-rs/pinyin": "1.7.0",
"@types/cheerio": "0.22.31",
"@types/got": "9.6.12",
"@types/koa": "2.13.4",
"@vercel/nft": "0.18.0",
"@vuepress/plugin-back-to-top": "1.9.7",
"@vuepress/plugin-google-analytics": "1.9.7",
"@vuepress/plugin-pwa": "1.9.7",
"@vuepress/shared-utils": "1.9.7",
"ci-info": "3.3.0",
"cross-env": "7.0.3",
"eslint": "8.12.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-yml": "0.14.0",
"fs-extra": "10.0.1",
"jest": "27.5.1",
"mockdate": "3.0.5",
"nock": "13.2.4",
"nodemon": "2.0.15",
"prettier": "2.6.1",
"prettier-check": "2.0.0",
"pretty-quick": "3.1.3",
"remark": "13.0.0",
"remark-frontmatter": "3.0.0",
"remark-gfm": "1.0.0",
"remark-pangu": "2.2.0",
"remark-preset-prettier": "0.5.1",
"remark-stringify": "9.0.1",
"staged-git-files": "1.3.0",
"string-width": "4.2.3",
"supertest": "6.2.2",
"tosource": "2.0.0-alpha.3",
"vuepress": "1.9.7",
"yorkie": "2.0.0"
},
"dependencies": {
"@koa/router": "10.1.1",
"@postlight/mercury-parser": "2.2.1",
"@sentry/node": "6.19.3",
"aes-js": "3.1.2",
"art-template": "4.13.2",
"bbcodejs": "0.0.4",
"cheerio": "1.0.0-rc.10",
"chrono-node": "2.3.8",
"city-timezones": "1.2.0",
"crypto-js": "4.1.1",
"currency-symbol-map": "5.0.1",
"dayjs": "1.11.0",
"dotenv": "16.0.0",
"emailjs-imap-client": "3.1.0",
"entities": "3.0.1",
"etag": "1.8.1",
"fanfou-sdk": "4.2.0",
"git-rev-sync": "3.0.2",
"googleapis": "100.0.0",
"got": "11.8.3",
"https-proxy-agent": "5.0.0",
"iconv-lite": "0.6.3",
"instagram-private-api": "1.45.3",
"ioredis": "5.0.3",
"ip": "*",
"ip-regex": "4.3.0",
"is-localhost-ip": "1.4.0",
"jsdom": "19.0.0",
"json-bigint": "1.0.0",
"json5": "2.2.1",
"koa": "2.13.4",
"koa-basic-auth": "4.0.0",
"koa-favicon": "2.1.0",
"koa-mount": "4.0.0",
"lru-cache": "7.7.3",
"lz-string": "1.4.4",
"mailparser": "3.4.0",
"markdown-it": "12.3.2",
"module-alias": "2.2.2",
"parse-torrent": "9.1.5",
"pidusage": "3.0.0",
"plist": "3.0.5",
"puppeteer": "13.5.2",
"query-string": "7.1.1",
"require-all": "3.0.0",
"rss-parser": "3.12.0",
"sha1": "1.1.1",
"showdown": "2.0.3",
"simplecc-wasm": "0.1.4",
"socks-proxy-agent": "6.1.1",
"string-similarity": "4.0.4",
"tiny-async-pool": "2.0.1",
"torrent-search-api": "2.1.4",
"tough-cookie": "4.0.0",
"tunnel": "0.0.6",
"twit": "2.2.11",
"winston": "3.6.0",
"xml2js": "0.4.23"
},
"jest": {
"testMatch": [
"**/test/**/*.js"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/lib/"
],
"coverageReporters": [
"text-summary",
"lcov"
],
"collectCoverageFrom": [
"lib/**/*.js",
"!lib/routes/**/*.js"
],
"bail": true,
"testEnvironment": "node",
"moduleNameMapper": {
"@/(.*)": "<rootDir>/lib/$1"
}
},
"nodemonConfig": {
"ext": "art,js,mjs,json"
},
"engines": {
"node": ">=14"
}
}