Source: node-svg-parser
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Emfox Zhou <emfox@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 14)
 , dh-sequence-nodejs
 , dh-sequence-single-binary
 , node-locate-character
 , node-rollup-plugin-buble
 , node-rollup-plugin-node-resolve
 , rollup
Standards-Version: 4.7.4
Homepage: https://github.com/Rich-Harris/svg-parser
Vcs-Git: https://salsa.debian.org/js-team/node-svg-parser.git
Vcs-Browser: https://salsa.debian.org/js-team/node-svg-parser

Package: node-svg-parser
Architecture: all
Depends: ${misc:Depends}
Description: Create a JSON-friendly object from an SVG string
 svg-parser takes a string representing an SVG document or fragment and turns
 it into a HAST (Hypertext Abstract Syntax Tree) JavaScript object.
 .
 The AST this produces is the same one that unified's remark-parse produces,
 which makes it convenient to consume with other unified-compatible tooling.
 .
 Node.js is an event-based server-side JavaScript engine.
