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

39
node_modules/is-buffer/package.json generated vendored
View File

@@ -1,7 +1,32 @@
{
"name": "is-buffer",
"description": "Determine if an object is a Buffer",
"version": "1.1.6",
"_args": [
[
"is-buffer@1.1.6",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_from": "is-buffer@1.1.6",
"_id": "is-buffer@1.1.6",
"_inBundle": false,
"_integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
"_location": "/is-buffer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-buffer@1.1.6",
"name": "is-buffer",
"escapedName": "is-buffer",
"rawSpec": "1.1.6",
"saveSpec": null,
"fetchSpec": "1.1.6"
},
"_requiredBy": [
"/md5"
],
"_resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
"_spec": "1.1.6",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
@@ -11,11 +36,13 @@
"url": "https://github.com/feross/is-buffer/issues"
},
"dependencies": {},
"description": "Determine if an object is a Buffer",
"devDependencies": {
"standard": "*",
"tape": "^4.0.0",
"zuul": "^3.0.0"
},
"homepage": "https://github.com/feross/is-buffer#readme",
"keywords": [
"buffer",
"buffers",
@@ -35,6 +62,7 @@
],
"license": "MIT",
"main": "index.js",
"name": "is-buffer",
"repository": {
"type": "git",
"url": "git://github.com/feross/is-buffer.git"
@@ -47,5 +75,6 @@
},
"testling": {
"files": "test/*.js"
}
}
},
"version": "1.1.6"
}