UNPKG

@35iter/spider-core

Version:

使用 puppetter-cluster 的爬虫工具。

38 lines (37 loc) 720 B
{ "name": "@35iter/spider-core", "version": "1.0.7", "description": "", "main": "./dist/index.js", "types": "./dist", "private": false, "files": [ "dist" ], "scripts": { "test": "ts-mocha -t 0 test/**.ts", "dev": "tsc -w" }, "keywords": [ "puppetter-cluster", "crawler", "爬虫" ], "author": "", "license": "ISC", "devDependencies": { "@types/mocha": "^9.1.1", "assert": "^2.0.0", "mocha": "^10.0.0", "ts-mocha": "^10.0.0", "typescript": "^4.7.4" }, "dependencies": { "puppeteer": "^16.1.0", "@35iter/puppeteer-cluster": "^0.23.0" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" } }