Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
svelte-inview
A Svelte action that monitors an element enters or leaves the viewport or a parent element. Performant and efficient thanks to using Intersection Observer under the hood.
read-glob
Search files with glob pattern and read them, Observable way
read-multiple-files
Read multiple files asynchronously
npm-cli-path
Resolve the path of `npm-cli.js` included in the globally installed npm CLI
npm-cli-dir
Resolve the directory path where npm CLI is installed
write-file-atomically
Promisified version of write-file-atomic
real-executable-path
Find the first instance of an executable in the PATH, with expanding all symbolic links
real-executable-path-callback
Callback style version of real-executable-path
output-file
Write a file and create its ancestor directories if needed
jquery.load_img
Load images asynchronously and cache them.
@andreekeberg/imagedata
Unified method of retrieving an ImageData instance from an image, in both the browser and Node.js, asynchronously or synchronously
web-resource-loader
Load all resources (images, videos, fonts, audio, css and js files) asynchronously and wait for complete.
aload
Loads images, scripts, styles, iframes, videos and audios asynchronously.
class-loading
Add class(es) to DOM elements while waiting for async action. Promise or callback.
@jhubbardsf/svelte-inview
A Svelte action that monitors an element enters or leaves the viewport or a parent element. Performant and efficient thanks to using Intersection Observer under the hood.
@yiminghe/regexp
match regular expression asynchronously
load-script-or-css
Load a script or stylesheet in the browser asynchronously, returning a Promise
svelte-5-inview
A Svelte action that monitors an element enters or leaves the viewport or a parent element. Performant and efficient thanks to using Intersection Observer under the hood. Forked from maciekgrzybek to support Svelte 5 after no merge of fixes.
exec-pod-callback
Callback-style version of exec-pod
@dwesley/linereader
A simple `Readliner` class, similar to Java's `readline()` method, written in typescript (for Node) to read files line-by-line asynchronously and quickly.