github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/action/node_modules/@actions/tool-cache/package.json (about)

     1  {
     2    "name": "@actions/tool-cache",
     3    "version": "2.0.1",
     4    "description": "Actions tool-cache lib",
     5    "keywords": [
     6      "github",
     7      "actions",
     8      "exec"
     9    ],
    10    "homepage": "https://github.com/actions/toolkit/tree/main/packages/tool-cache",
    11    "license": "MIT",
    12    "main": "lib/tool-cache.js",
    13    "types": "lib/tool-cache.d.ts",
    14    "directories": {
    15      "lib": "lib",
    16      "test": "__tests__"
    17    },
    18    "files": [
    19      "lib",
    20      "scripts"
    21    ],
    22    "publishConfig": {
    23      "access": "public"
    24    },
    25    "repository": {
    26      "type": "git",
    27      "url": "git+https://github.com/actions/toolkit.git",
    28      "directory": "packages/tool-cache"
    29    },
    30    "scripts": {
    31      "audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
    32      "test": "echo \"Error: run tests from root\" && exit 1",
    33      "tsc": "tsc"
    34    },
    35    "bugs": {
    36      "url": "https://github.com/actions/toolkit/issues"
    37    },
    38    "dependencies": {
    39      "@actions/core": "^1.2.6",
    40      "@actions/exec": "^1.0.0",
    41      "@actions/http-client": "^2.0.1",
    42      "@actions/io": "^1.1.1",
    43      "semver": "^6.1.0",
    44      "uuid": "^3.3.2"
    45    },
    46    "devDependencies": {
    47      "@types/nock": "^10.0.3",
    48      "@types/semver": "^6.0.0",
    49      "@types/uuid": "^3.4.4",
    50      "nock": "^10.0.6"
    51    }
    52  }