update @actions/tool-cache, install semver, nock
This commit is contained in:
parent
74d434c5ca
commit
4c6749115a
678 changed files with 39259 additions and 14619 deletions
67
node_modules/xdg-basedir/package.json
generated
vendored
67
node_modules/xdg-basedir/package.json
generated
vendored
|
|
@ -1,24 +1,57 @@
|
|||
{
|
||||
"name": "xdg-basedir",
|
||||
"version": "4.0.0",
|
||||
"description": "Get XDG Base Directory paths",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/xdg-basedir",
|
||||
"_args": [
|
||||
[
|
||||
"xdg-basedir@4.0.0",
|
||||
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "xdg-basedir@4.0.0",
|
||||
"_id": "xdg-basedir@4.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
|
||||
"_location": "/xdg-basedir",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "xdg-basedir@4.0.0",
|
||||
"name": "xdg-basedir",
|
||||
"escapedName": "xdg-basedir",
|
||||
"rawSpec": "4.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/configstore",
|
||||
"/update-notifier"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
|
||||
"_spec": "4.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/xdg-basedir/issues"
|
||||
},
|
||||
"description": "Get XDG Base Directory paths",
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"import-fresh": "^3.0.0",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/xdg-basedir#readme",
|
||||
"keywords": [
|
||||
"xdg",
|
||||
"base",
|
||||
|
|
@ -32,10 +65,14 @@
|
|||
"unix",
|
||||
"spec"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"import-fresh": "^3.0.0",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
}
|
||||
}
|
||||
"license": "MIT",
|
||||
"name": "xdg-basedir",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/xdg-basedir.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"version": "4.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue