1 | {
|
2 | "name": "pg",
|
3 | "version": "8.13.1",
|
4 | "description": "PostgreSQL client - pure javascript & libpq with the same API",
|
5 | "keywords": [
|
6 | "database",
|
7 | "libpq",
|
8 | "pg",
|
9 | "postgre",
|
10 | "postgres",
|
11 | "postgresql",
|
12 | "rdbms"
|
13 | ],
|
14 | "homepage": "https://github.com/brianc/node-postgres",
|
15 | "repository": {
|
16 | "type": "git",
|
17 | "url": "git://github.com/brianc/node-postgres.git",
|
18 | "directory": "packages/pg"
|
19 | },
|
20 | "author": "Brian Carlson <brian.m.carlson@gmail.com>",
|
21 | "main": "./lib",
|
22 | "dependencies": {
|
23 | "pg-connection-string": "^2.7.0",
|
24 | "pg-pool": "^3.7.0",
|
25 | "pg-protocol": "^1.7.0",
|
26 | "pg-types": "^2.1.0",
|
27 | "pgpass": "1.x"
|
28 | },
|
29 | "devDependencies": {
|
30 | "@cloudflare/workers-types": "^4.20230404.0",
|
31 | "async": "2.6.4",
|
32 | "bluebird": "3.7.2",
|
33 | "co": "4.6.0",
|
34 | "pg-copy-streams": "0.3.0",
|
35 | "typescript": "^4.0.3",
|
36 | "workerd": "^1.20230419.0",
|
37 | "wrangler": "3.58.0"
|
38 | },
|
39 | "optionalDependencies": {
|
40 | "pg-cloudflare": "^1.1.1"
|
41 | },
|
42 | "peerDependencies": {
|
43 | "pg-native": ">=3.0.1"
|
44 | },
|
45 | "peerDependenciesMeta": {
|
46 | "pg-native": {
|
47 | "optional": true
|
48 | }
|
49 | },
|
50 | "scripts": {
|
51 | "test": "make test-all"
|
52 | },
|
53 | "files": [
|
54 | "lib",
|
55 | "SPONSORS.md"
|
56 | ],
|
57 | "license": "MIT",
|
58 | "engines": {
|
59 | "node": ">= 8.0.0"
|
60 | },
|
61 | "gitHead": "95d7e620ef8b51743b4cbca05dd3c3ce858ecea7"
|
62 | }
|