2019-06-06 18:16:48 +00:00
|
|
|
{
|
|
|
|
"name": "@actions/tool-cache",
|
2022-05-13 15:12:58 +00:00
|
|
|
"version": "2.0.1",
|
2019-06-06 18:16:48 +00:00
|
|
|
"description": "Actions tool-cache lib",
|
|
|
|
"keywords": [
|
2019-08-23 21:39:40 +00:00
|
|
|
"github",
|
2019-09-05 15:03:19 +00:00
|
|
|
"actions",
|
2019-08-23 21:39:40 +00:00
|
|
|
"exec"
|
2019-06-06 18:16:48 +00:00
|
|
|
],
|
2020-07-21 15:33:05 +00:00
|
|
|
"homepage": "https://github.com/actions/toolkit/tree/main/packages/tool-cache",
|
2019-06-06 18:16:48 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"main": "lib/tool-cache.js",
|
2019-12-17 16:03:58 +00:00
|
|
|
"types": "lib/tool-cache.d.ts",
|
2019-06-06 18:16:48 +00:00
|
|
|
"directories": {
|
|
|
|
"lib": "lib",
|
|
|
|
"test": "__tests__"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib",
|
|
|
|
"scripts"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-09-25 02:30:51 +00:00
|
|
|
"url": "git+https://github.com/actions/toolkit.git",
|
|
|
|
"directory": "packages/tool-cache"
|
2019-06-06 18:16:48 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-07-14 20:05:53 +00:00
|
|
|
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
|
2019-06-06 18:16:48 +00:00
|
|
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
|
|
"tsc": "tsc"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/actions/toolkit/issues"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-11-13 21:51:15 +00:00
|
|
|
"@actions/core": "^1.2.6",
|
2020-01-03 22:54:10 +00:00
|
|
|
"@actions/exec": "^1.0.0",
|
2022-05-13 14:58:36 +00:00
|
|
|
"@actions/http-client": "^2.0.1",
|
2021-06-07 19:50:05 +00:00
|
|
|
"@actions/io": "^1.1.1",
|
2024-10-02 16:28:06 +00:00
|
|
|
"semver": "^6.1.0"
|
2019-06-06 18:16:48 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-13 17:21:57 +00:00
|
|
|
"@types/nock": "^11.1.0",
|
2019-06-06 18:16:48 +00:00
|
|
|
"@types/semver": "^6.0.0",
|
2022-12-13 17:21:57 +00:00
|
|
|
"nock": "^13.2.9"
|
2019-06-06 18:16:48 +00:00
|
|
|
}
|
|
|
|
}
|