setup-node/node_modules/@actions/exec/package.json

44 lines
1.1 KiB
JSON
Raw Normal View History

2019-08-03 21:49:54 -04:00
{
2020-01-24 12:21:24 -05:00
"name": "@actions/exec",
"version": "1.0.3",
2019-08-03 21:49:54 -04:00
"description": "Actions exec lib",
"keywords": [
2020-01-24 12:20:19 -05:00
"github",
"actions",
"exec"
2019-08-03 21:49:54 -04:00
],
2020-01-24 12:21:24 -05:00
"homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
2019-08-03 21:49:54 -04:00
"license": "MIT",
"main": "lib/exec.js",
2020-01-24 12:21:24 -05:00
"types": "lib/exec.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
2019-08-03 21:49:54 -04:00
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
2020-01-24 12:20:19 -05:00
"url": "git+https://github.com/actions/toolkit.git",
"directory": "packages/exec"
2019-08-03 21:49:54 -04:00
},
"scripts": {
2020-01-24 12:20:19 -05:00
"audit-moderate": "npm install && npm audit --audit-level=moderate",
2019-08-03 21:49:54 -04:00
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
2020-01-24 12:21:24 -05:00
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/io": "^1.0.1"
}
,"_resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.3.tgz"
,"_integrity": "sha512-TogJGnueOmM7ntCi0ASTUj4LapRRtDfj57Ja4IhPmg2fls28uVOPbAn8N+JifaOumN2UG3oEO/Ixek2A4NcYSA=="
,"_from": "@actions/exec@1.0.3"
}