package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "pg-connection-string@2.0.0",
  3. "_id": "pg-connection-string@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Pu/lmX4G2Ugh5NUC5CtqHHP434I=",
  6. "_location": "/pg-connection-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "pg-connection-string@2.0.0",
  12. "name": "pg-connection-string",
  13. "escapedName": "pg-connection-string",
  14. "rawSpec": "2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/knex"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.0.0.tgz",
  22. "_shasum": "3eefe5997e06d94821e4d502e42b6a1c73f8df82",
  23. "_spec": "pg-connection-string@2.0.0",
  24. "_where": "/home/zorro/Documents/Sahib/zweiachtzehn/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. "chai": "^4.1.1",
  39. "istanbul": "^0.4.5",
  40. "mocha": "^3.5.0"
  41. },
  42. "homepage": "https://github.com/iceddev/pg-connection-string",
  43. "keywords": [
  44. "pg",
  45. "connection",
  46. "string",
  47. "parse"
  48. ],
  49. "license": "MIT",
  50. "main": "./index.js",
  51. "name": "pg-connection-string",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/iceddev/pg-connection-string.git"
  55. },
  56. "scripts": {
  57. "check-coverage": "istanbul check-coverage --statements 100 --branches 100 --lines 100 --functions 100",
  58. "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
  59. "test": "istanbul cover _mocha && npm run check-coverage"
  60. },
  61. "types": "./index.d.ts",
  62. "version": "2.0.0"
  63. }