Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80536 views
1
{
2
"name": "pako",
3
"description": "zlib port to javascript - fast, modularized, with browser support",
4
"version": "0.2.6",
5
"keywords": [
6
"zlib",
7
"deflate",
8
"inflate",
9
"gzip"
10
],
11
"homepage": "https://github.com/nodeca/pako",
12
"contributors": [
13
{
14
"name": "Andrei Tuputcyn",
15
"url": "https://github.com/andr83"
16
},
17
{
18
"name": "Vitaly Puzrin",
19
"url": "https://github.com/puzrin"
20
}
21
],
22
"bugs": {
23
"url": "https://github.com/nodeca/pako/issues"
24
},
25
"license": {
26
"type": "MIT",
27
"url": "https://github.com/nodeca/pako/blob/master/LICENSE"
28
},
29
"repository": {
30
"type": "git",
31
"url": "git://github.com/nodeca/pako.git"
32
},
33
"main": "./index.js",
34
"devDependencies": {
35
"mocha": "*",
36
"benchmark": "*",
37
"ansi": "*",
38
"browserify": "*",
39
"uglify-js": "*",
40
"jshint": "*",
41
"istanbul": "*",
42
"ndoc": "*",
43
"lodash": "*",
44
"async": "*",
45
"grunt": "~0.4.4",
46
"grunt-cli": "~0.1.13",
47
"grunt-saucelabs": "~8.6.0",
48
"grunt-contrib-connect": "~0.9.0"
49
},
50
"gitHead": "4ace00c10b5f4be0b008c3799fd5b076173f19c2",
51
"_id": "[email protected]",
52
"scripts": {},
53
"_shasum": "3e0c548353b859ab9c8005fac706bdd6c7af505f",
54
"_from": "pako@>=0.2.0 <0.3.0",
55
"_npmVersion": "1.4.28",
56
"_npmUser": {
57
"name": "vitaly",
58
"email": "[email protected]"
59
},
60
"maintainers": [
61
{
62
"name": "vitaly",
63
"email": "[email protected]"
64
}
65
],
66
"dist": {
67
"shasum": "3e0c548353b859ab9c8005fac706bdd6c7af505f",
68
"tarball": "http://registry.npmjs.org/pako/-/pako-0.2.6.tgz"
69
},
70
"directories": {},
71
"_resolved": "https://registry.npmjs.org/pako/-/pako-0.2.6.tgz",
72
"readme": "ERROR: No README data found!"
73
}
74
75