ghaction-github-pages/node_modules/@actions/io/package.json

68 lines
1.6 KiB
JSON
Raw Normal View History

2019-12-10 16:48:53 +08:00
{
"_args": [
[
2020-01-17 14:58:34 +08:00
"@actions/io@1.0.2",
2019-12-10 16:48:53 +08:00
"/home/runner/work/ghaction-github-pages/ghaction-github-pages"
]
],
2020-01-17 14:58:34 +08:00
"_from": "@actions/io@1.0.2",
"_id": "@actions/io@1.0.2",
2019-12-10 16:48:53 +08:00
"_inBundle": false,
2020-01-17 14:58:34 +08:00
"_integrity": "sha512-J8KuFqVPr3p6U8W93DOXlXW6zFvrQAJANdS+vw0YhusLIq+bszW8zmK2Fh1C2kDPX8FMvwIl1OUcFgvJoXLbAg==",
2019-12-10 16:48:53 +08:00
"_location": "/@actions/io",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
2020-01-17 14:58:34 +08:00
"raw": "@actions/io@1.0.2",
2019-12-10 16:48:53 +08:00
"name": "@actions/io",
"escapedName": "@actions%2fio",
"scope": "@actions",
2020-01-17 14:58:34 +08:00
"rawSpec": "1.0.2",
2019-12-10 16:48:53 +08:00
"saveSpec": null,
2020-01-17 14:58:34 +08:00
"fetchSpec": "1.0.2"
2019-12-10 16:48:53 +08:00
},
"_requiredBy": [
"#DEV:/",
"/@actions/exec"
],
2020-01-17 14:58:34 +08:00
"_resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.2.tgz",
"_spec": "1.0.2",
2019-12-10 16:48:53 +08:00
"_where": "/home/runner/work/ghaction-github-pages/ghaction-github-pages",
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"description": "Actions io lib",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"homepage": "https://github.com/actions/toolkit/tree/master/packages/io",
"keywords": [
"github",
"actions",
"io"
],
"license": "MIT",
"main": "lib/io.js",
"name": "@actions/io",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
2020-01-17 14:58:34 +08:00
"url": "git+https://github.com/actions/toolkit.git",
"directory": "packages/io"
2019-12-10 16:48:53 +08:00
},
"scripts": {
2020-01-17 14:58:34 +08:00
"audit-moderate": "npm install && npm audit --audit-level=moderate",
2019-12-10 16:48:53 +08:00
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
2020-01-17 14:58:34 +08:00
"types": "lib/io.d.ts",
"version": "1.0.2"
2019-12-10 16:48:53 +08:00
}