Files
taimed/node_modules/gzip-js/package.json
2025-07-24 17:21:45 +08:00

30 lines
598 B
JSON

{
"author": "T. Jameson Little <t.jameson.little@gmail.com>",
"name": "gzip-js",
"description": "GZIP in pure JavaScript (works in the browser)",
"version": "0.3.2",
"license": "GPL",
"repository": {
"type": "git",
"url": "git://github.com/beatgammit/gzip-js.git"
},
"main": "./lib/gzip.js",
"bin": {
"gzip-js": "./bin/gzip.js",
"gunzip-js": "./bin/gunzip.js"
},
"scripts": {
"test": "cd test; ./runner.py; cd -"
},
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
"crc32": ">= 0.2.2",
"deflate-js": ">= 0.2.2"
},
"devDependencies": {
"optimist": "~0.2"
}
}