File: control

package info (click to toggle)
json-js 0~20190826%2B~1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 212 kB
  • sloc: javascript: 477; sh: 23; makefile: 18
file content (40 lines) | stat: -rw-r--r-- 1,171 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
Source: json-js
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
 brotli,
 debhelper-compat (= 12),
 jq,
 pigz,
 uglifyjs (>= 3),
Standards-Version: 4.5.1
Homepage: https://github.com/douglascrockford/JSON-js
Vcs-Git: https://salsa.debian.org/js-team/json-js.git
Vcs-Browser: https://salsa.debian.org/js-team/json-js
Rules-Requires-Root: no

Package: libjs-json
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Recommends:
 javascript-common,
Provides:
 node-canonicalize (= ${canon:VERSION}),
Description: JSON encoders/decoders implemented in JavaScript
 JSON is a light-weight, language independent,
 data interchange format.
 See http://www.JSON.org/
 .
 The files in this collection implement JSON encoders/decoders
 in JavaScript.
 .
 JSON became a built-in feature of JavaScript
 when the ECMAScript Programming Language Standard - Fifth Edition
 was adopted by the ECMA General Assembly in December 2009.
 Most of the files in this collection are for applications
 that are expected to run in obsolete web browsers.