File: control

package info (click to toggle)
node-bytes 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 104 kB
  • ctags: 13
  • sloc: makefile: 4
file content (28 lines) | stat: -rw-r--r-- 899 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
Source: node-bytes
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 9.0.0)
 , mocha
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/visionmedia/bytes.js
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-bytes.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-bytes.git

Package: node-bytes
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Byte string parser and formatter - Node.js module
 This module parses strings representing an amount of bytes, like
 1kb, 2mb, 1gb; and inversely converts positive integers to a readable
 format representing an amount of bytes.
 It is useful for parsing or writing log files.
 .
 Node.js is an event-based server-side javascript engine.