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