csvtojson
Version:
A tool concentrating on converting csv data to JSON with customised parser supporting
237 lines (236 loc) • 5.66 kB
JSON
{
"name": "csvtojson",
"description": "A tool concentrating on converting csv data to JSON with customised parser supporting",
"author": "Keyang Xiang <keyang.xiang@gmail.com>",
"homepage": "https://github.com/Keyang/node-csvtojson",
"bugs": "https://github.com/Keyang/node-csvtojson/issues",
"repository": {
"type": "git",
"url": "https://github.com/Keyang/node-csvtojson.git"
},
"contributors": [
{
"name": "Daniel Cohen",
"email": "dcohenb@gmail.com",
"url": "https://github.com/dcohenb",
"contributions": 1,
"additions": 1,
"deletions": 6,
"hireable": true
},
{
"name": "Trang",
"email": "trangtungn@gmail.com",
"url": "https://github.com/trangtungn",
"contributions": 1,
"additions": 6,
"deletions": 1,
"hireable": true
},
{
"name": "Matthias Lienau",
"email": "matthias@mlienau.de",
"url": "https://github.com/atufkas",
"contributions": 9,
"additions": 74,
"deletions": 45,
"hireable": null
},
{
"name": "Alec Fenichel",
"email": "alec.fenichel@gmail.com",
"url": "https://github.com/fenichelar",
"contributions": 1,
"additions": 1,
"deletions": 1,
"hireable": true
},
{
"name": "Blake Blackshear",
"email": null,
"url": "https://github.com/blakeblackshear",
"contributions": 2,
"additions": 8,
"deletions": 8,
"hireable": null
},
{
"name": "Dimitri Kennedy",
"email": "dimitrikennedy@gmail.com",
"url": "https://github.com/roodboi",
"contributions": 2,
"additions": 3,
"deletions": 3,
"hireable": null
},
{
"name": null,
"email": null,
"url": "https://github.com/markwithers",
"contributions": 1,
"additions": 1,
"deletions": 1,
"hireable": null
},
{
"name": "Robert Porter",
"email": null,
"url": "https://github.com/colarob",
"contributions": 1,
"additions": 64,
"deletions": 21,
"hireable": null
},
{
"name": "Jessica Good",
"email": null,
"url": "https://github.com/jessicagood",
"contributions": 1,
"additions": 8,
"deletions": 5,
"hireable": null
},
{
"name": null,
"email": null,
"url": "https://github.com/jondayft",
"contributions": 1,
"additions": 18,
"deletions": 0,
"hireable": null
},
{
"name": "Dane Petersen",
"email": null,
"url": "https://github.com/thegreatsunra",
"contributions": 1,
"additions": 18920,
"deletions": 8429,
"hireable": null
},
{
"name": "Jimi Ford",
"email": null,
"url": "https://github.com/JimiHFord",
"contributions": 1,
"additions": 5,
"deletions": 5,
"hireable": null
},
{
"name": "Hocine Moukaideche",
"email": null,
"url": "https://github.com/Off76",
"contributions": 1,
"additions": 1,
"deletions": 1,
"hireable": true
},
{
"name": "Keyang Xiang",
"email": "keyang.xiang@gmail.com",
"url": "https://github.com/Keyang",
"contributions": 122,
"additions": 46304,
"deletions": 65397,
"hireable": null
},
{
"name": "Ionică Bizău",
"email": "contact@ionicabizau.net",
"url": "https://github.com/IonicaBizau",
"contributions": 1,
"additions": 98,
"deletions": 86,
"hireable": null
},
{
"name": "Sean Lang",
"email": "slang800@gmail.com",
"url": "https://github.com/slang800",
"contributions": 2,
"additions": 2,
"deletions": 1,
"hireable": true
},
{
"name": "Tom Dodson",
"email": "t3.dodson@gmail.com",
"url": "https://github.com/t3dodson",
"contributions": 25,
"additions": 1485,
"deletions": 1414,
"hireable": null
},
{
"name": "Jeff Johnson",
"email": null,
"url": "https://github.com/jeffcjohnson",
"contributions": 1,
"additions": 1,
"deletions": 1,
"hireable": null
},
{
"name": "Amila Welihinda",
"email": "amilajack@gmail.com",
"url": "https://github.com/amilajack",
"contributions": 1,
"additions": 2,
"deletions": 1,
"hireable": true
},
{
"name": "Zsolt R. Molnar",
"email": null,
"url": "https://github.com/molnarzs",
"contributions": 1,
"additions": 40,
"deletions": 2,
"hireable": true
}
],
"version": "1.1.5",
"keywords": [
"csv",
"csv parser",
"parse csv",
"csvtojson",
"json",
"csv to json",
"csv convert",
"tojson",
"convert csv to json",
"csv-json"
],
"bin": {
"csvtojson": "./bin/csvtojson"
},
"license": "MIT",
"engines": {
"node": ">=0.10"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-git": "^0.3.5",
"grunt-madge": "0.0.6",
"grunt-mocha-test": "^0.12.7",
"grunt-newer": "^1.1.0",
"imgur": "^0.1.5",
"load-grunt-tasks": "^3.4.0",
"mocha": "^2.4.5",
"minimist": "^1.2.0"
},
"dependencies": {
"lodash": "^4.17.3"
},
"scripts": {
"test": "mocha ./test -R spec",
"test-debug": "mocha debug ./test -R spec",
"test-all": "mocha ./test -R spec && CSV_WORKER=3 mocha ./test -R spec "
}
}