Source: node-delve Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Thorsten Alteholz Build-Depends: debhelper-compat (= 12) , mocha , node-es5-shim , pkg-js-tools (>= 0.9.35~) Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/js-team/node-delve Vcs-Git: https://salsa.debian.org/js-team/node-delve.git Homepage: https://github.com/hughfdjackson/delve Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-delve Architecture: all Depends: ${misc:Depends} , nodejs Description: delve recursively into a value to retrieve a property This node module delves recursively into a value to retrieve a property and does not give an error. . For anybody using the fantastic lodash library, you can find similar functionality to delve with the get function. . Node.js is an event-based server-side JavaScript engine.