node-lunr 2.3.9~dfsg-1 source package in Ubuntu
Changelog
node-lunr (2.3.9~dfsg-1) unstable; urgency=medium [ upstream ] * new release [ Jonas Smedegaard ] * uglify in temporary build directory * pre-compress for browser use; build-depend on brotli pigz * update patch 2004 -- Jonas Smedegaard <email address hidden> Thu, 02 Dec 2021 04:09:46 +0100
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 | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-lunr_2.3.9~dfsg-1.dsc | 2.1 KiB | 2b8d691d658d64c01042818e3a35f87c43449ea3bc7c05d264c315f68a14710f |
node-lunr_2.3.9~dfsg.orig.tar.xz | 45.4 KiB | 602d1edf7267b572ac19b5ffcf64097cacc2a27f2fde098f9da9708fef7fdc40 |
node-lunr_2.3.9~dfsg-1.debian.tar.xz | 7.1 KiB | 6e5d00d2421765b3931b2b69011ecdc81126d5aebcd3333550d099d7b734c598 |
Available diffs
- diff from 2.3.8~dfsg-5 to 2.3.9~dfsg-1 (3.1 KiB)
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.