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
human-signals
Human-friendly process signals
@babel/parser
A JavaScript parser
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
espree
An Esprima-compatible JavaScript parser built on Acorn
gopd
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
es-define-property
`Object.defineProperty`, but not IE 8's broken one.
hasown
A robust, ES3 compatible, "has own property" predicate.
diff
A JavaScript text diff implementation.
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.
has-tostringtag
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
call-bind
Robustly `.call.bind()` a function
esprima
ECMAScript parsing infrastructure for multipurpose analysis
eslint
An AST-based pattern checker for JavaScript.
es-object-atoms
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
es-errors
A simple cache for a few of the JS Error constructors.
@typescript-eslint/parser
An ESLint custom parser which leverages TypeScript ESTree