update @actions/tool-cache, install semver, nock

This commit is contained in:
Alex Kalyvitis 2020-06-18 16:31:13 +02:00
parent 74d434c5ca
commit 4c6749115a
678 changed files with 39259 additions and 14619 deletions

91
node_modules/md5/package.json generated vendored
View file

@ -1,36 +1,71 @@
{
"name": "md5",
"description": "js function for hashing messages with MD5",
"version": "2.2.1",
"author": "Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)",
"contributors": [
"salba"
"_args": [
[
"md5@2.2.1",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_from": "md5@2.2.1",
"_id": "md5@2.2.1",
"_inBundle": false,
"_integrity": "sha1-U6s41f48iJG6RlMp6iP6wFQBJvk=",
"_location": "/md5",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "md5@2.2.1",
"name": "md5",
"escapedName": "md5",
"rawSpec": "2.2.1",
"saveSpec": null,
"fetchSpec": "2.2.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/md5/-/md5-2.2.1.tgz",
"_spec": "2.2.1",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Paul Vorbach",
"email": "paul@vorba.ch",
"url": "http://paul.vorba.ch"
},
"bugs": {
"url": "https://github.com/pvorb/node-md5/issues"
},
"contributors": [
{
"name": "salba"
}
],
"dependencies": {
"charenc": "~0.0.1",
"crypt": "~0.0.1",
"is-buffer": "~1.1.1"
},
"description": "js function for hashing messages with MD5",
"devDependencies": {
"mocha": "~2.3.4"
},
"homepage": "https://github.com/pvorb/node-md5#readme",
"license": "BSD-3-Clause",
"main": "md5.js",
"name": "md5",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/pvorb/node-md5.git"
},
"scripts": {
"test": "mocha"
},
"tags": [
"md5",
"hash",
"encryption",
"message digest"
],
"repository": {
"type": "git",
"url": "git://github.com/pvorb/node-md5.git"
},
"bugs": {
"url": "https://github.com/pvorb/node-md5/issues"
},
"main": "md5.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"charenc": "~0.0.1",
"crypt": "~0.0.1",
"is-buffer": "~1.1.1"
},
"devDependencies": {
"mocha": "~2.3.4"
},
"optionalDependencies": {},
"license": "BSD-3-Clause"
}
"version": "2.2.1"
}