Bug#864322: ITP: node-es6-promise-polyfill -- JavaScript Polyfill for ES6 Promise

2017-06-06 Thread Daniel Ring
Control: close -1

I noticed when creating the git repository on Alioth that a package for this
already exists. It's called "node-es6-promise", so npm2deb doesn't find it, but
it's essentially the same project. es6-promise-polyfill is the older fork and
doesn't appear to be actively maintained.

June 6, 2017 4:01 PM, ow...@bugs.debian.org wrote:

> Thank you for filing a new Bug report with Debian.
> 
> This is an automatically generated reply to let you know your message
> has been received.
> 
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 
> As you requested using X-Debbugs-CC, your message was also forwarded to
> debian-de...@lists.debian.org
> (after having been given a Bug report number, if it did not have one).
> 
> Your message has been sent to the package maintainer(s):
> w...@debian.org
> Daniel Ring 
> 
> If you wish to submit further information on this problem, please
> send it to 864...@bugs.debian.org.
> 
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
> 
> --
> 864322: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864322
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems



Bug#864322: ITP: node-es6-promise-polyfill -- JavaScript Polyfill for ES6 Promise

2017-06-06 Thread Daniel Ring
Package: wnpp
Severity: wishlist
Owner: Daniel Ring 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-es6-promise-polyfill
  Version : 1.2.0
  Upstream Author : Roman Dvornov 
* URL : https://github.com/lahmatiy/es6-promise-polyfill
* License : Expat
  Programming Lang: JavaScript
  Description : JavaScript Polyfill for ES6 Promise

 Polyfill for the ECMAScript 6 Promise object. Promises allow for ordered
 execution of asynchronous callbacks.

 Node.js is an event-based server-side JavaScript engine.

 This library is a build dependency for webpack. Webpack takes code targeted at
 node.js and adapts it to run in the browser. Node.js comes with an API of
 its own that is not available in browsers. Webpack exposes this code to
 programs that are unaware they are running in a browser.