2018-10-27 01:10:46 +02:00

83 lines
2.0 KiB
JSON

{
"_from": "pg",
"_id": "pg@7.6.0",
"_inBundle": false,
"_integrity": "sha512-INUjsobS7O0Slad6fVlSSSVpMd5wozwtdSrWL5/JfEGYCWtPwgka0uQOf2KCo7QbWUmwefcuNQtzijeztDquQg==",
"_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-7.6.0.tgz",
"_shasum": "0c9ecaf0ce6f3c7e3c68ce8f621df79e741a89e3",
"_spec": "pg",
"_where": "D:\\5CHITM\\Diplomarbeit\\smart-shopper\\SmartShopper\\express-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": "1.0.1",
"packet-reader": "0.3.1",
"pg-connection-string": "0.1.3",
"pg-pool": "~2.0.3",
"pg-types": "~1.12.1",
"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",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^3.1.0",
"pg-copy-streams": "0.3.0"
},
"engines": {
"node": ">= 4.5.0"
},
"homepage": "http://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": "7.6.0"
}