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