[Pkg-javascript-commits] [node-formatio] 03/05: Updated Standards version, description and homepage
Sruthi Chandran
srud-guest at moszumanska.debian.org
Wed Oct 12 12:07:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
srud-guest pushed a commit to branch master
in repository node-formatio.
commit 51d13a38d4a61b44e6c8b2d4df5275fae903e2d2
Author: Sruthi <srud at disroot.org>
Date: Wed Oct 12 17:34:10 2016 +0530
Updated Standards version, description and homepage
---
debian/control | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index e5451eb..4e653b2 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
-Standards-Version: 3.9.7
-Homepage: http://busterjs.org/docs/formatio/
+Standards-Version: 3.9.8
+Homepage: https://github.com/busterjs/formatio
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-formatio.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-formatio.git
@@ -19,6 +19,9 @@ Depends:
, nodejs
, node-samsam (>= 1.x)
Description: Human-readable object formatting
- FIX_ME long description
+ Pretty formatting of arbitrary JavaScript values. Currently only supports
+ ascii formatting, suitable for command-line utilities. Like JSON.stringify,
+ it formats objects recursively, but unlike JSON.stringify, it can handle
+ regular expressions, functions, circular objects and more.
.
- Node.js is an event-based server-side JavaScript engine.
+ formatio is a general-purpose library. It works in browsers and Node.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-formatio.git
More information about the Pkg-javascript-commits
mailing list