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
|
Source: node-fuzzaldrin-plus
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
debhelper (>= 11~)
, nodejs
, coffeescript
, webpack (>= 4~)
, uglifyjs.terser
Standards-Version: 4.4.0
Homepage: https://github.com/jeancroy/fuzzaldrin-plus
Vcs-Git: https://salsa.debian.org/js-team/node-fuzzaldrin-plus.git
Vcs-Browser: https://salsa.debian.org/js-team/node-fuzzaldrin-plus
Package: node-fuzzaldrin-plus
Architecture: all
Depends:
${misc:Depends}
, nodejs
Description: Fuzzy filtering and string scoring - compatible with fuzzaldrin
A fuzzy search / highlight that specialize for programmer text editor. It
tries to provide intuitive result by recognizing patterns that people use
while searching.
.
A rewrite of the fuzzaldrin library. API is backward compatible with some
extra options. Tuning has been done from report usage of the Atom text editor.
.
Node.js is an event-based server-side JavaScript engine.
Package: libjs-fuzzaldrin-plus
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: fuzzy search / highlight for programmer's text editor (browser)
A fuzzy search / highlight that specialize for programmer text editor. It
tries to provide intuitive result by recognizing patterns that people use
while searching.
.
A rewrite of the fuzzaldrin library. API is backward compatible with some
extra options. Tuning has been done from report usage of the Atom text editor.
.
This package provides fuzzaldrin-plus usable in browser environment.
|