firefly-utils
Version:
Flatten object, unflatten object and find n level value and much more
35 lines (34 loc) • 801 B
JSON
{
"name": "firefly-utils",
"version": "1.0.2",
"description": "Flatten object, unflatten object and find n level value and much more",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jugnuagrawal/firefly-utils.git"
},
"keywords": [
"Object",
"Utils",
"Flatten",
"Unflatten",
"Values",
"Clone",
"Merge",
"Delete",
"Manage data using path",
"Object to Array conversion"
],
"author": "Jugnu Agrawal",
"license": "MIT",
"bugs": {
"url": "https://github.com/jugnuagrawal/firefly-utils/issues"
},
"homepage": "https://github.com/jugnuagrawal/firefly-utils#readme",
"dependencies": {
"deepmerge": "^2.1.1"
}
}