HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/good-life-be/node_modules/pg/package.json
{
  "name": "pg",
  "version": "8.13.1",
  "description": "PostgreSQL client - pure javascript & libpq with the same API",
  "keywords": [
    "database",
    "libpq",
    "pg",
    "postgre",
    "postgres",
    "postgresql",
    "rdbms"
  ],
  "homepage": "https://github.com/brianc/node-postgres",
  "repository": {
    "type": "git",
    "url": "git://github.com/brianc/node-postgres.git",
    "directory": "packages/pg"
  },
  "author": "Brian Carlson <brian.m.carlson@gmail.com>",
  "main": "./lib",
  "dependencies": {
    "pg-connection-string": "^2.7.0",
    "pg-pool": "^3.7.0",
    "pg-protocol": "^1.7.0",
    "pg-types": "^2.1.0",
    "pgpass": "1.x"
  },
  "devDependencies": {
    "@cloudflare/workers-types": "^4.20230404.0",
    "async": "2.6.4",
    "bluebird": "3.7.2",
    "co": "4.6.0",
    "pg-copy-streams": "0.3.0",
    "typescript": "^4.0.3",
    "workerd": "^1.20230419.0",
    "wrangler": "3.58.0"
  },
  "optionalDependencies": {
    "pg-cloudflare": "^1.1.1"
  },
  "peerDependencies": {
    "pg-native": ">=3.0.1"
  },
  "peerDependenciesMeta": {
    "pg-native": {
      "optional": true
    }
  },
  "scripts": {
    "test": "make test-all"
  },
  "files": [
    "lib",
    "SPONSORS.md"
  ],
  "license": "MIT",
  "engines": {
    "node": ">= 8.0.0"
  },
  "gitHead": "95d7e620ef8b51743b4cbca05dd3c3ce858ecea7"
}