{
  "_from": "pg-protocol@^1.13.0",
  "_id": "pg-protocol@1.13.0",
  "_inBundle": false,
  "_integrity": "sha512-zzdvXfS6v89r6v7OcFCHfHlyG/wvry1ALxZo4LqgUoy7W9xhBDMaqOuMiF3qEV45VqsN6rdlcehHrfDtlCPc8w==",
  "_location": "/pg-protocol",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pg-protocol@^1.13.0",
    "name": "pg-protocol",
    "escapedName": "pg-protocol",
    "rawSpec": "^1.13.0",
    "saveSpec": null,
    "fetchSpec": "^1.13.0"
  },
  "_requiredBy": [
    "/pg"
  ],
  "_resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.13.0.tgz",
  "_shasum": "fdaf6d020bca590d58bb991b4b16fc448efe0511",
  "_spec": "pg-protocol@^1.13.0",
  "_where": "/home/ndream7/nodevenv/apothecary.metamaitreya.com/10/lib/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.10",
    "@types/node": "^12.12.21",
    "chai": "^4.2.0",
    "chunky": "^0.0.0",
    "mocha": "^11.7.5",
    "ts-node": "^8.5.4",
    "typescript": "^4.0.3"
  },
  "exports": {
    ".": {
      "import": "./esm/index.js",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./dist/*": "./dist/*.js",
    "./dist/*.js": "./dist/*.js"
  },
  "files": [
    "/dist/*{js,ts,map}",
    "/src",
    "/esm"
  ],
  "gitHead": "c9070cc8d526fca65780cedc25c1966b57cf7532",
  "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.13.0"
}
