har-down
Version:
har download 从 chrome 生成的 har 文件中下载整个网站所有资源
47 lines (46 loc) • 1.23 kB
JSON
{
"name": "har-down",
"readmeFilename": "README.md",
"description": "har download 从 chrome 生成的 har 文件中下载整个网站所有资源",
"version": "2.1.0",
"author": {
"name": "wshxbqq",
"email": "wshxbqq@gmail.com"
},
"scripts": {
"publish major": "snpm version major && snpm publish",
"publish minor": "snpm version minor && snpm publish",
"publish patch": "snpm version patch && snpm publish",
"test": "node test/index.js"
},
"homepage": "https://github.com/wshxbqq/har-download",
"keywords": [
"HAR-down",
"HAR-download",
"HAR",
"HAR 爬虫",
"Spider"
],
"license": "MIT",
"bin": {
"har-down": "bin/har-down"
},
"engines": {
"node": ">= 4.0.0"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/wshxbqq/har-download.git"
},
"bugs": {
"url": "http://github.com/wshxbqq/har-download/issues"
},
"preferGlobal": true,
"dependencies": {
"bluebird": "^3.7.2",
"chalk": "^4.1.0",
"mkdirp": "^0.5.1",
"request": "^2.88.2"
}
}