{"maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"keywords":["react","react-dropdown"],"dist-tags":{"latest":"1.4.12"},"description":"dropdown ui component for react","readme":"# rc-dropdown\n\nreact dropdown component\n\n[![NPM version][npm-image]][npm-url]\n[![build status][travis-image]][travis-url]\n[![Test coverage][coveralls-image]][coveralls-url]\n[![gemnasium deps][gemnasium-image]][gemnasium-url]\n[![node version][node-image]][node-url]\n[![npm download][download-image]][download-url]\n\n[npm-image]: http://img.shields.io/npm/v/rc-dropdown.svg?style=flat-square\n[npm-url]: http://npmjs.org/package/rc-dropdown\n[travis-image]: https://img.shields.io/travis/react-component/dropdown.svg?style=flat-square\n[travis-url]: https://travis-ci.org/react-component/dropdown\n[coveralls-image]: https://img.shields.io/coveralls/react-component/dropdown.svg?style=flat-square\n[coveralls-url]: https://coveralls.io/r/react-component/dropdown?branch=master\n[gemnasium-image]: http://img.shields.io/gemnasium/react-component/dropdown.svg?style=flat-square\n[gemnasium-url]: https://gemnasium.com/react-component/dropdown\n[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square\n[node-url]: http://nodejs.org/download/\n[download-image]: https://img.shields.io/npm/dm/rc-dropdown.svg?style=flat-square\n[download-url]: https://npmjs.org/package/rc-dropdown\n\n## Screenshot\n\n![](https://t.alipayobjects.com/images/rmsweb/T1bWpgXgBaXXXXXXXX.png)\n\n## Example\n\nonline example: http://react-component.github.io/dropdown/examples/\n\n## install\n\n[![rc-dropdown](https://nodei.co/npm/rc-dropdown.png)](https://npmjs.org/package/rc-dropdown)\n\n## Usage\n\n```js\nvar Dropdown = require('rc-dropdown');\n// use dropdown\n```\n\n## API\n\n### props\n\n<table class=\"table table-bordered table-striped\">\n    <thead>\n    <tr>\n        <th style=\"width: 100px;\">name</th>\n        <th style=\"width: 50px;\">type</th>\n        <th style=\"width: 50px;\">default</th>\n        <th>description</th>\n    </tr>\n    </thead>\n    <tbody>\n        <tr>\n          <td>overlayClassName</td>\n          <td>String</td>\n          <td></td>\n          <td>additional css class of root dom node</td>\n        </tr>\n        <tr>\n          <td>prefixCls</td>\n          <td>String</td>\n          <td>rc-tooltip</td>\n          <td>prefix class name</td>\n        </tr>\n        <tr>\n          <td>transitionName</td>\n          <td>String</td>\n          <td></td>\n          <td>dropdown menu's animation css class name</td>\n        </tr>\n        <tr>\n          <td>animation</td>\n          <td>String</td>\n          <td></td>\n          <td>part of dropdown menu's animation css class name</td>\n        </tr>\n        <tr>\n          <td>onVisibleChange</td>\n          <td>Function</td>\n          <td></td>\n          <td>call when visible is changed</td>\n        </tr>\n        <tr>\n          <td>visible</td>\n          <td>boolean</td>\n          <td></td>\n          <td>whether tooltip is visible</td>\n        </tr>\n        <tr>\n          <td>defaultVisible</td>\n          <td>boolean</td>\n          <td></td>\n          <td>whether tooltip is visible initially</td>\n        </tr>\n        <tr>\n          <td>overlay</td>\n          <td>rc-menu</td>\n          <td></td>\n          <td><a href=\"https://github.com/react-component/menu\">rc-menu</a> element</td>\n        </tr>\n    </tbody>\n</table>\n\n\n## Development\n\n```\nnpm install\nnpm start\n```\n\n## Test Case\n\n```\nnpm test\nnpm run chrome-test\n```\n\n## Coverage\n\n```\nnpm run coverage\n```\n\nopen coverage/ dir\n\n\n## License\n\nrc-dropdown is released under the MIT license.\n","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"users":{"yong_a":true},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"versions":{"1.0.0":{"name":"rc-dropdown","version":"1.0.0","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","precommit":"rc-tools run precommit","less":"rc-tools run less","gh-pages":"rc-tools run gh-pages","history":"rc-tools run history","start":"node --harmony node_modules/.bin/rc-server","publish":"rc-tools run tag","lint":"rc-tools run lint","saucelabs":"node --harmony node_modules/.bin/rc-tools run saucelabs","browser-test":"node --harmony node_modules/.bin/rc-tools run browser-test","browser-test-cover":"node --harmony node_modules/.bin/rc-tools run browser-test-cover"},"devDependencies":{"async":"~0.9.0","expect.js":"~0.3.1","precommit-hook":"^1.0.7","rc-server":"3.x","rc-tools":"3.x","react":"^0.13.0"},"precommit":["precommit"],"dependencies":{"object-assign":"~3.0.0","rc-tooltip":"~2.0.0","rc-util":"~2.0.2"},"gitHead":"e224cac5f5a950ca7760f7940d84917aa717a14d","_id":"rc-dropdown@1.0.0","_shasum":"778b07e4a741df4fa54c69c3f83e85bd9e0e530a","_from":".","_npmVersion":"2.11.0","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"778b07e4a741df4fa54c69c3f83e85bd9e0e530a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"rc-dropdown","version":"1.0.1","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","precommit":"rc-tools run precommit","less":"rc-tools run less","gh-pages":"rc-tools run gh-pages","history":"rc-tools run history","start":"node --harmony node_modules/.bin/rc-server","publish":"rc-tools run tag","lint":"rc-tools run lint","saucelabs":"node --harmony node_modules/.bin/rc-tools run saucelabs","browser-test":"node --harmony node_modules/.bin/rc-tools run browser-test","browser-test-cover":"node --harmony node_modules/.bin/rc-tools run browser-test-cover"},"devDependencies":{"async":"~0.9.0","expect.js":"~0.3.1","precommit-hook":"^1.0.7","rc-menu":"^3.3.0","rc-server":"3.x","rc-tools":"3.x","react":"^0.13.0"},"precommit":["precommit"],"dependencies":{"object-assign":"~3.0.0","rc-tooltip":"~2.1.0","rc-util":"~2.0.2"},"gitHead":"3080737fe23f5571c00dd545e52ab8125c3f7d67","_id":"rc-dropdown@1.0.1","_shasum":"99e4fbb1f5edd6b2e9762f5abdbc9092574336d5","_from":".","_npmVersion":"2.11.0","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"99e4fbb1f5edd6b2e9762f5abdbc9092574336d5","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"rc-dropdown","version":"1.0.2","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","precommit":"rc-tools run precommit","less":"rc-tools run less","gh-pages":"rc-tools run gh-pages","history":"rc-tools run history","start":"node --harmony node_modules/.bin/rc-server","publish":"rc-tools run tag","lint":"rc-tools run lint","saucelabs":"node --harmony node_modules/.bin/rc-tools run saucelabs","browser-test":"node --harmony node_modules/.bin/rc-tools run browser-test","browser-test-cover":"node --harmony node_modules/.bin/rc-tools run browser-test-cover"},"devDependencies":{"async":"~0.9.0","expect.js":"~0.3.1","precommit-hook":"^1.0.7","rc-menu":"^3.3.0","rc-server":"3.x","rc-tools":"3.x","react":"^0.13.0"},"precommit":["precommit"],"dependencies":{"object-assign":"~3.0.0","rc-tooltip":"~2.1.0","rc-util":"~2.0.2"},"gitHead":"59cefc1d5a0e405e8fbed566e57a904c574baf4c","_id":"rc-dropdown@1.0.2","_shasum":"22f254c7d0fddb86b46c8a8179d7971bbc971f68","_from":".","_npmVersion":"2.11.0","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"22f254c7d0fddb86b46c8a8179d7971bbc971f68","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.0.2.tgz"},"directories":{}},"1.0.3":{"name":"rc-dropdown","version":"1.0.3","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","precommit":"rc-tools run precommit","less":"rc-tools run less","gh-pages":"rc-tools run gh-pages","history":"rc-tools run history","start":"node --harmony node_modules/.bin/rc-server","publish":"rc-tools run tag","lint":"rc-tools run lint","saucelabs":"node --harmony node_modules/.bin/rc-tools run saucelabs","browser-test":"node --harmony node_modules/.bin/rc-tools run browser-test","browser-test-cover":"node --harmony node_modules/.bin/rc-tools run browser-test-cover"},"devDependencies":{"async":"~0.9.0","expect.js":"~0.3.1","jquery":"~1.11.3","precommit-hook":"^1.0.7","rc-menu":"~3.4.0","rc-server":"3.x","rc-tools":"3.x","react":"^0.13.0"},"precommit":["precommit"],"dependencies":{"object-assign":"~3.0.0","rc-tooltip":"~2.1.2","rc-util":"~2.0.2"},"gitHead":"39d0ecc2519346ace8d307bab60d2421bb3a6980","_id":"rc-dropdown@1.0.3","_shasum":"4e3880b4179eb50c4ecd877217f66c5c87f97d0f","_from":".","_npmVersion":"2.11.0","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"4e3880b4179eb50c4ecd877217f66c5c87f97d0f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.0.3.tgz"},"directories":{}},"1.1.0":{"name":"rc-dropdown","version":"1.1.0","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","precommit":"rc-tools run precommit","less":"rc-tools run less","gh-pages":"rc-tools run gh-pages","history":"rc-tools run history","start":"node --harmony node_modules/.bin/rc-server","publish":"rc-tools run tag","lint":"rc-tools run lint","saucelabs":"node --harmony node_modules/.bin/rc-tools run saucelabs","browser-test":"node --harmony node_modules/.bin/rc-tools run browser-test","browser-test-cover":"node --harmony node_modules/.bin/rc-tools run browser-test-cover"},"devDependencies":{"async":"~0.9.0","expect.js":"~0.3.1","jquery":"~1.11.3","precommit-hook":"^1.0.7","rc-menu":"~3.4.0","rc-server":"3.x","rc-tools":"3.x","react":"^0.13.0"},"precommit":["precommit"],"dependencies":{"object-assign":"~3.0.0","rc-tooltip":"~2.2.0","rc-util":"~2.0.2"},"gitHead":"6281328a8086f0cc7dfc2b907823fc030b0fa439","_id":"rc-dropdown@1.1.0","_shasum":"a8c5fc55ab27e3fcabc265556538df39036c6c19","_from":".","_npmVersion":"2.11.0","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"a8c5fc55ab27e3fcabc265556538df39036c6c19","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.1.0.tgz"},"directories":{}},"1.1.1":{"name":"rc-dropdown","version":"1.1.1","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","precommit":"rc-tools run precommit","less":"rc-tools run less","gh-pages":"rc-tools run gh-pages","history":"rc-tools run history","start":"node --harmony node_modules/.bin/rc-server","publish":"rc-tools run tag","lint":"rc-tools run lint","saucelabs":"node --harmony node_modules/.bin/rc-tools run saucelabs","browser-test":"node --harmony node_modules/.bin/rc-tools run browser-test","browser-test-cover":"node --harmony node_modules/.bin/rc-tools run browser-test-cover"},"devDependencies":{"async":"~0.9.0","expect.js":"~0.3.1","jquery":"~1.11.3","precommit-hook":"^1.0.7","rc-menu":"~3.4.0","rc-server":"3.x","rc-tools":"3.x","react":"^0.13.0"},"precommit":["precommit"],"dependencies":{"object-assign":"~3.0.0","rc-tooltip":"~2.2.3","rc-util":"~2.0.2"},"gitHead":"577b33abcc4450e1dde1bcbe9208311972e01b7c","_id":"rc-dropdown@1.1.1","_shasum":"bbd8ec47ace36a09d723d2383d12f2ab7d601207","_from":".","_npmVersion":"2.11.0","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"bbd8ec47ace36a09d723d2383d12f2ab7d601207","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.1.1.tgz"},"directories":{}},"1.1.2":{"name":"rc-dropdown","version":"1.1.2","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","precommit":"rc-tools run precommit","less":"rc-tools run less","gh-pages":"rc-tools run gh-pages","history":"rc-tools run history","start":"node --harmony node_modules/.bin/rc-server","publish":"rc-tools run tag","lint":"rc-tools run lint","saucelabs":"node --harmony node_modules/.bin/rc-tools run saucelabs","browser-test":"node --harmony node_modules/.bin/rc-tools run browser-test","browser-test-cover":"node --harmony node_modules/.bin/rc-tools run browser-test-cover"},"devDependencies":{"async":"~0.9.0","expect.js":"~0.3.1","jquery":"~1.11.3","precommit-hook":"^1.0.7","rc-menu":"~3.4.0","rc-server":"3.x","rc-tools":"3.x","react":"^0.13.0"},"precommit":["precommit"],"dependencies":{"object-assign":"~3.0.0","rc-tooltip":"2.x","rc-util":"~2.0.2"},"gitHead":"726e4b0e411dffcd353feca403bdef077f8817c4","_id":"rc-dropdown@1.1.2","_shasum":"a36694fccf749ceb00e9fefce5e8e460206cbc4f","_from":".","_npmVersion":"2.11.0","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"a36694fccf749ceb00e9fefce5e8e460206cbc4f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.1.2.tgz"},"directories":{}},"1.2.0":{"name":"rc-dropdown","version":"1.2.0","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","precommit":"rc-tools run precommit","less":"rc-tools run less","gh-pages":"rc-tools run gh-pages","history":"rc-tools run history","start":"node --harmony node_modules/.bin/rc-server","publish":"rc-tools run tag","lint":"rc-tools run lint","saucelabs":"node --harmony node_modules/.bin/rc-tools run saucelabs","browser-test":"node --harmony node_modules/.bin/rc-tools run browser-test","browser-test-cover":"node --harmony node_modules/.bin/rc-tools run browser-test-cover"},"devDependencies":{"async":"~0.9.0","expect.js":"~0.3.1","jquery":"~1.11.3","precommit-hook":"^1.0.7","rc-menu":"~3.4.0","rc-server":"3.x","rc-tools":"3.x","react":"^0.13.0"},"precommit":["precommit"],"dependencies":{"object-assign":"3.x","rc-tooltip":"2.x","rc-util":"2.x"},"gitHead":"e4db0df831a6ba7ee821b507a405474ba470f346","_id":"rc-dropdown@1.2.0","_shasum":"14ea4b411c106afda9db6157aa84e18b9506fe8d","_from":".","_npmVersion":"2.11.0","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"14ea4b411c106afda9db6157aa84e18b9506fe8d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.2.0.tgz"},"directories":{}},"1.3.0":{"name":"rc-dropdown","version":"1.3.0","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"files":["lib","assets/*.css"],"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"node --harmony node_modules/.bin/rc-server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"node --harmony node_modules/.bin/rc-tools run saucelabs","browser-test":"node --harmony node_modules/.bin/rc-tools run browser-test","browser-test-cover":"node --harmony node_modules/.bin/rc-tools run browser-test-cover"},"devDependencies":{"async":"~0.9.0","bootstrap":"~3.3.2","expect.js":"~0.3.1","jquery":"1.x","precommit-hook":"^1.0.7","rc-menu":"4.x","rc-server":"3.x","rc-tools":"4.x","react":"^0.13.0"},"precommit":["lint"],"dependencies":{"rc-tooltip":"2.x"},"gitHead":"418a8054be69c3fd1064aa00bed7a11953df37ff","_id":"rc-dropdown@1.3.0","_shasum":"72f9ac375cea6db6169433661cd2cbd1f973bb0a","_from":".","_npmVersion":"3.2.2","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"72f9ac375cea6db6169433661cd2cbd1f973bb0a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.3.0.tgz"},"directories":{}},"1.3.1":{"name":"rc-dropdown","version":"1.3.1","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"files":["lib","assets/*.css"],"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"node --harmony node_modules/.bin/rc-server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"node --harmony node_modules/.bin/rc-tools run saucelabs","browser-test":"node --harmony node_modules/.bin/rc-tools run browser-test","browser-test-cover":"node --harmony node_modules/.bin/rc-tools run browser-test-cover"},"devDependencies":{"async":"~0.9.0","bootstrap":"~3.3.2","expect.js":"~0.3.1","jquery":"1.x","precommit-hook":"^1.0.7","rc-menu":"4.x","rc-server":"3.x","rc-tools":"4.x","react":"^0.13.0"},"precommit":["lint"],"dependencies":{"rc-tooltip":"2.x"},"gitHead":"0009b8fdf13ebd161fce5d006cd977ce15c33206","_id":"rc-dropdown@1.3.1","_shasum":"b76d715b40a91b42223db7c68cf2184cb14c440f","_from":".","_npmVersion":"3.2.2","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"b76d715b40a91b42223db7c68cf2184cb14c440f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.3.1.tgz"},"directories":{}},"1.3.2":{"name":"rc-dropdown","version":"1.3.2","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"files":["lib","assets/*.css"],"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"node --harmony node_modules/.bin/rc-server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"node --harmony node_modules/.bin/rc-tools run saucelabs","browser-test":"node --harmony node_modules/.bin/rc-tools run browser-test","browser-test-cover":"node --harmony node_modules/.bin/rc-tools run browser-test-cover"},"devDependencies":{"async":"~0.9.0","bootstrap":"~3.3.2","expect.js":"~0.3.1","jquery":"1.x","precommit-hook":"^1.0.7","rc-menu":"4.x","rc-server":"3.x","rc-tools":"4.x","react":"^0.13.0"},"precommit":["lint"],"dependencies":{"rc-tooltip":"2.x"},"gitHead":"38b27fe8884ad53683a27fda62047207474af634","_id":"rc-dropdown@1.3.2","_shasum":"700c07779ffb33f58d4ad667a3172a354faccf2c","_from":".","_npmVersion":"3.2.2","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"700c07779ffb33f58d4ad667a3172a354faccf2c","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.3.2.tgz"},"directories":{}},"1.3.3":{"name":"rc-dropdown","version":"1.3.3","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"files":["lib","assets/*.css"],"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"node --harmony node_modules/.bin/rc-server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"node --harmony node_modules/.bin/rc-tools run saucelabs","browser-test":"node --harmony node_modules/.bin/rc-tools run browser-test","browser-test-cover":"node --harmony node_modules/.bin/rc-tools run browser-test-cover"},"devDependencies":{"async":"~0.9.0","bootstrap":"~3.3.2","expect.js":"~0.3.1","jquery":"1.x","precommit-hook":"^1.0.7","rc-menu":"4.x","rc-server":"3.x","rc-tools":"4.x","react":"^0.13.0"},"precommit":["lint"],"dependencies":{"rc-tooltip":"2.x"},"gitHead":"e16b55a848524683ff61200dba5fb4138c5cbf3f","_id":"rc-dropdown@1.3.3","_shasum":"4d915ff8726a0f0260967f4167c7423779198a29","_from":".","_npmVersion":"3.2.2","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"4d915ff8726a0f0260967f4167c7423779198a29","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.3.3.tgz"},"directories":{}},"1.4.0":{"name":"rc-dropdown","version":"1.4.0","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"files":["lib","assets/*.css"],"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"node --harmony node_modules/.bin/rc-server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"node --harmony node_modules/.bin/rc-tools run saucelabs","browser-test":"node --harmony node_modules/.bin/rc-tools run browser-test","browser-test-cover":"node --harmony node_modules/.bin/rc-tools run browser-test-cover"},"devDependencies":{"async":"~0.9.0","bootstrap":"~3.3.2","expect.js":"~0.3.1","jquery":"1.x","precommit-hook":"^1.0.7","rc-menu":"4.x","rc-server":"3.x","rc-tools":"4.x","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0"},"precommit":["lint"],"dependencies":{"rc-tooltip":"3.x"},"gitHead":"ac291c95a0521f7e32b028c23fb39569f57e8c8a","_id":"rc-dropdown@1.4.0","_shasum":"6532b237cd0ef32464a701b33af20d4c99c9a6f3","_from":".","_npmVersion":"2.14.8","_nodeVersion":"4.0.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"6532b237cd0ef32464a701b33af20d4c99c9a6f3","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.4.0.tgz"},"directories":{}},"1.4.2":{"name":"rc-dropdown","version":"1.4.2","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"files":["lib","assets/*.css"],"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"node --harmony node_modules/.bin/rc-server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"node --harmony node_modules/.bin/rc-tools run saucelabs","browser-test":"node --harmony node_modules/.bin/rc-tools run browser-test","browser-test-cover":"node --harmony node_modules/.bin/rc-tools run browser-test-cover"},"devDependencies":{"async":"~0.9.0","bootstrap":"~3.3.2","expect.js":"~0.3.1","jquery":"1.x","pre-commit":"1.x","rc-menu":"4.x","rc-server":"3.x","rc-tools":"4.x","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0"},"pre-commit":["lint"],"dependencies":{"rc-trigger":"1.x"},"gitHead":"50e042e63e2db5a0c7c205d3c4176940f69bf9e6","_id":"rc-dropdown@1.4.2","_shasum":"d84906b980a5026be56eae56b1c31aaea86e8f01","_from":".","_npmVersion":"2.14.8","_nodeVersion":"4.0.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"d84906b980a5026be56eae56b1c31aaea86e8f01","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.4.2.tgz"},"directories":{}},"1.4.3":{"name":"rc-dropdown","version":"1.4.3","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"files":["lib","assets/*.css"],"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"node --harmony node_modules/.bin/rc-server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"node --harmony node_modules/.bin/rc-tools run saucelabs","browser-test":"node --harmony node_modules/.bin/rc-tools run browser-test","browser-test-cover":"node --harmony node_modules/.bin/rc-tools run browser-test-cover"},"devDependencies":{"async":"~0.9.0","bootstrap":"~3.3.2","expect.js":"~0.3.1","jquery":"1.x","pre-commit":"1.x","rc-menu":"4.x","rc-server":"3.x","rc-tools":"4.x","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0"},"pre-commit":["lint"],"dependencies":{"rc-trigger":"1.x"},"gitHead":"499510346a585fcdde127645e0b6df43060a77c2","_id":"rc-dropdown@1.4.3","_shasum":"c674e1fff453c19003b731f321985d0ab2304ad9","_from":".","_npmVersion":"2.14.8","_nodeVersion":"4.0.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"c674e1fff453c19003b731f321985d0ab2304ad9","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.4.3.tgz"},"directories":{}},"1.4.4":{"name":"rc-dropdown","version":"1.4.4","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"files":["lib","assets/*.css"],"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","browser-test":"rc-tools run browser-test","browser-test-cover":"rc-tools run browser-test-cover"},"devDependencies":{"async":"~0.9.0","bootstrap":"~3.3.2","expect.js":"~0.3.1","jquery":"1.x","pre-commit":"1.x","rc-menu":"4.x","rc-server":"3.x","rc-tools":"4.x","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0"},"pre-commit":["lint"],"dependencies":{"rc-trigger":"1.x"},"gitHead":"6ba150aae68c3c70bd2ad302c5cb18bd225c6c50","_id":"rc-dropdown@1.4.4","_shasum":"7d6e26c68cd1023def61005a4a4c89b42b766c5a","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.1","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"7d6e26c68cd1023def61005a4a4c89b42b766c5a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.4.4.tgz"},"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/rc-dropdown-1.4.4.tgz_1456321383810_0.18203212786465883"},"directories":{}},"1.4.6":{"name":"rc-dropdown","version":"1.4.6","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"files":["lib","assets/*.css"],"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"async":"~0.9.0","bootstrap":"~3.3.2","expect.js":"~0.3.1","jquery":"1.x","pre-commit":"1.x","rc-menu":"4.x","rc-tools":"5.x","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0"},"pre-commit":["lint"],"dependencies":{"rc-trigger":"1.x"},"gitHead":"d90852699231586411579edc46e65ce599c1aad2","_id":"rc-dropdown@1.4.6","_shasum":"ab91a0e2dbae17f0099c913f00d7e4f00f3b26b1","_from":".","_npmVersion":"3.5.3","_nodeVersion":"4.2.2","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"ab91a0e2dbae17f0099c913f00d7e4f00f3b26b1","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.4.6.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-dropdown-1.4.6.tgz_1456902160135_0.3619821728207171"},"directories":{}},"1.4.7":{"name":"rc-dropdown","version":"1.4.7","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"files":["lib","assets/*.css"],"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"async":"~0.9.0","bootstrap":"~3.3.2","expect.js":"~0.3.1","jquery":"1.x","pre-commit":"1.x","rc-menu":"4.x","rc-tools":"5.x","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0"},"pre-commit":["lint"],"dependencies":{"rc-trigger":"1.x"},"gitHead":"5eaec00345e24d9d51a0c4af204a87a47bb322e5","_id":"rc-dropdown@1.4.7","_shasum":"fb46f263034e4aa560852e82e470a30c1b495841","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.1","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"fb46f263034e4aa560852e82e470a30c1b495841","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.4.7.tgz"},"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/rc-dropdown-1.4.7.tgz_1457584017593_0.34397519775666296"},"directories":{}},"1.4.8":{"name":"rc-dropdown","version":"1.4.8","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"files":["lib","assets/*.css"],"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"async":"~0.9.0","bootstrap":"~3.3.2","expect.js":"~0.3.1","jquery":"1.x","pre-commit":"1.x","rc-menu":"4.x","rc-tools":"5.x","react":"^0.14.0","react-addons-test-utils":"^0.14.0","react-dom":"^0.14.0"},"pre-commit":["lint"],"dependencies":{"rc-trigger":"1.x"},"gitHead":"a27e9949b36fea6077223897d5cc8601f8e315d3","_id":"rc-dropdown@1.4.8","_shasum":"3c63884551934fad5ece2d90bcc353a316f8d91c","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.1","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"3c63884551934fad5ece2d90bcc353a316f8d91c","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.4.8.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-dropdown-1.4.8.tgz_1460362974899_0.8748214058578014"},"directories":{}},"1.4.9":{"name":"rc-dropdown","version":"1.4.9","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"files":["lib","assets/*.css"],"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"async":"~0.9.0","bootstrap":"~3.3.2","expect.js":"~0.3.1","jquery":"1.x","pre-commit":"1.x","rc-menu":"4.x","rc-tools":"5.x","react":"15.x","react-addons-test-utils":"15.x","react-dom":"15.x"},"pre-commit":["lint"],"dependencies":{"rc-trigger":"1.x"},"gitHead":"f6ff40373c5d7c412768f800c9271d712a7a9abd","_id":"rc-dropdown@1.4.9","_shasum":"2d7c85093892003ce15cfa5278aae2ac19bed480","_from":".","_npmVersion":"3.9.5","_nodeVersion":"4.4.5","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"2d7c85093892003ce15cfa5278aae2ac19bed480","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.4.9.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-dropdown-1.4.9.tgz_1469098875335_0.7232548317406327"},"directories":{}},"1.4.10":{"name":"rc-dropdown","version":"1.4.10","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"files":["lib","assets/*.css"],"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"async":"~0.9.0","bootstrap":"~3.3.2","expect.js":"~0.3.1","jquery":"1.x","pre-commit":"1.x","rc-menu":"4.x","rc-tools":"5.x","react":"15.x","react-addons-test-utils":"15.x","react-dom":"15.x"},"pre-commit":["lint"],"dependencies":{"rc-trigger":"1.x"},"gitHead":"f304a249a17b3596c8252f5f2ec10a2b64804a32","_id":"rc-dropdown@1.4.10","_shasum":"77d1beff082a5dba0929906c8722fc53f84a69f4","_from":".","_npmVersion":"3.9.5","_nodeVersion":"4.4.5","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"77d1beff082a5dba0929906c8722fc53f84a69f4","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.4.10.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-dropdown-1.4.10.tgz_1469589685382_0.523474371060729"},"directories":{}},"1.4.11":{"name":"rc-dropdown","version":"1.4.11","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"files":["lib","assets/*.css"],"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"async":"~0.9.0","bootstrap":"~3.3.2","expect.js":"~0.3.1","jquery":"1.x","pre-commit":"1.x","rc-menu":"4.x","rc-tools":"5.x","react":"15.x","react-addons-test-utils":"15.x","react-dom":"15.x"},"pre-commit":["lint"],"dependencies":{"prop-types":"^15.5.8","rc-trigger":"1.x"},"gitHead":"4d5ad15e2d841858812f20b02712938e831602f1","_id":"rc-dropdown@1.4.11","_shasum":"91bdf7bb77064c928c117909d757f22582512de7","_from":".","_npmVersion":"4.2.0","_nodeVersion":"6.7.0","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"91bdf7bb77064c928c117909d757f22582512de7","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.4.11.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-dropdown-1.4.11.tgz_1493271842065_0.8101040821056813"},"directories":{}},"1.4.12":{"name":"rc-dropdown","version":"1.4.12","description":"dropdown ui component for react","keywords":["react","react-dropdown"],"homepage":"http://github.com/react-component/dropdown","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/dropdown.git"},"bugs":{"url":"http://github.com/react-component/dropdown/issues"},"files":["lib","assets/*.css"],"main":"lib/index","licenses":"MIT","config":{"port":8006},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"async":"~0.9.0","bootstrap":"~3.3.2","expect.js":"~0.3.1","jquery":"1.x","pre-commit":"1.x","rc-menu":"4.x","rc-tools":"5.x","react":"15.x","react-addons-test-utils":"15.x","react-dom":"15.x"},"pre-commit":["lint"],"dependencies":{"prop-types":"^15.5.8","rc-trigger":"1.x"},"gitHead":"f993dcec585d4379bcb53219c9ea1b1fdd4de564","_id":"rc-dropdown@1.4.12","_shasum":"02dea9f73fa579300586b869130aa2bf955ee733","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"02dea9f73fa579300586b869130aa2bf955ee733","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-dropdown/-/rc-dropdown-1.4.12.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rc-dropdown-1.4.12.tgz_1498117582302_0.9669548955280334"},"directories":{}}},"name":"rc-dropdown","time":{"modified":"2017-06-22T07:46:22.430Z","created":"2015-06-08T10:29:31.303Z","1.0.0":"2015-06-08T10:29:31.303Z","1.0.1":"2015-06-15T12:31:14.655Z","1.0.2":"2015-06-15T12:58:31.278Z","1.0.3":"2015-06-30T08:08:41.225Z","1.1.0":"2015-06-30T10:55:02.683Z","1.1.1":"2015-06-30T12:21:20.580Z","1.1.2":"2015-07-08T12:30:34.582Z","1.2.0":"2015-08-07T11:17:54.922Z","1.3.0":"2015-08-21T04:27:56.958Z","1.3.1":"2015-08-21T10:07:20.473Z","1.3.2":"2015-08-21T10:08:22.883Z","1.3.3":"2015-08-21T15:32:36.895Z","1.4.0":"2015-10-26T06:19:01.867Z","1.4.2":"2015-11-03T04:19:11.913Z","1.4.3":"2015-11-03T05:39:43.996Z","1.4.4":"2016-02-24T13:43:06.513Z","1.4.6":"2016-03-02T07:02:42.392Z","1.4.7":"2016-03-10T04:26:59.811Z","1.4.8":"2016-04-11T08:22:55.411Z","1.4.9":"2016-07-21T11:01:17.168Z","1.4.10":"2016-07-27T03:21:27.267Z","1.4.11":"2017-04-27T05:44:04.880Z","1.4.12":"2017-06-22T07:46:22.430Z"},"readmeFilename":"README.md","homepage":"http://github.com/react-component/dropdown"}