| { | 
 |   "author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughskennedy.com)",  | 
 |   "bin": "cli.js",  | 
 |   "bugs": { | 
 |     "url": "https://github.com/hughsk/flat/issues" | 
 |   },  | 
 |   "dependencies": { | 
 |     "is-buffer": "~2.0.3" | 
 |   },  | 
 |   "description": "Take a nested Javascript object and flatten it, or unflatten an object with delimited keys",  | 
 |   "devDependencies": { | 
 |     "mocha": "~5.2.0",  | 
 |     "standard": "^11.0.1" | 
 |   },  | 
 |   "directories": { | 
 |     "test": "test" | 
 |   },  | 
 |   "homepage": "https://github.com/hughsk/flat",  | 
 |   "keywords": [ | 
 |     "flat",  | 
 |     "json",  | 
 |     "flatten",  | 
 |     "unflatten",  | 
 |     "split",  | 
 |     "object",  | 
 |     "nested" | 
 |   ],  | 
 |   "license": "BSD-3-Clause",  | 
 |   "main": "index.js",  | 
 |   "name": "flat",  | 
 |   "repository": { | 
 |     "type": "git",  | 
 |     "url": "git://github.com/hughsk/flat.git" | 
 |   },  | 
 |   "scripts": { | 
 |     "test": "mocha -u tdd --reporter spec && standard index.js test/index.js" | 
 |   },  | 
 |   "version": "4.1.0" | 
 | } |