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

114
node_modules/got/package.json generated vendored
View File

@@ -1,38 +1,43 @@
{
"name": "got",
"version": "9.6.0",
"description": "Simplified HTTP requests",
"license": "MIT",
"repository": "sindresorhus/got",
"main": "source",
"engines": {
"node": ">=8.6"
},
"scripts": {
"test": "xo && nyc ava",
"release": "np"
},
"files": [
"source"
"_args": [
[
"got@9.6.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"keywords": [
"http",
"https",
"get",
"got",
"url",
"uri",
"request",
"util",
"utility",
"simple",
"curl",
"wget",
"fetch",
"net",
"network",
"electron"
"_development": true,
"_from": "got@9.6.0",
"_id": "got@9.6.0",
"_inBundle": false,
"_integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==",
"_location": "/got",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "got@9.6.0",
"name": "got",
"escapedName": "got",
"rawSpec": "9.6.0",
"saveSpec": null,
"fetchSpec": "9.6.0"
},
"_requiredBy": [
"/package-json"
],
"_resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz",
"_spec": "9.6.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"ava": {
"concurrency": 4
},
"browser": {
"decompress-response": false,
"electron": false
},
"bugs": {
"url": "https://github.com/sindresorhus/got/issues"
},
"dependencies": {
"@sindresorhus/is": "^0.14.0",
"@szmarczak/http-timer": "^1.1.2",
@@ -46,6 +51,7 @@
"to-readable-stream": "^1.0.0",
"url-parse-lax": "^3.0.0"
},
"description": "Simplified HTTP requests",
"devDependencies": {
"ava": "^1.1.0",
"coveralls": "^3.0.0",
@@ -64,11 +70,41 @@
"tough-cookie": "^3.0.0",
"xo": "^0.24.0"
},
"ava": {
"concurrency": 4
"engines": {
"node": ">=8.6"
},
"browser": {
"decompress-response": false,
"electron": false
}
}
"files": [
"source"
],
"homepage": "https://github.com/sindresorhus/got#readme",
"keywords": [
"http",
"https",
"get",
"got",
"url",
"uri",
"request",
"util",
"utility",
"simple",
"curl",
"wget",
"fetch",
"net",
"network",
"electron"
],
"license": "MIT",
"main": "source",
"name": "got",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/got.git"
},
"scripts": {
"release": "np",
"test": "xo && nyc ava"
},
"version": "9.6.0"
}