{
  "_from": "pg-types@^2.1.0",
  "_id": "pg-types@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==",
  "_location": "/pg-types",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pg-types@^2.1.0",
    "name": "pg-types",
    "escapedName": "pg-types",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/pg"
  ],
  "_resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz",
  "_shasum": "2d0250d636454f7cfa3b6ae0382fdfa8063254a3",
  "_spec": "pg-types@^2.1.0",
  "_where": "/app/node_modules/pg",
  "author": {
    "name": "Brian M. Carlson"
  },
  "bugs": {
    "url": "https://github.com/brianc/node-pg-types/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "pg-int8": "1.0.1",
    "postgres-array": "~2.0.0",
    "postgres-bytea": "~1.0.0",
    "postgres-date": "~1.0.4",
    "postgres-interval": "^1.1.0"
  },
  "deprecated": false,
  "description": "Query result type converters for node-postgres",
  "devDependencies": {
    "if-node-version": "^1.1.1",
    "pff": "^1.0.0",
    "tap-spec": "^4.0.0",
    "tape": "^4.0.0",
    "tsd": "^0.7.4"
  },
  "engines": {
    "node": ">=4"
  },
  "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 && npm run test-ts",
    "test-ts": "if-node-version '>= 8' tsd"
  },
  "version": "2.2.0"
}
