mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 06:10:19 +00:00
Allow using a hash to restore SARIF results from a cache and reuse them.
This commit is contained in:
+66
-18
@@ -1,26 +1,74 @@
|
||||
{
|
||||
"name": "progress",
|
||||
"version": "2.0.3",
|
||||
"description": "Flexible ascii progress bar",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/visionmedia/node-progress"
|
||||
"_args": [
|
||||
[
|
||||
"progress@2.0.3",
|
||||
"/home/chris/src/github.com/github/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "progress@2.0.3",
|
||||
"_id": "progress@2.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
|
||||
"_location": "/progress",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "progress@2.0.3",
|
||||
"name": "progress",
|
||||
"escapedName": "progress",
|
||||
"rawSpec": "2.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
|
||||
"_spec": "2.0.3",
|
||||
"_where": "/home/chris/src/github.com/github/codeql-action",
|
||||
"author": {
|
||||
"name": "TJ Holowaychuk",
|
||||
"email": "tj@vision-media.ca"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/visionmedia/node-progress/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Christoffer Hallas",
|
||||
"email": "christoffer.hallas@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Jordan Scales",
|
||||
"email": "scalesjordan@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Andrew Rhyne",
|
||||
"email": "rhyneandrew@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Marco Brack",
|
||||
"email": "PapstDonB@Googlemail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"description": "Flexible ascii progress bar",
|
||||
"engines": {
|
||||
"node": ">=0.4.0"
|
||||
},
|
||||
"homepage": "https://github.com/visionmedia/node-progress#readme",
|
||||
"keywords": [
|
||||
"cli",
|
||||
"progress"
|
||||
],
|
||||
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
||||
"contributors": [
|
||||
"Christoffer Hallas <christoffer.hallas@gmail.com>",
|
||||
"Jordan Scales <scalesjordan@gmail.com>",
|
||||
"Andrew Rhyne <rhyneandrew@gmail.com>",
|
||||
"Marco Brack <PapstDonB@Googlemail.com>"
|
||||
],
|
||||
"dependencies": {},
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
"engines": {
|
||||
"node": ">=0.4.0"
|
||||
"name": "progress",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/visionmedia/node-progress.git"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
"version": "2.0.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user