2 "_from": "finalhandler@~1.1.2",
3 "_id": "finalhandler@1.1.2",
5 "_integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
6 "_location": "/finalhandler",
13 "raw": "finalhandler@~1.1.2",
14 "name": "finalhandler",
15 "escapedName": "finalhandler",
23 "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
24 "_shasum": "b7e7d000ffd11938d0fdb053506f6ebabe9f587d",
25 "_spec": "finalhandler@~1.1.2",
26 "_where": "/home/hyunduk/opensource/external/HappyFunTimes/node_modules/express",
28 "name": "Douglas Christopher Wilson",
29 "email": "doug@somethingdoug.com"
32 "url": "https://github.com/pillarjs/finalhandler/issues"
34 "bundleDependencies": false,
37 "encodeurl": "~1.0.2",
38 "escape-html": "~1.0.3",
39 "on-finished": "~2.3.0",
45 "description": "Node.js final http responder",
48 "eslint-config-standard": "12.0.0",
49 "eslint-plugin-import": "2.17.2",
50 "eslint-plugin-markdown": "1.0.0",
51 "eslint-plugin-node": "8.0.1",
52 "eslint-plugin-promise": "4.1.1",
53 "eslint-plugin-standard": "4.0.0",
56 "readable-stream": "2.3.6",
57 "safe-buffer": "5.1.2",
68 "homepage": "https://github.com/pillarjs/finalhandler#readme",
70 "name": "finalhandler",
73 "url": "git+https://github.com/pillarjs/finalhandler.git"
76 "lint": "eslint --plugin markdown --ext js,md .",
77 "test": "mocha --reporter spec --bail --check-leaks test/",
78 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
79 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"