UNPKG

eteveniet

Version:

Options-defaults design pattern implementation for reliable configuration. It merges objects deeply, overrides arrays and classes (different than Object) and the result remains strongly typed.

40 lines (39 loc) 1.06 kB
{ "name": "eteveniet", "version": "1.20.2", "description": "Options-defaults design pattern implementation for reliable configuration. It merges objects deeply, overrides arrays and classes (different than Object) and the result remains strongly typed.", "license": "MIT", "keywords": [ "dolor", "fugit", "merge", "options" ], "files": [ "dist" ], "author": "IsidroAnderson", "main": "dist/index.js", "module": "dist/index.module.js", "browser": { "./dist/index.js": "./dist/index.browser.js", "./dist/index.module.js": "./dist/index.module.js" }, "types": "dist/index.d.ts", "devDependencies": { "@rollup/plugin-typescript": "8.3.3", "@types/node": "16.11.41", "rollup": "2.75.6", "rollup-plugin-terser": "7.0.2", "typescript": "4.7.3" }, "gitHead": "5f409f3708573a20e3ce2e5088531dcd8951df7b", "repository": { "type": "git", "url": "https://github.com/TremayneBosco/eteveniet.git" }, "dependencies": { "nihilautem": "^1.0.0", "omnisnisi": "^1.0.1" } }