2020-05-06 15:10:18 +00:00
|
|
|
{
|
|
|
|
"name": "@actions/cache",
|
2023-02-20 13:44:07 +00:00
|
|
|
"version": "3.1.4",
|
2020-05-06 15:10:18 +00:00
|
|
|
"preview": true,
|
2020-05-07 00:07:39 +00:00
|
|
|
"description": "Actions cache lib",
|
2020-05-06 15:10:18 +00:00
|
|
|
"keywords": [
|
|
|
|
"github",
|
|
|
|
"actions",
|
|
|
|
"cache"
|
|
|
|
],
|
2020-07-21 15:33:05 +00:00
|
|
|
"homepage": "https://github.com/actions/toolkit/tree/main/packages/cache",
|
2020-05-06 15:10:18 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"main": "lib/cache.js",
|
|
|
|
"types": "lib/cache.d.ts",
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib",
|
|
|
|
"test": "__tests__"
|
|
|
|
},
|
|
|
|
"files": [
|
2020-06-04 19:14:19 +00:00
|
|
|
"lib",
|
|
|
|
"!.DS_Store"
|
2020-05-06 15:10:18 +00:00
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/actions/toolkit.git",
|
|
|
|
"directory": "packages/cache"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-07-14 20:05:53 +00:00
|
|
|
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
|
2020-05-06 15:10:18 +00:00
|
|
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
|
|
"tsc": "tsc"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/actions/toolkit/issues"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-10-13 08:21:23 +00:00
|
|
|
"@actions/core": "^1.10.0",
|
2020-05-06 15:10:18 +00:00
|
|
|
"@actions/exec": "^1.0.1",
|
|
|
|
"@actions/glob": "^0.1.0",
|
2022-05-13 14:58:36 +00:00
|
|
|
"@actions/http-client": "^2.0.1",
|
2020-05-06 15:10:18 +00:00
|
|
|
"@actions/io": "^1.0.1",
|
2022-10-18 01:05:26 +00:00
|
|
|
"@azure/abort-controller": "^1.1.0",
|
2022-02-01 10:54:23 +00:00
|
|
|
"@azure/ms-rest-js": "^2.6.0",
|
2023-03-06 11:55:21 +00:00
|
|
|
"@azure/storage-blob": "^12.13.0",
|
2020-05-18 20:33:15 +00:00
|
|
|
"semver": "^6.1.0",
|
2020-05-06 15:10:18 +00:00
|
|
|
"uuid": "^3.3.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-05-18 20:33:15 +00:00
|
|
|
"@types/semver": "^6.0.0",
|
2022-05-13 14:58:36 +00:00
|
|
|
"@types/uuid": "^3.4.5",
|
|
|
|
"typescript": "^3.8.3"
|
2020-05-06 15:10:18 +00:00
|
|
|
}
|
|
|
|
}
|