[Pkg-javascript-commits] [node-fn-name] 06/10: Added mocha in build dependencies
Shirish Togarla
shirish12-guest at moszumanska.debian.org
Fri Mar 31 17:20:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
shirish12-guest pushed a commit to branch master
in repository node-fn-name.
commit 46b9c69b8ac8213b384bb18ef530584013982691
Author: Shirish Togarla <shirishtogarla533 at gmail.com>
Date: Sat Jan 7 08:57:52 2017 +0000
Added mocha in build dependencies
---
debian/control | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 199457b..a2d15cc 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
+ , mocha
Standards-Version: 3.9.8
Homepage: https://github.com/sindresorhus/fn-name
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-fn-name.git
@@ -18,6 +19,8 @@ Depends:
${misc:Depends}
, nodejs
Description: Get the name of a named function
- Get name of a named function.
+ There is a non-standard name property on functions in Javascript,
+ but it's not supported in all browsers. This module tries that property then
+ falls back to extracting the name from the function source.
.
Node.js is an event-based server-side JavaScript engine.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-fn-name.git
More information about the Pkg-javascript-commits
mailing list