|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "decimal.js",
|
|---|
| 3 | "description": "An arbitrary-precision Decimal type for JavaScript.",
|
|---|
| 4 | "version": "10.6.0",
|
|---|
| 5 | "keywords": [
|
|---|
| 6 | "arbitrary",
|
|---|
| 7 | "precision",
|
|---|
| 8 | "arithmetic",
|
|---|
| 9 | "big",
|
|---|
| 10 | "number",
|
|---|
| 11 | "decimal",
|
|---|
| 12 | "float",
|
|---|
| 13 | "biginteger",
|
|---|
| 14 | "bigdecimal",
|
|---|
| 15 | "bignumber",
|
|---|
| 16 | "bigint",
|
|---|
| 17 | "bignum"
|
|---|
| 18 | ],
|
|---|
| 19 | "repository" : {
|
|---|
| 20 | "type": "git",
|
|---|
| 21 | "url": "https://github.com/MikeMcl/decimal.js.git"
|
|---|
| 22 | },
|
|---|
| 23 | "main": "decimal",
|
|---|
| 24 | "module": "decimal.mjs",
|
|---|
| 25 | "browser": "decimal.js",
|
|---|
| 26 | "exports": {
|
|---|
| 27 | ".": {
|
|---|
| 28 | "types": "./decimal.d.ts",
|
|---|
| 29 | "import": "./decimal.mjs",
|
|---|
| 30 | "require": "./decimal.js"
|
|---|
| 31 | },
|
|---|
| 32 | "./decimal.mjs": "./decimal.mjs",
|
|---|
| 33 | "./decimal.js": "./decimal.js",
|
|---|
| 34 | "./package.json": "./package.json",
|
|---|
| 35 | "./decimal": {
|
|---|
| 36 | "types": "./decimal.d.ts",
|
|---|
| 37 | "import": "./decimal.mjs",
|
|---|
| 38 | "require": "./decimal.js"
|
|---|
| 39 | }
|
|---|
| 40 | },
|
|---|
| 41 | "author": {
|
|---|
| 42 | "name": "Michael Mclaughlin",
|
|---|
| 43 | "email": "M8ch88l@gmail.com"
|
|---|
| 44 | },
|
|---|
| 45 | "license": "MIT",
|
|---|
| 46 | "scripts": {
|
|---|
| 47 | "test": "node ./test/test.js"
|
|---|
| 48 | },
|
|---|
| 49 | "types": "decimal.d.ts",
|
|---|
| 50 | "files": [
|
|---|
| 51 | "decimal.js",
|
|---|
| 52 | "decimal.mjs",
|
|---|
| 53 | "decimal.d.ts"
|
|---|
| 54 | ]
|
|---|
| 55 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.