root / HServer / 00.Server / 00.Program / node_modules / serve-static / package.json
이력 | 보기 | 이력해설 | 다운로드 (2.25 KB)
1 |
{ |
---|---|
2 |
"_args": [
|
3 |
[ |
4 |
"serve-static@1.13.2",
|
5 |
"D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
6 |
] |
7 |
], |
8 |
"_from": "serve-static@1.13.2", |
9 |
"_id": "serve-static@1.13.2", |
10 |
"_inBundle": false, |
11 |
"_integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==", |
12 |
"_location": "/serve-static", |
13 |
"_phantomChildren": {},
|
14 |
"_requested": {
|
15 |
"type": "version", |
16 |
"registry": true, |
17 |
"raw": "serve-static@1.13.2", |
18 |
"name": "serve-static", |
19 |
"escapedName": "serve-static", |
20 |
"rawSpec": "1.13.2", |
21 |
"saveSpec": null, |
22 |
"fetchSpec": "1.13.2" |
23 |
}, |
24 |
"_requiredBy": [
|
25 |
"/express"
|
26 |
], |
27 |
"_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz", |
28 |
"_spec": "1.13.2", |
29 |
"_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
30 |
"author": {
|
31 |
"name": "Douglas Christopher Wilson", |
32 |
"email": "doug@somethingdoug.com" |
33 |
}, |
34 |
"bugs": {
|
35 |
"url": "https://github.com/expressjs/serve-static/issues" |
36 |
}, |
37 |
"dependencies": {
|
38 |
"encodeurl": "~1.0.2", |
39 |
"escape-html": "~1.0.3", |
40 |
"parseurl": "~1.3.2", |
41 |
"send": "0.16.2" |
42 |
}, |
43 |
"description": "Serve static files", |
44 |
"devDependencies": {
|
45 |
"eslint": "3.19.0", |
46 |
"eslint-config-standard": "10.2.1", |
47 |
"eslint-plugin-import": "2.8.0", |
48 |
"eslint-plugin-markdown": "1.0.0-beta.6", |
49 |
"eslint-plugin-node": "5.2.1", |
50 |
"eslint-plugin-promise": "3.6.0", |
51 |
"eslint-plugin-standard": "3.0.1", |
52 |
"istanbul": "0.4.5", |
53 |
"mocha": "2.5.3", |
54 |
"supertest": "1.1.0" |
55 |
}, |
56 |
"engines": {
|
57 |
"node": ">= 0.8.0" |
58 |
}, |
59 |
"files": [
|
60 |
"LICENSE",
|
61 |
"HISTORY.md",
|
62 |
"index.js"
|
63 |
], |
64 |
"homepage": "https://github.com/expressjs/serve-static#readme", |
65 |
"license": "MIT", |
66 |
"name": "serve-static", |
67 |
"repository": {
|
68 |
"type": "git", |
69 |
"url": "git+https://github.com/expressjs/serve-static.git" |
70 |
}, |
71 |
"scripts": {
|
72 |
"lint": "eslint --plugin markdown --ext js,md .", |
73 |
"test": "mocha --reporter spec --bail --check-leaks test/", |
74 |
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", |
75 |
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/" |
76 |
}, |
77 |
"version": "1.13.2" |
78 |
} |