Initial commit
parents
Showing
.gitignore
0 → 100644
.npmignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
doc/API.md
0 → 100644
doc/CONFIG.md
0 → 100644
doc/EXAMPLE.md
0 → 100644
example/test/baoliao5.js
0 → 100644
example/test/healthno1.js
0 → 100644
example/test/qiushibaike.js
0 → 100644
index.js
0 → 100644
lib/crawler.js
0 → 100644
lib/helper.js
0 → 100644
lib/parser.js
0 → 100644
This diff is collapsed.
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | ||
| "name": "almighty-parser-core", | ||
| "version": "1.0.7", | ||
| "description": "crawler prser core", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test:qiushibaike": "node --harmony-async-await ./example/test/qiushibaike.js", | ||
| "test:healthno1": "node --harmony-async-await ./example/test/healthno1.js", | ||
| "test:baoliao5": "node --harmony-async-await ./example/test/baoliao5.js" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git@github.com:coolfishstudio/almighty-parser-core.git" | ||
| }, | ||
| "keywords": "crawler, parser", | ||
| "author": "Yves", | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "async": "^2.4.1", | ||
| "cheerio": "^1.0.0-rc.1", | ||
| "iconv-lite": "^0.4.17", | ||
| "opencc": "^1.0.5", | ||
| "request": "^2.81.0", | ||
| "xmldom": "^0.1.27", | ||
| "xpath": "0.0.24" | ||
| } | ||
| } |
Please
register
or
sign in
to comment