File: control

package info (click to toggle)
node-xml2js 0.2.8-1.1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 156 kB
  • sloc: xml: 52; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 811 bytes parent folder | download | duplicates (2)
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
Source: node-xml2js
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
 Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 8~)
 , dh-buildinfo
 , coffeescript
Standards-Version: 3.9.4
Homepage: https://github.com/Leonidas-from-XIV/node-xml2js
Vcs-Git: git://anonscm.debian.org/collab-maint/node-xml2js.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-xml2js.git

Package: node-xml2js
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-sax
Description: simple XML to JavaScript object converter - Node.js module
 xml2js parses XML using node-sax and converts it to a plain JavaScript
 object.
 .
 Node.js is an event-based server-side javascript engine.