File: control

package info (click to toggle)
node-archy 1.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132 kB
  • sloc: javascript: 201; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 864 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
Source: node-archy
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper-compat (= 13)
 , node-tap
 , dh-sequence-nodejs
Standards-Version: 4.7.2
Homepage: https://github.com/substack/node-archy
Vcs-Git: https://salsa.debian.org/js-team/node-archy.git
Vcs-Browser: https://salsa.debian.org/js-team/node-archy
Testsuite: autopkgtest-pkg-nodejs

Package: node-archy
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends}
 , nodejs:any
Description: Pretty-print nested hierarchies module for Node.js
 Given a tree of nested objects with 'label' and 'nodes' fields,
 node-archy returns a string representation of that tree with unicode
 pipe characters.
 .
 Node.js is an event-based server-side javascript engine.