second
[josuexyz/.git] / node_modules / finalhandler / package.json
1 {
2   "_args": [
3     [
4       "finalhandler@1.1.1",
5       "/home/josuer08/josuexyz/node_modules/express"
6     ]
7   ],
8   "_from": "finalhandler@1.1.1",
9   "_hasShrinkwrap": false,
10   "_id": "finalhandler@1.1.1",
11   "_inCache": true,
12   "_installable": true,
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"
18   },
19   "_npmUser": {
20     "email": "doug@somethingdoug.com",
21     "name": "dougwilson"
22   },
23   "_npmVersion": "5.6.0",
24   "_phantomChildren": {},
25   "_requested": {
26     "name": "finalhandler",
27     "raw": "finalhandler@1.1.1",
28     "rawSpec": "1.1.1",
29     "scope": null,
30     "spec": "1.1.1",
31     "type": "version"
32   },
33   "_requiredBy": [
34     "/express"
35   ],
36   "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz",
37   "_shasum": "eebf4ed840079c83f4249038c9d703008301b105",
38   "_shrinkwrap": null,
39   "_spec": "finalhandler@1.1.1",
40   "_where": "/home/josuer08/josuexyz/node_modules/express",
41   "author": {
42     "email": "doug@somethingdoug.com",
43     "name": "Douglas Christopher Wilson"
44   },
45   "bugs": {
46     "url": "https://github.com/pillarjs/finalhandler/issues"
47   },
48   "dependencies": {
49     "debug": "2.6.9",
50     "encodeurl": "~1.0.2",
51     "escape-html": "~1.0.3",
52     "on-finished": "~2.3.0",
53     "parseurl": "~1.3.2",
54     "statuses": "~1.4.0",
55     "unpipe": "~1.0.0"
56   },
57   "description": "Node.js final http responder",
58   "devDependencies": {
59     "eslint": "4.18.1",
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",
66     "istanbul": "0.4.5",
67     "mocha": "2.5.3",
68     "readable-stream": "2.3.4",
69     "safe-buffer": "5.1.1",
70     "supertest": "1.1.0"
71   },
72   "directories": {},
73   "dist": {
74     "fileCount": 5,
75     "integrity": "sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==",
76     "shasum": "eebf4ed840079c83f4249038c9d703008301b105",
77     "tarball": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz",
78     "unpackedSize": 16905
79   },
80   "engines": {
81     "node": ">= 0.8"
82   },
83   "files": [
84     "HISTORY.md",
85     "LICENSE",
86     "index.js"
87   ],
88   "gitHead": "024f493418f62a59592a98f07b23b265092c1006",
89   "homepage": "https://github.com/pillarjs/finalhandler#readme",
90   "license": "MIT",
91   "maintainers": [
92     {
93       "name": "dougwilson",
94       "email": "doug@somethingdoug.com"
95     }
96   ],
97   "name": "finalhandler",
98   "optionalDependencies": {},
99   "readme": "ERROR: No README data found!",
100   "repository": {
101     "type": "git",
102     "url": "git+https://github.com/pillarjs/finalhandler.git"
103   },
104   "scripts": {
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/"
109   },
110   "version": "1.1.1"
111 }