{
  "_args": [
    [
      "rc-util@5.21.4",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "rc-util@5.21.4",
  "_id": "rc-util@5.21.4",
  "_inBundle": false,
  "_integrity": "sha512-rq11ap3NnOIdywFhcMQ9J7DXRJJ1c1Id1Hvr/1Dphr+5X75ERJBJybuh779DdurP4LJQqAhT6Aie0AjrBc5Vqw==",
  "_location": "/rc-util",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rc-util@5.21.4",
    "name": "rc-util",
    "escapedName": "rc-util",
    "rawSpec": "5.21.4",
    "saveSpec": null,
    "fetchSpec": "5.21.4"
  },
  "_requiredBy": [
    "/@ant-design/icons",
    "/antd",
    "/rc-align",
    "/rc-cascader",
    "/rc-collapse",
    "/rc-dialog",
    "/rc-drawer",
    "/rc-dropdown",
    "/rc-field-form",
    "/rc-image",
    "/rc-input",
    "/rc-input-number",
    "/rc-mentions",
    "/rc-menu",
    "/rc-motion",
    "/rc-notification",
    "/rc-overflow",
    "/rc-picker",
    "/rc-progress",
    "/rc-rate",
    "/rc-resize-observer",
    "/rc-segmented",
    "/rc-select",
    "/rc-slider",
    "/rc-steps",
    "/rc-switch",
    "/rc-table",
    "/rc-tabs",
    "/rc-textarea",
    "/rc-tree",
    "/rc-tree-select",
    "/rc-trigger",
    "/rc-upload",
    "/rc-virtual-list"
  ],
  "_resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.21.4.tgz",
  "_spec": "5.21.4",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "bugs": {
    "url": "http://github.com/react-component/util/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.12.5",
    "react-is": "^16.12.0",
    "shallowequal": "^1.1.0"
  },
  "description": "Common Utils For React Component",
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.0.0",
    "@types/jest": "^25.2.3",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@types/shallowequal": "^1.1.1",
    "@types/warning": "^3.0.0",
    "@umijs/fabric": "^2.0.8",
    "coveralls": "^3.1.0",
    "create-react-class": "^15.6.3",
    "cross-env": "^7.0.2",
    "eslint": "^6.6.0",
    "father": "^2.14.0",
    "np": "^6.2.3",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "typescript": "^4.1.3"
  },
  "files": [
    "lib",
    "es"
  ],
  "homepage": "http://github.com/react-component/util",
  "keywords": [
    "react",
    "util"
  ],
  "license": "MIT",
  "name": "rc-util",
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/util.git"
  },
  "scripts": {
    "compile": "father build",
    "coverage": "father test --coverage && cat ./coverage/lcov.info | coveralls",
    "lint": "eslint src/ --ext .tsx,.ts & eslint tests/ --ext .js",
    "now-build": "father doc build --storybook",
    "prepublishOnly": "npm run compile && np --yolo --no-publish",
    "start": "cross-env NODE_ENV=development father doc dev --storybook",
    "test": "father test"
  },
  "version": "5.21.4"
}
