{
	"name": "eslint-utils",
	"versions": {
		"0.0.0": {
			"name": "eslint-utils",
			"version": "0.0.0",
			"description": "Utilities for ESLint plugins.",
			"engines": {
				"node": ">=6"
			},
			"main": "index",
			"files": [
				"index.*"
			],
			"dependencies": {},
			"devDependencies": {
				"codecov": "^3.0.1",
				"eslint": "^4.19.1",
				"eslint-plugin-mysticatea": "^5.0.0-beta.4",
				"esm": "^3.0.28",
				"espree": "^3.5.4",
				"mocha": "^5.1.1",
				"nyc": "^11.7.1",
				"opener": "^1.4.3",
				"rimraf": "^2.6.2",
				"rollup": "^0.58.2",
				"rollup-plugin-sourcemaps": "^0.4.2",
				"vuepress": "^0.8.4"
			},
			"scripts": {
				"prebuild": "npm run -s clean",
				"build": "rollup -c",
				"clean": "rimraf .nyc_output coverage index.*",
				"codecov": "nyc report -r lcovonly && codecov",
				"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
				"docs:build": "vuepress build docs",
				"docs:watch": "vuepress dev docs",
				"lint": "eslint src test",
				"pretest": "npm run -s lint && npm run -s build",
				"test": "nyc mocha --reporter dot \"test/*.js\"",
				"preversion": "npm test && npm run -s build",
				"postversion": "git push && git push --tags",
				"prewatch": "npm run -s clean",
				"watch": "mocha --require esm --reporter dot --watch --growl \"test/*.js\""
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-utils.git"
			},
			"keywords": [
				"eslint"
			],
			"author": {
				"name": "Toru Nagashima"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-utils/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-utils#readme",
			"gitHead": "d67603664d2c969dea5b1561f478e82443d5061c",
			"_id": "eslint-utils@0.0.0",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "mysticatea",
				"email": "star.ctor@gmail.com"
			},
			"dist": {
				"integrity": "sha512-5iNfBMUQIAgBe6nO6bu+UFbaEt6VxFpFIogb1b4rEr9M4Y5F7/IrMji+bdVe1QcxSLiYxfe5uZJVNpQd/thdSg==",
				"shasum": "2b9b5252ceb434f033d72413b0bac6b237b24f4d",
				"tarball": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-0.0.0.tgz",
				"fileCount": 7,
				"unpackedSize": 146376,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa6yh1CRA9TVsSAnZWagAAVOIQAIHFeIcIAzwP62KOGyVa\n7aFYmRKGY2X/cA1Qp1XM6oYoSkR++UwxePx2iEQtOkyIpguyfHc6vXe0PO++\nAtUEWLG7MGLcoKCFhmiQ6FlDza3D4brsBHPLBT2tdYvRDMoqFzzFBgbf8noQ\n+UU+rsiJXEycWmPGQ8wbJ8+cStNE1Xsh0QsMBILn2+86frDTfT47eDsJilvg\n090TObkNITnwAfC1O0cc65L0T39ha/4wAkQj5pp+gLeyqNC99owb5InIkiSx\nt9JKdhc4PedTLxI+2ufhMcpIQ74Nxn4mS2zNW2Os2hic6kLyTcuReJC1wKcR\nlo7VzGMupc1WYBVLZb0VchAtehX9hwuP0uM0+ua7gntIhOHiYUWcdcqU0a4w\nKmfXENRNO5O8aRRhCmNuEFfu2AJMy7YQITdehXtTmfAd+5n2BflkW/jf51/Y\n9Dv5RLagK3CF9qGeq1jY4V+UOCGRiaRW/3913ThX6TwFhWTwr0bWYEewKVOm\nzkumziNVfSkMFy2l8Z98PNwpyBdXSH+qUVXJRDnj1yCMMALS4dMcfay7DuPo\nTXeMDGsDrw9zyZOh00qoc5tXkgzVOalFXUMnM1bVb0MOAreVJNLu4AHSYS0i\nk0c2hj604WlP7Rlx4uD9ByVbwith8wZQxHWAN3zFkxmMoIIxfi8oAaUXwu08\nUHWC\r\n=sCMe\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mysticatea",
					"email": "star.ctor@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/eslint-utils_0.0.0_1525360755713_0.8592458748429421"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0": {
			"name": "eslint-utils",
			"version": "1.0.0",
			"description": "Utilities for ESLint plugins.",
			"engines": {
				"node": ">=6"
			},
			"main": "index",
			"files": [
				"index.*"
			],
			"dependencies": {},
			"devDependencies": {
				"codecov": "^3.0.1",
				"eslint": "^4.19.1",
				"eslint-plugin-mysticatea": "^5.0.0-beta.4",
				"esm": "^3.0.28",
				"espree": "^3.5.4",
				"mocha": "^5.1.1",
				"nyc": "^11.7.1",
				"opener": "^1.4.3",
				"rimraf": "^2.6.2",
				"rollup": "^0.58.2",
				"rollup-plugin-sourcemaps": "^0.4.2",
				"vuepress": "^0.8.4"
			},
			"scripts": {
				"prebuild": "npm run -s clean",
				"build": "rollup -c",
				"clean": "rimraf .nyc_output coverage index.*",
				"codecov": "nyc report -r lcovonly && codecov",
				"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
				"docs:build": "vuepress build docs",
				"docs:watch": "vuepress dev docs",
				"lint": "eslint src test",
				"pretest": "npm run -s lint && npm run -s build",
				"test": "nyc mocha --reporter dot \"test/*.js\"",
				"preversion": "npm test && npm run -s build",
				"postversion": "git push && git push --tags",
				"prewatch": "npm run -s clean",
				"watch": "mocha --require esm --reporter dot --watch --growl \"test/*.js\""
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-utils.git"
			},
			"keywords": [
				"eslint"
			],
			"author": {
				"name": "Toru Nagashima"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-utils/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-utils#readme",
			"gitHead": "4d91286e3fb348eb790ca5aee63300c0543dc8ec",
			"_id": "eslint-utils@1.0.0",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "mysticatea",
				"email": "star.ctor@gmail.com"
			},
			"dist": {
				"integrity": "sha512-GVXN0VNONnW0FLZ3z13IqMFH9xxHxxSIRU6k/KOfsJ8Cg7PMkV0RvYaJffrm5NK2XpJEH4ONxSukFiylP85wgg==",
				"shasum": "11bdef8110013dc6d2372533303ae25e8212a8a5",
				"tarball": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.0.0.tgz",
				"fileCount": 7,
				"unpackedSize": 146376,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa6zc7CRA9TVsSAnZWagAAsSEP/Rw4LgJHZMskw1ylZvTB\nc13pSSMovp1k9whfE21BzsmfCdlmDF/iS5BRLjovgRbpOnrcgfHXCh/v/PHB\nEgYEqUrgjxFmR56P0LieIC4n271+FPbN92ezarZPEbPiOQ/K8qB8BmHzpTuI\nP++6s+LX3FCofzISdE41Liwp+He1aS5EfkDsGQSJSrfqjfYkEzmdENbH0+4r\n8uHcS+rS0XJApkOQcGH7tIice8VMApqfRAhC4g5tHQaB+wgZ6yZvBGchy8PE\nfiiOk5UdgD22Lv5+1QaCp18BcUfvWtzH3z39CQCmSx/bIdZIU7IL2YqnUg5P\ndtBueKr2PuMRaQ8m9RnSaydTSP+V2iKDzN6ENli67nkuWNJn4I/ulXTYAB0F\nfk7KBL67u9bNP0zLpCMwVqAqspBAgI2hGOiJgRR6By6R8zvBGud57SaVThJK\ndjS9ieLEOMhgVMny781W9fbuBEiwO8dGvhAAKJegf8/TL6T6ubUJ6yfdJLEx\nRBYRb6KXekxqBiKBK51hfckHfYvkgs7MGxMEH9hHHuR016JgFfwR6QcfW8qC\nODP1Ce47CKTj51tfm0CvGf7ut3JreGNinoPzukzwMLdpXbKpowJnCREzEART\nIWA2wcT+KtZ5UUzB5HcMbIVIR5gK/TZtujXx2rFwlSoV/FFfichOrP0Uhjbe\nZEe3\r\n=FT6H\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mysticatea",
					"email": "star.ctor@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/eslint-utils_1.0.0_1525364538804_0.8343989687217783"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.0": {
			"name": "eslint-utils",
			"version": "1.1.0",
			"description": "Utilities for ESLint plugins.",
			"engines": {
				"node": ">=6"
			},
			"main": "index",
			"files": [
				"index.*"
			],
			"dependencies": {},
			"devDependencies": {
				"codecov": "^3.0.1",
				"eslint": "^4.19.1",
				"eslint-plugin-mysticatea": "^5.0.0-beta.4",
				"esm": "^3.0.28",
				"espree": "^3.5.4",
				"mocha": "^5.1.1",
				"nyc": "^11.7.1",
				"opener": "^1.4.3",
				"rimraf": "^2.6.2",
				"rollup": "^0.58.2",
				"rollup-plugin-sourcemaps": "^0.4.2",
				"vuepress": "^0.8.4"
			},
			"scripts": {
				"prebuild": "npm run -s clean",
				"build": "rollup -c",
				"clean": "rimraf .nyc_output coverage index.*",
				"codecov": "nyc report -r lcovonly && codecov",
				"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
				"docs:build": "vuepress build docs",
				"docs:watch": "vuepress dev docs",
				"lint": "eslint src test",
				"pretest": "npm run -s lint && npm run -s build",
				"test": "nyc mocha --reporter dot \"test/*.js\"",
				"preversion": "npm test && npm run -s build",
				"postversion": "git push && git push --tags",
				"prewatch": "npm run -s clean",
				"watch": "mocha --require esm --reporter dot --watch --growl \"test/*.js\""
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-utils.git"
			},
			"keywords": [
				"eslint"
			],
			"author": {
				"name": "Toru Nagashima"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-utils/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-utils#readme",
			"gitHead": "e9e21f891e2c9378bb68b1b087ca73b7827f0bdb",
			"_id": "eslint-utils@1.1.0",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "mysticatea",
				"email": "star.ctor@gmail.com"
			},
			"dist": {
				"integrity": "sha512-fjLvj3zdVYXWG6akbBsvh+Xa/9AOixdanvhg/7llXLGZGOtV8mEsoWkobEZPdAcvWv9Q+EU9Zqe2nd5idz3a4Q==",
				"shasum": "d5193f8573f2afb667ce9cb7673ff428e8b090a1",
				"tarball": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.1.0.tgz",
				"fileCount": 7,
				"unpackedSize": 151630,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa7En/CRA9TVsSAnZWagAA5pUP/jK9KJ+9bNC9PYKAN3hh\neQV5Ks5xwlG5F9IvlAOUn8oYL+V1RKOOjh7nMc7VZD0Tm+xfDJJ+vzhb6c0B\n+Y/bVv5M9VQ6bX+NU/JqJ4wOrRFAM+bNL0xkXSQff9GgGFgJbp1MuXEoOkjO\nUV1iWFRuAzFS0zjIwPCa6TekJrz28zAQKRhFifrxUfteJioSeJ324QZDYnd8\ntj4en8xH6XroC95chlv3QkfEcJXk5yw16gT2CTYc34ZVz0PGEXbkB+YWjXku\nxwwqHfvhJSLNCavttoXS8ImhtfVE1E0uXubqnh97UWTbTTepzy5vp+w5TR2v\naaS1UBvpUTfkBj4VDim/mCO8oPSNJ6TitqHa2JEBB31tJfyrlguOs5YrfZRZ\nDTUoBOP3zq7aZ8wmkJnrHUHwKo1F7qix/Z/nLMwnnrVCvHNBCAyPgNg5eSUq\nHAjFUCrKJiuol34WcR+74pcZFDvVXsFs1I7XmBsAZdrmk8o38QKS+wmtJrz9\nsPaZZssqtrPGiB6liaMGP0Ye358ZcaoviKdPkCPUKGXb+hp/9mT0l4Pp1Ov5\nw+0rPgvbeZ2bH67n8VmtZ7fiT/cw/VXOeOeFGBKzPEFxHWHk5y7w30Sq5hHt\nJUOi2rTbu8pprJJUQXDHEguec4JOZFf0whIcSDzcMeCQvLJvyYLlbsWVHGjm\n+Z9S\r\n=4A8k\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mysticatea",
					"email": "star.ctor@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/eslint-utils_1.1.0_1525434878272_0.5199902718510927"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.0": {
			"name": "eslint-utils",
			"version": "1.2.0",
			"description": "Utilities for ESLint plugins.",
			"engines": {
				"node": ">=6"
			},
			"main": "index",
			"files": [
				"index.*"
			],
			"dependencies": {},
			"devDependencies": {
				"codecov": "^3.0.1",
				"eslint": "^4.19.1",
				"eslint-plugin-mysticatea": "^5.0.0-beta.7",
				"esm": "^3.0.28",
				"espree": "^3.5.4",
				"mocha": "^5.1.1",
				"nyc": "^11.7.1",
				"opener": "^1.4.3",
				"rimraf": "^2.6.2",
				"rollup": "^0.58.2",
				"rollup-plugin-sourcemaps": "^0.4.2",
				"vuepress": "^0.8.4"
			},
			"scripts": {
				"prebuild": "npm run -s clean",
				"build": "rollup -c",
				"clean": "rimraf .nyc_output coverage index.*",
				"codecov": "nyc report -r lcovonly && codecov",
				"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
				"docs:build": "vuepress build docs",
				"docs:watch": "vuepress dev docs",
				"lint": "eslint src test",
				"pretest": "npm run -s lint && npm run -s build",
				"test": "nyc mocha --reporter dot \"test/*.js\"",
				"preversion": "npm test && npm run -s build",
				"postversion": "git push && git push --tags",
				"prewatch": "npm run -s clean",
				"watch": "mocha --require esm --reporter dot --watch --growl \"test/*.js\""
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-utils.git"
			},
			"keywords": [
				"eslint"
			],
			"author": {
				"name": "Toru Nagashima"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-utils/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-utils#readme",
			"gitHead": "6965b2ed8c46461c092ca6d3b1b065f6547cdcdf",
			"_id": "eslint-utils@1.2.0",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "mysticatea",
				"email": "star.ctor@gmail.com"
			},
			"dist": {
				"integrity": "sha512-pMfL6hj/hztODb5/UaIdS/soSoCFcJtXlPy0E3pnhVwriveemKY2She1rKPBWLpAAFGjp/SJimM5wn0IKNY55Q==",
				"shasum": "559f7fa9c217a04d5b64be9b7473b7336e1c5515",
				"tarball": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.2.0.tgz",
				"fileCount": 7,
				"unpackedSize": 222892,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8ahjCRA9TVsSAnZWagAA5zsP/R7WepQ9vIwNzyNdK7Em\nle4SVg0K4rSRte1ViI8lUYTn08X9v3V1giapIqLZ4Xwqbpr0/0rTF7MWrxP8\nTIlwkU/qBmZaLlV3qfsHlWIDQGyQUgnSfj1mGOKgVx8tB6SBAkK/HV2gumz5\nz3r2T51sqzgWANMlr12lDwyhJbJWWDXiZK2XBeKR1PR//jMsRpsr63CM/YXq\nM1wDgW+tZuYtBQ3qUEx+963am2SjKYbHWA/Ot6OfXoMdbrm/ZfpVi6Qyn6Z5\nVxYdKdQ1coRK4UiUKTgOgVGDphJ/ircFMfmIRnDpbyP1uML59DRqjtUj9b4E\nv/HuuRVxSFrSi7GNZCFwfcMt5Erou5ylArZuhxqQXvEpOr9Nap+AuwYpSyiu\n110njRN6iaAXewGzRWnC4sijidibLgKKdssqPLx9fT+cwBUhiDzngum7e8Qh\nK4BlO1c8GfWH1R5MCQ4loQIUrzsePUAouPgz858n/CB4xWpBofqP56MVKe+z\nBIit2SLAO3yY8DCgfPIzXEFCvqCouK0RGNpnLf1RSRxQCVjSq+F0vobp1DWF\nSPIzLHxFlb3b48jN3UviUie9PGHSufJX0Ix5flOUze469vgsPtBPG2tzaT6U\n7dxSl0T9RfTfwnJq3LuAwVh/EaUpSt//b3r4nqAv1ubhDjRJPaX7rK5s1IYm\n52o0\r\n=0JLu\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mysticatea",
					"email": "star.ctor@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/eslint-utils_1.2.0_1525786722113_0.7435143511266433"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.0": {
			"name": "eslint-utils",
			"version": "1.3.0",
			"description": "Utilities for ESLint plugins.",
			"engines": {
				"node": ">=6"
			},
			"main": "index",
			"files": [
				"index.*"
			],
			"dependencies": {},
			"devDependencies": {
				"codecov": "^3.0.1",
				"eslint": "^4.19.1",
				"eslint-plugin-mysticatea": "^5.0.0-beta.10",
				"esm": "^3.0.28",
				"espree": "^3.5.4",
				"mocha": "^5.1.1",
				"nyc": "^11.7.1",
				"opener": "^1.4.3",
				"rimraf": "^2.6.2",
				"rollup": "^0.58.2",
				"rollup-plugin-sourcemaps": "^0.4.2",
				"vuepress": "github:mysticatea/vuepress"
			},
			"scripts": {
				"prebuild": "npm run -s clean",
				"build": "rollup -c",
				"clean": "rimraf .nyc_output coverage index.*",
				"codecov": "nyc report -r lcovonly && codecov",
				"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
				"docs:build": "vuepress build docs",
				"docs:watch": "vuepress dev docs",
				"lint": "eslint src test",
				"pretest": "npm run -s lint && npm run -s build",
				"test": "nyc mocha --reporter dot \"test/*.js\"",
				"preversion": "npm test && npm run -s build",
				"postversion": "git push && git push --tags",
				"prewatch": "npm run -s clean",
				"watch": "mocha --require esm --reporter dot --watch --growl \"test/*.js\""
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-utils.git"
			},
			"keywords": [
				"eslint"
			],
			"author": {
				"name": "Toru Nagashima"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-utils/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-utils#readme",
			"gitHead": "2fc445d7aa2bda8bdf80c4d3f008ed0673ce555e",
			"_id": "eslint-utils@1.3.0",
			"_npmVersion": "6.0.1",
			"_nodeVersion": "6.14.2",
			"_npmUser": {
				"name": "mysticatea",
				"email": "star.ctor@gmail.com"
			},
			"dist": {
				"integrity": "sha512-6gWcbLFtmr3gjHVXfjB6lfnUFIAZ/ltJ2V88xHPmBd1zYHl48h7NP+6AI3E7a9n9zuGIDAIc/vdIJNwhGXs7jg==",
				"shasum": "ef009e2ac5d50b3128a2998501dee2df3341234f",
				"tarball": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.0.tgz",
				"fileCount": 7,
				"unpackedSize": 248495,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbCm9iCRA9TVsSAnZWagAAT7UP/2vck/OkvGq2iYlfmsUY\nku5V1wdD64uByXrXx3l7LqAWwXQfSMctsoZGHUQW557ckiU1ZtHr637FebBA\nfCJ1m1LYuEaZC+7E0fBAPcLy3oClQYvFdAygLmNOtrvilIkEvgS8dhxo6fyG\nDuMVx5EkBOLE2FrV7bOmwKnPhauYuYhL729kQrf0ip7FL94RXGrWRhRVtmBb\n9+FjjvE4pRLKsq21Ix8v+u6kKFl0kaLRsXnw5O2DbzwLtZU8iGz87HR1xYgV\nwUZ3/ED+qcO8k2PaXqjfOubmGQsaBeq1yucm7vf8cLkV8Bg07gp5IN5yVDZ/\nXsO//vKUIGaFoDJrhc50+jqlxQ4QoXS8FOyXXOWBS0MuAzGeU3qjtx+NN+4K\nKC8p18SkaEtk0rDoIo0Tbu6480DF+Z/98/KYjpzrf5w0IiIaawdOpIB1nLOx\np6dHBi47VIVfA5phTPVYAVG6ssp1/BmXO3Bxvg8N6GStAtoOAq6Se/h63yFu\nIXJzO+TT61AFFQ13ynjzcM02vqRK++uXpta+ASViIWEzAi0BOUAKOkjLXZsv\nGkuQJWYugPUHzYinC6gg4ew4WLgITUmYdp/E6mJrZGFNSk5hutIxHiMICvy7\nJzMP4AWkqwEvi0F4MzEAxdo0+WRd7iUZIKkOzoEwf+pjok/o9baFFbIkf4DP\nYAw9\r\n=PTth\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mysticatea",
					"email": "star.ctor@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/eslint-utils_1.3.0_1527410530387_0.7733824804680802"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.1": {
			"name": "eslint-utils",
			"version": "1.3.1",
			"description": "Utilities for ESLint plugins.",
			"engines": {
				"node": ">=6"
			},
			"main": "index",
			"files": [
				"index.*"
			],
			"dependencies": {},
			"devDependencies": {
				"@mysticatea/eslint-plugin": "^5.0.1",
				"codecov": "^3.0.2",
				"eslint": "^5.0.1",
				"esm": "^3.0.55",
				"espree": "^4.0.0",
				"mocha": "^5.2.0",
				"nyc": "^12.0.2",
				"opener": "^1.4.3",
				"rimraf": "^2.6.2",
				"rollup": "^0.62.0",
				"rollup-plugin-sourcemaps": "^0.4.2",
				"vuepress": "github:mysticatea/vuepress#skip-waiting"
			},
			"scripts": {
				"prebuild": "npm run -s clean",
				"build": "rollup -c",
				"clean": "rimraf .nyc_output coverage index.*",
				"codecov": "nyc report -r lcovonly && codecov",
				"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
				"docs:build": "vuepress build docs",
				"docs:watch": "vuepress dev docs",
				"lint": "eslint src test",
				"pretest": "npm run -s lint && npm run -s build",
				"test": "nyc mocha --reporter dot \"test/*.js\"",
				"preversion": "npm test && npm run -s build",
				"postversion": "git push && git push --tags",
				"prewatch": "npm run -s clean",
				"watch": "mocha --require esm --reporter dot --watch --growl \"test/*.js\""
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-utils.git"
			},
			"keywords": [
				"eslint"
			],
			"author": {
				"name": "Toru Nagashima"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-utils/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-utils#readme",
			"gitHead": "6123e1675671ccf6f12f0d3bdd5e615ec408c79b",
			"_id": "eslint-utils@1.3.1",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.4.0",
			"_npmUser": {
				"name": "mysticatea",
				"email": "star.ctor@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Z7YjnIldX+2XMcjr7ZkgEsOj/bREONV60qYeB/bjMAqqqZ4zxKyWX+BOUkdmRmA9riiIPVvo5x86m5elviOk0Q==",
				"shasum": "9a851ba89ee7c460346f97cf8939c7298827e512",
				"tarball": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz",
				"fileCount": 7,
				"unpackedSize": 247824,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbNLGtCRA9TVsSAnZWagAAKUoP/iTCDPAKAWdWQOHAo2OS\ny+5x4xijt6qUyUTvhmeiyVCVxvz1HN6DtOuaVJ0kY0mNsdtQXnlKlqABEqPg\nZ6Ady1X7MmoSrm0jnU39wI1dQC1uZfD1icv6CvQo8U8/Y5mYaUEs1G167vG4\nci+rug3UrXemzgzIRkR2TgZYWe1QWJV3PEFzQEsIt48LZAhkU6j+cmvG15GP\nPyKteVbwttxu3kWc34/vMGNXzadrTi9LKJrwjHN17SvE28Dp/hkzQ/r2rdAP\ndPmLsUgKtB8xjmRt3D3IwHcU73HlPDrfEcpU+7PY52a4CdDjpsk/lqN9lkpI\nKYqruJup0/35z4qcxVBeIZdNE8Z/BUQQO9klBmbocor8FZ0Q7WOO/2BRQgph\nZaGe/p80CIqoN90Lxgu9lROQJ9DkWD/jP8DCRBdIuuO+giMMxdpUG/67e3br\nrC+Bu/Cs1Mt4GblAHyV67EjAtzl1Vv/oCKPw3EFVU7M233Ve8A1B0KsXTOpE\n8m9otJ30F82oSbWvjAtOKMqzvZSvyuwmBh3zAH8MJOOv7OfQuFu70oQlpXjv\nDgL5rQvo6lhuMiCxXEd9qJcYodhmEJCWa+LTofTIFIfMJjJCZTlnQV9ljbDe\noaBe0k3zDPEeCklStdmPYHotCdwlm4pIWFcHcuf6Xi6tw9ein163IX1dC0+a\n3GWK\r\n=R2/Z\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mysticatea",
					"email": "star.ctor@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/eslint-utils_1.3.1_1530180013422_0.954051391411983"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.4.0": {
			"name": "eslint-utils",
			"version": "1.4.0",
			"description": "Utilities for ESLint plugins.",
			"engines": {
				"node": ">=6"
			},
			"sideEffects": false,
			"main": "index",
			"module": "index.mjs",
			"dependencies": {
				"eslint-visitor-keys": "^1.0.0"
			},
			"devDependencies": {
				"@mysticatea/eslint-plugin": "^10.0.3",
				"codecov": "^3.0.2",
				"dot-prop": "^4.2.0",
				"eslint": "^5.16.0",
				"esm": "^3.0.55",
				"espree": "^5.0.1",
				"mocha": "^5.2.0",
				"nyc": "^13.0.1",
				"opener": "^1.4.3",
				"rimraf": "^2.6.2",
				"rollup": "^1.16.7",
				"rollup-plugin-sourcemaps": "^0.4.2",
				"vuepress": "^0.14.4",
				"warun": "^1.0.0"
			},
			"scripts": {
				"prebuild": "npm run -s clean",
				"build": "rollup -c",
				"clean": "rimraf .nyc_output coverage index.*",
				"codecov": "nyc report -r lcovonly && codecov",
				"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
				"docs:build": "vuepress build docs",
				"docs:watch": "vuepress dev docs",
				"lint": "eslint src test",
				"pretest": "npm run -s lint && npm run -s build",
				"test": "nyc mocha --reporter dot \"test/*.js\"",
				"preversion": "npm test && npm run -s build",
				"postversion": "git push && git push --tags",
				"prewatch": "npm run -s clean",
				"watch": "warun \"{src,test}/**/*.js\" -- nyc --reporter lcov mocha --reporter dot \"test/*.js\""
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-utils.git"
			},
			"keywords": [
				"eslint"
			],
			"author": {
				"name": "Toru Nagashima"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-utils/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-utils#readme",
			"gitHead": "531b16fa686b80a8cc450eb87525115233ce6064",
			"_id": "eslint-utils@1.4.0",
			"_nodeVersion": "12.2.0",
			"_npmVersion": "6.9.2",
			"dist": {
				"integrity": "sha512-7ehnzPaP5IIEh1r1tkjuIrxqhNkzUJa9z3R92tLJdZIVdWaczEhr3EbhGtsMrVxi1KeR8qA7Off6SWc5WNQqyQ==",
				"shasum": "e2c3c8dba768425f897cf0f9e51fe2e241485d4c",
				"tarball": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.0.tgz",
				"fileCount": 7,
				"unpackedSize": 293507,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKvEYCRA9TVsSAnZWagAAkQIP/AzElg9ONVjOB3rvCR6a\netp/JYrFQwWHVFth1HxCzbJzHsDsL574VZHGrll52brP8S+IBOBQvUzI6IFR\nF5qZ+i5hi6FTfnzuBvdMNxU2cy2LUZHUAfXUNONpZthnJStmK514gxf1l7Qg\nm28ypil9XtDhmpYOk2fhlfHuDYs6Gs4nUJ/Eu3z2aU+hDKCiWKF/7vXMvI/N\n87h8g/SCRHVMyR4rJ0qEz7Pe99546LhFohR26gsB251Sj8QQHlaW7coExHOz\nTOFYmVXyy3ai1q2ZS5X3R0N3tIm7rdnYycI5i8wvruv9qoGJP6pCk52QL59f\nfBOV90rpFRp2FNjXlSnfcUX61haCcwEDl1ue7RKQmiD/FRc5YEVNbNB8lZdL\nnl9EjPTr3EKmTP8wznD/n7/OgXDnp3hBJAHlZlim2PEeWp8AWMAtZCZBSuDE\nbx6s8CbyDHXa+53J/W1e0mJaHifyhLqy96uB+eo2yr/jyzYiGo5UHiZbE+Fs\nIM8buAb9wxwlU3oaGdezLuUcWJI4TtqSWuFH1hHdi7c9p4fcn/Zvt+lMPCne\nWKnVHUIXLRn3z6o6b1VMuYe/JkgPeooPc68T2++Uct4gc+b/N3ieI38+Y+iP\nudfazJSDMiENzFazjfNIsXQUaNf1YHHmrRRvG6w4UXV/SlSpmy0zkQ/Nh7Ud\nqK9T\r\n=7HYU\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mysticatea",
					"email": "star.ctor@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mysticatea",
				"email": "public@mysticatea.dev"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/eslint-utils_1.4.0_1563095319408_0.17578726238172826"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.4.1": {
			"name": "eslint-utils",
			"version": "1.4.1",
			"description": "Utilities for ESLint plugins.",
			"engines": {
				"node": ">=6"
			},
			"sideEffects": false,
			"main": "index",
			"module": "index.mjs",
			"dependencies": {
				"eslint-visitor-keys": "^1.0.0"
			},
			"devDependencies": {
				"@mysticatea/eslint-plugin": "^10.0.3",
				"codecov": "^3.0.2",
				"dot-prop": "^4.2.0",
				"eslint": "^5.16.0",
				"esm": "^3.0.55",
				"espree": "^5.0.1",
				"mocha": "^5.2.0",
				"nyc": "^13.0.1",
				"opener": "^1.4.3",
				"rimraf": "^2.6.2",
				"rollup": "^1.16.7",
				"rollup-plugin-sourcemaps": "^0.4.2",
				"vuepress": "^0.14.4",
				"warun": "^1.0.0"
			},
			"scripts": {
				"prebuild": "npm run -s clean",
				"build": "rollup -c",
				"clean": "rimraf .nyc_output coverage index.*",
				"codecov": "nyc report -r lcovonly && codecov",
				"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
				"docs:build": "vuepress build docs",
				"docs:watch": "vuepress dev docs",
				"lint": "eslint src test",
				"pretest": "npm run -s lint && npm run -s build",
				"test": "nyc mocha --reporter dot \"test/*.js\"",
				"preversion": "npm test && npm run -s build",
				"postversion": "git push && git push --tags",
				"prewatch": "npm run -s clean",
				"watch": "warun \"{src,test}/**/*.js\" -- nyc --reporter lcov mocha --reporter dot \"test/*.js\""
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-utils.git"
			},
			"keywords": [
				"eslint"
			],
			"author": {
				"name": "Toru Nagashima"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-utils/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-utils#readme",
			"gitHead": "230a4e2275cde169cbfbb95cd2e4de2152fae0a2",
			"_id": "eslint-utils@1.4.1",
			"_nodeVersion": "6.17.1",
			"_npmVersion": "6.10.3",
			"dist": {
				"integrity": "sha512-mRQKp/gEImJj7aP2be4F0cIQMxlgY9em9RFtxDmkwqV3cUKCK/mvso36wGQFJCNnrBKrEMBZkOLDrMSM+BpG3A==",
				"shasum": "73f99ce55beebe4d956bfe51cb087bab2399fd9e",
				"tarball": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.1.tgz",
				"fileCount": 7,
				"unpackedSize": 310109,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdW8oZCRA9TVsSAnZWagAA4PgP+wcwkD7ke3plMHXB51oZ\nu32HFj/aDmLOKw/54ilEharrRdubFF31AR5/5GF8SasSJnDTtQzXBNzLBitY\ncBUo4O1gQgv06CYHylhoYuDgM5jr9JynkPONUV2MO9M0aqK5NEOMOkyvp3dw\n4FY3xCEs3BuIqfuO1+xjUOM06CR+1/9dmtCdwMu6Zu6u7Weu7F+/3/CwBwwV\nX+/ydLRXuKrUf+mtaE5da9H0Uwt7+OE+vk/hMk4neZWQDquQEQK8FkMUq7qW\n96x1WjRan/fZyKl9VtnYS6HtKACUqMYRwij/jWY+Kug2DXt0MYApdhnetuXf\n5iNFjFipmTByXnvp9IQeDNoBnJkPSHIC01kJXNuE6UWLE+wNUAgrpK1aa6he\nhsZ8juZRkLZV0l/9Rd2r3IU7pRjtKVg0lHrpZ8RKDbwoomAS0Oa0PLSzjnUa\nYsjaChuyvAEtxgdGFmP1hzMXRgrdgbLnFu7gkb47LrdcFRxLtNiyS3r254KW\neajByZqPx/2Jp3M4pDEMfg25uOdFE9w187+BDM2KtKHDmssge1QLLjDOBVjC\nbioKGsNIK+bKq4vhoyTz/bJdBfDhY2zheKSbSgtzneuRNZ5LwO8G0J0Eodle\nzNZUnPJ9dpb7xEUgtXWzssKyurSR2w0uDrXwotBJlSFxDPhOY9ipUq5tVp8c\nzU4z\r\n=GY6A\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mysticatea",
					"email": "star.ctor@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mysticatea",
				"email": "public@mysticatea.dev"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/eslint-utils_1.4.1_1566296600499_0.5000945050302592"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.4.2": {
			"name": "eslint-utils",
			"version": "1.4.2",
			"description": "Utilities for ESLint plugins.",
			"engines": {
				"node": ">=6"
			},
			"sideEffects": false,
			"main": "index",
			"module": "index.mjs",
			"dependencies": {
				"eslint-visitor-keys": "^1.0.0"
			},
			"devDependencies": {
				"@mysticatea/eslint-plugin": "^10.0.3",
				"codecov": "^3.0.2",
				"dot-prop": "^4.2.0",
				"eslint": "^5.16.0",
				"esm": "^3.0.55",
				"espree": "^5.0.1",
				"mocha": "^5.2.0",
				"nyc": "^13.0.1",
				"opener": "^1.4.3",
				"rimraf": "^2.6.2",
				"rollup": "^1.16.7",
				"rollup-plugin-sourcemaps": "^0.4.2",
				"vuepress": "^0.14.4",
				"warun": "^1.0.0"
			},
			"scripts": {
				"prebuild": "npm run -s clean",
				"build": "rollup -c",
				"clean": "rimraf .nyc_output coverage index.*",
				"codecov": "nyc report -r lcovonly && codecov",
				"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
				"docs:build": "vuepress build docs",
				"docs:watch": "vuepress dev docs",
				"lint": "eslint src test",
				"pretest": "npm run -s lint && npm run -s build",
				"test": "nyc mocha --reporter dot \"test/*.js\"",
				"preversion": "npm test && npm run -s build",
				"postversion": "git push && git push --tags",
				"prewatch": "npm run -s clean",
				"watch": "warun \"{src,test}/**/*.js\" -- nyc --reporter lcov mocha --reporter dot \"test/*.js\""
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-utils.git"
			},
			"keywords": [
				"eslint"
			],
			"author": {
				"name": "Toru Nagashima"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-utils/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-utils#readme",
			"gitHead": "4e1bc077c2a6bb00538d66b69a63c24de3463bed",
			"_id": "eslint-utils@1.4.2",
			"_nodeVersion": "6.17.1",
			"_npmVersion": "6.10.3",
			"dist": {
				"integrity": "sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==",
				"shasum": "166a5180ef6ab7eb462f162fd0e6f2463d7309ab",
				"tarball": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.2.tgz",
				"fileCount": 7,
				"unpackedSize": 310161,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdW8umCRA9TVsSAnZWagAAJAcP/3wwZX1x8yzXFIyPp2Cu\nnBr3a7Uk5yfHw3mBhW4Q/s8P4ERO7NLouR6H/r0olwp2m/ZFkCDq5kGvTjCy\nEj0ot/oyKJi02pFvAg3lsjEI4L5fmwTagR+uhG3QR7kq45XeNTBU/eGR7vXh\nugSv3WD7BJwEV5BRmOYW7IqFTtj/Mz2zl5tsg16LFe6Pi+zmnVZPE2zqsN5C\nEJLwdY4z9/OSQzCwOJLdjiGDg8lWe2obdZ8jk8ikp6GZnOF3FJNByICTjv0S\n5ISz2IohdUKaGD0pU++VZFS2n1RaNJyVNUnBkmppYL33r+eDHdRcuXeImBVz\n8i+10wiB1qLLFv4B9WAovAYzhhcDZEisZLPZT4DJE8ZBi+GcwfKMmsid+46j\nPPlR66Q2a/bMp8MTLC9r8MmJeBdencQEsVsObNDfcgsTeN56kIh1PbA0tDPl\n/HArWDsgIqHz4r9BfbPYqThwbznmoMOxqarwgDoVw9+SAiRBuGFzq8FqsD14\nN/bFZYEDPTjJKaUaaHai6Jzb+4beo51oRfwknJ43nBQd7UQn14c0f1jELtRN\nWPgxeQvuO5zxGc1dUW7a7tBAANQK24AlxVh9BzdcEygFJS3ynYN/ukns4+oX\nqsFem8REfpQ2L5FZtLbkemGsqfrMhovErnYYL9CHRuKshaFv+/Dxl6vWZwMb\nbOnL\r\n=kq+f\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mysticatea",
					"email": "star.ctor@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mysticatea",
				"email": "public@mysticatea.dev"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/eslint-utils_1.4.2_1566296998199_0.335777381585199"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.4.3": {
			"name": "eslint-utils",
			"version": "1.4.3",
			"description": "Utilities for ESLint plugins.",
			"engines": {
				"node": ">=6"
			},
			"sideEffects": false,
			"main": "index",
			"module": "index.mjs",
			"dependencies": {
				"eslint-visitor-keys": "^1.1.0"
			},
			"devDependencies": {
				"@mysticatea/eslint-plugin": "^12.0.0",
				"codecov": "^3.6.1",
				"dot-prop": "^4.2.0",
				"eslint": "^6.5.1",
				"esm": "^3.2.25",
				"espree": "^6.1.1",
				"mocha": "^6.2.2",
				"npm-run-all": "^4.1.5",
				"nyc": "^14.1.1",
				"opener": "^1.5.1",
				"rimraf": "^3.0.0",
				"rollup": "^1.25.0",
				"rollup-plugin-sourcemaps": "^0.4.2",
				"vuepress": "^1.2.0",
				"warun": "^1.0.0"
			},
			"scripts": {
				"prebuild": "npm run -s clean",
				"build": "rollup -c",
				"clean": "rimraf .nyc_output coverage index.*",
				"codecov": "nyc report -r lcovonly && codecov",
				"coverage": "opener ./coverage/lcov-report/index.html",
				"docs:build": "vuepress build docs",
				"docs:watch": "vuepress dev docs",
				"lint": "eslint src test",
				"test": "run-s lint build test:mocha",
				"test:mocha": "nyc mocha --reporter dot \"test/*.js\"",
				"preversion": "npm test && npm run -s build",
				"postversion": "git push && git push --tags",
				"prewatch": "npm run -s clean",
				"watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-utils.git"
			},
			"keywords": [
				"eslint"
			],
			"author": {
				"name": "Toru Nagashima"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-utils/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-utils#readme",
			"gitHead": "23f4ddc58eda5e6aec3d6a43c6266acbe19345cd",
			"_id": "eslint-utils@1.4.3",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "6.12.0",
			"dist": {
				"integrity": "sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==",
				"shasum": "74fec7c54d0776b6f67e0251040b5806564e981f",
				"tarball": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.3.tgz",
				"fileCount": 7,
				"unpackedSize": 313687,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrFh9CRA9TVsSAnZWagAA4A0QAICPAPDusyPsLAPKfLuE\ngtm0Bqk8Jcam1TsdPDz+G2vI6ouZYngQZU8FO7REg9QmjkM6of/t938mOy/j\nhFtrhs+4q9uI2DA4YAUTlZVbvMIqT/uL0w1Hoe6qaY93cxnfuOVU5z3kvGCU\nhRAu0FjBjB2qxRBS6A+eE6uKnLfS3Xk2hJFtTU4yEbd+K4mFZ57lnKE6SuVr\n7tIXFm4HsuHiLKY9IvXHdoydA1dwYZGT1Gp/bwXrkxRZZtLehlMd5hJpgpIL\nD8FW4ACAAFT1vLyvI/AJ8c8OLjHiF+DlrdL26jeCKuY2dxmL2kUQKmEQ4NMA\nRTavkGrz42FmfaHOKMX5tDqCkjUviaibRJOtMkWwbhafNh7Rzr6WHh9yfQJk\n+8NM0g/KZNoJ2arjphCeQsb5Gy2KAKGVFs6+BRl6Zu6mKVl//+Kh9piwyTBz\n40Q2uBAImQoUedarcXb4c2NLxMjMGHXEIqoqQ3fvNT5vBWrujyAbH4R6Panz\nMHjUixcUQPgndOPaTayS0JkQHowFl6kZon1hF7+XgnQktYSkoLMzqYLOeK15\n0BEuONBINe9SoGuWQ1hVKM2qmVKr9wEsujWrcvGC3LgwuUdGBr0scHtJ4O8m\nsHyRiZCw3L/dNJVfImOk472FDzO7y6jYVaYBmLwwLiUVmlLKQbYIAPzojkhj\nMHAj\r\n=3/74\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mysticatea",
					"email": "star.ctor@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mysticatea",
				"email": "public@mysticatea.dev"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/eslint-utils_1.4.3_1571575933003_0.2776192395121002"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "eslint-utils",
			"version": "2.0.0",
			"description": "Utilities for ESLint plugins.",
			"engines": {
				"node": ">=6"
			},
			"sideEffects": false,
			"main": "index",
			"module": "index.mjs",
			"dependencies": {
				"eslint-visitor-keys": "^1.1.0"
			},
			"devDependencies": {
				"@mysticatea/eslint-plugin": "^12.0.0",
				"codecov": "^3.6.1",
				"dot-prop": "^4.2.0",
				"eslint": "^6.5.1",
				"esm": "^3.2.25",
				"espree": "^6.1.1",
				"mocha": "^6.2.2",
				"npm-run-all": "^4.1.5",
				"nyc": "^14.1.1",
				"opener": "^1.5.1",
				"rimraf": "^3.0.0",
				"rollup": "^1.25.0",
				"rollup-plugin-sourcemaps": "^0.4.2",
				"vuepress": "^1.2.0",
				"warun": "^1.0.0"
			},
			"scripts": {
				"prebuild": "npm run -s clean",
				"build": "rollup -c",
				"clean": "rimraf .nyc_output coverage index.*",
				"codecov": "nyc report -r lcovonly && codecov",
				"coverage": "opener ./coverage/lcov-report/index.html",
				"docs:build": "vuepress build docs",
				"docs:watch": "vuepress dev docs",
				"lint": "eslint src test",
				"test": "run-s lint build test:mocha",
				"test:mocha": "nyc mocha --reporter dot \"test/*.js\"",
				"preversion": "npm test && npm run -s build",
				"postversion": "git push && git push --tags",
				"prewatch": "npm run -s clean",
				"watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-utils.git"
			},
			"keywords": [
				"eslint"
			],
			"author": {
				"name": "Toru Nagashima"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-utils/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-utils#readme",
			"gitHead": "fd094d7f3ccc668aab7593192e4fe71ebdaab9cf",
			"_id": "eslint-utils@2.0.0",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "6.13.1",
			"dist": {
				"integrity": "sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==",
				"shasum": "7be1cc70f27a72a76cd14aa698bcabed6890e1cd",
				"tarball": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.0.0.tgz",
				"fileCount": 7,
				"unpackedSize": 313662,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeBHdxCRA9TVsSAnZWagAADI8QAI+UvR6BdYxC8UHy5CdM\n/RhnkzsZQmulfrllLXJmEMDfwvwHuQB/pdK0EXCGaCer69p+lJqDbFlOhqW3\nEGOd1bIqodd9Y5rm8oQNQ3ppA9aBPKMKNjJ1kuNz6KuQIwFtWNdv9cy0n43e\n82v01x6otcnw1nZrUWdu3LjRhBpE6+kXcSTh9jiJ7mItX+Di4ItxbsvFPa0A\nZbn712zCFqml2SVCPa16pERU2q6e8QyivgvjNGPaOd9B3viMY4NZCsMXOxT6\n/vJOV/0y3ISdZW6Og/MkA5YHZ6D9iekazry+Eg59NeTI8/9l/EifJr6VG/+M\n5REsMz6C8ayBjr3ztS9rR/gn3hYA4vXwZfzB9CZJxr+CjtS1NsRewnvjHWDw\nt2aP3FylE164URl87gfAkKFiP27i2MeOFfsI81ME78sxxfBGeVjg3KqepGHv\nw7/NMMqY9rZvg8Ag9MzcN4LChmihru+6Vy93RfcPCs5R+JJYKqu7Q7zS928L\nn5AoJ0L9OjBWsfmYNEjVs4SUxH94+j12olzS7YQqLyTFq2I4YrbN4CKlDK2n\nhcAVEAgn050zuD0zMcL8fKX16ETMfmUfmS9Zchgy/ibVRBFIqF3UxLx1LgzI\nzQo7V2I1VmNB4ad2P3derWl8+SVJr8pNbbAZrN2z9D3QXeurGozHToRTIoaF\n/A5f\r\n=03ka\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mysticatea",
					"email": "star.ctor@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mysticatea",
				"email": "public@mysticatea.dev"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/eslint-utils_2.0.0_1577351024921_0.3011084725970279"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.0": {
			"name": "eslint-utils",
			"version": "2.1.0",
			"description": "Utilities for ESLint plugins.",
			"engines": {
				"node": ">=6"
			},
			"sideEffects": false,
			"main": "index",
			"module": "index.mjs",
			"dependencies": {
				"eslint-visitor-keys": "^1.1.0"
			},
			"devDependencies": {
				"@mysticatea/eslint-plugin": "^12.0.0",
				"codecov": "^3.6.1",
				"dot-prop": "^4.2.0",
				"eslint": "^6.5.1",
				"esm": "^3.2.25",
				"espree": "^6.1.1",
				"mocha": "^6.2.2",
				"npm-run-all": "^4.1.5",
				"nyc": "^14.1.1",
				"opener": "^1.5.1",
				"rimraf": "^3.0.0",
				"rollup": "^1.25.0",
				"rollup-plugin-sourcemaps": "^0.4.2",
				"semver": "^7.3.2",
				"vuepress": "^1.2.0",
				"warun": "^1.0.0"
			},
			"scripts": {
				"prebuild": "npm run -s clean",
				"build": "rollup -c",
				"clean": "rimraf .nyc_output coverage index.*",
				"codecov": "nyc report -r lcovonly && codecov",
				"coverage": "opener ./coverage/lcov-report/index.html",
				"docs:build": "vuepress build docs",
				"docs:watch": "vuepress dev docs",
				"lint": "eslint src test",
				"test": "run-s lint build test:mocha",
				"test:mocha": "nyc mocha --reporter dot \"test/*.js\"",
				"preversion": "npm test && npm run -s build",
				"postversion": "git push && git push --tags",
				"prewatch": "npm run -s clean",
				"watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-utils.git"
			},
			"keywords": [
				"eslint"
			],
			"author": {
				"name": "Toru Nagashima"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-utils/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-utils#readme",
			"funding": "https://github.com/sponsors/mysticatea",
			"gitHead": "23709f84c8e21f1a38f61ad689c82a8763e0737f",
			"_id": "eslint-utils@2.1.0",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
				"shasum": "d2de5e03424e707dc10c74068ddedae708741b27",
				"tarball": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
				"fileCount": 7,
				"unpackedSize": 341971,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe52etCRA9TVsSAnZWagAAQLgP/RnV+cGkAaG/BGU8T5hT\n9OTeYuV5mL9gYTUT0OuHlTff7yyjjCL4/qg4kWsy76BddxBdgVEqRS4wvQcW\nleSK3Vr8Ki2CPWRdfsf5N4X7gNwuloj8KTaAkqUJ5yxaD1PDq2mCkoFVdjID\n1dOTjdCnUTlVpoUs6LBNqgchQzt+JCr7EBL7GW/oGhXNDDY3GZ9FM8KAXXby\nY1inifqP/JD4bxhPVZzj9lo0UXkXfvaDmIZLAQRmyEimj//wmr59WDPT4SBF\n/HpxFqS4XFDjHvKZe3wWd4QQ3JgSlIW0jAnZj6EjjTzs4kljLmL8buP6GyLC\nh2dx4kXIu9IGeh9NOitMJXDDU13GqmloTrTXtVhNR2ABy/Gml4sNBgEjvmZe\nOTfRmcLABsP7szg7sHt8zJJ5rK15bPiBkeCU/+/tPvxDX3NWZw0uGz2wH8+G\npLB4slRe1ra/z7yuKa5orEdxo9OJWVGuKyTRPJ04sVW5CUWGsCSmDdOoDRCn\nQ5xJLj6UvL+rW0kjL7RL8EH9AOHx4tF6yu9FDwgEwttv3nGK+Upyum002mME\n96iZDcg/naF4f2hyGvnwX6N+d+AXa4XxSR2upSMVfsHRo4eq2QluIETqaUUz\nw3ObamMG5s92N9rtbTZSgzlHvmDJNO1UX5oPHUVzzfH6hyG9jpNc+a/jW9v3\nlfFh\r\n=jCeV\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mysticatea",
					"email": "star.ctor@gmail.com"
				}
			],
			"_npmUser": {
				"name": "mysticatea",
				"email": "public@mysticatea.dev"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/eslint-utils_2.1.0_1592223660908_0.30274653708244204"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-05-03T15:19:15.713Z",
		"0.0.0": "2018-05-03T15:19:15.841Z",
		"modified": "2020-06-15T12:21:06.246Z",
		"1.0.0": "2018-05-03T16:22:18.913Z",
		"1.1.0": "2018-05-04T11:54:38.355Z",
		"1.2.0": "2018-05-08T13:38:42.298Z",
		"1.3.0": "2018-05-27T08:42:10.557Z",
		"1.3.1": "2018-06-28T10:00:13.497Z",
		"1.4.0": "2019-07-14T09:08:39.819Z",
		"1.4.1": "2019-08-20T10:23:20.663Z",
		"1.4.2": "2019-08-20T10:29:58.372Z",
		"1.4.3": "2019-10-20T12:52:13.144Z",
		"2.0.0": "2019-12-26T09:03:45.070Z",
		"2.1.0": "2020-06-15T12:21:01.065Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.1.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"229973764b6338c6cfcbbe689c1175b3\"",
			"fetched": 1602009369638
		}
	},
	"_distfiles": {
		"eslint-utils-0.0.0.tgz": {
			"url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-0.0.0.tgz",
			"sha": "2b9b5252ceb434f033d72413b0bac6b237b24f4d",
			"registry": "npmjs"
		},
		"eslint-utils-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.0.0.tgz",
			"sha": "11bdef8110013dc6d2372533303ae25e8212a8a5",
			"registry": "npmjs"
		},
		"eslint-utils-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.1.0.tgz",
			"sha": "d5193f8573f2afb667ce9cb7673ff428e8b090a1",
			"registry": "npmjs"
		},
		"eslint-utils-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.2.0.tgz",
			"sha": "559f7fa9c217a04d5b64be9b7473b7336e1c5515",
			"registry": "npmjs"
		},
		"eslint-utils-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.0.tgz",
			"sha": "ef009e2ac5d50b3128a2998501dee2df3341234f",
			"registry": "npmjs"
		},
		"eslint-utils-1.3.1.tgz": {
			"url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz",
			"sha": "9a851ba89ee7c460346f97cf8939c7298827e512",
			"registry": "npmjs"
		},
		"eslint-utils-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.0.tgz",
			"sha": "e2c3c8dba768425f897cf0f9e51fe2e241485d4c",
			"registry": "npmjs"
		},
		"eslint-utils-1.4.1.tgz": {
			"url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.1.tgz",
			"sha": "73f99ce55beebe4d956bfe51cb087bab2399fd9e",
			"registry": "npmjs"
		},
		"eslint-utils-1.4.2.tgz": {
			"url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.2.tgz",
			"sha": "166a5180ef6ab7eb462f162fd0e6f2463d7309ab",
			"registry": "npmjs"
		},
		"eslint-utils-1.4.3.tgz": {
			"url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.3.tgz",
			"sha": "74fec7c54d0776b6f67e0251040b5806564e981f",
			"registry": "npmjs"
		},
		"eslint-utils-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.0.0.tgz",
			"sha": "7be1cc70f27a72a76cd14aa698bcabed6890e1cd",
			"registry": "npmjs"
		},
		"eslint-utils-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
			"sha": "d2de5e03424e707dc10c74068ddedae708741b27",
			"registry": "npmjs"
		}
	},
	"_attachments": {},
	"_rev": "11-eb2c3d5a7c8783e7",
	"_id": "eslint-utils",
	"readme": "# eslint-utils\n\n[![npm version](https://img.shields.io/npm/v/eslint-utils.svg)](https://www.npmjs.com/package/eslint-utils)\n[![Downloads/month](https://img.shields.io/npm/dm/eslint-utils.svg)](http://www.npmtrends.com/eslint-utils)\n[![Build Status](https://github.com/mysticatea/eslint-utils/workflows/CI/badge.svg)](https://github.com/mysticatea/eslint-utils/actions)\n[![Coverage Status](https://codecov.io/gh/mysticatea/eslint-utils/branch/master/graph/badge.svg)](https://codecov.io/gh/mysticatea/eslint-utils)\n[![Dependency Status](https://david-dm.org/mysticatea/eslint-utils.svg)](https://david-dm.org/mysticatea/eslint-utils)\n\n## 🏁 Goal\n\nThis package provides utility functions and classes for make ESLint custom rules.\n\nFor examples:\n\n- [getStaticValue](https://eslint-utils.mysticatea.dev/api/ast-utils.html#getstaticvalue) evaluates static value on AST.\n- [ReferenceTracker](https://eslint-utils.mysticatea.dev/api/scope-utils.html#referencetracker-class) checks the members of modules/globals as handling assignments and destructuring.\n\n## 📖 Usage\n\nSee [documentation](https://eslint-utils.mysticatea.dev/).\n\n## 📰 Changelog\n\nSee [releases](https://github.com/mysticatea/eslint-utils/releases).\n\n## ❤️ Contributing\n\nWelcome contributing!\n\nPlease use GitHub's Issues/PRs.\n\n### Development Tools\n\n- `npm test` runs tests and measures coverage.\n- `npm run clean` removes the coverage result of `npm test` command.\n- `npm run coverage` shows the coverage result of the last `npm test` command.\n- `npm run lint` runs ESLint.\n- `npm run watch` runs tests on each file change."
}