{
  "_from": "csv-parse@^2.0.0",
  "_id": "csv-parse@2.5.0",
  "_inBundle": false,
  "_integrity": "sha512-4OcjOJQByI0YDU5COYw9HAqjo8/MOLLmT9EKyMCXUzgvh30vS1SlMK+Ho84IH5exN44cSnrYecw/7Zpu2m4lkA==",
  "_location": "/csv-parse",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "csv-parse@^2.0.0",
    "name": "csv-parse",
    "escapedName": "csv-parse",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/sifter"
  ],
  "_resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-2.5.0.tgz",
  "_shasum": "65748997ecc3719c594622db1b9ea0e2eb7d56bb",
  "_spec": "csv-parse@^2.0.0",
  "_where": "C:\\xampp\\htdocs\\DicomFileSender\\node_modules\\sifter",
  "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": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "coffeescript": "~2.3.1",
    "csv-generate": "~2.0.2",
    "csv-spectrum": "~1.0.0",
    "each": "~1.2.0",
    "mocha": "~5.2.0",
    "should": "~13.2.1"
  },
  "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 && cd lib && babel *.js  -d es5 && cd ..",
    "major": "npm version major -m 'Bump to version %s'",
    "minor": "npm version minor -m 'Bump to version %s'",
    "patch": "npm version patch -m 'Bump to version %s'",
    "postversion": "git push && git push --tags && npm publish",
    "pretest": "coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..",
    "preversion": "rm -rf lib/*.js && npm test && grep '## Trunk' CHANGELOG.md",
    "test": "mocha test/**/*.coffee",
    "version": "version=`grep '^  \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md"
  },
  "types": "./lib/index.d.ts",
  "version": "2.5.0"
}
