Package: node-browserify-cipher Version: 1.0.1 Revision: 1.1 ### BuildDepends: << fink (>= 0.32) << Depends: << node-browserify-aes, node-browserify-des, node-evp-bytestokey, nodejs << ### Source: mirror:debian:/pool/main/n/%n/%n_%v.orig.tar.gz Source-Checksum: SHA256(738d7a7aea2b43da851a815cb73d7819604fe70a155d3804ce2499b39d1f2b7d) SourceDirectory: browserify-cipher-%v Source2: mirror:debian:pool/main/n/%n/%n_%v-1.debian.tar.xz Source2-Checksum: SHA256(3fae0408b40a141aa69db811b905b2c5ea6b463d900bc7e64690f2f7e345fd11) Source2ExtractDir: browserify-cipher-%v ### DocFiles: README.md LICENSE ### CompileScript: << echo << InfoTest: << TestDepends: << node-tape << TestScript: << nodejs test.js || exit 2 << << InstallScript: << install -d -m0755 %i/share/nodejs/browserify-cipher install -m0644 browser.js %i/share/nodejs/browserify-cipher/ install -m0644 index.js %i/share/nodejs/browserify-cipher/ install -m0644 package.json %i/share/nodejs/browserify-cipher/ << ### Description: Ciphers for the browser DescDetail: << Provides createCipher, createDecipher, createCipheriv, createDecipheriv and getCiphers for the browserify. Includes AES and DES ciphers. . 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. << ### License: BSD Homepage: https://github.com/crypto-browserify/browserify-cipher Maintainer: Justin F. Hallett