{
  "_args": [
    [
      "pg-types@1.12.1",
      "/var/www/html/ingfaq/backend"
    ]
  ],
  "_from": "pg-types@1.12.1",
  "_id": "pg-types@1.12.1",
  "_inBundle": false,
  "_integrity": "sha512-7oR1vHzQdSlqa81S8476iSoUYQc6obearJ6RUuRB1OOdGDz9pDHLxmgYgcXCDL+XWHSocYQqwC/GDnwtKhGbWg==",
  "_location": "/pg-types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "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"
  ],
  "_resolved": "https://registry.npmjs.org/pg-types/-/pg-types-1.12.1.tgz",
  "_spec": "1.12.1",
  "_where": "/var/www/html/ingfaq/backend",
  "author": {
    "name": "Brian M. Carlson"
  },
  "bugs": {
    "url": "https://github.com/brianc/node-pg-types/issues"
  },
  "dependencies": {
    "postgres-array": "~1.0.0",
    "postgres-bytea": "~1.0.0",
    "postgres-date": "~1.0.0",
    "postgres-interval": "^1.1.0"
  },
  "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"
}
