1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: node-ultron
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, mocha <!nocheck>
, node-assert <!nocheck>
, node-eventemitter2 <!nocheck>
, node-events <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-ultron
Vcs-Git: https://salsa.debian.org/js-team/node-ultron.git
Homepage: https://github.com/unshiftio/ultron
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-ultron
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: event emitter enhancement for node.js
Ultron gathers intelligence so it can start improving upon his rudimentary
design. It will learn your event emitting patterns and find ways to
exterminate them. Allowing you to remove only the event emitters that you
assigned and not the ones that your users or developers assigned. This can
prevent race conditions, memory leaks and even file descriptor leaks from
ever happening as you won't remove clean up processes.
.
Node.js is an event-based server-side JavaScript engine.
|