2019-06-19 15:44:17 +02:00
|
|
|
{
|
2020-10-01 16:45:33 +02:00
|
|
|
"name": "@actions/io",
|
|
|
|
"version": "1.0.0",
|
2019-06-19 15:44:17 +02:00
|
|
|
"description": "Actions io lib",
|
2020-10-01 16:45:33 +02:00
|
|
|
"keywords": [
|
|
|
|
"io",
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/actions/toolkit/tree/master/packages/io",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "lib/io.js",
|
2019-06-19 15:44:17 +02:00
|
|
|
"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"
|
|
|
|
},
|
2020-10-01 16:45:33 +02:00
|
|
|
"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"
|
|
|
|
}
|