112 lines
2.8 KiB
JSON
112 lines
2.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"rc-menu@7.5.5",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "rc-menu@7.5.5",
|
|
"_id": "rc-menu@7.5.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-4YJXJgrpUGEA1rMftXN7bDhrV5rPB8oBJoHqT+GVXtIWCanfQxEnM3fmhHQhatL59JoAFMZhJaNzhJIk4FUWCQ==",
|
|
"_location": "/rc-menu",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "rc-menu@7.5.5",
|
|
"name": "rc-menu",
|
|
"escapedName": "rc-menu",
|
|
"rawSpec": "7.5.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "7.5.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/antd",
|
|
"/antd/rc-select",
|
|
"/rc-mentions",
|
|
"/rc-select"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rc-menu/-/rc-menu-7.5.5.tgz",
|
|
"_spec": "7.5.5",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"bugs": {
|
|
"url": "http://github.com/react-component/menu/issues"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "2.x",
|
|
"dom-scroll-into-view": "1.x",
|
|
"mini-store": "^2.0.0",
|
|
"mutationobserver-shim": "^0.3.2",
|
|
"rc-animate": "^2.10.1",
|
|
"rc-trigger": "^2.3.0",
|
|
"rc-util": "^4.13.0",
|
|
"resize-observer-polyfill": "^1.5.0",
|
|
"shallowequal": "^1.1.0"
|
|
},
|
|
"description": "menu ui component for react",
|
|
"devDependencies": {
|
|
"@types/jest": "^24.0.18",
|
|
"@types/react": "^16.8.19",
|
|
"@types/react-dom": "^16.8.4",
|
|
"@types/warning": "^3.0.0",
|
|
"cross-env": "^6.0.0",
|
|
"css-animation": "^2.0.4",
|
|
"enzyme": "^3.3.0",
|
|
"enzyme-adapter-react-16": "^1.0.2",
|
|
"enzyme-to-json": "^3.4.0",
|
|
"father": "^2.22.0",
|
|
"less": "^3.10.3",
|
|
"np": "^5.0.3",
|
|
"prop-types": "^15.5.6",
|
|
"react": "^16.9.0",
|
|
"react-dom": "^16.9.0",
|
|
"typescript": "^3.5.2"
|
|
},
|
|
"files": [
|
|
"es",
|
|
"lib",
|
|
"assets/*.css",
|
|
"assets/*.less"
|
|
],
|
|
"homepage": "http://github.com/react-component/menu",
|
|
"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",
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/react-component/menu.git"
|
|
},
|
|
"scripts": {
|
|
"build": "father doc build --storybook",
|
|
"compile": "father build && lessc assets/index.less assets/index.css",
|
|
"coverage": "father test --coverage",
|
|
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
|
|
"now-build": "npm run build",
|
|
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch",
|
|
"start": "cross-env NODE_ENV=development father doc dev --storybook",
|
|
"test": "father test"
|
|
},
|
|
"version": "7.5.5"
|
|
}
|