react-zlib-js
Version:
Pure javascript implementation of Zlib nodejs core module. The zlib module provides compression functionality implemented using Gzip, Deflate/Inflate, and Brotli. Compatible with Node.js 22.x LTS.
40 lines (39 loc) • 1.04 kB
JSON
{
"name": "react-zlib-js",
"version": "2.0.0",
"description": "Pure javascript implementation of Zlib nodejs core module. The zlib module provides compression functionality implemented using Gzip, Deflate/Inflate, and Brotli. Compatible with Node.js 22.x LTS.",
"main": "index.js",
"scripts": {
"build": "browserify src/entry.js -s zlib -o index.js",
"build:buffer": "browserify node_modules/buffer/index.js -s buffer -o buffer.js",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anuraghkp1/zlib.git"
},
"keywords": [
"Nodejs",
"Core",
"Zlib",
"Gzip",
"Brotli",
"compression",
"deflate",
"inflate",
"react-native"
],
"author": "Anuragh K.P",
"license": "MIT",
"bugs": {
"url": "https://github.com/anuraghkp1/zlib/issues"
},
"homepage": "https://github.com/anuraghkp1/zlib#readme",
"dependencies": {
"pako": "^1.0.11",
"brotli": "^1.3.3"
},
"devDependencies": {
"browserify": "^17.0.0"
}
}