File: control

package info (click to toggle)
node-propget 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 80 kB
  • sloc: javascript: 90; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 953 bytes parent folder | download
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
Source: node-propget
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Harley Swick <fc@protonmail.com>,
 Andrius Merkys <merkys@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 mocha <!nocheck>,
 node-assume <!nocheck>,
 nodejs (>= 6),
 pkg-js-tools (>= 0.9.35),
Standards-Version: 4.5.0
Homepage: https://github.com/bigpipe/propget#readme
Vcs-Git: https://salsa.debian.org/js-team/node-propget.git
Vcs-Browser: https://salsa.debian.org/js-team/node-propget
Rules-Requires-Root: no

Package: node-propget
Architecture: all
Depends:
 nodejs (>= 6),
 ${misc:Depends},
Description: Propget is a small helper utility for finding
 values in deeply nested objects without having to worry
 about undefined properties. It uses a humand readable
 dot based notation to find items in your object or array.
 .
 Useful as a build dependency for other packages to use.