68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"_from": "@actions/exec",
|
|
"_id": "@actions/exec@1.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-TogJGnueOmM7ntCi0ASTUj4LapRRtDfj57Ja4IhPmg2fls28uVOPbAn8N+JifaOumN2UG3oEO/Ixek2A4NcYSA==",
|
|
"_location": "/@actions/exec",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "@actions/exec",
|
|
"name": "@actions/exec",
|
|
"escapedName": "@actions%2fexec",
|
|
"scope": "@actions",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.3.tgz",
|
|
"_shasum": "b967f8700d6ff011dcc91243b58bafc1bb9ab95f",
|
|
"_spec": "@actions/exec",
|
|
"_where": "/home/dawidd6/github/dawidd6/action-debian-package",
|
|
"bugs": {
|
|
"url": "https://github.com/actions/toolkit/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@actions/io": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Actions exec lib",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
|
|
"keywords": [
|
|
"github",
|
|
"actions",
|
|
"exec"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/exec.js",
|
|
"name": "@actions/exec",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actions/toolkit.git",
|
|
"directory": "packages/exec"
|
|
},
|
|
"scripts": {
|
|
"audit-moderate": "npm install && npm audit --audit-level=moderate",
|
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
"tsc": "tsc"
|
|
},
|
|
"types": "lib/exec.d.ts",
|
|
"version": "1.0.3"
|
|
}
|