UNPKG

@postman/csv-parse

Version:

CSV parsing implementing the Node.js `stream.Transform` API

68 lines (67 loc) 2.44 kB
{ "version": "4.0.2", "name": "@postman/csv-parse", "description": "CSV parsing implementing the Node.js `stream.Transform` API", "keywords": [ "csv", "parse", "parser", "convert", "tsv", "stream" ], "contributors": [ "David Worms <david@adaltas.com> (http://www.adaltas.com)", "Will White (https://github.com/willwhite)", "Justin Latimer (https://github.com/justinlatimer)", "jonseymour (https://github.com/jonseymour)", "pascalopitz (https://github.com/pascalopitz)", "Josh Pschorr (https://github.com/jpschorr)", "Elad Ben-Israel (https://github.com/eladb)", "Philippe Plantier (https://github.com/phipla)", "Tim Oxley (https://github.com/timoxley)", "Damon Oehlman (https://github.com/DamonOehlman)", "Alexandru Topliceanu (https://github.com/topliceanu)", "Visup (https://github.com/visup)", "Edmund von der Burg (https://github.com/evdb)", "Douglas Christopher Wilson (https://github.com/dougwilson)", "Joe Eaves (https://github.com/Joeasaurus)", "Mark Stosberg (https://github.com/markstos)" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/postmanlabs/node-csv-parse" }, "homepage": "https://github.com/postmanlabs/node-csv-parse#readme", "devDependencies": { "@babel/cli": "^7.1.2", "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0", "@types/mocha": "^5.2.5", "@types/node": "^10.12.3", "@types/should": "^13.0.0", "coffeescript": "^2.3.2", "csv-generate": "^2.2.2", "csv-spectrum": "^1.0.0", "each": "^1.2.1", "mocha": "^5.2.0", "should": "^13.2.3", "stream-transform": "^1.0.7", "ts-node": "^7.0.1", "typescript": "^3.1.6" }, "optionalDependencies": {}, "main": "./lib", "scripts": { "preversion": "npm test && grep '## Trunk' CHANGELOG.md", "version": "version=`grep '^ \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md", "postversion": "git push && git push --tags && npm publish", "patch": "npm version patch -m 'Bump to version %s'", "minor": "npm version minor -m 'Bump to version %s'", "major": "npm version major -m 'Bump to version %s'", "pretest": "cd lib && babel *.js -d es5 && cd ..", "test": "mocha test/**/*.{coffee,ts}" }, "types": "./lib/index.d.ts" }