File: control

package info (click to toggle)
node-serialize-javascript 7.0.4%2B~5.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 200 kB
  • sloc: javascript: 827; makefile: 14; sh: 1
file content (28 lines) | stat: -rw-r--r-- 996 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
Source: node-serialize-javascript
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-chai
 , node-randombytes <!nocheck>
 , pandoc <!nodoc>
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/js-team/node-serialize-javascript
Vcs-Git: https://salsa.debian.org/js-team/node-serialize-javascript.git
Homepage: https://github.com/yahoo/serialize-javascript
Testsuite: autopkgtest-pkg-nodejs

Package: node-serialize-javascript
Architecture: all
Depends: node-randombytes
 , ${misc:Depends}
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: serialize JavaScript to a superset of JSON
 serialize-javascript is a Nodejs module
 to serialize JavaScript to a _superset_ of JSON
 that includes regular expressions, dates and functions.
 .
 Nodejs an event-based server-side JavaScript engine.