78 lines
2 KiB
JSON
78 lines
2 KiB
JSON
|
{
|
||
|
"_from": "@actions/tool-cache",
|
||
|
"_id": "@actions/tool-cache@1.1.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-AILekrrj/L4N/5z5TGtUKVie4nKjxDioCgOEymyYxzPhGfjIxfE71tN2VTTpiICEWJ883rPRj2+WinTr1b6yVA==",
|
||
|
"_location": "/@actions/tool-cache",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "tag",
|
||
|
"registry": true,
|
||
|
"raw": "@actions/tool-cache",
|
||
|
"name": "@actions/tool-cache",
|
||
|
"escapedName": "@actions%2ftool-cache",
|
||
|
"scope": "@actions",
|
||
|
"rawSpec": "",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "latest"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#USER",
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.1.1.tgz",
|
||
|
"_shasum": "99c5c7463089af5d0a5c5ba8cb5fc3c73fa0c284",
|
||
|
"_spec": "@actions/tool-cache",
|
||
|
"_where": "/Users/iris/Documents/repos/github.com/peaceiris/actions-hugo",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/actions/toolkit/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"@actions/core": "^1.1.0",
|
||
|
"@actions/exec": "^1.0.1",
|
||
|
"@actions/io": "^1.0.1",
|
||
|
"semver": "^6.1.0",
|
||
|
"typed-rest-client": "^1.4.0",
|
||
|
"uuid": "^3.3.2"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Actions tool-cache lib",
|
||
|
"devDependencies": {
|
||
|
"@types/nock": "^10.0.3",
|
||
|
"@types/semver": "^6.0.0",
|
||
|
"@types/uuid": "^3.4.4",
|
||
|
"nock": "^10.0.6"
|
||
|
},
|
||
|
"directories": {
|
||
|
"lib": "lib",
|
||
|
"test": "__tests__"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib",
|
||
|
"scripts"
|
||
|
],
|
||
|
"gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52",
|
||
|
"homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
|
||
|
"keywords": [
|
||
|
"github",
|
||
|
"actions",
|
||
|
"exec"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "lib/tool-cache.js",
|
||
|
"name": "@actions/tool-cache",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/actions/toolkit.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
||
|
"tsc": "tsc"
|
||
|
},
|
||
|
"version": "1.1.1"
|
||
|
}
|