1 Star 0 Fork 3

cooke/tai-spider

forked from wx-rdc/tai-spider 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.09 KB
一键复制 编辑 原始数据 按行查看 历史
Edward.Zhu 提交于 2022-11-10 20:21 . 0.1.12
{
"name": "tai-spider",
"version": "0.1.12",
"description": "Scrapy Framework implemented by nodejs.",
"main": "./index.js",
"directories": {
"bin": "bin",
"lib": "lib",
"test": "test"
},
"bin": {
"taispider": "bin/taispider.js"
},
"scripts": {
"cover": "nyc --reporter=lcovonly --reporter=text --reporter=text-summary mocha --timeout=15000 --reporter spec test/*.test.js",
"build": "babel -d ./lib src",
"eslint": "eslint --fix ./src ./test",
"mocha": "mocha",
"pretest": "npm run build",
"git": "git add . && git commit -m",
"prepublishOnly": "npm run build",
"postgit": "npm version patch && git push --all",
"test": "npm run eslint && npm run mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/wx-rdc/tai-spider.git"
},
"engine-strict": {
"node": ">=12.0.0"
},
"dependencies": {
"bottleneckp": "~1.1.3",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"commander": "^8.3.0",
"iconv-lite": "^0.4.8",
"lodash": "^4.17.10",
"log4js": "^6.3.0",
"mkdirp": "^1.0.4",
"moment": "^2.29.1",
"request": "~2.88.0",
"require-directory": "^2.1.1",
"seenreq": "^3.0.0",
"seenreq-repo-redis": "^1.0.1",
"set-cookie-parser": "^2.4.8",
"type-is": "^1.6.14",
"unfluff": "^3.2.0",
"url-parse": "^1.5.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"cross-env": "^7.0.3",
"eslint": "^5.0.0",
"jsdoc-to-markdown": "3",
"jsdom": "^9.6.0",
"mocha": "^6.1.0",
"mocha-testdata": "^1.2.0",
"nock": "^13.0.5",
"nyc": "^13.1.0",
"sinon": "^7.0.0"
},
"keywords": [
"javascript",
"crawling",
"spider",
"scrapy",
"crawler",
"nodejs"
],
"author": "Edward Zhu <zhuhy163@163.com>",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/wx-rdc/tai-spider/blob/main/LICENSE"
}
],
"bugs": {
"url": "https://github.com/wx-rdc/tai-spider/issues"
},
"homepage": "https://github.com/wx-rdc/tai-spider"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/cooke888/tai-spider.git
git@gitee.com:cooke888/tai-spider.git
cooke888
tai-spider
tai-spider
main

搜索帮助