Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50640 views
1
{
2
"_args": [
3
[
4
{
5
"raw": "body-parser@^1.17.1",
6
"scope": null,
7
"escapedName": "body-parser",
8
"name": "body-parser",
9
"rawSpec": "^1.17.1",
10
"spec": ">=1.17.1 <2.0.0",
11
"type": "range"
12
},
13
"/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project"
14
]
15
],
16
"_from": "body-parser@>=1.17.1 <2.0.0",
17
"_id": "[email protected]",
18
"_inCache": true,
19
"_installable": true,
20
"_location": "/body-parser",
21
"_nodeVersion": "6.10.3",
22
"_npmOperationalInternal": {
23
"host": "packages-18-east.internal.npmjs.com",
24
"tmp": "tmp/body-parser-1.17.2.tgz_1495083464528_0.912320519099012"
25
},
26
"_npmUser": {
27
"name": "dougwilson",
28
"email": "[email protected]"
29
},
30
"_npmVersion": "3.10.10",
31
"_phantomChildren": {},
32
"_requested": {
33
"raw": "body-parser@^1.17.1",
34
"scope": null,
35
"escapedName": "body-parser",
36
"name": "body-parser",
37
"rawSpec": "^1.17.1",
38
"spec": ">=1.17.1 <2.0.0",
39
"type": "range"
40
},
41
"_requiredBy": [
42
"/"
43
],
44
"_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.17.2.tgz",
45
"_shasum": "f8892abc8f9e627d42aedafbca66bf5ab99104ee",
46
"_shrinkwrap": null,
47
"_spec": "body-parser@^1.17.1",
48
"_where": "/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project",
49
"bugs": {
50
"url": "https://github.com/expressjs/body-parser/issues"
51
},
52
"contributors": [
53
{
54
"name": "Douglas Christopher Wilson",
55
"email": "[email protected]"
56
},
57
{
58
"name": "Jonathan Ong",
59
"email": "[email protected]",
60
"url": "http://jongleberry.com"
61
}
62
],
63
"dependencies": {
64
"bytes": "2.4.0",
65
"content-type": "~1.0.2",
66
"debug": "2.6.7",
67
"depd": "~1.1.0",
68
"http-errors": "~1.6.1",
69
"iconv-lite": "0.4.15",
70
"on-finished": "~2.3.0",
71
"qs": "6.4.0",
72
"raw-body": "~2.2.0",
73
"type-is": "~1.6.15"
74
},
75
"description": "Node.js body parsing middleware",
76
"devDependencies": {
77
"eslint": "3.19.0",
78
"eslint-config-standard": "10.2.1",
79
"eslint-plugin-import": "2.2.0",
80
"eslint-plugin-markdown": "1.0.0-beta.6",
81
"eslint-plugin-node": "4.2.2",
82
"eslint-plugin-promise": "3.5.0",
83
"eslint-plugin-standard": "3.0.1",
84
"istanbul": "0.4.5",
85
"methods": "1.1.2",
86
"mocha": "2.5.3",
87
"safe-buffer": "5.0.1",
88
"supertest": "1.1.0"
89
},
90
"directories": {},
91
"dist": {
92
"shasum": "f8892abc8f9e627d42aedafbca66bf5ab99104ee",
93
"tarball": "https://registry.npmjs.org/body-parser/-/body-parser-1.17.2.tgz"
94
},
95
"engines": {
96
"node": ">= 0.8"
97
},
98
"files": [
99
"lib/",
100
"LICENSE",
101
"HISTORY.md",
102
"index.js"
103
],
104
"gitHead": "77b74312edb46b2e8d8df0c8436aaba396a721e9",
105
"homepage": "https://github.com/expressjs/body-parser#readme",
106
"license": "MIT",
107
"maintainers": [
108
{
109
"name": "dougwilson",
110
"email": "[email protected]"
111
}
112
],
113
"name": "body-parser",
114
"optionalDependencies": {},
115
"readme": "ERROR: No README data found!",
116
"repository": {
117
"type": "git",
118
"url": "git+https://github.com/expressjs/body-parser.git"
119
},
120
"scripts": {
121
"lint": "eslint --plugin markdown --ext js,md .",
122
"test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
123
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
124
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
125
},
126
"version": "1.17.2"
127
}
128
129