mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 03:00:13 +08:00
Follow redirects
This commit is contained in:
34
node_modules/zlib/package.json
generated
vendored
34
node_modules/zlib/package.json
generated
vendored
@@ -1,20 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user