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

100
node_modules/del/package.json generated vendored
View file

@ -1,25 +1,78 @@
{
"name": "del",
"version": "5.1.0",
"description": "Delete files and directories",
"license": "MIT",
"repository": "sindresorhus/del",
"_args": [
[
"del@5.1.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "del@5.1.0",
"_id": "del@5.1.0",
"_inBundle": false,
"_integrity": "sha512-wH9xOVHnczo9jN2IW68BabcecVPxacIA3g/7z6vhSU/4stOKQzeCRK0yD0A24WiAAUJmmVpWqrERcTxnLo3AnA==",
"_location": "/del",
"_phantomChildren": {
"@types/glob": "7.1.1",
"aggregate-error": "3.0.1",
"array-union": "2.1.0",
"dir-glob": "3.0.1",
"fast-glob": "3.2.2",
"glob": "7.1.6",
"ignore": "5.1.4",
"merge2": "1.3.0",
"slash": "3.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "del@5.1.0",
"name": "del",
"escapedName": "del",
"rawSpec": "5.1.0",
"saveSpec": null,
"fetchSpec": "5.1.0"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/del/-/del-5.1.0.tgz",
"_spec": "5.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/del/issues"
},
"dependencies": {
"globby": "^10.0.1",
"graceful-fs": "^4.2.2",
"is-glob": "^4.0.1",
"is-path-cwd": "^2.2.0",
"is-path-inside": "^3.0.1",
"p-map": "^3.0.0",
"rimraf": "^3.0.0",
"slash": "^3.0.0"
},
"description": "Delete files and directories",
"devDependencies": {
"ava": "^2.3.0",
"benchmark": "^2.1.4",
"make-dir": "^3.0.0",
"tempy": "^0.3.0",
"tsd": "^0.7.4",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd",
"bench": "node benchmark.js"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/del#readme",
"keywords": [
"delete",
"files",
@ -44,22 +97,15 @@
"fs",
"filesystem"
],
"dependencies": {
"globby": "^10.0.1",
"graceful-fs": "^4.2.2",
"is-glob": "^4.0.1",
"is-path-cwd": "^2.2.0",
"is-path-inside": "^3.0.1",
"p-map": "^3.0.0",
"rimraf": "^3.0.0",
"slash": "^3.0.0"
"license": "MIT",
"name": "del",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/del.git"
},
"devDependencies": {
"ava": "^2.3.0",
"benchmark": "^2.1.4",
"make-dir": "^3.0.0",
"tempy": "^0.3.0",
"tsd": "^0.7.4",
"xo": "^0.24.0"
}
}
"scripts": {
"bench": "node benchmark.js",
"test": "xo && ava && tsd"
},
"version": "5.1.0"
}