package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "@octokit/graphql@^4.3.1",
  3. "_id": "@octokit/graphql@4.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hCdTjfvrK+ilU2keAdqNBWOk+gm1kai1ZcdjRfB30oA3/T6n53UVJb7w0L5cR3/rhU91xT3HSqCd+qbvH06yxA==",
  6. "_location": "/@octokit/graphql",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@octokit/graphql@^4.3.1",
  12. "name": "@octokit/graphql",
  13. "escapedName": "@octokit%2fgraphql",
  14. "scope": "@octokit",
  15. "rawSpec": "^4.3.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^4.3.1"
  18. },
  19. "_requiredBy": [
  20. "/@actions/github"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.3.1.tgz",
  23. "_shasum": "9ee840e04ed2906c7d6763807632de84cdecf418",
  24. "_spec": "@octokit/graphql@^4.3.1",
  25. "_where": "/Users/maxime/Projects/spm-lcov-action/node_modules/@actions/github",
  26. "bugs": {
  27. "url": "https://github.com/octokit/graphql.js/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deno": "dist-web/index.js",
  31. "dependencies": {
  32. "@octokit/request": "^5.3.0",
  33. "@octokit/types": "^2.0.0",
  34. "universal-user-agent": "^4.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "GitHub GraphQL API client for browsers and Node",
  38. "devDependencies": {
  39. "@pika/pack": "^0.5.0",
  40. "@pika/plugin-build-node": "^0.7.0",
  41. "@pika/plugin-build-web": "^0.7.0",
  42. "@pika/plugin-ts-standard-pkg": "^0.7.0",
  43. "@types/fetch-mock": "^7.2.5",
  44. "@types/jest": "^24.0.13",
  45. "@types/node": "^12.0.2",
  46. "fetch-mock": "^7.3.1",
  47. "jest": "^24.8.0",
  48. "prettier": "^1.17.1",
  49. "semantic-release": "^15.13.3",
  50. "semantic-release-plugin-update-version-in-files": "^1.0.0",
  51. "ts-jest": "^24.0.2",
  52. "typescript": "^3.4.5"
  53. },
  54. "files": [
  55. "dist-*/",
  56. "bin/"
  57. ],
  58. "homepage": "https://github.com/octokit/graphql.js#readme",
  59. "keywords": [
  60. "octokit",
  61. "github",
  62. "api",
  63. "graphql"
  64. ],
  65. "license": "MIT",
  66. "main": "dist-node/index.js",
  67. "name": "@octokit/graphql",
  68. "pika": true,
  69. "publishConfig": {
  70. "access": "public"
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/octokit/graphql.js.git"
  75. },
  76. "sideEffects": false,
  77. "source": "dist-src/index.js",
  78. "types": "dist-types/index.d.ts",
  79. "version": "4.3.1"
  80. }