gotesttools-gotestfmt-action/node_modules/@octokit/rest/package.json
2021-07-28 08:24:31 +02:00

102 lines
2.6 KiB
JSON

{
"_from": "@octokit/rest",
"_id": "@octokit/rest@18.7.1",
"_inBundle": false,
"_integrity": "sha512-790Yv8Xpbqs3BtnMAO5hlOftVICHPdgZ/3qlTmeOoqrQGzT25BIpHkg/KKMeKG9Fg8d598PLxGhf80RswElv9g==",
"_location": "/@octokit/rest",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@octokit/rest",
"name": "@octokit/rest",
"escapedName": "@octokit%2frest",
"scope": "@octokit",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.7.1.tgz",
"_shasum": "575ecf8b881b79540daa28b0fa3a2b3ae8ef2649",
"_spec": "@octokit/rest",
"_where": "D:\\go\\src\\github.com\\haveyoudebuggedit\\gotestfmt-action",
"bugs": {
"url": "https://github.com/octokit/rest.js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Mike de Boer",
"email": "info@mikedeboer.nl"
},
{
"name": "Fabian Jakobs",
"email": "fabian@c9.io"
},
{
"name": "Joe Gallo",
"email": "joe@brassafrax.com"
},
{
"name": "Gregor Martynus",
"url": "https://github.com/gr2m"
}
],
"dependencies": {
"@octokit/core": "^3.5.0",
"@octokit/plugin-paginate-rest": "^2.6.2",
"@octokit/plugin-request-log": "^1.0.2",
"@octokit/plugin-rest-endpoint-methods": "5.5.1"
},
"deprecated": false,
"description": "GitHub REST API client for Node.js",
"devDependencies": {
"@octokit/auth": "^3.0.1",
"@octokit/fixtures-server": "^6.0.11",
"@octokit/request": "^5.2.0",
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.9.2",
"@pika/plugin-build-web": "^0.9.2",
"@pika/plugin-ts-standard-pkg": "^0.9.2",
"@types/jest": "^26.0.0",
"@types/node": "^14.0.1",
"fetch-mock": "^9.0.0",
"jest": "^27.0.1",
"prettier": "2.3.2",
"semantic-release": "^17.0.0",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^27.0.1",
"typescript": "^4.0.0"
},
"files": [
"dist-*/",
"bin/"
],
"homepage": "https://github.com/octokit/rest.js#readme",
"keywords": [
"octokit",
"github",
"rest",
"api-client"
],
"license": "MIT",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"name": "@octokit/rest",
"pika": true,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/rest.js.git"
},
"sideEffects": false,
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"version": "18.7.1"
}