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

68 lines
1.6 KiB
JSON
Raw Normal View History

2019-10-11 07:44:23 +08:00
{
"_args": [
[
2019-10-21 16:44:30 +08:00
"@actions/core@1.2.0",
2019-10-16 17:48:24 +08:00
"/home/runner/work/ghaction-github-pages/ghaction-github-pages"
2019-10-11 07:44:23 +08:00
]
],
2019-10-21 16:44:30 +08:00
"_from": "@actions/core@1.2.0",
"_id": "@actions/core@1.2.0",
2019-10-11 07:44:23 +08:00
"_inBundle": false,
2019-10-21 16:44:30 +08:00
"_integrity": "sha512-ZKdyhlSlyz38S6YFfPnyNgCDZuAF2T0Qv5eHflNWytPS8Qjvz39bZFMry9Bb/dpSnqWcNeav5yM2CTYpJeY+Dw==",
2019-10-11 07:44:23 +08:00
"_location": "/@actions/core",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
2019-10-21 16:44:30 +08:00
"raw": "@actions/core@1.2.0",
2019-10-11 07:44:23 +08:00
"name": "@actions/core",
"escapedName": "@actions%2fcore",
"scope": "@actions",
2019-10-21 16:44:30 +08:00
"rawSpec": "1.2.0",
2019-10-11 07:44:23 +08:00
"saveSpec": null,
2019-10-21 16:44:30 +08:00
"fetchSpec": "1.2.0"
2019-10-11 07:44:23 +08:00
},
"_requiredBy": [
"/"
],
2019-10-21 16:44:30 +08:00
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.0.tgz",
"_spec": "1.2.0",
2019-10-16 17:48:24 +08:00
"_where": "/home/runner/work/ghaction-github-pages/ghaction-github-pages",
2019-10-11 07:44:23 +08:00
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"description": "Actions core lib",
"devDependencies": {
"@types/node": "^12.0.2"
},
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"homepage": "https://github.com/actions/toolkit/tree/master/packages/core",
"keywords": [
"github",
"actions",
"core"
],
"license": "MIT",
"main": "lib/core.js",
"name": "@actions/core",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/toolkit.git",
"directory": "packages/core"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
2019-10-21 16:44:30 +08:00
"version": "1.2.0"
2019-10-11 07:44:23 +08:00
}