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:
 chai <!nocheck>,
 debhelper,
 mocha <!nocheck>,
 node-uglify,
Standards-Version: 4.2.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

Package: libjs-lunr
Architecture: all
Depends:
 ${misc:Depends},
Recommends:
 javascript-common,
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.
 Async is a utility module which provides straight-forward, powerful
 functions for working with asynchronous Javascript.
 .
 This package provides Lunr for use directly in web browsers.

Package: node-lunr
Architecture: all
Depends:
 libjs-lunr,
 nodejs,
 ${misc:Depends},
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.
