npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "BigInt" 的结果(共 14 个)
@babel/plugin-syntax-bigint

Allow parsing of BigInt literals

MIT
jsbi

JSBI is a pure-JavaScript implementation of [the ECMAScript BigInt proposal](https://tc39.es/proposal-bigint/), which officially became a part of the JavaScript language in ES2020.

Apache-2.0
ip-bigint

Convert IPv4 and IPv6 addresses to and from BigInt

BSD-2-Clause
eslint-plugin-no-bigint-usage

Simple eslint plugin to disallow the use of bigint literals (that might break on older JS engines)

acorn-bigint

Support for BigInt in acorn

MIT
json-with-bigint

JS library that allows you to easily serialize and deserialize data with BigInt values

MIT
@panva/asn1.js

ASN.1 encoder and decoder for Node.js with no dependencies (fork of asn1.js using native BigInt)

MIT
convert-hrtime

Convert the result of `process.hrtime.bigint()` to seconds, milliseconds, nanoseconds

MIT
json-bigint

JSON.parse with bigints support

MIT
graphql-bigint

A 53-bit wide implementation of integers for GraphQL

MIT
has-bigints

Determine if the JS environment has BigInt support.

MIT
is-bigint

Is this value an ES BigInt?

MIT
big-number

Light, ultra-fast javascript implementation for BigIntegers (base arithmetic operations)

MIT
bigdecimal

Arbitrary-precision BigInteger and BigDecimal real numbers: Apache Harmony's implementation