{"maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"benjycui","email":"benjytrys@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"keywords":["react","react-component","react-switch","switch"],"dist-tags":{"latest":"1.5.2"},"description":"switch ui component for react","readme":"# rc-switch\n---\n\nswitch ui component for react.\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-switch.svg?style=flat-square\n[npm-url]: http://npmjs.org/package/rc-switch\n[travis-image]: https://img.shields.io/travis/react-component/switch.svg?style=flat-square\n[travis-url]: https://travis-ci.org/react-component/switch\n[coveralls-image]: https://img.shields.io/coveralls/react-component/switch.svg?style=flat-square\n[coveralls-url]: https://coveralls.io/r/react-component/switch?branch=master\n[gemnasium-image]: http://img.shields.io/gemnasium/react-component/switch.svg?style=flat-square\n[gemnasium-url]: https://gemnasium.com/react-component/switch\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-switch.svg?style=flat-square\n[download-url]: https://npmjs.org/package/rc-switch\n\n## Feature\n\n* support ie8,ie8+,chrome,firefox,safari\n\n## install\n\n[![rc-switch](https://nodei.co/npm/rc-switch.png)](https://npmjs.org/package/rc-switch)\n\n## Usage\n\n```js\nimport ReactDOM from 'react-dom';\nimport Switch from 'rc-switch';\n\nReactDOM.render(<Switch />, container);\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>prefixCls</td>\n          <td>String</td>\n          <td>rc-switch</td>\n          <td></td>\n        </tr>\n        <tr>\n          <td>className</td>\n          <td>String</td>\n          <td>''</td>\n          <td>additional class name of root node</td>\n        </tr>\n        <tr>\n          <td>checked</td>\n          <td>boolean</td>\n          <td>false</td>\n          <td>whether switch is checked</td>\n        </tr>\n        <tr>\n          <td>defaultChecked</td>\n          <td>boolean</td>\n          <td>false</td>\n          <td>whether switch is checked on init</td>\n        <tr>\n          <td>onChange</td>\n          <td>Function</td>\n          <td></td>\n          <td>called when switch is checked or unchecked</td>\n        </tr>\n        <tr>\n          <td>tabIndex</td>\n          <td>number</td>\n          <td></td>\n          <td>tab-index of switch node</td>\n        </tr>\n        <tr>\n          <td>onClick</td>\n          <td>Function(checked)</td>\n          <td></td>\n          <td>called when switch is clicked</td>\n        </tr>\n    </tbody>\n</table>\n\n## Development\n\n```\nnpm install\nnpm start\n```\n\nOnline demo: http://react-component.github.io/switch/examples/\n\n## License\n\nrc-switch is released under the MIT license.\n","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/switch.git"},"users":{"totemat":true},"bugs":{"url":"http://github.com/react-component/switch/issues"},"license":"MIT","versions":{"1.0.0":{"name":"rc-switch","version":"1.0.0","description":"switch ui component for react","keywords":["react","react-component","react-switch","switch"],"homepage":"http://github.com/react-component/switch","author":{"name":"sliuqin@gmail.com"},"repository":{"type":"git","url":"git@github.com:react-component/switch.git"},"bugs":{"url":"http://github.com/react-component/switch/issues"},"licenses":"MIT","config":{"port":8001},"scripts":{"build":"rc-tools run build","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":"spm publish && rc-tools run tag","lint":"rc-tools run lint","test":"","saucelabs":"rc-tools run saucelabs","browser-test":"rc-tools run browser-test","browser-test-cover":"rc-tools run browser-test-cover"},"devDependencies":{"expect.js":"~0.3.1","precommit-hook":"^1.0.7","rc-server":"^2.0.0","rc-tools":"2.x","react":"^0.13.0"},"precommit":["lint","less"],"dependencies":{"rc-util":"2.x"},"gitHead":"66b716a5aabb34d2404f865f4d786875f3d6f6f8","_id":"rc-switch@1.0.0","_shasum":"448f6ac8da1ccfa37289c9bf995b8effbb458722","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"dist":{"shasum":"448f6ac8da1ccfa37289c9bf995b8effbb458722","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-switch/-/rc-switch-1.0.0.tgz"},"directories":{}},"1.1.0":{"name":"rc-switch","version":"1.1.0","description":"switch ui component for react","keywords":["react","react-component","react-switch","switch"],"main":"lib/index","homepage":"http://github.com/react-component/switch","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/switch.git"},"bugs":{"url":"http://github.com/react-component/switch/issues"},"licenses":"MIT","config":{"port":8001},"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":{"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":{"rc-util":"2.x"},"gitHead":"5719fa0d1494ff2c2821800c03053ff9730b6092","_id":"rc-switch@1.1.0","_shasum":"327812a03175c41e570fcec7a95d2adde38c6718","_from":".","_npmVersion":"2.11.0","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"dist":{"shasum":"327812a03175c41e570fcec7a95d2adde38c6718","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-switch/-/rc-switch-1.1.0.tgz"},"directories":{}},"1.2.0":{"name":"rc-switch","version":"1.2.0","description":"switch ui component for react","keywords":["react","react-component","react-switch","switch"],"main":"lib/index","homepage":"http://github.com/react-component/switch","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/switch.git"},"bugs":{"url":"http://github.com/react-component/switch/issues"},"licenses":"MIT","config":{"port":8001},"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":{"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":{"rc-util":"2.x"},"gitHead":"5fab2b65433c386dd89d7f0db116410da94157db","_id":"rc-switch@1.2.0","_shasum":"68c254081f5d5d5ca709e45935f978cb990ff991","_from":".","_npmVersion":"2.11.0","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"dist":{"shasum":"68c254081f5d5d5ca709e45935f978cb990ff991","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-switch/-/rc-switch-1.2.0.tgz"},"directories":{}},"1.2.1":{"name":"rc-switch","version":"1.2.1","description":"switch ui component for react","keywords":["react","react-component","react-switch","switch"],"main":"lib/index","homepage":"http://github.com/react-component/switch","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/switch.git"},"bugs":{"url":"http://github.com/react-component/switch/issues"},"licenses":"MIT","config":{"port":8001},"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":{"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":{"rc-util":"2.x"},"gitHead":"9c5c25032f00b0335f48eb8ff4caad3312c9829e","_id":"rc-switch@1.2.1","_shasum":"6859cb877ed75e37dbecf3bd12d13d8702ef4363","_from":".","_npmVersion":"2.11.0","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"dist":{"shasum":"6859cb877ed75e37dbecf3bd12d13d8702ef4363","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-switch/-/rc-switch-1.2.1.tgz"},"directories":{}},"1.3.0":{"name":"rc-switch","version":"1.3.0","description":"switch ui component for react","keywords":["react","react-component","react-switch","switch"],"main":"lib/index","files":["lib","assets"],"homepage":"http://github.com/react-component/switch","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/switch.git"},"bugs":{"url":"http://github.com/react-component/switch/issues"},"licenses":"MIT","config":{"port":8001},"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":{"expect.js":"~0.3.1","pre-commit":"^1.0.7","rc-server":"3.x","rc-tools":"4.x","react-addons-test-utils":"^0.14.0","react":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"dependencies":{"rc-util":"3.x"},"gitHead":"24ca421db179a99e3565afd12572cc5b577a119b","_id":"rc-switch@1.3.0","_shasum":"b2e2bb01fd75a1dbe3c949174587ae932f1c244d","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"dist":{"shasum":"b2e2bb01fd75a1dbe3c949174587ae932f1c244d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-switch/-/rc-switch-1.3.0.tgz"},"directories":{}},"1.3.1":{"name":"rc-switch","version":"1.3.1","description":"switch ui component for react","keywords":["react","react-component","react-switch","switch"],"main":"lib/index","files":["lib","assets"],"homepage":"http://github.com/react-component/switch","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/switch.git"},"bugs":{"url":"http://github.com/react-component/switch/issues"},"licenses":"MIT","config":{"port":8001},"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":{"expect.js":"~0.3.1","pre-commit":"^1.0.7","rc-server":"3.x","rc-tools":"4.x","react-addons-test-utils":"^0.14.0","react":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"dependencies":{"rc-util":"3.x"},"gitHead":"0bac728bf6b335dd70cc096c82738e753da5a11d","_id":"rc-switch@1.3.1","_shasum":"930e5fce74700b73d9221d54f369313597cc2928","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"dist":{"shasum":"930e5fce74700b73d9221d54f369313597cc2928","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-switch/-/rc-switch-1.3.1.tgz"},"directories":{}},"1.2.2":{"name":"rc-switch","version":"1.2.2","description":"switch ui component for react","keywords":["react","react-component","react-switch","switch"],"main":"lib/index","homepage":"http://github.com/react-component/switch","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/switch.git"},"bugs":{"url":"http://github.com/react-component/switch/issues"},"licenses":"MIT","config":{"port":8001},"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":{"expect.js":"~0.3.1","pre-commit":"1.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":{"classnames":"^2.2.1"},"gitHead":"c9d240f44343cbaf3bd70f87d5dce0c03997b64d","_id":"rc-switch@1.2.2","_shasum":"53bed92b8142439ba6aa41c9f60d8a8459271c33","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"maintainers":[{"name":"benjycui","email":"benjytrys@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"dist":{"shasum":"53bed92b8142439ba6aa41c9f60d8a8459271c33","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-switch/-/rc-switch-1.2.2.tgz"},"directories":{}},"1.3.2":{"name":"rc-switch","version":"1.3.2","description":"switch ui component for react","keywords":["react","react-component","react-switch","switch"],"main":"lib/index","homepage":"http://github.com/react-component/switch","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/switch.git"},"bugs":{"url":"http://github.com/react-component/switch/issues"},"licenses":"MIT","config":{"port":8001},"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":{"expect.js":"~0.3.1","pre-commit":"1.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":{"classnames":"^2.2.1"},"gitHead":"39fb4b1320b76cdf77b4414125e7474b8369bc7b","_id":"rc-switch@1.3.2","_shasum":"93702e814ecf7848573640534f6bc6fa6e5108ef","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"maintainers":[{"name":"benjycui","email":"benjytrys@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"dist":{"shasum":"93702e814ecf7848573640534f6bc6fa6e5108ef","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-switch/-/rc-switch-1.3.2.tgz"},"directories":{}},"1.3.3":{"name":"rc-switch","version":"1.3.3","description":"switch ui component for react","keywords":["react","react-component","react-switch","switch"],"main":"lib/index","homepage":"http://github.com/react-component/switch","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/switch.git"},"bugs":{"url":"http://github.com/react-component/switch/issues"},"licenses":"MIT","config":{"port":8001},"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":{"expect.js":"~0.3.1","pre-commit":"1.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":{"classnames":"^2.2.1"},"gitHead":"1cd03732520f4f234f6d44986d393858af39a4f8","_id":"rc-switch@1.3.3","_shasum":"0acb8ad8d5adc4dccbd5b126dce6e8b1c6d35bea","_from":".","_npmVersion":"3.5.3","_nodeVersion":"4.2.2","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"maintainers":[{"name":"benjycui","email":"benjytrys@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"dist":{"shasum":"0acb8ad8d5adc4dccbd5b126dce6e8b1c6d35bea","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-switch/-/rc-switch-1.3.3.tgz"},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/rc-switch-1.3.3.tgz_1455953313258_0.6542949492577463"},"directories":{}},"1.4.0":{"name":"rc-switch","version":"1.4.0","description":"switch ui component for react","keywords":["react","react-component","react-switch","switch"],"main":"lib/index","homepage":"http://github.com/react-component/switch","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/switch.git"},"bugs":{"url":"http://github.com/react-component/switch/issues"},"licenses":"MIT","config":{"port":8001},"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":{"expect.js":"~0.3.1","pre-commit":"1.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":{"classnames":"^2.2.1"},"gitHead":"ffcab13c4be23b00b662b0c54f51fa1301f97947","_id":"rc-switch@1.4.0","_shasum":"27c16fc695059a5bbbc72ac26ea05b912eb826d4","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.1","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"27c16fc695059a5bbbc72ac26ea05b912eb826d4","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-switch/-/rc-switch-1.4.0.tgz"},"maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"benjycui","email":"benjytrys@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-switch-1.4.0.tgz_1460109373936_0.10060992487706244"},"directories":{}},"1.4.1":{"name":"rc-switch","version":"1.4.1","description":"switch ui component for react","keywords":["react","react-component","react-switch","switch"],"main":"lib/index","homepage":"http://github.com/react-component/switch","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/switch.git"},"bugs":{"url":"http://github.com/react-component/switch/issues"},"licenses":"MIT","config":{"port":8001},"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":{"expect.js":"~0.3.1","pre-commit":"1.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":{"classnames":"^2.2.1"},"gitHead":"5dea1b49b741f6dbbb940c72edb0bf52c83d80dd","_id":"rc-switch@1.4.1","_shasum":"638dbfceb3930fae91bd877060edb538e954ff7e","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"638dbfceb3930fae91bd877060edb538e954ff7e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-switch/-/rc-switch-1.4.1.tgz"},"maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"benjycui","email":"benjytrys@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-switch-1.4.1.tgz_1460445948872_0.9548170373309404"},"directories":{}},"1.4.2":{"name":"rc-switch","version":"1.4.2","description":"switch ui component for react","keywords":["react","react-component","react-switch","switch"],"main":"lib/index","homepage":"http://github.com/react-component/switch","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/switch.git"},"bugs":{"url":"http://github.com/react-component/switch/issues"},"licenses":"MIT","config":{"port":8001},"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":{"expect.js":"~0.3.1","pre-commit":"1.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":{"classnames":"^2.2.1"},"gitHead":"69815098f1afbce061a137eed43add635eafc198","_id":"rc-switch@1.4.2","_shasum":"c19637c9be348ae0b6e86b8e4eae6ad06cb21ee7","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"c19637c9be348ae0b6e86b8e4eae6ad06cb21ee7","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-switch/-/rc-switch-1.4.2.tgz"},"maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"benjycui","email":"benjytrys@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-switch-1.4.2.tgz_1461750892170_0.28073215088807046"},"directories":{}},"1.4.3":{"name":"rc-switch","version":"1.4.3","description":"switch ui component for react","keywords":["react","react-component","react-switch","switch"],"main":"lib/index","homepage":"http://github.com/react-component/switch","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/switch.git"},"bugs":{"url":"http://github.com/react-component/switch/issues"},"licenses":"MIT","config":{"port":8001},"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":{"expect.js":"~0.3.1","pre-commit":"1.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":{"classnames":"^2.2.1"},"gitHead":"62ce765241f0185dd17b0561b173bdcb521fa32a","_id":"rc-switch@1.4.3","_shasum":"6b19d9e01b838dd57cf88a95839343522aeed670","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.4.0","_npmUser":{"name":"benjycui","email":"benjytrys@gmail.com"},"dist":{"shasum":"6b19d9e01b838dd57cf88a95839343522aeed670","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-switch/-/rc-switch-1.4.3.tgz"},"maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"benjycui","email":"benjytrys@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-switch-1.4.3.tgz_1483435953968_0.8719978805165738"},"directories":{}},"1.4.4":{"name":"rc-switch","version":"1.4.4","description":"switch ui component for react","keywords":["react","react-component","react-switch","switch"],"main":"lib/index","homepage":"http://github.com/react-component/switch","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/switch.git"},"bugs":{"url":"http://github.com/react-component/switch/issues"},"licenses":"MIT","config":{"port":8001},"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","lint:fix":"rc-tools run lint --fix","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":{"expect.js":"~0.3.1","pre-commit":"1.x","rc-tools":"5.x","react":"15.x","react-addons-test-utils":"15.x","react-dom":"~15.x"},"pre-commit":["lint"],"dependencies":{"classnames":"^2.2.1","prop-types":"^15.5.6"},"gitHead":"3e03d0b1fbcebe534ac987a13d99d8948f450cac","_id":"rc-switch@1.4.4","_shasum":"fdf084ac91f0267f828bdb94bb208ca1fe89815b","_from":".","_npmVersion":"4.2.0","_nodeVersion":"6.7.0","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"fdf084ac91f0267f828bdb94bb208ca1fe89815b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-switch/-/rc-switch-1.4.4.tgz"},"maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"benjycui","email":"benjytrys@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-switch-1.4.4.tgz_1491998548433_0.9113828982226551"},"directories":{}},"1.5.1":{"name":"rc-switch","version":"1.5.1","description":"switch ui component for react","keywords":["react","react-component","react-switch","switch"],"main":"lib/index","module":"./es/index","files":["assets/*.css","es","lib"],"homepage":"http://github.com/react-component/switch","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/switch.git"},"bugs":{"url":"http://github.com/react-component/switch/issues"},"licenses":"MIT","config":{"port":8001},"scripts":{"build":"rc-tools run build","compile":"rc-tools run compile --babel-runtime","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint","test":"jest","prepublish":"rc-tools run guard","coverage":"jest --coverage && cat ./coverage/lcov.info | coveralls"},"jest":{"collectCoverageFrom":["src/**/*"],"snapshotSerializers":["enzyme-to-json/serializer"],"transform":{"\\.jsx?$":"./node_modules/rc-tools/scripts/jestPreprocessor.js"}},"devDependencies":{"coveralls":"^2.11.15","enzyme":"^2.6.0","enzyme-to-json":"^1.5.0","jest":"^19.0.2","pre-commit":"1.x","rc-tools":"6.x","react":"15.x","react-dom":"15.x","react-test-renderer":"^15.3.2"},"pre-commit":["lint"],"dependencies":{"babel-runtime":"^6.23.0","classnames":"^2.2.1","prop-types":"^15.5.6"},"gitHead":"7b33f03f37486ebc8896b841b8fff9ce38e92014","_id":"rc-switch@1.5.1","_shasum":"ff3ee3665a418e6c2e9a5c1c9d8b265e19410ed6","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"ff3ee3665a418e6c2e9a5c1c9d8b265e19410ed6","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-switch/-/rc-switch-1.5.1.tgz"},"maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"benjycui","email":"benjytrys@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rc-switch-1.5.1.tgz_1496730943214_0.3284640833735466"},"directories":{}},"1.5.2":{"name":"rc-switch","version":"1.5.2","description":"switch ui component for react","keywords":["react","react-component","react-switch","switch"],"main":"lib/index","module":"./es/index","files":["assets/*.css","es","lib"],"homepage":"http://github.com/react-component/switch","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/switch.git"},"bugs":{"url":"http://github.com/react-component/switch/issues"},"license":"MIT","config":{"port":8001},"scripts":{"build":"rc-tools run build","compile":"rc-tools run compile --babel-runtime","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint","test":"jest","prepublish":"rc-tools run guard","coverage":"jest --coverage && cat ./coverage/lcov.info | coveralls"},"jest":{"collectCoverageFrom":["src/**/*"],"snapshotSerializers":["enzyme-to-json/serializer"],"transform":{"\\.jsx?$":"./node_modules/rc-tools/scripts/jestPreprocessor.js"}},"devDependencies":{"coveralls":"^2.11.15","enzyme":"^2.6.0","enzyme-to-json":"^1.5.0","jest":"^19.0.2","pre-commit":"1.x","rc-tools":"6.x","react":"15.x","react-dom":"15.x","react-test-renderer":"^15.3.2"},"pre-commit":["lint"],"dependencies":{"babel-runtime":"^6.23.0","classnames":"^2.2.1","prop-types":"^15.5.6"},"gitHead":"6a77ddd2fe7c136e431896043599f18c7961d593","_id":"rc-switch@1.5.2","_shasum":"ff5dc7291eb5562211f64482c9e3faa8b8d10f8e","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"ff5dc7291eb5562211f64482c9e3faa8b8d10f8e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-switch/-/rc-switch-1.5.2.tgz"},"maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"benjycui","email":"benjytrys@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rc-switch-1.5.2.tgz_1497680935683_0.7555515370331705"},"directories":{}}},"name":"rc-switch","time":{"modified":"2017-06-19T10:08:28.708Z","created":"2015-05-13T09:13:04.947Z","1.0.0":"2015-05-13T09:13:04.947Z","1.1.0":"2015-07-08T11:33:14.937Z","1.2.0":"2015-07-09T12:45:26.075Z","1.2.1":"2015-07-09T12:57:06.399Z","1.3.0":"2015-11-16T05:06:09.594Z","1.3.1":"2015-11-16T05:07:17.750Z","1.2.2":"2016-01-25T03:46:16.003Z","1.3.2":"2016-01-25T03:56:33.465Z","1.3.3":"2016-02-20T07:28:37.571Z","1.4.0":"2016-04-08T09:56:14.447Z","1.4.1":"2016-04-12T07:25:49.367Z","1.4.2":"2016-04-27T09:54:52.589Z","1.4.3":"2017-01-03T09:32:34.216Z","1.4.4":"2017-04-12T12:02:30.093Z","1.5.1":"2017-06-06T06:35:43.395Z","1.5.2":"2017-06-17T06:28:55.828Z"},"readmeFilename":"README.md","homepage":"http://github.com/react-component/switch"}