-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1015 Bytes
/
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
{
"name": "data",
"version": "1.0.0",
"description": "crawl data",
"main": "crawler.js",
"type": "module",
"dependencies": {
"asynckit": "^0.4.0",
"axios": "^1.6.7",
"boolbase": "^1.0.0",
"cheerio": "^1.0.0-rc.12",
"cheerio-select": "^2.1.0",
"combined-stream": "^1.0.8",
"css-select": "^5.1.0",
"css-what": "^6.1.0",
"delayed-stream": "^1.0.0",
"dom-serializer": "^2.0.0",
"domelementtype": "^2.3.0",
"domhandler": "^5.0.3",
"domutils": "^3.1.0",
"dotenv": "^16.4.5",
"entities": "^4.5.0",
"follow-redirects": "^1.15.5",
"form-data": "^4.0.0",
"htmlparser2": "^8.0.2",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"mongoose": "^8.2.0",
"nth-check": "^2.1.1",
"openai": "^4.0.0",
"parse5": "^7.1.2",
"parse5-htmlparser2-tree-adapter": "^7.0.0",
"proxy-from-env": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "bkkmw",
"license": "ISC"
}