Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
has-bigints
Determine if the JS environment has BigInt support.
json-source-map
Parse/stringify JSON and provide source-map for JSON-pointers to all nodes
@solana/fast-stable-stringify
Deterministic stringification for when performance and bundle size matters
bigint-crypto-utils
Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt
bigint-mod-arith
Some common functions for modular arithmetic using native JS implementation of BigInt
bigint-conversion
Convert to/from BigInt from/to Buffer, ArrayBuffer, hex string, utf8-encoded text string.
json-with-bigint
JS library that allows you to easily serialize and deserialize data with BigInt values
jsonc-source-map
Parse/stringify JSON and provide source-map for JSON-pointers to all nodes
bigjs
A big integer library for JS, based on Leemon, with focus on prime numbers and cryptography
bigint-gcd
greater common divisor (gcd) of two BigInt values using Lehmer's GCD algorithm
bi-fraction
A fraction number abstraction for working with numbers in Javascript.
json-extension
Json Extension
jisg
Implementations of select OEIS integer sequences in JavaScript.
@awsless/json
The `@awsless/json` package adds support for more JavaScript native types to JSON.
bigint-base62
BigInt base62 codec
json-bn
JSON.parse with BitInt support in ESM and CJS.
lazy-matrix
Lazy-Matrix is a lightweight, intuitive JavaScript library for generating, modifying, and performing operations on matrices. Designed for the 'lazy programmer', it simplifies working with 2D arrays by allowing you to mix Numbers, Floats, and BigInts in a
json22
JSON superset with an ability to deal with classes and extended support for number values
@andersgee/jsone
json stringify/parse that also handles Date, BigInt, TypedArray
node-bigint
A C++ node.js module which exports a BigInt class to do high precision integer calculation.