rss-feeder-mobilizon/node_modules/pg-protocol/package.json

56 lines
1.5 KiB
JSON

{
"_from": "pg-protocol@^1.4.0",
"_id": "pg-protocol@1.4.0",
"_inBundle": false,
"_integrity": "sha512-El+aXWcwG/8wuFICMQjM5ZSAm6OWiJicFdNYo+VY3QP+8vI4SvLIWVe51PppTzMhikUJR+PsyIFKqfdXPz/yxA==",
"_location": "/pg-protocol",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pg-protocol@^1.4.0",
"name": "pg-protocol",
"escapedName": "pg-protocol",
"rawSpec": "^1.4.0",
"saveSpec": null,
"fetchSpec": "^1.4.0"
},
"_requiredBy": [
"/pg"
],
"_resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.4.0.tgz",
"_shasum": "43a71a92f6fe3ac559952555aa3335c8cb4908be",
"_spec": "pg-protocol@^1.4.0",
"_where": "/var/www/html/feeder-mobilizon-rss/node_modules/pg",
"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": "ec1dcab966ecb03080e75112f6d3623d1360b634",
"license": "MIT",
"main": "dist/index.js",
"name": "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.4.0"
}