Source: node-object-key
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper (>= 11)
 , dpkg-dev (>= 1.17.14)
 , dh-buildinfo
 , nodejs
 , mocha (>= 4) <!nocheck>
 , node-assert <!nocheck>
 , node-lodash (>= 4.2.1) <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/fabriciotav/object-key
Vcs-Git: https://salsa.debian.org/js-team/node-object-key.git
Vcs-Browser: https://salsa.debian.org/js-team/node-object-key

Package: node-object-key
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-lodash (>= 4.2.1)
Description: Nodejs object key helpers
 This module simplify assigning value to an object property by using
 path string separated by dots.
 .
 This module support also lookup values using the same dot separated
 string paths.
 .
 Node.js is an event-based server-side JavaScript engine.
