1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: libjs-objectpath
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
yui-compressor,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/libjs-objectpath.git
Vcs-Git: https://anonscm.debian.org/pkg-javascript/libjs-objectpath.git
Homepage: https://github.com/mike-marcacci/objectpath
Package: libjs-objectpath
Architecture: all
Depends: ${misc:Depends},
Recommends: javascript-common,
Description: parses js object paths using both dot and bracket notation
ObjectPath Parses js object paths using both dot and bracket notation. It then
can "Stringify" an array of properties into a valid path.
|