package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "pg-pool@^3.6.2",
  3. "_id": "pg-pool@3.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Htjbg8BlwXqSBQ9V8Vjtc+vzf/6fVUuak/3/XXKA9oxZprwW3IMDQTGHP+KDmVL7rtd+R1QjbnCFPuTHm3G4hg==",
  6. "_location": "/pg-pool",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pg-pool@^3.6.2",
  12. "name": "pg-pool",
  13. "escapedName": "pg-pool",
  14. "rawSpec": "^3.6.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.6.2"
  17. },
  18. "_requiredBy": [
  19. "/pg"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.6.2.tgz",
  22. "_shasum": "3a592370b8ae3f02a7c8130d245bc02fa2c5f3f2",
  23. "_spec": "pg-pool@^3.6.2",
  24. "_where": "F:\\project\\node_util\\node_modules\\pg",
  25. "author": {
  26. "name": "Brian M. Carlson"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/brianc/node-pg-pool/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Connection pool for node-postgres",
  34. "devDependencies": {
  35. "bluebird": "3.4.1",
  36. "co": "4.6.0",
  37. "expect.js": "0.3.1",
  38. "lodash": "^4.17.11",
  39. "mocha": "^7.1.2",
  40. "pg-cursor": "^1.3.0"
  41. },
  42. "directories": {
  43. "test": "test"
  44. },
  45. "gitHead": "b03c071d2d15af259e1e008e9628191c865e58fa",
  46. "homepage": "https://github.com/brianc/node-pg-pool#readme",
  47. "keywords": [
  48. "pg",
  49. "postgres",
  50. "pool",
  51. "database"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "pg-pool",
  56. "peerDependencies": {
  57. "pg": ">=8.0"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/brianc/node-postgres.git",
  62. "directory": "packages/pg-pool"
  63. },
  64. "scripts": {
  65. "test": " node_modules/.bin/mocha"
  66. },
  67. "version": "3.6.2"
  68. }