{
	"name": "rc-trigger",
	"versions": {
		"0.0.0": {
			"name": "rc-trigger",
			"version": "0.0.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"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.x",
				"precommit-hook-eslint": "3.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"
			],
			"gitHead": "1384fb1dc54793d0d3797885921a616d8ca073f7",
			"_id": "rc-trigger@0.0.0",
			"_shasum": "5bcc7b10542feb219d454c57f9a2a58659a13183",
			"_from": ".",
			"_npmVersion": "2.14.8",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "5bcc7b10542feb219d454c57f9a2a58659a13183",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-0.0.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.0": {
			"name": "rc-trigger",
			"version": "0.1.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"browser-test": "rc-tools run browser-test",
				"browser-test-cover": "rc-tools run browser-test-cover"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "2.x"
			},
			"gitHead": "f26fa8e9aff5d23e7ee1a62197c6b4a83ff0207a",
			"_id": "rc-trigger@0.1.0",
			"_shasum": "15fc619657ce578fcbd19df726b53a86df734040",
			"_from": ".",
			"_npmVersion": "2.14.8",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "15fc619657ce578fcbd19df726b53a86df734040",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-0.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "rc-trigger",
			"version": "1.0.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"browser-test": "rc-tools run browser-test",
				"browser-test-cover": "rc-tools run browser-test-cover"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "2.x",
				"object-assign": "4.x"
			},
			"gitHead": "eecdad31117053af3b6cf3e1d7fb500171c82c77",
			"_id": "rc-trigger@1.0.0",
			"_shasum": "7d8bb65e65c53107352fc3cd5acc78f5d73a9a22",
			"_from": ".",
			"_npmVersion": "2.14.8",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "7d8bb65e65c53107352fc3cd5acc78f5d73a9a22",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.0.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "rc-trigger",
			"version": "1.0.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"browser-test": "rc-tools run browser-test",
				"browser-test-cover": "rc-tools run browser-test-cover"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "2.x",
				"object-assign": "4.x"
			},
			"gitHead": "34f6c83db572bd1de67ac0c43b9d6501d52fd494",
			"_id": "rc-trigger@1.0.1",
			"_shasum": "96da770cffc295665a64ae704018ded4f2ddbfff",
			"_from": ".",
			"_npmVersion": "2.14.8",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "96da770cffc295665a64ae704018ded4f2ddbfff",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.0.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "rc-trigger",
			"version": "1.0.2",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"browser-test": "rc-tools run browser-test",
				"browser-test-cover": "rc-tools run browser-test-cover"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "2.x",
				"object-assign": "4.x"
			},
			"gitHead": "d8fc57a0e61ee00e874cb6adf297cf5e4d553cb3",
			"_id": "rc-trigger@1.0.2",
			"_shasum": "7021b7e902f564d6bf556da605c83013fff22416",
			"_from": ".",
			"_npmVersion": "2.14.8",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "7021b7e902f564d6bf556da605c83013fff22416",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.0.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.3": {
			"name": "rc-trigger",
			"version": "1.0.3",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"browser-test": "rc-tools run browser-test",
				"browser-test-cover": "rc-tools run browser-test-cover"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "2.x",
				"object-assign": "4.x"
			},
			"gitHead": "d5ab592c4a582ae33471199d79b5e1874e9fc816",
			"_id": "rc-trigger@1.0.3",
			"_shasum": "ce4b3d5ea681992206b64bc45b4913195078b56c",
			"_from": ".",
			"_npmVersion": "2.14.8",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "ce4b3d5ea681992206b64bc45b4913195078b56c",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.0.3.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.4": {
			"name": "rc-trigger",
			"version": "1.0.4",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"browser-test": "rc-tools run browser-test",
				"browser-test-cover": "rc-tools run browser-test-cover"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "2.x",
				"object-assign": "4.x"
			},
			"gitHead": "404c7d1bcc022f6b271437c741749b0ece9ae55a",
			"_id": "rc-trigger@1.0.4",
			"_shasum": "3284366403a2c9ff841634c389184cbf07eccdc4",
			"_from": ".",
			"_npmVersion": "2.14.8",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "3284366403a2c9ff841634c389184cbf07eccdc4",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.0.4.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.5": {
			"name": "rc-trigger",
			"version": "1.0.5",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"browser-test": "rc-tools run browser-test",
				"browser-test-cover": "rc-tools run browser-test-cover"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x",
				"object-assign": "4.x"
			},
			"gitHead": "dd51b1aa12ecd47d8ad73e04d2b4dca1357f6927",
			"_id": "rc-trigger@1.0.5",
			"_shasum": "2d6c8af1e59b52843609d758d2edde3d9c3fff87",
			"_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": "2d6c8af1e59b52843609d758d2edde3d9c3fff87",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.0.5.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.6": {
			"name": "rc-trigger",
			"version": "1.0.6",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"browser-test": "rc-tools run browser-test",
				"browser-test-cover": "rc-tools run browser-test-cover"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x",
				"object-assign": "4.x"
			},
			"gitHead": "163e8b0378347ae4ba88b2faad99669e254a7373",
			"_id": "rc-trigger@1.0.6",
			"_shasum": "d67c74cd1e67d5504f692554a24963a5fd3cdfc3",
			"_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": "d67c74cd1e67d5504f692554a24963a5fd3cdfc3",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.0.6.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "rc-trigger",
			"version": "1.1.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"browser-test": "rc-tools run browser-test",
				"browser-test-cover": "rc-tools run browser-test-cover"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x",
				"object-assign": "4.x"
			},
			"gitHead": "bb2271c19f35cfbb5157859eec99b61f42508fa4",
			"_id": "rc-trigger@1.1.0",
			"_shasum": "8670642385b7b256a5508d390a21c17f011a11c9",
			"_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": "8670642385b7b256a5508d390a21c17f011a11c9",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.1": {
			"name": "rc-trigger",
			"version": "1.1.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"browser-test": "rc-tools run browser-test",
				"browser-test-cover": "rc-tools run browser-test-cover"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "c3459b4ed86369787877f3c97d7ab7057e1f25f1",
			"_id": "rc-trigger@1.1.1",
			"_shasum": "ec7a5bd8b405eb8ba893b95368f3e2d1b2daa83d",
			"_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": "ec7a5bd8b405eb8ba893b95368f3e2d1b2daa83d",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.1.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.0": {
			"name": "rc-trigger",
			"version": "1.2.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"browser-test": "rc-tools run browser-test",
				"browser-test-cover": "rc-tools run browser-test-cover"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "5666dfb3e5ab03b65c213774afba838c6001454c",
			"_id": "rc-trigger@1.2.0",
			"_shasum": "01fd5136e1ef0274a39ef020180a4d9d2b4b9d55",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "01fd5136e1ef0274a39ef020180a4d9d2b4b9d55",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.2.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-9-west.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.2.0.tgz_1456824660629_0.5894439965486526"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.1": {
			"name": "rc-trigger",
			"version": "1.2.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "5.x",
				"react": "^0.14.0",
				"react-addons-test-utils": "^0.14.0",
				"react-dom": "^0.14.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "9fbadf1e21b7c16a8250340ce8f21d56240d1893",
			"_id": "rc-trigger@1.2.1",
			"_shasum": "0bee009b5b475299b47f153d84ddcab889da0bd8",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "0bee009b5b475299b47f153d84ddcab889da0bd8",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.2.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.2.1.tgz_1458040628354_0.0726290000602603"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.2": {
			"name": "rc-trigger",
			"version": "1.2.2",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "5.x",
				"react": "^0.14.0",
				"react-addons-test-utils": "^0.14.0",
				"react-dom": "^0.14.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "64db70b75194d740cab1c1acfe205f5c38181611",
			"_id": "rc-trigger@1.2.2",
			"_shasum": "76c1baadff14bb35ce900f844f108d199bdcf8c2",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "76c1baadff14bb35ce900f844f108d199bdcf8c2",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.2.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.2.2.tgz_1458099302657_0.328770610736683"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.3": {
			"name": "rc-trigger",
			"version": "1.2.3",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "5.x",
				"react": "^0.14.0",
				"react-addons-test-utils": "^0.14.0",
				"react-dom": "^0.14.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "8eb5bc225dd858675985e62471116c18f40d1895",
			"_id": "rc-trigger@1.2.3",
			"_shasum": "82b077c486e016c847360429b247bbc70661e609",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "82b077c486e016c847360429b247bbc70661e609",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.2.3.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-13-west.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.2.3.tgz_1458192297606_0.23590295063331723"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.4": {
			"name": "rc-trigger",
			"version": "1.2.4",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "5.x",
				"react": "^0.14.0",
				"react-addons-test-utils": "^0.14.0",
				"react-dom": "^0.14.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "145f90dbae4be6fb3ec502c104e469dfc8210f17",
			"_id": "rc-trigger@1.2.4",
			"_shasum": "d849a9d833844d8af3ceecb0f503a9e16e4a4a03",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "d849a9d833844d8af3ceecb0f503a9e16e4a4a03",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.2.4.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-13-west.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.2.4.tgz_1458196169337_0.7093108193948865"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.5": {
			"name": "rc-trigger",
			"version": "1.2.5",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "5.x",
				"react": "^0.14.0",
				"react-addons-test-utils": "^0.14.0",
				"react-dom": "^0.14.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "9141943f044723b114caea4cc92f0ce9ce00581b",
			"_id": "rc-trigger@1.2.5",
			"_shasum": "2566ca92c31350d6d3bf518f791eb9609f3cdc3a",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "2566ca92c31350d6d3bf518f791eb9609f3cdc3a",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.2.5.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.2.5.tgz_1458196864351_0.4015729802194983"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.0": {
			"name": "rc-trigger",
			"version": "1.3.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "5.x",
				"react": "^0.14.0",
				"react-addons-test-utils": "^0.14.0",
				"react-dom": "^0.14.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "c7bb5d2af556bd940fb2c8dd505a9c8508c96edd",
			"_id": "rc-trigger@1.3.0",
			"_shasum": "4b3a76f9945a08f6c5b764158e30dcd7508b950c",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "4b3a76f9945a08f6c5b764158e30dcd7508b950c",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.3.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-13-west.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.3.0.tgz_1458884369947_0.5809944621287286"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.1": {
			"name": "rc-trigger",
			"version": "1.3.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "5.x",
				"react": "^0.14.0",
				"react-addons-test-utils": "^0.14.0",
				"react-dom": "^0.14.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "88d5be80242013ac1c2945a7a56c47cc3d0f6bf6",
			"_id": "rc-trigger@1.3.1",
			"_shasum": "339fb4c3de19c9da47b8eab87d02abbdbec3ab3d",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "339fb4c3de19c9da47b8eab87d02abbdbec3ab3d",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.3.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.3.1.tgz_1459480869511_0.0927965382579714"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.0": {
			"name": "rc-trigger",
			"version": "1.4.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "5.x",
				"react": "^0.14.0",
				"react-addons-test-utils": "^0.14.0",
				"react-dom": "^0.14.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "42da4f02665758765d9d9f1da609257617f988bc",
			"_id": "rc-trigger@1.4.0",
			"_shasum": "588d368c826ec410b0029ec70df05ce9cb011827",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "588d368c826ec410b0029ec70df05ce9cb011827",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.4.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.4.0.tgz_1459914772388_0.6399569779168814"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.1": {
			"name": "rc-trigger",
			"version": "1.4.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "5.x",
				"react": "^0.14.0",
				"react-addons-test-utils": "^0.14.0",
				"react-dom": "^0.14.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "cd00fdd1cb5b8b10ea118e5f6655d57aca30eaba",
			"_id": "rc-trigger@1.4.1",
			"_shasum": "5803898c026a1336a4b182d310e1db50fd08c6fc",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "5803898c026a1336a4b182d310e1db50fd08c6fc",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.4.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.4.1.tgz_1460976890840_0.10408143303357065"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.2": {
			"name": "rc-trigger",
			"version": "1.4.2",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "5.x",
				"react": "^0.14.0",
				"react-addons-test-utils": "^0.14.0",
				"react-dom": "^0.14.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "a4f163680d7faccc9837bce2954e8add09d5eb75",
			"_id": "rc-trigger@1.4.2",
			"_shasum": "23c0aae4426d9f7d801549ef706f5949c2c103d7",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "23c0aae4426d9f7d801549ef706f5949c2c103d7",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.4.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.4.2.tgz_1461066780816_0.8673899248242378"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.3": {
			"name": "rc-trigger",
			"version": "1.4.3",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "bcf6b81e710e915b0d4e3b2d897c7e2472eea9f1",
			"_id": "rc-trigger@1.4.3",
			"_shasum": "c3b05396670b43fc68f7efdf722b0981def371fe",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "c3b05396670b43fc68f7efdf722b0981def371fe",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.4.3.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.4.3.tgz_1462768441064_0.04580885963514447"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.4": {
			"name": "rc-trigger",
			"version": "1.4.4",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "919ca5e368ebeb2608d2daf881cd1791d6fc53bd",
			"_id": "rc-trigger@1.4.4",
			"_shasum": "044a9210e58f9b3cb4cee61338a54bd91e441137",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "044a9210e58f9b3cb4cee61338a54bd91e441137",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.4.4.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.4.4.tgz_1462777991872_0.8275300553068519"
			},
			"directories": {},
			"contributors": []
		},
		"1.5.0": {
			"name": "rc-trigger",
			"version": "1.5.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "8ba3b424221e3b499db8325a48764f115e40038c",
			"_id": "rc-trigger@1.5.0",
			"_shasum": "a09b374bfe089de5272fdc374841a47a5d229763",
			"_from": ".",
			"_npmVersion": "3.5.3",
			"_nodeVersion": "4.2.2",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "a09b374bfe089de5272fdc374841a47a5d229763",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.5.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.5.0.tgz_1464247858856_0.9950100500136614"
			},
			"directories": {},
			"contributors": []
		},
		"1.5.1": {
			"name": "rc-trigger",
			"version": "1.5.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "21ed16ae91850c607f2ef34115238e93321436de",
			"_id": "rc-trigger@1.5.1",
			"_shasum": "e3e12ba6e3eae779f77e86aa2eb768d3817beafa",
			"_from": ".",
			"_npmVersion": "3.9.5",
			"_nodeVersion": "4.4.5",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "e3e12ba6e3eae779f77e86aa2eb768d3817beafa",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.5.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.5.1.tgz_1466079492606_0.8631489996332675"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.0": {
			"name": "rc-trigger",
			"version": "1.6.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "4ccb22b21d3baf8f97a9d2664e08b0d91b549012",
			"_id": "rc-trigger@1.6.0",
			"_shasum": "eea8100f1d8595e6194a03285f39678cc4fceeda",
			"_from": ".",
			"_npmVersion": "3.9.5",
			"_nodeVersion": "4.4.5",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "eea8100f1d8595e6194a03285f39678cc4fceeda",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.6.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.6.0.tgz_1467616231951_0.8385001309216022"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.1": {
			"name": "rc-trigger",
			"version": "1.6.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "0ba9f9a3082733ffb744daf959ffca47990a1f87",
			"_id": "rc-trigger@1.6.1",
			"_shasum": "c7c5af5763f166ec5e4a38f5ea0ae9f27821433c",
			"_from": ".",
			"_npmVersion": "3.9.5",
			"_nodeVersion": "4.4.5",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "c7c5af5763f166ec5e4a38f5ea0ae9f27821433c",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.6.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.6.1.tgz_1467866555365_0.6505491829011589"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.2": {
			"name": "rc-trigger",
			"version": "1.6.2",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "c639ea308d2440cb224255a04f6a856e702bf018",
			"_id": "rc-trigger@1.6.2",
			"_shasum": "89bacdabfa0104ef0bdabed58af060a7fca4e403",
			"_from": ".",
			"_npmVersion": "3.9.5",
			"_nodeVersion": "4.4.5",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "89bacdabfa0104ef0bdabed58af060a7fca4e403",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.6.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.6.2.tgz_1467893527811_0.30662351031787694"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.3": {
			"name": "rc-trigger",
			"version": "1.6.3",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "3.x"
			},
			"gitHead": "0cdfc92ec54b390f54abbf1314945bc644e8b2e5",
			"_id": "rc-trigger@1.6.3",
			"_shasum": "fa4553a9a89504faf5354a967a4dcbad4e16a1fe",
			"_from": ".",
			"_npmVersion": "3.9.5",
			"_nodeVersion": "4.4.5",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "fa4553a9a89504faf5354a967a4dcbad4e16a1fe",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.6.3.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.6.3.tgz_1467956853495_0.49169926438480616"
			},
			"directories": {},
			"contributors": []
		},
		"1.7.0": {
			"name": "rc-trigger",
			"version": "1.7.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "^3.3.x"
			},
			"gitHead": "5337b189c9af2f21768d44dde127ebfc6020f22e",
			"_id": "rc-trigger@1.7.0",
			"_shasum": "889566c96fde26df2b0a33d84d539aab77f5c42a",
			"_from": ".",
			"_npmVersion": "3.9.5",
			"_nodeVersion": "4.4.5",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "889566c96fde26df2b0a33d84d539aab77f5c42a",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.7.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.7.0.tgz_1468845321531_0.5843734859954566"
			},
			"directories": {},
			"contributors": []
		},
		"1.7.1": {
			"name": "rc-trigger",
			"version": "1.7.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "^3.3.x"
			},
			"gitHead": "4136a509b3f64f5796988e2822b664b038542a0f",
			"_id": "rc-trigger@1.7.1",
			"_shasum": "96fce9cc83d95bb322e3c6f8adca9cec8bb637bf",
			"_from": ".",
			"_npmVersion": "3.9.5",
			"_nodeVersion": "4.4.5",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "96fce9cc83d95bb322e3c6f8adca9cec8bb637bf",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.7.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.7.1.tgz_1469097637731_0.2837887869682163"
			},
			"directories": {},
			"contributors": []
		},
		"1.7.2": {
			"name": "rc-trigger",
			"version": "1.7.2",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "^3.3.x"
			},
			"gitHead": "48a11f599439b30d237f2ebd385e8b713b6ee183",
			"_id": "rc-trigger@1.7.2",
			"_shasum": "f04cb89a3d7085cc312a90455ff71f80d2f31ae9",
			"_from": ".",
			"_npmVersion": "3.9.5",
			"_nodeVersion": "4.4.5",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "f04cb89a3d7085cc312a90455ff71f80d2f31ae9",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.7.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.7.2.tgz_1470193996570_0.7421479132026434"
			},
			"directories": {},
			"contributors": []
		},
		"1.7.3": {
			"name": "rc-trigger",
			"version": "1.7.3",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"babel-runtime": "6.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "^3.3.x"
			},
			"gitHead": "a6db35e09be7c594c9c97bdac69d3f308f9a4579",
			"_id": "rc-trigger@1.7.3",
			"_shasum": "0f34afbc975b3ccd6c2bbb46a8b000749ed4cbf7",
			"_from": ".",
			"_npmVersion": "3.9.5",
			"_nodeVersion": "4.4.5",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"dist": {
				"shasum": "0f34afbc975b3ccd6c2bbb46a8b000749ed4cbf7",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.7.3.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.7.3.tgz_1474516028693_0.11301943031139672"
			},
			"directories": {},
			"contributors": []
		},
		"1.8.0": {
			"name": "rc-trigger",
			"version": "1.8.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"babel-runtime": "6.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "4.x"
			},
			"gitHead": "a8f1598133fb1bdefb06fc5e2001490ff7c22d00",
			"_id": "rc-trigger@1.8.0",
			"_shasum": "2166608652863987849983d7415dc8009383042d",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"dist": {
				"shasum": "2166608652863987849983d7415dc8009383042d",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.8.0.tgz"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.8.0.tgz_1480703537673_0.46955070621334016"
			},
			"directories": {},
			"contributors": []
		},
		"1.8.1": {
			"name": "rc-trigger",
			"version": "1.8.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"babel-runtime": "6.x",
				"rc-align": "2.x",
				"rc-util": "4.x",
				"rc-animate": "2.x"
			},
			"gitHead": "9f672612e25037d3dfeb387b26973e9bef1e922b",
			"_id": "rc-trigger@1.8.1",
			"_shasum": "5c47adad7d5412028fe9a2e43510e10acef90de2",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"dist": {
				"shasum": "5c47adad7d5412028fe9a2e43510e10acef90de2",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.8.1.tgz"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.8.1.tgz_1481691023793_0.03478546440601349"
			},
			"directories": {},
			"contributors": []
		},
		"1.8.2": {
			"name": "rc-trigger",
			"version": "1.8.2",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"babel-runtime": "6.x",
				"rc-align": "2.x",
				"rc-util": "4.x",
				"rc-animate": "2.x"
			},
			"gitHead": "9edc5af9cbd5f1e200fb13e984f7f369d9d95dac",
			"_id": "rc-trigger@1.8.2",
			"_shasum": "7aaee15c89bf237dd60d22ddf7efd648170a9674",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"dist": {
				"shasum": "7aaee15c89bf237dd60d22ddf7efd648170a9674",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.8.2.tgz"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.8.2.tgz_1487948373459_0.06754914321936667"
			},
			"directories": {},
			"contributors": []
		},
		"1.8.3": {
			"name": "rc-trigger",
			"version": "1.8.3",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"babel-runtime": "6.x",
				"rc-align": "2.x",
				"rc-util": "4.x",
				"rc-animate": "2.x"
			},
			"gitHead": "1e523808efb4fc3aef817713904516a20792f242",
			"_id": "rc-trigger@1.8.3",
			"_shasum": "cc0b3c348ddffe56775a16f09338e793b1d09f31",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"dist": {
				"shasum": "cc0b3c348ddffe56775a16f09338e793b1d09f31",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.8.3.tgz"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.8.3.tgz_1488164554340_0.19171506818383932"
			},
			"directories": {},
			"contributors": []
		},
		"1.9.0": {
			"name": "rc-trigger",
			"version": "1.9.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"babel-runtime": "6.x",
				"rc-align": "2.x",
				"rc-util": "4.x",
				"rc-animate": "2.x"
			},
			"gitHead": "da5bbc29706ecfeab88be84769f288cd726014f5",
			"_id": "rc-trigger@1.9.0",
			"_shasum": "859efa61bc35fa302aefc16549273ea0ac4588f3",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"dist": {
				"shasum": "859efa61bc35fa302aefc16549273ea0ac4588f3",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.9.0.tgz"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.9.0.tgz_1488177755261_0.803355552488938"
			},
			"directories": {},
			"contributors": []
		},
		"1.8.4": {
			"name": "rc-trigger",
			"version": "1.8.4",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"babel-runtime": "6.x",
				"rc-align": "2.x",
				"rc-util": "4.x",
				"rc-animate": "2.x"
			},
			"gitHead": "da5bbc29706ecfeab88be84769f288cd726014f5",
			"_id": "rc-trigger@1.8.4",
			"_shasum": "a810c4df6d449024a72b7674796e1ef881c90cb2",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"dist": {
				"shasum": "a810c4df6d449024a72b7674796e1ef881c90cb2",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.8.4.tgz"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.8.4.tgz_1488288562158_0.3982427578885108"
			},
			"directories": {},
			"contributors": []
		},
		"1.9.1": {
			"name": "rc-trigger",
			"version": "1.9.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"babel-runtime": "6.x",
				"rc-align": "2.x",
				"rc-util": "4.x",
				"rc-animate": "2.x"
			},
			"gitHead": "a12dd9189ab1b87d85f18d3ebd1b504ef26990ba",
			"_id": "rc-trigger@1.9.1",
			"_shasum": "70cf50cc268ff46e335ee9c95f46c94d8074275c",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"dist": {
				"shasum": "70cf50cc268ff46e335ee9c95f46c94d8074275c",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.9.1.tgz"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.9.1.tgz_1488772212421_0.010871874401345849"
			},
			"directories": {},
			"contributors": []
		},
		"1.10.0": {
			"name": "rc-trigger",
			"version": "1.10.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.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": {
				"babel-runtime": "6.x",
				"rc-align": "2.x",
				"rc-util": "4.x",
				"rc-animate": "2.x"
			},
			"gitHead": "b9bb1608f12a852837416e9735b703601645cf94",
			"_id": "rc-trigger@1.10.0",
			"_shasum": "eb6ac5d7c5b9360eebbe41e9b26404b15e469c9e",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"dist": {
				"shasum": "eb6ac5d7c5b9360eebbe41e9b26404b15e469c9e",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.10.0.tgz"
			},
			"maintainers": [
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.10.0.tgz_1492073336849_0.639838024508208"
			},
			"directories": {},
			"contributors": []
		},
		"1.10.1": {
			"name": "rc-trigger",
			"version": "1.10.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "5.x",
				"react": "15.x",
				"react-dom": "15.x"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "^15.5.2",
				"prop-types": "^15.5.8",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "4.x"
			},
			"gitHead": "576a9c9f383db8c271152e5ad3cd317839486593",
			"_id": "rc-trigger@1.10.1",
			"_shasum": "4116b915cd79f70607825ef1f3096e6529c29d35",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"dist": {
				"shasum": "4116b915cd79f70607825ef1f3096e6529c29d35",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.10.1.tgz"
			},
			"maintainers": [
				{
					"name": "afc163",
					"email": "afc163@gmail.com"
				},
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.10.1.tgz_1492416525457_0.28666047425940633"
			},
			"directories": {},
			"contributors": []
		},
		"1.10.2": {
			"name": "rc-trigger",
			"version": "1.10.2",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "5.x",
				"react": "15.x",
				"react-dom": "15.x"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "^15.5.2",
				"prop-types": "^15.5.8",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "4.x"
			},
			"gitHead": "fe3363053b79cbc943b3637d1d256ac242c5171c",
			"_id": "rc-trigger@1.10.2",
			"_shasum": "b8ca1a627e7820448a1fc10065a50b1b4484c683",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "6.7.0",
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"dist": {
				"shasum": "b8ca1a627e7820448a1fc10065a50b1b4484c683",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.10.2.tgz"
			},
			"maintainers": [
				{
					"name": "afc163",
					"email": "afc163@gmail.com"
				},
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/rc-trigger-1.10.2.tgz_1492568125208_0.910916197579354"
			},
			"directories": {},
			"contributors": []
		},
		"1.10.3": {
			"name": "rc-trigger",
			"version": "1.10.3",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "5.x",
				"react": "15.x",
				"react-dom": "15.x"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "^15.5.2",
				"prop-types": "^15.5.8",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "4.x"
			},
			"gitHead": "3692ed8ab5abf8e80eb466e5692118d3aee8303b",
			"_id": "rc-trigger@1.10.3",
			"_shasum": "6bf367ac69705662224003d8b0277b9dfbf5cef4",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.6.0",
			"_npmUser": {
				"name": "benjycui",
				"email": "benjytrys@gmail.com"
			},
			"dist": {
				"shasum": "6bf367ac69705662224003d8b0277b9dfbf5cef4",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.10.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-trigger-1.10.3.tgz_1492660137901_0.5659572766162455"
			},
			"directories": {},
			"contributors": []
		},
		"1.10.4": {
			"name": "rc-trigger",
			"version": "1.10.4",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-tools run karma",
				"saucelabs": "rc-tools run saucelabs",
				"test": "rc-tools run test",
				"chrome-test": "rc-tools run chrome-test",
				"coverage": "rc-tools run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "5.x",
				"react": "15.x",
				"react-dom": "15.x"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "^15.5.2",
				"prop-types": "^15.5.8",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "4.x"
			},
			"gitHead": "d6789a165c8e7517a0a2a080be615210f32f2303",
			"_id": "rc-trigger@1.10.4",
			"_shasum": "fa30dd75a1a19d71abff4db4c97c0bf3d74964a2",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.10.0",
			"_npmUser": {
				"name": "benjycui",
				"email": "benjytrys@gmail.com"
			},
			"dist": {
				"shasum": "fa30dd75a1a19d71abff4db4c97c0bf3d74964a2",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.10.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-trigger-1.10.4.tgz_1494989800318_0.17596340971067548"
			},
			"directories": {},
			"contributors": []
		},
		"1.11.0": {
			"name": "rc-trigger",
			"version": "1.11.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "6.x",
				"rc-test": "6.x",
				"react": "15.x",
				"react-dom": "15.x"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "15.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "4.x"
			},
			"gitHead": "d627794f1a74a7efd211f4a344b465be966631aa",
			"_id": "rc-trigger@1.11.0",
			"_shasum": "74e1344f15914176273d928237023ab913eb04d6",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"dist": {
				"shasum": "74e1344f15914176273d928237023ab913eb04d6",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.11.0.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-trigger-1.11.0.tgz_1496846013858_0.1733611209783703"
			},
			"directories": {},
			"contributors": []
		},
		"1.11.1": {
			"name": "rc-trigger",
			"version": "1.11.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "6.x",
				"rc-test": "6.x",
				"react": "15.x",
				"react-dom": "15.x"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "15.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "4.x"
			},
			"gitHead": "530bd167a7c436468872f1229a1f88bfe20d4657",
			"_id": "rc-trigger@1.11.1",
			"_shasum": "44ac58b74d684f4843e769ae37c07bda0a42407b",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "yiminghe",
				"email": "yiminghe@gmail.com"
			},
			"dist": {
				"shasum": "44ac58b74d684f4843e769ae37c07bda0a42407b",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.11.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-trigger-1.11.1.tgz_1496846137943_0.3599500625859946"
			},
			"directories": {},
			"contributors": []
		},
		"1.11.2": {
			"name": "rc-trigger",
			"version": "1.11.2",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "6.x",
				"rc-test": "6.x",
				"react": "15.x",
				"react-dom": "15.x"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "15.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "4.x"
			},
			"gitHead": "db4cb7117c52054d6cfec42859dee0c73c3fc31a",
			"_id": "rc-trigger@1.11.2",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.1.1",
			"_npmUser": {
				"name": "benjycui",
				"email": "benjytrys@gmail.com"
			},
			"dist": {
				"integrity": "sha512-ns6eVMvzFc7ZRhRDhAV5RyIxsDUBwjxrEb7njzisvfkwMhRoNkYeN3iwtmIb7DBNE4rsBunsfZIPdKGedKVUJQ==",
				"shasum": "5c75a1928814a0595e3d912e0a15ca853df5464d",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.11.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-trigger-1.11.2.tgz_1497518838096_0.5174461915157735"
			},
			"directories": {},
			"contributors": []
		},
		"1.11.3": {
			"name": "rc-trigger",
			"version": "1.11.3",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "6.x",
				"rc-test": "6.x",
				"react": "15.x",
				"react-dom": "15.x"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "15.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "4.x"
			},
			"gitHead": "402016e27b895852c226e91c86ca1f8e6352f945",
			"_id": "rc-trigger@1.11.3",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.1.1",
			"_npmUser": {
				"name": "benjycui",
				"email": "benjytrys@gmail.com"
			},
			"dist": {
				"integrity": "sha512-g5Y2TxMB44Ubg2qpj0Qj9NTT+/jWysv2yKPgDe1CqvKbIxiM+3fVkl04u4ppXMNpN3qi6zWqKzugFcfdG6at4A==",
				"shasum": "47b8b58e0863c2277e367b86f1cfa29eb612db56",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.11.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-trigger-1.11.3.tgz_1501118616921_0.7622217279858887"
			},
			"directories": {},
			"contributors": []
		},
		"1.11.4": {
			"name": "rc-trigger",
			"version": "1.11.4",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "6.x",
				"rc-test": "6.x",
				"react": "15.x",
				"react-dom": "15.x"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "15.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "4.x"
			},
			"gitHead": "010d15d6fb0595f48c5658a7cc0ab76bce786366",
			"_id": "rc-trigger@1.11.4",
			"_npmVersion": "5.4.2",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Yz76ldvFkr+4BhSrInuTozdwrANRevyxnP52Ke3wFEIa6N3/ZTVCt5yC7+NAJZ+iZqiRzp1Gu3wlGyYAuiC14w==",
				"shasum": "a31032f0d7ce79a853f193296ffc1ab4f9dd7e3a",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.11.4.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-trigger-1.11.4.tgz_1505886292908_0.33809004072099924"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "rc-trigger",
			"version": "2.0.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "6.x",
				"react": "^16.0.0-rc.3",
				"react-dom": "^16.0.0-rc.3"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "15.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "4.x"
			},
			"gitHead": "8f745b14413ebd99993464aca0e7c9ed2e33875a",
			"_id": "rc-trigger@2.0.0",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.1.1",
			"_npmUser": {
				"name": "benjycui",
				"email": "benjytrys@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Qr6DcJtEH2j3SI29PO1HJCNvbTLIwS2pH8CCTkYBluI7ESq2lIO0pyf91+oEO9/hJ+3uypBmwgznv81KlTHRGw==",
				"shasum": "84600202004099c6933f408b8660ac8b3320f15f",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.0.0.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-trigger-2.0.0.tgz_1506318632919_0.11602285015396774"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.1": {
			"name": "rc-trigger",
			"version": "2.0.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "6.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "15.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "^4.1.0"
			},
			"gitHead": "899e456b0d243a3b6da8960de9bf019b6ad52810",
			"_id": "rc-trigger@2.0.1",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.1.1",
			"_npmUser": {
				"name": "benjycui",
				"email": "benjytrys@gmail.com"
			},
			"dist": {
				"integrity": "sha512-jB1HuwFXeod9qIlFnD/fA1TXU0Rrh4vBDNvMgEnt/l1vZr0oDo/FNootMwTPmeyT2GGr/vHgoKRob6WdjW2MPw==",
				"shasum": "c14c42b134c99fdc466a1cfc3f18e6b849ce373a",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.0.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-trigger-2.0.1.tgz_1506562093863_0.4764062522444874"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.2": {
			"name": "rc-trigger",
			"version": "2.0.2",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "6.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "15.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "^4.1.0"
			},
			"gitHead": "c2d58f960a96d58b87ac66d147cf2b743bcb8ed1",
			"_id": "rc-trigger@2.0.2",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "benjycui",
				"email": "benjytrys@gmail.com"
			},
			"dist": {
				"integrity": "sha512-BiDKVmpa1enGbXQLHS3nqvIxkzH44l7I/X3alAKO/SpmzdQzb6wPsHmiUkA2tAgWBkfWf2pNoog2yqn9nMtSdA==",
				"shasum": "2734e93581de9490a6ea5503f1531576f1b8bef4",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.0.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-trigger-2.0.2.tgz_1508121714609_0.6227894364856184"
			},
			"directories": {},
			"contributors": []
		},
		"1.11.5": {
			"name": "rc-trigger",
			"version": "1.11.5",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"object-assign": "~4.0.1",
				"pre-commit": "1.x",
				"rc-tools": "6.x",
				"rc-test": "6.x",
				"react": "15.x",
				"react-dom": "15.x"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "15.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "4.x"
			},
			"gitHead": "a5d42f8a8acb0f74ab227219faf123ccb93ce090",
			"_id": "rc-trigger@1.11.5",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "benjycui",
				"email": "benjytrys@gmail.com"
			},
			"dist": {
				"integrity": "sha512-MBuUPw1nFzA4K7jQOwb7uvFaZFjXGd00EofUYiZ+l/fgKVq8wnLC0lkv36kwqM7vfKyftRo2sh7cWVpdPuNnnw==",
				"shasum": "f88f9f84e0e79f8e0ef1c8d1bf8ac2208b715620",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.11.5.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-trigger-1.11.5.tgz_1508121951268_0.7181471043732017"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0": {
			"name": "rc-trigger",
			"version": "2.1.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "6.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "15.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "^4.1.0"
			},
			"gitHead": "8e7ca0bb31331b11c653612db63f16d46b2486ed",
			"_id": "rc-trigger@2.1.0",
			"_npmVersion": "5.4.2",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"dist": {
				"integrity": "sha512-AhehLMSgl+PsfUQ9MQ0KEYd2/kX+TA9Yx0e8UcVUFmvkq4rZQWSP/Asa10FJGk52VVwlWMysYKtsharSSVXVdQ==",
				"shasum": "127027c913acb06dfcd19a6ff02beb44445f4cb8",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.1.0.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-trigger-2.1.0.tgz_1508124144175_0.7270234769675881"
			},
			"directories": {},
			"contributors": []
		},
		"2.2.0": {
			"name": "rc-trigger",
			"version": "2.2.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "6.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "15.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "^4.1.0"
			},
			"gitHead": "1a1785b13373ee5511a8e2925f719a002e902b58",
			"_id": "rc-trigger@2.2.0",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "benjycui",
				"email": "benjytrys@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Ps46K5flgGTIhpU4S1f3rRzF0w1HPPeFCIAxRz6gn2FOlRdRagRyeAQkKyYsMV/NqprgAIbk4uCY8Y5IeZZjrg==",
				"shasum": "8ecf7e014cc65e67fcd99b6d31d92a814c19eca2",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.2.0.tgz"
			},
			"maintainers": [
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger-2.2.0.tgz_1509501695872_0.4082703934982419"
			},
			"directories": {},
			"contributors": []
		},
		"2.2.1": {
			"name": "rc-trigger",
			"version": "2.2.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "6.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "15.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "^4.1.0"
			},
			"gitHead": "4c84908ad8e3a32c21a7da05778ae44bbbddcd01",
			"_id": "rc-trigger@2.2.1",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "9.0.0",
			"_npmUser": {
				"name": "yesmeck",
				"email": "yesmeck@gmail.com"
			},
			"dist": {
				"integrity": "sha512-yWIFlQubcnhLVTKpFgSfsIfH48mSFSy7tv6AMzTtAsmuP5XqaVCcnSGQ71Oym36pU9W9er7Tra2nGV2+XwyaCQ==",
				"shasum": "7caf1e3ec6e76dbde6ca71c989aa3fea024fd174",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.2.1.tgz"
			},
			"maintainers": [
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger-2.2.1.tgz_1509953278411_0.16384158143773675"
			},
			"directories": {},
			"contributors": []
		},
		"2.2.2": {
			"name": "rc-trigger",
			"version": "2.2.2",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "6.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "15.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "^4.2.0"
			},
			"gitHead": "6e3c43735fb4a3352c6d22395fa977d8940f65a4",
			"_id": "rc-trigger@2.2.2",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "9.0.0",
			"_npmUser": {
				"name": "yesmeck",
				"email": "yesmeck@gmail.com"
			},
			"dist": {
				"integrity": "sha512-7yzU++VnJGXHCM+fY3bDVKB0MLMnvkzFP8fFPGGPlVmTkNSMPMwAP4dQe5OS6votkIzkEl5gnwX2uxJANHzgkw==",
				"shasum": "b0c666b37cce4ed27300a7e710d67bf7444d12ad",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.2.2.tgz"
			},
			"maintainers": [
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger-2.2.2.tgz_1510037098978_0.5648569671902806"
			},
			"directories": {},
			"contributors": []
		},
		"2.3.0": {
			"name": "rc-trigger",
			"version": "2.3.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "6.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "15.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "^4.3.0"
			},
			"gitHead": "64caaaff2984f0362760ce6ede7558c40c8cdd36",
			"_id": "rc-trigger@2.3.0",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "benjycui",
				"email": "benjytrys@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Zgu0eVBxGpUMZgLbTIik1JPhI5X6Xn8xvm4W0jtZYpfLVF3/I2w178Iyct/0fhCReuPZKEYznH72MdgeuK1g3Q==",
				"shasum": "f42cfe4bc17dab4e4cd613a1d4a156738d252728",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.3.0.tgz"
			},
			"maintainers": [
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger-2.3.0.tgz_1510818768022_0.09724828670732677"
			},
			"directories": {},
			"contributors": []
		},
		"2.3.1": {
			"name": "rc-trigger",
			"version": "2.3.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "15.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "^4.3.0"
			},
			"gitHead": "322b6bc5b907653ef56c4b23aa09f844164e1b5b",
			"_id": "rc-trigger@2.3.1",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "9.0.0",
			"_npmUser": {
				"name": "yesmeck",
				"email": "yesmeck@gmail.com"
			},
			"dist": {
				"integrity": "sha512-QvRU8d9V6HsKz/ot96i0WoQtBqzq+hFPZsS3pM1zgNah/81XZkqqGSC+ibAFrcz17RIAEGU/SmzvYPx6LhQ/1Q==",
				"shasum": "48650ef537c493f9174f8669e123fec469a5d79f",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.3.1.tgz"
			},
			"maintainers": [
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger-2.3.1.tgz_1511771558950_0.46876655612140894"
			},
			"directories": {},
			"contributors": []
		},
		"2.3.2": {
			"name": "rc-trigger",
			"version": "2.3.2",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "15.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "^4.3.0"
			},
			"gitHead": "804cec8b4a67a185a218f1541797f8caa5a0ce8b",
			"_id": "rc-trigger@2.3.2",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.2",
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"dist": {
				"integrity": "sha512-6AX/CDY7NY9dwkVLPTcgXJbhMn0Gt3wonmRuo0i9kEOuqsGy2oHgt3jnd12gSdhJLsRo/DxSqx2YQBz0D4nKTw==",
				"shasum": "3353bdbd58bc00822775a8d3b52288120bc5b8f3",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.3.2.tgz"
			},
			"maintainers": [
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger-2.3.2.tgz_1512616166413_0.8281428867485374"
			},
			"directories": {},
			"contributors": []
		},
		"2.3.3": {
			"name": "rc-trigger",
			"version": "2.3.3",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"create-react-class": "15.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "^4.3.0"
			},
			"gitHead": "b035bbe8033a7f02d8dd678d0766408431228f38",
			"_id": "rc-trigger@2.3.3",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.2",
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"dist": {
				"integrity": "sha512-j8MHq0jES4vXShFbSExyty/WVR238lrZzUfsSaIDeiziBIiUAOP6SR2HBEi2gSGK239Jm3bWIJvwGA85kFMgmQ==",
				"shasum": "406c5ddea594aca71d067852f27d91a5f3a653b8",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.3.3.tgz"
			},
			"maintainers": [
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger-2.3.3.tgz_1512616266328_0.5737450267188251"
			},
			"directories": {},
			"contributors": []
		},
		"2.3.4": {
			"name": "rc-trigger",
			"version": "2.3.4",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "^4.4.0"
			},
			"gitHead": "5785e307093a330382d0358437f606b69e2a2695",
			"_id": "rc-trigger@2.3.4",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.0.0",
			"_npmUser": {
				"name": "yesmeck",
				"email": "yesmeck@gmail.com"
			},
			"dist": {
				"integrity": "sha512-xPhda3SfGWHywEbVJu2VxpWg99ELStzNPcdnxb7lZ9XwUnHjUeX9KCaIbJa9GUuoVHx3mQP1s2m3ttIB8aashQ==",
				"shasum": "389dfa5e834ecc3a446fe9cefc0b4a32900f4227",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.3.4.tgz",
				"fileCount": 17,
				"unpackedSize": 79897
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_2.3.4_1518417022378_0.92674578974533"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.4.0": {
			"name": "rc-trigger",
			"version": "2.4.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "^4.4.0"
			},
			"gitHead": "e10427258652f87724d443d33228a64355fbdcc2",
			"_id": "rc-trigger@2.4.0",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"dist": {
				"integrity": "sha512-W09uwq3jPdyGbmh5E4W9yOqSAhonii5+SiecUMn6pSoyM2n5kv37YiHvIh/C7TkOGbR6jBIil7+PTVYvzs2HEg==",
				"shasum": "f3fb2b7d82bd95e84d876f6a20eb43af10f82c71",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.4.0.tgz",
				"fileCount": 17,
				"unpackedSize": 85758,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa9Vr/CRA9TVsSAnZWagAAUPkP/j/SQwiyCLF0fPFRHMWd\niWBUJvg0XFGdh+c0H+7mTsjxPyzCg5B+RPjQqwHJLrBv6rrVUsNqkM+d9dVc\newGX9oGYDUftUn1tf0+XoZympsGZ2b3y0+LhyeZARSecBpyWAWJcDNog+hkc\notSgIahOe8aAHueZRS+B8Lufv79rPbwmlUv5wslxu0FOaVICtZV3RZSNClq3\ncVlTBEuKzHG+zaCX9M1Bdi/1puLBTSQy/7CM7fvTW4UQF24++7ttcXGymhRY\nitVuy1CMK53ljd3GrXXS+WhBFyKAocFc+XXscLtf8gNb526wpx/2Hxb9RvZm\nDGMrF+p4RFmz2U/VwPE/LM7UPz58nsM4ZWL7ipDr+fT3IH6SqN4vTARkzJhU\n/jU63P4AQQKr5axOYEY9xMqXzLxeMcTABpKnT7Om5YQ/iF/gXPCs5QSNm201\nxAW58tEMhrdvJSW1smUnXlyLHyCkS/uXgAArccMRsWFyLdNkWQlFtwp5Xna5\nx4bwxBavsGAl5eavi4Vs7IBS+yyiwK3jlWec75Xo+JpK3izjzxeaYohVfaMp\n9ceMRmQqf54xr+t+9n4/6juck3Z9i6dW/8Y5Bj7OAYHqHqHmcaTFbstobKCF\na9AAkoQsxx3oUxahbsdkRH9lo/uL2O5o8aDp9qzf2QJkiaRWjvlz8BeOcjYJ\n7lbN\r\n=yj8E\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_2.4.0_1526029054473_0.7040999907447336"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.4.1": {
			"name": "rc-trigger",
			"version": "2.4.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "^4.4.0"
			},
			"gitHead": "568cd8df1d551af97de3736f442c798b12176db5",
			"_id": "rc-trigger@2.4.1",
			"_npmVersion": "6.0.1",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"dist": {
				"integrity": "sha512-rHElLE96runJg1eBnFgC9yEBNHrFlHRKnE23P1MYNMBavVbt8a/wDSX2NZUR9yhRghtarAoP1CfLSJyv7cgsZQ==",
				"shasum": "fb8c3fc1862124cac094fc8017ebd5387913db85",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.4.1.tgz",
				"fileCount": 17,
				"unpackedSize": 85966,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa+/gyCRA9TVsSAnZWagAAOpYP/2SIYccGxb/u08Rxhf5T\nEXABTa+NvBooqR33oUye8FwWXAtG/sV4md+pl41TMrTnT+6dtu0/Pd3IV4/G\nSnxSwF5Bsv37kT02iySgtveyB2beDmIeT1Mq0AXkzEratwgffuDbY3CvFHg8\nFaZdbfCAyvSwfgWu0Fr9axqQ19aAg1EQNhVWTQB9eiUfou6zZRpvCTFKmorA\n98gDG3TFzhmk/xFVz81TOh53zWkkbimEzlVm+F74/FG+Nwxmnro2UrxY3zfI\nthsRlLjnllsCiwO2nEsHP6Dyb6DFKdjr3UX5u4n/+mAK+mo3nyBvIv7Kw18T\nsoC1UWmERYnIVJJWHzdyNrVDo1VmQuouluvfpoR9eylwLOgtrOXuh6FI7Gw+\nZU3kIzlyU8q2Q5m9BV4FmPIMu8YeVei/f5fjwGaBKgDDeMyvUekRu+Lb9P9k\nwQGxT5oLulvU7gFEjODpM0EF8oS8+G64kCe++p33FQ+UHoev394aswxuf3hu\nKzrNclJ3eo2iKnJf47q1LKgOa+H6qumpFEfLOfYaiSL5b7O07UErqkKWK7z6\nkcArBg14m59WgBFpb2QaaZn1amrD89INDdKla5zZwW5wGz4nur1iyxnnlJFw\nCmbFTeV8lbQVMiK/OT/H4RlPFO0GM1P8V+RKyblg+NaTTP4Iyfnh7etb84gO\nZC88\r\n=Lxdt\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_2.4.1_1526462513339_0.025533010907129006"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.4.2": {
			"name": "rc-trigger",
			"version": "2.4.2",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"prop-types": "15.x",
				"rc-align": "2.x",
				"rc-animate": "2.x",
				"rc-util": "^4.4.0"
			},
			"gitHead": "e91da02faa92473783062cdc14fd7144a2a11076",
			"_id": "rc-trigger@2.4.2",
			"_npmVersion": "6.0.1",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Llah3E8bhP0N1ubpZbVjaUGcYkDcBrDibh2a1Idk+gNslZqgpfOla1LPnwWb9liBr25+6J1S22Qr76ObEOHgDQ==",
				"shasum": "8274249b3af51ff2c9c8a0c403d68e17bc775d7e",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.4.2.tgz",
				"fileCount": 17,
				"unpackedSize": 86070,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbAkjwCRA9TVsSAnZWagAAvbkP/jjbw+zIbeVop32dXXK9\nWWF47sYgG3EeuSZu2Fry/NfktTCeiSMfSR9yBUxQVqDplhSdJHoEor/b2KEJ\n3IhVE4ZL6wsEOab+NwuSoxqPDzL9iijwAASaJ+Pw+hJiDhf+uw2EJtD4rn77\n0Il/cV/Q5+bIvdp1ChyIk70eLqLmTPggisrGuaT9P0AJKKQfUM9JZ1IgNTXq\nG/dPbcNfgXDnX435YzjEJWTZ19rCrG04PG4btEOGpQ+olzA0iIMk6gUPQK0s\nMP/hvNzJvPNLeeSJj0i+jg3WsMzBHKVUw1qn4kFWuN5UJeO5XEu+ahdc9c5Y\nSxkeRGrxAN84fl2vdls7PrLIo7EgpqlfdVGaKIfyj9A8Cc+QMSFlXL14W0nB\nekiRaxXnvz55AhIhP/k6BbQFqUR4ERMJheqMY1lfM5+ZiGtq62FaHQ1kdW1R\nTBAc+Ml2CjxCw7w497puy8ySxDzt6Ie2H9J6GAJroP+4pfIu3PJViy3QCGi8\nv3d5AtO1dMo7FmA0EkyI9NPWxywD476gcfugGlRLOo5o2+6UmD2EVGoxKBZt\nZ+0HaIMQYVdFUd8ZhsEGpgT33OFfM/RKhuWkrYDzjDScTt2mFn0WykGFL/QY\n/fugmFZoJEdI8lNywbUgrwAtreAwR8rxGA/fCNuGA0BVb7WI3Iah83ivjaMI\nU3rP\r\n=5uwD\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_2.4.2_1526876399487_0.14212774905743397"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.5.0": {
			"name": "rc-trigger",
			"version": "2.5.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"prop-types": "15.x",
				"rc-align": "^2.4.0",
				"rc-animate": "2.x",
				"rc-util": "^4.4.0"
			},
			"gitHead": "d00c831e0c9148ac6c1a03363b7243ddd20021d5",
			"_id": "rc-trigger@2.5.0",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"dist": {
				"integrity": "sha512-xQkXG8CV/PeVmd3qpe0AUyhSHbthQqcebPXpEmX0zkO1Z3E/iU/VBoUpA2kKFhj5k2dLy8FMIM6oAvUO/gaZeQ==",
				"shasum": "58ae6e06c0213cb0a022fddc3ce61f45ce99d50c",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.5.0.tgz",
				"fileCount": 17,
				"unpackedSize": 89691,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbFkKoCRA9TVsSAnZWagAAnjsP/2oTrqzX1trL+h3uuyuW\npK18yKEhuE1k0/LvjPcNiHMSAy87CkoD9ITh54HqtSeYn6pfEkN9DbLFwbTV\n9mOuneBIeGvolzcrTBXZKOdi2A4VRrc3I6X3Bgynh/xQCgI6zsJ2sUwHKKYp\nfXFDYiLdW9D/FcDhVLEvNq8La3xKRo/FpC2eoI4q8FCH/yS6DK9QQTiLahab\noaW/SbwGy+iCe+AXpXWskjobT8+wR4teLNIK6leWhASOEb7mBMItXh1HCyV4\ndgny5U5+rMj3m8JVtZI9Bbt7VxL3Oghh2qFdHAdOj4ICZ1IAhBEDcfbXYyNZ\nuYtRs18WwiZxIonRsAO01x3+ewcsiwvGCFCTi8ejkLOPp+ZNu6xXPCkkX7tU\nju5DzZcz+K+lPmE09J5KT1pgQDsD+um/YtovJ9UlwSnMinaUiVeFhLT33Fpn\n23Rihxer0oUqgHVRx4FVBDlRyrGFaiC2wRtt2Jg6GkgQNAFFlf7i/TXfLyyd\nNCzjCJLdg3K023jZO7u+KvmHShiswYF7qFFFKEyVZfi9QwtAZjaUGfVNbyUz\nTswKSTEY3N3XVgT92g+KLYnIotQcbXtpfONK3ZTCo1dluW7e2EpGpcDkub2h\nV4z3JgxvwQn0VDSKlf8RJEtZ695KAsNMXDWXThwI+9DD1Ola2xBFwffNd3dY\nl65J\r\n=MoTQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_2.5.0_1528185511086_0.34693306445542826"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.5.1": {
			"name": "rc-trigger",
			"version": "2.5.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"prop-types": "15.x",
				"rc-align": "^2.4.0",
				"rc-animate": "2.x",
				"rc-util": "^4.4.0"
			},
			"gitHead": "1433a1428ffded540b0a0bb94e50a0ba885586c2",
			"_id": "rc-trigger@2.5.1",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"dist": {
				"integrity": "sha512-YWfHr1p0U1ZbqJOiGmEH3D+RBlW2VdsNq/QLjXxhhmKtkzJL2cyEJQnZJGG0lyqPZOD2yXNQYD06vv0wmc6Iiw==",
				"shasum": "a64e06d9bff05d23e7d18c558048ce75a51d6ac9",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.5.1.tgz",
				"fileCount": 17,
				"unpackedSize": 90131,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbFoALCRA9TVsSAnZWagAACtcP/A1Dg9RrDhNcSjS03ti4\nMVWCgVX8jnRww44sSkzRcWO2btWLVIrhvxHMPg/7FwO3dxlaALa1Dz2TgdOU\n7SxDHcocVjkvM2MaEVPldylhPP8yz4E3sh9AfUbCQsoxkBH72JFmNTIhGFYx\n2rXq+pNgsWh2bKEe7csqgazqH1Dn99bCDDGsDB6vIng+b8TOzmlEm0WPCaQM\nii8Zb9dqFkyJPPy5LaAY3IPhOpRwRXE6etcVlycgpZgdhZdn4fqIRyXtij8L\n6nHDaY4GXemBMLAASVUIx15DlRouwh6nADToKygg3FCVhjTZ95ZbnqyZO6e9\nDHVFH0M3l/4/k/QSCkcymyhbN8hQTpMWawabLFb78I32xgBVsuuo4XCFrDrU\nCPZStnxXK+3w5P8g55oKcT1BoVPtAfSkknU3auGimLZB54kTYs5fyzec1+f9\n6WXZuDPxJz8kbxsTnv85/pF0lxRqLSFJOHQt7qNiK1yWz8JlE8DydwdJYJqE\n7NExXFLyiMbCSqALX3OUe5ONPxbrvg2Yd6pWfsGAt8JBPJFCybjPVTNGZpa5\nSfT2GkUxU6BdOhFWdU1g7A9+hPjABnKIHGnzcGOYaf261BBSW53CtqA62ldi\nMV5K5aPTwnsqNp//AtZFM+HkcDjolJLzJ4gd0RBzMbVcnAcbiDsMvNkDaCIg\nnqpD\r\n=Kk7P\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_2.5.1_1528201226233_0.7687038095537451"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.5.2": {
			"name": "rc-trigger",
			"version": "2.5.2",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"rc-align": "^2.4.0",
				"rc-animate": "2.x",
				"rc-util": "^4.4.0"
			},
			"gitHead": "24603da6d90845d280bd509b49694629f6e78431",
			"_id": "rc-trigger@2.5.2",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.2",
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"dist": {
				"integrity": "sha512-PrMwm98BfiAtzTGBgbYSjhhwnhZLbOFxloDIH2FlVxWa+2zp4EJXC1V5nLS51Sf8L40864L3lBW6aLfkiwcEoA==",
				"shasum": "19110376db0e19e84280116f5d1d25f49b43ac99",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.5.2.tgz",
				"fileCount": 17,
				"unpackedSize": 90653,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbGkhqCRA9TVsSAnZWagAATIcQAJT2L+NNWUjgcMx0hWkQ\naBlz9Q5RHLKdUol6zW8Y/Sx1IGOCXrSM4FK5lIilcyemEUhMgt/kenxQNafL\nRSYqjk9ofdrC/o3Y5VyziJsASSeZ8B7+xVnSwJ2g6p9Fql8lSdTNUbp6Toho\npGXsfrtk6KfDp0oPL/KoMbbvapRCqk7IE2vEXZYE0Vyws0NfeHX4m9ySBIIy\n8im3QZwRlx0PVAj1ochRnLiUh+0RBIy2GENumEmElL4y91o6d0Adp9Ee5nEp\n4drw0qd1qDobGezYgAxotlXHgOOx9FhhLe4zyT7uxRDeow2nMpXiya1B3Opj\n510Qa1VT9Sjk1CRSqR51MrRSosvNIwndtuM1qBYXH74PUD2t3UwPjUp5J39n\nr7UNNY/FNyx8VmMvVj/PapCWCZKwEil3T/9PB5JKc8x7YZTNIeoNxK/E4LMa\n3zmboFSAlKm4h3wKU0O1aYXd4e8apts855xjSJDvsimqU9ge67kIN1/06CyV\nREyVMsqSpwYSgtjF4YdjRGSXu7iFCPXwr43kfUMdRnvbb4ayJTGeoxp4QRjG\n5crlFX+agzN/3Z6U+eQ3DgonaEgrUAqjqg9pkvMYHfoUdi0BFovjyTmt/drH\ndMTYNy6zDG9Suvqsz3JsMNuG3hSAEsJtkvuek4s4gfPfLpUrVfUczmTmi0E+\n7INh\r\n=pLto\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_2.5.2_1528449129585_0.39175012704878287"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.5.3": {
			"name": "rc-trigger",
			"version": "2.5.3",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"rc-align": "^2.4.0",
				"rc-animate": "2.x",
				"rc-util": "^4.4.0"
			},
			"gitHead": "f6a88323dfd1852ce6f2686be8466dd76bde4eff",
			"_id": "rc-trigger@2.5.3",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.2",
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"dist": {
				"integrity": "sha512-geHPrEm7asNVhdDwfEv0rJIYN3rZ95M3myVk1MPdNv+qRk+9REaNT5Aez01Ia3SA35+RkR1KGF2GMp4XMyKZgA==",
				"shasum": "aa3d9a9b20c51d05f6f35d36fa41074f70f6cd64",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.5.3.tgz",
				"fileCount": 17,
				"unpackedSize": 90834,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbGluXCRA9TVsSAnZWagAAfCoQAIxsZElSY+UEHDGEgTCi\nPVBm4KhF/+oPHDZ6jvPChHecz33dBssvdmi9ycUUDpPPcd0kgm5SCdVnr8PD\nWUcydWBgVYjsBh+CPY/k0vmsPEkJhbUOIAXg6hL424H5OM3rP2aG/vYPtPHb\nbdofNdPofMahziAtVd6/7G+WhxAU0wg675NCj/JyvnmXdJNraZxXnjypbrWM\nuOvf/F12rFqefNOkoQlip9PxTWOulz0LyFN+XZN7XcltrWEyvHG4w4qX9qXC\nKuRGrgV5N/573UslKa4tgl2puc7GSjpbU76VQyMzM0/tCTCHgoZKA17QmkRX\nlcBh2pJPEEBFSalbKBH1c0mRJHS2AUiXIm66xBP+lrHxlKden0/veTmqkV86\ncPWpDn218KWkLMHYbKesSCEeu6alsR4iZ/Y+UUK4bbqzWunY1Xhdq++pLDQX\noRu2lyfHiLNCZk+sMTihRZDxST5j3OnbqvjnQgKjNK2UA4sYaHjgE5tE/TNs\n1BNh4bFq93RaVi5mJHhuk1GwjEFVnYCe0NOJpFJQA9+M6LHgPUvTH+X4i9Gu\nglxC7WfiodMYFX1F/8LCggtsJePV5WIq32oY/2IVa4aM+7XXX8bPYfFlSE2V\nuLpnf6nMy06oy9SxnS5Fl79RWXPHpybdFlvzIAVeNtZrDEHQYQ6qVM22AQPM\nFzLC\r\n=LonK\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_2.5.3_1528454038097_0.2644069249166976"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0-rc.0": {
			"name": "rc-trigger",
			"version": "3.0.0-rc.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"rc-align": "^2.4.0",
				"rc-animate": "^3.0.0-rc.0",
				"rc-util": "^4.4.0"
			},
			"readmeFilename": "README.md",
			"gitHead": "42ac6dceffa8bef0f18cb7296c517f57fa66d0fc",
			"_id": "rc-trigger@3.0.0-rc.0",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"dist": {
				"integrity": "sha512-07dZUTrAajyXZoFNlYbrIWnEyVhkQTjow6LLfRfVuKnzKTN0Y0/DUqlfPBFdob3qJHumE18C4m0r8I4Y6/a4cA==",
				"shasum": "b69d53254277ee119fcbe4ab4d3d858cd0b39ceb",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-3.0.0-rc.0.tgz",
				"fileCount": 17,
				"unpackedSize": 90847,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbHi5GCRA9TVsSAnZWagAA4NMQAKP8kW0O5OMPz12QdKCB\nxKctDYhdNaaXIMRjpWC+4N/UvdoEfNJD4qkKKwbm6o4bodscjIMjdCf74PSg\nFVCjfwQrheRbeMCa7E8fea295/RpRsZRbYkX1IRRBbvJvgINdxaOIbd7gHFL\nG11bzdys2Q/HqtQPPyiBE0FXBK+Gtg/bQxvA6qQFM3hq1SGCWbU/6407dHqv\nCGF2S171X4DNzcqdx2Y3I5qKtOG7XYxqqIaVt4blaHGuehxAah5IFZwmcOc7\npGPXwKmWbTWzwPlKJAjm+xQkE+ATI+U65H8XXzr0X99EDlzMalieRYdTof86\nosrjVwlebnM0cOCAVEjZ/r0xNhfLKxEL4Cr9JmCT2yIesoCX8MJn5lzbNss5\nIbiRqp0qWtenQQG+Qc3N7wV/+zyX+Y0yuxmqgAugJ2N44Ak7bOhtRpxZxA+g\nniCl+XRWMNwauGIfWalyV6hUAiqGYPGRRhe3m4AzG2ne0loB9C/EaVUdTT27\nSa36Dg0HfpWNAB+uphiBZhDS4S2LejtOR9GKuQdevn8dSnf+l60syC27qPzA\nRtzJdykMdBWoIIvwau9mgcRZygBQnTwTy9cXFVETLYU7v2jd+/chaeDa99k+\nfHZzzEe2IUv/G0c9x4sOzmmq3S51LYvYWziGFzOF5RVU3Ky8ojurb39kAAT7\nrJt5\r\n=M2C5\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_3.0.0-rc.0_1528704581776_0.8783300619581038"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0-rc.1": {
			"name": "rc-trigger",
			"version": "3.0.0-rc.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.0",
				"rc-align": "^2.4.0",
				"rc-animate": "^3.0.0-rc.0",
				"rc-util": "^4.4.0"
			},
			"readmeFilename": "README.md",
			"gitHead": "bccf6cdfcccd5a037c00386cc4d18c3d256b0953",
			"_id": "rc-trigger@3.0.0-rc.1",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"dist": {
				"integrity": "sha512-/I/K9d4qg4YBs3FvMsw+0pQNrY7mBYJkpIoBZAbxgcyD5DKGQO8DZz9UfU6N7jbyzCjKgil6wqUF0Lc7xq4TUA==",
				"shasum": "91242561ab28227f8518349de744f9e5496802f3",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-3.0.0-rc.1.tgz",
				"fileCount": 17,
				"unpackedSize": 91112,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbHkTNCRA9TVsSAnZWagAAS1sP/3Vz/yazyNU0ppLE+/5L\n6eejDG5IQi+Er7Xd4xs0lA6ZPKqZISagXZZzml05VkpL7KaaemPkZI16GPOm\nJiG6BF6O8PNAQcvTMsaoPps4QknTMMfZMeFoK/kXBfpOvEIyTKGvx1rzhKTU\nQozFYOUWs/ttO42CaXHoXxzDKqfZ/QB2c/D9LL4EOVF/41eto2fGun4LB2HJ\nbKOI/gSUEgnnmYDGr2aJLt9JuNR3bCssA84SPszShflKglL9Gc9vxGV1HZLv\nzS0ThH7tHHpw0d09tqEuEVr4WClrB0IR1CUrZR4KpnkwR+S25fHJ9Z6hHBJ2\n8P1PMSDHk0AOUf31qCDC/SfRUU7RoOk776OYSRcKSuHYBzlGPizMA7cfnbPy\nyAS7BjGax4CqG2WB4/fJVogPOtxj7pKlY2OppJlL+DWshsuDBwY2GMvvdzEA\nYUjAEE0bCpNOwupOpS/hOMagQDAfrUj3OO3BeKOrjW0bfceF8oWeS4hfyhVq\ntpZ+jxavyqHwXGeXiCEWMBSyhLM2n+albLpQHf02HN9oNEwaPVt0F8TZLFPV\nzm6vd49GT43YWdxmURyTSNEegPDITnuPNFHyzZS/RygYoGa4L4L7Ya7M+4M2\nzUzvXyf7R2w9z6jU9x3Gm+lj0S/40rg6tMM7A1f3ZJ798351HmfYqNZMFtF3\nEjWK\r\n=HUZG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_3.0.0-rc.1_1528710349290_0.22912230613900686"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.5.4": {
			"name": "rc-trigger",
			"version": "2.5.4",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"rc-align": "^2.4.0",
				"rc-animate": "2.x",
				"rc-util": "^4.4.0"
			},
			"gitHead": "a619be207a78b5372893cc4f7d379f0f51caa637",
			"_id": "rc-trigger@2.5.4",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"dist": {
				"integrity": "sha512-clgXOdazDW2qg4vTZSAExpvOuojPNuMoamG+SxAm5Ih+rpVcrtEiDlDZWY4yUHyfEWJZBzgbrr4np/z2FK6RfA==",
				"shasum": "9088a24ba5a811b254f742f004e38a9e2f8843fb",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.5.4.tgz",
				"fileCount": 17,
				"unpackedSize": 90932,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbNHXnCRA9TVsSAnZWagAA4zEQAJJVfaVfCRcHh1BnZt5c\n9504kHwduALBswXEDZ82H+VBu9+YNCGpa/aLUiVHIg8AhYNt1jXxsLvYnmNX\nGQlah2kEWjCD3Icq3J/XtqRBj5zmOrOMjHGit++E1yZ1WDMd25IgwyPyXwoZ\n7GflvVVrcXNiptj2BmBetykZE4scFM020aX/stZ4SNAoDy7RyzRf999xhIg+\nA4Wmov5ZMk+PDAKeG3pi5Sipmr9/618YeDHGRM48EYYE2O0WqslM/2R1pRki\nyEX8rbyQ3txt/is7v07nVkRTIHEGCNdoMcxrSAouuRfuUugE1Q/FHrARzkVj\nFozVD0U/FbOvwT3jxcLJjfQSkPttxkCmYoiQRo24PcW7hrn2DrFW9djWbPpG\n+b0qairwHe5BOoPEqHuAtNSEg1L87BUYsd68l8Ua4onnfJPlxw7Og0zJgEDW\njbZsmsfd0s3dg8rjGzliNsNKSljfxj561sVFAX6zYaq6xmk5COB4hDQ8DCxu\nFluee87/j/F1qFeFmjuo3F6vJUrrZiBjXCgIArQqa14FoPHy0f2BcW1HUhzD\nK/0dLnH4N/g7c55lGnsGbPQ5SkWDt2Q7T57o9a2nF3GXxkitUiDSm7AnCloa\niGUUKf0vWl9FKNt7uwxWx8fC5M7TaSlEtmLGb9CyFeJC451Y1USokLS8Qc2Y\nhSPV\r\n=1Z3C\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_2.5.4_1530164711205_0.22701078158650212"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0-rc.2": {
			"name": "rc-trigger",
			"version": "3.0.0-rc.2",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.0",
				"rc-align": "^2.4.1",
				"rc-animate": "^3.0.0-rc.1",
				"rc-util": "^4.4.0"
			},
			"readmeFilename": "README.md",
			"gitHead": "997e84d99e7da344d388a2373090742a18723536",
			"_id": "rc-trigger@3.0.0-rc.2",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"dist": {
				"integrity": "sha512-0Q57NsTc86P5kDQXjKnLa7Mcg+RJbOtTA/NYxDrwekpqBPfbXDuMYT4ct1sUCHhZLkzbwAA7qAPBW+fDz3zq5g==",
				"shasum": "3876c726707ae38a8ab02028acc000357045b503",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-3.0.0-rc.2.tgz",
				"fileCount": 17,
				"unpackedSize": 91112,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbOiV6CRA9TVsSAnZWagAAsNgP/2wnQUD3cG4eDktki7Ge\n1yKAA+ddJRKdVNNpeSTFRbAzjUmelsRMF31TlJ6FpiG8efxHoyreRlARoKZu\nP8JQn+vbAg9ThcSh+nc2tGES1Rn8+ZmDJOu7HNFwYlxYbykurbLx+ggeltBl\nX7FGZs3CUlXa4LN0gqrdEjN18raBL0/0eQvRNuHkb0fGi02ADxAHrHrnzEb/\nnmknDsbrq4vZXNF5Uz/Z+6+T3NSbpTXEzIAaXCRyi/V9G8H3ujj4xGE1byj6\nz/u1NhJy5kLLmUUdGmP9iEyz/Wp7eENWy7nI5piXtH8aqrDpHPe0g/vNqvO3\n1IdDRkO5qU9WeEjsz622mwYARuwrPonfL8sVG0xDgtvaKfhfMVZzFK9JVJ+M\nFX9zugYa9ICAZBtsW2B1SyhTCCx3GiXJw6Xp3H+j9X5v3TdqflCn/KtUDnIu\n7dalVyuYkeW9GqMSYGqQHH3Elu8gO8huNwozPTk0xdRX5+zrJVWzx+7qJxQd\n7F5A/Ax+zXonr/z4gqFiwpRgwfyLmcnS3rhEOrr/8D30ur3OxJFL25PcP7K1\nXP3W5QifETup14pysgSA1lgl750tguWPAZqkt3rJEx2VwkZBFtG0fGxCWIiG\nDMMgkR+eXfKemkYJQ+EGwKU7eckn4HHTaXyQ/acyCQRigocNUVUj6nR4owER\nppXr\r\n=KsN9\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_3.0.0-rc.2_1530537337709_0.3843721315039652"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0-rc.3": {
			"name": "rc-trigger",
			"version": "3.0.0-rc.3",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"files": [
				"es",
				"lib",
				"assets/*.css"
			],
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.0",
				"rc-align": "^2.4.1",
				"rc-animate": "^3.0.0-rc.1",
				"rc-util": "^4.4.0"
			},
			"readmeFilename": "README.md",
			"gitHead": "6b651b0cd7993315f11b0d9a752c5608d90eeea5",
			"_id": "rc-trigger@3.0.0-rc.3",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"dist": {
				"integrity": "sha512-4vB6cpxcUdm2qO5VtB9q1TZz0MoWm9BzFLvGknulphGrl1qI6uxUsPDCvqnmujdpDdAKGGfjxntFpA7RtAwkFQ==",
				"shasum": "35842df1674d25315e1426a44882a4c97652258b",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-3.0.0-rc.3.tgz",
				"fileCount": 17,
				"unpackedSize": 91210,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbOu9rCRA9TVsSAnZWagAAisYP/REMabLz1y94CiadoPQc\nAxVZbZzJygGUw7QaFRDWFEvRy285Lm6GgGSQbsLEMVg/4WodiiE3AIKb8KX4\ngeKDOrLG1l/LF72tScioczmlupixouq/Phw6Pw3b3ob0W8I35YzmGwL3qQoq\nPLT7einSl+tZkMrOrIE4+skcA675BpbLgP+N+G7lK1Ybuu084F7snkYtaGIw\n98XErg6PHEoqFi9YUosdrECY+z86+alQRgVXAIBjT3IgMKsUfnJnbPVf3KeD\nVmo4YXwiXCgFzjOA2k9sSTdfG81VS7Q0NCwnMapwgQjSmnP/FOnuaFwWGust\n+G6mnQ+d2V2FC6zAgDGmL+xvkp0gUQTGoPPMgYltt2EnWX8GV4nuLM4wY/+W\nvIymHMgWmzFpXipI4OhZdAChzD3LO3SGKFDMLes++DkfwwkK5ffmBmDQ8CZ/\n49iiTALov5Xf9OehCdG5X142VgHkHMLf1e2pTiQfUsV2TBAWzqQCcqfIyNBM\n373oFPSuTXd37fbWEwCuobK0MNFSzjOl4vcOl0ac3mry8G+T6nqI6cPdcRUQ\n0ExbuGU6iC6nzvqfRnYWUlYOhKJ2qtItzi5uPzavNDuI6Kk+dxdHHnrsIt4q\nOnryDgd3DK0fkDNY1+OvajyuGMqiZsQUxEv5xNnKUVgGc6+ZtudwzYzdM2Uw\na3xp\r\n=Ils2\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_3.0.0-rc.3_1530589035686_0.4930872100403587"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.6.0": {
			"name": "rc-trigger",
			"version": "2.6.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"rc-align": "^2.4.0",
				"rc-animate": "2.x",
				"rc-util": "^4.4.0"
			},
			"gitHead": "d2837fc17ca1f2fe53296894f0a01c3ae2fe0e5d",
			"_id": "rc-trigger@2.6.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Eiy/8w59WmVFm6OOBn46qavhSVP6IPQ0ywNdo4+MPFiO1q8wgZJwIR+6fapbtpyOlwXjpQtKfT8plrQgdTQT6A==",
				"shasum": "26bff5186222ca97680d023d2e4c2c6fc3ab267e",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.6.0.tgz",
				"fileCount": 17,
				"unpackedSize": 92835,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbodfwCRA9TVsSAnZWagAABo8P/A9MMcEp0yNtMVvOWkig\nqFVmJwMWVDSMxySeC5c4DvAWs1YXvPTMueF46NS3Bduw3CekAalzZkzX1vFV\nZXGPW3MYni+PUtU6C4tXYyMhAsX7b7sY0BVah3XFnr6ksGRLf93vT5I/Fz80\nzgAbR928Ppzs3+bRSwf2ztSZogcKiX5apUuTPWc3ZTZWKkGNfe5j7+4jfrjW\nbd8OFZKayz8h8v4VUnqbNGd+ek+SLEp++P+35urxJU1+ZQoQUI5/1/bugy7+\nEnKxbhCkxX4BFr7d1dLcZdBW98OxPHrqPmfzch4ivl7us1dkfaklB5eIDsoV\n8YomOvygInxfeGr3yTdopWDMkjMEL4bPJbOPlqgbByIqBmO/MI9oJLi5CaJE\ngcEBMNQJRCnEJC/tNu0QxvNAdNzSM9bjCvSEZwvfYGj5VRob90SGZsjnEMR1\nV8boD3zJoq1EeRu0JGxVCTGEj4BlYg1nUclBySbFr6Qj8Wx6UjnqBu53crfW\nQT+HHtUlgfefoF+mOHDgTbBNFhM2lbN3Oqjg6TQhgEgf76BcvpFI/SuFb6eo\nJVrFCaMBd/9sxeaaQTtdTqRHxKL8Q9nPge7Y+d34guAZGognXsOkfQ82AgcG\nwRhxOQLeZIGUToRavzeMTd6arDtlGWzoDe93nF3Q06h1zwPUv4Yrs/4ZnPgN\n+Oqi\r\n=1s+c\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_2.6.0_1537333231409_0.7142906966300913"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.6.1": {
			"name": "rc-trigger",
			"version": "2.6.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"rc-align": "^2.4.0",
				"rc-animate": "2.x",
				"rc-util": "^4.4.0"
			},
			"gitHead": "3b9c49175603334861668f7966ec7bc6410f9c76",
			"_id": "rc-trigger@2.6.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"dist": {
				"integrity": "sha512-mpp7DNYZ4tIRiRhU2Mvl0qWrdzycDvdlbRy/iwhWj9Ctw6DwDTEgFrNJzCfdzjiiTiIQRjQak9BKpFTR4kJcRQ==",
				"shasum": "8a312c92440b58f26b5d4f8126e421d890e01532",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.6.1.tgz",
				"fileCount": 17,
				"unpackedSize": 93057,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbogY7CRA9TVsSAnZWagAAdQUP/0WDB0ERYy5VmmMbHZAl\nnVYAlN+pICEaay/oDJPU/SzRx94ff3qBfo57uSxc+JOmMrzU04++YOQ0vVBL\nn5mkG4XfMby6kBy5wW5CsN2HLVGMTcK0moCS1+2hXddrX88mPR7NvUq2+4qL\n1PbEVoJz1Ax2d9MOdmlOEnYFqhYmTT+MYIKitHMO/rUE7uTnv5+VgNcjWMaO\nJVQ+aMrytgE/zLepgPK8Hwuh2AXRcrayzkVewZMJssKG6MM/PcijdPE0VgjS\n44wuBaJ72GnhkyMDqjrHVS5UXHsuFDuk/Ii+pCjCb2NeDxYY07C6SeSBXAJh\n6oXy0A+tBG/088JG0MJEFpKbq0kdEt6EoUSU3qmp+CJc7H6rQttiO3bS2VFH\nPdpADYHeagLzAyph9+KV7hAWyaVQySnQlvdq+MdnNQ2/MnXihLKf4RnoENzN\nlYUEAsTfp1Zq9rT+8RizDHBVhEYyTsJqPYGGYRBui+3iZbA9lB90TnMKcQqT\nlDfaMyfvc5FOkGdDzqAy0hGRkyO9TMtR46xqh9EwU1Ed4s8YYn3OB6XCZeFe\n0gGzDNnxz3vhS9y0PAB9YoLkp9woLnk9MkYhILGZO3lEtANdER7lqmdzrCs1\nxi/YBUmq0PUA4KE0m/JZGn2+If88NL6O5yFiYKxUewL1R/61k5NL/qz58UYV\nBzDk\r\n=GRo+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_2.6.1_1537345082194_0.7440804704733452"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.6.2": {
			"name": "rc-trigger",
			"version": "2.6.2",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"rc-align": "^2.4.0",
				"rc-animate": "2.x",
				"rc-util": "^4.4.0"
			},
			"gitHead": "6dd9f254dd8d9e2d8d835fb738354d0f2d6f0b36",
			"_id": "rc-trigger@2.6.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"dist": {
				"integrity": "sha512-op4xCu95/gdHVaysyxxiYxbY+Z+UcIBSUY9nQfLqm1FlitdtnAN+owD5iMPfnnsRXntgcQ5+RdYKNUFQT5DjzA==",
				"shasum": "a9c09ba5fad63af3b2ec46349c7db6cb46657001",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.6.2.tgz",
				"fileCount": 17,
				"unpackedSize": 93561,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqgQkCRA9TVsSAnZWagAAQTMP/0tze+XPfYxieLdt8H0o\n/fzm/qjHniTQDW4x9MPxSCtfPqHy6M20MbICb7dThKqZ6jpgOY3gzp/BaCi8\nHExncrcmDWXyHb8EiYDwjYxTKhZwvzxF5DZOhJb2+d8mOCSTnYiUHNlSASsA\nGfQZmyW3VUdeyCVzX7e2temg5/PZzlZyeTv4blFqZ86R425lt/fZTdBziXAp\n2VCtCg816kXrBLuaA5p2VLcoq1Zmf5twaf/bwHqpM1I8q6hkc9KCDGNWn221\n1ODCPn/4BNoWxYved9BNQLTwk+Ufa6sU1DqiPw5FtzWaccNbMdy82IvTLmNH\no4DdqK+4f6BXDTMt7Uxs3C7RdEnRn6XIF4SATJUFOW/xYEjlAupVlRJHLF0j\nWfSAaaWw6nmg9nVs8NxUSiBnvJl3pgX3q30Yfah2n/0KeGlZ7sWr/Z7V3fJG\nplYzbCnyVhOED8JCRCCG3LuxtrsewnDL3pmo7d2i/HcYcRiCiR8H2ajDO9Ji\nqBnTSr5jjbg4l7UHADdaPlqbd5RXGUHvBJz0nQZT5FJlps6L7KhRVEf2kwbE\nRifj+cY4ASDVNNzFvptzwriGXFQxiLNe9JRpr2bx1iNeRUs9nK1QtoS2iP20\ntWFzX665IfKWyV9RKUwMBRloPanxGvUyckNOHYv9SaAh7ze7iFr/6LvXOE4U\n3nMP\r\n=SjXb\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_2.6.2_1537868835252_0.4548212904617974"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.7.0-alpha.0": {
			"name": "rc-trigger",
			"version": "2.7.0-alpha.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "8.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"rc-align": "^2.4.0",
				"rc-animate": "^2.6.0",
				"rc-util": "^4.4.0",
				"react-lifecycles-compat": "^3.0.4"
			},
			"readmeFilename": "README.md",
			"gitHead": "dd8a490dff252d1bb11f62b5c2e28cb5e6346eaa",
			"_id": "rc-trigger@2.7.0-alpha.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.15.0",
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"dist": {
				"integrity": "sha512-zFZal56M82Miu6VFPp30r3SX0SucdxXpvmQi8jX5B/BhYZPQkh2ZSM/9jp7rEp04XPG8S327f3fbZl2vZhbWVQ==",
				"shasum": "6d125ad74bd094f18adc9477abaa0cfdfd3a5f44",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.7.0-alpha.0.tgz",
				"fileCount": 17,
				"unpackedSize": 95920,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcxo/RCRA9TVsSAnZWagAA59EQAKNaLrWTfPUV36fKS98p\nm6K94bBgwkmCl9r3ffve0jKYUW/xuxOwpb9JzHcQ5xx+aUHXWx2rOC7vyyno\nxums4NXo5IOtJxqFfR6AxljM1t8dYYxqS7Pu2jw3EktwZQ3khu65ke0N9XJw\nd5ZjI9dYw0LNAAgAQ6KQccCoS3BPb7u6xgu8R6WPjMTrB6DgedImhrW1KdQK\n66HQb1wCDF+3z2k/0Jn9Ne/WdRYhtThwk/0qVMmD9dVOfWEHBJ3DhKh1vpYW\n3DQhtj/4RSEDdOe6OFK1a+ghBPrO0Pp7fVRjucWC8vcselcrZe2VnPF5MQgL\nUgWvzoTNemQiRHcfDj7LBdc/3BjqvM/BI1itJpo+rX6rHuTg3rvFyT3/nENb\nechlqqcJkTuGufv5nLM+qiZVU1JH017B5brdvov6YF80tVl3JVy56oOAcpmP\n2Lzxh5l//UGaZx+gMB5GraU9w8nSPbVasFiBzre/ekD1bYqRHfyksgFAIcUX\n9Pd+ahj/4emKIzY0NLlzlUuSL7lBriIppx0ve0qi0xwfVMxszWYfOVSTzIeD\nVwTuRn8at8LnUTjB54ONps6uX/gXsZZwYi3FBaHhk8bpZnazRCKYbEMxYQOz\nxjGPstIaMd4KoK4rh3cOZgS9ZJ28QrrdM5GWzqMv36uBmT877cHkDOOoDqde\n8rwN\r\n=pnXy\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_2.7.0-alpha.0_1556516817236_0.5607200867913564"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.6.3": {
			"name": "rc-trigger",
			"version": "2.6.3",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"rc-align": "^2.4.0",
				"rc-animate": "2.x",
				"rc-util": "^4.4.0"
			},
			"gitHead": "be24e30f5efdcf74eba3be945763e10cf97406bb",
			"_id": "rc-trigger@2.6.3",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.15.0",
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"dist": {
				"integrity": "sha512-wcYFTdWBcHjK+Wu72sLzpKttKBqJpFoIv7Ho6AnAjjsJZlxi+MpHrQs9ozRM3Q9G1M87BSYYrORGSgx5HpGI1w==",
				"shasum": "9d8b1adcb8f438038ee64039571dafbe03864fec",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.6.3.tgz",
				"fileCount": 17,
				"unpackedSize": 93905,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdAIDjCRA9TVsSAnZWagAA9yUQAKAG5uoktsLgJlJswOLY\nod5e4YKfgvK/r2nYOm0vO8piqr0uuUyeH0FTubdid+uLITtGFMUrUjm+MJZE\nQI8k5AIVOCj93UbOFs/P6kVljtV6lz81mzDrPDXZ9GBckEtUN7q8HjQl4NHX\ntac0YijCRpc/uo0s2pr+9mqsTlhtd2TI8AMjj/Vgb41LTi9qbuXM8/NyOD4Q\n5Rnhe/RZ6Eo6dUgWrVvXgl3RtFWCIt85wkLdt+wPznibkFw6QI9SIJmFOS7d\n4zcJ9RE2GK02AlEVOcnxnoVcDnHxskidqkbp2Xk32GLYlld5ZuPZv6WHxZni\nG4RRFihTXAG+OkZmro8v2IICijsOcZ9Go+v9dK8qg4ofkzoFmPNCsUB/F8zh\ns/xJDUYtMyHVXLccJ/hI7R7DN+/VwA3jVUsd66OuGT1RV8CYaSfYLwIV5Ecl\nm4VnpN009oF97MkzyC63rRiY0cJL+KAZiHvbTiBzR7FtN80Nrc26np3oTmUu\n5N/A7OPDVux0fJvJbkdk/CYONKA+k/9TEbdqHKsOHuhqOsi8nZGbENshRFEJ\n+geF/7rPtq5FPG40k7rWqVkVYKEeeiOj3cY4SxLRxMEu+hDYVlFlhs5nqOkd\ndsa/tNOdQC8jUcgwvk/jHJrkHbaO8kw6kcLoHF2mZabSoEP3pY0+lmjAso43\nNJAK\r\n=vhIh\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_2.6.3_1560314082267_0.2051690439573559"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.6.4": {
			"name": "rc-trigger",
			"version": "2.6.4",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"rc-align": "^2.4.0",
				"rc-animate": "2.x",
				"rc-util": "^4.4.0"
			},
			"gitHead": "7dd7b2d8dcb6e6b53538f20c2bdaed5702fe2c05",
			"_id": "rc-trigger@2.6.4",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.15.0",
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"dist": {
				"integrity": "sha512-dN/Iia5E+xLh33OyvIol1Gg1WfHVfL9fUdq34/ejeYENghUNkF0965PDe+GYIgypYplhUM967rjbr/UEm6ctjA==",
				"shasum": "adfa778eb98d5934f9ad7b9fcdde7498aa8b8e14",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.6.4.tgz",
				"fileCount": 17,
				"unpackedSize": 94005,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdExE+CRA9TVsSAnZWagAA3/sP/1uZHX+UOqYWJJ0i69Cz\nWWJJBfXPl6mRyJzRlAcRdsa0Wipr2gYpk4VdRtuAou3b7GYAP5cTr7ZXVnbH\n7X+cIyBqlObwTBH4FsdWMWB9w0Xw9p64cHGSvnuy7edyInP1120boDUVbqs5\nYWNx1y/Z/0syZ5y+9jEqRikk16lVNEKW1x2EkpQCQypPBUSiXiaKNlWgTcrF\nYPHUIWVrtL/+HHeNbaFDNIMEMwIt3eq0FC17C3Gmbvtj0f1TL5CgJDGWbN40\nPK18zzb0eTxPsXKA8QXL+kaIPeo/4rvCE0CN+xsrYJGgCQrPaJcK2gUkPiC0\nxaOHecV0Bg9r8h7NTxor0h1fnEp9NWVeQNzVeOVWnImP3NJuxvQ1cENJQwwy\ny+1+lUIO1kyWZA57QQMHThUKAsPXX784flWjn0tpQcAiJyzwsjUA3j978GGI\nhPLg8JkmaiGaM5EMOODQ2GLYoE+hZnf57pmnj4RdzjMVFnSR9Vu+PR3sf/sz\nJ+QxAL6lRmEjZCNx74IKEts5MGmN3ttTXEABjnqtKjIJeMMi0SpnhsjRIgSm\nkY1WdpknnIi3LF+drAFQQkEAdw9/Cnv5DJLVYQ1T5kP74ixyGZSvdFS98TV5\nKsr9r9y5ZYOBFKKY9D4xnqO3opK+DWgsOX52q9cGLW0JuDSn89QR4JJhmUdo\nTFNc\r\n=e4JY\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_2.6.4_1561530686276_0.9802782304901541"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.6.5": {
			"name": "rc-trigger",
			"version": "2.6.5",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"rc-align": "^2.4.0",
				"rc-animate": "2.x",
				"rc-util": "^4.4.0",
				"react-lifecycles-compat": "^3.0.4"
			},
			"gitHead": "11a78b7f2fdbff2f169a1f65bf949478c506cb3e",
			"_id": "rc-trigger@2.6.5",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.15.0",
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"dist": {
				"integrity": "sha512-m6Cts9hLeZWsTvWnuMm7oElhf+03GOjOLfTuU0QmdB9ZrW7jR2IpI5rpNM7i9MvAAlMAmTx5Zr7g3uu/aMvZAw==",
				"shasum": "140a857cf28bd0fa01b9aecb1e26a50a700e9885",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.6.5.tgz",
				"fileCount": 17,
				"unpackedSize": 94326,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLCZoCRA9TVsSAnZWagAAblUP/0938BQma4PgbZCdgKor\nLrMzyxwwz2TpdYdO462tCJXNPVsuDAS1Drgfuu/sFx668uK933FxWC9lNl2c\nwDUmQGbfBCInRg666mzqnjVf6sAK0+tQNeZlUP+rUVxWjzxQP778wwmhBWMS\nDQhTe0gw6Uj16cNGku3b3ZTfcJCdr3TkKyzAkw4M9aP1r2WZoDp0JJsZKvtX\nkwu9YK81R/RLIa3fkAHh9KnXc9WBzHMScvq+zV0WLybtoD3nS7LnpnTZNYS1\niJGHtHVrmuFGCj42Flk8Bd1ksl8sDoYm9wRy7fi1Rj+aTqD7zxCdcvxG6gYZ\n1XQSR0vUkuSx35IGXvhJyjdPBbnLgemdOCsrLjR3UuH73Ow8VyLUWlskhGoq\ncdTGd3nYG4itD6nDCZojypvYiWa3Gd26Wc72HNfGOtBKodgrNWdqr5lzDmWj\nYT1WcsstWQZX/YHQaSjUjD251SA28nAE+uK9RqcX/JRWosQLKTPxEy2tr0RG\n+Ufa7ohJFSY+FVU5K+9jItW/5Lk5tQ5tMeLElVu8i2gap04dY9VgbFMdLoBF\nkqJVvoFBqVFH56I5UfyIHLng8aiK4j+6NgMO/5re32J21iSObr8EkPHZ144m\nwHp8o+G03KdSyrGt/5wSlJWnlbaiwZQW075AnW6t04+SsW463vSW9LVAijSA\nAaFA\r\n=9jbZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_2.6.5_1563174503942_0.9875145701563417"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0-alpha.0": {
			"name": "rc-trigger",
			"version": "4.0.0-alpha.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^24.0.18",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^6.0.0",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"father": "^2.13.2",
				"np": "^5.0.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-alpha.3",
				"rc-animate": "^2.10.1",
				"rc-util": "^4.13.0"
			},
			"gitHead": "7d26ae665d1b24bc11714d3efa2524165fdd21b5",
			"_id": "rc-trigger@4.0.0-alpha.0",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-/MD5MQNnEf2CHRSpBZ2a6WsEKu0aua9BEiuV0fbPLidQhUicWAiBEqnWiUJ/ozDieKpsqb0aIiuBJDjfvY8wGg==",
				"shasum": "ff89685b1b3f9241e41fb39e75f88e645c769cf2",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-alpha.0.tgz",
				"fileCount": 37,
				"unpackedSize": 129366,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnw+JCRA9TVsSAnZWagAAa2cP/0Gfjum46VdpFcCdeckD\nsHGjtlo9MltCJhbfNh0fICx1fkEmdba9LT+ZcOgIAL7rXh4alJ6cAdndy0DN\npy/XZuzw3FuVCb2+Wyvz9Qtca3x+rb19IeweviZ8G9qIC8Md5l+KbIDrwRX/\nOuKeZ25/Ugf3GpKXZXwpO15jg/AYqZ58FOoWjz/MC++RjsGpazWzSgmAsv7o\nbpvy6D41ugUg3H/FCFv01MFWo/S3gasD1e0botn/wocN46+TjyCJg5xWizwS\n+De0A107tWqoH6VksRcHbno7JRAh2PeFfgL3VKbYfD39yv79Ca78pgz7IBdx\nD6XkowqbKi29OBsbMAezGfXRj7/2xMD1RTd69T8P2UISDLKCiRsx01U4jswL\n4xaSedYdn9ZiHdCNcSYKEgC6rP8mhHIhFE4welMxF4PCIyKyStoqKAlhN1/D\nKnduLvN9MYhEf6riP5/JXHMoFKGKA+i49r0emoCGkKZ++4Vbbm+BHArDrRDB\nXBzr3ySnu/gPN52h4RDPK4rlA9Ft9yhCs4ulvNAwjzjO4/E+BW8z6XKPEJ/y\nhczE8b+ZKhPN0Mw848xqGlVQfEAVCxh8OTA1VEu5Nfet7NV7lZIY5PfN3ukk\ntrynvbBj2EgeyxPJsteirsuSplsVtYH7jKGzsZXSikPNJgHVbIp0s7SdQMm1\npO4I\r\n=umCy\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.0.0-alpha.0_1570705289275_0.07363591031866723"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0-alpha.1": {
			"name": "rc-trigger",
			"version": "4.0.0-alpha.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^24.0.18",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^6.0.0",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"father": "^2.13.2",
				"np": "^5.0.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-alpha.3",
				"rc-animate": "^2.10.1",
				"rc-util": "^4.13.0"
			},
			"gitHead": "0132a3ff7b0f72db71871cb8da4dff52f0e6b2c1",
			"_id": "rc-trigger@4.0.0-alpha.1",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-b6v6ZjV2b4FDOHiT99tsq7Iq+ZUQvF6rZoefwaYfiFEx3SXahXxG+hMYwea44ZBYM7Oyh4PJxE1lVecoAdq5Vw==",
				"shasum": "fed50bee03dc14e5ae1622b134348197d12fcfe7",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-alpha.1.tgz",
				"fileCount": 37,
				"unpackedSize": 129142,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnxmvCRA9TVsSAnZWagAAM4cP/2vbZnfbNosZHGN2xP9A\nH4wegBsRvdtJBd6s8v0lEoCQoj5xFSnWADWc14XTaAuIadduqmsvWbUGAk2r\nHAgdXHNlY/JPBhGR367AQtzK9s/EzEgxPyBuB07Fn8cpOxfZcJUSoiZYYHu1\nSSFcvCUAL1ignyFxLYg58MAsaj/boMu43Z2AdC/nKU+UAuhasW/iBxHzOvAp\nslyLgRRATJ1sOjP+jOug7z0bDcw8egOvQOZoV3s3ch8X8P+cjED4HSNkVx/R\n8346I7j+ue50oH/OEYSZL95udpnm6sq7DqpI807wazj3wZEE3ZbNKDSN0eQw\nSicBum7vPxav1U7CrvA+EU8yfmALBaii/CYOGy/k0hyioYOnC1SqapDl7QcO\nqNB+WgpujkGLWLwlaasqJKP+2Ht697jkVmY8z9cHBb5+j1tIlWtf3dEZCdba\nzqUNOYWxhDvHCJSmiHdQCWS1jwuoszyQQHP9VuBP+6Bvs0lx6LWfONxz1TkZ\n7WdtKux9Rg7Fo8CNyu/jJoLjfrYAMYmq9hBx0+xwvwWux39GP4oT8XvtvxUG\nvAQ1wz+SFd6divvb6YwAyNKmTdPan4a7NssVFhcQuSC5y3tmqAQ/LbA0cySO\nLS+CJn/tEk1r93rM5Bsr0lQPo3lGXWIzURmR0P/d0CK0NPnwd2ZeDUf0eGyq\nzYcy\r\n=sysN\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.0.0-alpha.1_1570707886826_0.6706085817481189"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0-alpha.2": {
			"name": "rc-trigger",
			"version": "4.0.0-alpha.2",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^24.0.18",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^6.0.0",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"father": "^2.13.2",
				"np": "^5.0.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-alpha.3",
				"rc-animate": "^2.10.1",
				"rc-util": "^4.13.0"
			},
			"gitHead": "548d7e8b52a4f98bed560f49fd9ab608cdd8013a",
			"_id": "rc-trigger@4.0.0-alpha.2",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-ioasSUTlMjR5NEyZUDg+5h61YYcGupKg6nU9sEXBQSDz462VzZ4qBG+sER7/OC917Wfbo64ToOClSHVbRCt+uA==",
				"shasum": "24170a101f8d78cfa824247ff9813102d8f46152",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-alpha.2.tgz",
				"fileCount": 37,
				"unpackedSize": 129822,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnxz+CRA9TVsSAnZWagAA1nkP/iceyMFefonXBOpyVcM6\nLhzHd0S0WTznMBgvpHHBhWDrHsyfyNglcZvQLLg1ZsYvXREV7NdlK8v4Ts+0\nGUCR0CpNfNq4FF0TiluB50LNveTnsQjWZ8UqqMeGJKUkhb+W8TVhZXJchxBo\nXU3vXO0l/XhypwgTRhNM5blXJ0WUqC++KFHjZ/evljKramDtHGMRI+9ANKJ8\nvHbIRvt43khS7qWnGy42ihvjqqhe5acU6PPNGDHDpmlno6xQyhhHof1wmYWN\n6OPXNXDRIZ+j/Lej8ap+4V57+TTWBZDB/uZQxg98Npf8iO0a0nVEEhSKxw4S\nbpeE2lx0IZXJCVshf6JQ1+awpGZjHcPBcqyky7r+FJtKX4e8DiCZ/FFgo5tG\nb2RTLc5L5Uvg+InT0BHVDcyFKqXrtF/QQg8zzfziMSJgHU7UYCgF1jnfHSCj\nMa/yE/UnqXdmh8OLTgSqqOQcaKZCtp8HP+ZDBCnZpJ7gso4QrCMa2L+IEbaF\na2SBKGWJ7/1x5/f9yCg0jScm8OZx6/p1ZOa2lFbrJn/V5zOQFnEsZTjhHekV\nefXayV14vjlh7eSUnmBp58b8nm4H04rnFOHJ/NSw1zeADe11+nSjlAKfFebQ\nx+GuId0J2dyBriRenwLo8Ik8MAjXrT10/b/59IQ9UphRnka7hKSpbjFwIQsN\ndgyt\r\n=zZB0\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.0.0-alpha.2_1570708733333_0.813074496955505"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0-alpha.3": {
			"name": "rc-trigger",
			"version": "4.0.0-alpha.3",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^24.0.18",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^6.0.0",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"father": "^2.13.2",
				"np": "^5.0.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-alpha.3",
				"rc-animate": "^2.10.1",
				"rc-util": "^4.13.0"
			},
			"gitHead": "8c2ad74fb62eee188f8c0faaf42412b41fa47747",
			"_id": "rc-trigger@4.0.0-alpha.3",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-LU+LZZPZvJfqNsjZLSk9A5rELE3BX/g7qphKxzwmWboRVpNZdVKKi7AaUhL6AWiNLY6ZQrf/AR3C1QSqENxB5g==",
				"shasum": "a9e59676b18257142f992177efcd21d88c9f6150",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-alpha.3.tgz",
				"fileCount": 37,
				"unpackedSize": 129950,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnyj5CRA9TVsSAnZWagAAZiEP/j168bj+/luf/Agc8Rse\nu+Or5DRr1XFi142SIPF6tBS+E6IgJPzTC50O99RBRJk8lUYzZpnbtNUovjbd\nhfTlXXBNCHuC4bhTUpQULd37wVpAxQgLESv5NQ594AV7li3fKA6F32wqxq7W\nEVkXaAipFUibSXH+a8C5ker1O7HUw64ml25dLj7phU5HoDCXXxFCMqKIdjNB\nGjD9xOLcF6bP7jDM3SUyYY0Zi8lJ1x6qiGD+IVTcPHkod3d//PxmzI+c96Ta\n+WdWmoycSKcmR7y9PHOYsZ8BFOHWJjtZNnhTUX8JMKV+f+wgrZMklRXht4u1\n6wSVUwyO5orJUWylPHk108bSma95t+t55AXDCJUuqJkAVEavUGgCm7znW6UG\nt1RyB0admDtzaGb8n1umV3Eq+hqbntzbSon14Ug4jG1Moxf4lgvxHEa3WqFs\nav6Lif84iidvvN90H5YjVPDVhRss6FvD7rYsN9+BQnsB6dYiRiAfiN1gfsWT\nje2bX4pfWOEB5M8jAbSQrQq5UF2rWfWevrKT54gugYHGucGreJfb39pETwWn\nlcVYQWRfEw6P4yNfeI8uJNyGJTMzDh38ey2hpFG4I2Jz5qjmFDEmK9wq6kNp\nVdCLw5ssrMDAuD262Fqg6n37fYhYny5dYsqmxOpHg7vPwqqIYRceMrM9/7hy\nAW2v\r\n=2Wqs\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.0.0-alpha.3_1570711801037_0.49280440001822345"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0-alpha.4": {
			"name": "rc-trigger",
			"version": "4.0.0-alpha.4",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^24.0.18",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^6.0.0",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"father": "^2.13.2",
				"np": "^5.0.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-alpha.3",
				"rc-animate": "^2.10.1",
				"rc-util": "^4.13.0"
			},
			"gitHead": "8f722c244c67acd6e7b2a58f55665a513a4e41c4",
			"_id": "rc-trigger@4.0.0-alpha.4",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-4OXxHgoAvNY0TAHb/gnXdIaqMvmPxDaP9DBmQjX6/XuY40betNtdP212pOZaiHKYZ5m5SfzKHCjvEx1YMYuw4A==",
				"shasum": "b5b5321f176576dea2af99a357204b1a09f4cc63",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-alpha.4.tgz",
				"fileCount": 37,
				"unpackedSize": 130466,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdn+/SCRA9TVsSAnZWagAAbGIP/ii/7mf6SiBmLnPhLY66\n2bi0qcRgK0/94L+4MQJSDRyRRPCmjURDnWa+n75X14Mi8K7YgrCnlGStOPAo\nsK88z1ljnv3e0UDLHx6RTeWCc1I+K60wwROog21CH1BPXmLyP5bmN3dBvs5v\nOF8On0MxgREvfpzGMNoSIt6NheyHZ/g9nAEO4IFTXTDqWC/e9ERs7LITjjav\neJOSuVdvmuLdKN8JEB1jhksM9w+KSl4v4N+I3vbZmm6SANGs5T3RD3ivU43A\nnIkmqKUadP9OhcvjvoZkzuiJlHwrnpH0A6+cvvAkL8YiVn4K/7tb2kFXJWnV\nIAjWJRvMxxwfcmD/Ue8fxTW4fVyEsVKjCS38zQyePHqmbhW6PV3WnNTBOXvw\nFxcEgaklTPrrnpZO3vWPkEfgqL/CZ2agnjkj7XIw/WbbtUIampHPc/GD4d7N\nJhE36playK1wESt4/zTwdOI185oObVsoTuvGdAleDjzH9VCQmwo1sR+9wkg1\nPzpaCRnSPNP4dZ4WcPTfU5ZVgdKh47rT/ZX+CFogJnPAJ691ufsO50Lo3Jvc\noyb0eptoobbSbL/wu3wKAW0lHjg5FVPhrWrIe8V6AonsOVpxymDtg/t3mQz1\n8qh4k5FeaeeKwtcSTC/710/D69eusDcDMAmSX8s+n6eSGeZds38Pkz9lJCFD\nd8ie\r\n=9r51\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.0.0-alpha.4_1570762705494_0.2005408328850833"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0-alpha.5": {
			"name": "rc-trigger",
			"version": "4.0.0-alpha.5",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^24.0.18",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^6.0.0",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"father": "^2.13.2",
				"np": "^5.0.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-alpha.3",
				"rc-animate": "^2.10.1",
				"rc-util": "^4.13.0"
			},
			"gitHead": "6deb90495feffcc2ce5873c666084c9fded8b652",
			"_id": "rc-trigger@4.0.0-alpha.5",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-X9uoezcydoqvBF8bI+xw27rjXy5mU/FttFxyub/kuk2QHq/HS45XJRHem8mB586k65COVxlvuDKdpAnRH7KOMg==",
				"shasum": "38d7eec5a43ac83797297a2206c1bc9d1c75c295",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-alpha.5.tgz",
				"fileCount": 37,
				"unpackedSize": 131534,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrSUxCRA9TVsSAnZWagAAQawP/A+upqf2kokexppnMPAd\nTSmRuGBmn5fekq5e+MoiLvdaaonz5+7ewuVUG8X+PsFTbGF3pFJiyNQDWGSc\ntuZG14/RMkFJtEltB67O22JyDm9IPITeY4XT2UBxXBUS6hRsGox/Y+AlJFsx\n5+Sh6vShOsNRyRpDYLzokRvirfEO1tXG3YM4jIJxlFgWkwtR34C/+DIDZ4pv\ny+6dm+ga0jlcZrDwQF4VATAQfDxeEK1heD8v7emKBDLnENoSWwLhPXRGcXk7\nRF3A8GTHXnJcS4WmdIeVPTWyE0S1VJepYKwFmGh1+n36QyZuDZMJPMLfpkD5\nQdadc8g9jCo1ppJdzKcShPPZzv8ez0WSVWK7ChFIt49yeLljnkgOrsAbxHMC\nlVSyebJ/nt/f1cuqQXHHMtGC2XsfK9eg9SLqC2XFh9GhDezqOeImS1Le4nGg\nogtD+Ty9QAqK9cA7P+8qDW4ws+WvL0KYdM+A3L19uIaTT2EnZzbdSGU3lF/5\nlU6a4A1M1O6Z9gZ2tqiOsj7zkk2a3fTljkKw5qR9felkyfk0VCHHrZCK7Qna\nD/D6z2XVBd1z6xDMn3YKgxbLxayrK44W4+A1ejK3Ejbu2fqL6sHeEjZ/LW0O\nItZi+pVAZ7o2WYyzbMeHKr2AZEKYVrMR83P5nczu/ngnWRrRmDHBCo2jk+F4\npIRR\r\n=/hqV\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.0.0-alpha.5_1571628337086_0.44185610870829684"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0-alpha.6": {
			"name": "rc-trigger",
			"version": "4.0.0-alpha.6",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^24.0.18",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^6.0.0",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"father": "^2.13.2",
				"np": "^5.0.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-alpha.3",
				"rc-animate": "^2.10.1",
				"rc-util": "^4.13.0"
			},
			"gitHead": "ff13be85b084eb7a6dfa78d015c12e4184fe27d2",
			"_id": "rc-trigger@4.0.0-alpha.6",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-1XUa74X45UFkJDXeRZY3FYEicM1U+9L2ptkaObcIsiYKUOAenviyFeaX3AM9h+RQehpUyoMCk96IWWFcB5Ygxw==",
				"shasum": "ffc2daa2330f06c186ff9f98dec3996a35d974a0",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-alpha.6.tgz",
				"fileCount": 38,
				"unpackedSize": 132713,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0LAVCRA9TVsSAnZWagAAIS0QAIo2pv9i0DmYmhCWVZH7\nUUF8Xv2EUyPFU2J2raH1oNSoNfXTW3+oUPhCkgI3cx6Mk1HWBJqT+TDeJRTb\n4tXzjenQCi8jNGKNaczNNUDSMUABJgIMuIgwSOVqsiSh3uA8/oXZ6YEuPSgF\nvGHmqq5UjQ8UFXts3GniSQi+BWsw3zFWVsD4vd/UqetcJ5fkiS9QJi7+mrYy\nxs9p364ZHVNlgLeo/Lj4gxqr64WaeHUvmHHomdIHP1Weux+BHqj/KhH+BKhT\nui3q+W+pgFWUYoT9fW9u4B+k9PTxSXHACIh+esOPT/TR2PhBN42wr5FnIVbM\nSQ2mo/1QFit9wFr5F+b+Zb95ZMgMOgC5q+l9ucvrQW5Cm5l7f3hkOlze4l3z\nqCZW9MfkueH5vWogCV/wMCem0ilkzT1Uwl6drd/sMq791w/EutoYd2LTefWZ\nTV2uoIPSg3B6TkEPEE56HwVcB7cUHgnlru3rsKaImokIcqqzir93yhPHDVuS\nSNoB3UsExNhZqNhUjVKyRiMGuCT+/XdL6BdzFdrzhmvKssZhoWZaonEpE4G2\nUCHJyphD37CRQV14TtcZEu+p99nUabBweFyvWJBvedulfiJtq710+oJ7uzuY\nF4bq0nXwE93qAnvKOS0tvZLWeaYqH+Zwb/hprQB2Jy7funLDBSt5JpRlZIbk\n354/\r\n=2U7Y\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.0.0-alpha.6_1573957652651_0.9364305325525724"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0-alpha.7": {
			"name": "rc-trigger",
			"version": "4.0.0-alpha.7",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^24.0.18",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^6.0.0",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"father": "^2.13.2",
				"np": "^5.0.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-alpha.3",
				"rc-animate": "^2.10.1",
				"rc-util": "^4.13.0"
			},
			"gitHead": "1e63099916f159a10e31b35f6438c5ca2bbb8cfe",
			"_id": "rc-trigger@4.0.0-alpha.7",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-o2hp+HwEsMp+6HcdIGkTSTZREIcZi9TY9BdURw4LBvtTdFot7sZQx5DYBDGHsutrGAha31Wa/wKc8t96OWMheQ==",
				"shasum": "a415b0b346064c20f0f5a378d0157913dbd6867f",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-alpha.7.tgz",
				"fileCount": 38,
				"unpackedSize": 132745,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd4OB3CRA9TVsSAnZWagAAsd4QAI8PrxuSWKTOG3r0WYd0\n7ywMKirZ2MX3WqEN1pWQ++oHlE0VgPngjfKUulrUQ2/2m6ZWXI4pfD55tEbQ\nMcl/Jo4vebkDWuIWTOFbV36y+36P3oxwzId34VCfDyCB09J4Kame+BuTFdGq\ndE4CK5oto2KaHHlQsG+9tVMkGhLbunRXemgIJ5uCkRflYpQQtm6lLZ7JXP48\nb9NYpT+AdeVf9FGIyjYXCFk7JOXhqpRWKz3K2AtYCoSpdYJPDNqFH6LB305w\nOXqXnV5I+Z/OcLR7cuVHULxszqWVB2dcxGWVbrhcgZMCldqJ5YOtwMcvL4Lz\nSNYB9F7AJ8ApQVOUii+kr5mVHYykZ0ZYtgg8Xao5qTRhz8nfnVBasn5pskHA\nEROqrWaGFeNf3eMCPgxlz5nN9pVvItWukmTWfuHt6T7k6noeuGbhfd3yNhPG\nX8+PzNvG/E8DZAMXKjFT4C4wYK0TK5cxf29bZQY52eWjeep6WMkVjeID/02U\ny2fo63a1FuKYNYWTtzUr3U2KFYJo8UvAqkWCG0AOlwoOhtKn+4DN0fbpkbKB\nZK2a9s464yj+AH3B36QCKISjVLI5T8INLt7ibRea+TDOB4Jx5vnIw1LiHUpZ\nQEkFOSU7/WPt9Qj1sm7o4VaBPJ3I7t1b3wQJabShq3t60PSi7Or/jMxKcFTh\nprE8\r\n=G8jy\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.0.0-alpha.7_1575018614687_0.4166681124127738"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "rc-trigger",
			"version": "3.0.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"licenses": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"config": {
				"port": 8200
			},
			"scripts": {
				"build": "rc-tools run build",
				"gh-pages": "rc-tools run gh-pages",
				"start": "rc-tools run server",
				"compile": "rc-tools run compile",
				"pub": "rc-tools run pub --babel-runtime",
				"lint": "rc-tools run lint",
				"karma": "rc-test run karma",
				"saucelabs": "rc-test run saucelabs",
				"test": "rc-test run test",
				"chrome-test": "rc-test run chrome-test",
				"coverage": "rc-test run coverage"
			},
			"devDependencies": {
				"async": "~1.5.0",
				"core-js": "^2.5.1",
				"expect.js": "0.3.x",
				"jquery": "~1.11.3",
				"pre-commit": "1.x",
				"rc-test": "6.x",
				"rc-tools": "7.x",
				"react": "^16.0.0",
				"react-dom": "^16.0.0"
			},
			"pre-commit": [
				"lint"
			],
			"dependencies": {
				"babel-runtime": "6.x",
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.0",
				"rc-align": "^2.4.1",
				"rc-animate": "^3.0.0-rc.1",
				"rc-util": "^4.15.7"
			},
			"gitHead": "f472a73bf3ab56b4e6621a3b31fa09139e69b384",
			"_id": "rc-trigger@3.0.0",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.13.0",
			"dist": {
				"integrity": "sha512-hQxbbJpo23E2QnYczfq3Ec5J5tVl2mUDhkqxrEsQAqk16HfADQg+iKNWzEYXyERSncdxfnzYuaBgy764mNRzTA==",
				"shasum": "f6d9b1da8a26b2b2d1d912a06876c1a486f5980f",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-3.0.0.tgz",
				"fileCount": 17,
				"unpackedSize": 91311,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5IgxCRA9TVsSAnZWagAANqgP/RxDtZXOebq/xM4U83/h\nVuZaJfemxCCWawONXNDkFimfQT3pnGJpEZWPuc2mQsnkBCldwUN5naNWtA9m\nAfJnr1LYmExZOSJ2e6N2S1SpkGXYBSWMMj7kaOuxxokV9hPxS7QdIL6fu2K1\n4bqUDPl/r1Gw8GBia3QvLujXQleeR+DT1zCo+9c4niWC2Wu2bBfx0JLiUe9f\nuxUc8+8UU2px/jjjZxOkLcvmFvRVWOPFvqrBAdNDQfST9ZJ9PFgkGb/XSOHD\nzdZaeXuFvWxSirOFWEsZPVBvLvvnsL9Fxg9i6xc6POC8evBy/hRARlbA93Ol\n/AdqwtQgxf6NyuYPTlgtg2vbekCi5HriGM30dKURJCthn5zQ/qv4cTBKd0iu\n9U/AMY7L8Qq7QPT/bIPGvQffTvUzM63mlnfXRK9YAwBOBZe2IEYeedZvUskf\nTBFCLc2s/DA/zUsM9ubbh9VobLNaNTmoHTQsbq7wEmloWtuXKQeNUZqz7Qsz\nSTjm44HOsC/BOuCWyxhATlmUK33yfkk9eKf9Z3D4HWQIuH1UxXOXAC+ud2pV\nf4s6Q5w4AeBGCwRjUOX3wU6aGUj9daFsh6/1r7xF4tSCnWp3Vfrt7mydVl2u\nU3eSILSF5SiSlIcR9Su7uEblLWhRlk9ia5vNwoDb4sIbgpRnpT4Ke1hKqpyr\ngqjf\r\n=6XFg\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_3.0.0_1575258160777_0.32741384168162857"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0-alpha.8": {
			"name": "rc-trigger",
			"version": "4.0.0-alpha.8",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^24.0.18",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^6.0.0",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"father": "^2.13.2",
				"np": "^5.0.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-alpha.3",
				"rc-animate": "^2.10.2",
				"rc-util": "^4.15.2"
			},
			"gitHead": "1b8e9a311904b1a591d37fb8720c0e6c3c21605f",
			"_id": "rc-trigger@4.0.0-alpha.8",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-apK07cDTOQqMXSNSAc2NdDpinkJcfjVC0gTjDivEM9Oj2w3whFlwwxAmyK8WVgKPrjmP+Ler9+9AzP65SWo3Jw==",
				"shasum": "d872bc6a200e35baa0c97343be7f3b16c93012f5",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-alpha.8.tgz",
				"fileCount": 38,
				"unpackedSize": 132865,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8L89CRA9TVsSAnZWagAAZOAP/1VMmS0CmH3S65rL1spw\nIzxNcU6tDvrqm+8se/bKiCGtlgREEr2je17wAHfc4EU5UPfI7vr8FuDngPE7\nr8bu+yE0i/86cXUJJFz1eRDL3HLQix5eXmt4e0FN9+QetP0YY1Tc05cLc4DI\nhQQON2dHdwt0AXXy9Xrvwvl9CLuL78a+f/FdQfNCwTd2/zi7dorMMIz1da0w\nzC1c5NDZOHb5kubqfYDGep5MMNJFPkebEamdSJPM/cSTazdeqUjDFAQPqmf/\n6jtpD4E/9WzPWyPOJupiOKH0REVB57U1DmyxaT989DBYqcC9oFX4SGho4Vll\nNGNasCOCbR8BZ48s3r0pa4FaERCwfOfdMZ+ggZY6k8QVyzpWQmuko/wEPHlc\nawhWTV2O+oc0Rt/0yF13rQRh9d2cZdZrEWsU/b4ncmCxfL+yuvHA/NEbzOH8\nhvI7398t6+1y+Rd+uQXPfiOGzYVzIRZb0GOwrU2t5B28grpx4ZyCH7ReGlBm\nn35x23grHeVQG538ZzH6lhNOMy4BTIVzlr6yzXyLf0HcwTKWhHuZ9drilogW\nl6+KOHLrpD5A7dGtacTSnc48jtrOHZpZ0Z5prraU3iOYjOXIYOqlG439Riv5\n1us7MZWSvBxO8ebJ1Jm0C/OV8pFeND7qW/jz6Qva8jDo54K1O+zWxiRZqEop\np119\r\n=91QJ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.0.0-alpha.8_1576058685246_0.9443661760158473"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0-rc.0": {
			"name": "rc-trigger",
			"version": "4.0.0-rc.0",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^24.0.18",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^6.0.0",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"father": "^2.13.2",
				"np": "^5.0.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-rc.0",
				"rc-animate": "^2.10.2",
				"rc-util": "^4.15.2"
			},
			"gitHead": "5a524545403a64439c336d4aff6e480f6c5ec62f",
			"_id": "rc-trigger@4.0.0-rc.0",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-RrtXSaUNNwLMMxXsgwXvGni982en1EXx9WS0G1ZJSe7Tx600jmAKOX+YTcMqnmjqgA+eNFAZScvraAG+vHG/pw==",
				"shasum": "613415f17f20faf7cf822eb7c8cdc5131a7b6e43",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-rc.0.tgz",
				"fileCount": 38,
				"unpackedSize": 133403,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeEweKCRA9TVsSAnZWagAAAQoP/RFkzy9FjtxkMDKkq2yh\n7YO+lgWIPOsWnbS2Hue5xpuZhlVrCRuy/Ha2rOMYMkHmAKHQcJaXHjs2FvWN\nSBjIOqB1Yw3gD6MLlWGJtWs9Wwd0eLZRm7LLCcGn1eleVST9JgBj3CpXwBkz\nKozlW3QNyEKZhPu+V8rKodxvcMIC+EMC03Tj/pnx/N4zWXXjmWDusLgFtwxl\nsE+lnxz4+qxuViFk/IGUSBSYvpBI3dRGIOwBLrtGonb8EeEXlos655nTHK0D\n5V/9+gOsF0AaBJtuJx6G9o08Cqga3fLou92X/gTD78b6VttWhd9pgyPToo74\nhAmjA+3zD7cDYlez8h51OhUoPkwFV+hKKU6nfyEP6PymbXcYCL1fczveKXnI\ncy7ta1pOWPCEXM43q+Q5qJMmSI/O0XSJwbVXk6wveFKyi80IRaX2kGjBRGIP\nxM7c3fLZ8+UEOLmodlSz6pQDf0UqtLyRu8XEvjPOCyQO/jAArACvcTyhaQV+\nTIUyheji4UbbsNcU2iwm/7DEzbLpgLQldegw0ybzZ8zF6JzYy2TsAxdZ8J8N\nugoI5imlInAXhsGPa9+IbPvHMgFYHVWjQQpZoZSqoBrHj6AfHibhd/GrUNig\np4EMpRAh+CxRCzkZN6Jw3p8lxur7p5kPeSkVlH75b5szdz16cjl7NeoGUvRg\ncAL7\r\n=UsK1\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.0.0-rc.0_1578305418387_0.7141613370758777"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0-rc.1": {
			"name": "rc-trigger",
			"version": "4.0.0-rc.1",
			"description": "base abstract trigger component for react",
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^24.0.18",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^6.0.0",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"father": "^2.13.2",
				"np": "^5.0.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-rc.0",
				"rc-animate": "^2.10.2",
				"rc-util": "^4.15.2"
			},
			"gitHead": "42958084c583e2d12bf270b1f03a6402966b1453",
			"_id": "rc-trigger@4.0.0-rc.1",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-Q66dJEsHNIY8ryvKM8hUmBdF3xIY1n0EAlXEEHzcdVsRMHXCN+ieGYsMzlzLYijd2qH61VTyVI8RBzITTOIgFQ==",
				"shasum": "1c22335233e549151306cdde88c2f44ae1de96d3",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-rc.1.tgz",
				"fileCount": 38,
				"unpackedSize": 132859,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeEySUCRA9TVsSAnZWagAA17cP/3xbN3O1s/A3aZKZCLqM\nJu6MlsPuI2A2uFAyhVjNENm9g1ktMHd/tOkTkDmMpIamjqrBrxoo1iRPkn11\nmv7tEZI826w8UBBr6cdg/egrN+Jl6RCIeCDTXTpEvLlLJAtHyH5WhsjHAcSm\nUlohTrvdhTudUVfVn5hqaW3yu9erqb76GPEY30Lv9FnDPgRvZ/EDgqluSLx0\nJ9o8+ynZV6jTf2yQbRWBPw6mtbU+XuVUkgB6viBf/X/Zd0rdpB68DCXFYXNY\n7WnFLxAt6en8iVOAClNFNjOwNJvhPBMGj419sSO8oAPdUJopFezjlq+BQPw0\n5hly/cGymp5KVrfdccFaoewIHgyMhN7yeiK1YS6Te8EKU+CR+Bz/FndaOoXY\nVHLSIJClLz4YyFAZioP35RUVjDvC7gonzOJBz2jn/ukmqbW5qTR8vBwz8/sP\nqH718C3qLEgKWy6dnTA2MPCnteNrVyJmReYfVioPXHbpY+Zkai1D0qbr3Xum\nIj0SX9Q2VutqGBIX2lYm818l4II6l4TmI2EhAN8ckIbEFZQTEWL6SiIkDHV4\nLKTKucdsn4//yuEWDKPGNbJVErvfwg70l7rv9EzqlJb+P3aiVHyM+bbInE6d\nFq627rpqIhvw8dfF90QjzNdWnWyIgTu4Hw3nN8FVzH4w/oeN7ErrX1D4lYdi\ns3el\r\n=AyXN\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.0.0-rc.1_1578312852055_0.1262962436114261"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0-rc.2": {
			"name": "rc-trigger",
			"version": "4.0.0-rc.2",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": "12.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^24.0.18",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^6.0.0",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"father": "^2.13.2",
				"np": "^5.0.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-rc.0",
				"rc-animate": "^2.10.2",
				"rc-util": "^4.15.2"
			},
			"gitHead": "6a5c83aa289f3b375f50f3eb8c39403d025255b2",
			"_id": "rc-trigger@4.0.0-rc.2",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-C2DzUdzYc9P6q9JNxbhGg/VXIcuCkhD2NiRyh59iyAfQW59P2CYl4XejKejp/y94efiB5LvwG5fLLgIK5NEK8Q==",
				"shasum": "45d64041104df4ae54cd9630851083af88367d3f",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-rc.2.tgz",
				"fileCount": 38,
				"unpackedSize": 133076,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFFtDCRA9TVsSAnZWagAA9NUP/A2WoOvr8j8pM2/9sbjV\nhGWXN7oJLkOyEsKHPVOt+60CqbOjU3+bvkG+gtWE8qr0M5lt65JTo0X2aOHl\ng0voSAnO8oc1YM1LZ8XTqbVNnQ8cG7VS9yrnnJtGzugvh0b+bCnnFG4dxPjl\nFvDieYm0KYk262NROOUW2zQ3HkI3z/cdOPw7kbdCpCZHH5VrT0VETDbfreFj\niatTk0RN7+lDSmsXidKqG4B+JeA/VKDi0xjePMiojXWWkg0/uS7+i4JHTGFB\ng2mI9/4WqOzU0FTbrrUZGMl/N2jfeXWoTW4FzpGMYMdyA4E4X8AI6rQ/TiLR\ndySDQG+3XqSW9Kyz0i2UvLauOwmbS1uEFGPYdihEc4yD4DIl30gsmQoGTttT\nakjY91YR9KiDPILGjzIo8jK67h4jUwQfItb2++rCauzW4/6wIrT7Ia8C+JfX\n7Q3TI1HNNJJp/0osHTiDLtUDwxoDYza05rDxRrmUKCDms/EUog0krzXo2M0A\nrJSBBS4qJPS4QpsLVzFtTZWS3eBW3JrAaDOo38+Pwz6qiY2nmLHnyaKjEbg1\n10detUCbaYrAD7ZmwxD+6CXW5KXPtWizk79S0vSDZMiycSU4eeey8V4m2V1R\nQHRCzhFe0l+/m6BM4zwZBUYBvK0JGL9JeHI6q3gnv8XfPdLwNI8N8p8AX6fb\n1ceh\r\n=8fof\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.0.0-rc.2_1578392387279_0.006527136171801118"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0-rc.3": {
			"name": "rc-trigger",
			"version": "4.0.0-rc.3",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=10.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^24.0.18",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^6.0.0",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"father": "^2.13.2",
				"np": "^5.0.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-rc.0",
				"rc-animate": "^2.10.2",
				"rc-util": "^4.15.2"
			},
			"gitHead": "50b966f8602ae7363f9940eaa6c0188c97916c20",
			"_id": "rc-trigger@4.0.0-rc.3",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-k77hyvOuNXHLrJwR8s+gBM83xQFMnEVWg8DiDBJ6HgGrF94rq/lxM/1rYzvCnxnDlBOXLOCU4jA7TeEGSU7x8A==",
				"shasum": "060290e1e8ba353793041f732dd3784b83fa1ad2",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-rc.3.tgz",
				"fileCount": 38,
				"unpackedSize": 133078,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFH6TCRA9TVsSAnZWagAACB0P/3uIXtannjVaP9R57FBi\nkTppAmcQxYsErGD6+rcKpPQ/vtaiRU3jQMih9A0F2S8tcKb5cFLd/aPAcuEz\nsYEnM6SVTK8ZQLPOKuJLLQsYXGwptRURgtQzHtPTDvQzLOTrbvwEvqO8SZGZ\n3jhRhUcscpojuyYKTp/TJ7c9vwv+0Y+Blv0bAmvVNd3d5vmxyJHl/tlK0spr\ng0vcj+OsDhCQ/yWCR7MXteMRJyMQYG6VPyuUWPxlQAHdru2ESzTtl7ZqpDTW\n0RodIg7bcRgH4VSI0ssjj/TdBbYgTzU95UZZUr/fCpjBtj8ziLlgnkCyDCcd\nOOZ8oUkaqgd1Vc4DM4NpMQo7+SqNrfNr/LJCiIYU6cUvnKl2yH7S6u/EVFzj\nOMf5Fcolw02ZoOdZqjFJ797DkpKr/L/LHAbDFyq9Qdws6EhZDkQ0XBzhLczB\neMnt7PMhRgOnWVUUOSMgUI/3QNUePe7vZFeZ/DIuWr4E11CqcObP+fY3bZ/6\nfQj/OFYa7dO3+PRV2h9h8GY0vlej1T22vHB/z/jLM2QraO609vXM4J/Tamw9\nXUfFSr7xo2NjDtpJmWRsVAe1Vktau1lw0BibE3UMs2KbzzgXZ7hmGLMkXEuL\nsnl2pSXt5dYrftfJUbgTb0eY7Yl6uV1x3jpTblB+ASguTf14iX1/3UxWzJ6z\nZlU4\r\n=VnPZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.0.0-rc.3_1578401426712_0.7821978905387574"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0-rc.4": {
			"name": "rc-trigger",
			"version": "4.0.0-rc.4",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^24.0.18",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^6.0.0",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"father": "^2.13.2",
				"np": "^5.0.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-rc.0",
				"rc-animate": "^2.10.2",
				"rc-util": "^4.15.2"
			},
			"gitHead": "2cd87ca0a2b51a11645e2aaf0199714113c7e297",
			"_id": "rc-trigger@4.0.0-rc.4",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-WMeQsN0b6qHtmU8dABcc81XVHUhem6PCx3fLaaFpDVQdOfIBA3Hjkp3KFirqEhjInp5Y7+EMo6YTkBcShJqfQg==",
				"shasum": "e0a7f9d4510018dd4b83b5fd5d5dca009ae2f806",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-rc.4.tgz",
				"fileCount": 38,
				"unpackedSize": 133077,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFxtjCRA9TVsSAnZWagAAkEYP/RfclRQjOuqhnbshvR1b\nvxvz88Opl+vzrbciRebJdrejTnpE9csvA+1NKqDnD4Y6B+GiWM32xN/RcA6V\nzW4jTG+mHf/O94KlL7rJ8rKB6j+DvO8Mfpvrkm8xYAnInzN2lNSlq+ptfs0H\n7rvOlCQHDtNy6FO2ubQ6bHEmpk7IqVofpBt+89j4zERM8Z6ZWBRM7sqc7BYq\n6U29g6vtwqOPEgCOTiGQRX5XN8yu76njjg0qwR7EiB9EWeE+FvIWEVp3Fdmp\nRyz1tmObyxN0qk9MH7zeI2w3PCG4N8beChn9GfbKDxJboUjWPs6WF0uBleYp\nb7py5pLKupE1716rARnDyHPFeDFhqcPrAe2fpVNLE26wipQspOATprDLDKto\nPdnLXM2x7DkW5PgpbbBUWgfFgBXpuOa0DoHrp9TmlC0vklOFI79L8csbbYYO\nn04+iTfES6hbQQVURkCKW3Ccl45R+JeOk1SL/4vGDIMiaA4eWX7eRFvQkhPV\nOxACDaMKzLC3CRJZlKzeZpv+lQwevcps364sDkKh3iR5dhgWh8FPsg8OuRac\nNmHsLxoHRDBjXp5EwEH1vLng4JFzYEijb2JKXg1kdvSbJOO5uCelOsA+TCBq\nnbtY6g8kFh9XjVwZqv5+Qk4yeBUP0pNAjZrRjp5Dy9heDdGFFLx/jqj3JapV\nBAUO\r\n=rb89\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.0.0-rc.4_1578572643445_0.7932751916199132"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0-rc.5": {
			"name": "rc-trigger",
			"version": "4.0.0-rc.5",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^24.0.18",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^6.0.0",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"father": "^2.13.2",
				"np": "^5.0.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-rc.0",
				"rc-animate": "^2.10.2",
				"rc-util": "^4.15.2"
			},
			"gitHead": "8f0a6cf3567604ba8def6ebff169075d23cc9a94",
			"_id": "rc-trigger@4.0.0-rc.5",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-CUimlGKduOzBJxMEib3MzWhFpSq0wFk/iXxonaIIth/zVMZ4at+Wf3yxh8apY6UuYZlrJiA8S58/BfePpT+g0Q==",
				"shasum": "5f6b884ae683299fb9f46e43d43f6ef522ba982d",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-rc.5.tgz",
				"fileCount": 38,
				"unpackedSize": 133561,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeL56+CRA9TVsSAnZWagAAHdQP/1chPgmMCKnDIsTauRe7\nCgckgt6rAXqmT12PtnWA6htBw2Kus2hfGkmSR+KjQR5731qprMdrHqjYb0Hh\nT6+9TqY36CtrvDJnAb3WIGW6aQ5/5lKQjXve/JW9XVrz2UktNNGHWkRx/VG8\nlKRdoRMdo+TXBmEMx4pxCD+Afe44t4IXE3fhRDXUxhGgixdoEHEzlNsCGPr6\nFSNGJkawZE/K0sQi5w6317OOBDmUDfHuEM/MRyVHCgDhZmebEbUZGPVcfiEQ\n472iTYNdsg81KSo41C2kLfu0qfiU58Jk5S38ZqTaKk4yrOvB0CJbh5tctxwk\nzwIBLLeueil1LhSQQQ+iKfkpO40SesgONE1j2qpuGpW9b8lyQ6ilTWV427oI\njBY8DNEKnPNpY2nIdKf9tA8sGO3ECPUue4/6re3TYU8150jOHpnA3txGcTk6\nwPftjYST5MbZ2lsM2IJyJh0zYf5TX7zdR0sB4q4+vFnkBfZuFpwYPwTINQjH\nHfRdi3UYXzhMM7+sIRdyVBjDbo6RBv8QgvlV7NlR8i44VpmYEDLES7NRDnUr\nlGwHaVUpOfOMjUmn77VcCsq8OtCmkzO2H5OMnlFXrM6lZKHFf7/x0S0ZS6DS\ndMY3sUZrTqWAt5R0Vg+5XZK0YhFBnJ3dvtUx+7Bs7TT4GVhpcy2nEVC8Xc4e\n3CUJ\r\n=pjDo\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.0.0-rc.5_1580179133687_0.083539720532255"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0": {
			"name": "rc-trigger",
			"version": "4.0.0",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^24.0.18",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^6.0.0",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"father": "^2.13.2",
				"np": "^5.0.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-rc.0",
				"rc-animate": "^2.10.2",
				"rc-util": "^4.15.2"
			},
			"gitHead": "5601e49f8636be56d6642c7ed71b575ba6982f2c",
			"_id": "rc-trigger@4.0.0",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-wOr2i4UrhsLjPhT9/k3p8l5yktC0BjOIBk2afze78a9ieql4GEw19Qo6iqSBmX/KqD9V4VXQxD4Ebt7U7IDrIw==",
				"shasum": "c42b8a479941175ed94fc73998fd59cd3c39da77",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0.tgz",
				"fileCount": 38,
				"unpackedSize": 133556,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVo+oCRA9TVsSAnZWagAAI38QAJTTFeYt8RBJqXk9OE+S\nJScRFlrnJZtSRqumfGpeQU42vMGUm5Y2Aa3OIMV1wvssQmEkXZCNdQliNTVR\nRORwEoHp6NxKhtFJ6vqSyft3SxPjSBXIM88xMf/pfvObev9T8R68DDHfXrQr\neBcSD1XgM1+Qz0C8OAUUTionvDs71WHM6GgswA1ZD7Hj1CHWt1+iOWG0hBMt\nhVAQ/COXJ1mkhDAQ45Cr6XMe+WDPTZzbGJfy4Fj9bdUfOoc6KuIrwoiGzBRm\nUgPvUrKUn040Ilo0Ovj55pFMfk5q3uQqz1WSeO0rLs0NUoly2w8Z0Df0NQxE\nbOOxHWD1YZPRqk9Us2L2nEaAqLtaKukY3KZMO0zZKuq1LKTVQRyVxwWXQSkz\n3i15jldSeOxBsQJ/hulVgF33hpWGiJv5wEo7HtVnzxHH2jqaubAVkH6e/Wyr\nrnWgB+f0n5boZ73X6GZaIP5iEDeNJterkL1EDK8eHqZSoe0iC6LFzh2E7Y7b\nMnlf3j4todd4/pdryB7WPM4JL3vpiACNqxJPS8ltKjrdOV6YKCjIMIAET5Ro\nlQKJ0mZZb+8o5giBrQZd1apotOwvzV6JjjlV5vf20gYSzXSTsxgx4rJ4L5UT\nN8giJZLQv/WDWdFNufb5+M2PQumLsV3QenjT966s0Vhtumj72jdYg+HkCl7l\nXRDY\r\n=XqBw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.0.0_1582731175963_0.32604543921594864"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.1": {
			"name": "rc-trigger",
			"version": "4.0.1",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^24.0.18",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^6.0.0",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"father": "^2.13.2",
				"np": "^5.0.3",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-rc.0",
				"rc-animate": "^2.10.2",
				"rc-util": "^4.15.2"
			},
			"gitHead": "428071efba408028ceebc3b8541a66bba4efd7b7",
			"_id": "rc-trigger@4.0.1",
			"_nodeVersion": "12.16.1",
			"_npmVersion": "6.14.1",
			"dist": {
				"integrity": "sha512-JZcYAk4t+Z/cLw69/oioFr24KLbMNWakc5rHgjzBy7KvBeOF1caZiTph15V6R10AuZG7pjH/zqbNN9yx0UvY/Q==",
				"shasum": "414ad0821c3ee16d04ac2c29bb9bd4b3afa15cd9",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.1.tgz",
				"fileCount": 38,
				"unpackedSize": 133556,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXjNkCRA9TVsSAnZWagAAfsEP/3j4n01wATJ+zr7CGzqO\nlzj+pLMiZGNRTrQni1TA5ups9J3ZXBXo2lwP0+wHbC63ydqyxGjaQd19ut44\n1ODxLKrMidLCB78dU1vF9PlrWJkzGp7sBRdcPRrk9DjNZQdvmcgu9pM4Ns2C\npLB3KGLO1StE/eRhHkBCmXm57tK4oGr2zeLXwXetnUS6qV45lg6paZ/L50pT\nzW958snIOx2PtKSb2jG65RpCi12himqhcwyR8rfqfMWfXbYfRv/7uE21kMhx\nheiexlgJMqKQ+HoyWt36H/qYVmoUJDeYIcvkl2B+SKdqM3eN9pWSmj9cq4pW\nbPdR6PEo864O2gczPDsCfcbDqGPR2dzwvVVjG0fjJSOqVoFzoE/UX7D0zZ08\nVHQu7lQ0h1Y0Yhjzz5m0aZLniLjKTQ3yFV8US6891KZOigTmpMV75rg+75TM\nCg344ZEubpfWtLw/jIerKXYMe1TSsHNJzrwhY/OCHdBVDec/i0SEeUntoWk3\nyIWMzm3/l2/rGx2kiuLuZeLdLISkNyYFNHLTHV09/XMNTaRWsxUXsYcXn92a\nPGWDqb/zvViXcH+am2zdn3FVlDeivPmXZ8Rj3gk1sUSBBONRo1sRj+rAgX+J\n++dUhLSbd6lg5k3l6Y14zsjmJgVvSKg3X4GZlXgeiMpbu9ab+KzI9DXX5I2Q\nbb/n\r\n=xoSf\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.0.1_1583231843675_0.9374193022861974"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.2": {
			"name": "rc-trigger",
			"version": "4.0.2",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^25.1.3",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"prop-types": "15.x",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-rc.0",
				"rc-animate": "^2.10.2",
				"rc-util": "^4.20.0"
			},
			"gitHead": "a1a2e14a6ea9afd21127755f9000fbaa7706d149",
			"_id": "rc-trigger@4.0.2",
			"_nodeVersion": "12.16.1",
			"_npmVersion": "6.14.2",
			"dist": {
				"integrity": "sha512-to5S1NhK10rWHIgQpoQdwIhuDc2Ok4R4/dh5NLrDt6C+gqkohsdBCYiPk97Z+NwGhRU8N+dbf251bivX8DkzQg==",
				"shasum": "42fe7bdb6a5b34035e20fa9ebfad69ec948b56be",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.2.tgz",
				"fileCount": 38,
				"unpackedSize": 133742,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYdtLCRA9TVsSAnZWagAAjPsP/jFl7KlZA0sviRyEm9jc\nquz/Ux/GlBm3XhR/7fccZH5rMX3ta8PbHKMsDiRIG196e7wdlEzhUayUT4w6\n0+jObW4ZD+hGRp30le3J5KP/hecf3YcQusqdf+AGgp1nTKytbVtDzzELzTSr\nAFfEx2t5ZMwNVhQ+c7dlebDTeTOmLO5x2uPytbYa18a/14oMnXtkCtSfK6is\nFnVxn2RzIXe5yuT0/gaUYKGym7m5yG2WMZIi/q+fxp12O4oXlN7Okbr8k5jb\nW3o5+0zJq+1wU++DwywTOwL1Vnj43ErWMwYPZ3VYoO5gxlZ0tKpeOerpwal8\n0AOVaGxNDYsHWD5lcppurXtFwCewB6FyunzBJDH1ApXTWKLJzuoasxr+vaEO\nnLjPmEFGl0GZOj4LpYcpwkMF9vazK9+nM5Hg3sE5ArlH25zeKq+5GpuMqr8J\nGtI1Kk+9XUib+YO51QhCJvxCm+lzsqeio2aQ0Fzxsy4Ky9XovRPNkKpTN2Re\nn3u7AR4R+4TBTYmiwUCQk8rNCSGj3B70KvGNDIJRUXLkwi10aKlfuN0HjwMk\nsks6chMixxsLJ/T+KqUH0kdJxDj2A7SXUFH3BimfZ1lTja6Ye3key4/WM2Na\nBnSjRQhscAYHSB1ZNfnHGwxCuI9/zG8FzU1ck/3P8KeiE4G4hUm/vGOuImBn\nRbJx\r\n=XO1E\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.0.2_1583471435138_0.017138787451436377"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.1.0": {
			"name": "rc-trigger",
			"version": "4.1.0",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^25.1.3",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^6.8.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0-rc.0",
				"rc-animate": "^3.0.0",
				"rc-util": "^4.20.0"
			},
			"gitHead": "d04d253a49b364a6016d8a78630ad86e0820b9d0",
			"_id": "rc-trigger@4.1.0",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "6.14.1",
			"dist": {
				"integrity": "sha512-EyQjO6aHDAPRvJeyPmg/yVL/8Bp7oA6Lf+4Ay2OyOwhZLzHHN8m+F2XrVWKpjg04eBXbuGBNiucIqv1d/ddE3w==",
				"shasum": "6b13a41161716d6353e6324a01055efacb07cf71",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.1.0.tgz",
				"fileCount": 38,
				"unpackedSize": 137981,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetNyXCRA9TVsSAnZWagAApykP/RE8j+gADs+heuKhf2Wi\nPTxQ9iy7U8JMsAFSfANEErf0FffnYBdm48Og3SdX6roKRWwxTDs+fzBCJYOX\nq2mD+IWzN/UNhbMNvuT53r1wtsxWTuIKq0Dn5lIRiq9Pk554bSKhuq0SLpRR\nslgLG1iEXUb+LRLNGmgRyjmzdR+hA2AoKnWfmLD7mCRRrZmDBhJHbiBTkt8M\nQMvUFBuBx6BHgKTzjm2UzDuEXtqQ/ci6gVlA9bSgQVxDh2w7C6Ii2NHmYEoj\ng80cPuIipEol+br9vuhVXdsgdiEfuALXbT/3ObqWD43oK1VYL3iJjRkNlPal\nTTHp/IFjLOIG5s56RZ0QW8dzyPVb0kT1rpy2AENtRilCoZtwjoxGuEZnGbDo\n4vg7UG5kUjsEI4ffE1d8qNrD/gcOEihrrtJ7xNHX5gvxiKJ81S4829aotr42\n2w9khOnQldkxu6K0IaoUZ8jLFIiYhrsJJs2pRBBIDhMa8lXCTcoaSaB15o9o\nJrovje0MQInzFatzk/e0NPCE6HV4E3vkoMcZbfPqRmigFHH9EcC4UUgjdC3g\nOhOU4EAXfnhwL6wFiGIg1Umh3LBMVyfuWD8JfrKBLiSeyVsxhCecbzxHsF6m\nQxsk1h2AhemuCNLEFa2U+JmXM6CJXmHGSyrTidLF5rT6MTj8xFHRz8csXFj8\nAly+\r\n=oofK\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.1.0_1588911254854_0.5481010073937738"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.2.0": {
			"name": "rc-trigger",
			"version": "4.2.0",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^25.1.3",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0",
				"rc-animate": "^3.0.0",
				"rc-util": "^4.20.0"
			},
			"gitHead": "88e00b4d186061662036252c6289fda17f3b0826",
			"_id": "rc-trigger@4.2.0",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-u+9xtQ/P+VGD3IyfNmryzsG3CRgLWQfCSWfGvZRaTRZqi7aW+WWHwHedn36h9K8i//OgEbvc/13V0HnLdRMMqw==",
				"shasum": "7414d16f4432afa8e8bb4a1d795b0c23a0a7e36f",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.2.0.tgz",
				"fileCount": 38,
				"unpackedSize": 138342,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewPY6CRA9TVsSAnZWagAAzkEP/Ah1G12aarXizlDUue4Q\nzzEBpGaUn4xJS9h0zA9/6S9QySgc00h0/DsMwFBDPVrAI/XQO5s64dLuCOn/\nkdC+NuJ4jYmbK0el7suiD5uaumEFcFLIu01GDdMiZPUQ1uQGkqE8PWLcUoye\nm91i6ewHOYiFZ5FGOiaroOMKlZgw3+iD4fVkx0OpqlKsFOXrn/UKWlfd9VUP\n2U0O2eN4EswW5eAEdoctHEgyRpoO9MU4ChDmvrpzaWWBYhnmw+l2O95Alxn9\ntQihqV0G9AKtVeEkCBn3a0JUHbm71zsBSotOOMN1tBP/czeSiR7kfTGmTH/4\nOyQpDVVjlmFuhDDVJ1I90foFxwS8PfpEI8OHU49uiKRV/1vVTIHVQ0OLS2q+\nrXkHWJ0fs77nfYhbqhUfFKuD3++rDrnfgW2WPhVisMQTpi70BxMV37N8GPWn\nslsWZzvzgKUvjw0mWUXgRrBL4DZgD+ZQ7wTQ2RmHo+0BRtfnS0/PI8yipaxd\nIn2AYDuwp+Wq4Qr7CG/NpVvPDDQCsTSLkM5rDN4C2wKSxJ48wKeoChIlTA9a\n5pyWo7AhEuunIeccaTJ8suEgC1j63PR7EpCwVWo1m2RcmdPS1EBl5roURlqx\nIUIV/nmOEJdhDUHQXXHgHniu/R5udb2r1U7Sg6WHA9WMw4mYxKTg0IREvWh4\npDAP\r\n=RuuT\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.2.0_1589704250181_0.8972802709526793"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.2.1": {
			"name": "rc-trigger",
			"version": "4.2.1",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			},
			"devDependencies": {
				"@types/jest": "^25.1.3",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0",
				"rc-animate": "^3.0.0",
				"rc-util": "^4.20.0"
			},
			"gitHead": "da3552b9cf83f1b6362711e7dad35af9750c5535",
			"_id": "rc-trigger@4.2.1",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-iFQ+/FbzDvYDrTS3jXbdk4MgVNU0R/A8UAAQkspXSr4Q6jTcR6p+lfNhSS0JJgJuXtfjoInC0+8jXK8HUShQ0g==",
				"shasum": "e30271c703d3a470fd47e75b7432102c7d0c9449",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.2.1.tgz",
				"fileCount": 38,
				"unpackedSize": 138344,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewTSSCRA9TVsSAnZWagAAD+gP/0wCh8Og3Ifzv08M+NxW\nHmXk8c5Byn1fzrXviI6TzC9HJrYtODs9iPkZgodqGkaF7KA/oVpScUfZy3Sl\nwmuFhB+pfNRY2mMxpuVZPxOy/+cK8uTRPMnoK9Iqjf4QEfkarffXX92UbMZv\nlPzKCZjJ2c5EUdT6MdfmagFjleQpL73jLO1G92JKNVUYC3XQwmcS+YIg1+VL\nSN0t5irisS7ntfxvX7aQz/GIm1/EnHVK47QlgbfFdL89Q7fqojwc8A/91mpR\nlbUtoeVNCFVJzCxmmnh5s0KI+ME3FFpP7bCVwjK/83bOyobfYlkimXNoSiJd\nuhBu1EpwC9S8nHBGiayfDrpbSJ2JZJX+FtEyuPaIwFreWTVw60qBRvgaJqy2\n7n3zzfUw9S2so9hk08apvHlXsxH1pwJhTsLUAsl5r8BNw5OjpzpCCbJMX9ZE\nzZoOBauLrGk99UVQ3xu9lNSh2+3Vbi3pQHbJ4Ii33eWoLqxixf4H8rqf3Chf\noN00Kw3aBt73cSacU4FB8W58kEPMeSklu3jcw/7NAihVlz/HKMV2TDZ+fVAZ\nKmE/Kl4curGg09EV9fMH1cyrEoJDCTBbV8Y0AiarOFo9cgMSIdGAoH0cLoqy\nS7S5ZubdEAdv7bflde8ZMhFQIonLOpX5sRd09t/2Fqsits3DA6OUz4CgQWou\n1BCE\r\n=+mHk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.2.1_1589720209856_0.2079022700888098"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.2.2": {
			"name": "rc-trigger",
			"version": "4.2.2",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"devDependencies": {
				"@types/jest": "^25.1.3",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"classnames": "^2.2.6",
				"raf": "^3.4.1",
				"rc-align": "^3.0.0",
				"rc-animate": "^3.0.0",
				"rc-util": "^4.20.0"
			},
			"gitHead": "c7cf3b5752d3a6b33e6c558e8841906ae6fe515a",
			"_id": "rc-trigger@4.2.2",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-9rgdSpNnjautd8vE5iVTUYpmIZoAyUlvv4hXbJtt0QE1PzmLhrGmMPdMpunyRJWPYhnpwPhxbNCYZWhH/mMa1A==",
				"shasum": "bf0c45db1b4a5f948bba19442873f878cdfe1cc9",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.2.2.tgz",
				"fileCount": 38,
				"unpackedSize": 138276,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezSiSCRA9TVsSAnZWagAANJgQAIpaukoC0ZMWLI6wivsH\nwaC7uPCKDJgsoMMUwqykR30G3iAbOiB34qexR9gmz+stS04JY5gAr92yFKu0\nF868ZJxHoG7kevNpEfxOvHQX+ekemrLA1oymbETgfSyWn5aceJV2K2t7n5HN\n7kwbkAwpXwyOZ/GeeeRrcw5+OBBl8Ti2KGyA7jOYtrIOtyZ92rtxmN9cVdZ8\nPMkalS9ANfKqXJpNKvbgNHwxxPXCqM0woIxJPjPc/iPKBtli1LKf7TkR3GVd\ntJeDuljxbbMj8j6yCMDaVPbPdEIAXvz4WyMSaviPpmDjDC0zmV50jMA5OIF4\nI3Dcf34yGWoPNf9AyByWrIR1aFmDgHHoHELUDCc4k6E+UzPFKCwBK6Wlw3I8\nXeklE5LH4IK3uoHzZe4xL1CfQN7SgjbLHVE5dobnx570rw7SFYDSC/LLblT2\ntDhvuo9GWgGnKE/PPYe1XeQhtKLDW4zTCsne996TlCf3+xGGGp8wgCPjUzvf\nSkJKBWgtkxlLHURlbw8ekU+1KdujN03spDiCvlnVHSXwpbFBIzHYwdycC/ry\neh3fbVPJ+37DCW2edU3M+3xipsO4Let2DELOoSQ9QNcluu0xw+MqkDYf3DGU\ndBMRvOUcke9BcFEOcKN305JPRr8BYpkVz0CgG2NvWTqIFvylLF9jvm04MkY1\nmWNt\r\n=9h6C\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.2.2_1590503567522_0.3544397246075135"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.3.0": {
			"name": "rc-trigger",
			"version": "4.3.0",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"devDependencies": {
				"@types/jest": "^25.1.3",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"@babel/runtime": "^7.10.1",
				"classnames": "^2.2.6",
				"raf": "^3.4.1",
				"rc-align": "^4.0.0",
				"rc-animate": "^3.0.0",
				"rc-util": "^5.0.1"
			},
			"gitHead": "5b2c27e3a9c6f2931e74b54db90d3d968d86a779",
			"_id": "rc-trigger@4.3.0",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-jnGNzosXmDdivMBjPCYe/AfOXTpJU2/xQ9XukgoXDQEoZq/9lcI1r7eUIfq70WlWpLxlUEqQktiV3hwyy6Nw9g==",
				"shasum": "94ea1851d123359716d1dc3030083c015a92ecfb",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.3.0.tgz",
				"fileCount": 38,
				"unpackedSize": 128749,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0S4LCRA9TVsSAnZWagAAAT8P/RDrvL1ZSepocSx2poQ3\nQC2127YgL++G96BRN6IeLe8F54WV3jQc2dU7Zbuu9Dh6Mrv8VTVdD+wteGEq\npgX4ZUhHInT/0iajQV3Mv4lTg6iubBYZItdkYrpXMAbBOkdBmwgATWtwAikU\n/t3ZX4aDdX2n14F+mGqGXRWkTe5bKIwSzhqx4UWUNIXG+6hTErEGTft+KZHy\nflDapX6azuU9q7YfiiJQEK8qODT8Vp1wNCFQu6NgJkMm7/zQW4UiQpSbZxHV\nGzMmcNWuFDNoqPispeAG5IlO1uDKPAy9Fh5c1n0moDftVrM94Q1FZ8Cl4BCZ\nhuAFpFpHiR1+iCQFsBr2COmu3YAd1bnMcbjEQJbGcJURI/HP7KKTWSRUkTRC\nlrI7ydMpWOrvVW5+rTh9zrLUp7LJ4w4fwyxMs6zjRlpgeaHxRSyg+4Es+Dpr\noMQNKgAscl2abwEeizzCA/MwG+Q02FKyxkmmECUHizianVdqQE6EvN3uACOj\nBMi1Erl0anJ4r8ARf1Wf7QJL56yxREceKF3Ovygxjws6FOZFGw2t3k4A3xJD\nFGaKMHoF/5wh/393T6HV4Rcs1UrrznWJP+yBqnpn8+sQuIPMmozfM3tNx2X/\nqxv+0f2Erd0CDXnQ9dQOrXsGgf0sLRgBePO6g0z+TckF0nDkK6bGj/lkTnq2\n4+cf\r\n=Z1EL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.3.0_1590767114893_0.6927111223261089"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.3.1": {
			"name": "rc-trigger",
			"version": "4.3.1",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"devDependencies": {
				"@types/jest": "^25.1.3",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"@babel/runtime": "^7.10.1",
				"classnames": "^2.2.6",
				"raf": "^3.4.1",
				"rc-align": "^4.0.0",
				"rc-animate": "^3.0.0",
				"rc-util": "^5.0.1"
			},
			"gitHead": "77a255f5a59333bdcb9cc30e66ae6c53b5206f0e",
			"_id": "rc-trigger@4.3.1",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-zBAWLOnfZyuThi6JvLLUSSZ9PY2Fjq8Yn0J+bmHbVwOKskE1Y1Pb62Ac5zTWbpZ3HeVxwFvb1xeS9Bm7meWL/g==",
				"shasum": "343e92bdc55b5775dec44059487ba162c2904822",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.3.1.tgz",
				"fileCount": 38,
				"unpackedSize": 130573,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfISdECRA9TVsSAnZWagAA6eQP/2TrMtIL9thhRCslVxNm\n/cFBZrxOgBKO1LtBq1/jTsXNZePi5l4Vnxej45AXxCqINwJ7k7mEx9UYlOgj\nYcBa7q/ww39hYh1MV1ZK7i6h+I9fBZfDGsdPGd2muLV59iEzLaJEzB1aP+w6\n9Ya98sp9ph3WuDhLgfJa6A4ZJtZboTjFeKDuc0cWV1jtFWt8IfMjlpmgmWya\n1RWz0Q8OG86iaU/euV27jLVBcVASaFknWfNSiOHIsk7LQVdAk5LoFTPxTahh\noHJcoDdAnJu/dzDqCOUB8G2VlPilEgLcEyj0POYlrqTofhLLSolRbBwTcxGJ\n00ElndO45hi4GqmFDRLK1perjxnv13yskEKOSRMEIAmUNFj5Aedse30kmJ+u\nTRt/e3negOsDcX5fCQZeEzKzrg8Ue3TQVczp0WvdFueH6tMABxE/TGbEUdOP\nodlnD8X4qEMiH2BvaFEy2IkdXrN0Ody9q5TyxKC+sltHC8Pma2Uqt9r0i8d9\nsKaWhugfRvV9oFBoNKoer9tg5nXIqG/Od8T+RaUqQ0BRNbbUwyeLJhfVcp0j\nux26hfvFSACc40a48tXqyJQjuHDKctk6bzK364CmELQSnwT2u3Hdnvq/Z1R0\njtXw5s6O8P4wx9JloD9NAlsYSaQBj3e+RUxWOvytKHQBhVx2sBRvdkZZEMCR\niP4v\r\n=3drG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.3.1_1596008259833_0.16172301982681514"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.3.2": {
			"name": "rc-trigger",
			"version": "4.3.2",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"devDependencies": {
				"@types/jest": "^25.1.3",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"@babel/runtime": "^7.10.1",
				"classnames": "^2.2.6",
				"raf": "^3.4.1",
				"rc-align": "^4.0.0",
				"rc-animate": "^3.0.0",
				"rc-util": "^5.0.1"
			},
			"gitHead": "26dcb9ef8cf359ebc253ff4efda89c7407b87fb4",
			"_id": "rc-trigger@4.3.2",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-TeFkkNGgeqQ8D9/cRkTEuo18VqNoytfjYulLX1JefzuNRCvD9bAqMLonZaANrv5eLYULEXPS2ZkZmsRG3yZFvg==",
				"shasum": "e95d856a6f9fddeaf9c0c2ad7eebd894d23a63fb",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.3.2.tgz",
				"fileCount": 38,
				"unpackedSize": 128829,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfITHSCRA9TVsSAnZWagAA8soP+wTqg/I58epsvheILaVm\nmzM5ovYDgx9xu+0RhUsExJIZwgwP+hBviXXddhtLMQt26mfqRLRucTQMw9uu\n59rZ4KBRY9zxxU8G9TGYT/EQ949SLc+vOfSqmJo09toD6KXxt4ut/w5XxpTn\n+ZBGTxFdcACjEEpgtCPFGb878GSHY+fJdsxxSBgXLjzGxdRpeEiTdxSIFL5Q\nFKcuziic3Pi2p/fY5fh9aPePe3xo+13/Vug2c3Ou/LIyd78fjCa4vezk3e6C\np9TTZT5Oh/VrpBwNoz9qbKLQtDpHytn9TyZblsLOMjahxkc9CBtfOsUg2PiX\nCxr5zW4Jf5wfeO4P6USmsMk5koVqDI11VUA1uC1DY8UELgjrcXYHv4oLZ0eq\nQZxX8JDoiQwUUsIwFTICF9C5pTf89cWdNRoUuo08o4DchVA1gj3V+aPyY7H4\nO+4yE1NZY9PpLqLYkYsCY6ixPyfszd+abUAHRG+SjNAAzw7ss4MXr7u8rlQA\nl1T3QLRVcDAnjJbLsfizydl6XOb1qGj5cZp2KbPvHShQx8kZlb0thcq2u9qG\n5QtlK+zAwo6u76L21sDel97/+UjbzHfo6GXrpoHD8ezxfVpXG3UjR7qxxMcp\nh7YiCWaVWjRn8bdI8n87PQ80bRgt9PrxGldkHW2bYIQFoGPRM/o9vi80B6Tr\nhAWE\r\n=s400\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.3.2_1596010961562_0.3025598901344484"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.3.3": {
			"name": "rc-trigger",
			"version": "4.3.3",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"devDependencies": {
				"@types/jest": "^25.1.3",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"@babel/runtime": "^7.10.1",
				"classnames": "^2.2.6",
				"raf": "^3.4.1",
				"rc-align": "^4.0.0",
				"rc-animate": "^3.0.0",
				"rc-util": "^5.0.1"
			},
			"gitHead": "227b518e31996289134bc787b45d3e6563d4849e",
			"_id": "rc-trigger@4.3.3",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-38OVn24bu5q7yyz0zPuXkQY7MCltXuWp9u50u8BuJgzyeQb/qDi8svcvb/KIBk41NCxd+OE8Cc3lQ4SX1NrcPg==",
				"shasum": "c455c3c12d4b04cbc08ba2ac29819ccf592d25ca",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.3.3.tgz",
				"fileCount": 38,
				"unpackedSize": 130411,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfITVbCRA9TVsSAnZWagAAsLoQAITAP5Gev8TEDrTRIME/\nXg3Du29e0RHwk1Sxz6V8Yb5koFrz8p21c7/rzBKMIWgq4ovkhiuV0j5VOlq9\nUGUcr1gHusz/6Ue09cQfWVi1N4qm1N/rBUWsHuXwjel4sxcKgESCRwObZ1MH\no6aePuXNVnjCLpbf+D8QnKtbuf90NdgoqeagQVMqR1OS4tN8qfHhVpo44cvr\nRy5X8T506oKO2dFfRkytbwsE68NUugv6gh8sQLO4bpUAjZQXHp4FVLQqQfCf\n0CKpMWKrNaj5Rpq3WYTw+ie9rC+2g1N+Ee4v14YcAxygptRzScA9QVywT+XB\nQ+0KYyUfChi9YMcYIYNlE39lKe21mycuZGsYBkK5Clqy1cbo1EeZQ/6+znkh\nzE6cLIPUscF8cGCW81oJ750N6vYUHBnWGYQpXUa8S0nAKdEIhK/K6d+zyDtk\nrxftIhLV51iS3WQkFBunKg86Fh9encyTzkNFnVwt3/x5SvYhLOV8cHrpItGk\n8AMB3TaRYsLVy8BRLhZOJwpgy6IgbakR4DXJDxtfQdlZM2+83TuDlOpDOfWF\nIDELhPvmXaHAacXM3YWrrOnDDwO6ioS8YTsobkCzB9MlS9OQEThA1K9gHHvF\nIY4VtmXsJSQLLpIUq6GGYn/ZL3nODSfEVyYjdNhSnT23w3FyUygudcoBfWrb\nYPUc\r\n=P9OV\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.3.3_1596011866539_0.1639713034981627"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.3.4": {
			"name": "rc-trigger",
			"version": "4.3.4",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"devDependencies": {
				"@types/jest": "^26.0.7",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"@babel/runtime": "^7.10.1",
				"classnames": "^2.2.6",
				"raf": "^3.4.1",
				"rc-align": "^4.0.0",
				"rc-animate": "^3.0.0",
				"rc-util": "^5.0.1"
			},
			"gitHead": "d1f244d911fe7312dd88bd4670a1f22c01d9b043",
			"_id": "rc-trigger@4.3.4",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-GaRqwJ99RA9qpN3crTndOIfQZG+dgs+l2i4bgB7tl1MBTaNbmJyopi+gyoaHwg2/C6mpvQ2XNrzADEyYEkxqlA==",
				"shasum": "095cf7dddf2643a65621df4b1612d167af506c31",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.3.4.tgz",
				"fileCount": 38,
				"unpackedSize": 130461,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIVhzCRA9TVsSAnZWagAAR4wP/3ZRNlxD3TwrAYSXBaws\nTE8KHDsJH8VXprQXLUOzQACJo4AjC4NE7cbWqWC+zcPUalpXcw8b1lGCIJZb\npwakf61z4Q+K/EJH61Wj+P7uhKnBYPMGcEsrNr6oJyg4lELV1T2tUoJ9HW5t\nGWst710WsF5opbfOV+g+54RxNYF9YKsQtkrC5mSukVas1KivpJhkUAGyffAN\nXle80KR7sZ676aFS5/35PInkWc1V8H/3EfaSxAw/qRpPkf3i31t8YkfXtqP+\nDV2ZDme/kZlUXZSXTR2NS/2sm8mmx93HG0PdhEgaPBNkmj0qXjQiHSjMDITh\npQkXbofPNC6CjXXOKFaGK+kp193qgm8PoQX4Mg+JjxDgCMLWKZZ50Uvnc0xe\nh8gVO9ZMyGhphO6mlQgeteEbX2MKDq6vBhHlDhD2bohDLppfacli2Syq1ijb\nzZHIShCY0LZSvByP2N29mb8ybu9OjU3SbmqU38aQs8cMu/LcpUPSXp7fMXtI\nOJYJRaSmVSWVVGLAinKjKOmBZJAr7RNRnxLH/8MRBDYH6uGHk2RTlFFVU9Rm\npWXQPnp1OQmWA1eVw+sSJbgg+u7naQF/xGv7qqsIslqXTvFJSKxltnpDctIo\nCq3+xCaEiZPbhOJjKkrFpXlsKXp94iX14dLQSgd64q5a0h0B9PPSg5qKGrRb\nWnnC\r\n=ltGh\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.3.4_1596020850693_0.21641011803041987"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.3.5": {
			"name": "rc-trigger",
			"version": "4.3.5",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"devDependencies": {
				"@types/jest": "^26.0.7",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"@babel/runtime": "^7.10.1",
				"classnames": "^2.2.6",
				"raf": "^3.4.1",
				"rc-align": "^4.0.0",
				"rc-animate": "^3.0.0",
				"rc-util": "^5.0.1"
			},
			"gitHead": "3793138512660c18ae129e1eb10cd3b6e17f3da9",
			"_id": "rc-trigger@4.3.5",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-OKIrgGVHnpQ16H/nuOjANrnufHx/tw4cvCuiWSM+XflahUlcqJu6UtlQzNTZ2BoNinC/9Eopx5I38jVD+xLvew==",
				"shasum": "0da18a324a2afd1fa7f91cc3d73edd545c484c80",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.3.5.tgz",
				"fileCount": 38,
				"unpackedSize": 121354,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKWilCRA9TVsSAnZWagAAwUgP/A2gNlGKIFqXGPOivQ4e\nR5i7+0G+CBMN6jdlGxC4Mg+0efyLwB/58sZGbERUmmVanT97uiPPd2xLAU1u\nB9TzB+k4XQvOZQYTVpwgbW2egonRQzhRyxABLTHFrpb3MCFv+qlPLE+XuXJ0\nxA1M1moVcWz+X7MxK/fe1ssCe4kMPqHwj4McnTeAorN/b7HtqtIf0ElPfSfP\nVMkAbIYOkEoqfcYcfg2IZ9ptLPbCJeoeEP+sPckNK3GrNkVHgcXqLS5Dotv9\nzKz9me/wBqNDOSaK3lVwLG5Dt4C4GAv8IFODP1B1nszvqLqsIJt0j05HfTfz\n3Kak0Iu92Y9T4UiilT9G425WMi/qHF3sgr88+J4jbs/EBLtuuDFe2pOpSE7+\n9jiDhhWZKZnYb0M4Cne+9tYetsfhVAAIZp95IUlzUNSONvO1zkHbHOAL7863\n1rqLJeujbtybpnHVH0wpvMRzTrhbznkudAKxZlQ29co7oMmisgVTpbthi4lX\nclTIbf3bLiIqvs1jejINxke5z0d+CFWTp0xfWb3TjMUMP1ltkIX5S/QZFshg\n92BBUMoGrROTHRCl6fn0S2H1ei7hZcwpO2VfvrGF8KterD5LYa5V53xVzIOf\nx16kNaHng6RDim4nkxmkyAu1VWlmZGlaCEEi2U5XuYbLPLR5D49tF0kPTHp4\ntSPR\r\n=m/BF\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.3.5_1596549284748_0.9951810523689502"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.4.0": {
			"name": "rc-trigger",
			"version": "4.4.0",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"devDependencies": {
				"@types/jest": "^26.0.7",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"@babel/runtime": "^7.10.1",
				"classnames": "^2.2.6",
				"raf": "^3.4.1",
				"rc-align": "^4.0.0",
				"rc-motion": "^1.0.0",
				"rc-util": "^5.0.1"
			},
			"gitHead": "333234e5443fe7313ffa420c9a4931ed41f4c4ff",
			"_id": "rc-trigger@4.4.0",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-09562wc5I1JUbCdWohcFYJeLTpjKjEqH+0lY7plDtyI9yFXRngrvmqsrSJyT6Nat+C35ymD7fhwCCPq3cfUI4g==",
				"shasum": "52be45c7b40327b297ebacff84d69ce9285606bc",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.4.0.tgz",
				"fileCount": 38,
				"unpackedSize": 117421,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKnYYCRA9TVsSAnZWagAAengP/2Dz+yKVeuGqjeHFZrsT\nrNXMFwM6zcSZVI8/cFro+27vBndLgLcvpb13+jf7bX+/dZGBeLACIdlTH6IY\nJoQLxz3SOz+M1XWk1zeUszc0NpXj49+H+8cDLB+1+ZQWtXczC6AJbH7xd1Dy\n+PcyM4YrBZmwRWgAneJ/TIJhDr0UTif2nf8Mu9iHU4IZ79hLYGYxKDcR1k5X\nJ9jlSZsaM6RbhcMtFRojkh3RdCHpFicKwwtFRpH2S0oJRx4lGX77ip1faXkG\njurxwJiwKQW25YgX9ZqlgjeCPmfvFFMIqCevjqEL8zcQeP/fApOMjrF/KaC1\nufZY8DdMOW7wSzSEvyGFWYsLRZIIhuTwKv7ANs2+TNghgbT0lzNCBndzqojB\npB56hkXeHvJYlhRmxC7hyhRhYNZlM7NWa39tft/CD4yo3GvMqPI+c28K/oep\nICA8VpHv2hMvh8ATgdYVzmPTA4yoTYQ+iJDRIPc6hVNOuQJoIHotyTYZkigp\nFdtimGiigUHsCMlDgiT/WyRJRVTyfXgBMGSf/tnTMFHcb3ell+pFn9iXPtgF\n4J74SDSEuBNvBsrpfDHc39JJUY0/EGkFm4y40x1CjWxJrXXZdcY6hk3iK0fm\nkVylmbs7s2EwRxXiiP01dls3pKFJLJDgkS/tPbC840eFmZ/jlM+sYk4TqSf0\n7Q8/\r\n=6H/k\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.4.0_1596618264187_0.7573646070734286"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.4.1": {
			"name": "rc-trigger",
			"version": "4.4.1",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"devDependencies": {
				"@types/jest": "^26.0.7",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"@babel/runtime": "^7.10.1",
				"classnames": "^2.2.6",
				"raf": "^3.4.1",
				"rc-align": "^4.0.0",
				"rc-motion": "^1.0.0",
				"rc-util": "^5.0.1"
			},
			"gitHead": "4009ae473659971bc4cd48e7ecaa9a066e4ee528",
			"_id": "rc-trigger@4.4.1",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-zCWu48pBdsPmL7fNpUHSCJnFy65t8CSO6gaf5SjhXbQyKxUPFk+BgKDdVO27MRkH2l65JTxSdC2f8FzBG8p57w==",
				"shasum": "d4e61c89f929d9957ad1549a7d54e8f839a41c58",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.4.1.tgz",
				"fileCount": 38,
				"unpackedSize": 117575,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfSJvYCRA9TVsSAnZWagAAz8YP/2kNoU1Bc/DGcGdrigVF\nlyJb3Bj+6/u5N2Z6XTf/3dTo9pyjklUztZS3JLvbH0Na1AMt59+kjrZc/ZPt\nARKVhmmT9prn08EMhQmwqC8qcCdQjC2MxHQAGdevBYgR3Lkntk7sLcjLiANJ\npt0KN7aoeduwnz2xpzuQmYuirltSUvXP70TT1IwBINjNZr2uEZPd3KiUW8Q+\n9GSHVWnoG8NaMRSpegaK6pK//lFoaEIDKDNAeFJ1qjvXEXi157SCSNyBcH0f\nzjQPDPGUM0f1FaayVRlyK2aRQtz+tCW2j6saG93ixvWFu4Usrn2maGuP3JkO\nJlukB3u8gz5H3h6blbc+4qjIC9qynHq+UTFzAi74aEFgyd3f1CmrjfwcLNMk\nsJ4v/YIT5H/lVy7fUQeI46iau85QJuGsLRxK/IIn5lKSw6FVdFwmDEBCPKwi\nDEcnxo0zXuL6cJjBwjVNTkEO1cpmNiWonPodBgGNWXNpKr0GgI2ps+Dme1kU\nQylEUwaipkdaiDznVsP7SnS8uV6Ghx0f4zgzug926gwZ/N0AWdJoUWHTXAXm\n2Q+Hk8yT77NppXkLQe0nT8dyR+GdtbzSGCT6zUI7kzZAQeIsJEVHAE4zZsED\nTKMtm7V+Ao8fLE3ZL2z0jR3FA28geojAPACdTW8Nm14hMT9MyZ1SXB6+g5Gl\nb5Eb\r\n=1ZsA\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.4.1_1598594008312_0.8709027177963498"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.4.2": {
			"name": "rc-trigger",
			"version": "4.4.2",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"devDependencies": {
				"@types/jest": "^26.0.7",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"@babel/runtime": "^7.10.1",
				"classnames": "^2.2.6",
				"raf": "^3.4.1",
				"rc-align": "^4.0.0",
				"rc-motion": "^1.0.0",
				"rc-util": "^5.0.1"
			},
			"gitHead": "5ac301fd2bdbf299df3cb4926b1146ec9dd2a8fa",
			"_id": "rc-trigger@4.4.2",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-uw2/s7j1b/RXyixa4omPuxZWv/3ln+H+p0v3trIUBxseolbdj8TTFpXYjXMZdGtMpAEAIbN1yo/K+r7wRB+xtQ==",
				"shasum": "74f7ebcfdcdc191b7c82380def68fbba79ed5aec",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.4.2.tgz",
				"fileCount": 38,
				"unpackedSize": 117568,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTMrGCRA9TVsSAnZWagAAJXoP+QAezvStubyWnZWqJYRR\n1AIK73LssFXvu663Yq7DrlLWdoPZ2YeEgz7DdB0MRbwUEmvL0qeIoA1lI2Qx\nTvEaIC4CeBZpCXzM15mbwQ1EkI1Bhdxf0Ge9JYItplXgzEklZK4KX95Clsj9\n2oEZbkXBnQE2E67JWCNAlKOh3Evc9K9qb9tbLvdXnzOCdksYrrJfJ+WZwVXh\nfQamnhF4kFWLOnnSloopHW3FlOciCpWRLfil6S/kebdKuHyJF2HQXBhYLNSy\nSOP7u/ScdBjN56jPNW8uF6Z941BjtlqcgGU+wbG51PpzqZPKM+teqLAoAyYw\nl6W9MRTVxzmYSWa010TOPGDEcH4Ukh25i/c751mERKc6f4Az0a/eagAIqP4W\nSdCuspIb0d8khAbFK5wcKwSlz2kDRygmNzDgLrZrgmgGKrwe67epaS8y9N1Q\n/e6DroKF4EWM/lW0q2dkiXFttNXilPlli8u3P663x2RzvGRGnEFPU612RPJJ\nukV/5FWsnWWxT/6/SE8J5l/yQW/sulnUH8w11x/o/WhpNcwETnv+lP2TqwM1\nsU/uxPJS99P2SsL7EHmxeilM7lOb82T18uGxNXkRhadI3JkNhkMOQZdJf2Sz\n2X+Mu8hnmIygBSiiJrv8WWl/rvFIo2hmom0zm3bn7NG44xXAZjAgfDzpdo2x\nEcQB\r\n=uPFk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.4.2_1598868166509_0.6652295694306325"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.5.0-alpha.0": {
			"name": "rc-trigger",
			"version": "4.5.0-alpha.0",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"devDependencies": {
				"@types/classnames": "^2.2.10",
				"@types/jest": "^26.0.13",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"regenerator-runtime": "^0.13.7",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"@babel/runtime": "^7.10.1",
				"classnames": "^2.2.6",
				"rc-align": "^4.0.0",
				"rc-motion": "^2.0.0",
				"rc-util": "^5.2.1"
			},
			"gitHead": "d96b9f1353c55860e7d8063a6753f5332024023f",
			"_id": "rc-trigger@4.5.0-alpha.0",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-K54/voVX40mHQOORfJVri3eyhz41MViOT0fm9hAvxtyt+Oe38WaOXPtVa0n8vJ/3vPmTtF/RNHsq5pE8vRyI1w==",
				"shasum": "78763c0ef00e70645a2477f4cfb912a545cb9442",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.5.0-alpha.0.tgz",
				"fileCount": 50,
				"unpackedSize": 111307,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfVfwQCRA9TVsSAnZWagAA11QP/1+U3n6XtSkCdAeNyaaT\n4xQ/gdWcLUO0z1MU6KifdC21fbs9Bxn/dN08op533efAlG1NkSjygFyBdLg/\ns268rz47LEFEkUFwRzUiInL8V94AUj9GZs7EoRWc1jYPU8NFv1v9S4xreVDB\n7DaZpSSNjW0VC7MWvSPiTd+HtFzFwDlDUmGmNdnynBE3GtJPXdw6Selbf4cV\nxqxr0ApMfxsH2aLuSZMGJYu3EhmMOMzqQqFik4h8sNrDHX6IhbALCpRox3ft\nZmaqSR6yYOnNBJY6zvVglOLM2ecFlewGgYp6ov9JijmNs5Y0IT2CHVb3YZUd\npksQvxDwrwdzodBr9SKVE6aBqbZSuuAMMNqZBHxE2K36YkUEpLLPPhC2+Ymj\ntLrdnK9YqXjBBPHvat0ZINJIkrbdzmCWd1h2nt9YbgpxPmBMDPHXd6UKGDfG\nz1cMtdKVM3wu9UC5/0O9G7FZSjeywb9GcG8cwKakqxhYtzeml/0FPLVYPHm0\nI7UNGPpgs0EOwRalPn++57BSc3Io3X8cBdKcuhj4rZsT9J914Uo3hDwxIO6c\nNRMyKMSJY8nhXvdnntzgomIBTqssOtU0FesWQ5j4PA+aJAzr5SW0WJueiam9\nSvwhv9iuPlUt81PNLv/1hCzkm5kNR/fzutU2irljXKQYu16DxF+nh05e5KNb\nAnX5\r\n=toIp\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.5.0-alpha.0_1599470607872_0.5619627187969665"
			},
			"_hasShrinkwrap": false,
			"deprecated": "will list to v5",
			"contributors": []
		},
		"5.0.0": {
			"name": "rc-trigger",
			"version": "5.0.0",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"devDependencies": {
				"@types/classnames": "^2.2.10",
				"@types/jest": "^26.0.13",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"regenerator-runtime": "^0.13.7",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"@babel/runtime": "^7.10.1",
				"classnames": "^2.2.6",
				"rc-align": "^4.0.0",
				"rc-motion": "^2.0.0",
				"rc-util": "^5.2.1"
			},
			"gitHead": "af404fda331d59c7df8e09cd95230b174c66ef74",
			"_id": "rc-trigger@5.0.0",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-fc0PXjWLzh68zs0/jQ6LbvYrtR4BD7p3w2JhRqmJ0xRa+jl1xXYi3X8xMJxL8O3Cr7S908zuMstp82gxkvMQiQ==",
				"shasum": "9b5e0c474baaa82530707365d2bd2d227b5e9a6b",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-5.0.0.tgz",
				"fileCount": 50,
				"unpackedSize": 111299,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfVgBQCRA9TVsSAnZWagAAJaYP/jC7BkJZZXbB3nNUxdD6\nY+TR4QmEsWZ5h9cAAYJ/IhgbEGzDUrTDv2Ppv7iHh39fQ0IuWNEKI4cIjlow\n5V4t8N3jiBwTdqmEyU5Iw63c40owE+P+axV+Y6QJihZfWJRBeIrEAr5mV2Jz\n4dfNhjYKnmEvhMAg0wZdu7gDi3Kltw5HVmo8b6Mv2XjVTG2jQNOEm505CVSb\nIOcleGJxC8BNp9pEGKs/D9Ax2AliD/uR7Y6P2iG6CTqIgHS1NDpNy74QDvkd\nenjAaLV1hDhVVLOUsq+eXpQcDGvoXUtLDWMcCLTBKmZMmonua0Ke11qDSdnh\nBAPde4m9jmrjx3N7prhXUR+DQKA1Mm+P/OcyHu2v47lgGkXGouwPRz8hynn5\nl3ivfCPk/yZ/5DJ8F51LYiz5Tbb2gFvYfw4l0KbnMmkFZkDDhyjQyGPi2iiv\nMvlGJ5yJ/OmuszWKafEOpypF/+DD1fgB35K2xCJcu2ppbKIyS//S2xphWthM\n4gn2/CA8VD23l8fLyFfkZY/FWT0mdxIXvxjanBA1Ng7ztP50EOM+/c3IC0MF\nIhvmGiNGPONr80R2eTjs/RDxwQ4aglPJjQb6XZOqaolo+hRh+h+Gy+LLPohf\ngbE7K0r2ChtM6xDpP5VAvy+7oNVmpj19LThBDJFmt4kN4gIcGTHdsSg17g7O\nKIiD\r\n=rbrL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_5.0.0_1599471696286_0.5148618448064479"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.1": {
			"name": "rc-trigger",
			"version": "5.0.1",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"devDependencies": {
				"@types/classnames": "^2.2.10",
				"@types/jest": "^26.0.13",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"regenerator-runtime": "^0.13.7",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"@babel/runtime": "^7.10.1",
				"classnames": "^2.2.6",
				"rc-align": "^4.0.0",
				"rc-motion": "^2.0.0",
				"rc-util": "^5.2.1"
			},
			"gitHead": "13258a690299a188b28d5dbb12465fdd76376cbb",
			"_id": "rc-trigger@5.0.1",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-f9m40XF9BPhAuaNJhmOsL0ubvie6WTgQyrgQZUZxW8i3EhEGPnqpJx1QL2+VpMftULT0+iezxXtAGdm544yDkQ==",
				"shasum": "af4e6f4dddbec4b07cce34539ddd613cdc5968e9",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-5.0.1.tgz",
				"fileCount": 50,
				"unpackedSize": 112577,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfViTaCRA9TVsSAnZWagAAgLkP/Am1WiphufKDIuWVJPr1\n2wTSjFanCqQde0NFTjKgxXjqZtsxtdwSy+fzFK+uopBfzYiiGFhsu/lovMpI\nz5rsG1XbrN9/HJozqZh0PgbAgzC7MwUbAiM/fiX2db00WT5/dVcKsLpUgudQ\nd7GEU8AVuRo6umGmd/IgpE50Ykp53MliVsr3J/9tmWuJXLPNq9X2Sc0lcvZX\nSYrTo8mIzx+6raLgWeMBTKNWnUnmb2kK31Z3Y3WrAalE9BrEGEy1EFuGF0yt\n8Ar5neuXh2MCfgNaUFC7RIivfsvXbPtWGl5SNKtX9HKw4gXl3UGUs+CMkSxb\nYI2+1uPq3jiDlN6bXnafbrRkpRKo4y6xxJg5dkuE07ICKKC3njomnA/cWEV6\ncPJrXoz55jdWWxVf6WjabilFIkB9nmkN5MyWcR1pjg8UEFfzVV8KBiNoc3Pv\nlDFiuyIYrZn4e7gMGsjWzxam1cPqQPXNrJJzIsQUd3T259VlPP8ui7JMUcVu\n0pXZXK/DPTLFNneBFLtJFoc6AhrNfQsJWfRMugwFWvYzIWhr1lJ/i8wbNK7s\n3CKFZea4elwEK6SdbKnvb3rp/VKrH0G9ggBxbjSSbhbRIH+i4MRA2GIe9X4G\nLxaw/z0gcH8tERetq6Vv3Bu5ZqkBMRvLMPrdyI494hrXdt466ZTyPLPZpsmZ\niuq7\r\n=zN16\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "benjytrys@gmail.com",
					"name": "benjycui"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yiminghe@gmail.com",
					"name": "yiminghe"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_5.0.1_1599481050194_0.7541082821080645"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.2": {
			"name": "rc-trigger",
			"version": "5.0.2",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"devDependencies": {
				"@types/classnames": "^2.2.10",
				"@types/jest": "^26.0.13",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"regenerator-runtime": "^0.13.7",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"@babel/runtime": "^7.10.1",
				"classnames": "^2.2.6",
				"rc-align": "^4.0.0",
				"rc-motion": "^2.0.0",
				"rc-util": "^5.2.1"
			},
			"gitHead": "0f8c01a6791cfce1ec15fd4aa1b04de762827ffd",
			"_id": "rc-trigger@5.0.2",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-wsbmSvRR2+W5k+qfAuij5Vtwkb+pqYRCHr9i9fanPRV5sSU/rsJu1wmieSZDXROTWIA/J9fb9ilXZOVyUPdIOw==",
				"shasum": "0e5bb18d268bb178ca0967d41dab97a6056927df",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-5.0.2.tgz",
				"fileCount": 50,
				"unpackedSize": 112601,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfVibdCRA9TVsSAnZWagAAdBgP/joSCkVxhRmDYVx7lYEd\n9MWta/tK61wtNTeGgR9WD1PyZQNHoZsWpztwNHTv8fPnXCjR1xm8FqzJnWJ4\nI36j5mu3R3lJV06aINJCsrxk7mXfzgSb57KcH9yGzVz4izgGSxc2MXDhQLnW\nZHVSMAH61ewO7xfnB3oxaGUHN6yZxKHg0xjVjT+Ix3jxp5FLpqmBt1gZqUhr\nDVZmdA2B3YKNqN0qOgIwd6J0FSRbpxKczBHysGpCbirbht/3Yq8DvOw2caCy\ndI81FXD2brxJMtUvYoucwg0JQLGVggr9csR6LlZhR/pQPGHT7r3WNBM9x2/u\n6yV/DBI/PjVnteR8OWIV6DNvCw8Y5orq9M19TnqfhBm9KLXnT8yDMZA+nBkL\nrYqqf7nLu4TDmYr+5NQFRspP8B7xp3gK1a3ecbBpxb3gd5awzcuxV75TqZOH\n2ja+CSj126aQPDZrZBzU5SgPz9WJ+5c4d08MnvU4z/s1XF4fj6dvGKHwYGel\ne9AtPpNRYW49jr+8pgqBq8uOgTmvFeK6f46kM2mSSuqx/k2tKIR98Qz9ZCDb\nMZ86/1C8HjtmSjRBtqMbb1eHK4eI1FtBxJp+Ke+mDwHrJRX7zJNa6kxcfGlO\nu37SXRWdrVIBXUOFilnq/FgbvhG16bttNtiPQVqMF3VKOtz3fEtSjj+p8NJn\nRJ4N\r\n=u00f\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "benjycui",
					"email": "benjytrys@gmail.com"
				},
				{
					"name": "yesmeck",
					"email": "yesmeck@gmail.com"
				},
				{
					"name": "afc163",
					"email": "afc163@gmail.com"
				},
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				},
				{
					"name": "zombiej",
					"email": "smith3816@gmail.com"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_5.0.2_1599481565271_0.9684848286307999"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.3": {
			"name": "rc-trigger",
			"version": "5.0.3",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"devDependencies": {
				"@types/classnames": "^2.2.10",
				"@types/jest": "^26.0.13",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"regenerator-runtime": "^0.13.7",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"@babel/runtime": "^7.10.1",
				"classnames": "^2.2.6",
				"rc-align": "^4.0.0",
				"rc-motion": "^2.0.0",
				"rc-util": "^5.2.1"
			},
			"gitHead": "2ba5a08dd2e2565b5d5f75806d899c1f621e03aa",
			"_id": "rc-trigger@5.0.3",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-N1SAgo6fDCHDfE5bQDZ2GgijekhhACMR6GeOUtfhPMqWfYyaHDTJQ5fla8OOfgkecU/ge3zvqIEtGIFnURkc9A==",
				"shasum": "9b35a005643a658c1b89949ca9494fe2ee030235",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-5.0.3.tgz",
				"fileCount": 50,
				"unpackedSize": 112727,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfVj1SCRA9TVsSAnZWagAAJRgP/1e0ZLys4gZBiSAzMjn6\n/70ULO+/sVuVvMtZvqu510s81jXcO3hVG320dehVxClKP7paiJEdrFELBjO1\nM5FxfU54098WiFjqKOWyHp8ZppDLJCbjV7pJw28edkvFDMVXjnBNL3GbuHaK\nCV8EEbNCKmEk5Br/iVY7I/ejqt/mFhxQ5NNkYClonu90vhn1hrNs0deCYo+B\n/d20MEqOxQzL2OJ9kpOkK492n9INxypMittUhSkStL6iGh7NfDiej8hpBEHV\nK8uyWnD5O6GBE4J3pxqdWwjAJu/py0S8/rOJBZatWQZxukxxHgL+1Ge6smww\nxAOvkF1PqAaeOw+4noTjfBmYw1RanK4v92w/3tyu9RUqI9pMb7xkp5136aqZ\nFgOq7UeKgNdkBMJ+zPuNXmrNfxKjALu5DcGQqWMGhYsGDZGEV3GMVhvFuCQ6\nYlE8WmjmzVkAH31r33V2bv9+PQ9SoNYV97Y/kUaaor85/hUCDZdI+oJjrMN0\nILU9GIQu+XnZpg1s+KohOY/SGt3lStOdaELN/edXJ4NW4E39NGEsKxQAqfhf\nvbu+uApKZPfJnFsvf8cLyJbOBEjCs+rTmq+w+o3beOoGjFf0ShPNGUU9SnhH\n06WVnChzGlweW1/ziEKbUX6aedGmhGEuHlr+h/pKH561nm34Zv+szITjcKzX\n4U0T\r\n=4gCT\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "benjycui",
					"email": "benjytrys@gmail.com"
				},
				{
					"name": "yesmeck",
					"email": "yesmeck@gmail.com"
				},
				{
					"name": "afc163",
					"email": "afc163@gmail.com"
				},
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				},
				{
					"name": "zombiej",
					"email": "smith3816@gmail.com"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_5.0.3_1599487314139_0.9151908216779017"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.4": {
			"name": "rc-trigger",
			"version": "5.0.4",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --yolo --no-publish",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"devDependencies": {
				"@types/classnames": "^2.2.10",
				"@types/jest": "^26.0.13",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"regenerator-runtime": "^0.13.7",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"@babel/runtime": "^7.11.2",
				"classnames": "^2.2.6",
				"rc-align": "^4.0.0",
				"rc-motion": "^2.0.0",
				"rc-util": "^5.2.1"
			},
			"gitHead": "1cace93d706a2407299fdf87d05c09f2e21ff5a8",
			"_id": "rc-trigger@5.0.4",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-cFTuV73YpfC8ujknycSjEvIDX7VtspEgFhibk/evf415Q0roHazs9dEbajKRgionpC/88OKLRR6G81eA4BvLTQ==",
				"shasum": "957950a93ed0e19c128334c5fc65390dd886d61c",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-5.0.4.tgz",
				"fileCount": 50,
				"unpackedSize": 112727,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfXuFoCRA9TVsSAnZWagAAM1wP/129zhHPupdjijXbY4f1\nG+UPLe+FfQ6JEmYeZgEgDSH3B6dvJWobdH8FuveNiuabdbLmyqkhOEor72BF\ne/hRi5inazXS/TI9lRr3OpjQKlR+p81MiSSDtqaX7+c65+nCLdS1tuLyn9/d\nTeLv0488bzOKj9D810zOGvA/nlyxysQ54tjO+5YHgjfaBeRSjm9d1LHgAWLv\nNe+MbNraByMkxibsQ+fgYNHEckOcEIkgNLibP0ulrfL7jflOggTzhhyqz0Z6\n2l2v45rE06BfI0DHUijt0ZU3OeQuIpOCms1XSXjZHpt3y84NptG2a6u51VTX\nh5H56pDzATHItfF056UgVde1lOyXyvcgojkFiEgO/D9+W5brS50CGyPe2rwg\n8iXs4P9QVr1uipihK4pGYgnBigTnrTn5b7MmA05NRXQ1Qa6BzVhejwdqLvVh\ny/iBA3Uasv1usyWlBeUaJGCAZ86Ke8ErkwFyP3JRKHXpK2onvfh6gKuJQuN8\nVH+zsXCsxrACfGRA5Vsayjj9fLfgQTZ/LtsnxHq8PUEtxyO0E9ZnWfPOVpge\nmT5wExrnhPvo39MxbE9M+JS7fA8MUsw9p0Uhtbvgbu9/HvlfXxPAwHICNiuu\nT8rFga29TdViOFwAEFcCiJZVreCyHz+0GZquyuhSElCbk5GdSmvgIZ1xt+eU\n7Jx0\r\n=KR2a\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "benjycui",
					"email": "benjytrys@gmail.com"
				},
				{
					"name": "yesmeck",
					"email": "yesmeck@gmail.com"
				},
				{
					"name": "afc163",
					"email": "afc163@gmail.com"
				},
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				},
				{
					"name": "zombiej",
					"email": "smith3816@gmail.com"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_5.0.4_1600053607685_0.2854247276272781"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.4.3": {
			"name": "rc-trigger",
			"version": "4.4.3",
			"description": "base abstract trigger component for react",
			"engines": {
				"node": ">=8.x"
			},
			"keywords": [
				"react",
				"react-component",
				"react-trigger",
				"trigger"
			],
			"homepage": "https://github.com/react-component/trigger",
			"author": "",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/react-component/trigger.git"
			},
			"bugs": {
				"url": "https://github.com/react-component/trigger/issues"
			},
			"license": "MIT",
			"main": "./lib/index",
			"module": "./es/index",
			"scripts": {
				"start": "cross-env NODE_ENV=development father doc dev --storybook",
				"build": "father doc build --storybook",
				"compile": "father build",
				"prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
				"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
				"test": "father test",
				"coverage": "father test --coverage",
				"now-build": "npm run build"
			},
			"devDependencies": {
				"@types/jest": "^26.0.7",
				"@types/react": "^16.8.19",
				"@types/react-dom": "^16.8.4",
				"cross-env": "^7.0.1",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-16": "^1.14.0",
				"enzyme-to-json": "^3.4.0",
				"eslint": "^7.0.0",
				"father": "^2.13.2",
				"np": "^6.2.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"typescript": "^3.5.2"
			},
			"dependencies": {
				"@babel/runtime": "^7.11.2",
				"classnames": "^2.2.6",
				"raf": "^3.4.1",
				"rc-align": "^4.0.0",
				"rc-motion": "^1.0.0",
				"rc-util": "^5.0.1"
			},
			"gitHead": "70de81ba5be19edce832c45336854a31dc49c3da",
			"_id": "rc-trigger@4.4.3",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-yq/WyuiPwxd2q6jy+VPyy0GUCRFJ2eFqAaCwPE27AOftXeIupOcJ/2t1wakSq63cfk7qtzev5DKHUAjb8LOJCw==",
				"shasum": "ed449cd6cce446555bc57f4394229c5c7154f4b0",
				"tarball": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.4.3.tgz",
				"fileCount": 38,
				"unpackedSize": 118215,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfXuhyCRA9TVsSAnZWagAAiiQQAIm7y6hrECqpnIZRnjCo\nV7oWTF4NIeXzQvoGboJeOZZZa5PxHh9PbUQ2m0V762jdiASh8Co0qJCurkCu\nk0+5vQYmWEPxAKpwz4zD6gM9bARPfcVWDe9lhwnqY8P9msvn1aLsvxQrLHEc\nYZ7mKSiywceRPOJvqbWpLuGvmelci6WA50ExUPbzRiCqbmNzdarloOq/DTy6\nfsoaZJ+3TeDSvqhRVk3bEwrDyO2u+cah1yytsSd8sJNgX6qMLikQuF4MCx5z\njGAiM8C+yEqui7FJ/XgBO4jBNWHyiN5uQcpLqCWNSwFWN1wU7IHVc0W3sspz\nq0rLwZtXc84V7ARMA5f284UhXOLiVMd593HZnzHFNN/SGUqdpXhXyWgfd/nk\nKVaabnBW7nozFRYaJ7cjpCaYaiTR7rca1PoPzyd3wk/nR0D82QCV7GvS+JLd\n0FoB65f+nFIblQnhcs4ZjxNA3b0bWLKiSZHC8kHijg2gCU7jiALkcmVwuM3g\n49Fq07n8kVJ9J6eO08dhxh4svtxSxov8sTj5kg7MsYy6DmDUIUWWet/mtfGN\nUnwYUmaMol/RKI5AzrrS3X+Ldqg4CcA79iFH+E0Hp0vQ6vEFZzCE9SSILN4Y\nNdR7wytJXhk43DVs2Q5JYJj5OGn5a7hBFdZAT+uEWu8oth32q9pfpI3gqfwb\nWwZ4\r\n=Jo+n\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "benjycui",
					"email": "benjytrys@gmail.com"
				},
				{
					"name": "yesmeck",
					"email": "yesmeck@gmail.com"
				},
				{
					"name": "afc163",
					"email": "afc163@gmail.com"
				},
				{
					"name": "yiminghe",
					"email": "yiminghe@gmail.com"
				},
				{
					"name": "zombiej",
					"email": "smith3816@gmail.com"
				}
			],
			"_npmUser": {
				"name": "zombiej",
				"email": "smith3816@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/rc-trigger_4.4.3_1600055409756_0.1021839502539934"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-09-14T03:50:12.203Z",
		"created": "2015-10-29T04:54:41.053Z",
		"0.0.0": "2015-10-29T04:54:41.053Z",
		"0.1.0": "2015-10-30T07:35:55.081Z",
		"1.0.0": "2015-11-02T10:05:33.651Z",
		"1.0.1": "2015-11-03T10:16:49.130Z",
		"1.0.2": "2015-11-03T10:35:51.579Z",
		"1.0.3": "2015-11-03T10:40:55.547Z",
		"1.0.4": "2015-11-04T14:09:27.936Z",
		"1.0.5": "2015-11-10T14:31:08.553Z",
		"1.0.6": "2015-11-11T16:11:59.201Z",
		"1.1.0": "2016-01-06T06:19:47.879Z",
		"1.1.1": "2016-01-22T16:47:49.845Z",
		"1.2.0": "2016-03-01T09:31:02.336Z",
		"1.2.1": "2016-03-15T11:17:08.942Z",
		"1.2.2": "2016-03-16T03:35:05.160Z",
		"1.2.3": "2016-03-17T05:24:59.998Z",
		"1.2.4": "2016-03-17T06:29:31.783Z",
		"1.2.5": "2016-03-17T06:41:06.674Z",
		"1.3.0": "2016-03-25T05:39:30.326Z",
		"1.3.1": "2016-04-01T03:21:11.733Z",
		"1.4.0": "2016-04-06T03:52:53.030Z",
		"1.4.1": "2016-04-18T10:54:53.073Z",
		"1.4.2": "2016-04-19T11:53:02.060Z",
		"1.4.3": "2016-05-09T04:34:02.197Z",
		"1.4.4": "2016-05-09T07:13:14.274Z",
		"1.5.0": "2016-05-26T07:31:01.508Z",
		"1.5.1": "2016-06-16T12:18:14.945Z",
		"1.6.0": "2016-07-04T07:10:34.509Z",
		"1.6.1": "2016-07-07T04:42:36.441Z",
		"1.6.2": "2016-07-07T12:12:08.999Z",
		"1.6.3": "2016-07-08T05:47:34.775Z",
		"1.7.0": "2016-07-18T12:35:22.698Z",
		"1.7.1": "2016-07-21T10:40:39.417Z",
		"1.7.2": "2016-08-03T03:13:17.766Z",
		"1.7.3": "2016-09-22T03:47:10.511Z",
		"1.8.0": "2016-12-02T18:32:18.388Z",
		"1.8.1": "2016-12-14T04:50:24.518Z",
		"1.8.2": "2017-02-24T14:59:35.424Z",
		"1.8.3": "2017-02-27T03:02:36.131Z",
		"1.9.0": "2017-02-27T06:42:35.480Z",
		"1.8.4": "2017-02-28T13:29:22.435Z",
		"1.9.1": "2017-03-06T03:50:14.355Z",
		"1.10.0": "2017-04-13T08:48:58.675Z",
		"1.10.1": "2017-04-17T08:08:47.241Z",
		"1.10.2": "2017-04-19T02:15:25.476Z",
		"1.10.3": "2017-04-20T03:48:58.151Z",
		"1.10.4": "2017-05-17T02:56:43.212Z",
		"1.11.0": "2017-06-07T14:33:34.078Z",
		"1.11.1": "2017-06-07T14:35:38.027Z",
		"1.11.2": "2017-06-15T09:27:18.200Z",
		"1.11.3": "2017-07-27T01:23:37.038Z",
		"1.11.4": "2017-09-20T05:44:53.001Z",
		"2.0.0": "2017-09-25T05:50:33.054Z",
		"2.0.1": "2017-09-28T01:28:14.047Z",
		"2.0.2": "2017-10-16T02:41:54.739Z",
		"1.11.5": "2017-10-16T02:45:51.338Z",
		"2.1.0": "2017-10-16T03:22:26.801Z",
		"2.2.0": "2017-11-01T02:01:36.299Z",
		"2.2.1": "2017-11-06T07:27:58.591Z",
		"2.2.2": "2017-11-07T06:44:59.123Z",
		"2.3.0": "2017-11-16T07:52:48.460Z",
		"2.3.1": "2017-11-27T08:32:39.101Z",
		"2.3.2": "2017-12-07T03:09:26.512Z",
		"2.3.3": "2017-12-07T03:11:06.435Z",
		"2.3.4": "2018-02-12T06:30:22.433Z",
		"2.4.0": "2018-05-11T08:57:34.519Z",
		"2.4.1": "2018-05-16T09:21:53.433Z",
		"2.4.2": "2018-05-21T04:19:59.560Z",
		"2.5.0": "2018-06-05T07:58:31.196Z",
		"2.5.1": "2018-06-05T12:20:26.307Z",
		"2.5.2": "2018-06-08T09:12:09.687Z",
		"2.5.3": "2018-06-08T10:33:58.252Z",
		"3.0.0-rc.0": "2018-06-11T08:09:41.884Z",
		"3.0.0-rc.1": "2018-06-11T09:45:49.347Z",
		"2.5.4": "2018-06-28T05:45:11.302Z",
		"3.0.0-rc.2": "2018-07-02T13:15:38.102Z",
		"3.0.0-rc.3": "2018-07-03T03:37:15.814Z",
		"2.6.0": "2018-09-19T05:00:31.493Z",
		"2.6.1": "2018-09-19T08:18:02.366Z",
		"2.6.2": "2018-09-25T09:47:15.445Z",
		"2.7.0-alpha.0": "2019-04-29T05:46:57.378Z",
		"2.6.3": "2019-06-12T04:34:42.438Z",
		"2.6.4": "2019-06-26T06:31:26.419Z",
		"2.6.5": "2019-07-15T07:08:24.058Z",
		"4.0.0-alpha.0": "2019-10-10T11:01:29.456Z",
		"4.0.0-alpha.1": "2019-10-10T11:44:47.061Z",
		"4.0.0-alpha.2": "2019-10-10T11:58:53.521Z",
		"4.0.0-alpha.3": "2019-10-10T12:50:01.258Z",
		"4.0.0-alpha.4": "2019-10-11T02:58:25.684Z",
		"4.0.0-alpha.5": "2019-10-21T03:25:37.222Z",
		"4.0.0-alpha.6": "2019-11-17T02:27:32.875Z",
		"4.0.0-alpha.7": "2019-11-29T09:10:14.851Z",
		"3.0.0": "2019-12-02T03:42:40.917Z",
		"4.0.0-alpha.8": "2019-12-11T10:04:45.544Z",
		"4.0.0-rc.0": "2020-01-06T10:10:18.568Z",
		"4.0.0-rc.1": "2020-01-06T12:14:12.170Z",
		"4.0.0-rc.2": "2020-01-07T10:19:47.391Z",
		"4.0.0-rc.3": "2020-01-07T12:50:26.904Z",
		"4.0.0-rc.4": "2020-01-09T12:24:03.537Z",
		"4.0.0-rc.5": "2020-01-28T02:38:53.815Z",
		"4.0.0": "2020-02-26T15:32:56.077Z",
		"4.0.1": "2020-03-03T10:37:23.818Z",
		"4.0.2": "2020-03-06T05:10:35.258Z",
		"4.1.0": "2020-05-08T04:14:15.026Z",
		"4.2.0": "2020-05-17T08:30:50.337Z",
		"4.2.1": "2020-05-17T12:56:49.962Z",
		"4.2.2": "2020-05-26T14:32:47.653Z",
		"4.3.0": "2020-05-29T15:45:15.056Z",
		"4.3.1": "2020-07-29T07:37:40.027Z",
		"4.3.2": "2020-07-29T08:22:41.738Z",
		"4.3.3": "2020-07-29T08:37:46.705Z",
		"4.3.4": "2020-07-29T11:07:30.819Z",
		"4.3.5": "2020-08-04T13:54:45.054Z",
		"4.4.0": "2020-08-05T09:04:24.292Z",
		"4.4.1": "2020-08-28T05:53:28.445Z",
		"4.4.2": "2020-08-31T10:02:46.624Z",
		"4.5.0-alpha.0": "2020-09-07T09:23:28.074Z",
		"5.0.0": "2020-09-07T09:41:36.465Z",
		"5.0.1": "2020-09-07T12:17:30.312Z",
		"5.0.2": "2020-09-07T12:26:05.439Z",
		"5.0.3": "2020-09-07T14:01:54.245Z",
		"5.0.4": "2020-09-14T03:20:07.877Z",
		"4.4.3": "2020-09-14T03:50:09.851Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "4.4.3",
		"beta": "2.7.0-alpha.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"2d2eabad6638d5c43a236fb6a38fca3c\"",
			"fetched": 1600326166230
		}
	},
	"_distfiles": {
		"rc-trigger-0.0.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-0.0.0.tgz",
			"sha": "5bcc7b10542feb219d454c57f9a2a58659a13183",
			"registry": "npmjs"
		},
		"rc-trigger-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-0.1.0.tgz",
			"sha": "15fc619657ce578fcbd19df726b53a86df734040",
			"registry": "npmjs"
		},
		"rc-trigger-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.0.0.tgz",
			"sha": "7d8bb65e65c53107352fc3cd5acc78f5d73a9a22",
			"registry": "npmjs"
		},
		"rc-trigger-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.0.1.tgz",
			"sha": "96da770cffc295665a64ae704018ded4f2ddbfff",
			"registry": "npmjs"
		},
		"rc-trigger-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.0.2.tgz",
			"sha": "7021b7e902f564d6bf556da605c83013fff22416",
			"registry": "npmjs"
		},
		"rc-trigger-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.0.3.tgz",
			"sha": "ce4b3d5ea681992206b64bc45b4913195078b56c",
			"registry": "npmjs"
		},
		"rc-trigger-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.0.4.tgz",
			"sha": "3284366403a2c9ff841634c389184cbf07eccdc4",
			"registry": "npmjs"
		},
		"rc-trigger-1.0.5.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.0.5.tgz",
			"sha": "2d6c8af1e59b52843609d758d2edde3d9c3fff87",
			"registry": "npmjs"
		},
		"rc-trigger-1.0.6.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.0.6.tgz",
			"sha": "d67c74cd1e67d5504f692554a24963a5fd3cdfc3",
			"registry": "npmjs"
		},
		"rc-trigger-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.1.0.tgz",
			"sha": "8670642385b7b256a5508d390a21c17f011a11c9",
			"registry": "npmjs"
		},
		"rc-trigger-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.1.1.tgz",
			"sha": "ec7a5bd8b405eb8ba893b95368f3e2d1b2daa83d",
			"registry": "npmjs"
		},
		"rc-trigger-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.2.0.tgz",
			"sha": "01fd5136e1ef0274a39ef020180a4d9d2b4b9d55",
			"registry": "npmjs"
		},
		"rc-trigger-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.2.1.tgz",
			"sha": "0bee009b5b475299b47f153d84ddcab889da0bd8",
			"registry": "npmjs"
		},
		"rc-trigger-1.2.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.2.2.tgz",
			"sha": "76c1baadff14bb35ce900f844f108d199bdcf8c2",
			"registry": "npmjs"
		},
		"rc-trigger-1.2.3.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.2.3.tgz",
			"sha": "82b077c486e016c847360429b247bbc70661e609",
			"registry": "npmjs"
		},
		"rc-trigger-1.2.4.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.2.4.tgz",
			"sha": "d849a9d833844d8af3ceecb0f503a9e16e4a4a03",
			"registry": "npmjs"
		},
		"rc-trigger-1.2.5.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.2.5.tgz",
			"sha": "2566ca92c31350d6d3bf518f791eb9609f3cdc3a",
			"registry": "npmjs"
		},
		"rc-trigger-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.3.0.tgz",
			"sha": "4b3a76f9945a08f6c5b764158e30dcd7508b950c",
			"registry": "npmjs"
		},
		"rc-trigger-1.3.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.3.1.tgz",
			"sha": "339fb4c3de19c9da47b8eab87d02abbdbec3ab3d",
			"registry": "npmjs"
		},
		"rc-trigger-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.4.0.tgz",
			"sha": "588d368c826ec410b0029ec70df05ce9cb011827",
			"registry": "npmjs"
		},
		"rc-trigger-1.4.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.4.1.tgz",
			"sha": "5803898c026a1336a4b182d310e1db50fd08c6fc",
			"registry": "npmjs"
		},
		"rc-trigger-1.4.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.4.2.tgz",
			"sha": "23c0aae4426d9f7d801549ef706f5949c2c103d7",
			"registry": "npmjs"
		},
		"rc-trigger-1.4.3.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.4.3.tgz",
			"sha": "c3b05396670b43fc68f7efdf722b0981def371fe",
			"registry": "npmjs"
		},
		"rc-trigger-1.4.4.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.4.4.tgz",
			"sha": "044a9210e58f9b3cb4cee61338a54bd91e441137",
			"registry": "npmjs"
		},
		"rc-trigger-1.5.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.5.0.tgz",
			"sha": "a09b374bfe089de5272fdc374841a47a5d229763",
			"registry": "npmjs"
		},
		"rc-trigger-1.5.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.5.1.tgz",
			"sha": "e3e12ba6e3eae779f77e86aa2eb768d3817beafa",
			"registry": "npmjs"
		},
		"rc-trigger-1.6.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.6.0.tgz",
			"sha": "eea8100f1d8595e6194a03285f39678cc4fceeda",
			"registry": "npmjs"
		},
		"rc-trigger-1.6.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.6.1.tgz",
			"sha": "c7c5af5763f166ec5e4a38f5ea0ae9f27821433c",
			"registry": "npmjs"
		},
		"rc-trigger-1.6.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.6.2.tgz",
			"sha": "89bacdabfa0104ef0bdabed58af060a7fca4e403",
			"registry": "npmjs"
		},
		"rc-trigger-1.6.3.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.6.3.tgz",
			"sha": "fa4553a9a89504faf5354a967a4dcbad4e16a1fe",
			"registry": "npmjs"
		},
		"rc-trigger-1.7.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.7.0.tgz",
			"sha": "889566c96fde26df2b0a33d84d539aab77f5c42a",
			"registry": "npmjs"
		},
		"rc-trigger-1.7.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.7.1.tgz",
			"sha": "96fce9cc83d95bb322e3c6f8adca9cec8bb637bf",
			"registry": "npmjs"
		},
		"rc-trigger-1.7.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.7.2.tgz",
			"sha": "f04cb89a3d7085cc312a90455ff71f80d2f31ae9",
			"registry": "npmjs"
		},
		"rc-trigger-1.7.3.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.7.3.tgz",
			"sha": "0f34afbc975b3ccd6c2bbb46a8b000749ed4cbf7",
			"registry": "npmjs"
		},
		"rc-trigger-1.8.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.8.0.tgz",
			"sha": "2166608652863987849983d7415dc8009383042d",
			"registry": "npmjs"
		},
		"rc-trigger-1.8.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.8.1.tgz",
			"sha": "5c47adad7d5412028fe9a2e43510e10acef90de2",
			"registry": "npmjs"
		},
		"rc-trigger-1.8.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.8.2.tgz",
			"sha": "7aaee15c89bf237dd60d22ddf7efd648170a9674",
			"registry": "npmjs"
		},
		"rc-trigger-1.8.3.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.8.3.tgz",
			"sha": "cc0b3c348ddffe56775a16f09338e793b1d09f31",
			"registry": "npmjs"
		},
		"rc-trigger-1.9.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.9.0.tgz",
			"sha": "859efa61bc35fa302aefc16549273ea0ac4588f3",
			"registry": "npmjs"
		},
		"rc-trigger-1.8.4.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.8.4.tgz",
			"sha": "a810c4df6d449024a72b7674796e1ef881c90cb2",
			"registry": "npmjs"
		},
		"rc-trigger-1.9.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.9.1.tgz",
			"sha": "70cf50cc268ff46e335ee9c95f46c94d8074275c",
			"registry": "npmjs"
		},
		"rc-trigger-1.10.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.10.0.tgz",
			"sha": "eb6ac5d7c5b9360eebbe41e9b26404b15e469c9e",
			"registry": "npmjs"
		},
		"rc-trigger-1.10.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.10.1.tgz",
			"sha": "4116b915cd79f70607825ef1f3096e6529c29d35",
			"registry": "npmjs"
		},
		"rc-trigger-1.10.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.10.2.tgz",
			"sha": "b8ca1a627e7820448a1fc10065a50b1b4484c683",
			"registry": "npmjs"
		},
		"rc-trigger-1.10.3.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.10.3.tgz",
			"sha": "6bf367ac69705662224003d8b0277b9dfbf5cef4",
			"registry": "npmjs"
		},
		"rc-trigger-1.10.4.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.10.4.tgz",
			"sha": "fa30dd75a1a19d71abff4db4c97c0bf3d74964a2",
			"registry": "npmjs"
		},
		"rc-trigger-1.11.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.11.0.tgz",
			"sha": "74e1344f15914176273d928237023ab913eb04d6",
			"registry": "npmjs"
		},
		"rc-trigger-1.11.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.11.1.tgz",
			"sha": "44ac58b74d684f4843e769ae37c07bda0a42407b",
			"registry": "npmjs"
		},
		"rc-trigger-1.11.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.11.2.tgz",
			"sha": "5c75a1928814a0595e3d912e0a15ca853df5464d",
			"registry": "npmjs"
		},
		"rc-trigger-1.11.3.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.11.3.tgz",
			"sha": "47b8b58e0863c2277e367b86f1cfa29eb612db56",
			"registry": "npmjs"
		},
		"rc-trigger-1.11.4.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.11.4.tgz",
			"sha": "a31032f0d7ce79a853f193296ffc1ab4f9dd7e3a",
			"registry": "npmjs"
		},
		"rc-trigger-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.0.0.tgz",
			"sha": "84600202004099c6933f408b8660ac8b3320f15f",
			"registry": "npmjs"
		},
		"rc-trigger-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.0.1.tgz",
			"sha": "c14c42b134c99fdc466a1cfc3f18e6b849ce373a",
			"registry": "npmjs"
		},
		"rc-trigger-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.0.2.tgz",
			"sha": "2734e93581de9490a6ea5503f1531576f1b8bef4",
			"registry": "npmjs"
		},
		"rc-trigger-1.11.5.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.11.5.tgz",
			"sha": "f88f9f84e0e79f8e0ef1c8d1bf8ac2208b715620",
			"registry": "npmjs"
		},
		"rc-trigger-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.1.0.tgz",
			"sha": "127027c913acb06dfcd19a6ff02beb44445f4cb8",
			"registry": "npmjs"
		},
		"rc-trigger-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.2.0.tgz",
			"sha": "8ecf7e014cc65e67fcd99b6d31d92a814c19eca2",
			"registry": "npmjs"
		},
		"rc-trigger-2.2.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.2.1.tgz",
			"sha": "7caf1e3ec6e76dbde6ca71c989aa3fea024fd174",
			"registry": "npmjs"
		},
		"rc-trigger-2.2.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.2.2.tgz",
			"sha": "b0c666b37cce4ed27300a7e710d67bf7444d12ad",
			"registry": "npmjs"
		},
		"rc-trigger-2.3.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.3.0.tgz",
			"sha": "f42cfe4bc17dab4e4cd613a1d4a156738d252728",
			"registry": "npmjs"
		},
		"rc-trigger-2.3.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.3.1.tgz",
			"sha": "48650ef537c493f9174f8669e123fec469a5d79f",
			"registry": "npmjs"
		},
		"rc-trigger-2.3.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.3.2.tgz",
			"sha": "3353bdbd58bc00822775a8d3b52288120bc5b8f3",
			"registry": "npmjs"
		},
		"rc-trigger-2.3.3.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.3.3.tgz",
			"sha": "406c5ddea594aca71d067852f27d91a5f3a653b8",
			"registry": "npmjs"
		},
		"rc-trigger-2.3.4.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.3.4.tgz",
			"sha": "389dfa5e834ecc3a446fe9cefc0b4a32900f4227",
			"registry": "npmjs"
		},
		"rc-trigger-2.4.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.4.0.tgz",
			"sha": "f3fb2b7d82bd95e84d876f6a20eb43af10f82c71",
			"registry": "npmjs"
		},
		"rc-trigger-2.4.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.4.1.tgz",
			"sha": "fb8c3fc1862124cac094fc8017ebd5387913db85",
			"registry": "npmjs"
		},
		"rc-trigger-2.4.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.4.2.tgz",
			"sha": "8274249b3af51ff2c9c8a0c403d68e17bc775d7e",
			"registry": "npmjs"
		},
		"rc-trigger-2.5.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.5.0.tgz",
			"sha": "58ae6e06c0213cb0a022fddc3ce61f45ce99d50c",
			"registry": "npmjs"
		},
		"rc-trigger-2.5.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.5.1.tgz",
			"sha": "a64e06d9bff05d23e7d18c558048ce75a51d6ac9",
			"registry": "npmjs"
		},
		"rc-trigger-2.5.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.5.2.tgz",
			"sha": "19110376db0e19e84280116f5d1d25f49b43ac99",
			"registry": "npmjs"
		},
		"rc-trigger-2.5.3.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.5.3.tgz",
			"sha": "aa3d9a9b20c51d05f6f35d36fa41074f70f6cd64",
			"registry": "npmjs"
		},
		"rc-trigger-3.0.0-rc.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-3.0.0-rc.0.tgz",
			"sha": "b69d53254277ee119fcbe4ab4d3d858cd0b39ceb",
			"registry": "npmjs"
		},
		"rc-trigger-3.0.0-rc.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-3.0.0-rc.1.tgz",
			"sha": "91242561ab28227f8518349de744f9e5496802f3",
			"registry": "npmjs"
		},
		"rc-trigger-2.5.4.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.5.4.tgz",
			"sha": "9088a24ba5a811b254f742f004e38a9e2f8843fb",
			"registry": "npmjs"
		},
		"rc-trigger-3.0.0-rc.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-3.0.0-rc.2.tgz",
			"sha": "3876c726707ae38a8ab02028acc000357045b503",
			"registry": "npmjs"
		},
		"rc-trigger-3.0.0-rc.3.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-3.0.0-rc.3.tgz",
			"sha": "35842df1674d25315e1426a44882a4c97652258b",
			"registry": "npmjs"
		},
		"rc-trigger-2.6.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.6.0.tgz",
			"sha": "26bff5186222ca97680d023d2e4c2c6fc3ab267e",
			"registry": "npmjs"
		},
		"rc-trigger-2.6.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.6.1.tgz",
			"sha": "8a312c92440b58f26b5d4f8126e421d890e01532",
			"registry": "npmjs"
		},
		"rc-trigger-2.6.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.6.2.tgz",
			"sha": "a9c09ba5fad63af3b2ec46349c7db6cb46657001",
			"registry": "npmjs"
		},
		"rc-trigger-2.7.0-alpha.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.7.0-alpha.0.tgz",
			"sha": "6d125ad74bd094f18adc9477abaa0cfdfd3a5f44",
			"registry": "npmjs"
		},
		"rc-trigger-2.6.3.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.6.3.tgz",
			"sha": "9d8b1adcb8f438038ee64039571dafbe03864fec",
			"registry": "npmjs"
		},
		"rc-trigger-2.6.4.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.6.4.tgz",
			"sha": "adfa778eb98d5934f9ad7b9fcdde7498aa8b8e14",
			"registry": "npmjs"
		},
		"rc-trigger-2.6.5.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-2.6.5.tgz",
			"sha": "140a857cf28bd0fa01b9aecb1e26a50a700e9885",
			"registry": "npmjs"
		},
		"rc-trigger-4.0.0-alpha.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-alpha.0.tgz",
			"sha": "ff89685b1b3f9241e41fb39e75f88e645c769cf2",
			"registry": "npmjs"
		},
		"rc-trigger-4.0.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-alpha.1.tgz",
			"sha": "fed50bee03dc14e5ae1622b134348197d12fcfe7",
			"registry": "npmjs"
		},
		"rc-trigger-4.0.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-alpha.2.tgz",
			"sha": "24170a101f8d78cfa824247ff9813102d8f46152",
			"registry": "npmjs"
		},
		"rc-trigger-4.0.0-alpha.3.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-alpha.3.tgz",
			"sha": "a9e59676b18257142f992177efcd21d88c9f6150",
			"registry": "npmjs"
		},
		"rc-trigger-4.0.0-alpha.4.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-alpha.4.tgz",
			"sha": "b5b5321f176576dea2af99a357204b1a09f4cc63",
			"registry": "npmjs"
		},
		"rc-trigger-4.0.0-alpha.5.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-alpha.5.tgz",
			"sha": "38d7eec5a43ac83797297a2206c1bc9d1c75c295",
			"registry": "npmjs"
		},
		"rc-trigger-4.0.0-alpha.6.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-alpha.6.tgz",
			"sha": "ffc2daa2330f06c186ff9f98dec3996a35d974a0",
			"registry": "npmjs"
		},
		"rc-trigger-4.0.0-alpha.7.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-alpha.7.tgz",
			"sha": "a415b0b346064c20f0f5a378d0157913dbd6867f",
			"registry": "npmjs"
		},
		"rc-trigger-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-3.0.0.tgz",
			"sha": "f6d9b1da8a26b2b2d1d912a06876c1a486f5980f",
			"registry": "npmjs"
		},
		"rc-trigger-4.0.0-alpha.8.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-alpha.8.tgz",
			"sha": "d872bc6a200e35baa0c97343be7f3b16c93012f5",
			"registry": "npmjs"
		},
		"rc-trigger-4.0.0-rc.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-rc.0.tgz",
			"sha": "613415f17f20faf7cf822eb7c8cdc5131a7b6e43",
			"registry": "npmjs"
		},
		"rc-trigger-4.0.0-rc.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-rc.1.tgz",
			"sha": "1c22335233e549151306cdde88c2f44ae1de96d3",
			"registry": "npmjs"
		},
		"rc-trigger-4.0.0-rc.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-rc.2.tgz",
			"sha": "45d64041104df4ae54cd9630851083af88367d3f",
			"registry": "npmjs"
		},
		"rc-trigger-4.0.0-rc.3.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-rc.3.tgz",
			"sha": "060290e1e8ba353793041f732dd3784b83fa1ad2",
			"registry": "npmjs"
		},
		"rc-trigger-4.0.0-rc.4.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-rc.4.tgz",
			"sha": "e0a7f9d4510018dd4b83b5fd5d5dca009ae2f806",
			"registry": "npmjs"
		},
		"rc-trigger-4.0.0-rc.5.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0-rc.5.tgz",
			"sha": "5f6b884ae683299fb9f46e43d43f6ef522ba982d",
			"registry": "npmjs"
		},
		"rc-trigger-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.0.tgz",
			"sha": "c42b8a479941175ed94fc73998fd59cd3c39da77",
			"registry": "npmjs"
		},
		"rc-trigger-4.0.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.1.tgz",
			"sha": "414ad0821c3ee16d04ac2c29bb9bd4b3afa15cd9",
			"registry": "npmjs"
		},
		"rc-trigger-4.0.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.0.2.tgz",
			"sha": "42fe7bdb6a5b34035e20fa9ebfad69ec948b56be",
			"registry": "npmjs"
		},
		"rc-trigger-4.1.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.1.0.tgz",
			"sha": "6b13a41161716d6353e6324a01055efacb07cf71",
			"registry": "npmjs"
		},
		"rc-trigger-4.2.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.2.0.tgz",
			"sha": "7414d16f4432afa8e8bb4a1d795b0c23a0a7e36f",
			"registry": "npmjs"
		},
		"rc-trigger-4.2.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.2.1.tgz",
			"sha": "e30271c703d3a470fd47e75b7432102c7d0c9449",
			"registry": "npmjs"
		},
		"rc-trigger-4.2.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.2.2.tgz",
			"sha": "bf0c45db1b4a5f948bba19442873f878cdfe1cc9",
			"registry": "npmjs"
		},
		"rc-trigger-4.3.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.3.0.tgz",
			"sha": "94ea1851d123359716d1dc3030083c015a92ecfb",
			"registry": "npmjs"
		},
		"rc-trigger-4.3.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.3.1.tgz",
			"sha": "343e92bdc55b5775dec44059487ba162c2904822",
			"registry": "npmjs"
		},
		"rc-trigger-4.3.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.3.2.tgz",
			"sha": "e95d856a6f9fddeaf9c0c2ad7eebd894d23a63fb",
			"registry": "npmjs"
		},
		"rc-trigger-4.3.3.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.3.3.tgz",
			"sha": "c455c3c12d4b04cbc08ba2ac29819ccf592d25ca",
			"registry": "npmjs"
		},
		"rc-trigger-4.3.4.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.3.4.tgz",
			"sha": "095cf7dddf2643a65621df4b1612d167af506c31",
			"registry": "npmjs"
		},
		"rc-trigger-4.3.5.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.3.5.tgz",
			"sha": "0da18a324a2afd1fa7f91cc3d73edd545c484c80",
			"registry": "npmjs"
		},
		"rc-trigger-4.4.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.4.0.tgz",
			"sha": "52be45c7b40327b297ebacff84d69ce9285606bc",
			"registry": "npmjs"
		},
		"rc-trigger-4.4.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.4.1.tgz",
			"sha": "d4e61c89f929d9957ad1549a7d54e8f839a41c58",
			"registry": "npmjs"
		},
		"rc-trigger-4.4.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.4.2.tgz",
			"sha": "74f7ebcfdcdc191b7c82380def68fbba79ed5aec",
			"registry": "npmjs"
		},
		"rc-trigger-4.5.0-alpha.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.5.0-alpha.0.tgz",
			"sha": "78763c0ef00e70645a2477f4cfb912a545cb9442",
			"registry": "npmjs"
		},
		"rc-trigger-5.0.0.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-5.0.0.tgz",
			"sha": "9b5e0c474baaa82530707365d2bd2d227b5e9a6b",
			"registry": "npmjs"
		},
		"rc-trigger-5.0.1.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-5.0.1.tgz",
			"sha": "af4e6f4dddbec4b07cce34539ddd613cdc5968e9",
			"registry": "npmjs"
		},
		"rc-trigger-5.0.2.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-5.0.2.tgz",
			"sha": "0e5bb18d268bb178ca0967d41dab97a6056927df",
			"registry": "npmjs"
		},
		"rc-trigger-5.0.3.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-5.0.3.tgz",
			"sha": "9b35a005643a658c1b89949ca9494fe2ee030235",
			"registry": "npmjs"
		},
		"rc-trigger-5.0.4.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-5.0.4.tgz",
			"sha": "957950a93ed0e19c128334c5fc65390dd886d61c",
			"registry": "npmjs"
		},
		"rc-trigger-4.4.3.tgz": {
			"url": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-4.4.3.tgz",
			"sha": "ed449cd6cce446555bc57f4394229c5c7154f4b0",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"rc-trigger-4.3.0.tgz": {
			"shasum": "94ea1851d123359716d1dc3030083c015a92ecfb"
		}
	},
	"_rev": "2-c02a94150897caf8",
	"_id": "rc-trigger",
	"readme": "# rc-trigger\n---\n\nReact Trigger Component\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-trigger.svg?style=flat-square\n[npm-url]: http://npmjs.org/package/rc-trigger\n[travis-image]: https://img.shields.io/travis/react-component/trigger/master?style=flat-square\n[travis-url]: https://travis-ci.org/react-component/trigger\n[circleci-image]: https://img.shields.io/circleci/react-component/trigger/master?style=flat-square\n[circleci-url]: https://circleci.com/gh/react-component/trigger\n[coveralls-image]: https://img.shields.io/coveralls/react-component/trigger.svg?style=flat-square\n[coveralls-url]: https://coveralls.io/r/react-component/trigger?branch=master\n[david-url]: https://david-dm.org/react-component/trigger\n[david-image]: https://david-dm.org/react-component/trigger/status.svg?style=flat-square\n[david-dev-url]: https://david-dm.org/react-component/trigger?type=dev\n[david-dev-image]: https://david-dm.org/react-component/trigger/dev-status.svg?style=flat-square\n[download-image]: https://img.shields.io/npm/dm/rc-trigger.svg?style=flat-square\n[download-url]: https://npmjs.org/package/rc-trigger\n[bundlephobia-url]: https://bundlephobia.com/result?p=rc-trigger\n[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-trigger\n\n## Install\n\n[![rc-trigger](https://nodei.co/npm/rc-trigger.png)](https://npmjs.org/package/rc-trigger)\n\n## Usage\n\nInclude the default [styling](https://github.com/react-component/trigger/blob/master/assets/index.less#L4:L11) and then:\n\n```js\nimport React from 'react';\nimport ReactDOM from 'react-dom';\nimport Trigger from 'rc-trigger';\n\nReactDOM.render((\n  <Trigger\n    action={['click']}\n    popup={<span>popup</span>}\n    popupAlign={{\n      points: ['tl', 'bl'],\n      offset: [0, 3]\n    }}\n  >\n    <a href='#'>hover</a>\n  </Trigger>\n), container);\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## Example\n\nhttp://localhost:9001\n\nonline example: http://react-component.github.io/trigger/\n\n## Development\n\n```\nnpm install\nnpm start\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>alignPoint</td>\n          <td>bool</td>\n          <td>false</td>\n          <td>Popup will align with mouse position (support action of 'click', 'hover' and 'contextMenu')</td>\n        </tr>\n        <tr>\n          <td>popupClassName</td>\n          <td>string</td>\n          <td></td>\n          <td>additional className added to popup</td>\n        </tr>\n        <tr>\n          <td>forceRender</td>\n          <td>boolean</td>\n          <td>false</td>\n          <td>whether render popup before first show</td>\n        </tr>\n        <tr>\n          <td>destroyPopupOnHide</td>\n          <td>boolean</td>\n          <td>false</td>\n          <td>whether destroy popup when hide</td>\n        </tr>\n        <tr>\n          <td>getPopupClassNameFromAlign</td>\n          <td>getPopupClassNameFromAlign(align: Object):String</td>\n          <td></td>\n          <td>additional className added to popup according to align</td>\n        </tr>\n        <tr>\n          <td>action</td>\n          <td>string[]</td>\n          <td>['hover']</td>\n          <td>which actions cause popup shown. enum of 'hover','click','focus','contextMenu'</td>\n        </tr>\n        <tr>\n          <td>mouseEnterDelay</td>\n          <td>number</td>\n          <td>0</td>\n          <td>delay time to show when mouse enter. unit: s.</td>\n        </tr>\n        <tr>\n          <td>mouseLeaveDelay</td>\n          <td>number</td>\n          <td>0.1</td>\n          <td>delay time to hide when mouse leave. unit: s.</td>\n        </tr>\n        <tr>\n          <td>popupStyle</td>\n          <td>Object</td>\n          <td></td>\n          <td>additional style of popup</td>\n        </tr>\n        <tr>\n          <td>prefixCls</td>\n          <td>String</td>\n          <td>rc-trigger-popup</td>\n          <td>prefix class name</td>\n        </tr>\n        <tr>\n          <td>popupTransitionName</td>\n          <td>String|Object</td>\n          <td></td>\n          <td>https://github.com/react-component/animate</td>\n        </tr>\n        <tr>\n          <td>maskTransitionName</td>\n          <td>String|Object</td>\n          <td></td>\n          <td>https://github.com/react-component/animate</td>\n        </tr>\n        <tr>\n          <td>onPopupVisibleChange</td>\n          <td>Function</td>\n          <td></td>\n          <td>call when popup visible is changed</td>\n        </tr>\n        <tr>\n          <td>mask</td>\n          <td>boolean</td>\n          <td>false</td>\n          <td>whether to support mask</td>\n        </tr>\n        <tr>\n          <td>maskClosable</td>\n          <td>boolean</td>\n          <td>true</td>\n          <td>whether to support click mask to hide</td>\n        </tr>\n        <tr>\n          <td>popupVisible</td>\n          <td>boolean</td>\n          <td></td>\n          <td>whether popup is visible</td>\n        </tr>\n        <tr>\n          <td>zIndex</td>\n          <td>number</td>\n          <td></td>\n          <td>popup's zIndex</td>\n        </tr>\n        <tr>\n          <td>defaultPopupVisible</td>\n          <td>boolean</td>\n          <td></td>\n          <td>whether popup is visible initially</td>\n        </tr>\n        <tr>\n          <td>popupAlign</td>\n          <td>Object: alignConfig of [dom-align](https://github.com/yiminghe/dom-align)</td>\n          <td></td>\n          <td>popup 's align config</td>\n        </tr>\n        <tr>\n          <td>onPopupAlign</td>\n          <td>function(popupDomNode, align)</td>\n          <td></td>\n          <td>callback when popup node is aligned</td>\n        </tr>\n        <tr>\n          <td>popup</td>\n          <td>React.Element | function() => React.Element</td>\n          <td></td>\n          <td>popup content</td>\n        </tr>\n        <tr>\n          <td>getPopupContainer</td>\n          <td>getPopupContainer(): HTMLElement</td>\n          <td></td>\n          <td>function returning html node which will act as popup container</td>\n        </tr>\n        <tr>\n          <td>getDocument</td>\n          <td>getDocument(): HTMLElement</td>\n          <td></td>\n          <td>function returning document node which will be attached click event to close trigger</td>\n        </tr>\n        <tr>\n          <td>popupPlacement</td>\n          <td>string</td>\n          <td></td>\n          <td>use preset popup align config from builtinPlacements, can be merged by popupAlign prop</td>\n        </tr>\n        <tr>\n          <td>builtinPlacements</td>\n          <td>object</td>\n          <td></td>\n          <td>builtin placement align map. used by placement prop</td>\n        </tr>\n        <tr>\n          <td>stretch</td>\n          <td>string</td>\n          <td></td>\n          <td>Let popup div stretch with trigger element. enums of 'width', 'minWidth', 'height', 'minHeight'. (You can also mixed with 'height minWidth')</td>\n        </tr>\n    </tbody>\n</table>\n\n\n## Test Case\n\n```\nnpm test\nnpm run chrome-test\n```\n\n## Coverage\n\n```\nnpm run coverage\n```\n\nopen coverage/ dir\n\n## React 16 Note\n\nAfter React 16, you won't access popup element's ref in parent component's componentDidMount, which means following code won't work.\n\n```javascript\nclass App extends React.Component {\n  componentDidMount() {\n    this.input.focus(); // error, this.input is undefined.\n  }\n\n  render() {\n    return (\n      <Trigger\n        action={['click']}\n        popup={<div><input ref={node => this.input = node} type=\"text\" /></div>}\n      >\n        <button>click</button>\n      </Trigger>\n    )\n  }\n}\n```\n\nConsider wrap your popup element to a separate component:\n\n```javascript\nclass InputPopup extends React.Component {\n  componentDidMount() {\n    this.props.onMount();\n  }\n\n  render() {\n    return (\n      <div>\n        <input ref={this.props.inputRef} type=\"text\" />\n      </div>\n    );\n  }\n}\n\nclass App extends React.Component {\n  handlePopupMount() {\n    this.input.focus(); // error, this.input is undefined.\n  }\n\n  render() {\n    return (\n      <Trigger\n        action={['click']}\n        popup={<InputPopup inputRef={node => this.input = node} onMount={this.handlePopupMount} />}\n      >\n        <button>click</button>\n      </Trigger>\n    )\n  }\n}\n```\n\n## License\n\nrc-trigger is released under the MIT license."
}