hmetrics
Version:
The metrics of the HTTP/HTTPS request process
48 lines (47 loc) • 1.04 kB
JSON
{
"name": "hmetrics",
"version": "0.1.11",
"description": "The metrics of the HTTP/HTTPS request process",
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "gulp",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha"
},
"author": "taevas <taevas@qq.com> (taevas.space)",
"license": "MIT",
"engines": {
"node": ">=4.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/upyun-dev/http-metrics.git"
},
"keywords": [
"namelookup",
"time_namelookup",
"connect",
"time_connect",
"SSL",
"time_appconnect",
"TTFB",
"time_starttransfer",
"download_time",
"time_total"
],
"bugs": {
"url": "https://github.com/upyun-dev/http-metrics/issues"
},
"dependencies": {},
"devDependencies": {
"coveralls": "^2.11.11",
"gulp": "^3.9.1",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.1",
"istanbul": "^0.4.3",
"jshint": "^2.9.3",
"mocha": "^3.1.1",
"nock": "^9.0.2",
"should": "^11.1.0"
}
}