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,50 @@
{
"name": "common-path-prefix",
"version": "3.0.0",
"_args": [
[
"common-path-prefix@3.0.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "common-path-prefix@3.0.0",
"_id": "common-path-prefix@3.0.0",
"_inBundle": false,
"_integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==",
"_location": "/common-path-prefix",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "common-path-prefix@3.0.0",
"name": "common-path-prefix",
"escapedName": "common-path-prefix",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Mark Wubben",
"url": "https://novemberborn.net/"
},
"bugs": {
"url": "https://github.com/novemberborn/common-path-prefix/issues"
},
"description": "Computes the longest prefix string that is common to each path, excluding the base component",
"main": "index.js",
"devDependencies": {
"ava": "^2.3.0",
"nyc": "^14.1.1",
"standard": "^14.0.2"
},
"files": [
"index.d.ts",
"index.js"
],
"scripts": {
"test": "standard && nyc ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/novemberborn/common-path-prefix.git"
},
"author": "Mark Wubben (https://novemberborn.net/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/novemberborn/common-path-prefix/issues"
},
"homepage": "https://github.com/novemberborn/common-path-prefix#readme",
"keywords": [
"common",
@ -33,9 +59,15 @@
"common path start",
"common root"
],
"devDependencies": {
"ava": "^2.3.0",
"nyc": "^14.1.1",
"standard": "^14.0.2"
}
}
"license": "ISC",
"main": "index.js",
"name": "common-path-prefix",
"repository": {
"type": "git",
"url": "git+https://github.com/novemberborn/common-path-prefix.git"
},
"scripts": {
"test": "standard && nyc ava"
},
"version": "3.0.0"
}