{
  "_from": "@rc-component/mini-decimal@^1.0.1",
  "_id": "@rc-component/mini-decimal@1.1.4",
  "_inBundle": false,
  "_integrity": "sha512-xiuXcaCwyOWpD8a8scdExFl+bntNphAW8XeenL1ig2en0AAZY0Pcp4pC0dI22qJ+NvxKn9RoNIoRdqYU3BLH4w==",
  "_location": "/@rc-component/mini-decimal",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@rc-component/mini-decimal@^1.0.1",
    "name": "@rc-component/mini-decimal",
    "escapedName": "@rc-component%2fmini-decimal",
    "scope": "@rc-component",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/rc-input-number"
  ],
  "_resolved": "https://registry.npmjs.org/@rc-component/mini-decimal/-/mini-decimal-1.1.4.tgz",
  "_shasum": "36bccedbffb54662ba314a26f63910414f48bc44",
  "_spec": "@rc-component/mini-decimal@^1.0.1",
  "_where": "/var/www/html/prod/amplitech-react-js/node_modules/rc-input-number",
  "author": {
    "name": "smith3816@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/react-component/mini-decimal/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.18.0"
  },
  "deprecated": false,
  "description": "Lite lib to only support decimal add calculation",
  "devDependencies": {
    "@rc-component/father-plugin": "^2.2.0",
    "@rc-component/np": "^1.0.4",
    "@testing-library/jest-dom": "^6.1.5",
    "@testing-library/react": "^16.1.0",
    "@types/jest": "^29.5.12",
    "@types/node": "^22.1.0",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "@umijs/fabric": "^4.0.1",
    "dumi": "^2.3.8",
    "eslint": "^8.57.0",
    "father": "^4.4.4",
    "gh-pages": "^6.1.1",
    "prettier": "^3.3.3",
    "rc-test": "^7.0.15",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "typescript": "^5.4.5"
  },
  "engines": {
    "node": ">=8.x"
  },
  "files": [
    "lib",
    "es"
  ],
  "homepage": "https://github.com/react-component/mini-decimal",
  "keywords": [
    "decimal"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "@rc-component/mini-decimal",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-component/mini-decimal.git"
  },
  "scripts": {
    "compile": "father build",
    "coverage": "rc-test --coverage",
    "deploy": "npm run docs:build && npm run docs:deploy",
    "docs:build": "dumi build",
    "docs:deploy": "gh-pages -d dist",
    "lint": "eslint src/ --ext .tsx,.ts",
    "lint:tsc": "tsc -p tsconfig.json --noEmit",
    "now-build": "npm run docs:build",
    "prepublishOnly": "npm run compile && rc-np",
    "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
    "start": "dumi dev",
    "test": "rc-test",
    "watch": "father dev"
  },
  "typings": "es/index.d.ts",
  "version": "1.1.4"
}
