json-dsv
Version:
A transformer for JSON to delimiter-separated values, such as CSV and TSV
49 lines (48 loc) • 1.13 kB
JSON
{
"name": "json-dsv",
"version": "0.0.3",
"description": "A transformer for JSON to delimiter-separated values, such as CSV and TSV",
"main": "index.js",
"scripts": {
"test": "eslint . && istanbul cover _mocha --dir $CIRCLE_ARTIFACTS -- -R spec",
"coveralls": "cat $CIRCLE_ARTIFACTS/lcov.info | coveralls",
"publish-new": "publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/azhang/json-dsv.git"
},
"keywords": [
"json",
"dsv",
"csv",
"tsv",
"stream",
"parse",
"jsoncsv",
"convert",
"transform",
"export"
],
"author": "A Zhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/azhang/json-dsv/issues"
},
"homepage": "https://github.com/azhang/json-dsv#readme",
"devDependencies": {
"JSONStream": "^1.0.6",
"coveralls": "^2.11.4",
"eslint": "^1.8.0",
"istanbul": "^0.4.0",
"mocha": "^2.3.3",
"publish": "^0.5.0",
"should": "^7.1.1"
},
"dependencies": {
"concat-stream": "^1.5.1",
"event-stream": "^3.3.2",
"lodash.get": "^3.7.0",
"object-assign": "^4.0.1"
}
}