root / HServer / 00.Server / 00.Program / node_modules / on-headers / package.json
이력 | 보기 | 이력해설 | 다운로드 (1.88 KB)
1 |
{ |
---|---|
2 |
"_args": [
|
3 |
[ |
4 |
"on-headers@1.0.1",
|
5 |
"D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
6 |
] |
7 |
], |
8 |
"_from": "on-headers@1.0.1", |
9 |
"_id": "on-headers@1.0.1", |
10 |
"_inBundle": false, |
11 |
"_integrity": "sha1-ko9dD0cNSTQmUepnlLCFfBAGk/c=", |
12 |
"_location": "/on-headers", |
13 |
"_phantomChildren": {},
|
14 |
"_requested": {
|
15 |
"type": "version", |
16 |
"registry": true, |
17 |
"raw": "on-headers@1.0.1", |
18 |
"name": "on-headers", |
19 |
"escapedName": "on-headers", |
20 |
"rawSpec": "1.0.1", |
21 |
"saveSpec": null, |
22 |
"fetchSpec": "1.0.1" |
23 |
}, |
24 |
"_requiredBy": [
|
25 |
"/express-session"
|
26 |
], |
27 |
"_resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz", |
28 |
"_spec": "1.0.1", |
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/jshttp/on-headers/issues" |
36 |
}, |
37 |
"dependencies": {},
|
38 |
"description": "Execute a listener when a response is about to write headers", |
39 |
"devDependencies": {
|
40 |
"istanbul": "0.3.21", |
41 |
"mocha": "2.3.3", |
42 |
"supertest": "1.1.0" |
43 |
}, |
44 |
"engines": {
|
45 |
"node": ">= 0.8" |
46 |
}, |
47 |
"files": [
|
48 |
"LICENSE",
|
49 |
"HISTORY.md",
|
50 |
"README.md",
|
51 |
"index.js"
|
52 |
], |
53 |
"homepage": "https://github.com/jshttp/on-headers#readme", |
54 |
"keywords": [
|
55 |
"event",
|
56 |
"headers",
|
57 |
"http",
|
58 |
"onheaders"
|
59 |
], |
60 |
"license": "MIT", |
61 |
"name": "on-headers", |
62 |
"repository": {
|
63 |
"type": "git", |
64 |
"url": "git+https://github.com/jshttp/on-headers.git" |
65 |
}, |
66 |
"scripts": {
|
67 |
"test": "mocha --reporter spec --bail --check-leaks test/", |
68 |
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", |
69 |
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" |
70 |
}, |
71 |
"version": "1.0.1" |
72 |
} |