![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/flat/ |
{ "name": "flat", "version": "5.0.2", "main": "index.js", "bin": "cli.js", "scripts": { "test": "mocha -u tdd --reporter spec && standard cli.js 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": "~8.1.1", "standard": "^14.3.4" }, "directories": { "test": "test" }, "dependencies": {}, "repository": { "type": "git", "url": "git://github.com/hughsk/flat.git" }, "keywords": [ "flat", "json", "flatten", "unflatten", "split", "object", "nested" ], "author": "Hugh Kennedy <[email protected]> (http://hughskennedy.com)", "bugs": { "url": "https://github.com/hughsk/flat/issues" }, "homepage": "https://github.com/hughsk/flat" }