{ "_args": [ [ "@actions/github@1.0.1", "/home/svenstaro/prj/upload-release-action" ] ], "_from": "@actions/github@1.0.1", "_id": "@actions/github@1.0.1", "_inBundle": false, "_integrity": "sha512-fmji0JB0E4vmtXVjnqCJouLP4AyM/B5nbLe9U9ooPerxXh9r+VBlx8Lh5c+Dlvux1GooUduQxy4XVA21Lfs/Wg==", "_location": "/@actions/github", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@actions/github@1.0.1", "name": "@actions/github", "escapedName": "@actions%2fgithub", "scope": "@actions", "rawSpec": "1.0.1", "saveSpec": null, "fetchSpec": "1.0.1" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/@actions/github/-/github-1.0.1.tgz", "_spec": "1.0.1", "_where": "/home/svenstaro/prj/upload-release-action", "bugs": { "url": "https://github.com/actions/toolkit/issues" }, "dependencies": { "@octokit/graphql": "^2.0.1", "@octokit/rest": "^16.15.0" }, "description": "Actions github lib", "devDependencies": { "jest": "^24.7.1" }, "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "homepage": "https://github.com/actions/toolkit/tree/master/packages/github", "keywords": [ "github", "actions" ], "license": "MIT", "main": "lib/github.js", "name": "@actions/github", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/actions/toolkit.git" }, "scripts": { "build": "tsc", "test": "jest", "tsc": "tsc" }, "version": "1.0.1" }