{
  "_from": "rc-checkbox@~3.0.0",
  "_id": "rc-checkbox@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-k7nxDWxYF+jDI0ZcCvuvj71xONmWRVe5+1MKcERRR9MRyP3tZ69b+yUCSXXh+sik4/Hc9P5wHr2nnUoGS2zBjA==",
  "_location": "/rc-checkbox",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-checkbox@~3.0.0",
    "name": "rc-checkbox",
    "escapedName": "rc-checkbox",
    "rawSpec": "~3.0.0",
    "saveSpec": null,
    "fetchSpec": "~3.0.0"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-checkbox/-/rc-checkbox-3.0.1.tgz",
  "_shasum": "f978771329be339d479cd81465eb2e2f8c82bc87",
  "_spec": "rc-checkbox@~3.0.0",
  "_where": "/home/smartsensero/public_html/alpha-frontend/front-end/node_modules/antd",
  "bugs": {
    "url": "http://github.com/react-component/checkbox/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "classnames": "^2.3.2",
    "rc-util": "^5.25.2"
  },
  "deprecated": false,
  "description": "checkbox ui component for react",
  "devDependencies": {
    "@rc-component/father-plugin": "^1.0.1",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0 ",
    "@testing-library/user-event": "^14.4.3",
    "@types/classnames": "^2.3.1",
    "@types/jest": "^29.2.4",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.9",
    "@umijs/fabric": "^3.0.0",
    "@umijs/test": "^4.0.34",
    "coveralls": "^3.0.6",
    "dumi": "^2.0.12",
    "eslint": "^7.0.0",
    "father": "^4.1.1",
    "husky": "8.0.2",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "less": "^3.11.1",
    "lint-staged": "^13.1.0",
    "np": "^6.2.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.4"
  },
  "files": [
    "assets/*.css",
    "es",
    "lib"
  ],
  "homepage": "http://github.com/react-component/checkbox",
  "keywords": [
    "react",
    "react-component",
    "react-checkbox",
    "checkbox"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,jsx,less,md,json}": [
      "prettier --write"
    ],
    "*.ts?(x)": [
      "prettier --parser=typescript --write"
    ]
  },
  "main": "lib/index.js",
  "module": "es/index.js",
  "name": "rc-checkbox",
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/checkbox.git"
  },
  "scripts": {
    "build": "dumi build",
    "compile": "father build && lessc assets/index.less assets/index.css",
    "coverage": "jest --coverage",
    "gh-pages": "npm run build && father doc deploy -d .docs",
    "lint": "eslint src/ --ext .tsx,.ts",
    "prepare": "husky install && dumi setup",
    "prepublishOnly": "npm run compile && np --yolo --no-publish",
    "start": "dumi dev",
    "test": "jest"
  },
  "typings": "es/index.d.ts",
  "version": "3.0.1"
}
