This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/express/node_modules/finalhandler/package.json

81 lines
2.1 KiB
JSON

{
"name": "finalhandler",
"description": "Node.js final http responder",
"version": "0.2.0",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pillarjs/finalhandler"
},
"dependencies": {
"debug": "~2.0.0",
"escape-html": "1.0.1"
},
"devDependencies": {
"istanbul": "0.3.0",
"mocha": "~1.21.4",
"readable-stream": "~1.0.27",
"should": "~4.0.1",
"supertest": "~0.13.0"
},
"files": [
"LICENSE",
"HISTORY.md",
"index.js"
],
"engines": {
"node": ">= 0.8.0"
},
"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/"
},
"gitHead": "0e5d26695b1ab248823366018f09c058a4eaf59b",
"bugs": {
"url": "https://github.com/pillarjs/finalhandler/issues"
},
"homepage": "https://github.com/pillarjs/finalhandler",
"_id": "finalhandler@0.2.0",
"_shasum": "794082424b17f6a4b2a0eda39f9db6948ee4be8d",
"_from": "finalhandler@0.2.0",
"_npmVersion": "1.4.21",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "shtylman",
"email": "shtylman@gmail.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
}
],
"dist": {
"shasum": "794082424b17f6a4b2a0eda39f9db6948ee4be8d",
"tarball": "http://registry.npmjs.org/finalhandler/-/finalhandler-0.2.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.2.0.tgz",
"readme": "ERROR: No README data found!"
}