{
  "_from": "csv-parse@^4.6.5",
  "_id": "csv-parse@4.10.1",
  "_inBundle": false,
  "_integrity": "sha512-gdDJVchi0oSLIcYXz1H/VSgLE6htHDqJyFsRU/vTkQgmVOZ3S0IR2LXnNbWUYG7VD76dYVwdfBLyx8AX9+An8A==",
  "_location": "/csv-parse",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "csv-parse@^4.6.5",
    "name": "csv-parse",
    "escapedName": "csv-parse",
    "rawSpec": "^4.6.5",
    "saveSpec": null,
    "fetchSpec": "^4.6.5"
  },
  "_requiredBy": [
    "/sifter"
  ],
  "_resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-4.10.1.tgz",
  "_shasum": "1e26ba63d29c75e94d0eba6e9de9a8aaf89d72a6",
  "_spec": "csv-parse@^4.6.5",
  "_where": "/var/www/html/node_modules/sifter",
  "author": {
    "name": "David Worms",
    "email": "david@adaltas.com",
    "url": "https://www.adaltas.com"
  },
  "bugs": {
    "url": "https://github.com/wdavidw/node-csv-parse/issues"
  },
  "bundleDependencies": false,
  "coffeelintConfig": {
    "indentation": {
      "level": "error",
      "value": 2
    },
    "line_endings": {
      "level": "error",
      "value": "unix"
    },
    "max_line_length": {
      "level": "ignore"
    }
  },
  "contributors": [
    {
      "name": "David Worms",
      "email": "david@adaltas.com",
      "url": "https://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": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.6.9",
    "coffeescript": "^2.4.1",
    "csv-generate": "^3.2.3",
    "csv-spectrum": "^1.0.0",
    "each": "^1.2.1",
    "eslint": "^6.5.1",
    "mocha": "^6.2.0",
    "pad": "^3.2.0",
    "should": "^13.2.3",
    "stream-transform": "^2.0.1",
    "ts-node": "^8.3.0",
    "typescript": "^3.5.3"
  },
  "files": [
    "/lib"
  ],
  "homepage": "https://csv.js.org/parse/",
  "keywords": [
    "csv",
    "parse",
    "parser",
    "convert",
    "tsv",
    "stream"
  ],
  "license": "MIT",
  "main": "./lib",
  "name": "csv-parse",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wdavidw/node-csv-parse.git"
  },
  "scripts": {
    "lint": "eslint lib/*.js",
    "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": "cd lib && babel *.js  -d es5 && cd ..",
    "preversion": "grep '## Trunk' CHANGELOG.md && npm test && cp lib/*.ts lib/es5 && git add lib/es5/*.ts",
    "test": "npm run lint && TS_NODE_COMPILER_OPTIONS='{\"strictNullChecks\":true}' mocha test/**/*.{coffee,ts}",
    "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": "4.10.1"
}
