Source: nodeenv Section: utils Priority: extra Maintainer: Chris Kuehl Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-pkg-resources, python3-pkginfo, python3-setuptools Standards-Version: 3.9.6 Vcs-Git: https://github.com/chriskuehl/nodeenv.git Vcs-Browser: https://github.com/chriskuehl/nodeenv Homepage: https://ekalinin.github.io/nodeenv/ Package: nodeenv Architecture: all Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}, make, gcc (>= 4:4.9.1) | nodejs, g++ (>= 4:4.9.1) | nodejs, libssl-dev | nodejs, python3 | nodejs Description: Node.js virtual environment builder Tool to create isolated node.js environments with their own installation directories that don't share libraries with other node.js virtual environments, similar to a Python virtualenv. . These environments can be integrated with ones created by Python's virtualenv.