Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "url",
3
"description": "The core `url` packaged standalone for use with Browserify.",
4
"version": "0.10.3",
5
"dependencies": {
6
"punycode": "1.3.2",
7
"querystring": "0.2.0"
8
},
9
"main": "./url.js",
10
"devDependencies": {
11
"assert": "1.1.1",
12
"mocha": "1.18.2",
13
"zuul": "2.0.0"
14
},
15
"scripts": {
16
"test": "mocha --ui qunit test.js && zuul -- test.js",
17
"test-local": "zuul --local -- test.js"
18
},
19
"repository": {
20
"type": "git",
21
"url": "git+https://github.com/defunctzombie/node-url.git"
22
},
23
"license": "MIT",
24
"gitHead": "575b428ae37eb43f243d0228dea1b44ecf744f3d",
25
"bugs": {
26
"url": "https://github.com/defunctzombie/node-url/issues"
27
},
28
"homepage": "https://github.com/defunctzombie/node-url",
29
"_id": "[email protected]",
30
"_shasum": "021e4d9c7705f21bbf37d03ceb58767402774c64",
31
"_from": "url@>=0.10.1 <0.11.0",
32
"_npmVersion": "2.2.0",
33
"_nodeVersion": "0.10.35",
34
"_npmUser": {
35
"name": "shtylman",
36
"email": "[email protected]"
37
},
38
"maintainers": [
39
{
40
"name": "coolaj86",
41
"email": "[email protected]"
42
},
43
{
44
"name": "shtylman",
45
"email": "[email protected]"
46
}
47
],
48
"dist": {
49
"shasum": "021e4d9c7705f21bbf37d03ceb58767402774c64",
50
"tarball": "http://registry.npmjs.org/url/-/url-0.10.3.tgz"
51
},
52
"directories": {},
53
"_resolved": "https://registry.npmjs.org/url/-/url-0.10.3.tgz",
54
"readme": "ERROR: No README data found!"
55
}
56
57