package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "pg-protocol@^1.6.1",
  3. "_id": "pg-protocol@1.6.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jPIlvgoD63hrEuihvIg+tJhoGjUsLPn6poJY9N5CnlPd91c2T18T/9zBtLxZSb1EhYxBRoZJtzScCaWlYLtktg==",
  6. "_location": "/pg-protocol",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pg-protocol@^1.6.1",
  12. "name": "pg-protocol",
  13. "escapedName": "pg-protocol",
  14. "rawSpec": "^1.6.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.6.1"
  17. },
  18. "_requiredBy": [
  19. "/pg"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.6.1.tgz",
  22. "_shasum": "21333e6d83b01faaebfe7a33a7ad6bfd9ed38cb3",
  23. "_spec": "pg-protocol@^1.6.1",
  24. "_where": "F:\\project\\node_util\\node_modules\\pg",
  25. "bugs": {
  26. "url": "https://github.com/brianc/node-postgres/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "The postgres client/server binary protocol, implemented in TypeScript",
  31. "devDependencies": {
  32. "@types/chai": "^4.2.7",
  33. "@types/mocha": "^5.2.7",
  34. "@types/node": "^12.12.21",
  35. "chai": "^4.2.0",
  36. "chunky": "^0.0.0",
  37. "mocha": "^7.1.2",
  38. "ts-node": "^8.5.4",
  39. "typescript": "^4.0.3"
  40. },
  41. "files": [
  42. "/dist/*{js,ts,map}",
  43. "/src"
  44. ],
  45. "gitHead": "b03c071d2d15af259e1e008e9628191c865e58fa",
  46. "homepage": "https://github.com/brianc/node-postgres#readme",
  47. "license": "MIT",
  48. "main": "dist/index.js",
  49. "name": "pg-protocol",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/brianc/node-postgres.git",
  53. "directory": "packages/pg-protocol"
  54. },
  55. "scripts": {
  56. "build": "tsc",
  57. "build:watch": "tsc --watch",
  58. "prepublish": "yarn build",
  59. "pretest": "yarn build",
  60. "test": "mocha dist/**/*.test.js"
  61. },
  62. "types": "dist/index.d.ts",
  63. "version": "1.6.1"
  64. }