Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
tslib
Runtime library for TypeScript helper functions
jsesc
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
typescript
TypeScript is a language for application scale JavaScript development
@babel/parser
A JavaScript parser
human-signals
Human-friendly process signals
get-intrinsic
Get and robustly cache all JS language-level intrinsics at first require time
@typescript-eslint/typescript-estree
A parser that converts TypeScript source code into an ESTree compatible form
gopd
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
hasown
A robust, ES3 compatible, "has own property" predicate.
diff
A JavaScript text diff implementation.
espree
An Esprima-compatible JavaScript parser built on Acorn
es-define-property
`Object.defineProperty`, but not IE 8's broken one.
call-bind
Robustly `.call.bind()` a function
prelude-ls
prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.
eslint
An AST-based pattern checker for JavaScript.
has-tostringtag
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
esprima
ECMAScript parsing infrastructure for multipurpose analysis
es-object-atoms
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
@typescript-eslint/parser
An ESLint custom parser which leverages TypeScript ESTree
es-errors
A simple cache for a few of the JS Error constructors.