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

67 lines
1.6 KiB
JSON
Raw Normal View History

2019-06-19 20:22:22 +00:00
{
2019-12-13 14:19:15 +00:00
"_from": "@actions/exec@1.0.2",
"_id": "@actions/exec@1.0.2",
2019-06-19 20:22:22 +00:00
"_inBundle": false,
2019-12-13 14:19:15 +00:00
"_integrity": "sha512-Yo/wfcFuxbVjAaAfvx3aGLhMEuonOahas2jf8BwyA52IkXTAmLi7YVZTpGAQG/lTxuGoNLg9slTWQD4rr7rMDQ==",
2019-06-19 20:22:22 +00:00
"_location": "/@actions/exec",
"_phantomChildren": {},
"_requested": {
2019-09-09 17:27:23 +00:00
"type": "version",
2019-08-19 18:52:56 +00:00
"registry": true,
2019-12-13 14:19:15 +00:00
"raw": "@actions/exec@1.0.2",
2019-06-19 20:22:22 +00:00
"name": "@actions/exec",
"escapedName": "@actions%2fexec",
"scope": "@actions",
2019-12-13 14:19:15 +00:00
"rawSpec": "1.0.2",
2019-08-19 18:52:56 +00:00
"saveSpec": null,
2019-12-13 14:19:15 +00:00
"fetchSpec": "1.0.2"
2019-06-19 20:22:22 +00:00
},
"_requiredBy": [
2019-12-13 14:19:15 +00:00
"#USER",
2019-06-19 20:22:22 +00:00
"/",
"/@actions/tool-cache"
],
2019-12-13 14:19:15 +00:00
"_resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.2.tgz",
"_shasum": "80ae9c2ea0bf5d0046a9f73d2a1b15bddfff0311",
"_spec": "@actions/exec@1.0.2",
"_where": "C:\\Users\\Stanley\\Projects\\GitHub\\setup-dotnet",
2019-06-19 20:22:22 +00:00
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
2019-12-13 14:19:15 +00:00
"bundleDependencies": false,
"dependencies": {
"@actions/io": "^1.0.1"
2019-06-19 20:22:22 +00:00
},
2019-12-13 14:19:15 +00:00
"deprecated": false,
"description": "Actions exec lib",
2019-06-19 20:22:22 +00:00
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
"keywords": [
2019-12-13 14:19:15 +00:00
"github",
"actions",
"exec"
2019-06-19 20:22:22 +00:00
],
"license": "MIT",
"main": "lib/exec.js",
"name": "@actions/exec",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
2019-12-13 14:19:15 +00:00
"url": "git+https://github.com/actions/toolkit.git",
"directory": "packages/exec"
2019-06-19 20:22:22 +00:00
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
2019-12-13 14:19:15 +00:00
"version": "1.0.2"
2019-06-19 20:22:22 +00:00
}