Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
ast-transform
Convenience wrapper for performing AST transformations with browserify transform streams
unreachable-branch-transform
Browserify transform to remove unreachable code
browserify-optional
A browserify transform that allows optional dependencies in try..catch blocks
uglifyify
A browserify transform which minifies your code using UglifyJS2
browserify-versionify
Browserify transform to replace placeholder with package version
coverify
code coverage browserify transform
browserify-transform-machinepack
A browserify transform that makes machinepacks work when they are required from a browserified module (or each other).
bubleify
Browserify transform that compiles es2015 to es5 using Bublé
vueify
Vue component transform for Browserify
browserify-istanbul
A browserify transform for the istanbul code coverage tool
@airtap/browserify-istanbul
A browserify transform for the istanbul code coverage tool
@browserify/uglifyify
A browserify transform which minifies your code using Terser
reactify
Browserify transform for JSX (a superset of JS used by React.js)
unflowify
Browserify transform for removing Flow type annotations.
preprocessify
Browserify preprocess transform
espowerify
Browserify transform for power-assert
exposify
browserify transform that exposes globals added via a script tag as modules so they can be required.
browserify-css
A Browserify transform for bundling, rebasing, inlining, and minifying CSS files
unassertify
Browserify transform for unassert: Encourages programming with assertions by providing tools to compile them away
transformify
Takes a synchronous function that transforms a string and converts it into a transform compatible with browserify, catw and mutiny.