mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 04:00:24 +08:00
update deps
This commit is contained in:
72
node_modules/zlib/package.json
generated
vendored
72
node_modules/zlib/package.json
generated
vendored
@@ -1,54 +1,22 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"zlib@1.0.5",
|
||||
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
|
||||
]
|
||||
],
|
||||
"_from": "zlib@1.0.5",
|
||||
"_id": "zlib@1.0.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-bnyXL8NxxkWmr7A6sUdp3vEU/MA=",
|
||||
"_location": "/zlib",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "zlib@1.0.5",
|
||||
"name": "zlib",
|
||||
"escapedName": "zlib",
|
||||
"rawSpec": "1.0.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/zlib/-/zlib-1.0.5.tgz",
|
||||
"_spec": "1.0.5",
|
||||
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
|
||||
"author": {
|
||||
"name": "Konstantin Käfer",
|
||||
"email": "kkaefer@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/kkaefer/node-zlib/issues"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user