mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
38 lines
821 B
JSON
38 lines
821 B
JSON
{
|
|
"name": "pg-query-stream",
|
|
"version": "1.0.0",
|
|
"description": "Postgres query result returned as readable stream",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha test/*.js -R spec"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brianc/node-pg-query-stream.git"
|
|
},
|
|
"keywords": [
|
|
"postgres",
|
|
"pg",
|
|
"query",
|
|
"stream"
|
|
],
|
|
"author": "Brian M. Carlson",
|
|
"license": "BSD-2-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/brianc/node-pg-query-stream/issues"
|
|
},
|
|
"devDependencies": {
|
|
"pg.js": "*",
|
|
"concat-stream": "~1.0.1",
|
|
"through": "~2.3.4",
|
|
"stream-tester": "0.0.5",
|
|
"stream-spec": "~0.3.5",
|
|
"JSONStream": "~0.7.1",
|
|
"mocha": "~1.17.1"
|
|
},
|
|
"dependencies": {
|
|
"pg-cursor": "1.0.0",
|
|
"readable-stream": "^2.0.4"
|
|
}
|
|
}
|