File: control

package info (click to toggle)
node-react-redux 8.1.2%2Bdfsg1%2B~cs1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,820 kB
  • sloc: javascript: 1,214; makefile: 21
file content (45 lines) | stat: -rw-r--r-- 1,293 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
42
43
44
45
Source: node-react-redux
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-babel7
 , node-hoist-non-react-statics
 , node-react
 , node-react-dom
 , node-react-is
 , node-redux
 , node-rollup-plugin-babel
 , node-rollup-plugin-commonjs
 , node-rollup-plugin-node-resolve
 , node-rollup-plugin-replace
 , node-rollup-plugin-terser
 , node-typescript
 , rollup
 , terser
Standards-Version: 4.6.2
Homepage: https://github.com/reduxjs/react-redux
Vcs-Git: https://salsa.debian.org/js-team/node-react-redux.git
Vcs-Browser: https://salsa.debian.org/js-team/node-react-redux
Rules-Requires-Root: no

Package: node-react-redux
Architecture: all
Depends:
 ${misc:Depends}
 , node-babel-runtime
 , node-hoist-non-react-statics
 , node-react
 , node-react-dom
 , node-react-is
 , node-redux
Provides: ${nodejs:Provides}
Description: Official ReactJS bindings for node-redux
 node-react is a library for building JavaScript user interfaces.
 node-redux is a predictable state container for JavaScript apps.
 This package provides the official bindings between these modules.