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
23 lines
433 B
JSON
23 lines
433 B
JSON
{
|
|
"name": "pg-cursor",
|
|
"version": "2.2.1",
|
|
"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"
|
|
},
|
|
"author": "Brian M. Carlson",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"mocha": "^7.1.2",
|
|
"pg": "^8.2.1"
|
|
}
|
|
}
|