File: control

package info (click to toggle)
json-js 0~20160510-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 132 kB
  • ctags: 13
  • sloc: makefile: 19
file content (31 lines) | stat: -rw-r--r-- 1,090 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
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: cdbs,
 licensecheck,
 debhelper,
 dh-buildinfo,
 uglifyjs,
 node-source-map
Standards-Version: 3.9.8
Homepage: http://www.json.org/js.html
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/json-js
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/json-js.git

Package: libjs-json
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
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.