UNPKG

superagent-node-http-timings

Version:

Superagent plugin for measuring http timings in node.js

36 lines (35 loc) 726 B
{ "name": "superagent-node-http-timings", "version": "1.0.2", "description": "Superagent plugin for measuring http timings in node.js", "repository": { "url": "https://github.com/webuniverseio/superagent-node-http-timings", "type": "git" }, "engines": { "node": ">=6.5.0" }, "main": "index.js", "peerDependencies": { "superagent": "*" }, "devDependencies": { "jest": "^24.9.0", "np": "^10.1.0", "superagent": "^5.1.0" }, "scripts": { "test": "jest", "release": "np" }, "license": "MIT", "keywords": [ "superagent", "timings", "http" ], "publishConfig": { "registry": "https://registry.npmjs.org" }, "packageManager": "yarn@1.22.22" }