ambi • 2.5.0Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous functions (like supporting both synchronous and asynchronous event definitions automat
INDIRECT
5
csextends • 1.2.0Use the Coffee-Script extends keyword outside of Coffee-Script. Useful for easily extending existing existing classes, e.g. `require('csextends')(klass, extensions)`, and for providing your module consumers with an easy way to extend your classes, i.e. `B
INDIRECT
0
eachr • 2.0.4Give eachr an array or object, and the iterator, in return eachr will give the iterator the value and key of each item, and will stop if the iterator returned false.
DIRECT
1
editions • 1.3.4Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)
INDIRECT
0
editions • 2.3.1Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)
INDIRECT
2
errlop • 2.2.0An extended Error class that envelops a parent error, such that the stack trace contains the causation
INDIRECT
0
ignorefs • 1.4.1Ignore common and custom patterns of the file system
DIRECT
4
ignorepatterns • 1.4.0A regular expression that matches common filenames that we want to ignore
INDIRECT
3
safefs • 3.2.2Stop getting EMFILE errors! Open only as many files as the operating system supports.