2020-05-06 15:10:18 +00:00
|
|
|
{
|
|
|
|
"name": "@actions/cache",
|
2020-05-19 20:12:28 +00:00
|
|
|
"version": "0.2.1",
|
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"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/actions/toolkit/tree/master/packages/cache",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "lib/cache.js",
|
|
|
|
"types": "lib/cache.d.ts",
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib",
|
|
|
|
"test": "__tests__"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/actions/toolkit.git",
|
|
|
|
"directory": "packages/cache"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"audit-moderate": "npm install && npm audit --audit-level=moderate",
|
|
|
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
|
|
"tsc": "tsc"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/actions/toolkit/issues"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@actions/core": "^1.2.4",
|
|
|
|
"@actions/exec": "^1.0.1",
|
|
|
|
"@actions/glob": "^0.1.0",
|
|
|
|
"@actions/http-client": "^1.0.8",
|
|
|
|
"@actions/io": "^1.0.1",
|
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-12 18:47:31 +00:00
|
|
|
"typescript": "^3.8.3",
|
2020-05-18 20:33:15 +00:00
|
|
|
"@types/semver": "^6.0.0",
|
2020-05-06 15:10:18 +00:00
|
|
|
"@types/uuid": "^3.4.5"
|
|
|
|
}
|
|
|
|
}
|