package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "pg-connection-string@^0.1.3",
  3. "_id": "pg-connection-string@0.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-2hhHsglA5C7hSSvq9l1J2RskXfc=",
  6. "_location": "/pg-connection-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pg-connection-string@^0.1.3",
  12. "name": "pg-connection-string",
  13. "escapedName": "pg-connection-string",
  14. "rawSpec": "^0.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.3"
  17. },
  18. "_requiredBy": [
  19. "/knex"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/pg-connection-string/download/pg-connection-string-0.1.3.tgz",
  22. "_shasum": "da1847b20940e42ee1492beaf65d49d91b245df7",
  23. "_spec": "pg-connection-string@^0.1.3",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\knex",
  25. "author": {
  26. "name": "Blaine Bublitz",
  27. "email": "blaine@iceddev.com",
  28. "url": "http://iceddev.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/iceddev/pg-connection-string/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Functions for dealing with a PostgresSQL connection string",
  37. "devDependencies": {
  38. "tap": "^0.4.11"
  39. },
  40. "homepage": "https://github.com/iceddev/pg-connection-string",
  41. "keywords": [
  42. "pg",
  43. "connection",
  44. "string",
  45. "parse"
  46. ],
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "pg-connection-string",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/iceddev/pg-connection-string.git"
  53. },
  54. "scripts": {
  55. "test": "tap ./test"
  56. },
  57. "version": "0.1.3"
  58. }