node-parse-asn1 5.1.6-2 source package in Ubuntu

Changelog

node-parse-asn1 (5.1.6-2) unstable; urgency=medium

  * Team upload
  * Fix GitHub tags regex
  * Update standards version to 4.6.0, no changes needed.
  * Fix filenamemangle

 -- Yadd <email address hidden>  Wed, 01 Dec 2021 17:15:14 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-parse-asn1_5.1.6-2.dsc 2.2 KiB 65f619e411d90573a4e1ef989459781a8b3632a98a50616c9a2da3520c3f9be6
node-parse-asn1_5.1.6.orig.tar.gz 19.7 KiB e73811084728dcaf396e0443965ac672f6c94907bdfe98d82a6065b5a721e54a
node-parse-asn1_5.1.6-2.debian.tar.xz 3.2 KiB ee8af1c5fcce527fd3b1bd8a6db87ddf26592e96b5c3345790f9b7702c59d5ef

Available diffs

No changes file available.

Binary packages built by this source

node-parse-asn1: utility library for parsing asn1 files

 utility library for parsing asn1 files for use with browserify-sign.
 .
 This library is a dependency for webpack. Webpack takes code targeted at
 node.js and makes it run in the browser. Node.js comes with API of its own
 that is not available in the browsers. Webpack exposes this code
 to programs that are unaware they are running in a browser.
 .
 Node.js is an event-based server-side JavaScript engine.