1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
{
"name": "body-parser",
"description": "Node.js body parsing middleware",
"version": "1.10.2",
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/expressjs/body-parser"
},
"dependencies": {
"bytes": "1.0.0",
"depd": "~1.0.0",
"iconv-lite": "0.4.6",
"media-typer": "0.3.0",
"on-finished": "~2.2.0",
"qs": "2.3.3",
"raw-body": "1.3.2",
"type-is": "~1.5.5"
},
"devDependencies": {
"istanbul": "0.3.5",
"methods": "~1.1.1",
"mocha": "~2.1.0",
"supertest": "~0.15.0"
},
"files": [
"lib/",
"LICENSE",
"HISTORY.md",
"index.js"
],
"engines": {
"node": ">= 0.8"
},
"scripts": {
"test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
},
"gitHead": "1fbb94d61e3435865db6092e7f6685436aecb858",
"bugs": {
"url": "https://github.com/expressjs/body-parser/issues"
},
"homepage": "https://github.com/expressjs/body-parser",
"_id": "body-parser@1.10.2",
"_shasum": "405d465fcd3ccf0ea8a35adbf1055f6e98316bd1",
"_from": "body-parser@~1.10.2",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "shtylman",
"email": "shtylman@gmail.com"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
}
],
"dist": {
"shasum": "405d465fcd3ccf0ea8a35adbf1055f6e98316bd1",
"tarball": "http://registry.npmjs.org/body-parser/-/body-parser-1.10.2.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.10.2.tgz",
"readme": "ERROR: No README data found!"
}
|