Allow using a hash to restore SARIF results from a cache and reuse them.

This commit is contained in:
Chris Gavin
2020-12-09 13:53:17 +00:00
parent 8cbc02a4c2
commit 8d1985f68f
2259 changed files with 241679 additions and 12226 deletions
+53 -17
View File
@@ -1,27 +1,63 @@
{
"author": "Roman Shtylman <shtylman@gmail.com>",
"name": "process",
"_args": [
[
"process@0.11.10",
"/home/chris/src/github.com/github/codeql-action"
]
],
"_from": "process@0.11.10",
"_id": "process@0.11.10",
"_inBundle": false,
"_integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=",
"_location": "/process",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "process@0.11.10",
"name": "process",
"escapedName": "process",
"rawSpec": "0.11.10",
"saveSpec": null,
"fetchSpec": "0.11.10"
},
"_requiredBy": [
"/@azure/core-http",
"/path"
],
"_resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
"_spec": "0.11.10",
"_where": "/home/chris/src/github.com/github/codeql-action",
"author": {
"name": "Roman Shtylman",
"email": "shtylman@gmail.com"
},
"browser": "./browser.js",
"bugs": {
"url": "https://github.com/shtylman/node-process/issues"
},
"description": "process information for node.js and browsers",
"devDependencies": {
"mocha": "2.2.1",
"zuul": "^3.10.3"
},
"engines": {
"node": ">= 0.6.0"
},
"homepage": "https://github.com/shtylman/node-process#readme",
"keywords": [
"process"
],
"scripts": {
"test": "mocha test.js",
"browser": "zuul --no-coverage --ui mocha-bdd --local 8080 -- test.js"
},
"version": "0.11.10",
"license": "MIT",
"main": "./index.js",
"name": "process",
"repository": {
"type": "git",
"url": "git://github.com/shtylman/node-process.git"
},
"license": "MIT",
"browser": "./browser.js",
"main": "./index.js",
"engines": {
"node": ">= 0.6.0"
"scripts": {
"browser": "zuul --no-coverage --ui mocha-bdd --local 8080 -- test.js",
"test": "mocha test.js"
},
"devDependencies": {
"mocha": "2.2.1",
"zuul": "^3.10.3"
}
}
"version": "0.11.10"
}