Source: node-propget
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Harley Swick <fc@protonmail.com>,
 Andrius Merkys <merkys@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 mocha <!nocheck>,
 node-assume <!nocheck>,
 nodejs (>= 6),
 pkg-js-tools (>= 0.9.35),
Standards-Version: 4.5.0
Homepage: https://github.com/bigpipe/propget#readme
Vcs-Git: https://salsa.debian.org/js-team/node-propget.git
Vcs-Browser: https://salsa.debian.org/js-team/node-propget
Rules-Requires-Root: no

Package: node-propget
Architecture: all
Depends:
 nodejs (>= 6),
 ${misc:Depends},
Description: Propget is a small helper utility for finding
 values in deeply nested objects without having to worry
 about undefined properties. It uses a humand readable
 dot based notation to find items in your object or array.
 .
 Useful as a build dependency for other packages to use.
