Ai
10 Star 8 Fork 2

禾惠/node-webcrawler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 763 Bytes
一键复制 编辑 原始数据 按行查看 历史
禾惠 提交于 2015-03-10 09:19 +08:00 . 更新一些信息
{
"name": "nodejs-webcrawler",
"version": "1.1.0",
"description": "网页版Nodejs爬虫,可抓取图片和文本",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/satrong/node-webcrawler.git"
},
"keywords": [
"crawler",
"node.js",
"nodejs爬虫"
],
"author": "Satrong Cao",
"license": "ISC",
"bugs": {
"url": "https://github.com/satrong/node-webcrawler/issues"
},
"homepage": "http://www.xiaoboy.com",
"dependencies": {
"async": "^0.9.0",
"iconv-lite": "^0.4.6",
"ws": "^0.7.1",
"ejs": "^2.2.4",
"cheerio": "^0.18.0",
"mkdirp": "^0.5.0",
"request": "^2.51.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/satrong/node-webcrawler.git
git@gitee.com:satrong/node-webcrawler.git
satrong
node-webcrawler
node-webcrawler
master

搜索帮助