{ "name": "csvtojson", "description": "A tool concentrating on converting csv data to JSON with customised parser supporting", "author": "Keyang Xiang ", "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": "Dane Petersen", "email": null, "url": "https://github.com/thegreatsunra", "contributions": 1, "additions": 18920, "deletions": 8429, "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/nbelakovski", "contributions": 2, "additions": 2, "deletions": 2, "hireable": null }, { "name": "Robert Porter", "email": null, "url": "https://github.com/colarob", "contributions": 1, "additions": 64, "deletions": 21, "hireable": null }, { "name": "Dimitri Kennedy", "email": null, "url": "https://github.com/roodboi", "contributions": 2, "additions": 3, "deletions": 3, "hireable": null }, { "name": "José Expósito", "email": null, "url": "https://github.com/JoseExposito", "contributions": 1, "additions": 9, "deletions": 3, "hireable": null }, { "name": "Daniel Cohen", "email": null, "url": "https://github.com/dcohenb", "contributions": 1, "additions": 1, "deletions": 6, "hireable": true }, { "name": "Richard Pringle", "email": null, "url": "https://github.com/richardpringle", "contributions": 1, "additions": 1, "deletions": 1, "hireable": null }, { "name": "Bert Verhelst", "email": null, "url": "https://github.com/bertyhell", "contributions": 1, "additions": 17, "deletions": 0, "hireable": null }, { "name": null, "email": null, "url": "https://github.com/jondayft", "contributions": 1, "additions": 18, "deletions": 0, "hireable": null }, { "name": "Bruce Johnson", "email": null, "url": "https://github.com/brucejo75", "contributions": 1, "additions": 36, "deletions": 1, "hireable": null }, { "name": "Jimi Ford", "email": null, "url": "https://github.com/JimiHFord", "contributions": 1, "additions": 5, "deletions": 5, "hireable": true }, { "name": "Alec Fenichel", "email": null, "url": "https://github.com/fenichelar", "contributions": 1, "additions": 1, "deletions": 1, "hireable": true }, { "name": "Hocine Moukaideche", "email": null, "url": "https://github.com/Off76", "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": "Amila Welihinda", "email": null, "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 }, { "name": "Ionică Bizău (Johnny B.)", "email": null, "url": "https://github.com/IonicaBizau", "contributions": 1, "additions": 98, "deletions": 86, "hireable": null }, { "name": "Keita Akutsu", "email": null, "url": "https://github.com/kakts", "contributions": 4, "additions": 821, "deletions": 784, "hireable": true }, { "name": null, "email": null, "url": "https://github.com/markwithers", "contributions": 1, "additions": 1, "deletions": 1, "hireable": null }, { "name": "Trang", "email": null, "url": "https://github.com/trangtungn", "contributions": 1, "additions": 6, "deletions": 1, "hireable": true }, { "name": "Keyang Xiang", "email": null, "url": "https://github.com/Keyang", "contributions": 141, "additions": 70357, "deletions": 66412, "hireable": null }, { "name": "Jeff Johnson", "email": null, "url": "https://github.com/jeffcjohnson", "contributions": 1, "additions": 1, "deletions": 1, "hireable": null }, { "name": "Sean Lang", "email": null, "url": "https://github.com/slang800", "contributions": 2, "additions": 2, "deletions": 1, "hireable": true }, { "name": "Matthias Lienau", "email": null, "url": "https://github.com/atufkas", "contributions": 9, "additions": 74, "deletions": 45, "hireable": null }, { "name": "Ron Korving", "email": null, "url": "https://github.com/ronkorving", "contributions": 3, "additions": 3, "deletions": 3, "hireable": null } ], "version": "2.0.10", "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": ">=4.0.0" }, "devDependencies": { "@types/bluebird": "^3.5.20", "@types/mocha": "^5.2.0", "@types/node": "^10.0.1", "babel-plugin-syntax-dynamic-import": "^6.18.0", "coveralls": "^3.0.1", "minimist": "^1.2.0", "mocha": "^5.1.1", "nyc": "^11.7.3", "sinon": "^3.2.3", "ts-node": "^6.0.3", "typescript": "^2.8.3", "uglifyjs-webpack-plugin": "^1.2.7", "webpack": "^4.16.4", "webpack-cli": "^3.1.0" }, "dependencies": { "bluebird": "^3.5.1", "lodash": "^4.17.3", "strip-bom": "^2.0.0" }, "nyc": { "extension": [ ".ts", ".tsx" ], "include": [ "./src/**/*.ts" ], "all": true }, "scripts": { "dev": "tsc -w", "build": "rm -Rf ./v2 && tsc && npm run build:browser && npm run build:browser:window", "build:browser": "webpack --config ./webpack.config.js", "build:browser:window": "webpack --config ./webpack.config.js --output-library-target=window --output-library=csv --output-filename=csvtojson.min.js", "test": "rm -Rf .ts-node && TS_NODE_CACHE_DIRECTORY=.ts-node mocha -r ts-node/register src/**/*.test.ts ./test/*.ts -R spec", "travis": "nyc --reporter lcov mocha -r ts-node/register src/**/*.test.ts ./test/*.ts -R spec", "test:debug": "mocha debug -r ts-node/register src/**/*.test.ts ./test/*.ts -R spec", "test:function": "mocha -r ts-node/register test/**/*.ts", "test-all": "mocha ./test -R spec && CSV_WORKER=3 mocha ./test -R spec ", "test:unit": "mocha -r ts-node/register src/**/*.ts", "test:all:debug": "mocha debug ./testNew -R spec", "coverage": "nyc --reporter html mocha -r ts-node/register src/**/*.test.ts ./test/*.ts -R spec", "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" }, "browser": "./browser/browser.js", "main": "./v2/index.js" }