mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
- pg-connection-string@2.7.0 - pg-cursor@2.12.0 - pg-native@3.2.0 - pg-pool@3.7.0 - pg-protocol@1.7.0 - pg-query-stream@4.7.0 - pg@8.13.0
27 lines
519 B
JSON
27 lines
519 B
JSON
{
|
|
"name": "pg-cursor",
|
|
"version": "2.12.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": "^10.5.2",
|
|
"pg": "^8.13.0"
|
|
},
|
|
"peerDependencies": {
|
|
"pg": "^8"
|
|
}
|
|
}
|