update deps

This commit is contained in:
Alex Kalyvitis 2020-06-18 18:43:30 +02:00
parent 3ff198f23b
commit f9768ac4ba
384 changed files with 13733 additions and 26207 deletions

View file

@ -1,40 +1,28 @@
{
"_args": [
[
"@octokit/auth-token@2.4.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
"name": "@octokit/auth-token",
"description": "GitHub API token authentication for browsers and Node.js",
"version": "2.4.0",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"_from": "@octokit/auth-token@2.4.0",
"_id": "@octokit/auth-token@2.4.0",
"_inBundle": false,
"_integrity": "sha512-eoOVMjILna7FVQf96iWc3+ZtE/ZT6y8ob8ZzcqKY1ibSQCnu4O/B7pJvzMx5cyZ/RjAff6DAdEb0O0Cjcxidkg==",
"_location": "/@octokit/auth-token",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@octokit/auth-token@2.4.0",
"name": "@octokit/auth-token",
"escapedName": "@octokit%2fauth-token",
"scope": "@octokit",
"rawSpec": "2.4.0",
"saveSpec": null,
"fetchSpec": "2.4.0"
},
"_requiredBy": [
"/@octokit/core"
"pika": true,
"sideEffects": false,
"keywords": [
"github",
"octokit",
"authentication",
"api"
],
"_resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.4.0.tgz",
"_spec": "2.4.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"homepage": "https://github.com/octokit/auth-token.js#readme",
"bugs": {
"url": "https://github.com/octokit/auth-token.js/issues"
},
"repository": "https://github.com/octokit/auth-token.js",
"dependencies": {
"@octokit/types": "^2.0.0"
},
"description": "GitHub API token authentication for browsers and Node.js",
"devDependencies": {
"@octokit/request": "^5.3.0",
"@pika/pack": "^0.5.0",
@ -49,31 +37,15 @@
"ts-jest": "^24.0.2",
"typescript": "^3.5.1"
},
"files": [
"dist-*/",
"bin/"
],
"homepage": "https://github.com/octokit/auth-token.js#readme",
"keywords": [
"github",
"octokit",
"authentication",
"api"
],
"license": "MIT",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"name": "@octokit/auth-token",
"pika": true,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/auth-token.js.git"
},
"sideEffects": false,
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"version": "2.4.0"
}
"main": "dist-node/index.js",
"module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.4.0.tgz"
,"_integrity": "sha512-eoOVMjILna7FVQf96iWc3+ZtE/ZT6y8ob8ZzcqKY1ibSQCnu4O/B7pJvzMx5cyZ/RjAff6DAdEb0O0Cjcxidkg=="
,"_from": "@octokit/auth-token@2.4.0"
}

View file

