mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
- pg-connection-string@2.5.0 - pg-cursor@2.6.0 - pg-pool@3.3.0 - pg-protocol@1.5.0 - pg-query-stream@4.1.0 - pg@8.6.0
27 lines
516 B
JSON
27 lines
516 B
JSON
{
|
|
"name": "pg-cursor",
|
|
"version": "2.6.0",
|
|
"description": "Query cursor extension for node-postgres",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brianc/node-postgres.git",
|
|
"directory": "packages/pg-cursor"
|
|
},
|
|
"author": "Brian M. Carlson",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"mocha": "^7.1.2",
|
|
"pg": "^8.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"pg": "^8"
|
|
}
|
|
}
|