| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_from": "pg",
- "_id": "pg@8.12.0",
- "_inBundle": false,
- "_integrity": "sha512-A+LHUSnwnxrnL/tZ+OLfqR1SxLN3c/pgDztZ47Rpbsd4jUytsTtwQo/TLPRzPJMp/1pbhYVhH9cuSZLAajNfjQ==",
- "_location": "/pg",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "pg",
- "name": "pg",
- "escapedName": "pg",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/pg/-/pg-8.12.0.tgz",
- "_shasum": "9341724db571022490b657908f65aee8db91df79",
- "_spec": "pg",
- "_where": "F:\\project\\node_util",
- "author": {
- "name": "Brian Carlson",
- "email": "brian.m.carlson@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/brianc/node-postgres/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "pg-cloudflare": "^1.1.1",
- "pg-connection-string": "^2.6.4",
- "pg-pool": "^3.6.2",
- "pg-protocol": "^1.6.1",
- "pg-types": "^2.1.0",
- "pgpass": "1.x"
- },
- "deprecated": false,
- "description": "PostgreSQL client - pure javascript & libpq with the same API",
- "devDependencies": {
- "@cloudflare/workers-types": "^4.20230404.0",
- "async": "2.6.4",
- "bluebird": "3.5.2",
- "co": "4.6.0",
- "pg-copy-streams": "0.3.0",
- "typescript": "^4.0.3",
- "workerd": "^1.20230419.0",
- "wrangler": "3.58.0"
- },
- "engines": {
- "node": ">= 8.0.0"
- },
- "files": [
- "lib",
- "SPONSORS.md"
- ],
- "gitHead": "0f42880861951970e193d31359508d460a67d25a",
- "homepage": "https://github.com/brianc/node-postgres",
- "keywords": [
- "database",
- "libpq",
- "pg",
- "postgre",
- "postgres",
- "postgresql",
- "rdbms"
- ],
- "license": "MIT",
- "main": "./lib",
- "name": "pg",
- "optionalDependencies": {
- "pg-cloudflare": "^1.1.1"
- },
- "peerDependencies": {
- "pg-native": ">=3.0.1"
- },
- "peerDependenciesMeta": {
- "pg-native": {
- "optional": true
- }
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/brianc/node-postgres.git",
- "directory": "packages/pg"
- },
- "scripts": {
- "test": "make test-all"
- },
- "version": "8.12.0"
- }
|