mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
- pg-cursor@2.14.6 - pg-esm-test@1.1.6 - pg-pool@3.9.6 - pg-query-stream@4.9.6 - pg@8.15.6
28 lines
582 B
JSON
28 lines
582 B
JSON
{
|
|
"name": "pg-esm-test",
|
|
"version": "1.1.6",
|
|
"description": "A test module for PostgreSQL with ESM support",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node --test"
|
|
},
|
|
"keywords": [
|
|
"postgres",
|
|
"postgresql",
|
|
"esm",
|
|
"test"
|
|
],
|
|
"devDependencies": {
|
|
"pg": "^8.15.6",
|
|
"pg-cloudflare": "^1.2.5",
|
|
"pg-cursor": "^2.14.6",
|
|
"pg-native": "^3.4.5",
|
|
"pg-pool": "^3.9.6",
|
|
"pg-protocol": "^1.9.5",
|
|
"pg-query-stream": "^4.9.6"
|
|
},
|
|
"author": "Brian M. Carlson <brian.m.carlson@gmail.com>",
|
|
"license": "MIT"
|
|
}
|