File: control

package info (click to toggle)
node-pretty-ms 8.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: javascript: 652; makefile: 4
file content (26 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
Source: node-pretty-ms
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-parse-ms (>= 3.0.0) <!nocheck>
 , node-rollup-plugin-node-resolve
 , node-tape <!nocheck>
 , rollup
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-pretty-ms
Vcs-Git: https://salsa.debian.org/js-team/node-pretty-ms.git
Homepage: https://github.com/sindresorhus/pretty-ms
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-pretty-ms
Architecture: all
Depends: ${misc:Depends}
 , node-parse-ms (>= 3.0.0)
Description: Convert milliseconds to a human readable string
 This module can convert 1337000000 → 15d 11h 23m 20s.
 .
 Node.js is an event-based server-side JavaScript engine.