Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80529 views
1
{
2
"name": "http-browserify",
3
"version": "1.7.0",
4
"description": "http module compatability for browserify",
5
"main": "index.js",
6
"browserify": "index.js",
7
"directories": {
8
"lib": ".",
9
"example": "example",
10
"test": "test"
11
},
12
"scripts": {
13
"test": "tape test/*.js"
14
},
15
"dependencies": {
16
"Base64": "~0.2.0",
17
"inherits": "~2.0.1"
18
},
19
"devDependencies": {
20
"ecstatic": "~0.1.6",
21
"tape": "~2.3.2"
22
},
23
"repository": {
24
"type": "git",
25
"url": "git+ssh://[email protected]/substack/http-browserify.git"
26
},
27
"keywords": [
28
"http",
29
"browserify",
30
"compatible",
31
"meatless",
32
"browser"
33
],
34
"author": {
35
"name": "James Halliday",
36
"email": "[email protected]",
37
"url": "http://substack.net"
38
},
39
"license": "MIT/X11",
40
"gitHead": "17b2990010ebd39461d1117c1e2c50c25eab869f",
41
"bugs": {
42
"url": "https://github.com/substack/http-browserify/issues"
43
},
44
"homepage": "https://github.com/substack/http-browserify",
45
"_id": "[email protected]",
46
"_shasum": "33795ade72df88acfbfd36773cefeda764735b20",
47
"_from": "http-browserify@>=1.4.0 <2.0.0",
48
"_npmVersion": "2.0.0",
49
"_npmUser": {
50
"name": "substack",
51
"email": "[email protected]"
52
},
53
"maintainers": [
54
{
55
"name": "substack",
56
"email": "[email protected]"
57
}
58
],
59
"dist": {
60
"shasum": "33795ade72df88acfbfd36773cefeda764735b20",
61
"tarball": "http://registry.npmjs.org/http-browserify/-/http-browserify-1.7.0.tgz"
62
},
63
"_resolved": "https://registry.npmjs.org/http-browserify/-/http-browserify-1.7.0.tgz",
64
"readme": "ERROR: No README data found!"
65
}
66
67