{
  "_from": "rc-rate@~2.9.0",
  "_id": "rc-rate@2.9.2",
  "_inBundle": false,
  "_integrity": "sha512-SaiZFyN8pe0Fgphv8t3+kidlej+cq/EALkAJAc3A0w0XcPaH2L1aggM8bhe1u6GAGuQNAoFvTLjw4qLPGRKV5g==",
  "_location": "/rc-rate",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-rate@~2.9.0",
    "name": "rc-rate",
    "escapedName": "rc-rate",
    "rawSpec": "~2.9.0",
    "saveSpec": null,
    "fetchSpec": "~2.9.0"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-rate/-/rc-rate-2.9.2.tgz",
  "_shasum": "4a58965d1ecf91896ebae01d458b59056df0b4ea",
  "_spec": "rc-rate@~2.9.0",
  "_where": "/home/smartsensero/public_html/mvp-frontend/front-end/node_modules/antd",
  "bugs": {
    "url": "https://github.com/react-component/rate/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "classnames": "^2.2.5",
    "rc-util": "^5.0.1"
  },
  "deprecated": false,
  "description": "React Star Rate Component",
  "devDependencies": {
    "@types/classnames": "^2.2.9",
    "@types/jest": "^26.0.0",
    "@types/react": "^16.9.2",
    "@types/react-dom": "^16.9.0",
    "@umijs/fabric": "^2.0.0",
    "cross-env": "^7.0.0",
    "dumi": "^1.1.0",
    "enzyme": "^3.1.1",
    "enzyme-adapter-react-16": "^1.0.1",
    "enzyme-to-json": "^3.1.2",
    "eslint": "^7.1.0",
    "father": "^2.22.0",
    "father-build": "^1.18.6",
    "gh-pages": "^3.1.0",
    "less": "^3.0.0",
    "np": "^7.0.0",
    "rc-tooltip": "^5.0.1",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "typescript": "^4.0.5"
  },
  "engines": {
    "node": ">=8.x"
  },
  "files": [
    "lib",
    "es",
    "assets/*.css"
  ],
  "homepage": "https://github.com/react-component/rate",
  "keywords": [
    "react",
    "react-component",
    "react-rate",
    "rate"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-rate",
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-component/rate.git"
  },
  "scripts": {
    "compile": "father build && lessc assets/index.less assets/index.css",
    "coverage": "father test --coverage",
    "docs:build": "dumi build",
    "docs:deploy": "gh-pages -d .doc",
    "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
    "now-build": "npm run docs:build",
    "postpublish": "npm run gh-pages",
    "prepublishOnly": "npm run compile && np --yolo --no-publish",
    "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
    "start": "dumi dev",
    "test": "father test"
  },
  "version": "2.9.2"
}
