{
  "_from": "pg-query-stream@~1.0.0",
  "_id": "pg-query-stream@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-qbNNpcgcCkw3sosa81JZ6JQw/Jg=",
  "_location": "/pg-query-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pg-query-stream@~1.0.0",
    "name": "pg-query-stream",
    "escapedName": "pg-query-stream",
    "rawSpec": "~1.0.0",
    "saveSpec": null,
    "fetchSpec": "~1.0.0"
  },
  "_requiredBy": [
    "/massive"
  ],
  "_resolved": "https://registry.npmjs.org/pg-query-stream/-/pg-query-stream-1.0.0.tgz",
  "_shasum": "a9b34da5c81c0a4c37b28b1af35259e89430fc98",
  "_spec": "pg-query-stream@~1.0.0",
  "_where": "/tomcat/watson-orchestrator-producao/node_modules/massive",
  "author": {
    "name": "Brian M. Carlson"
  },
  "bugs": {
    "url": "https://github.com/brianc/node-pg-query-stream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "pg-cursor": "1.0.0",
    "readable-stream": "^2.0.4"
  },
  "deprecated": false,
  "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"
  },
  "homepage": "https://github.com/brianc/node-pg-query-stream#readme",
  "keywords": [
    "postgres",
    "pg",
    "query",
    "stream"
  ],
  "license": "BSD-2-Clause",
  "main": "index.js",
  "name": "pg-query-stream",
  "repository": {
    "type": "git",
    "url": "git://github.com/brianc/node-pg-query-stream.git"
  },
  "scripts": {
    "test": "mocha test/*.js -R spec"
  },
  "version": "1.0.0"
}
