{
  "_from": "pg-promise@~6.7.1",
  "_id": "pg-promise@6.7.1",
  "_inBundle": false,
  "_integrity": "sha512-w2U56XUE8yHZNGx24cWa1kcSSILpJyjTg6jzTNkKBftUuGQUkUvFJNl84mTjaESbT3U8EFtxdWAGilD+ZwBWXA==",
  "_location": "/pg-promise",
  "_phantomChildren": {
    "buffer-writer": "1.0.1",
    "js-string-escape": "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.0.2",
    "semver": "4.3.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pg-promise@~6.7.1",
    "name": "pg-promise",
    "escapedName": "pg-promise",
    "rawSpec": "~6.7.1",
    "saveSpec": null,
    "fetchSpec": "~6.7.1"
  },
  "_requiredBy": [
    "/massive"
  ],
  "_resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-6.7.1.tgz",
  "_shasum": "4b61b5d387b358bef1d99a741837214fd73eeca6",
  "_spec": "pg-promise@~6.7.1",
  "_where": "/tomcat/watson-orchestrator-producao/node_modules/massive",
  "author": {
    "name": "Vitaly Tomilov",
    "email": "vitaly.tomilov@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/vitaly-t/pg-promise/issues",
    "email": "vitaly.tomilov@gmail.com"
  },
  "bundleDependencies": false,
  "dependencies": {
    "manakin": "~0.5.1",
    "pg": "~7.3.0",
    "pg-minify": "~0.5.3",
    "spex": "~1.2.0"
  },
  "deprecated": false,
  "description": "Promises interface for PostgreSQL",
  "devDependencies": {
    "@types/node": "~8.0.28",
    "JSONStream": "~1.3.1",
    "bluebird": "~3.5.0",
    "coveralls": "~2.11.16",
    "eslint": "~4.7.0",
    "istanbul": "~0.4.5",
    "jasmine-node": "~1.14.5",
    "jsdoc": "~3.5.5",
    "pg-query-stream": "~1.0.0",
    "typescript": "~2.5.2"
  },
  "engines": {
    "node": ">=4.0",
    "npm": ">=2.15"
  },
  "files": [
    "lib",
    "typescript"
  ],
  "homepage": "https://github.com/vitaly-t/pg-promise",
  "keywords": [
    "pg",
    "promise",
    "postgres"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "pg-promise",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vitaly-t/pg-promise.git"
  },
  "scripts": {
    "coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test",
    "doc": "jsdoc -c ./jsdoc/jsdoc.js ./jsdoc/README.md -t ./jsdoc/templates/custom",
    "lint": "eslint ./lib ./test/*.js ./test/db",
    "test": "jasmine-node test",
    "test-native": "jasmine-node test --config PG_NATIVE true",
    "travis": "npm run lint && istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "typings": "typescript/pg-promise.d.ts",
  "version": "6.7.1"
}
