mirror of
https://gitea.com/actions/setup-go.git
synced 2024-11-15 00:25:39 +01:00
0caeaed6fd
* Swap to Environment Files
38 lines
930 B
JSON
38 lines
930 B
JSON
{
|
|
"name": "@actions/io",
|
|
"version": "1.0.0",
|
|
"description": "Actions io lib",
|
|
"keywords": [
|
|
"io",
|
|
"actions"
|
|
],
|
|
"homepage": "https://github.com/actions/toolkit/tree/master/packages/io",
|
|
"license": "MIT",
|
|
"main": "lib/io.js",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"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"
|
|
},
|
|
"gitHead": "a40bce7c8d382aa3dbadaa327acbc696e9390e55"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.0.tgz"
|
|
,"_integrity": "sha512-ezrJSRdqtXtdx1WXlfYL85+40F7gB39jCK9P0jZVODW3W6xUYmu6ZOEc/UmmElUwhRyDRm1R4yNZu1Joq2kuQg=="
|
|
,"_from": "@actions/io@1.0.0"
|
|
} |