{
  "_from": "pg-protocol@^1.7.0",
  "_id": "pg-protocol@1.7.0",
  "_inBundle": false,
  "_integrity": "sha512-hTK/mE36i8fDDhgDFjy6xNOG+LCorxLG3WO17tku+ij6sVHXh1jQUJ8hYAnRhNla4QVD2H8er/FOjc/+EgC6yQ==",
  "_location": "/pg-protocol",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pg-protocol@^1.7.0",
    "name": "pg-protocol",
    "escapedName": "pg-protocol",
    "rawSpec": "^1.7.0",
    "saveSpec": null,
    "fetchSpec": "^1.7.0"
  },
  "_requiredBy": [
    "/pg"
  ],
  "_resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.7.0.tgz",
  "_shasum": "ec037c87c20515372692edac8b63cf4405448a93",
  "_spec": "pg-protocol@^1.7.0",
  "_where": "/home/listeu5/finbridge.plutuspro.co/node_modules/pg",
  "bugs": {
    "url": "https://github.com/brianc/node-postgres/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "The postgres client/server binary protocol, implemented in TypeScript",
  "devDependencies": {
    "@types/chai": "^4.2.7",
    "@types/mocha": "^10.0.7",
    "@types/node": "^12.12.21",
    "chai": "^4.2.0",
    "chunky": "^0.0.0",
    "mocha": "^10.5.2",
    "ts-node": "^8.5.4",
    "typescript": "^4.0.3"
  },
  "files": [
    "/dist/*{js,ts,map}",
    "/src"
  ],
  "gitHead": "92cb640fd316972e323ced6256b2acd89b1b58e0",
  "homepage": "https://github.com/brianc/node-postgres#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "name": "pg-protocol",
  "repository": {
    "type": "git",
    "url": "git://github.com/brianc/node-postgres.git",
    "directory": "packages/pg-protocol"
  },
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "prepublish": "yarn build",
    "pretest": "yarn build",
    "test": "mocha dist/**/*.test.js"
  },
  "types": "dist/index.d.ts",
  "version": "1.7.0"
}
