Name: | nodejs-q |
---|---|
Version: | 0.9.6 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | System Environment/Libraries |
Size: | 81231 |
License: | MIT and ASL 2.0 |
RPM: | nodejs-q-0.9.6-2.el7.noarch.rpm |
Source RPM: | nodejs-q-0.9.6-2.el7.src.rpm |
Build Date: | Wed Nov 01 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/kriskowal/q |
Summary: | A tool for making and composing asynchronous promises in JavaScript |
Description: | Q is a tool for making and composing asynchronous promises in JavaScript. If a function cannot return a value or throw an exception without blocking, it can return a promise instead. A promise is an object that represents the return value or the thrown exception that the function may eventually provide. A promise can also be used as a proxy for a remote object to overcome latency. Q can exchange promises with jQuery, Dojo, When.js, WinJS, and more. Additionally, there are many libraries that produce and consume Q promises for everything from file system/database access or RPC to templating. |
- restrict to compatible arches
- update to upstream release 0.9.6 - add %check and related BR
- update to upstream release 0.9.4 - upstream have now included a copy of the MIT license
- add a copy of the MIT license from upstream while waiting for the next release
- initial package