65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
|
{
|
||
|
"_from": "file:toolkit\\actions-core-0.0.0.tgz",
|
||
|
"_id": "@actions/core@0.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-P+mC79gXC2yvyU0+RDctxKUI1Q3tNruB+aSmFI47j2H0DylxtDEgycW9WXwt/zCY62lfwfvBoGKpuJRvFHDqpw==",
|
||
|
"_location": "/@actions/core",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "file",
|
||
|
"where": "Z:\\Dreamlifter\\stale-bot",
|
||
|
"raw": "@actions/core@file:toolkit/actions-core-0.0.0.tgz",
|
||
|
"name": "@actions/core",
|
||
|
"escapedName": "@actions%2fcore",
|
||
|
"scope": "@actions",
|
||
|
"rawSpec": "file:toolkit/actions-core-0.0.0.tgz",
|
||
|
"saveSpec": "file:toolkit\\actions-core-0.0.0.tgz",
|
||
|
"fetchSpec": "Z:\\Dreamlifter\\stale-bot\\toolkit\\actions-core-0.0.0.tgz"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#USER",
|
||
|
"/",
|
||
|
"/@actions/tool-cache"
|
||
|
],
|
||
|
"_resolved": "Z:\\Dreamlifter\\stale-bot\\toolkit\\actions-core-0.0.0.tgz",
|
||
|
"_shasum": "3f3d82f209fd62dd9c01f180c963596f6c479f29",
|
||
|
"_spec": "@actions/core@file:toolkit/actions-core-0.0.0.tgz",
|
||
|
"_where": "Z:\\Dreamlifter\\stale-bot",
|
||
|
"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"
|
||
|
],
|
||
|
"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"
|
||
|
},
|
||
|
"version": "0.0.0"
|
||
|
}
|