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
|
Source: node-react-highlight-words
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-nodejs
, dh-sequence-nodejs
, node-prop-types
, node-react <!nocheck>
, webpack
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-react-highlight-words
Vcs-Git: https://salsa.debian.org/js-team/node-react-highlight-words.git
Homepage: https://github.com/bvaughn/react-highlight-words
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-react-highlight-words
Architecture: all
Depends: node-prop-types
, node-react
, ${misc:Depends}
Provides: ${nodejs:Provides}
Description: ReactJS component to highlight words within a larger body of text
node-react-highlight-words is a node-react component used to highlight
words within a larger body of text.
To use it, just provide it with an array of search terms and a body of text
to highlight.
|