package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "graphql@^15.5.0",
  3. "_id": "graphql@15.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA==",
  6. "_location": "/graphql",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "graphql@^15.5.0",
  12. "name": "graphql",
  13. "escapedName": "graphql",
  14. "rawSpec": "^15.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^15.5.0"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.0.tgz",
  23. "_shasum": "39d19494dbe69d1ea719915b578bf920344a69d5",
  24. "_spec": "graphql@^15.5.0",
  25. "_where": "/home/pvvvm505/Документы/Project/Back",
  26. "bugs": {
  27. "url": "https://github.com/graphql/graphql-js/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "A Query Language and Runtime which can target any service.",
  32. "engines": {
  33. "node": ">= 10.x"
  34. },
  35. "homepage": "https://github.com/graphql/graphql-js",
  36. "keywords": [
  37. "graphql",
  38. "graphql-js"
  39. ],
  40. "license": "MIT",
  41. "main": "index",
  42. "module": "index.mjs",
  43. "name": "graphql",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/graphql/graphql-js.git"
  47. },
  48. "sideEffects": false,
  49. "types": "index.d.ts",
  50. "version": "15.5.0"
  51. }