{
  "_from": "pg-types@~1.12.1",
  "_id": "pg-types@1.12.1",
  "_inBundle": false,
  "_integrity": "sha1-1kCH45A7WP+q0nnnWVxSIIoUw9I=",
  "_location": "/pg-types",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pg-types@~1.12.1",
    "name": "pg-types",
    "escapedName": "pg-types",
    "rawSpec": "~1.12.1",
    "saveSpec": null,
    "fetchSpec": "~1.12.1"
  },
  "_requiredBy": [
    "/pg",
    "/pg-promise/pg"
  ],
  "_resolved": "https://registry.npmjs.org/pg-types/-/pg-types-1.12.1.tgz",
  "_shasum": "d64087e3903b58ffaad279e7595c52208a14c3d2",
  "_spec": "pg-types@~1.12.1",
  "_where": "/tomcat/watson-orchestrator-producao/node_modules/pg-promise/node_modules/pg",
  "author": {
    "name": "Brian M. Carlson"
  },
  "bugs": {
    "url": "https://github.com/brianc/node-pg-types/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "postgres-array": "~1.0.0",
    "postgres-bytea": "~1.0.0",
    "postgres-date": "~1.0.0",
    "postgres-interval": "^1.1.0"
  },
  "deprecated": false,
  "description": "Query result type converters for node-postgres",
  "devDependencies": {
    "pff": "^1.0.0",
    "tap-spec": "^4.0.0",
    "tape": "^4.0.0"
  },
  "homepage": "https://github.com/brianc/node-pg-types",
  "keywords": [
    "postgres",
    "PostgreSQL",
    "pg"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "pg-types",
  "repository": {
    "type": "git",
    "url": "git://github.com/brianc/node-pg-types.git"
  },
  "scripts": {
    "test": "tape test/*.js | tap-spec"
  },
  "version": "1.12.1"
}
