UNPKG

flatley

Version:

Take a nested Javascript object and flatten it, or unflatten an object with delimited keys

41 lines (40 loc) 894 B
{ "name": "flatley", "version": "5.2.0", "main": "index.js", "scripts": { "test": "mocha -u tdd --reporter spec && standard index.js test/index.js" }, "license": "BSD-3-Clause", "description": "Take a nested Javascript object and flatten it, or unflatten an object with delimited keys", "devDependencies": { "mocha": "^4.0.1", "standard": "^10.0.3" }, "directories": { "test": "test" }, "dependencies": { "is-buffer": "^1.1.6" }, "repository": { "type": "git", "url": "git://github.com/antony/flatley.git" }, "keywords": [ "flat", "flatley", "mongoose", "json", "flatten", "unflatten", "split", "object", "nested" ], "author": "Antony Jones <aj@desirableobjects.co.uk>", "bugs": { "url": "https://github.com/antony/flatley/issues" }, "homepage": "https://github.com/antony/flatley" }