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
- Host: GitHub
- URL: https://github.com/atomicsponge/npm-libs
- Owner: AtomicSponge
- Created: 2024-05-15T19:42:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-01T13:01:11.000Z (8 months ago)
- Last Synced: 2025-04-17T23:39:52.337Z (about 1 month ago)
- Topics: async, library, nodejs, npm, npm-package, regexp, vuejs
- Language: TypeScript
- Homepage:
- Size: 388 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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)