@ -1,36 +1,22 @@
{
"_args": [
[
"@octokit/core@2.4.2",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
"name": "@octokit/core",
"description": "Extendable client for GitHub's REST & GraphQL APIs",
"version": "2.4.2",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"_from": "@octokit/core@2.4.2",
"_id": "@octokit/core@2.4.2",
"_inBundle": false,
"_integrity": "sha512-fUx/Qt774cgiPhb3HRKfdl6iufVL/ltECkwkCg373I4lIPYvAPY4cbidVZqyVqHI+ThAIlFlTW8FT4QHChv3Sg==",
"_location": "/@octokit/core",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@octokit/core@2.4.2",
"name": "@octokit/core",
"escapedName": "@octokit%2fcore",
"scope": "@octokit",
"rawSpec": "2.4.2",
"saveSpec": null,
"fetchSpec": "2.4.2"
},
"_requiredBy": [
"/@octokit/rest"
"pika": true,
"sideEffects": false,
"keywords": [
"octokit",
"github",
"api",
"sdk",
"toolkit"
],
"_resolved": "https://registry.npmjs.org/@octokit/core/-/core-2.4.2.tgz",
"_spec": "2.4.2",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"bugs": {
"url": "https://github.com/octokit/core.js/issues"
},
"repository": "https://github.com/octokit/core.js",
"dependencies": {
"@octokit/auth-token": "^2.4.0",
"@octokit/graphql": "^4.3.1",
@ -39,7 +25,6 @@
"before-after-hook": "^2.1.0",
"universal-user-agent": "^5.0.0"
},
"description": "Extendable client for GitHub's REST & GraphQL APIs",
"devDependencies": {
"@octokit/auth": "^1.1.0",
"@pika/pack": "^0.5.0",
@ -62,32 +47,15 @@
"ts-jest": "^25.1.0",
"typescript": "^3.5.3"
},
"files": [
"dist-*/",
"bin/"
],
"homepage": "https://github.com/octokit/core.js#readme",
"keywords": [
"octokit",
"github",
"api",
"sdk",
"toolkit"
],
"license": "MIT",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"name": "@octokit/core",
"pika": true,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/core.js.git"
},
"sideEffects": false,
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"version": "2.4.2"
}
"main": "dist-node/index.js",
"module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/core/-/core-2.4.2.tgz"
,"_integrity": "sha512-fUx/Qt774cgiPhb3HRKfdl6iufVL/ltECkwkCg373I4lIPYvAPY4cbidVZqyVqHI+ThAIlFlTW8FT4QHChv3Sg=="
,"_from": "@octokit/core@2.4.2"
}

View file

@ -1,42 +1,33 @@
{
"_args": [
[
"@octokit/endpoint@5.5.3",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
"name": "@octokit/endpoint",
"description": "Turns REST API endpoints into generic request options",
"version": "5.5.3",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"_from": "@octokit/endpoint@5.5.3",
"_id": "@octokit/endpoint@5.5.3",
"_inBundle": false,
"_integrity": "sha512-EzKwkwcxeegYYah5ukEeAI/gYRLv2Y9U5PpIsseGSFDk+G3RbipQGBs8GuYS1TLCtQaqoO66+aQGtITPalxsNQ==",
"_location": "/@octokit/endpoint",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@octokit/endpoint@5.5.3",
"name": "@octokit/endpoint",
"escapedName": "@octokit%2fendpoint",
"scope": "@octokit",
"rawSpec": "5.5.3",
"saveSpec": null,
"fetchSpec": "5.5.3"
},
"_requiredBy": [
"/@octokit/request"
"pika": true,
"sideEffects": false,
"keywords": [
"octokit",
"github",
"api",
"rest"
],
"_resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-5.5.3.tgz",
"_spec": "5.5.3",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"homepage": "https://github.com/octokit/endpoint.js#readme",
"bugs": {
"url": "https://github.com/octokit/endpoint.js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/endpoint.js.git"
},
"dependencies": {
"@octokit/types": "^2.0.0",
"is-plain-object": "^3.0.0",
"universal-user-agent": "^5.0.0"
},
"description": "Turns REST API endpoints into generic request options",
"devDependencies": {
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.9.0",
@ -50,31 +41,15 @@
"ts-jest": "^25.1.0",
"typescript": "^3.4.5"
},
"files": [
"dist-*/",
"bin/"
],
"homepage": "https://github.com/octokit/endpoint.js#readme",
"keywords": [
"octokit",
"github",
"api",
"rest"
],
"license": "MIT",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"name": "@octokit/endpoint",
"pika": true,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/endpoint.js.git"
},
"sideEffects": false,
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"version": "5.5.3"
}
"main": "dist-node/index.js",
"module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-5.5.3.tgz"
,"_integrity": "sha512-EzKwkwcxeegYYah5ukEeAI/gYRLv2Y9U5PpIsseGSFDk+G3RbipQGBs8GuYS1TLCtQaqoO66+aQGtITPalxsNQ=="
,"_from": "@octokit/endpoint@5.5.3"
}

View file

