mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
27 lines
516 B
JSON
27 lines
516 B
JSON
{
|
|
"name": "pg-cursor",
|
|
"version": "2.7.3",
|
|
"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.7.3"
|
|
},
|
|
"peerDependencies": {
|
|
"pg": "^8"
|
|
}
|
|
}
|