root / HServer / 00.Server / 00.Program / node_modules / raw-body / package.json
이력 | 보기 | 이력해설 | 다운로드 (2.53 KB)
1 |
{ |
---|---|
2 |
"_args": [
|
3 |
[ |
4 |
"raw-body@2.3.2",
|
5 |
"D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
6 |
] |
7 |
], |
8 |
"_from": "raw-body@2.3.2", |
9 |
"_id": "raw-body@2.3.2", |
10 |
"_inBundle": false, |
11 |
"_integrity": "sha1-vNYMd9Prk83gBQKVw/N5OJvIj4k=", |
12 |
"_location": "/raw-body", |
13 |
"_phantomChildren": {},
|
14 |
"_requested": {
|
15 |
"type": "version", |
16 |
"registry": true, |
17 |
"raw": "raw-body@2.3.2", |
18 |
"name": "raw-body", |
19 |
"escapedName": "raw-body", |
20 |
"rawSpec": "2.3.2", |
21 |
"saveSpec": null, |
22 |
"fetchSpec": "2.3.2" |
23 |
}, |
24 |
"_requiredBy": [
|
25 |
"/body-parser"
|
26 |
], |
27 |
"_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.2.tgz", |
28 |
"_spec": "2.3.2", |
29 |
"_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
30 |
"author": {
|
31 |
"name": "Jonathan Ong", |
32 |
"email": "me@jongleberry.com", |
33 |
"url": "http://jongleberry.com" |
34 |
}, |
35 |
"bugs": {
|
36 |
"url": "https://github.com/stream-utils/raw-body/issues" |
37 |
}, |
38 |
"contributors": [
|
39 |
{ |
40 |
"name": "Douglas Christopher Wilson", |
41 |
"email": "doug@somethingdoug.com" |
42 |
}, |
43 |
{ |
44 |
"name": "Raynos", |
45 |
"email": "raynos2@gmail.com" |
46 |
} |
47 |
], |
48 |
"dependencies": {
|
49 |
"bytes": "3.0.0", |
50 |
"http-errors": "1.6.2", |
51 |
"iconv-lite": "0.4.19", |
52 |
"unpipe": "1.0.0" |
53 |
}, |
54 |
"description": "Get and validate the raw body of a readable stream.", |
55 |
"devDependencies": {
|
56 |
"bluebird": "3.5.0", |
57 |
"eslint": "3.19.0", |
58 |
"eslint-config-standard": "10.2.1", |
59 |
"eslint-plugin-import": "2.7.0", |
60 |
"eslint-plugin-markdown": "1.0.0-beta.6", |
61 |
"eslint-plugin-node": "5.1.1", |
62 |
"eslint-plugin-promise": "3.5.0", |
63 |
"eslint-plugin-standard": "3.0.1", |
64 |
"istanbul": "0.4.5", |
65 |
"mocha": "2.5.3", |
66 |
"readable-stream": "2.3.3", |
67 |
"safe-buffer": "5.1.1" |
68 |
}, |
69 |
"engines": {
|
70 |
"node": ">= 0.8" |
71 |
}, |
72 |
"files": [
|
73 |
"HISTORY.md",
|
74 |
"LICENSE",
|
75 |
"README.md",
|
76 |
"index.d.ts",
|
77 |
"index.js"
|
78 |
], |
79 |
"homepage": "https://github.com/stream-utils/raw-body#readme", |
80 |
"license": "MIT", |
81 |
"name": "raw-body", |
82 |
"repository": {
|
83 |
"type": "git", |
84 |
"url": "git+https://github.com/stream-utils/raw-body.git" |
85 |
}, |
86 |
"scripts": {
|
87 |
"lint": "eslint --plugin markdown --ext js,md .", |
88 |
"test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/", |
89 |
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/", |
90 |
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/" |
91 |
}, |
92 |
"version": "2.3.2" |
93 |
} |