mirror of
https://gitea.com/actions/setup-go.git
synced 2024-11-15 00:25:39 +01:00
0caeaed6fd
* Swap to Environment Files
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "@actions/tool-cache",
|
|
"version": "1.0.0",
|
|
"description": "Actions tool-cache lib",
|
|
"keywords": [
|
|
"exec",
|
|
"actions"
|
|
],
|
|
"homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
|
|
"license": "MIT",
|
|
"main": "lib/tool-cache.js",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"scripts"
|
|
],
|
|
"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"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/actions/toolkit/issues"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.0.0",
|
|
"@actions/exec": "^1.0.0",
|
|
"@actions/io": "^1.0.0",
|
|
"semver": "^6.1.0",
|
|
"typed-rest-client": "^1.4.0",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/nock": "^10.0.3",
|
|
"@types/semver": "^6.0.0",
|
|
"@types/uuid": "^3.4.4",
|
|
"nock": "^10.0.6"
|
|
},
|
|
"gitHead": "a40bce7c8d382aa3dbadaa327acbc696e9390e55"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.0.0.tgz"
|
|
,"_integrity": "sha512-l3zT0IfDfi5Ik5aMpnXqGHGATxN8xa9ls4ue+X/CBXpPhRMRZS4vcuh5Q9T98WAGbkysRCfhpbksTPHIcKnNwQ=="
|
|
,"_from": "@actions/tool-cache@1.0.0"
|
|
} |