zeparser.js 0.0.7+dfsg-6 source package in Ubuntu

Changelog

zeparser.js (0.0.7+dfsg-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-zeparser: Add :any qualifier for nodejs dependency.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 11:50:06 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zeparser.js_0.0.7+dfsg-6.dsc 2.1 KiB 7784b5aa7ad6fa03991b91521e99244eddc65f61c22edb82d113bcab5bd9f52a
zeparser.js_0.0.7+dfsg.orig.tar.gz 60.6 KiB 766483429b332b1c9d457f525435a724d855413758036f4d4c60baedfa6a41a5
zeparser.js_0.0.7+dfsg-6.debian.tar.xz 3.2 KiB 1cffcfcb9e162c76df451cff605720f827189745248c3a5e2eba2cdd9a79c425

Available diffs

No changes file available.

Binary packages built by this source

libjs-zeparser: Javascript library for parsing Javascript code

 Parse Javascript code elements with client-side Javascript (browser). The
 parser has two modes for parsing: simple and extended.
 .
 The simple mode is mainly for just parsing and returning the streams and a
 simple parse tree. There's not so much meta information here and this
 mode is mainly built for speed.
 .
 The extended mode has everything required for Zeon to do its job.
 .
 This package provides ZeParser as a Javascript library.

node-zeparser: Javascript code parser module for Node.js

 Parse Javascript code elements with Node.js. The parser has two modes
 for parsing: simple and extended.
 .
 The simple mode is mainly for just parsing and returning the streams and a
 simple parse tree. There's not so much meta information here and this
 mode is mainly built for speed.
 .
 The extended mode has everything required for Zeon to do its job.
 .
 This package provides ZeParser as a Node.js module.