File: control

package info (click to toggle)
libjs-objectpath 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 88 kB
  • ctags: 7
  • sloc: makefile: 17
file content (19 lines) | stat: -rw-r--r-- 797 bytes parent folder | download | duplicates (2)
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.