node-lunr 2.3.8~dfsg-4 source package in Ubuntu

Changelog

node-lunr (2.3.8~dfsg-4) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Update standards version to 4.5.1, no changes needed.

  [ Mattia Rizzolo ]
  * Annotate node-lunr's nodejs dependency with :any.

 -- Mattia Rizzolo <email address hidden>  Mon, 18 Oct 2021 16:19:09 +0200

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 Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-lunr_2.3.8~dfsg-4.dsc 2.1 KiB d0b6a146b7bfc141f9833f3c9ad6638c1e2eab5924fae63ddc3225955b28752c
node-lunr_2.3.8~dfsg.orig.tar.xz 45.4 KiB fdc8741c2e9f100b5caaefe07e0fb877e74ded478100cec2016ed1309008c3cc
node-lunr_2.3.8~dfsg-4.debian.tar.xz 6.7 KiB f979316956b04c67f3bdc7ac2f205d6b63579de18d2b6cc3df9d6c7dd6b01290

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.