{
  "_from": "postgres@3.4.7",
  "_id": "postgres@3.4.7",
  "_inBundle": false,
  "_integrity": "sha512-Jtc2612XINuBjIl/QTWsV5UvE8UHuNblcO3vVADSrKsrc6RqGX6lOW1cEo3CM2v0XG4Nat8nI+YM7/f26VxXLw==",
  "_location": "/postgres",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "postgres@3.4.7",
    "name": "postgres",
    "escapedName": "postgres",
    "rawSpec": "3.4.7",
    "saveSpec": null,
    "fetchSpec": "3.4.7"
  },
  "_requiredBy": [
    "/prisma"
  ],
  "_resolved": "https://registry.npmjs.org/postgres/-/postgres-3.4.7.tgz",
  "_shasum": "122f460a808fe300cae53f592108b9906e625345",
  "_spec": "postgres@3.4.7",
  "_where": "/var/www/html/node_modules/prisma",
  "author": {
    "name": "Rasmus Porsager",
    "email": "rasmus@porsager.com",
    "url": "https://www.porsager.com"
  },
  "bugs": {
    "url": "https://github.com/porsager/postgres/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Fastest full featured PostgreSQL client for Node.js",
  "engines": {
    "node": ">=12"
  },
  "exports": {
    "types": "./types/index.d.ts",
    "bun": "./src/index.js",
    "workerd": "./cf/src/index.js",
    "import": "./src/index.js",
    "default": "./cjs/src/index.js"
  },
  "files": [
    "/cf/src",
    "/cf/polyfills.js",
    "/cjs/src",
    "/cjs/package.json",
    "/src",
    "/types"
  ],
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/porsager"
  },
  "homepage": "https://github.com/porsager/postgres",
  "keywords": [
    "driver",
    "postgresql",
    "postgres.js",
    "postgres",
    "postrges",
    "postgre",
    "client",
    "sql",
    "db",
    "pg",
    "database"
  ],
  "license": "Unlicense",
  "main": "cjs/src/index.js",
  "module": "src/index.js",
  "name": "postgres",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/porsager/postgres.git"
  },
  "scripts": {
    "build": "npm run build:cjs && npm run build:deno && npm run build:cf",
    "build:cf": "node transpile.cf.js",
    "build:cjs": "node transpile.cjs",
    "build:deno": "node transpile.deno.js",
    "lint": "eslint src && eslint tests",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint",
    "test": "npm run test:esm && npm run test:cjs && npm run test:deno",
    "test:cjs": "npm run build:cjs && cd cjs/tests && node index.js && cd ../../",
    "test:deno": "npm run build:deno && cd deno/tests && deno run --no-lock --allow-all --unsafely-ignore-certificate-errors index.js && cd ../../",
    "test:esm": "node tests/index.js"
  },
  "type": "module",
  "types": "types/index.d.ts",
  "typings": "types/index.d.ts",
  "version": "3.4.7"
}
