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

70 lines
1.7 KiB
JSON
Raw Normal View History

2019-10-11 07:44:23 +08:00
{
2019-11-06 09:46:58 +08:00
"_args": [
[
2020-01-17 14:58:34 +08:00
"@actions/core@1.2.1",
2019-11-06 09:46:58 +08:00
"/home/runner/work/ghaction-github-pages/ghaction-github-pages"
]
2019-10-11 07:44:23 +08:00
],
2020-01-17 14:58:34 +08:00
"_from": "@actions/core@1.2.1",
"_id": "@actions/core@1.2.1",
2019-11-06 09:46:58 +08:00
"_inBundle": false,
2020-01-17 14:58:34 +08:00
"_integrity": "sha512-xD+CQd9p4lU7ZfRqmUcbJpqR+Ss51rJRVeXMyOLrZQImN9/8Sy/BEUBnHO/UKD3z03R686PVTLfEPmkropGuLw==",
2019-11-06 09:46:58 +08:00
"_location": "/@actions/core",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
2020-01-17 14:58:34 +08:00
"raw": "@actions/core@1.2.1",
2019-11-06 09:46:58 +08:00
"name": "@actions/core",
"escapedName": "@actions%2fcore",
"scope": "@actions",
2020-01-17 14:58:34 +08:00
"rawSpec": "1.2.1",
2019-11-06 09:46:58 +08:00
"saveSpec": null,
2020-01-17 14:58:34 +08:00
"fetchSpec": "1.2.1"
2019-11-06 09:46:58 +08:00
},
"_requiredBy": [
"/"
],
2020-01-17 14:58:34 +08:00
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.1.tgz",
"_spec": "1.2.1",
2019-11-06 09:46:58 +08:00
"_where": "/home/runner/work/ghaction-github-pages/ghaction-github-pages",
"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"
],
2019-11-06 09:46:58 +08:00
"homepage": "https://github.com/actions/toolkit/tree/master/packages/core",
"keywords": [
"github",
"actions",
"core"
],
"license": "MIT",
"main": "lib/core.js",
"name": "@actions/core",
2019-10-11 07:44:23 +08:00
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/toolkit.git",
"directory": "packages/core"
},
"scripts": {
2020-01-17 14:58:34 +08:00
"audit-moderate": "npm install && npm audit --audit-level=moderate",
2019-10-11 07:44:23 +08:00
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
2020-01-17 14:58:34 +08:00
"types": "lib/core.d.ts",
"version": "1.2.1"
2019-11-06 09:46:58 +08:00
}