Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
potr
Protector of the Realm - Protect data passed between Realms
get-stream
Get a stream as a string, Buffer, ArrayBuffer or array
yocto-queue
Tiny queue data structure
is-descriptor
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
internal-slot
ES spec-like internal slots
istanbul-lib-coverage
Data library for istanbul coverage objects
define-data-property
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
mdn-data
Open Web data by the Mozilla Developer Network
is-data-view
Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
data-view-byte-offset
Get the byteOffset out of a DataView, robustly.
is-data-descriptor
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
is-accessor-descriptor
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
data-view-byte-length
Get the byteLength out of a DataView, robustly.
env-paths
Get paths for storing things like data, config, cache, etc
immutable
Immutable Data Collections
data-uri-to-buffer
Create an ArrayBuffer instance from a Data URI string
pretty-bytes
Convert bytes to a human readable string: 1337 → 1.34 kB
get-uri
Returns a `stream.Readable` from a URI string
functional-red-black-tree
A fully persistent balanced binary search tree
cache-base
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.