CoolFace
Apppublic

Pinsave/counterstrike

sourceHugging Faceupdated 3mo agoView on Hugging Face
1likes
package.json45 linesDownload Raw Back to pako
1{2  "name": "pako",3  "description": "zlib port to javascript - fast, modularized, with browser support",4  "version": "1.0.11",5  "keywords": [6    "zlib",7    "deflate",8    "inflate",9    "gzip"10  ],11  "homepage": "https://github.com/nodeca/pako",12  "contributors": [13    "Andrei Tuputcyn (https://github.com/andr83)",14    "Vitaly Puzrin (https://github.com/puzrin)",15    "Friedel Ziegelmayer (https://github.com/dignifiedquire)",16    "Kirill Efimov (https://github.com/Kirill89)",17    "Jean-loup Gailly",18    "Mark Adler"19  ],20  "files": [21    "index.js",22    "dist/",23    "lib/"24  ],25  "license": "(MIT AND Zlib)",26  "repository": "nodeca/pako",27  "scripts": {28    "test": "make test"29  },30  "devDependencies": {31    "ansi": "^0.3.1",32    "benchmark": "^2.1.4",33    "browserify": "^16.2.3",34    "buffer-from": "^1.1.1",35    "eslint": "^5.9.0",36    "istanbul": "^0.4.5",37    "mocha": "^5.2.0",38    "multiparty": "^4.1.3",39    "ndoc": "^5.0.1",40    "uglify-js": "=3.4.8",41    "zlibjs": "^0.3.1"42  },43  "dependencies": {}44}45