node-parse-asn1 5.1.1-1 source package in Ubuntu

Changelog

node-parse-asn1 (5.1.1-1) unstable; urgency=medium

  * Team upload
  * New upstream version
  * Bump compat and policy (no changes)
  * Review and improve debian/copyright

 -- Bastien Roucariès <email address hidden>  Sat, 19 May 2018 21:50:36 +0200

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

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-parse-asn1_5.1.1-1.dsc 2.3 KiB 614d64acf0bc417d7bbdcd3f340c1dea551b004dca1f800a784348ee36653512
node-parse-asn1_5.1.1.orig.tar.gz 17.9 KiB c07438b5636c84277ec9ea438e2a413569cd10bc4cfb70e1b56c9764c70abd88
node-parse-asn1_5.1.1-1.debian.tar.xz 3.2 KiB 0bc98166230568fe2a92ddd506bbbe635d29f302e3886b678e4edf449f6303d0

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.