Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80529 views
1
{
2
"name": "browserify-zlib",
3
"version": "0.1.4",
4
"description": "Full zlib module for browserify",
5
"keywords": [
6
"zlib",
7
"browserify"
8
],
9
"main": "src/index.js",
10
"directories": {
11
"test": "test"
12
},
13
"dependencies": {
14
"pako": "~0.2.0"
15
},
16
"devDependencies": {
17
"tape": "^2.12.3",
18
"brfs": "^1.0.1"
19
},
20
"testling": {
21
"files": "test/*.js",
22
"browsers": [
23
"ie/6..latest",
24
"chrome/22..latest",
25
"firefox/16..latest",
26
"safari/latest",
27
"opera/11.0..latest",
28
"iphone/6",
29
"ipad/6",
30
"android-browser/latest"
31
]
32
},
33
"scripts": {
34
"test": "node_modules/tape/bin/tape test/*.js"
35
},
36
"author": {
37
"name": "Devon Govett",
38
"email": "[email protected]"
39
},
40
"license": "MIT",
41
"repository": {
42
"type": "git",
43
"url": "git://github.com/devongovett/browserify-zlib.git"
44
},
45
"bugs": {
46
"url": "https://github.com/devongovett/browserify-zlib/issues"
47
},
48
"homepage": "https://github.com/devongovett/browserify-zlib",
49
"_id": "[email protected]",
50
"dist": {
51
"shasum": "bb35f8a519f600e0fa6b8485241c979d0141fb2d",
52
"tarball": "http://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz"
53
},
54
"_from": "browserify-zlib@>=0.1.2 <0.2.0",
55
"_npmVersion": "1.4.4",
56
"_npmUser": {
57
"name": "devongovett",
58
"email": "[email protected]"
59
},
60
"maintainers": [
61
{
62
"name": "devongovett",
63
"email": "[email protected]"
64
}
65
],
66
"_shasum": "bb35f8a519f600e0fa6b8485241c979d0141fb2d",
67
"_resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz",
68
"readme": "ERROR: No README data found!"
69
}
70
71