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

65 lines
1.5 KiB
JSON
Raw Normal View History

2019-06-19 20:22:22 +00:00
{
2019-09-09 17:27:23 +00:00
"_args": [
[
"@actions/io@1.0.0",
"C:\\dev\\repos\\actions\\setup-dotnet"
]
],
"_from": "@actions/io@1.0.0",
2019-08-19 18:52:56 +00:00
"_id": "@actions/io@1.0.0",
2019-06-19 20:22:22 +00:00
"_inBundle": false,
2019-08-19 18:52:56 +00:00
"_integrity": "sha512-ezrJSRdqtXtdx1WXlfYL85+40F7gB39jCK9P0jZVODW3W6xUYmu6ZOEc/UmmElUwhRyDRm1R4yNZu1Joq2kuQg==",
2019-06-19 20:22:22 +00:00
"_location": "/@actions/io",
"_phantomChildren": {},
"_requested": {
2019-09-09 17:27:23 +00:00
"type": "version",
2019-08-19 18:52:56 +00:00
"registry": true,
2019-09-09 17:27:23 +00:00
"raw": "@actions/io@1.0.0",
2019-06-19 20:22:22 +00:00
"name": "@actions/io",
"escapedName": "@actions%2fio",
"scope": "@actions",
2019-09-09 17:27:23 +00:00
"rawSpec": "1.0.0",
2019-08-19 18:52:56 +00:00
"saveSpec": null,
2019-09-09 17:27:23 +00:00
"fetchSpec": "1.0.0"
2019-06-19 20:22:22 +00:00
},
"_requiredBy": [
"/",
"/@actions/tool-cache"
],
2019-08-19 18:52:56 +00:00
"_resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.0.tgz",
2019-09-09 17:27:23 +00:00
"_spec": "1.0.0",
"_where": "C:\\dev\\repos\\actions\\setup-dotnet",
2019-06-19 20:22:22 +00:00
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"description": "Actions io lib",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
2019-08-19 18:52:56 +00:00
"gitHead": "a40bce7c8d382aa3dbadaa327acbc696e9390e55",
2019-06-19 20:22:22 +00:00
"homepage": "https://github.com/actions/toolkit/tree/master/packages/io",
"keywords": [
"io",
"actions"
],
"license": "MIT",
"main": "lib/io.js",
"name": "@actions/io",
"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"
},
2019-08-19 18:52:56 +00:00
"version": "1.0.0"
2019-06-19 20:22:22 +00:00
}