{
	"name": "ts-import-plugin",
	"versions": {
		"1.0.1": {
			"name": "ts-import-plugin",
			"version": "1.0.1",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "./lib/index.d.ts",
			"files": [
				"./index.js",
				"lib/**"
			],
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha",
				"lint": "tslint src & standard \"test/*.js\" \"./*.js\"",
				"prepublish": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack --optimize-minimize",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.0.1",
				"@types/lodash": "^4.14.68",
				"@types/mocha": "^2.2.41",
				"@types/node": "^8.0.7",
				"@types/react": "^15.0.33",
				"@types/react-dom": "^15.5.1",
				"antd": "^2.11.2",
				"chai": "^4.0.2",
				"coveralls": "^2.13.1",
				"lodash": "^4.17.4",
				"mocha": "^3.4.2",
				"nyc": "^11.0.3",
				"react": "^15.6.1",
				"react-dom": "^15.6.1",
				"standard": "^10.0.2",
				"ts-loader": "^2.2.1",
				"ts-node": "^3.1.0",
				"tslint": "^5.4.3",
				"tslint-eslint-rules": "^4.1.1",
				"webpack": "^3.0.0"
			},
			"dependencies": {
				"tslib": "^1.7.1",
				"typescript": "^2.4.1"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"gitHead": "8049272bdd4ee8d4f30a7df845812ad868083147",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.0.1",
			"_npmVersion": "5.0.4",
			"_nodeVersion": "8.1.2",
			"_npmUser": {
				"name": "brooooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"integrity": "sha512-ZpDB3ZTekaoikuOUHkvdGWEP6bm5DvGlo1SL7yBagJc5swfST9zmTNDsoE6omxSZ3yHcxKAKoX9h/OzlbqYxPQ==",
				"shasum": "602715d21e38bcbbec64ec830bf3ca1535c36c95",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "brooooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin-1.0.1.tgz_1498898218166_0.3071200102567673"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "ts-import-plugin",
			"version": "1.0.2",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "./lib/index.d.ts",
			"files": [
				"./index.js",
				"lib/**"
			],
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha",
				"lint": "tslint src & standard \"test/*.js\" \"./*.js\"",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack --optimize-minimize",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.0.1",
				"@types/lodash": "^4.14.68",
				"@types/mocha": "^2.2.41",
				"@types/node": "^8.0.7",
				"@types/react": "^15.0.33",
				"@types/react-dom": "^15.5.1",
				"antd": "^2.11.2",
				"chai": "^4.0.2",
				"coveralls": "^2.13.1",
				"lodash": "^4.17.4",
				"mocha": "^3.4.2",
				"nyc": "^11.0.3",
				"react": "^15.6.1",
				"react-dom": "^15.6.1",
				"standard": "^10.0.2",
				"ts-loader": "^2.2.1",
				"ts-node": "^3.1.0",
				"tslint": "^5.4.3",
				"tslint-eslint-rules": "^4.1.1",
				"webpack": "^3.0.0"
			},
			"dependencies": {
				"tslib": "^1.7.1",
				"typescript": "^2.4.1"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"gitHead": "8daf25985e14dade33c62604a13b96e3f7d75742",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.0.2",
			"_npmVersion": "5.0.4",
			"_nodeVersion": "8.1.2",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Qyi8L1Bom/pvS4V3J1S1tfVcRPFgdoM/gFKCr4qnL2b45f/MZlhFxgWEHdHwVBS+BZCoLVGx/qyzBgwwJVXLwQ==",
				"shasum": "b78e54c3f24374cbbb9f463db2a40f5acae0a96d",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				},
				{
					"name": "brooooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin-1.0.2.tgz_1498902795226_0.11354434979148209"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.3": {
			"name": "ts-import-plugin",
			"version": "1.0.3",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "./lib/index.d.ts",
			"files": [
				"./index.js",
				"lib/**"
			],
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha",
				"lint": "tslint src & standard \"test/*.js\" \"./*.js\"",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack --optimize-minimize",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.0.1",
				"@types/lodash": "^4.14.68",
				"@types/mocha": "^2.2.41",
				"@types/node": "^8.0.7",
				"@types/react": "^15.0.33",
				"@types/react-dom": "^15.5.1",
				"antd": "^2.11.2",
				"chai": "^4.0.2",
				"coveralls": "^2.13.1",
				"lodash": "^4.17.4",
				"mocha": "^3.4.2",
				"nyc": "^11.0.3",
				"react": "^15.6.1",
				"react-dom": "^15.6.1",
				"standard": "^10.0.2",
				"ts-loader": "^2.2.1",
				"ts-node": "^3.1.0",
				"tslint": "^5.4.3",
				"tslint-eslint-rules": "^4.1.1",
				"webpack": "^3.0.0"
			},
			"dependencies": {
				"tslib": "^1.7.1",
				"typescript": "^2.4.1"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"gitHead": "2cd8fb027cf58b371967ef795627b5c1307a31aa",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.0.3",
			"_npmVersion": "5.0.4",
			"_nodeVersion": "8.1.2",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"integrity": "sha512-MWoBUK/kdoah2ih8ENYcjd9p+h8mYA5CqRoXcF1B0ZMYHj1StC8aWvmrJB9TIMPlecAIVkPGo2l7jiszEBLZXA==",
				"shasum": "f7b2936110615863911aa8c984e0e2093405dc81",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin-1.0.3.tgz_1498903302950_0.5093332219403237"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.4": {
			"name": "ts-import-plugin",
			"version": "1.0.4",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "./lib/index.d.ts",
			"files": [
				"./index.js",
				"lib/**"
			],
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha",
				"lint": "tslint -c ./tslint.json ./src/**/*.ts & standard \"test/*.js\" \"./*.js\"",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.0.2",
				"@types/lodash": "^4.14.71",
				"@types/mocha": "^2.2.41",
				"@types/node": "^8.0.19",
				"@types/react": "^16.0.0",
				"@types/react-dom": "^15.5.1",
				"antd": "^2.12.3",
				"chai": "^4.1.0",
				"coveralls": "^2.13.1",
				"css-loader": "^0.28.4",
				"extract-text-webpack-plugin": "^3.0.0",
				"lodash": "^4.17.4",
				"mocha": "^3.5.0",
				"nyc": "^11.1.0",
				"react": "^15.6.1",
				"react-dom": "^15.6.1",
				"standard": "^10.0.2",
				"style-loader": "^0.18.2",
				"ts-loader": "^2.3.2",
				"ts-node": "^3.3.0",
				"tslint": "^5.5.0",
				"tslint-eslint-rules": "^4.1.1",
				"webpack": "^3.4.1",
				"webpack-bundle-analyzer": "^2.8.3"
			},
			"dependencies": {
				"tslib": "^1.7.1",
				"typescript": "^2.4.2"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"gitHead": "7122393b70bd8e1a50252a6fca6035823db050b4",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.0.4",
			"_shasum": "6f0f94abc7463f0668b0e1546575ff34115f6f2b",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.2",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"shasum": "6f0f94abc7463f0668b0e1546575ff34115f6f2b",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.0.4.tgz"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin-1.0.4.tgz_1502005132461_0.16393173090182245"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "ts-import-plugin",
			"version": "1.1.0",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "./lib/index.d.ts",
			"files": [
				"./index.js",
				"lib/**"
			],
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json ./src/**/*.ts & standard \"test/*.js\" \"./*.js\"",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.0.2",
				"@types/lodash": "^4.14.71",
				"@types/material-ui": "^0.17.21",
				"@types/mocha": "^2.2.41",
				"@types/node": "^8.0.19",
				"@types/react": "^16.0.0",
				"@types/react-dom": "^15.5.1",
				"antd": "^2.12.3",
				"chai": "^4.1.0",
				"coveralls": "^2.13.1",
				"css-loader": "^0.28.4",
				"extract-text-webpack-plugin": "^3.0.0",
				"lodash": "^4.17.4",
				"mocha": "^3.5.0",
				"nyc": "^11.1.0",
				"react": "^15.6.1",
				"react-dom": "^15.6.1",
				"standard": "^10.0.2",
				"style-loader": "^0.18.2",
				"ts-loader": "^2.3.2",
				"ts-node": "^3.3.0",
				"tslint": "^5.5.0",
				"tslint-eslint-rules": "^4.1.1",
				"webpack": "^3.4.1",
				"webpack-bundle-analyzer": "^2.8.3"
			},
			"dependencies": {
				"tslib": "^1.7.1",
				"typescript": "^2.4.2"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"gitHead": "fbc8729118d2edc8568e1ec2ba6ac3718a2dbba6",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.1.0",
			"_shasum": "8345044181a68776f3c5e040bcc6f97b0c23c6c1",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.2",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"shasum": "8345044181a68776f3c5e040bcc6f97b0c23c6c1",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin-1.1.0.tgz_1502381040613_0.5792710422538221"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.1": {
			"name": "ts-import-plugin",
			"version": "1.1.1",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "./lib/index.d.ts",
			"files": [
				"./index.js",
				"lib/**"
			],
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json ./src/**/*.ts & standard \"test/*.js\" \"./*.js\"",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.0.2",
				"@types/lodash": "^4.14.71",
				"@types/material-ui": "^0.18.0",
				"@types/mocha": "^2.2.41",
				"@types/node": "^8.0.19",
				"@types/react": "^16.0.0",
				"@types/react-dom": "^15.5.1",
				"antd": "^2.12.3",
				"chai": "^4.1.0",
				"coveralls": "^2.13.1",
				"css-loader": "^0.28.4",
				"extract-text-webpack-plugin": "^3.0.0",
				"lodash": "^4.17.4",
				"mocha": "^3.5.0",
				"nyc": "^11.1.0",
				"react": "^15.6.1",
				"react-dom": "^15.6.1",
				"standard": "^10.0.2",
				"style-loader": "^0.18.2",
				"ts-loader": "^2.3.2",
				"ts-node": "^3.3.0",
				"tslint": "^5.5.0",
				"tslint-eslint-rules": "^4.1.1",
				"webpack": "^3.4.1",
				"webpack-bundle-analyzer": "^2.8.3"
			},
			"dependencies": {
				"tslib": "^1.7.1",
				"typescript": "^2.4.2"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"gitHead": "a9f4e139e63f7404264c3e7e5e494a5ca8e6b9f2",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.1.1",
			"_shasum": "d3734ca801395ddcb2de4f366febe1c8c065e93e",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.2",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"shasum": "d3734ca801395ddcb2de4f366febe1c8c065e93e",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin-1.1.1.tgz_1503501548753_0.6178447529673576"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.2": {
			"name": "ts-import-plugin",
			"version": "1.1.2",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "./lib/index.d.ts",
			"files": [
				"./index.js",
				"lib/**"
			],
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json ./src/**/*.ts & standard \"test/*.js\" \"./*.js\"",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.0.2",
				"@types/lodash": "^4.14.71",
				"@types/material-ui": "^0.18.0",
				"@types/mocha": "^2.2.41",
				"@types/node": "^8.0.19",
				"@types/react": "^16.0.0",
				"@types/react-dom": "^15.5.1",
				"antd": "^2.12.3",
				"chai": "^4.1.0",
				"coveralls": "^2.13.1",
				"css-loader": "^0.28.4",
				"extract-text-webpack-plugin": "^3.0.0",
				"lodash": "^4.17.4",
				"mocha": "^3.5.0",
				"nyc": "^11.1.0",
				"react": "^15.6.1",
				"react-dom": "^15.6.1",
				"standard": "^10.0.2",
				"style-loader": "^0.18.2",
				"ts-loader": "^2.3.2",
				"ts-node": "^3.3.0",
				"tslint": "^5.5.0",
				"tslint-eslint-rules": "^4.1.1",
				"webpack": "^3.4.1",
				"webpack-bundle-analyzer": "^2.8.3"
			},
			"dependencies": {
				"tslib": "^1.7.1",
				"typescript": "^2.4.2"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"gitHead": "c59c769c183b424ace79ddeac87a8c2ed6154447",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.1.2",
			"_shasum": "51654908ad78da06317c83d8cd72ec7006f1e363",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.2",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"shasum": "51654908ad78da06317c83d8cd72ec7006f1e363",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.1.2.tgz"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin-1.1.2.tgz_1503640771424_0.3937533881980926"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.0": {
			"name": "ts-import-plugin",
			"version": "1.2.0",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "./lib/index.d.ts",
			"files": [
				"./index.js",
				"lib/**"
			],
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json ./src/**/*.ts & standard \"test/*.js\" \"./*.js\"",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.0.2",
				"@types/lodash": "^4.14.71",
				"@types/material-ui": "^0.18.0",
				"@types/mocha": "^2.2.41",
				"@types/node": "^8.0.19",
				"@types/react": "^16.0.0",
				"@types/react-dom": "^15.5.1",
				"antd": "^2.12.3",
				"chai": "^4.1.0",
				"coveralls": "^2.13.1",
				"css-loader": "^0.28.4",
				"extract-text-webpack-plugin": "^3.0.0",
				"lodash": "^4.17.4",
				"mocha": "^3.5.0",
				"nyc": "^11.1.0",
				"react": "^15.6.1",
				"react-dom": "^15.6.1",
				"standard": "^10.0.2",
				"style-loader": "^0.18.2",
				"ts-loader": "^2.3.2",
				"ts-node": "^3.3.0",
				"tslint": "^5.5.0",
				"tslint-eslint-rules": "^4.1.1",
				"webpack": "^3.4.1",
				"webpack-bundle-analyzer": "^2.8.3"
			},
			"dependencies": {
				"tslib": "^1.7.1",
				"typescript": "^2.4.2"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"gitHead": "401ea28f4a87ee3750c79fc84cf29d1c5afc45ed",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.2.0",
			"_shasum": "2d0fae8b0e8800284eb8bc3ea29c0e16899e87df",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.2",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"shasum": "2d0fae8b0e8800284eb8bc3ea29c0e16899e87df",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin-1.2.0.tgz_1504001806254_0.31620805873535573"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.1": {
			"name": "ts-import-plugin",
			"version": "1.2.1",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "./lib/index.d.ts",
			"files": [
				"./index.js",
				"lib/**"
			],
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json ./src/**/*.ts & standard \"test/*.js\" \"./*.js\"",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.0.2",
				"@types/lodash": "^4.14.71",
				"@types/material-ui": "^0.18.0",
				"@types/mocha": "^2.2.41",
				"@types/node": "^8.0.19",
				"@types/react": "^16.0.0",
				"@types/react-dom": "^16.0.0",
				"antd": "^2.12.3",
				"chai": "^4.1.0",
				"coveralls": "^3.0.0",
				"css-loader": "^0.28.4",
				"extract-text-webpack-plugin": "^3.0.0",
				"lodash": "^4.17.4",
				"mocha": "^4.0.0",
				"nyc": "^11.1.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"rxjs": "^5.5.0",
				"standard": "^10.0.2",
				"style-loader": "^0.19.0",
				"ts-loader": "^3.0.2",
				"ts-node": "^3.3.0",
				"tslint": "^5.5.0",
				"tslint-eslint-rules": "^4.1.1",
				"webpack": "^3.4.1",
				"webpack-bundle-analyzer": "^2.8.3"
			},
			"dependencies": {
				"tslib": "^1.7.1",
				"typescript": "^2.4.2"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"gitHead": "7c5c1588ed3963883525811446175fc922184da3",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.2.1",
			"_shasum": "96d993e38f716aad530ffc961c24849c2baf6168",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.4",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"shasum": "96d993e38f716aad530ffc961c24849c2baf6168",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.2.1.tgz"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin-1.2.1.tgz_1508395800216_0.4178247593808919"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.0": {
			"name": "ts-import-plugin",
			"version": "1.3.0",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "index.d.ts",
			"files": [
				"./index.js",
				"lib/**"
			],
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json ./src/**/*.ts & standard \"test/*.js\" \"./*.js\"",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.0.2",
				"@types/lodash": "^4.14.71",
				"@types/material-ui": "^0.18.0",
				"@types/mocha": "^2.2.41",
				"@types/node": "^8.0.19",
				"@types/react": "^16.0.0",
				"@types/react-dom": "^16.0.0",
				"antd": "^2.12.3",
				"chai": "^4.1.0",
				"coveralls": "^3.0.0",
				"css-loader": "^0.28.4",
				"extract-text-webpack-plugin": "^3.0.0",
				"lodash": "^4.17.4",
				"mocha": "^4.0.0",
				"nyc": "^11.1.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"rxjs": "^5.5.0",
				"standard": "^10.0.2",
				"style-loader": "^0.19.0",
				"ts-loader": "^3.0.2",
				"ts-node": "^3.3.0",
				"tslint": "^5.5.0",
				"tslint-eslint-rules": "^4.1.1",
				"webpack": "^3.4.1",
				"webpack-bundle-analyzer": "^2.8.3"
			},
			"dependencies": {
				"tslib": "^1.7.1",
				"typescript": "^2.4.2"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"gitHead": "72f40674d20bd5abf57e40d49255372b63fa52e3",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.3.0",
			"_shasum": "598066acc2795397c9c7a8b07f4693e7fb6109bb",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.4",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"shasum": "598066acc2795397c9c7a8b07f4693e7fb6109bb",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin-1.3.0.tgz_1508396460568_0.6995729331392795"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.1": {
			"name": "ts-import-plugin",
			"version": "1.3.1",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "index.d.ts",
			"files": [
				"./index.js",
				"./index.d.ts",
				"lib/**"
			],
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json ./src/**/*.ts & standard \"test/*.js\" \"./*.js\"",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.0.2",
				"@types/lodash": "^4.14.71",
				"@types/material-ui": "^0.18.0",
				"@types/mocha": "^2.2.41",
				"@types/node": "^8.0.19",
				"@types/react": "^16.0.0",
				"@types/react-dom": "^16.0.0",
				"antd": "^2.12.3",
				"chai": "^4.1.0",
				"coveralls": "^3.0.0",
				"css-loader": "^0.28.4",
				"extract-text-webpack-plugin": "^3.0.0",
				"lodash": "^4.17.4",
				"mocha": "^4.0.0",
				"nyc": "^11.1.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"rxjs": "^5.5.0",
				"standard": "^10.0.2",
				"style-loader": "^0.19.0",
				"ts-loader": "^3.0.2",
				"ts-node": "^3.3.0",
				"tslint": "^5.5.0",
				"tslint-eslint-rules": "^4.1.1",
				"webpack": "^3.4.1",
				"webpack-bundle-analyzer": "^2.8.3"
			},
			"dependencies": {
				"tslib": "^1.7.1",
				"typescript": "^2.4.2"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"gitHead": "fd36dc3635c257d8bf9074f5dad589d6f7470fed",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.3.1",
			"_shasum": "892f8235d7bfad23bcd2d324f7e2c407c1127e31",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.5",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"shasum": "892f8235d7bfad23bcd2d324f7e2c407c1127e31",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.3.1.tgz"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin-1.3.1.tgz_1509078519726_0.8905106582678854"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.1": {
			"name": "ts-import-plugin",
			"version": "1.4.1",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "index.d.ts",
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json ./src/**/*.ts & standard \"test/*.js\" \"./*.js\"",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.0.2",
				"@types/lodash": "^4.14.71",
				"@types/material-ui": "^0.18.0",
				"@types/mocha": "^2.2.41",
				"@types/node": "^8.0.19",
				"@types/react": "^16.0.0",
				"@types/react-dom": "^16.0.0",
				"antd": "^2.13.7",
				"chai": "^4.1.2",
				"coveralls": "^3.0.0",
				"css-loader": "^0.28.4",
				"extract-text-webpack-plugin": "^3.0.0",
				"lodash": "^4.17.4",
				"material-ui": "^0.19.4",
				"mocha": "^4.0.1",
				"nyc": "^11.2.1",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"rxjs": "^5.5.2",
				"standard": "^10.0.3",
				"style-loader": "^0.19.0",
				"ts-loader": "^3.1.0",
				"ts-node": "^3.3.0",
				"tslint": "^5.7.0",
				"tslint-eslint-rules": "^4.1.1",
				"webpack": "^3.8.1",
				"webpack-bundle-analyzer": "^2.8.3"
			},
			"dependencies": {
				"tslib": "^1.7.1",
				"typescript": "^2.4.2"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"gitHead": "e64bd5fcc67bd0eb6569bbdd87f604c3484b7d14",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.4.1",
			"_shasum": "4fec6c328000f6adeee11fc3d49bdfdbd39ea2bd",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.5",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"shasum": "4fec6c328000f6adeee11fc3d49bdfdbd39ea2bd",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.4.1.tgz"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin-1.4.1.tgz_1509091947592_0.37166995625011623"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.2": {
			"name": "ts-import-plugin",
			"version": "1.4.2",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "index.d.ts",
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json ./src/**/*.ts & standard \"test/*.js\" \"./*.js\"",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"files": [
				"index.d.ts",
				"lib/"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.0.2",
				"@types/lodash": "^4.14.71",
				"@types/material-ui": "^0.18.0",
				"@types/mocha": "^2.2.41",
				"@types/node": "^8.0.19",
				"@types/react": "^16.0.0",
				"@types/react-dom": "^16.0.0",
				"antd": "^2.13.7",
				"chai": "^4.1.2",
				"coveralls": "^3.0.0",
				"css-loader": "^0.28.4",
				"extract-text-webpack-plugin": "^3.0.0",
				"lodash": "^4.17.4",
				"material-ui": "^0.19.4",
				"mocha": "^4.0.1",
				"nyc": "^11.2.1",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"rxjs": "^5.5.2",
				"standard": "^10.0.3",
				"style-loader": "^0.19.0",
				"ts-loader": "^3.1.0",
				"ts-node": "^3.3.0",
				"tslint": "^5.7.0",
				"tslint-eslint-rules": "^4.1.1",
				"webpack": "^3.8.1",
				"webpack-bundle-analyzer": "^2.8.3"
			},
			"dependencies": {
				"tslib": "^1.7.1",
				"typescript": "^2.4.2"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"gitHead": "35809be48b600adf28526643865e5106307201ba",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.4.2",
			"_shasum": "68e4a197cddc38f4cdc90e600acf50df90723f23",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.5",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"shasum": "68e4a197cddc38f4cdc90e600acf50df90723f23",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.4.2.tgz"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin-1.4.2.tgz_1509094116782_0.9940065818373114"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.3": {
			"name": "ts-import-plugin",
			"version": "1.4.3",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "index.d.ts",
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json ./src/**/*.ts & standard \"test/*.js\" \"./*.js\"",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"files": [
				"index.d.ts",
				"lib/"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.0.2",
				"@types/lodash": "^4.14.71",
				"@types/material-ui": "^0.18.0",
				"@types/mocha": "^2.2.41",
				"@types/node": "^8.0.19",
				"@types/react": "^16.0.0",
				"@types/react-dom": "^16.0.0",
				"antd": "^3.0.0",
				"chai": "^4.1.2",
				"coveralls": "^3.0.0",
				"css-loader": "^0.28.4",
				"extract-text-webpack-plugin": "^3.0.0",
				"lodash": "^4.17.4",
				"material-ui": "^0.20.0",
				"mocha": "^4.0.1",
				"nyc": "^11.2.1",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"rxjs": "^5.5.2",
				"standard": "^10.0.3",
				"style-loader": "^0.19.0",
				"ts-loader": "^3.1.0",
				"ts-node": "^3.3.0",
				"tslint": "^5.7.0",
				"tslint-eslint-rules": "^4.1.1",
				"typescript": "^2.6.2",
				"webpack": "^3.8.1",
				"webpack-bundle-analyzer": "^2.8.3"
			},
			"dependencies": {
				"tslib": "^1.7.1"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"gitHead": "56b21fc3473148ba00e40185e9b4b2ad3e8419eb",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.4.3",
			"_shasum": "4d8ead922c65fe919f7a932e0c9224848b969cee",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.12.0",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"shasum": "4d8ead922c65fe919f7a932e0c9224848b969cee",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.4.3.tgz"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin-1.4.3.tgz_1512480523787_0.13225126871839166"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.4": {
			"name": "ts-import-plugin",
			"version": "1.4.4",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "index.d.ts",
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json -p ./src/tsconfig.json & standard \"test/*.js\" \"./*.js\"",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"files": [
				"index.d.ts",
				"lib/"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.1.2",
				"@types/lodash": "^4.14.104",
				"@types/material-ui": "^0.20.7",
				"@types/mocha": "^2.2.48",
				"@types/node": "^9.4.6",
				"@types/react": "^16.0.38",
				"@types/react-dom": "^16.0.4",
				"antd": "^3.2.1",
				"chai": "^4.1.2",
				"coveralls": "^3.0.0",
				"css-loader": "^0.28.10",
				"extract-text-webpack-plugin": "^3.0.2",
				"lodash": "^4.17.5",
				"material-ui": "^0.20.0",
				"mocha": "^5.0.1",
				"nyc": "^11.4.1",
				"react": "^16.2.0",
				"react-dom": "^16.2.0",
				"rxjs": "^5.5.6",
				"standard": "^11.0.0",
				"style-loader": "^0.20.2",
				"ts-loader": "^3.5.0",
				"ts-node": "^5.0.0",
				"tslint": "^5.9.1",
				"tslint-eslint-rules": "^5.0.0",
				"typescript": "^2.7.2",
				"webpack": "^3.11.0",
				"webpack-bundle-analyzer": "^2.10.0"
			},
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"gitHead": "cc8c851cdeb86d6a010e7e0345b32270fffd1348",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.4.4",
			"_shasum": "0c12d99f36429fb29b6c1c2e823acff99f5f411b",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.13.0",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"shasum": "0c12d99f36429fb29b6c1c2e823acff99f5f411b",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.4.4.tgz",
				"fileCount": 7,
				"unpackedSize": 17815
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin_1.4.4_1519393353676_0.08864413656847403"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.4.5": {
			"name": "ts-import-plugin",
			"version": "1.4.5",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "index.d.ts",
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json -p ./src/tsconfig.json && standard \"test/*.js\" \"./*.js\"",
				"precommit": "lint-staged",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"files": [
				"index.d.ts",
				"lib/"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.1.2",
				"@types/lodash": "^4.14.104",
				"@types/material-ui": "^0.21.1",
				"@types/mocha": "^5.0.0",
				"@types/node": "^10.0.3",
				"@types/react": "^16.0.40",
				"@types/react-dom": "^16.0.4",
				"antd": "^3.2.3",
				"chai": "^4.1.2",
				"coveralls": "^3.0.0",
				"css-loader": "^0.28.10",
				"extract-text-webpack-plugin": "^3.0.2",
				"husky": "^0.14.3",
				"lint-staged": "^7.1.2",
				"lodash": "^4.17.5",
				"material-ui": "^0.20.0",
				"mocha": "^5.0.4",
				"nyc": "^11.4.1",
				"react": "^16.2.0",
				"react-dom": "^16.2.0",
				"rxjs": "^5.5.6",
				"standard": "^11.0.0",
				"style-loader": "^0.21.0",
				"ts-loader": "^4.0.1",
				"ts-node": "^6.0.0",
				"tslint": "^5.9.1",
				"tslint-eslint-rules": "^5.1.0",
				"typescript": "^2.7.2",
				"webpack": "^4.1.1",
				"webpack-bundle-analyzer": "^2.11.1"
			},
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"lint-staged": {
				"*.ts": [
					"tslint -c tslint.json -p tsconfig.json --fix",
					"git add"
				]
			},
			"gitHead": "f621105643e277ff3728829b7bddd0399fab0c3e",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.4.5",
			"_shasum": "42c2edadf46deabe359ab2aef8353ca885de88e2",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.14.2",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"shasum": "42c2edadf46deabe359ab2aef8353ca885de88e2",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.4.5.tgz",
				"fileCount": 7,
				"unpackedSize": 17493,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbA7FvCRA9TVsSAnZWagAApekP/02E2/xjXD2QpgG3Yhr5\nefxMXbjY8wtfy9//DW+Yzs9VAQBZbDqMl1lx0NFs6gQzBj7z3/GA2oUfxsCV\njeFWzVCR8BfqbDI75GVpMkXHPS1IAgy9rgY++rtWhdw0MFrnSMaNZ2uZVx1j\nzUDRBK5CvQIc31L7RbOr5ui0jHgzK4Jn51GUNk5NK5jeSkYExqeBRKbtUse5\n7BraCYcvsbK0k5hUemGpyntDNiZETe2ZhYNFLqXZUZGLE7gpZOH9xCmkrgEJ\nGM/LXQ4TZlWUmvl7PJI8J23G7exLQy6iXBoyEerEmhZ/hjo+MXw57HBBBwkv\nlBYy8rN6ROgMpaS+Jgcpe1Kd3x2iNaixYnkaxkS7eKts6DvXG8K/PHx7lJvh\n8FaCvFcTjuuululQX7HeCOG11eTgHo2g53mxJyaigyRmhlXVBG0BcfnAtrdj\n8SwsJBrkFo6iHHsb937ahqztZc6mwC/Ux4D/ldAhDUcZZjxsnBpyMpF9+LD6\n73LvDJn/ITEuMOpO53dVeMq6IBZl1kbrLbVQ/fi1JRiKZauBgekkqfZNQH0U\nfn1DeDsKsTPb38uipOnl+BnourR4xwz93h6OEJJwz+hRKFSmqujY1emy5fZS\nppc/BFdxk6O8CLqkWP/VYsqOvBC9GDJ/lyCFwE/IS2lUYKwfV0pmK+Kcdb8T\n1YSb\r\n=YHIT\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin_1.4.5_1526968686256_0.28011826329562317"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.5.0": {
			"name": "ts-import-plugin",
			"version": "1.5.0",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "index.d.ts",
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json -p ./src/tsconfig.json && standard \"test/*.js\" \"./*.js\"",
				"precommit": "lint-staged",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"files": [
				"index.d.ts",
				"lib/"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.1.2",
				"@types/lodash": "^4.14.104",
				"@types/material-ui": "^0.21.1",
				"@types/mocha": "^5.0.0",
				"@types/node": "^10.0.3",
				"@types/react": "^16.0.40",
				"@types/react-dom": "^16.0.4",
				"antd": "^3.2.3",
				"chai": "^4.1.2",
				"coveralls": "^3.0.0",
				"css-loader": "^0.28.10",
				"extract-text-webpack-plugin": "^3.0.2",
				"husky": "^0.14.3",
				"lint-staged": "^7.1.2",
				"lodash": "^4.17.5",
				"material-ui": "^0.20.0",
				"mocha": "^5.0.4",
				"nyc": "^11.4.1",
				"react": "^16.2.0",
				"react-dom": "^16.2.0",
				"rxjs": "^5.5.6",
				"standard": "^11.0.0",
				"style-loader": "^0.21.0",
				"ts-loader": "^4.0.1",
				"ts-node": "^6.0.0",
				"tslint": "^5.9.1",
				"tslint-eslint-rules": "^5.1.0",
				"typescript": "^2.7.2",
				"webpack": "^4.1.1",
				"webpack-bundle-analyzer": "^2.11.1"
			},
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"lint-staged": {
				"*.ts": [
					"tslint -c tslint.json -p tsconfig.json --fix",
					"git add"
				]
			},
			"gitHead": "24370ef701204b6aa4b57287e10b3f51a66d44e9",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.5.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.2",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"integrity": "sha512-S8flqboPLoC6VZZ9paphTt0gdpJOoIX+zAohYVVrvsIMVp9XHHiGhj8/SI8+Q5Tk2pFJ0578PhgEysewy/my5w==",
				"shasum": "6fe820337fcadd28dede0250098a8549c510a492",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.5.0.tgz",
				"fileCount": 7,
				"unpackedSize": 18706,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDmaqCRA9TVsSAnZWagAA3oIP/3yThm/F3pxKlDIXOFDP\n9AqMdCsCsFvL+RGD0+wJjY2uUqGEbuAemwliQ2Oz/fXqriWn/p7fbSQKzoi5\n04ELaQf3kx8HvkRTMLptbEuIJ+QXk6KVdt6y24ar8B0pHTjKOYtmpSJiI0Pm\n+XlSLrEmrW4kDIn+FK+Unzo7rCQBR1SRILfOaEGoCRLHw1/+SVoMI7LBaIHn\nUeMKW7n6sk0tXmiC61hLuxS4I40BGz2KBDzIhn001Sn6XtsLokBKlou0VpFM\nsdpqCMkfDy5sYmSTp/EQ0HAJhrkXWb5aONwWCgm1/Hgi6nhq0OmKP6RoZED1\nh3O74/q2k1zThgtYbvtv5xVUskGgTvWsn1CY4v7+HKZkDrT78uBZPKADAgXj\nF88FanNe+fJUrn6wxpCMsYVpsyVGRHW+cnTOsjvPd8r7DCcPgPSXRTlozKYq\n8LtpjRoJHWUMR5OUkEIU8JwJsGcR3GaPaOhXmxFFZLuINPSPW5YY0h4fLqaU\naZW9uzdiGY0YZuW2mj7VgLug0nvyGS5e22syk6xXH2nG5ivQW/uWccH278Zh\n/tOTGVLedelwtSXXH9/nwYA6AU1XyuB6sKlku6zuYr91A6Vxe5F47NDsj3LR\nO9lB0V5ewwK9XyRkTTSakVU+17tgxE4jNIwpRtYwmbm+3CBBmGyVVf1MpUNS\n6uo1\r\n=86C1\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin_1.5.0_1527670441227_0.8707720982304392"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.5.1": {
			"name": "ts-import-plugin",
			"version": "1.5.1",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "index.d.ts",
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json -p ./src/tsconfig.json && standard \"test/*.js\" \"./*.js\"",
				"precommit": "lint-staged",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"files": [
				"index.d.ts",
				"lib/"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.1.2",
				"@types/lodash": "^4.14.104",
				"@types/material-ui": "^0.21.1",
				"@types/mocha": "^5.0.0",
				"@types/node": "^10.0.3",
				"@types/react": "^16.0.40",
				"@types/react-dom": "^16.0.4",
				"antd": "^3.2.3",
				"chai": "^4.1.2",
				"coveralls": "^3.0.0",
				"css-loader": "^0.28.10",
				"extract-text-webpack-plugin": "^3.0.2",
				"husky": "^0.14.3",
				"lint-staged": "^7.1.2",
				"lodash": "^4.17.5",
				"material-ui": "^0.20.0",
				"mocha": "^5.0.4",
				"nyc": "^12.0.1",
				"react": "^16.2.0",
				"react-dom": "^16.2.0",
				"rxjs": "^5.5.6",
				"standard": "^11.0.0",
				"style-loader": "^0.21.0",
				"ts-loader": "^4.0.1",
				"ts-node": "^6.0.0",
				"tslint": "^5.9.1",
				"tslint-eslint-rules": "^5.1.0",
				"typescript": "^2.7.2",
				"webpack": "^4.1.1",
				"webpack-bundle-analyzer": "^2.11.1"
			},
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"lint-staged": {
				"*.ts": [
					"tslint -c tslint.json -p tsconfig.json --fix",
					"git add"
				]
			},
			"gitHead": "9a7ae314f1e3993168c53f8e47958cf57d1b08bf",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.5.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.2",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"integrity": "sha512-XFRhfoEO1RVFb0Yv2COJBGf6T1AriSZzjkswptcXL+M5BBqvgrAMeTeMqxBaD2fGlsEAxB3hp3EWzNUhwV56mw==",
				"shasum": "2280e84d2dc62f9f511989c8a5cc0d81fe71c37f",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.5.1.tgz",
				"fileCount": 7,
				"unpackedSize": 18800,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbFQ0kCRA9TVsSAnZWagAA9n0P/2DrznWsmGxiS0Qd3goR\nr2ZoijFZAx0zJWbKfSQmyCVGTUveuQEHbI+hoSJxSofyPgg9LKcUuzdppQOh\nNvzM2Z1apSnrivLa5jQQypkXdH60I81JuovfDc7/2EYSoEMFuODEa/xXrFp1\ns78TmxPuCMipJylsyJ8CFs4Z7m9+FCQt9TW3qeh/KRy9IS/I8aTY0ojbHJDO\nMwEV2AxY3f+FQDLtz/ejRspO547JLLabQqMx3NMiyECwawK1iK0QU3zZ1pg1\nL23/9WGgq976j0to7vL0d/tE4z0ciyghcg7sTEIv4aO1UfWC02HEeR8hk9Fw\npOuBxp2IU6R05G/VN5UvSJudwbtz69KaBQTjkL7u4ElyoVTZTK1CopnnQI7S\nYyQ0MfPrfoWPHZNzqwC38IxDjbwiqj9uCFAcNLaBwUXRCe30cHunQx+qJ0X0\n64eYU+FHHKz4gA4ts3Wos8eh23j5ivuXNAPF+vIaHa2D5VRvFlKq0h+74NZP\n4C68RSFEgT/+UXpr5L6hCWivJFVPiPB5LTAUAJe8ysdg8GztE+Enbx8JUIg5\nm6wPXH+HCygg4kQUIcNU4xK11g4xB1+bm97Ib8x3tAET1BbxI9m6mABD1dwr\nbbnAcnKb1SZ1qSgnR+MBN72XrAkElsbc05Cf/RkvuXHEYLe2RN41ACSlZYoG\nqIi+\r\n=ERWl\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin_1.5.1_1528106275366_0.4787251121102043"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.5.2": {
			"name": "ts-import-plugin",
			"version": "1.5.2",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "index.d.ts",
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json -p ./src/tsconfig.json && standard \"test/*.js\" \"./*.js\"",
				"precommit": "lint-staged",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"files": [
				"index.d.ts",
				"lib/"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.1.2",
				"@types/lodash": "^4.14.104",
				"@types/material-ui": "^0.21.1",
				"@types/mocha": "^5.0.0",
				"@types/node": "^10.0.3",
				"@types/react": "^16.0.40",
				"@types/react-dom": "^16.0.4",
				"antd": "^3.2.3",
				"chai": "^4.1.2",
				"coveralls": "^3.0.0",
				"css-loader": "^0.28.10",
				"extract-text-webpack-plugin": "^3.0.2",
				"husky": "^0.14.3",
				"lint-staged": "^7.1.2",
				"lodash": "^4.17.5",
				"material-ui": "^0.20.0",
				"mocha": "^5.0.4",
				"nyc": "^12.0.1",
				"react": "^16.2.0",
				"react-dom": "^16.2.0",
				"rxjs": "^5.5.6",
				"standard": "^11.0.0",
				"style-loader": "^0.21.0",
				"ts-loader": "^4.0.1",
				"ts-node": "^6.0.0",
				"tslint": "^5.9.1",
				"tslint-eslint-rules": "^5.1.0",
				"typescript": "^2.7.2",
				"webpack": "^4.1.1",
				"webpack-bundle-analyzer": "^2.11.1"
			},
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"lint-staged": {
				"*.ts": [
					"tslint -c tslint.json -p tsconfig.json --fix -e \"**/test/expect/**\"",
					"git add"
				]
			},
			"gitHead": "d924c3718c4ef19eb611393e7be603b818871092",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.5.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.2",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"integrity": "sha512-AMSak2Q/IU+8fG+nUbju4nJMAypCRZ5S+45+Jtb7v2Pzm8j6lQfJslmDwjMyo0eP0YrSU6WfQneIAWQ/YxclFA==",
				"shasum": "ec2a135a9e1d75f08d7ed01b239ad41b977418db",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.5.2.tgz",
				"fileCount": 7,
				"unpackedSize": 19656,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbFfo0CRA9TVsSAnZWagAAvfEP/jbWw6Czm1+S7bvzA+4U\n7uP9UZqA2ZOgjOS9v8pAyVXBQ81bw8dPjk5Up2XXUfKe1JutigaacqE0mTGf\nz/gASUX3nP1/eySQTFgYf53pSQ/5FgEbirtQUAZO2Idulx2Tf4beppWeUqlK\nQg/uLTvbA1LVuXVpvahqlQ0TuGqwhWKoRSeanYBi1WQ/35smzeFKzFBpNGMW\nHXd5OpTY6vFVQIac9dyhK+rkcLwMVNu4g5noANEtwNO5PfvMxBHZFrdPWY7l\n6xaBhRjz6x3tE7DqxZtX41iuyRg7lWBRwA3u7z0IBu5tEFINqWJKAMmBZeiK\nU9Ow5hjXRJEqaYJ9t/bDooS9nxUeRwQUOizwxOyHIo1R24CZUSqihfdC3kAT\nYq63wHTZAzE4bQfsvlNC31l5v1T0KYyJZlwj/jwb9L1I6BNavB7NpQdhG9sh\n5A5eolP5Ab3T9JtM5wqlQExdENVk1ZYnikaco27TpS2lJdndY+tpxm6nltRI\nj6aAkXrwOdMrG6Flb3Y0Rq+aMCJ5dOARiyazR7W7+5o8wPXZd4uRUibz2vUR\n4Jt1oV7atcFT0e00j/jYxTJkK2yIYAl3mkjIbVSZ6WuwqUbBochqcs9kG7f5\nrQlJHANUfBtRA69df0TL+w4eFBLsgteBU45+a/nVuM1K3Ud2ytLFmja7u0h1\nG525\r\n=oGZV\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin_1.5.2_1528166963204_0.36295217176312633"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.5.3": {
			"name": "ts-import-plugin",
			"version": "1.5.3",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "index.d.ts",
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json -p ./src/tsconfig.json",
				"precommit": "lint-staged",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"files": [
				"index.d.ts",
				"lib/"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.1.3",
				"@types/lodash": "^4.14.109",
				"@types/material-ui": "^0.21.1",
				"@types/mocha": "^5.2.1",
				"@types/node": "^10.3.1",
				"@types/react": "^16.3.16",
				"@types/react-dom": "^16.0.6",
				"antd": "^3.6.1",
				"chai": "^4.1.2",
				"coveralls": "^3.0.1",
				"css-loader": "^0.28.11",
				"husky": "^0.14.3",
				"lint-staged": "^7.1.3",
				"lodash": "^4.17.10",
				"material-ui": "^0.20.1",
				"mini-css-extract-plugin": "^0.4.0",
				"mocha": "^5.2.0",
				"nyc": "^12.0.2",
				"prettier": "^1.13.4",
				"react": "^16.4.0",
				"react-dom": "^16.4.0",
				"rxjs": "^6.2.0",
				"style-loader": "^0.21.0",
				"ts-loader": "^4.3.1",
				"ts-node": "^6.1.0",
				"tslint": "^5.10.0",
				"tslint-eslint-rules": "^5.3.1",
				"typescript": "^2.9.1",
				"webpack": "^4.10.2",
				"webpack-bundle-analyzer": "^2.13.1",
				"webpack-cli": "^3.0.2"
			},
			"dependencies": {
				"tslib": "^1.9.2"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"prettier": {
				"printWidth": 120,
				"semi": false,
				"trailingComma": "all",
				"singleQuote": true,
				"arrowParens": "always",
				"parser": "typescript"
			},
			"lint-staged": {
				"*.ts": [
					"prettier --write",
					"tslint -c tslint.json -p tsconfig.json --fix -e \"**/test/expect/**\"",
					"git add"
				]
			},
			"gitHead": "21b9fcf299d1e0d5bdd76d5478189969d949f643",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.5.3",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"integrity": "sha512-pm/r37SyfF1rO7SBhLYeIks8ZwN50lgZCtwPx17Qv+DGJjIZadZeILbT8yTW1Vl1u4lZinTcXx+BOF5PcepgjA==",
				"shasum": "adde0a107b64a46fa13d3f334dc2ea63e76b0815",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.5.3.tgz",
				"fileCount": 7,
				"unpackedSize": 19742,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbLHn/CRA9TVsSAnZWagAAyhcP/jiJTRJPwjZ0YUF516y6\nla1ErVFrc09JGzGNxWMmH25Evb25iehAdGHJahDdZtOBTUedQf4aDzAlY0Qq\nOrBs7Us22CR/cYZAW2bfCjRn+fKrbczmAwpkhWReTJys6I1cQRu5UtXElxsM\nekkytFF7b3AT6e3gAO1054mgMB1z5Mdvz/JHLp88dtPM3P79nPWxdC0OsqNj\nSSV393xtoHA7tEcBqGgIq1xPSkkgXL55QQ4MjkW9pd5iIcp54AMuT9ExkUFU\nGXaBCxz4nmxy8TKX+f0iyn9/mA/SGwsqpohDhZ/24GBLSUOZEXlTYAJ/xqR7\nfNrp2x/RZE1WY+umGnQLlyOe2vaTJP/UQiFT1a3EJfk+dt6/+cYLywg/shqu\n4aHoexqSkQ3rvVLeTIOKsIrAVd8zYdNpfjl+gddppyCeYIlqoqlA09y6oHMX\nKjlQ7ENvYTeUaTihLDN2PxV0Gny05lma0G4s3yA2LZb3hSE15519iTbXJs3E\nUWD9PEQYNgnApaH/38a0l574BoYXEEoadn54ywRo7nbcR3FBITyTxPwHdzic\neQHB3AG7ohFIw0zoDxNw4r0dnYcgQbcs+6pAQi06x/IiwIYGhTXmyy6R6fkd\nM7f2sWBtGl8+9360wV80SWTNEc9oG83m8urwc940l1quIh1W53X2SaUrx2VK\nEUY/\r\n=jPch\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin_1.5.3_1529641471314_0.027335490018141284"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.5.4": {
			"name": "ts-import-plugin",
			"version": "1.5.4",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "index.d.ts",
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json -p ./src/tsconfig.json",
				"precommit": "lint-staged",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"files": [
				"index.d.ts",
				"lib/"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.1.3",
				"@types/lodash": "^4.14.109",
				"@types/material-ui": "^0.21.1",
				"@types/mocha": "^5.2.1",
				"@types/node": "^10.3.1",
				"@types/react": "^16.3.16",
				"@types/react-dom": "^16.0.6",
				"antd": "^3.6.1",
				"chai": "^4.1.2",
				"coveralls": "^3.0.1",
				"css-loader": "^0.28.11",
				"husky": "^0.14.3",
				"lint-staged": "^7.1.3",
				"lodash": "^4.17.10",
				"material-ui": "^0.20.1",
				"mini-css-extract-plugin": "^0.4.0",
				"mocha": "^5.2.0",
				"nyc": "^12.0.2",
				"prettier": "^1.13.4",
				"react": "^16.4.0",
				"react-dom": "^16.4.0",
				"rxjs": "^6.2.0",
				"style-loader": "^0.21.0",
				"ts-loader": "^4.3.1",
				"ts-node": "^7.0.0",
				"tslint": "^5.10.0",
				"tslint-eslint-rules": "^5.3.1",
				"typescript": "^2.9.1",
				"webpack": "^4.10.2",
				"webpack-bundle-analyzer": "^2.13.1",
				"webpack-cli": "^3.0.2"
			},
			"dependencies": {
				"tslib": "^1.9.2"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"prettier": {
				"printWidth": 120,
				"semi": false,
				"trailingComma": "all",
				"singleQuote": true,
				"arrowParens": "always",
				"parser": "typescript"
			},
			"lint-staged": {
				"*.ts": [
					"prettier --write",
					"tslint -c tslint.json -p tsconfig.json --fix -e \"**/test/expect/**\"",
					"git add"
				]
			},
			"gitHead": "9ade1a8e1cce0ccb28f3e8e649eae2f35d8911f4",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.5.4",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"integrity": "sha512-O5h7k60AFjwHxfG0JFaki7MEAKqe3oh30Ctd5DaNDrglVT76qdPgbvba7/IQfZsOsAzbSLw6TEBcEFKhQ4+3dg==",
				"shasum": "5f9843a39e3ed30c07a7cb2651d4d9185e8d7e09",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.5.4.tgz",
				"fileCount": 7,
				"unpackedSize": 20253,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbMKWsCRA9TVsSAnZWagAANTYP/1aJ7MdsuocklMZpzItQ\nfdBIUbJFh5bxZvcmjWIPQ8pwzYKzP7mBRrSvXvmy9uICdvm5MUYsAFy1E5fm\ngpGrPFYhXfxyG47ewi5CiBgjF+3RHQN880cafIMyzn1lDvImefTyyJHLDnOS\n2VDvUkpzk2ztDxRpzDXkunE2cq4vFL89Zi896vMGlUT+RAlsdaJGmLCVxFoQ\nkkHfeMzZkmB+Dpg6NHfiwEiCboAbFE49BMS4jNsS0mfNfYvH2OQvPJjmvEoX\nMRS0GHxIhsQD73tvTZoxYSG1s7kyx8GGmHH14QfJHFm0006JOzOMsIn6NK9O\n8kCKZGxvSsGnFhGqg8pZoxDIA+s/DoNFdzEnm8kvFqZJNDlJKWWzw3KN46i1\neZZved7TjCNWPEjDuRIaPCVrx6kOr/6uAicIO9IT3/mO3BP2BzrXZ4oj2Vd7\nWiD5y3KesiBrTg0UjanZUd9CjaG5rUCoq2/iZCr6UYEit4SvjTRBkNgGMm+0\n/eGrqPLad4uqWSU+SCSnl/ngm9VGe53lrh5/NRPT5SnwWckqjf1WPyiS6RYA\nGH8LB1/xQ+JsUsXNumxc72dp9vlpvxEPBi83JkXqY+BqXADxnZ+gX1QfQZUy\nLNJA2TuewxNYhJlSlTmgJFsqEDGWgGjsMNDnm8lcS1zMusoGSP3jE0I+t4k7\nIwy5\r\n=n6Nl\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin_1.5.4_1529914796669_0.3947281010247372"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.5.5": {
			"name": "ts-import-plugin",
			"version": "1.5.5",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "index.d.ts",
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json -p ./src/tsconfig.json",
				"precommit": "lint-staged",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@types/chai": "^4.1.3",
				"@types/lodash": "^4.14.109",
				"@types/material-ui": "^0.21.1",
				"@types/mocha": "^5.2.1",
				"@types/node": "^10.3.1",
				"@types/react": "^16.3.16",
				"@types/react-dom": "^16.0.6",
				"antd": "^3.6.1",
				"chai": "^4.1.2",
				"coveralls": "^3.0.1",
				"css-loader": "^1.0.0",
				"husky": "^0.14.3",
				"lint-staged": "^7.1.3",
				"lodash": "^4.17.10",
				"material-ui": "^0.20.1",
				"mini-css-extract-plugin": "^0.4.0",
				"mocha": "^5.2.0",
				"nyc": "^12.0.2",
				"prettier": "^1.13.4",
				"react": "^16.4.0",
				"react-dom": "^16.4.0",
				"rxjs": "^6.2.0",
				"style-loader": "^0.23.0",
				"ts-loader": "^4.3.1",
				"ts-node": "^7.0.0",
				"tslint": "^5.10.0",
				"tslint-eslint-rules": "^5.3.1",
				"typescript": "^2.9.1",
				"webpack": "^4.10.2",
				"webpack-bundle-analyzer": "^2.13.1",
				"webpack-cli": "^3.0.2"
			},
			"dependencies": {
				"tslib": "^1.9.2"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"prettier": {
				"printWidth": 120,
				"semi": false,
				"trailingComma": "all",
				"singleQuote": true,
				"arrowParens": "always",
				"parser": "typescript"
			},
			"lint-staged": {
				"*.ts": [
					"prettier --write",
					"tslint -c tslint.json -p tsconfig.json --fix -e \"**/test/expect/**\"",
					"git add"
				]
			},
			"gitHead": "5f46ff3f46d9eef95a272d0a18d97f8d03f65e11",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.5.5",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.4",
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"dist": {
				"integrity": "sha512-i0ULERaX+vycmASUeJFbAqx+KeMBAH+iFaSim+U9t05DxK+ZGpMCHT18zTRzTEh1dA6OWsHzVZmHgFKh5UTKUA==",
				"shasum": "3c57b6f8e42486404f4124146dd44090d98a740c",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.5.5.tgz",
				"fileCount": 7,
				"unpackedSize": 20329,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkjhwCRA9TVsSAnZWagAAh8QQAISeG12/kb/iMBzMMMfz\nN/2AwqnoGdbc8IV1q6x9kN6HFJykRMEJKvgOSqxllM4rYBRyk3qwsRnNcSBe\nO1lseM04PBf6qr1SKyDQBS59Sv1Rv3Yyi1zaBVETDj7lz3dKGSMkvLGKJzdC\nvdCbL5HvvmEel1JttzRnDSpaphQ2RRYe9uUvtpBJ+QiidYlqQpgLyks2IF8q\nvd337Pvk6ixxPCWAkdx25sLVxz3WNXSh1KmGrEnMAK9MkO8yvfEHVYja+SbO\nUYGMYcgXuwQHHY2syFmYoFL/gZ/E6OTUsKgXj/zU2oNp5yV8yhqDHvVvoQMa\nkon1ksDfDj/YowgEgG/vWR8ApkIi158kssfgmiX170/x6fw68cU1BEAhvdXg\na5z6DwOcTt1PtBjrN4zEQ4j/ciR9nmswIe9e+tmnakDig0SINxEgRJ/lM1/d\ncHV/MiZNuqSNG+b8abpnjGMXhpc3aB/vawIbBJV/wCdGbWQV0UiisHpVklu9\noAaangxQj7K4wChjBQIYeqoJScpiUvfWIKmSCUbcxr5VJowTZDoC1FBz1em3\nP1IpH2JCS7HhryCPPp6UON1EvIEtXysYyGei129wtyULE3Vr+VhRVM/WJDpR\nz5ZvPL+FN0eiOW3oZV207f7pkRCDHzgyzTzFsec/hjcRiAmcYmZ+lLmxLfE1\n8wfv\r\n=nV8h\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "broooooklyn",
					"email": "lynweklm@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin_1.5.5_1536309360082_0.6691385742888534"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.6.0": {
			"name": "ts-import-plugin",
			"version": "1.6.0",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "index.d.ts",
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json -p ./src/tsconfig.json",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@istanbuljs/nyc-config-typescript": "^0.1.3",
				"@types/chai": "^4.1.7",
				"@types/lodash": "^4.14.134",
				"@types/material-ui": "^0.21.6",
				"@types/mocha": "^5.2.7",
				"@types/node": "^12.0.8",
				"@types/react": "^16.8.22",
				"@types/react-dom": "^16.8.4",
				"antd": "^3.19.6",
				"chai": "^4.2.0",
				"coveralls": "^3.0.4",
				"css-loader": "^3.0.0",
				"husky": "^2.4.1",
				"lint-staged": "^8.2.1",
				"lodash": "^4.17.11",
				"material-ui": "^0.20.2",
				"mini-css-extract-plugin": "^0.7.0",
				"mocha": "^6.1.4",
				"nyc": "^14.1.1",
				"prettier": "^1.18.2",
				"react": "^16.8.6",
				"react-dom": "^16.8.6",
				"rxjs": "^6.5.2",
				"style-loader": "^0.23.1",
				"ts-loader": "^6.0.4",
				"ts-node": "^8.3.0",
				"tslint": "^5.17.0",
				"tslint-eslint-rules": "^5.4.0",
				"typescript": "^3.5.2",
				"webpack": "^4.35.0",
				"webpack-bundle-analyzer": "^3.3.2",
				"webpack-cli": "^3.3.4"
			},
			"dependencies": {
				"tslib": "^1.10.0"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"prettier": {
				"printWidth": 120,
				"semi": false,
				"trailingComma": "all",
				"singleQuote": true,
				"arrowParens": "always",
				"parser": "typescript"
			},
			"lint-staged": {
				"*.ts": [
					"prettier --write",
					"tslint -c tslint.json -p tsconfig.json --fix -e \"**/test/expect/**\"",
					"git add"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"nyc": {
				"extends": "@istanbuljs/nyc-config-typescript",
				"exclude": [
					"test/**/*.{js,ts}"
				],
				"check-coverage": true
			},
			"gitHead": "e17112f74a1fd09822dfa3722588eb5e66891a57",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.6.0",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-t/mE9CKKgIr7isf+YQq0CxOLxwPC0t6qOKW637/1S7rJAkH/J6sWU3IdCWyYoy+3CD9wtk4cF2SYw7LQG567vg==",
				"shasum": "8874a1dcb019a55dcdb2d54abaacac348dba1946",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.6.0.tgz",
				"fileCount": 7,
				"unpackedSize": 21181,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdDPRbCRA9TVsSAnZWagAAM4QP/2VeaEZWdPyAdwZNGiqd\nv34MYwQsQKYwyPu1JrpsvMw4Cf/qgUcLnDSBVI0UrbuZj7xVLT0gge7c+c46\nFT6GlqIA/z+ekbrq/IwCVMMKMTsFkJ8fLLQRa0Y6rggti+YBnGhPzXiPIr2y\nriW/g1epVZh8hPuyLDtpFSbmeqtVclobnSNxBzeXndqCki7idmNL1dUHCdoT\nXfiWcB7bsBocxWTXYa50u4ULtx64yA3knKP871Q8Oc/MMFqQgxJB5nNPexh/\n6UdjdGjWYv7vq6EffYUZS4kxAQaS0ZtYtdDCPu1issTbYDcQMaCBYZEaVq/b\nxnufdTTX32YMQyl0bzf8LBFNaf+Tx2cb3lLB2vHs4/A1IfBU3ynxqCEN0b+I\nS/ooK+H7gHV1OA081wiGeWNgmsRKJzR60phUQfZPdiHkaTmwp5KjOAw2grzO\nmx/NCd0neSa/rxbzQgmxvBtwEwOoI2B6IfX0Q2OnbR9437wrk1EHMUSIjRuT\nhm85K6OV3P1QjK8NkMFUdyQuieZJjDH/9GZDYSoANTTnyw8xRRpjCmZM5K7z\nREpSwVpq326M0w2xb9EqeD1Pw+Aq0wEcvRqf7QFq5zWuuws1QF7jv2vWSI+1\nLWNuYZpul6xE7qvNn9Ox62mMCNs94lfa7On0V5aU/XIUQHueG16YzO4Dnc6l\ni03x\r\n=s9gq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "lynweklm@gmail.com",
					"name": "broooooklyn"
				},
				{
					"email": "huang@runjuu.com",
					"name": "runjuuu"
				}
			],
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin_1.6.0_1561130074427_0.7070559113259538"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.6.1": {
			"name": "ts-import-plugin",
			"version": "1.6.1",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "index.d.ts",
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test mocha && nyc report",
				"lint": "tslint -c ./tslint.json -p ./src/tsconfig.json",
				"prepare": "npm run build",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "mocha",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics",
				"postinstall": "opencollective-postinstall || true"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@istanbuljs/nyc-config-typescript": "^0.1.3",
				"@types/chai": "^4.1.7",
				"@types/lodash": "^4.14.134",
				"@types/material-ui": "^0.21.6",
				"@types/mocha": "^5.2.7",
				"@types/node": "^12.0.8",
				"@types/react": "^16.8.22",
				"@types/react-dom": "^16.8.4",
				"antd": "^3.19.6",
				"chai": "^4.2.0",
				"coveralls": "^3.0.4",
				"css-loader": "^3.0.0",
				"husky": "^2.4.1",
				"lint-staged": "^8.2.1",
				"lodash": "^4.17.11",
				"material-ui": "^0.20.2",
				"mini-css-extract-plugin": "^0.7.0",
				"mocha": "^6.1.4",
				"nyc": "^14.1.1",
				"prettier": "^1.18.2",
				"react": "^16.8.6",
				"react-dom": "^16.8.6",
				"rxjs": "^6.5.2",
				"style-loader": "^0.23.1",
				"ts-loader": "^6.0.4",
				"ts-node": "^8.3.0",
				"tslint": "^5.17.0",
				"tslint-eslint-rules": "^5.4.0",
				"typescript": "^3.5.2",
				"webpack": "^4.35.0",
				"webpack-bundle-analyzer": "^3.3.2",
				"webpack-cli": "^3.3.4"
			},
			"dependencies": {
				"tslib": "^1.10.0",
				"opencollective-postinstall": "^2.0.2"
			},
			"standard": {
				"globals": [
					"describe",
					"it"
				]
			},
			"prettier": {
				"printWidth": 120,
				"semi": false,
				"trailingComma": "all",
				"singleQuote": true,
				"arrowParens": "always",
				"parser": "typescript"
			},
			"lint-staged": {
				"*.ts": [
					"prettier --write",
					"tslint -c tslint.json -p tsconfig.json --fix -e \"**/test/expect/**\"",
					"git add"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"nyc": {
				"extends": "@istanbuljs/nyc-config-typescript",
				"exclude": [
					"test/**/*.{js,ts}"
				],
				"check-coverage": true
			},
			"collective": {
				"type": "opencollective",
				"url": "https://opencollective.com/ts-import-plugin"
			},
			"gitHead": "fe14d72a550d6027d68e8e052d367a82a01a1057",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.6.1",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-aalTycdTYY0NNosJ+XqDqzzBH1wyhE9pykcXd5TjF902j+nUlhjW7uWje2Xny+lPL1w+46Uaf5TsReirI5igiA==",
				"shasum": "96477d241a154954508aa1397be03000735f98d0",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.6.1.tgz",
				"fileCount": 7,
				"unpackedSize": 24028,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdDPm4CRA9TVsSAnZWagAAHiEQAKTYNqCze8ym4l9BKdIa\nPyPaU2gNmcWycY+TY0vSPc7BX1hjaQdeLFxr3lj/TuyJP+SIQojVpotJcDJK\nJX79ChuRRk3/oSbc/omIETOYZ/0PiRO0RPaD1yuQOJ1J3pcEj+dt3DqGSsq7\nlkqkFxazIDB5j/wQEqKKFnDeZsYIT2FEDNsHEH/gJq2gRNqZzovfZk4prk/G\n1PfULJS3Qb9363XZwkAdWMLmNIF1uU40M5IjqkiduJJL/PC7S830LbiAIwET\nnB7T9+yWq9ucM3heaFpJHxql311F+/Cx6iUU1k/1c4cTiZWQfx4qN2wPR7Ik\nwTnXF31qzt+SvGYyeZMQFJKkMMkAnoCAkJVqZIrBKiSxsU2GB+YA+N75InS/\nMrNBHthPSW3Efo2U1bf1UzdallMG8K8zRlRPI8n6uzDBGpijr5kn6KWfazGn\n/AwhlBFNVff1x72uFriTyQwLZCVvNhj/MLLDu3/LQBsGxqistqORIhTzWsFM\nguopRawbFwj2OnBfqsfCIJA0tiIIrNbJnd8TikPi2HGGOyibeyV9dxVAnIBa\n8ImIpRAlKazG/IRtw7pfId/nAz6o1qQdpSJsLnU+XySKYDC5wZrNotB5BduL\nfoa0/+wz4cENa1SNDCxKlyCH4bg+qvui9hS9MHpXdDjIKtTmgA5jL/E36kIn\nyQjC\r\n=Tpte\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "lynweklm@gmail.com",
					"name": "broooooklyn"
				},
				{
					"email": "huang@runjuu.com",
					"name": "runjuuu"
				}
			],
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin_1.6.1_1561131447591_0.8519239961298299"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.6.2": {
			"name": "ts-import-plugin",
			"version": "1.6.2",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "index.d.ts",
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test ava && nyc report",
				"lint": "tslint -c ./tslint.json -p ./src/tsconfig.json",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "ava",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@istanbuljs/nyc-config-typescript": "^0.1.3",
				"@types/lodash": "^4.14.149",
				"@types/material-ui": "^0.21.7",
				"@types/node": "^12.12.14",
				"@types/react": "^16.9.14",
				"@types/react-dom": "^16.9.4",
				"antd": "^3.26.0",
				"ava": "^2.4.0",
				"codecov": "^3.6.1",
				"css-loader": "^3.2.1",
				"husky": "^3.1.0",
				"lint-staged": "^9.5.0",
				"lodash": "^4.17.15",
				"lodash-es": "^4.17.15",
				"material-ui": "^0.20.2",
				"mini-css-extract-plugin": "^0.8.0",
				"nyc": "^14.1.1",
				"prettier": "^1.19.1",
				"react": "^16.12.0",
				"react-dom": "^16.12.0",
				"rxjs": "^6.5.3",
				"source-map-support": "^0.5.16",
				"style-loader": "^1.0.1",
				"ts-loader": "^6.2.1",
				"ts-node": "^8.5.4",
				"tslint": "^5.20.1",
				"tslint-eslint-rules": "^5.4.0",
				"typescript": "^3.7.3",
				"webpack": "^4.41.2",
				"webpack-bundle-analyzer": "^3.6.0",
				"webpack-cli": "^3.3.10"
			},
			"dependencies": {
				"tslib": "^1.10.0"
			},
			"ava": {
				"compileEnhancements": false,
				"extensions": [
					"ts"
				],
				"require": [
					"ts-node/register"
				],
				"files": [
					"test/specs.ts"
				],
				"sources": [
					"src/**/*.ts"
				]
			},
			"prettier": {
				"printWidth": 120,
				"semi": false,
				"trailingComma": "all",
				"singleQuote": true,
				"arrowParens": "always",
				"parser": "typescript"
			},
			"lint-staged": {
				"*.ts": [
					"prettier --write",
					"tslint -c tslint.json -p tsconfig.json --fix -e \"**/test/expect/**\"",
					"git add"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"nyc": {
				"extends": "@istanbuljs/nyc-config-typescript",
				"exclude": [
					"test/**/*.{js,ts}"
				],
				"check-coverage": true
			},
			"collective": {
				"type": "opencollective",
				"url": "https://opencollective.com/ts-import-plugin"
			},
			"gitHead": "335c30b926f72a1952a23a9de8cce372126d5ef4",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.6.2",
			"_nodeVersion": "12.13.1",
			"_npmVersion": "6.12.1",
			"dist": {
				"integrity": "sha512-0HbiI9vBGNwqYXZWJoi6RfaZeZgZSo528ZLk5L2mppV+Mm/GnyuVDpNT4T2ZHdzem6T50gBFXrQZccGw8pRYhA==",
				"shasum": "9a9680b6e3e4a4c94fba9f2be7ce6a0ed478c438",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.6.2.tgz",
				"fileCount": 7,
				"unpackedSize": 24229,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd75tPCRA9TVsSAnZWagAAH4EP/0JnWuBE3gbjBdQO4s48\nP22FzY6sQNAMH/UGSqSLldaR8X7De8PH4Dmx0LB75+tNEJ+Ff44QL2OHt58M\nKfsjqgIjgmJEcr2w+MUc3x963K9G6XBYd2o/5RMXF3Hb0BycJeYOMBuXqJTb\narJaxMqjir6yVZPgEdLikVMgzUPlOXVVjAiolvE1krXKh0j+cwKqX6+mAkqh\nzO0VzaM9L2dSAze9sPIIVGzmAL3Os3/08gsS4O0bY280uMkI4DPDuHWyOXxF\nZRXwYKYrLqa1AwBgdcV7D039RoUuIWpagqWgriNrXowTVSCp4NSyA9xfvWMB\nQUCOL11loA+mQt1wbIyH9tjYswkgqdxjG8FtqV05qMjhPuFh7MiLiXOKKqxH\nDXHMLAhe2HOrkfYew0fEiFSsjQ67wVjiGOxdsTXc/ydZrkSrDJvnsyYpLVxN\ngc52Xz7eEc/lJuwfwDpWqrWAeU5r3CUnhPh4KRZBam9Z5EaclXq3duO/rUDP\nnPYj3y/9cBC8yU2s2FCJVLdNGhZNLuCIS5Y0IBvCtp/Y89TpmTLL3Wz889OK\nhrYuF8EFzIRa0cKnWWOOo4xNo44NWI9JWUeF1Pe41DF8BzSEpNnGVtI4ipc9\nA8n6Yp675KGZ9bltOmxn6mn1H1OpMwaf+yEnd9gdVNLvka+CeGmgVadttmXQ\nIP5Z\r\n=vh9h\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "lynweklm@gmail.com",
					"name": "broooooklyn"
				},
				{
					"email": "huang@runjuu.com",
					"name": "runjuuu"
				}
			],
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin_1.6.2_1575983951243_0.8678287005606735"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.6.3": {
			"name": "ts-import-plugin",
			"version": "1.6.3",
			"description": "babel-plugin-import TypeScript version",
			"main": "index.js",
			"typings": "index.d.ts",
			"scripts": {
				"build": "rm -rf lib && tsc -p src/tsconfig.json",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test ava && nyc report",
				"lint": "tslint -c ./tslint.json -p ./src/tsconfig.json",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "ava",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@istanbuljs/nyc-config-typescript": "^1.0.0",
				"@types/lodash": "^4.14.149",
				"@types/material-ui": "^0.21.7",
				"@types/node": "^13.1.0",
				"@types/react": "^16.9.14",
				"@types/react-dom": "^16.9.4",
				"antd": "^3.26.0",
				"ava": "^3.0.0",
				"codecov": "^3.6.1",
				"css-loader": "^3.2.1",
				"husky": "^4.0.0",
				"lint-staged": "^10.0.1",
				"lodash": "^4.17.15",
				"lodash-es": "^4.17.15",
				"material-ui": "^0.20.2",
				"mini-css-extract-plugin": "^0.9.0",
				"nyc": "^15.0.0",
				"prettier": "^1.19.1",
				"react": "^16.12.0",
				"react-dom": "^16.12.0",
				"rxjs": "^6.5.3",
				"source-map-support": "^0.5.16",
				"style-loader": "^1.0.1",
				"ts-loader": "^6.2.1",
				"ts-node": "^8.5.4",
				"tslint": "^6.0.0",
				"tslint-eslint-rules": "^5.4.0",
				"typescript": "^3.7.3",
				"webpack": "^4.41.2",
				"webpack-bundle-analyzer": "^3.6.0",
				"webpack-cli": "^3.3.10"
			},
			"dependencies": {
				"tslib": "^1.10.0"
			},
			"ava": {
				"extensions": [
					"ts"
				],
				"require": [
					"ts-node/register"
				],
				"files": [
					"test/specs.ts"
				]
			},
			"prettier": {
				"printWidth": 120,
				"semi": false,
				"trailingComma": "all",
				"singleQuote": true,
				"arrowParens": "always",
				"parser": "typescript"
			},
			"lint-staged": {
				"*.ts": [
					"prettier --write",
					"tslint -c tslint.json -p tsconfig.json --fix -e \"**/test/expect/**\""
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"nyc": {
				"extends": "@istanbuljs/nyc-config-typescript",
				"exclude": [
					"test/**/*.{js,ts}"
				],
				"check-coverage": true
			},
			"collective": {
				"type": "opencollective",
				"url": "https://opencollective.com/ts-import-plugin"
			},
			"gitHead": "477c79092dd9f30dc2bd5bc3ddd238ceccc231d2",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.6.3",
			"_nodeVersion": "12.15.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-cKzPmZtS1cssMZOnSfsIMdGXWEwA/h6wzKDwwdUQKyC6EBgzuChu3dcS3Wn4wzTzL9rCtz0Xi56aOeaH3lp5cw==",
				"shasum": "86598c4faefd958b9b50f400f7a1f117463d1d8f",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.6.3.tgz",
				"fileCount": 8,
				"unpackedSize": 24580,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQr4bCRA9TVsSAnZWagAAWSsP/jrw1k69lqVedxH/+Fkn\nMOVu3LClOmtlZkhk1et5EtM15TlbD/wsDnJwKPDy/qXfSiZZguBSZoToczoy\nuWqC00dtCrzIoQ97l16G9N7Chx0ns06l2FPc+8K1jSq1JljnTKa7JLJCh0Mr\nx81jzzTBuonTsbRdiH9fL/yZVcMwDHMNiin/Wd62WfC2TzhDR56x7TfBdDp4\nkBj1Rt/PjI7FJMcWvjjWgyZcotol16rcHqje5V4H2yeZU9nlKjRB74D92GuM\nZhUGGfQjLs9rBLcgblRUb0qeS09q+8deMzqISo2pS3Gf/e4Tj8XqAuyfoi9f\nbNyP4ALtjcOXhhB1DHfTrVNvgD+p/sUGENXKpjBKWL1+VzYQvHLuPFzZAr6J\nfZMiDpQoXrQlF1rldAUdCU97EDCdYb22jUXNYVBkrJHoBCSaaFNLY8XbFbyD\niI2FaaAxtKN5wyQcoh+FIxyPBPZ/bIbFTBofss+PqzyqPPUmdYclm29gJ+Jv\n8RPT4I6FGtJYgzzro+V3t5+S0biPHJrcKR5Lz2rVCxjoPvM1eVdbj6q9J7ne\nD+QWdjtuHmGOd3gd2nQhfT+x3YQyB8DdkwI+UDAZwpFqgk/0CKEoHyDh/t+9\nExsAp902TbCdBlzaLF+ZwdQMQN9Vh83VUKvoeLYMNUhNgi20Buc3qCdRs0Jt\nvk2E\r\n=FA/Q\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "lynweklm@gmail.com",
					"name": "broooooklyn"
				},
				{
					"email": "huang@runjuu.com",
					"name": "runjuuu"
				}
			],
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin_1.6.3_1581432347170_0.8802843541853653"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.6.4": {
			"name": "ts-import-plugin",
			"version": "1.6.4",
			"description": "babel-plugin-import TypeScript version",
			"main": "./index.js",
			"module": "./esm/index.js",
			"jsnext:main": "./next/index.js",
			"typings": "./lib/index.d.ts",
			"scripts": {
				"build": "yarn build:cjs && yarn build:esm && yarn build:next",
				"build:cjs": "shx rm -rf lib && tsc -p src/tsconfig.json",
				"build:esm": "tsc -p src/tsconfig.json -m esnext --outDir esm -d false",
				"build:next": "tsc -p src/tsconfig.json -m esnext --target ES2018 --outDir next -d false",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test ava && nyc report",
				"lint": "eslint . -c ./.eslintrc.yml 'src/**/*.{ts,tsx}' './*.js'",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "ava",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@istanbuljs/nyc-config-typescript": "^1.0.1",
				"@types/lodash": "^4.14.149",
				"@types/material-ui": "^0.21.7",
				"@types/node": "^13.7.7",
				"@types/react": "^16.9.23",
				"@types/react-dom": "^16.9.5",
				"@typescript-eslint/parser": "^2.21.0",
				"antd": "^4.0.0",
				"ava": "^3.5.0",
				"codecov": "^3.6.5",
				"css-loader": "^3.4.2",
				"cssnano": "^4.1.10",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.10.0",
				"eslint-plugin-import": "^2.20.1",
				"eslint-plugin-prettier": "^3.1.2",
				"eslint-plugin-react": "^7.18.3",
				"eslint-plugin-react-hooks": "^2.5.0",
				"eslint-plugin-sonarjs": "^0.5.0",
				"husky": "^4.2.3",
				"lint-staged": "^10.0.8",
				"lodash": "^4.17.15",
				"lodash-es": "^4.17.15",
				"material-ui": "^0.20.2",
				"mini-css-extract-plugin": "^0.9.0",
				"nyc": "^15.0.0",
				"postcss-loader": "^3.0.0",
				"prettier": "^1.19.1",
				"react": "^16.13.0",
				"react-dom": "^16.13.0",
				"rollup": "^1.32.0",
				"rollup-plugin-typescript2": "^0.26.0",
				"rxjs": "^6.5.4",
				"shx": "^0.3.2",
				"source-map-support": "^0.5.16",
				"style-loader": "^1.1.3",
				"ts-loader": "^6.2.1",
				"ts-node": "^8.6.2",
				"typescript": "^3.8.3",
				"webpack": "^4.41.6",
				"webpack-bundle-analyzer": "^3.6.0",
				"webpack-cli": "^3.3.11"
			},
			"dependencies": {
				"tslib": "^1.11.1"
			},
			"ava": {
				"extensions": [
					"ts"
				],
				"require": [
					"ts-node/register"
				],
				"files": [
					"test/specs.ts"
				]
			},
			"prettier": {
				"printWidth": 120,
				"semi": false,
				"trailingComma": "all",
				"singleQuote": true,
				"arrowParens": "always",
				"parser": "typescript"
			},
			"lint-staged": {
				"*.@(js|ts)": [
					"prettier --write",
					"eslint -c .eslintrc.yml --fix"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"nyc": {
				"extends": "@istanbuljs/nyc-config-typescript",
				"exclude": [
					"test/**/*.{js,ts}"
				],
				"check-coverage": true
			},
			"collective": {
				"type": "opencollective",
				"url": "https://opencollective.com/ts-import-plugin"
			},
			"gitHead": "b630dba03759248946a246607d9c4ef84f219338",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.6.4",
			"_nodeVersion": "12.16.1",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-gPtWtafHFojygHvddTwQupKbXtYjBj7Y5ksM80PZ9AML771o7CPZWo7nl6KsOflsYkKu9eh1fjxfScwR4PP3OQ==",
				"shasum": "3c80413de2af938b20afa73ddd12852d4d272785",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.6.4.tgz",
				"fileCount": 10,
				"unpackedSize": 50254,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXHYgCRA9TVsSAnZWagAA4r8P/0rCrWVueZiJrHjuyb2J\n1kcNrmvlO+BZT1YkqEBQeYClxTgYaIWD74oInZ6zXlm+R2hTmC4D0AMTtU9l\nxH9rNrwQ1A0cMAZCZkvkofEnl8gIh5fuamMU9gyDAGQBKqHHsmlmtU10bw9Q\nF7MUFqQWlyfwmkSzv+ve9ZVV2+kEPkmC3scXf1cmraOJQ49eohAXoWC5M0I7\n6aQbHDWdtVkZea0LkF1uoyS7nuHUH3dO7pRlt+j321WG5+jy4KW1NDF1c0z5\n2cyVcJgiDpQGwA2p7w/RTO/7rdqHOMXfAXZ7xPsgSyUceIx9xbdZ/b8hKeUY\ndV7DoJN1PljFV+Wv1uR5wfZJ1J3phZ45TW3Pal0BOM1SVyqFhtAYpXYtqJqT\nKHXHbESHwTcj783P36Sgdfv7T0tymI+Mhd18UQkFalO/YYBYFXh5jfwmB12z\n0pb75787IKLd2Tv6knrac4AI4S3Uxr3HWWFbSsnrz3kQSbuB9KQEZq/VcbLQ\n/NQ8dyTsdtVw0MTvijB0yA6YXDpiyQKMJhwA04XkYvGRHDDNPDVsUdtzynEs\nllj3auJV2HS48VG1yWxRlOF+pKA2b+1x0zCzeXkVBbCjJGTF9gTP5cD7vntV\nK6jxTAFdzkV56zalKiS5FAXNe027onPKpud/VurUW+pPztoVZ83+sGAfBzYZ\nwWKA\r\n=vyIH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "lynweklm@gmail.com",
					"name": "broooooklyn"
				},
				{
					"email": "huang@runjuu.com",
					"name": "runjuuu"
				}
			],
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin_1.6.4_1583117855691_0.4915057467507289"
			},
			"_hasShrinkwrap": false,
			"deprecated": "Missing entry file for cjs",
			"contributors": []
		},
		"1.6.5": {
			"name": "ts-import-plugin",
			"version": "1.6.5",
			"description": "babel-plugin-import TypeScript version",
			"main": "./index.js",
			"module": "./esm/index.js",
			"jsnext:main": "./next/index.js",
			"typings": "./lib/index.d.ts",
			"scripts": {
				"build": "yarn build:cjs && yarn build:esm && yarn build:next",
				"build:cjs": "shx rm -rf lib && tsc -p src/tsconfig.json",
				"build:esm": "tsc -p src/tsconfig.json -m esnext --outDir esm -d false",
				"build:next": "tsc -p src/tsconfig.json -m esnext --target ES2018 --outDir next -d false",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test ava && nyc report",
				"lint": "eslint . -c ./.eslintrc.yml 'src/**/*.{ts,tsx}' './*.js'",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "ava",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@istanbuljs/nyc-config-typescript": "^1.0.1",
				"@types/lodash": "^4.14.149",
				"@types/material-ui": "^0.21.7",
				"@types/node": "^13.7.7",
				"@types/react": "^16.9.23",
				"@types/react-dom": "^16.9.5",
				"@typescript-eslint/parser": "^2.21.0",
				"antd": "^4.0.0",
				"ava": "^3.5.0",
				"codecov": "^3.6.5",
				"css-loader": "^3.4.2",
				"cssnano": "^4.1.10",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.10.0",
				"eslint-plugin-import": "^2.20.1",
				"eslint-plugin-prettier": "^3.1.2",
				"eslint-plugin-react": "^7.18.3",
				"eslint-plugin-react-hooks": "^2.5.0",
				"eslint-plugin-sonarjs": "^0.5.0",
				"husky": "^4.2.3",
				"lint-staged": "^10.0.8",
				"lodash": "^4.17.15",
				"lodash-es": "^4.17.15",
				"material-ui": "^0.20.2",
				"mini-css-extract-plugin": "^0.9.0",
				"nyc": "^15.0.0",
				"postcss-loader": "^3.0.0",
				"prettier": "^1.19.1",
				"react": "^16.13.0",
				"react-dom": "^16.13.0",
				"rollup": "^1.32.0",
				"rollup-plugin-typescript2": "^0.26.0",
				"rxjs": "^6.5.4",
				"shx": "^0.3.2",
				"source-map-support": "^0.5.16",
				"style-loader": "^1.1.3",
				"ts-loader": "^6.2.1",
				"ts-node": "^8.6.2",
				"typescript": "^3.8.3",
				"webpack": "^4.41.6",
				"webpack-bundle-analyzer": "^3.6.0",
				"webpack-cli": "^3.3.11"
			},
			"dependencies": {
				"tslib": "^1.11.1"
			},
			"ava": {
				"extensions": [
					"ts"
				],
				"require": [
					"ts-node/register"
				],
				"files": [
					"test/specs.ts"
				]
			},
			"prettier": {
				"printWidth": 120,
				"semi": false,
				"trailingComma": "all",
				"singleQuote": true,
				"arrowParens": "always",
				"parser": "typescript"
			},
			"lint-staged": {
				"*.@(js|ts)": [
					"prettier --write",
					"eslint -c .eslintrc.yml --fix"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"nyc": {
				"extends": "@istanbuljs/nyc-config-typescript",
				"exclude": [
					"test/**/*.{js,ts}"
				],
				"check-coverage": true
			},
			"collective": {
				"type": "opencollective",
				"url": "https://opencollective.com/ts-import-plugin"
			},
			"gitHead": "757f10c9912c55160f6ea5a1fe49daded377e18b",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.6.5",
			"_nodeVersion": "12.16.1",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-RovlYnd0gJW8N6AV2CJR7DCES4cK/yyCYUoM/4Vy7LHyq+osneEa4pGNaODqb9YMgyZO4HGO67Ikwv8hvArRlw==",
				"shasum": "4f3a109ec5da1c2e85770d133723e1ec3a7bd23b",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.6.5.tgz",
				"fileCount": 11,
				"unpackedSize": 50312,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXISWCRA9TVsSAnZWagAAE20P/jYOO8ppscmPNucoARBb\nJc5Q1ibY4q6Y20UNc0UdjSPOOJxOnJeRA9FML/w6bPV8gdnsipaDToBrkgK+\nmN70BdFxnh7YKdMJA/H6zgCBENWcfVlTVSVe1ArZyjiEf/7UW/rA7+ZugSOK\nqLpB8J+HtVaz7d3c9NrRRzFT9A3JB4z1pKnhOToB/bveRoEu09n1y5qrlZeo\nWXFxMHAzkSAVIQCss80+EZjH6mqvXzi+IyAGAu23UtsbUSVJU5S8nLCiXsId\ntyTxbN3fBT5jd2f9ji8Qa4a8iJQtpFKB4hJr1TRh5fC6WflRD3dDuq8+qxRi\nDOnudQVpPNF9g5xHx3QpHitjveUP+UfFn/XcdW1/d8+i+blLEbjoRyUFCxbv\nTGeFcbhNwWp0iDNd5ZNQjIIXiTlDBfbKs5zrcCxQzm7YM2jeM88vDQc91MA5\nUotP7++lclv3LF3CJapc6HVR49L184ofZ1JwEWN/ijuzvucyExiyk8htJc/E\nXk3UcteOJX+sNRc+HUUbRXuPzLh5Cj7PLMDXaH4JKEvN351Q8rzu/YUgwWog\nC/cGDFRfk6nRW7DYcLLV8ZaILWAiTSTL67uNe7zWXAXx9xwDzH/iiwPkY5+O\nlg49+D5EOUUkid1u9tMpAqb8CO54YnC7OABcptM2I2lscqqRDj++wrRNTT51\nBc59\r\n=1ALm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "lynweklm@gmail.com",
					"name": "broooooklyn"
				}
			],
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin_1.6.5_1583121558011_0.08509548002788647"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.6.6": {
			"name": "ts-import-plugin",
			"version": "1.6.6",
			"description": "babel-plugin-import TypeScript version",
			"main": "./index.js",
			"module": "./esm/index.js",
			"jsnext:main": "./next/index.js",
			"typings": "./lib/index.d.ts",
			"scripts": {
				"build": "yarn build:cjs && yarn build:esm && yarn build:next",
				"build:cjs": "shx rm -rf lib && tsc -p src/tsconfig.json",
				"build:esm": "tsc -p src/tsconfig.json -m esnext --outDir esm -d false",
				"build:next": "tsc -p src/tsconfig.json -m esnext --target ES2018 --outDir next -d false",
				"cover": "rm -rf ./coverage ./.nyc_output && nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=test ava && nyc report",
				"lint": "eslint . -c ./.eslintrc.yml 'src/**/*.{ts,tsx}' './*.js'",
				"start": "rm -rf dist && NODE_ENV=production webpack",
				"test": "ava",
				"watch": "tsc -p ./src/tsconfig.json -w --diagnostics"
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/Brooooooklyn/ts-import-plugin.git"
			},
			"keywords": [
				"antd",
				"TypeScript",
				"plugin"
			],
			"author": {
				"name": "lynweklm@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"@istanbuljs/nyc-config-typescript": "^1.0.1",
				"@types/lodash": "^4.14.149",
				"@types/material-ui": "^0.21.7",
				"@types/node": "^13.11.0",
				"@types/react": "^16.9.32",
				"@types/react-dom": "^16.9.6",
				"@typescript-eslint/parser": "^2.26.0",
				"antd": "^4.1.0",
				"ava": "^3.5.2",
				"codecov": "^3.6.5",
				"css-loader": "^3.4.2",
				"cssnano": "^4.1.10",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.10.1",
				"eslint-plugin-import": "^2.20.2",
				"eslint-plugin-prettier": "^3.1.2",
				"eslint-plugin-react": "^7.19.0",
				"eslint-plugin-react-hooks": "^3.0.0",
				"eslint-plugin-sonarjs": "^0.5.0",
				"husky": "^4.2.3",
				"lint-staged": "^10.1.1",
				"lodash": "^4.17.15",
				"lodash-es": "^4.17.15",
				"material-ui": "^0.20.2",
				"mini-css-extract-plugin": "^0.9.0",
				"nyc": "^15.0.0",
				"postcss-loader": "^3.0.0",
				"prettier": "^2.0.2",
				"react": "^16.13.1",
				"react-dom": "^16.13.1",
				"rollup": "^2.3.2",
				"rollup-plugin-typescript2": "^0.27.0",
				"rxjs": "^6.5.4",
				"shx": "^0.3.2",
				"source-map-support": "^0.5.16",
				"style-loader": "^1.1.3",
				"ts-loader": "^6.2.2",
				"ts-node": "^8.8.1",
				"typescript": "^3.8.3",
				"webpack": "^4.42.1",
				"webpack-bundle-analyzer": "^3.6.1",
				"webpack-cli": "^3.3.11"
			},
			"dependencies": {
				"tslib": "^1.11.1"
			},
			"ava": {
				"extensions": [
					"ts"
				],
				"require": [
					"ts-node/register"
				],
				"files": [
					"test/specs.ts"
				]
			},
			"prettier": {
				"printWidth": 120,
				"semi": false,
				"trailingComma": "all",
				"singleQuote": true,
				"arrowParens": "always",
				"parser": "typescript"
			},
			"lint-staged": {
				"*.@(js|ts)": [
					"prettier --write",
					"eslint -c .eslintrc.yml --fix"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"nyc": {
				"extends": "@istanbuljs/nyc-config-typescript",
				"exclude": [
					"test/**/*.{js,ts}"
				],
				"check-coverage": true
			},
			"collective": {
				"type": "opencollective",
				"url": "https://opencollective.com/ts-import-plugin"
			},
			"gitHead": "4c970ffa7bc3449bb911f4acbc2e20ec23feb640",
			"bugs": {
				"url": "https://github.com/Brooooooklyn/ts-import-plugin/issues"
			},
			"homepage": "https://github.com/Brooooooklyn/ts-import-plugin#readme",
			"_id": "ts-import-plugin@1.6.6",
			"_nodeVersion": "12.16.1",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-u0c1YsVlKIALIkei0qqsCY3CcfOl+WdOKy0keTQM5T75jd2eLfuLJwsnhtHxstW9Ha51kZADHXj4EfP+Z0C+tQ==",
				"shasum": "d348f0e16bca7ffef74cc582cee10ad0e73204bf",
				"tarball": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.6.6.tgz",
				"fileCount": 12,
				"unpackedSize": 51514,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehrQ2CRA9TVsSAnZWagAAbO4QAJfG6WSahFxYQtC5KEOh\nPak/GZZGNu6KkiRGThgSm59tycKw0HFvl62MTysMFVc5qoCZmo0qXTRPrurj\nw5QcEjWpKeMUu2IZOw4ZrLj7mryMl217n8TIGSUey4PVUOoWM7L1gdLSV/wR\n2clnQm05ju/Q3NvFWW6JkoHZpbxuPxhMVWk1+ayAPA2xLL1Uf07/dsgPLCDC\n11F3VysUDSP/bwFRA+SfMUMzaY1M7Au29xBhXn0zn/MftgBml3e430ZPw0gp\n/P8gxpty0PnSnXyLHef8nzGxOoc6hPtT8kXrFs+2wAgIDuHnoymHaUSFS5P+\nFvtUTnHeEpWbVQ+hBmDh8zzcATbr+Hr7IJyrhABkCmUIBE/qmyPfh/JeuuvX\nHaqd792FH4Wei2og9+dve2FFwtUKmGc9nR7i2qL7HvTaSMPPVt47It6NAgMU\nTFYCB1jqseqMrNHEABd9zofNYWBtvLvktUpuw7Ky14xS/eCBkVUgAP+X6Ydb\nuUx82IfGTAm7mri5tmU0zTpjrRTNo6OPWEUKH53BDNIQP6PcxW25snO4qQIT\nIUabsvbu/M4RVNm5AvgG3DuhmBwPPiFBYwVQyeKZmSL7M4n8Acz3/c1zwZuw\n3b/fjjaJ8tbd6fK8iyluEImBsQVQFck8ToNpEjp0ZCuKkrAeXz5ZwcaB0vfi\nugWD\r\n=LTAO\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "lynweklm@gmail.com",
					"name": "broooooklyn"
				}
			],
			"_npmUser": {
				"name": "broooooklyn",
				"email": "lynweklm@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ts-import-plugin_1.6.6_1585886262204_0.44448399828661556"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-04-03T03:57:44.932Z",
		"created": "2017-07-01T08:36:58.289Z",
		"1.0.1": "2017-07-01T08:36:58.289Z",
		"1.0.2": "2017-07-01T09:53:15.338Z",
		"1.0.3": "2017-07-01T10:01:43.069Z",
		"1.0.4": "2017-08-06T07:38:53.400Z",
		"1.1.0": "2017-08-10T16:04:01.506Z",
		"1.1.1": "2017-08-23T15:19:09.753Z",
		"1.1.2": "2017-08-25T05:59:32.317Z",
		"1.2.0": "2017-08-29T10:16:47.272Z",
		"1.2.1": "2017-10-19T06:50:01.216Z",
		"1.3.0": "2017-10-19T07:01:01.474Z",
		"1.3.1": "2017-10-27T04:28:40.627Z",
		"1.4.1": "2017-10-27T08:12:29.006Z",
		"1.4.2": "2017-10-27T08:48:37.689Z",
		"1.4.3": "2017-12-05T13:28:44.698Z",
		"1.4.4": "2018-02-23T13:42:33.736Z",
		"1.4.5": "2018-05-22T05:58:06.332Z",
		"1.5.0": "2018-05-30T08:54:01.287Z",
		"1.5.1": "2018-06-04T09:57:55.425Z",
		"1.5.2": "2018-06-05T02:49:23.325Z",
		"1.5.3": "2018-06-22T04:24:31.405Z",
		"1.5.4": "2018-06-25T08:19:56.726Z",
		"1.5.5": "2018-09-07T08:36:00.228Z",
		"1.6.0": "2019-06-21T15:14:34.571Z",
		"1.6.1": "2019-06-21T15:37:27.750Z",
		"1.6.2": "2019-12-10T13:19:11.391Z",
		"1.6.3": "2020-02-11T14:45:47.297Z",
		"1.6.4": "2020-03-02T02:57:35.843Z",
		"1.6.5": "2020-03-02T03:59:18.128Z",
		"1.6.6": "2020-04-03T03:57:42.377Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.6.6"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"cc3962c81ea40ee7f016f9439c078353\"",
			"fetched": 1600326155034
		}
	},
	"_distfiles": {
		"ts-import-plugin-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.0.1.tgz",
			"sha": "602715d21e38bcbbec64ec830bf3ca1535c36c95",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.0.2.tgz",
			"sha": "b78e54c3f24374cbbb9f463db2a40f5acae0a96d",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.0.3.tgz",
			"sha": "f7b2936110615863911aa8c984e0e2093405dc81",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.0.4.tgz",
			"sha": "6f0f94abc7463f0668b0e1546575ff34115f6f2b",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.1.0.tgz",
			"sha": "8345044181a68776f3c5e040bcc6f97b0c23c6c1",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.1.1.tgz",
			"sha": "d3734ca801395ddcb2de4f366febe1c8c065e93e",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.1.2.tgz",
			"sha": "51654908ad78da06317c83d8cd72ec7006f1e363",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.2.0.tgz",
			"sha": "2d0fae8b0e8800284eb8bc3ea29c0e16899e87df",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.2.1.tgz",
			"sha": "96d993e38f716aad530ffc961c24849c2baf6168",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.3.0.tgz",
			"sha": "598066acc2795397c9c7a8b07f4693e7fb6109bb",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.3.1.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.3.1.tgz",
			"sha": "892f8235d7bfad23bcd2d324f7e2c407c1127e31",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.4.1.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.4.1.tgz",
			"sha": "4fec6c328000f6adeee11fc3d49bdfdbd39ea2bd",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.4.2.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.4.2.tgz",
			"sha": "68e4a197cddc38f4cdc90e600acf50df90723f23",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.4.3.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.4.3.tgz",
			"sha": "4d8ead922c65fe919f7a932e0c9224848b969cee",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.4.4.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.4.4.tgz",
			"sha": "0c12d99f36429fb29b6c1c2e823acff99f5f411b",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.4.5.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.4.5.tgz",
			"sha": "42c2edadf46deabe359ab2aef8353ca885de88e2",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.5.0.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.5.0.tgz",
			"sha": "6fe820337fcadd28dede0250098a8549c510a492",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.5.1.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.5.1.tgz",
			"sha": "2280e84d2dc62f9f511989c8a5cc0d81fe71c37f",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.5.2.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.5.2.tgz",
			"sha": "ec2a135a9e1d75f08d7ed01b239ad41b977418db",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.5.3.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.5.3.tgz",
			"sha": "adde0a107b64a46fa13d3f334dc2ea63e76b0815",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.5.4.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.5.4.tgz",
			"sha": "5f9843a39e3ed30c07a7cb2651d4d9185e8d7e09",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.5.5.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.5.5.tgz",
			"sha": "3c57b6f8e42486404f4124146dd44090d98a740c",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.6.0.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.6.0.tgz",
			"sha": "8874a1dcb019a55dcdb2d54abaacac348dba1946",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.6.1.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.6.1.tgz",
			"sha": "96477d241a154954508aa1397be03000735f98d0",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.6.2.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.6.2.tgz",
			"sha": "9a9680b6e3e4a4c94fba9f2be7ce6a0ed478c438",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.6.3.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.6.3.tgz",
			"sha": "86598c4faefd958b9b50f400f7a1f117463d1d8f",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.6.4.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.6.4.tgz",
			"sha": "3c80413de2af938b20afa73ddd12852d4d272785",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.6.5.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.6.5.tgz",
			"sha": "4f3a109ec5da1c2e85770d133723e1ec3a7bd23b",
			"registry": "npmjs"
		},
		"ts-import-plugin-1.6.6.tgz": {
			"url": "https://registry.npmjs.org/ts-import-plugin/-/ts-import-plugin-1.6.6.tgz",
			"sha": "d348f0e16bca7ffef74cc582cee10ad0e73204bf",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"ts-import-plugin-1.6.6.tgz": {
			"shasum": "d348f0e16bca7ffef74cc582cee10ad0e73204bf"
		}
	},
	"_rev": "2-1376734b1e82c937",
	"_id": "ts-import-plugin",
	"readme": "[![Financial Contributors on Open Collective](https://opencollective.com/ts-import-plugin/all/badge.svg?label=financial+contributors)](https://opencollective.com/ts-import-plugin) [![npm version](https://badge.fury.io/js/ts-import-plugin.svg)](https://www.npmjs.com/package/ts-import-plugin)\n[![CircleCI](https://circleci.com/gh/Brooooooklyn/ts-import-plugin.svg?style=svg)](https://circleci.com/gh/Brooooooklyn/ts-import-plugin)\n[![codecov](https://codecov.io/gh/Brooooooklyn/ts-import-plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/Brooooooklyn/ts-import-plugin)\n\n# ts-import-plugin\n\nModular import plugin for TypeScript, compatible with antd, antd-mobile and so on.\n\nwebpack template `./webpack.config.js`, run: `npm start` to see the bundle analyzer.\n\n> This plugin is not work if your are using `import * as _ from 'lodash'` or `import _ from 'lodash'`\n\n![bundle-analyzer](./bundle.jpg)\n\n# Why use this\n\ntransform such code:\n```ts\nimport { Alert, Card as C } from 'antd'\n```\ninto:\n\n```ts\nimport Alert from 'antd/lib/alert'\nimport 'antd/lib/alert/style/index.less'\nimport { default as C } from 'antd/lib/card'\nimport 'antd/lib/card/style/index.less'\n```\n\n# Usage\n\n## With ts-loader\n```js\n//tsconfig.json\n{\n  ...\n  \"module\": \"ESNext\",\n  ...\n}\n```\n\n```js\n// webpack.config.js\nconst tsImportPluginFactory = require('ts-import-plugin')\n\nmodule.exports = {\n  // ...\n  module: {\n    rules: [\n      {\n        test: /\\.(jsx|tsx|js|ts)$/,\n        loader: 'ts-loader',\n        options: {\n          transpileOnly: true,\n          getCustomTransformers: () => ({\n            before: [ tsImportPluginFactory( /** options */) ]\n          }),\n          compilerOptions: {\n            module: 'es2015'\n          }\n        },\n        exclude: /node_modules/\n      }\n    ]\n  },\n  // ...\n}\n```\n\n## With awesome-typescript-loader ( >= 3.5.0 )\n```js\n//tsconfig.json\n{\n  ...\n  \"module\": \"ESNext\",\n  ...\n}\n```\n\n```js\n// webpack.config.js\nconst tsImportPluginFactory = require('ts-import-plugin')\n\nmodule.exports = {\n  // ...\n  module: {\n    rules: [\n      {\n        test: /\\.tsx?$/,\n        loader: 'awesome-typescript-loader',\n        options: {\n          getCustomTransformers: () => ({\n            before: [ tsImportPluginFactory( /** options */) ]\n          }),\n        },\n        exclude: /node_modules/\n      }\n    ]\n  },\n  // ...\n}\n```\n\n## With rollup\n```js\nimport typescript from 'rollup-plugin-typescript2'\nimport createTransformer from 'ts-import-plugin'\n\nconst transformer = createTransformer({\n  libraryDirectory: 'es',\n  libraryName: 'antd',\n  style: true\n})\n\nexport default {\n  input: `./test/fixtures/index.tsx`,\n  plugins: [typescript({\n    clean: true,\n    transformers: [() => ({\n      before: transformer,\n    })]\n  })],\n  output: [\n    {\n      file: `./dist/rollup.dist.js`,\n      format: 'esm',\n    },\n  ],\n}\n```\n\n## Options\n\n`options` can be an object:\n\n- libraryName `string`\n\n  default `'antd'`\n- style `boolean | string | ((path: string) => string)`\n\n  default `false`\n- libraryDirectory `string | ((name: string) => string)`\n\n  default `'lib'`\n- camel2DashComponentName `boolean`\n\n  default `true`\n- camel2UnderlineComponentName `boolean`\n\n  default `false`\n- libraryOverride `boolean`\n\n  default `false`\n\nexample:\n\n```js\ntsImportPluginFactory({\n  libraryName: 'antd',\n  libraryDirectory: 'lib',\n  style: true\n})\n```\n\n```js\n{\n  libraryName: '@material-ui/core',\n  libraryDirectory: '',\n  camel2DashComponentName: false\n}\n```\n\n`options` can be an array:\n\nexample:\n\n```javascript\n[\n  {\n    libraryName: 'antd',\n    libraryDirectory: 'lib',\n    style: true\n  }, {\n    libraryName: '@material-ui/core',\n    libraryDirectory: '',\n    camel2DashComponentName: false\n  }\n]\n```\n\n# Compatible libs:\n\n## [ant-design](https://github.com/ant-design/ant-design)\n\n```ts\nconst transformerFactory = require('ts-import-plugin')\n// with less\ntransformerFactory({ style: true })\n// with css\ntransformerFactory({ style: 'css' })\n// without style\ntransformerFactory()\n```\n\n## [lodash](https://github.com/lodash/lodash/)\n\n> notice you should manual `import 'lodash/core'` in your project if your are using `import { chain } from 'lodash'` .\n\n```ts\ntransformerFactory({\n  style: false,\n  libraryName: 'lodash',\n  libraryDirectory: null,\n  camel2DashComponentName: false\n})\n```\n\n## [antd-mobile](https://github.com/ant-design/ant-design-mobile)\n\n```ts\n// with css.web\ntransformerFactory({ libraryName: 'antd-mobile', style: 'css', styleExt: 'css.web' })\n\n// antd-mobile recently changed styleExt. If error occurs with prev, try next.\ntransformerFactory({ libraryName: 'antd-mobile', style: 'css' })\n```\n\n## [material-ui](https://github.com/mui-org/material-ui)\n\n```ts\nimport { Button } from '@material-ui/core'\nimport { Remove, Refresh, Add } from '@material-ui/icons'\n```\n\n```ts\ntransformerFactory({\n  libraryName: '@material-ui/core',\n  libraryDirectory: '',\n  camel2DashComponentName: false\n})\n\n// svg-icons\ntransformerFactory({\n  libraryDirectory: importName => {\n    const stringVec = importName.split(/([A-Z][a-z]+|[0-9]*)/)\n      .filter(s => s.length)\n      .map(s => s.toLocaleLowerCase())\n\n    return stringVec\n      .reduce((acc, cur, index) => {\n        if (index > 1) {\n          return acc + '-' + cur\n        } else if (index === 1) {\n          return acc + '/' + cur\n        }\n        return acc + cur\n      }, '')\n  },\n  libraryName: '@material-ui/icons',\n  style: false,\n  camel2DashComponentName: false\n})\n```\n\n## [element-ui](https://github.com/ElemeFE/element)\n\n```ts\nimport { Button } from 'element-ui'\n```\n\n```ts\ntransformerFactory({\n    libraryName: 'element-ui',\n    libraryDirectory: 'lib',\n    camel2DashComponentName: true,\n    style: (path: string) =>\n        join('element-ui', 'lib', 'theme-chalk', `${\n            camel2Dash(basename(path, '.js'))}.css`),\n})\n```\n\n## [RxJS](https://github.com/reactivex/rxjs)\n\nsee [rxjs-webpack-treeshaking-example](https://github.com/Brooooooklyn/rxjs-webpack-treeshaking-example) for more details\n\n> only compatible for 5.5+\n\n- RxJS v5:\n\n```ts\ntransformerFactory({\n  libraryDirectory: '../_esm2015/operators',\n  libraryName: 'rxjs/operators',\n  style: false,\n  camel2DashComponentName: false,\n  transformToDefaultImport: false\n})\n```\n\n- RxJS v6:\n\n```ts\ntransformerFactory([\n  {\n    libraryDirectory: '../_esm5/internal/operators',\n    libraryName: 'rxjs/operators',\n    camel2DashComponentName: false,\n    transformToDefaultImport: false\n  },\n  {\n    libraryDirectory: '../_esm5/internal/observable',\n    libraryName: 'rxjs',\n    camel2DashComponentName: false,\n    transformToDefaultImport: false,\n  }\n])\n```\n\n## Contributors\n\n### Code Contributors\n\nThis project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].\n<a href=\"https://github.com/undefined/undefined/graphs/contributors\"><img src=\"https://opencollective.com/ts-import-plugin/contributors.svg?width=890&button=false\" /></a>\n\n### Financial Contributors\n\nBecome a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/ts-import-plugin/contribute)]\n\n#### Individuals\n\n<a href=\"https://opencollective.com/ts-import-plugin\"><img src=\"https://opencollective.com/ts-import-plugin/individuals.svg?width=890\"></a>\n\n#### Organizations\n\nSupport this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/ts-import-plugin/contribute)]\n\n<a href=\"https://opencollective.com/ts-import-plugin/organization/0/website\"><img src=\"https://opencollective.com/ts-import-plugin/organization/0/avatar.svg\"></a>\n<a href=\"https://opencollective.com/ts-import-plugin/organization/1/website\"><img src=\"https://opencollective.com/ts-import-plugin/organization/1/avatar.svg\"></a>\n<a href=\"https://opencollective.com/ts-import-plugin/organization/2/website\"><img src=\"https://opencollective.com/ts-import-plugin/organization/2/avatar.svg\"></a>\n<a href=\"https://opencollective.com/ts-import-plugin/organization/3/website\"><img src=\"https://opencollective.com/ts-import-plugin/organization/3/avatar.svg\"></a>\n<a href=\"https://opencollective.com/ts-import-plugin/organization/4/website\"><img src=\"https://opencollective.com/ts-import-plugin/organization/4/avatar.svg\"></a>\n<a href=\"https://opencollective.com/ts-import-plugin/organization/5/website\"><img src=\"https://opencollective.com/ts-import-plugin/organization/5/avatar.svg\"></a>\n<a href=\"https://opencollective.com/ts-import-plugin/organization/6/website\"><img src=\"https://opencollective.com/ts-import-plugin/organization/6/avatar.svg\"></a>\n<a href=\"https://opencollective.com/ts-import-plugin/organization/7/website\"><img src=\"https://opencollective.com/ts-import-plugin/organization/7/avatar.svg\"></a>\n<a href=\"https://opencollective.com/ts-import-plugin/organization/8/website\"><img src=\"https://opencollective.com/ts-import-plugin/organization/8/avatar.svg\"></a>\n<a href=\"https://opencollective.com/ts-import-plugin/organization/9/website\"><img src=\"https://opencollective.com/ts-import-plugin/organization/9/avatar.svg\"></a>"
}