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

Changelog

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

  * Team upload
  * Bump compat and policy
  * Change section to javascript
  * Modernize rules
  * Fix autopkgtest

 -- Bastien Roucariès <email address hidden>  Sun, 20 Aug 2017 23:26:54 +0200

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
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-parse-asn1_5.1.0-2.dsc 2.3 KiB 42171b4f59d145532d25169c45235145e924cda0f20f209912d142b3261de490
node-parse-asn1_5.1.0.orig.tar.gz 17.3 KiB 033c7cd2782003ba5f442c8b3ca548b5e564da9e4e19166cbaa4939b0b33b7ce
node-parse-asn1_5.1.0-2.debian.tar.xz 2.6 KiB e4cdcb5d0c56437d90762ffb88368a653decef45bffa76e8b86d63ff88a0676c

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.