mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 09:10:07 +08:00
20 lines
430 B
JSON
20 lines
430 B
JSON
{
|
|
"name": "zlib",
|
|
"description": "Simple, synchronous deflate/inflate for buffers",
|
|
"version": "1.0.5",
|
|
"homepage": "https://github.com/kkaefer/node-zlib",
|
|
"author": "Konstantin Käfer <kkaefer@gmail.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/kkaefer/node-zlib.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.2.0"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "BSD"
|
|
}
|
|
],
|
|
"main": "./lib/zlib"
|
|
} |