UNPKG

dot-notate

Version:

Converts an object into a one dimensional object with its attributes keys separated by . or another separator

27 lines (26 loc) 737 B
{ "name": "dot-notate", "version": "1.2.1", "description": "Converts an object into a one dimensional object with its attributes keys separated by . or another separator", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/schlicker/dot-notate.git" }, "keywords": [ "dot-notate" ], "author": "Johannes Schlicker", "license": "MIT", "bugs": { "url": "https://github.com/schlicker/dot-notate/issues" }, "homepage": "https://github.com/schlicker/dot-notate#readme", "devDependencies": { "chai": "^4.2.0", "mocha": "^7.1.1" } }