https://github.com/atomicsponge/npm-libs
📔 NPM Libraries
https://github.com/atomicsponge/npm-libs
async library nodejs npm npm-package regexp vuejs
Last synced: 5 months ago
JSON representation
📔 NPM Libraries
- Host: GitHub
- URL: https://github.com/atomicsponge/npm-libs
- Owner: AtomicSponge
- Created: 2024-05-15T19:42:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T13:01:11.000Z (over 1 year ago)
- Last Synced: 2025-10-26T06:29:36.897Z (8 months ago)
- Topics: async, library, nodejs, npm, npm-package, regexp, vuejs
- Language: TypeScript
- Homepage:
- Size: 388 KB
- Stars: 2
- 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!
[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)