package.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "@octokit/plugin-rest-endpoint-methods@2.4.0",
  3. "_id": "@octokit/plugin-rest-endpoint-methods@2.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EZi/AWhtkdfAYi01obpX0DF7U6b1VRr30QNQ5xSFPITMdLSfhcBqjamE3F+sKcxPbD7eZuMHu3Qkk2V+JGxBDQ==",
  6. "_location": "/@octokit/plugin-rest-endpoint-methods",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@octokit/plugin-rest-endpoint-methods@2.4.0",
  12. "name": "@octokit/plugin-rest-endpoint-methods",
  13. "escapedName": "@octokit%2fplugin-rest-endpoint-methods",
  14. "scope": "@octokit",
  15. "rawSpec": "2.4.0",
  16. "saveSpec": null,
  17. "fetchSpec": "2.4.0"
  18. },
  19. "_requiredBy": [
  20. "/@octokit/rest"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-2.4.0.tgz",
  23. "_shasum": "3288ecf5481f68c494dd0602fc15407a59faf61e",
  24. "_spec": "@octokit/plugin-rest-endpoint-methods@2.4.0",
  25. "_where": "/Users/maxime/Projects/spm-lcov-action/node_modules/@octokit/rest",
  26. "bugs": {
  27. "url": "https://github.com/octokit/plugin-rest-endpoint-methods.js/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@octokit/types": "^2.0.1",
  32. "deprecation": "^2.3.1"
  33. },
  34. "deprecated": false,
  35. "description": "Octokit plugin adding one method for all of api.github.com REST API endpoints",
  36. "devDependencies": {
  37. "@gimenete/type-writer": "^0.1.4",
  38. "@octokit/core": "^2.1.2",
  39. "@octokit/graphql": "^4.3.1",
  40. "@pika/pack": "^0.5.0",
  41. "@pika/plugin-build-node": "^0.7.1",
  42. "@pika/plugin-build-web": "^0.7.1",
  43. "@pika/plugin-ts-standard-pkg": "^0.7.1",
  44. "@types/fetch-mock": "^7.3.1",
  45. "@types/jest": "^25.1.0",
  46. "@types/node": "^13.1.0",
  47. "fetch-mock": "^8.0.0",
  48. "jest": "^24.9.0",
  49. "lodash.camelcase": "^4.3.0",
  50. "lodash.set": "^4.3.2",
  51. "lodash.upperfirst": "^4.3.1",
  52. "mustache": "^4.0.0",
  53. "npm-run-all": "^4.1.5",
  54. "prettier": "^1.19.1",
  55. "semantic-release": "^17.0.0",
  56. "semantic-release-plugin-update-version-in-files": "^1.0.0",
  57. "sort-keys": "^4.0.0",
  58. "string-to-jsdoc-comment": "^1.0.0",
  59. "ts-jest": "^25.1.0",
  60. "typescript": "^3.7.2"
  61. },
  62. "files": [
  63. "dist-*/",
  64. "bin/"
  65. ],
  66. "homepage": "https://github.com/octokit/plugin-rest-endpoint-methods.js#readme",
  67. "keywords": [
  68. "github",
  69. "api",
  70. "sdk",
  71. "toolkit"
  72. ],
  73. "license": "MIT",
  74. "main": "dist-node/index.js",
  75. "module": "dist-web/index.js",
  76. "name": "@octokit/plugin-rest-endpoint-methods",
  77. "pika": true,
  78. "publishConfig": {
  79. "access": "public"
  80. },
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/octokit/plugin-rest-endpoint-methods.js.git"
  84. },
  85. "sideEffects": false,
  86. "source": "dist-src/index.js",
  87. "types": "dist-types/index.d.ts",
  88. "version": "2.4.0"
  89. }