mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-04-07 23:09:43 +00:00
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "@octokit/endpoint",
|
|
"description": "Turns REST API endpoints into generic request options",
|
|
"version": "5.3.5",
|
|
"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": {
|
|
"is-plain-object": "^3.0.0",
|
|
"universal-user-agent": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/routes": "20.9.2",
|
|
"@pika/pack": "^0.5.0",
|
|
"@pika/plugin-build-node": "^0.6.0",
|
|
"@pika/plugin-build-web": "^0.6.0",
|
|
"@pika/plugin-ts-standard-pkg": "^0.6.0",
|
|
"@types/jest": "^24.0.11",
|
|
"handlebars": "^4.1.2",
|
|
"jest": "^24.7.1",
|
|
"lodash.set": "^4.3.2",
|
|
"pascal-case": "^2.0.1",
|
|
"prettier": "1.18.2",
|
|
"semantic-release": "^15.13.8",
|
|
"semantic-release-plugin-update-version-in-files": "^1.0.0",
|
|
"string-to-jsdoc-comment": "^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",
|
|
"module": "dist-web/index.js"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-5.3.5.tgz"
|
|
,"_integrity": "sha512-f8KqzIrnzPLiezDsZZPB+K8v8YSv6aKFl7eOu59O46lmlW4HagWl1U6NWl6LmT8d1w7NsKBI3paVtzcnRGO1gw=="
|
|
,"_from": "@octokit/endpoint@5.3.5"
|
|
} |