{
  "_from": "pg-protocol@^1.5.0",
  "_id": "pg-protocol@1.5.0",
  "_inBundle": false,
  "_integrity": "sha512-muRttij7H8TqRNu/DxrAJQITO4Ac7RmX3Klyr/9mJEOBeIpgnF8f9jAfRz5d3XwQZl5qBjF9gLsUtMPJE0vezQ==",
  "_location": "/pg-protocol",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pg-protocol@^1.5.0",
    "name": "pg-protocol",
    "escapedName": "pg-protocol",
    "rawSpec": "^1.5.0",
    "saveSpec": null,
    "fetchSpec": "^1.5.0"
  },
  "_requiredBy": [
    "/pg"
  ],
  "_resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.5.0.tgz",
  "_shasum": "b5dd452257314565e2d54ab3c132adc46565a6a0",
  "_spec": "pg-protocol@^1.5.0",
  "_where": "/home/sigonasr2/divar/server2/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": "^5.2.7",
    "@types/node": "^12.12.21",
    "chai": "^4.2.0",
    "chunky": "^0.0.0",
    "mocha": "^7.1.2",
    "ts-node": "^8.5.4",
    "typescript": "^4.0.3"
  },
  "files": [
    "/dist/*{js,ts,map}",
    "/src"
  ],
  "gitHead": "d45947938263bec30a1e3252452f04177b785f66",
  "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.5.0"
}