2023-11-30 14:15:19 +00:00

85 lines
2.2 KiB
JSON

{
"_from": "response-time@^2.3.2",
"_id": "response-time@2.3.2",
"_inBundle": false,
"_integrity": "sha1-/6cbq5UtYvfB1Jt0NDVfvGjf/Fo=",
"_location": "/response-time",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "response-time@^2.3.2",
"name": "response-time",
"escapedName": "response-time",
"rawSpec": "^2.3.2",
"saveSpec": null,
"fetchSpec": "^2.3.2"
},
"_requiredBy": [
"/server"
],
"_resolved": "https://registry.npmjs.org/response-time/-/response-time-2.3.2.tgz",
"_shasum": "ffa71bab952d62f7c1d49b7434355fbc68dffc5a",
"_spec": "response-time@^2.3.2",
"_where": "/home/runner/Socketio-Chat-Template/node_modules/server",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/expressjs/response-time/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"dependencies": {
"depd": "~1.1.0",
"on-headers": "~1.0.1"
},
"deprecated": false,
"description": "Response time for Node.js servers",
"devDependencies": {
"after": "0.8.2",
"eslint": "3.10.1",
"eslint-config-standard": "6.2.1",
"eslint-plugin-promise": "3.3.2",
"eslint-plugin-standard": "2.0.1",
"istanbul": "0.4.5",
"mocha": "2.5.3",
"supertest": "1.1.0"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"LICENSE",
"HISTORY.md",
"index.js"
],
"homepage": "https://github.com/expressjs/response-time#readme",
"keywords": [
"http",
"res",
"response time",
"x-response-time"
],
"license": "MIT",
"name": "response-time",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/response-time.git"
},
"scripts": {
"lint": "eslint .",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"version": "2.3.2"
}