2019-06-19 15:44:17 +02:00
|
|
|
{
|
2020-10-01 16:45:33 +02:00
|
|
|
"name": "@actions/exec",
|
|
|
|
"version": "1.0.0",
|
2019-06-19 15:44:17 +02:00
|
|
|
"description": "Actions exec lib",
|
2020-10-01 16:45:33 +02:00
|
|
|
"keywords": [
|
|
|
|
"exec",
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "lib/exec.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"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@actions/io": "^1.0.0"
|
|
|
|
},
|
|
|
|
"gitHead": "a40bce7c8d382aa3dbadaa327acbc696e9390e55"
|
|
|
|
|
|
|
|
,"_resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.0.tgz"
|
|
|
|
,"_integrity": "sha512-nquH0+XKng+Ll7rZfCojN7NWSbnGh+ltwUJhzfbLkmOJgxocGX2/yXcZLMyT9fa7+tByEow/NSTrBExNlEj9fw=="
|
|
|
|
,"_from": "@actions/exec@1.0.0"
|
|
|
|
}
|