{
  "_from": "csv-parse@^1.3.3",
  "_id": "csv-parse@1.3.3",
  "_inBundle": false,
  "_integrity": "sha1-0c/YdDwvhJoKuy/VRNtWaV0ZpJA=",
  "_location": "/csv-parse",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "csv-parse@^1.3.3",
    "name": "csv-parse",
    "escapedName": "csv-parse",
    "rawSpec": "^1.3.3",
    "saveSpec": null,
    "fetchSpec": "^1.3.3"
  },
  "_requiredBy": [
    "/csv"
  ],
  "_resolved": "https://artifacts.netflix.com/api/npm/npm-netflix/csv-parse/-/csv-parse-1.3.3.tgz",
  "_shasum": "d1cfd8743c2f849a0abb2fd544db56695d19a490",
  "_spec": "csv-parse@^1.3.3",
  "_where": "/Users/pmarton/Documents/dev/node-restify/benchmark/node_modules/csv",
  "bugs": {
    "url": "https://github.com/wdavidw/node-csv-parse/issues"
  },
  "bundleDependencies": false,
  "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": {},
  "deprecated": false,
  "description": "CSV parsing implementing the Node.js `stream.Transform` API",
  "devDependencies": {
    "coffee-script": "~1.12.7",
    "csv-generate": "~1.0.0",
    "csv-spectrum": "~1.0.0",
    "each": "~0.6.1",
    "mocha": "~4.0.1",
    "should": "~13.1.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+https://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 test/**/*.coffee"
  },
  "version": "1.3.3"
}
