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,63 @@
{
"name": "package-json",
"version": "6.5.0",
"description": "Get metadata of a package from the npm registry",
"license": "MIT",
"repository": "sindresorhus/package-json",
"_args": [
[
"package-json@6.5.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "package-json@6.5.0",
"_id": "package-json@6.5.0",
"_inBundle": false,
"_integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==",
"_location": "/package-json",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "package-json@6.5.0",
"name": "package-json",
"escapedName": "package-json",
"rawSpec": "6.5.0",
"saveSpec": null,
"fetchSpec": "6.5.0"
},
"_requiredBy": [
"/latest-version"
],
"_resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz",
"_spec": "6.5.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/package-json/issues"
},
"dependencies": {
"got": "^9.6.0",
"registry-auth-token": "^4.0.0",
"registry-url": "^5.0.0",
"semver": "^6.2.0"
},
"description": "Get metadata of a package from the npm registry",
"devDependencies": {
"@types/node": "^12.6.8",
"ava": "^2.2.0",
"mock-private-registry": "^1.1.2",
"tsd": "^0.7.4",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/package-json#readme",
"keywords": [
"npm",
"registry",
@@ -30,17 +69,14 @@
"scope",
"scoped"
],
"dependencies": {
"got": "^9.6.0",
"registry-auth-token": "^4.0.0",
"registry-url": "^5.0.0",
"semver": "^6.2.0"
"license": "MIT",
"name": "package-json",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/package-json.git"
},
"devDependencies": {
"@types/node": "^12.6.8",
"ava": "^2.2.0",
"mock-private-registry": "^1.1.2",
"tsd": "^0.7.4",
"xo": "^0.24.0"
}
}
"scripts": {
"test": "xo && ava && tsd"
},
"version": "6.5.0"
}