{
  "_args": [
    [
      {
        "raw": "pg-promise@^5.3.5",
        "scope": null,
        "escapedName": "pg-promise",
        "name": "pg-promise",
        "rawSpec": "^5.3.5",
        "spec": ">=5.3.5 <6.0.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html"
    ]
  ],
  "_from": "pg-promise@>=5.3.5 <6.0.0",
  "_id": "pg-promise@5.5.0",
  "_inCache": true,
  "_location": "/pg-promise",
  "_nodeVersion": "7.2.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/pg-promise-5.5.0.tgz_1481324940822_0.2539813506882638"
  },
  "_npmUser": {
    "name": "vitaly.tomilov",
    "email": "vitaly.tomilov@gmail.com"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "pg-promise@^5.3.5",
    "scope": null,
    "escapedName": "pg-promise",
    "name": "pg-promise",
    "rawSpec": "^5.3.5",
    "spec": ">=5.3.5 <6.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-5.5.0.tgz",
  "_shasum": "a89c7e25e8695c343a51f7821d4e16bb5f46d5cc",
  "_shrinkwrap": null,
  "_spec": "pg-promise@^5.3.5",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html",
  "author": {
    "name": "Vitaly Tomilov",
    "email": "vitaly.tomilov@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/vitaly-t/pg-promise/issues",
    "email": "vitaly.tomilov@gmail.com"
  },
  "dependencies": {
    "manakin": "0.4",
    "pg": "5.1",
    "pg-minify": "0.4",
    "spex": "1.1"
  },
  "description": "Promises interface for PostgreSQL",
  "devDependencies": {
    "@types/node": "6.x",
    "JSONStream": "1.x",
    "bluebird": "3.x",
    "coveralls": "2.x",
    "istanbul": "0.4",
    "jasmine-node": "1.x",
    "jsdoc": "3.x",
    "pg-query-stream": "1.x",
    "typescript": "2.0.x"
  },
  "directories": {},
  "dist": {
    "shasum": "a89c7e25e8695c343a51f7821d4e16bb5f46d5cc",
    "tarball": "https://registry.npmjs.org/pg-promise/-/pg-promise-5.5.0.tgz"
  },
  "engines": {
    "node": ">=0.10",
    "npm": ">=1.4"
  },
  "files": [
    "lib",
    "typescript"
  ],
  "gitHead": "53957a24ba026f94abf80040587d90a3fa4401aa",
  "homepage": "https://github.com/vitaly-t/pg-promise",
  "keywords": [
    "pg",
    "promise",
    "postgres"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "vitaly.tomilov",
      "email": "vitaly.tomilov@gmail.com"
    }
  ],
  "name": "pg-promise",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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.json ./jsdoc/README.md",
    "test": "jasmine-node test",
    "test-native": "jasmine-node test --config PG_NATIVE true",
    "travis": "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": "5.5.0"
}