@ -1,39 +1,19 @@
{
"_args": [
[
"universal-user-agent@4.0.1",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
"name": "universal-user-agent",
"description": "Get a user agent string in both browser and node",
"version": "4.0.1",
"license": "ISC",
"files": [
"dist-*/",
"bin/"
],
"_from": "universal-user-agent@4.0.1",
"_id": "universal-user-agent@4.0.1",
"_inBundle": false,
"_integrity": "sha512-LnST3ebHwVL2aNe4mejI9IQh2HfZ1RLo8Io2HugSif8ekzD1TlWpHpColOB/eh8JHMLkGH3Akqf040I+4ylNxg==",
"_location": "/@octokit/graphql/universal-user-agent",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "universal-user-agent@4.0.1",
"name": "universal-user-agent",
"escapedName": "universal-user-agent",
"rawSpec": "4.0.1",
"saveSpec": null,
"fetchSpec": "4.0.1"
},
"_requiredBy": [
"/@octokit/graphql"
],
"_resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-4.0.1.tgz",
"_spec": "4.0.1",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"bugs": {
"url": "https://github.com/gr2m/universal-user-agent/issues"
},
"pika": true,
"sideEffects": false,
"keywords": [],
"repository": "https://github.com/gr2m/universal-user-agent.git",
"dependencies": {
"os-name": "^3.1.0"
},
"description": "Get a user agent string in both browser and node",
"devDependencies": {
"@gr2m/pika-plugin-build-web": "^0.6.0-issue-84.1",
"@pika/pack": "^0.5.0",
@ -46,23 +26,12 @@
"ts-jest": "^25.1.0",
"typescript": "^3.6.2"
},
"files": [
"dist-*/",
"bin/"
],
"homepage": "https://github.com/gr2m/universal-user-agent#readme",
"keywords": [],
"license": "ISC",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"name": "universal-user-agent",
"pika": true,
"repository": {
"type": "git",
"url": "git+https://github.com/gr2m/universal-user-agent.git"
},
"sideEffects": false,
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"version": "4.0.1"
}
"main": "dist-node/index.js",
"module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-4.0.1.tgz"
,"_integrity": "sha512-LnST3ebHwVL2aNe4mejI9IQh2HfZ1RLo8Io2HugSif8ekzD1TlWpHpColOB/eh8JHMLkGH3Akqf040I+4ylNxg=="
,"_from": "universal-user-agent@4.0.1"
}

View file

