Source: node-fluent-bundle
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Emfox Zhou <emfox@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 14),
               dh-sequence-single-binary,
               dh-sequence-nodejs,
               mocha <!nocheck>,
               node-cached-iterable,
               node-csstype,
               node-prop-types,
               node-react,
               node-sinon <!nocheck>,
               node-typescript,
               rollup,
Standards-Version: 4.7.4
Homepage: https://projectfluent.org
Vcs-Browser: https://salsa.debian.org/js-team/node-fluent-bundle
Vcs-Git: https://salsa.debian.org/js-team/node-fluent-bundle.git

Package: node-fluent-bundle
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         node-cached-iterable,
         node-react
Provides: node-fluent-dedent (= 0.5.0),
          node-fluent-dom (= 0.10.1),
          node-fluent-langneg (= 0.7.0),
          node-fluent-react (= 0.15.2),
          node-fluent-sequence (= 0.8.0),
          node-fluent-syntax (= 0.19.0)
Description: JavaScript implementation of Project Fluent
 Project Fluent is a localization system which keeps the expressiveness of
 natural language translations.
 .
 This package ships the whole fluent.js monorepo, i.e. the runtime that
 parses Fluent (FTL) syntax and formats messages (node-fluent-bundle), the
 React bindings (node-fluent-react) together with the bundle lookup helper
 they use (node-fluent-sequence), the DOM bindings (node-fluent-dom), the
 language negotiation API (node-fluent-langneg), the parser and AST
 (node-fluent-syntax), and the template literal tag used by the test suites
 (node-fluent-dedent).
 .
 Node.js is an event-based server-side JavaScript engine.
