node-lunr 2.3.9~dfsg-2 source package in Ubuntu
Changelog
node-lunr (2.3.9~dfsg-2) unstable; urgency=medium [ Debian Janitor ] * Set upstream metadata fields: Bug-Database. -- Jelmer Vernooij <email address hidden> Sun, 04 Dec 2022 19:10:06 +0000
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-lunr_2.3.9~dfsg-2.dsc | 2.1 KiB | cb8c3609a0ec05bbbbf356da7e7c5333c7ac316c24fe50c29d231d448acf1aec |
node-lunr_2.3.9~dfsg.orig.tar.xz | 45.4 KiB | 602d1edf7267b572ac19b5ffcf64097cacc2a27f2fde098f9da9708fef7fdc40 |
node-lunr_2.3.9~dfsg-2.debian.tar.xz | 7.2 KiB | cf4b37f135814a806a88b5de2137f9a3ab96fe1249f1933ce9e838748041abc0 |
Available diffs
- diff from 2.3.9~dfsg-1 to 2.3.9~dfsg-2 (827 bytes)
No changes file available.
Binary packages built by this source
- libjs-lunr: 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.
- node-lunr: 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.