1{ 2 "name": "@ohos/decimal.js", 3 "description": "An arbitary-precision Decimal type for JavaScript.", 4 "version": "10.4.3", 5 "license": "MIT", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/decimal.js" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "LICENSE", 13 "component": { 14 "name": "decimal.js", 15 "subsystem": "thirdparty", 16 "syscap": [], 17 "features": [], 18 "adapted_system_type": [ 19 "standard" 20 ], 21 "rom": "", 22 "ram": "", 23 "deps": { 24 "components": [ 25 "napi" 26 ], 27 "third_party": [] 28 }, 29 "build": { 30 "sub_component": ["//third_party/decimal.js:decimal"], 31 "inner_kits": [], 32 "test": [] 33 } 34 } 35}