flatten-obj
Version:
Converts an object literal with deeply nested nodes to a simple key/value object
42 lines (41 loc) • 849 B
JSON
{
"name": "flatten-obj",
"version": "3.1.1",
"description": "Converts an object literal with deeply nested nodes to a simple key/value object",
"main": "index.js",
"scripts": {
"test": "standard && node test.js"
},
"keywords": [
"mongo",
"mongodb",
"flatten",
"compound",
"keys",
"update",
"flatten",
"nested",
"dot"
],
"author": "Thomas Watson Steen <w@tson.dk>",
"license": "MIT",
"dependencies": {
"isobj": "^1.0.0"
},
"devDependencies": {
"standard": "^10.0.2",
"tape": "^4.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/watson/flatten-obj.git"
},
"bugs": {
"url": "https://github.com/watson/flatten-obj/issues"
},
"homepage": "https://github.com/watson/flatten-obj",
"coordinates": [
55.6716224,
12.5655428
]
}