0
1
Fork 0
setup-go/node_modules/@actions/core/package.json

65 lines
1.6 KiB
JSON
Raw Normal View History

2019-06-19 15:44:17 +02:00
{
2019-08-16 15:43:51 +02:00
"_from": "@actions/core@^1.0.0",
"_id": "@actions/core@1.0.0",
2019-06-19 15:44:17 +02:00
"_inBundle": false,
2019-08-16 15:43:51 +02:00
"_integrity": "sha512-aMIlkx96XH4E/2YZtEOeyrYQfhlas9jIRkfGPqMwXD095Rdkzo4lB6ZmbxPQSzD+e1M+Xsm98ZhuSMYGv/AlqA==",
2019-06-19 15:44:17 +02:00
"_location": "/@actions/core",
"_phantomChildren": {},
"_requested": {
2019-08-16 15:43:51 +02:00
"type": "range",
"registry": true,
"raw": "@actions/core@^1.0.0",
2019-06-19 15:44:17 +02:00
"name": "@actions/core",
"escapedName": "@actions%2fcore",
"scope": "@actions",
2019-08-16 15:43:51 +02:00
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
2019-06-19 15:44:17 +02:00
},
"_requiredBy": [
"/",
"/@actions/tool-cache"
],
2019-08-16 15:43:51 +02:00
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.0.0.tgz",
"_shasum": "4a090a2e958cc300b9ea802331034d5faf42d239",
"_spec": "@actions/core@^1.0.0",
"_where": "C:\\Users\\damccorm\\Documents\\setup-go",
2019-06-19 15:44:17 +02:00
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Actions core lib",
"devDependencies": {
"@types/node": "^12.0.2"
},
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
2019-08-16 15:43:51 +02:00
"gitHead": "a40bce7c8d382aa3dbadaa327acbc696e9390e55",
2019-06-19 15:44:17 +02:00
"homepage": "https://github.com/actions/toolkit/tree/master/packages/core",
"keywords": [
"core",
"actions"
],
"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-08-16 15:43:51 +02:00
"version": "1.0.0"
2019-06-19 15:44:17 +02:00
}