mirror of
https://github.com/stCarolas/setup-maven.git
synced 2024-11-13 21:38:04 +00:00
80 lines
2.2 KiB
JSON
80 lines
2.2 KiB
JSON
{
|
|
"_from": "@octokit/endpoint@^5.5.0",
|
|
"_id": "@octokit/endpoint@5.5.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-nBFhRUb5YzVTCX/iAK1MgQ4uWo89Gu0TH00qQHoYRCsE12dWcG1OiLd7v2EIo2+tpUKPMOQ62QFy9hy9Vg2ULg==",
|
|
"_location": "/@octokit/endpoint",
|
|
"_phantomChildren": {
|
|
"os-name": "3.1.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@octokit/endpoint@^5.5.0",
|
|
"name": "@octokit/endpoint",
|
|
"escapedName": "@octokit%2fendpoint",
|
|
"scope": "@octokit",
|
|
"rawSpec": "^5.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@octokit/request"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-5.5.1.tgz",
|
|
"_shasum": "2eea81e110ca754ff2de11c79154ccab4ae16b3f",
|
|
"_spec": "@octokit/endpoint@^5.5.0",
|
|
"_where": "/home/stCarolas/Coding/projects/setup-maven/node_modules/@octokit/request",
|
|
"bugs": {
|
|
"url": "https://github.com/octokit/endpoint.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deno": "dist-web/index.js",
|
|
"dependencies": {
|
|
"@octokit/types": "^2.0.0",
|
|
"is-plain-object": "^3.0.0",
|
|
"universal-user-agent": "^4.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Turns REST API endpoints into generic request options",
|
|
"devDependencies": {
|
|
"@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/jest": "^24.0.11",
|
|
"jest": "^24.7.1",
|
|
"prettier": "1.18.2",
|
|
"semantic-release": "^15.13.8",
|
|
"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/endpoint.js#readme",
|
|
"keywords": [
|
|
"octokit",
|
|
"github",
|
|
"api",
|
|
"rest"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist-node/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.1"
|
|
}
|