{
  "_args": [
    [
      "pg-query-stream@^1.0.0",
      "/home/travis/build/waterlinejs/postgresql-adapter"
    ]
  ],
  "_from": "pg-query-stream@>=1.0.0 <2.0.0",
  "_id": "pg-query-stream@1.0.0",
  "_inBundle": true,
  "_inCache": true,
  "_installable": true,
  "_location": "/waterline-postgresql/pg-query-stream",
  "_nodeVersion": "4.2.1",
  "_npmUser": {
    "email": "brian.m.carlson@gmail.com",
    "name": "brianc"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.1",
    "inline-process-browser": "2.0.1",
    "process-nextick-args": "1.0.6",
    "string_decoder": "0.10.31",
    "unreachable-branch-transform": "0.5.1",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "name": "pg-query-stream",
    "raw": "pg-query-stream@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/waterline-postgresql"
  ],
  "_resolved": "https://registry.npmjs.org/pg-query-stream/-/pg-query-stream-1.0.0.tgz",
  "_shasum": "a9b34da5c81c0a4c37b28b1af35259e89430fc98",
  "_shrinkwrap": null,
  "_spec": "pg-query-stream@^1.0.0",
  "_where": "/home/travis/build/waterlinejs/postgresql-adapter",
  "author": {
    "name": "Brian M. Carlson"
  },
  "bugs": {
    "url": "https://github.com/brianc/node-pg-query-stream/issues"
  },
  "dependencies": {
    "pg-cursor": "1.0.0",
    "readable-stream": "^2.0.4"
  },
  "description": "Postgres query result returned as readable stream",
  "devDependencies": {
    "JSONStream": "~0.7.1",
    "concat-stream": "~1.0.1",
    "mocha": "~1.17.1",
    "pg.js": "*",
    "stream-spec": "~0.3.5",
    "stream-tester": "0.0.5",
    "through": "~2.3.4"
  },
  "directories": {},
  "dist": {
    "shasum": "a9b34da5c81c0a4c37b28b1af35259e89430fc98",
    "tarball": "https://registry.npmjs.org/pg-query-stream/-/pg-query-stream-1.0.0.tgz"
  },
  "gitHead": "df8acf0aaa1e75113e7682b3cf6c2010f9e68f42",
  "homepage": "https://github.com/brianc/node-pg-query-stream#readme",
  "keywords": [
    "postgres",
    "pg",
    "query",
    "stream"
  ],
  "license": "BSD-2-Clause",
  "main": "index.js",
  "maintainers": [
    {
      "name": "brianc",
      "email": "brian.m.carlson@gmail.com"
    }
  ],
  "name": "pg-query-stream",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/brianc/node-pg-query-stream.git"
  },
  "scripts": {
    "test": "mocha test/*.js -R spec"
  },
  "version": "1.0.0"
}
