File: control

package info (click to toggle)
node-react-highlight-words 0.20.0%2B~cs7.18.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 680 kB
  • sloc: javascript: 2,543; makefile: 8
file content (29 lines) | stat: -rw-r--r-- 1,036 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
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.