f83396182ab6bc8a00fe5ed0c01387972f8e1064
[platform/framework/web/wrtjs.git] / d2d_app / node_modules / express / package.json
1 {
2   "_from": "express@^4.4.1",
3   "_id": "express@4.17.1",
4   "_inBundle": false,
5   "_integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
6   "_location": "/express",
7   "_phantomChildren": {
8     "ms": "2.0.0"
9   },
10   "_requested": {
11     "type": "range",
12     "registry": true,
13     "raw": "express@^4.4.1",
14     "name": "express",
15     "escapedName": "express",
16     "rawSpec": "^4.4.1",
17     "saveSpec": null,
18     "fetchSpec": "^4.4.1"
19   },
20   "_requiredBy": [
21     "/"
22   ],
23   "_resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
24   "_shasum": "4491fc38605cf51f8629d39c2b5d026f98a4c134",
25   "_spec": "express@^4.4.1",
26   "_where": "/home/hyunduk/opensource/external/HappyFunTimes",
27   "author": {
28     "name": "TJ Holowaychuk",
29     "email": "tj@vision-media.ca"
30   },
31   "bugs": {
32     "url": "https://github.com/expressjs/express/issues"
33   },
34   "bundleDependencies": false,
35   "contributors": [
36     {
37       "name": "Aaron Heckmann",
38       "email": "aaron.heckmann+github@gmail.com"
39     },
40     {
41       "name": "Ciaran Jessup",
42       "email": "ciaranj@gmail.com"
43     },
44     {
45       "name": "Douglas Christopher Wilson",
46       "email": "doug@somethingdoug.com"
47     },
48     {
49       "name": "Guillermo Rauch",
50       "email": "rauchg@gmail.com"
51     },
52     {
53       "name": "Jonathan Ong",
54       "email": "me@jongleberry.com"
55     },
56     {
57       "name": "Roman Shtylman",
58       "email": "shtylman+expressjs@gmail.com"
59     },
60     {
61       "name": "Young Jae Sim",
62       "email": "hanul@hanul.me"
63     }
64   ],
65   "dependencies": {
66     "accepts": "~1.3.7",
67     "array-flatten": "1.1.1",
68     "body-parser": "1.19.0",
69     "content-disposition": "0.5.3",
70     "content-type": "~1.0.4",
71     "cookie": "0.4.0",
72     "cookie-signature": "1.0.6",
73     "debug": "2.6.9",
74     "depd": "~1.1.2",
75     "encodeurl": "~1.0.2",
76     "escape-html": "~1.0.3",
77     "etag": "~1.8.1",
78     "finalhandler": "~1.1.2",
79     "fresh": "0.5.2",
80     "merge-descriptors": "1.0.1",
81     "methods": "~1.1.2",
82     "on-finished": "~2.3.0",
83     "parseurl": "~1.3.3",
84     "path-to-regexp": "0.1.7",
85     "proxy-addr": "~2.0.5",
86     "qs": "6.7.0",
87     "range-parser": "~1.2.1",
88     "safe-buffer": "5.1.2",
89     "send": "0.17.1",
90     "serve-static": "1.14.1",
91     "setprototypeof": "1.1.1",
92     "statuses": "~1.5.0",
93     "type-is": "~1.6.18",
94     "utils-merge": "1.0.1",
95     "vary": "~1.1.2"
96   },
97   "deprecated": false,
98   "description": "Fast, unopinionated, minimalist web framework",
99   "devDependencies": {
100     "after": "0.8.2",
101     "connect-redis": "3.4.1",
102     "cookie-parser": "~1.4.4",
103     "cookie-session": "1.3.3",
104     "ejs": "2.6.1",
105     "eslint": "2.13.1",
106     "express-session": "1.16.1",
107     "hbs": "4.0.4",
108     "istanbul": "0.4.5",
109     "marked": "0.6.2",
110     "method-override": "3.0.0",
111     "mocha": "5.2.0",
112     "morgan": "1.9.1",
113     "multiparty": "4.2.1",
114     "pbkdf2-password": "1.2.1",
115     "should": "13.2.3",
116     "supertest": "3.3.0",
117     "vhost": "~3.0.2"
118   },
119   "engines": {
120     "node": ">= 0.10.0"
121   },
122   "files": [
123     "LICENSE",
124     "History.md",
125     "Readme.md",
126     "index.js",
127     "lib/"
128   ],
129   "homepage": "http://expressjs.com/",
130   "keywords": [
131     "express",
132     "framework",
133     "sinatra",
134     "web",
135     "rest",
136     "restful",
137     "router",
138     "app",
139     "api"
140   ],
141   "license": "MIT",
142   "name": "express",
143   "repository": {
144     "type": "git",
145     "url": "git+https://github.com/expressjs/express.git"
146   },
147   "scripts": {
148     "lint": "eslint .",
149     "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
150     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
151     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
152     "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
153   },
154   "version": "4.17.1"
155 }