package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "graphql",
  3. "_id": "graphql@15.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==",
  6. "_location": "/graphql",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "graphql",
  12. "name": "graphql",
  13. "escapedName": "graphql",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz",
  23. "_shasum": "3ad2b0caab0d110e3be4a5a9b2aa281e362b5278",
  24. "_spec": "graphql",
  25. "_where": "E:\\a-level\\project_js2",
  26. "bugs": {
  27. "url": "https://github.com/graphql/graphql-js/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {},
  31. "deprecated": false,
  32. "description": "A Query Language and Runtime which can target any service.",
  33. "engines": {
  34. "node": ">= 10.x"
  35. },
  36. "homepage": "https://github.com/graphql/graphql-js",
  37. "keywords": [
  38. "graphql",
  39. "graphql-js"
  40. ],
  41. "license": "MIT",
  42. "main": "index",
  43. "module": "index.mjs",
  44. "name": "graphql",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/graphql/graphql-js.git"
  48. },
  49. "sideEffects": false,
  50. "types": "index.d.ts",
  51. "version": "15.3.0"
  52. }