one-hot-json
Version:
flattening JSON Objects and encoding values via one-hot approach
33 lines (32 loc) • 668 B
JSON
{
"name": "one-hot-json",
"version": "0.0.3",
"description": "flattening JSON Objects and encoding values via one-hot approach",
"main": "index.js",
"scripts": {},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "https://github.com/ansteh/one-hot-json.git"
},
"keywords": [
"json",
"flattening",
"one-hot",
"encoding",
"decoding"
],
"author": "Andre Stehle",
"license": "MIT",
"bugs": {
"url": "https://github.com/ansteh/one-hot-json/issues"
},
"dependencies": {
"json-pathfinder": "0.0.2",
"lodash": "^4.16.6",
"shape-array": "^1.0.10"
},
"devDependencies": {}
}