{
  "_args": [
    [
      "rc-dropdown@3.5.2",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "rc-dropdown@3.5.2",
  "_id": "rc-dropdown@3.5.2",
  "_inBundle": false,
  "_integrity": "sha512-Ty4LsXjkspZuFJSRx3blCLLCDicXM5qds6F1odgEa+jcjC+OJKHQGnvE4FqtoljPaqWm4wG78pbgXH6Ddh2DkA==",
  "_location": "/rc-dropdown",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rc-dropdown@3.5.2",
    "name": "rc-dropdown",
    "escapedName": "rc-dropdown",
    "rawSpec": "3.5.2",
    "saveSpec": null,
    "fetchSpec": "3.5.2"
  },
  "_requiredBy": [
    "/antd",
    "/rc-tabs"
  ],
  "_resolved": "https://registry.npmjs.org/rc-dropdown/-/rc-dropdown-3.5.2.tgz",
  "_spec": "3.5.2",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "bugs": {
    "url": "http://github.com/react-component/dropdown/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "classnames": "^2.2.6",
    "rc-trigger": "^5.0.4",
    "rc-util": "^5.17.0"
  },
  "description": "dropdown ui component for react",
  "devDependencies": {
    "@types/classnames": "^2.2.6",
    "@types/enzyme": "^3.1.15",
    "@types/jest": "^26.0.12",
    "@types/react": "^16.8.19",
    "@types/react-dom": "^16.8.4",
    "@types/warning": "^3.0.0",
    "cross-env": "^7.0.0",
    "dumi": "^1.1.38",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.0.2",
    "enzyme-to-json": "^3.4.0",
    "father": "^2.13.2",
    "jquery": "^3.3.1",
    "less": "^3.11.1",
    "np": "^6.0.0",
    "rc-menu": "^9.5.2",
    "react": "^16.11.0",
    "react-dom": "^16.11.0",
    "typescript": "^4.0.2"
  },
  "files": [
    "lib",
    "es",
    "assets/*.css"
  ],
  "homepage": "http://github.com/react-component/dropdown",
  "keywords": [
    "react",
    "react-dropdown"
  ],
  "license": "MIT",
  "main": "lib/index",
  "maintainers": [
    {
      "name": "yiminghe@gmail.com"
    },
    {
      "name": "hualei5280@gmail.com"
    }
  ],
  "module": "./es/index",
  "name": "rc-dropdown",
  "peerDependencies": {
    "react": ">=16.11.0",
    "react-dom": ">=16.11.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/dropdown.git"
  },
  "scripts": {
    "build": "dumi build",
    "compile": "father build && lessc assets/index.less assets/index.css",
    "coverage": "father test --coverage",
    "lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
    "now-build": "npm run build",
    "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch",
    "start": "dumi dev",
    "test": "father test"
  },
  "version": "3.5.2"
}
