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