{
  "_args": [
    [
      "rc-menu@7.4.23",
      "G:\\dhcc-app-dll"
    ]
  ],
  "_from": "rc-menu@7.4.23",
  "_id": "rc-menu@7.4.23",
  "_inBundle": false,
  "_integrity": "sha512-d0pUMN0Zr3GCFxNpas8p7AUTeX8viItUOQXku4AsyX82ZzUz79HgGul2Nk17BIFTtLzqdB7/NT6WVb5PAOOILw==",
  "_location": "/rc-menu",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rc-menu@7.4.23",
    "name": "rc-menu",
    "escapedName": "rc-menu",
    "rawSpec": "7.4.23",
    "saveSpec": null,
    "fetchSpec": "7.4.23"
  },
  "_requiredBy": [
    "/antd",
    "/rc-mentions",
    "/rc-select"
  ],
  "_resolved": "https://registry.npmjs.org/rc-menu/-/rc-menu-7.4.23.tgz",
  "_spec": "7.4.23",
  "_where": "G:\\dhcc-app-dll",
  "bugs": {
    "url": "http://github.com/react-component/menu/issues"
  },
  "config": {
    "port": 8010
  },
  "dependencies": {
    "babel-runtime": "6.x",
    "classnames": "2.x",
    "dom-scroll-into-view": "1.x",
    "ismobilejs": "^0.5.1",
    "mini-store": "^2.0.0",
    "mutationobserver-shim": "^0.3.2",
    "prop-types": "^15.5.6",
    "rc-animate": "2.x",
    "rc-trigger": "^2.3.0",
    "rc-util": "^4.1.0",
    "resize-observer-polyfill": "^1.5.0"
  },
  "description": "menu ui component for react",
  "devDependencies": {
    "coveralls": "^3.0.2",
    "enzyme": "^3.0.0",
    "enzyme-adapter-react-16": "^1.0.2",
    "enzyme-to-json": "^3.0.1",
    "jest": "^21.0.0",
    "pre-commit": "1.x",
    "rc-tools": "7.x",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-test-renderer": "^16.0.0",
    "rmc-tools": "^0.0.4"
  },
  "files": [
    "es",
    "lib",
    "assets/*.css"
  ],
  "homepage": "http://github.com/react-component/menu",
  "jest": {
    "setupFiles": [
      "./tests/setup.js"
    ],
    "collectCoverageFrom": [
      "src/**/*"
    ],
    "snapshotSerializers": [
      "enzyme-to-json/serializer"
    ],
    "transform": {
      "\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
    }
  },
  "keywords": [
    "react",
    "react-component",
    "menu",
    "ui",
    "react-menu"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "maintainers": [
    {
      "name": "yiminghe@gmail.com"
    },
    {
      "name": "hualei5280@gmail.com"
    }
  ],
  "module": "./es/index",
  "name": "rc-menu",
  "pre-commit": [
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/menu.git"
  },
  "scripts": {
    "build": "rc-tools run build",
    "compile": "rc-tools run compile --babel-runtime",
    "coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
    "gh-pages": "rc-tools run gh-pages",
    "lint": "rc-tools run lint",
    "lint:fix": "rc-tools run lint --fix",
    "prepublish": "rc-tools run guard",
    "pub": "rc-tools run pub --babel-runtime",
    "start": "rc-tools run server",
    "start:preact": "DEMO_ENV=preact rmc-tools run server",
    "test": "jest"
  },
  "version": "7.4.23"
}
