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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204
|
Source: node-react
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 13)
, dh-nodejs
, dh-sequence-nodejs-no-lerna
, node-babel7
, node-browser-resolve
, node-chownr
, node-cli-table
, node-fbjs <!nocheck>
, node-filesize (>= 10)
, node-gzip-size
, node-loose-envify <!nocheck>
, node-minimist
, node-mkdirp
, node-ncp
, node-object-assign <!nocheck>
, node-prop-types
, node-pump
, node-rimraf
, node-rollup-plugin-babel
, node-rollup-plugin-commonjs
, node-rollup-plugin-node-resolve
, node-rollup-plugin-replace
, node-rollup-plugin-terser
, node-tar-fs
, node-tar-stream
, npm
, rollup
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-react
Vcs-Git: https://salsa.debian.org/js-team/node-react.git
Homepage: https://reactjs.org/
Rules-Requires-Root: no
Package: node-react
Architecture: all
Depends: node-loose-envify
, ${misc:Depends}
Provides: libjs-react (= ${binary:Version})
, ${nodeReact:Provides}
Description: Node.js library for building user interfaces
node-react is a library for building JavaScript user interfaces.
.
Some features of React:
* Declarative: React makes it painless to create interactive UIs. Design
simple views for each state in your application, and React will efficiently
update and render just the right components when your data changes.
Declarative views make your code more predictable, simpler to understand,
and easier to debug.
* Component-Based: Build encapsulated components that manage their own state,
then compose them to make complex UIs. Since component logic is written in
JavaScript instead of templates, you can easily pass rich data through your
app and keep state out of the DOM.
* Learn Once, Write Anywhere: it doesn't make assumptions about the rest of
the technology stack, so you can develop new features in React without
rewriting existing code. React can also render on the server using Node and
power mobile apps using React Native.
.
This package installs the ReactJS library for Node.js.
Package: node-eslint-plugin-react-hooks
Architecture: all
Depends: eslint
, ${misc:Depends}
Breaks: node-react (<< 18.2.0~)
Provides: ${nodeEslintPluginReactHooks:Provides}
Replaces: node-react (<< 18.2.0~)
Description: node-react plugin for eslint
node-react is a library for building JavaScript user interfaces.
.
This package provides an eslint plugin for React.
Package: node-jest-react
Architecture: all
Depends: jest
, node-object-assign
, node-react
, node-react-is
, node-react-shallow-renderer
, node-react-test-renderer
, node-scheduler
, ${misc:Depends}
Breaks: node-react (<< 18.2.0~)
Provides: ${nodeJestReact:Provides}
Replaces: node-react (<< 18.2.0~)
Description: node-jest matchers and utilities for testing React Test Renderer
node-react is a library for building JavaScript user interfaces.
.
This package provides matchers and utilities for node-jest.
Package: node-react-dom
Architecture: all
Depends: node-react
, node-scheduler
, ${misc:Depends}
Breaks: node-react (<< 18.2.0~)
Provides: ${nodeReactDom:Provides}
Replaces: node-react (<< 18.2.0~)
Description: node-react library to serve as the entry point to the DOM
node-react is a library for building JavaScript user interfaces.
.
This package provides a library to serve as the entry point to the DOM and
server renderers for node-react. It is intended to be paired with the generic
node-react package.
Package: node-react-is
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: node-react (<< 18.2.0~)
Provides: ${nodeReactIs:Provides}
Replaces: node-react (<< 18.2.0~)
Description: JavaScript library to test if a value is a React.js element
node-react is a library for building JavaScript user interfaces.
.
This package allows one to test arbitrary values and see if they're a
particular React element type.
Package: node-react-reconciler
Architecture: all
Depends: node-loose-envify
, node-react
, node-scheduler
, ${misc:Depends}
Breaks: node-react (<< 18.2.0~)
Provides: ${nodeReactReconciler:Provides}
Replaces: node-react (<< 18.2.0~)
Description: Experimental package for creating custom React renderers
node-react is a library for building JavaScript user interfaces.
.
This is an experimental package for creating custom React renderers.
Package: node-react-refresh
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: node-react (<< 18.2.0~)
Provides: ${nodeReactRefresh:Provides}
Replaces: node-react (<< 18.2.0~)
Description: React.js library to integrate Fast Refresh into bundlers
node-react is a library for building JavaScript user interfaces.
.
This package implements the wiring necessary to integrate Fast Refresh into
bundlers. Fast Refresh is a feature that lets you edit React components in
a running application without losing their state. It is similar to an old
feature known as "hot reloading", but Fast Refresh is more reliable and
officially supported by React.
.
This package is primarily aimed at developers of bundler plugins.
Package: node-react-shallow-renderer
Architecture: all
Depends: node-object-assign
, node-react
, node-react-is
, ${misc:Depends}
Breaks: node-react (<< 18.2.0~)
Provides: ${nodeReactShallowRenderer:Provides}
Replaces: node-react (<< 18.2.0~)
Description: Shallow renderer for testing ReactJS modules
When writing unit tests for React, shallow rendering can be helpful.
Shallow rendering permits one to render a component "one level deep" and
assert facts about what its render method returns, without worrying about
the behavior of child components, which are not instantiated or rendered.
This does not require a DOM.
Package: node-react-test-renderer
Architecture: all
Depends: node-object-assign
, node-react
, node-react-is
, node-react-shallow-renderer
, node-scheduler
, ${misc:Depends}
Breaks: node-react (<< 18.2.0~)
Provides: ${nodeReactTestRenderer:Provides}
Replaces: node-react (<< 18.2.0~)
Description: Experimental React renderer to be used to render React components to pure JavaScript objects
node-react is a library for building JavaScript user interfaces.
.
This package provides an experimental React renderer that can be used to
render React components to pure JavaScript objects, without depending on the
DOM or a native mobile environment.
.
Essentially, this package makes it easy to grab a snapshot of the "DOM tree"
rendered by a React DOM or React Native component without using a browser or
node-jsdom.
Package: node-scheduler
Architecture: all
Depends: node-loose-envify
, ${misc:Depends}
Breaks: node-react (<< 18.2.0~)
Provides: ${nodeScheduler:Provides}
Replaces: node-react (<< 18.2.0~)
Description: JavaScript library for cooperative scheduling in a browser environment
node-react is a library for building JavaScript user interfaces.
.
This package provides a library for cooperative scheduling in a browser
environment. It is currently used internally by node-react.
|