1 Star 0 Fork 0

missyoyo/chrome-har

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1011 Bytes
一键复制 编辑 原始数据 按行查看 历史
Peter Hedenskog 提交于 2018-03-29 11:47 . 0.3.1
{
"name": "chrome-har",
"version": "0.3.1",
"description": "Create HAR files from Chrome Debugging Protocol data.",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
"test": "ava",
"test:watch": "ava --watch"
},
"keywords": [
"chrome",
"har",
"webperf"
],
"author": "Tobias Lidskog <tobias@lidskog.se>",
"homepage": "https://github.com/sitespeedio/chrome-har",
"repository": {
"type": "git",
"url": "https://github.com/sitespeedio/chrome-har.git"
},
"license": "MIT",
"devDependencies": {
"ava": "~0.25.0",
"bluebird": "~3.5.1",
"eslint": "~4.18.2",
"eslint-config-prettier": "~2.9.0",
"eslint-plugin-prettier": "~2.6.0",
"har-validator": "~5.1.0",
"prettier": "~1.11.1"
},
"dependencies": {
"debug": "3.1.0",
"moment": "2.21.0",
"tough-cookie": "2.3.4",
"uuid": "3.2.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/missyoyo/chrome-har.git
git@gitee.com:missyoyo/chrome-har.git
missyoyo
chrome-har
chrome-har
chrome-66-bt2.x

搜索帮助