package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "pg",
  3. "_id": "pg@8.12.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-A+LHUSnwnxrnL/tZ+OLfqR1SxLN3c/pgDztZ47Rpbsd4jUytsTtwQo/TLPRzPJMp/1pbhYVhH9cuSZLAajNfjQ==",
  6. "_location": "/pg",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "pg",
  12. "name": "pg",
  13. "escapedName": "pg",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/pg/-/pg-8.12.0.tgz",
  23. "_shasum": "9341724db571022490b657908f65aee8db91df79",
  24. "_spec": "pg",
  25. "_where": "F:\\project\\node_util",
  26. "author": {
  27. "name": "Brian Carlson",
  28. "email": "brian.m.carlson@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/brianc/node-postgres/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "pg-cloudflare": "^1.1.1",
  36. "pg-connection-string": "^2.6.4",
  37. "pg-pool": "^3.6.2",
  38. "pg-protocol": "^1.6.1",
  39. "pg-types": "^2.1.0",
  40. "pgpass": "1.x"
  41. },
  42. "deprecated": false,
  43. "description": "PostgreSQL client - pure javascript & libpq with the same API",
  44. "devDependencies": {
  45. "@cloudflare/workers-types": "^4.20230404.0",
  46. "async": "2.6.4",
  47. "bluebird": "3.5.2",
  48. "co": "4.6.0",
  49. "pg-copy-streams": "0.3.0",
  50. "typescript": "^4.0.3",
  51. "workerd": "^1.20230419.0",
  52. "wrangler": "3.58.0"
  53. },
  54. "engines": {
  55. "node": ">= 8.0.0"
  56. },
  57. "files": [
  58. "lib",
  59. "SPONSORS.md"
  60. ],
  61. "gitHead": "0f42880861951970e193d31359508d460a67d25a",
  62. "homepage": "https://github.com/brianc/node-postgres",
  63. "keywords": [
  64. "database",
  65. "libpq",
  66. "pg",
  67. "postgre",
  68. "postgres",
  69. "postgresql",
  70. "rdbms"
  71. ],
  72. "license": "MIT",
  73. "main": "./lib",
  74. "name": "pg",
  75. "optionalDependencies": {
  76. "pg-cloudflare": "^1.1.1"
  77. },
  78. "peerDependencies": {
  79. "pg-native": ">=3.0.1"
  80. },
  81. "peerDependenciesMeta": {
  82. "pg-native": {
  83. "optional": true
  84. }
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/brianc/node-postgres.git",
  89. "directory": "packages/pg"
  90. },
  91. "scripts": {
  92. "test": "make test-all"
  93. },
  94. "version": "8.12.0"
  95. }