55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
|
{
|
||
|
"name": "@octokit/endpoint",
|
||
|
"description": "Turns REST API endpoints into generic request options",
|
||
|
"version": "5.5.0",
|
||
|
"license": "MIT",
|
||
|
"files": [
|
||
|
"dist-*/",
|
||
|
"bin/"
|
||
|
],
|
||
|
"pika": true,
|
||
|
"sideEffects": false,
|
||
|
"keywords": [
|
||
|
"octokit",
|
||
|
"github",
|
||
|
"api",
|
||
|
"rest"
|
||
|
],
|
||
|
"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": "^1.0.0",
|
||
|
"is-plain-object": "^3.0.0",
|
||
|
"universal-user-agent": "^4.0.0"
|
||
|
},
|
||
|
"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"
|
||
|
},
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"source": "dist-src/index.js",
|
||
|
"types": "dist-types/index.d.ts",
|
||
|
"main": "dist-node/index.js",
|
||
|
"deno": "dist-web/index.js"
|
||
|
|
||
|
,"_resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-5.5.0.tgz"
|
||
|
,"_integrity": "sha512-TXYS6zXeBImNB9BVj+LneMDqXX+H0exkOpyXobvp92O3B1348QsKnNioISFKgOMsb3ibZvQGwCdpiwQd3KAjIA=="
|
||
|
,"_from": "@octokit/endpoint@5.5.0"
|
||
|
}
|