File: control

package info (click to toggle)
node-slice-ansi 5.0.0%2B~cs9.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 236 kB
  • sloc: javascript: 216; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,056 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
31
Source: node-slice-ansi
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sumedh Pendurkar <sumedh.pendurkar@gmail.com>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs (>= 0.12.3~)
 , node-ansi-styles <!nocheck>
 , node-rollup-plugin-commonjs
 , node-rollup-plugin-node-resolve
 , node-rollup-plugin-terser
 , rollup
 , terser
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-slice-ansi
Vcs-Git: https://salsa.debian.org/js-team/node-slice-ansi.git
Homepage: https://github.com/chalk/slice-ansi
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-slice-ansi
Architecture: all
Depends: ${misc:Depends}
 , node-ansi-styles
Replaces: node-string-width (<< 4.2.3+~9.2.2~)
Provides: ${nodejs:Provides}
Description: Slice a string with ANSI escape codes
 Escape codes are used for formatting, color, and other output options on video
 text terminals.
 .
 Node.js is an event-based server-side JavaScript engine.