File: control

package info (click to toggle)
node-sprintf-js 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 196 kB
  • ctags: 7
  • sloc: makefile: 19; sh: 2
file content (29 lines) | stat: -rw-r--r-- 1,025 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
Source: node-sprintf-js
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <roucaries.bastien+debian@gmail.com>
Build-Depends:
 debhelper (>= 10)
 , dh-buildinfo
 , mocha
 , node-uglify | yui-compressor
 , nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/alexei/sprintf.js#readme
Vcs-Git: https://anonscm.debian.org/collab-maint/node-sprintf-js.git
Vcs-Browser: https://anonscm.debian.org/collab-maint/node-sprintf-js.git

Package: node-sprintf-js
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Suggests: libjs-angularjs
Description: JavaScript sprintf implementation
 node-sprintf-js is a javascript implementation of C sprintf (3).
 This function composes a string with the same text that would be printed if
 format was used on printf, but instead of being printed, the content is
 stored as a string in the buffer pointed by a str argument.
 .
 Node.js is an event-based server-side JavaScript engine.