{
  "_args": [
    [
      "csv-parse@1.2.0",
      "/var/www/html/postleaf"
    ]
  ],
  "_development": true,
  "_from": "csv-parse@1.2.0",
  "_id": "csv-parse@1.2.0",
  "_inBundle": false,
  "_integrity": "sha1-BHtzhoq5qFdG6IX2N/ntD7ZFpCU=",
  "_location": "/csv-parse",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "csv-parse@1.2.0",
    "name": "csv-parse",
    "escapedName": "csv-parse",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [],
  "_resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "/var/www/html/postleaf",
  "bugs": {
    "url": "https://github.com/wdavidw/node-csv-parse/issues"
  },
  "contributors": [
    {
      "name": "David Worms",
      "email": "david@adaltas.com",
      "url": "http://www.adaltas.com"
    },
    {
      "name": "Will White",
      "url": "https://github.com/willwhite"
    },
    {
      "name": "Justin Latimer",
      "url": "https://github.com/justinlatimer"
    },
    {
      "name": "jonseymour",
      "url": "https://github.com/jonseymour"
    },
    {
      "name": "pascalopitz",
      "url": "https://github.com/pascalopitz"
    },
    {
      "name": "Josh Pschorr",
      "url": "https://github.com/jpschorr"
    },
    {
      "name": "Elad Ben-Israel",
      "url": "https://github.com/eladb"
    },
    {
      "name": "Philippe Plantier",
      "url": "https://github.com/phipla"
    },
    {
      "name": "Tim Oxley",
      "url": "https://github.com/timoxley"
    },
    {
      "name": "Damon Oehlman",
      "url": "https://github.com/DamonOehlman"
    },
    {
      "name": "Alexandru Topliceanu",
      "url": "https://github.com/topliceanu"
    },
    {
      "name": "Visup",
      "url": "https://github.com/visup"
    },
    {
      "name": "Edmund von der Burg",
      "url": "https://github.com/evdb"
    },
    {
      "name": "Douglas Christopher Wilson",
      "url": "https://github.com/dougwilson"
    },
    {
      "name": "Joe Eaves",
      "url": "https://github.com/Joeasaurus"
    },
    {
      "name": "Mark Stosberg",
      "url": "https://github.com/markstos"
    }
  ],
  "dependencies": {},
  "description": "CSV parsing implementing the Node.js `stream.Transform` API",
  "devDependencies": {
    "coffee-script": "1.10.0",
    "csv-generate": "1.0.0",
    "csv-spectrum": "1.0.0",
    "each": "0.6.1",
    "mocha": "2.5.3",
    "should": "9.0.2"
  },
  "homepage": "http://csv.adaltas.com/parse/",
  "keywords": [
    "csv",
    "parse",
    "parser"
  ],
  "license": "BSD-3-Clause",
  "main": "./lib",
  "name": "csv-parse",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/wdavidw/node-csv-parse.git"
  },
  "scripts": {
    "coffee": "coffee -b -o lib src",
    "pretest": "coffee -b -o lib src",
    "test": "NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script/register --reporter dot"
  },
  "version": "1.2.0"
}
