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-session/node_modules/on-headers/package.json

60 lines
1.6 KiB
JSON

{
"name": "on-headers",
"description": "Execute a listener when a response is about to write headers",
"version": "1.0.0",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
"license": "MIT",
"keywords": [
"event",
"headers",
"http",
"onheaders"
],
"repository": {
"type": "git",
"url": "https://github.com/jshttp/on-headers"
},
"dependencies": {},
"devDependencies": {
"istanbul": "0.3.0",
"mocha": "~1.21.4",
"supertest": "~0.13.0"
},
"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": "434950a0748cd38bf9a04f3fd4f3ff89cf565fda",
"bugs": {
"url": "https://github.com/jshttp/on-headers/issues"
},
"homepage": "https://github.com/jshttp/on-headers",
"_id": "on-headers@1.0.0",
"_shasum": "2c75b5da4375513d0161c6052e7fcbe4953fca5d",
"_from": "on-headers@~1.0.0",
"_npmVersion": "1.4.21",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"dist": {
"shasum": "2c75b5da4375513d0161c6052e7fcbe4953fca5d",
"tarball": "http://registry.npmjs.org/on-headers/-/on-headers-1.0.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.0.tgz"
}