You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.5 KiB
52 lines
1.5 KiB
4 years ago
|
{
|
||
|
"_from": "pg-protocol@^1.2.4",
|
||
|
"_id": "pg-protocol@1.2.4",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-/8L/G+vW/VhWjTGXpGh8XVkXOFx1ZDY+Yuz//Ab8CfjInzFkreI+fDG3WjCeSra7fIZwAFxzbGptNbm8xSXenw==",
|
||
|
"_location": "/pg-protocol",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "pg-protocol@^1.2.4",
|
||
|
"name": "pg-protocol",
|
||
|
"escapedName": "pg-protocol",
|
||
|
"rawSpec": "^1.2.4",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.2.4"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/pg"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.2.4.tgz",
|
||
|
"_shasum": "3139cac0e51347f1e21e03954b1bb9fe2c20962e",
|
||
|
"_spec": "pg-protocol@^1.2.4",
|
||
|
"_where": "/home/sigonasr2/astronomy/server/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": "^3.7.3"
|
||
|
},
|
||
|
"gitHead": "f3136a7d5d5498280924b3e06f47f8ce80dbe4e6",
|
||
|
"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.2.4"
|
||
|
}
|