File: control

package info (click to toggle)
node-fast-safe-stringify 2.1.1%2B~2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 336 kB
  • sloc: javascript: 2,795; makefile: 13
file content (30 lines) | stat: -rw-r--r-- 1,126 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
Source: node-fast-safe-stringify
Section: javascript
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.7.3
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

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.