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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
{
"_args": [
[
{
"name": "body-parser",
"raw": "body-parser",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"/Users/warefhaque/CSC309/solutions_repo"
]
],
"_from": "body-parser@latest",
"_id": "body-parser@1.15.2",
"_inCache": true,
"_installable": true,
"_location": "/body-parser",
"_nodeVersion": "4.4.3",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/body-parser-1.15.2.tgz_1466393694089_0.7908455491997302"
},
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "2.15.1",
"_phantomChildren": {},
"_requested": {
"name": "body-parser",
"raw": "body-parser",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.15.2.tgz",
"_shasum": "d7578cf4f1d11d5f6ea804cef35dc7a7ff6dae67",
"_shrinkwrap": null,
"_spec": "body-parser",
"_where": "/Users/warefhaque/CSC309/solutions_repo",
"bugs": {
"url": "https://github.com/expressjs/body-parser/issues"
},
"contributors": [
{
"email": "doug@somethingdoug.com",
"name": "Douglas Christopher Wilson"
},
{
"email": "me@jongleberry.com",
"name": "Jonathan Ong",
"url": "http://jongleberry.com"
}
],
"dependencies": {
"bytes": "2.4.0",
"content-type": "~1.0.2",
"debug": "~2.2.0",
"depd": "~1.1.0",
"http-errors": "~1.5.0",
"iconv-lite": "0.4.13",
"on-finished": "~2.3.0",
"qs": "6.2.0",
"raw-body": "~2.1.7",
"type-is": "~1.6.13"
},
"description": "Node.js body parsing middleware",
"devDependencies": {
"eslint": "2.13.0",
"eslint-config-standard": "5.3.1",
"eslint-plugin-promise": "1.3.2",
"eslint-plugin-standard": "1.3.2",
"istanbul": "0.4.3",
"methods": "1.1.2",
"mocha": "2.5.3",
"supertest": "1.1.0"
},
"directories": {},
"dist": {
"shasum": "d7578cf4f1d11d5f6ea804cef35dc7a7ff6dae67",
"tarball": "https://registry.npmjs.org/body-parser/-/body-parser-1.15.2.tgz"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"lib/",
"LICENSE",
"HISTORY.md",
"index.js"
],
"gitHead": "3c8218446d919a5e87fa696971fb7f69b10afc1c",
"homepage": "https://github.com/expressjs/body-parser#readme",
"license": "MIT",
"maintainers": [
{
"email": "doug@somethingdoug.com",
"name": "dougwilson"
}
],
"name": "body-parser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/body-parser.git"
},
"scripts": {
"lint": "eslint **/*.js",
"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/"
},
"version": "1.15.2"
}
|