Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
strip-ansi
Strip ANSI escape codes from a string
rimraf
A deep deletion module for node (like `rm -rf`)
fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
strip-final-newline
Strip the final newline character from a string or Uint8Array
strip-json-comments
Strip comments from JSON. Lets you use comments in your JSON files!
strip-bom
Strip UTF-8 byte order mark (BOM) from a string
array-union
Create an array of unique values, in order, from the input arrays
redent
Strip redundant indentation and indent the string
strip-indent
Strip leading whitespace from each line in a string
pnpm
Fast, disk space efficient package manager
unset-value
Delete nested properties from an object using dot notation.
trim-newlines
Trim newlines from the start and/or end of a string
del
Delete files and directories
remove-trailing-separator
Removes separators from the end of the string.
array-uniq
Create an array without duplicates
strip-outer
Strip a substring from the start/end of a string
unist-util-remove-position
unist utility to remove positions from a tree
strip-comments
Strip line and/or block comments from a string. Blazing fast, and works with JavaScript, Sass, CSS, Less.js, and a number of other languages.
uniq
Removes duplicates from a sorted array in place
trim-repeated
Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz