{
  "_from": "postgres-array@~1.0.0",
  "_id": "postgres-array@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-jgsy6wO/d6XAp4UeBEHBaaJWojg=",
  "_location": "/postgres-array",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postgres-array@~1.0.0",
    "name": "postgres-array",
    "escapedName": "postgres-array",
    "rawSpec": "~1.0.0",
    "saveSpec": null,
    "fetchSpec": "~1.0.0"
  },
  "_requiredBy": [
    "/pg-types"
  ],
  "_resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-1.0.2.tgz",
  "_shasum": "8e0b32eb03bf77a5c0a7851e0441c169a256a238",
  "_spec": "postgres-array@~1.0.0",
  "_where": "/tomcat/watson-orchestrator-producao/node_modules/pg-types",
  "author": {
    "name": "Ben Drucker",
    "email": "bvdrucker@gmail.com",
    "url": "bendrucker.me"
  },
  "bugs": {
    "url": "https://github.com/bendrucker/postgres-array/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Parse postgres array columns",
  "devDependencies": {
    "ap": "^0.2.0",
    "standard": "^4.0.0",
    "tape": "^4.0.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js",
    "readme.md"
  ],
  "homepage": "https://github.com/bendrucker/postgres-array#readme",
  "keywords": [
    "postgres",
    "array",
    "parser"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "postgres-array",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bendrucker/postgres-array.git"
  },
  "scripts": {
    "test": "standard && tape test.js"
  },
  "version": "1.0.2"
}
