
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
{
"name": "pg",
"version": "8.8.0",
"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": {
"buffer-writer": "2.0.0",
"packet-reader": "1.0.0",
"pg-connection-string": "^2.5.0",
"pg-pool": "^3.5.2",
"pg-protocol": "^1.5.0",
"pg-types": "^2.1.0",
"pgpass": "1.x"
},
"devDependencies": {
"async": "2.6.4",
"bluebird": "3.5.2",
"co": "4.6.0",
"pg-copy-streams": "0.3.0"
},
"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": "c99fb2c127ddf8d712500db2c7b9a5491a178655"
}
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758{"name": "pg","version": "8.8.0","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": {"buffer-writer": "2.0.0","packet-reader": "1.0.0","pg-connection-string": "^2.5.0","pg-pool": "^3.5.2","pg-protocol": "^1.5.0","pg-types": "^2.1.0","pgpass": "1.x"},"devDependencies": {"async": "2.6.4","bluebird": "3.5.2","co": "4.6.0","pg-copy-streams": "0.3.0"},"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": "c99fb2c127ddf8d712500db2c7b9a5491a178655"}