Source: node-loose-envify Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Paolo Greppi Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-browserify , node-marked-man , node-js-tokens (>= 6) , node-tap Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-loose-envify Vcs-Git: https://salsa.debian.org/js-team/node-loose-envify.git Homepage: https://github.com/zertosh/loose-envify Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-loose-envify Architecture: all Depends: ${misc:Depends} , node-js-tokens , nodejs:any Multi-Arch: foreign Description: Replace Node.js environment variables with plain strings Performs a Javascript source-to-source transformation (transpiling), that efficiently replaces process.env environment variables with plain strings. This makes the environment variable checks faster and easier to optimize out. . Node.js is an event-based server-side JavaScript engine.