Package: wnpp Severity: wishlist Owner: Harley Swick <fancyc...@protonmail.com> X-Debbugs-CC: debian-de...@lists.debian.org
* Package name : node-propget Version : 1.1.0 Upstream Author : Arnout Kazemier * URL : https://github.com/bigpipe/propget#readme * License : Expat Programming Lang: JavaScript Description : Get properties from deeply nested objects and arrays Use dot notation to get propertoes from deeply nested object and array structures. Propget is a small helper utility for finding values/keys in deeply nested objects without having to worry about undefined properties. It uses a human readable dot based notation to find items in your object or array. . It doesn't use node.js magic or ES6 so it should work on the browser as well. . This package serves a dependency for Node.js applications or often times test suites. I plan to maintain this as part of the js team.