| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "on-headers",
- "description": "Execute a listener when a response is about to write headers",
- "version": "1.0.1",
- "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
- "license": "MIT",
- "keywords": [
- "event",
- "headers",
- "http",
- "onheaders"
- ],
- "repository": "jshttp/on-headers",
- "dependencies": {},
- "devDependencies": {
- "istanbul": "0.3.21",
- "mocha": "2.3.3",
- "supertest": "1.1.0"
- },
- "files": [
- "LICENSE",
- "HISTORY.md",
- "README.md",
- "index.js"
- ],
- "engines": {
- "node": ">= 0.8"
- },
- "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/"
- }
- }
|