mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
- pg-cloudflare@1.2.5 - pg-connection-string@2.8.5 - pg-cursor@2.14.5 - pg-esm-test@1.1.5 - pg-native@3.4.5 - pg-pool@3.9.5 - pg-protocol@1.9.5 - pg-query-stream@4.9.5 - pg@8.15.5
38 lines
696 B
JSON
38 lines
696 B
JSON
{
|
|
"name": "pg-cursor",
|
|
"version": "2.14.5",
|
|
"description": "Query cursor extension for node-postgres",
|
|
"main": "index.js",
|
|
"exports": {
|
|
".": {
|
|
"import": "./esm/index.mjs",
|
|
"require": "./index.js",
|
|
"default": "./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.15.5"
|
|
},
|
|
"peerDependencies": {
|
|
"pg": "^8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"esm"
|
|
]
|
|
}
|