@ -1,45 +1,33 @@
{
"_args": [
[
"@octokit/graphql@4.3.1",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
"name": "@octokit/graphql",
"description": "GitHub GraphQL API client for browsers and Node",
"version": "4.3.1",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"_from": "@octokit/graphql@4.3.1",
"_id": "@octokit/graphql@4.3.1",
"_inBundle": false,
"_integrity": "sha512-hCdTjfvrK+ilU2keAdqNBWOk+gm1kai1ZcdjRfB30oA3/T6n53UVJb7w0L5cR3/rhU91xT3HSqCd+qbvH06yxA==",
"_location": "/@octokit/graphql",
"_phantomChildren": {
"os-name": "3.1.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@octokit/graphql@4.3.1",
"name": "@octokit/graphql",
"escapedName": "@octokit%2fgraphql",
"scope": "@octokit",
"rawSpec": "4.3.1",
"saveSpec": null,
"fetchSpec": "4.3.1"
},
"_requiredBy": [
"/@octokit/core"
"pika": true,
"sideEffects": false,
"keywords": [
"octokit",
"github",
"api",
"graphql"
],
"_resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.3.1.tgz",
"_spec": "4.3.1",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"homepage": "https://github.com/octokit/graphql.js#readme",
"bugs": {
"url": "https://github.com/octokit/graphql.js/issues"
},
"deno": "dist-web/index.js",
"repository": {
"type": "git",
"url": "https://github.com/octokit/graphql.js.git"
},
"dependencies": {
"@octokit/request": "^5.3.0",
"@octokit/types": "^2.0.0",
"universal-user-agent": "^4.0.0"
},
"description": "GitHub GraphQL API client for browsers and Node",
"devDependencies": {
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.7.0",
@ -56,30 +44,15 @@
"ts-jest": "^24.0.2",
"typescript": "^3.4.5"
},
"files": [
"dist-*/",
"bin/"
],
"homepage": "https://github.com/octokit/graphql.js#readme",
"keywords": [
"octokit",
"github",
"api",
"graphql"
],
"license": "MIT",
"main": "dist-node/index.js",
"name": "@octokit/graphql",
"pika": true,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/graphql.js.git"
},
"sideEffects": false,
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"version": "4.3.1"
}
"main": "dist-node/index.js",
"deno": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.3.1.tgz"
,"_integrity": "sha512-hCdTjfvrK+ilU2keAdqNBWOk+gm1kai1ZcdjRfB30oA3/T6n53UVJb7w0L5cR3/rhU91xT3HSqCd+qbvH06yxA=="
,"_from": "@octokit/graphql@4.3.1"
}

View file

@ -1,40 +1,24 @@
{
"_args": [
[
"@octokit/plugin-paginate-rest@2.0.2",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
"name": "@octokit/plugin-paginate-rest",
"description": "Octokit plugin to paginate REST API endpoint responses",
"version": "2.0.2",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"_from": "@octokit/plugin-paginate-rest@2.0.2",
"_id": "@octokit/plugin-paginate-rest@2.0.2",
"_inBundle": false,
"_integrity": "sha512-HzODcSUt9mjErly26TlTOGZrhf9bmF/FEDQ2zln1izhgmIV6ulsjsHmgmR4VZ0wzVr/m52Eb6U2XuyS8fkcR1A==",
"_location": "/@octokit/plugin-paginate-rest",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@octokit/plugin-paginate-rest@2.0.2",
"name": "@octokit/plugin-paginate-rest",
"escapedName": "@octokit%2fplugin-paginate-rest",
"scope": "@octokit",
"rawSpec": "2.0.2",
"saveSpec": null,
"fetchSpec": "2.0.2"
},
"_requiredBy": [
"/@octokit/rest"
"pika": true,
"sideEffects": false,
"keywords": [
"github",
"api",
"sdk",
"toolkit"
],
"_resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.0.2.tgz",
"_spec": "2.0.2",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"bugs": {
"url": "https://github.com/octokit/plugin-paginate-rest.js/issues"
},
"repository": "https://github.com/octokit/plugin-paginate-rest.js",
"dependencies": {
"@octokit/types": "^2.0.1"
},
"description": "Octokit plugin to paginate REST API endpoint responses",
"devDependencies": {
"@octokit/core": "^2.0.0",
"@pika/pack": "^0.5.0",
@ -52,31 +36,15 @@
"ts-jest": "^25.1.0",
"typescript": "^3.7.2"
},
"files": [
"dist-*/",
"bin/"
],
"homepage": "https://github.com/octokit/plugin-paginate-rest.js#readme",
"keywords": [
"github",
"api",
"sdk",
"toolkit"
],
"license": "MIT",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"name": "@octokit/plugin-paginate-rest",
"pika": true,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/plugin-paginate-rest.js.git"
},
"sideEffects": false,
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"version": "2.0.2"
}
"main": "dist-node/index.js",
"module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.0.2.tgz"
,"_integrity": "sha512-HzODcSUt9mjErly26TlTOGZrhf9bmF/FEDQ2zln1izhgmIV6ulsjsHmgmR4VZ0wzVr/m52Eb6U2XuyS8fkcR1A=="
,"_from": "@octokit/plugin-paginate-rest@2.0.2"
}

View file

@ -1,38 +1,22 @@
{
"_args": [
[
"@octokit/plugin-request-log@1.0.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_from": "@octokit/plugin-request-log@1.0.0",
"_id": "@octokit/plugin-request-log@1.0.0",
"_inBundle": false,
"_integrity": "sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw==",
"_location": "/@octokit/plugin-request-log",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@octokit/plugin-request-log@1.0.0",
"name": "@octokit/plugin-request-log",
"escapedName": "@octokit%2fplugin-request-log",
"scope": "@octokit",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/@octokit/rest"
],
"_resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"bugs": {
"url": "https://github.com/octokit/plugin-request-log.js/issues"
},
"dependencies": {},
"name": "@octokit/plugin-request-log",
"description": "Log all requests and request errors",
"version": "1.0.0",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"pika": true,
"sideEffects": false,
"keywords": [
"github",
"api",
"sdk",
"toolkit"
],
"repository": "https://github.com/octokit/plugin-request-log.js",
"dependencies": {},
"devDependencies": {
"@octokit/core": "^2.1.2",
"@pika/pack": "^0.5.0",
@ -50,31 +34,15 @@
"ts-jest": "^24.3.0",
"typescript": "^3.7.4"
},
"files": [
"dist-*/",
"bin/"
],
"homepage": "https://github.com/octokit/plugin-request-log.js#readme",
"keywords": [
"github",
"api",
"sdk",
"toolkit"
],
"license": "MIT",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"name": "@octokit/plugin-request-log",
"pika": true,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/plugin-request-log.js.git"
},
"sideEffects": false,
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"version": "1.0.0"
}
"main": "dist-node/index.js",
"module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz"
,"_integrity": "sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw=="
,"_from": "@octokit/plugin-request-log@1.0.0"
}

