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.
|