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 #854360,
regarding ITP: node-array-map
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 ow...@bugs.debian.org
immediately.)
--
854360: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854360
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Shirish Togarla <shirishtogarla...@gmail.com>
X-Debbugs-CC: debian-de...@lists.debian.org
* Package name : node-array-map
Version : 0.0.0
Upstream Author : James Halliday <m...@substack.net> (http://substack.net)
* URL : https://github.com/substack/array-map
* License : Expat
Programming Lang: JavaScript
Description : `[].map(f)` for older browsers
It maps an array(i.e. every value in the array) onto a function and returns
the result.For example
var map = require('array-map');
var letters = map([97,98,99], function (c) {
return String.fromCharCode(c);
});
console.log(letters.join(''));
The output is
abc
--- End Message ---
--- Begin Message ---
Need only nodejs (>= 6)
--- End Message ---