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

67 lines
1.9 KiB
JSON
Raw Normal View History

2019-08-04 01:37:07 +00:00
{
2019-08-07 04:05:52 +00:00
"_from": "file:toolkit/actions-github-0.0.0.tgz",
2019-08-04 01:37:07 +00:00
"_id": "@actions/github@0.0.0",
"_inBundle": false,
"_integrity": "sha512-K13pi9kbZqFnvhe8m6uqfz4kCnB4Ki6fzv4XBae1zDZfn2Si+Qx6j1pAfXSo7QI2+ZWAX/g0paFgcJsS6ZTWZA==",
"_location": "/@actions/github",
"_phantomChildren": {},
"_requested": {
"type": "file",
2019-08-07 04:05:52 +00:00
"where": "/Users/rachmari/github-repos/hello-world-javascript-action",
2019-08-04 01:37:07 +00:00
"raw": "@actions/github@file:toolkit/actions-github-0.0.0.tgz",
"name": "@actions/github",
"escapedName": "@actions%2fgithub",
"scope": "@actions",
"rawSpec": "file:toolkit/actions-github-0.0.0.tgz",
2019-08-07 04:05:52 +00:00
"saveSpec": "file:toolkit/actions-github-0.0.0.tgz",
"fetchSpec": "/Users/rachmari/github-repos/hello-world-javascript-action/toolkit/actions-github-0.0.0.tgz"
2019-08-04 01:37:07 +00:00
},
"_requiredBy": [
"/"
],
2019-08-07 04:05:52 +00:00
"_resolved": "/Users/rachmari/github-repos/hello-world-javascript-action/toolkit/actions-github-0.0.0.tgz",
2019-08-04 01:37:07 +00:00
"_spec": "@actions/github@file:toolkit/actions-github-0.0.0.tgz",
2019-08-07 04:05:52 +00:00
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action",
2019-08-04 01:37:07 +00:00
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"bundleDependencies": false,
"dependencies": {
"@octokit/graphql": "^2.0.1",
"@octokit/rest": "^16.15.0"
},
"deprecated": false,
"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": "0.0.0"
}