5 "/home/josuer08/josuexyz/node_modules/express"
8 "_from": "finalhandler@1.1.1",
9 "_hasShrinkwrap": false,
10 "_id": "finalhandler@1.1.1",
13 "_location": "/finalhandler",
14 "_nodeVersion": "6.13.0",
15 "_npmOperationalInternal": {
16 "host": "s3://npm-registry-packages",
17 "tmp": "tmp/finalhandler_1.1.1_1520357803698_0.8904166922156158"
20 "email": "doug@somethingdoug.com",
23 "_npmVersion": "5.6.0",
24 "_phantomChildren": {},
26 "name": "finalhandler",
27 "raw": "finalhandler@1.1.1",
36 "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz",
37 "_shasum": "eebf4ed840079c83f4249038c9d703008301b105",
39 "_spec": "finalhandler@1.1.1",
40 "_where": "/home/josuer08/josuexyz/node_modules/express",
42 "email": "doug@somethingdoug.com",
43 "name": "Douglas Christopher Wilson"
46 "url": "https://github.com/pillarjs/finalhandler/issues"
50 "encodeurl": "~1.0.2",
51 "escape-html": "~1.0.3",
52 "on-finished": "~2.3.0",
57 "description": "Node.js final http responder",
60 "eslint-config-standard": "11.0.0",
61 "eslint-plugin-import": "2.9.0",
62 "eslint-plugin-markdown": "1.0.0-beta.6",
63 "eslint-plugin-node": "6.0.1",
64 "eslint-plugin-promise": "3.6.0",
65 "eslint-plugin-standard": "3.0.1",
68 "readable-stream": "2.3.4",
69 "safe-buffer": "5.1.1",
75 "integrity": "sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==",
76 "shasum": "eebf4ed840079c83f4249038c9d703008301b105",
77 "tarball": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz",
88 "gitHead": "024f493418f62a59592a98f07b23b265092c1006",
89 "homepage": "https://github.com/pillarjs/finalhandler#readme",
94 "email": "doug@somethingdoug.com"
97 "name": "finalhandler",
98 "optionalDependencies": {},
99 "readme": "ERROR: No README data found!",
102 "url": "git+https://github.com/pillarjs/finalhandler.git"
105 "lint": "eslint --plugin markdown --ext js,md .",
106 "test": "mocha --reporter spec --bail --check-leaks test/",
107 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
108 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"