Source: node-parse-asn1 Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper (>= 11) , dh-buildinfo , nodejs (>= 6) , dpkg-dev (>= 1.17.14) , node-tape (>= 3.4.0) , node-pbkdf2 (>= 3.0.3) , node-browserify-aes (>= 1.0.0) , node-create-hash (>= 1.1.0) , node-asn1.js (>= 4.0.0) , node-evp-bytestokey (>= 1.0.0) , node-tap (>= 8) Standards-Version: 4.1.4 Homepage: https://github.com/crypto-browserify/parse-asn1#readme Vcs-Git: https://salsa.debian.org/js-team/node-parse-asn1.git Vcs-Browser: https://salsa.debian.org/js-team/node-parse-asn1 Package: node-parse-asn1 Architecture: all Depends: ${misc:Depends} , nodejs , node-pbkdf2 (>= 3.0.3) , node-browserify-aes (>= 1.0.0) , node-create-hash (>= 1.1.0) , node-asn1.js (>= 4.0.0) , node-evp-bytestokey (>= 1.0.0) Description: 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.