{"_id":"choerodon-ui","_rev":"211-0dfc21dcb9852ffd53917168124825a4","name":"choerodon-ui","dist-tags":{"latest":"1.6.7"},"versions":{"0.2.0":{"name":"choerodon-ui","version":"0.2.0","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.2.0","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"a0cbf03e4d4158ec485a7e414fbac46062a75ac4","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.2.0.tgz","fileCount":2487,"integrity":"sha512-H3XU3oMR2YR1pI/VJ/FE1uHjnKQ3kpsIFLkv9oFAt1/J5+IGL4PFVhtQpnevpP26wYzOo6jnONlvhgqrwSSujg==","signatures":[{"sig":"MEUCIHktiIc6oDXPyTj4rNRajV5HtMK5r6qf23f5QlxpxM/+AiEAw1dL8Lj7VPsOf0LSDiW14tnM5wbjWRbt0fAwPlu3yRA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42588445,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa/ux5CRA9TVsSAnZWagAA31kP/iUa0s7ozBIO/M7g15Dg\n6i9sWIM1F2OWQI8Yl1iM9f5T/jZeURyBsJRLcOdcV3Tpwwg5NNqlG5Rmr6gZ\n7P6AglXoIVOvV/phEmeNrqwunMDbU1zbB57SA+OlRbVvWLcbRT2Fnilz/vHW\njmTGYdwFWj/HvzHytrWFmuOkv2tmcdJcKdPeYrFbisADQWyM6WfbOF+gX8fG\niJL+xwCjvHisJv+M83IG6DVZHfKg9e5fKbeGjAJvo70EtU8w5ldeZmN4SFHL\n5SyzSTD6TzPubMFP+tDEnqj+BhST0YOQlYYsDBkyPc9gOwaPSYSgN7/AMnA+\nEq3R2OnAkXftjnP5WlXwVD04hTKOlTFB0IzfWktxANfvt4h8bgA3YrE42v2R\n/3IR/xT8/HSUJlOlPx3BrmCrpHQpnQsXnIhZESHkduFQ/7R8IGAxuU/J/RmH\novtEAZjTVmi927dOuoDIJUWnc8B/Ov1fg1ZtfnBVZiVVrPPz2U2lLoIU1geg\nTywnWHZoH0RMDPHqZ8fTHSIBZyZ15+iIRQUetI/F6IT0ifrGyr1r/oSDGPAa\nflE94Jos0PE+KEyKB3uQnUxiXGs9HXbkoctu0mofyZ0O313vK3qlkp04EPGq\nG2UTwwUdPH0a/sVkkfTWc7Ve47lPHdRfCy12E//YzJXWHL0TkPF1KCmrJgSO\nNIch\r\n=paTu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","_from":".","files":["dist","lib","es"],"title":"Choerodon UI","module":"es/index.js","_shasum":"a0cbf03e4d4158ec485a7e414fbac46062a75ac4","gitHead":"fd255200f5bce09faf3edbb6dcabf56a732cb097","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"4.2.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"7.10.1","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-drawer-menu":"^0.5.3","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"7.7.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.2.0_1526656119819_0.9733401088863112","host":"s3://npm-registry-packages"}},"0.1.11":{"name":"choerodon-ui","version":"0.1.11","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.1.11","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"9e0271a75be397ecd1b4916210f89f3a8ea2b6e8","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.1.11.tgz","fileCount":2487,"integrity":"sha512-CKClnYT7u8a8HpYm+mxU/Gy8cN7AYB3NkW7PpgEsyIcq0YlZl5PcSxIWr+zajgGk3+Tb4VFz4oL3HtAImndTqA==","signatures":[{"sig":"MEQCIHdS6YrRnjOpPg1P7g5DxLsjRtfr//TfvI3TLLaAXteVAiBK7a15Y31t8yldYyhlwCZ17l2IfGfJlDoxoFP5X0dm/A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42932267,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa/6d8CRA9TVsSAnZWagAAXJEP/RWOjISBeLJRJfNtXzXm\nxHmxY52Dy/dw2Ia7auTDQx4t61lAg3cjPiJOjOHTKFTEZN3WaeRmRIjcC4wM\nXlU6z9xEPKoNFjLirUlmPlSKwiv1atEGVoskkEx5v6NFKlvwnPPAEJjpAjBP\n2mfSE55bwUCBPoan5nLJO+yc1vnULoNDUX5f/d+l4Mb1qm0gyMbgYEmap+Kf\nVkPJKcct+PMOl+Tts6A6KGQTTOMZcQwEoXe3OVZtBDLWIqkJppEwWsRgddO0\np9+SIpQXqv6j2vy2OIxLe3bhY/DYwU0ARE04My8eUZE1dBCabkYGCkGmE1WW\nCJ1wNvoN0tvHhk+WIbwvNWBFL8foHIONTY9Ni8wQAVgnO7fVI17GITyExLVl\nlHS4FXqr1Xzn6JPIvC3S8p4TLtHOfp9ZXfshDVaQ6R7l8UX+Maa11phrkXFq\nd8ckgljB/z894zg5LSDJ6SAYJub9xKoSz5l9ECjIjoEmQZeJuVi03oaO7cip\n99JtvjJn+/Lr92WDUvG215y+zGmTuCX5WKrXukBDeyPeqLHDV5/GdW6WQa1T\nZQF49j5QNIgvHOKXA1XWfFjaTigIWpICNOVVIej3LsDcR965MKHHzQgD7I3L\n+QzBmy5rQxalAtm1AY15TShKnpnRhxvC3nbGRuDDabpxBIBgJjA6q51Ct3/o\naOLE\r\n=ZRjZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","_from":".","files":["dist","lib","es"],"title":"Choerodon UI","module":"es/index.js","_shasum":"9e0271a75be397ecd1b4916210f89f3a8ea2b6e8","gitHead":"f03bd7d622a99c13709ac67d4dcfddd121a455ec","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"4.2.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"7.10.1","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-drawer-menu":"^0.5.3","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"7.7.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.1.11_1526703995504_0.24893660846756727","host":"s3://npm-registry-packages"}},"0.2.1":{"name":"choerodon-ui","version":"0.2.1","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.2.1","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"526a412c3cdc88fad8b3351aedb3910de08e1760","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.2.1.tgz","fileCount":2487,"integrity":"sha512-MarVDq5DJ017uIGjggVcS8GhDdgQsrBhgFvAl5/DZGF6ysElIi8zWxmvvOWQHMshpu6d09p+Hm4Z7axnpk9ypg==","signatures":[{"sig":"MEYCIQCAgOE7xMKPeWF/G5twKmY2Tc7010AyTHuQ8g3a+aQGnAIhAKNhYtWlPJ5z7cvzTM2zZIqMcapk3vXktPVuxZ2Om6PD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43066663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbC/ZQCRA9TVsSAnZWagAA0GIP/3odLP/fvW7psnZzhZ0k\n4lFJU7hi/TuLbMIcJiORYm0h0dQu3Vfpd6pKzdRZ+S+TcD67NpkC4bGTzpKo\nz6HfcxI0LxmO7eEEUVFhlnvYM/U/XwZ1HozYjad+dG8oeRzrxcA3Dnc0IwV+\naSNb8rwCnHpFLsLWWXF1m4rm74CEyf/H3/QH+xM3Of8gkdp71ZVuUOZQjYWb\nX8A/Y6tNLc2Nib5Q591SWUJw07NwH4OBPXFW6tgJVaDrE8LjjG+NrTj23fqz\nJYX6DjLWg+KB0w31GhqGbOufRLTLm3zm+bQREC7G/mQYymuKmMbmzzTw4Suz\nDeLqyh7ogHm6Snjmd9zZq0G6JdnZeKt/jz3orHclfpWV9RzKHWvZUCjCXl0R\n/3pRstN1JW6CVjZXA5WGua7h0wYZVGBiC0zVsG+5s7I0aj2hzxe2WVrLmQ84\npH5tlb1cOdyydK19kD9LIvkpSkSql1QH/c2XpQZDo/GRtMBxCEBVVB3m9j7d\niwfMEAesxY+BqXXmexcypflCIZQ9nvSCzX+57E1bAyd7eRBcyb5vRASyjxMl\nWVSGDcFxilfMOcTvgkjjMwOK3jcAh/x6oOixvULwIQBXT5vveZ/qIYQZJpG0\n6Q6U0bVLYVEzbWB4dVHSAp7IrKz2a7Nig5MKfBroywhUmClUe5OANBCP45mp\natg1\r\n=jDGx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","_from":".","files":["dist","lib","es"],"title":"Choerodon UI","module":"es/index.js","_shasum":"526a412c3cdc88fad8b3351aedb3910de08e1760","gitHead":"3d287e2fce985655adc7d3fc20605f6b9d981d0e","scripts":{"pub":"antd-tools run pub","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","pre-publish":"npm run test-all && node ./scripts/prepub","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"3.10.10","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"6.10.3","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-drawer-menu":"^0.5.3","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"7.7.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.2.1_1527510606976_0.7018826283308712","host":"s3://npm-registry-packages"}},"0.2.2":{"name":"choerodon-ui","version":"0.2.2","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.2.2","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"029af0b342e74523dbe475e02994e1acc30d1e39","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.2.2.tgz","fileCount":2487,"integrity":"sha512-UjF3NEE0kDLIn9jUU2NidjXcUd5Wr0FjeU4/g95wBYEgb6v6rYZpIYMntUi8xE+u4yK9EcvR/ZvOlfHfwMQS2A==","signatures":[{"sig":"MEUCIH5Z4F1K9q0BOL5BbMruwYc2LDeBusNxoDyhuh8ceUVdAiEA++lU/GRWJuSFEPsrM44pRB5vKXrDZiY8tEbxHjzJ1O8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43074563,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbD74zCRA9TVsSAnZWagAACQEP/iUgRhxT5iN+bo+NtAq9\nMoo/4igSnCD1mIsPm53w2n7UldMC3aNu+3U8LCMIj4JAwtfdG3ZlFuXuIAxV\n2qfzDGR5S4FKa90RBehPN5gCyP+fEAuxFVnZdFBNp41qtmo74CmvAwN/BSmp\n5Cxxr7l5EUO1XxMV9G8vrIFyJHI5FD0I81DJ42c99q4gNQRbXPBy3pAfcU4E\n8smJ9/jo8E5Pm45v3jtvf/IPVjXLiETO2h9SXM4c1i44n20Aj24o2WyfSHo5\n7Kai2pYAdtlpauXPoYc3APNsJBQ+OM1zEpg+e28dZGVTQyEt4le+CWKYRQGz\nYYX2TMam3aavGN9Zpl5kZ0sZwbgi5VFiWIV3d+jGuHTCYswBDow2jE9r85ir\naSZpqgwp12uFyob4kmdbHerLCtxtmxlW2GBNrfR+zeayFO0E3pcGJYdr/ilk\njcVVs5jLNZ/XHZAI/S0CYe1VHG6g2jq4x7dhdLYo3Ld1pOnGVQSuh2A5LZwy\nhv6vf9aZ7AFpkh/4lp0yTpzM0P2uNqVCDrblaR2BPYwm6L+7tqttiZ3ZYan9\nHknJdHXzdOjXmnUw34qmXrWR6BEzMJ/CF6tXkB4vo1utkSxjPz2PEhlFgZbx\nzuvaYNp4cSy2Ex/HH2suImKcyGOEqoRCQWIc7NxuFakLPEZ6pQRZypj6wrvc\n8AwL\r\n=9d7T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","_from":".","files":["dist","lib","es"],"title":"Choerodon UI","module":"es/index.js","_shasum":"029af0b342e74523dbe475e02994e1acc30d1e39","gitHead":"96caedc89574b5ee19888c7ac58699199d1645ec","scripts":{"pub":"antd-tools run pub","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","pre-publish":"npm run test-all && node ./scripts/prepub","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"3.10.9","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"7.1.0","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-drawer-menu":"^0.5.3","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"7.7.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.2.2_1527758385944_0.8791237031158647","host":"s3://npm-registry-packages"}},"0.2.4":{"name":"choerodon-ui","version":"0.2.4","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.2.4","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"48e481a50ff1fd5b563e33028d7716109168051e","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.2.4.tgz","fileCount":2485,"integrity":"sha512-1CPievEMW7O9U8NNpBPr76VqtOgaquzLl3va9jed26lxu4A1/TQeo+3Wpfza/V51YMjCQJaZQC0UQh/ylZzxrg==","signatures":[{"sig":"MEQCIFiTqMggyTcrgFrDhKc1sobjvjboVUB3O/eGacEz/Ai5AiBeeULTcT7/GWIxZGa+phQQ76bt0ce0lSAwH0vCPGNrsA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42524994,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbEOwbCRA9TVsSAnZWagAAbIYP/1LG8XHw4oIdb29qEXjX\nhmKG2UD9K80fZLwEceeyISX9CghUPpwxWsJkgWBAY0BgBI3u/eHtYrbGl2eP\npl0iCyhTk9JbmTnhfR3xiburPBXfAWRohVakFLTbKHZfoWNEYiCwfHyFRvb2\n6FqBxCecCEX7BwjQdYm/9Kl0KeHKpPFufpsUd55M/Yd9FKQa6snj5AIWY53T\nl2IdIig862SEFZ2Y8UZ2MWMozrbVInaHmQBW2OJD33cs/tDutypBhXgBXSYd\n2FFESr2Qp3MrFnzEftjuSP9G9aNio0rSHe4GHBeG10kPDoGvVxUGO89PfOt6\nB+poHrCX0Zozt+km6ZLWqR2UBZMscaIdRFNVQogNZL3T3d7JrrmB/EYBnHLI\nXvBLten+qmLUfXShfecZAEXiJevZ6C7Iq9oUXbsQt9+euTKb8Pis3g+8vmAu\nywDGs47OURAHZSDQU/4CoKQxd/ksdWVMuoWFhdpFZI3wWxjoKr/+6ToGk5Vq\nhFgS2u1uks/E+MZPiz2fVtrKmHN/a0nTCGYu5J8pg1tlk7PqOMFxE+Tbbl7u\n9YYkkSXLNeMEWUYrBZLhDdGM5K64aWnUc++AfV7piJHfUecVgxDmi1DP4pyn\nk/+ByhBdUAumlS//UWTtYE3AvquZYTA9MwFhPcPp1tOKKQHZg/oe45fcp9jZ\nild9\r\n=j2ub\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","_from":".","files":["dist","lib","es"],"title":"Choerodon UI","module":"es/index.js","_shasum":"48e481a50ff1fd5b563e33028d7716109168051e","gitHead":"642ca717e9a3401a6e3480b37a2ac529c73e972b","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"3.10.9","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"7.1.0","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-drawer-menu":"^0.5.3","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"7.7.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.2.4_1527835674587_0.9298854126113025","host":"s3://npm-registry-packages"}},"0.3.0":{"name":"choerodon-ui","version":"0.3.0","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.3.0","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"e52175156f6c2763aae1abb920b3c34c5f80e758","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.3.0.tgz","fileCount":2505,"integrity":"sha512-gSgNm2A2Hp2RQVRHHY93tBQ+rzk4+FGona7ekkBpeWu+CkPn5XgeCMdWrAb9qRUVDkEwIgM+k8d0Wvdz/cyleQ==","signatures":[{"sig":"MEUCIDF9B6YMps4OPhoELWt1zMqXkvhafiyolH4EWTQy3lsnAiEA42ZKDcRQGsDuqGb94SdqmTl0SSZdsxJEVoQoVNF8SAw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43469786,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbGefVCRA9TVsSAnZWagAAu8kP/iizsB6lLjD5xmoGXtWU\nQyQm19AlARCSUYX2jtzZoctmkgnQVMzI7EdTwkX/HuxQNdFzUrnqcYSD8ey5\nRxzxPok1MPlaw1F+KdQR/7gU/Sm9kP/m4gYdQ8U0bXntRIV05LB8JGWgZ+mJ\nsK329QpQPZGa1JctAqCBPuGi4zP53xo5iagZze+smf77kSf5+mZdXz4EYajn\nmFH3QqNdQpC2VM2MpsAGKrtCPpxD3JYBoR2q6pK9lsh4e2QOWB4qgIyd4E0A\nGZth1yVTb+kX3fhz1nRkY+6c3lGdZItwoyeY7M3HK9TTD5GVRXj331Msf7n8\nBGIjJWuCJn8Cky3Dzu9PjYiRgSWhUCwPGIc7izFjWmK3o3V+ZgxJAnPJ+Uqk\nOuYB5DLqO5zoxRvy6UUC0haQ1I56jC722zaxskoyCu2Ik3MoijbeN4lysLzb\nmrgKL/+n09LBRcdxuzX+3/5qks9s9kH/7cG4yLhPuOH6Qp8Zw+P/bsnRPFE1\n1EkiCpTfapPZ3KAs+QdrEvoDRD7p0hJ2jTrKO1GoCjCn1y+MBst2Wp5b39Tb\nuP93AxIbzIPYMSFCJE2fKL/9Hn6tHmp41tiFv9krUDw62CXzvw8PCwOShquA\n28nIQdSyQul9g9c7i0a891+OE7r8CmxY8L3Xue1UzDLUgTx2aKxHOhGyUdYa\nWmh4\r\n=cue0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","_from":".","files":["dist","lib","es"],"title":"Choerodon UI","module":"es/index.js","_shasum":"e52175156f6c2763aae1abb920b3c34c5f80e758","gitHead":"dba688684ca80c390ce8dcae8fb004158d47a359","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"3.10.9","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"7.1.0","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-drawer-menu":"^0.5.3","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"7.7.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.3.0_1528424403507_0.5395711739822673","host":"s3://npm-registry-packages"}},"0.3.1":{"name":"choerodon-ui","version":"0.3.1","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.3.1","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"4b0a4efffc8371f106cc8af8ac0cdc60c73a1971","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.3.1.tgz","fileCount":2505,"integrity":"sha512-/mNgMfzrY7GlquUsot5nL3IdjdwDTR64SEn2P0I2OpRmlBHiZ0H91RlxyuTsYyxH1bhkNRtYWFDCex+X2DNfUw==","signatures":[{"sig":"MEQCIAcwSbwkUjyCWjz9q2HeX32LMCtnJCWqkZ7yqO2lnFavAiB1GUxzUM7bnIQ5jN/L2nDI1Xsz08+D9ZTO3fw5GdFabw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43474276,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbGlahCRA9TVsSAnZWagAAORIP/i8ZE3qJoL6JowsmbxGe\n2N3p8PwR2lfKWF1S7CozDmdOIvFpFAFysm+djuPB+I40PEz39XEu8GC78yQu\nraidFrQlaf+0IfXJVhYtSHzRzFtO5WQmYkDFk19D8Sd+w7GNLsfAvy7+uXqj\nZk9vGh3abm/AkJ33/42yekm5CBHcHJ0SEiJXnolBNEKZ7O4AHVzuGzhQjU3y\nzcGTkyhTD8g9CVCdqNa4KkRTnSKU4o1DI42685VfwljJ/zZdxNAdsvTCSoaT\neHMzU86uCA9Q2OyExKSIsmXQvBI7G2aNhRfiSAZBRjahR6asDHOwaYhoSwKb\nlRKT9vnujzS2Ba61KkO48/z8+hov58LCP2419rp2SXLS8Ixk4nuG4AyNYcQ7\nDydS3MvT7xPV/WddSidss6PYiLGtvI2hMuD309xyhqWrT8SedbphMCjzm2c1\nUkRjUzxTM6pjA/BPLgsgRpHKlNP5NVOLxhKODz3aUAf00QV1Pd7lZYvqpElC\njKkihKwOJsB/mw+4KgVNTHd9tjb5qVS5nm/lYMYA1esSNgcnRu+N2Q23J7TC\nNnL9wjg6BSK3tZRfYfOwYrvIg1gS48Ub5+cCKlZ+3tcvRJuIj6urO4c9wXzx\nxII4Jeqz4ktQPCjbFu+EPjQXiGm9gl09IhtxHRK9nBJCskOLDZdphhq3kOSW\n6cJX\r\n=0sgb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","_from":".","files":["dist","lib","es"],"title":"Choerodon UI","module":"es/index.js","_shasum":"4b0a4efffc8371f106cc8af8ac0cdc60c73a1971","gitHead":"dba688684ca80c390ce8dcae8fb004158d47a359","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"3.10.9","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"7.1.0","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-drawer-menu":"^0.5.3","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"7.7.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.3.1_1528452768299_0.17807096001851752","host":"s3://npm-registry-packages"}},"0.3.2":{"name":"choerodon-ui","version":"0.3.2","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.3.2","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"1243822f157b7b831a653fe8016f81c1a0aec53f","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.3.2.tgz","fileCount":2509,"integrity":"sha512-pas5OJ6Bumd/UkJX3IXDALKNqe4m/ZOu6ilWzxGc7hyNnuh1JrZx7SB2L1nObMZ927i9gVWnVz1C4tVyW7B5TA==","signatures":[{"sig":"MEYCIQCnUHQ0r1vSOhBxKCWBQlA0yOZrMlz7KaPNLs350FdL3wIhALi+wIgRACMpGPE6wkdkeBOuG7NbKwz+mxgK3UgNdgu2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43816382},"main":"lib/index.js","_from":".","files":["dist","lib","es"],"title":"Choerodon UI","module":"es/index.js","_shasum":"1243822f157b7b831a653fe8016f81c1a0aec53f","gitHead":"d132f724ebecbd572d1449eae1811a4b67a78546","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"3.10.9","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"7.1.0","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-drawer-menu":"^0.5.3","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"7.7.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.3.2_1530265740028_0.7396035615504413","host":"s3://npm-registry-packages"}},"0.3.3":{"name":"choerodon-ui","version":"0.3.3","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.3.3","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"c3c57e9b736cb0f1c6793d93eff01d8ee6279ed0","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.3.3.tgz","fileCount":2509,"integrity":"sha512-sONeWwJsnjExAJp+4RoCzilqUQrqB6Vlt9Q8tN0n3nsi/0mBXknEX2mugMur8B0k4ybbPqfkZPkc+HqKF0bbZw==","signatures":[{"sig":"MEYCIQDxyrGom493TCAXN5eJP3xXeHWvN/d9Vm+z7PpqecTdMAIhAJUtOy5dbhX5hUS1g14hrAp5CJK7ajsaqP6jMR4AcUm7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43747400},"main":"lib/index.js","_from":".","files":["dist","lib","es"],"title":"Choerodon UI","module":"es/index.js","_shasum":"c3c57e9b736cb0f1c6793d93eff01d8ee6279ed0","gitHead":"3a393d57fd15ac17548231d71500de8f878d45c9","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"3.10.9","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"7.1.0","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-drawer-menu":"^0.5.3","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"7.7.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.3.3_1530861007974_0.08676635295504886","host":"s3://npm-registry-packages"}},"0.3.4":{"name":"choerodon-ui","version":"0.3.4","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.3.4","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"37f87df5d09454a0df6f738954a34727e01576a8","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.3.4.tgz","fileCount":2285,"integrity":"sha512-5AORCNaGcdKlMADdEI0LvaZNRoeeXuGMQq97/sa1MugW+V+rvG2FlwlTinSGJZD8E1A9y5dsln2rztAiAif26g==","signatures":[{"sig":"MEUCID/cIA5CPCs5n3bPtSuszyMvgKSJ3ndnlGV1Nx0hnpFsAiEAyfwxlN0bxuKeHMJ47DkD2Ks1sJT2kw9r0a1r0/XUMOI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43520200},"main":"lib/index.js","_from":".","files":["dist","lib","es"],"title":"Choerodon UI","module":"es/index.js","_shasum":"37f87df5d09454a0df6f738954a34727e01576a8","gitHead":"3adedaf308cef21493375cfe36315884dca99ee3","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"3.10.9","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"7.1.0","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.3.4_1531992608505_0.8020402993283053","host":"s3://npm-registry-packages"}},"0.3.5":{"name":"choerodon-ui","version":"0.3.5","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.3.5","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"4726f331ff593d3df3b342e86ada6fdf8e8cef3e","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.3.5.tgz","fileCount":2509,"integrity":"sha512-iTjatsg13dWa9jJC+64h6vHRJppE27ns7QcrbiL/tzc7bZWC+R80F/3eH5n27lxzkEOB2epDVLTrfc6UqOEwvA==","signatures":[{"sig":"MEQCIF4lRKqEwikd6F5tRq4FCs3q+qmGgxbkkw1SBiQeOGLwAiBTMIzHZuKXgALNwqsj2ApIUWY6h39yDpnpykNGFR1EWw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43824973},"main":"lib/index.js","_from":".","files":["dist","lib","es"],"title":"Choerodon UI","module":"es/index.js","_shasum":"4726f331ff593d3df3b342e86ada6fdf8e8cef3e","gitHead":"6fddd3d4f9bf2f5c39bad8fcedbca27d2cc02e8c","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"3.10.9","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"7.1.0","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.3.5_1533289824602_0.6614687465692937","host":"s3://npm-registry-packages"}},"0.3.6":{"name":"choerodon-ui","version":"0.3.6","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.3.6","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"f5dc5321300ae16d889d3b75a2feda9c1541e6a4","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.3.6.tgz","fileCount":2509,"integrity":"sha512-G1JebHS9Rg+LTsg3UfrnCYEnLRv0OmxNKLJcfQI/lBcXXR6stNDgEDF9jZC+IMHdz3aWKWweLlkEInH11iOtLg==","signatures":[{"sig":"MEQCIDjtseXqYrtNDYtwGs8AQ42cOmzg6kUNY9wA8zo03IezAiBQuXlprtE9UmU2r6w/TEpvlwdoewQYUkwbWEwpAD+S8w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43176271,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbdO7VCRA9TVsSAnZWagAA+xsQAIFF+QdveWs2JEDLSLtC\nKtxF7tkjB0mdWRFgwO1FOihKrvtN2Tn9VKKVenfuE6Hwqiqxh3S/vcj3udgu\nC9ZcY2AqFHr4P5RpcMMn8yX64vPmzDgu2erdxz2lzo9BmjLRPvxkonXPSlxK\nHPT2CYufyab5oB+N8ITZOC3R55g6XgWEU8ozwrZieTys+zBVRqkPDXJChsDs\nwKUvrTtydXpi7JOEk1dGcxrJGIhfJHPbO2nN3fTcVG+haViohQJaWj1D+EEH\n7OMdJoOJJEECZraRNgsjbfbQpEYkyhWtpKIQRqHMxEQzbHWfwKYtLxNxSl6M\nQxVqptybCifguCsBwpW5Nz7w6b9vYguS5MrFECg7F74b691LYV2xRwK90HJo\nCe+jHjrzZ33QK4PFctVfnL3PQ3A0Vf/r1+5xWely4P7YLwhNHpyOjI4BnxAM\nCzusZOTGrTbOYArSdvrQ8BOftqFaOAb/9yAEzXb1Aw5udtQwtS0Y1GrvvN67\njCYWiQEcDvge0t93kDiOzyyURob/qxZjwqJoazP+QHHC1YB6waAovoC2g+z1\ncmEpF8LyPsRblyKZS3EMoZOR67U5xUBnq3sUPcwcQFaG/9Bgg2skm59pNzKu\nXznSyGtwXYo0GGjRzp2Fj/BhKBsjQTv8pUpkbLo6/hhMtZ+KnVwJSGJcwQ/H\nnhAQ\r\n=8yHU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","files":["dist","lib","es"],"title":"Choerodon UI","module":"es/index.js","gitHead":"31b29c4ed541c654e1c760985123c495c623c5ec","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.3.6_1534389972259_0.472042983667444","host":"s3://npm-registry-packages"}},"0.3.7":{"name":"choerodon-ui","version":"0.3.7","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.3.7","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"0b5cac8ac31499cbea8dcc303c597e9737e2eb92","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.3.7.tgz","fileCount":2509,"integrity":"sha512-y3bWYNH5Cym54Y4it253dJaooQ2gcZMwRP85cjMY5tYPKkAN5VM0I+TQ2Nuyid3VRZJhR9HKrRfQYKYf/Wk2jg==","signatures":[{"sig":"MEUCIFPPjvJSBuoTvxZbnNXPuRHQIoIgpGTUTpbWCYPu0dVdAiEAjhRRLa8lYNzLHQDEqwNSr5zfb00NDrOBaGePJU8kw34=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43208345,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbf8SPCRA9TVsSAnZWagAAFc8P/2x5j2vF1C98Z+K15m0E\n2SxpwqMIVWiavxxeH0Qq73k0+fWVL3t2bftYRa0/nNdj/YwPXB/KAi56wiVp\nLH/kjIRBUls9j11jCbkgwx0u686Q1SM9lXdEZxWoVMhOyWZiIX3DMVwgO+5O\nO45dyac7FCUnsF68SEvXYD7igroQvijbzIaejiEk/pjFhWgZGdquobMtH9Ti\nJMnQaOhuhVAvy07MgdEh+bBlyu+OvYR0Lc2ADUf5qxJjPf7E/wZ+yzeMuaqF\nrMljwv8NEKgxWe9fLlebbGLj1YJEsP/w3snA5j55K10fQkPQuHMGpUiYhMoD\nA2W1ZyDZCBFe2Znz7o1TNPGuEnLMJlQq/VuC3gunAYMKsXTiEHCp+nhyo2j/\nmh13TXHb3kpFDdYrWshIZnFf/0tVDAz9YkPmtuJD+tahXWvmRq5dOjgjRR0P\npmOoCloRujYfu1EtzzamyNfLZvz4gphtL1vXGhmrXYTxImfNtw89c0ln98Rd\naHeiiKoUGCiUbFYnMDlVIVkPmOYXJb9wv0k8URlOWmHOZvbC3saNuZvscWJ4\n4vhTo4KHlVYKophNU6FhDWVeihUaHS/7RTufIbu4CgPx+5H1A3bu3lIRZ7t3\nAwgFSlFMMBgMhGqYdA0sMUUmllOp9sAjkmQlTkJ5Qh1MB5PBA/8Zyq7MkK3J\nJhds\r\n=H/+j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","files":["dist","lib","es"],"title":"Choerodon UI","module":"es/index.js","gitHead":"03eeefc2a721a8971d7f87bfef95dcc174ed2fb9","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.3.7_1535100046969_0.6481092316754256","host":"s3://npm-registry-packages"}},"0.3.8":{"name":"choerodon-ui","version":"0.3.8","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.3.8","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"27e8501f6e5487d089d979121eba4062580a3e33","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.3.8.tgz","fileCount":2509,"integrity":"sha512-fxl7j/MKe4I3j8twRJ8htzT+fgzEDT3ilhxtFEYiL2fGraXZLBuzGxnpdKeldgOmwU4T0qFQ4KpJJcYsYSnvNw==","signatures":[{"sig":"MEYCIQCvcfs7+ea8u9SWIceRGdxNTgNF61aEzX1TfeLog7y8GgIhAOktTcb8gOwDn9LQyXaPJMXPoqEE/ztMatiOK/6g0JhV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43213336,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbiOZaCRA9TVsSAnZWagAA2bAP/iY//g9aEI3p/iOSAgd4\n3kMphCHwb251mu4Qn/edj0NNfkEuHw61IWSEYYaXfXYB2gAsICaNMI5RVOFY\nFByEgxkvy4spl6FNZuswEPepm6LK7pmUYBIpRAlYE08u840wI3x7yG9nYH+H\nyVh8HT2Uwz0wXeKz82nPdHowjEfPJcSwRQ7uydxFP2BtVUnOAIjL/9wDQkTb\nhA0+LLTJpI3Uv76ccww4EciVvYoXISNCVe6mw2UBO73ayH6rMw2xoEeI0ngk\ncWgDxehsrlDNGs5VLSjmAcBFgYoU+VL2tfMBuvkYjyFyZ5izatoaxC1i/dz3\nwinFlCifNvopRI6Nt2zI8KU1BId5SkoYiBrE5TFxo4CXl3djmMIuLxzO5+6x\nyrym7aJkL5Xt1dsGVRld5ZUvolXkw1IFuU1GVzatzZhGlojU+Rcb32sUELY1\n8nPbp3qYxuGiGs93h9v5y1Ez/OIfoqyN+IDkZARQEr6BS4Kdg85eqATso3aN\nIH7Uu2+v7ZzwWh5GNU3LB5XW9R6GoRK1TbVvQH22nkGU2ITgLPCcNNKredVP\nhqCTIsBZK1b2q5+wQV8cN3ZaNSFiqlFZ4nK5Q0gBj+AbEzK/32KT40vC20hq\n+MP7rq13xv9FX1YGe+s+G2GMKBWyiuYcjAy7yfEc3O50mF+nn5g9MZ1zI73H\nGdmQ\r\n=talU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","title":"Choerodon UI","module":"es/index.js","gitHead":"61d96f56298520663272fb7c1396caafeff9b158","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.3.8_1535698521254_0.3207104890292116","host":"s3://npm-registry-packages"}},"0.3.9":{"name":"choerodon-ui","version":"0.3.9","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.3.9","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"34fb03c49c96c3809cc9413edea36bd57d91d94a","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.3.9.tgz","fileCount":2509,"integrity":"sha512-f1Rvm+a5Ze3OKBvXaF/f6+TuPOZl0M3bpCTsnk0/azmFAnmL3sVXRRNGxEBUQDpB4btRhZvmV8nShjiGPTF/RQ==","signatures":[{"sig":"MEYCIQCUaMWETx8n0I0MTntnexYVbzgKNOKM3NnWUUkHLAonDQIhAKWK1ryRkP/gXYwC6xOdsAngwIQ6QBfKvfZ2SjNrVi2V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43405505,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkg9RCRA9TVsSAnZWagAAPtgQAIlzufe61f9DIXjvjgyQ\nDvfH8NWsLQ0QDlFGWrR3Jaux3re8hh99Se9gQj5SeaJ/7GVZUFGeF3bLZ3RK\nXBnfSJ3JFe0Er6ATPynIHcbUoGwP7DHDz/nIfZ4m4uyQSvotqiRWwnkVi+Pm\n39vw9LIlpaWpLYEsrZDu+Lx3XWP0VWDoUzSgxOWvxjp10PDjPqvxV4u/z5a8\nebCY0YMPzeDIRGHPdPfgaIO6LO/kKAfMxkvvyKoxEYZ7I4HWr89Er/O+Dwio\ncU2bbu99Hv9IODZhUxFi1EMIyc9TDJ9E26AM9YTmYGwnSOwSRvohBDlEt7Ni\n+4eJU6ujJ7qh8lBO4XZD4S1uyq2SAAS/Ks9Yq08C8ZUffVo6CI57uEjfU+b0\n9nd+JtNxV/tMjTa1llKyiDZcdufHMYOKpnLMTGbaF0DYDnAV2hz5DNvCenj7\nlH0Mv/rP8CEEKMA09PJkda0q4mxFw/fPywZYzcvBKb4pVkJoZh29P0d46w3q\neNWhD2Qxns3Ok49hnhm94HGC/D0fOG+SSZQxkuPHlhzgcUZCOfEOwXcOr/gB\neY1zAdgYr4YzwdxLaukiiQgEMhCTOc0rMhFu7urvHdjlrHQfa96fBDnAWtUn\n++VHgy8eZ99UOQ+NedVufxG2QH4qiJl0gvaTE3k/nlv7qljZTLU3QYgji9XH\ncqnJ\r\n=5j/E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","title":"Choerodon UI","module":"es/index.js","gitHead":"3533d40e0804c5afa811ea8c7f21bd00083fa887","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.3.9_1536298831969_0.3912745026980702","host":"s3://npm-registry-packages"}},"0.3.10":{"name":"choerodon-ui","version":"0.3.10","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.3.10","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"3c215b260a1588a1aa0bc6d9ec596c75edb77e93","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.3.10.tgz","fileCount":2509,"integrity":"sha512-cGBw3PsuZTLlGqqN8Pn8kVb1RnrWwvodhrz/JNYh1yQZ6dweGKmwzFkcRopxvVLoXGA3g81qrZN1BDWP/g6XSQ==","signatures":[{"sig":"MEUCIBFl+PvG/3UIcyT8QNkv3f7o0zO5OJTASAUZHOkgmzFWAiEAo0xZ3N8PUYAiBQpJiBbLkixVwVql9mUF7ZOYHSy51/E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43425689,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbpFjhCRA9TVsSAnZWagAAtXIP+wQtEVyHaiCuAVFSMvpQ\nf5Dg0KS6d8xy5rFwJFxUUIQDtw5QKRC20o7bjapgETkTOzSe027pCT5+PjRi\nG41+9kcm0vkt12xbb26I+2Ev6TLS1CrMjd0XAT6jimhCRa3WsPSN+VjJyfbf\ntWKi7PT8DVQv4P9imEXUUBiWQWfcviOnqkEl+WfhOd5HmgN6CSptxqDDW2WX\nLm2tR/TQ5N36V6cXRICtz3H+6xvSLRtwgp0CxN2fkN88ao/JuV5awAFmlH0E\n4Yn/XsWfVNNWsZrppFgH6Nyl3gdrF3krV5brJE9JB4FsLVlOVjYdQKy7cYG8\n2Gu9CThsqEZVnJq3nvXfHGqb4mXlueaaZSG7L8oV9aqGkOe0sftSK7qzZQ6P\nASbFGRV2qoisWTb/pzap2H5FqCg+rAViO7j0sgfx2HScb/1plEJqDZkXONfQ\ndknU92sB0+jjP22GHpx2JfqXpRJbxKeykD6+xp/y03xJHDEEc0k+6v2vBjI4\nBAvA1zE/I06SDYFBiqCuUhKo4sgRnggKtd/W80fhVwyF2kfeySuNEIFfxbtr\nbrpoAXw1C6+15WP3cTLbAPl2eEAcDRRtlr6hAK9ZWIwGNBa/yO34CYEf6+3w\noXyNc3RYoXMVaWMUK/RecNw6EIoaa7S4ItK/rWqnXdQOJVUXTrQt+YNW5Q0E\ne7rU\r\n=LwMP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","title":"Choerodon UI","module":"es/index.js","gitHead":"d92e9f808780bc0342d05e0b2c3a3d7a9c8f679d","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.3.10_1537497311997_0.29454127324592716","host":"s3://npm-registry-packages"}},"0.4.0":{"name":"choerodon-ui","version":"0.4.0","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.4.0","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"97ee4fb80fd9ca28ec7557dc0bb79c62857a9f40","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.4.0.tgz","fileCount":2509,"integrity":"sha512-F6QIejvc10G1ckk+M+3PdKwJ2Qn/oAPHOZdqzAOyDoP8TZNbH5kysqTJAwodDn7hHSCNwDrUKtXH2dlwLc+zOA==","signatures":[{"sig":"MEUCIQD6v2zoX03NRScT6i4+JFO23XR/6rDbzdwv+zQaxpfjsgIgYx+5fRoeZ+ltJgRflnLK64pxu6fb2Cl+uutrKikfBDQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43425075,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbrvcHCRA9TVsSAnZWagAARkoQAJMzjBhLOAqot41euXVc\n0eggIf/fN+9pGIpxeIOViJj9/Z4ICl4U8Q0vlv5otSeAp26gt9KI92oYwO6i\nNKbxWtlbPg+UwX/PQzQFpEdzUVtCU8WjF1/EIgCwwhcOmKhxXFSodL6JbrJV\nrvgBmu5vnzPLCrxm3g9pzvZJabHOXWVdhAndK80FG5PA9wfjBeM6pnfarzN+\nRDMhQIKRwlRuKyW202NxnNgCA0LZCb4x2fMcPVtyyjCXDVHaigo/5nbMZbnG\nJdnPy1HWVQLPYvenVRomOi7T3jDHLuULw8K5f73rhsQ7TvdKp0xYkFFO/alY\nEo6w8/K4t86BC5wCXSFPRbBXhtd1sDvMVBwUr24LJLpV5PlZnP98c7qYXgJh\n4/neCD2Dcres0Rm6jyfon4DHXHJ536WfyhGLaOxdcNyJZljXe1wGlGPy5b4R\nFnmqaTc8Cf09dLOQNnXsSiBlQuGfI5YGhDrOcGPYfgnRF3Q15W1xlFJfTk4Z\n6t3FfjSjt7KERzzb4wmtghpis1oLHfQ8E3qPzLBd3WGpecFb2dVtrcUtcu8H\nTYr/YLnpj/XCJ8msA8GYTL+Iom0MGfZA0MOVajw5w0Oa948uewTqYK9/rety\nlpV90MFPGelutEeuSTApbxezXzeu1Yyzuh283T+Qq5BJjJiYZ1Mb7NN316Oh\nXZyI\r\n=rhQQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","title":"Choerodon UI","module":"es/index.js","gitHead":"273220298d4d502b4c0bbbd16de0a8cbf963d138","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.4.0_1538193158072_0.10678620419608276","host":"s3://npm-registry-packages"}},"0.4.1":{"name":"choerodon-ui","version":"0.4.1","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.4.1","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"60fedd00769df9b20e383851a6e0c34771b491f4","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.4.1.tgz","fileCount":2509,"integrity":"sha512-l0skKw64c+GGFNjgeJqMMsC6Lmqlq4dClJUfGP1BFdav0fF/fpxpU8tHUyoujmpG/KrBMyG4yNdtzODnnK2wfg==","signatures":[{"sig":"MEQCIAIinMhqeknQYd4OMhyp1AklpxFMOh5m9lT/Aef5LvDLAiB+iPddnlClBr1UYz/y26LsRRIE0CWyN+IEfOqcirslGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43448242,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1+4vCRA9TVsSAnZWagAAx6QP/1TXOgjep7KqOQLIRCJ0\nRj+k/HFwZ94kYNuX8jdoks4grYt1CxJKemBOcL7gdVt/84i+wlD5f5XV4y6b\ndWuQ9dEv3zL2dGNAux1XyJSdiJwkoNT5tPNYdiwIRry6za4JReld1htUdapA\nBLXtxLvt/iA/HTcA8MzKzdmemkjMz/T+VAHYiwq3dMQ8P6ju4CCSwU7zFJrO\n1ZQ6MwbcDCOn6pALn+QbwA/xzikR0DPKiywOXYIBSQJ2OLxFNufgKyw/ciKd\njAqTqfT1JN18Ft3f29NriLXl9z7PqQZkOtOtLLoq/pys36anWzRdcOa1FCAp\nCD/+Yq4iRSkjMsFuDFYhmnnhLSqHKFjFRwqdFaKqV5xZ7H66lk0WbD2CmdwN\nPecQLB/L7W+Cuohk0B6AAGaEJ0yIXOKBEL8oE6mDpNAL8f7saorcVlkXUdgr\nQYHd5WYCxObdraoIx+U/H7nNnT8EmYA3mJ1YuXaPOQVqLlmlL9EHDx8rmvoS\nPkZTGm6EtTgrJzdABOXPO1gpOaf4RpsbFGhyaYf1esLEP9m6Sreom/LTsX54\neVb0xrUML2KnRasESU9rwOlWzICosVmaoywaEuskN6jkvvZla+6MfPPAUFPb\nUHcNpsqr6MlQjWiW8pA2dNSBGDRWzser9cZPPq+YXRkqc1u9ut2BrSRMGKVl\nZGFZ\r\n=6js+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","title":"Choerodon UI","module":"es/index.js","gitHead":"3b6a0ff1afa47ca21ad3eca56875d37cf20bac95","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.4.1_1540877870232_0.9924830143475243","host":"s3://npm-registry-packages"}},"0.4.2":{"name":"choerodon-ui","version":"0.4.2","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.4.2","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"edbc0c3e3b7cc4a6a0fbc926977cdd11445f893d","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.4.2.tgz","fileCount":2509,"integrity":"sha512-F1/9romijYh276B6Xa1mJZ/72ep3XQoAYtdYYkRzR1COmmiLsT7q2GdcRuFGIYMVA0MW3gGd4/RsR8hy3jNlgg==","signatures":[{"sig":"MEYCIQChupp861D6f4RcKjHPgWF61fR/sEM3Yd+Og3fMkFbhpQIhANas3VWE094+Z8OiGkmB4+3JfymF8h6c4Dpwbe0tXAHu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43453959,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6m6kCRA9TVsSAnZWagAA4+oP/3YOB3a3L94O7hv/1y5j\nHmyLbpl5sHcmtysx1xgR71mGBF8BCq6uhMfejll/FMyJTypiPtL4guExn9ek\n03R68PvAOjLBXNMAd7/3TZPsM3/aT3LeNNXWdktsHdFPAQZ81AcQyJh1i6mc\n4ZBDvNDI7pDRFXcZwwGJ8sv6OB2t+vQ226DVx7GGT06AN+vr0ysxKpOeie64\nUIrDP6FtxeRWMssy+A5qJ6wHzfl73OuSfSN295+6sUvK5Wo+4/LHnuqo6Rbi\n6QIik35OadIGQbJS+1eIwKbrnyWaAsiTdZ0JAo7k2EYNLMS7RRHEIZHJPC2e\nHYvy2sW7MpKnaFISbkZ3i1snMnFuzPL59tXUw+aTsoyImS8JQbjTf24/mm+Z\nRLM1BuKneNjijaTCypuXcigeZP/FHD2fPVqgCtaCAo8t8tujEx+WglRbNuNp\nDMRwHqpGF9Y8z+wWjMMhPfSZJ8vAlPyNPREXfX6Hk9T/FWgzCr3mp81JH1ht\n7C+FbNbkYuzZw4cwYUZPG5XUbpRGr4fImXduNvHG/MuWX0pyeWKx85jbZnrO\nyJAQoV++SZpx/OujIgmQHrzPyJak2J6Otq+63PG66zcup23D638xxX5g8xcH\nURbiIBX8P598uM4BnJDKl2hCveAdGy6B+prcQ+MaeRgaCuEMDwy3+GY/jlfO\nKvNK\r\n=6uu2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","title":"Choerodon UI","module":"es/index.js","gitHead":"1b3a59d735bc5229796558a216141ec152787909","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.4.2_1542090403732_0.715824065049363","host":"s3://npm-registry-packages"}},"0.4.3":{"name":"choerodon-ui","version":"0.4.3","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.4.3","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"816273c5ac7b0ea5a3f8ab7dc0983492adab014a","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.4.3.tgz","fileCount":2509,"integrity":"sha512-wcAeeVeRBg9AiEF1B9j4gFs0ct6kiVPm8T7+HGebL616xsPg7blmYVTjFUKdqbvMznWf75mAJe8l/PdfSKhXqQ==","signatures":[{"sig":"MEYCIQCryEvkWeEGwp23zDU7Fa0ugp4Fj1dYzQG7kq/64RHcxwIhALqdN/6MM5gb+zn8E60UokT7vnx5iGQOzZ4XmEzq/gX5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43906159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBIViCRA9TVsSAnZWagAAUUcP/0Loh0h8cHjOIsNu+PRh\now10diu2Dcjt7yw9a4FwmYYzc4g4qub5Fffxc2RHhA8XmydQzc8o0BCYWiPc\ntVOEt9QPeUNd+jBmfy2T5O1XDCqbx/DMuK5cq8XbxnWATE9t4y+MnrHa89u5\n5s9uSgQsn0u+ocFx/R+eR9k9QX+oRy1AVNtQ+ywPFWh2dUYSheaOVNX0yfwG\nDhPqmq1YtfT5wMi3/gr9ju9XSmVI4Vf0Yg7vR5Qq3qr94ODamuDEFkjq7yCS\nrqlblpHWccb0n8H5rAQBcLZ6oYjCSozTi0DMTEAQKXOP4Sec3HIGvVWWYYbG\nATCyOFrPKnBKkxzEm4yUl0SX9pUj7kVcjodRkIzIrJfS2SGyP5vTbF8b+9WN\nuLN7pRQyqFPPVLTUbCYa74ySrz+IIw2/kHBDTQ46NzLTa1Ay6PqgEGMIyUpU\no7Co3suNARQJ257csPWjyPNIdLVNmVyT1TUcGyDt0AsAcYrnxRZW7+OCvD4i\njU5uX5YHRFji0ggEZqk72Ef3Sy5NiBJZj3+ojwZPNjL4WGy8sFAWjabJbBV/\nikpmFlEkW8neBNnRrEurvAtOciuK361lPoSeUySgiu9Ftp5KbvgXIGWouLMR\nhz0KrilLi/pxeQtoj8B38JRKD59Vy1fhgHieXU4CBIaxdkqXtfkXq66wXzX6\nTdGY\r\n=WeZx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","title":"Choerodon UI","module":"es/index.js","gitHead":"7313238f5486b9ce5624186ff2d2f233e0697e76","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.4.3_1543800159937_0.016245217956807778","host":"s3://npm-registry-packages"}},"0.4.4":{"name":"choerodon-ui","version":"0.4.4","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.4.4","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"7bfe68296ca52199c1e8d4b45531cd70b0a6d778","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.4.4.tgz","fileCount":2507,"integrity":"sha512-UbVnibp7/puK9JDF2JS7xUvTzHBxEzNU46FBEG6Cnpfmnp94H8Rjqfq8dtbNZPMh+NXYMzpHTYtWtNvjJhp4rg==","signatures":[{"sig":"MEUCIQCUdH7/P6r2B3qUO83rlw45mmsiR8juIrSp7RWFmt1iQwIgE2GIptyNSApTMhi9L2fJLQqZanl6OtkeYwmAPiZVqFY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28222273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBhhwCRA9TVsSAnZWagAAB6wP/2MpM8kY1q/R6QGIshoe\nmhmkKp143sihyDStqdF6fSIF6FAj26fsjNLK5boze9fzRDm5sqyvghahvGDp\nycFrjC5in9cf3igjgTUdM6Dhzey/E6MkmNsCysa3QXMIMtsxKfAc7+JkFkdq\ntKZ4Cv4iHzoM+roYDlSnNvml0WsIZjjjTpo3EqxnwZ8nO1jl1LogsmWvwJLx\nDhDdJj1SHIXyEDbXfldaflhZLfbdUzZZmcU5HxE+Z31MWiP1t9BfN99BqH11\nzUL9NSdA1CvXerszt/AQYrNOtX5Uei0LhKilE/0pHmArxwkf/kSq5uES6VRe\nbBjzUWZgPpoyI8ziy6GXBNP83U/SQKM/IiFHoPOGXO5s+Ais7Uczaxn97wXn\nvbfcwNVLCG8pF2Z/QmxxmjMj08UJsYSB45lgm/bhnfrC8+VPY3LX+JEAKJSM\nUnJzdvrpGGis7NRdtWGrhyd5+ypQFCAbbCtNeDcnfSsFxoanWbk8ZyWjacgV\nrc9T1JGy5LnMwEO/tDQKSYdAxbBLfXowjtTPPzeUGbdw7/rvCsvvNtNbPPTT\nX/ZO7naonHf5ZDgPkaUUBwLHn2IX3e7wyvjOmgF1jMCTQrj3MLP2rXFTSvyC\nz09dRpGGhVvu4SQ+6ybQ6YtNsxsZeIB3KN9q7+PtsCtGbQslrNpBC4AiH2bl\nDtL6\r\n=ENjg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","title":"Choerodon UI","module":"es/index.js","gitHead":"7313238f5486b9ce5624186ff2d2f233e0697e76","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.4.1","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.4.4_1543903343551_0.8345455549331342","host":"s3://npm-registry-packages"}},"0.4.5":{"name":"choerodon-ui","version":"0.4.5","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.4.5","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"8108afbc38c2cba6e7457d07c7cd44983b8dce7e","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.4.5.tgz","fileCount":2507,"integrity":"sha512-NR+oTKn7SPBM6H0Xpv3zzNyjlP0zqjCQ2IQ+bOBlGDtbbbXPc4SA7W2P6RriM2b0rRO3IXaS0uc4g/KNQr5FgA==","signatures":[{"sig":"MEUCIH/o4tgJAyMZxYFVQdsio+H7OJPTrZ1EK/JcV/12kJe8AiEAtiOE4Z5VLf3VQZzrtcUkkwKkABnWTvufEZXZo4L9mG0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28227152,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcExDICRA9TVsSAnZWagAA+qoQAJnkqnQR8eUtmcr7UCJo\nW2dkSIF7cR6HwsAWl17s+7xSLiPqNgX2OsJ3CrZHoKlpF1bBvU2mO/sUMXxK\nRMOqI8x5XdiepF58rwW/gEhSqGgjAL0v4yZRMeF9P7Ue2v2XmeMnJxDKCbT/\nv3lTp6GdnOxUN5HTwKCk/OAbRx8PYxRKevhkSYsgx9j/wtdLCUALTJPV15iT\nhayZzYg/ACO6EghpAJyAPW2iMSqDykfh7n/3zdy4P3gkFhKFY9fXqPxQaxUW\nsgr2J211iTgCMfcHbDr9uzJrgLc3oY7SArMeKcJMuDneAnZ0Co+EWxg86hIx\nj0nwiHecFKwpyMBOVkIVJN56sCLMZZagZ1q9Frk7h6/AGpRGPkD/EwPhmIlk\nFDUrAqBjYUOgjzR5SlSCIvA7H+9M9N7bsCTvLDwsHkinOSu4Uq4/aMTP9g6V\nmL3doRt+guRsqVDBvNWmZT8yFMEpEIXZkEpgUrt285SdSsbA6uFUUG1O+84j\nJFpFi8zU5HBogteolbd5zuRONlDXYlxAW2SWpvtJYyffb7ZyWBOuB7jAjx2U\n8QQiJYeKpKMBediJd7YiBjmU9MpOIy4WccKivk6G6IxBNNqKuwWrW81eCkyP\n5aPN+ApZF41B+oMw8LeQKMErmpHMJlOJjUi51d0EmUruXNsSasqNZgAHLpKB\nSts7\r\n=Cvai\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","title":"Choerodon UI","module":"es/index.js","gitHead":"f6da1385db0b50064123d70fcd976f3f826ae7bf","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.4.1","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.4.5_1544753351600_0.5582146888433333","host":"s3://npm-registry-packages"}},"0.5.0":{"name":"choerodon-ui","version":"0.5.0","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.5.0","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"b14a6adf9d9ef5aca7075cccd84df93468e17941","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.5.0.tgz","fileCount":2515,"integrity":"sha512-NghA6P3NVh4vabxt9pyLRpcKwEfnk3IxwOe19AOkJCLQ1mzqrBRoreVJwATuAMUWvQwCbjjW+eX01yQrIl1pLQ==","signatures":[{"sig":"MEYCIQC9ng4PqT1TmKvcZPBbUVGhJvv4lkxnadusNl2vGyn41wIhAJViy8YbXcDSr0HnbK7ca7NprNLrpggR9uU2OeSEsLxs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29989479,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN/h4CRA9TVsSAnZWagAAY6EP/3rlJoq0/p1uHnq2TbHB\nRrI+qAfcgOj54jVf48UXwiCsdPvy+es0WYd/i7war4m7HJQq28hVhcJeqG9a\nl/mot5AFlwClF4aaekGGrzy/isjvo6yf26E9oolQ44YAskBhBRM+/Kx2XpEB\nRzs4dhy6uN5xC8W11npavJqVjHagq+lhP4Dz3I0gyPcBttA2m9IPmPs/LciB\nPk0E91QMXVSP+NRGuxiYQArBZLD0IFd75qdxIEd+MACTQqgAtMigYFXfYRBl\nRFYR+Nt6py/9gPQ3xgrhkQa0Uft/QyY2co7g+37JmgiXxk+AH+zgWJxcea2v\nw8FmvAK0dSaWa+pIF6ZnuFtLTTwMVjLEVfLGaY4RwrWD+F5VT0UziSV6UCS9\nNKuH6TF+Fkok/o7YdM+j6E8jtN6ZFO9nHufdlZB/kXJ6LBMBD82NjSIWwdi6\npHu6CJ0mje03B/v+oXgyyg646g39S41fqNYNpQlQG+FYgPaT1ARV3LFho9DG\n7CkSHjzXln1YunuJ3GONiQTpxPg97yPQ1Ns60i/YbdMnARaOWRd8NO+tDXlk\ninAa+YVk/v0a8dg4/nqhGbSt4NaCki8Q7sGUpMCuJNHBNnZIudyNvWlHbA8g\nDq2fnUp5M1vMQu2pDH+R/ivEW1vhGgQPW9IhEBEbwjL02nu6ONnnsTimA2M/\nHnCq\r\n=SbEW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","title":"Choerodon UI","module":"es/index.js","gitHead":"a1356fad6d6519570fdd26ae815ac2ad824c36a5","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"node ./scripts/copyFont.js && rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc && node ./scripts/copyFont.js","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.4.1","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.15.0","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.0.1","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.5.0_1547171959649_0.09715658116241932","host":"s3://npm-registry-packages"}},"0.5.1":{"name":"choerodon-ui","version":"0.5.1","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.5.1","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"b174881fdbbf5c025507600f31d9d5b5dc490dd1","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.5.1.tgz","fileCount":2515,"integrity":"sha512-U92nYIp7mm629519SPVVAziukMFuTaOTsKSG4OvvnOixje5hr0HFG6Vpmr8Xe4SC9VpjceG7M1npT6iEnNa82w==","signatures":[{"sig":"MEQCIAZR5JIjMBwY1/MpVOkKxX24zPgBUuX6Nk3iDWvK2lr5AiAmhbiHSi8Z5Qv6BLE2FS8BYXPtzoRz5qkpsGwlPCe9EQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30053074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbhqiCRA9TVsSAnZWagAASoEP/36e981UQJcBUwhlvAqj\n4fi6eyPXlTaivCfUKah344Z72ApadaQgaC9CDKOy9kCdUOXwVz408wSk2kem\nIdn2/6cm3t9iQCKw1C3hDApUyQM4TV830YDxUoqWiMTmIDuneeZmfhXyx/yJ\n3GDmyRgN48WkXCK9NW/rcBf6RtP3RoULCAuJ0gIu1LmckSuF6X9HE024O6TO\npYyhDOZovVbh0mqO1oZFi4spdj3gFbeoK3WMO7usP2smEu+idnaKe1Wo59kD\nyZFPguqLZOs/xslONWFBklRX0iVBpEAEosyceJuVWlEFCJNOTc9qFv5F0kEC\nHXCqqFB1TFiqiaHuE8yPSDFfv7CVLfJ0uOIyvYsnHiiA7wLp5f02/JVV38Nf\nEUNIszbucUSo1qHBB/QpsWK4LvbdHlF9qUPioNePl2FvmBNV5VFi2EmPYJgW\nuE0xG61qcw5cYkZZgD1lPY7FnF74xdfNbKEmSY/c25JsK4DAH8hU0qTe/3P8\nj08zi2ynM8FwbJr1aN96sKppOUtQbHP4nHquHG4Y6z7v+ww2BkZ3Kr4w0oXR\nw57l7Vng09R1mTazlupcBTQkn/qoiQ7nGtIq0E2/jCa6uPx54VfuDZOd9lX3\n5uIFyhzlHom2wkPIjh3s3ByAD2oDHjEBZtX1R2s52NE7BJ2VtxRTIFb0BISy\npiV0\r\n=BUco\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","title":"Choerodon UI","module":"es/index.js","gitHead":"c1229acb63bf020ab78000b14e955bd43cb9798a","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"node ./scripts/copyFont.js && rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc && node ./scripts/copyFont.js","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.4.1","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.15.0","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.0.1","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.5.1_1550719649502_0.9934128141402851","host":"s3://npm-registry-packages"}},"0.5.2":{"name":"choerodon-ui","version":"0.5.2","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.5.2","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"49abea1a54dea93e11b3bfb11756073ac4a1d4ea","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.5.2.tgz","fileCount":2515,"integrity":"sha512-hxm9ey/qy101EE7kdhvN26Y5jSwVfvQFGwdWQ4zE6PkOff91DRKLkCQtXldxl3eFb6uQmD5a+mhC8swwjb18Xw==","signatures":[{"sig":"MEYCIQChmUAcwK0YVwMDLg1/oO7JdP78gJqGokjdbhjqic0uEAIhANpNOvsZag5vT03nCZ0+FG5b6Tr0nzfdvFfi7fD3kjzk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30045471,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcb8TECRA9TVsSAnZWagAACR4P/jQhHSw1c/ZRrxaMwzbB\nbrOtvNxZ+JdsHoYUQCvNv/uh1XfoTxQ1rQF4ooNzlh/Py+vTT0XKL9G85BfZ\n5kWj40Df2VDKCIKkAztn8gfoSJF0GFTg4SXT+enQaiOs3HFKrNE05NNaeNhf\nj0/Pgfny/aN4+LNbF3OjXdRBi1Jw2LMHj4Q/AOptPolP3VnFJ3M5qwK8YWj1\nc30mbRPhVGEhs4CrgBvg8A5OpizN7bJgaQUGWwBdCyrTcrSZ1lhZa7BVQ8+f\nADiaaA20XREf6C2nxfoDLfjqLIawKC/dpa/9FOvIOh0fuv9jqsYCvfaZYbF/\novpr9pSYQR4EdG428AnBB6s031FoidjSCe1wx6wwdkTtopUQp69gqDFzsUyC\nLLs8tL3hWlCyv+XTUxwt72Zel48wVlXrjLXkrzcJ978zzv8pqKZ4U9hPJZlw\nyWQyKilHAEDUrRGjDWbDr/hSthMHHsECJdwuNf+9+qJjcyN0iCjAkeapbX7R\neJoNZdSgUfdKst+9PfJNQ0D/3y2tqv4PK1vfmXi1WiTtyrxPWIWvxGUejnUX\nBnwikgk1wcNaUjIBXYdWsNecE/m5GbtPv2gJSh78S7RVCDUYSPcnYKcR1E9K\nZJJJNRDn18ajJiB52uoUALTbskmuwU3qTXkYytEEWu/7bypulVLxucKTCQtG\nb+2f\r\n=y2jq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","title":"Choerodon UI","module":"es/index.js","gitHead":"556a98c0507848c12f763a1610be2fa12cb66fc1","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"node ./scripts/copyFont.js && rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc && node ./scripts/copyFont.js","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.4.1","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.15.0","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.0.1","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.5.2_1550828739245_0.36089734176087984","host":"s3://npm-registry-packages"}},"0.5.3":{"name":"choerodon-ui","version":"0.5.3","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.5.3","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"7df1755067a84d9176a13f3e27ae5dc0ed725cf3","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.5.3.tgz","fileCount":2515,"integrity":"sha512-J0AEgbtyY1m4DntalIH0Rqh/ROGpAZQNj/QcOLnZOiNXIZcyY6Ylp/daPLw1ZDVkca3Hs/7O4jDvScJ+j3yjow==","signatures":[{"sig":"MEUCIHpRKzlez/lFS52/BB0xosQZBZVAYlbzCq8+7nY659UVAiEA1s25DWXyJ91JVcu+RhAuOU+kZ8iigHrfD397HLWAosM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30160723,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJclKF0CRA9TVsSAnZWagAA58gP/3n+urZlV6NcQVVjdcTJ\nd+GkSSyCyO3DQFRonuUxajDkvyUyKMphnOom3sF9XapY1/u8YmgdeGeNb1mA\n3vsUBYEwegKqy55rcHakRX+52oiLffbxH/WDZlfzsAUoBW1HByYnmkmZI3fh\nBzHqFn6cc2JkWETOY46K8XvzEizqWTFnUcMS0xW6G+XEkUVXMZNJJ0qVqTq3\n1tHVd40xWAg3odFfnLuXbU451f6UuthqrLgcnD1/fPHJ1j6Cox5ouz3Q4UdL\nJEJ2tBJB77dfQ2ip3quhaFqB9shOz0Uq//UjyQM2QvZm7U8jl2ZpLaGik7kl\nxJzHsklOLASQ8OuSLCTFy0OJDsFLNlQ3lUUzsVf9unVT9ZzeObv1sDLSe55d\nxVujR95Ltm13VFuTPbuEgRaQ20uJEDryb/upUp5qGaKamw1LRNxql/pdCnaL\na48q9K5sEDjgP3OKnqEo6ctoYUAzBm1+gtpNSZ1nPB9/Mf5wseCdwga8epLg\n0jNTfO/n9lfLHJyyWWVjiI8QZDiqEWCuv7szN/OrcqgWPEmNk5m7ivg041i9\nO05Z2CVJBmBl7uAi8EhQnJ1N5oRmsUi5jDEZRuV1Q0GjiwgsLllkIXdf2aP4\nlyh041FjQ8etl2wqZ8+UJ9ze75EWxQ/rfTg3yt4Qux2fCu2f7gEsshNpVbgZ\nxCaJ\r\n=y72p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","title":"Choerodon UI","module":"es/index.js","gitHead":"e11f17bb9b8713fdebe35395c0648821b462e08f","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"node ./scripts/copyFont.js && rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc && node ./scripts/copyFont.js","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.8.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.15.0","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.0.1","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.5.3_1553244531974_0.6803366764463872","host":"s3://npm-registry-packages"}},"0.6.0":{"name":"choerodon-ui","version":"0.6.0","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.6.0","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"60258ab5f5d9f70a1dd534f0c68ca242b6dfdb63","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.6.0.tgz","fileCount":3895,"integrity":"sha512-Ov54N+Ivrk+A1gjA42sYbLP5YrASeLG//jyE6fHncWxJaZoo/AeCUmnb5iElnWFQwT9Cv/wozrOFcZs+QohiXA==","signatures":[{"sig":"MEUCIQCrHWN3l1XldMTO/hYkEixiq0z1/OKR13m0B54z6vR7EwIgFGWwEl6xr1l7poxPH49WUKxG3qoA+QgjDQFiVGJbL00=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50296774,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcogBBCRA9TVsSAnZWagAAqboP/2IgifdxJgJggNwHMyim\n+xF3semRlLRfBTZOybXHEIAoA7k6uTxp7qDigDrhdtWfafLausq83oVwFH9o\nfuPDK2oD6dxj8MS47hIhTMwDCmZHGW3+GVbBcSL7GIxdxWIN4B49glohqWxU\n3ZcJHwosMc34mBymFaRhQRTMgc7vahfKRH37Hqu4fAf3d4F7LYEXsUa5LxuZ\nJryMHb79MnzBBFuikh7djzQ6fIcSXwfVjTvtetL60PyUkjLrrNUZ9ADsfxbi\nx/zZv1fpztYzPA9VcBcGLXR4ZWszAJFeZ9kNLQTRBCd+mOe5V9pPpzBOTUeY\nZijLx5JnfPK+awqLF3qYSfMbP3LTHE7nqVzlNs1zSCcAYgZ65DLErQzFOuB3\nCIn5fGLosFnbcQnArl6DvH2zZteUQOYqmF4Ic5j6it4h/ZARMOe7hYK7ybOt\njieufPRERSxDg34R+jx2iZtAuuqrrbPBlx6hXyWvrDb13h9P9iakvxpPkn+5\ndAlJ4scqnCfZZ3NF6fzRnvqKmjuMk1gJOvh+5pfQjjGuD3JSWk+EWIaFvnKx\nF6d1DmmhWIdVYvwqzMz8iAR6k2hMhOl3Cs7EKfCVgGi4qJDnO/T8ezArH+mQ\nZDNGIzteFEFEraQMo+VcOenomGx7Nt7yvVVhQuvuw3h6Dwje09sXck5ayVF/\nqvYH\r\n=+enO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"267b8e72ae04ad5c80c336691d821716270f3f00","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site:dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"^1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"latest","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^24.5.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.18.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"16.6.0","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^24.0.1","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"16.6.0","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"^3.0.3","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^24.5.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","gulp-watch":"^4.3.10","mark-twain":"^2.0.2","mobx-react":"5.1.2","react-intl":"^2.7.2","typescript":"~2.8.1","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"16.3.16","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.117","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.0","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"^1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"16.0.11","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"15.5.2","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0-rc.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.6.0_1554120768095_0.23703358777167627","host":"s3://npm-registry-packages"}},"0.6.1":{"name":"choerodon-ui","version":"0.6.1","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.6.1","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"767967535819de632aab7177a2c981a6dd81de59","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.6.1.tgz","fileCount":3923,"integrity":"sha512-m3SsWtduCYwVcduHi5YgUuC9wugb/UrhvdMFYWyKXtupZmjwXDyAtrK+XpKIYswaSZGXNI4ZP+czM0fXx/y92A==","signatures":[{"sig":"MEYCIQCBbO5ocGwSrPFOnG84y9RFiw0oHL4cszWGUgC03LSqPQIhAM8LqZoxe2rGFiiT55COALDxTcHITnB8XWclasDTFyPy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50703575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcuHSPCRA9TVsSAnZWagAAFCUQAJSBVbQ2BTWcxhqARiOq\nMLPWBC6x34wtePDeiomSZJpip1RAZzE1k2IPRvuxhP1KwtgMs/YhLzlfxT6/\nPHGSkUlZwBYJFAKL+k+V6vN1ZwhtfvA06nSarspbxr0tcpDHJlb5z32aHgVB\nu5EsNEmuIRodAkzG5S2kzDtn3XQJrhulQAKFVkK30Vb9OS4R4Aoi/K7TOcI9\nJUF0nwxYNLm1bVJlujFj0KVbmfqxz6UFJqTC/FdD9CEkzQTEVtaMEpJ5IKzu\nsQOlNsQBcKC6cofvDFugBN0lr5ZyiimZ6tis68EENwrT8xDqdHFqiaEmza4Y\nCGtf0M0H2Np2xWFhhdkDVFVtqHhtFsmqMN9zlwU+jybVDq6KbbeHQaq1RZ5i\nW2Wk6vmw3M22boQ2o6qtmTRQt8iz6kqKrC2Xz82+QuNOGlYxoTWQxX1psHZ7\nkcjO+cYTJky2cngzL/k6tuVF3fcZo/cKXDatu8xeUijCKREQAAiYDSIgmoeM\nGmUgRvBG6m0VY2RHP3fyeItj4F+X1IG5NBbYCueJs6OO15ct9CF7z0r3EnsN\nSzGGSkmKNzvw0lBx2oyVuU3eJW9VHVw5r4c8OBRRKYm4aXufJ7tOKEKDykwe\n8RYFN2xb+rxHdOnR5fgAtao2zbt5XVaFBTaSs70AqParZvHSPqUOHpMGhcNh\naZNm\r\n=XhPa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"9e10e0b5c24f24e70709c8952336fa23ca0771dc","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"latest","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.18.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"16.6.0","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"16.6.0","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"^3.0.3","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"5.1.2","react-intl":"^2.7.2","typescript":"~2.8.1","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"16.3.16","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.117","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.0","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"16.0.11","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"15.5.2","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0-rc.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.6.1_1555592334186_0.43569310142346085","host":"s3://npm-registry-packages"}},"0.5.4":{"name":"choerodon-ui","version":"0.5.4","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.5.4","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"2f6058d5901d3e0514d7dd284cf442b90599a591","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.5.4.tgz","fileCount":2515,"integrity":"sha512-c5YkSmiScZCmjSUro26wLL95f3rLeX9V04lQ8ZHhJf+xQz4gxndSJQ+QvNo6mmGW/yIhpOYn5B/8i+KAR7WaRw==","signatures":[{"sig":"MEQCIArlZ5qU0w9Gix0p7g9LB9e93EUlpld1fr8hIHCAiUiXAiAdIo5LzDPS/P4Qv8KHJOGYqGIJZz7AJwWIH1QJXr6Dkg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30625745,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcuUtmCRA9TVsSAnZWagAAPakP/3VJ2ieSx+p3uAEyvkFy\nHlAmrKu2ukm/ppdox5nYGs5uhFlyEEYloTfR5Etj9t1OrOGy/7V3ufPAYr9U\nwHYPEzZrjfIIkGGX5fv2taCtoijBtWjSkAWAz103rDAGRhUZ8AxRNxNyXOCM\noi0Hy7CA7aHaIitWE7wQrVq1d7CUQL9awuh/MIM8/amDB/onSyyWLtRf4d1G\nv70EmJ1OsRvV/gr+qEvFeLZeky825X0vT+jY4BVLNMq+BjSWOXDBlJWCnPTg\nJKqlVhHi9YJ//xcactd0/9FEFCSZedn+jwjHnEoz8Shku+v1z8pG7bFjNjX5\nOjR+NbX8zPRId0UlcuQeDLDNaH5k1xCFlTiqr1AFNonHy4TtrgsYlaSmREP7\nu+miFN6iR7JUh22xX9jnwhZdvYDeZeTy0w+Cl0uR3em6/hRhJxvI09rybioq\nDjsdJN/zpVl94Zj7q8MOhhnemXE6p6tt5kWnc0KTSbd6DBcubd0vdBXRpnR3\nJhErDYJkkcCqlkTEUuZabDvYo7/agiTznx8DKlmEH9FMu7u2Q75iBBJibmsZ\ntKkv0D1SNXq/KyVpUilY9D+F9kjBhTu7A3GaCBU27e0/H+lw7e7X4xOurP3c\n9X4I8XZj1cvzVaw/4qTzXwaMxXuw4LX1LQS5RDT7QaJyuE0afdIO8qBgXKx8\nsGOm\r\n=4loU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","title":"Choerodon UI","module":"es/index.js","gitHead":"9ef39b2db715ecd26311a4c2f89cd83f886b4a7a","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"node ./scripts/copyFont.js && rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc && node ./scripts/copyFont.js","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.0.1","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.5.4_1555647332947_0.49863416627164225","host":"s3://npm-registry-packages"}},"0.5.5":{"name":"choerodon-ui","version":"0.5.5","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.5.5","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"80828094d9eb4dd742787e4e106bd467b716673f","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.5.5.tgz","fileCount":2515,"integrity":"sha512-i/DWwfmnXUsjDxEWpeMJOios9AOMdd8S2l/wfbiQVo3VuOqiwnkAsTDCE9aREHVK28sTbAKWm+UFRVPRZnRmUA==","signatures":[{"sig":"MEUCIHGpCMp7Gq6VZ0UtWE6MWNMAclKxIbm5J5wvJbMzGD+1AiEAuXNpyQ6PjXPUf9oJGYzoDl3whdAKhdFnF8bqr8/BGOA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30824489,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcuuJACRA9TVsSAnZWagAAKPEQAJFJgN4F2kJlQ04meb6x\nm/rl5b5ERtcVc7DYCZzQtpAtVeLIw03Z7fECfnTRu5Yo8gd/7iF/rha2g5RX\nSjYe5+1Pbuh5bKxhleK6cXVeYhXVuyKXNKDUbIsjio9dvOGHM+20tN0g/smz\njvS/N4vZNVe9LTwjhH9GuIL/Tt6iZ8rgat82Kh3jZC1xOPwQMPwPyPQU5iNq\njwzS0W7qLyB2Pehf5X3gP9csCD+YqfLpw8if4pRaw7LUFea0ZZQ9lLQQXCWT\nwN8gz73rxJBw+Oz9Sv8NI88G7GJxmHBfiMzlZkH0oTimHm65gGsL9zHLzUV3\nFz9wPdAUwGgMVQFwv/oCJ+1grqZsEW7tqD786VSqWS6D8yVtADxk+8tRhH9c\nsHL7N6HkoHUbF3U60XVbnLtObebQr+/NEYlih2yqjAyDcy7gAlvYv8M2SOeI\ny50JSCjhduYiS6spc1sp+TtqO1ZnVTg8Or6OVc6XwOXvForjQ2zBmfzvGlLB\n8hrP7uJX9UnmHP6EA9LOearU9bfTu7IVMwv0vjmmEUbFAaRrZf3xlk++P1RS\n/WqgBXvjWfsHdR5H7IMuYGj/lni9Mu7InkLw53ysLUR8aZs33Pg+22R877qT\nmFEQXjFj5faZyX3+CwgzI2ePZBQnTXTYmWq1L1weXEI/O8x41LdRfCWvoN1j\nm7tE\r\n=Jf2Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","title":"Choerodon UI","module":"es/index.js","gitHead":"feeb65373c9419277c0cb9a5ef6f7ab70f3fcd8e","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"node ./scripts/copyFont.js && rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc && node ./scripts/copyFont.js","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.9.3","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.0.1","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.5.5_1555751487491_0.8381266622909365","host":"s3://npm-registry-packages"}},"0.6.2":{"name":"choerodon-ui","version":"0.6.2","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.6.2","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"676637bb6ba8b5f8580d6e5fece7804822b9aa13","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.6.2.tgz","fileCount":3929,"integrity":"sha512-iV3ZRDsb5LAPCBdzBd8N0CEcE0DWNpKMaiXMP5cUHigACaiF1sJ8b7XF2aYG8VWbPBn9sXzfDUwk9fTOc1rZ0A==","signatures":[{"sig":"MEQCIEZBN8q2WapPMPXtO7iLcO5CmXdpS4qIB9lPXuR6tkAfAiAiN3T93E+cCk49GP0taEET0Y4PVlCkze98+l4vZuk2Ig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51691599,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcwIn3CRA9TVsSAnZWagAAfE0QAJKY6FYl5h4XWH7evmqQ\n1LeZfeFoSbHFXx7vp1drhUCxV+dSpyuLdlP+gxAsc0wuaMEdql99poHWHLJh\nXk0/L11AVgzdnDz2sh8EdA4uzKKFEY5cnHjBDKGaQqgarYLHZpqaX9W4kSwS\ngrJ8XFvLHPat/pk0CvKfaK1MqigSwICb2OJhtVUNTB/UwsznxWt9yZatdOvR\npvyM34v5LuUL7e8jE5rqg4OJpGSfVzGQObFNmSKVSiNF1V7BOGcIDoWstq48\nkJTECJLYDLwpG6WB9C/d0XJyp9NzU6wXbgdOcTY9BEOsYXB0IEV7PrWcw6mt\n6KL+mQENnglrIc1k/LVFwUfXH5Xp6rf9AwHYB0Y5APvquYqhhopxQOlE3WH4\nVU4bnHlBKLUP+thBBe0oUIokQ649+9SvDAx4BnEHDcgFnZlvSh6AQJvFKXXp\nb2pbwbRuFTJ8QjxLVEN5HkXqSsFSj3KbQwWNNAfT5e0YR1wNyZk7Yhd7KAD0\nVri8aD+ybqg5hIArvz8/xrW/zDuV+H3zuLTBDAzVm+NNfrecmgz+PJQ3I25A\nErXVZ3dxtkGvMAjPnyLoHIeQ02p4HbEsH4/VqU3CGfkPvuXI1kPxvgdDxUdo\nlqTLMmeQ8W6YOgL6z4muVZcJQSeEePoa1v/AZWzEsuVQH/ir4sXBCukCAWat\nnDTP\r\n=Hqu2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"1fa800a0acd6720ee33e5ea64ad547409f89195b","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.1.1","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.18.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"16.6.0","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"16.6.0","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"^3.0.3","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"5.1.2","react-intl":"^2.7.2","typescript":"~2.8.1","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"16.3.16","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.117","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.0","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"16.0.11","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"15.5.2","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.6.2_1556122102999_0.21351791338116222","host":"s3://npm-registry-packages"}},"0.5.6":{"name":"choerodon-ui","version":"0.5.6","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.5.6","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"bf1b50bcc43da93f7a7a50e75e0dbfa92b76b7b4","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.5.6.tgz","fileCount":2501,"integrity":"sha512-fzdGlmSwqLyCwfGXSlGyAdB48fkIcYkbUR4I/QelGGJK7S/jqmKa2AWw207Hbyp48yIUOfiiAqMqtmYbMNE/1g==","signatures":[{"sig":"MEUCIQDJt9b/Z+76qgtl/cgHOmG10JFLUC5fFdLCZLygmACa2wIgGZWArqqaX2khCa45SrnIB33xM1bruxh0D6QvT9sZcHk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29678951,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcwW7kCRA9TVsSAnZWagAAkoMP/jlF2DUlZTchV4A+C5iR\nOS/YopGznEtD9+odH0vTykZ68u+PvvqRiQED9iLjt0YCuuwrOBAPR4jE2AZM\ne++VvgQS1iNLh/X3ExJ47YTmzodlCeqAxIVyjkW6epGLc9dIXTSPmRa/056U\n7ecINEZezvDMyc1NaSmcWGcVuLsOJyh4ZlRZN8fEsqnL1oKHmFMjsla2kQcr\n8Cs2QD3rkOjtDzaUh1P0dtVmVatTBIXU0yL3IrqTM+8TcmeC+0ofZYjumU3g\nvuuo0qFOugybLqVNo+PR8/Rb/oXsxJ75GhxWOmcAnd1W13D8ANI4SUc29a3M\n+IIguu/qrixwYPM9gJw4JvVcrLmUgmjr8Or50tydzmZByr7ajejxNzmxEmTj\nj8Ge+Ut2xhBUOR53cvxNoWtra+Fpr/xePSqlNwUYozv889GCJHd6zwSxdUWx\n0H578Jo14qY7wO12Xvim4OSBmO4bWvmAIv5q51phEPTlLvX27tjWEa85sT6H\nY4B8fqPPW8RdJaA8ezxliH3UO1Pn+E5Xi/9GdCiN0nXCjBgO1lGvA4Fz12BU\nPHkoLxHtdzUbgqrp8VDzE6TpHEXYzWTmh6YpaWDPk3mAQfyi0H33yTvM6t1J\nKSPbkITBRqm/QhxT+LFJmy53XF6pO50zau6O8RGG/Sgf1h2bBhJfAhWNhKKr\nQy7n\r\n=g9a2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","title":"Choerodon UI","module":"es/index.js","gitHead":"6ac7fefdf3cb6b35d0e12b612b2835c3fedcd289","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.1.2","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.5.6_1556180707925_0.995084112303271","host":"s3://npm-registry-packages"}},"0.5.7":{"name":"choerodon-ui","version":"0.5.7","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.5.7","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"f4f104af7d19cb632811093d71990eecfca3763c","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.5.7.tgz","fileCount":2501,"integrity":"sha512-cCnUh3/4qlsbwZhmdNEChDbNvDs2o2EPZK5e+Ik9Sc0nk6uOI95m4yqZagX2BzD8VIvB4CvvgFSZyTgUSo9DLg==","signatures":[{"sig":"MEUCIGJjW9HzCrIlK+apUZiaIlLL573fCACTbC6DoDo7maUXAiEAiXhumZ0r7YnqxJZEm5eA+LBTMUuK0b7FiPAO2pwDj9A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29673345,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcwqQLCRA9TVsSAnZWagAAhj4P/2FzLS2eetIQ38+uOHCR\n52Il5Jftjd6DidhEuPsnuCJuh/Ozc0r8DbX2pwpJtcYHqJlWYz8DcB2PMRDE\nIMRAMuK7b8vKDXu3Mx3bZvUPUFQQWuilaHXBJR21UMG3bXPEVI66syox2ICr\njB8jgMjXujk8oDq2zsxUy11kiz73BFlajxSc+2CNd+Twtn/PBAUIRy4F9YqC\nKUYD3sXra1OWK2qvpLbyp5fpMUUKCuM9HN9U183f7MVNfUj0AWhM93zfTQcB\nSGlGQlIXiPAt+IiajSLuPRe3OkrvVNofbu2e5McM+RRFaF+JmWM5W1ikj+oj\n+A4jF3kMgpXu2Rmm5L92ZSf4pvul7jAOAflVYcWFiRDvIBeYdQ6azxQDXpFS\nKNYBAmYVNUDohOS4APXi2Urgs/89g7+l/OGc8/DjS7QqA0/GIoYlMYzRSUS/\n+A9oEvN6Sbeu7OOdf0qOTdyznomJRxVAdW5z+1cPVt9li8RoqVtxlBdF9d1/\nqE0EkJyRl18odzaUanE3upCC88GV2pUb5Jk/n7y/JgnQEuGfPyFhDyHdEjKj\noX/iOLKEvf6ybY7lLJf+adNvte8SjDyU1NJ0O5XB7fl/nT/3AtpJXrnKgnY+\nCQ6KysNmKrvfIKoeTHhUW/WmVxFBrYLEFVEQbNQ5HMJ6BDvUOwzozDaMi40I\nPayQ\r\n=rkKL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","title":"Choerodon UI","module":"es/index.js","gitHead":"2d525f9270c93678e5fd86e38ae50f8caffa9e95","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.1.2","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.5.7_1556259850794_0.9733656173620442","host":"s3://npm-registry-packages"}},"0.5.8":{"name":"choerodon-ui","version":"0.5.8","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.5.8","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://github.com/choerodon/choerodon-ui#readme","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"ee93e3e835f753c941c6295a7d719e4315018c80","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.5.8.tgz","fileCount":2501,"integrity":"sha512-rv+J3sR18Vz+eeQhRlG0VNRlPsg4PKrPG67wQdkb9ubzAH+UoojhtNLTeZ56yP1ZGACOQB3hu1gwN7M9KI68lQ==","signatures":[{"sig":"MEUCIQD+dwzKddDX3Ii1UGf5HVX/gBoHgZB0NONJZDNXgQW2pgIgM84wW+pmoVrRebIAEuOp0mqgo3e+ABTZohQDaNZBgZA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29653235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcwxeaCRA9TVsSAnZWagAAaLMP/0eIxFT+GgkXAp3P7vPY\nnK56LnWGK7Rxn8/muwTpR/iA/h6I4iP1CkQcw5rOp4eBh4so5lvng/vcJEa0\n7Zm5+24nzwcgONOL4AI3SHELmLpr2F8o7izJFww5rnIF/tgAQMnaxCa3+jXj\nPMXqUbRR+4gLmQtlYXWJhEug7+CnJwzPMveC5p1U+LKESCup0CzUmdj4LvnO\nyll6vcQMgY45xSaU9U6zK91VpmKBaRCha/IzbVqjMwWpoXgLU3UNnYthmpPS\nve8vGYmekPkAXABHMPEgKBKCN/Wwc5ONd7c3wFi237CX59puwaBHwycBndY9\nRUDg6ezKJKdi+xkd675pwuhdb6vFsaE2gykVSmDue/jbU89QSQMGxdVj4Lwv\np5DiUBkVXdDqrvpdgToMBRBygsJk/DVECGWtGj8FhJE/SZNj/8uU/Uxi6pls\nqbUwHpxJxQ2y6/gPOQvnXo42vGqXvpSY95WZEZm9hhG6PCUJWQdpglfa/ixX\n8/YCbTz299D6tRmdMlhRbRwlLFGEXEbw7K6XYJb2XV8FwKcR+QWL6MbM4jpY\ngvISN+q+rr61esS69ZJ6Mv7lSrQWD1JndlQbWxEeVNMGT2T08CMnuK7v7hLb\nopzIT7zqP3WbvpHWDXk8x1ha6GUv0vd+Kpo+rZFU7eyI6Y2OXXAiA3vANKIQ\nnZqy\r\n=bhRF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","title":"Choerodon UI","module":"es/index.js","gitHead":"fd49ad9112dfb7ed5cd0f8756c7c4f4769b072fa","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-antd-tools","tsc":"tsc","dist":"antd-tools run dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt","autodev":"node ./scripts/autodev.js","compile":"antd-tools run compile && npm run compile-rc","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"antd-tools run clean && npm run site && npm run autodev","test-node":"jest --config .jest.node.js","compile-rc":"node ./scripts/compile-rc.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"antd-tools run guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","start:preact":"node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"pre-commit":["lint-staged"],"repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"async":"~0.9.0","lodash":"^4.17.5","moment":"^2.19.3","core-js":"^2.5.1","omit.js":"^1.0.0","warning":"~3.0.0","draft-js":"^0.10.5","dom-align":"1.x","expect.js":"~0.3.1","immutable":"^3.8.2","classnames":"~2.2.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"^15.5.7","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","shallowequal":"^1.0.1","babel-runtime":"6.x","css-animation":"^1.2.5","object-assign":"^4.0.1","shallow-equal":"^1.0.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.1.2","component-classes":"1.x","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^22.4.2","majo":"^0.4.1","xhr2":"^0.1.3","dekko":"^0.2.0","react":"^16.0.0","enzyme":"^3.1.0","eslint":"^4.8.0","preact":"^8.2.5","rimraf":"^2.5.4","bisheng":"^0.28.0","reqwest":"^2.0.5","unified":"^6.1.5","delegate":"^3.1.2","mockdate":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"^16.0.0","scrollama":"^1.4.1","stylelint":"9.1.3","values.js":"^1.0.3","antd-tools":"^5.1.2","babel-jest":"^21.2.0","enquire-js":"^0.1.2","mark-twain":"^2.0.2","pre-commit":"^1.2.2","react-intl":"^2.0.1","typescript":"~2.8.1","ansi-styles":"^3.2.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","lint-staged":"^7.0.0","querystring":"^0.2.0","react-color":"^2.11.7","@types/react":"^16.0.0","babel-eslint":"8.0.1","docsearch.js":"^2.5.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","preact-compat":"^3.17.0","rc-queue-anim":"^1.4.1","enzyme-to-json":"^3.1.2","rc-scroll-anim":"^2.2.1","moment-timezone":"^0.5.5","@types/react-dom":"^16.0.0","remark-stringify":"^5.0.0","@types/prop-types":"^15.5.2","react-virtualized":"~9.18.5","babel-preset-react":"^6.16.0","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.0.0","babel-preset-es2015":"^6.18.0","bisheng-plugin-antd":"^0.16.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"~1.0.0-beta.4","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-proto-to-assign":"^6.26.0"},"peerDependencies":{"react":">=16.0.0","react-dom":">=16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.5.8_1556289433357_0.8318968608238517","host":"s3://npm-registry-packages"}},"0.6.3":{"name":"choerodon-ui","version":"0.6.3","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.6.3","maintainers":[{"name":"choerodon","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"4ba4f18df9a4038290a8165f11b756ea95cec200","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.6.3.tgz","fileCount":3929,"integrity":"sha512-DbvyUenfPN/wzc0lOUf2Mv54n2emRNS2MAFTLxfCGR8Kc3HSiDx3eYfhhbK2TrDJxzbEVsF/q8DpIwMShG7bNw==","signatures":[{"sig":"MEQCIADNURt6UCAkp/X7JU/YehOcFZ/GbtFLu9ghro7cT4iEAiA1Ol999mHp+dNvxN+IacgGSAodLPuQf5kB95b3op8uuA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51847174,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6APHCRA9TVsSAnZWagAA3fwP/16FJ9F3WXm1qs6cO8zR\n1CFwsv/R59iuw5vkQgvdkiucBs3mP6tLTrUgzb5sJmd7uM5nhHeioiFAv9mH\ne91Qc18GgGCHL/tYOMBx2IC4Wx6Un8WUWN6pttF+rEe0SVxUJyTwe5719Mnt\nswfqHUhNoPTTUJfWmcMxAUuQ6c4lXvfBvKH9bMYmaU15Lg9utPx+vZ2HX9Nl\nzb+B9N0uSGEKjGdmiquc1LoEcvIGToRibBC94VfsKj8UEq3pHpxlHD2ULFJ7\nvYSn2pnF1oV1g0teevWnfGROfG2bYgtbEkIvZ65VSiwjn4JZ8nTLtFvik11o\na6a5LOkAXE+/iWVE9EWrkjhEvM7cbBrmhIRa0WA4Ld4A2LcacxQMXJIfE6Zj\nUWEDQg2/HRYfSc210obYTrdjuX1Yj5a2pieoq2CSvPsNUuQV+IqWD3gYAkJT\nYaFda6/2qv+9qosHP0tqG/5jM7A91Hg70SMWIRWMtoqwZZ1Puexc3nPz8Q7a\no1eGNLKyzKXl89ySlYmubICnxUqcWjEdRsRegCG1dBEZNN/o9g/ZmUz46S3+\nbO+av39tXwQxPc4tM+qSnrfd4npcTx4WvXcQ0kK0vsda6Y2BOG54jaksdko5\nvOh5dzMl58tkNoFyhxvPLO08pdG0o7ncy5IwytZQdxhPm8k1aPxStyb5LjM0\nrjeG\r\n=IZoT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"97743e5aa4606692b18e3f686334dee40e405f9b","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"choerodon","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.9.3","dependencies":{"jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.1.1","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.18.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"16.6.0","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"16.6.0","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"^3.0.3","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"5.1.2","react-intl":"^2.7.2","typescript":"~2.8.1","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"16.3.16","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.117","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.0","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"16.0.11","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"15.5.2","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.6.3_1558709190021_0.6108109004178142","host":"s3://npm-registry-packages"}},"0.6.4":{"name":"choerodon-ui","version":"0.6.4","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.6.4","maintainers":[{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"deec551d4780b2a556237b9a8c70c6dd15ed28b4","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.6.4.tgz","fileCount":3957,"integrity":"sha512-5WUkrui5I93hV0h05eJGqC0DusbNSmPpp3e5Srd+p+8a9jxR4NdeQT+i6qjr4jRpRIoUqSBvkyfEzxN9bOD6PQ==","signatures":[{"sig":"MEYCIQCBxMeF6/FeMaNnQUufnKqVasPLfPf+X8hZSK9feQtDmgIhANkeZF9XqiDUrgipv7Du0psxkM9EyPJ7SOgoRxWWZQKx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51711515,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6PcECRA9TVsSAnZWagAAFvwP/Rc1mzYkdja1aej2aF8F\nr7vdc1mZNpTwpeEEgVZIovezdZM4n/QK3qLLDVEAul485o0XCAPszwK66wKR\nv6ebBrJnkehdZhYklYKFzysSHNaxkjPMOe7WK7KDgfD8RxsPEDyBPaVCthMl\nAeKxB5nOuhXnZdEKWrY2WcqATVrXkwpMZ+pdKp22OSVi2LTT5Hia7vuqLqL4\nyCDPX8XFrBGo/SbVNaJhlHVI+HQ79yu8pI9CXfjYJKxuYktC9qatXVMCXZVa\nGkdIrbCiOxobkQVRrt1rChg6iTOfeZKWQINSfQesy5junuNAIa+mC8Y6br4e\nivKS3j2QvmGZ1GePRmjZbpn4QEOXhAxH1VXXQ/Rv4+s0KIvsRThl4nep4ki6\nr/S/AIM4J3TxjBP9fEu1OS6PzwfgxLh0XwN6/lAiJUAJCuVU9LfmX0jtlLGF\nXusGYPZHwD0yz0RqEibOjVz6aTxZw1N0tFoSN59Xv8PJyFc5K+Z/7Bck0I/g\nBoPwrBy8h093RIIKxCNyTHs7E2G+1nzuwMAhqjcmEdccXZXenrijVUlVdHyj\nnKHmw2Co5dCiMChQnivTC4P/unBUWbjxOyHUsSL+Gl9cApB9czJUC1o73bm7\n3Tt2fMCXtaCKG0VU1OzW5wV8/4UsAlTs4FboXp98mwY0sS64da8wbut6Cpfm\nEzN/\r\n=FLDT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"ba6d08ec6d388db47e18d180a912d191ce3e534a","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"c7n","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.1.1","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.18.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"16.6.0","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"16.6.0","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"^3.0.3","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"5.1.2","react-intl":"^2.7.2","typescript":"~2.8.1","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"16.3.16","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.117","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.0","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"16.0.11","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"15.5.2","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.6.4_1558771459387_0.49071813015063204","host":"s3://npm-registry-packages"}},"0.6.5":{"name":"choerodon-ui","version":"0.6.5","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.6.5","maintainers":[{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"98412e6d6bea403be01ab063dc2ff535564f2d60","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.6.5.tgz","fileCount":3957,"integrity":"sha512-USnd/5+yQgCTAmLYkkR8fhnRBYtZzjY8YzhYHg5ImrPokIWC0EnR1T1JSyFMf19IHLIn3SBs+xKopDafg/JRTw==","signatures":[{"sig":"MEUCIG1jVG2fGIcLTRP+WZORag4yzqf+h/bV0hpWAKWQGHbzAiEA0GjaKLo3n/lIdjmuc2X4RH5zMQQy2DtF3cDO0J5uWiI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52052493,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+hgoCRA9TVsSAnZWagAAZIIP+wce2qjUfcVuF4RsbM0a\nK/aEetMrfvUk1o4zxgdtYXRgat89SVxOQTiF16C20W78RnuMqS7HEchVQNNz\nBY2+vwzcs/Sz1EdKkRrnO0HLDJsCcuL8ts8rrlFfNKq29rHnmWcJIa0a9E3H\n8lI8dGx/l9gIqRa/DA5YSWReuiO5kD9XROkWQYtNdz6MLgWTCN73STu49YZb\nQ77otPQx178Wj9k1AEad3N5u17cxlEnOb1eKu8ZXvWZBlLoEoi0PZ+HShBJM\n/aK5mQ/meq3avJWOHMBZsnJHndYlb5a2qoF6d9TAh+MRos4h5IKZJ0QgdmSg\nnas58h1bD2PpktQ8kibl92ahHwxd3YSqOJ1aQVdiFg0njf13PRjCM5/Qq7RQ\nl6B6iVpQUwzkdEYsbe4DhumdvUZfWgiP2Ouw7GXw76jggBiJ5XeZOscDmnBh\nH2PH/cbsjUXUuapBZyNfUi9PAyDSWcbe0uA9ayyDbVrOWPU8QKGsd2pa98Nh\npNZS7rWMS8CvXYL7iKWR8sXnk4DE7djl5kc1tGdszyQKz5HourhR4YMrMVw2\ne0DUhl8NbNPsYUrDvqvVTJqkGRhcXoVBjDzqRYJF1ZI2+ivXJMMHejPHIKTX\n/oyMmg6Xw3jUYzdolLpHoEouzzWFinI4XzrAiJMEzp0daBXFkDD7hF3uROKE\nx+SX\r\n=+e8O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"b2a71a365d35073327cc01a6d956a4c466a42780","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"c7n","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.1.1","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.18.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"16.6.0","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"16.6.0","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"^3.0.3","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"5.1.2","react-intl":"^2.7.2","typescript":"~2.8.1","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"16.3.16","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.117","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.0","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"16.0.11","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"15.5.2","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.6.5_1559894055536_0.46987173551513317","host":"s3://npm-registry-packages"}},"0.6.6":{"name":"choerodon-ui","version":"0.6.6","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.6.6","maintainers":[{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"8c6a82827138718350142262882589068c82d2b8","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.6.6.tgz","fileCount":3957,"integrity":"sha512-8GTd7KgI1idh+jn1giRIk9KpzrWQkDxaNztPTsJ5ZUNDo4wjyqZj/1p3wKau8UeSUB7ywWy/n8POprTACR1xcg==","signatures":[{"sig":"MEUCIQCHEPQOezIt7P1hf2FJwaoetsWcwqt45XCJd8Cu7yLUyQIgQVhRyu8mBnngF3Ch4rDk01SUWKmqVU+U2lSx6XFMpkg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52106969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdAJ32CRA9TVsSAnZWagAAGIYP/iarvSmItDk++oiVrZeb\nBeL9bxPCURSdwyBAPmy4cJatN927P2W7MBfhrOjFGqrELEdwpjbd1WYxbkwV\n+rmIq1laxHyQetnvAfh6Zn9GBeoZKXfh4oXqpZ8Qf/VawFAXu3CnJ23fiXsY\nJjZjrXq6/w8+BOpEgyZgVXzbyMwE7Kn//oArl9HGBp/HHADHNSGn8e+Mx1YJ\ngmoSQMGdNEI5jHuqyts4UHMxOdgM1dlJIiitX7BNBCrJ3m2uUbDfFCOtEB6M\nhtMqJGVja7PLQvCeRqNNbOxBxNOLQvEL3uvOl4iIUna2R0xdhYaqqKRcNF8P\nKRkjZOiWvcH+dHB6DtUhXVBHEcmjQHVSaapg3xpBid7uR2wVpTr1icAWPzGY\ndWICSpkBkbbtjU822Bj2FN33RuGhhL8mk9iyRfNnr+SvO1qCOphJc87pJObc\nCD9ZUQYUQlXKqnVZApKF4azb5ZdSYGR8GP77lVzVWoYHC/tQXnuz1zbJfISh\np3il0SeF0oZzlt1ykqXV735ylQetokVxw6vRq7UjrVaruklQehSHNSBJsh9b\nivpm2zQjmwdl+E0yotVXtUEdU9j28bqTM0yDgtbvkmb8rQ5Z7cRw2QlWvk0g\nJ/ZdoNUu8DKpecXU0BIIEiBb47nMUM2Lb1z1WuRwdbGLyZ4wYIJqL5KI+k6W\n7Emg\r\n=SEE/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"e95ad4f153330fe2c57a617001fcc7c6463e7d71","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"c7n","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.1.1","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.18.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"16.6.0","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"16.6.0","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"^3.0.3","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"5.1.2","react-intl":"^2.7.2","typescript":"~2.8.1","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"16.3.16","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.117","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.0","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"16.0.11","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"15.5.2","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.6.6_1560321525304_0.8584747614654604","host":"s3://npm-registry-packages"}},"0.6.7":{"name":"choerodon-ui","version":"0.6.7","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.6.7","maintainers":[{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"89913650c6b22586ee1898a98af53fa2a621ce0f","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.6.7.tgz","fileCount":3957,"integrity":"sha512-uG1uBr5APu+rg0Io3nCw9R1CVqxnXd8F+LbJpal45leo6Pq/7rAiPa9pheaX4HriaPqXW9SaiQw8kmlQw41Eaw==","signatures":[{"sig":"MEQCIE1tVsqKzDqpx8idKcmThP2uxs2nK1/X75HojnKhTmg5AiBM2rXo4yyg843XSFb9r/eRTbcfHDIFLkW08R0HE7uzGQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52115942,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdASOqCRA9TVsSAnZWagAAy80P/3XW16VEnYVFwBYnxqMj\nRrJ2icbfBiO2qgwyBOg96WPfVVmKSgQxY82G0ii/erSN8O4E3del9qzoIrfw\n/2hEFsVFkFr9yETakEyWIT2RYLeGtIuhjYQYHm1z2vw/r5QHnD1vmA5MUpyZ\n2lRNBdUgyYaGmo3fpftFqtlQyUHYeywIhMZDrJxUvq3g5At5yswpIPbxCR+U\n2MI3ZIPxAvgIAeLHyymiZe8bLBsBwYueem3tBleWJeIpH9dqahko70Ow1TNn\ncrb9uCMfqfEuhej1qedI2L+smVGTMGtFvuA6JzRILBFeQmDh5Ncsx1kg+Fsr\nuOkVnVi+uETANDP63hIk4A+RjsVJenbGNTTGkIj6paWsfSI/6PkTZmv/NFsT\nxTd2AaMr46dm8VdfT5/EAicTMHhr47Rmg1yy7+jpik9qdFdU78kMUHNbbRPM\nF9OE8aXZsK5VyoO+Sx1GDQKAQcxbV1dN/OYQw3TpnDGBAAD2xVApm+QmLmdg\nKGyBDHPuV3GQEoa1c4rEP9NVhp2vrR1VH7DC+QoEz0St33I/gF0RcFA0n7xm\nb9QIzdmvoluZdxp+ScggeR8dpQ3aHFpsOgD/TZriFJPu7cwvJp8yx2lhR4Yf\n03LY5XFmoiJWRdzSrDuSmw/LUuhnvrN3u8a5x270otItQ5zXPO6D1eOQR7Sh\nCf43\r\n=2RSN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"592745a67a48c23ddb3b9ecb8d1f519ddf86d85f","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"c7n","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.1.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.18.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"16.6.0","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"16.6.0","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"^3.0.3","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"5.1.2","react-intl":"^2.7.2","typescript":"~2.8.1","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"16.3.16","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.117","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.0","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"16.0.11","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"15.5.2","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.6.7_1560355753940_0.5695243979118259","host":"s3://npm-registry-packages"}},"0.6.8":{"name":"choerodon-ui","version":"0.6.8","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.6.8","maintainers":[{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"f7af65da06d8042f76f1d90fdd19bf99db3b263e","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.6.8.tgz","fileCount":3957,"integrity":"sha512-u8dnKKOY/OcFj1v3dlPWLyxoelqQF9QX89hV98WWi3a0D4I3c65p0qwUlYZp0GKZ+T+JVI/nMnROz1m7VO4upw==","signatures":[{"sig":"MEUCIGiPiZHtoQO/JTLUY0AOuiw71y6S7vPVNaO6D9MkwTfuAiEAwWJz9h43L81jYY4mzdCYxGXpMPUQardsuJkb+LEJTLw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52122780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdAhxxCRA9TVsSAnZWagAAgEkP/jWZQKv00Tz0QmmD2ESd\nD9Fs/CLQkTF7bUc69MKhJql11Ce8f+QkHoNd+S0vMfyDIS03svw/2E+juQhQ\n8No7aSqy9ewT1rSlt+yM/p1GqoYR4DgPZXrAXXKpvMo92WUdt2RfDDoQ5aLI\nFg296KD1ZVy10l7GtwwqpAh6bI0/Xm7DSOn+LUBLnDgq4yGFlcmOM7rc8J86\nuGshXmrwt9HM33bxyn01XXsHXGV2dAcM6d+ZeTRjMFGzItVOvTtz3evLWLZe\nX+j0IhxSNPmd079ryYxCmIOTDxmqpOpIpK30AwuycKJL7cVFac9MVReH1JFA\nuocS4qLaP5ChVB+5JkNr45+iqAVXau/lrqgqrkGEdx5CipCaIQNoEZYCs6kh\nGB8TKKO3YqBH9RngUL8P2lpj0uGYkWIDEkH1VpIHIPg+AVoAOR4wsCTt+Kzv\njvjtooz7ofXbqSnUfcAMYcAKWhI2hT8m8JhV0CJPJQA0Kv0+5Kwn8GhKmq3o\nbr81FQZ9JxfqpiU58RTnBbG4Fxffrq4B9DrBy/HhlGnuLZeGdwDPCf4YH8LX\n6PHMtefKYNKMhuZ6Zb7PqnqtnbGQttLjFGd63CdQEuCg9jUnYFt/pe1JM7TL\nJdpNeb3+TCSggTZp9OAoIxY7eNyf/zedjqS9Ov3fSrKWOmSS63zk31uFMqYa\n8iJP\r\n=o+62\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"8e51a12f31db64973f6d27710e80d6ff93159d18","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"c7n","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.1.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.18.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"16.6.0","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"16.6.0","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"^3.0.3","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"5.1.2","react-intl":"^2.7.2","typescript":"~2.8.1","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"16.3.16","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.117","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.0","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"16.0.11","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"15.5.2","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.6.8_1560419440426_0.030962926003706315","host":"s3://npm-registry-packages"}},"0.6.9":{"name":"choerodon-ui","version":"0.6.9","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.6.9","maintainers":[{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"dbccd17a90dbee318adafbcd5510b806a92f1c42","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.6.9.tgz","fileCount":3961,"integrity":"sha512-iW4P4Sw+SPJjRHE5aNSy15CzhTo0fo1SlPQCfyo+UrMQPOxG0bXfhkciVTrcrqvmPQFAHSGpbS/u03/OqfXfiA==","signatures":[{"sig":"MEQCIEMtreWgQhHxvwVwllxPdyGT6sfZ+1HMxQ5pOhzVf6pYAiAjdJu0+2c3WFvF6CuhMC06KiuLUH5wEODB3pCCqUBx4g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52245280,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdCgyaCRA9TVsSAnZWagAAvS0P/A1rxoFiEk/wQpESCbJK\nDvGcuFoLQHQFqzSPSkRBmO9vN/E+ot291Mez+R8ySalECwAWrn7uXM2iQTJt\nGi4QiiUwITt+hA8Mlf2desd0qcoScL2xfY371dkaDc+uWuE+H8kQPtM9nJD+\nGtvvPCFTSmXzGE/XrDIYw06riH12YeCiTK9e7VoC86Wzk68p8hdULCQQfudQ\nKuj+0xN3b4jA1sr2JoixYOH7esek/2dUjWzMqhM5xWgwRSX8zdrYRJpyYqNB\nDUYlEmHqIDEedANU6PY/8/Cp4CD/8FtiHxcZs7FXjwVg8jTtkXn0ucUqeJH3\nVEoAnhC6/9az/i82/R0FotkDfSHvXtBAoKKMPXlJT9itzcBGiVXuL6nzCPxB\nSOuo+L5jV7cAqjI9pM3xpH6HmpQCujem7JSn31Q5g1j1apDH0rblk3ryAC4f\nYtPOlRRDzLJF4wf3II4W/PLK/jkmMp0V91YI7XhqUDtGgL9b+l2ilZb2pq+N\n3KSznim2qcSyQPUaX+HThGp3PieUe4x0bQcGjkrB8cSEyLn71AlEd9J71Rjy\ngvtiRGHhP+B0XPdRaiF0muISswWbqck6XwjI9ma482oVyQ6xPGeSFqFBrf4d\nKz3nVaW0Qy7uUwRYCCxdFkFaMIo6fO5kd2AyngwrLAUhICKWdcyHlZBaTGYC\nmfwf\r\n=MNbo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"394cec22277d1dd62eed7f366c1e97692cd4fa5e","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"c7n","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.1.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.18.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"16.6.0","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"16.6.0","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"^3.0.3","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"5.1.2","react-intl":"^2.7.2","typescript":"~2.8.1","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"16.3.16","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.117","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.0","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"16.0.11","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"15.5.2","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.6.9_1560939673546_0.09023318311516837","host":"s3://npm-registry-packages"}},"0.7.0":{"name":"choerodon-ui","version":"0.7.0","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.7.0","maintainers":[{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"2eff151ed1052bc75f59ae8c3158e605eb059555","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.7.0.tgz","fileCount":3961,"integrity":"sha512-v4BKtM8RIvwV4eS3eIqdiY76/6MVAxZO+YafCrOdEfYBmZLCMLAVEs7znaRri4Flw4+OWrJmgHltTIZUEk0sjw==","signatures":[{"sig":"MEQCIFoLOJO8jR1+59t97atsbRVT4MLhPW1nSmhGivIJ8wtEAiB2h3HiQ14ba6M15H+X+9nR+KHqoXXjQBQ9ZYi7rhcNRw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52245298,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdChCqCRA9TVsSAnZWagAAWAcQAINChx8w7rkPA0LmUFit\n+R4Y3AknyLBq65WEvbNfloHTHp5jnasvRC4jB6v0BW01qs96xr931ZD+0W7P\n6YmDSzh/LtkLdLtRsEVuqnYkhJUappuaM8c7YnqaVfAEbHBVDgk2YUwlo9+9\njpXmhsYnRBeDFQZX5nPpj70HK3NXhFsvcq1FK4mJiemfoKDpa2eptuE0OzOV\n00vPQCNXWh6V9BCXkZ5n8jknrJKzd1HeToGvSmPnUeWrDjBBz61CJonxg0eP\njw96zWS74xw6LX5DwQakK79kp/B/z0cffNarX/mmunSKlgDQqSj3TMIgD3Yv\nQ2ZZUCXWjzK3b0r2u7RKeZmii8Geje05KWmsmZmvZn25RlByAhk+41+DITHh\n0AQvjTeDJaApFjFwR2DRDYdZctqypF2hvqlZlhBgLTUOUtiZRi03diydMIPe\nLc2WLyNDM7Nu/A0EpKXsFGwm3CHBHVMpa7s3uR5fC5XK3k/PZZ9v52vGzh6G\n5DPOtQx11XhzAu03HPpv0i+F0cAO5M87DPDCHC0iGsLgcywCnL7X+tujZKJs\nB2iXv70fG2+pYnAn05iMY8cJvLIN34zrVJ1ZB8TqKN0h7Kvbdi05c52/1RPJ\nL+qnaMLhIDYw869/L/D1CPYafqV30HynQh7l4wsD9U+7klM98NOl7TVQZL5j\nskd+\r\n=DimQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"dbf18a2c3ef1b560c5ea944dc34b7c97cfbb80b6","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"c7n","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"5.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"8.11.3","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.1.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.18.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"16.6.0","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"16.6.0","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"^3.0.3","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"5.1.2","react-intl":"^2.7.2","typescript":"~2.8.1","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"16.3.16","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.117","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.0","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"16.0.11","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"15.5.2","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.7.0_1560940713398_0.1360670538857469","host":"s3://npm-registry-packages"}},"0.6.10":{"name":"choerodon-ui","version":"0.6.10","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.6.10","maintainers":[{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"4f9dd58fa51273125447ca337c87d2e39f7f0f7f","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.6.10.tgz","fileCount":3961,"integrity":"sha512-ra0ti1sxNmYMTt8xm4vUlWkuh4sHqLjXs5lM4mDjFuaRa3Cv25+t+CCMjx7h1E2ANUo6YnntMDDlokJV7xLdSQ==","signatures":[{"sig":"MEUCIQCPPGsmft8Zf8TSXYD0IXYk0fZdLrv/L+qWa6s8Bau9rwIgVj+ReQImocEHEN2USUvybB1KYfkWybLiGzEQgtWk09w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52390140,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdEiJqCRA9TVsSAnZWagAASpkP/ihXP2/uJpaW3Tj+M9SQ\nQpTuaLJyvdtCGHbWG/dFIucUjMkL20LHQmRvGwa58ioT8vx50n0FFjG1hKHw\npakqPKCaaA/3Mpu2XDUwlw8hjBncZ/MjjEQHeR8C2SwUYhsNwCkFT4mhAScu\nYbDiK7cxwHp/CTAA9H0aHbWYVCpcvlcvF3DCDFbHVQLvkG0OnhoOrdoLcZTr\n2WaFCP6e45oSJgtWRFLju6hAp2UH75baP63j5Rw9NtRHkP82GkM8mF24PBqm\nnIcV20QTyCtAKasnQxajwKJNoJwWWKFHkKG93+w2scEDuNgmgegb6XPywAMc\nlepkZZQG0L5SnMEzZs4qbpAKOoSWlhhXtwn5SF4WNAkjgG2kPfl0qDKJXAgc\n27x37XfqYxRd1a8/KMKGbsn5IWrRjBkG2ypx8wBOSbSnbVimGBCk19LZsNyH\nEogp/juTFgawn6DGbpjpvDL7FF4cdOrM9ENvlAJR15F6B4Nglt+i+K14sFYl\ngHuOH76CvP7iMjwq1FZB3bzcM+bqZBXfX10OXCTBvxgJ/FQi9II/v46vEQVF\nhL1UKDoglD7m1Wpfqcrbn2ZIXYrbOk1RRk8IHzMgfAEuykcpSLejJSYbumfx\nzVTBIfVONdElnBNRL1xT5FYuk5Rv8xKat9iOquAsI8r+5rikNhkghUy+Gluh\n538b\r\n=cKd4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"6f535bfd95a97fd4e10b2a7cdc7203dfb68496b2","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"c7n","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.16.0","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.1.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.18.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"16.6.0","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"16.6.0","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"^3.0.3","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"5.1.2","react-intl":"^2.7.2","typescript":"~2.8.1","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"16.3.16","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.117","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.0","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"16.0.11","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"15.5.2","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.6.10_1561469545400_0.7932630207808382","host":"s3://npm-registry-packages"}},"0.7.1":{"name":"choerodon-ui","version":"0.7.1","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.7.1","maintainers":[{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"5d1812c50b6b518e357b8bd63a07469579cfef99","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.7.1.tgz","fileCount":3961,"integrity":"sha512-a05XoIf0iYrQN1GlzBlsVw6XM21Pdc59/Uu1Mss5XahRPP5ohEKwynvmbQfzfDR33Mme03HgefLKGG2gB2aJrw==","signatures":[{"sig":"MEYCIQDl/tRd7Wptc7IMaxME/7GQKur4dr93QQ2GAISfTao7BAIhAIm7xnMLGAVcSDVbXVjbhUY7VnQ7rRnzeX5WKfv5b1ei","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52390157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdEiMHCRA9TVsSAnZWagAADKkQAIMUMPvRwgf9OlKZZCVk\no1OPcxsbrvoU0jguIsozpegU/oj97NjLhxb5AulodBCG5qEBO2uNDVUBGMXx\nom40Pwf94Zv4+gOhFFNO6o8q9tmtLGqCNvlAA0Tc4g0g1Kadanon5jwbDXJZ\nLOF4RGJC3sO7nXBjulchCZ379osw1woE+xAest36zFF27aC2MCz2nJyBey6Q\nYhoNicBhMaeeJVMLhH6Y7QWmGOS/7LGWe39+TuBfnXOuForh/2t5AZ3rn5fj\n6twyPffMGhSeDmxy02bGVYWk+8XR8581TGnQnUZB9xYEbeizdY4+jMGu6PBV\nXIEM+LALQbyY7aZuv/oy5x/UCeQ9J+wwTwi262n/XIDtecrhsOw1v+dO+Zxn\nTeg9aC/M+dNxPOeEx+SJfX04kHJ2YymPvsJbsnCHmjsnYbB4JqkltOjGFYsm\nhEEQBNhOARc2tcJo2I25cIfX5XXuPQmV8HcIF2qHKpZJmYn4peUzal+kqRiU\nsdeFFF+2l+ZMP/Cw9kxnd6qHSXonnPvKJUDnHTl36r7sv+pFL0jYXLa3r+bX\ncQ3K6pGHvG56/ncjoqi1gc5D6Q/IKN9Kjn6zvmYhcTj5hHpIfAA8oq2SnRZC\nuyzsQL/JNEfw0T47uzLvnHA/JsJJo1qkW2YdMFZJw4QAmxrdQFHKyfRGrXan\ngm3S\r\n=ZQNz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"ba1cb4bbeb2dc5572796ecaf470c24481a727379","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"c7n","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.16.0","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.1.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.18.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"16.6.0","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"16.6.0","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"^3.0.3","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"5.1.2","react-intl":"^2.7.2","typescript":"~2.8.1","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"16.3.16","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.117","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.0","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"16.0.11","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"15.5.2","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.7.1_1561469701909_0.1372545536216836","host":"s3://npm-registry-packages"}},"0.6.12":{"name":"choerodon-ui","version":"0.6.12","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.6.12","maintainers":[{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"8034e07668058309a90983ae9d4afbe5fd767b87","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.6.12.tgz","fileCount":3961,"integrity":"sha512-Rbuf0YQQnaTtFYZkqbg5lo9rVmNXL+Gnj1//qnveFJXeqsRjHTupn3UsZGlELkzxt/t6qczhYbavEvuB1dzFwg==","signatures":[{"sig":"MEYCIQDDK/suRVYbFtW+ZAlVLriyvkPqTgW4d3pLHdz12OXICwIhANT5ekuvJj26LAHtCsddlhn+hV5QOpF8lKAy9kxHx5tm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52403569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFKoLCRA9TVsSAnZWagAAjyMQAKEnhaBxtilNGsqkhCZt\nCJ3iZbzn3FoJiZCA9nA8yr5RqYUxF/hw/DmQb2RlcKOAiPl2IwmgWXHFkPqW\nGbOK0/O9DAVpyY37d+xcNqG8bAgALHwZ+pLE1Pb4jRz3EWMrxeWQjx+GHmIC\nwQj37rLniMqWN+Ah2P0MYZ3Tpby1DRg3I36LR3jGrfiuCL54LA7OhmqaumfI\nQ1Di1Eay2efU42orrpaUkjdigiPnpI7k5vobotVgQylOJ4vk8GVN2bC0mu0E\nymiFaZhFwvSk70wtfNXKxFzhf5RJLa6XN7Biwo1gjy3KsdEGHOMhR/A9BHfs\ngPy2CvtCXX4dTi7jQBswQi0c/8IGcqxeiN3XaLVNpgIswA/P7VUYdBt9imiY\nHZjgoKGy/Jz5/fYipF6hkExZml7s3zQV4uDGnB8Xseg4bMRR+8tmE3X781Oc\n8tT6V5yQTrNronF7VY9L+FuaqN155PWfCidaltUM9koSDm1RqnluB6m5ZreY\nCxthBWkZviNtuw4XlFlev9+6A/p6CXzFHXObF32Xlt2KTHA6MghY3hAc3pS0\nIJny+p2rvznSIx3aac9SffhPh0JzEVpyRv87LZYZC3lXZL/RYZgbgBBNeV67\nhV3FBnudoRTUYmDSHeTogo1rTs653K3TbN+H8USrt8suNi02htEiwir20j1K\nMfNg\r\n=zD27\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"e556f6f25356c6e36dd3cab59405ed702a88df61","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"c7n","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.16.0","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.1.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.18.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"16.6.0","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"16.6.0","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"^3.0.3","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"5.1.2","react-intl":"^2.7.2","typescript":"~2.8.1","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"16.3.16","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.117","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.0","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"16.0.11","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"15.5.2","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.6.12_1561635338247_0.6698400987666249","host":"s3://npm-registry-packages"}},"0.7.3":{"name":"choerodon-ui","version":"0.7.3","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.7.3","maintainers":[{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"77163ca68b77f2ef8b611c4c3b2a0c9057cd0fa2","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.7.3.tgz","fileCount":3961,"integrity":"sha512-y0SU/svJrYOJNURNvDFp/VSnDovzSEy6Fd6pmce1WqMwpgiiTKb7yR/pdRIcfO+pcbtO2QBbW/cMPqR99iM6Xg==","signatures":[{"sig":"MEQCIHuLv5mtwmV5Y4JAIoagygjya/QzQhyObxufGdutTm86AiAEFa8ssolxMT/ncbXF+OzYg1DlHukj0i+uVkl6JLP0zg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52403567,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFKtcCRA9TVsSAnZWagAA9eQP/RHk5OLL6Sylds16+n7W\nnccafSXkTrbBP4BrMp+8Q7OYBgnzcN7jBT2HcJj4TTlH3VTk/wYfUrRobyJe\nE9MizM7tosIxblPxnsYoZaATmGLVBL856hGW+DRIvAZ6V7WDizqtgcCgYta2\ngp4DnjBwIQu9R1r+qritI5kXuyDIgxg6ywdBkJXbYo2+CS0pbjO16pOQxpSL\nIRGHSliJYCfkRmZtvsI6cuZvgI5nVimcTnA1lUYNUufRtbY3LzQZdlqe7hQ0\nmYyv27Omlu5RUF77QE39ohMFJunqu8Nsgisllu5v0KQ5l0rG6EhTkgIfriiM\nf4mpFpEm1EK0+Ttmw//x4koje1zhkQBTHgrgcHu60MfqGPtJVMc3WLvv3zP2\nGl5zghCH2K4p8VxjAkwAxkhGO+BEQKgHPTfpOMBHPGYnwjd7IEoDVxVZYQkB\niAPUOcsNznSmVe1OeW15MXhm8Q9c6gsGDFHImQllNYe6X4Q9WZnoIepzxBPh\nUP6ZMXqAuPcB8EV1KGnGrdnvPe5oMYaF+giUL8LGzNxRvYW7j01QIK9xrwPU\nTBnv3RyJhKB9iyakBFKQCuKnCxqSOg+CIvaDoqetl6mtIvwbxjUZ/ccPaBbj\nufxkOjE6SJQNHbYD/ul7WQbXFsQ8YzzFpvF14UutNQwmiHSRPKqYdfN+XVN7\nF6Fg\r\n=UEE3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"e556f6f25356c6e36dd3cab59405ed702a88df61","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"c7n","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.16.0","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.1.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.18.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"16.6.0","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"16.6.0","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"^3.0.3","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"5.1.2","react-intl":"^2.7.2","typescript":"~2.8.1","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"16.3.16","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.117","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.0","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"16.0.11","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"15.5.2","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.7.3_1561635675894_0.09455759076197778","host":"s3://npm-registry-packages"}},"0.6.14":{"name":"choerodon-ui","version":"0.6.14","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.6.14","maintainers":[{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"d379ecb9d2eee5cdc42be9d9c14189a5ac526cb6","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.6.14.tgz","fileCount":3961,"integrity":"sha512-pfBxJap9sebA2aF+N03IUyZSxPK3Z7my1zgn3I3MWRIb6aVihqtmPsvMVGfDJC92QHoRY+FOHEVLEANltH6hlg==","signatures":[{"sig":"MEQCICmnkSMiM5NXMf5n7XsC13OALGLTXvWFuwP/3EmWk78nAiAjHWz2enjqzLw14/qa3hoiwxUK3f4WwZSvx0qoW8zixA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52440153,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFb5MCRA9TVsSAnZWagAAnt4QAJzG95FXxW24/M1bavcS\nAyRFLfTpQUspxIzx7bOoQNxAXGIVENB+nIlBbFpH9xQ8Ltf2T4I8hmSU7/pk\nslQsPk0GE7kQ03ImBqFU5qDtXwyb5BCIwZbZHUCvOrmIvYdS8Nb8Y0MucfKG\n1CbTWhRHxOib7G/5KuiGCFcyi3gdtIVr3YKzBwYV/28ZQ+qY5hXwj7uznSgz\napGTN6BHcGsVe7ksc5Y8GomwHXZcfxi+MgmMnkC6LUpndGX8cAqSgMiwORVu\nRG2jPGb77SQGk7sQee8/ZEPHFb6Eq8PNuR1vveD9+kzqjdZ52DH8RxsfUYAj\nbuhtsIgPFV+1Xc3/AnCphG/Zq/ZTqdQ5GAjq8RX4fgcRhR6eyvTIYviO0Tbl\nhNBymaY/H7re/ZmRl0JBAqYEgk+1hBM3FXoT6Kvbod+Pgp48STqpJRX8I1or\nNVQaBjuVOf9yXtHxQCyX39dVvn9cF0DlkLaaD7ul/kpQ/YTRrUnKgiv/Hwdb\n3k5l6ktrgkX1dw0rI4/hK1KWUEHzJrGm2j3xfqwr2UQy0rgfrQOgHEv8qxYi\nLrrNT6pver0lf/O0YkEbF5XHx7COJzXGm1pB//8WDhZs3w3THDLpPGXCTqIO\nutZbYE8+F3oMufXlxZujMaJ0kCWpavQ8dVOLuLWiBcIoBtT2j1LHcs/uGgKk\nVIVs\r\n=3B1z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"f916ce05b77e637e3ac6afeff6e5a12a588f9509","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"c7n","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.16.0","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.1.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.18.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"16.6.0","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"16.6.0","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"^3.0.3","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"5.1.2","react-intl":"^2.7.2","typescript":"~2.8.1","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"16.3.16","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.117","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.0","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"16.0.11","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"15.5.2","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.6.14_1561706059208_0.9713876302870339","host":"s3://npm-registry-packages"}},"0.7.5":{"name":"choerodon-ui","version":"0.7.5","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.7.5","maintainers":[{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"8821dda5eef4446d587b0f144e8774ce37e96cd2","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.7.5.tgz","fileCount":3961,"integrity":"sha512-iysX5Kf6LDxMOLaFTqHOpjk5QQ8OOQR3DgNrw/lItmT/oQt4E//gxvE7GgyQPvZbXsiILcufXVWkgDtd9KM9Xg==","signatures":[{"sig":"MEUCIQC1HSA2SrZbT+lfxjDVVup/K8Kpdg5QQbsSRL9Q0t3rIgIgdg+nlRyVPrRbNWLdoBkHvqtOprUOrJ8U0u/E6SilFVM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52440150,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFb/vCRA9TVsSAnZWagAAGusP/1sXNWDa+q9uUCVE3U9Y\nlG+HVMfMD8w+10qcfONOLspp9xOQsftoTc3Z9Pb/5TX9z14qBzCnZnPb42MX\nsONokbGdSkvfMC6VSwYnFAXZOWor0mIKONeSJJR9QcFir1K3N0O206fL+vy4\nUzzYDXOJPOVh2Bioh60AVwtwXWPlZY8JSqaatfEDC5aNizPfJ1ivziyB4jxJ\nXVFqt301XvwpxdpS7F55bl0uQ+QAzJ7FH4T+R8Q0bTe15MQWMJH8g/HUJkJ0\ncDot3n6BI/haIrG8pIrHulQ6mcJDGksA99P6PXxUkF4Ao+wKASaExidYzi4U\nKrNgBocE6nL6TRxN6UTvUBoOdTjqHdrQgMutu4GDOxjlcuPBKhcRkyKBVhF/\nLBMC2fEWwixlILV6YGtKC5/J3nnk5sMR2eV01RS5+FdG4DrnfCxbnT5qCD9Z\nzYSAxNHwfyBj+e/9WBW19hEtecvNrwRZ9hY0qmMVT4SLK0/TfTC3wAFXh49l\n1ZD6lg84ICqGTb3F8RRRu1qscfj3Rk8gRBFqOGJ7tiPC8rGFguyuUET7OJeV\nxRFoT+uwsMohxz3/AgY7Tb0i8IijZz0M+phhSKSe8WfhSxIG9WVGtKd50fRD\n+lDmC2eyvOvuUge9OhyOpAZ+jEYIJMRuyRCGC3reUXcjpR3iAfERSrw0CIBq\nGHPE\r\n=IA9z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"f916ce05b77e637e3ac6afeff6e5a12a588f9509","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"c7n","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.16.0","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.1.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.18.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"16.6.0","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"16.6.0","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"^3.0.3","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"5.1.2","react-intl":"^2.7.2","typescript":"~2.8.1","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"16.3.16","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.117","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.0","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"16.0.11","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"15.5.2","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.7.5_1561706478080_0.82944606104959","host":"s3://npm-registry-packages"}},"0.7.6":{"name":"choerodon-ui","version":"0.7.6","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.7.6","maintainers":[{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"e5bea89bbba897ce278472c377c95e368679f4f6","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.7.6.tgz","fileCount":3957,"integrity":"sha512-uVwz1dIc+ZMZZr3BkBlYBEEekHXOPZMpXOSBApSzcNRxOrPQ5bbmTCDWS+Xggr60Wgl1YZmZHafnKcXuCShYzA==","signatures":[{"sig":"MEUCICgd+VCKKKE2cqLFkJnON4R/3MexNZsmKcYt1522okYpAiEAnUwGXb6MWlOjNVeoYhSfrotpLiLfdWbxIoJhnyE7G3E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52512243,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJLVDCRA9TVsSAnZWagAA2HUQAJqHKi3cFYtW1V6PNbZL\nJlswwygB8XR0Cg7PA4pjgIKC6pwvqbkMTf5MqlVEZMhYHqcnNZEHvQVs2tn0\nDwKrcuUwlS+qmCL4U1mW0WQbB3Gx3i7mVvxUnvY6bDbvqWnstjPjmBTTW4PT\nds2ldkzslO3V6zc159hwt9agOo988xvmFFjroS2nAgNam6+HFkQoKlnCPnkM\nKgejsZ+wWHRGaX4+UkTr+UTUFQE1OfYQm617UIRYHHUZ0C0aMEVyPaI7KIkj\n9fov4m6TrZCWvxbmyUPqjXa8atOQh23QYpE0RtD3T4wzTv7WUVhTRSMVj3dd\ngD1bZ0+QjbA8eblbOTAa30r1DxFEj69a1rSEVU8uH0DCB++l00C1Lp00CUDc\nMfIFuSohvd9h2mXHiQLFf0Bw9kJFyUBihE4GDA2ScSreyTEcyc2ZI5QKxiSd\ngO6DQ+G9d+SoSB2FJCl4FfGYaCBl/0MwFiiwRlfUiKIL+hdxrCB31A8xU+k7\nmx+ty+/ypAvhtQgWwCTbyLQc3AWVJzJuLCzBmruClV/IRnEA+vG3cAm8BMgp\nbUu8un6W12Pe8Hc7JPB+EQBwQaMOusY+oQFbP6aC1echVEoCKKiBiqd4bwKK\nktjXEw0ElqVFMWcRvV2jR2N3KlKypz/j/08e2oYWzTXJRELcT1Dh/d2JmmXW\nVoII\r\n=0We9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"f030078abf6a35fb61932c4e0df23a7dd33b53f3","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"c7n","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.16.0","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.1.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.18.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"16.6.0","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"16.6.0","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"^3.0.3","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"5.1.2","react-intl":"^2.7.2","typescript":"~2.8.1","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"16.3.16","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.117","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.0","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"16.0.11","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"15.5.2","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.7.6_1562686785888_0.4575698145730953","host":"s3://npm-registry-packages"}},"0.8.0":{"name":"choerodon-ui","version":"0.8.0","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.0","maintainers":[{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"01077f2fe63794984cfbd92d3d65393954559ee1","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.0.tgz","fileCount":3969,"integrity":"sha512-4viEKGpLhifbMpE55mKU7h+FKRpw88rIRrsWip+t9p0byKJK1xb7K/WadOasdeEvyen5JWSSHOX6eoRckTGoJA==","signatures":[{"sig":"MEUCIAhWZkYNpFSn+E4DmeYj2D3geCDEWbFJyrC7rkJGKRrJAiEA+Ud5o5VDeTd34qujttKNUaBNOTdXmCzo0JU5prB6OKk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52862549,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQ6W/CRA9TVsSAnZWagAAGXIP/Rki6ZneKocXqhXpPLDB\nrMwRtXWJWOVpRKOb1RmPfCUkZod6skdevvu90MAgN2BPwEPKnP5adIXiSAjB\ni038Qzoc2cvIT5pf7gFjZKDtiVfA33DXf5Yc4erT4Aft5OqODFFWRrqKWeNu\nm1bjnH+i+fHGugVXGjbFlizXQb4/v/DWi/NMLIP46uyOwSM1BmVDdUwKMhKZ\nVhndRJfJ0iNMLbAGXQ3zu/RlGcoZy0t7xp3xUN7GF8miGSnlDMVl2SucPl+u\nvcpMS2b+Z4rsyIBW0Cu+fTKp/7gxxLy4VcfH1N77D5jJ+C4p3qge1lr8Wtc3\nfbn2eauZa0CKDRig4fZYjkdO8aoP1a18KGN+ctuWfn83KXqw+kEfaGcKT3AN\n26eqYbhGZRjwJrQ445oW2zD2FWSMl689UCVnZNPqxr+/MNioRhkKcA4DxZC5\nV0jRn/Y7EaC4kHXP7v2YCOqGzv3GFubcCvK/0IPU3ODWQYV5zHf7IRFlKZ1s\nFS3xGbRUCnBfiEekXwAXLiFWtgzY0DQrdhsfxUkjde+lhlJQ/5P3xGsIg+4E\n84051G4T50kqc+XvBYGnCMIuAXFjYztJX50tRIyGXqUSoEHIhKOAdki2NpeM\nrznCBenN9wz9UqZqfi6UptE/hWblkjSoarpUuFnLdgpaTZdj/yms22HqMUYu\n1X1A\r\n=gahK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"d497a7fb91feb7158435d083a691ec688af6edf6","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"c7n","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.16.0","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.19.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"~16.8.6","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"~6.0.4","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.8.23","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.136","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"^16.8.4","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.0_1564714421667_0.25507778449553187","host":"s3://npm-registry-packages"}},"0.8.1":{"name":"choerodon-ui","version":"0.8.1","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.1","maintainers":[{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"39dfcd5c189149778a002b8ad66b3da211029fbf","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.1.tgz","fileCount":3969,"integrity":"sha512-aN8ruJxNcBBSqRR/QTMxkYi7cDudqkU8P1X633qRTAn2viIurIwXFTBKibutZ+Egl+hw4liWttbMwN+OuvFyhg==","signatures":[{"sig":"MEYCIQC3Dn6XBY6a+SiyyTWcMVoSC8vQ86lPbF0YhpTV4QFJLwIhAPbtaE4YtsSYP9YhyqSlTsD+KifKWwRGBCpXN2oRpBfo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52859636,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdRA73CRA9TVsSAnZWagAAi4EQAIicGPceTnJg6Wv6SSIY\nS/Q01S7kMVdcSBreAqDSsjtHi465GE7kepisQzd+0GJErYy3GEeDJVLmfzkc\nJLovVwYP/N23zr+Mg2Uxn8yizufY4wu3Z4tnP8Wz0KRHxeaVL5l0BI35C83H\nx+01aJ8eUZ24Qqik8uVJtXfJzqWWDr+XMmF8HBhPsa5srrdhVLujradeRUeX\nT2+oPu9xtg1c+7wRv2afjWb2+IbBGWmuKdltuA1Ff9ZKpg+H6gqtAU4jAU0u\n5h59pSxSbNJ4p/rbCyGWqxtN4m+ELzt9hA71mgeLEBpRiVSDphWV5tpjeA26\nmT4f9WDNhRqKAO3/yv3RqyFfflRHrWmijcXrGcowcxAG30OsuzvZK4UA1qDp\nZ9cTa9bohd/V+cNy5mOQEHMOxdL16oCT9Fr1koltf69J3/RTscf9prewOvmn\nrJouPjKQicHOeavzTXdmONsnX/7MNAHXV2a76y3MmC0qSXyw5wWJk19TmN5Y\n57xKFmexBj2Xx86VqVx1m1qCgN8UXcBdKVlwun4z67pH6MJCzaFrwjOMAtHj\n3pdnIBKH53zpJZkAyGAk2sSEI2byu/73ogRMHNhDS0t+KcRiSHxuKTILYfTD\nySVrz3ohZx6M5Z0LfR3Gyl85XuRAvaGpw6N37rqX8BEBYuBkGoXdFa2tUcB4\ng3Qy\r\n=//gm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"f926a2e95c7f927bdc64a49668452c1f6bfbbcb6","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"c7n","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.16.0","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.19.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"~16.8.6","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"~6.0.4","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.8.23","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.136","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"^16.8.4","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.1_1564741366415_0.19710443705370406","host":"s3://npm-registry-packages"}},"0.8.2":{"name":"choerodon-ui","version":"0.8.2","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.2","maintainers":[{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"a035ad7621423821b421a0590f40d1f86117e892","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.2.tgz","fileCount":3969,"integrity":"sha512-/5VBz0TDEAlk4UPTg6nqQFOIcqrQTBy7m11XCSXiXOG85LkFn5gwOxtV66Hz1il3V+RgCruRzDzMkz/825ouGQ==","signatures":[{"sig":"MEUCICQGjoFvsUH1dRHWHUA/abCgOgVD+WZocaPznB3tMdy8AiEAhlxWjMhPXSIZyxw0ng2gVIITj/loko79ccJCigCLKbE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52890009,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSVB0CRA9TVsSAnZWagAAd4EP/1yczs366cWTCcOrXOiI\n9tdlwut1N7RO/7LtAiH9i6kJ+mG8SVWhXCf9E80MvagBkGBzcI2f+UtdU+Av\na0x3nuVxBrvnks76u7hlo0Hh4TOcuh1ndR0ELPAAGbTCI/LBGWy5j+25rts+\nqe3QdrLrbcf2dUHhgXFO0j8jaY1hkTEymvtDEq+g2SLcq9nC9M9WlrNlwrka\nL6ua4/QLmfUGJ3udzspI2F60tnkvi8+FobjXzbMOr1O5Dh8mqFeoYyRgYD2M\nfoYYfSpIrzTpaslD2CK8Tyl3HlnZeBRF1fHsEGwj5nBeZ62qkrFjWDR8kTcX\naT7J8E879obfH4zw0/d0q3a9jgCg5yP9FcbcXZoNgQvK7w3AuWc+fuQKlYLJ\nxEh27iELEYpIIty26NreHIumGTgPEIE9K94dZO4437XdafMEEfoQeLv569Ff\nqkSEdtWgaDLH8GitqSqhsQLbKC2B4rIaphbwuXfOl6KnPZi0uAzcPzwDIMpa\nUW1daKPp3ZqWc5ZvTYYNc7EGWI4uioSBka894FDZw1uwdrydPzTwrX3HXbc3\niV8iAh1UuVRoxP6x3CFe6X1IGywNdajiHDMWq/dXhlS/doG7Z3BIH7RETBVh\nLKqiLdpV0d9TIynRvtrfVQw00kmKJ/pHzFEmC1E49D/HB1xKHKYXwGGrxTAW\nbxSt\r\n=03eZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"59f5e05e6c5be2c27161263dfefcf8e388402648","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"c7n","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.16.0","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.19.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"~16.8.6","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"~6.0.4","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.8.23","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.136","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"^16.8.4","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.2_1565085811645_0.893191292589214","host":"s3://npm-registry-packages"}},"0.8.3":{"name":"choerodon-ui","version":"0.8.3","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.3","maintainers":[{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"790fb932b75cb566eb03cf240f7357d2eb994337","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.3.tgz","fileCount":3969,"integrity":"sha512-E+kK62nTKM3KcCLCF+qsP4BXJQnUGcB/N/i4LdY5lCzUeINA+PqgtGWjbkUzB66VF9dNBJ/VuALYI/4bnnohvA==","signatures":[{"sig":"MEYCIQDoexW01qI+uPt5ryWECpPiweQiydi5HR6i209saGsbXQIhAPUtVQBELy8bzh5p1CJuLcbs8JYn4DKu4KRim73oPrsU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52917149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdS8izCRA9TVsSAnZWagAAazcP/ijP8DwMYoP8F+qFG6hi\n1ATjlS6C8v1tJHY2hVoPblLkvSwGL+14/ZWrY2vmOvFS/YJQeVGcuBiTskly\nuydrGEELGAObRUbzrPIqB74SCx9LZMuhDHLEKYSvjiBXwzvtMuRKKemP9dhT\np//1jqA+nYSObw7JziBqqKFDeMeJkRR1/pOW+3lGDbYhFlESRofn7JZx7sXg\nmBZWNwimEQf3fLC/cqPcL2RW464v9jGONPNyyP6cv1r/MV+JlNR9gNSCDHem\nghAM+pEcSLRAUwfyYf1opRsAzFZpJMmD+t733LxVWAynBqzyridWsAX391Ro\nNOAqSrl9Y9lt76kKeuiJfRZnymz+QUMdH2nvlH/3TtE6xB8F/eNUylhB+MYW\nywu878i+c5VhFj1xdRtOpk6eoGQ2Xv1mn7sv1cu6/lLMsTzs0/2xHebq9gRt\ntReGWm98HSOLpPl3+utsobx733MCQgJwTR4vuNJfwIULlMP1oFK5ZzKbDdFV\ncPHB+roVB4p4Y/iuHGqDlGrq3M5lqa/ml18/7l18lSiT0C2x76mSLCOcdOey\nHtCK2EPS+qnCvo4/cj8tMkf1ecUlqxrg338KHvmOc21QeNuKLvmrnz+SaDN2\n5YfjHgnrb8tv8axx2jYx/UIT9Cxd6zJX8GgyOuaHuTyoCckaqeV01QjnmwAi\nAUnX\r\n=vhXP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"0b1bd2ac825d2ea5e2ce232a4946e8dbb38ebdd5","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"c7n","email":"hailor1985@gmail.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.16.0","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.19.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"~16.8.6","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"~6.0.4","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.8.23","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.136","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"^16.8.4","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.3_1565247666271_0.09132348197455165","host":"s3://npm-registry-packages"}},"0.8.4":{"name":"choerodon-ui","version":"0.8.4","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.4","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"f2191a1a86e118923ca7f3bebec043db9f81eb5a","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.4.tgz","fileCount":3983,"integrity":"sha512-VWn+OrLda9qjWicAzxCNjbB4spvBxv0gWw8Dq82bFPmw0CY+s1HdF//Vrjs+rkketSgXIfGLw5R/4fNIo93IJg==","signatures":[{"sig":"MEUCIQCYmjQK8QHCvpr5lP2A5cw1yz8t/oLODpijS5vgkqwr0QIgSfsCAHs6QMMRFX4RRitp0VHTq93UzMeOYnd2lwP+9JY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53199323,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVh2MCRA9TVsSAnZWagAAGI0P/1hgEYZeeEbjadYbnJu7\nPcqiAvothiH0UHk2ilXgFla7mZN3r/k7vNUrsYrKEz77KNmrYfv3ywl3iavr\nXmBWWrtaBMI2Pmc1k2VnrtuYUBB59jTBmMKkHVkN7JKCXzqczd5gGztOf7ii\nHS05kN7cgD8k0Q1GwEMhSf4P7z3K22y8Z900JNE2aZxLw5/yZntsGLZz4WLA\n4/a1I6kahwqKX0lRfghdwCT/PdIqNX8ULESbH5GDOzRdtiCM8lAeKHxokExh\nqBTaiOhSxUlRUggHz9F9Sez3wLg28xlo7MO4lYesEjLao/u2P2LnpgufLsMJ\nrY+eIOMrlMVWspM5N1D3av/LthjLunGXUC0Uy9C1P5yG9MTukedQV/oRDf5f\ng8+ta0E5QTJRmvbj8bzbxNwmgMkybSkR0F5RQNMg3v1ENcYZWIvw/p4B68hn\nh/N0EAINw1VViCXRvQdHPtYtjXu3VUw8pGHHnPphAj8bg9UUCHYM8rLGwi9B\n63sB1HwumpBAzqo5BmZOKb+i+piE40NeYuakCjbqzhZi29ckyjKtT6NOJNwf\ncdIW5WVgwceUPevWOnTOwUw9epGiLhq7V7MkWEELgFk9Fwl9syojCOoJH+4P\nxODxnwYhbKwoc7QKdoGZ2O50jusEXVBH41IE27X56W/v5n0cf8Hg4G9hcc2F\nYQcK\r\n=MGUD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"bf7e9b84ce0ed35eb7a5f8d1e9ceab1e678d0305","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.16.0","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.19.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"~16.8.6","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"~6.0.4","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.8.23","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.136","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"^16.8.4","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.4_1565924746782_0.18989088657749398","host":"s3://npm-registry-packages"}},"0.8.5":{"name":"choerodon-ui","version":"0.8.5","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.5","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"0cdf53239e58d8d880036cd61683c465c0b50e0e","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.5.tgz","fileCount":3983,"integrity":"sha512-KvUh2IU8H5D4vSIe5MXzo1c3+cGEu23EpW47YurtUrFvR7Fba4fU/KuXJZGV8Fyv9cdne/AOHUzcoXDSW+8fYA==","signatures":[{"sig":"MEQCIHFxiPqiJLIPw0/50rzFg6WJxYtMHsfDu7P1YUOhgskRAiArsRZcV5cQ63uB7G07AIvsOuOnYvbbscbeNSPlUZPQ6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53166986,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXOnoCRA9TVsSAnZWagAAz98P+wUrbANUKe9cqnX54f0c\n+yWX5yeNVNQLElmmZ0zeWsmGDhs9ECHklO4N4nkGoYFnvMsrAg51fqqI9W6g\nvppGJm34ALsrj7RzO+SuggxuIMvOhNDl+Ch8ap9B5xQ+JEpCP/h4q1yjQ9nV\n9TnM9a9brrgYm+gZBdsW3adHPrS7dDo7ZBPc4JqCc/jxBLLAlP3IUxIF0/o9\nQK6Xl+toKqDNUlBJow4N4O1GbNaoHy8jXZghy3ikDyJA7RdLO5IvfjpZxFwG\nHChjui504x5Us3KnaWhRLy3hRNChXRH8kaOXWal3mWm9aja8oz9AQ9fmPQGy\nkhTGCg8BdYYg3ey6/X8pVW3C8vJYg/kQPmObXVscAMAaC3jsPe8FZoWvBC/s\nQUvYsGYJvu+JrNYtJERxhGbT2NS+rrPchhnXzGOLyTyJjKwlrFqTCdfrEA1W\nWy/8H0JB4MPd6wckpTXWG4VbJd6r5aMWIw6mIzyr7c7QbdhtU8dgBnH8a6Yp\ntPHF05vZegBP4+r+xKuGkydL3QE4h488ze9JDK1f/WaSX4xWH4IJgiEko15/\n5VpPt24GKneEaCz9ckkcJzpm79tlbWt2GQAg8qA60gDrQJ7e18MMOe4R4ipX\nZ7/fxe8lpKC3UYlVqdfCE7L1foAswQL59vUrmBXHX0QN33I/Tb76akXoe6vp\n6l7I\r\n=aOV1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"422c659c1d31ae37f26f381671b053765e63ac23","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.16.0","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.19.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"~16.8.6","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"~6.0.4","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.8.23","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.136","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"^16.8.4","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.5_1566370278348_0.5702430651855739","host":"s3://npm-registry-packages"}},"0.8.6":{"name":"choerodon-ui","version":"0.8.6","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.6","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"83624506786915dede7ec879c9f54dc4878dfb3a","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.6.tgz","fileCount":3983,"integrity":"sha512-wDDeZ/5EtxElXRgPJ9u5846JlcveYUPzMECd41Aos0PLYzTjeUlI9+4Xy+kpbdjWBSixFVyM6GhdmwvdFtwRRg==","signatures":[{"sig":"MEUCICIEuklrJf3wEG20G+cplcnuBIrNkVpFXIoP7GIo1+A8AiEAlMg3xslNRB1HSXJEpKbebFpK0IedL6R8nNpSm/zIg0g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53169550,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXRZRCRA9TVsSAnZWagAAaQIP/AkQzfX7pUjHbdsh+oyB\nHtkqfYMt+EqmJvmF685YLE4W4QQmHXz88vI/WT5f7JCVnWkbI1RxJyNfBCYc\n9pES/bcXh8CsQ7mHkOWPUgWPxZa3hIkPNgl+hSbq8f2DcAh13WnhaiAniPjf\nGyu2+RCnPtKWN3lutMzuw/XyAKl2zuaLJ2j7YkCd16sPyO6Q+Gpt0oIMSnMl\ni+5Qnqeply0164L6gQVm+j8PjZ8DC4XnzUEEIOQzjACjxXML0UqwSH1w72P3\nls5cAp1HZYaP67oE3GmtlAyuHxK44sYerE4Qa4XrYEGPf4iDCtAQxw5KZq6R\nXU+jeag+yzsGjIDZ7AeOkvI7Y0x7W1kgEmWI8N49fS5zIO0d4NG/OkJ7mMYm\nv9t7j6rgvCYeE2whzyPrnUSrayNABXx0pmaeDT0qn0b2O49e8MeRL46qDgbo\ndt7y4roj+Xvke4RNTune5gJvFP93eaR4wD8AA6CNRWmc4baPyyR3xOjRBzI7\nrWIC8tH8Xqjz+mlxTHqKENUDRBK0et6BlMDMxlDTBdVJy2SadIKgu7y+Heui\ni9/yIUfFDAt65DaebZtnm8ihE197l0r+dU7O/FixhOvfp/W6d4JWyoj2Kk+U\nYNzMBLvIHFUDITWThDGqr92Y7UsZkjoLbz5Hv2zkqucXdfoGwOSP3i6opnZA\nGuLv\r\n=j4aX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"f61a881e7d5d4a2434676e909d0aa7498141ef53","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.16.0","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.19.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"~16.8.6","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"~6.0.4","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.8.23","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.136","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"^16.8.4","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.6_1566381647978_0.05684880820508753","host":"s3://npm-registry-packages"}},"0.8.7":{"name":"choerodon-ui","version":"0.8.7","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.7","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"0abb3465b2f48849a9ba56878221e12fab892dd4","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.7.tgz","fileCount":3983,"integrity":"sha512-IOiQ9AvjQDRy2N6Qm7uiF/NFBep3XjxLcJCt5HsSFM/sC9+PmFmLGsTvMHddDSXsT/bz9S59hbw8bF4VbyIb5w==","signatures":[{"sig":"MEQCIA1G9gfLGGPpu2SyHIIQEVLfBzGiaq/lDII/AC4+ixnkAiAWI/BE/Z09ooICZzoAvdTc5g1OinukdvuB+OHbMM72pw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53197335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXmiOCRA9TVsSAnZWagAAXhkP/Amxoj8p9YgEUDQaruYk\n0zeTIZh/FGz8x7qjtbDZHABCqdpkhtFeQRQjaOEprenl6bHzi6ya3GRgi3BR\nyHTtVEBg23iPri+Tv5CYzvLkPVaCnkq+GGaqridNNuHQC9tHu1osdvGWNQWL\n3P+bXlsWKkaZtJ3fUYSLg00AF7Ul/TS1uMLx7u56KxB1zEgIQkenD9AZjguM\nbSNwBWj36nKkPvDmiNJdQd8pzMR5tF5Hy8cve+YvOQcHyOdAdYkrxr6lvY5C\ntdHFbbYqojgbkM6ZcZt+VZpBjDFxpWOT82FHCFsg9xabsb0NtTvhanMJr54q\nzZZrroArWDJqE9qD3ZtxZr8xMX8KV9GrHEIv2w6cpUhgcrfIdORL+9v4nc8w\nTAnYCO8m54dCfttAiV9CuRV7QQwZ3xWuUssfa1XI7IU1kY/2zw8Bp6VdtTPk\nkcHBCU+IA8yC5G9RqFQ4k/tt5oDBRmf8tyKQMBTKY4xdMbosPeR+RoNfHC+0\nf1qJU82O7WQriP9IlMisJEZjVsTGJmerOYBvhGbmFkm4l8yhKwcJjwB/JZdw\n8BARdvzqc4eSacGBydE4yjp9p1sGGY0ZNbe0F5L99ji3YmSQBrVDnkRDVVn6\nj0WV8L6onNucf5IV04A3pV+KfiVj8h7piK6X2c0zNFRd3E1akh3kC0IWODw0\nBtjY\r\n=37y2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"1915cc9f69e81a28bd37c2cfdd5e575ae6ac0bf0","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.16.0","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.19.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"~16.8.6","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"~6.0.4","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.8.23","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.136","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"^16.8.4","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.7_1566468237367_0.880106609437681","host":"s3://npm-registry-packages"}},"0.8.8":{"name":"choerodon-ui","version":"0.8.8","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.8","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"187a0aabbbd031b8e2e5b9ac2358228128579556","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.8.tgz","fileCount":4001,"integrity":"sha512-nlHIWUp3Kmi9PfdwaDdzoi8H217arjHZi5DgrLYLzYlqPSIGN+my033oZiQ7QuOy+OfMBit4UrYk7TQ0TIXYag==","signatures":[{"sig":"MEYCIQDCAvTXY9pB3oKxd5wUs1mwzSZoUoEdhW1zZ1rAA4fsWwIhAI2JDyTndSffH++XKglJcYt2SRByqLtHUb+lBHwkmZ6y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53270298,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYApQCRA9TVsSAnZWagAAR+QP/0q/sQ/sxdVBDRrK0Jkc\nKuGdXLhuecK/gjdkshtRkD/24mtZBBQpYB7Qr7cwRAtSkIXH2XwC8zYdDeky\nXsdDAkM3TAG3jhmbflMDOjjNmpVbujC5mKU0q2Nfhi1703J+HTofpLkgxl9k\nN1MB83tLi4v9f4Anq5LpwiOs9olSg5wBrBNzf2O0alpzaNSlUhqnaTrmvw87\nnlglG++3dRoD3+A4aePxf463nkHmBvMNok7a6lKsSPcm2pwwRcxE4VwZDD8p\nFKq4DwqHr9KKR6MTPsD2Ct0h9hi87SOREIUZJcRvtLSIYJTYNdjRNnNQjpo/\nwCQVF0MFsxmozsFIQ2tCUnSQUs9BV9fwGrI5c3Kv8kbsrnYcYCbOQxu6XhPb\nnzaI7iPis7nRiE5iNHlNR0rYHDFWvyd5v9I4fHkEVgZ//LSrErfBPaj982Xl\nNvleR+iHQZvNT3vxnyxnsgXob78FmIjgohekau4fxy3S0oxNHcRMq0q+Gna1\nvh+goSH9ate7XRY/ypsCskJqMu1RJgmNh1NXIZOtuGeph1Ams0e4et6jTrTm\nvY4Uah/rbQa6oJfjHWpjZ+d7HWNGUJNwjdWjQ5c4jA6yRg6Vk5vQIj890xX4\nKJM2S3oLVoVV5p0wZnDrmUHFC9lh3fY9EWm4wAhjQy0xuiCYn5kZjmNgMtSs\nucbE\r\n=ixNv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"fd011f17402bc1d836fea5bda939cdfe7d1d3a24","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style","site":"cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:es":"eslint tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint:ts":"npm run tsc && npm run ts-lint","ts-lint":"tslint -c tslint.json components/**/*.tsx","clean:ts":"gulp clean:ts","lint-fix":"npm run lint-fix:code && npm run lint-fix:demo","site-dev":"cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"gulp clean && npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint \"{site,components}/**/*.less\" --syntax less","prepublish":"gulp guard","lint-fix:ts":"npm run tsc && npm run ts-lint-fix","lint-staged":"lint-staged","ts-lint-fix":"tslint -c tslint.json components/**/*.tsx --fix","lint-fix:code":"eslint --fix tests site scripts components ./.eslintrc.js ./webpack.config.js --ext '.js,.jsx'","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-staged:es":"eslint ./.eslintrc.js ./webpack.config.js","lint-staged:ts":"tsc && tslint -c tslint.json","lint-staged:demo":"cross-env RUN_ENV=DEMO eslint --ext '.md'"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"components/**/*.tsx":["npm run lint-staged:ts"],"components/*/demo/*.md":["npm run lint-staged:demo"],"{site,components}/**/*.less":"stylelint --syntax less","{tests,site,scripts,components}/**/*.{js,jsx}":["npm run lint-staged:es"]},"_nodeVersion":"10.16.0","dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.19.3","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~3.0.0","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.16.4","dom-align":"1.x","classnames":"~2.2.0","codemirror":"5.44.0","enquire.js":"^2.1.1","mini-store":"^1.0.2","prop-types":"15.6.0","dom-closest":"^0.2.0","react-slick":"~0.22.3","rmc-feedback":"^1.0.0","babel-runtime":"6.x","css-animation":"^1.2.5","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.12","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.2","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","gulp":"^3.9.1","jest":"^23.6.0","less":"^2.7.2","majo":"^0.4.1","mobx":"4.7.0","xhr2":"^0.1.3","axios":"^0.19.0","chalk":"^2.1.0","dekko":"^0.2.0","husky":"^1.1.3","react":"~16.8.6","enzyme":"^3.1.0","eslint":"^4.8.0","lodash":"^4.17.11","merge2":"^1.2.0","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^2.6.1","tslint":"^5.11.0","bisheng":"^0.28.4","postcss":"^6.0.12","reqwest":"^2.0.5","ts-jest":"^23.10.5","unified":"^6.1.5","webpack":"^3.6.0","colorful":"^2.1.0","gh-pages":"^1.0.0","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^2.0.1","babel-cli":"^6.18.0","commander":"^2.11.0","cross-env":"^5.0.3","expect.js":"~0.3.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^1.4.1","stylelint":"9.1.3","ts-loader":"~6.0.4","values.js":"^1.0.3","babel-core":"^6.25.0","babel-jest":"^23.6.0","css-loader":"^0.28.7","enquire-js":"^0.1.2","gulp-babel":"^7.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","webpackbar":"^3.1.2","ansi-styles":"^3.2.0","deep-assign":"^2.0.0","fetch-jsonp":"^1.0.3","file-loader":"^1.1.5","gulp-rimraf":"^0.2.2","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.8.23","autoprefixer":"^7.1.4","babel-eslint":"8.0.1","babel-loader":"^7.1.2","rc-tween-one":"^1.7.2","remark-parse":"^5.0.0","rucksack-css":"^1.0.2","tslint-react":"^3.6.0","@types/lodash":"^4.14.136","bezier-easing":"^2.0.3","eslint-tinker":"^0.4.0","object-assign":"~4.1.0","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.1.2","postcss-loader":"^2.0.6","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^3.1.6","moment-timezone":"^0.5.23","@types/react-dom":"^16.8.4","babel-preset-env":"^1.6.0","remark-stringify":"^5.0.0","@types/classnames":"~2.2.0","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","babel-preset-react":"^6.24.1","bisheng-plugin-toc":"^0.4.0","dora-plugin-upload":"^0.3.1","remark-frontmatter":"^1.1.0","remark-yaml-config":"^4.0.1","ant-design-palettes":"^1.0.0","babel-plugin-import":"^1.11.0","babel-preset-es2015":"^6.18.0","eslint-plugin-babel":"^4.0.0","eslint-plugin-react":"^7.10.0","immutability-helper":"^2.5.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","tslint-eslint-rules":"^5.3.1","babel-preset-stage-0":"^6.16.0","bisheng-plugin-react":"^0.6.0","eslint-config-airbnb":"latest","eslint-plugin-import":"^2.2.0","react-document-title":"^2.0.1","intersection-observer":"^0.5.1","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","tslint-config-prettier":"^1.14.0","enzyme-adapter-react-16":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.3","stylelint-config-standard":"^18.0.0","bisheng-plugin-description":"^0.1.1","bisheng-plugin-choerodon-ui":"^0.1.0","extract-text-webpack-plugin":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","friendly-errors-webpack-plugin":"^1.6.1","babel-plugin-add-module-exports":"^0.2.1","optimize-css-assets-webpack-plugin":"^3.2.0","case-sensitive-paths-webpack-plugin":"^2.1.1","babel-plugin-transform-object-assign":"^6.22.0","babel-plugin-transform-proto-to-assign":"^6.26.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.8_1566575183558_0.37062195186944713","host":"s3://npm-registry-packages"}},"0.8.9":{"name":"choerodon-ui","version":"0.8.9","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.9","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"d020e82a6bd7cdbe4fb9dc90e4503a50d6bd3895","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.9.tgz","fileCount":4003,"integrity":"sha512-0R/Is3Lx8gMI/UNwSfeCnJBd/9cBxb1sClB+D4wr4Bop+0m9+GwmVbMZBtOYstopDArSa03/CPIjulZhP6HNaQ==","signatures":[{"sig":"MEYCIQCZuOKeFO3DALiSbTf1z3k2Bw45Sx0nPJFqotyaev1aLQIhANaxGILMA+J9HQiRm/a0sbEEO9j66Xo/eRsg1PECRaSB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":66493091,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdehmwCRA9TVsSAnZWagAAmG4P/AtseDCW9mObzLVMgOQA\nnCZoA3xlUi2t7nESyrGgkGIcRlDRdeTE5OoEdWQKOa6CZSGd9Fl4za/MmBeK\ndJ+p/SEjDvQNHR/PviGoclJ1CpTJXPSBlR+BpuzbXq1ocCu9xLqLZ5GGU3Ji\nCKZ7qL8Y1XKfLou0vDa/9yfi71OzWtRuQJRXFDKEyd2WzBD8inl/4fNtp7QE\n2RekmPrTxraYKHK2MXi52/A04K/RQwRdMADeGk5Oke9GRHqThPQJL2G6V7ik\nuw2cBqLKfFziCkvwKRIuAyuToWF5FXfndDBWf5CgW5d1zPlZZ70kNqt4ZxKy\nLjBzgEpBhsq25rP3dv9WCv2mqe9BmJ8jpI7xpDBuo1h4t7EiTLL9qHyD4j0J\nx+S5hfb8NwI8ZjP1HY3u+FEIx+ElcWnmbjqIviYzmavQuiEyZEMefdO2PmAF\nyOAZoW9Y7sFZHBhuVDsARgDp36hzaXxcx9O8KG1tTrTBcvn8LpzLjHWSSkET\n9cP4UTWo5RCzwSIefl/STl1YJQWPTvkkLztErZpCqKllzEBAsvDLADct05/J\ngdoqJ0h/gYhQL0WHicC49EWH3TwMkkKDt3Ou+bzErWF4Qu55MsySxInvnaTO\ntMx9a6E0TSD2iU95dwwPTl+bM+KNmp/6xeVTO5MQFmlVUIsJMfteXMe++dS5\nm6ac\r\n=0sz0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"169ca63b66f90414e620b579b9b2ac2eeb6016a4","scripts":{"pub":"npm run test-all && node ./scripts/prepub && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.0","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.2.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.5.5","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.9_1568283055449_0.5081578804011442","host":"s3://npm-registry-packages"}},"0.8.10":{"name":"choerodon-ui","version":"0.8.10","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.10","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"6384211eee955451a0743a152ea32c4979095429","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.10.tgz","fileCount":4003,"integrity":"sha512-P9NSVti6peHfLzAGoX8n5LVhNQo6m2t80otdbiCmhfpHgluGdHlHLJi3d4aIaUxGJZ3roxDNzCuEkKsBhavgOA==","signatures":[{"sig":"MEYCIQCy9lz4xPqfeigxNGUasoLqlSfai44EnGht3OCnlxk7ywIhAJOhhf+1v1xMte/ephNcxtkOaCJUHdMr2AQzQpevl3u7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":65316912,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdfya8CRA9TVsSAnZWagAAhagQAJRtNV34dXOAI7Q/BB8Q\n/ZElLuC6xClLFquR8eRLBrvPG3l+HpDoOJPpnRercpwzJes+GLW41LWxYzx+\nTR9IYK6leIX8XpyHmBu+lozRaKe9V7q0sS2cB3eRyV/es3jKvoOu9spvvH73\nFrRdroFmKaLRLWf37ZYCQGuW23vN73kWN9oi0353kiJaQcRKVbRjC6ALox0o\nr5n177j/iyuO/ERfb41dU+no+gZzBZSHz0FxIim7wN2k9UnI9CbmB2EkDmWU\nGvm12hcOszat1OKa4CpMwIrdSt8SqcqMQyf5umefDroMFaBRX1oIkTMhZROH\nUehW8ZzkXb1fHZrqUuhivr2vdTrhfUKOBD0yfEmyEa4QXVasCmnX+8Cu+9Te\nx9SY4/8FDqOlY6eo5k1k3E3HQU3FOPD5xA3InPAVJsnVK8w4TrGlUCozq8ez\nHBlMR+VsZ+2PVmCMgg+rclqu2njC1oMQFNL0zxi6a3OHsQ6yoY/8TulCQp6O\nJWn5CsaTl0JZMcb5S3iJDrai9/vyDYV2rkVzgWi+C7Ihj0kLx1c+T/XNHdSv\n8LRBUBRU7BtposiOBxZks2ntICiILtNCZKS+UKgSzkMb/Ag8lwudlqJ2JfPz\nyfmPPJe7uHal3o43JyoUzdiDlGAqzt4A/nZu6N3vIgpyjwKNvq2Oz+QMgc8Y\nUw7d\r\n=ZQdF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"a6a3abab8e441402147cf600b2d2857eef775363","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.0","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.2.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.5.5","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.10_1568614075007_0.3891019720444826","host":"s3://npm-registry-packages"}},"0.8.11":{"name":"choerodon-ui","version":"0.8.11","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.11","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"eba48b40e0db57f1bc58e60a0a88a83eab3b39e5","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.11.tgz","fileCount":4003,"integrity":"sha512-i4tW6r98UPHMWFyJJymzrNvwifZfIk0Uh7/QtcpmCgzJufQb9IVwNW0X/tP9ouGfEHlaB0qvL8JzO7lS215CSA==","signatures":[{"sig":"MEQCIHbdPu1rjCmd/VWwSFZRiF7GcuHRU2u+gxnf4GXwHy8FAiBpo6Ii/nxEEZn9vqgRxQJgYkCySomryd+FMf6Nu4FUAA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":65173868,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdf14RCRA9TVsSAnZWagAAi3wP/iYV9pkgsRViwWqM0SlX\n537m6MHrcVjFwwff0xGwVpGutcSAX1wvcSk74TsQXTMZ1DZETT/vH9HKyIw1\nEqcO2E5sPI2JVzivxwBTL7dRPGdS9Cw0kj93aua7uLTU4hmXGlCbazjbO0Ky\nJlEApSEt/OqiPcsmn4nLX2vuyo/yhjpbo+f6YO068bC+kALJI3Osv2PnCeg9\nZDdq2/4hFimnABTkRfYFgJrnuKxN2o01QR58pbK7QpW6zUvVKdjNMBsZKspM\nH8iLglNjBay/ucB+6PEXQ03SqnY8UXwykOUAwtJM+zt7JOKu9YUpkEdLlQLa\nsw/NW1wy/c5mchztHDMtW0E6BNeIXskS16K+ZRBGUhYmn7hqtpRpSxJsOI0A\nNebr17VS59q04qUabaj4VL89DRDNtSD4mfW9ZSraJpnFGE3nqQxzyKVDuAsY\nRkZTK3Hv2bBR4zLJJ2oZZptl05CxjTVNoC+FyRVXGV2gpWfya1sBqM7xyPHu\nuxCrx2LP2k8p50VulHpqvyYVFhY+x/19wQjgrDMGiLPHEAg+3FvqpR7nGoXs\nYlqvHCINtIsMsc/3HDeF478da/kEKXGV97sNzT2yFzsDGjnG5jOR4NjVgHe3\nneqv9Lch4es3seYQolLFV1RZNnkNW9qUjX1kK4PP5pMveYqL8CZqKtgPtaBd\nWdwC\r\n=oIKD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"a6c1b579c351bd47bb02040ef81acada468dfebf","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.0","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.2.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.5.5","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.11_1568628240509_0.3345868714247091","host":"s3://npm-registry-packages"}},"0.8.12":{"name":"choerodon-ui","version":"0.8.12","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.12","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"ea7dd295551ecdbb78ed9a10ec4ea08be509f075","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.12.tgz","fileCount":6195,"integrity":"sha512-k0mCzdzSQ3qCQsJ8sCmDWLCWMmJkiXFF5tdBPX8J0kYCKR6ksWxyYUZIetB78F3eFKYaZ3REXz2Ui3Zvy/zrQA==","signatures":[{"sig":"MEUCIQDs4Atblkz/hDi2ZYuRXkNwgjuJij13Q5Yyb44WVKlp0wIgWv0c9fVfC8ToAq5u0+k2d2XCA52yXIDcGkeJQ2SNo7M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74313527,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdisC7CRA9TVsSAnZWagAA03gP/Rm3M9ySwVA7VivEYVCO\n0HC/+5OZbXo1BqpcSoq2I/21QZH5Ggd9GEmb1r247dBa0hdQqLvrYDx79Ft1\ncJUrELc8l7nFG/lwPR98pZtrh9VSRLc1ypkPrUZOmujur4EZ1WEVAqk8SHWb\nN/nBuv0a2LikSfblDehcLV79VZjEXEdU1tQpWDTxyM1d0PduN2IPT6fsrKsK\nYvnT8lntxiTxDSftBLCjdawHnlvpz7/CYYkKpX7ppVvjZ8PPUtTGSyAPQ8aw\nDZy3E6xWqx1/o/ydb6SX7/Bb9VL+7uhcEHlQ352rXJZdIdyFXxzus0fgiZsk\nkFlWxb3bJ4w18R763CtQymulMyTtGMOwyx1x6Sp6Q8toZnOrsQGR7IOisop9\nJvTyS6SJPnIIvWC0/7YJu+BJK0MjsPxl1hrKkoHu6kyo+pgnrBJJhe8DpMmS\n/issrGKwHgi6WUfCfQw5eDlKmkP5+LNfdyBpYExpxEsT1iJSqwpqIBaKHYre\nnUgmP6PPW+4Z5Wg+UEjysaYRbGInwxHN9jh219c3edalszS8IGeDzA8B4woO\nUhsWtXEum31FveGkuhBSy+xH+bsh6KYWpjxCkI2drTu1VlapkqyT/Pq0hDHp\nhDjPEwjP3+WOvnug6s8anPyELwBm6nNAZ4F4Q+nC87xRqqk6nxaGJn04qGvE\nyATO\r\n=6lGT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"8bf2b13a5ce3bf0df708e74c9ba6ce89da7f9678","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.12_1569374394707_0.39883844727335127","host":"s3://npm-registry-packages"}},"0.8.13":{"name":"choerodon-ui","version":"0.8.13","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.13","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"377ca6e511f153926337fafb09bffcd8fbef80bb","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.13.tgz","fileCount":6195,"integrity":"sha512-dv3k9mOnJWdL7dpw5xJvyHMn7IdP9nG25/OKczebmU1ry1nFuop2oGgOqtFZhYazvw6/Q/IjxBGtMNFdcJ1r5w==","signatures":[{"sig":"MEQCIEdUl8qYlzo/N04/r0NdBy5iaWnlscC0tcMh01DLUx3pAiB5zrFOjQtJCMAk4Xs+n97zphg5qRrL9v5SGRyoOXwIWQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74331448,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjCeiCRA9TVsSAnZWagAAUwkP/i2ywAKwZiniDINZYjcE\nOmDebizIRszIDzBSmOGl30Sdis7esmPD01R2+59Amrr3skpiaWqezpwv5+O/\nMhv1aCwAXAvK3Xkxs8GCN4yQq8wn8JGMgK0nfotgkeNlpQ+VD3SlLaA+DwM1\nNWdTfEGjqM1heeFlcFmBA5DB8XS5PmQIgXB9Tw7MGMcCwdHio5sR2eIeC0xu\nzxDa0sfwxMMwQsTxugtQZYJrTDJapNyaTggBt7vTznNCTXh1J0SLvRiQPcLW\nSQSl/gMKJ8hkPpl1wvyowtb6veMUrKRritWXXw+zWXcLsGbx97KCkiAfCnwb\nQUi5HhS0NNSE5O1CLSiE48fEoRoHwQLikXZamJYNpKpOLu+ifFLYdYPeJfxL\n7jwzbwl/fhw0l3bSLfH5CU/GXOdB192CDXzExjgxQBKejxVg2+CViL0hRYqt\njrBWmRLLF6mxJwFtUv+/0a3FcKVnX+GEtOKARyhvznYFS8IPnDjqLvwMq8/9\ndOEoOFWK4OYgpYOziqS4L0hCLhfrz5A1M/9IazPwGO99DWdgB4FsjVIMTeO4\nkfx2j7Q9yBKM8gnoP1aO9cx4hEYmQyQgOIGH5qiz6ifJxqczqFwjuVNcOmM7\nZnjxW+t24DwENXxun9dRcY0WXsnzNH8Io9qauYHDZpnUYPFTqJGHXC5tRgM+\nHd7U\r\n=+aBF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"e2a38f57b54a5fe5de9f920cdb3e5b35c710d931","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.13_1569466273070_0.42081982500077797","host":"s3://npm-registry-packages"}},"0.8.14":{"name":"choerodon-ui","version":"0.8.14","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.14","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"217f49d3d5813744232cbbbc7d8e086897c56e5b","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.14.tgz","fileCount":6207,"integrity":"sha512-XuVL8RfStvSRxQ3YbBrjL2TX2e5rrCyFLdicFBUf1pl1w9MsZixmT2zOnIM5p0bmS8wvPwBfF9D+y2xWvwT+Ow==","signatures":[{"sig":"MEYCIQDsgjfzDsysZEWgTKKKtE46Q6Xbq1lNfgzPo3vrVfJoKgIhAO+xy4MYXB0hugzGKB9/VDweuKK7X1pIHbYefHUs8vAX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74411743,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjI/QCRA9TVsSAnZWagAAOcQP/12bAxGc7K6G8WUZtIL9\n/+ouVVXMvtYlhlAYu/2YFXxtQHrkOfdTnOIQHiMIxEYj2j4hQcz5nvALNorI\nRovBbbJDkdOdnJ9AC0UbvVT564A/NK6E5f/RTpjlrxF5je0InMthyZnC+D2+\nx0EPweY2MKJOS8l+yxT/CDkXapr9/0nm29RtCETZrB7+F74VV+0g/mwf8cbV\nQZUZqHXQ3t7EzbvQbsC1BpgUIuLMQOHQMnzfJXjBDbuvFTAbe2xQGHAyGULn\nFWFT99u+dLUS8629Hjc45k7aydiMAfqf6LPl7/xpMrmq4/Wi7+zb1BnEtCy7\nYNK6Hd0wNbLMO9e+829V2GHQBUXcoo4hlmYgfh1+ZOxG6pulQKhRj7m/yKKS\nDzxkCwaJyQCKCso4QW+viqRYEYSQG2WLRa2+0rG+caJPmR6r8zYLNnh0HUWF\nfLXyLW6nWUy7o7Kptj4eL7YiI4hZ9UsJ6IbGX2J1QTZPwl+FF06cj4kZo7IA\n5IjWgd5DaIzQSTyZQdyMiECPqZKTYwzgBexI1eLoDfpmcklQ860fTJsU8l31\ncZfpz1d5CK0jTZaDpbuS3F1MSyJiHggarNpzARSlhpI661lp19ektRIfJBou\nK5OK2AMI/5f8AgROHq6Glbxj7Axq0UGxj6nw6Babng8ZV3Z6tw/rJZveiNJo\nSLWs\r\n=QM4M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"2afcfb103e7feb2b7bcb300b9b0b145f407bd587","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.14_1569492943562_0.6274400892130034","host":"s3://npm-registry-packages"}},"0.8.15":{"name":"choerodon-ui","version":"0.8.15","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.15","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"3d5ea90abdbff6cba9903a5724396960344ce57c","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.15.tgz","fileCount":6207,"integrity":"sha512-QzaZ2TNcpNPKTaN4h94vSRcvX+wEVsIRbCxI0SnfcuhM76AOApo7+Bk7+K+rB3o7my8wzg6GRBqWjWczYRTZ+Q==","signatures":[{"sig":"MEUCIQD7Wt0zM4cRRT6Hl8gCF9r54NDmey7vFGgnJQb6DPLoJQIgPRvaBIeOBRJzIFeElxs0fyZM8W96tn+w44BEQUTPlwE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74412228,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjY5ZCRA9TVsSAnZWagAALI4P/im4jV6mEcFBQiiRYn7p\ntMJ5MSgVmGCIU3qGd0t7Eb+tLfprdv5WcWUeHzXBvB5jXnZKQhoIuwjHtbak\nHwvlTKqSQj85iDYtcNcyQKlHocPNslUb5BEvug9NpJM8M08CY3j9dEjERLZN\ngN1sSzCsXMW+ckOLVfypqOn+Pn73zZdwKHWhY2xmT/iFkGhQZFRkFObVYnoF\nCkL3J8eehu7ZQlDNQgyk7WxRddDJcGPySWLQPxa02+6cRkIWVvruO+mH+/YM\nwjUk5uyngBaFAIt1INTI/LyMu2WxFyoftPfUHNaT9cJXIdF24Lf3oRQT7jjG\nShlEowkAmDePUAlDjPGIskQrUFVlxgzJGdbHRzpyxD+U1Li4qUQH3+QooFGX\nlNjWNpPagpYBlabfwkS5prJl9G2CK4b3nVNJ736sobbjwnp27ig5IRl9kr2h\nFrS7U2XHfGAKBXRdxMfn9B2zFNqs+8Qcw6/FK/3OOzuveIU+ASp4YhEFkhvL\nfdtkcACveTFdV0/522n+QSH+XXAldT9OVglN/UBwLwoD7V99V9fEUAzREsZ1\nnPqdT6g9UEefl3Pmr2vzqdOfoz5t+bYDc+M6c58R6B3S+l/mrMZ77z5vhSNB\niUVRb9DrHfpxe9Pamyypq3w3qww7e8xFhnAP3BKHN1/m1Lql3kDSzoYnO3Qd\nHmZS\r\n=YSt1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"5dade4ad322fb3fff079a11beb139f2956e8ac9e","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.15_1569558103882_0.8999134979485728","host":"s3://npm-registry-packages"}},"0.8.16":{"name":"choerodon-ui","version":"0.8.16","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.16","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"1a136b2db7ffa86663ac19045da6ecb1abd9bc9a","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.16.tgz","fileCount":6263,"integrity":"sha512-rik8FFMKasGHImvyJr2l6UgsUaKcMhRXwHLEuhzaHP8WPZcIEGaZTihozItTiOOyd3XDSwaI645WuzNmMWlUTA==","signatures":[{"sig":"MEUCIQCueALnfyXVM76hRJ1XtKwoX1Kj3dUeYnSbJIUEZ2ANiwIgIJR1XaaUJybbyJpf62diBzoNNzSVuD1HX2D3aIU+vpM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75666254,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnbD/CRA9TVsSAnZWagAAVUIP/2FFgajG9MrjJ+Uwbi1i\n9+0OahhK85ZsbwctD2nbf/bCBiP31k0UFaGdEFkBiDxMvsdrT06Bjis+ZR4K\nODcylhZXp8dHwQI9kpeXo+FuufNrQhn437kfLQ0U/UjMAF2IGEhghOoogcbL\nRdA31gh+UNg5hGHHoLrtH7Jmk182Sat6UkT/983fDD25WcUaOPjmTjdIUq/i\n8XPzZIZEVEBcXcoSKJLQgE3k03D4HDCEQ9HogPdqvi3afhQu4PjTmRp8al8q\nnVxTkqps6ySaeL89ZJy9ExCAqbquUVIaNKYSM8bWCqRy9PV7sMK+7k8SdM7W\n4OHzfz3XITSxsiqNoIatvlt29xd556Nf2eWnOKoZT1gwuIbrfdLTvwkQr7+Y\no2lW9OEkDkygj7XaRxaBnpq03e9Ld3RX95qhB3rIv5aDVSryoz9rM5CEZCQu\nauhT3cKkU5wG57uZVVmEfedGKWDKmyFG8SJ27Sv8I+Mn+nxpiks8RzqchAlM\nHmECpUQXZR8eVmNT6d0yoSeAEJM1sPSD3Aa64P/qBtc5NlSBRi4krksQq+Wa\nF1GT+J//67+jbyZTrIDrIiLwcny6ti6hx45CPuyMRQ9a/3ezahqFjB1hnPw3\n9GcKGpvv9CjEjvb+68mhgO5On0nQWjkLaHxv9TkU/JOlzAoVZ3gs4bN1YhK0\ng7oE\r\n=lp0N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"8b23e1a903cf6e0ffa8ff63433ea376302ca8fa8","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.16_1570615550583_0.5618614373482238","host":"s3://npm-registry-packages"}},"0.8.18":{"name":"choerodon-ui","version":"0.8.18","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.18","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"01e9504ece2a4b65b74d9afbc5492bcf29373118","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.18.tgz","fileCount":6263,"integrity":"sha512-3MQBftTs95y81pER7T2UlWyc19N045N1RLE/IXR/DGc/yHMOndycwXDRlQEZna7QabOh11AhaMirg7ON11qlFQ==","signatures":[{"sig":"MEQCIDJdsN+xlZYV3eW/SX/yG2oUJXJSBHXRiQ4ACwxSHHjBAiBzasX04RzTDrWRkzA3nTbVPqCsWMFmagKLJqdav4ZE8Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75699653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdntN2CRA9TVsSAnZWagAAeAAQAImgliFFd+us8MoxQciv\nILJJ0YvsgeLx6/FWpqbkMIS6iee56Ia6Jbt+NDoH1fH+8CKYDWiuv+357vp+\njKewOUFD2Bwill/2qTvwnOzMu9fWCY7k/ixNXtyL77lYlH2gkfGvqFNByt+V\nsHLkwUig5KZCTDVqtwxD4gJFKlUIsYFXwbGelNpubaO6IT/JolckWw6mX1ds\nGUW7wtbQ9NjzC7CcXYrTkEe1PVRdHu9WE3KohTgBaEBcO3Qkrmx5uKo/lzIp\n2Iq0YId2CdM/yDSKkxwsptFrjf+xcNk0q31i+axoDfKs2IYe7+Shh82n3qfn\nywpmBsmatyMKbaGdZbd/DJVgUipUBuBoGPR77BVHaPVHV3RhdJfYSyu4xqHo\nwcUG243ePsx6GeJxKmc7i+GkmcuAMho+vP2QYQ/G3I/whEqNNUBTtjFukY0D\n/TnSolWR9lO9VO+7xhbZA3q6UW6oeImXXQc/44VLYxicNWj8TXgC8j1sDfW8\n7ugaWpusTzx7OS+oSb19DYlPegIdBGnHO+GATjyH014QDpHa7utyItLZgWNQ\n/oPTrUt0paAYoJLZM8+ljwGriZ0wDfnDehR5szs1dMIf4LdmJtj7VZWULNcC\nZS3u8T/vG4cA3dsIj+7jr/6PHOz9b+HMr2VVFC/vTvcdSk2iWWEAUsL93UbH\nIZZH\r\n=MGNT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"ca8cc9ec8823b1b1a3e7f2d89f810068b069ba04","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.18_1570689909444_0.08352634002945747","host":"s3://npm-registry-packages"}},"0.8.19":{"name":"choerodon-ui","version":"0.8.19","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.19","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"4ffa37de64b4ffba8ab36625328f8d817a8ab57e","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.19.tgz","fileCount":6263,"integrity":"sha512-2IX3yPuEVsMKPNabR310DpkI1Rvh6r/Y2hg/V9qlcnuME2i6MwtOyNLYKWNp2uvyBnzF2v82UxKFIAm7xiC7wA==","signatures":[{"sig":"MEUCIQClKPYxGEoZCBaHSfCJBjFIMJLtRqKO3YcSYKooLshmkwIgEMtjJQR2IIhtNG8OLPtpubC+KnNsRt3w3+0zRb77COI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75796352,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdoDFLCRA9TVsSAnZWagAAdGEP/jIw4404Zra9BiwdsEeK\nzdT4jGqfIhEhVUbobQBMFN7f+GvVrJ8U4aMXpHPS+iVfQwp3MubxfjpPJ+9d\nqnqKaWb5JA56FjHKJfEZrEyse+LTNSJ9bE+8OKzEfPpaA8LbXA7TrKO3S3Fv\nCS5Abyr+MftpT1+pk1TOvFBS3WUAZRdETUNPDbKRA9krldnBxkXludDKfB/U\nJwjJU0xkqmmTuDaLjglyrK1YY67fMEdsqHePxducq3ajM9/ou1boAsclTpFE\nTsTh4D93p++teiZZaEVIRq3l1x61RfAFNyJrurLkS9QTeiBV4htseHgtsFUK\nwvtJT1psUaJQ5K+RlISwotRQryyWeZ4j2ALge6v9qv+hTyO5H6JZNAK45Mo8\nwE2CfAZQFOWnPPWVweXE8uC1OC3a8jYjwkY3kUDjgg4rksn0Co8pgI14MZS/\ni7LbcoK5eOKZcv+wJ49cRaihhO9CrAouUyGDu+Kj7Pfjkeobqv83HGBQJ3aB\n0zJZMr+bcTfL520ju5xCRFc+9FW/y6dYhkBToBUcwRy5/8ZYXd2HsXGmuNPj\n+J9IHE1uyIP+xkIj9zQdO1XUUK87MQ/NQE/DwLfe2NQl+vpyZKrhtmasgMm+\nEzaj3YJXK+loHmvBzmvsr6M3QI6tpCJceM7SfmWOUTmjjgWmU6+WO6pCTqc1\n7S34\r\n=FjR1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"27c71226d08948f972bef54679cbc4487e2caac7","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.19_1570779466236_0.2031620620106871","host":"s3://npm-registry-packages"}},"0.8.20":{"name":"choerodon-ui","version":"0.8.20","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.20","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"440652891a1adeaccca77081e5116323211af4d9","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.20.tgz","fileCount":6263,"integrity":"sha512-x2mEB9TL1X2T2NYYm3n0+fCOsSpS8GaEZeAqZp6a4LDHB5BelhbAZj2BzBHhfy0iZHRANJxyx0MMmjAlgCRW2w==","signatures":[{"sig":"MEYCIQD9cuRPTJxgH+ilRlN3b1BIq0GPgNDeQdW7t77EFGAYtgIhALtZMPj+ZWgWytIecPigccUlIh83PT9o/ikDlajY/2cr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75878598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdoslcCRA9TVsSAnZWagAALcQP/2OTys1zzHu3TgBratPh\nfPzHDfMT3suhsnXTYzxaj5YiXnszPNee2OE+/crw4B3IGaRZV6TQhgZbJDli\ndujdmdx85rq9Rpe5TN0A/6l8lF1TfF3WyODC1aJDIwUXq4yOt1U8CkIEGo7F\nOpfL8FUyuqTQgVCgdQpfxhL9BpLvB9RhARkDrv+0gGTaSqEViAqg6uSieq0h\nt8dzBartux/EfIZZk5IS6WU10lDBKk+/ydEhPGOtRh+RGvPm1Vk0VOj60fSO\n1J04MbppUYmBK791zmG0Xi34u/BOAFf9STlWXvfl1hN5WQyM3mKtcC/PFeIX\nMBE/PDKx2SJLK+YDUwK81dvMU+qS+ftA9Ut8wmqlB5NLeQvDH8grmTSFUE58\nvuf5O42MQlqYWqkOUAUzJDNy4mQUCrJ2CwNPBlNo/gsEfeWgD5GMFwps1HXO\n51kAmOq/IB3jV5Ehwn4R/rbMdW5bK82qLvdLFfsHwZZZl9eGc86pRK3a2bh7\nVYDF6e8b/ONWN40lXnURT6TMHD443pWoIyBB0XRL+6HkoAd/LC3K2oC+n+Bh\nGgBgTQz29WqvKtVAgtEt/IdetjnCzJoONvz5UP3jEPCXxkXw3/oLESI1vkhS\nYLOlx0JEVvEUzDuXNXb6AUPtZb0yM56bQ6O+kouoVjY1ITvmBHO0ZKtDAOpN\nNcxP\r\n=KRF1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"3b7063ff520e81e7ce404fa824dea99fee61eb7b","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.20_1570949466629_0.491746515092105","host":"s3://npm-registry-packages"}},"0.8.21":{"name":"choerodon-ui","version":"0.8.21","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.21","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"5d67883cdc30a759c343bd9ccfc4e942ad33836b","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.21.tgz","fileCount":6263,"integrity":"sha512-zOMZ8TFGIwcdJAxWGtz6jiu40QA0hyRdBSGPXMYr9zwquxBrC0pOfD5tafaHUA2R/gTs3RNYUEDVIl/fgJOfcw==","signatures":[{"sig":"MEUCIG80kI6HcCQn0zAQbMbETd0fh1tVflBaOjdQeBMvKSwXAiEAoFHIeTYrioNE6wqax1pJqX6G1/rnfvot5I9QLRth9g8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75905138,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpD4XCRA9TVsSAnZWagAAlNcQAJYo7k2sVNi+DFJfnFJC\nazFDjI6+3PAX3kzos2CvnRJQqT1ZH1j94GrsJUoNMx4ah5QVqPkrxeruS21V\nFH0PucUcg8/qF4dSeZpt5d+GQwJIu26Hys9ZzIXSctkKQ1OQu8ai0zV8fjvn\njM14jqHQo9BCnFATSvD7SdgaSjYLTXHsBQwgy1ej523clap5lKHzA0TYZ9WZ\no/E5wyu/nzgAb/hlUSpruWQwJy0ti5w+2QDS/4hSu1TEkjrwNOb5GSSpc73f\nXW7ROWOkTJxlPAtnTATAYJv3K6RT+LTFDFPHFqCLKoT+4ss/r7lIwnW+96EC\nDHUdFPZnw31cRNjY9Djsa4ndUul2YcTJZonHFPv42VOP6EBzdgCBysHFXmyw\ntkdIl0SE0hsEMq5nDHBzAxmzXBaGTXxZTf+Ptg+TymCKSD6SmYgq00YXikOr\n82flVTidet+xv1clXLqPG80cnvvBQYEFG3kPy8hrqJldmn6qRiCJZFSqFaGH\nXOgFARqY2LuKLQeDSk/0K7gPAa38CFnJhjjyUNxOBX0siuwAJm9Gka/qEi4N\nnPaeK2wzUieFQ3KOvNuGZ/T5ZDn+133jsIVtYD9Q01XcXDYsetatpiOJjG3N\nmCNXC4NAXSJ69ht+4cqM4MeUILFPuxK4ZQBZNe7uw/9pEZ0zPDYKOVdv7Hzr\nDcju\r\n=Jl1O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"86915b2f7c46a05a9f16ff5abce4f9b4e591a13c","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.21_1571044886348_0.07595776555810607","host":"s3://npm-registry-packages"}},"0.8.22":{"name":"choerodon-ui","version":"0.8.22","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.22","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"14f824e69123809b7ccce1cc90b4fb0b4e2edaf8","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.22.tgz","fileCount":6265,"integrity":"sha512-3JqjVydK/x7XR6JE62HhEl2jBTz+S/b1eA3Sv52wnV5JBlOB0lfHaCgeoSJtzF5FA5QnJMp0BQfR9Z77uByvmg==","signatures":[{"sig":"MEYCIQDxOgCsR9NEE4zNQKZ8sEAjaZV8XzHp59WnDrcdQrAp0QIhALGWo8wkW38zgi5feLFlvxRFNyX7r9Rn8naS2a8GYqhC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75894234,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdp78aCRA9TVsSAnZWagAAuhkP/0jc33EIwKs3AXK0iag1\n+amVfxuTpp3ieH9LevMep/Z4Tthm4x1jYmpqt9Xg71eBO/4Ar8jAo3vR7iPh\nn+eGzwR2baur5gdFCCYYiTwjOTtkY4ZAUjs2obUqw+VB+HsQokNczOdvoC6u\nqCZ7J2rtbcr5DE0HZ6rqxLRuHv2XeDkncITDjbQ21oWmNJPBlj35lycQ1E9k\nAvevltJEHT03J8MMJf2cGT+jXVKkwdXTk9nuofcrskNqlhDUlCH2qfWiZM9i\nWTTzYtzqlVWS64B/SxEFAXBAaeeAgpWtQ8zma5k5P/UC9Fn7N8XbglStm8RU\nIgjePfaGFEbH22bcE8wsduVQ/L+ctd0dyr3qGhEuXpn8HCAejKCdD8otSt/T\nuAT1hhVAzJgNOM1Lj69jyoaIGH7NuIhCQ09NusNWc+Q/SMG5lSqY6s4PaN7S\nvGRZjSchKEtUmnsxgr5qIIm5FKYRpV7YZg0IGALnACeRUxP2CA8lkKdBaYfm\n/nZOHTEOph3dUlOoAcUms07g9MoxldemHlEY0gvkM+lDzd3oz5husS5K8VSd\n4KjY0AXZAEmJEvk65Ixd8OdlDdj1lll7QuRO9NQweN5dLeFTnicPBuXOkjW8\noSrqXyrPB2/JyRIYGCah5nlQqOmb2eAQFXve5JTWsk9EGDf2xBiDd4sFxAgm\n3YcK\r\n=4Ufs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"62289de2995e5399ac9edfe712e6505c949742ad","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","mobx-react-devtools":"^6.0.3","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.22_1571274520600_0.12333614915559288","host":"s3://npm-registry-packages"}},"0.8.23":{"name":"choerodon-ui","version":"0.8.23","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.23","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"d7f610c6ea5580fda2920fb6bc35685812484536","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.23.tgz","fileCount":6283,"integrity":"sha512-nQcNMb0qY+PLJ3es+5PPd4akCpOi/dGypMFgEdn075+1lSdo7VJnGRx/POHOcx6KOoTRFz61nJ3jpbXv48YjKQ==","signatures":[{"sig":"MEUCIB2drGdgZbnK1FUj9ZUJipZ5G/XrqemfDR73UfAdSMBKAiEArxmp/OMwBfOlHVMqTlM43Ci56HBTlmt+TlZ7cxTRamc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76075410,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdqPY/CRA9TVsSAnZWagAAgzoP+QBNSjFYjMdjs3kG2fCs\nXoyqOu4R3kQxX5r9Rsv2b017rRLqqG6+fooGq+F0BxYwN42lyrO1pam0b8Yn\nRclM787ALsnCSutjjs4yNwbPT8u+zLs+Sh1oKwBNsGxOZ4WqNum6r0klv/Tq\n8tQxwzburo2rh05fjW7tj9Q2iEUquR7JbiGvk54uDInDbao5rfDunq3aDmm1\nxld1Z1+OqvNHdGGdQI+NvOWODcrZj6Jw22QkrJ5jNy//okG9tEihUJLVkFqw\nA5jf33KL/qcHwbWKd4Fsm05NgNzwGVv6yH2BxI6NURCOOElfSBJ0P7nJRhlw\nE6kvAS7MyT5WQgl2ztd1NbiaYx4Zy0JESMwP0CYs56acDvvmVi7FuPdrY3kk\nBxwa9JIqpNsx5vjCfZv9oxTwA312dQLW9mCM/7pxep1BErTJdgUi2paAShYy\npij1VeR9q+Hac6YK770Fk5AzfwukmZTOPDccBNlztF5fZH7MT7tcB66QcGdq\nNKJPW8q/xX72WlmBQELFKBQL44DFU0YBPtLB8vpPpt2vTkIqhgsNx0NL6uXg\nKDXJlD6BSECDsklrSLtB7csTnccofcmIJqVCoTtyNlxVPwzkUNuRNx9Q5O09\nX5iFPeFue6HFZasSfuuWywgfcbk+U7/ELvuFigaXti91h4sV/fi1lP9FARI/\nG93k\r\n=YcRe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"12b2d37aa6e92d074cf669929e5873c31b9b74e4","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.23_1571354174165_0.5900356394425763","host":"s3://npm-registry-packages"}},"0.8.24":{"name":"choerodon-ui","version":"0.8.24","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.24","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"fa57eab940bd0c108d7540706878b33c0b23b237","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.24.tgz","fileCount":6283,"integrity":"sha512-u/fLw5fhDkwO0yShqCPFSvIvUsqpAvhODAWauJCjnz5hK8jTluck7ajMMpvNaHD0XXFDaqTpDDM1ecFBmb5u2g==","signatures":[{"sig":"MEYCIQCTbxkntECLL8DiSPl9kyNWF0mHCjwYb96+sRRJUKWRwAIhAJFvLRDn3/9wQXEdsqWNpJ0x3XpoFFOoBXOkisRhj8El","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76081971,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdqXFACRA9TVsSAnZWagAA9+cP/jORMUOZVah78GK3hsMz\nQS2EsmwbwxGcLMKkowVdrWiylKV1OW+NXjbbPsv2T6tHF19PdFsSTAYhbL9o\n7UAMGHibQPN9fm3s/yBLDL99jSGZkEHKBFmOcSZqyWCgxQiBJ5ixCTHE8U3F\npl0t9iezCYCEsyWDL7y861uwojtajihzWg/Ekg+ye7uNRkSSfKzL8g1GWQuM\nrlbLB4jwAy+9rqwcNaA184L0eTsr2XqUFd2msgOHBnW6ltrfu8eUsie8YpX+\n6MCUZzhD2cUmfXhz+4wPEeJ/GtKaW0CyzV8YndfEvhABVUAfjghoi26mVtpx\n0qNjQlgY8z6QMFqbwREDWXKfzhUTBAjPop7HhBXyLoJSc2dw+d6VB74NhbjW\n3kZgAJHfbPGOaktO8K0pdJZWDXFuPWgNft4XWu7PN4rzqQ5XSas71Su5jn2V\n31RkHDSsV+0BbhsTv7mjE9KVQMTSO8Ji8SL2oMnA6qLm0LbRJpLXwVDfyYpe\nnkrYywkP0WGrqg4gRdfPr9BZS7y86Y/TmjHmaqjmWLkr78P7iOC2y6i0yUMz\nmkVn4ciIUsVjs3VBpXbbN9uwsJBqxYNiflfxvbTa11Ybmy1UkmhxqjAVxLFu\n/nHIhawMC8xYgckGngdwJVfCFvKtpDDcy9gUuW7McQfX7Btni09j6dgX+5It\nJZbs\r\n=P6Tg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"4bff05768f76c9f8025ce3c48834c44f91b6101f","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.24_1571385662750_0.19147183347878305","host":"s3://npm-registry-packages"}},"0.8.25":{"name":"choerodon-ui","version":"0.8.25","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.25","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"a4c25b93bfdc7e37d560631694313f4405b77c67","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.25.tgz","fileCount":6283,"integrity":"sha512-TjTxx8LQHG64MrSKZ0E/5GgeXk7cpQxffho+XpLfEZNU/rzV7FxlVt2sW+2us/0ffM0Jn6mM88ziVDoSK19kiA==","signatures":[{"sig":"MEUCIQCL0goGzr5VumgjCNA0qyUJLrlDuY7ptCFXFHm+LvYPZAIgNfNkMtIBj5iw5jwkToNcHZslBY3w3ZgIqFhHpQm2uy4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76099895,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdqohbCRA9TVsSAnZWagAA5i0P/jd/GuwK5vhWoikBvo1q\nYRWyeZ2uaaefiBbv23xyEczrQBniUjZGNC4ENdi7CwIYdsbLfAHbFsVaiu5P\n3Sy/WxxT/ldbud22J8+MuEH1HRocldOG1XOzdAWFaxddM37yLJy0FbMwlavX\n6xzf9ooGCFaV6TIdVqJrAHwCw8WTAZa1osMEnBt5Y9IYTISuLHdTyms14GlJ\n/CCoBeP0DRHwRE/MGH4Q7x9Bl6ukrZk4phcGM81SpwLYvOnaa0Wq5iuK8FcD\n2UxVQ1ksAICHdHb39qHu3qsUXFVLiHx4mKLQr7kt63tuPDRr+PQ4e2KJCVEx\nyMLwZSWk2bwhzxuMx6B6hOxWNlMIaNi2pP8w1XN300gXfZVPOhtxHBhW5cRZ\nwkGQQFONBrZ2uJa9j0e30sB4d4LXV+CfiwmyaUSzA7e83CVN2VfHnm52d+nA\nj17BEEMTcFsodOdAggQrNq6J15aJIAcaIOiCtVhWS41zBrHdXtiXu+ljKXV/\ntjqD/OZoydASuUd6DZoxW+ijs1fQXpHDEt3GSB3PTfIaSccUHFVoaemiuhjQ\nvqPLzRgzXtZBbvCf56g2udp4Wl1a0DXCOLGOYobWtV5Ry7TUuyHHhZMeT1xA\n72NUz/fUy37bUA9IhIaI/EwnZ+pdVhOirmlCWjh2CENgim6ChBUwh9krZfb+\nSXNA\r\n=p8G8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"e350282749565a7fc91f6376dc9047e660f3c2cd","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.25_1571457114098_0.4656790247530478","host":"s3://npm-registry-packages"}},"0.8.26":{"name":"choerodon-ui","version":"0.8.26","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.26","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"c6858073a4e24487b58467863f30aa231ace002f","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.26.tgz","fileCount":6283,"integrity":"sha512-/JZQ60ci9qNqN4JHc/I1Rpg2mfqzoYK8Id9MpAMDkM1gjy4gtluX4F5qGlXcJQ8iCQmLyy2pZxLIEcrXskhd7g==","signatures":[{"sig":"MEUCIQDsn6pWqfQc7vn6CbWRCz2rHvD0ouNmXzu+jjoXo1oUQwIgD2W9bR/d4bzvC1fUF/Nj7eVLYBRyJ2J2Y4aDNkxEf8Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76127973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrVcgCRA9TVsSAnZWagAAqzMP/3/PsTojhLE44CrGeKTX\nwYA5ZwYzk/Vj/o08Yk552P1E8rMAFsJAJNk4tEIxAz8BWleIRfNw2LmPdxhj\nhF4MPHzpNi7T2iosITZNXaCiZ+jlZFz6QiHTkkO0oSqPVpgJirpZqyxNIrSO\nOCuh2x0kEAe6kGAFAfNVvXEHcNxtiZZRVVSRp+3D1K1IJlEVeiEWNfB8pbW3\nnCs4XUAWJar/AJcRPkQgZDs6MuRBuMydhwKrc/tZ/rF7dTGJH6m1rBRQ0loH\nTuvmaz5CGdQUhuMjp36GK63EeYV5eQGSD2aCA770HDrlkvCh+LjOU+8r792H\nla2o+AdHNNzHxdLh1qldem4xNXwVg0yxTIPzuLAxXe2JdRppLm9zhZDKSd8U\n2aMU9HQGRyiBkCepQ9qcMsGBGJ9qYZBKz9EAsqGZ442VkN5yWUgB81mPE2yM\nshzVoRzrGAmaqZ3mgrVLAaOBhS6LV+4w3GmmmUIADFN4LUaoEyKOiHZ8l9FH\nnp6HZocvRN42DY3IwmprDeiabHR6YuVvTgcw2os5TVkJgL0jZ5uosUcPHlMI\nOb38w0TR06K9wOoqpR54PXaDDV3YhVKSCV/C8IM86F5c08hKykpzNJGVTJ2X\naYijhqPAniAeazTZpOVx7j+wugDKXF9YFgSmz6NEhFPfpPhyI6GUWlJU+jjK\nAukE\r\n=Z/7P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"f5179ba1d1fc28e8910398a0f8bbfee4f3935262","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.26_1571641119121_0.47697714426619764","host":"s3://npm-registry-packages"}},"0.8.27":{"name":"choerodon-ui","version":"0.8.27","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.27","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"3a62077a356d405494b7d45ddea09f58600a87ce","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.27.tgz","fileCount":6295,"integrity":"sha512-Qev81xqQCVITOJPff4PMkBzISDbEgrrWhzXuIjTDItbEubuOwHLc9yVjLGV1pkC/YU0VTXp5zaJcFQomDitYcA==","signatures":[{"sig":"MEUCIQCHUUhUd2uDk0sX+ndl9pJG352lDkbzsa9MIuN2FdtmwwIgTw81HgBR6wm9O7xd7I/bzLlhFmbR45FOwggVxLCqiNM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76203822,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrsiCCRA9TVsSAnZWagAA5ZMP/2YkCxMGNhqrYjonMdfk\nRWggY7y9q7RQNjm2xVErDOU2sMlCS5990eC0rXGvebidLB9PJvuua9tKytmQ\ntuL6UfAQ54MHGzdFOxWTeI+xk0EwD/Mwabl70wTZbjQ9/+lQO1kOierMNJYq\nyJ2v32BgV04Tn6iGY4ZoHsP+8ICmXkbLd7o/Ry1oilLuDVCnQ7alDQsnTqiu\n2H73oQtHp2eFA9W5JQGCA8y1uNC/aYUYGTCqwDq48ZSiWO2PCfWed1uKid+h\n5QAiqxv8kctOlaBziTt1DMymxxNv1ScZMl0ViOaHYFtuHIvalQEK/EVqMilG\n14RKZGd/DB9QTNgNU71RSlITHFUaI+u4X/YMBM2ejXv4ZqgRLWorm75gazWL\nEmA32nAfOLytMfyb27utwdF0qW3S8OJLkpwIh17v4QnGq0j4lMzNYooYtcpY\nO7acmjlfk+adPIRrlsB2uu19A6S4mC67R3u9qq8mpQV9MQefZIKEibkW29yF\n9X2IQ2ktkiYh1sd3XdUvmyQW2Sj6J5rR4vM+fs2QlnX/HZvupDyMTAscRt30\nXwyEf3RhNltnj3SBbCDfzYc0IsTA0CE35cEI7wWzJLd7u3/Ro1jkD+HoZJgV\n86FXtjypmAT9w8Qs4wM3z7EK5YEAWSIXv4V2mCuiXxlfIs1UGsfphAjm13xW\n6JmU\r\n=ABdY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"e0fad71a776fdc1d4dc87bd9c758f39c335dfcc2","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.27_1571735681433_0.49904410876538186","host":"s3://npm-registry-packages"}},"0.8.28":{"name":"choerodon-ui","version":"0.8.28","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.28","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"92f682dcc38df8eaeee4ded433dfb0b5b2062d1e","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.28.tgz","fileCount":6301,"integrity":"sha512-6W4N2kI1ZW+CWYy87BYA5RBYrl2fPfhW3rBS4F7BP3wl5brE6IugoStDXTNM1DZzCm/vpBsAtqIO1M13Ybi6Ig==","signatures":[{"sig":"MEYCIQDme1mc6jNjIyn6yk2/qAtK4F0JZCdJzQ8Jl8tlHDCgSgIhAJTzEOX6HQ50wSiqIeba4Z9HOqeUo9coij7ch7KY3f7R","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76174226,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdseNGCRA9TVsSAnZWagAAtAkQAKFglkGQafVjKTPxpWSa\nz/FgdaGYYV6nxQdZIKI7XBt8L8qSaI6zmFXbcoiAi0c+DiOdW4qGLBh20Tvt\neUfrzq3+LcRhT76Q/yMQvItwiQzjLlPANqEeEc1egTLvu4vn7dSCIu9Z4yN/\nH1t4+vbO4r5cpZx+48GzYpk3BZdrbTWZocEYSUtT+VsnDJYC5V2hztzDo994\nXj8mkeM7u//DezJawhjzbi5lndZBdtKo1a9qWMhUkn7QASDx2IPOmmLis5jI\ntsRjYdPhd9KKKcFJJ+nW2A2htknuMXZao03FbQHr5yjBHz7t6X2R30ghrnFD\n7jlpM92Xyt5voVgTCcK58h6TaQvecZh3t/aiSo+uOPO9SYwfejfSfYpHFVpN\nfg/ITXslioOzPeNVopOXyFd96AUHSbbo4HyPuU9kNUQbfpL3fZgc9ZmAYBq4\nqCOms/JrLzyIKCAftBMUcy+Rxi+TCNhovzKTM/DN2huYZtP6ISpf2b6p37Oq\n3aUM8fU3FZnywkBVp+aY4HS81M8dHsj626GdhUqd4J9CLQgc9jUyENWLZk/j\nIFUNJR3C4IRB+axqrTJhTz2xRzOXBXhpXYFMP+s2i9dDgPv+FlBssHCdl+ss\nK/iabC0QNCZ1D9CnkanCMSq1uSQlBA8LEJ9P5zpbz2rxnjJlDefmd8UZhdaA\n+XZY\r\n=6lpD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"1622ae61f27e5890a55e13fd48ec6a0ab32cff81","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.28_1571939141798_0.5982914926015008","host":"s3://npm-registry-packages"}},"0.8.29":{"name":"choerodon-ui","version":"0.8.29","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.29","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"de4faebdcf515972374f1910486590199e494bdf","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.29.tgz","fileCount":6319,"integrity":"sha512-IJ0iV1BtOUCak3tUHxBEArXEI06iTxjTNt90jUK/4O/PTablpUihKQSk4NFo8ypz3/1t6oLLiMQSJ1hq/t3/Rw==","signatures":[{"sig":"MEUCIQCKt7/wD32bx4iSZ3Jl+UhRkhXFpvpsHKYbVlNHReLfkQIgYVKhQUy+7xSHSNcMPzMbkl5IXjH5k/xI3WZBTqIc4xA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76599821,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdtchVCRA9TVsSAnZWagAAUDoP/igoYczaFbcOOH/skqW7\nnIoi3+o5kt7KKvXXVoLeMUC3y/x3CSboZX4YZYcv7DUrRXXqxSMpwvwxPwXX\nDQVMq9+51oulbtZs8G4YppJYqhe/gFvfN6T4Q0TJibUIXLl6xAi4uZx+66ya\n9Xgo88jdBYIckIOEXqmmfErJxyifCxuBdOFmnudnl1bF6njVwJpdNY/98P+e\niVxtYZlE6u2/0t0AoJ/eTlYTS3YcXxNT/URUKsuYagk/mgKyagJ1DvcR4JBc\nU9G58d9+e/rMi+VBbOeBRr6GydpXQfylaxUJhDBJQXLI89nzdBwhmDPeys4f\nvEV2O8AgK4SSmRZcyeoJG4DA6fogqTeiICSu7NjHQ8nTxgRWPMMl34n9DqUv\nFJkNu7Uajb3TcTK1C3R9XOsfEwkUziuQEc3Etnptzjb3xEjvFA8PQ2NF7jON\nbFK+l0ygGfx13ZS8kkPxfdIQ5B4cKITIKmE4l/7SdsEvWsvA73VM3q8v1mP/\nPpHMzzW8cEmRtIa9DJbFYnwK81VYGW1SsdBgbhZjJw4Vbrhb8Qr2H+GTJewY\nP8TQtb/Hk6tA5erEnQTrS1VD8mciqszGJCRQoX76LMkCjihAv+RF/2acstwB\nGsruFj59pPCG8es5yHQsz+Y4qxSliE2R0Y979SetelEZk4u+zXq2n6JgN3w/\nqDNo\r\n=7QsZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"635a07aae36eb263576f311290175cccc399bec3","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","lru-cache":"^5.1.1","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.29_1572194388490_0.2537023693828033","host":"s3://npm-registry-packages"}},"0.8.30":{"name":"choerodon-ui","version":"0.8.30","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.30","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"6c4b387a690d2ab3668683a6d62e4a590a925806","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.30.tgz","fileCount":6319,"integrity":"sha512-HFa8SM69XHsDfZwgC75DVQjpBv6/8fLJbFE0L9581Sp1x9nZIWwIAteu7yRMuOBxgfogymuyGa7Q2Ik0nyTSKQ==","signatures":[{"sig":"MEUCIGlQr3SqfYLvW6lsod7Ow562/7azxXMboeA1rwuXeyS8AiEA6p8NopDkC2vT9P3WXBlE8ubqHH7iY0Iozv35AXf66Lg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76664004,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdux/WCRA9TVsSAnZWagAAdiAP/1bWfzb9FAdxu4cPnTwd\nt5y6inInJxcjz5pOqjiBG0zUTzhtPIyDFJMhBvioVHwrpF/PkcLtzNSicA/W\nI1OrKMMkWEA6VGuE+6dQri2tEzNfNKJaOlL70f6n6QfZh8k8ul0zyviH9kKn\no13jnAL4Nz4zogEZ2bQ1ocsoXcRBTeOuiAstbXUz5vzzGGpdi/UZjNNDx7J1\nG+MrOdVgAqfbpK+1wHAxiJ+MEkE8dcIxTikNlB7c/V5/N12Kv3fVfg6JlsKT\n5qVYfNpJEezb8O7H6HhJEaM2zmzatm/BD3wHACxWjkTszLHllZVQ1cSnoTgQ\ntqf3mCz3Q059JeH1D4kZc1UMHGz8OknpSbrWksHz4ODwWEQgcgyXO8CjiNxy\nv2PXg3Wq2lJh+yTupReekwI3uX6+W3DG3v8KbZw/q2amiFJyOvqrsx1Jsya4\ntuBjRrx6uKGGhGjNmKf27hSaY+tyZij8lppHxHwdEXVxtRMy5F93isI/IrrS\nRtBfC/IE/oq+HePoEaBBosf8mQMM+6zVnQa8nGKojWSIK3/j89zfHdnFqS5d\nfIsqv5KIadJ9dB2gj6I58AoRDiMFWlOKRnfbGfcyo/DPzCtEeN8dgJHtG6nH\nODg5EqsSsEXU8+UBqndgNUNkhAMHUEDLWlLpl+LIxcKFwmoWNy0UvWhjcGCY\nq1xm\r\n=m1qF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"133179fed7442386182ee015a0675e6b5134e819","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.30_1572544469751_0.7187431630560368","host":"s3://npm-registry-packages"}},"0.8.31":{"name":"choerodon-ui","version":"0.8.31","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.31","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"1fc879247167e8f10b357daab964bfe20a6b728c","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.31.tgz","fileCount":6315,"integrity":"sha512-S9aDt9dOen7D7rnZ/vcOrNN61BDjIgewUAKB9KUrsf6IV7cNpUkUzz0D5BlXpy5vT+5zsELF+6s0bKNJRRE2AA==","signatures":[{"sig":"MEUCID6KiXpw/ECjx5XvDvFFFHqQGEHIwc1Z6C1qbMpIjij0AiEA4N2Pe5jlZ6ZnlBPK82J6Lo4FsuuI3ex7jPzA6IXU/fE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76358471,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdvTUXCRA9TVsSAnZWagAAjkIP/Aho6NHIFVFSKu89cQMk\nQ4xVJQXtA4ngtHOua1IIHGHJfD4uoO62RySbBgY69qUraserlVfpSYTueqYW\nq6HSqyRw/fxZdcI1bYD6E4mdDm1ubemnsPvgRSc7bmk/QwSR9QaaTGkjnsen\niXcoA+LreR4qj5ycvfJSDEfQ0Ex7mAA2QMwz2mK/LMWP6NzCsj7Y+nqzgcbU\nqereB8/Cfqmu//XmNkNATmlEPyhrsQJRSLqJO+H8f+S2ERf2pJWcxbPNPGE8\n62S0Voz8Ei361XMwD25DyQegBgtyS1pE5UPEE52Ln3+n/hpWjL0icqwTwo4m\npnO0xya5yp+hdzv25o34Il5lzrvwXEKFh5qsZtBuGF6lbim3kEZTQkD3Sira\nyIjuf+PUJC25pCmp+x6c+q5HhPSBJMU2qGmfqLdeebDIAbWSgxRsJxnWWP8g\naRJCLooe5vnLMPoLwUTozvOUQOqmOP37lihxKxxjBx6U2mPeR0aFIueHPdNl\nOC007camHeMfYUkcpg7g7BOi31ijOok9dFx0dspGA07wPQPSkOT1oNhMUNU6\n/MGjxSM1Kkx6iq7Q2Vx42spBGdiypa+r09OOYR7f6GN0l+9c8D7uhVRAbT08\nsq+VGbSIobgqitXuYROwEMnCxnAUNkaPdegbnlyA2yu+LFv5HWz/jbqROdXm\nJqms\r\n=0bO1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"0589b45eddadbd683aec66409b6e1e61a00e007d","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.31_1572680964755_0.5973668182119294","host":"s3://npm-registry-packages"}},"0.8.32":{"name":"choerodon-ui","version":"0.8.32","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.32","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"0fe69f664863456c681d6532bb8f136a7f15e5b1","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.32.tgz","fileCount":6315,"integrity":"sha512-IWY6cRQIbleSKQQnuqCqH/OMG8iepcIjnmzF+X6oC8PZ4kLC9grdweiAd9R5napgoWKYlspxxgmrb1tHreZgkg==","signatures":[{"sig":"MEYCIQCVH6dP2ALMWHZvR7XnILANJcbGW6y8bm8/3hF07xq7LgIhALclRn64tKJtx+W8oMej5f4YO0dYaLd4GWs460/SJKci","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76357685,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwGi8CRA9TVsSAnZWagAAJg8P/1x6zTgLFrXDlOSISMb5\nMGH+AYsD4YfZr4QRCJTiELg+5BwcuzveGPnBa3EnklMyQusx3/H5+PQe/HYD\nvx1AA2RxhMdZdIo/9LCLTIbY9KY/5dhZEBHbYXKS746dFm9m+IDRY6ab3Q3O\nstH2J6ZOdSOPKm9HYUT/34WBhx5oiNC8n/KkuCtT8I9ZfE8bhksgaZobflXm\nSbQen2NTicVa9hB4YNL+JlqL1bZ5QXrSgxcENV/SK/rbbxG2eFZlAE7EKU8S\n31Ha/UNTX2rvG8sXacjpOkBKA/uFi+nh071lsxBD2QqmrDnlR/ACHMeW4d+H\nJoH0bxzdLYFoNrzWBnGmEv2b+J6TlZE8wU/l2KLarTLygWyzAlN+s1T4AcUR\nWW+i64TLdITG9BxGTC3FvJr1qBSvOsy23RHlmA1SGWafyh61WeMbCDmdbUjV\n31m1eVsHYAzXhxB0sOU7QcNXb9dcjXJUQlFS+fPUZYrJHSOyvkbMHRYNpQ0n\n32Tl3wpl7uSf38p2vc8R7QlymYJ7p+KaTHpRv64ScA2GrSvCk9nb80Utcxxl\nXM7heVAbFIeonlOwhN3Y1gjkp4IBiWlX3ZOvFIOAjq8wLn4sUd5wE9hns2oB\n+FwCFP/JsyyllLAtK7houb1e9PioxzjBK0pNBs5KJw0PB2ZCan16yjcxo8EJ\nIJ6I\r\n=zNOV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"becf658c559ce974a2d5c6e86e5095d07f62e4a1","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.32_1572890811873_0.2308383038197297","host":"s3://npm-registry-packages"}},"0.8.33":{"name":"choerodon-ui","version":"0.8.33","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.33","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"9f0a32674b99634fc5f91cce800914dae86f4abf","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.33.tgz","fileCount":6309,"integrity":"sha512-W1T5vpOxncr13wUZqL9CbSWw8x2aei7AqSr1Iv3edOyGyBF3RqPIN33NwXPrId7YHl7Sf8vyYal69+Mk460fgw==","signatures":[{"sig":"MEUCIDkzv6OEb7DtIhQjX3A1NH40LZebyHDZK8WIEFjXwo8gAiEAkZQuH0NWu5yLtNqaviPi+Bxcrt8j9LcXgXOuYy4M+94=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76371649,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwUWmCRA9TVsSAnZWagAA+QsQAIikuFtRnZEmn66oQq0O\njkdeFwt352AwtFv4y0RwlWpsNxohZ0eseRHKgkqITnvplGJYsNoflM7QkY0Y\nQnA+VjwerF2CLabHNly20DkRAyGPqd7SVSgSUuBaC5InkqroI0gZVtPKQVdN\nwwHix15ZCj+xT2XqWKW5akUB/Ks3/qR4IwgbRUfPdWemHk6bSDRvQbSC89aU\nMZvNmKOIrZwjpFXy3/9E23H4NCjJ1Lz5kNGwL0A6eJzia4niqiUqySaAlwyk\nfa7fyx7h5NG4ZeY7bGqtTROBuNH0BE3EqhBkdcBi/cWQ4LGO/ZhS3XHEPiIp\nsegWGiX9mJs63OFWNkU9iRjlDhN2R5QOPAsuzaDQl70ew9ledNtq9yofELaY\nHHFwJMWERUKt/TptL7gznycgkVt2xT7M4WKykPDtUCVUJ+s6XkeN8vXdAk4x\no0C5ZosPHHxZRind33SAoSoSC+nXDLI/u5lwcPnMbJqC7pWfBVWPH9ziXYRN\nilryWlTbkrnDmNkKwgZa0reZG9EGB8lJD1lehmMoQ+c3Lwmu75gO1NcmZ0pX\nAoHBZAhjkdsf3uw5VtdpRvGeiEyye0Lm3MWowuDP9lhFmS+QE4MfwLi9n3u7\nIa4Q7ytmmYnCEUbA+95lF3MHnS2EyJhYpbncrypDI+UG0AEcj/rqUXFqpBWL\nTw6M\r\n=fnDJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"ebdc26fda9a79578d991d75c86ea486acd61869c","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.33_1572947364974_0.9543023870371585","host":"s3://npm-registry-packages"}},"0.8.34":{"name":"choerodon-ui","version":"0.8.34","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.34","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"d0a136e612f9417edec907094d437d1c3284e46d","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.34.tgz","fileCount":6309,"integrity":"sha512-LCXUltV4+KJIwyZe7x/Q35jJbppUjalua972pw3A3g3VzS5Rb/eGOuS6/VlYtSRf4vsjPGAsI8XgZWIm0JdcHA==","signatures":[{"sig":"MEYCIQCkupVzYX8RoPce2izRyPtFJF6DS5bAiBG9b9CIbGRfNgIhAL7j2iZceXOY1pfyZ1AdbcrL+K1XXKrAK2dEdHCvtNRx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76379600,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdw9OKCRA9TVsSAnZWagAAwOcP/RqtlRPNisNp/nVeeBax\nQIspjx7272QlHRnm3FCVooTEX27nFWedqUrZ4NJrcznCBEKgW0U+8Yu+r5Vu\npThbZ69J65gyy5IDTRlu7YyV72cjGdEwU2Y3OvKnPLa8MSKD3Ij9ib5rNpig\ndG3Ji8GrFLw5fj8LBgZtEZlmMlJ9yDVwhzvQPmjZJdVvrvPp/JGHCiGLG2/F\nFUVe50r/LxdG/+EYrlY3lUTNW++tzb5RWmloi10gsKxUSC9obwfyLK94WLw1\nO3rXso1vRK/BL9BfMhCoH7ZLld6WLpvD5d5rrwhD7X5cnFy99Smpbx6atQNo\nG3E+MQgjd14QUtXUtILsTaUngz2kRjXQHzjkfNVcHnJwQbR4ruHfnqBeLlw2\np3DEA3TTr1D7U+PeR3RlpcQkFWNWvpdBZ3YSAN8VK4QvQ/TBVhA+apo4m2Qk\nUj7HgTVmG9u2k6q2j2KwoWosaKATvBixXmoklQweLoLCbQn7aT61fsNOHB24\nxLyow8jktm4zdKq9LDb3nb8kOJl8SpXbKZxKodOHl34kTqW63AhWerddRWZ1\n2GGOZ/xhGXfBRzbnk7dZtYWNTcyLsYoo8BZOYDgLNBCjIr6oSsdAl6M9fcIN\n9aGMogocf/bbu2Be/GsSPGToGC6ZlPJOp56I17jCXxDQrze6G5YO2NOvjMAi\nj5ec\r\n=O29T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"0d920d418b0caf707271283c598ff32c7d9be1a7","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.34_1573114760617_0.11167593390981811","host":"s3://npm-registry-packages"}},"0.8.35":{"name":"choerodon-ui","version":"0.8.35","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.35","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"9bcceb4f93807d55bd494ea63f13f4ee65042876","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.35.tgz","fileCount":6309,"integrity":"sha512-2ZRRD7gZ548YhzK9LISjX+hgHsr5VQbRyrCd3o7Jq2/VvvW70nk4PdVoNARUSZ6/XQGaZAmq8u5HRggFu7D1Og==","signatures":[{"sig":"MEYCIQDkPl4u2o8fpyiT6Eq5irTyIcEUqPWt90FxxcjfZKsgYgIhAJcrVQertb5U19acT4CxH60pZ92QnbultZhew2wwMCRn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76399168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdxTZcCRA9TVsSAnZWagAAJ34P/0i/q2SPrUjmkvqw4rS/\nL4psm6GE7Hp0FFqYide5HO2W/72LchCdoadbD527LZDvbCoKSukliVPpq8bo\nYt8+TrSn85nviC6KvCS1K/JJuVdnki4RM9uDqKl4AK3D6jNRdURWoR0J1XZB\nCdbxGQJe/msbEoMRcNkiusYpEHxC4mnSQIGPSQYIR11KfFirRpG9e0pvsWFk\nC36bjxI3lkqoWZoeGt0oDiK/MmZeI3kp8vM/bmNAdgB4sKlA7JnG34v9i4Br\nCUxe9O+diphWnfxtDHWZ3cIuNgbzQQlqAcLuWtDHf27xkrHqbkkG25LmxMks\nIIxt4FMcy1+Fuu6cCFy2voBhGdfGwm7ycgkpUFaeAPz7NyfHkzFVcgWxm5FZ\ncbr1hyHLgyc0FK+66X83ENjlEaatA7UA1UMEdnoWqNR4d9FxrrNkTmltA8fQ\nn6T9SjS2mmF7Oe1LLWfBxD33qpHa3FM9CQjVFe8TDz0NXazoqfg1dPgEFDs6\niG2svpDs9aLQ9rg9xrDZIsLk79dQ0dWxMR/lDFuYfy5VvuYyBEJ1wyvTizsB\nNgKQN1RsfkAVhTXmLFdg1rMChGO0DNu9+IXnZcckDK/Hu+91vvAiZHskRwFw\nSYa9eL+QpZwLqP9Yw4yjR50bykSyVH1VePobbAFBz1ZWzG0yVCXMwmkKalDG\ny+ij\r\n=iKLA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"56b7acb30f9ecd693fa390bb6f0884786bf3c15b","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.35_1573205596067_0.22066873075437088","host":"s3://npm-registry-packages"}},"0.8.36":{"name":"choerodon-ui","version":"0.8.36","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.36","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"25ff30969f5f46cebfb476e9a194a228a22bc500","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.36.tgz","fileCount":6309,"integrity":"sha512-1swO8DlJCKwiJdDoJPKEGaJoYfKc3PbO60WWR5nNI9HwDpSfoghtBm4+MFW4iMVIWuwDkwSUcjZEFeOrSAKuLA==","signatures":[{"sig":"MEUCIQDvxN25t9gIEBNRJx52sOzuk6IMcJR4lRsB4EYYIZK8HgIgHtKzlCXHksYmQHW+wYKESkJClYyGOXTFh4PJURo/UyY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76417421,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyTP3CRA9TVsSAnZWagAAqVAQAKNHLPR1t9Vp7TtM0zcE\n8yXc9JzyHvUehX1C6AwuRklWpSRIQLOADBZT5E8L1jeb8/GqGjFKIWxvXQTD\nR605H3mp6ImgVPPemRKEsXML4kHhE03HSFViYVXvkDO0RZkJ6BS4yrmN5YGo\nQCea6tiL8Wrc3IkaWMIzH8cX76m1a/3DPbSzfvCdQ7BkYdpnDeWHh3qlQ0UU\nPUrkqyw3TRjMMVnoPTR+4leIJwoVa5q2ObwzZ/HyaXzym7+bg2YR5XzqA01i\ncFDIHbWCzUoOFbOtJJegRh40KCTqGS5VxjvaVRq0re4Tc/WVRHWkVEIT2r8j\naq4ZxjMe1QeHK06TM7yAYK/GHmujMBgUYasiknrIAomVlLvnDA4/LrnmCTqD\nvVUtxfkaDpsPzKYc8MNSZ+sjPujGR8dRdnhxfJhWAh6+4ijQFLCvkNLncNvJ\nChV8EdLkE2JayFRI4OUQ+fFv+ghAl94Q2GC8iK3iBSQnOtYocLJIWF0UGwX6\nsLmXiF6kuDxFEYa8/Gp32Liqcs2pcKJtrivxcni6DrFEufRX0emIUdQc59dB\n5xapvsnnQE2egH1bjngC1lL0IlViqpkHQpCd+2QAMOkgMraOQgT6wK3R6z+s\ndXANXFo8QRuM/T8XUPtFlGaC872QGfWa/miHdfxPRhomPpqX4rnx5qHR4vIq\n85wj\r\n=onXG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"f596523880fd91719cf2e683d135c5050a281270","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.36_1573467126829_0.08270167787235794","host":"s3://npm-registry-packages"}},"0.8.37":{"name":"choerodon-ui","version":"0.8.37","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.37","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"cd21af24bd56fb8e514f73cd8f66c14c21880db7","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.37.tgz","fileCount":6333,"integrity":"sha512-/QtV1ph+c/HxfjR1Trve1HUswDFDrKD0DYnRBdcK7+hPNBlOdOi0XQUXREakqp0RLs1B1rwuZ4GM7P8i6DsjAg==","signatures":[{"sig":"MEUCIHjulPF5g1UIiLFHw/MPaPi+ZXIpRSZ797foRzMh70dXAiEAxF98pmzdr5H5zvqgRDREjtacrBaiM8C+D9cb3CGYwOI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76461634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdzBpDCRA9TVsSAnZWagAAhaIQAJkeusBlUjCC4z3w9HmK\nD/NBJSJg5tp5xEeWTz/uMtVUFPobgKh7l4zJysSjSt4AlJbcCOythkYO1jCw\ngVSyNXjnwHOFkp7kccjfflXwmoezGpzGUT0SNIVsYBP+/Lkd3RegZKozZ9Qv\n9RuCdFoHusHes5QnKqroGLHqAeSttJEPMwyl2AJffMHcQCNMmcMZJhS+Z5P0\n4h+n4IYXfA1JQGu9ALewTcW5CFiD7dzD/NZf7GPFrIVZ9DtMm293+8DL8kvC\nGoGJMdVOb1Lxje12Yz0KFLgGEiBx7wIsU9MtHyN+XAzp4gTvOg2DRYDIhX8T\nQGF1yC4YhN9LdbTpn/GDhNqASQ6GYQAjAO2V36JCI/PMg4wxtHZ257YqUiwn\nLwWr2VMXFQHmkgYh+RS5wC3/DTZS3GCnYvukZIBSKrcXsikyU1+8HR2wxdIy\n2c0c6t4bIBvpJ02+2FO+hHnlbrnyGyms5fIDONz1+7MAJPcO8Bw/tl8AGLa5\nmL3bBmVy6G1rW0U44PIhXkuhhOJ//Y7v+73NkyVIHNh+Vp6GKsw+KHq7f/8j\nO4Zh5liIc/+RQQmFIdtLAGPbQ82w0Gsah6YAnwYkz+MOhkVEUPBWSK25etq9\nFbrmBpZZdlcO1EFRwXlc11qclii/f9/LtEo51XaRzDu/x6t8+cjdhv0XwOD4\n+qge\r\n=AI8U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"4d05b83c0f3512534f2f698c0ae177c499172590","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.37_1573657154782_0.9757337498280945","host":"s3://npm-registry-packages"}},"0.8.38":{"name":"choerodon-ui","version":"0.8.38","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.38","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"3fd2e1bbaabe6f4c35cb7ff5eec6fbf1d4631c63","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.38.tgz","fileCount":6333,"integrity":"sha512-L18jDU+jN7oKqvJcut2xYrWVvecE2s5ZDLkv5B5LeA75btl8w42la/rUWeIHRxdpHz8iV4+lT5xHd+Rmsgyzsg==","signatures":[{"sig":"MEUCIHCGVV4PEW5PfhL1X8tABguTGlW8bt+wP3LWNH6uBDVCAiEA0KfAqUxmnwRQ/oW/jIIW5LUENBv0zz0MVAGRt8YMmcM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76471514,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0jBjCRA9TVsSAnZWagAAr3AP/2W0hhB/clQovfblIuHY\nApjSV7dT/4paMw+bhMtfqxRRBgl2gbse/8zYCWDXyd2Kbzr6Poj3l7fuNKTw\n0hOGmckKeQMR+0Aiq0tU5ee7pgcFNjOxCYP6qrnijhi5mWBSKC2VAGDuSYbv\n8Yc4eOLVB1mBuBYlbgwB6VP96O/8TSKpER/P8e9vE4d2UMoAZlUVcfpppoRe\ncwsFk74o06jGYDgbwlcf0P1CmLF/ZPvuGSj7ozTPgDr2I3CrbIKgQi9oaOf7\nJdk6MKXLY2YTchu0soVCvgWqKYAbRYoCGEQLTjcXHpKkhze7aFjvDW8I2gZ1\n/lS+rarhw8FYv0R/DpNZncKq2QcirqkrzMQZQv2fUX5V5srids/MmEuY8gdA\nxwng6D6Q8iKzpMJcr6Fn0dPGZ8mDXkiys33bjHr2ICynAaN+K71ZxD6WrTkt\ntK4ycIz2Fi/dPs8SB1fz1DaGviSCtLCqr8opjQ5rxyhZ+inRNAUX1FzzGe3W\n43z8j2rWh0dFmzZpc+TFDNeu4olWCJT+/68WW4YteXJS6sRjMb8ua8lQE+2d\n9lEZ7TN8Lnoqmqfi3MVBvq9347k8SQNe7h+x0HktH2Vt+B1yPWFfk37FlXXL\n+ns1z172KBY70RBnrQFpBeyebmAJg3krlXOZojXnmxYboqSZlULYqycxzTlV\nY8Ss\r\n=G6DC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"d1d8fb78f16dad871b9d758c7e934af8c63e6560","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.38_1574056034320_0.8125968543966455","host":"s3://npm-registry-packages"}},"0.8.39":{"name":"choerodon-ui","version":"0.8.39","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.39","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"e1fc5f323e6409e71f6acc165bca6e2d43943863","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.39.tgz","fileCount":6333,"integrity":"sha512-hNoeSuJoduYt+zq2bNDCz4OsrO0s5AEmlqGHM5JEx/ZhaK7aNlEUcVMbBtAqVrWz6LHWBqfMAlbgcHZbDYvdqg==","signatures":[{"sig":"MEQCIC+t//zOQdkAAJX+ZZ+qhmCcerufbDB/peu/F8GHLcIdAiBFaEhtINNrpP/GvdoDl+2BFQhi5THUtMVS+YtzUYkyag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76490394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd12ClCRA9TVsSAnZWagAAZDUP/jxC3RTmuJmvm/LEAxzX\nJy9zdg4HJacnxQOL7JXCARVfWk3qHr6IEbsO54NuCOLOlVTDNTAilMMBUA6S\n3eEn/a460d8bMnXs2WWn82yd+wej3aYeH1erqhJAZxQz+LhT6j6QB8q6ynD5\nTm/uxT9mTbBHrfuloePLMsPcp9vanyVFKA9AkY33MU4rIDFTMf/EZfjIZel8\nHHfnsdMHsBdIhAwJzMUiAomLYNP/tpLeIyUbnyFCQhfYzZoTjOqbF/Agj5oV\nMuMaHGgvgKk1ZNsbFHEMgyB2lyX7o7e068TVWXHLlhhMQQzUpQ3gTOkQnouW\nbRlkJhiuXMtLGm14Yh0nQV/QVQXJAQgt5Slts5Mnvh5ulyWdf/+33og9susO\nhLlE5bDHaz+r/CnftEkgf58rSRCXMEKIQgqR7OO5RF8ACmW6Qla6r++TmxCD\nGzL6ySXGnAw1AATRLjAv4EjCLJz2kRyM04Wq0PICOcXkb5iRqoBUEru1CHlc\n8RiR4vc6PQ07fjPvfmrV1qSfaYCnWdzx1yKrDsRiAPYN38QtyXdKw1wdoekI\nh7UCbIMFSfmem1UKK+4Ysv7kxdFOy05QzHTz26cL1XKSCS0bIIKKSfcL/X4D\n3z83CDunQfUzU9ZCjwOZuOVaZ8PT4dc4IzmViBvj5rPfoJjwWuSCGX/L4xUU\nxqiY\r\n=+/wH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"3815d1719696d3ed198f409a053a33ff8c43034a","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.39_1574396068500_0.7205257955777407","host":"s3://npm-registry-packages"}},"0.8.40":{"name":"choerodon-ui","version":"0.8.40","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.40","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"d076dc54c6f763a50b890bf0cf20d6de1a30f889","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.40.tgz","fileCount":6333,"integrity":"sha512-r6XlSfYGQNeQXrOrx/veNZRtvuGuHhgogoCI2XiObrUDieJJUgXgoMB1dkRJ4MpqWKonRyuKcl9fLghYNZLWSA==","signatures":[{"sig":"MEUCIQDttIxaC0QOyLaCPdcM8/OilyYVbuWtY+MXGm91O59GsAIgJRRkdb/U4sE303RNeJvEO1Q5IDbqPB47wc3qOXgzRDI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76490732,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd16PpCRA9TVsSAnZWagAAqmYP/0/W9op2gkivXqj2oGgm\nY5fH2dwmocApmzm2gAKAbgTx7YO7BXiBpuqYR+6gesutSCt1OMvEQKot0C3z\nM+5Cya1j1rAN4mHqdHUiJvrzXAwiV/vj0qFOxEO6Bl5WPCFEvo6ZHkBiQv0r\nFOTyfClsovqPgbFIX74UERb/Xp+q+S+1h4qNyaJNufkKwAOXGdwzrPzEmg3e\nM4nm4X4cu5kJ3gmH4HtZ9p9PkhuD4VUmWzeuZ7AUMNPFkJ5mefavLHWrOv0F\ng25fL/oXIsZz8k0hQjjd/GlhttAAcN5irWPs9/631zOLGCo0bAP7JQX+4E/5\nIzoS+3T9L0fKm+Z2fZvtmZpYedkqnteVfg7NdHfwY9l/xRd6n44mQHLeqrQW\nguAUmc2En0YXWyOUEIpr3HJpHa2ZJR2X4PPCSY6sa5ZIFGoDQzgYRvmsZtRG\nHIQqxjpUiLVGayOGtdzUgR7jvE1YQW6nRH/cQxyzO3hS/qogcehsrqAyY1Rl\nV0vI++GDSJfVKAmjRdjnNsUTc2HMdzx+V505i+8mn24QrY6/rEVlKM48BSZ/\nXVkj48ZZObByrkjFzKyLd5BeWCjOGEDh63kLIt28cgl+H/RMqFhRmY7+K6ZY\ny+E+A0EmycUuhuv05Xf4qjmqyKdTVafxADBl4WbtD6bVDz47U3jOH+KZQKvW\nmayz\r\n=uigP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"d2f6b12900aaf36afd2a5dd8934f3bc51787e387","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.40_1574413288881_0.4906817554667533","host":"s3://npm-registry-packages"}},"0.8.41":{"name":"choerodon-ui","version":"0.8.41","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.41","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"50c89615fd588434aec2cbf9d27c0bd71a6954e9","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.41.tgz","fileCount":6333,"integrity":"sha512-r0l8i5k9o3LGO/yAdj0HJAiKRHkRxMUaJH4FMdbkav6LRpT8OjtyLDQuNbIGn+2VvZCoGHNRGRLQy4BbHqxCpQ==","signatures":[{"sig":"MEYCIQDfKU7OL/muMjKWONm69u5uqdRDkr1lnXzKi1zXY2KC7QIhAN0S4wZ9gdpppg9uSgE30bST64T8hwTPbgzJFEfEjVU7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76496801,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3yiSCRA9TVsSAnZWagAAUOUP/22RErPdzB+7b3UMohfg\ngWzwJqfh24fWxy0xnO1aZiE/ewsrfQ8X1Vd/3lG+fFWyck870Xqr/x2sB6og\nOqWUlk7/7fmjzaP8FWc1OhzO7Rv3OCUyvSQaJ6a8KQf9Xrq7YD9A9HXdPnLn\nEo8A1ELnWcv5vQRDPN93MWyme4CFK1DMzL3rn4jT0Dq33N2j+JxjkmJgnrSa\nLkBmCj7VkYMRHsrGm1B8l6OBkgSzujDnkLoJBdU+Wav13S2F+Bnw6HoY2OJA\nk8wWZRnEhrwEijZ7B/fexuOUXRMj8D5VHPGYXnOdq/j9tS3I5vfxJVGh+jZ6\nTMQ0CyZyNXA4LkIpClmgD0m0cntF3Kao6AbA4rylLPb+dhFMweABedzofoQc\nNtx3yphhLQPWhDu92EV18QRqnvg96gDypWw3UC3toC58HAUhOq8R9N/X5hPF\n5+V5YljVA6L1nr/Fy/SwndSi8yVQDhix/+w/KA2/qK1Yx/tgmmzA2DmDj07G\nsHj3fqVRS+qOdAiDcXINTMyaVCE+4VgsKsloZROsNnC2XPmswex0HJO6J8Zo\nDxLWcaDhI2HMAPjET9wWYRdPrJPvzAoUMxv1EsOxxA8si8bdkwwo8Ehn6RV4\n0N/L+FFxpXJ6/gKqBLAe3UuzfEKlMEjzwDvKZBEH2opsSfFUV1Fe9RSn8vs1\nvCBI\r\n=Sw+I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"8c86ed2a3cc593461f96a9daea290180c2affbd4","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.41_1574906001839_0.011410451840273561","host":"s3://npm-registry-packages"}},"0.8.42":{"name":"choerodon-ui","version":"0.8.42","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.42","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"6905055a05a39452c5c6f01c918126b9087b953a","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.42.tgz","fileCount":6333,"integrity":"sha512-zv1OnHy45oWFIoAhM+J0k1nimj4ITDJhHiYd1r//RKBdEjJuOU4nWvG/RttFH6Eom3TbJOv6/O5Q+ur+WVRfJQ==","signatures":[{"sig":"MEUCIFCAIT+GJNcaMkgvwsRQT1zbj3+OXYK7WXyFkbWECHWtAiEA8ILZBXuy7ucT85SBknCDStkphSQNFoCcqiCHz9tZNP8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76503277,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd4/4nCRA9TVsSAnZWagAAZcAP+gOAfbEZSllmrwa0lw3Y\nwZcHnwbPUTcHUg3Q7DitfyZtG0s1cd8hxquWsFHATxxfHqaRUDz3Hq6oOjm5\nmUpZnWuDdSkd7z3UHU6XztnnZ6Ew6UeufpOZXLHM18+WSOTxgi7Bxt734zhe\nAk8+ijbV9rFGVRGfW5vEPLtP7Gsj+z+cUiTyuUc6rTalOPf0wm/SsUNlu3Oi\nINOZyErqyjvyw91+d2yorTG/7XHJIwEgrTZv3yjgVn7nn2TTRWtVyWm3pN8u\ntvMJaIcSNYP22gQ0Ge/TcF1SfBBMQ1ikKKwCu2YfuhJ82pzLd0cLd+OR9tYK\nGVAg0YYSfUHJYQoxu7YyKD/+paaRkrjGdlNK8C62sUcFChKCb+u6nQHxctrb\nMt7ClkmVp25fMxNHpQwVNvOHAGnQSQ5NYBJyB7m7HfAJpFcIUd5+eke0Gx/9\ny0mOISWcFFNiG2hp3ncznjc5nHKVbd8xZXf/pMg/MVEO8ItOm1l79hfn38Qz\nQ2X0uVFwX53bF8EbTD9WWnmx9LrP5YwaxgewDOeg/q1SfBimHXOU906N02un\noxIpM7pZib5bcODdNZXmebxjLAeahOiJ3K7aH39axHF88qL78EvlsI5yJQPr\nt+IL+0jXa0GrbWClOLDU70ctCMVAB7i7euC3MYLXHZnewyJH+bo0lC1gJRky\n4ld4\r\n=9/kA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"b56329d693c08be4a94a2cf5c6a2eacbea3b936c","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.42_1575222822472_0.32734233916195365","host":"s3://npm-registry-packages"}},"0.8.43":{"name":"choerodon-ui","version":"0.8.43","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.43","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"c013be9fc293b4a07a4140aa88840e0107fb388d","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.43.tgz","fileCount":6333,"integrity":"sha512-6+SnenJJO1TjBC2z4WkatAFaqrKS9sn85boNG2BY9tFnwC6Mjgvylt+/NHBzIHxlPRz6McJWdY60WPEqrXa9lg==","signatures":[{"sig":"MEQCIAyzs+gbdsM0VyEzKsB4YbC6vdb0LMfOxjDaJTlN3O1wAiBe4O5IoL1pLnD7WqkZjrXAjO6Hmn9Es7mBcFfkDCVRNA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76502844,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5NqWCRA9TVsSAnZWagAAbpkP/jYnL4463GWm9FdDH78Q\n71eRjSpR7a0cy6wJIhB0Ne2s4gux9jcLD1QMDfLUgLWgNTc7LVGNxVUWHWVV\nqUh2jvP4wctyslrjsNqoQpoxZlbHZ+mO6mP0VbINLygf2+Un/nUlSYAeV9aM\nolJvcIlgu584FMhzvuI4TXdzRVWBpWmhvq5vxrlzoY+8RXGg740Ck9QQ0QaJ\nPR5ILEzbHuJGPl5BsOYgeW/uPs/j8WDgv8gJwvsj6nIvLeoa2L1YU3Of9Lc/\nQU797ymBuynnhdd2Y57a8RQODPAkOdcmIUm5idp7Gdfp3Wjd/Iw7brzfLcN4\nXln4fga7DsBlHBuojcgX0gSzYUiiA2wob0lDCJ/Gi49+NhZeyX1FWmflOwsG\nqP7T2pWnanr2pFEoVoggrD38PP/3awIjsPS1cskFodtEQiUdQeaaMawU2S49\npGqJb7DQwVvpXn/SJClzazkEIqBINaM3bH1QXMXrsMQAiLQZogOoRTPmjie8\nCXxMKkmj7d3EKyLmJt+yw6WmVg+ZrjomNKETdJVBROjgk+b4QcE88MWnWPi+\nFw8FySDxz6owI7HdBq8XHRDrXG1jMZDcpdupv0LPD+HFQLJ+bH4YtclQzRUt\nwkk4JAdUecVVF71i9DNvu7O7n/awEtkaKQMG8uAwK1dBFucCsI4IXqW8To10\nDzfE\r\n=OXPo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"1a5080df35aff04c8d5cf573796b7f37417093dd","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.43_1575279253461_0.6891437419273025","host":"s3://npm-registry-packages"}},"0.8.44":{"name":"choerodon-ui","version":"0.8.44","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.44","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"aee7b7f21be0c8de22b1d7a15408628e83b16c91","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.44.tgz","fileCount":6333,"integrity":"sha512-Zjo3XlPtvMzYpALePn6gU5uiMwUPy78WZZScuit/WkwTzTJNUoA6zshGoSM3uIxXSEXTiLEcDp2TBUfM+5tfoQ==","signatures":[{"sig":"MEYCIQCppI1Cvqjw/LI5MFR79+U4GKl2jXzrQGYSody41x2uMwIhAMpqIglgBuXpxHVwHDZTj+8Ag2/Wvx/jqAYbleLBuLeU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76564959,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6LTeCRA9TVsSAnZWagAAlrUQAI58nvyWSdmGNvs1avNk\nriZbwgsV3SGmq4ufav6yfL5Pb2LKWDhY59gPUpZS5XXAUPAuOk93AHwn8Boi\npe9fDBuRMk6hSY5gK6/S91VBZjjLFHfYP5Tr++I/pnswKgUwH+kYQNQTHJOg\nGZKJzhIAL03ZDXhFpZdkY6e6MuRaOD9riNKg3DKV6sSbInj47iZXDfqvnRxu\n6qYE+UDgOGK/M4jsca9ySQzaFItRumGT7AgdlCHxCmFtEAZWOCvuJPY4R9rf\nLu98zS89Y3F5YophrGcefC6dqjWLgML5o0WmkvPPEnzDKzawIPYTdBAx3rCS\n3dTwgcQhWgf7wcbBz7acDX139C6BHZalSAIlAYrQpCeEsitODZ8BpksXSju1\ndAvKYfzuNoxKo6wN0wJ2VMkxnDMb67SXlUk5gco3yl8Pmr32/LshDlEpx4Fr\nN5RVYViz/UcRiG5sHf73+rYAW9Hd/RdEnsLcfTSmsFlitOdRaMSsHSu3hnCA\ncVdlGDHrp+UtL7KGS1d4t01Q5tBCWnMjtPeRp5s0uqzmhnXRcxOArbqnVKIg\nPE7acNdX9PNABd6dfwxpp+L4ZD0ZNTqN0LbqE/0qSZhDDWyNGSyQLmt2HFtr\nEftpmHnBqcAwcLoIoTMLCzuWaezhS5LhhiOtI09dLtZI1sqYNljbhLNLFxrP\nFtmm\r\n=KEGK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"95cf642d7d51f41c394185f00b6b7bc735cb7cee","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.44_1575531742043_0.750670071241881","host":"s3://npm-registry-packages"}},"0.8.45":{"name":"choerodon-ui","version":"0.8.45","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.45","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"443feac78e7af4ef6e1c554dd70bd5516a62eb20","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.45.tgz","fileCount":6333,"integrity":"sha512-zpFGCRQ/gWWo6zdF3HQeH1NegcHjTl+N8V+heFI2cz9RSvWXKq7T2NP8xF1hMgfZbq2Kr90vKl4itwfZFNoHLg==","signatures":[{"sig":"MEUCIQD/dcr0vnLftobWLoBol9C8uOMncS6Ez3dULpH9UkyFJAIgWd9ylKDtMlbJz+DG3N4bL+P5Gm0hzd9WO0kYzUikBtk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76565573,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd65LuCRA9TVsSAnZWagAAigYP/iXY+BPJoYyN5A3LnoIl\ngw24CnQUqACt8iTkQrVEHj2FwKxFzAd9GYSuPSbwuerXcqt55FYCS8AUdFra\nBXj27ZA39Q2lmA7lgz+GJuj4aClNGmTkMpIElg3wGgAr76lacfxYg7wyyYrK\n9hkXFv4Tlusurb3cXpHyB4D8djhXaigp7zwPbgCVBR2G3E/OhF7ythyV26R2\nsDGKZs4omrGx6hekQthEXChQ/l5TnPJ2TLuaAVuqsB8tt/7NCwmyWHGrSmE1\nzxOMA8Kxq48n+MNQ33HxQMyyqkmLa96dTOL7kHp2iu3fHpUIlv1JI4ll/N2W\nxsRo4fqcKUpv5QFbgVkxD8+wAu3Ib40pnkqNbvxYYgARF+4VhGBBJ6d6+SI2\nYwxFTkbHPJCIa/H4qoZiWrLqfRQ1IkLxk4EtcxYB+pr/giLY7YgVWU7ukg9j\n2xboboVwHvCnyqrEzeskKVpVLIOcxoxzeHmlZLzmWoRT0qvytPKvVAIbki3/\nMBXT37lpH/D8ox0sI4O7WeBvpQmANhkBD8MqbrQSAuw2Ud5K9Qci4yloWhev\nld4eYLa/rlOFRGl4f5XIHeX34mBd5zN352vrj71sIGTwDgiyQp/WQexIwlqM\nAKuvN3CaD98waqjPnamSVryVCMv/v++3U0FLLwuGGIS/0S+1uhZnQLzCkZjr\nlqmH\r\n=glKu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"dba272dce7462e6fcc74482af7381f1311da04c1","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.45_1575719660998_0.5421106924011714","host":"s3://npm-registry-packages"}},"0.8.46":{"name":"choerodon-ui","version":"0.8.46","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.46","maintainers":[{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"4d908b417ec2d9e9f8ebb17577475cc629e27b23","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.46.tgz","fileCount":6337,"integrity":"sha512-Kqx7X7jg0Bm2sWA0zzFWDTdMzvvWgBmi2IrP0Aco2/M/BpIFGvdzw244qbxa7t9Is4+QBNp9MyViaucoTNcTKw==","signatures":[{"sig":"MEUCIQCsVsmm2GuhXRu+cgVddr10fJQbXy2iYcaTjc7XfXNM+AIgSkibazVivPrBHJy3+KgB2kN/IzVyDEYFGDplUOSlaT4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75529569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd7garCRA9TVsSAnZWagAArzoP/2hyE4X2D/DFItVTbbg2\nJUi7U/9KnMvXeQ0cuDYtjfxj/hNRsyv8Va/KhVyJHwXWNSDHF+D16ZYqOFy2\ngbiijn4i01tgD86zU5gIccjJpV+EQOlwQ1ULNmKpjbClkx0l92AlmAl7C4q4\nme+H75ZekBaaiHiePBstUqh29vQjX/c9XCU62btkjOIeM25cfuTQEJtgVike\ng1srxR/eVvJVy9mTlHA3OuYl6ktl3BCL736kQy1RWpUkbO4ejiPP/kYX7Z1o\nLJgbmPNppRqbfqet5q3Mt2eqUEyXvVF93xkQQHRSaovjbJSeRM6xiAJTUOKK\ntL8lvCLMX7pKAXJ8/+cszhrY2xCBb6jDNz0mtMsBbaW1KswnVxEUGFE+31gs\nWh9F008bDMivEOKfe+nmPHtyRQ4uKUik+VHperc/qt0ezriErsklMHPBGt9c\nFvyrHZub8jq+8KLeJkgwXwPTsYNXFW/ABLgEQghvUAPKu+BJW6fForNxcE9r\niOfZGdcsKbgQbxtrF7sJRRuS/ZAOUymrwSHbt7smuWYjVWxTTsEFqly8Vj8F\n0rgtvvk9hVEAa6dNdK74MO/GRLNuJErpX970DMOZu89Bs9+2kDTlUJTTpKqL\nxKhx74hrjjvIN8XMHDF3FyG9FEJKlntKRvwf8hJTO/mCWMzZqypoe5quUNEt\nCgin\r\n=P8v1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"b1fe4c81681efbeae2e7da67ee816513d648fa26","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.10.2","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.9.1","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.46_1575880362289_0.8249052548144566","host":"s3://npm-registry-packages"}},"0.8.47":{"name":"choerodon-ui","version":"0.8.47","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.47","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"a9dfc342398435ebc1deaaefdaec94c1efe5f0c3","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.47.tgz","fileCount":6339,"integrity":"sha512-PoC7873dQ8TV6+1AjqiwlZsdH8dt9GWgdAtaZiSouLeWH8SsMs8EW0konRzoBz39eHmKSs+KV8k+q6xm+n9e4w==","signatures":[{"sig":"MEQCIDedxiYJGhbg+OAikUZwhCEJuHxVhTKyns5TrV137NySAiB9p9B17hjNt4q+Igdf00VG6r7QcwkRtNCYv9n+bg7BjQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76700134,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9dMtCRA9TVsSAnZWagAA28sP/AiRqSdRf6Y69rR7iLok\nGilQr+JmqU9okzwMvOcFUvaXbye7N5bbw/9bl/FoGtL30k8hO19i98m048IE\namkCwv4XxTftkWzaHgBv6+lBkhs8jHOXMCxoB08FiEosPTSOWevuT2frXIRy\nZKWiDyH8/ZvAlXL6ez/KdC0Qo/XAnQsdvMDJEBFwLukCIQlbHdD0SpLwvnlW\n1l3FVheNu/os1FqVwiSD2UB9Mw+ejdemf3znjS0VBoumhTjRdui15nfitU1J\nEBmtcCi3V1cCxTb+cVV1jsL/467IWUaa1BpnrOhzcJNRO/wL+AO6fEC2iRF7\nvL9b/zeBPPn+Xq86eBYUySSA2t6fQsTfMwfeLegSAsEXz/l4ufkpDzrkFUq8\n3SeN6EqIAgYwXhKzVWrULZ4ckyYZG8x4/tUkd5RW6CRJ/hnYxThiYva8QLGg\nPf230JVjmDi8vSCcHFAgfwmQQhHdDcE+DEB8u6bZ2aMEFHJJuorma49WXuoo\nJRX5tB4sIzP5EWksczf0L1kyasS//uBNzWL3Pkc+sNHtXEZ9Wd0CDu1SVelU\nFzVK+ITCc1H9CTrhO/wXL7KSogC2y8B0hBumHo7DZuY9UTIFIfhFlsWR1lNk\nxTkFsNpLQECu6hCBDlaeVipyWVKsudG1bM91ZJRdNwGOVhI3s7v+Lyr6V/FL\nWPaT\r\n=TO03\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"cd1752030713cb3323590ebf5fae4f812737c2d9","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.47_1576391468307_0.9740166442935887","host":"s3://npm-registry-packages"}},"0.8.48":{"name":"choerodon-ui","version":"0.8.48","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.48","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"295ee766df049517a57e4cf412a686c4248ce075","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.48.tgz","fileCount":6337,"integrity":"sha512-OsSR0y9WtOuQMO9nSvMz/nRIT8XBR9ZN6xuN2SNX+L6NBXrhoHWbWw2e+miVRpOV34Oma5iZ1g4k7yVmoOQWQQ==","signatures":[{"sig":"MEYCIQDDqWcBvUdQ7SgmKaGcHDVxdsMv3qftpXb2Cjjfu3jKzwIhAITcCf+eyVfhDCX2cQvpLvcnLOA/gq+m/JAEM9xfQ5mr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75602305,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeACvdCRA9TVsSAnZWagAAGmUQAKNXr+VohtfurxgRmVEQ\nu9IckvPiPdSt6nAUHQDzTS7WOadq0WcYCWk+vgkc9x1Yd/fsrpNtnVcQuYB4\nsBoB3ARWM6aODAjLyivm+zuTANDHEdEJMSLwEqpG2qVZJpUy01aZto1AiZp7\nESTNsikuwLOn3HR0dIMNBD3gzW6UyGazyFubgGsOrkAmQ6undL06AJxM5OZk\nTMorgZY82rnPHahObvs0LC9q+qEIOzjIm6LYyRMTO6IRlpyngqppiUsxXEGA\n4CMFp3qn8Qe4QJmHRoqI3sQxR8FHEHno4LUpXLoA+h8+9FqBk5rZa8gCI/U6\nD9JSg9Gy49VJral6OaYcuE/CQKxbr3qTOgXU5TNBNau0iz4ySCWFmHOIQk/i\nTWUWXrwsQz3rUhQ5f3wBmd/+CerG3CQbgE4b5IT5dnMGmZfybuswyrAMk7zx\nUrk+opi5HUwj6yMdSN+Z7lURTZSvjIwsTGlyFlpIAr988rnUNZPcp2wCG6u7\n9u4hA279VSTL+Y5atpuzsSS/6x+BplUFcRVE2pltUvJJJsH4t/WQzUJa+PiH\nVNPh5YD/2t5ANQ4kSJCtn+UTWM+yBQXrB9fPbDg+5F4WfPYWfPI9rZUnLRUs\n/vYPAesEMBL/SUu844ARzjRE95o0trNjJfK1XEsA8POXvIg3XxJsSRBskdM0\ntCEm\r\n=KVuR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"20d207ec34a890e4900d4eca52c07b0ca739dea2","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.10.2","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.9.1","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.48_1577069533038_0.6049602859858858","host":"s3://npm-registry-packages"}},"0.8.49":{"name":"choerodon-ui","version":"0.8.49","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.49","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"eb3fcb997685c49f390aa4da20779c294343d8e0","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.49.tgz","fileCount":6339,"integrity":"sha512-sdW+y/mAL9h5Ht30zKLqv/Dfsa5BpBtjKR+O/vxNX8P6894OQwoKuL4bW/l1c3Wd4z9Qc0p5iIP5CRiLLcvaWA==","signatures":[{"sig":"MEYCIQCjOPwf0vWhrAr29DFTeqxjU8R2PTZLeAqr/vUBsu1u4AIhAIOdLg33qkuNUPCVX8dFzYWHzc8k+9fwpXhFx8sFQqXm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76751876,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeCgpRCRA9TVsSAnZWagAAEdMP/1JqV5xvsYDgyjIqLd4h\n3f0fNbRu9W6vW7sV80vxd7QQ5TtRxpOhEn/E0rpiX2I2JcXMmK8KSMgtwAaI\n2NIcp0aPvJYMXzlR19ED7dEZvWpYQ1yvpk7jHx42kfjhyOsK5sC43C1tubDC\ncPyfZLabo7iY+edbzZ52+HgKMRzhgov1MRlrZGF3Gs0+6KwpvELdQr8dHBPu\n8PVKui17pSJWVidwG90ii/AIiZau5pP66XeGAsJHltoD7731IJ2ORHBYxgrq\n/syXarbq+xa/ObQEHOl37pxfDwwvNV1tKPrs3Ti+VjCrw1fVTyurqLq3kd1d\nv5BmUN7ffuqw1BXUsWqCfZg6m1sUWNrd408+JnAnaX9V4ngtxqVFqOaYxIFM\n07HvwXTZDEj17bapk+mdiHE2MHWsbL2Wt2gPDnspYqrPmxgLQiFADwxP9Is7\nwU3onn/Y9hpJn9yQO7CzJaMWYReNAetYyzLsryGRQiUWOdMISLEkz653w56B\ng4f8H8oc7UjMY/PWBf/6E7rqK5pX00G1YWvkiNlHuILDGGr/6t4yGnBfpiAm\n7mv5b/YPcHYRrqRKkQMG13O0CniKDvKs8iVqhzTb7cV61+vHMRTupbvHWrpW\nGaVHPJCvwvCFK9XXpw15miE2ZkrleUlWM234+CZPfiY6AqAjjTSfV2JTdnVu\nPWkB\r\n=ZSaS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","module":"es/index.js","gitHead":"8e933f67d0cc15b1a65a708bcb7b35af6b159b0a","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.49_1577716304428_0.5457636333709368","host":"s3://npm-registry-packages"}},"0.8.50":{"name":"choerodon-ui","version":"0.8.50","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.50","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"00f715f0a6ff4c7d3fb9fa9b47123d9a0379dd27","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.50.tgz","fileCount":6337,"integrity":"sha512-0e4ocpQKL+0cOtUG7AlTIvnmEHMOiEGcLkmpkKPR5B8mQ6kWes0aYwO15p7Um827utsYCfbRhPOqxU2aKKrRwA==","signatures":[{"sig":"MEQCIG4htKO3M/1fT9VPL/T1w6F+NGw3x1cZQirvjkvV2qeAAiB3HlcQOVHYrxy//ygo7zR6VNzAXNCeoVw2qnR2Q3AacA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75621012,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFCTOCRA9TVsSAnZWagAA6BsP/i7bXCQh+hforwY6gjwu\nCLv9EiBUcrzcamwbbWcyLUQBuUtBI+tFE/+QDcQkL7+08iUT4BInlR5v0IYf\nt7StnNjtJurZLEFhvu9RRlDmb5x3qdoQrxWZvJzbabs3UPiPPao4wje4oPQf\ns+KQWLo0cRQl81Sr1GhUsTDK4Iu5FesFej8T2gYBcLlmnEX1A2nfb3y4bcwN\nFgukTZ8Hrc78JMKq5ipa0t25Vy1EMgQsVjk41icM47Kor7hX1XaTFvv1vQ/l\nr0DteaGZ/e320xCzen10SDI3ulzUEjTgO4mK/DeSDbK9MVqC+zIZP+INwlNZ\nC3eZf0bkm3HZtrvtKcEY29Bb+UO60uayMvdxuw4zj6Sz2cilwoh5+SO7pi5f\nLbrkuLSCxOIKnAEd0jZvNyhLq39AiEKetmH1eExWDoXaS98DPzfAdKbdfcAF\nDgMOXMgjMu1DPOz1VuqUXOb0rRttlDQRyus2ZcsQ/B5MnGenOUSwBseccqiJ\nV7lT+OkJ2wJeA5XQkjnEEnvWphyXBGV9XKCaXtGiVRnN5V6SYsfNB2McDhWa\n8i/YKXbXRMjQ/6pJn+TfhiY03YSUFCyZyLILB+X5XHb6nd9ECqsm8idffWzp\nbzrGtgmv9Ys1+R4yWuOYJ3kw1VAdx6JR5ioN13amqNVrTVsB03eHsZCpeDth\nRxAh\r\n=XTjv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"bd12a08f4f9efa30af4c3813ec75cae92607241c","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.10.2","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.9.1","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"3.5.x","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.50_1578378445287_0.2978107608347822","host":"s3://npm-registry-packages"}},"0.8.51":{"name":"choerodon-ui","version":"0.8.51","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.51","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"6010fe8ca75ca9441519f13fae22cec2b09765a7","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.51.tgz","fileCount":6361,"integrity":"sha512-Rw3P3LXAwpEgV8GthGORyWzOgvlzF/0ct0B15a4R+oKzQq6xENMd7A0X9QwEKdUu5l3dS1TuG+baHSbcFCO6rw==","signatures":[{"sig":"MEUCIQDhdnKOlrXP6Ug7GyNIxK+055vPlxeYI7HVPbxqczd8WQIgfn9io38UPvZ1OsnFibhMvKk+KV0PH5V+Nfdwoajv4yA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76875328,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeH1EZCRA9TVsSAnZWagAAg6sP/1r318sIZ/U6DgLf6rQV\nbIwvbp9t8pdiSeQRtqnRHYs1vEbKHd10Ic0adET/omUz2r/+bFTHvOm70eX8\n69NFlGGTP7ACI83OFxWXq/i4z+15Er78VyDewJ5wiSoCNnPYwsJhydepZ60V\nkPCnYaHJDyxJL3o8tMJPF6pjsnQYQEGX+sDHczhWWwDvp7qMsQSXpVAn2ykv\nhqGFd+gE4Pb4rBv8BRjlz5bPa+W0T8U3b4RX4pmrDObNyo23/W5nlBya0aX9\nISH+ay7XfRYUI7snXr5mOV6MJzduPo70Dakz6Hh9T8Gk+yHBCadwQwZZLuyR\n/e4O3cDEIddia1mCyKE/cB1JHXAePxtYgy2ZLAcouVYXuRdgWMIJp3pHIK0T\n/d6ZBsLqSvWo1Lp5JzL5tmgLmWuK90QZ9V6Ihjtrn+iy9heSImAOKJgsz6f8\nh6Zm/OLKUIITcUDFLkYlBn0joVnvcwE2vniQHOlKKzFCyqoI7yzmie9Yk+as\n0BAZpmSB1xCdADYEMPsYHnN5K5jvEG6XBS5Sto4j/8sJxZhnnUVEhl82dwg+\n+CBjj2XUXjs4FZZVmzGW/FRNyitWv9JUIbKm+Qf3y/nsmKCsnm8lqT0h10ZE\ntgFn+l6UyDOfesjBW9bMbW0fr+qSt45DURV9W1OXspNiELtibECWVWvcdc6Y\naZP6\r\n=wkNK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"fa7252f7de7f917af67ee7391315181bc65f7b1d","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"eslint-tinker ./components/*/demo/*.md","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.51_1579110675446_0.6361711147652263","host":"s3://npm-registry-packages"}},"0.8.52":{"name":"choerodon-ui","version":"0.8.52","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.52","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"489056eb06a4d136e52587ceec6c7b1c227cc811","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.52.tgz","fileCount":6361,"integrity":"sha512-HLQ2iCQOmRnxoaS1zU1zjakiua9X/qMVjHWMt0bPmRYOA1jJXMuGtiTtgSKc3rh1irrrajeHbkLLrQb6pBtY+w==","signatures":[{"sig":"MEUCIQCbrS6rtZ+cYhTaPYInmlJ82O29Lb5AsFXYRjIMCZphuwIgUz0HaUMtbzmrwhiglKGso8cnVNezLkYBgummRRh4nUo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77122640,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIT8uCRA9TVsSAnZWagAA5gIP/0K7isfCtqcguelZ1NUd\n6S/bC/XRBHM4xmwmkDj3WjYyMilUsCrsMKQS10dz5fncL1Q56MaCo9zYiyEx\nbhc0uO37bppNvmC2LoFWYw9OBImk5NWhXCsqsW23WaL3RXZsnCIuSjqSq3SP\nO/x61rzZsvSzhF/Gb8HpjN7IstS6Yi/QsOpiDXSp9v6DSoQ9DrFNIXbJPwlM\nGkA72KAkfi4li2rzTgt5gE/yPXS7m98Wd4PLzfkmCP1p4zCcb+NRw7r0DmCV\nBORfzSJ0Uu0lj5Hvtvx8uuyWe8IEPaEdGw4KeFs3UVjQ7m0ppf8bvUP8NcCD\noNUiRLINwHB9YMH7Kur3l40L4QxkHvK3s2js4p0JVDDDLnrk2W47JBWIfaZW\nuqg/9wdO/Icx5cHnz5YzUKwOGIHG8rV4mLza6wOg31/z1UG7XtJBZKCfyjRu\njJHfhDQcwHNTFfonL1JKs0ML6xfQF12QIgloUrqWxlCW2VjvONmtzYsHF2iF\n1cKR9WuCKSMPD/Mm/y8yBX98kz41rsWnDStDz+h7Iu9z/ocB4qlZv3Q0/HZB\nCr+dCde88QMDlg8Ob2rzhiIf7uYAodDSbWZ+S2EqLVYkOYB+7nrxM1NFNeYH\nMhPdRlXYfu6pDCMMVKZQALxTs/6dhyPt/fJAmvloqwv7fmEHvtJaUfqmtzcR\n5TtF\r\n=nMjg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"1d85d3338a8a1e3dce2e72cbef9a7affdcf92caf","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.52_1579237165330_0.45776717323702765","host":"s3://npm-registry-packages"}},"0.8.53":{"name":"choerodon-ui","version":"0.8.53","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.53","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"216b1ec46c02aeb9c3b665cedf8277d471851867","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.53.tgz","fileCount":6361,"integrity":"sha512-eXwfY0IQ2A0RH/tq/dUsKTomn0nbUY3vgH4kSwX7o6BymLmoGWQ9rYgdFW28TJm2gwLFrrOrWisFDO4ae1bvdQ==","signatures":[{"sig":"MEYCIQC413KkQBEtSrCftokfleejz7vjEmNj71i/+njqkv5hSwIhAItFzOVTSbsEiXL+jIdiFhZGVHa9iTw80QzoJdkov/Kx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77199868,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJKEJCRA9TVsSAnZWagAAzKsQAICcQ5h4An+TPGzbrQ3W\nvK9OI57XomvjezdKt2mIYM1i0IMEvwOcOrqwYuBO6P57QK0tYoD8e+GC2I9d\nbIlNu6mSmoqsrgvSFKEs51Nefa9oN6LyLXx6wHQrz1Xm2m0pIOX1eiTNGNyd\nMM4AxxFNZVg5MvMnW3oXWLVR5smgo1z4HyfBA3wZ4GqMSn9stIsj/9Jjnxc+\nQy+L+T+KrW/CknA2LIcYpoj/sAf9V+PahKNkRBdMosLkBVcuMBmoRt/G0krJ\n29Y8VBfnIpoMpsxsp4Jx1Vy5iNpesid/mpaB7kRlOq28UdOuzIPK65btD2Zs\nWXspiDp2RjtZ47GTgnC5KdW28idcOEY/bf7LxQ0kWUQItAYWyuyNONK+1Zyb\nUqWFcP4lC6dsb7bSCFVNxqKos9fl0uO8bgjeF/4R0J5ZWxHpek87ywNFhOkx\n4BRjS7qepDCxVCINfJOE/HjI/YPBk4vJvKBVexcLdbwH3DdqrvwgYjNLeLMc\nJdjKiBNcf1eKl0ZxwO9SJLEkfOw+9xpG0v5moDDtHYFy5HL33tcGYKIs0V9S\ns/cpHHACFu8V0Wz64TItiCEs7BKISx+xcF4JAIH2CfXos+12xD9JIDihFk4H\nPig79q0x2OVXQ/6wEJBGzgboo4nRbCsvVdK3Ln/JCGaZyTcJVbpfn7W8EAZv\njmD7\r\n=CQwi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"c4d0744c47d8f13df7554003118c911712a1d94a","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.53_1579458824423_0.743151337027075","host":"s3://npm-registry-packages"}},"0.8.54":{"name":"choerodon-ui","version":"0.8.54","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.54","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"c74dcf3d540716039d9f84a85b6a3b8e0566f283","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.54.tgz","fileCount":6361,"integrity":"sha512-ti8TWj6ZDLCA2+Oo/xLHE3WNy4QUFDDdAcMq81ZJWb0AIX+nPcx5ZPNsQLU/TXx0/TnH635ZUATly9jGALOr6g==","signatures":[{"sig":"MEYCIQDkNhSrK82FSnW6TFIMBJ0MZ7otW882CRN6S7bbo1Zf8QIhAPXgjFqQL0dizFMF2vP8EVsNNWjialRaEl+9N73sGvkZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77200660,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJLJdCRA9TVsSAnZWagAAH1gP/0Jyuz3g4ZrQMhWCGFi7\nuXBtn2jg4WtGvevb7e8KlLrjaWHkPMp3N6Qgpnntn0NGkqfm/0ShnA9xF3sg\noyCldbf+AdI9XmxT+YcKqd98PwIgZ3A6FkQdA8uHrrhPrAQnX3PxmEJCPyMO\n7JOMu0VETejMTEeBYOc5MqZ1qxBGE6MBbyGs3T9elc58EJIxINzCAxQ4nxoO\nTP+kCV9RP4RIJzXACkRfBoGoWLd02eTc7PFSOtMBFf303mC6d/TdD5IQiCS4\niiXsohBXdaymOlMKq/y/DCc0qCEQAQNLFu6JbKinqxEYByKrqBpaw7l1N3VT\nkm22gc2dS0CvKv5NvfG4iLLPcgxoScTPRhe0e4ui4cXam4Mkoors0eOT7tpy\ne+0hk8qLJamA6YNjl8d1z69ZbSpJ6zr7YCLwOPXM4dpC3VziuupG2ZGtNJE1\nk5NUsYAQqqUmcWfuyxWs19NoO0Bq4cff3+SNNV03XUfAjgFoeAJWnoiykJOC\nCOIjv6qQKlbqthYgj15wZy0vUIk5J+/rABfHPwrfc4p5OdUFRYCB8/Ofa7Si\nCCm31zFhNHB0fZvD3T9WAAJl9QJQODPrclv/NksLpovYbLBEBClEeZ4bqXHi\npcFepTg3e0yG3kdGy0f2e5d8LNwFYTzN3YwzVwJ5QQRlbkRi8qZlR9sqyaCo\n99yE\r\n=p/AZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"6cd818cc3f51dd7ba927ae2b7405aac8790a2b89","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"hughwu","email":"99571603@qq.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.9.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.16.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.54_1579463259989_0.11143166882422362","host":"s3://npm-registry-packages"}},"0.8.55":{"name":"choerodon-ui","version":"0.8.55","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.55","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"428d0a3655f172ef43324e4bbe8c44bf524d1567","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.55.tgz","fileCount":6363,"integrity":"sha512-nXrvVc7chZQwdbYe1eRsuuc7WpeiQ1oMPw2VhgJj0N7rZBu7hOrJJ+tngUfbTFzl/abJ3gIC9d+EOzFqsO/D0g==","signatures":[{"sig":"MEUCIG2rJ45xkLqojpEt4+bIH1ceHw8tve38b18pg0Ydh8x2AiEA5bs6I18vJE1A6BS0RMLJn2GC2fPneRgtaUcFwrbDwfQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77299696,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRQ/ICRA9TVsSAnZWagAAfnAQAIqk9jia9MJbRqtQcuHb\nf6Ch/Kf5vYbTLHzHvymBEa3G3LPNJqS6hsOHnjxMYS49lBTTH+KyTvCPfKil\nZUzPz/2VRUBJRKrOj7ymEJ+ZRkAtjEdjG/B8ZSHEOWZ3w2mdpSRlzfWj56/c\nCDwjOLz1ow4jHNfE7pi4+ll0eNjpbIxypQVM91EY247uxQb2PVQp6XJFCKh0\n1lqtF+l0yMdcWdtt6rN2CnonfMCnbURjArk7C5hQ0N8xPf6aVI+xqkpcwrb/\nMwYpDxzG0eJTogGgGprnCBkIRyQ/be8X9UFglQLLbDpxldBwicxXBnKE8mVc\nSmxXBD7MTEWfrk7nIDau9mXZ3uancopotoxJqFrAkaqFbeTtktbKDhQqnnpa\nKgMe+CyrhrTfDKn5Ph+e141iLRs1W73/Mwt9l3mP6HfY2N2rdTtgkZ4ufKjP\nLHDksSOp8V7dZxj43T/JOfBsv+M3ufzAk2BeKldvQQjRcutpbQzz7NzUerwl\nD48/22ArIwD9q62xINwqfCm7+6FIYt5JJpt6zCRDOZSi5S1rDQFtXzxWoUAr\nO+oGIwpXePomccDVVfW3mLfrcCxdAlFMmV61S6Cg+RlVV/KzxDWL511Kz7t+\nQxnTigtuOhF8eR8qU+8QvcsqoDMDvNxSIMXvzngsEK+slEx/NXh49q3PorP0\nBO5I\r\n=T3fc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"d4afff4d557ed7db6451e513dd1d7385e1f17a73","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.10.2","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.9.1","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.0.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.55_1581584327361_0.2734847384666228","host":"s3://npm-registry-packages"}},"0.8.56":{"name":"choerodon-ui","version":"0.8.56","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.56","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"c17cb8b8c5ff36e5225f333e401763fc39f8556d","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.56.tgz","fileCount":6363,"integrity":"sha512-HWHgdeISof0cgrjPwKGYhDFjiKOQZuEQentyJKeJ/wOg0pm095el+dGftxxbdccdMvMFPaC8peyQhReVlOgIDA==","signatures":[{"sig":"MEUCICLrJtt4AiG/jPzVNkBgeI5lCTr+BCtL7AVIz+rniaIDAiEA1gE68uXgtaIOVqk4ZN8O5xypQQsk6PFAPVjsy231+V0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77360266,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeS7fmCRA9TVsSAnZWagAAxE0P/RYa/tWDGC/tuvEkTx8k\nCtQx8iFMYVOrRp7nl56KnxWi/cUFnGmhgYOjob/QlqLh2R0yjoPFaCRZ1byS\nr8ISX2rzOsboW8zrVlaZSBt4t4xb1ZaSu4NowQAWE711NrVNTrIcruJzc8Z2\n+DhRIkQCxAS2S0yX90tjxoci+oJtgeiWc0c04h7miQYWrYF50vHpfChYSScP\n5NCnXDYHoxTfkVNi1/yBgX25XLC/2UlyY2zuVGO5TPAlYcQu8MchfRwilD1w\nHoKVKVC5xgSZhMxsbk5UGqNY0FM3x1QHu3vLY2elRQoUfMtzNM47JRg8KboW\nTAqdHIE33PVKaTgaDj2iYHayvdSNztRJDdAfQ+WB5lFJjZdKwWyrhxDy7FKl\nLi6XMoDIi/NkXALdumeVgcT69aKlbXdI6e/Mn/rK/3uc/GAY1SMxt/z22/rb\noT0ABZ7NGcXm3UsG8sQ3g4KuEK4VV42E6fPKWhygt7YHPsIeZbdWVfsRPQVf\nt47SphY7GlsPNKMKul1Dd52ajmS7JT3jXcqD0LceGJMpqDWPHSNoNbUkBA+J\nFopkbfPgAHnZ07NMTKCmatFeEXRNYQjGdc9YW6MYRBvk7eaUYl7bS+iWQSVf\nCCsIKalb1lQdqzSx1/25Gr5wGZrgZBRThQEy0YLrXBKY1IRbX5zK7lGOETmK\nOJgO\r\n=PBcx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"0c5ddb4ee01ac302bcda6bee68daae66df74b7f4","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.10.2","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.9.1","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.56_1582020581955_0.5707345619904451","host":"s3://npm-registry-packages"}},"0.8.57":{"name":"choerodon-ui","version":"0.8.57","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.57","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"0b3d5d6a73751cc62a3b17a1d2add2cbba5f87a2","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.57.tgz","fileCount":6363,"integrity":"sha512-gwj+0svgcN37m7YriYnv+QKOF+V9x/Oag8Gr9k9ckaEqBOI8sgw1iYK0AWsZi4LCm3YEju6KJX1xwk0lY++pUA==","signatures":[{"sig":"MEYCIQCTjfDvoB/P7gNKxPUKjX3aIhuOO7feDX2r4f7ag51TiQIhAPKkNgJ8BmR51HQg2qDJwlXjqw6h3U5MM40WKXTC+A2l","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77531528,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeaaDvCRA9TVsSAnZWagAAaSoP/ArOZcusmHzQYsXVob4w\nnGYIa8N/P6UMed46V8KMij5tmOmmwRW/PKhwc2DH/9Q27qEfdNXOb6RfhR9V\nAxRRl+s3JekiPw6O+UwLUx4EMnWFRMw+pElXZKj0J7tJMk3bi78BdX7F/H3n\non5ZKQ4s0tBqcgvHQAOnNOf+OaAJuFIGb9jjxiWuFMGZF1SxCqkYB9Epug6o\nG+qNLmypUIG1KwfFRYWWDU6xX3S9EDkUJFq31op6feZ5VD2iIv4BWNfeUJ3k\nPmOKCRY9cscF+ExkdEzlggIgHB9tAwc5xF+G/WUjlMXQp0qVPIzawQjzZywS\nEw1QE2seqFM/fdIybKDHRn18Y53CK+QJLB4y3pE1RzwoEdbz3N1rzmdAofLb\nirUjZAGFFa+o0Wz7mrWa2NAFN1dXpFIXLtajr0xFDMvOIk8u8RF/RzGkEXsg\nWJdI7f4/zHYLQGH6luGnSE6atpIA8EMc/8Vvj3dkUQE+FsTyh9gLYtA5XlKp\nd8OTqF9udhkrzO+I3ii6YBMalFVx0oAD6HkVbolkDshu5DdFjH+G9yIBqM7j\nF0p+YQF5ftJ9cluLOxvos1Tk/SSMs43PZRjEO1kVaZioMFwcPUFm+V+SBaTF\nRPBziu2hoFdpMxdd5HQ0fX0wx1PYZelLaOZmwPRFt3am2C8jDG1J41Fsdwf/\ncOxq\r\n=6wp2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"92f12e5a2234eef98c58a6be2b8dd6a4755d7eb3","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:tsc && npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.10.2","description":"An enterprise-class UI design language and React-based implementation","directories":{},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.9.1","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^24.8.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^0.5.1","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.0","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^24.9.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.57_1583980782409_0.3119191738424103","host":"s3://npm-registry-packages"}},"0.8.58":{"name":"choerodon-ui","version":"0.8.58","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.58","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"b7be015f41beaaf23e5f2523cc46d1be80ffd412","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.58.tgz","fileCount":6543,"integrity":"sha512-rc7g5bWtQyRwd+VGZEaGYCgU3DTpL28yDbQN3lgawtU7adagWMFQy8k1zXJTuYD4pfS3z7eWDIRbrd8161jNWg==","signatures":[{"sig":"MEUCIQDgqLUYfHiS1MTYEa/NHcn9ZL6wTIDtd83qZFWQCT4KDAIgJdyG8RDdibtm10NOSrJCACKZT2SqER54tcKV5omL+Ww=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81992402,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJefcc7CRA9TVsSAnZWagAAbwYQAIbAulKH+bI7JeYSXFBE\nUio4eq0JyH/KrQwWN/ETDNFXVu1fNQBfjn3mwkyMY7hZrVPf5BaakSkO+A/h\nLBvLSMlwOhQlVF5Duz7n+9fnx5OpuYXLBf15Di+cfIAovQ+todZKB6lxQ/Ji\nWpvwDxk783IlCgrMlGbal66ACo0c9Xk2Yn5R8LxybUizrV5zjfI3fG91BpFB\nqPD1NPY4D0JRI23FAJeA8ALcyl3Glh/SPxEOihk4wJKBvhhqoihCLpECEJYl\nMj4+/OCLi7Lca6GKCEuU47RSnwRiiyNGdpDlD5CzNTbyVfBxHftaSDvIZC1R\nqdgApSO4isB69U+2Z9rly+F6ACVqma2peh23JWcer7yceQQz4kWQPnZOQTAf\nSNb94DdAiac+8kfycsvyupD4Qhhs2vebKaeC7KytlcdlDu1PotFj6CIFiNVy\nPG+7O3DF1KM4yoAvEGwtHRVRpKZKUOeZTKAkrG9i6UXaY7NDO8FyRpnBV7CM\npsPrRhStLvBZ4t6u/fC4MKUsXfolDFq0C0xQqgRcWa3ubsfDdwRciVDn1HLS\nTdxeP0JsvpMbF8vbPgI4IRBPhF9pBkl7Cg5941DqHOnHER15QNs7Eppi+B4B\nKpHQTnbI4tcUrUkJSxpa9XqC7x5mLG4N7N1c5nPsekm0Pe4KBEztwxSwdGX6\ngbgI\r\n=jCxU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"c9e1e9fe49427f96adfe5d9b17cf5519733ca2ee","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.10.2","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.9.1","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.58_1585301304047_0.9154199479784297","host":"s3://npm-registry-packages"}},"0.8.59":{"name":"choerodon-ui","version":"0.8.59","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.59","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"31ae8a601966772ffe4ffccaca547754b5c5c052","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.59.tgz","fileCount":6543,"integrity":"sha512-xpXTKT2qDxhgxd9piRob2deQSZ89qCxRlKjM8iq4cu0U7WUrbXCRAfXRUGVYHcBy2IfFDUV3uSjDGnt2NnWgnQ==","signatures":[{"sig":"MEUCIAp2kSzQQk0neCE8FfCa5KHDrPxlhLItFRJyKLMz5SpDAiEA66xzPPxyu3kZL6PAALl+6K8WJNnriBJGayNdZl4IYEk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":82429826,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehFd/CRA9TVsSAnZWagAAUhoQAJwxHvtHcYuMDRyPZr/6\nqIJfqtdmCNtl4Tcj0+59c3dCPyws6MpE99kBZrwuXr438cnnalWzdW+vSAPy\nGdiMJdKBCHwq8azdZXg+r0XhAGNCy/QfQsZaVXCFZQYt4FgDpmwgvMYd4CN8\n/z4MqfTfYsdwV6q79/U1Z5hD7mMQa6CuTQtNUblzXb2iBfHrCTV39S1w6ngG\n6dkeMNUgpg8ueeb1py2s2hjaC2NUF/BkdEIhzEfa0wnFnj/XH9uV4TfCVLye\nm70WSru0Hzek9ktLmAONaDMgJxur5WjXG+22f0mZTWTHre6xu6fP82bG7DEF\nqED70d60yPJzjodw0bsbMXYxFLxC16PDvSGtr8WuhvbsQnWkvMRYRpeA7QaF\nCL0ZuA2zLkIgsWhuCpxKGT8ulD5JCExZLMwe8l5RLT6GbmU/ocWGzpv5AE/N\nSZ//eJw91BFRuzwZh1dR7FlUyHKvScv/axZw5aLOhpw+UeF8gF6b/kSDbIq5\nQ0DCB/MMd2ioPGOsNv4czkWl5tZOdXHNhLiZ6muSsw/w+NkfXXDHjAHIqDTN\nAg7e+PhfTXOAM8EoKQ4uYg0c1KZCqBbJ2KonwxwfwRKiPGmG6AKbVD9xNl8K\nBtLUT7J7yMbhVoV4QwNRB77WUFlJcSvPPfA5arbcvYy3dR2vwwhuzTzDIOtO\n0BS6\r\n=55V+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"05deba2b2ca5f7e2fb154cb39a4c1c918105586e","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.10.2","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.9.1","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.59_1585731454077_0.6797980832948045","host":"s3://npm-registry-packages"}},"0.8.60":{"name":"choerodon-ui","version":"0.8.60","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.60","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"f7af1d88eedcbe1db5c02567fe4827e06a2d057a","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.60.tgz","fileCount":6543,"integrity":"sha512-AhR3ladBZi3W+nuM+tpA8dgduC3FtGGZIFL5baNOHrjOxc0tDhvhOkzlSIPmP1wCUT4Wn4kNJsXQVKZI0B5qjw==","signatures":[{"sig":"MEUCIC+MidDuwa8zJwNhx9TsqTX0QrQrMMCfL7IZlgD8ScUrAiEA1iliSTJYF/KqfyYoxlgT8pwBmT8E8Bh34+pGMmoAYPM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":82237268,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenwiKCRA9TVsSAnZWagAAn9oP/A/fP24G0WqIwAIYQUIV\nhQNFHlbE4yZF7iE6La3f+cgt29IS1gIlugbpmqnMgAumIfYgwMqf7nBDuboS\n4w3N8AcWhiVsg03F2XtNj86sfGQCRXPbw9M5BfN6Y0hVURFJYvWteNUqx48p\nEu4TRyjaLRG8ac96l6JJKY0o/UvZBcjgNU9a2Y7NS+vpadCnguqEkKUBHgzh\nouVcBU4Ay1aygYtVzqoGkUXB0GzMn7ScTeqenvljCA/r5gYe4/nWCn6ceUJ8\nGs51Ul2hjqWrCyfZrBY+/4eFn++FvyAEGKH18rU35U+dgAwBhpn8pBzPDYFX\nzLRDjSbWhvOYVaG/pYoYjWzRDHrUbHiXBRKKDq3Y69nQ8vsUjcqW5g/1fJbF\n013hppsT95Bd4hy9pIuhkRuVHbwxc7RrKwjU5bdX3ca1t1cEjmdy6jW04jo3\nBHRHuHo0yZGrCLh6t5ejgWBxckTqYB6jL/wqpsTMxfqBWnncMiKwiC7ZOMII\nttBd4RyFo/R+xuFyjWdbz3p9WMbaSnxmU0J9UppF5FQ3iGcBhtdcGhkwD0qM\nZlzD/KexRKRBPE7vydH1oi7HIhjbCCRanrMEdWqVdmfpUB0sG1blySfnLaSA\ncqIjGTcogiaVVTJzDPrdUhTZZtIUNuu26M/gNA6Mxkd5vhWv0Uqz2EDaVJmm\n8uNR\r\n=zx69\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"ed80db79709359d9025f82d5d5c5edfe6d4808dc","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.10.2","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.9.1","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.60_1587480713838_0.27747219609045204","host":"s3://npm-registry-packages"}},"0.8.61":{"name":"choerodon-ui","version":"0.8.61","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.61","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"1e69a49d05cf4c134b1cec39352ac5c94e99ce47","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.61.tgz","fileCount":6543,"integrity":"sha512-4ocDahvcCEouteqE6chKXxHe1J1E/tIOxkbV9UNOg6Z+K8zvatDIfVREDVuI7ALoHj+6Tq2Zv5vdbdtVYild2w==","signatures":[{"sig":"MEYCIQCve566HPOvymEBpmp+Xu49lgPGRZMAaItlYRtnZcO8tgIhAKlGA3Ky2k9pZ7+X9PjXeE4wZnA8ivl8ipQUMaiDqn82","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":82269229,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqCAICRA9TVsSAnZWagAA/60P/2e4VOjmy55S98LyYoXH\nH+kHBUX2cf5ke0GwvmKv/DAs1Dvwvg4Qt9pvWsvP0nB/8bkGqQYslK370iqg\nEBtISB1LiX5boZJ5YDEbV0HmaglP2PMoHZUuUb8NUrTmbgDDoNCCQvg1Omwy\ncarr4JIlcikiAQ5yQXgyVK73z+7HQkVJuvCl012mOW3r/JgPk+OTGgwwei40\n4Ixfp9eZEioueCl4OEZ8ZZcjiQ2PHAvk21mspqTLf/pDUQk5g4TkLwrlHiYy\n+AqAxnBe3bjDLEa40pspTEZV3we/zwqXKrZz1H1h65dKhJVU2mf0UOIExLEd\n1gZehQYJg7AjOVRKlfmkg0sfwH5LiYGkRjbPsszO6UBQAtR1omU7ewGkk0nj\nk9LZVgqY30iYOO2WCI9SVCsay6uVZm2h2AZDRODzWBvjm6Xqym7yyEEtkKJa\nApqVoF6nJ9RsVh3EHAnW/VqjuP6KkorW8E0fNPrrYnY6YkGBk+JE1Pse53kW\nK//8i5QvQCk0aMDUhEkfhlkC9vVFFWclUPRQKHJIGWmm6pzQg5zl7eH9lFG/\nRmcJR4QoalRMDLodJ4Z/3JzBXEKi784Wyd6OZEcgfBybX+ckJT4UyAxmF/C2\nNnDIuuWcIA+NMg4uuiyAPK+sYL7Bub6Ro7ck5u8IH2t0JjQjHc0vbwQ4ZaXn\nXnRv\r\n=9dar\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"107c67b8f8f906e5bf78cb44f5bed98e1cadfeb9","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.10.2","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.9.1","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.61_1588076551065_0.8107550830685923","host":"s3://npm-registry-packages"}},"0.8.62":{"name":"choerodon-ui","version":"0.8.62","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.62","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"bd05aea7e3ff22fbfbe8e6b83e70c2c280aeba24","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.62.tgz","fileCount":6543,"integrity":"sha512-GO4fqX1cdnQVsVHejprj0byMvWOhGvwk12Pg2r9y/RxQcVB/vMpOS28ni9C4oxLOCM1+jX56qATmHMc9DbB7EQ==","signatures":[{"sig":"MEUCIBLudPdBfF8FVlGU3YdM6t3fhnawSnXaXIHWJa5T8qE8AiEAqVDhh7ce1f1dMLMK/gGz4aB2B1nJUsDZUnzFKtK/HHQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":82696884,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeuMq1CRA9TVsSAnZWagAA5VgP/3Vf8GDQgy5vx7jJpE6F\nrRZtDHPd417bUNkxpo8fAXiEJgwYAdiN6JhwLn0VOJVSyVaeLjnHXDZVO8X/\nBWCmQZ80IUdl4Jq8Js6g8Jq2moT1+4/3ps1AsQZJGSMvxgc5T2Zx4jgcK1m+\naxuZypqJueqDA5o4Xo7pBeDIX2D7nTJ5UsPG8I7NPZ+Ey7AkykealUiFHaNF\neysHEg4V0s2Mes70PexGmQzcejt20daU6Vb7kjkxeW7j3+QA/7R6hi0v5zvq\nJvt3GmrNYHXi/1WmtNI7b35yI8tnSWlu2iH+dvfWkKymembs9Zp8ZtRdc+lQ\nCoVDO/ETaXgwCykbsbiXZXtEfpi4/alZVCBVHqAqqWSQbI08ci0f8QwrUKuq\nb/EvGHej/SU36YN0XJyquuzEFVmQuKxXaf5NwQ04iRgith9lBC+bTuYdeS/U\nf7fRUYxW9s7EL5vRjFX7IYhZeIyKcVwZ0ZGXs5pN60AX5G8jYfKDKJ1Xdpo8\nTFrbQFh/Mkt/OultxQkwOKTGxz837l8DsYRk2hnbbbYhMkn2BcT7wTHtLugR\nOHCqRscwr88hrOQ/yGPT+CmhWHcnfSURC3aQd/RyWWQGYWypZaFgf04WJ34l\nAmCs0zxSiCGogoAaMQgq4FV2D0ZKW/klBqTStO2JcgCXJlbXyfnyzcYbqVcq\nKS7M\r\n=w8dh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"e3ba82e73bd7256e9633f528726529e47563d0af","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.10.2","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.9.1","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.62_1589168820077_0.49269189813328507","host":"s3://npm-registry-packages"}},"0.8.63":{"name":"choerodon-ui","version":"0.8.63","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.63","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"64d4b8e84b275ee5cb07ac25a140f631db020ccc","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.63.tgz","fileCount":6543,"integrity":"sha512-gyiwEVnWdUGwr5Yc8Hd/CQ+lClq2y/aPXsAyjn/aO7mXcdRFxblE40tzSOH3KchDNNs49nX+WNC/yAKK9orXKw==","signatures":[{"sig":"MEUCIQD9dA3V3OUmR7I6uA7SCVe2GWFnTox2gRSsZ/XqBgNcwwIgA1ldNlMYJNLLKAgkDFB6rkWz2HLBFx/2anlQFQfKmp8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":82852852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezH1CCRA9TVsSAnZWagAA9goQAI1avHcZu/dGNDHm7LaA\nugROAindIfL1HouWXeuUaQ8IPutoyLZeFl8nqST8HrXEq2NVz/vSlNAO9gkD\nVB1gj4+EcYH8c1yKcRnM+uZqRYvS4P7FC0xXRfyCVV5uk0TC0ly3OS/WY/kR\nz7/CMNcXbkOwW6o5c3b+ETjJR79iVTNfJMko1qCOiek72mW/ROFU01yOgsDK\nNXhjxWIeC7GwQqHlTb2UndoAnTpzU/1uEcXPnT6nInSi63gyma48gPyjFbfF\nMuHy6B1n0dR7O1xZhq4b0xVOiit5c5giSz6pSB/lI7wjvlZKzZG933sJpfyW\n68Fbh3e3TNjq6ruunoQTx4CZe34uGTNYaKYjo0qar94yQY21Uivh3UrzFieT\nBHHMqyQmWvhkxqS9Hx0VOZWlkZI5+WeQ3HBuPlPdWGrFL6lDsR2guuOtDgoV\n41qGadXlDq/gWkaltW0pO/HwDzLCzwt1R4v/MdNAUMAxoItdVIBooqafESir\nuZjQp/yLnTvf6Zw9NQRVUHd1uLxmcS2xfx6rIC8JzvNHFKi+GkF4tqxUn+t0\n33ROgL63EFrbgSwRPhq5kHENXGrLFYZB409HnChLAX0lcZuo312FFXA14dqS\nGEGuNEKctQCeA8wSey1/oFiNdoE/4jvabjm2qxocOD0kn9kblJ8F//KIfMFQ\n9sSW\r\n=XJb+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"3f3989a0f5986f993a3b51cb8b53f969e3cde26e","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.10.2","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.9.1","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.63_1590459713638_0.5490592664550196","host":"s3://npm-registry-packages"}},"0.8.64":{"name":"choerodon-ui","version":"0.8.64","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.64","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"8fe6f08c98e2e6544b83e754bf56e0bba505442b","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.64.tgz","fileCount":6603,"integrity":"sha512-yCvRv3dQ4D+pNMv5Wnr5HEMUXUECHnhA8HtcOHKw54lFydQVCPM5UbRXSQoxiI4cCauAcxuYRpvZrJDNiud1kw==","signatures":[{"sig":"MEQCIBchwxsFFqCmGQWHlnphvXoB0dykoW3hc0FWw5TVpRwdAiBOozlinoxGXNAJO+q0qBqLxVs3LqUcGF5PB5NUARCbZQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89188454,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4Ji5CRA9TVsSAnZWagAAFkcP/0b6VlYo9e7xIdiuV/JP\nOLZgYoVmCZ/JG3X5ti2OHfM4uUEdBvI76Q+10Nt052WXcGCThnVC4ko8f/7R\nUUjzTdWu/4TEE3rWZ1oW1/JvoOOYuXvmEtENhPg77H0Nlc/sNxEqeez2nKyI\nxOTllN0jTV4cVU4ws3REdgTzGAzYkFCYT79LRdzlgtIZZ+/OBBquaR0Y26ur\ncWZfx3W2RMTo1Q+kW9RxG2a19X6Gt5u8puxF0tOduN2dGncKSsOngG5ZeBJN\nQOemjFGJb4Y0LuXD5xv4U2FvS+34ZoOHaadxJVJLF2sMFk5Hw+ggkXOxF61U\n4NwXuXf7SaNHgyiovDXRlA2xFi/Ecsyg6JZwNTFZWLU9egnrqsKZ4DjMeU0j\nRThCH5AvvcpKx8F0VmrGhtqpibRZorjAxVKyG7mglMtNXCHYXqBP8P0yrDfv\n6rJBUyJ3qT7vKEToO80x/+s12x1y0lDUtx5dIYlFiLZzkn6sGQ+y+1NESBqk\nL0oHdcnvNdBwcU0rFVRN7R//E5fDmHE5rSJhNm6CLRyLMd5UPA78ZPySAnDc\nykqu8VVIHAIA4e+vwTkdHlmm34rdTQ06HkIWnrGdV8a5QrZ1Sy6qRaHjBPD6\n5ThrEju+CEVL31XL6WmqhMkE3YG7WoA4AuN/b49Sfx0/RUB7xndhWPdjzeXQ\nL0LX\r\n=rVa/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"20586522de73b790a51120a8b5dc41ea427b0e6d","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.64_1591777465021_0.8336747793693178","host":"s3://npm-registry-packages"}},"0.8.65":{"name":"choerodon-ui","version":"0.8.65","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.65","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"9d0df42962f0cace0b301cfbd0f606461a610fe1","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.65.tgz","fileCount":6609,"integrity":"sha512-GXuiiCN5Krhh0X/FwGy4CR7qde3dgu7X0qJNY6/5IgXd7Pa2HnsQwCEj3HMK3MWdywmA02b7JsnJDQrN/eGBhg==","signatures":[{"sig":"MEUCIQDN2p1sip+MFpRzp5tyvYQLIFU8a73ADOmekOY10bqW7AIgXQjzBft94Dm2wZTqSyWo2DqTgL3UZOW7Y8YVKS21UqA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89249855,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe5urFCRA9TVsSAnZWagAA49sP/2uk9AYJNoOFi+9x/rPh\npktejPHWnBaSiOEIBYYJ8ugodNp5uv3pQ1tnDElrP272AsibA2123sB7cWHP\n2gY2tOGTJRepA3riqy5xHbnPLmIqn3oTh8FR9XVCwzca3SW2twDnDxnzvwtI\nptiyd7/qCdyX9eNIapoX+BWFbzihhNFU5oj45DhEotoGsv5/V4WByAFFnSCS\nYQ+utdpFLTNMA9DaTGvix6t/4cms/QDH99Pd5vcJGXfBX8tO/j/iFqkbdniq\ng4KzcPitdriMgbtmCTjlYSLlE9vVID5koU/pEieOS51B6mQ6vc6E3Nu42gio\nkWJsszk7qjf0YNo/acCY6yuHhQWJ3AwdfeYd47v40Ll5kENX2iAfgA3Dfj2g\nKxsddVa8q7eeRNfQoarIG87ivbeZ8QhI0+qA/INvoqeZcYv8zfKrnoaUyUM0\nM00IGVHjsUoMunxPNh3N0TRJtyfGYeTgkpk9q7Az6v/60fNFTHLE+UF2zDMc\nvJgrbJNRjdmEAVmvaQgiTlFHsQB3KJMVLyU5LmC31O3HuMift5PlrAFomeZR\nJkfYysw1BrQhIEAmZBeURAS2M5pZkBo+s+oXOSN8DmFuYSxC0qS/BrjvNxat\n+TWa/JlmslFTCxeiFPDtCI5FY0I8RK48/hsC6NJZkja6anW5v5RN0iFQtV7k\nLuB0\r\n=yd/k\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"a7221107469d593047c0ccadf5f6ca2d44e1ed5c","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.65_1592191684216_0.9499375442926359","host":"s3://npm-registry-packages"}},"0.8.66":{"name":"choerodon-ui","version":"0.8.66","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.66","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"d7f86c719e517ef72f1c5697acb0cb175eef21f4","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.66.tgz","fileCount":6609,"integrity":"sha512-9o+oiIXit/BjEoU2ayO4bXey64HZRhA4gIqvsLft+Ju/wDTOHNGY9Wubd2AprDW6JB8XEcGfuvYDdhGtBuRjZQ==","signatures":[{"sig":"MEUCIQDORfkFrF0XBeYCpkevKrmjNQAZEjJ6PrRYXqgtwwEo+wIgLEH2oYwKna26u9hk2PfsLkiPEFvZPFUEyxTCuPv12nE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89760683,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+FssCRA9TVsSAnZWagAANG0P/i7QEJUlKtG2vUcCpxCk\n5YbrSkI6xYShiz6Dvyp6JQSFXuZuX5LMf8PVTJ7ZcDfPxahX3k5skGgGRwTw\n+Mw6mOQr1qoi893UG9LRRsWYYQsNYS0bAYltzT+Z/WZtQpqaXaiYb7YznyvG\nnwaycagMPWbEimRjJQS+L/unfe1WOmT5Fzv8QJRJkUuW5KRjUqTjR0aQtpvN\nPtAB31e5ncHfYw5FxcO7U6jqzxtkV9XEgUA6QhR+2A3kXGDYxUnd3ljLfj2x\niVvbIfRFmYlNn0OVArrCueJiLRFipgzt6jEQmyNSaQj7gqLzRVUetQVVhEdg\nKlzB5NagPRK5hAmDbn6qet3HZkI7R9AAhLEpwPtjYz8p4xmqL+gMNdjdN+sY\nrCjJcqxvDMFDCe46w9x8OotKiT8C0B/gC7FFvNQZ4gpY+TVl3uQ0cU3tBv2U\nCjBLR+RbJt5f25LySgnvAop1Ti1VCzWKQvsiloicqJAB1G9bfTeTMuat6TFk\nA8FjL0PAvNYMuceMNsEeJbcvsT4400BIHVzjLcdTP7le/GXQbqlvM69pbTHY\nxE52rohgKOq1TdDC6IStqPblC0VHswRY80jTdd8se2pXvjfQ6wTkBe1kssNb\nsqYRnrFhMRS7yW2J6Z5qAKQvrobwFvnw18KU3tbuM9QRUCCqVYKJCFD0poaf\niE9Z\r\n=Zj2u\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"e50b81ce8510a17aaa62858e77bcb459f7fac36e","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.2.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.66_1593334572084_0.3053412228346879","host":"s3://npm-registry-packages"}},"0.8.67":{"name":"choerodon-ui","version":"0.8.67","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.67","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"818c8ff0a0a6a8fc7a1f3f008c1dc71bd2f4b386","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.67.tgz","fileCount":6613,"integrity":"sha512-l0FNbcbZWNryV5Df4ygT17w9Ihu3ft5Oun7Z5svs9xqnZXo4F18EwBhwbVfO/fSGjQlE2Kioe2avKY6ZmxwbWg==","signatures":[{"sig":"MEQCIF+p3Ph6kpFTx8Fy1g7Ju/0FfIHGCGftSqlh5tLbwXGMAiAFD4Tn7ShhR/rhu7gZD3dH7kbzK417fv5+DVA5EG9T/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93431293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDRHmCRA9TVsSAnZWagAAwS0P/RnVb4lZnvH4RZgXjwn6\niNwjTSE+xdEudNGnJShJ5BbwPT0F8QJtzNtOrpY5I+wFKfj85Nrpz9nX25pw\nuJWre8MwRd+CRaPYvrlCehkC1VFqWB5/LwOn5i+nVX2FE/zygsiy+T4CAiKp\nNYf8nRNAor7pdPW490goH1t4MsbzAvFSG5oWXa8iaAUdc6Yp4PoIs1MWIpFW\nrbq/zQOaybTsV+tZvC/wj7iFFpn+QA5+H5LZjxlBk5KnOU4ThAVBE+oKrJx0\n3PrcziKfYXIGA0NYCAEZe1Xzx0Kn8CTS90MQOpXZRgthEO+ZuyAGA9jtr6pf\n1q24CqHvclNRFc05yw+APcnOawdGRARgZvePhXgqSLwu+xPEWpXWB/2g2IFl\nTN50lBM4zSDRwy/JpnSmUslGd3D7DobUKmHVtleK07Prz3bmq0WVPZwdnqRF\n7rkI9+Yc1bHtat2kkfqXXXxqJqdOqmZUSDVmSaUbWNmuDrCjqhEpSdshdXEc\nhYdVIp4frlRgxUIizYkPB0lO9DyWcHzgxN3Hjq8U4NPzERRKBeua+z5ZLNvS\nktD1AOkVISsjVHnBGN8+0tKtgodwfStgz9kLzerSMqgAkSSTbXdDPSi953nZ\njJ1QfC9xu1lnAJTBcEH0RpZF33aMv9dK6/nmMlntLOG9gRmGNvy138IQSOt0\n4awr\r\n=qbPz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"990cf466fadc04097f5ab9817518f1bce699b67a","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","react":">=16.6.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.2.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","react-dom":">=16.6.0","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","react-beautiful-dnd":"^13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","@types/react-beautiful-dnd":"^13.0.0"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","lodash":">=4.17.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.67_1594692069746_0.1711544599031094","host":"s3://npm-registry-packages"}},"0.8.68":{"name":"choerodon-ui","version":"0.8.68","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.68","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"4b70e7310ad920902a7239c0af985e9c6aca3be2","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.68.tgz","fileCount":6857,"integrity":"sha512-+oX4Jt3iwiOCCRPLP020axVHuxBDx3s7X7N4R5iY4r/TZRAeiTvOgyQqTJU9/BDWZJQex3c5sf6DAvPGIob6jw==","signatures":[{"sig":"MEUCIGhn0QMe+x4dIZ6cIY9fTQM9hsrKGxtK0xRyBNfnrne2AiEA4klKL4TehuYEOajN56gG0vg4ctPz0rvYeYwPV33UN+k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":98172160,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIFpjCRA9TVsSAnZWagAAxecQAIE2hfXjP5qbn/VpxxJv\nC0/F+0ku7eXKe2mEQOLWA8pHdfqmTkiLNwjtjjejc4I1qS4jCHI5k9LvprhW\nOtrEkn3k66a2TFkyvAgsV+UyAaXo4WyAw9DDljZeTE/8GxJUQsekPDQXppg3\nbx+OZ8XezRBvhh/8FYQJtW2aZZRt46IFluy6xfVLJscD4I/Gpw54KyejPxSx\nfug7647USIFcwwJgW+Ci4CX8891dpynhWalLQ0tEmFpOegNelDtw/ZmOSx3f\nvLNeQjbMROpLWD0g0KxXLx2nucv4vPd+Hf3w3alvxQWddTDY0r8E5U7qld55\nkny0k5sH3O1zgFY41b10fuk2kidhIzwRvRGM5DHtSpdGhYQ3ExSnyKKq8B5l\n5mY+oKp2GOMMHT6WvjLmxvSeFAk6+7xXuFKErdvg0BC7JbuD9XyB1RGU595O\nvccs5D2r1LTSeHbptiDoK3JNFulXdRExE1DqIy703dq8mI02s5K/h0wSIwvE\np6RbsUsVB4UH23Irat6UAAE3Sbqh3tuQE0MlmiMCXswSTgHcsG9S3V9TwXEq\n+s9e3eAjoDtFdjZUySJV5C2WdZ2cdiQatRGK4bDTNI7M2OTVUNmyRUw+87P/\nYVxu6eWPVqBTPFf+cRPV/1f9skh1vnvad7JldLxDghuq5ZXnC/m1b6YFmBa/\n12mI\r\n=GOaH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"d129e5bfbb419aaea10b0dfcc84a37edc8036ffd","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","react":">=16.6.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.2.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","react-dom":">=16.6.0","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^3.0.5","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","react-beautiful-dnd":"^13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","@types/react-beautiful-dnd":"^13.0.0","scroll-into-view-if-needed":"^2.2.25","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","lodash":">=4.17.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.68_1595955810387_0.0008970390606339862","host":"s3://npm-registry-packages"}},"0.8.69":{"name":"choerodon-ui","version":"0.8.69","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.69","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"46c4b6f6a652597889137ba0b71ea3d1963380c8","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.69.tgz","fileCount":6889,"integrity":"sha512-TJoqAp3yqdzYbe9vJ3rmDiAVO7UXCs6+5oT8BPABc7i5eYhrlxbVvkvg8XUbk/GDXK9lX8/XBd9C+jOziYAisw==","signatures":[{"sig":"MEQCIBWdBBTKziD9fPK8LdHbgaSlP852j1hWUyX0DsVkA2W1AiBeMmx4SOmrcRhX47gW2GgOEsty3NJeoIAPKm12DsYCcA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":99944671,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLW05CRA9TVsSAnZWagAAW+EQAKDpxLOsfnOtzzik68RZ\nsMg0NEXpsSsU9vVLC7THGFRy73I78CUmL8kg6RoNv3o1Vf4l+uvLTTzQKKxW\n7uLFJg7kLqEJF4ORezoWVinmDmMMonygBWQyFi/HUFNdJs3mk9DGQzluvZ7s\nG9zA6u0cs2Afi3AQfDlwbcMJK0IHRU/raV1vJofpZnXFZgV7GGwEkFoKj53F\nJchJbzgjfRR0przxJ26cxwqxe/blxpTheN074Xm4mFUrB68+40exSkDSMpNy\nlD4qk32dlPH8JEiC1Udo4yA68k/JeQVSl2OiRgPbw6FaLm6EUfc58KJpUdNk\nZs9GpgqheLCUdYbfo21Yj3wtVXfUggKkgYtjrri9/U0f4pZcx+st2HkWLl8r\nKVlMKk+vvUvb0Cy6Tl6a0PoQfY3vM9OHunlh+bbD3DXzcFF43TmpPzZXRaxK\nRsSVQOVEEoh4VXICFbfaLLqozEShW9sEO7J2QyshRqf80YnwySz7/zvaZPkq\nOK0W00znhveT5PUdCwla8JqhDx2iFuYq2YKly6C0kIoAzw5rOoMXYbntvyt6\nGmQpd61iDiJyMOvAKphRga9SVNxYyDoFRmVRft15YFOLFDdaiQjISnktQg3o\n7iG8SY38xdL4PO/A5u+TwFLL1flBPNwV4rLWtCDsPvI5TTbVW5nZPgYkfBDh\n0KLa\r\n=wb1P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"6010f3cc0d750a6bb0ce4ae02237771d08631439","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","react":">=16.6.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.2.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","react-dom":">=16.6.0","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^2.0.0","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","react-beautiful-dnd":"^13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","@types/react-beautiful-dnd":"^13.0.0","scroll-into-view-if-needed":"^2.2.25","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","lodash":">=4.17.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.69_1596812600471_0.8901314123116022","host":"s3://npm-registry-packages"}},"0.8.70":{"name":"choerodon-ui","version":"0.8.70","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.70","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"490dc3c6c1bc8b58e940bbca122ac77c9c6ca895","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.70.tgz","fileCount":6909,"integrity":"sha512-+MSIVWR/lkBtHLbGDWAMymu/qZ+MWCIYaWwCtryrkGL+1++5F3C0J9e2kjhgkkEgBh4qUI//wmemLS8aPUJecA==","signatures":[{"sig":"MEUCIG5CqylrB+hGCB8rzwYb+8Ty5cMc8wbd60zDNfb538dBAiEArXrN5WA3vzH7Z8RM9Zr1nY739hAMRZW4LV7HFpmWj+g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":104552526,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfP6IRCRA9TVsSAnZWagAAbDoP+gP9evgjYJuDHDrqW4Hz\n6ba+03iTDGz2Gie+qiV+VYxlQrPy+MaKjv3wlnBp9iIkpcai2e8msbLb/6Lo\nL3lSHHC71VSCywIHyEU9lQXqJ2/5lpyPj+MCrq0Km9ZXd8mpvjD3US+RhdJC\nJ9naeRYX5TLXRlvKE2OH1Q1sqvLlnOOxIMXkTjNHiFqUH9lZGhmb+CbXAyWv\n7hBGEXELbGOcIqG6Wk9+E5kfYCpM2z1TPqNgu9l3VtbnnV37zBlTH3QN8poB\njeIvDvBsr5P+tvuhF0bpq/38DRKTm7Riw3Gza+GFx8S8HoH7QADrlKPSryhY\nWWGxOpr+FdjWIXaB0N1TpAW8O1CMlgyUslcuEM8g8pGy1gDRoNDlKptzqVdB\n37lN7ixE4rgmgb1+UI5qwGi26qcqebKP7fY79Hy/mBfs4kSB/H5A0wuge8fF\nBEdczLeEx2qWtLNwU1dE7/dcZy+Xo7r/oYyRoFmSxkB8VHaHDi+lwL6cihYH\nnEHpkTS3GGIzsq6THsv0MINeH+NEUWyp8ri+mqSLwmVbUXS0D8Lr36X5lzax\nyZ4qW2c3VKUhkMgaBftlYn0GMgVQ167BzFSGwQ3jVLGCV1MT1EbFwa6Psm8/\nEIVKrzFrXmYU23eibiNiZphwuVaqpWZkuElqPY2ZPk6SvASh1xTuqNKB1GDt\nua0O\r\n=8rn3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"8f3c969a248b580b342be232c813438b260079e0","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","deprecated":"This package version is deprecated, please upgrade to another version","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","react":">=16.6.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.2.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","react-dom":">=16.6.0","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^2.0.0","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","react-beautiful-dnd":"^13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","@types/react-beautiful-dnd":"^13.0.0","scroll-into-view-if-needed":"^2.2.25","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","lodash":">=4.17.0","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.70_1598005776493_0.05959094125856512","host":"s3://npm-registry-packages"}},"0.8.71":{"name":"choerodon-ui","version":"0.8.71","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.71","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"c7n","email":"hailor1985@gmail.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"3c08d1614dcc4064556d24ba990a61efeac4f9d4","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.71.tgz","fileCount":6909,"integrity":"sha512-7+0vWtH+aobEOiVRMD0/qnGCJIdh9if+ZbCGf+CgYS6eHSCIMpvOdIy+eDG75jyMxXPsjv1h69v7sGZjTHJWvg==","signatures":[{"sig":"MEUCIBqF/Ry9xIcH337E1lw8TxOSdTGx5AS3Ipb0TmmCMaBJAiEAvm6bFwqIZtyTBpHmB3dWq7FuM2yvMFEBAYYrzqpT4gc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":104552951,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfP+F5CRA9TVsSAnZWagAAclMP/iH+KzUcmSM4Fnjnanj7\nj4x0wcE7684y/MOXq4qudkJJXrhlLzbL39C2h7pBBoHJw/362yFnsqCZqT+i\nYUVGtAugIHy6W95zKGHZMMmzqvJeWBitIcwoulX7uG4CdyFPJhZNDkmf0ct4\nMj9NAtPzXWwhFmkS5vZh7gyte7NyXW/WGDNqamFSdrbeSZ46qtXwHw1eIxjK\n3DquLxFXsBLanQRcrbYGw1pmMsf+lWSvr9O8d3WxEGnMDdBQo+xuNNIjo+/f\nSvr7ZTkcWal8zbTKkS1MC/Ne7EpD8b7LfskbXMWTxp6M8oH9VhlVb8/huCgr\n57U+XJtqV8uG/RB0L70N8QlqKzzVl6bXOqbexyw8JzkYO+8ccyqMza7yA1A5\nGwsVqF5q/juNfx0xGAng6sSZWe/YoGQ4HCAWmgPBVpxKP7CwmP3bJ4jqaBSN\npPJ+CMq2G6WeR0NcoNlyMR53lMYjJh6UsZSPCn96ROZxw7VcuiOfTwUrxb8R\nh+hFThMIA87k/DyNOWNTfmqSj0ChcqrRyGRwPqnbr1ctkjDTyOtDhscKoJI8\nGivmaYHI8l45o4VyKfO0NwPYhBO6K230pUDrB6kCtmrl8bUzOmDtnGYSIBR7\nmr19Pfe0zgHePE0665X5RwUKzI4NJ6JbNRKx/gZ8ehvTtEPUSf/jutH0t6+l\nUWyQ\r\n=G1Jf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"c5fede6c1cb126d1b08a2877328b3d393eee255e","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","react":">=16.6.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.2.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","react-dom":">=16.6.0","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^2.0.0","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","react-beautiful-dnd":"^13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","@types/react-beautiful-dnd":"^13.0.0","scroll-into-view-if-needed":"^2.2.25","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","lodash":">=4.17.0","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.71_1598022008479_0.6644011323128327","host":"s3://npm-registry-packages"}},"0.8.72":{"name":"choerodon-ui","version":"0.8.72","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.72","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"0f5577e162a73b39ba5740294e5d929c68461e2f","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.72.tgz","fileCount":6985,"integrity":"sha512-hgqEnwg5TTg9DDsCsJPeKzFpzHG1xpax+UYs7djquftRvfa6nCKxrhHRpR+jik1V+O/XqUklb35kDJAADWkzmQ==","signatures":[{"sig":"MEQCIGSDzbHTXFwFXopRwXrZP4u+ABC3OAPLzzK0PzhiGqUvAiAkHjA+gYFg9hafFYJkRvAg6XHuf4tqfHZ14GUonrueNw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112073830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfVkn0CRA9TVsSAnZWagAA8jwP/AsLghH9rXOtk506lwNo\nVBIfMwXCsurf+ROBxvBgxl7XTNElPgT9O0NMAuPKoha6ZG7T7Bsk8+Y+moym\nkS23IFpOvGNno7XtuIZmP60K3C0edeZKA/TJdNtS9rzgE7PQsu+5dLhwusCR\nQ9MSkBMb5jEfpH68Yw+zV+ItWt8gGnM+7x5dCCvMO6B6GRY5Q2R9PgQGe5dD\n6X5qouFPZ378DA7DWg6OyOWIzQRiix7CkUPq/gy3eYvVWMrr9Ym9aa3TK2xS\nj+rxJzXL2wA59pHnm7Cr+G7/z1f2R5PPeyR7N78TzcdPQzyCzeKNS7pHWcnL\nIgmPOXGfF6x+du0YTo/sYCKgisruEV5igK9ZA0YOQFDtmM5g+ES0sj3uWRBp\n+bOgNPeoCq7JbOqh9UmyzZFdZPwlM+lOlrD3krhaRRSLdkvYg9HnhTrfG7Ix\nWbUsU2v0x0pRqGrB2unrLH24ZvxhZFbBpIpHPaWFgc8Q5givA6s3A0ZYbRRF\n7Y4Dup0kfZSLeDP5n2n2ErQNGwv6j3Vw+qGsfRUiS9/72t8qzARBVMYk3MoI\nDKcblX9g+swKY//sxy7v0crOU8QO3BTZ7KAPgAZV58m6rfftLI8uQANxtDes\nHaSHJrsL3in9uQ0HA94eEyk5vUBhgkDSmxiQ4QK9H7HzmCWSrsTHWOLHTUDr\nfBcy\r\n=ivQ3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"06ce5e9dfb2d6865c5ca531e8f3bf8d9a2b86486","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","react":">=16.6.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.2.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","react-dom":">=16.6.0","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^2.0.0","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","quill-delta-to-html":"^0.8.4","react-beautiful-dnd":"^13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","@types/react-beautiful-dnd":"^13.0.0","quill-image-drop-and-paste":"^1.1.1","scroll-into-view-if-needed":"^2.2.25","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.72_1599490547418_0.8023172353480328","host":"s3://npm-registry-packages"}},"0.8.73":{"name":"choerodon-ui","version":"0.8.73","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.73","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"a287b6210021a3411e497c8ff867f8c91885f696","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.73.tgz","fileCount":6995,"integrity":"sha512-pRhYVHJq8Fcu1WTB4u2sPy9Hi/z2XNYyTSYvOZuptldPTH6+7qivIr97ar9FgIiAyjjpZNi+ggRNigXI5zhB3g==","signatures":[{"sig":"MEYCIQDm6+pQefK3h2zfJnRyVadldBfzC24mr4kJ8kdW6mBxZAIhALI5yO/+LPzwD5z3GmqTOeT+A4AqVeVBWrcfsD920nN0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":125664410,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaLz0CRA9TVsSAnZWagAAG0EP/242pKM+RmYMUY4q1gg4\nSr7L70+6DOUIuRHxZww8uWLz07CyqQ7qgYmlQj89KzdqYIC+bLyrUQm9qBxJ\nReO/F4qov1XKuEO1M910TgthBUMAEfozG1IiCwvXUpuTUBTDWKmiLaqnPZVI\nweBeDC7tvB9mERrfHRDYwySol1mxYAbA57z0kOOkBY/TB5JOtI4fq8s905Kj\neLA1kJGRB1fdAi9TjUb4taUTwOGhHFCVAgNdq09eBE8F8oIa0377iBnWRiLg\ncOdml3O/4EWbEimFBPDpE/7YAv5vDq6Qtnv0DaTRWIrhKQFjvZnIF0iM1D2P\nWNmCTc0PJRTsj+cfY2kwGFI8YwGQQWVSNeGTpMV7b+a5+hORwXlb+UlEUNPX\nNRQOHTiDbK2axMEP7vI7P+Mc6SRB7/cFr6e3vYmGG9zYq3dgn+6atKj2zKq4\neaA2PdG8l1wl1CXHvCIPRVx9gYt+Sm+YlL5RMHRl4UPM//uDEijaS2euDV/q\niRX0Ainpfu7xofqatILWWc5/ZgWizTxemVlDAr6yNEkr052/SKDyUGv0F/1B\nnvllbDTbDaOV9aeTo6TbPtD3fDJE0Kn6mfY1oBqviO/nepO4UHfdwmZ4OSr6\nBqkE967pKrZkksBgFMoyFvTg8BbhMSI2lSwaOzcFLvqUwVzdeUhaWwEfjIvW\nvRc7\r\n=SIQ2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"00968f8ad00dacb7be531ff3054b547e9f792641","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","react":">=16.6.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.2.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","react-dom":">=16.6.0","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^2.0.0","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","quill-delta-to-html":"^0.8.4","react-beautiful-dnd":"^13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","@types/react-beautiful-dnd":"^13.0.0","quill-image-drop-and-paste":"^1.1.1","scroll-into-view-if-needed":"^2.2.25","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.73_1600699635517_0.03791823687336415","host":"s3://npm-registry-packages"}},"0.8.74":{"name":"choerodon-ui","version":"0.8.74","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.74","maintainers":[{"name":"allen.liu","email":"812050653@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"qihuang","email":"598260403@qq.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"sssok","email":"279811799@qq.com"},{"name":"binjie09","email":"binjie09@outlook.com"},{"name":"iotale","email":"ale0720@163.com"},{"name":"c7n","email":"hailor1985@gmail.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"8bdbb98531fbe631477a8b2a80b4cbd8f2e16501","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.74.tgz","fileCount":7089,"integrity":"sha512-jL1C3s3V0wusvE8QBnwSrwn0aC+91QThIgZHodwKAuAeBaYG8AUovu2NsBGJ9Kc4/2zesrjrN6v3i+Y3RSxN+w==","signatures":[{"sig":"MEUCICZfzxORr6OGBsSRIlWVIbBTs1+mmKtmu/RbQsMmH8DZAiEAyc8OIDvAN9FWPhbl7FBj7MO+4loddrefnU0SCkGGS2o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":128170007,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfh7MwCRA9TVsSAnZWagAAmd8P/1n+IHTMtmW2tWwCNNNw\nTnG6+mwj8lZguXj15451t2iytS7DDMrum9C3jaPe8AV9LFjhRIDDhH3P7/yW\nypEYxnXACdeib8LNjl2Fw4SQCaz6f4QwXyneoo4IqcFqCoeJSxJaGq/ydrML\nXFoLI1lwzQwTGc1mFP/jw3YJc/HR4xb8qKEUas6i0LcdplZBlDnyG4lk8SYb\n7fQ9737m1yThkfVpxJQ8OFUj0H/KvOgC1Hnx0gIhsxUqXOLIuEjb8/xoPKI4\nzWeFSF2t3abuBEeI+ixiq+KaUIEnXBQ7PL8r3W3V/dauY5Ccpgg6Qf1OaGWl\nfDuuk/NQJDTdkRCyN+CHLaTbYA7ka4CjOoss134V6+4Bs2T4js/GrhV2QckB\nsnrd+2iqTFKL3fn9OJ/vHpQY098tbR7FD3ftgpohz14KD+qZNrCmfrjBeruT\nvfwEH3q+37M7zFrbDr5csVF2iAHB6bg65RfTs2SMqkTJvyRqa77S/OHBwshD\nRoRotAuu+2F8J1XaKKjUeJBY3ONQBzM/cPPFuGyHlMRBk7xxAh+YS7FAnNjM\nLwXw/MWf993UDH0p9d5k6wkC5HQJ7q7VXTIQ6hiYG5yGJ4/6OemQDXjeDXB+\nUQNJnrPfetXHZ6BZoW2X8rKF8eCvamwTzoUHcT+Dz3Gwb9NHgTCxKmzRc7j7\nZW3P\r\n=/eOD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"50e2be7339919f6f4e3dfda344886b734ceb3603","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","react":">=16.6.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.2.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","react-dom":">=16.6.0","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^2.0.0","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","quill-delta-to-html":"^0.8.4","react-beautiful-dnd":"^13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","@types/react-beautiful-dnd":"^13.0.0","scroll-into-view-if-needed":"^2.2.25","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.74_1602728751342_0.27115067847939334","host":"s3://npm-registry-packages"}},"0.8.75":{"name":"choerodon-ui","version":"0.8.75","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.75","maintainers":[{"name":"lethe0305","email":"1204623326@qq.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"iotale","email":"ale0720@163.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"2e251aeb6ee745eb7348a8ca1005c1237e1ff089","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.75.tgz","fileCount":7089,"integrity":"sha512-WyVA90VrQ5EM4PFLJVhOHS0iPwhUlUqKPcqVP2RlsXmgqfWXQ+EDk/bIeTdmzeG9qTQ6pfE4sFAsXrg2UBrehQ==","signatures":[{"sig":"MEYCIQDc88pN5yqk8Ux092C8lvBbhN0meeaVhwOVToxuNY5TpAIhANxOXwvL0/p//S7+1VekFcKAiBTjh/P5Vi7puGX6PRnv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":128434786,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfn3RkCRA9TVsSAnZWagAAXnQQAJDy/RO5wuSbFPOwG5Wo\nX6bZGqeOLrUjkLytDwgVOYvWljQvwn8vuABwqdZJP9+4IgmZfRChsOggHytu\nfxa+pVkswc8UIm0dFnvHiH/ahuQPfrXeWwV3gESMnqpP9zMWR2cdhf+MNEFG\n3gZGVhJ8i7Lq3xfhLPv9eD5czujjECA6MjHi7SUwaDK2bxI6H7ctfYFIc+bo\nyxHY3bJPmttLN8L4DGa2hjMASSOACMq2qknfqvsMcZsb0/yGX6kmMXwMd/8s\nsWEgOCvthVmfJQdbcKOOkHmYTV+4FfTjUBcrR9JDk9YLcWAol9ed3Am/2N+4\nctGXpCiNxTAZozrcGbXBk16IrJgYPg5knCLZEszT+nnJ4xUkaaLq5qHZRUE5\nVXDRqSPa1EAqbeX5vqSE38CvBDAth2wfMxeu5Ij3MD8TPtUXSA5HYGZL23Ee\nf9liEz0CrZb5yVE41NqE4sQo0XD5DMxzPe7yrQ4JKg7nyjIFIrv4z5HylFMB\nYeImMNALp+V9iAqPcmOF3GW9Ti5Sb16P43ANNzZz5PCw9UjzrwSO8WLR31Na\nXswQQkDxV3+Dg1rUWn7uwO21+jir9C72AeQhjMBI0Nc0NGN1Vkkj+eIe+hH/\nNeCb91MF0rRNSOcJJFydbFKOCx4CkW+iCY1tOLkJV+gdHGSyNua1dlGHyf6S\njmPe\r\n=daV8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"0dfc1780d99d325fa2fca70307632210c41da63a","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","react":">=16.6.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.2.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","react-dom":">=16.6.0","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^2.0.0","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","quill-delta-to-html":"^0.8.4","react-beautiful-dnd":"^13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","@types/react-beautiful-dnd":"^13.0.0","scroll-into-view-if-needed":"^2.2.25","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.75_1604285539735_0.7430023512616897","host":"s3://npm-registry-packages"}},"0.8.76":{"name":"choerodon-ui","version":"0.8.76","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.76","maintainers":[{"name":"lethe0305","email":"1204623326@qq.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"iotale","email":"ale0720@163.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"6c6d7d9ee3f017a56c16cb1425a056c7ea9fd14c","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.76.tgz","fileCount":7089,"integrity":"sha512-aBZHtNubGxwZZuTFSoZUYGPVIy8Xc95YR0bYogpaBuYKEaaMoAYUzl2Q0NfeAk8SnTYibI+FiUrm00MsyIjmgw==","signatures":[{"sig":"MEQCIB6GZhIay/J0WpF/GxPoVCp4cWxwvEXtQORQ+n0kqn3SAiAKH6SxUBkWgbi63NvH7ocZlOzlLfzU2UgFcwTN+06UMw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":128645111,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvLvKCRA9TVsSAnZWagAASEAP/j9mllWzfZGTCegTaHpr\nTWUyl7Ol9pPkZL0tJUd/8ilE6UdCs/I/vlV6s8/M6hppEkrBqhhIee90p1SC\nOmuWJO16uZyjI37ZhHW57VqhtCaTULuj24ivi+zemyV6/VjBFdkqmGIBbF9G\nPfnmFOJA0bpQjbsUlTjKmv1MSNMYHmohoLlZdp8bwOUL82U1urgJ49FBBkdR\ncFriWXTujgRPie/cFz+z4cYSiffJGbkO5H/ul90wQ3t9jiYWVVNHESu54gbg\nFZYK2Hnfmp0mce61SZAEti/1230XNzPVUloCNZbW3RmvdmbCdqAuP/O/wRxZ\n1eBEFHnHNlbC86Has8TfUaGqbxes5P9itWG6rJKNFlfx6eFlXRJdE+7LZf8z\nUfQE16tCKmvE4pjQKfZn62n+GU0JWGqBL9FciguSy6rhIplqFAzBbM+PiTzt\n7Gwaq3uuTR241p+E2IL6s0DSjuKfKKDvHldrW7k7ywKfuVnP/td0Y0ViYm3y\nq0WiQjJlDRGAiRu1gYzWP0PZUK81uq82rbA6iKIB0vADG+/bGxhykLHNvdRQ\nba4t9sGMpWvCWFSsc0in7OtRHVkaVqPH/emkHWWzDF8WYJy8ylEAbkwmGjNt\njdlapCRCYjLFC2KhFff1A+1iQIc1zB6n60SEbLqbcwhH96xe1sosgt+lD6bV\nYFtI\r\n=dq1A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"c17bd021e6cd1aa32e64bde4cc296d070ea2c18a","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","react":">=16.6.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.2.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","react-dom":">=16.6.0","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^2.0.0","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","quill-delta-to-html":"^0.8.4","react-beautiful-dnd":"^13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","@types/react-beautiful-dnd":"^13.0.0","scroll-into-view-if-needed":"^2.2.25","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.76_1606204361344_0.7503533723111542","host":"s3://npm-registry-packages"}},"0.8.77":{"name":"choerodon-ui","version":"0.8.77","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.77","maintainers":[{"name":"lethe0305","email":"1204623326@qq.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"iotale","email":"ale0720@163.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"c377f0f2967b9daf335c393fe01f2ce315750f08","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.77.tgz","fileCount":7413,"integrity":"sha512-ddQGN/cbEwpPN0LxFYoWGuj6upUqQVEA1SmqeJkahjHPXXbTWpgcia0MymryPX+Tpe5WpJi2O848N3kCtuOpgg==","signatures":[{"sig":"MEUCIQD5KkRe81JRLLlB0ZC99eDTxgkMYZya0IUB1niJsOaDGwIgTtpdgdcju8Boji75vrue+/fbkw+XuvTGS/okUis1hQg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129965200,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0Pb5CRA9TVsSAnZWagAA65QP/2dvCQGFt4KFlBsqfX19\n/jRPfnNfCjK/F+ivPgGM74fkFafA5ikB3BMfmU8c25DQLz9DEavl5+7Dvs86\nFjuO5XBqnfbx+6IJ8kR1pTSMQuZ/xX6VBPxaHAe3Ay06R89bx9oeA1VYDc74\nDOjE1i885X83OhlnRkHXBLHT7D/MX6cNAK61hul67tmRsHa8MqtF8KKHEiim\n1b4AIGG0Bwe+glHR99pTG4ANE7gQeTzVDMUnYbLsqVn5W8goF4a71wJsyo4O\nJ0pCkRxyELNj18Pd1sQsx8SLEmO2OMeBE2cyEjh9KHGeBjun+QTwatyBU1Ro\n0GXxsb5A5poftqUwtWcMkCy2dH42oBljOnzdV5okWnfcYW5Iuz+hp0ME8fU2\nthrhzAWdMQqVcKLBO1gz6iZiK0zDP7s4tpVRJ7dBMMdtr2KIlN3KbM1ymimx\nbT2xLh/1d5nWAQQUEUmC4826tow0So9t11o/nTB3gfNXf7uOQ6uJ1XPaU2Va\nCzDssZ6zlQwlH/dTv0isMJlv3hWxQHkwRaKuV8TXBESsuVl632EXrGt6IHby\nZzaIKMtXGuPAnvumLCWudw6at5/wxPDRX2XZL/q6tGtxt12KJ3Xf0QNMg1XR\nLBeIcQ+bOyCiC7r4C1/KnHaLBlSbjL5Iu/fRfzcYjG2a23bQNhsGWeyPh7jA\nIb0G\r\n=3C0b\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"a3f86efb6f585c1c4e3c54ecde93cb1168b90801","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","react":">=16.6.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.2.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","react-dom":">=16.6.0","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","insert-css":"^2.0.0","mini-store":"^2.0.0","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"^13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","@types/react-beautiful-dnd":"^13.0.0","scroll-into-view-if-needed":"^2.2.25","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.77_1607530225254_0.3478096017975696","host":"s3://npm-registry-packages"}},"0.8.78":{"name":"choerodon-ui","version":"0.8.78","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.78","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"9a5d73db01ed7dab75bf2f69208a75ea53ba7bb5","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.78.tgz","fileCount":7445,"integrity":"sha512-Hy1X8dOFtDwn1IXj6bOsed7kKcyYataTUisdcvvrqryP0bybDz1SMhQtOMg1ChWVGhpD/4q6q9IBi3+Wy9bVcA==","signatures":[{"sig":"MEUCIQDuRB3PnNC4f7fpDC7c1SaehgkWTVue6o/hULRBJXHK+gIgHwfm/xmHNrdOnR/iDUih+ZeacQpd5S3WwbgDWXp+JYo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":131477268,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf+u8SCRA9TVsSAnZWagAAnOgP/0IGRYDaORw5sjFGW5NW\n+7lLMigKQPXHLxSoKqJnbY0dzR+VL9JeccSoRR17Ko9K8k4VPdC20/pDXk6z\nNHqtJirQu3qHBJ0b7gb+c4fYIf2h2ZjVB2mbe2DRFBKEhgYiR4G78scAF+LR\nGUKWrlHsGWdWfY6iaGeDLNncFV7vGr4Vw5pw9r6wd9xLCznwAOZHd9YzUCak\nCTY3YY2WkylKwepsuOjIMwZtzDIkPPNrJJ5X+O00dd5PnAEB+q3I4XI27EYr\nnthhQ+8E0e2GrgA/JzFaaeCUqLTtV41J8uzBkHcxEjztX9UNEgf2c1OC4xUd\nFbpYUO8MnrvaFlWF53dCDoob5FT75ViEnV/Bv+99CYAUmBL2vx7+hX6MmvXw\nMMv0SueESd/3IXSvShiyeUmxZr22UJeS3tLw2gEIDucI9ZbpYBkEu879Vs8I\nA36sAqdc487V3eCzLxsl4JP4FWTDUoYUVonZm1YBCKePUImGw4ujCfRlsZ2q\n4RM4Dq8RxL353UycyzBs/SKg0L6EgPJMCqDbq/cmkLm0ys/5W0CRhadyoUrN\nWcyCUP4dN6pyj+NJuBTwYXahauJDjV26cB3n6S7+YEOys8I1Pdwse8ByzoWn\nBSGyQmUQ91NA95lMyTEbl3v4YpUtI3aiWkeEnhKLTWO2IR2DVWe8sGxW6sv/\n/ncb\r\n=vzjO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"18e979c8beaf85b0223b4ddce0f7ece638d63300","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","react":">=16.6.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","react-dom":">=16.6.0","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","insert-css":"^2.0.0","mini-store":"^2.0.0","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"^13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","@types/react-beautiful-dnd":"^13.0.0","scroll-into-view-if-needed":"^2.2.25","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.78_1610280721517_0.6065837768860265","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"choerodon-ui","version":"1.0.0","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.0.0","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"939b039c29293ce108bb65dc7880be9ecba55724","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.0.0.tgz","fileCount":7501,"integrity":"sha512-h//u8dVQs+a29ok6PSiS0drGgtmLEBwk3s5zZqVPrPRizlspvl8Q/Z2H4Z7tiOmVN2/BMdU4DMXwE1mokBp2eQ==","signatures":[{"sig":"MEUCIQCYa4yvwT6WNV75Vsyda7mSi4x02YNyrb5kj36be3yUowIgFFT/9ZL9FgPiycYUVQRJnD160FOg5sAD7wjtFSlKT2w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":131855703,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGV4iCRA9TVsSAnZWagAAqScP/iaNtbGRV4jhYZAW0fDd\nFrtjAItw2M108bYVQVubvVzXzJz2YyWEYBevQMku2t1OEudJxwV6j5dqzQ29\nyJ3iZwr5S0Ra+wIiUinCUbSPexWBNl0ai+Fl8r+HzRFw5gFr3hB+S5ZqJmFt\niYj8gPHh+YjCTidwraVjm98DqjYnJxtiBpmmFShbTV3u9HGacOGrg2kslMXm\n9FsGSFZ5Mrus+LLJNu9BzEhUrTQ+BkAmkHY5CBVbh8vLsfXeNcUVMmCHXvBC\nVJ3w8naUjd8VEawBaRRcf2LkclxGV+wl2V1pyt0RbqRWu+V4eLVlNyG+laCV\nh7UaEr1xM3KAZ8ChFPDOIgaEWGKC6UcIfH161DRwAb968fi+BnIG/4y+FuJA\nNFIqOrbHdJ9GiqAuNuvTzwa82LzlrLRQ076YcCWya79j5BobD/2qY4+5b7sz\nUJoEpy58GuH6LtSOpewPrwKzyEdNu7cd0jWT5B3mV4M9FzEPfW4RkOMe1mNU\nijLGEBBvkJG2Uy7bGqt1V0KlSYn4F9RV9kSkMoGC9KC92kl70s/pumjIe8IZ\nUyujw7VMSAa/+iQmJ+HnH5pYDr90xj4nl1eFU9CRl6I75FEcW4B3eplnKd4+\nlQ+MoRVJ2w3rDuRHzMq3xUq7PjUohyrawZMYatjK5rWPHJrPWV2uvIVupXNJ\n49N/\r\n=/jzb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"dfad8fad2ae8b246b07b1c4e9b8a714501cf55c7","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","react":">=16.6.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","react-dom":">=16.6.0","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","insert-css":"^2.0.0","mini-store":"^2.0.0","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"^13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","@types/react-beautiful-dnd":"^13.0.0","scroll-into-view-if-needed":"^2.2.25","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.0.0_1612275233256_0.8828418609011279","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"choerodon-ui","version":"1.1.0","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.1.0","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"7f6c254b63f64ffddf69406e7cf7e2b8eec801fb","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.1.0.tgz","fileCount":7567,"integrity":"sha512-1qc1iqpaSFlPPSU7/90ARqXfXo9O6Dw8vQgpPQMrV94uQ89yhu0BOK4A9UvrZZRM8qhasKc73DOnxsxqdUhUhA==","signatures":[{"sig":"MEQCIH+IvwoOmW7kROAVG5BlX8q+TPUQe4as8EXPlbqvw1rtAiBeFH6bT0tsi0SKsWnz/zqk3AfFOomZa5jPpYdOQWmFHQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":134853288,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPl+MCRA9TVsSAnZWagAA4BsQAIMpbOqjuCZV37N//v5n\nS3LXWko+13baPJoM0dfTXkyyBdQ51SXj5KbIuMJNu4SdRleONJJVGx5VqBMg\nMrMrYIa+cs0b2D1BLGA1W+SVIrkNhZSfYuG2L13UVmCtR9rroFgtBn7wFyQh\nPpQjC9r1mJe9tKIuMttXXkms+SOHr61EKW8q/ouhPAAvVhyBWlb23Vg9F22n\nkFXRTFicZ0s4IHvjptrUbHS06KeIC0l8f48BCz1cDmbINjVv03+ICT1WFHzA\nMghCoVxCOPKbCiKDdSWIP8e5m8G97/xIr18PEGXq/hbPtYZbdpgZIjDtVKC3\nw+5tjXcRSZI6YWoC4pIVhtBYbHRGYjJP/ZEuci1U7XnUlEMSdQixRUFHkCNp\n4p3CPwS/LV5g32TnsajycppihGDWl9K6BdyN4n8o2EqJtYuaTned5tuX6UGs\n4KIscPEeOF697YhfkCuSR6EMU+GDOVgYgH2JDdh7gey2MzV0bMvql2PlnciB\nFAvNq1xZlGp/RV7p2nupNRJ4LV0xjt1Yr6ZcMlLG56p8nnNhwk9eypabUYiL\nEc/+4n78hYl8jiGuzjl0aFXca7615sxhr5MdfTjPS8B11+lRvmixpDVeB927\n2OPx3wgX7/KiXYnElHxY9FPKF2J2nAx+z53hvB2NxQTIL6yIH78l3RVHPtrg\nloOf\r\n=VqzK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"2e938e474ffaa8190699c59610fe40cf5805ebd2","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","rc-motion":"^2.4.1","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","insert-css":"^2.0.0","mini-store":"^2.0.0","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"^13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":">=16.8.6","tslib":"^1.9.3","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.1.0_1614700427497_0.7472691790982477","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"choerodon-ui","version":"1.1.1","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.1.1","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"be4a00be3a6b275057f79ca8fafd60f42962ee10","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.1.1.tgz","fileCount":7567,"integrity":"sha512-EdBd1U18BrbHhp1z8IsVOCBB2rmwXvKgHCxT5qykT5cMlK1hh4MKmMooNsrSsHhH+LTd8RHUvlNOu9NBdszc0Q==","signatures":[{"sig":"MEQCIFnTs3BOR6V39DU1VB0xXaYSL4JOp0ilPMKOWqYFelTaAiAuHQrVMYZ3Yd41MLY4TJC6GfukS6ottYNEgKXKeox/DQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":134956052,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSk7WCRA9TVsSAnZWagAAYhIP/i6wLX5QAjPYOaNrkVxA\n4tJoGPQxjLLiDXHvV6SjJqKVZRcu9Vam7lFo7n6EOaAoPrJcsfGB8rcFeyt8\n8t8N0taAOEhujxhGDw6Z+8p61eM/suMns+cxPEOQK4LCykuLu1+oGFqhAeby\n+KQ3Gt+MkwKqjmacjqLTlcia3MLXthN/W3kJbEsfx0cJZG6dO8p/YE2MXjIx\njuKuaBup+ZqQL4XDnRt5RuLrJEDjH68UfQ4EXAUyvFUfau7bf2wCFY51aGIz\njMgMv2UsdnfNco9Q69/gY8uuCq3DhqkJ/IwGppPDkJ+VrR0cOqKOcGi6ptpt\nbz2+8mf02wce9rcptAWE6+J2yJAF9dSEOBoR1KmAjgvYqLpMMv6VfKC3O38E\ntyGIxw/UFe+4bUnlUnSBwkXvkkJZ5jv53sjoOfVVhyF812WXdZsgXGZbTO7O\nUqez6o8Er50ZuJhVvUWHcadCiFHDkx5WRA32kpiJh/RK2Cf6L9HJzNtQPCLT\n0PyQdX8BHBTnV00ncn7LQzTD4b+tMNvcBnIptzlALGfFgNIpkgRUCC+O/5+G\nKi9ju7jhIMNnk/E6tkvHXCCYDKCVJUmbXhoM6jaRQigQ4BocCPdsqD+zeaWZ\n5rxmCUgjXiic1FKqaAZlCGjpJyxyjU2h8Vv3/S2NY2pRQHLSGqDSQx6ZQ5pM\nxfUH\r\n=+Bn7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"16a4f7e003e0b403c4646d987bc0817d4ef04f84","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","rc-motion":"^2.4.1","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","insert-css":"^2.0.0","mini-store":"^2.0.0","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"^13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":">=16.8.6","tslib":"^1.9.3","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.1.1_1615482581573_0.7772939312841849","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"choerodon-ui","version":"1.2.0","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.2.0","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"e44c8ba9787e72c54230a68ea285976d70d00d8d","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.2.0.tgz","fileCount":7641,"integrity":"sha512-erFJ70UJLBYdbdaKORJlgGVNYv9TfxdhL2P1x2vacMQGGIvkqxwxtDatLvZcf0YjKoNuTFFNMHJOZ1Colv0UUw==","signatures":[{"sig":"MEQCIHaJpptkeDyBOZqG+lenrkbkzegudcMAViybZHqmRlNMAiAPG3ocROQozFKcerbPdqwc8+D+YZQgC1wzqHQQFNHWww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":131482447,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgU3HWCRA9TVsSAnZWagAAC54P/idF4Tz7yPLsG/3Kfmn/\nVRlu4rKMnyCmmnTHZyn4SCkN17b1wTD/1OKZvNFf0dd/6fORSFf/TjL6Af06\nWk1ABzK2psuueezbA+YDiSyFrNfESUMCpHb4QNxSF4gQIC2e6mafsmy3t0k0\nTTO1JFbUWi626XegFf4GWLlTL1swTHw21ZsXSjZXIWw1jzKPIDLvzYJz+Hcm\nyQHuY3B9w0ioM6YoMq5Ih5Hk6Z44E6NQ+NTbG2Uo0prueNsEyEV+k58ctWhP\nRov9tTa3mXhJ7PAOap3iCys7EljTZeStEDnknQdY1Qs4Og5xWvF8V0ftQFGS\n9TqJyfo890CyoPQdyb+YewF4KwtVYoxKfGzXnr/rzP56RTLOwSI9cxz8Aze5\nqG8dAzq+CAtusExYHxct63EheVeu4tnDSQv9DgoGw/fdJCYnC0tzjqNl7fgX\nj+wZgAQfCkNB9gfdlS5OagfW2cCCaWo5//RjWEMmgq97KegH2KbTMe4LkL4h\new18GpQS3VRaY8EbVTXkSZmAy11UlNHAoFl/QGwHFLltxSu0uwYHtL//TP2Q\nri0sG9S5++yUNRcNxAQrKwrZsKGHzIeMS/yGUcgMAwmXdZa6GIWmgdKYv2NP\nLOUfNV9WHBAZpzI6c6YEfHbnu2COjtWVUMBLxB/HI/ZjyPTXXYEbN2r6/aac\nDZ91\r\n=Cjbu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"ee02d0b7418143271f1b4aec37a3e97d617ba84b","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","rc-motion":"^2.4.1","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","insert-css":"^2.0.0","mini-store":"^2.0.0","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"^13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":">=16.8.6","tslib":"^1.9.3","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.2.0_1616081364431_0.3124604120754735","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"choerodon-ui","version":"1.3.0","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.3.0","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"ef6944f89abf1e61d8d382557222e4d4abb3c1da","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.3.0.tgz","fileCount":7659,"integrity":"sha512-7nW0pBk6MVej7NA+QDWiubHEQPddS3LDWq3TJtM3/vuBq6TuuBYvG0z2fkU/0AxNX0OFf+Ck3VFMq4g2waAa4g==","signatures":[{"sig":"MEMCIDzWbJzKFjlCHQ+Y28TsZ0JWxaGy+yF87gBBDjdkSTqZAh8p6INhoip/vXbNwZAHxDXpbhNKQlaKgxZsl547LRpe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":131159389,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgcCMKCRA9TVsSAnZWagAAZDgQAI4GXeMLdBFxhDtTrtzH\nddhaITl0h3sHzZcP48En5T0/aJgVFR3NE+cDQgKmmkFAL/AcOQyFtzMOggIV\nXVl9QSGc+VnftBDtblpKo7i3IxtnL3d09KMUf9t4vc1S+qdMaPHu8OPlpPsP\nDW7hGBWtwiEJGU9NgU34TAzPFm2WznVbUQZ6wkW+oh5Rceg0TwGPhb9BQWk9\n0oqK2/X/skz4/e2LWX9N0EOeznPI+5Hq3TbUkwmbYyTXTNcjbOQ8aBQA6fsD\n5Itj6OYxdDVlItiJSzH0cbxgfNr9lRgPCvEDpuTwgYxYKLPsIdjdU13UE5qU\neD8uZGVeQT5VJLBCsP6/t1UGtfz4yht7b3sf5C9tnm1RueF3xABNTneyea+C\ndKgOrqYibekZsoKGOBGuT7GcUtFQ7WHqlz5+xf1esiuoqDpXsYBCdToZt4UI\nS94KvuNQ4Q85CIm8AgcC7hkq0RDC0R/YS0ptdMmDIo/8GTdRmWlDhV2S/C4b\nOCCQWIHSFuZS9M/n9m2l9EPnUZGYA7G5xI/s3GHQ42J+jx74QDuDMTEbSwdN\nrQtCfw3DHzsRzohD3awJt9TcYQ1jJWwXFKcKMnqePYyqL370hWpadrj8CmC+\n9DZFP2uZOb8U1N7qG2FqXs3Ink7rqb8O1MdsmI2h5k4PIjNWmznWX/s1KJ6K\np4el\r\n=D8Xu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"c3d4612bdc47cb06a217b6e31e4730bd22bc2d12","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","rc-motion":"^2.4.1","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","insert-css":"^2.0.0","mini-store":"^2.0.0","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":">=16.8.6","tslib":"^1.9.3","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.3.0_1617961737395_0.9310157784752096","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"choerodon-ui","version":"1.3.1","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.3.1","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"c8b31276d1f1df404cf5a37ea386147a8f6510c5","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.3.1.tgz","fileCount":7659,"integrity":"sha512-x5HFAffCfRI8XAGDqg7g7jbNyfu4DbttJeDMubhzlBK7BCNkfnrdXKCDZKU/VDef/We5ZLOSjKk3j3pORM3nHg==","signatures":[{"sig":"MEUCIQDp0q1a93td8OtspMHHHzr3QGT0MLpkVSQ2cVdWTwmd5gIgZjxWkusnzuFfzYfGk1uR6dOD5KhkjNmphR6ZJdEg+9c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":131330522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfDZ+CRA9TVsSAnZWagAA+bsP+wW63OgH/num4bF/weE+\nJFbpa+JrjgmWhD740NAZD7a/qYo6RQ/sF/Seelkn/szX+yrW0xdEhde1jNAG\nKJKqe/1xj+UooWkrQCUXe7G2KXc/PnMt0DpuyPvKeU9iuJ7QwEffusNASwCa\nxgLyj8duBbeU/pw7KIfBJqes0aM1QCOIW4qRfS8juDvl6CNkjS3B6LWQtMXW\nYosb+MqwCVVlU/FOk+KMrvMp/tbCwoeKL5PQHdUFn+wslntffT/1xAxzBm8F\nZGhWpNzik9A1y7IHq5xpX12axSkO7TCBEW+OypsXvGt2i9NANV2Ili4Rm89f\n8Hctu3cqqehftk/2OHiMsbQKHZclOE93hp52SuvjNsIcJFsLbXLCMaNjTjCa\nQk+fQTWEeUWbHz5p91xL99ReLsYLuX6C71OSbqUF5VXV7YO/1G7z+Mrc3QkJ\nbHzJ/K7OyhgYy9VHYtjnQpWKFFaqMyyI2MdVlQZ/Jx8bETa5vtn7Vha6fxji\n6PH30FWH00NXR1BwmgtuWTKy3hu/5EmdB7Zmd4XHmG5KDOgaQqxCIEC38Ywk\nn4dvlOAytIId+WDTX0XNz+vGHEJ9rWtdt9tJviyT31z7FI1EVNtSlgfEHO+p\n5l4QWw8fNGHGmpb2f8fmSKbg+iaREgPmVsJlCPda77KlBvjyh/+/pJKXwSaN\n3+kl\r\n=BjOp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"1661a4caed1c75840a093bf8081a718717c0dff8","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","rc-motion":"^2.4.1","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","insert-css":"^2.0.0","mini-store":"^2.0.0","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","p-is-promise":"2.1.0","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":">=16.8.6","tslib":"^1.9.3","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.3.1_1618753148098_0.7627749087211662","host":"s3://npm-registry-packages"}},"1.3.2":{"name":"choerodon-ui","version":"1.3.2","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.3.2","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"77ce89cefcc3316ed1d7c188b59fb66146a70704","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.3.2.tgz","fileCount":7659,"integrity":"sha512-4vSTD0HFczTly/iWteIU+opGDMukfdrRXYgGT/1R/YOawmFszv3p4m23qSJNVHcm0lyumxSY0YG3njyBsPfutw==","signatures":[{"sig":"MEUCIBPXsxtnCWA1olWDQ8qdKp0hXhnkzRCEk5HvGeuT6WlMAiEAga48/7k0j+YNhpavpfWXPyVxO5TduwQ/7uuUoZ9G77o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":131983406,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmnK+CRA9TVsSAnZWagAAcpEP/2rLoDNb4jn7LcDVbx3g\noOp139Sgo9XbQl9aldJ2Z3XcstLzUl0jHCAbxM/Nm8z7cpdIpH+khGuxMsFL\n+VaE6I61a+s0yPQ2Z7wXUSMMlTbpmvUjQ+HbylgantE7fORq156Ms1WauodX\nR15bJBl3c/7VXDckjTE9K3+TxsqHAQ10UovY7hERQX+kQ1RVjsYa03wk/duK\nDiBojmwcFN72lFAxjhj22qSaNoPUa6vC32TWZcR6ROn1c5T1iXO4WJchlrpt\nwZLvSveZffM2H+AkrRbPhRS813yFGex2lyT3W6NPYt/fBjHIRTBVz3X2ljfW\njc6XW/OmDl3pzg8WJNIo+iqHZaOfWqhxmxRUP1ZgvKCX9snPIHnZu5FLjXFW\n+2/R+ydIG0auA2h3b9Co4N8v2Puf4lzjLo0AUuFUz/yaU+w9pgBh0s4KMNZ8\nj4OMN1jNQnZi/RbUY6hx31J86kXn9k0lLQUsds4XpNetlNrunlDvD6JGr13D\nw1ZMj7yZFdI51Uihek//aP7bQ8fLkeZDae23ypYj2erm859QECoJrBOJI7z2\nFws/W544jeGDwqcxmgDH1RaP0bxi9vh0zrUaWMFFRrwFnV/C0vgSOA0wBFNr\n7ZT9M3lN1Pl3yhUC+bkcVhQwDswjGsvnKufOLSwZKz2TeSLTlQFv0qLD2G8n\n3GpW\r\n=ZpaE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"d2850f899cd7e4cda1abb76e142d82ad2971a4b4","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","dom-align":"1.x","rc-motion":"^2.4.1","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^2.2.2","mini-store":"^2.0.0","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":">=16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.3.2_1620734653851_0.683529752047771","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"choerodon-ui","version":"1.4.0","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.4.0","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"1f2fbee9c3896e4bc8889cf84da79c67f1a7e335","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.4.0.tgz","fileCount":7743,"integrity":"sha512-6kU7bNDX843G9pDJ8ra9oVyMQnpuKkKecvGfu/IRqzHpsXqJOinMfNc4jxQzFN6yUeMvzohmjanybr+kz9bWoA==","signatures":[{"sig":"MEQCIBsj0zCUhKlHln8nQ7JXA+BVlJ/PV1VRlqjwmxtsB9yKAiA/22afQoLRa4Rqs4Ct7gh1LVOcnCI2YFDtQ1z9pkox3A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":134957495,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgw2sICRA9TVsSAnZWagAARdAQAI7TqpUDL6pQebhZLzjE\nOhCeIVepJsnx2Zmq71jHxZz03HvwbL+yRsQI2gwK/lbLY/VpxI+wu+ZrnljU\n3qWNitJBpNv0V/W6DiW75vm89d7wDcIyqhscXnPO9yNUlWSEsWU371tCrEjP\nF7RWMmbZnSAJ9PvLxUN8Yryv2hqJVNvJ1pSNaSoCvAxSsqKYHP9lG0r54aAY\nOUgxeqP6+nPBUdg3GU8P2++ktBU9JAXoTKLeRVapw8KZGMV4XG7RjLZChUlP\noOsZ6OM/g81Hx+23t0c+dCVan2g+8HJDhcxk1UmIaRvPE1dNvDDSQlbLrxXK\nP9dwoQqSbO1K3zTGZXoUO28VI+7+BuOOACSDlYikICuLflaQ0hi7HexkaU2k\nkIP0SjgWBdNhx1ZKBDkq71p4J7nUwMSh2JVNzeB+4D18w/IJ7V4/riZNDwTv\nub4Bn8Q+4AZkN3hdrCark/L1OH+O3k3e6FDAQx3DK8F1X4AAjOge6oLPImXT\nzLxnpUWcxHQb81x2jKz29maQD5AsVZToeTE60uXfE90H/HmBRdr43btYBCo8\nEvy1fkZ3FODnrqeWO7y5nvWLz65DWx6fIwu/b7HzaXuKeSh4+mcwnv+t9+z9\nu5xzldXU81YvUgJARn2p3R8/Q+AtdGToxPagtw40Q6WWlVqDPa0uoBUWWOab\nhUoI\r\n=Jucv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"b0fdf11efd05b9c88734326f0d2998b09438f299","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","dom-align":"1.x","rc-motion":"^2.4.1","classnames":"~2.2.6","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^2.2.2","mini-store":"^2.0.0","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":">=16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^8.2.10","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.4.0_1623419655849_0.7207077689193699","host":"s3://npm-registry-packages"}},"0.8.59-beta":{"name":"choerodon-ui","version":"0.8.59-beta","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.59-beta","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"2c8a0fd3ce1b036a00cc949dc508569bb9adfbce","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.59-beta.tgz","fileCount":6544,"integrity":"sha512-zY7j6MnO9QqsfoGpOiznjInYOO/oV1VcuuxnYM8t7+fQcI8v/W7wI8pbXJVk13PVPIDMG7t7kETi67QOf6EMRw==","signatures":[{"sig":"MEQCIHVawdD9f6dG6F/n4nI8KfOUdua1iM4C50BioZj+XU8jAiAMfgR8NtUEeEcIB8FZT/RL40JvMD1ZbCfCcN0eLMYUbQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":82080846,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyvZjCRA9TVsSAnZWagAAHcsP/2Za+jp6uE3OhY2AmEhm\nss/pe+EgD6UwrhCBp+NF1ceLet83M/srhyeZIFkJXiQDMGLj+AMsOz2QMxHk\nW8s3oFby2ceLXcSffdk7bKwXWvyr2eowANnPQhouHkGDh2gHcwNGtY6G/ufp\nUQV0FGnmRjLQ44yFXWRnsEyQuMo5zFns+0DM4r/oCgCXjminevMQIxX9/M/R\nnd1fZn4Ro09Zho5EwmWP0laP+KwcKrMGDaQpzWiDkatm6mJ7Dak6YJxT6aRl\n3bkmtK/bXB/BS94bUt5aS5fM9N15+rnr22uktCmmZC2cnMSiIWVXm3FDL6Rh\nhuZkTzStcaDlo3amo7yiLWTTvER2yDUxGep+SL7PGV8I7QekmjZx1JEJS3kh\n4ltDTacepAaqs2bBrg4CQG5VexEIrVJgH+w2uxVWhzbw8MACSuulHN49MhrO\nDKlAjhJJvJQg7eCRxkn4bQTo4AQfSkem4lpKXArVbjUxto7xC0qKnf4BRpm/\nb/c0+a1EGqT86kvPLf7yeSFehEzhTZWsUiKxuzUIxLdy+oh3vY8rrVzr9Rv2\n/gG1jPA6IxyFkjXCpJA85f0z9Mu72oBNfppw+ffcScDT9lU2eS/kwL1R3s2g\nyuMYPlRqSf3N4ItZ216BrNWnmemFAAEuEAI3PeGfiphj6g/Wbi9SWktpShvb\nQkwX\r\n=mSuu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"07c3779e360901b2fc8561bd8d00b11e5701d24b","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","deprecated":"this package has been deprecated","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.13.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.18.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^1.0.2","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","dom-scroll-into-view":"1.x","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.6.0","lodash":">=4.17.0","react-dom":">=16.6.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.59-beta_1623914081797_0.2445915107264207","host":"s3://npm-registry-packages"}},"0.8.69-beta":{"name":"choerodon-ui","version":"0.8.69-beta","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.69-beta","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"f08e774173afe46aa4122ca20c6a5ebe29978b54","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.69-beta.tgz","fileCount":6889,"integrity":"sha512-xf3NqHUxznlFWNdIS1XqUJYaj3VO3Xhs+BM4kqR2o0m4IkOe0yRVk/+cfmQDh5KQUa/ufgaSHfmQhHCH5IwHTw==","signatures":[{"sig":"MEYCIQDAhk3ORfTTCB7kGnjPiw6EZaYLLQNXhnX/h7rOYEaZogIhAMjPUNp7pw/RneCrBS8GYb1akUYg6CiuZOwG+a6GtSFc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":99945823,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgzFmmCRA9TVsSAnZWagAA+9UP/joWB3fc9kd0aBpDA7i6\nHVcw1JXTDPemTHCyOzq/oKtH87MIgxeEi2Uj0WeBZF2OMqFQ0iYhEk8YR3jM\nq+0WBaowAWdk6tiTciS1qKx7OXPyO/y6mYdHI/r8fOpZB19uSGdXFMLG2OkO\nmfYqBEgfXaTfCDqsrz4y33Izjp4lletdZfLdvAnmwgE0ZTy0sOliPnh9biNG\n6jeqkrgTM/Dha8Zm4BFeVX95w93Ttxnxn7hgIsvJadUs5N85ZD/UtTV4TooA\nLOLY9Rr7jNIA3clE5IOimRas+kXfAPYKO6+Y/bEKZD8k+As1HlZrTlpv0fy7\nfCJsc6cWCu6ttdAa1gRSJK53++fiZ59SiZuA1WLpx7gxXZm6aINNiziOE8Zi\nti86e+Lp9SOm2ZJyCg7yYg5ii2dbAtkgDD0/R8iDflL8GvOEz3VT5aYqWFJM\n7Esj/RoZoGlj30NdM8/9VdKRsqdaTCXXrnIWt7RxnDLdXr+PvjCoJOvj1BPa\nL0gd5YnNICvAPD6dxFYJdWN4ddc3/lMZExJ/uCVFfmr7CMPhvLiaphT1NDHA\nZKsfWaCj9QgTlEWOOh8kJ55ysa91d2zCujTvfs7tWOIfqtkzV/lLUSYO4KH1\n70kS+IDAnd0dpf4pCQbZhHTPaSO6Q9eEu0Vid6TOxGK1JgMEDX9ZSsNpUA9D\np4gy\r\n=at9I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"7f0609bf54edb1401615439543f2f7ebe6fd2794","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","deprecated":"deprecate","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","react":">=16.6.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.2.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","react-dom":">=16.6.0","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^2.0.0","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","react-beautiful-dnd":"^13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","@types/react-beautiful-dnd":"^13.0.0","scroll-into-view-if-needed":"^2.2.25","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","lodash":">=4.17.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.69-beta_1624005029921_0.6285484817991129","host":"s3://npm-registry-packages"}},"0.8.69-beta.1":{"name":"choerodon-ui","version":"0.8.69-beta.1","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.8.69-beta.1","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://choerodon.github.io/choerodon-ui/","bugs":{"url":"https://github.com/choerodon/choerodon-ui/issues"},"dist":{"shasum":"096d1063f7ba934fab2919035efd60dcd8b24883","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.8.69-beta.1.tgz","fileCount":6889,"integrity":"sha512-9eb+4EnKYw+tP5TZaba3+NDR7Vc8TyOJhdnDLe/xLgWN8gmbUCgBs26im8z1DKW5A3M/hS3lynOV4LmvmGWfvA==","signatures":[{"sig":"MEYCIQDlAHVe0JXF4BKx/fMpLbU2/kKu+DRqg3zvmtvC5YFACwIhANVcHZDhGStng9VEfDtxVpaN5VnO3J6BYIjSVROcda0l","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":99945863,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2XFgCRA9TVsSAnZWagAAXysQAJWOVmXsmvVwXpjXF3VE\n3/Np9uT39Gwe4cIehWVodcL3LkC1K0qYMmXMZ8ZaRN8+cH4Vsa3e8sHNykpq\ntTTgRj+aAe1MA1Vmql1cQsHk69IArHRPG/2CpGnmgGOnuG+zDyjuvmik3ffy\nyj0mCIboP4jgv8KGQE0wynLRpSWuk8y3GOD4p5JrXmq/TGbHAxA8NyV0yaSA\nZn5UqytST+yMFhJ/O6PcinBncXVxfp35eE2Ji6Az9YQNuP+ijYoT8FJKM/8S\nL853RxPzGAF8G/bTR360t8EwG82U60LyV8zkwK9YdPomytF7ZH+tXSbgskQV\n1/sMxLytFmTdqCq2r/z0rWovzY2kLVRd3aBeh91HhAum4LmUTVUWHk2scoJM\neXIQDFactrY+VjR2kFZDAc9ydI0B09jl/1TCaomLGY6MkPqvBHcSenLjBgTR\n4PZcAwLAM2MDk6bUW9Hihrq+cYTL/co2W685/7x48ZrsmfbdGLgCtLqi1uay\n9dn17E1J+/UnpCngzCK7hCVjfw3BjovzRKkXktFVvYrT13gq1T7mE5Tgksj1\nJT1t1QHg8zwb+cHBI8MYFoYHYMw+CzW+v/qn5hqw31T2dSlW/dlUfBxvdyyz\nHkQD9J67HlMh7MvGTjJC0NamKYr21Zv0bYCBk1ChxbSUVcvhC1Gq9hyUHUCE\nylJY\r\n=fFGF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"7f0609bf54edb1401615439543f2f7ebe6fd2794","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/choerodon/choerodon-ui.git","type":"git"},"_npmVersion":"6.13.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"10.18.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","react":">=16.6.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.2.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","xhr-mock":"^2.5.1","dom-align":"1.x","react-dom":">=16.6.0","classnames":"~2.2.6","codemirror":"5.44.0","enquire.js":"^2.1.6","mini-store":"^2.0.0","prop-types":"^15.7.2","rc-animate":"^2.10.3","dom-closest":"^0.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","async-validator":"1.x","rc-virtual-list":"^1.1.1","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","react-beautiful-dnd":"^13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","@types/react-beautiful-dnd":"^13.0.0","scroll-into-view-if-needed":"^2.2.25","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^7.0.18","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^2.5.4","react-dom":"~16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.4","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^2.5.4","react-infinite-scroller":"^1.0.15","uglifyjs-webpack-plugin":"^2.2.0","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","lodash":">=4.17.0","mobx-react":">=5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.8.69-beta.1_1624863071817_0.8227009622871206","host":"s3://npm-registry-packages"}},"1.4.1":{"name":"choerodon-ui","version":"1.4.1","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.4.1","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"f646a3aa5d7ada976226b8806b8a10e4318bf8df","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.4.1.tgz","fileCount":7759,"integrity":"sha512-mZYIT5mynx2PrFRK/2rMbVu6mRdfAdEVU5V3vcJBpg0IVkz9nxmu7FTCzZFs1wRwSdZBgrhcYw2d0b9hRphMWw==","signatures":[{"sig":"MEYCIQDFwKYq9WIiEHH7aEcwF+yKpAjuAmX8ZgsPIcf13ddmYgIhALi68jCouzEvha3caDMfLLEBfhFvNZlgoPN5opcRr2et","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129707327,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2YHlCRA9TVsSAnZWagAABdMP/R0WihdpTbosrxhQO4x7\nHA5aqisSu967M1pS5cznzmKSzlzMZlkyZrDrvBFslW25vO/Vzo62yZSu/sCe\nJ8PzAk0vqzpf9iKGGPg2En9mNByQ1954Jpm8E26y29Y1r7C13nIZnuOo7ZeA\nnG1yRuhorQtEUnTJBtTFpD2RA8rCMiGLIyDZPcIlKBHFZYQkhq0oWewbvpJj\nI/LGNBzPoFKNNDrQ4YJFdxF5JVcqaW8xBmgt6rQEyNB7wzy4+qYbbj4kjQL6\nzyidAZ6y2fL/fOGERTVJ2ByCqw75mmrMJWvl5+AxcPci0LhSLt2uQsiAw67d\neQ0GRedL+TWbhHFReY4EZKGhHeXUcrGsvTcbftQKh/dtzFBFXIwKEK6nKtTf\n2gqykE8H3fWpiziVRn0klCpJ3p7tgvygDCBva4tJxR2ibtINeSzUQBM7EomF\n+xDwhNvT9aGBHv9JoFSXoqvax6FEe7SyW6zcGEdb/1NiUBapLCiGlcYiIrlr\nE2pyzzH3XXHdznlMNGrDzJ7eD8jIimrTPtPJtz95PQRaWpoNVdsuLlCC9bFf\nLMQR8TRf+39Bv61ax6hzmJyEqkfPbqU3a1QmroMhYIsABsA0gGy6WKBOvBde\nM05faq+NGQi6uzKN7DMoJBiGkOGpY8BpoaDeCSOOVdFOrz5QodUFxl4XyWeW\nNdJO\r\n=IKm4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"b4fac2f22013667975af0e7e3175b0148127ff26","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","dom-align":"1.x","rc-motion":"^2.4.1","classnames":"~2.2.6","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^2.2.2","mini-store":"^2.0.0","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.1","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":">=16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^8.2.10","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.4.1_1624867300018_0.08608207215031749","host":"s3://npm-registry-packages"}},"1.4.2-alpha.1":{"name":"choerodon-ui","version":"1.4.2-alpha.1","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.4.2-alpha.1","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"6c98650b0d355b4c4c1307c20bb6f73d2702a293","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.4.2-alpha.1.tgz","fileCount":7759,"integrity":"sha512-S/qJW+uW7Itjbkrsi+cLNjRLR0YzDQp6EIgWXHw8jwNV1dlrLN8vAwQrFDY4dgOkNaixqFMnBM2xVwQ+dCypIw==","signatures":[{"sig":"MEQCIGsLO0plbN9K/y+w0+iWqR43pAQ+U+t6xMjYV+ppOembAiBgyZvBEzYg6cDU79y9wPruiLMNAgmctAjFZ8JVBhvNnA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129755164,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2tJzCRA9TVsSAnZWagAAD7AQAIw+ZwsQKlM4ZG/6byB1\nL0cp1f8wyE/0WdqlPFt7tRTH2k6mnwrHQk8j9IabqjuF4i53sydj7aTalCLS\n0sPEk+gHGT86PqpDhgUJIiIv8AODFrrSAVn5v4Sdg8k4Nr85+wbZeLKKz0PO\nZhJhm6MtQ6qiqqjlOVASCyLaiEyZD4x29j72m0bre3IJUXXm2/OZwFltgwYG\naysqC/CkaCaYqQTF4biYlbdLZzaRMLckwFFL0xuEDd9cpsgj/icrqoGudBV6\nDg/MCGNMO7y6xFutO7waWJizwldKe8L0P4MysgU9UUrAZ0NqF2iOptj53eIO\nuC2UTdCwvlpRrZhfUHrFrrxJyrPh1VkHcGCOpL4R14zMYmqSCjBzlVQsh4pA\neQenTgGvg3xmER/SFPaDt+Pfc7bpYIB5g0pTRe1wZcPDKRbP/X70/46yU3TZ\nIC8wervudGFFI6Tq1ZVA+NmAbyhsxPQRgKkkIQ6JqGQOF8PZl50CjrNcmXr6\nrEI+n4PQyICCWVeUyW51umZCFx1XWsQfFU8vlguNsbKXBvDY7do62Q72KgHf\nJWw1WYpeYWyMPA0g+d95wnQmanrGwHFk+yaikySplrbMitnGH7/7GGQx86ZB\nqbQUjFWNGWl0A45Wi/n4GLy0KBWq92DBgqWHqvWxhQLkr3QoYdaIMT4X3M1M\n+5ZR\r\n=WOkY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"281ae46f6b94abcedbb3aedb4bf71105fa0ae6a1","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","deprecated":"This package version is deprecated, please upgrade to another version","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","dom-align":"1.x","rc-motion":"^2.4.1","classnames":"~2.2.6","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^2.2.2","mini-store":"^2.0.0","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.1","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":">=16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^8.2.10","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.4.2-alpha.1_1624953458010_0.03176225839686109","host":"s3://npm-registry-packages"}},"0.3.0-beta":{"name":"choerodon-ui","version":"0.3.0-beta","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@0.3.0-beta","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"f385a19fbdb14cd68542295437ad52aa5fdcd117","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-0.3.0-beta.tgz","fileCount":7777,"integrity":"sha512-qe6YW9kCdRhP6+PaiCyUuBLMr3WKBluXLZf01b/KDcXY6xwpkoG8S07v7a5NQOx4/GtyA7sOZaQgMz2hpVtsnQ==","signatures":[{"sig":"MEUCIFYLQmM6xnNgFKYkZn/n57D2MZl8i3vIynnQ0zcpPA/XAiEA4G/SLbdAN+mawoy18rcrNagC9Ildk7vKGAt2lVl5YYU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130030096,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2yPFCRA9TVsSAnZWagAAGX4QAIuOD/iuuc9ZzE99m/Ur\nF+DbA1F14zLOPgucpqP+9BeB6sm5ytA+PchAVk4vs1jCcerdsGdxXLyYOyFl\nWTSZ3uXIVpWwmPynvC/cbNHqEgkQ1TcRTW7cRsFKAbG6XtvV101JA+F02h1r\nszYcMJa/XlRvjaAlf9yGOcGNo5k7PdL+8AmjeOT+IL5sbAkYjcbOCpp9q9ki\nBUb55/FVjNDsBVCLqb3oS28Tx/U378dqxNzolCrLPXYNnuEHpa4p4RJMnExw\n8/BeFjP+Qpb+VYpiqcNTshCTh6O5LD6zMXcOX61kuP9gJ7vu+aO9uxP48K0N\n7q2ac1UY+GlDEyFMCTP6KYp3KQLzEGMfzaiVN6tCyCt51AK/JjCubTtWM/30\nDEo7bqPJGEmj80b+8RFJ1fYx6U9daQtbJE5QvOAL3yuXFQEU/oK0bWrNHR0w\nLSHj6o2tH4HRSDXRP7ifcqReVos1MTdOKHfBncubsxzfHnkPqEy03WTMFEhy\nIQxPEaQHQ/mamwAt0Ba8qOn64F0tVXZ0DXhBJh8Fb73rF2gEH5mLILVJok+S\ntZ36MKwqUm87jVdmiEsIaca7kkmfdtcqBuEbxy0Kg0pgRykOaKMmj0qE4AQO\n7MiVk1o85MSAG35hF0jBVZhejYKfdtIfpQKY7zx2buzq/5qGl4W2fdPK4Bmj\nkMTX\r\n=ALeN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"281ae46f6b94abcedbb3aedb4bf71105fa0ae6a1","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","deprecated":"This package version is deprecated, please upgrade to another version","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","dom-align":"1.x","rc-motion":"^2.4.1","classnames":"~2.2.6","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^2.2.2","mini-store":"^2.0.0","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.1","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":">=16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^8.2.10","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_0.3.0-beta_1624974277054_0.920163760431361","host":"s3://npm-registry-packages"}},"1.4.2":{"name":"choerodon-ui","version":"1.4.2","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.4.2","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"f35bd82b0688ba86a5c68cfc47a3a18ea4f87772","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.4.2.tgz","fileCount":7857,"integrity":"sha512-xSeBYqNRQOMcMzAvUc3f1YMUJZkdKxVt5XkbdAAYxzKd3bVWC5SOVDDxtPErpeMn2eUYiSIRf+yx9ZHt9l1MyQ==","signatures":[{"sig":"MEUCIQCRGuKqKQ1apQJ1Kn0n104Q4IfqSFezAAEDWCK4+ZZMcwIgYQVWncNjJdZgQ2lz1NtSudBTRf5s1cJige6wvpllv0o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":131257881,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg95M0CRA9TVsSAnZWagAAwwkQAJ+5JW2k57/S+3kU15nD\nv5g9v+R5D+mwrbB7HiFa2qfM/DVSwPxFekwyX4GSq0vPhd0F/Ne1grUpWsmG\n0iCqhd/Qw18TDqOmVTmJhcRYKQYpMvemqHs0X2g0TSwTQVpgxRLUe47G1MZ3\n+C4jDZtYPz2ftCODi9IKMtvXViLS/na7n3pNTgUHq0hNRM4tYUURUnAI6PRD\no9B4mF5sWScVtWRpwCzhQ14FAOAs1/vrnpeSteJ/gYmw4YyISDOUCarXesVj\nc2uIGuceW20Cc+/k63be4dFX2HDcsFu4k6I8cZ/VjdLQXlea05D0icD3Gq7A\n5wy8IQnnIA45tfCx5yLBDWNPnD3P4RED5DmNNKgL4swP2S6HUqq6llTRoqg3\n24diOfZbkRi0ETJZvzEa7ZpMlMbG5AaFaIvdXDkUFaWmo3F4jWUBTI9FRBXw\n7RGy6TeL7RSlBTGjx7jaRqlzVEq0kgi25OiPrg7Cml7yO/po5WkeD8QcwK2V\ngsucZxSTCbH89REXwMJWEpxV7O7sT7yE8sHPUbTMXAlZmY4HLXEThUEEEC6P\nbj26AQj2MJaObt7ATZhvAoe+pGrmjrNpQfQnXYL35PxxWyuQhYyDJkgan2/v\n7wX5IkQXSka9j4hwhLcRuw/xDlbEgZR/Vb/TZsNYVhvGcnAUR9LelWHK7Ltu\ns5sE\r\n=3RwP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"cf2ea796c655ff0909115bf0ecc04a93b0c69901","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","dom-align":"1.x","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^2.2.2","mini-store":"^2.0.0","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.1","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^8.2.10","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.4.2_1626837811706_0.5379695795963733","host":"s3://npm-registry-packages"}},"1.4.3":{"name":"choerodon-ui","version":"1.4.3","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.4.3","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"93e25b58b96f4016e7e3bf352e2ff129cdf30628","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.4.3.tgz","fileCount":7935,"integrity":"sha512-/VMIyBYRAzrxZVTitFKD5krGO5+5XkGrH8voT0Z3kK8VkcDUpeca/SU5NO0nb10ESjpQZtk9jxMZ8yvSd6ajzg==","signatures":[{"sig":"MEQCIHu0afTazPEhgl9lKAyAibFo63KBTa6UkXzdRQR3M10ZAiAQ57f8Y/Ldtmd0WxCWUwOqicgyAy5yg66C/f1FuzwpBQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":132296662,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCOJQCRA9TVsSAnZWagAAKdYQAKIP6Iw2jlVNgPJoeW5p\ndN3WMq91H3+FZk2bWCXaQrk1Pr26NXnwDqMyKGLRF3xkw6YZ9V7J6GPO1dpa\n+Pmz8OoMvbmy5bUckE1Yf1uaXMm5lUYIkFf68Uf+PvNit8JdSYLc/72evU/I\nmo0lAq3G/kUYoQ1MqBMB5RdBmFCtr2HhbWsd8G0wQGhz9/F5yql0px2XypT/\ny7z7VAx5vaz3TQWFQdtXVozDl+eAJkza5JClE1XAKdKLfw1Z4zk+CUqfa0aN\nVrXZubVWt2NEHpGtlZZVlEohK9K1+ckbUNz5+kBDwFCZZ2rijnLisQ0875hA\n/bay+vp1ntCUfj3sM32SD4mKzAFQl8lcOCCBs8Fk14t7DZrnp6+ULWxVmGWu\nWlRK9Q9q9A3RIXXNpkhvtDntqIoh/LkJfIHFjqGu9gkwkbx9OcfL1jqf3j2Y\n0d9ysoOI5a9WXAgFGG95Q1rx1L0afDRldgsBOvaZX5YdUO4NNexhHZEL1KMV\nKk88SNqFVdsx0THNxg4UcYMI4lxbdj96fWfG+gHmvOVe6qQhzv5GoIddsRAW\nNLlwCXy9m/Daglcpve17I8N/HapotLFWpjOlDSO0+R2pLjtQxzBMjLb0GrMQ\nOx7gu7fTY77nA+npYDC4THBYwi/zz92yUj/SOr3LK3N6z08x/VBgelmJ4ya4\nZu5l\r\n=oErV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"eca18917f2f5ef62671b6ded12f56cefa1807ee8","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.17.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","dom-align":"1.x","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^2.2.2","mini-store":"^2.0.0","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.1","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^8.2.10","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.4.3_1627972175378_0.19401953849175535","host":"s3://npm-registry-packages"}},"1.3.2-beta.3":{"name":"choerodon-ui","version":"1.3.2-beta.3","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.3.2-beta.3","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"e6b5e2cb4add7f759cd74b9acbb3e8789d0fe8a0","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.3.2-beta.3.tgz","fileCount":7731,"integrity":"sha512-ILrrmusY1HFd32GABH9AGHpxGs61RykWfnz8a6QjwcBPlTbC2hZ6XAiUInZrD1RiOwZTRD5rAb710fPbh98f2A==","signatures":[{"sig":"MEQCICBn3EK5z/mFBQ8g47xX59xv03INPZm9e3NkiYNNDoIlAiBJew5WEnRrjAPO3VtrlsnoDOsReTo/Lat2pHCsRRVKyQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":134663172,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFPMECRA9TVsSAnZWagAAEYgP/1tVybiYpFSmYOqc1ko2\nCYiod0qLTjjhat0UK7WaICRWgM7B7ide84g9VU+EzYRelB0wkqxb/036wExi\nCOxmK4liG3WiYv7A12/2RPDXykuY0Ybkg8agbTigRrCDNRBBGVTprz393IH/\nQLnS551zPDra9jQcRPSXuKvlQfNrkdT/QEVJQinZGvgEo1IHfV14D3udqNSO\nEYyW8gw3wjTY53TT5ySXwsCv7SBYlRS9TLDuuDQFmqflveZFRcCHC8vtHyM1\nsT4gd1Hp/ebvnRx5Z8rO+YH4O/zNskmmKFCu8nP51Q7UOPLnF4tuqXIc5Uce\nJTVofi4JLBb8SvRpkOuPpgBE/c7fSZAR9aPfx15eWQGvLx61JuLSB58gULHg\nd36IjT6g/pGWEXyvkZUr+X8w/GgOFRYLx+Hz9iR+sD1KVNDAUPauE+vR5ZDz\nQROz1F2nIqJryaUhZ8kqgY8OCWE0Mmif9anM/tSOI+iBLMk7yOCIqPNsjZm5\nLTb/7tDf13qj0Kob+BL6P7jnBFQ9EbN+vZUIKyF4lkhMI83YVXvpcT6JX4xq\nGXNEdyJmtgCAvsvniNZNE+6YHYuiA/I6ocf5+m0d8mmgOD+epraIwZD6gmW+\nGJhvJgndz5X6VoRu/5S9yOC7786l8sQDjoPpCH1xiqbGhbzWJHcaJUnsW+LR\nHhuv\r\n=Dw3E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"4845d9eacd7bae3e21216179402e78eace5ddb05","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-git}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.16.7","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","dom-align":"1.x","rc-motion":"^2.4.1","classnames":"~2.2.6","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^2.2.2","mini-store":"^2.0.0","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"4.7.0","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":">=16.8.6","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^8.2.10","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/core-js":"^2.5.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.3.2-beta.3_1628762884144_0.5001072136611961","host":"s3://npm-registry-packages"}},"1.4.4":{"name":"choerodon-ui","version":"1.4.4","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.4.4","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"a8f993f0bb29a07d70017829347e2531ca4b4409","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.4.4.tgz","fileCount":8075,"integrity":"sha512-CPzfS4T2U0j6DK7Rzj+ZJpgL4NsmVJiQM8Vggwc9LYPVCceuegDhuoqgrYykmo2HKepgI3RBBYSEet/byXznwQ==","signatures":[{"sig":"MEQCIDZ+f8iXzbrFyoMvuxyJNT8ryIBKtRbP3fAU5nORoWVKAiAg/tD0igwLZx+8b6byYFhWh5YZMZTY0R6CKtxjYKb5Qw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":138135322,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhND0dCRA9TVsSAnZWagAAozEQAJK2/ZXUQWKIVxkgBWTn\nSOLgNUZ3m3J6jiBpxagZt+oeFE2/uWGwWjbTK+6RFtUyNC9jComYD923Pb+I\nX6t7GwbWrQ4we2SQw47NcGIx2qvPr+fqIt604cVYYg1PXo9vVUQ/IM7MaeuG\ndistUqDydS+PcyMqd/LlmNrWA0ZRqvl9Q/8G78U5ZfODg4Qe6ocMxW2+kPmQ\neQLPwQgUqnnScXLR040wgT6QuUBMVWp1psyzNIh9U6jvEQvcJ1qHaYArP05C\nlhz1beXQZrJ72QyPl4hfa3aSpEuD8KwcGp63LrXtnWJZB3HFdRD8XetifW2G\nX6ND8bDx+S0wCiYQBOU99lDQf88bUOxH4nxJ2y+ARI/71tQO99WK4s2MZDmp\nnXXM2R8UC86/YfrFhjSP1xdrRm1Amsa46Us2T4ZrZbjopNASu5/ZQ15JBKek\n0O9ipo9J9qO1mm/2ZWSGAE2EVrMuQsDmGPljUZJjz+b33Sk5+Is8KCkwwnB9\nZmRuPHl16wQnqtdGIH8wn+r+SOqIjwYP5gFadebDYzYSrKIFAtpYPZUuMZRr\nvkjFMeaYmn1w2I6KxB5dhFvBGhWLaSYvqPix3kDINn1OYcOHUlDs4IpyVOrP\nnaH6QQineue1Wb1CJbS50e3I0GsqzWr5arJq2g/7daqUvdqVbjPABsHzd36M\nK4xn\r\n=Ucp+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"3ffb0ac95becd91129c74a0344ef7322f3fac2d8","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.17.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^2.2.2","mini-store":"^2.0.0","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.1","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^8.2.10","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.4.4_1630813468435_0.3586794481367126","host":"s3://npm-registry-packages"}},"1.4.5":{"name":"choerodon-ui","version":"1.4.5","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.4.5","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"78299dbbf50e855704e6f41dc3a714ca4b4a178e","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.4.5.tgz","fileCount":8165,"integrity":"sha512-4ltoAdd0QeX720mFihWG4CY4BxwJhddX/XbspClYM+V8ZYyNCOr9Gd5Bt4TU62FUA1p97a2Qc/iMLfTpLyiuAw==","signatures":[{"sig":"MEYCIQCpmQfXjlcnTU72dDNCfAiTMmjpVv6ScCR0U6ClkRMqaAIhAPNfBXVDLCluGNgBANbiF0uJLTR9TP/7DPQB/WvrM7HC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":145333739},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"1c611e09e222c1bbef494729def9c13ab1265761","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.17.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^2.2.2","mini-store":"^2.0.0","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","string-template":"^1.0.0","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.1","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^6.3.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^8.2.10","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","@types/is-promise":"^2.2.0","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","@types/string-template":"~1.0.2","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^2.10.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^2.0.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.4.5_1632897926738_0.29969581281901236","host":"s3://npm-registry-packages"}},"1.5.0-beta.0":{"name":"choerodon-ui","version":"1.5.0-beta.0","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.5.0-beta.0","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"563dfebee917c174381ffb27968775a261c00786","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.5.0-beta.0.tgz","fileCount":8253,"integrity":"sha512-kX3eybHpG0LELuUqp5hW0u14Go1pJIsmzVSzr0dAGUqva9QSCHjTG4dVlNcDaDqQkEdk3szUPhyVyphAJ6LqNQ==","signatures":[{"sig":"MEQCIH2E7RZ2O/7UD73BP3wrEivyi0aq/7Z1ZzdtEk4z9rdmAiBmtxoPb0gVATpvWY1tCjiILmjHzDwAi3SLpZdVbjlHww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":147874022},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"e5ff2b6b5533b0ff71a6dfd2b8f08d71eee36482","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --no-cache --debug --coverage","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.17.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.1","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^8.2.10","reqwest":"^2.0.5","ts-jest":"^24.3.0","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^22.17.0","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.5.0-beta.0_1635685924778_0.48970700478164453","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"choerodon-ui","version":"1.5.0","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.5.0","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"07488107086a20bfa85c5085534a11f289ed73d4","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.5.0.tgz","fileCount":8701,"integrity":"sha512-oT14PaxMAN15jznXPXSwpQYl82Nv5ufcGscuRfI10SKj0ACoUhs6aMH3otdJ5Ilmjr6IX+aq4o92TJ+4SOAHHA==","signatures":[{"sig":"MEUCIQCtrLQuoasxA9DIVwI/oopzhhT8uGXjDBy8EL1vU2VQLQIgYG4DfhoxeT4tHT60/APXJDaMpTSiCymooK8GGukNIRw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":151690234,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqKZaCRA9TVsSAnZWagAAQrYQAKTs2VbrenBsQ56X5MA9\n6rwDzEt1AN4eJJ6Lo1ZbaYPv9rLRbJ1UTwsMhE7oLVoBgik1/TlIs98REUuu\n/zDBIcnfN/KZBDYAlLI8KDeiWX2Awmb5pKTkItLSk0gsJpbHTcx/br+E7JMU\nzHHqeDlcJEWlhu+E/1erjLti6LzCgUkVZ0fPbw+QW5++wo4FvD2lgngRqwKb\neuPF/GgvXP2N4+LmCMpak1ChT4nrAAJ4ZwtAMhumnnJUdnGs5ZeXJweiog76\nCF2HxTi4+gh3l3zbPgOYK9509v+qXcLOTlJmX2NifPUE4+SEsypGcUh4D1io\n9iYFZaD5x+enGowaIdYQ6psvEGyKEA/uzZJaUyr4d7n4fe+z89grbdJaG5FJ\noA9zp9ycpf4rj08+OP7oW711KlJcoSOIhzOkkhSsxn9zwEPKP/g0uBq5v8a3\nmsuOSl3M0TVvbcyFOYt5y0jGwPZ1nx/aAIs4E/8s4YkP8traHHx3ttQehX6v\nMLDB+7Eo2Pe3S9u7YRYNEDMP4dfARarK5KToGGrDZ8+BETGymYFEvNXwLs04\n6pR68W9LmnDmv82dzYyiFtcgA59u8+DaKAHCHZpKewoMJFA0TNH74je+6ntO\nnxqYRYkakrTvN1Kupoe0unilkH5W79qoOmCXBOGA4tP+7AgdT6kES9kIpPJL\nptZy\r\n=el7+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"540616f1870def0d5ae373c1d44d0c7c43c9ffab","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --cache=false","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh -e ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js --cache=false","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","test:update":"jest --config .jest.js --cache=false -u","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.17.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","jsbarcode":"^3.11.5","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","jsonlint-mod":"^1.7.5","qrcode.react":"^1.0.1","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.1","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^8.2.10","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","@types/jest":"^25.0.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/enzyme":"^3.10.5","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/jsbarcode":"^3.11.1","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^25.0.1","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","@types/qrcode.react":"^1.0.2","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.5.0_1638442585313_0.6658336128260294","host":"s3://npm-registry-packages"}},"1.5.1":{"name":"choerodon-ui","version":"1.5.1","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.5.1","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"83c9453201aa85078184347b330201c6a8082dec","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.5.1.tgz","fileCount":8773,"integrity":"sha512-hLRzOE47HYwWeUpjdonBJR9MWJEqKHGaAUf69oaI3BcTc9kyMJCkmrUb5u9rH7gGi2zlOWufJaCcLD8P+twD1g==","signatures":[{"sig":"MEUCIQCOQRNwfcJGIYZi9F/yIkVDWZEYmwgcx0FxHccnSMCPOwIgMevqzt7qwU+CST4tmWtEe7FwT0qNmfTWFoHoF7FcygE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":155743690,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1ndCCRA9TVsSAnZWagAAHN8P/jxwE3vUJf1MCNMbCs9L\nufhzQ97HjDsbWinyzbTRKLMpN6cRt1j/3BpkTZNSfAh452CgXRuaJlZwayCe\nXvdHrCdYYrKl+HWkla/FJfaLmo/SR0Md1rb80Lbyw6nCXEYCuyXAoVeg1KA+\njhySnHOQeqlTmaihbda27waXNNpFAz9RysveT2Isbz/DI1AEQUUlMnZZOQAh\nJUnoB2lcobZeXDwNi+5kgXw8+4nltslaPDVXp+buErDSJN9jpbzGMI/fqVuy\nJV9w6HPYs0K+DqYF7KIKsGeDQeNuBLcKcTluOXCMQwuvsFXZLFz1kL50mp3c\nuNzQHjI4LPTUhClUWXHC5oX2me+/yVp/noHxoiPgMiQNERV7aO41EsjxE4Hl\njWJYMYMDXSQI1LTn7i7c7JMN01buiPkxKvjGI8lMhbYhFlkFVryloq9zFmaU\nyNWRBeEPsB9XHSVMp9eapY7TNnIPRXW8ssrJGE7NAtOPzgUllNcLxf12KWFg\nNi6qTEE0TEuRpbVnYDCO3pfK2P4x14ZAPynVkwkMANK/JHJqMDbMWRamSLgf\npqPLJOLZCyt6g/+MKrHCWhHyQB35vcJYd3hrV+VnAyTQ9/LoZfzZECxdoIle\nK1SiHItNgdHt7KKMBEZjnM3ObVItzmyusYCEGgAfw0e0fu26FC0FoeWISPzE\n6y4v\r\n=p7on\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"97d32cbcc1434b40d5779249ae26fae81b5e5ddb","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --cache=false","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh -e ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js --cache=false","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","test:update":"jest --config .jest.js --cache=false -u","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","xlsx":"^0.17.0","tslib":"^1.9.3","jshint":"^2.10.1","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","draft-js":"^0.10.5","htmlhint":"0.10.x","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","jsbarcode":"^3.11.5","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","prop-types":"^15.7.2","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","bignumber.js":"^9.0.2","jsonlint-mod":"^1.7.5","qrcode.react":"^1.0.1","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","rc-editor-core":"~0.8.3","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.1","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^8.2.10","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","@types/jest":"^25.0.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/enzyme":"^3.10.5","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/jsbarcode":"^3.11.1","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","@types/prop-types":"^15.7.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^25.0.1","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","@types/qrcode.react":"^1.0.2","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.5.1_1641445184649_0.6528476621495312","host":"s3://npm-registry-packages"}},"1.5.2":{"name":"choerodon-ui","version":"1.5.2","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.5.2","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"5d66bd581be1e44e4c4770df9a61c6d6e8a05f32","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.5.2.tgz","fileCount":8794,"integrity":"sha512-XovxD652i6Uydl9mAuiixv4d/LkMYd3NWXmXbEy1P7w6Rj6E9xOufH9mGtx+0qOD73NRwQjnlCK4IGdVG30vEg==","signatures":[{"sig":"MEYCIQDOlOhXQyH9kAuPA4Ko9gO7ZeiG7hWCQyJVcZ4k2EcfdgIhAPrXVlnJluDbgoP8H/Y5jgm8PPBUbQzIonAOrwBANID6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141566782,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDSB8CRA9TVsSAnZWagAAc50P+gPNuCiT/407SStgQjXH\nR9XAX6vyu5f/mU0Yzabba2jGW2dsU//JIPAotYK23cTanSCOkf7ejG+mqYcn\nyiKgP+8wEDpHn/NX3grMR7rS8WgtS+FAmkr5UtDMjrOCs23Fqt3ApTU9GZGB\n2xSBvq3g53yyEpBeh2FC7StQgFOWRq6M5zrNdQ96BEl0LbwEo1dVrhKXg2Tw\nolbMUMI/LxT8MklAJSE4IkIAtr+W1EI4GtO7Mmb5/kRSFMrokno4+9sd0tAr\nzrU8dAsbp5UwE0roaWZKIbYPCdqOJQGkUNIpJ05+bBV8vL2utnD/+0E/tHn8\nRbKG76NW6d2sF0QTaDMqiImJIfqdy1+uPfU1GPrFwesFLQR0qhU9VJvvRSNj\n3BnmNbHDIwdj5ItKwE/pmiN1nkZ2fuql86y0L4BV9/92z+AgE/TDirJaOzQd\nI0DQPjc9wh9WoKLoqJPPgBL5ozSfcAc+cNWeIZ7yAe4FbBtos46CxxsYtc5G\njPbtgaMdSQY9F428K5dzgWBo8m+6dRUzYDkquqPjW9zDpnxixtOvnWXuk4uz\nDm/siXbGs9KBK1AQ2b/Dms7bs8i8XyjvrLhftlqwFKiO5+6iX1mjDuEOTEm4\nqxtS5RYZqpeyzUM/lcZXVZd/De3Dy3DCRsrP4qaC1eD+YXzYcGCyWWtKHqh8\nYG/M\r\n=lqW1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"0e2138d87fbd494c28db9b814539d3443d670dcf","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --cache=false","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh -e ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js --cache=false","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","test:update":"jest --config .jest.js --cache=false -u","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.13.4","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","htmlhint":"1.1.2","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","jsbarcode":"^3.11.5","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","underscore":"1.12.1","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","bignumber.js":"^9.0.2","jsonlint-mod":"^1.7.5","qrcode.react":"^1.0.1","rmc-feedback":"^1.0.0","css-animation":"^1.5.0","@babel/runtime":"7.x","querystringify":"^2.1.0","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.1","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","xlsx":"^0.17.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^8.2.10","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.6.2","@types/jest":"^25.0.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/enzyme":"^3.10.5","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/jsbarcode":"^3.11.1","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.6.2","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^25.0.1","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.0.0","@types/qrcode.react":"^1.0.2","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.6.2","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.6.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.6.0","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-proto-to-assign":"^7.5.5","@babel/plugin-proposal-object-rest-spread":"^7.6.2","@babel/plugin-transform-property-literals":"^7.2.0","@babel/plugin-transform-template-literals":"^7.4.4","@babel/plugin-proposal-export-default-from":"^7.5.2","@babel/plugin-proposal-export-namespace-from":"^7.5.2","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.2.0"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.5.2_1645027452045_0.19562102656960234","host":"s3://npm-registry-packages"}},"1.5.3":{"name":"choerodon-ui","version":"1.5.3","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.5.3","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"36a214b7d25dd87f0fa848524187b941a22b61fd","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.5.3.tgz","fileCount":8972,"integrity":"sha512-wtUGbqyY94i1NzkQQnSkHZEpRtaceiFacEw+PUISgp/t8236+faPihPbzussq+NrQXURYmxkcjzx/eH8kKTCtg==","signatures":[{"sig":"MEUCIQDQ/IgdQ1viNd+bz4zlBfpNZtNTRuORpzcyGtuWpivIGAIgIFfT/vZWu6k1P/mAIDfh31unb7jqm8jQwgLeAHpeAoI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":144449538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOzLyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTaA//Rdixv20TgGU8wl1aIB5b0smrievL24Wl+ivzV6VQNRxQ8+BV\r\nYi4xU5VsAurrG3Tu69q3z2JsojZOLLYNaJWV/lO3XcumPnhADG3ImK0Us82H\r\nuSccQC0i4ybTvTFYRICxM64lbkYXgH+hEusR3nZUV85RtwNeCwZgR/ukzPyB\r\n/p/gHd1S+ndt+jZl4FK850+Z+MpTDM6BxUarNFbeVpxImASdjJ9QIQGagyUw\r\negJVdZ4E0XHMA57e0xylKf5TpeReXXcIW0HnOByjs+Kn1Dhj+T2HmVsLR99I\r\nX1cWOQNbOg/RdHHRZBj8SsT/UqxBIS+Ibi9Onr6rNvo/WGOYujpKFuJm78el\r\nrUFgIrDT1PHQCOeBz3RbEpeNv0cUU6XAbkp6uQVyrzoMVbHXJhh9UKEaU2lC\r\neLpt/T3qt5E4dXXSHavCN3pTmv7W+OY4+/bDOtbygAf7B1hMQd6yY1Zd4rLr\r\nYi8i7riEu9w9idAKeSYXpn4L731/oVeMSqCpAQDQB3IjB3TC56YPa4cvWxuS\r\n9yvFxWa5I3ZLWMa/CUwz/4YQV2e7T3Sayv0lXI+sfMGviIYM3BjYeEhPs2fC\r\nwF1Sqzh69cfA6e+FyqeX79GLWX72wUc91XOQS6V0i8NHZ2NB9y3VJZ+JJ1A+\r\nTmVCtf1wHRGwhyagcL+vIc6bDVFwdmK7SXE=\r\n=HRKL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"80845badf5144be4ab72dd9a79566265d505600e","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --cache=false","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh -e ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js --cache=false","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","test:update":"jest --config .jest.js --cache=false -u","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.13.4","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","htmlhint":"1.1.2","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","jsbarcode":"^3.11.5","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","underscore":"1.12.1","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","bignumber.js":"^9.0.2","jsonlint-mod":"^1.7.5","qrcode.react":"^1.0.1","rmc-feedback":"^1.0.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","@babel/runtime":"^7.17.2","querystringify":"^2.1.0","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","is-negative-zero":"^2.0.0","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","copy-to-clipboard":"^3.3.1","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.1","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","xlsx":"^0.17.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^8.2.10","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.17.5","@types/jest":"^25.0.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/enzyme":"^3.10.5","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/jsbarcode":"^3.11.1","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.16.11","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^25.0.1","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.16.7","@types/qrcode.react":"^1.0.2","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.16.7","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.17.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.17.2","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.16.7","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-transform-proto-to-assign":"^7.16.7","@babel/plugin-proposal-object-rest-spread":"^7.17.3","@babel/plugin-transform-property-literals":"^7.16.7","@babel/plugin-transform-template-literals":"^7.16.7","@babel/plugin-proposal-export-default-from":"^7.16.7","@babel/plugin-proposal-export-namespace-from":"^7.16.7","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.16.7"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0","@babel/runtime":"^7.17.2"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.5.3_1648046834184_0.8625048547105285","host":"s3://npm-registry-packages"}},"1.5.4":{"name":"choerodon-ui","version":"1.5.4","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.5.4","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"b749ece71c5a1ca01e0eb6cd315c1bb2a0e78c29","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.5.4.tgz","fileCount":9047,"integrity":"sha512-r3mcVRnuBuO1kKH2WXHPQW1nCHI4fn5tM9cGZ6ErDrwdT0ksS1OUA5b9siEuYdE+jyMZsFl+nW2W//TzADmE+A==","signatures":[{"sig":"MEUCIQCRt70tl7KBvx/6Ogrqs3pvhphAwFK4kUtweQK1Q7D8sgIgL9igOyAZ7diVdIVcm1gGgC2Nlwgm2mumHm7NWxkxPMM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":144951871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaRsCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqoihAAj+clanXk01lNZ7xWDcc/sWHAQFfi25fUoxFRHcFuH5chcUFB\r\nOEUA/0zqKmebOqMh21EybS6V/ARKxcs4UAf+xE3ODDe8q5CkLVZm1CEhUEz8\r\n84zMzTiyWKdn+0ZtbWNQDLCBl1A/ON3OnEVl9F0qYMk2Dsrah1GhktbTUgbi\r\nIm/ViK0B0lnnhgSpVqQzIkUpwSXXpqLADcuSlbGPviAQV8CCKUSNmhhq8Asw\r\nOkDuMAF+H1iwlcGvDjDoo9ED/gr9QOXCniDWujKtt6thW0I9dSEvH+3O2Qro\r\nXjrazyGFl0fx42PrBSVhED/jkfSHrIzxN7P3JPJEacpBvArB4KEDjv+W/GIF\r\nha+2ICss92m9n7gsOa+NMqb9DdoA9LsWC2dXlk1UvruxfCn4+CfDT8dg6WuB\r\neWKP0tRdkCD0NysaVzcJ73jYbrBofJrq6vUVw2Ud33D1I2X20V1Iytcy6kCP\r\nH3vpv5HQe3cUzTsP/G7FMpAPxjxw+pobEMBG9EBrNf796EiG15C4At44dhJI\r\nlyoZjmJgiQLBcLTUc1UZDKzKQgRRS95zc1+k5Sp05D+knmh3Dfbwlok60eLl\r\nZr5K+SSAP69Gl5sHBMlHoBy6ns1N/Jvhb8l6MkyWa3pcraMI07yiaeBX43+s\r\nRmkRobHIOJ/ZvKYQnk3GWP0LpthljVlYWBY=\r\n=6hvN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"5f222dd53ab544230d1dea2718fc014bf8e4363d","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --cache=false","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh -e ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js --cache=false","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","test:update":"jest --config .jest.js --cache=false -u","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.13.4","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","htmlhint":"1.1.2","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","jsbarcode":"^3.11.5","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","underscore":"1.12.1","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","bignumber.js":"^9.0.2","jsonlint-mod":"^1.7.5","qrcode.react":"^1.0.1","rmc-feedback":"^1.0.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","@babel/runtime":"^7.17.2","querystringify":"^2.1.0","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","copy-to-clipboard":"^3.3.1","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.1","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","xlsx":"^0.17.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^8.2.10","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.17.5","@types/jest":"^25.0.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/enzyme":"^3.10.5","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/jsbarcode":"^3.11.1","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.16.11","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^25.0.1","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.16.7","@types/qrcode.react":"^1.0.2","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.16.7","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.17.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.17.2","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.16.7","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-transform-proto-to-assign":"^7.16.7","@babel/plugin-proposal-object-rest-spread":"^7.17.3","@babel/plugin-transform-property-literals":"^7.16.7","@babel/plugin-transform-template-literals":"^7.16.7","@babel/plugin-proposal-export-default-from":"^7.16.7","@babel/plugin-proposal-export-namespace-from":"^7.16.7","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.16.7"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0","@babel/runtime":"^7.17.2"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.5.4_1651055361406_0.8784182796277531","host":"s3://npm-registry-packages"}},"1.5.5":{"name":"choerodon-ui","version":"1.5.5","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.5.5","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"da70507af0fabe70f4353d6164be975925696309","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.5.5.tgz","fileCount":9069,"integrity":"sha512-sBS/HM462VcbpGwOoL3yF7q34Y/I8YUMuKI6Q+WXxy68aQi3BP+RxRIH0EkKtd1lWfPr+smmiJxnJdyTEHz+jg==","signatures":[{"sig":"MEUCIGjVJH2Ek740BhHW7hVoxFyQzb2LP7Ly8fS+LpygQbWsAiEA7f3umPda8IYOaJxlZphqA8k+sdJxvedUa4tQ01SsoW4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":146489726,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisq1yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4xA//Zc9Bn+5QNoWkJMO527x90gzhsvgr0kH/G7vyXJzAiyBxoQpF\r\n/UY1z9AmWJ3gNIFywOYlLcKCZtCv5wg7HVXyqSHIOdMNiLDVmEa5FrR7dlqd\r\nreEcASHIdlhWaLr+CTCtxTnkjjDWZKuntzh92t80TgLmgwFxYG/c1f/bkTnC\r\nxjDg3S4ffj7Ya2O5vTh+mOECRs2Z5SRX6ByJSMLISgEKv6Js8eeuBLoFCHaf\r\nLBjd6Jhw6LobcF5UbDYB0V7+4uDPYjC8fkymHD0NO66dacIHgzcELyyDf3g4\r\n0VAGeNdkl9wz2bRjp+dPLBFPMOuyyC9x5BMyz0RhjWjZUlTjB4eQ7aBF4NEx\r\nCtomTKuIS68NpSfNepk1MMskoCjsB9ylscNGlVK6W4XD0MvYGg0ZYRWPmrS1\r\nC0Rl0HPLI2xvtPjKI7LkpU2Y+Xg0dSaBtvG+VpaLlOnUaLGAut6NQKz24NXe\r\nzv1ADFaaV5iD8JTvAu2siPEfJqXi77Y0Pjz9csvR31dM1stCGs4mYZ/ZtXQ/\r\nB851d3eK7BoSoKZFXr+8YZw3MoohXVuB2UYbvg0pzpVh9LklTm8xYQAkqJ3Y\r\nTM8g0dII4KrxBwjANl4lE7IQ7Pes26nVcjTRsHjaHeXucVOKUsmg68DTrTrA\r\nb6umbDHKQvHvvI25zz2YIGYXzbtm3FRhb1Y=\r\n=2+2d\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"e21aed878ebccd689c604882771eabf65d28a5e0","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --cache=false","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh -e ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js --cache=false","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint '**/*.{js,jsx,ts,tsx}' --ext '.js,.jsx,.ts,.tsx'","test:update":"jest --config .jest.js --cache=false -u","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.6.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.13.4","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","htmlhint":"1.1.2","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","jsbarcode":"^3.11.5","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","underscore":"1.12.1","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","bignumber.js":"^9.0.2","jsonlint-mod":"^1.7.5","qrcode.react":"^1.0.1","rmc-feedback":"^1.0.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","@babel/runtime":"^7.17.2","querystringify":"^2.1.0","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","copy-to-clipboard":"^3.3.1","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.1","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","xlsx":"^0.17.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","postcss":"^8.2.10","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.17.5","@types/jest":"^25.0.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.9.0","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/enzyme":"^3.10.5","@types/lodash":"^4.14.136","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/jsbarcode":"^3.11.1","@types/react-dom":"^16.8.6","remark-stringify":"^7.0.3","@babel/preset-env":"^7.16.11","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^25.0.1","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.16.7","@types/qrcode.react":"^1.0.2","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.16.7","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.17.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.17.2","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.16.7","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-transform-proto-to-assign":"^7.16.7","@babel/plugin-proposal-object-rest-spread":"^7.17.3","@babel/plugin-transform-property-literals":"^7.16.7","@babel/plugin-transform-template-literals":"^7.16.7","@babel/plugin-proposal-export-default-from":"^7.16.7","@babel/plugin-proposal-export-namespace-from":"^7.16.7","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.16.7"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0","@babel/runtime":"^7.17.2"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.5.5_1655876977346_0.5416504842812495","host":"s3://npm-registry-packages"}},"1.5.6":{"name":"choerodon-ui","version":"1.5.6","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.5.6","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"05d2ca761d6db100ebc153565fa10f6c6594eaa8","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.5.6.tgz","fileCount":9269,"integrity":"sha512-8bTBSuXqyKwpIeePvLdq64IZ4pFnPhQBDfG9+KNNNrxQfP1He6ZWjZgz1phElPymEWDgDyH0pX3UtbS9ElXaSA==","signatures":[{"sig":"MEUCIAYEi/wbZublijG5J17NkpodrfY9jh/Txe4OtrWyROUjAiEA3gXJu+LL7hSg67dmOQK9D3II/3qmf+0na4mKqdgsrqI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":153346666,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjB3IWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrtIw//bIKdHeAEoXxQKfWAyN4Avw1XFY3rqCehcyB7JA8Xmp4YXhQ0\r\n8i/vYPnnuBcg9WdUByeTO73JsbWFZ+1Ie6MhZykD0YR00arTAUxNJWAdXHJD\r\nwC3lqJeGIMi/Lsa4kzeDS5MtyTXGhe4NA3orcTTk5hqDWMjv7g0XxKe1kVwL\r\njvPg2BDxy4k8Zy7w3rirW1H6QuP2QLn7t/olNrfzC2snuliEK39WOUXBYDjR\r\n0vcloruK9/8glOGlt0WRnqpHR9fQPthuv1Lk3qPq+ntBhm+vJ0uhWmjFSOzp\r\npyQTdFAfOBUpTpEEk4Z8ctXuzjyAZ+jg57sB1wz5aAThf1AWRDZYeoGG2ChT\r\nHYzHrthk3d9WM6EZnj7r6/qGs6D1KYoUOIXy+we1f8Qo3UMzdtmUfaCQA4f7\r\nK9sGGKGZjAWeV5/OmvKtKUOblLYgGLi8Bdspx/tWu6B+/Wps4pe3dnE4J2gv\r\nk/TfChUSZDsfe1AcZohr6IsXOjCSCShED50a+/HE4wK5a9VOBJcJOy2iMhzd\r\nofMX+XAxFv2iBPGo11xuGJorx5xkpV4R7v5+hp++WSGv5wWbo5P+fE9W2kxM\r\nRbmSgrJ87MVmTJVQM+g1oT9R5eGcgbrJLjueRX01+kjC1oLrEIjjJZjjcrE4\r\nHJuliw/VYQE3v7v8NGLL6fwoQi4S40AcaKc=\r\n=2cR1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"e81877a9919552c14cce5ac4dba6d8e7b2a66613","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --cache=false","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh -e ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js --cache=false","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","test:update":"jest --config .jest.js --cache=false -u","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"8.5.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"16.14.2","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.13.4","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","htmlhint":"1.1.2","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","jsbarcode":"^3.11.5","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","underscore":"1.12.1","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","bignumber.js":"^9.0.2","jsonlint-mod":"^1.7.5","qrcode.react":"^1.0.1","rmc-feedback":"^1.0.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","@babel/runtime":"^7.17.2","querystringify":"^2.1.0","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","copy-to-clipboard":"^3.3.1","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.2","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","xlsx":"^0.17.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","csstype":"3.1.0","postcss":"^8.2.10","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.17.5","@types/jest":"^25.0.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.14.25","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/enzyme":"^3.10.5","@types/lodash":"4.14.182","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/jsbarcode":"^3.11.1","@types/react-dom":"^16.9.15","remark-stringify":"^7.0.3","@babel/preset-env":"^7.16.11","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^25.0.1","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.16.7","@types/qrcode.react":"^1.0.2","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.16.7","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.17.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.17.2","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.16.7","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-transform-proto-to-assign":"^7.16.7","@babel/plugin-proposal-object-rest-spread":"^7.17.3","@babel/plugin-transform-property-literals":"^7.16.7","@babel/plugin-transform-template-literals":"^7.16.7","@babel/plugin-proposal-export-default-from":"^7.16.7","@babel/plugin-proposal-export-namespace-from":"^7.16.7","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.16.7"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0","@babel/runtime":"^7.17.2"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.5.6_1661432342192_0.6104618751240616","host":"s3://npm-registry-packages"}},"1.5.7-alpha.10":{"name":"choerodon-ui","version":"1.5.7-alpha.10","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.5.7-alpha.10","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"ee83cfedc49b956924550279d1ad2da4b396a73e","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.5.7-alpha.10.tgz","fileCount":9281,"integrity":"sha512-4pP77f+69px1Tsrt4PbRK+7dviLOBDKhpyMqCgSzFHimD8mfyqnsskQgAUrIYtSBEUEFBKHHhZADYpylpkqYQg==","signatures":[{"sig":"MEQCIFJLoWferaqXisYHfGDThLUun/1J61eX6R+SmKLjW1QXAiALlaJuAa4o5d3dsNyL4W8hoogCy3uNK5ExrhDldBoAqg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":153915557,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRM5RACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrYvQ//enWuGGuZZhCXQlhKOtHma1Fagbk4z9laW4HTG1386xxJmB2X\r\nEDP60ac2z4/ngM6xMxEUcLGej3TrTgYWOp0e9AYEDiwKWWqnLmaMBH5nufVp\r\nb2tnt5hcZhbm8mPaa2rsXumGKNJelrIEfHi9RTvQPBEYWn+skMALTy36k5Sj\r\nmgDvP/NqyZrdj+LeabikmIy4qOtScnLNrB+by09Otc/Moj1mtjYpcx1XMQgD\r\nWt4jIPMfYOefWXYzkxE+s0h+G1wjuxEx4Yq0lVFAwokZrDtS1c2kzs72AT9c\r\n17cMwmNJkyKA5Bgnovc5HNFyNRHlJx7A5um0Ldwk7P3TfKHiG2q9EhQfWYOs\r\n2ouwJmawC13J1cAteEH2KT2fRTyrdDOuDkdwnG98Ux8qajhgs1UDuswkk9xx\r\nMp966dEimdDcLlC0qajJLc2Wyc4bdgCsw7nHotpOONPwcg/SlCKf6p+eeTUL\r\nnSLLbqCHz9mTrCPvjUtlIPcu1ueUHqCMs/tGqs/F0iai5MmbCQkYZUCCFLn6\r\nGKWw1iRVuASui0tKpQQhKHqxQY6Qo59OWrDgELZ6lbw/k8/QV7JCFGwrACxW\r\nvTB1ffAeaYhxO6SidFKrka6a5mCiV9miOakYZiZiLtMXk7V+r+a+uawjNykl\r\nD+2Wcq+xxIsRHFTcIg8a6t0zhvNyR49xCQw=\r\n=dRA1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"5dbfc25e83f77b141a52caf366be3e315600d117","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --cache=false","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh -e ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js --cache=false","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","test:update":"jest --config .jest.js --cache=false -u","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.13.4","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","htmlhint":"1.1.2","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","jsbarcode":"^3.11.5","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","underscore":"1.12.1","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","bignumber.js":"^9.0.2","jsonlint-mod":"^1.7.5","qrcode.react":"^1.0.1","rmc-feedback":"^1.0.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","@babel/runtime":"^7.17.2","querystringify":"^2.1.0","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","copy-to-clipboard":"^3.3.1","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.2","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","xlsx":"^0.17.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","csstype":"3.1.0","postcss":"^8.2.10","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.17.5","@types/jest":"^25.0.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.14.25","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/enzyme":"^3.10.5","@types/lodash":"4.14.182","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/jsbarcode":"^3.11.1","@types/react-dom":"^16.9.15","remark-stringify":"^7.0.3","@babel/preset-env":"^7.16.11","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^25.0.1","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.16.7","@types/qrcode.react":"^1.0.2","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.16.7","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.17.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.17.2","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.16.7","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-transform-proto-to-assign":"^7.16.7","@babel/plugin-proposal-object-rest-spread":"^7.17.3","@babel/plugin-transform-property-literals":"^7.16.7","@babel/plugin-transform-template-literals":"^7.16.7","@babel/plugin-proposal-export-default-from":"^7.16.7","@babel/plugin-proposal-export-namespace-from":"^7.16.7","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.16.7"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0","@babel/runtime":"^7.17.2"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.5.7-alpha.10_1665453648263_0.16268013761286504","host":"s3://npm-registry-packages"}},"1.5.7":{"name":"choerodon-ui","version":"1.5.7","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.5.7","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"dc5be87ded82caec23d2c0c004f3e15161b15b4f","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.5.7.tgz","fileCount":9281,"integrity":"sha512-FwOQkHcV2SuwV/5zIUqlbw3qUAjm502Pir+gDlpLAC+sKaqvclwNjFdooMf/PsZy9bBNiOusZRVDJWZ8HtCa6A==","signatures":[{"sig":"MEYCIQDskk33rzY1LhSHRoI7rBBXo+YuTan14K1sjs9Z9qQs5QIhAJ8Pubwv4h0ezvNCUIN0DGg4Kex9RAy0agxpNu6J8IC2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":154712572,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhBoMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXDQ/+PfKO02rJhBVg7XJMBKXaq4kXmrzf49MOUrRlNbxVcTF6oy3K\r\nNmiwCubV44jRroVy99QtxLRVAsNMncqByj3a8xrtBj5s/xLuwGSt8TUi6liN\r\nR1Z35IikkjAElSEb1cwBGcGyiw5ogiDfSXF1OpxFG1qDdRbVrDWzxrOZWwX/\r\n4SFbkvs+LB2f8/mv34/1p++Boo7F0lPgQ5gOIrqL95muYVvs817S54OGPhmD\r\nhsBLHXkSI/sQozEv5W+uII7svON3WvQ8GjB0IEpLUAQ9htxb4aZdLiyv0D74\r\nC0LS9XoeFlqXDVDeUmEWv4uVnUhC41KQOZgiR0tP1HcKUHrKy/tMSSEIIC9P\r\nyihn/K09p77JM0l9Ci6V6ebYLwTvi4wXPw9KgXri7vrXCKTBNq+ba37BksxB\r\nJmdg1lHXbm6r4shNpkvTkF+FrA8HW6NUaOvPAa2Ik/XmZOfv+co+JIp7dnnZ\r\nMOYiKoaKQHIq2JfRLp4BYHOJ/XShqkiRyBJQ4Vv0UNGEZPaMB81Rw6NA6zsX\r\n5mNvYqz8QwDxMy2yqjn65tYkVt/HMj07JgVIXuWvFAN0wd0tMIWwQ2JrK71J\r\nzKyg0ER1UTlw3qtKPfnDgSF14KGUgxPHBLpfkW5FOZt+uWipXApvBkTiclY3\r\nt3rLevOVV96/R5LFZQBqPSZ2t5vzOK18z08=\r\n=XSQ3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"8f439bb04c63b1455d911dac145e88f735e679ae","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --cache=false","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh -e ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js --cache=false","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","test:update":"jest --config .jest.js --cache=false -u","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.13.4","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","htmlhint":"1.1.2","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","jsbarcode":"^3.11.5","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","underscore":"1.12.1","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","bignumber.js":"^9.0.2","jsonlint-mod":"^1.7.5","qrcode.react":"^1.0.1","rmc-feedback":"^1.0.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","@babel/runtime":"^7.17.2","querystringify":"^2.1.0","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","copy-to-clipboard":"^3.3.1","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.2","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","xlsx":"^0.17.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","csstype":"3.1.0","postcss":"^8.2.10","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.17.5","@types/jest":"^25.0.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.14.25","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/enzyme":"^3.10.5","@types/lodash":"4.14.182","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/jsbarcode":"^3.11.1","@types/react-dom":"^16.9.15","remark-stringify":"^7.0.3","@babel/preset-env":"^7.16.11","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^25.0.1","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.16.7","@types/qrcode.react":"^1.0.2","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.16.7","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.17.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.17.2","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.16.7","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-transform-proto-to-assign":"^7.16.7","@babel/plugin-proposal-object-rest-spread":"^7.17.3","@babel/plugin-transform-property-literals":"^7.16.7","@babel/plugin-transform-template-literals":"^7.16.7","@babel/plugin-proposal-export-default-from":"^7.16.7","@babel/plugin-proposal-export-namespace-from":"^7.16.7","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.16.7"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0","@babel/runtime":"^7.17.2"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.5.7_1669601803842_0.2903783223643015","host":"s3://npm-registry-packages"}},"1.5.8":{"name":"choerodon-ui","version":"1.5.8","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.5.8","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"96c6311cc4fce1b8cd7fea687b683fe6de068231","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.5.8.tgz","fileCount":9281,"integrity":"sha512-e77f/0uNhX0JHuZWpDXvhG87NfZIoN/ig7nXFKtOlh+X5qD2/ZLAXN2SSSpKUeILpjDAaLzk1jEkRByJE35CJQ==","signatures":[{"sig":"MEUCIGxdjCEA/IzukHu4ayED1MUX93wUpo6bAh6vdOUFlgH5AiEAgCv95oIR1Te4bpD1QFLMJMwt+tQndUsIt/1mwFvqsdI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":154712467,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhbwFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpEYA//WmzCimuXbJ2U0sbHrjDCNgA2X1jmrIxtYBIP4YCMzrr2v5j4\r\n/TcJf+JxQvEWVSyuMMusnGsDvDS5kGxcocYW8hvkQywvjSntKXTyrKZSkiLj\r\nbt+r8qBpNPiamZSOIqCpZ31MJu5yPTUhS4GRNFQ1D+3QT9P76yQ0buUd4qdl\r\nBiKGSxkdHV/CsBZNljb/dgkj6xH3IzfdQ3NGzKqaU15w8WK4exRCYv1xXeXP\r\noNZHVVJjv5+gdzjPG814WKhwRgpRoGIVXygrAkg9dnbGUVO1/WcXFIq5NaXS\r\ngBTecuBmqtgy8caiEyi3aFCirW436dcoV3YmxuN+/aYejXY8SiX/KrsoJnyl\r\nrbolGwXTfLijbcfcaewDcAGy7njSa8783E5X4sE0ohHKY0uG+x/qeXtl5axW\r\nwF4Da1/wFNnEsF4xmDwNnEwXVQZw3JEE2XdZbAZslq5TJWjx4RS2QplzNmif\r\nGQEMt4jHoOMxtTITIdpOgPpyAvtkaYwkmary2KM/dpvCX/WJo6SG/MlHGBiB\r\nVmzh7SJyYC28gzWcahv+i0I55JbrbVAfZS7zT644XO0Mm5eiyFjazYDO+Eol\r\nKx6Qis26boW4edEm+GHESoj7NAYwPGPUZtnR0lGDxDoIUmtqLH+LUGWcuUTW\r\nACLK2Qda/XFwqSUW2lXe4eUuGCMqQYJIhFU=\r\n=SYxI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"8c47fc6123096fbe0038f172690168ead4cb1844","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --cache=false","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh -e ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js --cache=false","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","test:update":"jest --config .jest.js --cache=false -u","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"6.14.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"12.17.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.13.4","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","htmlhint":"1.1.2","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","jsbarcode":"^3.11.5","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","underscore":"1.12.1","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","bignumber.js":"^9.0.2","jsonlint-mod":"^1.7.5","qrcode.react":"^1.0.1","rmc-feedback":"^1.0.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","@babel/runtime":"^7.17.2","querystringify":"^2.1.0","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","array-tree-filter":"^2.0.0","choerodon-ui-font":"0.2.x","component-classes":"1.x","copy-to-clipboard":"^3.3.1","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.2","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","xlsx":"^0.17.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","csstype":"3.1.0","postcss":"^8.2.10","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.17.5","@types/jest":"^25.0.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.14.25","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/enzyme":"^3.10.5","@types/lodash":"4.14.182","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/jsbarcode":"^3.11.1","@types/react-dom":"^16.9.15","remark-stringify":"^7.0.3","@babel/preset-env":"^7.16.11","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^25.0.1","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.16.7","@types/qrcode.react":"^1.0.2","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","@babel/plugin-transform-spread":"^7.16.7","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.17.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.17.2","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.16.7","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-transform-proto-to-assign":"^7.16.7","@babel/plugin-proposal-object-rest-spread":"^7.17.3","@babel/plugin-transform-property-literals":"^7.16.7","@babel/plugin-transform-template-literals":"^7.16.7","@babel/plugin-proposal-export-default-from":"^7.16.7","@babel/plugin-proposal-export-namespace-from":"^7.16.7","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.16.7"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0","@babel/runtime":"^7.17.2"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.5.8_1669708805317_0.7821246074645751","host":"s3://npm-registry-packages"}},"1.5.9":{"name":"choerodon-ui","version":"1.5.9","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.5.9","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"74383020360e232f5dd6381de8d3dd21fbb74faa","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.5.9.tgz","fileCount":9364,"integrity":"sha512-HhvRVMwtJeNCwlZXvM7G981XGZX1Dsd5e7S6L4p2vNfRWv+qhne0WKbSf9bNDezXA6JEnabw+YrqjOw0b7doPw==","signatures":[{"sig":"MEYCIQDAC7cOJWND/eckgbfg8NI7bQ9fp2TgC2+bSJtkxcKOdgIhALzHjZgQDhC1GZY7YpZlvG7yFNSgRO8kip3KoDSKnO40","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":163705470,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj+COWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqqPhAAjZMgqGpDhO6sMkjLDykXQZKWWKbIDu1yUywYUduWZc4qCRSF\r\nGeT5Ydzb3EPFYKlw+H0DhJTZRyZ6xwXfP+i2ycUS55ZTIacPEDoaNl3AFoH8\r\nDw1MkM5stLcToIr/NFDBTtxUxjOEe2fl38J4rW+waLLz3Q9g8NRZQkUgtnVS\r\nc8xFqC8XoydaIIZTZQ+ihoeIZnMMjaNKD2rTLbxFjVhnBO1eA45ILVxv6+Hj\r\n5jWrCx85qawze/iW4xLX4viG59TaD3GGIAAKr19w7gTVBEoEe+LDsWVLC3Ej\r\nR5Rt0IYXjZye367V4U79Sir+R66B/lVdGEoZACom0UX2+OHZmg/VU2oBaePW\r\nDVDHln5TbpG7btjx9tUNDrogZiv1Hhd/VNEcMmD3JRzS4HD3Jjl+1yyOc2D3\r\nlJuf/nkxnf2RneDnTWPiZnuPb+jQXHu8Dzv5XLeAnfjg7KLFuxOvv70hl7Ow\r\nmHpbQ995G9ey0qQuyMnCOf2SCzOVKQknPdvx0hFxWLVIM3E7VTrGw1HSNYWV\r\nN+E0ewtxMMDZ5E0FIoJc3+JjEhKu+fjfmgDDAv+TNxQ3lqatBxF8O7euwOEc\r\n4y31eNkr2DjEVFkZPsrSDtKntRIxLVAUKWDQvXMigcs93aFLtHdcT5lkkGVg\r\nJpCttzPrj7J9Uzc781wx9jmlkw1KvgyDT14=\r\n=H/KV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"62f0ef2e69f07b9f2b106df152e68eff115f9d24","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --cache=false","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh -e ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js --cache=false","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","test:update":"jest --config .jest.js --cache=false -u","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","deprecated":"The css file was compiled incorrectly and the version is not available.","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"8.5.0","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"16.14.2","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.13.4","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","htmlhint":"1.1.2","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","jsbarcode":"^3.11.5","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","underscore":"1.12.1","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","bignumber.js":"^9.0.2","jsonlint-mod":"^1.7.5","qrcode.react":"^1.0.1","rmc-feedback":"^1.0.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","@babel/runtime":"^7.17.2","querystringify":"^2.1.0","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.2.13","component-classes":"1.x","copy-to-clipboard":"^3.3.1","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.2","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","xlsx":"^0.17.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","csstype":"3.1.0","postcss":"^8.2.10","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.17.5","@types/jest":"^25.0.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.14.25","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/enzyme":"^3.10.5","@types/lodash":"4.14.182","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/jsbarcode":"^3.11.1","@types/react-dom":"^16.9.15","remark-stringify":"^7.0.3","@babel/preset-env":"^7.16.11","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^25.0.1","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.16.7","@types/qrcode.react":"^1.0.2","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","remove-files-webpack-plugin":"1.5.0","@babel/plugin-transform-spread":"^7.16.7","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.17.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.17.2","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.16.7","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-transform-proto-to-assign":"^7.16.7","@babel/plugin-proposal-object-rest-spread":"^7.17.3","@babel/plugin-transform-property-literals":"^7.16.7","@babel/plugin-transform-template-literals":"^7.16.7","@babel/plugin-proposal-export-default-from":"^7.16.7","@babel/plugin-proposal-export-namespace-from":"^7.16.7","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.16.7"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0","@babel/runtime":"^7.17.2"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.5.9_1677206421793_0.2007657996982597","host":"s3://npm-registry-packages"}},"1.6.0":{"name":"choerodon-ui","version":"1.6.0","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.6.0","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"a083e72ad625e0c4d410bd116ed7c87d56c33271","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.6.0.tgz","fileCount":9364,"integrity":"sha512-cGDAF/JPtxxELvWIT1xc1JcIdYl6jAk2pQDimYhubT+Z1zPiNjF1mYGzhd9pcupl7yqnpOd7GkJkwyFCU9/k/g==","signatures":[{"sig":"MEYCIQDSynkr2fL3EbdvXOl73p1Zhi+/LPk4+cg0AcR0Xtoy7AIhAJZYsSFm6mYopZeB+xc3Bfu7q7gEgb4NFLxWlQ0nKhLH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":163715535,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj+F07ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSiQ/+L6jv+fHRaF8EiQFj1CPZMKvAhHnaau8QSHo85v81x+XSL9k1\r\nvineS+Al5hAhGXtS1KBmpDh231XbWwLPiu+mi3KekqvmjCZ2KmjcoYlzP8wd\r\noSBxd9Wbzn8vkcSO779gt1beELziVX8GsGBd7DyynO07JwMnTc7Sq282ri2m\r\ngPXtj0Sfd1ppEciSSabyvW6D8aqAviYzeMU2HhhmoOr3/0JHkGuutLF4DOxU\r\nNKwB8Jklvuaw9cu3xr7k1+XD9YZWZxy9D4X6bLAmO6AHZJJjktwbkFc0HXxP\r\nnsLEj3/Ji9sve67HQ0NZ1Aeco7IujmO866LBaLskcAkbrI0KEoDt5wivY6MD\r\ncW2yJN6r1v6HDQRHNj0d8XlrMlHY7Ny6XIodDhAkxys7KHTHSxnTsRoA6O2k\r\n/Cs9OHuUtkn01L0N8c6xIA9DwHjwfwE/v3fb1OgWLXp1noKjJ6Tnp7pLm5r0\r\n9/rmQsfPVxK9zPSwGzopfzQVDjqj3Hm2uSEdlahcPf+iQ62IKSbPjuBNUs61\r\n8Fn6p9IDe72Ctm8691x/tFNwOJHmRxuP7tdp0li26+deT5kF376Jpyt2eMdF\r\nwXDqTWnBhgu4X/Hm+Kx1ZvYodhtIDHjXTHUCSB4s+oJnE13oiZ33hyFHuwq2\r\nxWoWCEdCU2y8LU8LshzCDNuwic/jmyfyADY=\r\n=68sG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"522eb8df942dc6a0f8ebfb5af64a4a0957f9c34c","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --cache=false","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh -e ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js --cache=false","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","test:update":"jest --config .jest.js --cache=false -u","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.24.2","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"14.19.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.13.4","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","htmlhint":"1.1.2","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","jsbarcode":"^3.11.5","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","underscore":"1.12.1","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","bignumber.js":"^9.0.2","jsonlint-mod":"^1.7.5","qrcode.react":"^1.0.1","rmc-feedback":"^1.0.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","@babel/runtime":"^7.17.2","querystringify":"^2.1.0","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.2.13","component-classes":"1.x","copy-to-clipboard":"^3.3.1","react-codemirror2":"5.1.0","create-react-class":"^15.6.0","css-unit-converter":"^1.1.2","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","xlsx":"^0.17.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","csstype":"3.1.0","postcss":"^8.2.10","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.17.5","@types/jest":"^25.0.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.14.25","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/enzyme":"^3.10.5","@types/lodash":"4.14.182","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/jsbarcode":"^3.11.1","@types/react-dom":"^16.9.15","remark-stringify":"^7.0.3","@babel/preset-env":"^7.16.11","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","react-virtualized":"~9.18.5","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^25.0.1","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.16.7","@types/qrcode.react":"^1.0.2","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","remove-files-webpack-plugin":"1.5.0","@babel/plugin-transform-spread":"^7.16.7","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.17.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.17.2","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.16.7","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-transform-proto-to-assign":"^7.16.7","@babel/plugin-proposal-object-rest-spread":"^7.17.3","@babel/plugin-transform-property-literals":"^7.16.7","@babel/plugin-transform-template-literals":"^7.16.7","@babel/plugin-proposal-export-default-from":"^7.16.7","@babel/plugin-proposal-export-namespace-from":"^7.16.7","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.16.7"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0","@babel/runtime":"^7.17.2"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.6.0_1677221178478_0.688864057418753","host":"s3://npm-registry-packages"}},"1.6.1":{"name":"choerodon-ui","version":"1.6.1","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.6.1","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"a1ed9e324a2dadf05ae45f66913b65495d5d164a","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.6.1.tgz","fileCount":9482,"integrity":"sha512-3zeACn2QmCn33q0d4E6yfjx8r3Vd5SAGNj4lRMVBP68zY/xmnN2eC99fWFMsr9HsatdVpFT1Tvx9MBcQfOsgGw==","signatures":[{"sig":"MEQCIA7iTr8An2e3qQeqhW2+tv+DkmwQSA8klWWtV5tl+rmQAiBYoJ1hjHzHslx5V90t4Kg74miroYnBUNBgvO0R0Zm2MA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":170749170},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"d36799cdf66ca673b0c896f038617cb6af2b9e33","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --cache=false","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh -e ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js --cache=false","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","test:update":"jest --config .jest.js --cache=false -u","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","deprecated":"The css file was compiled incorrectly and the version is not available.","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.7.6","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"15.14.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.13.4","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","htmlhint":"1.1.2","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","jsbarcode":"^3.11.5","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","underscore":"1.12.1","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","bignumber.js":"^9.0.2","jsonlint-mod":"^1.7.5","qrcode.react":"^1.0.1","rmc-feedback":"^1.0.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","@babel/runtime":"^7.17.2","querystringify":"^2.1.0","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.2.13","component-classes":"1.x","copy-to-clipboard":"^3.3.1","react-codemirror2":"5.1.0","react-virtualized":"~9.18.5","create-react-class":"^15.6.0","css-unit-converter":"^1.1.2","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","xlsx":"^0.17.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","csstype":"3.1.0","postcss":"^8.2.10","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.17.5","@types/jest":"^25.0.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.14.25","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/enzyme":"^3.10.5","@types/lodash":"4.14.182","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/jsbarcode":"^3.11.1","@types/react-dom":"^16.9.15","remark-stringify":"^7.0.3","@babel/preset-env":"^7.16.11","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^25.0.1","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.16.7","@types/qrcode.react":"^1.0.2","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","remove-files-webpack-plugin":"1.5.0","@babel/plugin-transform-spread":"^7.16.7","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.17.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.17.2","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.16.7","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-transform-proto-to-assign":"^7.16.7","@babel/plugin-proposal-object-rest-spread":"^7.17.3","@babel/plugin-transform-property-literals":"^7.16.7","@babel/plugin-transform-template-literals":"^7.16.7","@babel/plugin-proposal-export-default-from":"^7.16.7","@babel/plugin-proposal-export-namespace-from":"^7.16.7","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.16.7"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0","@babel/runtime":"^7.17.2"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.6.1_1684811771410_0.2578657542597931","host":"s3://npm-registry-packages"}},"1.6.2":{"name":"choerodon-ui","version":"1.6.2","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.6.2","maintainers":[{"name":"iotale","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"ea2a3e69c864f63d3398c8337fcb9a2e7434bb90","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.6.2.tgz","fileCount":9482,"integrity":"sha512-TX8RATe62FdIWsDSpo00nCw989384mKbsMnxCFnz6fq6DKatHglwQqrevuigq938BXFbs9OtuLpN7319c78OYg==","signatures":[{"sig":"MEQCIDlT4stQRiilybO/EJ6ECHaeqVM9Ygg3YcADd/R5eOHCAiAxj5OZ3MK6Plychk0TQhIHQrQrBwFprVsGOkZF/JshvQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":170770598},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"983d017f389aa4b7792a28683cb900017ae5fa17","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --cache=false","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh -e ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js --cache=false","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","test:update":"jest --config .jest.js --cache=false -u","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.7.6","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"15.14.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.13.4","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","htmlhint":"1.1.2","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","jsbarcode":"^3.11.5","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","underscore":"1.12.1","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","bignumber.js":"^9.0.2","jsonlint-mod":"^1.7.5","qrcode.react":"^1.0.1","rmc-feedback":"^1.0.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","@babel/runtime":"^7.17.2","querystringify":"^2.1.0","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.2.13","component-classes":"1.x","copy-to-clipboard":"^3.3.1","react-codemirror2":"5.1.0","react-virtualized":"~9.18.5","create-react-class":"^15.6.0","css-unit-converter":"^1.1.2","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.0","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","xlsx":"^0.17.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","csstype":"3.1.0","postcss":"^8.2.10","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.17.5","@types/jest":"^25.0.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.14.25","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/enzyme":"^3.10.5","@types/lodash":"4.14.182","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/jsbarcode":"^3.11.1","@types/react-dom":"^16.9.15","remark-stringify":"^7.0.3","@babel/preset-env":"^7.16.11","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^25.0.1","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.16.7","@types/qrcode.react":"^1.0.2","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","remove-files-webpack-plugin":"1.5.0","@babel/plugin-transform-spread":"^7.16.7","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.17.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.17.2","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.16.7","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-transform-proto-to-assign":"^7.16.7","@babel/plugin-proposal-object-rest-spread":"^7.17.3","@babel/plugin-transform-property-literals":"^7.16.7","@babel/plugin-transform-template-literals":"^7.16.7","@babel/plugin-proposal-export-default-from":"^7.16.7","@babel/plugin-proposal-export-namespace-from":"^7.16.7","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.16.7"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0","@babel/runtime":"^7.17.2"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.6.2_1684829259349_0.44714072085352874","host":"s3://npm-registry-packages"}},"1.6.3":{"name":"choerodon-ui","version":"1.6.3","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.6.3","maintainers":[{"name":"ale0720","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"4af16fb6ada6a741a519000d9120ed574a18e0f9","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.6.3.tgz","fileCount":9480,"integrity":"sha512-3htPfl+kpbuoE3i6yL3r9dcZluTTTUS+vcrYorqNLSOwWrmHJlyx+9iZSSZDDix2i34i7Gciv8qbxaUjkKz7ew==","signatures":[{"sig":"MEQCICBvj3m9+eOXqjhCFqxbq+PtEEM4fWC+bm9dokaKeqluAiB39WzqlG1Mw5x+eN9EHbqa6NPOHt9O59OA8vUlQxjC7w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":171113654},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"efb95150c091a71c891daed3b7559d83d312ef27","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --cache=false","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh -e ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js --cache=false","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","test:update":"jest --config .jest.js --cache=false -u","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.24.2","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"14.19.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.13.4","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","htmlhint":"1.1.2","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","jsbarcode":"^3.11.5","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","underscore":"1.12.1","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","bignumber.js":"^9.0.2","jsonlint-mod":"^1.7.5","qrcode.react":"^1.0.1","rmc-feedback":"^1.0.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","@babel/runtime":"^7.17.2","querystringify":"^2.1.0","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.2.13","component-classes":"1.x","copy-to-clipboard":"^3.3.1","react-codemirror2":"5.1.0","react-virtualized":"~9.18.5","create-react-class":"^15.6.0","css-unit-converter":"^1.1.2","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.1","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","xlsx":"^0.17.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","csstype":"3.1.0","postcss":"^8.2.10","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.17.5","@types/jest":"^25.0.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.14.25","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/enzyme":"^3.10.5","@types/lodash":"4.14.182","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/jsbarcode":"^3.11.1","@types/react-dom":"^16.9.15","remark-stringify":"^7.0.3","@babel/preset-env":"^7.16.11","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^25.0.1","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.16.7","@types/qrcode.react":"^1.0.2","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","remove-files-webpack-plugin":"1.5.0","@babel/plugin-transform-spread":"^7.16.7","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.17.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.17.2","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.16.7","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-transform-proto-to-assign":"^7.16.7","@babel/plugin-proposal-object-rest-spread":"^7.17.3","@babel/plugin-transform-property-literals":"^7.16.7","@babel/plugin-transform-template-literals":"^7.16.7","@babel/plugin-proposal-export-default-from":"^7.16.7","@babel/plugin-proposal-export-namespace-from":"^7.16.7","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.16.7"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0","@babel/runtime":"^7.17.2"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.6.3_1705657870487_0.819110692890102","host":"s3://npm-registry-packages"}},"1.6.4":{"name":"choerodon-ui","version":"1.6.4","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.6.4","maintainers":[{"name":"ale0720","email":"ale0720@163.com"},{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"d8bc9a78242d0afac0a71668e3f2370426f0cf0d","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.6.4.tgz","fileCount":9486,"integrity":"sha512-gU6e9sV34aDlaAOt8htcHfLjA+Ate//Qw2TpeMcax/OOSDrOP0HibRGLsv7OYbuU8D3ByYVGmLQI1cWQOc/nqw==","signatures":[{"sig":"MEQCIF72yhYlVERtUBmGUDL/kuD4qcV8mqx4RxMRtvZTvncOAiBtqMuDUVGqp/SlAhP25hHqc+xSQDtySBOckWxO4HAMOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":172941746},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"d74fd54e108fe3b6ea11db7217f1b71a951c69d4","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --cache=false","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh -e ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js --cache=false","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","test:update":"jest --config .jest.js --cache=false -u","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.24.2","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"14.19.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.13.4","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","htmlhint":"1.1.2","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","jsbarcode":"^3.11.5","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","underscore":"1.12.1","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","bignumber.js":"^9.0.2","jsonlint-mod":"^1.7.5","qrcode.react":"^1.0.1","rmc-feedback":"^1.0.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","@babel/runtime":"^7.17.2","querystringify":"^2.1.0","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.2.13","component-classes":"1.x","copy-to-clipboard":"^3.3.1","react-codemirror2":"5.1.0","react-virtualized":"~9.18.5","create-react-class":"^15.6.0","css-unit-converter":"^1.1.2","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.1","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","xlsx":"^0.17.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","csstype":"3.1.0","postcss":"^8.2.10","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.17.5","@types/jest":"^25.0.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.14.25","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@types/enzyme":"^3.10.5","@types/lodash":"4.14.182","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/jsbarcode":"^3.11.1","@types/react-dom":"^16.9.15","remark-stringify":"^7.0.3","@babel/preset-env":"^7.16.11","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^25.0.1","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.16.7","@types/qrcode.react":"^1.0.2","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","remove-files-webpack-plugin":"1.5.0","@babel/plugin-transform-spread":"^7.16.7","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.17.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.17.2","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.16.7","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-transform-proto-to-assign":"^7.16.7","@babel/plugin-proposal-object-rest-spread":"^7.17.3","@babel/plugin-transform-property-literals":"^7.16.7","@babel/plugin-transform-template-literals":"^7.16.7","@babel/plugin-proposal-export-default-from":"^7.16.7","@babel/plugin-proposal-export-namespace-from":"^7.16.7","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.16.7"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":">=0.18.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0","@babel/runtime":"^7.17.2"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.6.4_1705658991960_0.6298161536312881","host":"s3://npm-registry-packages"}},"1.6.5":{"name":"choerodon-ui","version":"1.6.5","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.6.5","maintainers":[{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"},{"name":"ale0720","email":"ale0720@163.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"0d64ba7be9cee3db19a84b9c4444d3a9f7ab887a","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.6.5.tgz","fileCount":9498,"integrity":"sha512-ZG5XKDljmg6pD7r2Mvz6amHGQ456msthpbg2xqA4P47iciLAQBgUCoMxwB9DZnSUeWk0udQ30gGAyCaxx5Rmeg==","signatures":[{"sig":"MEUCIQDH5kIpn3FoRXXSlh0eTEMrMjjWxt2SZ4JzpbzO013/JgIgWrf0xDuuHK2V7mE0PFcJvIKUgwbwXEFSL5Wm8jwkIMs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":187160098},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"6ac6b745df74ad2cda258f86fe774bb7389a0414","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --cache=false","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh -e ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js --cache=false","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","test:update":"jest --config .jest.js --cache=false -u","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"8.19.4","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"16.20.2","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.13.4","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","htmlhint":"1.1.2","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","jsbarcode":"^3.11.5","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","underscore":"1.12.1","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","bignumber.js":"^9.0.2","jsonlint-mod":"^1.7.5","qrcode.react":"^1.0.1","rmc-feedback":"^1.0.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","@babel/runtime":"^7.17.2","querystringify":"^2.1.0","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.2.13","component-classes":"1.x","copy-to-clipboard":"^3.3.1","react-codemirror2":"5.1.0","react-virtualized":"~9.18.5","create-react-class":"^15.6.0","css-unit-converter":"^1.1.2","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.1","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","xlsx":"^0.17.0","axios":"^0.19.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","csstype":"3.1.0","postcss":"^8.2.10","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.17.5","@types/jest":"^25.0.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.14.25","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@dnd-kit/core":"^6.1.0","@types/enzyme":"^3.10.5","@types/lodash":"4.14.182","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/jsbarcode":"^3.11.1","@types/react-dom":"^16.9.15","remark-stringify":"^7.0.3","@babel/preset-env":"^7.16.11","@dnd-kit/sortable":"^8.0.0","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","@dnd-kit/utilities":"^3.2.2","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^25.0.1","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.16.7","@types/qrcode.react":"^1.0.2","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","remove-files-webpack-plugin":"1.5.0","@babel/plugin-transform-spread":"^7.16.7","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.17.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.17.2","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.16.7","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-transform-proto-to-assign":"^7.16.7","@babel/plugin-proposal-object-rest-spread":"^7.17.3","@babel/plugin-transform-property-literals":"^7.16.7","@babel/plugin-transform-template-literals":"^7.16.7","@babel/plugin-proposal-export-default-from":"^7.16.7","@babel/plugin-proposal-export-namespace-from":"^7.16.7","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.16.7"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":"^0.19.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0","@babel/runtime":"^7.17.2"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.6.5_1761127325797_0.7675611307428527","host":"s3://npm-registry-packages-npm-production"}},"1.6.6":{"name":"choerodon-ui","version":"1.6.6","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"license":"MIT","_id":"choerodon-ui@1.6.6","maintainers":[{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"},{"name":"ale0720","email":"ale0720@163.com"}],"contributors":[{"name":"choerodon"}],"homepage":"https://open-hand.github.io/choerodon-ui/","bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"dist":{"shasum":"d6c834f6eaa5eeab4ff84f917c38583151486a5e","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.6.6.tgz","fileCount":9519,"integrity":"sha512-lht6YxB4LdaelhadqlR7OxoOEUWm4QNbV/RfuuPQYJRdWvmSbAvLuhmr1qjr2v5vXFWsD6OGQZRzdsDPj27ssw==","signatures":[{"sig":"MEQCIDdWViyjmSK006TKp7Y2VUtkD4iGJusJoUGWO6K8eKpMAiBlohuaQIn5H1O2stTrZBEr9iO6sQc5ENn3e7e/LhCo+Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":207861023},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"title":"Choerodon UI","unpkg":"dist/choerodon-ui.min.js","module":"es/index.js","gitHead":"610856ebfcf4713f5cab599443475357f4ed7aec","scripts":{"pub":"npm run test-all-skip && npm publish --with-tools","tsc":"tsc","dist":"gulp dist","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","test":"jest --config .jest.js --cache=false","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","deploy":"bisheng gh-pages --push-only","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","compile":"gulp compile","lint:md":"remark components/","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint:tsc":"npm run tsc","prettier":"prettier -c --write '**/*'","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","sort-api":"node ./scripts/sort-api-table.js","test-all":"sh -e ./scripts/test-all.sh","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","predeploy":"npm run site","test-node":"jest --config .jest.node.js --cache=false","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","prepublish":"gulp guard","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","test:update":"jest --config .jest.js --cache=false -u","pretty-quick":"pretty-quick","lint-fix:demo":"npm run lint:demo -- --fix","test-all-skip":"sh ./scripts/test-all.sh --skip","lint-fix:style":"npm run lint:style -- --fix","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","lint-fix:script":"npm run lint:script -- --fix"},"typings":"lib/index.d.ts","_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"main-pro":"pro/lib/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","module-pro":"pro/es/index.js","repository":{"url":"git+https://github.com/open-hand/choerodon-ui.git","type":"git"},"_npmVersion":"7.24.2","description":"An enterprise-class UI design language and React-based implementation","directories":{},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"components/*/demo/*.md":["npm run lint:demo","git add"],"{site,components,components-pro}/**/*.less":["npm run lint:style"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"_nodeVersion":"14.19.0","browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"dependencies":{"raf":"^3.4.1","tslib":"^1.9.3","jshint":"^2.13.4","moment":"^2.24.0","core-js":"^2.5.1","dom-lib":"^1.3.1","js-yaml":"^3.12.2","warning":"~4.0.3","htmlhint":"1.1.2","jsonlint":"^1.6.3","prettier":"~1.18.2","react-is":"^16.12.0","jsbarcode":"^3.11.5","rc-motion":"^2.4.1","classnames":"~2.3.1","codemirror":"5.58.2","enquire.js":"^2.1.6","insert-css":"^2.0.0","is-promise":"^4.0.0","mini-store":"^2.0.0","underscore":"1.12.1","dom-closest":"^0.2.0","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","bignumber.js":"^9.0.2","jsonlint-mod":"^1.7.5","qrcode.react":"^1.0.1","rmc-feedback":"^1.0.0","shallowequal":"^1.1.0","css-animation":"^1.5.0","@babel/runtime":"^7.17.2","querystringify":"^2.1.0","@ctrl/tinycolor":"^3.2.0","async-validator":"1.x","rc-virtual-list":"^3.2.6","react-easy-crop":"^3.1.0","react-lazy-load":"^3.0.13","array-tree-filter":"^2.0.0","choerodon-ui-font":"~0.2.13","component-classes":"1.x","copy-to-clipboard":"^3.3.1","react-codemirror2":"5.1.0","react-virtualized":"~9.18.5","create-react-class":"^15.6.0","css-unit-converter":"^1.1.2","@better-scroll/core":"^2.4.1","quill-delta-to-html":"^0.9.7","react-beautiful-dnd":"13.0.0","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","react-image-lightbox":"^4.6.0","mutationobserver-shim":"^0.3.3","add-dom-event-listener":"1.x","resize-observer-polyfill":"^1.5.1","scroll-into-view-if-needed":"^2.2.25","react-intersection-observer":"^8.31.1","smooth-scroll-into-view-if-needed":"^1.1.28"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.4","gulp":"^4.0.2","jest":"^25.1.0","less":"^3.10.3","majo":"^0.8.0","mobx":"~4.15.7","xhr2":"^0.2.0","xlsx":"^0.17.0","axios":"~1.0.0","chalk":"^2.4.2","dekko":"^0.2.1","faker":"^4.1.0","husky":"^3.0.2","jsdom":"^16.2.1","react":"~16.12.0","enzyme":"^3.10.0","eslint":"^7.32.0","lodash":"^4.17.15","merge2":"^1.2.4","mkdirp":"^1.0.3","mockjs":"^1.0.1-beta3","rimraf":"^3.0.0","bisheng":"^1.3.0","csstype":"3.1.0","postcss":"^8.2.10","reqwest":"^2.0.5","unified":"^8.3.2","webpack":"^4.39.3","colorful":"^2.1.0","gh-pages":"^2.1.1","minimist":"^1.2.5","mockdate":"^2.0.1","through2":"^3.0.1","xhr-mock":"^2.5.1","commander":"^2.11.0","cross-env":"^5.2.1","jsonml.js":"^0.1.0","lz-string":"^1.4.4","rc-drawer":"^1.5.3","react-dnd":"^11.1.1","react-dom":">=16.8.6","scrollama":"^2.1.0","stylelint":"^10.0.1","ts-loader":"^6.0.4","values.js":"^1.0.3","@types/raf":"^3.4.0","babel-core":"^7.0.0-0","babel-jest":"^25.1.0","css-loader":"^3.2.0","enquire-js":"^0.2.1","gulp-babel":"^8.0.0","mark-twain":"^2.0.2","mobx-react":"~6.1.1","react-intl":"^2.7.2","typescript":"~3.7.2","url-loader":"^2.1.0","webpackbar":"^4.0.0","@babel/core":"^7.17.5","@types/jest":"^25.0.0","ansi-styles":"^4.0.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","lint-staged":"^7.0.0","react-color":"^2.11.7","@types/faker":"^5.5.8","@types/react":"^16.14.25","autoprefixer":"^9.6.0","babel-eslint":"10.0.3","babel-loader":"^8.0.6","pretty-quick":"^1.11.0","rc-tween-one":"^1.7.2","remark-parse":"^7.0.1","rucksack-css":"^1.0.2","@dnd-kit/core":"^6.1.0","@types/enzyme":"^3.10.5","@types/lodash":"4.14.182","eslint-tinker":"^0.5.0","object-assign":"~4.1.1","rc-queue-anim":"^1.6.7","vfile-message":"1.0.x","webpack-merge":"^4.2.2","@types/warning":"~3.0.0","enzyme-to-json":"^3.3.5","postcss-loader":"^3.0.0","rc-scroll-anim":"^2.2.1","@stackblitz/sdk":"^1.3.0","@types/prettier":"1.16.1","@types/react-is":"^16.7.1","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","moment-timezone":"^0.5.23","stylelint-order":"^3.0.0","@types/jsbarcode":"^3.11.1","@types/react-dom":"^16.9.15","remark-stringify":"^7.0.3","@babel/preset-env":"^7.16.11","@dnd-kit/sortable":"^8.0.0","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/insert-css":"^2.0.1","@dnd-kit/utilities":"^3.2.2","@types/react-slick":"~0.23.3","bisheng-plugin-toc":"^0.4.4","eslint-plugin-jest":"^25.0.1","identity-obj-proxy":"^3.0.0","remark-frontmatter":"^1.3.2","remark-yaml-config":"^4.1.0","@babel/preset-react":"^7.16.7","@types/qrcode.react":"^1.0.2","babel-plugin-import":"^1.12.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-react":"^7.14.3","immutability-helper":"^3.0.0","react-github-button":"^0.1.1","react-sublime-video":"^0.2.0","bisheng-plugin-react":"^1.1.0","eslint-config-airbnb":"^18.0.1","eslint-plugin-import":"^2.18.2","react-document-title":"^2.0.1","intersection-observer":"^0.7.0","terser-webpack-plugin":"^4.1.0","eslint-config-prettier":"^6.2.0","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","less-plugin-npm-import":"^2.1.0","enzyme-adapter-react-16":"^1.14.0","mini-css-extract-plugin":"^0.8.0","react-copy-to-clipboard":"^5.0.0","react-dnd-html5-backend":"^11.1.1","react-infinite-scroller":"^1.0.15","css-split-webpack-plugin":"^0.2.6","@typescript-eslint/parser":"^4.33.0","stylelint-config-prettier":"^5.2.0","stylelint-config-standard":"^18.3.0","@types/react-beautiful-dnd":"^13.0.0","bisheng-plugin-description":"^0.1.4","@types/element-resize-event":"^3.0.0","bisheng-plugin-choerodon-ui":"~0.2.0","extract-text-webpack-plugin":"^3.0.0","remove-files-webpack-plugin":"1.5.0","@babel/plugin-transform-spread":"^7.16.7","friendly-errors-webpack-plugin":"^1.7.0","webpack-filter-warnings-plugin":"^1.2.1","@babel/plugin-transform-runtime":"^7.17.0","stylelint-config-rational-order":"^0.1.2","@typescript-eslint/eslint-plugin":"^4.33.0","@babel/plugin-proposal-decorators":"^7.17.2","optimize-css-assets-webpack-plugin":"^5.0.3","babel-plugin-inline-import-data-uri":"^1.0.1","case-sensitive-paths-webpack-plugin":"^2.1.1","@babel/plugin-transform-object-assign":"^7.16.7","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-transform-proto-to-assign":"^7.16.7","@babel/plugin-proposal-object-rest-spread":"^7.17.3","@babel/plugin-transform-property-literals":"^7.16.7","@babel/plugin-transform-template-literals":"^7.16.7","@babel/plugin-proposal-export-default-from":"^7.16.7","@babel/plugin-proposal-export-namespace-from":"^7.16.7","stylelint-declaration-block-no-ignored-properties":"^2.1.0","@babel/plugin-transform-member-expression-literals":"^7.16.7"},"peerDependencies":{"mobx":">4.5.0 <4.8.0 >=4.15.7","axios":"~1.0.0","react":">=16.8.6","lodash":">=4.17.0","react-dom":">=16.8.6","mobx-react":">=5.1.0 <6.2.0","@babel/runtime":"^7.17.2"},"_npmOperationalInternal":{"tmp":"tmp/choerodon-ui_1.6.6_1761184809858_0.4169310357643903","host":"s3://npm-registry-packages-npm-production"}},"1.6.7":{"name":"choerodon-ui","version":"1.6.7","title":"Choerodon UI","description":"An enterprise-class UI design language and React-based implementation","homepage":"https://open-hand.github.io/choerodon-ui/","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"contributors":[{"name":"choerodon"}],"repository":{"type":"git","url":"git+https://github.com/open-hand/choerodon-ui.git"},"bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"main":"lib/index.js","module":"es/index.js","unpkg":"dist/choerodon-ui.min.js","main-pro":"pro/lib/index.js","module-pro":"pro/es/index.js","unpkg-pro":"dist/choerodon-ui-pro.min.js","typings":"lib/index.d.ts","license":"MIT","peerDependencies":{"@babel/runtime":"^7.17.2","axios":"~1.0.0","lodash":">=4.17.0","mobx":">4.5.0 <4.8.0 >=4.15.7","mobx-react":">=5.1.0 <6.2.0","react":">=16.8.6","react-dom":">=16.8.6"},"dependencies":{"@babel/runtime":"^7.17.2","@better-scroll/core":"^2.4.1","@ctrl/tinycolor":"^3.2.0","add-dom-event-listener":"1.x","array-tree-filter":"^2.0.0","async-validator":"1.x","bignumber.js":"^9.0.2","choerodon-ui-font":"~0.2.13","classnames":"~2.3.1","codemirror":"5.58.2","component-classes":"1.x","copy-to-clipboard":"^3.3.1","core-js":"^2.5.1","create-react-class":"^15.6.0","css-animation":"^1.5.0","css-unit-converter":"^1.1.2","dom-closest":"^0.2.0","dom-lib":"^1.3.1","dom-scroll-into-view":"1.x","element-resize-event":"^3.0.2","enquire.js":"^2.1.6","htmlhint":"1.1.2","insert-css":"^2.0.0","is-promise":"^4.0.0","js-yaml":"^3.12.2","jsbarcode":"^3.11.5","jshint":"^2.13.4","jsonlint":"^1.6.3","jsonlint-mod":"^1.7.5","mini-store":"^2.0.0","moment":"^2.24.0","mutationobserver-shim":"^0.3.3","prettier":"~1.18.2","qrcode.react":"^1.0.1","querystringify":"^2.1.0","quill-delta-to-html":"^0.9.7","raf":"^3.4.1","rc-motion":"^2.4.1","rc-virtual-list":"^3.2.6","react-beautiful-dnd":"13.0.0","react-codemirror2":"5.1.0","react-easy-crop":"^3.1.0","react-image-lightbox":"^4.6.0","react-intersection-observer":"^8.31.1","react-is":"^16.12.0","react-lazy-load":"^3.0.13","react-quill":"^1.3.5","react-redux":"7.2.0","react-slick":"~0.25.2","react-virtualized":"~9.18.5","resize-observer-polyfill":"^1.5.1","rmc-feedback":"^1.0.0","scroll-into-view-if-needed":"^2.2.25","shallowequal":"^1.1.0","smooth-scroll-into-view-if-needed":"^1.1.28","tslib":"^1.9.3","underscore":"1.12.1","warning":"~4.0.3","uuid":"^3.4.0"},"devDependencies":{"@babel/core":"^7.17.5","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-proposal-decorators":"^7.17.2","@babel/plugin-proposal-export-default-from":"^7.16.7","@babel/plugin-proposal-export-namespace-from":"^7.16.7","@babel/plugin-proposal-object-rest-spread":"^7.17.3","@babel/plugin-transform-member-expression-literals":"^7.16.7","@babel/plugin-transform-object-assign":"^7.16.7","@babel/plugin-transform-property-literals":"^7.16.7","@babel/plugin-transform-proto-to-assign":"^7.16.7","@babel/plugin-transform-runtime":"^7.17.0","@babel/plugin-transform-spread":"^7.16.7","@babel/plugin-transform-template-literals":"^7.16.7","@babel/preset-env":"^7.16.11","@babel/preset-react":"^7.16.7","@dnd-kit/core":"^6.1.0","@dnd-kit/sortable":"^8.0.0","@dnd-kit/utilities":"^3.2.2","@stackblitz/sdk":"^1.3.0","@types/classnames":"~2.2.8","@types/codemirror":"0.0.72","@types/element-resize-event":"^3.0.0","@types/enzyme":"^3.10.5","@types/faker":"^5.5.8","@types/insert-css":"^2.0.1","@types/jest":"^25.0.0","@types/jsbarcode":"^3.11.1","@types/lodash":"4.14.182","@types/prettier":"1.16.1","@types/qrcode.react":"^1.0.2","@types/raf":"^3.4.0","@types/react":"^16.14.25","@types/react-beautiful-dnd":"^13.0.0","@types/react-dom":"^16.9.15","@types/react-is":"^16.7.1","@types/react-slick":"~0.23.3","@types/warning":"~3.0.0","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.33.0","ansi-styles":"^4.0.0","autoprefixer":"^9.6.0","axios":"~1.0.0","babel-core":"^7.0.0-0","babel-eslint":"10.0.3","babel-jest":"^25.1.0","babel-loader":"^8.0.6","babel-plugin-import":"^1.12.0","babel-plugin-inline-import-data-uri":"^1.0.1","bisheng":"^1.3.0","bisheng-plugin-choerodon-ui":"~0.2.0","bisheng-plugin-description":"^0.1.4","bisheng-plugin-react":"^1.1.0","bisheng-plugin-toc":"^0.4.4","case-sensitive-paths-webpack-plugin":"^2.1.1","chalk":"^2.4.2","colorful":"^2.1.0","commander":"^2.11.0","cross-env":"^5.2.1","css-loader":"^3.2.0","css-split-webpack-plugin":"^0.2.6","csstype":"3.1.0","dekko":"^0.2.1","enquire-js":"^0.2.1","enzyme":"^3.10.0","enzyme-adapter-react-16":"^1.14.0","enzyme-to-json":"^3.3.5","eslint":"^7.32.0","eslint-config-airbnb":"^18.0.1","eslint-config-prettier":"^6.2.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^25.0.1","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-markdown":"^1.0.0","eslint-plugin-react":"^7.14.3","eslint-tinker":"^0.5.0","extract-text-webpack-plugin":"^3.0.0","faker":"^4.1.0","fetch-jsonp":"^1.1.3","file-loader":"^4.2.0","friendly-errors-webpack-plugin":"^1.7.0","gh-pages":"^2.1.1","glob":"^7.1.4","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-sourcemaps":"^2.6.5","gulp-strip-code":"^0.1.4","gulp-typescript":"^5.0.1","husky":"^3.0.2","identity-obj-proxy":"^3.0.0","immutability-helper":"^3.0.0","intersection-observer":"^0.7.0","jest":"^25.1.0","jsdom":"^16.2.1","jsonml.js":"^0.1.0","less":"^3.10.3","less-plugin-npm-import":"^2.1.0","lint-staged":"^7.0.0","lodash":"^4.17.15","lz-string":"^1.4.4","majo":"^0.8.0","mark-twain":"^2.0.2","merge2":"^1.2.4","mini-css-extract-plugin":"^0.8.0","minimist":"^1.2.5","mkdirp":"^1.0.3","mobx":"~4.15.7","mobx-react":"~6.1.1","mockdate":"^2.0.1","mockjs":"^1.0.1-beta3","moment-timezone":"^0.5.23","object-assign":"~4.1.1","optimize-css-assets-webpack-plugin":"^5.0.3","postcss":"^8.2.10","postcss-loader":"^3.0.0","pretty-quick":"^1.11.0","rc-drawer":"^1.5.3","rc-queue-anim":"^1.6.7","rc-scroll-anim":"^2.2.1","rc-tween-one":"^1.7.2","react":"~16.12.0","react-color":"^2.11.7","react-copy-to-clipboard":"^5.0.0","react-dnd":"^11.1.1","react-dnd-html5-backend":"^11.1.1","react-document-title":"^2.0.1","react-dom":">=16.8.6","react-github-button":"^0.1.1","react-infinite-scroller":"^1.0.15","react-intl":"^2.7.2","react-sublime-video":"^0.2.0","remark-frontmatter":"^1.3.2","remark-parse":"^7.0.1","remark-stringify":"^7.0.3","remark-yaml-config":"^4.1.0","remove-files-webpack-plugin":"1.5.0","reqwest":"^2.0.5","rimraf":"^3.0.0","rucksack-css":"^1.0.2","scrollama":"^2.1.0","stylelint":"^10.0.1","stylelint-config-prettier":"^5.2.0","stylelint-config-rational-order":"^0.1.2","stylelint-config-standard":"^18.3.0","stylelint-declaration-block-no-ignored-properties":"^2.1.0","stylelint-order":"^3.0.0","terser-webpack-plugin":"^4.1.0","through2":"^3.0.1","ts-loader":"^6.0.4","typescript":"~3.7.2","unified":"^8.3.2","url-loader":"^2.1.0","values.js":"^1.0.3","vfile-message":"1.0.x","webpack":"^4.39.3","webpack-filter-warnings-plugin":"^1.2.1","webpack-merge":"^4.2.2","webpackbar":"^4.0.0","xhr-mock":"^2.5.1","xhr2":"^0.2.0","xlsx":"^0.17.0"},"scripts":{"test":"jest --config .jest.js --cache=false","test:update":"jest --config .jest.js --cache=false -u","test-all":"sh -e ./scripts/test-all.sh","test-node":"jest --config .jest.node.js --cache=false","test-all-skip":"sh ./scripts/test-all.sh --skip","lint":"npm run lint:script && npm run lint:demo && npm run lint:style","lint:tsc":"npm run tsc","lint:script":"eslint **/*.{js,jsx,ts,tsx} --ext '.js,.jsx,.ts,.tsx'","lint:md":"remark components/","lint:demo":"cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'","lint:style":"stylelint {site,components,components-pro}/**/*.less --syntax less","lint-fix":"npm run lint-fix:script && npm run lint-fix:demo && npm run lint-fix:style","lint-fix:script":"npm run lint:script -- --fix","lint-fix:demo":"npm run lint:demo -- --fix","lint-fix:style":"npm run lint:style -- --fix","sort-api":"node ./scripts/sort-api-table.js","dist":"gulp dist","compile":"gulp compile","tsc":"tsc","start":"rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development BROWSER=chrome bisheng start -c ./site/bisheng.config.js","site":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js","site-with-test":"rimraf _site && cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && jest choerodon-ui --notify --config=.jest.js --no-cache --coverage","site-dev":"rimraf _site && cross-env NODE_ENV=development bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js","predeploy":"npm run site","deploy":"bisheng gh-pages --push-only","pub":"npm run test-all-skip && npm publish --with-tools","prepublish":"gulp guard","authors":"git log --format='%aN <%aE>' | sort -u | grep -v 'hand-china.com' > AUTHORS","prettier":"prettier -c --write '**/*'","pretty-quick":"pretty-quick"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"**/*.{js,jsx,ts,tsx}":["npm run lint:script"],"{site,components,components-pro}/**/*.less":["npm run lint:style"],"components/*/demo/*.md":["npm run lint:demo","git add"]},"sideEffects":["dist/*","es/**/style/*","lib/**/style/*","pro/es/**/style/*","pro/lib/**/style/*","*.less"],"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"gitHead":"a75bc1cbf0d05c5a91ddea67c530306deed0d984","_id":"choerodon-ui@1.6.7","_nodeVersion":"14.19.0","_npmVersion":"7.24.2","dist":{"integrity":"sha512-ngynxU86k4/9gy1utSM4KuEzgmdKLUVNzfVPRWnhVvd0SR4dbStwuRXXAM+M0t/6lha35RnrjX8rCjDWLfiXyQ==","shasum":"cc442e7260f3b1d97c313b00402cd0429000f464","tarball":"https://registry.npmjs.org/choerodon-ui/-/choerodon-ui-1.6.7.tgz","fileCount":9568,"unpackedSize":211059312,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCMZ0qD/jCIa0V7aQ4EwDHoF/Y5XRohjkAZn4DIdoS9PQIgc8ZsCDyx8wdh5twu34e7b++fmpi0LyykoBNzvtdkflc="}]},"_npmUser":{"name":"huihuawk","email":"huihua_wk@163.com"},"directories":{},"maintainers":[{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"},{"name":"ale0720","email":"ale0720@163.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/choerodon-ui_1.6.7_1761188239718_0.3466788284845177"},"_hasShrinkwrap":false}},"time":{"created":"2018-05-18T15:08:39.817Z","modified":"2025-10-23T02:57:20.797Z","0.2.0":"2018-05-18T15:08:40.168Z","0.1.11":"2018-05-19T04:26:35.827Z","0.2.1":"2018-05-28T12:30:07.237Z","0.2.2":"2018-05-31T09:19:46.627Z","0.2.3":"2018-06-01T05:29:40.544Z","0.2.4":"2018-06-01T06:47:54.943Z","0.3.0":"2018-06-08T02:20:04.005Z","0.3.1":"2018-06-08T10:12:48.669Z","0.3.2":"2018-06-29T09:49:00.531Z","0.3.3":"2018-07-06T07:10:08.390Z","0.3.4":"2018-07-19T09:30:09.093Z","0.3.5":"2018-08-03T09:50:25.266Z","0.3.6":"2018-08-16T03:26:12.791Z","0.3.7":"2018-08-24T08:40:47.432Z","0.3.8":"2018-08-31T06:55:21.849Z","0.3.9":"2018-09-07T05:40:32.584Z","0.3.10":"2018-09-21T02:35:12.511Z","0.4.0":"2018-09-29T03:52:38.504Z","0.4.1":"2018-10-30T05:37:50.672Z","0.4.2":"2018-11-13T06:26:44.130Z","0.4.3":"2018-12-03T01:22:40.512Z","0.4.4":"2018-12-04T06:02:23.910Z","0.4.5":"2018-12-14T02:09:11.973Z","0.5.0":"2019-01-11T01:59:20.117Z","0.5.1":"2019-02-21T03:27:29.914Z","0.5.2":"2019-02-22T09:45:39.585Z","0.5.3":"2019-03-22T08:48:52.446Z","0.6.0":"2019-04-01T12:12:48.618Z","0.6.1":"2019-04-18T12:58:54.664Z","0.5.4":"2019-04-19T04:15:33.367Z","0.5.5":"2019-04-20T09:11:27.903Z","0.6.2":"2019-04-24T16:08:23.468Z","0.5.6":"2019-04-25T08:25:08.272Z","0.5.7":"2019-04-26T06:24:11.262Z","0.5.8":"2019-04-26T14:37:13.839Z","0.6.3":"2019-05-24T14:46:30.564Z","0.6.4":"2019-05-25T08:04:19.926Z","0.6.5":"2019-06-07T07:54:16.131Z","0.6.6":"2019-06-12T06:38:45.713Z","0.6.7":"2019-06-12T16:09:14.331Z","0.6.8":"2019-06-13T09:50:40.829Z","0.6.9":"2019-06-19T10:21:14.022Z","0.7.0":"2019-06-19T10:38:33.923Z","0.6.10":"2019-06-25T13:32:25.953Z","0.7.1":"2019-06-25T13:35:02.562Z","0.6.11":"2019-06-27T08:53:33.388Z","0.7.2":"2019-06-27T08:56:18.371Z","0.6.12":"2019-06-27T11:35:38.765Z","0.7.3":"2019-06-27T11:41:16.302Z","0.6.13":"2019-06-28T06:29:15.158Z","0.7.4":"2019-06-28T06:32:36.713Z","0.6.14":"2019-06-28T07:14:19.720Z","0.7.5":"2019-06-28T07:21:18.627Z","0.7.6":"2019-07-09T15:39:46.618Z","0.8.0":"2019-08-02T02:53:50.681Z","0.8.1":"2019-08-02T10:22:47.105Z","0.8.2":"2019-08-06T10:03:32.110Z","0.8.3":"2019-08-08T07:01:06.793Z","0.8.4":"2019-08-16T03:05:47.503Z","0.8.5":"2019-08-21T06:51:20.066Z","0.8.6":"2019-08-21T10:00:48.612Z","0.8.7":"2019-08-22T10:03:57.973Z","0.8.8":"2019-08-23T15:46:24.015Z","0.8.9":"2019-09-12T10:10:55.963Z","0.8.10":"2019-09-16T06:07:55.689Z","0.8.11":"2019-09-16T10:04:01.028Z","0.8.12":"2019-09-25T01:19:55.312Z","0.8.13":"2019-09-26T02:51:13.672Z","0.8.14":"2019-09-26T10:15:44.134Z","0.8.15":"2019-09-27T04:21:44.479Z","0.8.16":"2019-10-09T10:05:51.101Z","0.8.17":"2019-10-10T03:02:00.036Z","0.8.18":"2019-10-10T06:45:09.995Z","0.8.19":"2019-10-11T07:37:46.856Z","0.8.20":"2019-10-13T06:51:07.503Z","0.8.21":"2019-10-14T09:21:27.174Z","0.8.22":"2019-10-17T01:08:41.362Z","0.8.23":"2019-10-17T23:16:14.772Z","0.8.24":"2019-10-18T08:01:03.341Z","0.8.25":"2019-10-19T03:51:54.610Z","0.8.26":"2019-10-21T06:58:39.635Z","0.8.27":"2019-10-22T09:14:42.129Z","0.8.28":"2019-10-24T17:45:42.403Z","0.8.29":"2019-10-27T16:39:49.062Z","0.8.30":"2019-10-31T17:54:30.297Z","0.8.31":"2019-11-02T07:49:43.279Z","0.8.32":"2019-11-04T18:06:52.413Z","0.8.33":"2019-11-05T09:49:25.623Z","0.8.34":"2019-11-07T08:19:21.825Z","0.8.35":"2019-11-08T09:33:16.568Z","0.8.36":"2019-11-11T10:12:07.382Z","0.8.37":"2019-11-13T14:59:15.387Z","0.8.38":"2019-11-18T05:47:14.897Z","0.8.39":"2019-11-22T04:14:29.129Z","0.8.40":"2019-11-22T09:01:29.544Z","0.8.41":"2019-11-28T01:53:22.496Z","0.8.42":"2019-12-01T17:53:43.061Z","0.8.43":"2019-12-02T09:34:14.110Z","0.8.44":"2019-12-05T07:42:22.470Z","0.8.45":"2019-12-07T11:54:22.158Z","0.8.46":"2019-12-09T08:32:42.916Z","0.8.47":"2019-12-15T06:31:08.881Z","0.8.48":"2019-12-23T02:52:13.495Z","0.8.49":"2019-12-30T14:31:44.992Z","0.8.50":"2020-01-07T06:27:25.881Z","0.8.51":"2020-01-15T17:51:20.571Z","0.8.52":"2020-01-17T04:59:25.924Z","0.8.53":"2020-01-19T18:33:45.110Z","0.8.54":"2020-01-19T19:47:40.685Z","0.8.55":"2020-02-13T08:58:47.905Z","0.8.56":"2020-02-18T10:09:42.469Z","0.8.57":"2020-03-12T02:39:42.969Z","0.8.58":"2020-03-27T09:28:26.918Z","0.8.59":"2020-04-01T08:57:35.021Z","0.8.60":"2020-04-21T14:51:54.467Z","0.8.61":"2020-04-28T12:22:31.597Z","0.8.62":"2020-05-11T03:47:00.612Z","0.8.63":"2020-05-26T02:21:54.258Z","0.8.64":"2020-06-10T08:24:25.612Z","0.8.65":"2020-06-15T03:28:04.866Z","0.8.66":"2020-06-28T08:56:12.622Z","0.8.67":"2020-07-14T02:01:10.350Z","0.8.68":"2020-07-28T17:03:31.051Z","0.8.69":"2020-08-07T15:03:21.200Z","0.8.70":"2020-08-21T10:29:37.137Z","0.8.71":"2020-08-21T15:00:09.077Z","0.8.72":"2020-09-07T14:55:48.319Z","0.8.73":"2020-09-21T14:47:16.293Z","0.8.74":"2020-10-15T02:25:52.031Z","0.8.75":"2020-11-02T02:52:20.470Z","0.8.76":"2020-11-24T07:52:42.233Z","0.8.77":"2020-12-09T16:10:26.324Z","0.8.78":"2021-01-10T12:12:02.403Z","1.0.0":"2021-02-02T14:13:54.430Z","1.1.0":"2021-03-02T15:53:48.341Z","1.1.1":"2021-03-11T17:09:42.275Z","1.2.0":"2021-03-18T15:29:25.753Z","1.3.0":"2021-04-09T09:48:58.040Z","1.3.1":"2021-04-18T13:39:09.978Z","1.3.2":"2021-05-11T12:04:14.629Z","1.4.0":"2021-06-11T13:54:16.497Z","0.8.59-beta":"2021-06-17T07:14:43.131Z","0.8.69-beta":"2021-06-18T08:30:30.493Z","0.8.69-beta.1":"2021-06-28T06:51:12.487Z","1.4.1":"2021-06-28T08:01:40.791Z","1.4.2-alpha.1":"2021-06-29T07:57:38.665Z","0.3.0-beta":"2021-06-29T13:44:37.634Z","1.4.2":"2021-07-21T03:23:32.571Z","1.4.3":"2021-08-03T06:29:36.469Z","1.3.2-beta.3":"2021-08-12T10:08:04.924Z","1.4.4":"2021-09-05T03:44:29.154Z","1.4.5":"2021-09-29T06:45:27.400Z","1.5.0-beta.0":"2021-10-31T13:12:05.505Z","1.5.0":"2021-12-02T10:56:26.012Z","1.5.1":"2022-01-06T04:59:46.611Z","1.5.2":"2022-02-16T16:04:12.952Z","1.5.3":"2022-03-23T14:47:14.878Z","1.5.4":"2022-04-27T10:29:22.141Z","1.5.5":"2022-06-22T05:49:38.051Z","1.5.6":"2022-08-25T12:59:02.950Z","1.5.7-alpha.10":"2022-10-11T02:00:49.062Z","1.5.7":"2022-11-28T02:16:44.547Z","1.5.8":"2022-11-29T08:00:05.932Z","1.5.9":"2023-02-24T02:40:22.626Z","1.6.0":"2023-02-24T06:46:19.269Z","1.6.1":"2023-05-23T03:16:12.175Z","1.6.2":"2023-05-23T08:07:40.012Z","1.6.3":"2024-01-19T09:51:11.108Z","1.6.4":"2024-01-19T10:09:52.584Z","1.6.5":"2025-10-22T10:02:06.475Z","1.6.6":"2025-10-23T02:00:10.656Z","1.6.7":"2025-10-23T02:57:20.469Z"},"bugs":{"url":"https://github.com/open-hand/choerodon-ui/issues"},"license":"MIT","homepage":"https://open-hand.github.io/choerodon-ui/","keywords":["choerodon","design","react","react-component","component","components","ui","framework","frontend"],"repository":{"type":"git","url":"git+https://github.com/open-hand/choerodon-ui.git"},"description":"An enterprise-class UI design language and React-based implementation","contributors":[{"name":"choerodon"}],"maintainers":[{"name":"douglasdong","email":"ad546971975@gmail.com"},{"name":"hughwu","email":"99571603@qq.com"},{"name":"laincarl","email":"laincarl@gmail.com"},{"name":"yanfang1223","email":"yanfang.lin@hand-china.com"},{"name":"huihuawk","email":"huihua_wk@163.com"},{"name":"allen.liu","email":"812050653@qq.com"},{"name":"lethe0305","email":"1204623326@qq.com"},{"name":"ale0720","email":"ale0720@163.com"}],"readme":"# Choerodon UI\r\n\r\nAn enterprise-class UI design language and React-based implementation.\r\n\r\n[中文 README](README-zh_CN.md)\r\n\r\n## Features\r\n\r\n- Extracted from the interactive language and visual style of enterprise-level medium and backstage products.\r\n- A set of high-quality React components out of the box.\r\n- Written in TypeScript with predictable static types.\r\n- The whole package of development and design resources and tools.\r\n\r\n## Environment Support\r\n\r\n- Modern browsers and Internet Explorer 9+ (with [polyfills](https://ant.design/docs/react/getting-started#Compatibility))\r\n- Server-side Rendering\r\n- [Electron](http://electron.atom.io/)\r\n\r\n## Install\r\n\r\n```bash\r\nnpm install choerodon-ui --save\r\n```\r\n\r\n## Usage\r\n\r\n```jsx\r\nimport { DatePicker } from 'choerodon-ui';\r\nimport { Table } from 'choerodon-ui/pro';\r\nReactDOM.render(<><DatePicker /><Table /></>, mountNode);\r\n```\r\n\r\nAnd import style manually:\r\n\r\n```jsx\r\nimport 'choerodon-ui/dist/choerodon-ui.css'; // or 'choerodon-ui/dist/choerodon-ui.less'\r\nimport 'choerodon-ui/dist/choerodon-ui-pro.css'; // or 'choerodon-ui/dist/choerodon-ui-pro.less'\r\n```\r\n\r\nOr [import components on demand](https://open-hand.github.io/choerodon-ui/en/docs/other/introduce#%E6%8C%89%E9%9C%80%E5%8A%A0%E8%BD%BD)\r\n\r\n\r\n## Internationalization\r\n\r\nSee [i18n](https://open-hand.github.io/choerodon-ui/en/docs/other/i18n).\r\n\r\n## Links\r\n\r\n- [Home page](https://open-hand.github.io/choerodon-ui/en)\r\n- [Components](https://open-hand.github.io/choerodon-ui/en/docs/other/introduce)\r\n- [Change Log](CHANGELOG.en-US.md)\r\n- [Scaffold Market](http://scaffold.ant.design)\r\n- [rc-components](http://react-component.github.io/)\r\n- [Customize Theme](https://open-hand.github.io/choerodon-ui/customize-theme)\r\n\r\n## Local Development\r\n\r\n```bash\r\n$ git clone https://github.com/open-hand/choerodon-ui.git\r\n$ cd choerodon-ui\r\n$ npm install\r\n$ npm start\r\n```\r\n\r\n## Deployment\r\n\r\n```bash\r\n$ npm run deploy\r\n```\r\n\r\n## publish\r\n\r\n```bash\r\n$ npm run pub\r\n```\r\n\r\nOpen your browser and visit http://127.0.0.1:8001 , see more at https://open-hand.github.io/choerodon-ui/en/tutorials/introduction .\r\n","readmeFilename":"README.md"}