Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50650 views
1
{
2
"_args": [
3
[
4
{
5
"raw": "encodeurl@~1.0.1",
6
"scope": null,
7
"escapedName": "encodeurl",
8
"name": "encodeurl",
9
"rawSpec": "~1.0.1",
10
"spec": ">=1.0.1 <1.1.0",
11
"type": "range"
12
},
13
"/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/express"
14
]
15
],
16
"_from": "encodeurl@>=1.0.1 <1.1.0",
17
"_id": "[email protected]",
18
"_inCache": true,
19
"_installable": true,
20
"_location": "/encodeurl",
21
"_nodeVersion": "4.4.3",
22
"_npmOperationalInternal": {
23
"host": "packages-12-west.internal.npmjs.com",
24
"tmp": "tmp/encodeurl-1.0.1.tgz_1465519736251_0.09314409433864057"
25
},
26
"_npmUser": {
27
"name": "dougwilson",
28
"email": "[email protected]"
29
},
30
"_npmVersion": "2.15.1",
31
"_phantomChildren": {},
32
"_requested": {
33
"raw": "encodeurl@~1.0.1",
34
"scope": null,
35
"escapedName": "encodeurl",
36
"name": "encodeurl",
37
"rawSpec": "~1.0.1",
38
"spec": ">=1.0.1 <1.1.0",
39
"type": "range"
40
},
41
"_requiredBy": [
42
"/express",
43
"/finalhandler",
44
"/send",
45
"/serve-static"
46
],
47
"_resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz",
48
"_shasum": "79e3d58655346909fe6f0f45a5de68103b294d20",
49
"_shrinkwrap": null,
50
"_spec": "encodeurl@~1.0.1",
51
"_where": "/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/express",
52
"bugs": {
53
"url": "https://github.com/pillarjs/encodeurl/issues"
54
},
55
"contributors": [
56
{
57
"name": "Douglas Christopher Wilson",
58
"email": "[email protected]"
59
}
60
],
61
"dependencies": {},
62
"description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
63
"devDependencies": {
64
"eslint": "2.11.1",
65
"eslint-config-standard": "5.3.1",
66
"eslint-plugin-promise": "1.3.2",
67
"eslint-plugin-standard": "1.3.2",
68
"istanbul": "0.4.3",
69
"mocha": "2.5.3"
70
},
71
"directories": {},
72
"dist": {
73
"shasum": "79e3d58655346909fe6f0f45a5de68103b294d20",
74
"tarball": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz"
75
},
76
"engines": {
77
"node": ">= 0.8"
78
},
79
"files": [
80
"LICENSE",
81
"HISTORY.md",
82
"README.md",
83
"index.js"
84
],
85
"gitHead": "39ed0c235fed4cea7d012038fd6bb0480561d226",
86
"homepage": "https://github.com/pillarjs/encodeurl#readme",
87
"keywords": [
88
"encode",
89
"encodeurl",
90
"url"
91
],
92
"license": "MIT",
93
"maintainers": [
94
{
95
"name": "dougwilson",
96
"email": "[email protected]"
97
}
98
],
99
"name": "encodeurl",
100
"optionalDependencies": {},
101
"readme": "ERROR: No README data found!",
102
"repository": {
103
"type": "git",
104
"url": "git+https://github.com/pillarjs/encodeurl.git"
105
},
106
"scripts": {
107
"lint": "eslint **/*.js",
108
"test": "mocha --reporter spec --bail --check-leaks test/",
109
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
110
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
111
},
112
"version": "1.0.1"
113
}
114
115