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,54 @@
{
"name": "macos-release",
"version": "2.3.0",
"description": "Get the name and version of a macOS release from the Darwin version",
"license": "MIT",
"repository": "sindresorhus/macos-release",
"_args": [
[
"macos-release@2.3.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_from": "macos-release@2.3.0",
"_id": "macos-release@2.3.0",
"_inBundle": false,
"_integrity": "sha512-OHhSbtcviqMPt7yfw5ef5aghS2jzFVKEFyCJndQt2YpSQ9qRVSEv2axSJI1paVThEu+FFGs584h/1YhxjVqajA==",
"_location": "/macos-release",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "macos-release@2.3.0",
"name": "macos-release",
"escapedName": "macos-release",
"rawSpec": "2.3.0",
"saveSpec": null,
"fetchSpec": "2.3.0"
},
"_requiredBy": [
"/os-name"
],
"_resolved": "https://registry.npmjs.org/macos-release/-/macos-release-2.3.0.tgz",
"_spec": "2.3.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/macos-release/issues"
},
"description": "Get the name and version of a macOS release from the Darwin version",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.1",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/macos-release#readme",
"keywords": [
"macos",
"os",
@ -31,9 +61,14 @@
"release",
"version"
],
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.1",
"xo": "^0.24.0"
}
}
"license": "MIT",
"name": "macos-release",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/macos-release.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "2.3.0"
}