Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50640 views
1
{
2
"_args": [
3
[
4
{
5
"raw": "content-type@~1.0.2",
6
"scope": null,
7
"escapedName": "content-type",
8
"name": "content-type",
9
"rawSpec": "~1.0.2",
10
"spec": ">=1.0.2 <1.1.0",
11
"type": "range"
12
},
13
"/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/body-parser"
14
]
15
],
16
"_from": "content-type@>=1.0.2 <1.1.0",
17
"_id": "[email protected]",
18
"_inCache": true,
19
"_installable": true,
20
"_location": "/content-type",
21
"_nodeVersion": "4.4.3",
22
"_npmOperationalInternal": {
23
"host": "packages-12-west.internal.npmjs.com",
24
"tmp": "tmp/content-type-1.0.2.tgz_1462852785748_0.5491233412176371"
25
},
26
"_npmUser": {
27
"name": "dougwilson",
28
"email": "[email protected]"
29
},
30
"_npmVersion": "2.15.1",
31
"_phantomChildren": {},
32
"_requested": {
33
"raw": "content-type@~1.0.2",
34
"scope": null,
35
"escapedName": "content-type",
36
"name": "content-type",
37
"rawSpec": "~1.0.2",
38
"spec": ">=1.0.2 <1.1.0",
39
"type": "range"
40
},
41
"_requiredBy": [
42
"/body-parser",
43
"/express"
44
],
45
"_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz",
46
"_shasum": "b7d113aee7a8dd27bd21133c4dc2529df1721eed",
47
"_shrinkwrap": null,
48
"_spec": "content-type@~1.0.2",
49
"_where": "/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/body-parser",
50
"author": {
51
"name": "Douglas Christopher Wilson",
52
"email": "[email protected]"
53
},
54
"bugs": {
55
"url": "https://github.com/jshttp/content-type/issues"
56
},
57
"dependencies": {},
58
"description": "Create and parse HTTP Content-Type header",
59
"devDependencies": {
60
"istanbul": "0.4.3",
61
"mocha": "~1.21.5"
62
},
63
"directories": {},
64
"dist": {
65
"shasum": "b7d113aee7a8dd27bd21133c4dc2529df1721eed",
66
"tarball": "https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz"
67
},
68
"engines": {
69
"node": ">= 0.6"
70
},
71
"files": [
72
"LICENSE",
73
"HISTORY.md",
74
"README.md",
75
"index.js"
76
],
77
"gitHead": "8118763adfbbac80cf1254191889330aec8b8be7",
78
"homepage": "https://github.com/jshttp/content-type#readme",
79
"keywords": [
80
"content-type",
81
"http",
82
"req",
83
"res",
84
"rfc7231"
85
],
86
"license": "MIT",
87
"maintainers": [
88
{
89
"name": "dougwilson",
90
"email": "[email protected]"
91
}
92
],
93
"name": "content-type",
94
"optionalDependencies": {},
95
"readme": "ERROR: No README data found!",
96
"repository": {
97
"type": "git",
98
"url": "git+https://github.com/jshttp/content-type.git"
99
},
100
"scripts": {
101
"test": "mocha --reporter spec --check-leaks --bail test/",
102
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
103
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
104
},
105
"version": "1.0.2"
106
}
107
108