mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
- pg-connection-string@2.2.3 - pg-cursor@2.2.1 - pg-pool@3.2.1 - pg-protocol@1.2.4 - pg-query-stream@3.1.1 - pg@8.2.1
38 lines
788 B
JSON
38 lines
788 B
JSON
{
|
|
"name": "pg-query-stream",
|
|
"version": "3.1.1",
|
|
"description": "Postgres query result returned as readable stream",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brianc/node-postgres.git"
|
|
},
|
|
"keywords": [
|
|
"postgres",
|
|
"pg",
|
|
"query",
|
|
"stream"
|
|
],
|
|
"author": "Brian M. Carlson",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/brianc/node-postgres/issues"
|
|
},
|
|
"devDependencies": {
|
|
"JSONStream": "~0.7.1",
|
|
"concat-stream": "~1.0.1",
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
"mocha": "^7.1.2",
|
|
"pg": "^8.2.1",
|
|
"stream-spec": "~0.3.5",
|
|
"stream-tester": "0.0.5",
|
|
"through": "~2.3.4"
|
|
},
|
|
"dependencies": {
|
|
"pg-cursor": "^2.2.1"
|
|
}
|
|
}
|