rc-menu-rtl
Version:
rtl menu ui component for react
117 lines (116 loc) • 2.98 kB
JSON
{
"_from": "rc-menu-rtl@~7.4.12",
"_id": "rc-menu-rtl@7.4.20",
"_inBundle": false,
"_integrity": "sha512-ONhgwlfuoJTm09KeUq+J+rtAEPPN/tYo2RXQN3Sr/PKPPKw6+5ltP9RReHkPOWQEd3kypOcL0VpRJrk4B+M5Rg==",
"_location": "/rc-menu-rtl",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-menu-rtl@~7.4.12",
"name": "rc-menu-rtl",
"escapedName": "rc-menu-rtl",
"rawSpec": "~7.4.12",
"saveSpec": null,
"fetchSpec": "~7.4.12"
},
"_requiredBy": [
"/antd-rtl",
"/rc-select"
],
"_resolved": "https://registry.npmjs.org/rc-menu-rtl/-/rc-menu-rtl-7.4.20.tgz",
"_shasum": "5c322d330142c465d240d8da7d4206a2a329096c",
"_spec": "rc-menu-rtl@~7.4.12",
"_where": "/home/bahman/Documents/Work/Projects/2018/Toos/Code/web-client/node_modules/antd-rtl",
"bugs": {
"url": "http://github.com/react-component/menu/issues"
},
"bundleDependencies": false,
"config": {
"port": 8010
},
"dependencies": {
"babel-runtime": "6.x",
"classnames": "2.x",
"dom-scroll-into-view": "1.x",
"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"
},
"deprecated": false,
"description": "rtl menu ui component for react",
"devDependencies": {
"coveralls": "^2.11.15",
"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.2"
},
"files": [
"es"
],
"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": "./es/index",
"maintainers": [
{
"name": "yiminghe@gmail.com"
},
{
"name": "hualei5280@gmail.com"
}
],
"module": "./es/index",
"name": "rc-menu-rtl",
"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",
"start": "rc-tools run server",
"start:preact": "DEMO_ENV=preact rmc-tools run server",
"test": "jest"
},
"version": "7.4.20"
}