1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
  
     | 
    
      Source: node-i18next
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Nicolas Mora <babelouest@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
# rollup dependencies
 , rollup
 , node-rollup-plugin-commonjs
 , node-rollup-plugin-babel (>= 5.2~)
 , node-rollup-plugin-node-resolve (>= 11~)
 , node-rollup-plugin-terser
 , node-babel-core (>= 7)
 , node-babel-plugin-proposal-async-generator-functions (>= 7)
 , node-babel-plugin-proposal-object-rest-spread (>= 7)
 , node-babel-plugin-transform-modules-commonjs (>= 7)
 , node-babel-plugin-transform-runtime (>= 7)
 , node-babel-preset-env (>= 7)
 , node-babel-preset-react (>= 7)
 , node-babel-register (>= 7)
# for umd build
 , node-babel-runtime (>= 7)
 , node-tape
Standards-Version: 4.6.2
Homepage: https://www.i18next.com/
Vcs-Git: https://salsa.debian.org/js-team/node-i18next.git
Vcs-Browser: https://salsa.debian.org/js-team/node-i18next
Rules-Requires-Root: no
Package: node-i18next
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends}
 , libjs-i18next
 , node-babel-runtime (>= 7)
Description: internationalization framework for JavaScript environments
 i18next provides:
  - Flexible connection to backend (loading translations via xhr, ...)
  - Optional caching, user language detection, ...
  - Proper pluralizations
  - Translation context
  - Nesting, Variable replacement
  - Flexibility: Use it everywhere
  - Extensibility: eg. sprintf
  - ...
 .
 Node.js is an event-based server-side JavaScript engine.
Package: libjs-i18next
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: javascript-common
Description: internationalization framework for JavaScript environments - js library
 i18next provides:
  - Flexible connection to backend (loading translations via xhr, ...)
  - Optional caching, user language detection, ...
  - Proper pluralizations
  - Translation context
  - Nesting, Variable replacement
  - Flexibility: Use it everywhere
  - Extensibility: eg. sprintf
  - ...
 
     |