51 lines
1.7 KiB
JSON
51 lines
1.7 KiB
JSON
{
|
|
"version": "1.3.3",
|
|
"name": "csv-parse",
|
|
"description": "CSV parsing implementing the Node.js `stream.Transform` API",
|
|
"keywords": [
|
|
"csv",
|
|
"parse",
|
|
"parser"
|
|
],
|
|
"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": "BSD-3-Clause",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wdavidw/node-csv-parse"
|
|
},
|
|
"homepage": "http://csv.adaltas.com/parse/",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"each": "~0.6.1",
|
|
"coffee-script": "~1.12.7",
|
|
"csv-generate": "~1.0.0",
|
|
"csv-spectrum": "~1.0.0",
|
|
"mocha": "~4.0.1",
|
|
"should": "~13.1.2"
|
|
},
|
|
"optionalDependencies": {},
|
|
"main": "./lib",
|
|
"scripts": {
|
|
"coffee": "./node_modules/.bin/coffee -b -o lib src",
|
|
"pretest": "./node_modules/.bin/coffee -b -o lib src",
|
|
"test": "NODE_ENV=test ./node_modules/.bin/mocha test/**/*.coffee"
|
|
}
|
|
}
|