{
  "_args": [
    [
      {
        "name": "csv-parse",
        "raw": "csv-parse@^1.0.0",
        "rawSpec": "^1.0.0",
        "scope": null,
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "C:\\Workspace\\web-component-tester\\node_modules\\csv"
    ]
  ],
  "_from": "csv-parse@>=1.0.0 <2.0.0",
  "_id": "csv-parse@1.1.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/csv-parse",
  "_nodeVersion": "6.0.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/csv-parse-1.1.1.tgz_1464945434531_0.4226616029627621"
  },
  "_npmUser": {
    "email": "david@adaltas.com",
    "name": "david"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {},
  "_requested": {
    "name": "csv-parse",
    "raw": "csv-parse@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/csv"
  ],
  "_resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-1.1.1.tgz",
  "_shasum": "01f9013753c4d6b8d82ccf66c6770c52d3fc438f",
  "_shrinkwrap": null,
  "_spec": "csv-parse@^1.0.0",
  "_where": "C:\\Workspace\\web-component-tester\\node_modules\\csv",
  "contributors": [
    {
      "email": "david@adaltas.com",
      "name": "David Worms",
      "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": "0.3.0",
    "each": "0.5.2",
    "mocha": "2.3.3",
    "should": "7.1.0"
  },
  "directories": {},
  "dist": {
    "shasum": "01f9013753c4d6b8d82ccf66c6770c52d3fc438f",
    "tarball": "https://registry.npmjs.org/csv-parse/-/csv-parse-1.1.1.tgz"
  },
  "gitHead": "04c2efa04d4f70c35f12119ad9f3bb1aa7d9ccd1",
  "homepage": "http://csv.adaltas.com/parse/",
  "keywords": [
    "csv",
    "parse",
    "parser"
  ],
  "license": "BSD-3-Clause",
  "main": "./lib",
  "maintainers": [
    {
      "email": "david@adaltas.com",
      "name": "david"
    }
  ],
  "name": "csv-parse",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "http://www.github.com/wdavidw/node-csv-parse"
  },
  "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.1.1"
}
