File: control

package info (click to toggle)
node-timeago.js 3.0.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 472 kB
  • sloc: makefile: 15
file content (26 lines) | stat: -rw-r--r-- 841 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-timeago.js
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper (>= 11~)
 , nodejs (>= 6)
 , pkg-js-tools
 , webpack
Standards-Version: 4.3.0
Homepage: https://timeago.org/
Vcs-Git: https://salsa.debian.org/js-team/node-timeago.js.git
Vcs-Browser: https://salsa.debian.org/js-team/node-timeago.js

Package: node-timeago.js
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 6)
Description: format datetime with *** time ago statement
 timeago.js is a simple library (only 2kb) to used to format datetime with ***
 time ago statement. eg: 3 hours ago. localization is supported.
 .
 Node.js is an event-based server-side JavaScript engine.