View file

@ -1,41 +1,25 @@
{
"_args": [
[
"@octokit/plugin-rest-endpoint-methods@3.3.1",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
"name": "@octokit/plugin-rest-endpoint-methods",
"description": "Octokit plugin adding one method for all of api.github.com REST API endpoints",
"version": "3.3.1",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"_from": "@octokit/plugin-rest-endpoint-methods@3.3.1",
"_id": "@octokit/plugin-rest-endpoint-methods@3.3.1",
"_inBundle": false,
"_integrity": "sha512-iLAXPLWBZaP6ocy1GFfZUCzyN4cwg3y2JE6yZjQo0zLE3UaewC3TI68/TnS4ilyhXDxh81Jr1qwPN1AqTp8t3w==",
"_location": "/@octokit/plugin-rest-endpoint-methods",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@octokit/plugin-rest-endpoint-methods@3.3.1",
"name": "@octokit/plugin-rest-endpoint-methods",
"escapedName": "@octokit%2fplugin-rest-endpoint-methods",
"scope": "@octokit",
"rawSpec": "3.3.1",
"saveSpec": null,
"fetchSpec": "3.3.1"
},
"_requiredBy": [
"/@octokit/rest"
"pika": true,
"sideEffects": false,
"keywords": [
"github",
"api",
"sdk",
"toolkit"
],
"_resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-3.3.1.tgz",
"_spec": "3.3.1",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"bugs": {
"url": "https://github.com/octokit/plugin-rest-endpoint-methods.js/issues"
},
"repository": "https://github.com/octokit/plugin-rest-endpoint-methods.js",
"dependencies": {
"@octokit/types": "^2.0.1",
"deprecation": "^2.3.1"
},
"description": "Octokit plugin adding one method for all of api.github.com REST API endpoints",
"devDependencies": {
"@gimenete/type-writer": "^0.1.4",
"@octokit/core": "^2.1.2",
@ -63,31 +47,15 @@
"ts-jest": "^25.1.0",
"typescript": "^3.7.2"
},
"files": [
"dist-*/",
"bin/"
],
"homepage": "https://github.com/octokit/plugin-rest-endpoint-methods.js#readme",
"keywords": [
"github",
"api",
"sdk",
"toolkit"
],
"license": "MIT",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"name": "@octokit/plugin-rest-endpoint-methods",
"pika": true,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/plugin-rest-endpoint-methods.js.git"
},
"sideEffects": false,
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"version": "3.3.1"
}
"main": "dist-node/index.js",
"module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-3.3.1.tgz"
,"_integrity": "sha512-iLAXPLWBZaP6ocy1GFfZUCzyN4cwg3y2JE6yZjQo0zLE3UaewC3TI68/TnS4ilyhXDxh81Jr1qwPN1AqTp8t3w=="
,"_from": "@octokit/plugin-rest-endpoint-methods@3.3.1"
}

