{ "_from": "@actions/core@^1.2.6", "_id": "@actions/core@1.6.0", "_inBundle": false, "_integrity": "sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==", "_location": "/@actions/core", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@actions/core@^1.2.6", "name": "@actions/core", "escapedName": "@actions%2fcore", "scope": "@actions", "rawSpec": "^1.2.6", "saveSpec": null, "fetchSpec": "^1.2.6" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.6.0.tgz", "_shasum": "0568e47039bfb6a9170393a73f3b7eb3b22462cb", "_spec": "@actions/core@^1.2.6", "_where": "/home/runner/work/satshkd-vercel/satshkd-vercel", "bugs": { "url": "https://github.com/actions/toolkit/issues" }, "bundleDependencies": false, "dependencies": { "@actions/http-client": "^1.0.11" }, "deprecated": false, "description": "Actions core lib", "devDependencies": { "@types/node": "^12.0.2" }, "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib", "!.DS_Store" ], "homepage": "https://github.com/actions/toolkit/tree/main/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": { "audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json", "test": "echo \"Error: run tests from root\" && exit 1", "tsc": "tsc" }, "types": "lib/core.d.ts", "version": "1.6.0" }