{
	"name": "rc-switch",
	"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": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.0.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"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": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"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": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.2.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"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": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.2.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"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": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.3.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"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": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.3.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"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": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.2.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"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": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.3.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"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": "https://registry.npmjs.org/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": {},
			"contributors": []
		},
		"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": "https://registry.npmjs.org/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": {},
			"contributors": []
		},
		"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": "https://registry.npmjs.org/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": {},
			"contributors": []
		},
		"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": "https://registry.npmjs.org/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": {},
			"contributors": []
		},
		"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": "https://registry.npmjs.org/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": {},
			"contributors": []
		},
		"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": "https://registry.npmjs.org/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": {},
			"contributors": []
		},
		"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": "https://registry.npmjs.org/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": {},
			"contributors": []
		},
		"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": "https://registry.npmjs.org/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": {},
			"contributors": []
		},
		"1.5.3": {
			"name": "rc-switch",
			"version": "1.5.3",
			"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": "baf920c8436d44044099c93992646db6fdfce739",
			"_id": "rc-switch@1.5.3",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.1.1",
			"_npmUser": {
				"name": "benjycui",
				"email": "benjytrys@gmail.com"
			},
			"dist": {
				"integrity": "sha512-mOs6ZRgtioWt34CBrxC0nH5vJcg8cJ6RuDExN7qua3m9WYmd6NoSMgK3hXI7VDXuAsSLUGiE9MhJyIeeGcr57A==",
				"shasum": "283c2608bac57ebd7cdc4033269de14b6753eb39",
				"tarball": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.5.3.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.3.tgz_1504833575560_0.287864807061851"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.0": {
			"name": "rc-switch",
			"version": "1.6.0",
			"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": {
				"setupFiles": [
					"./tests/setup.js"
				],
				"collectCoverageFrom": [
					"src/**/*"
				],
				"snapshotSerializers": [
					"enzyme-to-json/serializer"
				],
				"transform": {
					"\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
				}
			},
			"devDependencies": {
				"coveralls": "^2.11.15",
				"enzyme": "^3.0.0",
				"enzyme-adapter-react-16": "^1.0.1",
				"enzyme-to-json": "^3.0.0",
				"jest": "^19.0.2",
				"pre-commit": "1.x",
				"rc-tools": "6.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"react-test-renderer": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "^6.23.0",
				"classnames": "^2.2.1",
				"prop-types": "^15.5.6"
			},
			"gitHead": "bab2de86b1e4c59632aa5767b2895a86549d9207",
			"_id": "rc-switch@1.6.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "9.0.0",
			"_npmUser": {
				"name": "yesmeck",
				"email": "yesmeck@gmail.com"
			},
			"dist": {
				"integrity": "sha512-tlnYj92N/PxFLWJObATgSPYWESCFTUtdFjDRbCJFvSd4j2a8IFLz20X/5d3OTnFtf7DcxLTa/aGIPmsI3mFn3g==",
				"shasum": "c2d7369bdb87c1fd45e84989a27c1fb2f201d2fd",
				"tarball": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.6.0.tgz"
			},
			"maintainers": [
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-switch-1.6.0.tgz_1510717138016_0.44938712706789374"
			},
			"directories": {},
			"contributors": []
		},
		"1.7.0": {
			"name": "rc-switch",
			"version": "1.7.0",
			"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": {
				"setupFiles": [
					"./tests/setup.js"
				],
				"collectCoverageFrom": [
					"src/**/*"
				],
				"snapshotSerializers": [
					"enzyme-to-json/serializer"
				],
				"transform": {
					"\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
				}
			},
			"devDependencies": {
				"coveralls": "^2.11.15",
				"enzyme": "^3.0.0",
				"enzyme-adapter-react-16": "^1.0.1",
				"enzyme-to-json": "^3.0.0",
				"jest": "^19.0.2",
				"pre-commit": "1.x",
				"rc-tools": "6.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"react-test-renderer": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "^6.23.0",
				"classnames": "^2.2.1",
				"prop-types": "^15.5.6"
			},
			"gitHead": "084038007236ed81384c0b79d298b80f582308f6",
			"_id": "rc-switch@1.7.0",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "yesmeck",
				"email": "yesmeck@gmail.com"
			},
			"dist": {
				"integrity": "sha512-G7ynfwK5/w7FN1vOnOlEnKOgJmCbB8pd91rHV7thlXh7NSAzOotn1/dCkk5C//sD/T9RH95WSNVgLFdRxTjpFA==",
				"shasum": "a655f08951d6db94d83f162da5b69506cb703b6f",
				"tarball": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.7.0.tgz",
				"fileCount": 9,
				"unpackedSize": 19989,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaBS+CRA9TVsSAnZWagAAeBwP/RukFkFdx5ZBvPneNTEt\nDn0PYCr2GrR4FwAtiSs2zwXzEHy1RAo7wFIyxBZ/lQrFCjsN4kqd9fQPPylx\n+//ohkVWkeNwICRArTMEMDqLnc/7RAG6ZZNMN9ZxqVtG0tjR+CBU9vY26wVy\nAvFs7hKE/TVAlIVVkRDqIC2R40peXMxScloSiLaMafoj7MDAjEAs3Y7aNKPy\nXwBmBIvO8yDwUC51I3nGIMm5QZmoGItzPm9tmztmdjrXS8pj6PN/EQC5ZsHN\nbuPDrZwATyNv5ia2GJ2DljHlqNzhIVimA5AFamVZyn8oBlQZ/ubGiUqrlsCM\nOGBY290+IyoxB4rVE6ci9rFEN45wrgVU8keiGYCHelYx6bXAP+ej+BLRziu7\n4vkrgzJy3ejFWrYOT98IwINchp1EmkVoC9gBFn91ieDV5afhaJcTMiQJfVfK\nukZTIaOxgOhrW1/q3Pw6BJf6uY/ylPHIaAeGbY/6Re9Aen+QAjQIbEWQFhds\nDz0Yi//mtYBWx8fU2njPkEqzSDSUUz4OZ/XfeAdC8kFjSqP4FuzAvW57eyz0\nXd/76X50TCFqYRt/vmWFp2vjG9eQnXA6U9UabQ/eDXdFkHqwmE2KzRye04Py\nnaLoe5wWykrR2cSOysORDdEbjPJpp2ap4dngg6zFv8/kd+yW7YW882DCxT32\nfK3h\r\n=4CA2\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "valleykiddy@gmail.com",
					"name": "valleykid"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-switch_1.7.0_1533547709976_0.009122756047836855"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.8.0": {
			"name": "rc-switch",
			"version": "1.8.0",
			"description": "switch ui component for react",
			"keywords": [
				"react",
				"react-component",
				"react-switch",
				"switch"
			],
			"main": "lib/index",
			"module": "./es/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"
			},
			"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": {
				"setupFiles": [
					"./tests/setup.js"
				],
				"collectCoverageFrom": [
					"src/**/*"
				],
				"snapshotSerializers": [
					"enzyme-to-json/serializer"
				],
				"transform": {
					"\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
				}
			},
			"devDependencies": {
				"coveralls": "^2.11.15",
				"enzyme": "^3.0.0",
				"enzyme-adapter-react-16": "^1.0.1",
				"enzyme-to-json": "^3.0.0",
				"jest": "^19.0.2",
				"pre-commit": "1.x",
				"rc-tools": "6.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"react-test-renderer": "^16.0.0"
			},
			"peerDependencies": {
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "^6.23.0",
				"classnames": "^2.2.1",
				"prop-types": "^15.5.6"
			},
			"gitHead": "f05e8b18332d5a0de7ba33259bc0bf79ea440747",
			"_id": "rc-switch@1.8.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"dist": {
				"integrity": "sha512-n4H+K2XJCqGwVQKwWOjbxl1kpdov0PVE9DGhzs/S20gk65s/nAOkpdO9tBD7IM/20KRNTBh0fEWkEedByrqh6w==",
				"shasum": "cff32fd04c406d8c0c0397e69bc36350a333e236",
				"tarball": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.8.0.tgz",
				"fileCount": 9,
				"unpackedSize": 19841,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbmS0sCRA9TVsSAnZWagAAziYP/240HK7KrwYjBD+5fd9z\nAqU0s90w4DHns52KVdBAkTm7Xdow4+RCumYSqtzY4ZsQh1bf0wRV8Tj7zl+5\nVwwWgTZlz70K/Tg70nZmtDtcOSFSaVRXFN4U28QKlK21C72+aCG/c5/TyyXB\nVhIs+7HKTACB9Zd5yzrdKX6NskYW+x3o0XUmI8uIFUX7yxzJXPjrNA82mi/9\nuDItbrKakR1XYgHEr1fXHk4x/jE0wwsBT2GmMFnHPKRUOR3fh+a1rpIkueMw\ntbKPJp4s7V/aMUmQsdyUePkAbRIDpCVQcomJiJN/x14k7pLtvgVu/0XzN8V7\n5xfT/tTP/jCphQp0nQJczikQ86Gga475SaJaDlWhfTjJynxuqSI4+0+A1L/b\nA+KDUekYBnBZ5wKHpCishsCu/MopOYrM1ieq9U4fdPTav0L5J+RQsKGyozWW\n8gCaUoZgMOg70kuD/JqE2hiRassM7dd9yXThaQ/4Tf52tsyQu5kidJhzTjYM\n24Vxa4XN9aRaAz+sYkDJ5MsBGW/NEFVfB7gyJu7hgPewOMIzokJqgSk06WAO\nIGmQOMKieWBCAvqhUE2a2FiYzEUhRA2B1j8pFX4rfB5qEUSFeXWP5Tz8fhKF\n/oolhpHGX8I2zMZ+3JrXL14+bJq0BI6/K2vwI4EwmcXt1otuvBtfqQSUHvx3\n4ecE\r\n=1IwU\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "valleykiddy@gmail.com",
					"name": "valleykid"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-switch_1.8.0_1536765227803_0.8534149236108186"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.9.0": {
			"name": "rc-switch",
			"version": "1.9.0",
			"description": "switch ui component for react",
			"keywords": [
				"react",
				"react-component",
				"react-switch",
				"switch"
			],
			"main": "lib/index",
			"module": "./es/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"
			},
			"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": "rc-tools run test",
				"prepublish": "rc-tools run guard",
				"coverage": "rc-tools run test --coverage",
				"pre-commit": "rc-tools run pre-commit",
				"lint-staged": "lint-staged"
			},
			"devDependencies": {
				"coveralls": "^2.11.15",
				"enzyme": "^3.0.0",
				"enzyme-adapter-react-16": "^1.0.1",
				"enzyme-to-json": "^3.0.0",
				"lint-staged": "^8.1.0",
				"pre-commit": "1.x",
				"rc-tools": "^9.3.4",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"react-test-renderer": "^16.0.0"
			},
			"peerDependencies": {
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint-staged"
			],
			"lint-staged": {
				"*.{js,jsx,ts,tsx}": [
					"npm run pre-commit",
					"git add"
				]
			},
			"dependencies": {
				"classnames": "^2.2.1",
				"prop-types": "^15.5.6",
				"react-lifecycles-compat": "^3.0.4"
			},
			"gitHead": "6e7545fae53079b7242c2e1efad7e2232811bad9",
			"_id": "rc-switch@1.9.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.0",
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Isas+egaK6qSk64jaEw4GgPStY4umYDbT7ZY93bZF1Af+b/JEsKsJdNOU2qG3WI0Z6tXo2DDq0kJCv8Yhu0zww==",
				"shasum": "ab2b878f2713c681358a453391976c9b95b290f7",
				"tarball": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.9.0.tgz",
				"fileCount": 9,
				"unpackedSize": 27007,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSyxaCRA9TVsSAnZWagAAEz0P/3aJbHd0fRNSV20d2fac\ncbCdOOG4tQnJEBJXvZgaKH1NtELNfqZSg8tYRwhSGvHw/19HR63BW40MUY40\ntijR0fT7MzVdbT9rU4ov3WljHOyKIan1G8RwvIh19wl/xR179flkLcpvPqmH\nJ/DIViSgqJsAdsHyj+ncozvLFaUYYp993kIvz8d7ogTjJAjM99wh2TotgU3P\nuI2fERFiHj+hKDUnwPcoTGvNFcFQAg245pKplxk6sfCqaJwzWAaT5CDoaTY6\nVZFOekKppaoryCB1Gv7JWihM9pMuXRTf+MQDJgZ2OnwNNmrd9ELqfEcjKcLV\noA/9vFOCEMEiRVcIKnaieIQ7jF/IsL/K69CstodkI8FrQGUnIh149ECwaRu+\nXxAQRAkOoWSd2sXgwjXjBlTKnix0ZFFQExzrxPcfZqUWrUAbSSOHXiv4IVj6\ntR1g2bvcgpt89VpRPS9hFUcJQxfrIP9do9dQiw05rjAanm9oz7GDF9xnYHTb\nGWV4w1oB9gBJgILLNbuLH6maTFDJso9K270DWd9hjsBFAhMeENe9luXfPAdB\nd8vLJx1wde01SUHNjdOZoZY4fvP6tnMklGQUFcT/li5Ag+uIB7qKd6vhyjKx\n9uTARmYeWSXAwtYgUeBRah0BZQQMbIuXLc8e/5NBGb0ofMoF3asktNC6HWNz\nMxN1\r\n=Zv1g\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "valleykiddy@gmail.com",
					"name": "valleykid"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-switch_1.9.0_1548430425772_0.13027430461509737"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "rc-switch",
			"version": "2.0.0",
			"description": "switch ui component for react",
			"keywords": [
				"react",
				"react-component",
				"react-switch",
				"switch"
			],
			"main": "lib/index",
			"module": "./es/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"
			},
			"license": "MIT",
			"scripts": {
				"start": "father doc dev --storybook",
				"build": "father doc build  --storybook",
				"compile": "father build && lessc assets/index.less assets/index.css",
				"gh-pages": "father doc deploy",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ --ext .jsx,.js,.md",
				"test": "father test",
				"coverage": "father test --coverage"
			},
			"devDependencies": {
				"coveralls": "^3.0.6",
				"enzyme": "^3.0.0",
				"enzyme-adapter-react-16": "^1.0.1",
				"enzyme-to-json": "^3.0.0",
				"eslint": "^6.8.0",
				"father": "^2.13.4",
				"less": "^3.11.1",
				"np": "^6.2.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"react-test-renderer": "^16.0.0"
			},
			"peerDependencies": {
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"dependencies": {
				"classnames": "^2.2.1"
			},
			"gitHead": "b86c07a12d6fd6135432e8f359c6a72f770378ab",
			"_id": "rc-switch@2.0.0",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "6.14.1",
			"dist": {
				"integrity": "sha512-x4ypcYbFh5uQY26GdAl7xvwbdVYp4IRZp63rguH41Jd697y63ESn2hlgo6CQp9AyAAu4puwQwNqK2wFBezjicg==",
				"shasum": "4a29c8dc13a1a9d59259c87f1612137cf497a302",
				"tarball": "https://registry.npmjs.org/rc-switch/-/rc-switch-2.0.0.tgz",
				"fileCount": 9,
				"unpackedSize": 29845,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetTs1CRA9TVsSAnZWagAAIOAQAIM0x5dBCcKm6ZJNwX/u\newJZ1V84iCmnF+j4oIKz/XBDK6Gu1m6zbNrpb9fUsBJz9i79ADCWo+yElFdz\nfOgW2zbzKSeRu/WdPsKC8k1dVoMcJp0hA7IrSMQoTy36y2U0IRFweXGRGeDa\nFch4xGji3Y4ggUbK0frKTOvO5hiUoZp+F8bpgz57iwbC3/MVJOGtKOvmuU0+\nLWlVWdQ7fyT1Gv3sLtMQ2iE7NSPdeskixl3Znp8GcDsglNmG9AiXA1OFApm9\nvWLz2gtIGxu/eoJoPxXJhSByFT/u/N8ckV3/CEBt/ZNBr27VVL0whOXod3BD\nhqOpo0qZY3aL/U7P8T9He65H6TrvXcKMWxQ3dJa9ARUrvYIrivvhpnSqsMJ6\ndTSkKNhZYIXwPe9B1hlDiBuf/OdcjTlhFxHAIoaynWsKYfjNaL88id4aSbl0\nM8hSudCCNE8x/dNiqHUOIbooERgioytj+HzRLzEjgSSJsziVwZpkojJOkph5\nSFoEE3UIAHuRPuXfeYGCNSSUYtKrg6ZZLKHKMEbdD2hK2bnkTIVvL3FXCLD6\nQmPDj/3n+tG7L9bM3/lHdrT/F75UHDGkVkTkCk1OYHzP3/0JbPbhNnmsVojA\nmXY6RWCg3fHIVJGVkduSZCfn2cfIMGEhx27t1Kp5gUYh6+6lZbGTq4VOHbF+\nXFBN\r\n=1pZp\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "valleykiddy@gmail.com",
					"name": "valleykid"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-switch_2.0.0_1588935476631_0.06050115458789995"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "rc-switch",
			"version": "3.0.0",
			"description": "switch ui component for react",
			"keywords": [
				"react",
				"react-component",
				"react-switch",
				"switch"
			],
			"main": "lib/index",
			"module": "./es/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"
			},
			"license": "MIT",
			"scripts": {
				"start": "father doc dev --storybook",
				"build": "father doc build  --storybook",
				"compile": "father build && lessc assets/index.less assets/index.css",
				"gh-pages": "father doc deploy",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint .",
				"test": "father test",
				"coverage": "father test --coverage"
			},
			"devDependencies": {
				"coveralls": "^3.0.6",
				"enzyme": "^3.0.0",
				"enzyme-adapter-react-16": "^1.0.1",
				"enzyme-to-json": "^3.0.0",
				"eslint": "^7.0.0",
				"father": "^2.13.4",
				"less": "^3.11.1",
				"np": "^6.2.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"react-test-renderer": "^16.0.0"
			},
			"peerDependencies": {
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"dependencies": {
				"classnames": "^2.2.1"
			},
			"gitHead": "cf142ccf4867a4c0179afd78e0d72c6744dfc0d3",
			"_id": "rc-switch@3.0.0",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-utNekI68KABBxdDPE4WIBHLHxrE+OjM9VwljToQgmB22Uumb+GjZr+YAuKuVNr4ngcJ78RdKCCEC0Rwe/oKVdQ==",
				"shasum": "ac78df6d75c8c6e26724c98aa2fde8e52d0f1451",
				"tarball": "https://registry.npmjs.org/rc-switch/-/rc-switch-3.0.0.tgz",
				"fileCount": 9,
				"unpackedSize": 24037,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewPk6CRA9TVsSAnZWagAAVzQP/RXcGoSr46WL4h5/ekMZ\nvuI4sxqsB2ajkQjmpaKe66YY5rYqk5fN4IlMbiFyA7sOt1hRW+WMQRoupn41\n7UqMrDyS0MjC1sgbb53giKBc2IU7pYld8ykyJMogALieAtJKFyOiaYfYCvZR\nTJTkr+TSulyga77XdEd0aWAmzWMsKymEGHimL6YVmudjkuBuEDKTw5Cix6V5\nqvPx8sZhDoskKiyn/vERDuzexNPv7tIIV/m+dBy1loUagv3ydPBVIskeiPDr\nIsGNpeZBjsPhydthRQj5Yf8ToTQeKeSNHkWc+4hc56AoLd9F7jiWiK3D+Pho\nNF+Uou/Qng0Whme5dMHMBC7H0yZdzu9j6J6gd/86YPVdVz5KvZ78v5SRJQ/0\nJ8IdujmHitBKySlgO3uKo1+VRmkTIBJ9CIlN5f7fbbrZhYpIhOE3ah6kcFVR\nYk1Q1qtcOHxVXU4Yac/jkVpKq1j4ebS7ky88zXZvk7AeIHMY4cyqWeip/kQO\nOc0ExB6zwbD7eKqggHPoGjBVbQ9jrkKsi6PDilvzb4X6pjVpftLiphdK5UZo\nm5raaJxX2oa2mZF945jrGmXlDM2gA88aMJTcCHkN6uMAtv10G2zwdJLwTlFs\nd1ZEkUiG6ftGMuFj4GttTmw4+i566k/EcFnNtO8BZ6GXH8l3FXMZXcwXs19X\njxrp\r\n=32NJ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "valleykiddy@gmail.com",
					"name": "valleykid"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-switch_3.0.0_1589705017679_0.612807141015534"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.1": {
			"name": "rc-switch",
			"version": "3.0.1",
			"description": "switch ui component for react",
			"keywords": [
				"react",
				"react-component",
				"react-switch",
				"switch"
			],
			"main": "lib/index",
			"module": "./es/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"
			},
			"license": "MIT",
			"scripts": {
				"start": "father doc dev --storybook",
				"build": "father doc build  --storybook",
				"compile": "father build && lessc assets/index.less assets/index.css",
				"gh-pages": "father doc deploy",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint .",
				"test": "father test",
				"coverage": "father test --coverage"
			},
			"devDependencies": {
				"coveralls": "^3.0.6",
				"enzyme": "^3.0.0",
				"enzyme-adapter-react-16": "^1.0.1",
				"enzyme-to-json": "^3.0.0",
				"eslint": "^7.0.0",
				"father": "^2.13.4",
				"less": "^3.11.1",
				"np": "^6.2.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"react-test-renderer": "^16.0.0"
			},
			"peerDependencies": {
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"dependencies": {
				"classnames": "^2.2.1"
			},
			"gitHead": "ae6e547771170a8a49397e97590a3f94e0b14ba4",
			"_id": "rc-switch@3.0.1",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-gPrR8PSXpa4xMFGwcdEUsy6oLvCne/qWQjk4x8J+CMocIGsWYXU5cAm9CkjbPYGoff391h1s02ORrqFPbMVuaw==",
				"shasum": "6729a022ca968ddcb3d7b5d3ef3865869db03558",
				"tarball": "https://registry.npmjs.org/rc-switch/-/rc-switch-3.0.1.tgz",
				"fileCount": 9,
				"unpackedSize": 24041,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewin2CRA9TVsSAnZWagAA1sAP/0ETdkPHBS0US1zK3X0R\nZbm7xZfYLZ1dLyZ0M8veR5y8BrOTVSg1jpomStWILCv2iJL9eVi7L5e3o0PR\n4sP+jAP8ATdNuqkJG/yDsvOfCPLUwMqNUXl1bQIHf41eEIG81d3oYKDXBKB0\nauoTjHzMtdFK/5Qmy+AeqvI4HuiX5CQtFxFLdI2MTTssY1MvhanYgKm8jidu\n/9XQftQeshFl2fAnTIPjT7e4RfDzjD9os+0tYU5myrQC5IG/w9y68GOINbzO\nCLqDrX/+cg/NCpMAHqgHYJ5ZdmiF8rsBPm1sWrByFsYPr73QMP6KatGzLBej\nxX2Vqpea9madtXBmCP9aUmKnooC1Pg2YpjrCZ2puFucS6lPT+fUkjSFbEHVa\nEVl7t5LeTxe0UVQNoHnmWT5J0RlMrGxB8mS6sOOQMtkjS2qlm71ZFlwCaCRY\nKkc+3YtOFPyDhOlTuGWN8RCsvaeOnmUCRaNrC/N+lTP+gF0FcpGUqx65IfTD\nyN3Yrp9GbITkgATbrF+lv57sybVSDB+v2XSX5pgZWrKG+KiicVdl4B0pj6LL\n7kGQsiGVqSezmzlpOkoHAtjTMywdiQViGtzE1lM98CW+j6RQwTuaklZFNBHn\njPVlcObj9/KPsGP/u3BjTq4KWsc3PhD9ZuanOfu7G8WcxGCcIjUNqroBQBjC\nIYmP\r\n=OvaA\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "valleykiddy@gmail.com",
					"name": "valleykid"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-switch_3.0.1_1589783029752_0.28967477247343765"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.0": {
			"name": "rc-switch",
			"version": "3.1.0",
			"description": "switch ui component for react",
			"keywords": [
				"react",
				"react-component",
				"react-switch",
				"switch"
			],
			"main": "lib/index",
			"module": "./es/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"
			},
			"license": "MIT",
			"scripts": {
				"start": "father doc dev --storybook",
				"build": "father doc build  --storybook",
				"compile": "father build && lessc assets/index.less assets/index.css",
				"gh-pages": "father doc deploy",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint .",
				"test": "father test",
				"coverage": "father test --coverage"
			},
			"devDependencies": {
				"@types/classnames": "^2.2.10",
				"@types/jest": "^25.2.2",
				"coveralls": "^3.0.6",
				"enzyme": "^3.0.0",
				"enzyme-adapter-react-16": "^1.0.1",
				"enzyme-to-json": "^3.0.0",
				"eslint": "^7.0.0",
				"father": "^2.13.4",
				"less": "^3.11.1",
				"np": "^6.2.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"react-test-renderer": "^16.0.0"
			},
			"peerDependencies": {
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"dependencies": {
				"classnames": "^2.2.1",
				"rc-util": "^4.20.5"
			},
			"gitHead": "6828e236e2a241c232f9ce3fa9f4357ae726a42f",
			"_id": "rc-switch@3.1.0",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-Aj187C59srZR43zzic4que/OFFbUwhbpKHU4Ppuv2Zg6i+0F4OSJ/4Z0NGS7Ssqf2n/EMQ+AJQpX14GEYqBFoA==",
				"shasum": "29c7d125d1631c8d991edbd25e5c875564d9a0da",
				"tarball": "https://registry.npmjs.org/rc-switch/-/rc-switch-3.1.0.tgz",
				"fileCount": 9,
				"unpackedSize": 23453,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewj/mCRA9TVsSAnZWagAAmAsP/08v6C7e8uDaUdOpWyDF\nlosIGFn/PY5S0XfxPNxBJ2X4d0PK9uH3blNhawgdwc9H1XL2RAuD3ygnoXbn\noQq5gIIxHKkZmjfcDRXo/KNyhtBGi8X1usZJ7EFDPmLZTpuKqp/veJs0Y119\nSxvyqYaeGm/g7dz1QsueK0b8xrIbhPQQ7id2IJPLdRaknB7qLmSMxEFlOC9S\nqsrt1AHAdOZC6BaaOt9Dw7gd9HPse72PCIZWN8KLj7QnsHdRTr+JplyJxgzf\nBBnASukAxtRzCID+T5P8Lfm1v4z0lpIWSNR26EDYoSVCZSstFwzaJmhlWgna\nCS3xeki61cZ6BhTwkJMvGziSZoliQ3QhuE7rhQJmXJS4HWUZoDaJwLoJA+yt\nD9QPXL4kIC5ThNa8UQcr7zpv0YVRKHYC3CeU/RHPc3jblEs4XRSJZmXRDPIB\nizRgFWNQdoZPTGbGfOVK+EqOSk20FJFSvfcRXOEUwBpwNEcmtQIhgLag7Xes\nHqdgF/FGtPVAWLgOrGlByzMIrtvjOcSubprmUeTsh2aVUiwDMSW63gTUXW6j\niVRWjXUHugcqMrtWsoSra4LkeX8n4qYBVIaCx/yuGF3gHLus1pI3+dy93ry1\nnjSuIZ8eUVvEjOeTAxa+zOOfd4Y5PKv+2uKq/tN4vdRoptEctG1YhCzp2ieC\nhVqN\r\n=vxxO\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "valleykiddy@gmail.com",
					"name": "valleykid"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-switch_3.1.0_1589788645570_0.049589638491517984"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.2": {
			"name": "rc-switch",
			"version": "3.0.2",
			"description": "switch ui component for react",
			"keywords": [
				"react",
				"react-component",
				"react-switch",
				"switch"
			],
			"main": "lib/index",
			"module": "./es/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"
			},
			"license": "MIT",
			"scripts": {
				"start": "father doc dev --storybook",
				"build": "father doc build  --storybook",
				"compile": "father build && lessc assets/index.less assets/index.css",
				"gh-pages": "father doc deploy",
				"prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
				"lint": "eslint .",
				"test": "father test",
				"coverage": "father test --coverage"
			},
			"devDependencies": {
				"coveralls": "^3.0.6",
				"enzyme": "^3.0.0",
				"enzyme-adapter-react-16": "^1.0.1",
				"enzyme-to-json": "^3.0.0",
				"eslint": "^7.0.0",
				"father": "^2.13.4",
				"less": "^3.11.1",
				"np": "^6.2.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"react-test-renderer": "^16.0.0"
			},
			"peerDependencies": {
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"dependencies": {
				"classnames": "^2.2.1"
			},
			"gitHead": "8ef2a468db22ea183a65e10068645b6c6e11ada7",
			"_id": "rc-switch@3.0.2",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-offV1kw3mnW0+UMLtw+R77wJexf1Kgjhc9e1qv29DjwAxSORde6fJlqBRnPxFzZhzpHJrBVSrxgl1enDpnGNbw==",
				"shasum": "14806639fb551be6736e005c98019f9ebdc555fc",
				"tarball": "https://registry.npmjs.org/rc-switch/-/rc-switch-3.0.2.tgz",
				"fileCount": 9,
				"unpackedSize": 24169,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJew54jCRA9TVsSAnZWagAAKJYP/2QBRorEz48CvHIths47\njrinKS7Bs6g8dXnoyYLSVZe0BLmY4a+CF0/SWZ6bBBJJEfwV/BNyvvq2ySIJ\nTrMt9zChfpDYMl1xXNXdspQqFremyHfXPl/7f28SljKJcYJHPbj/bljjbIuN\np6Y8NMF9LMivk5/PikKbIimvrPM5tbnVG6ysR3lBr8ie94Q08hjvuyj0Z1hV\nE7dgbjpQ1Pg58J4MT++HZtBTnBUNvFTIpcHEClTDMFRpPKcBnvQRqHqBu5gD\n6nYhtVt3GtAvJyQH66ypbf86E45yWrdg4MfS5kjobUwZ03pKDAiGWkdOHbrE\ntgrfKbp7CmUITwpgQbNcCsBny3kl6jclPlgBojAcVA8M+wSfExUuFLlsjdj3\nJ+iAr1qzw9KV1XPk9zvt5DQygcz+Nola3xj4WngeEBbiwKySKoqHxmuoGcVz\nbxw4sGPh3JKB2GypCws+ckliOCv0AMaR+sh3PP2hb3iPn8RJHzRpnVMmNT2K\nc48wTQkHX/2h0tTdJzWGsk+axZXlb2DknqzYgcSZhyBrqvR23dgDbLpLJRmq\nl8+ESti71Bzaxx0xVex/hegZQuGNiLqCADO9BDJk+CR5/X6haJegHaJSIkVP\n0EVKp3xDScsigUx3sLjKul4HD41QgIN+ag5NI9W9LSdg1+WJSFEZCYQCrPVJ\nLCUX\r\n=mv+w\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "valleykiddy@gmail.com",
					"name": "valleykid"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-switch_3.0.2_1589878306497_0.2774011050879195"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.0": {
			"name": "rc-switch",
			"version": "3.2.0",
			"description": "switch ui component for react",
			"keywords": [
				"react",
				"react-component",
				"react-switch",
				"switch"
			],
			"main": "lib/index",
			"module": "./es/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"
			},
			"license": "MIT",
			"scripts": {
				"start": "father doc dev --storybook",
				"build": "father doc build  --storybook",
				"compile": "father build && lessc assets/index.less assets/index.css",
				"gh-pages": "father doc deploy",
				"prepublishOnly": "npm run compile && np --yolo --no-publish",
				"lint": "eslint .",
				"test": "father test",
				"coverage": "father test --coverage"
			},
			"devDependencies": {
				"@types/classnames": "^2.2.10",
				"@types/jest": "^25.2.2",
				"coveralls": "^3.0.6",
				"enzyme": "^3.0.0",
				"enzyme-adapter-react-16": "^1.0.1",
				"enzyme-to-json": "^3.0.0",
				"eslint": "^7.0.0",
				"father": "^2.13.4",
				"less": "^3.11.1",
				"np": "^6.2.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"react-test-renderer": "^16.0.0"
			},
			"peerDependencies": {
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"dependencies": {
				"@babel/runtime": "^7.10.1",
				"classnames": "^2.2.1",
				"rc-util": "^5.0.1"
			},
			"gitHead": "688fbcff234d0d47c5ea044f81af9b2e7d51f306",
			"_id": "rc-switch@3.2.0",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-WQZnRrWZ+KGh4Cd98FpP1ZgvMmebctoHzKAO2n1Xsry1FQBSGgIw4rQJRxET31VS/dR1LIKb5md/k0UzcXXc0g==",
				"shasum": "aa36bb417409ff4cc7d542ec4381cb5d87cfedc1",
				"tarball": "https://registry.npmjs.org/rc-switch/-/rc-switch-3.2.0.tgz",
				"fileCount": 9,
				"unpackedSize": 17745,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0ShYCRA9TVsSAnZWagAAfQEP/31on0FeqWOVr0giWwJU\nP7qBfDVoWYtlEWRzXS9M0ir7Us3cmqwbbVyFhd7qTzHCemxUvHO7g0blQJLh\nOtfEYgyDrCQH+iZQtFAIaygM4Ex9fhYNElSB//zBwrOaAEE3lJ1lmHpq7IDW\nfPlWs0NCq8kOk/nhmRIuCT6DOtIju9Y/X+i4MoEWGo9G6E7l0tDNNvCIQfiA\nXOPhqsxSrzd3Cw8VsveA8NaiPkof3qZFdYetOU0oUcp/+f5G0D8szyvEV/J6\nzpz6B/ccPLGtyozUO8qUDJM3Lh9p1Uqz60wAAYYwaaC+7/aCAzeEXzylHdxs\nhiPmcasIW+DWcE2O464+UF/g8OfAgDusZArA3O6znLEMDwF/qLjlYqNbViSD\nAMRo+l2Uc1262xEUBARkLtS3j1EyCjQjodcDOVUv0uVziYKqCYAQOIwRAX6s\nf9XeOzGKMEeXNybdjiK6ozUeLgwSENHSRfNkUvKJKxJo9p6YYg6NcD9JT1N2\n0uji9azOYYiFOD2CNcbZwegOe6iE/tyPhltF27IP6l8n8Jqi8Z++ny6Dnq6x\nQHyZIREaYlUSCLx1omlSPdL2lLCHwzzf65JCaRJy8Z5ySWNb+HUyOWW7zbFM\n6rUPMlupsW5ZHVsJydBSE92LorrE5E7EqtTVRZw0SkWJ9nMFqgdc/Dc4oKXr\n7rSW\r\n=Xg62\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "valleykiddy@gmail.com",
					"name": "valleykid"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-switch_3.2.0_1590765655998_0.24775238127458543"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.1": {
			"name": "rc-switch",
			"version": "3.2.1",
			"description": "switch ui component for react",
			"keywords": [
				"react",
				"react-component",
				"react-switch",
				"switch"
			],
			"main": "lib/index",
			"module": "./es/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"
			},
			"license": "MIT",
			"scripts": {
				"start": "father doc dev --storybook",
				"build": "father doc build  --storybook",
				"compile": "father build && lessc assets/index.less assets/index.css",
				"gh-pages": "father doc deploy",
				"prepublishOnly": "npm run compile && np --yolo --no-publish",
				"lint": "eslint .",
				"test": "father test",
				"coverage": "father test --coverage"
			},
			"devDependencies": {
				"@types/classnames": "^2.2.10",
				"@types/jest": "^26.0.4",
				"coveralls": "^3.0.6",
				"enzyme": "^3.0.0",
				"enzyme-adapter-react-16": "^1.0.1",
				"enzyme-to-json": "^3.0.0",
				"eslint": "^7.0.0",
				"father": "^2.13.4",
				"less": "^3.11.1",
				"np": "^6.2.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"react-test-renderer": "^16.0.0"
			},
			"peerDependencies": {
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"dependencies": {
				"@babel/runtime": "^7.10.1",
				"classnames": "^2.2.1",
				"rc-util": "^5.0.1"
			},
			"gitHead": "0f2fabdf553b3b59c665dbca0e7bdd6cb42d5822",
			"_id": "rc-switch@3.2.1",
			"_nodeVersion": "14.6.0",
			"_npmVersion": "6.14.6",
			"dist": {
				"integrity": "sha512-ZXYSmx2U+bpHjljjqS5LGj2UIPcQk0EAq6japkaOzQ/OcyzMwWVD9oXMjcRZdO5W1g/pClIV70uEBOWuBMqP4g==",
				"shasum": "775f8b2c86716431d83d2b13e4710815baafede0",
				"tarball": "https://registry.npmjs.org/rc-switch/-/rc-switch-3.2.1.tgz",
				"fileCount": 9,
				"unpackedSize": 17747,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQy/kCRA9TVsSAnZWagAA8cYQAJ0HBGROM+qhW5kRAJ+B\npHCfZ8kVuPrdX0ZZzJ9xjpgyV/vHgU8LaWiXDJIj5+FlsANNVeV/Im76M1Qc\nsj/turQZNoFeNB8VO1hHbE8O+mA7I1+74sGYymIXGIpHT7vOXqe+dhyPnuys\nUs5pee8u6RsaWHZ1N2/DXW+N8h+QkhgQXHgjAWpGBUqefk9lwHNJ+V0j/XKp\nPmtT8J4/EaHwV1Vo2kqVSmyGGuMPNerVat/4OTPmBLoNuTusC0RYeVdr+X/s\nAGZZVj4gNpqT/8mZS5bet7vrsiTl8lsiVjil365J+ZGZNuz2QFUJVjLJjWDI\nBclldR/+ITbJVNLZv7CIV/dQEaNsJRGefAX5QG6VUi+TqVRme6VZd7DjGnAO\n2Mez/a9b8lGU2vtjcnjiaoe/i8GGWwnEYK78XMteYN23ilDe1osqOxrbqMIQ\ndtQWz8WAisF5x9Lv08cevv17P++2VVdvAYPiuqzyMoCJUvh3tYNyhJzvcO2a\n+8FNoCve/Riwaoi6rAd4zhf9vfeQaEaZO34A6Zajh/YS5l83vaKYOX0T7sh0\nZALc/Fol2j0/tjXWIEmLNQtjfKW9gD4XCw50Qno0+Tl6Ral5kv9fwOMYoKoa\nuwv/tNPZNUxQlAED7fZwF+HpO5ojN+mejExrKnZQIj0Q3mtHubLFy+CKWTdI\nkmkl\r\n=Qi5F\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "valleykiddy@gmail.com",
					"name": "valleykid"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-switch_3.2.1_1598238691703_0.10605648885796293"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-08-24T03:11:34.196Z",
		"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",
		"1.5.3": "2017-09-08T01:19:35.644Z",
		"1.6.0": "2017-11-15T03:38:58.097Z",
		"1.7.0": "2018-08-06T09:28:30.072Z",
		"1.8.0": "2018-09-12T15:13:47.985Z",
		"1.9.0": "2019-01-25T15:33:45.924Z",
		"2.0.0": "2020-05-08T10:57:56.775Z",
		"3.0.0": "2020-05-17T08:43:37.817Z",
		"3.0.1": "2020-05-18T06:23:49.864Z",
		"3.1.0": "2020-05-18T07:57:25.752Z",
		"3.0.2": "2020-05-19T08:51:46.652Z",
		"3.2.0": "2020-05-29T15:20:56.111Z",
		"3.2.1": "2020-08-24T03:11:31.881Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.2.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"76880ab187c566806ddfb2c5133b9499\"",
			"fetched": 1600326165932
		}
	},
	"_distfiles": {
		"rc-switch-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.0.0.tgz",
			"sha": "448f6ac8da1ccfa37289c9bf995b8effbb458722",
			"registry": "npmjs"
		},
		"rc-switch-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.1.0.tgz",
			"sha": "327812a03175c41e570fcec7a95d2adde38c6718",
			"registry": "npmjs"
		},
		"rc-switch-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.2.0.tgz",
			"sha": "68c254081f5d5d5ca709e45935f978cb990ff991",
			"registry": "npmjs"
		},
		"rc-switch-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.2.1.tgz",
			"sha": "6859cb877ed75e37dbecf3bd12d13d8702ef4363",
			"registry": "npmjs"
		},
		"rc-switch-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.3.0.tgz",
			"sha": "b2e2bb01fd75a1dbe3c949174587ae932f1c244d",
			"registry": "npmjs"
		},
		"rc-switch-1.3.1.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.3.1.tgz",
			"sha": "930e5fce74700b73d9221d54f369313597cc2928",
			"registry": "npmjs"
		},
		"rc-switch-1.2.2.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.2.2.tgz",
			"sha": "53bed92b8142439ba6aa41c9f60d8a8459271c33",
			"registry": "npmjs"
		},
		"rc-switch-1.3.2.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.3.2.tgz",
			"sha": "93702e814ecf7848573640534f6bc6fa6e5108ef",
			"registry": "npmjs"
		},
		"rc-switch-1.3.3.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.3.3.tgz",
			"sha": "0acb8ad8d5adc4dccbd5b126dce6e8b1c6d35bea",
			"registry": "npmjs"
		},
		"rc-switch-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.4.0.tgz",
			"sha": "27c16fc695059a5bbbc72ac26ea05b912eb826d4",
			"registry": "npmjs"
		},
		"rc-switch-1.4.1.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.4.1.tgz",
			"sha": "638dbfceb3930fae91bd877060edb538e954ff7e",
			"registry": "npmjs"
		},
		"rc-switch-1.4.2.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.4.2.tgz",
			"sha": "c19637c9be348ae0b6e86b8e4eae6ad06cb21ee7",
			"registry": "npmjs"
		},
		"rc-switch-1.4.3.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.4.3.tgz",
			"sha": "6b19d9e01b838dd57cf88a95839343522aeed670",
			"registry": "npmjs"
		},
		"rc-switch-1.4.4.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.4.4.tgz",
			"sha": "fdf084ac91f0267f828bdb94bb208ca1fe89815b",
			"registry": "npmjs"
		},
		"rc-switch-1.5.1.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.5.1.tgz",
			"sha": "ff3ee3665a418e6c2e9a5c1c9d8b265e19410ed6",
			"registry": "npmjs"
		},
		"rc-switch-1.5.2.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.5.2.tgz",
			"sha": "ff5dc7291eb5562211f64482c9e3faa8b8d10f8e",
			"registry": "npmjs"
		},
		"rc-switch-1.5.3.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.5.3.tgz",
			"sha": "283c2608bac57ebd7cdc4033269de14b6753eb39",
			"registry": "npmjs"
		},
		"rc-switch-1.6.0.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.6.0.tgz",
			"sha": "c2d7369bdb87c1fd45e84989a27c1fb2f201d2fd",
			"registry": "npmjs"
		},
		"rc-switch-1.7.0.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.7.0.tgz",
			"sha": "a655f08951d6db94d83f162da5b69506cb703b6f",
			"registry": "npmjs"
		},
		"rc-switch-1.8.0.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.8.0.tgz",
			"sha": "cff32fd04c406d8c0c0397e69bc36350a333e236",
			"registry": "npmjs"
		},
		"rc-switch-1.9.0.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-1.9.0.tgz",
			"sha": "ab2b878f2713c681358a453391976c9b95b290f7",
			"registry": "npmjs"
		},
		"rc-switch-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-2.0.0.tgz",
			"sha": "4a29c8dc13a1a9d59259c87f1612137cf497a302",
			"registry": "npmjs"
		},
		"rc-switch-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-3.0.0.tgz",
			"sha": "ac78df6d75c8c6e26724c98aa2fde8e52d0f1451",
			"registry": "npmjs"
		},
		"rc-switch-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-3.0.1.tgz",
			"sha": "6729a022ca968ddcb3d7b5d3ef3865869db03558",
			"registry": "npmjs"
		},
		"rc-switch-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-3.1.0.tgz",
			"sha": "29c7d125d1631c8d991edbd25e5c875564d9a0da",
			"registry": "npmjs"
		},
		"rc-switch-3.0.2.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-3.0.2.tgz",
			"sha": "14806639fb551be6736e005c98019f9ebdc555fc",
			"registry": "npmjs"
		},
		"rc-switch-3.2.0.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-3.2.0.tgz",
			"sha": "aa36bb417409ff4cc7d542ec4381cb5d87cfedc1",
			"registry": "npmjs"
		},
		"rc-switch-3.2.1.tgz": {
			"url": "https://registry.npmjs.org/rc-switch/-/rc-switch-3.2.1.tgz",
			"sha": "775f8b2c86716431d83d2b13e4710815baafede0",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"rc-switch-3.2.0.tgz": {
			"shasum": "aa36bb417409ff4cc7d542ec4381cb5d87cfedc1"
		}
	},
	"_rev": "2-a37e75ec59612269",
	"_id": "rc-switch",
	"readme": "# rc-switch\n\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[![Dependencies][david-image]][david-url]\n[![DevDependencies][david-dev-image]][david-dev-url]\n[![npm download][download-image]][download-url]\n[![bundle size][bundlephobia-image]][bundlephobia-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/master?style=flat-square\n[travis-url]: https://travis-ci.org/react-component/switch\n[circleci-image]: https://img.shields.io/circleci/react-component/switch/master?style=flat-square\n[circleci-url]: https://circleci.com/gh/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[david-url]: https://david-dm.org/react-component/switch\n[david-image]: https://david-dm.org/react-component/switch/status.svg?style=flat-square\n[david-dev-url]: https://david-dm.org/react-component/switch?type=dev\n[david-dev-image]: https://david-dm.org/react-component/switch/dev-status.svg?style=flat-square\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[bundlephobia-url]: https://bundlephobia.com/result?p=rc-switch\n[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-switch\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 Switch from 'rc-switch';\n\nexport default () => <Switch />;\n```\n\n## Compatibility\n\n| [<img src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png\" alt=\"IE / Edge\" width=\"24px\" height=\"24px\" />](http://godban.github.io/browsers-support-badges/)<br>IE / Edge | [<img src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png\" alt=\"Firefox\" width=\"24px\" height=\"24px\" />](http://godban.github.io/browsers-support-badges/)<br>Firefox | [<img src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png\" alt=\"Chrome\" width=\"24px\" height=\"24px\" />](http://godban.github.io/browsers-support-badges/)<br>Chrome | [<img src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png\" alt=\"Safari\" width=\"24px\" height=\"24px\" />](http://godban.github.io/browsers-support-badges/)<br>Safari | [<img src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png\" alt=\"Electron\" width=\"24px\" height=\"24px\" />](http://godban.github.io/browsers-support-badges/)<br>Electron |\n| --- | --- | --- | --- | --- |\n| IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |\n\n## API\n\n| Property       | Type                     | Default   | Description                                              |\n| -------------- | ------------------------ | --------- | -------------------------------------------------------- |\n| prefixCls      | String                   | rc-switch |                                                          |\n| className      | String                   | ''        | additional class name of root node                       |\n| checked        | boolean                  | false     | whether switch is checked                                |\n| defaultChecked | boolean                  | false     | whether switch is checked on init                        |\n| onChange       | Function(checked, event) |           | called when switch is checked or unchecked               |\n| tabIndex       | number                   |           | tab-index of switch node                                 |\n| onClick        | Function(checked, event) |           | called when switch is clicked                            |\n| autoFocus      | boolean                  |           | get focus when mounts                                    |\n| disabled       | boolean                  | false     | whether switch is disabled                               |\n| loadingIcon    | React.ReactNode          |           | specific the extra node. generally used in loading icon. |\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."
}