| { |
| "version": "1.0.0", |
| "name": "csv-parse", |
| "description": "CSV parsing implementing the Node.js `stream.Transform` API", |
| "keywords": [ |
| "csv", |
| "parse", |
| "parser" |
| ], |
| "contributors": [ |
| { |
| "name": "David Worms", |
| "email": "david@adaltas.com", |
| "url": "http://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" |
| } |
| ], |
| "license": "BSD-3-Clause", |
| "repository": { |
| "type": "git", |
| "url": "http://www.github.com/wdavidw/node-csv-parse" |
| }, |
| "homepage": "http://csv.adaltas.com/parse/", |
| "dependencies": {}, |
| "devDependencies": { |
| "each": "0.5.0", |
| "coffee-script": "1.9.3", |
| "csv-generate": "0.0.4", |
| "csv-spectrum": "0.2.0", |
| "mocha": "2.2.5", |
| "should": "6.0.3" |
| }, |
| "optionalDependencies": {}, |
| "main": "./lib", |
| "scripts": { |
| "coffee": "coffee -b -o lib src", |
| "pretest": "coffee -b -o lib src", |
| "test": "NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script/register --reporter dot" |
| }, |
| "gitHead": "53232babb67680673edfc07d2eddfe3a1c7abb94", |
| "_id": "csv-parse@1.0.0", |
| "_shasum": "9c0c1a2af8088550464070ab8979bb99fea7ebc9", |
| "_from": "csv-parse@>=1.0.0 <2.0.0", |
| "_npmVersion": "1.4.28", |
| "_npmUser": { |
| "name": "david", |
| "email": "david@adaltas.com" |
| }, |
| "maintainers": [ |
| { |
| "name": "david", |
| "email": "david@adaltas.com" |
| } |
| ], |
| "dist": { |
| "shasum": "9c0c1a2af8088550464070ab8979bb99fea7ebc9", |
| "tarball": "http://registry.npmjs.org/csv-parse/-/csv-parse-1.0.0.tgz" |
| }, |
| "directories": {}, |
| "_resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-1.0.0.tgz", |
| "readme": "ERROR: No README data found!" |
| } |