hello-world-javascript-action/node_modules/@actions/core/package.json

66 lines
1.6 KiB
JSON
Raw Normal View History

2019-08-03 21:44:52 +00:00
{
2019-09-06 22:17:38 +00:00
"_from": "@actions/core",
"_id": "@actions/core@1.1.0",
2019-08-03 21:44:52 +00:00
"_inBundle": false,
2019-09-06 22:17:38 +00:00
"_integrity": "sha512-KKpo3xzo0Zsikni9tbOsEQkxZBGDsYSJZNkTvmo0gPSXrc98TBOcdTvKwwjitjkjHkreTggWdB1ACiAFVgsuzA==",
2019-08-03 21:44:52 +00:00
"_location": "/@actions/core",
"_phantomChildren": {},
"_requested": {
2019-09-06 22:17:38 +00:00
"type": "tag",
"registry": true,
"raw": "@actions/core",
2019-08-03 21:44:52 +00:00
"name": "@actions/core",
"escapedName": "@actions%2fcore",
"scope": "@actions",
2019-09-06 22:17:38 +00:00
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
2019-08-03 21:44:52 +00:00
},
"_requiredBy": [
2019-09-06 22:17:38 +00:00
"#USER",
2019-08-07 04:05:52 +00:00
"/"
2019-08-03 21:44:52 +00:00
],
2019-09-06 22:17:38 +00:00
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.1.0.tgz",
"_shasum": "25c3aff43a20f9c5a04e2a3439898a49ba8d3625",
"_spec": "@actions/core",
2019-08-07 04:05:52 +00:00
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action",
2019-08-03 21:44:52 +00:00
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
2019-09-06 22:17:38 +00:00
"bundleDependencies": false,
"deprecated": false,
2019-08-03 21:44:52 +00:00
"description": "Actions core lib",
"devDependencies": {
"@types/node": "^12.0.2"
},
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
2019-09-06 22:17:38 +00:00
"gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52",
2019-08-03 21:44:52 +00:00
"homepage": "https://github.com/actions/toolkit/tree/master/packages/core",
"keywords": [
2019-09-06 22:17:38 +00:00
"github",
"actions",
"core"
2019-08-03 21:44:52 +00:00
],
"license": "MIT",
"main": "lib/core.js",
"name": "@actions/core",
"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-09-06 22:17:38 +00:00
"version": "1.1.0"
2019-08-03 21:44:52 +00:00
}