Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
unpack-string
Unpacks the content found within a text, delimited by an opening char and a closing char, e.g., 'Can extract (only the content found here within these parentheses)'
exact-math
The exact-math is a set of methods for addition, subtraction, multiplication, division, rounding, ceiling, flooring and powering calculations. It can be used with big number as it handles the floating point problem.
disable-regexp-capture
convert group to non-capturing-group: `(.+)` -> `(?:.+)`
paren
a simple nested group parser
eslint-plugin-arrowsmith
Disallow arrow functions with block parentheses where they are not needed.
textlint-rule-zh-half-and-full-width-bracket
textlint rule for checking full-width or half-width bracket in Chinese text
@daiyam/balanced-pairs
Find your brackets and quotes in pairs
@yikes2000/prettier-plugin-preserve-line
A Prettier plugin for preserving lines.
is-balanced
Check if a string/text has balanced character or word pairs, e.g. '(', ')' or 'if', 'end'
no-paren
Functions without parentheses
@yikes2000/prettier-plugin-align-object-properties
A Prettier plugin that aligns properties of object literals.
strip-outer-parens
Strip pairs of outermost brackets (custom, round, curly, angle, braces, parens, chevrons).
@hyper.fun/tabler-parentheses
π https://hyper.fun/c/tabler-parentheses/1.3.0
babel-plugin-syntax-no-paren
Allows parentheses to be omitted in javascript 'if', 'while' and 'for'(each) statements
@phoenix-plugin-registry/dag0310.tab-out
Use the Tab key to skip any character.
textlint-rule-various-nested-pairs
textlint rule for checking nested pairs
eslint-plugin-omit-unnecessary
ESLint plugin to omit unnecessary parentheses and brackets