1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: node-delve
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13)
, mocha <!nocheck>
, node-es5-shim <!nocheck>
, dh-sequence-nodejs
Standards-Version: 4.5.1
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:any
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.
|