parser-csv
Version:
CSV parser, compatible with [parser-cache].
50 lines • 1.01 kB
JSON
{
"name": "parser-csv",
"description": "CSV parser, compatible with [parser-cache].",
"version": "0.2.0",
"homepage": "https://github.com/jonschlinkert/parser-csv",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/parser-csv.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/parser-csv/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/parser-csv/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha -R spec"
},
"dependencies": {
"extend-shallow": "^0.1.1",
"parse-csv": "^0.1.0"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"keywords": [
"cache",
"conversion",
"convert",
"converter",
"csv",
"json",
"parse",
"parser",
"parser-cache",
"render"
]
}