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

62
node_modules/time-zone/package.json generated vendored
View file

@ -1,23 +1,53 @@
{
"name": "time-zone",
"version": "1.0.0",
"description": "Pretty time zone: `+2` or `-9:30`",
"license": "MIT",
"repository": "sindresorhus/time-zone",
"_args": [
[
"time-zone@1.0.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "time-zone@1.0.0",
"_id": "time-zone@1.0.0",
"_inBundle": false,
"_integrity": "sha1-mcW/VZWJZq9tBtg73zgA3IL67F0=",
"_location": "/time-zone",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "time-zone@1.0.0",
"name": "time-zone",
"escapedName": "time-zone",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/date-time"
],
"_resolved": "https://registry.npmjs.org/time-zone/-/time-zone-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/time-zone/issues"
},
"description": "Pretty time zone: `+2` or `-9:30`",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/time-zone#readme",
"keywords": [
"timezone",
"utc",
@ -28,8 +58,14 @@
"iso",
"zone"
],
"devDependencies": {
"ava": "*",
"xo": "*"
}
}
"license": "MIT",
"name": "time-zone",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/time-zone.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}