zertosh
npm packages maintained by zertosh
- Packages
- 85
- Weekly downloads
- 262.4M
- Repositories
- —
- Stars
- —
- Followers
- —
Packages
| loose-envify Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST | 81M | -35% | 1.4.0 | 8 years ago |
| eslint-plugin-prettier Runs prettier as an eslint rule | 33M | -25% | 5.5.6 | 3 months ago |
| invariant invariant | 28M | -17% | 2.2.4 | 8 years ago |
| duplexer2 Like duplexer but using streams3 | 21.9M | -16% | 0.1.4 | 11 years ago |
| stream-browserify the stream module from node core for browsers | 17.8M | -15% | 3.0.0 | 6 years ago |
| nullthrows flow typed nullthrows | 13.9M | -16% | 1.1.1 | 8 years ago |
| console-browserify Emulate console for all the browsers | 8.7M | -17% | 1.2.0 | 7 years ago |
| timers-browserify timers module for browserify | 8.6M | -18% | 2.0.12 | 6 years ago |
| vm-browserify vm module for the browser | 8.4M | -18% | 1.1.2 | 7 years ago |
| tty-browserify the tty module from node core for browsers | 6.8M | -35% | 0.0.1 | 9 years ago |
| v8-compile-cache Require hook for automatic V8 compile cache persistence | 6.5M | -35% | 2.4.0 | 3 years ago |
| browser-resolve resolve which handles browser field support in package.json | 4.4M | -15% | 2.0.0 | 6 years ago |
| static-eval evaluate statically-analyzable expressions | 4.3M | -20% | 2.1.1 | 3 years ago |
| detective find all require() calls by walking the AST | 2.5M | -18% | 5.2.1 | 4 years ago |
| acorn-node the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions | 2.4M | -17% | 2.0.1 | 6 years ago |
| browserify browser-side require() the node way | 1.3M | -19% | 17.0.1 | 2 years ago |
| combine-source-map Add source maps of multiple files, offset them and then combine them into one source map | 1.1M | -19% | 0.8.0 | 9 years ago |
| inline-source-map Adds source mappings and base64 encodes them, so they can be inlined in your generated file. | 1.1M | -19% | 0.6.3 | 3 years ago |
| syntax-error detect and report syntax errors in source code strings | 1M | -19% | 1.4.0 | 9 years ago |
| module-deps walk the dependency graph to generate json output that can be fed into browser-pack | 995.1K | -19% | 6.2.3 | 6 years ago |
| browser-pack pack node-style source files from a json stream into a browser bundle | 970.5K | -18% | 6.1.0 | 8 years ago |
| stream-splicer streaming pipeline with a mutable configuration | 965.7K | -18% | 2.0.1 | 7 years ago |
| insert-module-globals insert implicit module globals into a module-deps stream | 957K | -19% | 7.2.1 | 6 years ago |
| deps-sort sort module-deps output for deterministic browserify bundles | 952.5K | -19% | 2.0.1 | 7 years ago |
| labeled-stream-splicer stream splicer with labels | 937.2K | -19% | 2.0.2 | 7 years ago |
| static-module convert module usage to inline expressions | 769.1K | -13% | 3.0.4 | 6 years ago |
| htmlescape Properly escape JSON for usage as an object literal inside of a `<script>` tag | 739.1K | -35% | 1.1.1 | 10 years ago |
| envify Selectively replace Node-style environment variables with plain strings. | 732.1K | -18% | 4.1.0 | 9 years ago |
| brfs browserify fs.readFileSync() static asset inliner | 676.6K | -15% | 2.0.2 | 8 years ago |
| watchify watch mode for browserify builds | 423.1K | -16% | 4.0.0 | 6 years ago |
| http-browserify http module compatability for browserify | 131.3K | -15% | 1.7.0 | 12 years ago |
| astw walk the ast with references to parent nodes | 101.4K | -19% | 2.2.0 | 10 years ago |
| lexical-scope detect global and local lexical identifiers from javascript source code | 100.3K | -19% | 1.2.0 | 11 years ago |
| browser-unpack parse a bundle generated by browser-pack | 43.2K | -3% | 1.4.3 | 2 years ago |
| bundle-collapser convert bundle paths to IDS to save bytes in browserify bundles | 41.6K | -3% | 1.4.0 | 6 years ago |
| common-shakeify browserify tree shaking plugin using @indutny common-shake | 24K | +13% | 1.1.2 | 4 years ago |
| unreachable-branch-transform Browserify transform to remove unreachable code | 17.9K | -17% | 0.5.1 | 10 years ago |
| @browserify/uglifyify A browserify transform which minifies your code using Terser | 16K | +27% | 6.0.0 | 4 years ago |
| @browserify/envify Selectively replace Node-style environment variables with plain strings. | 14.9K | +31% | 6.0.0 | 4 years ago |
| esmangle-evaluator esmangle-evaluator | 12.4K | -35% | 1.0.1 | 10 years ago |
| tinyify a browserify plugin that runs various optimizations, so you don't have to install them all manually. | 9.4K | -21% | 4.0.0 | 4 years ago |
| ify-loader Webpack loader to handle browserify transforms as intended | 7.1K | -37% | 1.1.0 | 9 years ago |
| factor-bundle factor browser-pack bundles into common shared bundles | 5.4K | -20% | 2.5.0 | 11 years ago |
| eslint-plugin-dependencies require/import dependency validation | 4.3K | -40% | 2.5.0 | 3 years ago |
| errorify Browserify plugin to write failed build error messages to the output file | 3.2K | -9% | 0.3.1 | 11 years ago |
| eslint-plugin-ignore-generated Silently swallow ESLint issues in files with @generated | 2.8K | -36% | 3.1.0 | 7 years ago |
| eslint-plugin-lint Load arbitrary ESLint rules into a single namespace | 2.7K | -13% | 1.0.0 | 9 years ago |
| eslint-plugin-no-async-without-await Enforce that async functions use await | 2K | -27% | 1.2.0 | 10 years ago |
| babel-plugin-transform-inline-imports-commonjs A Babel transform that turns imports into lazily loaded commonjs requires | 1.8K | -58% | 1.2.0 | 10 years ago |
| @browserify/acorn5-object-spread Support for rest and spread properties in acorn 5 | 1.1K | -23% | 5.0.1 | 9 years ago |
| eslint-plugin-ignore-generated-and-nolint Silently swallow ESLint issues in files with @generated or @nolint | 730 | -56% | 1.0.0 | 8 years ago |
| jstify Browserify transform for pre-compiled Underscore and Lo-Dash templates (with HTML minification) | 449 | -42% | 0.14.0 | 11 years ago |
| dep-case-verify verify dependency paths in non-case-sensitive environments | 196 | +26% | 2.1.0 | 10 years ago |
| async-to-generator Babel's asyncToGenerator helper as a standalone package | 128 | -25% | 1.1.0 | 9 years ago |
| bundle-minify bundle-minify | 37 | -26% | 1.0.0 | 11 years ago |
| browserify-handbook how to build modular applications with browserify | 32 | +68% | 1.9.0 | 9 years ago |
| vinyl-source-buffer Convert a text stream into a vinyl pipeline whose content is a buffer | 26 | -56% | 1.1.1 | 11 years ago |
| pre-binding node-pre-gyp's find method as a module | 24 | -35% | 1.1.0 | 10 years ago |
| slash-escape Slash escape paths as valid filenames | 20 | +82% | 1.0.0 | 10 years ago |
| beautify-with-words Beautify javascript with unique "long-ish words" for variable names. | 10 | +100% | 0.2.0 | 13 years ago |
| pollen pollen | 9 | -53% | 0.0.5 | 12 years ago |
| run-tests-py run-tests.py from the Mercurial project | 9 | +80% | 1.0.1 | 8 years ago |
| distify AST-aware module packager | 8 | +100% | 0.0.1 | 11 years ago |
| bitlist A bit-set/bit-array/bit-vector implementation which allows inserting and removing values | 8 | +100% | 1.0.0 | 11 years ago |
| npm4 npm v4 packaged as npm4 to be run alongside npm | 8 | +167% | 1.0.0 | 10 years ago |
| atom-typed | 8 | +300% | 0.0.0 | 9 years ago |
| loose-detect Fast (and loose) `require` and `import` extractor using js-tokens instead of an AST | 8 | +700% | 1.0.2 | 10 years ago |
| run-jasmine run-jasmine | 7 | +40% | 1.0.0 | 9 years ago |
| bpack-debug Browserify helper to save the export value of a module for easier debugging | 7 | +600% | 1.0.0 | 11 years ago |
| rustify Rust WebAssembly transform for Browserify | 6 | +100% | 1.1.0 | 9 years ago |
| route-builder route-builder | 5 | +25% | 1.2.0 | 11 years ago |
| syntax-scope-inspector A short description of your package | 5 | 0.0.31 | 10 years ago | |
| inline-sourcemap-concat Concatenate sources and inlined sourcemaps into a new generated sourcemap. | 5 | +400% | 0.2.0 | 11 years ago |
| eslint-plugin-rule | 5 | +400% | 0.0.0 | 9 years ago |
| js.sh Use a specific version node in the current directory | 4 | +100% | 0.5.3 | 8 years ago |
| hyperclick Pluggable text-clicking UI for Atom | 4 | 0% | 0.0.40 | 9 years ago |
| fbx | 4 | +100% | 0.0.0 | 9 years ago |
| list-object Create an object from a list of [key, value] tuples | 4 | +100% | 0.1.0 | 12 years ago |
| preprocessor-adapter preprocessor-adapter | 4 | +100% | 0.0.3 | 11 years ago |
| class-props-codemod Transform old-style assigned static properties to class static properties | 3 | 0.0.7 | 11 years ago | |
| map-tuple Map a list of n-tuples to a function with n separate arguments | 3 | +200% | 1.0.0 | 12 years ago |
| js1 js1 | 3 | +200% | 0.0.1 | 10 years ago |
| pollen-requirer pollen-requirer | 2 | 0% | 0.0.5 | 11 years ago |
| concat-reduce concat-reduce | 2 | 0% | 0.0.2 | 11 years ago |
| linttool linttool | 2 | 0.0.0 | 10 years ago |
Repositories
Repositories and contributions come from Github's GraphQL API, which has no anonymous tier. Sign in to see them.