package.json 1.9 KB

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