package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "express-graphql@^0.12.0",
  3. "_id": "express-graphql@0.12.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DwYaJQy0amdy3pgNtiTDuGGM2BLdj+YO2SgbKoLliCfuHv3VVTt7vNG/ZqK2hRYjtYHE2t2KB705EU94mE64zg==",
  6. "_location": "/express-graphql",
  7. "_phantomChildren": {
  8. "bytes": "3.1.0",
  9. "depd": "1.1.2",
  10. "safer-buffer": "2.1.2",
  11. "statuses": "1.5.0",
  12. "toidentifier": "1.0.0",
  13. "unpipe": "1.0.0"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "express-graphql@^0.12.0",
  19. "name": "express-graphql",
  20. "escapedName": "express-graphql",
  21. "rawSpec": "^0.12.0",
  22. "saveSpec": null,
  23. "fetchSpec": "^0.12.0"
  24. },
  25. "_requiredBy": [
  26. "#USER",
  27. "/"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/express-graphql/-/express-graphql-0.12.0.tgz",
  30. "_shasum": "58deabc309909ca2c9fe2f83f5fbe94429aa23df",
  31. "_spec": "express-graphql@^0.12.0",
  32. "_where": "/home/pvvvm505/Документы/Project/Back",
  33. "bugs": {
  34. "url": "https://github.com/graphql/express-graphql/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "accepts": "^1.3.7",
  39. "content-type": "^1.0.4",
  40. "http-errors": "1.8.0",
  41. "raw-body": "^2.4.1"
  42. },
  43. "deprecated": false,
  44. "description": "Production ready GraphQL HTTP middleware.",
  45. "engines": {
  46. "node": ">= 10.x"
  47. },
  48. "homepage": "https://github.com/graphql/express-graphql",
  49. "keywords": [
  50. "express",
  51. "restify",
  52. "connect",
  53. "http",
  54. "graphql",
  55. "middleware",
  56. "api"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "express-graphql",
  61. "peerDependencies": {
  62. "graphql": "^14.7.0 || ^15.3.0"
  63. },
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/graphql/express-graphql.git"
  67. },
  68. "sideEffects": false,
  69. "types": "index.d.ts",
  70. "typesVersions": {
  71. "<3.8": {
  72. "*": [
  73. "ts3.4/*"
  74. ]
  75. }
  76. },
  77. "version": "0.12.0"
  78. }