File: control

package info (click to toggle)
underscore.string 3.3.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 948 kB
  • sloc: javascript: 2,000; makefile: 6
file content (43 lines) | stat: -rw-r--r-- 1,442 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
32
33
34
35
36
37
38
39
40
41
42
43
Source: underscore.string
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Marcelo Jorge Vieira <metal@debian.org>,
  Gustavo Noronha Silva <kov@debian.org>, Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-browserify
 , node-sprintf-js
 , node-util-deprecate
 , node-underscore <!nocheck>
 , terser
Standards-Version: 4.6.1
Homepage: https://github.com/epeli/underscore.string
Vcs-Browser: https://salsa.debian.org/js-team/underscore.string
Vcs-Git: https://salsa.debian.org/js-team/underscore.string.git
Rules-Requires-Root: no

Package: libjs-underscore.string
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Multi-Arch: foreign
Description: String manipulation extensions - browser library
 JavaScript lacks complete string manipulation operations, this an
 attempt to fill that gap.
 .
 This package contains underscore.string usable directly in web browsers.

Package: node-underscore.string
Architecture: all
Depends: ${misc:Depends}
 , node-sprintf-js
 , node-util-deprecate
Multi-Arch: foreign
Description: String manipulation extensions - node module
 JavaScript lacks complete string manipulation operations, this an
 attempt to fill that gap.
 .
 This package contains underscore.string usable with Node.