-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 923 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 923 Bytes
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
{
"name": "yunzai-plugin-parser",
"version": "3.2.0",
"description": "支持 32 个平台的 Miao-Yunzai / TRSS-Yunzai 链接分享解析插件",
"type": "module",
"main": "index.js",
"engines": {
"node": ">=16.14"
},
"scripts": {
"check": "node scripts/check.js",
"test": "node tests/run.js && node tests/dedup.js && node tests/guoba.js && node tests/cache-lifecycle.test.js && node tests/live-fixes.js && node tests/upstream-1.3.4.js && node tests/upstream-head.js",
"render:fixtures": "node scripts/render-fixtures.js"
},
"dependencies": {
"cheerio": "1.0.0-rc.12",
"emoji-regex": "9.2.2",
"fflate": "0.8.2",
"got-scraping": "4.1.1",
"node-fetch": "3.3.2",
"protobufjs": "7.5.4",
"qrcode": "1.5.4",
"yaml": "2.8.1"
},
"peerDependencies": {
"puppeteer": "*"
},
"peerDependenciesMeta": {
"puppeteer": {
"optional": true
}
}
}