An open API service indexing awesome lists of open source software.

https://github.com/atomicsponge/npm-libs

📔 NPM Libraries
https://github.com/atomicsponge/npm-libs

async library nodejs npm npm-package regexp vuejs

Last synced: 26 days ago
JSON representation

📔 NPM Libraries

Awesome Lists containing this project

README

        

# NPM Libraries

### A collection of small NPM libraries.
Mostly with zero dependencies!

## async-for-each
Async version of the forEach function

[link](https://github.com/AtomicSponge/npm-libs/tree/main/async-for-each)

## async-resolver
Await for asynchronous data

[link](https://github.com/AtomicSponge/npm-libs/tree/main/async-resolver)

## check-github-releases
Check a GitHub Releases via the API and parse download links

[link](https://github.com/AtomicSponge/npm-libs/tree/main/check-github-releases)

## job-runner
Run multiple processes simultaneously easily with one class!

[link](https://github.com/AtomicSponge/npm-libs/tree/main/job-runner)

## os-appdata-path
Get application storage location based on operating system

[link](https://github.com/AtomicSponge/npm-libs/tree/main/os-appdata-path)

## pause
Pause for an amount of time in miliseconds

[link](https://github.com/AtomicSponge/npm-libs/tree/main/pause)

## regexps
Collection of regex tests

[link](https://github.com/AtomicSponge/npm-libs/tree/main/regexps)

## script-error
Function for displaying an error to console and optionally exiting

[link](https://github.com/AtomicSponge/npm-libs/tree/main/script-error)

## system-locale
Get the System Locale

[link](https://github.com/AtomicSponge/npm-libs/tree/main/system-locale)

## vue-encoded-message
Vue3 component for displaying an encoded message.

[link](https://github.com/AtomicSponge/npm-libs/tree/main/vue-encoded-message)

## vue-image-zoom
Vue3 Component for click to zoom on images

[link](https://github.com/AtomicSponge/npm-libs/tree/main/vue-image-zoom)