Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
data-store
Easily persist and load config data. No dependencies.
@juln/data-store
Easily persist and load config data. No dependencies.
path-key
Get the PATH environment variable key cross-platform
timed-out
Timeout HTTP/HTTPS requests
ky
Tiny and elegant HTTP client based on the Fetch API
get-stream
Get a stream as a string, Buffer, ArrayBuffer or array
mimic-response
Mimic a Node.js HTTP response stream
has-proto
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
is-descriptor
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
get-proto
Robustly get the [[Prototype]] of an object
is-data-descriptor
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
got
Human-friendly and powerful HTTP request library for Node.js
is-accessor-descriptor
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
get-tsconfig
Find and parse the tsconfig.json file from a directory path
dot-prop
Get, set, or delete a property from a nested object using a dot path
map-cache
Basic cache object for storing key-value pairs.
set-value
Set nested properties on an object using dot notation.
base
Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks
simple-dependencies
A simple way to get your dependencies and devDependencies
get-value
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).