Source: node-pixl-xml Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Joseph Nahmias , Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, Standards-Version: 4.7.4 Homepage: https://github.com/jhuckaby/pixl-xml Vcs-Git: https://salsa.debian.org/js-team/node-pixl-xml.git Vcs-Browser: https://salsa.debian.org/js-team/node-pixl-xml Package: node-pixl-xml Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, 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.