Search results
606 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js
PostCSS plugin that enables SASS-like for loop syntax in your CSS
Function name shim (especially for supporting function names in Internet Explorer).
Executes a callback for each property found on a object, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object and Function prototypes by default,
- for
- each
- prop
- property
- object
- function
- enumerable
- non-enumerable
- nonenumerable
- inherited
- proto
- prototype
- prototype-chain
- class
Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.
Executes a callback for each property found on a object, recursively on nested properties, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object an
- recursive
- deep
- for
- each
- prop
- property
- object
- function
- enumerable
- non-enumerable
- nonenumerable
- inherited
- proto
- prototype
- View more
PostCss plugin to use CSS Custom Properties in at-rule @each, @for, @if, @else
Flatten nested arrays
Iterate over promises serially
- promise
- foreach
- for-each
- for
- each
- collection
- iterable
- iterator
- fulfilled
- async
- await
- promises
- serial
- serially
- View more
Progress bar in console for Node.js in the style of TQDM Python library
- tqdm
- nodejs
- cli
- nodejs-cli
- cli-app
- terminal
- console
- progress bar
- progress
- indicator
- iterate
- iterator
- for
- for await
- View more
Use components to control flow in Astro
- astro
- astro-component
- withastro
- ui
- perf
- performance
- condition
- conditional
- conditionals
- conditions
- component
- else
- case
- control
- View more
Make the NornJ work gracefully in the JSX environment
Wait for a condition to be true
A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach
Waits until the given predicate function returns a truthy value, then resolves
Create a new object filtered to have only properties for which the callback returns true.
a library of conditions that are useful for end-to-end tests
PostCSS plugin that enables SASS-like for loop syntax in your CSS
Prevents for..of loops usage
Is given character suitable to be in an HTML attribute's name?