mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
39 lines
No EOL
829 B
JSON
39 lines
No EOL
829 B
JSON
{
|
|
"name": "pako",
|
|
"main": "dist/pako.js",
|
|
"homepage": "https://github.com/nodeca/pako",
|
|
"authors": [
|
|
"Andrei Tuputcyn <Andrew.Tupitsin@gmail.com>",
|
|
"Vitaly Puzrin <vitaly@rcdesign.ru>"
|
|
],
|
|
"description": "deflate / inflate / gzip for bworser - very fast zlib port",
|
|
"keywords": [
|
|
"zlib",
|
|
"deflate",
|
|
"inflate",
|
|
"gzip"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"Makefile",
|
|
"index*",
|
|
"lib",
|
|
"benchmark",
|
|
"coverage"
|
|
],
|
|
"version": "0.2.5",
|
|
"_release": "0.2.5",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "0.2.5",
|
|
"commit": "eda5a97b543decd7e712534fa4cfcc88b85dc4ff"
|
|
},
|
|
"_source": "git://github.com/nodeca/pako.git",
|
|
"_target": "~0.2.5",
|
|
"_originalSource": "pako",
|
|
"_direct": true
|
|
} |