You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.8 KiB
67 lines
1.8 KiB
{
|
|
"_from": "finalhandler@0.2.0",
|
|
"_id": "finalhandler@0.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-eUCCQksX9qSyoO2jn522lI7kvo0=",
|
|
"_location": "/finalhandler",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "finalhandler@0.2.0",
|
|
"name": "finalhandler",
|
|
"escapedName": "finalhandler",
|
|
"rawSpec": "0.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/express"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.2.0.tgz",
|
|
"_shasum": "794082424b17f6a4b2a0eda39f9db6948ee4be8d",
|
|
"_spec": "finalhandler@0.2.0",
|
|
"_where": "/var/www/htdocs/coze/socket/node_modules/express",
|
|
"author": {
|
|
"name": "Douglas Christopher Wilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pillarjs/finalhandler/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"debug": "~2.0.0",
|
|
"escape-html": "1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Node.js final http responder",
|
|
"devDependencies": {
|
|
"istanbul": "0.3.0",
|
|
"mocha": "~1.21.4",
|
|
"readable-stream": "~1.0.27",
|
|
"should": "~4.0.1",
|
|
"supertest": "~0.13.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"HISTORY.md",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/pillarjs/finalhandler#readme",
|
|
"license": "MIT",
|
|
"name": "finalhandler",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pillarjs/finalhandler.git"
|
|
},
|
|
"scripts": {
|
|
"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": "0.2.0"
|
|
}
|