{ "_from": "pg-protocol@^1.6.1", "_id": "pg-protocol@1.6.1", "_inBundle": false, "_integrity": "sha512-jPIlvgoD63hrEuihvIg+tJhoGjUsLPn6poJY9N5CnlPd91c2T18T/9zBtLxZSb1EhYxBRoZJtzScCaWlYLtktg==", "_location": "/pg-protocol", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "pg-protocol@^1.6.1", "name": "pg-protocol", "escapedName": "pg-protocol", "rawSpec": "^1.6.1", "saveSpec": null, "fetchSpec": "^1.6.1" }, "_requiredBy": [ "/pg" ], "_resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.6.1.tgz", "_shasum": "21333e6d83b01faaebfe7a33a7ad6bfd9ed38cb3", "_spec": "pg-protocol@^1.6.1", "_where": "F:\\project\\node_util\\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": "b03c071d2d15af259e1e008e9628191c865e58fa", "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.6.1" }