Source: node-deep-freeze Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Edward Betts Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , dh-nodejs , node-tap (>= 21) Standards-Version: 4.7.4 Homepage: https://github.com/substack/deep-freeze Vcs-Git: https://salsa.debian.org/js-team/node-deep-freeze.git Vcs-Browser: https://salsa.debian.org/js-team/node-deep-freeze Package: node-deep-freeze Architecture: all Multi-Arch: foreign Depends: ,${misc:Depends} Provides: node-types-deep-freeze (= ${types:deep-freeze}) 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.