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