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,24 +1,56 @@
{
"name": "is-path-inside",
"version": "3.0.2",
"description": "Check if a path is inside another path",
"license": "MIT",
"repository": "sindresorhus/is-path-inside",
"_args": [
[
"is-path-inside@3.0.2",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "is-path-inside@3.0.2",
"_id": "is-path-inside@3.0.2",
"_inBundle": false,
"_integrity": "sha512-/2UGPSgmtqwo1ktx8NDHjuPwZWmHhO+gj0f93EkhLB5RgW9RZevWYYlIkS6zePc6U2WpOdQYIwHe9YC4DWEBVg==",
"_location": "/is-path-inside",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-path-inside@3.0.2",
"name": "is-path-inside",
"escapedName": "is-path-inside",
"rawSpec": "3.0.2",
"saveSpec": null,
"fetchSpec": "3.0.2"
},
"_requiredBy": [
"/del",
"/is-installed-globally"
],
"_resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.2.tgz",
"_spec": "3.0.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-path-inside/issues"
},
"description": "Check if a path is inside another path",
"devDependencies": {
"ava": "^2.1.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/is-path-inside#readme",
"keywords": [
"path",
"inside",
@ -28,9 +60,14 @@
"file",
"resolve"
],
"devDependencies": {
"ava": "^2.1.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}
"license": "MIT",
"name": "is-path-inside",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-path-inside.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.0.2"
}