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

View File

@@ -1,23 +1,53 @@
{
"name": "serialize-error",
"version": "2.1.0",
"description": "Serialize an error into a plain object",
"license": "MIT",
"repository": "sindresorhus/serialize-error",
"_args": [
[
"serialize-error@2.1.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "serialize-error@2.1.0",
"_id": "serialize-error@2.1.0",
"_inBundle": false,
"_integrity": "sha1-ULZ51WNc34Rme9yOWa9OW4HV9go=",
"_location": "/serialize-error",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "serialize-error@2.1.0",
"name": "serialize-error",
"escapedName": "serialize-error",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/supertap"
],
"_resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz",
"_spec": "2.1.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/serialize-error/issues"
},
"description": "Serialize an error into a plain object",
"devDependencies": {
"ava": "*",
"xo": "^0.16.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/serialize-error#readme",
"keywords": [
"error",
"err",
@@ -29,8 +59,14 @@
"process",
"send"
],
"devDependencies": {
"ava": "*",
"xo": "^0.16.0"
}
}
"license": "MIT",
"name": "serialize-error",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/serialize-error.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.1.0"
}