Your message dated Mon, 21 Aug 2017 12:12:37 +0200
with message-id
<cae2spaae71p6hruezm_cvfbhozbpvd_hs+u0lruqtb96sni...@mail.gmail.com>
and subject line Not needed with newer nodejs
has caused the Debian Bug report #854501,
regarding ITP: node-array-reduce -- `[].reduce()` for old browsers
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
854501: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854501
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Shirish Togarla <[email protected]>
X-Debbugs-CC: [email protected]
* Package name : node-array-reduce
Version : 0.0.0
Upstream Author : James Halliday <[email protected]> (http://substack.net)
* URL : https://github.com/substack/array-reduce
* License : Expat
Programming Lang: JavaScript
Description : `[].reduce()` for old browsers
Create a result `res` by folding `acc = f(acc, xs[i], i)` over each
element in
the array `xs` at element `i`. If `init` is given, the first `acc` value is
`init`, otherwise `xs[0]` is used. For example
var reduce = require('array-reduce');
var xs = [ 1, 2, 3, 4 ];
var sum = reduce(xs, function (acc, x) { return acc + x }, 0);
console.log(sum);
Output:
10
--- End Message ---
--- Begin Message ---
Need only nodejs (>= 6)
--- End Message ---