-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 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
{
"name": "smapp.seoulmetro.co.kr-crawling",
"version": "0.0.1",
"description": "서울교통공사 공개 시간표 크롤링",
"main": "index.js",
"dependencies": {
"abort-controller": "^3.0.0",
"boolbase": "^1.0.0",
"cheerio": "^1.0.0-rc.12",
"cheerio-select": "^2.1.0",
"css-select": "^5.1.0",
"css-what": "^6.1.0",
"dom-serializer": "^2.0.0",
"domelementtype": "^2.3.0",
"domhandler": "^5.0.3",
"domutils": "^3.0.1",
"entities": "^4.4.0",
"event-target-shim": "^5.0.1",
"htmlparser2": "^8.0.1",
"https": "^1.0.0",
"node-fetch": "^2.6.7",
"nth-check": "^2.1.1",
"parse5": "^7.1.1",
"parse5-htmlparser2-tree-adapter": "^7.0.0",
"timeout-signal": "^1.1.0",
"tr46": "^0.0.3",
"webidl-conversions": "^3.0.1",
"whatwg-url": "^5.0.0"
},
"devDependencies": {},
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/williameom5678/smapp.seoulmetro.co.kr-Crawling.git"
},
"keywords": [
"Crawling"
],
"author": "williameom",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/williameom5678/smapp.seoulmetro.co.kr-Crawling/issues"
},
"homepage": "https://github.com/williameom5678/smapp.seoulmetro.co.kr-Crawling#readme"
}