Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
convert-source-map
Converts a source-map from/to different formats and allows adding/changing properties.
jsesc
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
@jridgewell/trace-mapping
Trace the original position through a source map
concat-map
concatenative mapdashery
@jridgewell/gen-mapping
Generate source maps
side-channel
Store information about any JS value in a side channel. Uses WeakMap if available.
p-map
Map over promises concurrently
@ampproject/remapping
Remap sequential sourcemaps through transformations to point at the original source code
side-channel-weakmap
Store information about any JS value in a side channel. Uses WeakMap if available.
which-collection
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
is-map
Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-set
Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-weakmap
Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
map-obj
Map object keys and values into a new object
is-weakset
Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
quick-lru
Simple “Least Recently Used” (LRU) cache
@jridgewell/source-map
Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API
camelcase-keys
Convert object keys to camel case
es-iterator-helpers
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
@alloc/quick-lru
Simple “Least Recently Used” (LRU) cache