View file

@ -1,42 +1,33 @@
{
"_args": [
[
"@octokit/request-error@1.2.1",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
"name": "@octokit/request-error",
"description": "Error class for Octokit request errors",
"version": "1.2.1",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"_from": "@octokit/request-error@1.2.1",
"_id": "@octokit/request-error@1.2.1",
"_inBundle": false,
"_integrity": "sha512-+6yDyk1EES6WK+l3viRDElw96MvwfJxCt45GvmjDUKWjYIb3PJZQkq3i46TwGwoPD4h8NmTrENmtyA1FwbmhRA==",
"_location": "/@octokit/request-error",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@octokit/request-error@1.2.1",
"name": "@octokit/request-error",
"escapedName": "@octokit%2frequest-error",
"scope": "@octokit",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/@octokit/request"
"pika": true,
"sideEffects": false,
"keywords": [
"octokit",
"github",
"api",
"error"
],
"_resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-1.2.1.tgz",
"_spec": "1.2.1",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"homepage": "https://github.com/octokit/request-error.js#readme",
"bugs": {
"url": "https://github.com/octokit/request-error.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/octokit/request-error.js.git"
},
"dependencies": {
"@octokit/types": "^2.0.0",
"deprecation": "^2.0.0",
"once": "^1.4.0"
},
"description": "Error class for Octokit request errors",
"devDependencies": {
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.8.1",
@ -53,31 +44,15 @@
"ts-jest": "^24.0.2",
"typescript": "^3.4.5"
},
"files": [
"dist-*/",
"bin/"
],
"homepage": "https://github.com/octokit/request-error.js#readme",
"keywords": [
"octokit",
"github",
"api",
"error"
],
"license": "MIT",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"name": "@octokit/request-error",
"pika": true,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/request-error.js.git"
},
"sideEffects": false,
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"version": "1.2.1"
}
"main": "dist-node/index.js",
"module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-1.2.1.tgz"
,"_integrity": "sha512-+6yDyk1EES6WK+l3viRDElw96MvwfJxCt45GvmjDUKWjYIb3PJZQkq3i46TwGwoPD4h8NmTrENmtyA1FwbmhRA=="
,"_from": "@octokit/request-error@1.2.1"
}

View file

