mirror of
https://github.com/github/codeql-action.git
synced 2026-01-05 14:10:11 +08:00
update deps again
This commit is contained in:
38
node_modules/zlib/package.json
generated
vendored
38
node_modules/zlib/package.json
generated
vendored
@@ -1,22 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/zlib/-/zlib-1.0.5.tgz"
|
||||
,"_integrity": "sha1-bnyXL8NxxkWmr7A6sUdp3vEU/MA="
|
||||
,"_from": "zlib@1.0.5"
|
||||
"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