mirror of
https://github.com/github/codeql-action.git
synced 2026-05-16 16:20:21 +00:00
Initial commit
This commit is contained in:
+52
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"_from": "zlib",
|
||||
"_id": "zlib@1.0.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-bnyXL8NxxkWmr7A6sUdp3vEU/MA=",
|
||||
"_location": "/zlib",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "zlib",
|
||||
"name": "zlib",
|
||||
"escapedName": "zlib",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/zlib/-/zlib-1.0.5.tgz",
|
||||
"_shasum": "6e7c972fc371c645a6afb03ab14769def114fcc0",
|
||||
"_spec": "zlib",
|
||||
"_where": "/Users/ana/Semmle/Anthophila/codeql-action",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user