Package: wnpp Severity: wishlist Owner: Edward Betts <edw...@4angle.com> X-Debbugs-Cc: debian-de...@lists.debian.org
* Package name : node-deep-freeze Version : 0.0.1 Upstream Author : James Halliday <m...@substack.net> * URL : https://github.com/substack/deep-freeze * License : Public domain Programming Lang: Javascript Description : Recursively freeze JavaScript objects This library allows users to recursively apply `Object.freeze()` to JavaScript objects. It ensures that all properties of the object, that are also objects or functions, are made immutable. This can be useful in scenarios where an application requires strict immutability of objects to prevent their modification at any level, thereby maintaining a consistent and predictable state within the system. This library is a dependancy of Home Assistant, the smart home platform. I plan to maintain this package as part of the Javascript team.