package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "pg-connection-string@^2.6.4",
  3. "_id": "pg-connection-string@2.6.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-v+Z7W/0EO707aNMaAEfiGnGL9sxxumwLl2fJvCQtMn9Fxsg+lPpPkdcyBSv/KFgpGdYkMfn+EI1Or2EHjpgLCA==",
  6. "_location": "/pg-connection-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pg-connection-string@^2.6.4",
  12. "name": "pg-connection-string",
  13. "escapedName": "pg-connection-string",
  14. "rawSpec": "^2.6.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.6.4"
  17. },
  18. "_requiredBy": [
  19. "/pg"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.4.tgz",
  22. "_shasum": "f543862adfa49fa4e14bc8a8892d2a84d754246d",
  23. "_spec": "pg-connection-string@^2.6.4",
  24. "_where": "F:\\project\\node_util\\node_modules\\pg",
  25. "author": {
  26. "name": "Blaine Bublitz",
  27. "email": "blaine@iceddev.com",
  28. "url": "http://iceddev.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/brianc/node-postgres/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Functions for dealing with a PostgresSQL connection string",
  36. "devDependencies": {
  37. "chai": "^4.1.1",
  38. "coveralls": "^3.0.4",
  39. "istanbul": "^0.4.5",
  40. "mocha": "^7.1.2"
  41. },
  42. "files": [
  43. "index.js",
  44. "index.d.ts"
  45. ],
  46. "gitHead": "a37a93bf7990220517a40cf16b8e72d4c3e6cef5",
  47. "homepage": "https://github.com/brianc/node-postgres/tree/master/packages/pg-connection-string",
  48. "keywords": [
  49. "pg",
  50. "connection",
  51. "string",
  52. "parse"
  53. ],
  54. "license": "MIT",
  55. "main": "./index.js",
  56. "name": "pg-connection-string",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/brianc/node-postgres.git",
  60. "directory": "packages/pg-connection-string"
  61. },
  62. "scripts": {
  63. "check-coverage": "istanbul check-coverage --statements 100 --branches 100 --lines 100 --functions 100",
  64. "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
  65. "test": "istanbul cover _mocha && npm run check-coverage"
  66. },
  67. "types": "./index.d.ts",
  68. "version": "2.6.4"
  69. }