{
  "_args": [
    [
      "postgres-array@1.0.3",
      "/var/www/html/ingfaq/backend"
    ]
  ],
  "_from": "postgres-array@1.0.3",
  "_id": "postgres-array@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-5wClXrAP0+78mcsNX3/ithQ5exKvCyK5lr5NEEEeGwwM6NJdQgzIJBVxLvRW+huFpX92F2QnZ5CcokH0VhK2qQ==",
  "_location": "/postgres-array",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "postgres-array@1.0.3",
    "name": "postgres-array",
    "escapedName": "postgres-array",
    "rawSpec": "1.0.3",
    "saveSpec": null,
    "fetchSpec": "1.0.3"
  },
  "_requiredBy": [
    "/pg-types"
  ],
  "_resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-1.0.3.tgz",
  "_spec": "1.0.3",
  "_where": "/var/www/html/ingfaq/backend",
  "author": {
    "name": "Ben Drucker",
    "email": "bvdrucker@gmail.com",
    "url": "bendrucker.me"
  },
  "bugs": {
    "url": "https://github.com/bendrucker/postgres-array/issues"
  },
  "dependencies": {},
  "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",
    "index.d.ts",
    "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"
  },
  "types": "index.d.ts",
  "version": "1.0.3"
}
