File: control

package info (click to toggle)
node-i18next 19.8.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,416 kB
  • sloc: javascript: 9,893; makefile: 2
file content (68 lines) | stat: -rw-r--r-- 2,152 bytes parent folder | download
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
68
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)
 , nodejs (>= 6)
 , 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.5.1
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
  - ...