Bug#1141266: ITP: node-pixl-xml -- simple module for parsing and composing XML

[email protected] Thu, 02 Jul 2026 07:04:47 -0400
Newsgroups gmane.linux.debian.devel.general
Message-ID <20f5845a0930f247acfb9eeda0e5e83f__20306.0338900954$1782990460$gmane$org@nahmias.net>
Package: wnpp
Severity: wishlist
Owner: Joseph Nahmias <[email protected]>
Control: block 1141262 by -1
X-Debbugs-CC: [email protected], [email protected], Joseph Huckaby <[email protected]>

* Package name    : node-pixl-xml
  Version         : 1.0.13
  Upstream Author : Joseph Huckaby <[email protected]>
* URL             : https://github.com/jhuckaby/pixl-xml
* License         : Expat
  Programming Lang: JavaScript
  Description     : simple module for parsing and composing XML

 This module provides a lightweight, fast, easy-to-use XML parser which
 generates a simplified object / array tree. This can be very useful for
 parsing XML configuration files and the like. It is 100% pure JavaScript
 and has no dependencies.
 .
  - Pure JavaScript, no dependencies
  - Very fast parser (About 6X faster than xml2js)
  - Low memory usage (About 60% less than xml2js)
  - Fully synchronous operation, no callbacks
  - Can parse XML strings, Buffers or load from files
  - Can preserve or flatten attributes
  - Can convert all keys to lower-case
  - Can serialize objects back to pretty-printed or compact XML
 .
 Node.js is an event-based server-side JavaScript engine.

dep for pixl-request
i plan to maintain this under the js-team