[D2D] Introduce GlobalDeviceWebServer for d2dservice.
[platform/framework/web/wrtjs.git] / d2d_app / node_modules / express / node_modules / finalhandler / package.json
1 {
2   "_from": "finalhandler@~1.1.2",
3   "_id": "finalhandler@1.1.2",
4   "_inBundle": false,
5   "_integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
6   "_location": "/finalhandler",
7   "_phantomChildren": {
8     "ms": "2.0.0"
9   },
10   "_requested": {
11     "type": "range",
12     "registry": true,
13     "raw": "finalhandler@~1.1.2",
14     "name": "finalhandler",
15     "escapedName": "finalhandler",
16     "rawSpec": "~1.1.2",
17     "saveSpec": null,
18     "fetchSpec": "~1.1.2"
19   },
20   "_requiredBy": [
21     "/express"
22   ],
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",
27   "author": {
28     "name": "Douglas Christopher Wilson",
29     "email": "doug@somethingdoug.com"
30   },
31   "bugs": {
32     "url": "https://github.com/pillarjs/finalhandler/issues"
33   },
34   "bundleDependencies": false,
35   "dependencies": {
36     "debug": "2.6.9",
37     "encodeurl": "~1.0.2",
38     "escape-html": "~1.0.3",
39     "on-finished": "~2.3.0",
40     "parseurl": "~1.3.3",
41     "statuses": "~1.5.0",
42     "unpipe": "~1.0.0"
43   },
44   "deprecated": false,
45   "description": "Node.js final http responder",
46   "devDependencies": {
47     "eslint": "5.16.0",
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",
54     "istanbul": "0.4.5",
55     "mocha": "6.1.4",
56     "readable-stream": "2.3.6",
57     "safe-buffer": "5.1.2",
58     "supertest": "4.0.2"
59   },
60   "engines": {
61     "node": ">= 0.8"
62   },
63   "files": [
64     "LICENSE",
65     "HISTORY.md",
66     "index.js"
67   ],
68   "homepage": "https://github.com/pillarjs/finalhandler#readme",
69   "license": "MIT",
70   "name": "finalhandler",
71   "repository": {
72     "type": "git",
73     "url": "git+https://github.com/pillarjs/finalhandler.git"
74   },
75   "scripts": {
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/"
80   },
81   "version": "1.1.2"
82 }