Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

find-imports is a JavaScript library that finds all imported modules in JavaScript files, which is useful for bundling 3rd-party libraries into a vendor.js using webpack. It provides options to customize the output, including flattening the results, filtering duplicate imports, and controlling whether to include package, absolute, or relative imports. This library is intended for developers who use webpack to bundle their JavaScript applications and want to optimize their build process by separating vendor libraries from their application code.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of cheton/find-imports

Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Account's avatar
babel/babel
Compile class and object decorators to ES5
Account's avatar
babel/babel
Compile do expressions to ES5
Account's avatar
babel/babel
Compile export default to ES2015
Account's avatar
babel/babel
Compile export namespace to ES2015
Account's avatar
babel/babel
Compile function bind operator to ES5
Account's avatar
babel/babel
Compile the function.sent meta property to valid ES2015 code
Account's avatar
babel/babel
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Account's avatar
babel/babel
Transforms logical assignment operators into short-circuited assignments
Account's avatar
babel/babel
Remove nullish coalescing operator
Account's avatar
babel/babel
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Account's avatar
babel/babel
Transform optional chaining operators into a series of nil checks
Account's avatar
babel/babel
Transform pipeline operator into call expressions
Account's avatar
babel/babel
Wraps Throw Expressions in an IIFE
Account's avatar
babel/babel
Allow parsing of import.meta
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
jeffbski/ensure-array
Ensure that an object is an array. Moves error checking out of your code.
Account's avatar
jquery/esprima
ECMAScript parsing infrastructure for multipurpose analysis
Account's avatar
isaacs/node-glob
the most correct and second fastest glob implementation in JavaScript
Account's avatar
babel/babel
Babel command line.
Account's avatar
babel/babel
Provides polyfills necessary for a full ES2015+ environment
Account's avatar
babel/babel
babel require hook
Account's avatar
babel/babel-eslint
Custom parser for ESLint
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io

Support the repos that depend on this repository

Top contributors

cheton's profile
cheton
43 contributions
agerard-godaddy's profile
agerard-godaddy
4 contributions
BTMPL's profile
BTMPL
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
cheton

cheton/find-imports

Find all imported modules in JavaScript files.

JavaScript
37
11
MIT License