UNPKG

text2json

Version:

Performant parser for textual data (CSV parser)

64 lines (63 loc) 1.89 kB
{ "name": "text2json", "version": "2.2.3", "description": "Performant parser for textual data (CSV parser)", "keywords": [ "parser", "csv", "text", "tsv", "json", "streaming", "typescript" ], "main": "./lib/index.js", "scripts": { "build": "gulp build", "prepublish": "npm run release", "pretest": "npm run build", "test": "DEBUG=TP* mocha dist/test/spectrum-tests.js", "perf": "DEBUG=TP* npm run build && mocha dist/test/performance-tests.js", "release": "gulp release", "gentestdata": "node dist/test/genTestData.js", "debug": "npm run build && DEBUG=TP* node test/debug.js", "cover": "istanbul cover _mocha dist/test/spectrum-tests.js", "coveralls": "istanbul cover _mocha dist/test/spectrum-tests.js --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "repository": { "type": "git", "url": "https://github.com/nilobarp/text2json.git" }, "author": "nilobarp <nilotpal2007@gmail.com>", "license": "MIT", "devDependencies": { "@types/chai": "^3.4.34", "@types/debug": "0.0.29", "@types/event-stream": "^3.3.30", "@types/faker": "^3.1.32", "@types/mocha": "^2.2.33", "@types/node": "0.0.2", "@types/underscore": "^1.7.36", "babel-preset-es2015": "^6.18.0", "babel-register": "^6.18.0", "chai": "^3.5.0", "coveralls": "^2.11.15", "faker": "^3.1.0", "gulp": "^3.9.1", "gulp-bump": "^2.5.1", "gulp-concat": "^2.6.1", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^1.9.1", "gulp-uglify": "^2.0.0", "istanbul": "^0.4.5", "mocha": "^3.2.0", "mocha-lcov-reporter": "^1.2.0", "readline": "^1.3.0", "standard": "^8.6.0", "typescript": "^2.0.10" }, "dependencies": { "debug": "^2.3.3", "underscore": "^1.8.3" } }