{ "_from": "finalhandler@0.4.1", "_id": "finalhandler@0.4.1", "_inBundle": false, "_integrity": "sha1-haF8bFmpRxfSYtYSMNSw6+PUoU0=", "_location": "/finalhandler", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "finalhandler@0.4.1", "name": "finalhandler", "escapedName": "finalhandler", "rawSpec": "0.4.1", "saveSpec": null, "fetchSpec": "0.4.1" }, "_requiredBy": [ "/express" ], "_resolved": "http://registry.npmjs.org/finalhandler/-/finalhandler-0.4.1.tgz", "_shasum": "85a17c6c59a94717d262d61230d4b0ebe3d4a14d", "_spec": "finalhandler@0.4.1", "_where": "C:\\socket\\chatroom-myclient\\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.2.0", "escape-html": "~1.0.3", "on-finished": "~2.3.0", "unpipe": "~1.0.0" }, "deprecated": false, "description": "Node.js final http responder", "devDependencies": { "istanbul": "0.4.1", "mocha": "2.3.4", "readable-stream": "2.0.4", "supertest": "1.1.0" }, "engines": { "node": ">= 0.8" }, "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.4.1" }