mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
- pg-bundler-test@0.0.2 - pg-cloudflare@1.2.7 - pg-cursor@2.15.3 - pg-esm-test@1.2.3 - pg-native@3.5.2 - pg-protocol@1.10.3 - pg-query-stream@4.10.3 - pg@8.16.3
38 lines
696 B
JSON
38 lines
696 B
JSON
{
|
|
"name": "pg-cursor",
|
|
"version": "2.15.3",
|
|
"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.16.3"
|
|
},
|
|
"peerDependencies": {
|
|
"pg": "^8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"esm"
|
|
]
|
|
}
|