89 lines
1.9 KiB
JSON
89 lines
1.9 KiB
JSON
{
|
|
"_from": "pg",
|
|
"_id": "pg@8.5.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-9wm3yX9lCfjvA98ybCyw2pADUivyNWT/yIP4ZcDVpMN0og70BUWYEGXPCTAQdGTAqnytfRADb7NERrY1qxhIqw==",
|
|
"_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.5.1.tgz",
|
|
"_shasum": "34dcb15f6db4a29c702bf5031ef2e1e25a06a120",
|
|
"_spec": "pg",
|
|
"_where": "/var/www/html/feeder-mobilizon-rss",
|
|
"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.4.0",
|
|
"pg-pool": "^3.2.2",
|
|
"pg-protocol": "^1.4.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": "0b9bb349dcb10f6473737001062082b65efc74be",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"test": "make test-all"
|
|
},
|
|
"version": "8.5.1"
|
|
}
|