package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "@octokit/plugin-paginate-rest@^1.1.1",
  3. "_id": "@octokit/plugin-paginate-rest@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jbsSoi5Q1pj63sC16XIUboklNw+8tL9VOnJsWycWYR78TKss5PVpIPb1TUUcMQ+bBh7cY579cVAWmf5qG+dw+Q==",
  6. "_location": "/@octokit/plugin-paginate-rest",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@octokit/plugin-paginate-rest@^1.1.1",
  12. "name": "@octokit/plugin-paginate-rest",
  13. "escapedName": "@octokit%2fplugin-paginate-rest",
  14. "scope": "@octokit",
  15. "rawSpec": "^1.1.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.1.1"
  18. },
  19. "_requiredBy": [
  20. "/@octokit/rest"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-1.1.2.tgz",
  23. "_shasum": "004170acf8c2be535aba26727867d692f7b488fc",
  24. "_spec": "@octokit/plugin-paginate-rest@^1.1.1",
  25. "_where": "/Users/maxime/Projects/spm-lcov-action/node_modules/@octokit/rest",
  26. "bugs": {
  27. "url": "https://github.com/octokit/plugin-paginate-rest.js/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@octokit/types": "^2.0.1"
  32. },
  33. "deprecated": false,
  34. "description": "Octokit plugin to paginate REST API endpoint responses",
  35. "devDependencies": {
  36. "@octokit/core": "^2.0.0",
  37. "@pika/pack": "^0.5.0",
  38. "@pika/plugin-build-node": "^0.8.1",
  39. "@pika/plugin-build-web": "^0.8.1",
  40. "@pika/plugin-ts-standard-pkg": "^0.8.1",
  41. "@types/fetch-mock": "^7.3.1",
  42. "@types/jest": "^24.0.18",
  43. "@types/node": "^13.1.0",
  44. "fetch-mock": "^8.0.0",
  45. "jest": "^24.9.0",
  46. "prettier": "^1.18.2",
  47. "semantic-release": "^17.0.0",
  48. "semantic-release-plugin-update-version-in-files": "^1.0.0",
  49. "ts-jest": "^24.1.0",
  50. "typescript": "^3.7.2"
  51. },
  52. "files": [
  53. "dist-*/",
  54. "bin/"
  55. ],
  56. "homepage": "https://github.com/octokit/plugin-paginate-rest.js#readme",
  57. "keywords": [
  58. "github",
  59. "api",
  60. "sdk",
  61. "toolkit"
  62. ],
  63. "license": "MIT",
  64. "main": "dist-node/index.js",
  65. "module": "dist-web/index.js",
  66. "name": "@octokit/plugin-paginate-rest",
  67. "pika": true,
  68. "publishConfig": {
  69. "access": "public"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/octokit/plugin-paginate-rest.js.git"
  74. },
  75. "sideEffects": false,
  76. "source": "dist-src/index.js",
  77. "types": "dist-types/index.d.ts",
  78. "version": "1.1.2"
  79. }