File: control

package info (click to toggle)
node-abbrev 1.1.1%2B~1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: javascript: 100; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 960 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-abbrev
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)
 , dh-sequence-nodejs
 , node-tap
 , node-util
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-abbrev
Vcs-Git: https://salsa.debian.org/js-team/node-abbrev.git
Homepage: https://github.com/isaacs/abbrev-js
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-abbrev
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: Get unique abbreviations for a set of strings - Node.js module
 Given a set of strings, this module computes a list of distinct abbreviations.
 This is handy for command-line scripts, or other cases where
 one wants to be able to accept shorthands.
 .
 Node.js is an event-based server-side JavaScript engine.