csv-parse

v5.2.0
CSV parsing implementing the Node.js `stream.Transform` API
csv parse parser convert tsv stream

build

npm run build:rollup && npm run build:ts

build:rollup

npx rollup -c

build:ts

cp lib/*.ts dist/cjs && cp lib/*.ts dist/esm

lint

npm run lint:lib && npm run lint:samples && npm run lint:test

lint:lib

eslint --fix lib/*.js

lint:samples

eslint --fix samples/*.js

lint:test

coffeelint --fix test/*.coffee

preversion

npm run build && git add dist

pretest

npm run build

test

mocha 'test/**/*.{coffee,ts}'

test:legacy

mocha --ignore test/api.web_stream.coffee --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'

Metadata

  • MIT
  • Whatever
  • David Worms
  • released 6/14/2022

Downloads

Maintainers