wp_spider
Version:
用于爬取wordpress网站的工具
25 lines (24 loc) • 435 B
JSON
{
"name": "wp_spider",
"version": "1.0.0",
"description": "用于爬取wordpress网站的工具",
"main": "index.js",
"scripts": {
"test": "node test.js",
"dev": "nodemon test.js"
},
"keywords": [
"爬虫",
"wordpress",
"网站",
"资源",
"采集"
],
"author": "qww",
"license": "ISC",
"dependencies": {
"mm_html": "^1.1.1",
"mm_https": "^1.5.6",
"mm_mysql": "^1.7.1"
}
}