Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50650 views
1
{
2
"_args": [
3
[
4
{
5
"raw": "etag@~1.8.0",
6
"scope": null,
7
"escapedName": "etag",
8
"name": "etag",
9
"rawSpec": "~1.8.0",
10
"spec": ">=1.8.0 <1.9.0",
11
"type": "range"
12
},
13
"/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/express"
14
]
15
],
16
"_from": "etag@>=1.8.0 <1.9.0",
17
"_id": "[email protected]",
18
"_inCache": true,
19
"_installable": true,
20
"_location": "/etag",
21
"_nodeVersion": "4.7.3",
22
"_npmOperationalInternal": {
23
"host": "packages-12-west.internal.npmjs.com",
24
"tmp": "tmp/etag-1.8.0.tgz_1487475735517_0.6724899658001959"
25
},
26
"_npmUser": {
27
"name": "dougwilson",
28
"email": "[email protected]"
29
},
30
"_npmVersion": "2.15.11",
31
"_phantomChildren": {},
32
"_requested": {
33
"raw": "etag@~1.8.0",
34
"scope": null,
35
"escapedName": "etag",
36
"name": "etag",
37
"rawSpec": "~1.8.0",
38
"spec": ">=1.8.0 <1.9.0",
39
"type": "range"
40
},
41
"_requiredBy": [
42
"/express",
43
"/send"
44
],
45
"_resolved": "https://registry.npmjs.org/etag/-/etag-1.8.0.tgz",
46
"_shasum": "6f631aef336d6c46362b51764044ce216be3c051",
47
"_shrinkwrap": null,
48
"_spec": "etag@~1.8.0",
49
"_where": "/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/express",
50
"bugs": {
51
"url": "https://github.com/jshttp/etag/issues"
52
},
53
"contributors": [
54
{
55
"name": "Douglas Christopher Wilson",
56
"email": "[email protected]"
57
},
58
{
59
"name": "David Björklund",
60
"email": "[email protected]"
61
}
62
],
63
"dependencies": {},
64
"description": "Create simple HTTP ETags",
65
"devDependencies": {
66
"beautify-benchmark": "0.2.4",
67
"benchmark": "2.1.3",
68
"eslint": "3.15.0",
69
"eslint-config-standard": "6.2.1",
70
"eslint-plugin-markdown": "1.0.0-beta.3",
71
"eslint-plugin-promise": "3.4.2",
72
"eslint-plugin-standard": "2.0.1",
73
"istanbul": "0.4.5",
74
"mocha": "1.21.5",
75
"seedrandom": "2.4.2"
76
},
77
"directories": {},
78
"dist": {
79
"shasum": "6f631aef336d6c46362b51764044ce216be3c051",
80
"tarball": "https://registry.npmjs.org/etag/-/etag-1.8.0.tgz"
81
},
82
"engines": {
83
"node": ">= 0.6"
84
},
85
"files": [
86
"LICENSE",
87
"HISTORY.md",
88
"README.md",
89
"index.js"
90
],
91
"gitHead": "16979f788efa8c793c8d07543b4d6aef3d2bfff8",
92
"homepage": "https://github.com/jshttp/etag#readme",
93
"keywords": [
94
"etag",
95
"http",
96
"res"
97
],
98
"license": "MIT",
99
"maintainers": [
100
{
101
"name": "dougwilson",
102
"email": "[email protected]"
103
}
104
],
105
"name": "etag",
106
"optionalDependencies": {},
107
"readme": "ERROR: No README data found!",
108
"repository": {
109
"type": "git",
110
"url": "git+https://github.com/jshttp/etag.git"
111
},
112
"scripts": {
113
"bench": "node benchmark/index.js",
114
"lint": "eslint --plugin markdown --ext js,md .",
115
"test": "mocha --reporter spec --bail --check-leaks test/",
116
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
117
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
118
},
119
"version": "1.8.0"
120
}
121
122