b1bd0eaa4e92592764f7bfd0f8474061b01b01b3
[aai/esr-gui.git] /
1 {
2   "name": "finalhandler",
3   "description": "Node.js final http responder",
4   "version": "0.5.0",
5   "author": {
6     "name": "Douglas Christopher Wilson",
7     "email": "doug@somethingdoug.com"
8   },
9   "license": "MIT",
10   "repository": {
11     "type": "git",
12     "url": "https://github.com/pillarjs/finalhandler"
13   },
14   "dependencies": {
15     "debug": "~2.2.0",
16     "escape-html": "~1.0.3",
17     "on-finished": "~2.3.0",
18     "statuses": "~1.3.0",
19     "unpipe": "~1.0.0"
20   },
21   "devDependencies": {
22     "eslint": "2.12.0",
23     "eslint-config-standard": "5.3.1",
24     "eslint-plugin-promise": "1.3.2",
25     "eslint-plugin-standard": "1.3.2",
26     "istanbul": "0.4.3",
27     "mocha": "2.5.3",
28     "readable-stream": "2.1.2",
29     "supertest": "1.1.0"
30   },
31   "files": [
32     "LICENSE",
33     "HISTORY.md",
34     "index.js"
35   ],
36   "engines": {
37     "node": ">= 0.8"
38   },
39   "scripts": {
40     "lint": "eslint **/*.js",
41     "test": "mocha --reporter spec --bail --check-leaks test/",
42     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
43     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
44   },
45   "gitHead": "15cc543eb87dd0e2f29e931d86816a6eb348c573",
46   "bugs": {
47     "url": "https://github.com/pillarjs/finalhandler/issues"
48   },
49   "homepage": "https://github.com/pillarjs/finalhandler",
50   "_id": "finalhandler@0.5.0",
51   "_shasum": "e9508abece9b6dba871a6942a1d7911b91911ac7",
52   "_from": "finalhandler@0.5.0",
53   "_npmVersion": "1.4.28",
54   "_npmUser": {
55     "name": "dougwilson",
56     "email": "doug@somethingdoug.com"
57   },
58   "maintainers": [
59     {
60       "name": "dougwilson",
61       "email": "doug@somethingdoug.com"
62     }
63   ],
64   "dist": {
65     "shasum": "e9508abece9b6dba871a6942a1d7911b91911ac7",
66     "tarball": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.5.0.tgz"
67   },
68   "_npmOperationalInternal": {
69     "host": "packages-12-west.internal.npmjs.com",
70     "tmp": "tmp/finalhandler-0.5.0.tgz_1466028655505_0.19758180482313037"
71   },
72   "directories": {},
73   "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.5.0.tgz"
74 }