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
80
node_modules/is-installed-globally/package.json
generated
vendored
80
node_modules/is-installed-globally/package.json
generated
vendored
|
|
@ -1,25 +1,64 @@
|
|||
{
|
||||
"name": "is-installed-globally",
|
||||
"version": "0.3.2",
|
||||
"description": "Check if your package was installed globally",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/is-installed-globally",
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"_args": [
|
||||
[
|
||||
"is-installed-globally@0.3.2",
|
||||
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "is-installed-globally@0.3.2",
|
||||
"_id": "is-installed-globally@0.3.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g==",
|
||||
"_location": "/is-installed-globally",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "is-installed-globally@0.3.2",
|
||||
"name": "is-installed-globally",
|
||||
"escapedName": "is-installed-globally",
|
||||
"rawSpec": "0.3.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.3.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/update-notifier"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.3.2.tgz",
|
||||
"_spec": "0.3.2",
|
||||
"_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/is-installed-globally/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"global-dirs": "^2.0.1",
|
||||
"is-path-inside": "^3.0.1"
|
||||
},
|
||||
"description": "Check if your package was installed globally",
|
||||
"devDependencies": {
|
||||
"ava": "^2.4.0",
|
||||
"cpy": "^7.3.0",
|
||||
"del": "^5.1.0",
|
||||
"execa": "^2.0.4",
|
||||
"make-dir": "^3.0.0",
|
||||
"tsd": "^0.10.0",
|
||||
"xo": "^0.25.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"homepage": "https://github.com/sindresorhus/is-installed-globally#readme",
|
||||
"keywords": [
|
||||
"global",
|
||||
"package",
|
||||
|
|
@ -38,17 +77,14 @@
|
|||
"bin",
|
||||
"binary"
|
||||
],
|
||||
"dependencies": {
|
||||
"global-dirs": "^2.0.1",
|
||||
"is-path-inside": "^3.0.1"
|
||||
"license": "MIT",
|
||||
"name": "is-installed-globally",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/is-installed-globally.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^2.4.0",
|
||||
"cpy": "^7.3.0",
|
||||
"del": "^5.1.0",
|
||||
"execa": "^2.0.4",
|
||||
"make-dir": "^3.0.0",
|
||||
"tsd": "^0.10.0",
|
||||
"xo": "^0.25.3"
|
||||
}
|
||||
}
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"version": "0.3.2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue