Source: node-i18next-xhr-backend
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Nicolas Mora <nicolas@babelouest.org>
Build-Depends:
 debhelper-compat (= 12)
 , nodejs (>= 6)
 , pkg-js-tools (>= 0.8.13~)
# rollup dependencies
 , rollup
 , node-rollup-plugin-commonjs
 , node-rollup-plugin-babel
 , node-rollup-plugin-node-resolve
 , node-babel-core
 , node-babel-preset-env
 , node-babel-plugin-external-helpers
 , node-babel-preset-stage-0
 , node-babel-preset-react
 , node-babel-plugin-transform-runtime
# uglifyjs.terser dependencies
 , uglifyjs.terser
Standards-Version: 4.4.1
Homepage: https://github.com/i18next/i18next-xhr-backend
Vcs-Git: https://salsa.debian.org/js-team/node-i18next-xhr-backend.git
Vcs-Browser: https://salsa.debian.org/js-team/node-i18next-xhr-backend
Rules-Requires-Root: no

Package: node-i18next-xhr-backend
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 6)
 , node-babel-runtime
 , node-i18next
 , libjs-i18next-xhr-backend
Description: backend layer for i18next using browsers xhr
 This is a simple i18next backend to be used in the browser. It will load
 resources from a backend server using xhr.
 .
 Node.js is an event-based server-side JavaScript engine.

Package: libjs-i18next-xhr-backend
Architecture: all
Depends:
 ${misc:Depends}
Recommends:
 javascript-common
Description: backend layer for i18next using browsers xhr - js library
 This is a simple i18next backend to be used in the browser. It will load
 resources from a backend server using xhr.
 .
 Universal javascript library package
