5 "/opt/source/offload.js"
8 "_from": "finalhandler@1.1.2",
9 "_id": "finalhandler@1.1.2",
11 "_integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
12 "_location": "/finalhandler",
13 "_phantomChildren": {},
17 "raw": "finalhandler@1.1.2",
18 "name": "finalhandler",
19 "escapedName": "finalhandler",
27 "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
29 "_where": "/opt/source/offload.js",
31 "name": "Douglas Christopher Wilson",
32 "email": "doug@somethingdoug.com"
35 "url": "https://github.com/pillarjs/finalhandler/issues"
39 "encodeurl": "~1.0.2",
40 "escape-html": "~1.0.3",
41 "on-finished": "~2.3.0",
46 "description": "Node.js final http responder",
49 "eslint-config-standard": "12.0.0",
50 "eslint-plugin-import": "2.17.2",
51 "eslint-plugin-markdown": "1.0.0",
52 "eslint-plugin-node": "8.0.1",
53 "eslint-plugin-promise": "4.1.1",
54 "eslint-plugin-standard": "4.0.0",
57 "readable-stream": "2.3.6",
58 "safe-buffer": "5.1.2",
69 "homepage": "https://github.com/pillarjs/finalhandler#readme",
71 "name": "finalhandler",
74 "url": "git+https://github.com/pillarjs/finalhandler.git"
77 "lint": "eslint --plugin markdown --ext js,md .",
78 "test": "mocha --reporter spec --bail --check-leaks test/",
79 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
80 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"