SAP-BTP-Spielwiese/app1/node_modules/request-stats/package.json

43 lines
892 B
JSON
Raw Normal View History

{
"name": "request-stats",
"version": "2.0.1",
"description": "Get stats on your Node.js HTTP server requests",
"main": "index.js",
"scripts": {
"test": "standard && tape test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/watson/request-stats.git"
},
"keywords": [
"stats",
"statistics",
"http",
"https",
"middleware",
"connect",
"express",
"analytics"
],
"author": "Thomas Watson Steen <w@tson.dk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/request-stats/issues"
},
"homepage": "https://github.com/watson/request-stats",
"dependencies": {
"http-headers": "^3.0.1",
"once": "^1.4.0"
},
"devDependencies": {
"keep-alive-agent": "^0.0.1",
"standard": "^8.6.0",
"tape": "^4.6.3"
},
"coordinates": [
55.7775770796403,
12.59000686560671
]
}