Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
function-bind
Implementation of Function.prototype.bind
object-assign
ES2015 `Object.assign()` ponyfill
path-parse
Node.js path.parse() ponyfill
regexp.prototype.flags
ES6 spec-compliant RegExp.prototype.flags shim.
p-try
`Start a promise chain
array-buffer-byte-length
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
string.prototype.trim
ES5 spec-compliant shim for String.prototype.trim
object.assign
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
arraybuffer.prototype.slice
ES spec-compliant shim for ArrayBuffer.prototype.slice
object-keys
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
array.prototype.flat
An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.
core-js
Standard library
set-blocking
set blocking stdio and stderr ensuring that terminal output does not truncate
globalthis
ECMAScript spec-compliant polyfill/shim for `globalThis`
function.prototype.name
An ES2015 spec-compliant `Function.prototype.name` shim
array.prototype.findlastindex
An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.
object.fromentries
ES proposal-spec-compliant Object.fromEntries shim.
object.values
ES2017 spec-compliant Object.values shim.
require-main-filename
shim for require.main.filename() that works in as many environments as possible
object-is
ES2015-compliant shim for Object.is - differentiates between -0 and +0