File: control

package info (click to toggle)
node-fast-safe-stringify 2.1.1%2B~2.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 316 kB
  • sloc: javascript: 2,607; makefile: 13
file content (32 lines) | stat: -rw-r--r-- 1,169 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
Source: node-fast-safe-stringify
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-tap <!nocheck>
 , node-clone <!nocheck>
Standards-Version: 4.6.0
Homepage: https://github.com/davidmarkclements/fast-safe-stringify#readme
Vcs-Git: https://salsa.debian.org/js-team/node-fast-safe-stringify.git
Vcs-Browser: https://salsa.debian.org/js-team/node-fast-safe-stringify
Rules-Requires-Root: no

Package: node-fast-safe-stringify
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Breaks: node-superagent (<< 6.1.0+repack~)
Replaces: node-superagent (<< 6.1.0+repack~)
Description: Safely and quickly serialize JavaScript objects
 Safe and fast serialization alternative to [JSON.stringify][].
 .
 Gracefully handles circular structures instead of throwing.
 .
 Provides a deterministic ("stable") version as well that will also
 gracefully handle circular structures.
 .
 Node.js is an event-based server-side JavaScript engine.