File: control

package info (click to toggle)
node-flatted 3.2.7~ds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,428 kB
  • sloc: javascript: 662; php: 209; makefile: 63; sh: 1
file content (58 lines) | stat: -rw-r--r-- 1,649 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
Source: node-flatted
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
 brotli,
 cmark-gfm <!nodoc>,
 debhelper-compat (= 13),
 node-ascjs,
 node-babel-core (>= 7),
 node-babel-preset-env (>= 7),
 node-rollup-plugin-babel (>= 5.2),
 node-tap <!nocheck>,
 node-typescript <!nocheck>,
 nodejs <!nocheck>,
 pigz,
 rollup,
 terser,
Standards-Version: 4.6.1
Homepage: https://github.com/WebReflection/flatted
Vcs-Browser: https://salsa.debian.org/js-team/node-flatted
Vcs-Git: https://salsa.debian.org/js-team/node-flatted.git
Rules-Requires-Root: no

Package: node-flatted
Architecture: all
Depends:
 ${misc:Depends},
Multi-Arch: foreign
Description: super light and fast circular JSON parser - Node library
 Flatted is a super light and fast circular JSON parser.
 .
 Works with all ECMAScript engines
 compatible with Map, Set, Object.keys, and Array.prototype.reduce,
 even if polyfilled.
 .
 Flatted is the direct successor of no longer maintained CircularJSON.
 .
 This package contains flatted usable with Nodejs.

Package: libjs-flatted
Architecture: all
Depends:
 nodejs,
 ${misc:Depends},
Multi-Arch: foreign
Description: super light and fast circular JSON parser - browser library
 Flatted is a super light and fast circular JSON parser.
 .
 Works with all ECMAScript engines
 compatible with Map, Set, Object.keys, and Array.prototype.reduce,
 even if polyfilled.
 .
 Flatted is the direct successor of no longer maintained CircularJSON.
 .
 This package contains flatted directly usable in web browsers.