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
|
Source: node-lunr
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
brotli,
node-chai (>= 4) <!nocheck>,
debhelper-compat (= 13),
mocha <!nocheck>,
node-source-map,
uglifyjs (>=3),
pandoc,
pigz,
Standards-Version: 4.6.1
Homepage: https://lunrjs.com/
Vcs-Git: https://salsa.debian.org/js-team/node-lunr.git
Vcs-Browser: https://salsa.debian.org/js-team/node-lunr
Rules-Requires-Root: no
Package: libjs-lunr
Architecture: all
Depends:
${misc:Depends},
Recommends:
javascript-common,
Suggests:
libjs-es5-shim,
Multi-Arch: foreign
Description: simple full-text search - web browsers
Lunr.js is a small, full-text search library for use in the browser.
It indexes JSON documents and provides a simple search interface
for retrieving documents that best match text queries.
.
This package provides Lunr for use directly in web browsers.
.
Browsers that do not support ES5 will require a JavaScript shim
for Lunr to work.
You can either use Augment.js, ES5-Shim,
or any library that patches old browsers
to provide an ES5 compatible JavaScript environment.
Package: node-lunr
Architecture: all
Depends:
libjs-lunr,
nodejs:any,
${misc:Depends},
Multi-Arch: foreign
Description: simple full-text search - Node.js
Lunr.js is a small, full-text search library for use in the browser.
It indexes JSON documents and provides a simple search interface
for retrieving documents that best match text queries.
.
This package provides Lunr for use with Node.js -
an event-based server-side JavaScript engine.
|