mirror of
https://github.com/stCarolas/setup-maven.git
synced 2024-11-13 21:38:04 +00:00
94 lines
2.6 KiB
JSON
94 lines
2.6 KiB
JSON
|
{
|
|||
|
"_from": "@octokit/request@^5.0.0",
|
|||
|
"_id": "@octokit/request@5.3.1",
|
|||
|
"_inBundle": false,
|
|||
|
"_integrity": "sha512-5/X0AL1ZgoU32fAepTfEoggFinO3rxsMLtzhlUX+RctLrusn/CApJuGFCd0v7GMFhF+8UiCsTTfsu7Fh1HnEJg==",
|
|||
|
"_location": "/@octokit/request",
|
|||
|
"_phantomChildren": {
|
|||
|
"os-name": "3.1.0"
|
|||
|
},
|
|||
|
"_requested": {
|
|||
|
"type": "range",
|
|||
|
"registry": true,
|
|||
|
"raw": "@octokit/request@^5.0.0",
|
|||
|
"name": "@octokit/request",
|
|||
|
"escapedName": "@octokit%2frequest",
|
|||
|
"scope": "@octokit",
|
|||
|
"rawSpec": "^5.0.0",
|
|||
|
"saveSpec": null,
|
|||
|
"fetchSpec": "^5.0.0"
|
|||
|
},
|
|||
|
"_requiredBy": [
|
|||
|
"/@octokit/graphql",
|
|||
|
"/@octokit/rest"
|
|||
|
],
|
|||
|
"_resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.3.1.tgz",
|
|||
|
"_shasum": "3a1ace45e6f88b1be4749c5da963b3a3b4a2f120",
|
|||
|
"_spec": "@octokit/request@^5.0.0",
|
|||
|
"_where": "/home/stCarolas/Coding/projects/setup-maven/node_modules/@octokit/graphql",
|
|||
|
"bugs": {
|
|||
|
"url": "https://github.com/octokit/request.js/issues"
|
|||
|
},
|
|||
|
"bundleDependencies": false,
|
|||
|
"deno": "dist-web/index.js",
|
|||
|
"dependencies": {
|
|||
|
"@octokit/endpoint": "^5.5.0",
|
|||
|
"@octokit/request-error": "^1.0.1",
|
|||
|
"@octokit/types": "^2.0.0",
|
|||
|
"deprecation": "^2.0.0",
|
|||
|
"is-plain-object": "^3.0.0",
|
|||
|
"node-fetch": "^2.3.0",
|
|||
|
"once": "^1.4.0",
|
|||
|
"universal-user-agent": "^4.0.0"
|
|||
|
},
|
|||
|
"deprecated": false,
|
|||
|
"description": "Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node",
|
|||
|
"devDependencies": {
|
|||
|
"@octokit/auth-app": "^2.1.2",
|
|||
|
"@pika/pack": "^0.5.0",
|
|||
|
"@pika/plugin-build-node": "^0.7.0",
|
|||
|
"@pika/plugin-build-web": "^0.7.0",
|
|||
|
"@pika/plugin-ts-standard-pkg": "^0.7.0",
|
|||
|
"@types/fetch-mock": "^7.2.4",
|
|||
|
"@types/jest": "^24.0.12",
|
|||
|
"@types/lolex": "^3.1.1",
|
|||
|
"@types/node": "^12.0.3",
|
|||
|
"@types/node-fetch": "^2.3.3",
|
|||
|
"@types/once": "^1.4.0",
|
|||
|
"fetch-mock": "^7.2.0",
|
|||
|
"jest": "^24.7.1",
|
|||
|
"lolex": "^5.0.0",
|
|||
|
"prettier": "^1.17.0",
|
|||
|
"semantic-release": "^15.13.27",
|
|||
|
"semantic-release-plugin-update-version-in-files": "^1.0.0",
|
|||
|
"ts-jest": "^24.0.2",
|
|||
|
"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",
|
|||
|
"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.1"
|
|||
|
}
|