File: control

package info (click to toggle)
node-bytes 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 108 kB
  • sloc: makefile: 4; sh: 2
file content (28 lines) | stat: -rw-r--r-- 909 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: javascript
Priority: optional
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: 4.1.1
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.