root / HServer / 00.Server / 00.Program / node_modules / express / package.json
이력 | 보기 | 이력해설 | 다운로드 (3.95 KB)
1 |
{ |
---|---|
2 |
"_args": [
|
3 |
[ |
4 |
"express@4.16.3",
|
5 |
"D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
6 |
] |
7 |
], |
8 |
"_from": "express@4.16.3", |
9 |
"_id": "express@4.16.3", |
10 |
"_inBundle": false, |
11 |
"_integrity": "sha1-avilAjUNsyRuzEvs9rWjTSL37VM=", |
12 |
"_location": "/express", |
13 |
"_phantomChildren": {},
|
14 |
"_requested": {
|
15 |
"type": "version", |
16 |
"registry": true, |
17 |
"raw": "express@4.16.3", |
18 |
"name": "express", |
19 |
"escapedName": "express", |
20 |
"rawSpec": "4.16.3", |
21 |
"saveSpec": null, |
22 |
"fetchSpec": "4.16.3" |
23 |
}, |
24 |
"_requiredBy": [
|
25 |
"/"
|
26 |
], |
27 |
"_resolved": "https://registry.npmjs.org/express/-/express-4.16.3.tgz", |
28 |
"_spec": "4.16.3", |
29 |
"_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
30 |
"author": {
|
31 |
"name": "TJ Holowaychuk", |
32 |
"email": "tj@vision-media.ca" |
33 |
}, |
34 |
"bugs": {
|
35 |
"url": "https://github.com/expressjs/express/issues" |
36 |
}, |
37 |
"contributors": [
|
38 |
{ |
39 |
"name": "Aaron Heckmann", |
40 |
"email": "aaron.heckmann+github@gmail.com" |
41 |
}, |
42 |
{ |
43 |
"name": "Ciaran Jessup", |
44 |
"email": "ciaranj@gmail.com" |
45 |
}, |
46 |
{ |
47 |
"name": "Douglas Christopher Wilson", |
48 |
"email": "doug@somethingdoug.com" |
49 |
}, |
50 |
{ |
51 |
"name": "Guillermo Rauch", |
52 |
"email": "rauchg@gmail.com" |
53 |
}, |
54 |
{ |
55 |
"name": "Jonathan Ong", |
56 |
"email": "me@jongleberry.com" |
57 |
}, |
58 |
{ |
59 |
"name": "Roman Shtylman", |
60 |
"email": "shtylman+expressjs@gmail.com" |
61 |
}, |
62 |
{ |
63 |
"name": "Young Jae Sim", |
64 |
"email": "hanul@hanul.me" |
65 |
} |
66 |
], |
67 |
"dependencies": {
|
68 |
"accepts": "~1.3.5", |
69 |
"array-flatten": "1.1.1", |
70 |
"body-parser": "1.18.2", |
71 |
"content-disposition": "0.5.2", |
72 |
"content-type": "~1.0.4", |
73 |
"cookie": "0.3.1", |
74 |
"cookie-signature": "1.0.6", |
75 |
"debug": "2.6.9", |
76 |
"depd": "~1.1.2", |
77 |
"encodeurl": "~1.0.2", |
78 |
"escape-html": "~1.0.3", |
79 |
"etag": "~1.8.1", |
80 |
"finalhandler": "1.1.1", |
81 |
"fresh": "0.5.2", |
82 |
"merge-descriptors": "1.0.1", |
83 |
"methods": "~1.1.2", |
84 |
"on-finished": "~2.3.0", |
85 |
"parseurl": "~1.3.2", |
86 |
"path-to-regexp": "0.1.7", |
87 |
"proxy-addr": "~2.0.3", |
88 |
"qs": "6.5.1", |
89 |
"range-parser": "~1.2.0", |
90 |
"safe-buffer": "5.1.1", |
91 |
"send": "0.16.2", |
92 |
"serve-static": "1.13.2", |
93 |
"setprototypeof": "1.1.0", |
94 |
"statuses": "~1.4.0", |
95 |
"type-is": "~1.6.16", |
96 |
"utils-merge": "1.0.1", |
97 |
"vary": "~1.1.2" |
98 |
}, |
99 |
"description": "Fast, unopinionated, minimalist web framework", |
100 |
"devDependencies": {
|
101 |
"after": "0.8.2", |
102 |
"connect-redis": "~2.4.1", |
103 |
"cookie-parser": "~1.4.3", |
104 |
"cookie-session": "1.3.2", |
105 |
"ejs": "2.5.7", |
106 |
"eslint": "2.13.1", |
107 |
"express-session": "1.15.6", |
108 |
"hbs": "4.0.1", |
109 |
"istanbul": "0.4.5", |
110 |
"marked": "0.3.17", |
111 |
"method-override": "2.3.10", |
112 |
"mocha": "3.5.3", |
113 |
"morgan": "1.9.0", |
114 |
"multiparty": "4.1.3", |
115 |
"pbkdf2-password": "1.2.1", |
116 |
"should": "13.2.1", |
117 |
"supertest": "1.2.0", |
118 |
"vhost": "~3.0.2" |
119 |
}, |
120 |
"engines": {
|
121 |
"node": ">= 0.10.0" |
122 |
}, |
123 |
"files": [
|
124 |
"LICENSE",
|
125 |
"History.md",
|
126 |
"Readme.md",
|
127 |
"index.js",
|
128 |
"lib/"
|
129 |
], |
130 |
"homepage": "http://expressjs.com/", |
131 |
"keywords": [
|
132 |
"express",
|
133 |
"framework",
|
134 |
"sinatra",
|
135 |
"web",
|
136 |
"rest",
|
137 |
"restful",
|
138 |
"router",
|
139 |
"app",
|
140 |
"api"
|
141 |
], |
142 |
"license": "MIT", |
143 |
"name": "express", |
144 |
"repository": {
|
145 |
"type": "git", |
146 |
"url": "git+https://github.com/expressjs/express.git" |
147 |
}, |
148 |
"scripts": {
|
149 |
"lint": "eslint .", |
150 |
"test": "mocha --require test/support/env --reporter spec --bail --check-leaks --no-exit test/ test/acceptance/", |
151 |
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks --no-exit test/ test/acceptance/", |
152 |
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks --no-exit test/ test/acceptance/", |
153 |
"test-tap": "mocha --require test/support/env --reporter tap --check-leaks --no-exit test/ test/acceptance/" |
154 |
}, |
155 |
"version": "4.16.3" |
156 |
} |