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

70
node_modules/pretty-ms/package.json generated vendored
View file

@ -1,25 +1,59 @@
{
"name": "pretty-ms",
"version": "6.0.1",
"description": "Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`",
"license": "MIT",
"repository": "sindresorhus/pretty-ms",
"funding": "https://github.com/sponsors/sindresorhus",
"_args": [
[
"pretty-ms@6.0.1",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "pretty-ms@6.0.1",
"_id": "pretty-ms@6.0.1",
"_inBundle": false,
"_integrity": "sha512-ke4njoVmlotekHlHyCZ3wI/c5AMT8peuHs8rKJqekj/oR5G8lND2dVpicFlUz5cbZgE290vvkMuDwfj/OcW1kw==",
"_location": "/pretty-ms",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pretty-ms@6.0.1",
"name": "pretty-ms",
"escapedName": "pretty-ms",
"rawSpec": "6.0.1",
"saveSpec": null,
"fetchSpec": "6.0.1"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-6.0.1.tgz",
"_spec": "6.0.1",
"_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/pretty-ms/issues"
},
"dependencies": {
"parse-ms": "^2.1.0"
},
"description": "Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`",
"devDependencies": {
"ava": "^2.4.0",
"tsd": "^0.11.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=10"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/pretty-ms#readme",
"keywords": [
"pretty",
"prettify",
@ -38,12 +72,14 @@
"number",
"hrtime"
],
"dependencies": {
"parse-ms": "^2.1.0"
"license": "MIT",
"name": "pretty-ms",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/pretty-ms.git"
},
"devDependencies": {
"ava": "^2.4.0",
"tsd": "^0.11.0",
"xo": "^0.25.3"
}
}
"scripts": {
"test": "xo && ava && tsd"
},
"version": "6.0.1"
}