1234567891011121314151617181920 |
- {
- "name": "reptiles",
- "version": "1.0.0",
- "description": "爬虫",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "start": "node app.js"
- },
- "author": "cr",
- "license": "ISC",
- "dependencies": {
- "cheerio": "^1.0.0-rc.3",
- "html-entities": "^1.3.1",
- "log4js": "^6.3.0",
- "selenium-webdriver": "^4.0.0-alpha.7",
- "superagent": "^6.0.0"
- }
- }
|