File: control

package info (click to toggle)
node-redux 4.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 9,156 kB
  • sloc: javascript: 7,634; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,379 bytes parent folder | download
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
33
34
35
36
37
38
39
40
41
Source: node-redux
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Nicolas Mora <babelouest@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
   debhelper-compat (= 13)
 , dh-sequence-nodejs
 , rollup
 , node-rollup-plugin-node-resolve (>= 11~)
 , node-rollup-plugin-babel (>= 5.2~)
 , node-rollup-plugin-replace
 , node-rollup-plugin-terser
 , node-babel7
 , node-babel-loader
 , node-tape
 , node-symbol-observable
Standards-Version: 4.6.2
Homepage: https://redux.js.org/
Vcs-Git: https://salsa.debian.org/js-team/node-redux.git
Vcs-Browser: https://salsa.debian.org/js-team/node-redux
Rules-Requires-Root: no

Package: node-redux
Architecture: all
Depends:
 ${misc:Depends}
 , node-loose-envify (>= 1.4.0)
 , node-symbol-observable (>= 1.2.0)
Multi-Arch: foreign
Description: predictable state container for JavaScript apps
 It helps you write applications that behave consistently, run in different
 environments (client, server, and native), and are easy to test. On top of
 that, it provides a great developer experience, such as live code editing
 combined with a time traveling debugger. .
 .
 You can use Redux together with React, or with any other view library.
 It is tiny (2kB, including dependencies).
 .
 Node.js is an event-based server-side JavaScript engine.