package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "pgpass@1.x",
  3. "_id": "pgpass@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==",
  6. "_location": "/pgpass",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pgpass@1.x",
  12. "name": "pgpass",
  13. "escapedName": "pgpass",
  14. "rawSpec": "1.x",
  15. "saveSpec": null,
  16. "fetchSpec": "1.x"
  17. },
  18. "_requiredBy": [
  19. "/pg"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz",
  22. "_shasum": "9b873e4a564bb10fa7a7dbd55312728d422a223d",
  23. "_spec": "pgpass@1.x",
  24. "_where": "F:\\project\\node_util\\node_modules\\pg",
  25. "author": {
  26. "name": "Hannes Hörl",
  27. "email": "hannes.hoerl+pgpass@snowreporter.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/hoegaarden/pgpass/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "split2": "^4.1.0"
  35. },
  36. "deprecated": false,
  37. "description": "Module for reading .pgpass",
  38. "devDependencies": {
  39. "jshint": "^2.12.0",
  40. "mocha": "^8.2.0",
  41. "nyc": "^15.1.0",
  42. "pg": "^8.4.1",
  43. "pg-escape": "^0.2.0",
  44. "pg-native": "3.0.0",
  45. "resumer": "0.0.0",
  46. "tmp": "^0.2.1",
  47. "which": "^2.0.2"
  48. },
  49. "homepage": "https://github.com/hoegaarden/pgpass#readme",
  50. "keywords": [
  51. "postgres",
  52. "pg",
  53. "pgpass",
  54. "password",
  55. "postgresql"
  56. ],
  57. "license": "MIT",
  58. "main": "lib/index",
  59. "name": "pgpass",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/hoegaarden/pgpass.git"
  63. },
  64. "scripts": {
  65. "_covered_test": "nyc --reporter html --reporter text \"$npm_execpath\" run _test",
  66. "_hint": "jshint --exclude node_modules --verbose lib test",
  67. "_test": "mocha --recursive -R list",
  68. "pretest": "chmod 600 ./test/_pgpass",
  69. "test": "\"$npm_execpath\" run _hint && \"$npm_execpath\" run _covered_test"
  70. },
  71. "version": "1.0.5"
  72. }