Source: node-active-x-obfuscator
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Mike Gabriel <sunweaver@debian.org>,
Build-Depends:
 debhelper (>= 8.0.0),
 dh-buildinfo,
Standards-Version: 3.9.4
Homepage: https://github.com/felixge/node-active-x-obfuscator
Vcs-Git: git://git.debian.org/collab-maint/node-active-x-obfuscator.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/node-active-x-obfuscator.git

Package: node-active-x-obfuscator
Architecture: all
Depends:
 ${misc:Depends},
 nodejs (>= 0.6.19~dfsg1-3~),
 node-zeparser (>= 0.0.7),
Description: Safely obfuscate the string 'ActiveX' inside of JavaScript code
 This Node.js module (safely) obfuscates all occurrences of the string
 'ActiveX' inside any JavaScript code.
 .
 Some corporate firewalls/proxies such as Blue Coat block JavaScript files
 to be downloaded if they contain the word 'ActiveX'. That of course is very
 annoying for libraries such as socket.io that need to use ActiveXObject for
 supporting IE8 and older.