@ -1,37 +1,28 @@
{
"_args": [
[
"@octokit/request@5.3.2",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
"name": "@octokit/request",
"description": "Send parameterized requests to GitHubs APIs with sensible defaults in browsers and Node",
"version": "5.3.2",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"_from": "@octokit/request@5.3.2",
"_id": "@octokit/request@5.3.2",
"_inBundle": false,
"_integrity": "sha512-7NPJpg19wVQy1cs2xqXjjRq/RmtSomja/VSWnptfYwuBxLdbYh2UjhGi0Wx7B1v5Iw5GKhfFDQL7jM7SSp7K2g==",
"_location": "/@octokit/request",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@octokit/request@5.3.2",
"name": "@octokit/request",
"escapedName": "@octokit%2frequest",
"scope": "@octokit",
"rawSpec": "5.3.2",
"saveSpec": null,
"fetchSpec": "5.3.2"
},
"_requiredBy": [
"/@octokit/core",
"/@octokit/graphql"
"pika": true,
"sideEffects": false,
"keywords": [
"octokit",
"github",
"api",
"request"
],
"_resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.3.2.tgz",
"_spec": "5.3.2",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"homepage": "https://github.com/octokit/request.js#readme",
"bugs": {
"url": "https://github.com/octokit/request.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/octokit/request.js.git"
},
"dependencies": {
"@octokit/endpoint": "^5.5.0",
"@octokit/request-error": "^1.0.1",
@ -42,7 +33,6 @@
"once": "^1.4.0",
"universal-user-agent": "^5.0.0"
},
"description": "Send parameterized requests to GitHubs APIs with sensible defaults in browsers and Node",
"devDependencies": {
"@octokit/auth-app": "^2.1.2",
"@pika/pack": "^0.5.0",
@ -64,31 +54,15 @@
"ts-jest": "^25.1.0",
"typescript": "^3.4.5"
},
"files": [
"dist-*/",
"bin/"
],
"homepage": "https://github.com/octokit/request.js#readme",
"keywords": [
"octokit",
"github",
"api",
"request"
],
"license": "MIT",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"name": "@octokit/request",
"pika": true,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/request.js.git"
},
"sideEffects": false,
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"version": "5.3.2"
}
"main": "dist-node/index.js",
"module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.3.2.tgz"
,"_integrity": "sha512-7NPJpg19wVQy1cs2xqXjjRq/RmtSomja/VSWnptfYwuBxLdbYh2UjhGi0Wx7B1v5Iw5GKhfFDQL7jM7SSp7K2g=="
,"_from": "@octokit/request@5.3.2"
}

View file

@ -1,36 +1,20 @@
{
"_args": [
[
"@octokit/rest@17.1.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
"name": "@octokit/rest",
"description": "GitHub REST API client for Node.js",
"version": "17.1.0",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"_from": "@octokit/rest@17.1.0",
"_id": "@octokit/rest@17.1.0",
"_inBundle": false,
"_integrity": "sha512-L5YtpxHZSHZCh2xETbzxz8clBGmcpT+5e78JLZQ+VfuHrHJ1J/r+R2PGwKHwClUEECTeWFMMdAtIik+OCkANBg==",
"_location": "/@octokit/rest",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@octokit/rest@17.1.0",
"name": "@octokit/rest",
"escapedName": "@octokit%2frest",
"scope": "@octokit",
"rawSpec": "17.1.0",
"saveSpec": null,
"fetchSpec": "17.1.0"
},
"_requiredBy": [
"/"
"pika": true,
"sideEffects": false,
"keywords": [
"octokit",
"github",
"rest",
"api-client"
],
"_resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-17.1.0.tgz",
"_spec": "17.1.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"bugs": {
"url": "https://github.com/octokit/rest.js/issues"
},
"contributors": [
{
"name": "Mike de Boer",
@ -49,13 +33,13 @@
"url": "https://github.com/gr2m"
}
],
"repository": "https://github.com/octokit/rest.js",
"dependencies": {
"@octokit/core": "^2.4.0",
"@octokit/plugin-paginate-rest": "^2.0.0",
"@octokit/plugin-request-log": "^1.0.0",
"@octokit/plugin-rest-endpoint-methods": "^3.3.0"
},
"description": "GitHub REST API client for Node.js",
"devDependencies": {
"@octokit/auth": "^2.0.0",
"@octokit/fixtures-server": "^6.0.0",
@ -74,31 +58,15 @@
"ts-jest": "^25.2.0",
"typescript": "^3.7.5"
},
"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": "17.1.0"
}
"main": "dist-node/index.js",
"module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-17.1.0.tgz"
,"_integrity": "sha512-L5YtpxHZSHZCh2xETbzxz8clBGmcpT+5e78JLZQ+VfuHrHJ1J/r+R2PGwKHwClUEECTeWFMMdAtIik+OCkANBg=="
,"_from": "@octokit/rest@17.1.0"
}

View file

