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 29 30 31 32
|
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>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, mocha <!nocheck>
, node-assert <!nocheck>
, node-lodash <!nocheck>
Standards-Version: 4.6.0
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
Rules-Requires-Root: no
Package: node-object-key
Architecture: all
Depends:
${misc:Depends}
, node-lodash
Multi-Arch: foreign
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.
|