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.
82 lines
1.9 KiB
82 lines
1.9 KiB
{
|
|
"_from": "pg",
|
|
"_id": "pg@8.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-DKzffhpkWRr9jx7vKxA+ur79KG+SKw+PdjMb1IRhMiKI9zqYUGczwFprqy+5Veh/DCcFs1Y6V8lRLN5I1DlleQ==",
|
|
"_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.2.1.tgz",
|
|
"_shasum": "f5a81f5e2025182fbe701514d3e1a43e68a616ac",
|
|
"_spec": "pg",
|
|
"_where": "/home/sigonasr2/astronomy/server",
|
|
"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.2.3",
|
|
"pg-pool": "^3.2.1",
|
|
"pg-protocol": "^1.2.4",
|
|
"pg-types": "^2.1.0",
|
|
"pgpass": "1.x",
|
|
"semver": "4.3.2"
|
|
},
|
|
"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": "f3136a7d5d5498280924b3e06f47f8ce80dbe4e6",
|
|
"homepage": "https://github.com/brianc/node-postgres",
|
|
"keywords": [
|
|
"database",
|
|
"libpq",
|
|
"pg",
|
|
"postgre",
|
|
"postgres",
|
|
"postgresql",
|
|
"rdbms"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib",
|
|
"minNativeVersion": "2.0.0",
|
|
"name": "pg",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brianc/node-postgres.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test-all"
|
|
},
|
|
"version": "8.2.1"
|
|
}
|
|
|