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

Changelog

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

  * fix filename of generated source-map; thanks to Xavier Guimard
  * fix clean generated documentation; thanks to Xavier Guimard
  * use and build-depend on recent uglifyjs
    (not old deprecated node-uglify nor uglifyjs.terser)
  * update copyright info:
    + use Reference field (not License-Reference);
      tighten lintian overrides
    + update coverage
  * declare compliance with Debian Policy 4.6.0

 -- Jonas Smedegaard <email address hidden>  Wed, 01 Dec 2021 23:44:06 +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 Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-lunr_2.3.8~dfsg-5.dsc 2.1 KiB 4b17f83f01d0200195b2f0c9486f9d9f4e25b927afea13f71f6c7fcef008f0ba
node-lunr_2.3.8~dfsg.orig.tar.xz 45.4 KiB fdc8741c2e9f100b5caaefe07e0fb877e74ded478100cec2016ed1309008c3cc
node-lunr_2.3.8~dfsg-5.debian.tar.xz 6.9 KiB 5c69e398ed5f600d35aa00d0861150ffdc77bcd0ca2a623300c1037a98443a1b

Available diffs

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.