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