@ -1,51 +1,34 @@
{
"_args": [
[
"@octokit/types@2.5.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_from": "@octokit/types@2.5.0",
"_id": "@octokit/types@2.5.0",
"_inBundle": false,
"_integrity": "sha512-KEnLwOfdXzxPNL34fj508bhi9Z9cStyN7qY1kOfVahmqtAfrWw6Oq3P4R+dtsg0lYtZdWBpUrS/Ixmd5YILSww==",
"_location": "/@octokit/types",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@octokit/types@2.5.0",
"name": "@octokit/types",
"escapedName": "@octokit%2ftypes",
"scope": "@octokit",
"rawSpec": "2.5.0",
"saveSpec": null,
"fetchSpec": "2.5.0"
},
"_requiredBy": [
"/@octokit/auth-token",
"/@octokit/core",
"/@octokit/endpoint",
"/@octokit/graphql",
"/@octokit/plugin-paginate-rest",
"/@octokit/plugin-rest-endpoint-methods",
"/@octokit/request",
"/@octokit/request-error"
],
"_resolved": "https://registry.npmjs.org/@octokit/types/-/types-2.5.0.tgz",
"_spec": "2.5.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Gregor Martynus",
"url": "https://twitter.com/gr2m"
},
"bugs": {
"url": "https://github.com/octokit/types.ts/issues"
},
"dependencies": {
"@types/node": ">= 8"
"name": "@octokit/types",
"version": "2.5.0",
"publishConfig": {
"access": "public"
},
"description": "Shared TypeScript definitions for Octokit projects",
"main": "src/index.ts",
"files": [
"src/"
],
"scripts": {
"docs": "typedoc --module commonjs --readme none --out docs src/",
"lint": "prettier --check '{src,test}/**/*' README.md package.json !src/generated/*",
"lint:fix": "prettier --write '{src,test}/**/*' README.md package.json !src/generated/*",
"pretest": "npm run -s lint",
"test": "./node_modules/.bin/tsc --noEmit --declaration src/index.ts",
"update-endpoints": "npm-run-all update-endpoints:*",
"update-endpoints:fetch-json": "node scripts/update-endpoints/fetch-json",
"update-endpoints:typescript": "node scripts/update-endpoints/typescript"
},
"repository": "https://github.com/octokit/types.ts",
"keywords": [
"github",
"api",
"sdk",
"toolkit",
"typescript"
],
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"devDependencies": {
"@octokit/graphql": "^4.2.2",
"handlebars": "^4.4.5",
@ -60,23 +43,6 @@
"typedoc": "^0.16.0",
"typescript": "^3.6.4"
},
"files": [
"src/"
],
"homepage": "https://github.com/octokit/types.ts#readme",
"keywords": [
"github",
"api",
"sdk",
"toolkit",
"typescript"
],
"license": "MIT",
"main": "src/index.ts",
"name": "@octokit/types",
"publishConfig": {
"access": "public"
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
@ -93,19 +59,11 @@
]
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/types.ts.git"
},
"scripts": {
"docs": "typedoc --module commonjs --readme none --out docs src/",
"lint": "prettier --check '{src,test}/**/*' README.md package.json !src/generated/*",
"lint:fix": "prettier --write '{src,test}/**/*' README.md package.json !src/generated/*",
"pretest": "npm run -s lint",
"test": "tsc --noEmit --declaration src/index.ts",
"update-endpoints": "npm-run-all update-endpoints:*",
"update-endpoints:fetch-json": "node scripts/update-endpoints/fetch-json",
"update-endpoints:typescript": "node scripts/update-endpoints/typescript"
},
"version": "2.5.0"
}
"dependencies": {
"@types/node": ">= 8"
}
,"_resolved": "https://registry.npmjs.org/@octokit/types/-/types-2.5.0.tgz"
,"_integrity": "sha512-KEnLwOfdXzxPNL34fj508bhi9Z9cStyN7qY1kOfVahmqtAfrWw6Oq3P4R+dtsg0lYtZdWBpUrS/Ixmd5YILSww=="
,"_from": "@octokit/types@2.5.0"
}