o-unflatten
Version:
Package for conversion from flat to nested objects
27 lines (26 loc) • 553 B
JSON
{
"name": "o-unflatten",
"version": "1.1.0",
"description": "Package for conversion from flat to nested objects",
"keywords": [
"unflatten",
"flat arrays",
"nested objects",
"objects"
],
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/ubcent/unflatten"
},
"author": "Dmitry Bondarchuk",
"license": "UNLICENSED",
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
}
}