{ "_from": "csv-parser@^3.0.0", "_id": "csv-parser@3.0.0", "_inBundle": false, "_integrity": "sha512-s6OYSXAK3IdKqYO33y09jhypG/bSDHPuyCme/IdEHfWpLf/jKcpitVFyOC6UemgGk8v7Q5u2XE0vvwmanxhGlQ==", "_location": "/csv-parser", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "csv-parser@^3.0.0", "name": "csv-parser", "escapedName": "csv-parser", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/csv-parser/-/csv-parser-3.0.0.tgz", "_shasum": "b88a6256d79e090a97a1b56451f9327b01d710e7", "_spec": "csv-parser@^3.0.0", "_where": "/home/runner/work/satshkd-vercel/satshkd-vercel", "author": { "name": "mafintosh" }, "ava": { "files": [ "!**/fixtures/**", "!**/helpers/**" ] }, "bin": { "csv-parser": "bin/csv-parser" }, "bugs": { "url": "https://github.com/mafintosh/csv-parser/issues" }, "bundleDependencies": false, "dependencies": { "minimist": "^1.2.0" }, "deprecated": false, "description": "Streaming CSV parser that aims for maximum speed as well as compatibility with the csv-spectrum test suite", "devDependencies": { "@commitlint/cli": "^8.2.0", "@commitlint/config-conventional": "^8.0.0", "@types/node": "^12.0.0", "ava": "^2.4.0", "bops": "^1.0.0", "chalk": "^2.4.2", "concat-stream": "^2.0.0", "csv-spectrum": "^1.0.0", "eslint": "^6.4.0", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-standard": "^4.0.0", "execa": "^2.1.0", "globby": "^10.0.1", "husky": "^3.0.0", "lint-staged": "^9.0.2", "loud-rejection": "^2.1.0", "nyc": "^14.1.1", "pre-commit": "^1.2.2", "strip-ansi": "^5.2.0", "text-table": "^0.2.0", "time-span": "^3.1.0", "tsd": "^0.8.0" }, "directories": { "example": "examples", "test": "test" }, "engines": { "node": ">= 10" }, "files": [ "bin/csv-parser", "index.js", "index.d.ts" ], "homepage": "https://github.com/mafintosh/csv-parser", "husky": { "hooks": { "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS" } }, "keywords": [ "csv", "parser", "fast", "json" ], "license": "MIT", "lint-staged": { "*.js": [ "eslint --fix", "git add" ] }, "main": "index.js", "maintainers": [ { "name": "Andrew Powell", "email": "andrew@shellscape.org" } ], "name": "csv-parser", "pre-commit": "lint-staged", "repository": { "type": "git", "url": "git+https://github.com/mafintosh/csv-parser.git" }, "scripts": { "bench": "bin/bench", "commitlint": "commitlint", "coverage": "nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov", "lint": "eslint .", "lint-staged": "lint-staged", "security": "npm audit", "test": "ava && tsd" }, "version": "3.0.0" }