package.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. {
  2. "_from": "@octokit/rest@^16.43.1",
  3. "_id": "@octokit/rest@16.43.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gfFKwRT/wFxq5qlNjnW2dh+qh74XgTQ2B179UX5K1HYCluioWj8Ndbgqw2PVqa1NnVJkGHp2ovMpVn/DImlmkw==",
  6. "_location": "/@octokit/rest",
  7. "_phantomChildren": {
  8. "@octokit/types": "2.12.1",
  9. "deprecation": "2.3.1",
  10. "once": "1.4.0"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "@octokit/rest@^16.43.1",
  16. "name": "@octokit/rest",
  17. "escapedName": "@octokit%2frest",
  18. "scope": "@octokit",
  19. "rawSpec": "^16.43.1",
  20. "saveSpec": null,
  21. "fetchSpec": "^16.43.1"
  22. },
  23. "_requiredBy": [
  24. "/@actions/github"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-16.43.1.tgz",
  27. "_shasum": "3b11e7d1b1ac2bbeeb23b08a17df0b20947eda6b",
  28. "_spec": "@octokit/rest@^16.43.1",
  29. "_where": "/Users/maxime/Projects/spm-lcov-action/node_modules/@actions/github",
  30. "author": {
  31. "name": "Gregor Martynus",
  32. "url": "https://github.com/gr2m"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/octokit/rest.js/issues"
  36. },
  37. "bundleDependencies": false,
  38. "bundlesize": [
  39. {
  40. "path": "./dist/octokit-rest.min.js.gz",
  41. "maxSize": "33 kB"
  42. }
  43. ],
  44. "contributors": [
  45. {
  46. "name": "Mike de Boer",
  47. "email": "info@mikedeboer.nl"
  48. },
  49. {
  50. "name": "Fabian Jakobs",
  51. "email": "fabian@c9.io"
  52. },
  53. {
  54. "name": "Joe Gallo",
  55. "email": "joe@brassafrax.com"
  56. },
  57. {
  58. "name": "Gregor Martynus",
  59. "url": "https://github.com/gr2m"
  60. }
  61. ],
  62. "dependencies": {
  63. "@octokit/auth-token": "^2.4.0",
  64. "@octokit/plugin-paginate-rest": "^1.1.1",
  65. "@octokit/plugin-request-log": "^1.0.0",
  66. "@octokit/plugin-rest-endpoint-methods": "2.4.0",
  67. "@octokit/request": "^5.2.0",
  68. "@octokit/request-error": "^1.0.2",
  69. "atob-lite": "^2.0.0",
  70. "before-after-hook": "^2.0.0",
  71. "btoa-lite": "^1.0.0",
  72. "deprecation": "^2.0.0",
  73. "lodash.get": "^4.4.2",
  74. "lodash.set": "^4.3.2",
  75. "lodash.uniq": "^4.5.0",
  76. "octokit-pagination-methods": "^1.1.0",
  77. "once": "^1.4.0",
  78. "universal-user-agent": "^4.0.0"
  79. },
  80. "deprecated": false,
  81. "description": "GitHub REST API client for Node.js",
  82. "devDependencies": {
  83. "@gimenete/type-writer": "^0.1.3",
  84. "@octokit/auth": "^1.1.1",
  85. "@octokit/fixtures-server": "^5.0.6",
  86. "@octokit/graphql": "^4.2.0",
  87. "@types/node": "^13.1.0",
  88. "bundlesize": "^0.18.0",
  89. "chai": "^4.1.2",
  90. "compression-webpack-plugin": "^3.1.0",
  91. "cypress": "^3.0.0",
  92. "glob": "^7.1.2",
  93. "http-proxy-agent": "^4.0.0",
  94. "lodash.camelcase": "^4.3.0",
  95. "lodash.merge": "^4.6.1",
  96. "lodash.upperfirst": "^4.3.1",
  97. "lolex": "^5.1.2",
  98. "mkdirp": "^1.0.0",
  99. "mocha": "^7.0.1",
  100. "mustache": "^4.0.0",
  101. "nock": "^11.3.3",
  102. "npm-run-all": "^4.1.2",
  103. "nyc": "^15.0.0",
  104. "prettier": "^1.14.2",
  105. "proxy": "^1.0.0",
  106. "semantic-release": "^17.0.0",
  107. "sinon": "^8.0.0",
  108. "sinon-chai": "^3.0.0",
  109. "sort-keys": "^4.0.0",
  110. "string-to-arraybuffer": "^1.0.0",
  111. "string-to-jsdoc-comment": "^1.0.0",
  112. "typescript": "^3.3.1",
  113. "webpack": "^4.0.0",
  114. "webpack-bundle-analyzer": "^3.0.0",
  115. "webpack-cli": "^3.0.0"
  116. },
  117. "files": [
  118. "index.js",
  119. "index.d.ts",
  120. "lib",
  121. "plugins"
  122. ],
  123. "homepage": "https://github.com/octokit/rest.js#readme",
  124. "keywords": [
  125. "octokit",
  126. "github",
  127. "rest",
  128. "api-client"
  129. ],
  130. "license": "MIT",
  131. "name": "@octokit/rest",
  132. "nyc": {
  133. "ignore": [
  134. "test"
  135. ]
  136. },
  137. "publishConfig": {
  138. "access": "public"
  139. },
  140. "release": {
  141. "publish": [
  142. "@semantic-release/npm",
  143. {
  144. "path": "@semantic-release/github",
  145. "assets": [
  146. "dist/*",
  147. "!dist/*.map.gz"
  148. ]
  149. }
  150. ]
  151. },
  152. "repository": {
  153. "type": "git",
  154. "url": "git+https://github.com/octokit/rest.js.git"
  155. },
  156. "scripts": {
  157. "build": "npm-run-all build:*",
  158. "build:browser": "npm-run-all build:browser:*",
  159. "build:browser:development": "webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-rest.js --profile --json > dist/bundle-stats.json",
  160. "build:browser:production": "webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-rest.min.js --devtool source-map",
  161. "build:ts": "npm run -s update-endpoints:typescript",
  162. "coverage": "nyc report --reporter=html && open coverage/index.html",
  163. "generate-bundle-report": "webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html",
  164. "lint": "prettier --check '{lib,plugins,scripts,test}/**/*.{js,json,ts}' 'docs/*.{js,json}' 'docs/src/**/*' index.js README.md package.json",
  165. "lint:fix": "prettier --write '{lib,plugins,scripts,test}/**/*.{js,json,ts}' 'docs/*.{js,json}' 'docs/src/**/*' index.js README.md package.json",
  166. "postvalidate:ts": "tsc --noEmit --target es6 test/typescript-validate.ts",
  167. "prebuild:browser": "mkdirp dist/",
  168. "pretest": "npm run -s lint",
  169. "prevalidate:ts": "npm run -s build:ts",
  170. "start-fixtures-server": "octokit-fixtures-server",
  171. "test": "nyc mocha test/mocha-node-setup.js \"test/*/**/*-test.js\"",
  172. "test:browser": "cypress run --browser chrome",
  173. "update-endpoints": "npm-run-all update-endpoints:*",
  174. "update-endpoints:fetch-json": "node scripts/update-endpoints/fetch-json",
  175. "update-endpoints:typescript": "node scripts/update-endpoints/typescript",
  176. "validate:ts": "tsc --target es6 --noImplicitAny index.d.ts"
  177. },
  178. "types": "index.d.ts",
  179. "version": "16.43.1"
  180. }