You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
2.0 KiB
89 lines
2.0 KiB
{
|
|
"_from": "pg@^8.6.0",
|
|
"_id": "pg@8.6.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-qNS9u61lqljTDFvmk/N66EeGq3n6Ujzj0FFyNMGQr6XuEv4tgNTXvJQTfJdcvGit5p5/DWPu+wj920hAJFI+QQ==",
|
|
"_location": "/pg",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pg@^8.6.0",
|
|
"name": "pg",
|
|
"escapedName": "pg",
|
|
"rawSpec": "^8.6.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^8.6.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pg/-/pg-8.6.0.tgz",
|
|
"_shasum": "e222296b0b079b280cce106ea991703335487db2",
|
|
"_spec": "pg@^8.6.0",
|
|
"_where": "/home/sigonasr2/divar/server2",
|
|
"author": {
|
|
"name": "Brian Carlson",
|
|
"email": "brian.m.carlson@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/brianc/node-postgres/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"buffer-writer": "2.0.0",
|
|
"packet-reader": "1.0.0",
|
|
"pg-connection-string": "^2.5.0",
|
|
"pg-pool": "^3.3.0",
|
|
"pg-protocol": "^1.5.0",
|
|
"pg-types": "^2.1.0",
|
|
"pgpass": "1.x"
|
|
},
|
|
"deprecated": false,
|
|
"description": "PostgreSQL client - pure javascript & libpq with the same API",
|
|
"devDependencies": {
|
|
"async": "0.9.0",
|
|
"bluebird": "3.5.2",
|
|
"co": "4.6.0",
|
|
"pg-copy-streams": "0.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"SPONSORS.md"
|
|
],
|
|
"gitHead": "d45947938263bec30a1e3252452f04177b785f66",
|
|
"homepage": "https://github.com/brianc/node-postgres",
|
|
"keywords": [
|
|
"database",
|
|
"libpq",
|
|
"pg",
|
|
"postgre",
|
|
"postgres",
|
|
"postgresql",
|
|
"rdbms"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib",
|
|
"name": "pg",
|
|
"peerDependencies": {
|
|
"pg-native": ">=2.0.0"
|
|
},
|
|
"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.6.0"
|
|
}
|
|
|