{
	"name": "eslint-plugin-es",
	"versions": {
		"0.0.0": {
			"name": "eslint-plugin-es",
			"version": "0.0.0",
			"description": "",
			"main": "index.js",
			"scripts": {
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-plugin-es.git"
			},
			"keywords": [],
			"author": {
				"name": "Toru Nagashima",
				"url": "https://github.com/mysticatea"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-plugin-es/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-plugin-es#readme",
			"gitHead": "db7ff8363ba14da0404b3772e673a9a43568b154",
			"_id": "eslint-plugin-es@0.0.0",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "mysticatea",
				"email": "star.ctor@gmail.com"
			},
			"dist": {
				"integrity": "sha512-nM6Kcyebjk/FrrWSnEiO8X68iXh7uMyV8jhVUE/3D+QWXBKeJM+HrgPdYUz0suatmIRGP3OzCP0lx9kP/M6HAA==",
				"shasum": "d42c163aec7bb135bbf6ea60956047c814b86720",
				"tarball": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-0.0.0.tgz",
				"fileCount": 3,
				"unpackedSize": 1631
			},
			"maintainers": [
				{
					"name": "mysticatea",
					"email": "star.ctor@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/eslint-plugin-es_0.0.0_1522489359369_0.2301655013279129"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0": {
			"name": "eslint-plugin-es",
			"version": "1.0.0",
			"description": "ESLint plugin about ECMAScript syntactic features.",
			"engines": {
				"node": ">=6.5.0"
			},
			"main": "lib/index.js",
			"files": [
				"lib"
			],
			"peerDependencies": {
				"eslint": "^4.19.1 || >=5.0.0"
			},
			"dependencies": {},
			"devDependencies": {
				"codecov": "^3.0.0",
				"eslint": "^4.19.1",
				"eslint-config-mysticatea": "^13.0.2",
				"eslint-config-prettier": "^2.9.0",
				"eslint-plugin-eslint-plugin": "^1.4.0",
				"eslint-plugin-prettier": "^2.6.0",
				"mocha": "^5.0.5",
				"npm-run-all": "^4.1.2",
				"nyc": "^11.6.0",
				"opener": "^1.4.3",
				"prettier": "^1.11.1",
				"rimraf": "^2.6.2"
			},
			"scripts": {
				"clean": "rimraf .nyc_output coverage",
				"codecov": "nyc report -r lcovonly && codecov",
				"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
				"lint": "eslint lib tests scripts .eslintrc.js --ignore-pattern !.eslintrc.js",
				"pretest": "npm run -s lint",
				"test": "nyc mocha tests/**/*.js --reporter dot",
				"update:url": "npm run -s lint -- --fix",
				"update:readme": "node scripts/update-readme",
				"update:index": "node scripts/update-index",
				"preversion": "npm test",
				"version": "run-s update:* && git add .",
				"postversion": "git push && git push --tags",
				"watch": "mocha tests/**/*.js --reporter progress --watch --growl"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-plugin-es.git"
			},
			"keywords": [
				"eslint",
				"plugin",
				"eslintplugin"
			],
			"author": {
				"name": "Toru Nagashima",
				"url": "https://github.com/mysticatea"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-plugin-es/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-plugin-es#readme",
			"gitHead": "34a97bbfd6d04162a980647cb17f5fcdddb3a480",
			"_id": "eslint-plugin-es@1.0.0",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "mysticatea",
				"email": "star.ctor@gmail.com"
			},
			"dist": {
				"integrity": "sha512-L0yAYQSjEuz+mZNbvpka745G85EUr1fm2JIt8XjtbsToTpgdEZs0QIhYzv/BJr7ARWy/2GN+vMdUpSEDmKHDBw==",
				"shasum": "89874922329c7d6237d033a390e9a48164bbff9b",
				"tarball": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-1.0.0.tgz",
				"fileCount": 35,
				"unpackedSize": 40294
			},
			"maintainers": [
				{
					"name": "mysticatea",
					"email": "star.ctor@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/eslint-plugin-es_1.0.0_1522646500812_0.8276874174388051"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.0": {
			"name": "eslint-plugin-es",
			"version": "1.1.0",
			"description": "ESLint plugin about ECMAScript syntactic features.",
			"engines": {
				"node": ">=6.5.0"
			},
			"main": "lib/index.js",
			"files": [
				"lib"
			],
			"peerDependencies": {
				"eslint": "^4.19.1 || >=5.0.0"
			},
			"dependencies": {},
			"devDependencies": {
				"codecov": "^3.0.0",
				"eslint": "^4.19.1",
				"eslint-config-mysticatea": "^13.0.2",
				"eslint-config-prettier": "^2.9.0",
				"eslint-plugin-eslint-plugin": "^1.4.0",
				"eslint-plugin-prettier": "^2.6.0",
				"mocha": "^5.0.5",
				"npm-run-all": "^4.1.2",
				"nyc": "^11.6.0",
				"opener": "^1.4.3",
				"prettier": "^1.11.1",
				"rimraf": "^2.6.2"
			},
			"scripts": {
				"clean": "rimraf .nyc_output coverage",
				"codecov": "nyc report -r lcovonly && codecov",
				"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
				"lint": "eslint lib tests scripts .eslintrc.js --ignore-pattern !.eslintrc.js",
				"pretest": "npm run -s lint",
				"test": "nyc mocha tests/**/*.js --reporter dot",
				"update:url": "npm run -s lint -- --fix",
				"update:readme": "node scripts/update-readme",
				"update:index": "node scripts/update-index",
				"preversion": "npm test",
				"version": "run-s update:* && git add .",
				"postversion": "git push && git push --tags",
				"watch": "mocha tests/**/*.js --reporter progress --watch --growl"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-plugin-es.git"
			},
			"keywords": [
				"eslint",
				"plugin",
				"eslintplugin"
			],
			"author": {
				"name": "Toru Nagashima",
				"url": "https://github.com/mysticatea"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-plugin-es/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-plugin-es#readme",
			"gitHead": "4ac8ad820bc6ba58d3908acf76e0bb32527959cc",
			"_id": "eslint-plugin-es@1.1.0",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "mysticatea",
				"email": "star.ctor@gmail.com"
			},
			"dist": {
				"integrity": "sha512-w4vzHHSQ9epxFFvmJqfveiSEPnqNdNjfAUdIpooo7yx4YFXiZB1FutV/Bnhchcy7Vvt8CCvyMddGFm7dGF3qag==",
				"shasum": "733d4a9c54a351296e4e92bc2fd4c283610b2d4d",
				"tarball": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-1.1.0.tgz",
				"fileCount": 39,
				"unpackedSize": 47234
			},
			"maintainers": [
				{
					"name": "mysticatea",
					"email": "star.ctor@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/eslint-plugin-es_1.1.0_1522761018616_0.36099997469182243"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.0": {
			"name": "eslint-plugin-es",
			"version": "1.2.0",
			"description": "ESLint plugin about ECMAScript syntactic features.",
			"engines": {
				"node": ">=6.5.0"
			},
			"main": "lib/index.js",
			"files": [
				"lib"
			],
			"peerDependencies": {
				"eslint": "^4.19.1 || >=5.0.0"
			},
			"dependencies": {
				"eslint-utils": "^1.1.0"
			},
			"devDependencies": {
				"codecov": "^3.0.0",
				"eslint": "^4.19.1",
				"eslint-config-mysticatea": "^13.0.2",
				"eslint-config-prettier": "^2.9.0",
				"eslint-plugin-eslint-plugin": "^1.4.0",
				"eslint-plugin-prettier": "^2.6.0",
				"globals": "^11.5.0",
				"mocha": "^5.0.5",
				"npm-run-all": "^4.1.2",
				"nyc": "^11.6.0",
				"opener": "^1.4.3",
				"prettier": "^1.11.1",
				"rimraf": "^2.6.2"
			},
			"scripts": {
				"clean": "rimraf .nyc_output coverage",
				"codecov": "nyc report -r lcovonly && codecov",
				"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
				"lint": "eslint lib tests scripts .eslintrc.js --ignore-pattern !.eslintrc.js",
				"new": "node scripts/new-rule",
				"pretest": "npm run -s lint",
				"test": "nyc mocha tests/**/*.js --reporter dot",
				"update:url": "npm run -s lint -- --fix",
				"update:ruledocs": "node scripts/update-docs-rules",
				"update:readme": "node scripts/update-readme",
				"update:index": "node scripts/update-index",
				"preversion": "npm test",
				"version": "run-s update:* && git add .",
				"postversion": "git push && git push --tags",
				"watch": "mocha tests/**/*.js --reporter progress --watch --growl"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-plugin-es.git"
			},
			"keywords": [
				"eslint",
				"plugin",
				"eslintplugin"
			],
			"author": {
				"name": "Toru Nagashima",
				"url": "https://github.com/mysticatea"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-plugin-es/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-plugin-es#readme",
			"gitHead": "dcad9a9465ebfe107089dcbaabd261822a975497",
			"_id": "eslint-plugin-es@1.2.0",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "mysticatea",
				"email": "star.ctor@gmail.com"
			},
			"dist": {
				"integrity": "sha512-tq8oXzyJz6GSyMa/0uRBpiRsi1F2Bb8OrYfUBx4JQZ+NUVfKmSXMfPBdGxx+XH/Ysu3UPKjDOrobIZmcq2PwTw==",
				"shasum": "c2f3a496901ae8a049317bcba3cc2beeb84384ce",
				"tarball": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-1.2.0.tgz",
				"fileCount": 88,
				"unpackedSize": 131728,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa7sODCRA9TVsSAnZWagAARMYP/iQlOIG7wmswkSYMcRyY\naVl+8cIifQLi4u6SxxgkHU+pQHK5Caq470nOwOPABslHWVHkGlpJvG79zzoD\nOkNd5l5lQyt8Lp/FK9jt6lcToK3ujHyLfAllkD1ewOD71c0qzP421tnL/XCZ\ntFGxm5zA9E2mFbOZCcFxw7tuEsm8xgNCBrL3r8SD9+XxN8aRHnSVFaATNae7\nVENGR7dE4lkIO/sh8d1XioFVdu0qLj0uAEFPYx6gMidyohrE/+yWNg2QCcNb\nEVuzJm8DosDkmK2PjCQVfC0P8J04LOAV6SgdirsMO3TieP54JHvFORdearwr\nhA5XJDOuTBKdfQuk6CEoNqmPM7LPWv9jhO9k4mUVAsdzsPfotHJildVPlu2K\nlSI4jxduacluT8/xtsPfyuExXVy/SkMDVlAn+0bRCFvNWEUf0NZPzVwoDURT\nY2pv05v1wYh+6yvRfpqBEvmQzAhuSfbn4gGVID2EaDPg7HCEN5vIC1yZ7gck\nsB8h6k0PsFxCd/H7R3VoHgVkMovgKlompj2pOnREJC1jh5U83wW1UuBB5Bon\nFwrO3KF8ySwARmqeaYDaLp07aJczsSmfwfqye4xLgtgDMTCTDzT3SW5Nf/UT\nDHAR0hAkfJtl9md0VxA1Cm5PwyUPDALfAv22+23q2nQLcrGertYrwVhZ/o46\n6jgK\r\n=wYVb\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-plugin-es_1.2.0_1525597058579_0.23207386295962418"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.0": {
			"name": "eslint-plugin-es",
			"version": "1.3.0",
			"description": "ESLint plugin about ECMAScript syntactic features.",
			"engines": {
				"node": ">=6.5.0"
			},
			"main": "lib/index.js",
			"files": [
				"lib"
			],
			"peerDependencies": {
				"eslint": ">=4.19.1"
			},
			"dependencies": {
				"eslint-utils": "^1.3.0"
			},
			"devDependencies": {
				"@mysticatea/eslint-plugin": "^5.0.0",
				"babel-eslint": "^8.2.3",
				"codecov": "^3.0.2",
				"eslint": "^5.0.1",
				"eslint4b": "^5.0.0",
				"globals": "^11.5.0",
				"mocha": "^5.0.5",
				"npm-run-all": "^4.1.2",
				"nyc": "^11.8.0",
				"opener": "^1.4.3",
				"rimraf": "^2.6.2",
				"vue-eslint-editor": "^0.1.0",
				"vuepress": "github:mysticatea/vuepress#skip-waiting"
			},
			"scripts": {
				"clean": "rimraf .nyc_output coverage",
				"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 lib tests scripts",
				"new": "node scripts/new-rule",
				"pretest": "npm run -s lint",
				"test": "nyc mocha tests/**/*.js --reporter dot",
				"update": "run-s update:*",
				"update:url": "npm run -s lint -- --fix",
				"update:ruledocs": "node scripts/update-docs-rules",
				"update:index": "node scripts/update-index",
				"preversion": "npm test",
				"version": "run-s update:* && git add .",
				"postversion": "git push && git push --tags",
				"watch": "mocha tests/**/*.js --reporter progress --watch --growl"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-plugin-es.git"
			},
			"keywords": [
				"eslint",
				"plugin",
				"eslintplugin"
			],
			"author": {
				"name": "Toru Nagashima",
				"url": "https://github.com/mysticatea"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-plugin-es/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-plugin-es#readme",
			"gitHead": "eb8253e1be61ebfeeb31bf9e28364e06b7e1140c",
			"_id": "eslint-plugin-es@1.3.0",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.2",
			"_npmUser": {
				"name": "mysticatea",
				"email": "star.ctor@gmail.com"
			},
			"dist": {
				"integrity": "sha512-wpxPlDmt5QtODgwIS9JXHxvuGSjRHT+iqMgb5wgXsJWJdOFo8ZfQVP1L8MwaHNzjgi+Rj58WgiJBp5YRjgQuRw==",
				"shasum": "e73a9038d45f828926347bd63cfbf4df582c98e3",
				"tarball": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-1.3.0.tgz",
				"fileCount": 90,
				"unpackedSize": 122226,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbMhInCRA9TVsSAnZWagAAGu8P/0JIaI/p5yKNmDbfdTSu\nw2M6CvYUT+AC7kbrWlONMDVr4Duul4mLQApVfo7hebBlzObcFxefmMRxIBE+\nbva32nPK2fzMKU3LkJZcuwC+nL2x68pq6XtNlHtJGQlPeu1uDMO3/ABG/o+i\nHMnizCjsiSXwK9IzVYCLyPwHDGI7WwBfGtoPEH4xkNkBmrLe/w4+tBkRfGoZ\nas1Uh1kH5SP+uLkPEdirXBd66s9LcqFLTy3GA/aVknY5kDinV/0bxDn1p0h3\nBdFwkWHL0oi+O07o3tHctYtwDPAKCvQCJIdOGaaUI6JJRKIEI7nkIkn8UWMW\nng6lf5miMAMc40PhwdVQ3wtTRgivkwBTqWdJOWCNsnp2/RKkxPPJYdX4dF+Z\nebnKIuip61lDPiF1GV4Gk1vI3qGd/THQWrkkhptj6oraSSmpRq8R5munVSee\n/nkaUSEfgdvuH2G4Qv3vSH9+bH1IQZwqn7xP12Hop5kE8zwr/4FXcMrY3Sp8\nStDBCKwlFe2Y/l+A0cbvWQjj9o+BugmDOkieh7VWx3k7zYh7MWYq0YT9uPXE\nih2ZhFvPNbUoOiQzQ35HGDaX/054JS+ki7KsgqA+iSb8yOvEsi3jNvvKzgZw\nzvYnq12tAhR9qQ0bfAWSi+TuAsD7Ma3vT5OdVj55KIhySX0g3sF7ie8B9xLK\n0Z7k\r\n=Te3y\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-plugin-es_1.3.0_1530008103189_0.6616298931140585"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.1": {
			"name": "eslint-plugin-es",
			"version": "1.3.1",
			"description": "ESLint plugin about ECMAScript syntactic features.",
			"engines": {
				"node": ">=6.5.0"
			},
			"main": "lib/index.js",
			"files": [
				"lib"
			],
			"peerDependencies": {
				"eslint": ">=4.19.1"
			},
			"dependencies": {
				"eslint-utils": "^1.3.0",
				"regexpp": "^2.0.0"
			},
			"devDependencies": {
				"@mysticatea/eslint-plugin": "^5.0.0",
				"babel-eslint": "^8.2.3",
				"codecov": "^3.0.2",
				"eslint": "^5.0.1",
				"eslint4b": "^5.0.0",
				"espree": "^4.0.0",
				"globals": "^11.5.0",
				"mocha": "^5.0.5",
				"npm-run-all": "^4.1.2",
				"nyc": "^11.8.0",
				"opener": "^1.4.3",
				"rimraf": "^2.6.2",
				"vue-eslint-editor": "^0.1.0",
				"vuepress": "github:mysticatea/vuepress#skip-waiting"
			},
			"scripts": {
				"clean": "rimraf .nyc_output coverage",
				"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 lib tests scripts",
				"new": "node scripts/new-rule",
				"pretest": "npm run -s lint",
				"test": "nyc mocha tests/**/*.js --reporter dot",
				"update": "run-s update:*",
				"update:url": "npm run -s lint -- --fix",
				"update:ruledocs": "node scripts/update-docs-rules",
				"update:index": "node scripts/update-index",
				"preversion": "npm test",
				"version": "run-s update:* && git add .",
				"postversion": "git push && git push --tags",
				"watch": "mocha tests/**/*.js --reporter progress --watch --growl"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-plugin-es.git"
			},
			"keywords": [
				"eslint",
				"plugin",
				"eslintplugin"
			],
			"author": {
				"name": "Toru Nagashima",
				"url": "https://github.com/mysticatea"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-plugin-es/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-plugin-es#readme",
			"gitHead": "9ce38bb0529875e1d11c3335101071ae011f088c",
			"_id": "eslint-plugin-es@1.3.1",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "mysticatea",
				"email": "star.ctor@gmail.com"
			},
			"dist": {
				"integrity": "sha512-9XcVyZiQRVeFjqHw8qHNDAZcQLqaHlOGGpeYqzYh8S4JYCWTCO3yzyen8yVmA5PratfzTRWDwCOFphtDEG+w/w==",
				"shasum": "5acb2565db4434803d1d46a9b4cbc94b345bd028",
				"tarball": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-1.3.1.tgz",
				"fileCount": 90,
				"unpackedSize": 123961,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbSJLQCRA9TVsSAnZWagAAZScP/1OUjRXZocBukl54P6kc\nKWcMSUO2cgt4TODJol/TOSbF7B1Av9glfTB1TUw8+P7Vwm7OojCJM39dPzuy\nOtKYQaWUfVxAZ86UAYXf608rZyN6I1IQEGF+HPM0cI52Ss98njrHU5TlKB5J\nHdgElr6fymaB54kaxALMazRHfKUeim223iVNnyDsKg4aLysump3l+s7jdTDa\nnZ5IEjMfiwLSVBqenDGdksGLVfOZLgappYatawf1neT3scIUty9NRK0F6dVU\naXlIRFFgASxRncBALnjaWJixaO09TTH782ca4FBEUB6ikewguduYH0OWwbX+\nO7Gx3eaeKxb9GNP288kvGAVm4OwH+bZjbG02K0qfVPrRu0nu08B5gLVU0CAg\nkgOH2zFKcdCMLKV8npfNAHYzba6/4q9Ay5ZqMgZ4pwFslcUNct57qy+my8kZ\njMzRb4GGTHt3c7vwkuYu3795Y+HtpVZX7d7zI58vV9/rpXi09Ysk3PJTnMbL\nnbSuWZ7jmUbVvDa3+VZKXCy8nXTBcfC1txw4kN7BEle2SwvzJjPxME5FJIAw\nfyAG6qRWu0ynkmRFmZVmikNxbqaa1FNV1kKAcf+mYa9fTP0LVcNZu1L2mJGj\nSkv8Tvhjx8/imnY1Lcg49gnuSHiB+f+NlV3cVxBH/M9JvmdyXzKCaZIGnpVd\n9pKm\r\n=yYh1\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-plugin-es_1.3.1_1531482832021_0.9253023579779993"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.2": {
			"name": "eslint-plugin-es",
			"version": "1.3.2",
			"description": "ESLint plugin about ECMAScript syntactic features.",
			"engines": {
				"node": ">=6.5.0"
			},
			"main": "lib/index.js",
			"peerDependencies": {
				"eslint": ">=4.19.1"
			},
			"dependencies": {
				"eslint-utils": "^1.3.0",
				"regexpp": "^2.0.1"
			},
			"devDependencies": {
				"@mysticatea/eslint-plugin": "^7.0.0",
				"babel-eslint": "^10.0.1",
				"codecov": "^3.1.0",
				"eslint": "^5.8.0",
				"eslint4b": "^5.8.0",
				"espree": "^4.1.0",
				"globals": "^11.8.0",
				"mocha": "^5.0.5",
				"npm-run-all": "^4.1.2",
				"nyc": "^13.1.0",
				"opener": "^1.5.1",
				"rimraf": "^2.6.2",
				"vue-eslint-editor": "^0.1.2",
				"vuepress": "^0.14.4"
			},
			"scripts": {
				"clean": "rimraf .nyc_output coverage",
				"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 lib tests scripts",
				"new": "node scripts/new-rule",
				"pretest": "npm run -s lint",
				"test": "nyc mocha tests/**/*.js --reporter dot",
				"update": "run-s update:*",
				"update:url": "npm run -s lint -- --fix",
				"update:ruledocs": "node scripts/update-docs-rules",
				"update:index": "node scripts/update-index",
				"preversion": "npm test",
				"version": "run-s update:* && git add .",
				"postversion": "git push && git push --tags",
				"watch": "mocha tests/**/*.js --reporter progress --watch --growl"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-plugin-es.git"
			},
			"keywords": [
				"eslint",
				"plugin",
				"eslintplugin"
			],
			"author": {
				"name": "Toru Nagashima",
				"url": "https://github.com/mysticatea"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-plugin-es/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-plugin-es#readme",
			"gitHead": "7aed071b0731e158559157e3653491c340bd3672",
			"_id": "eslint-plugin-es@1.3.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "mysticatea",
				"email": "star.ctor@gmail.com"
			},
			"dist": {
				"integrity": "sha512-xrdbConViY20DhGrt9FwjhDo4fr/9Yus2pYf0xJsdJaCcUzMq7+pAoNH7kSXF6V08bRHMpgDWclYbcr/Sn3hNg==",
				"shasum": "6d2e94ed40db3b3d92a0eb55c7c06e3a7adbb3db",
				"tarball": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-1.3.2.tgz",
				"fileCount": 90,
				"unpackedSize": 124198,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4Sn0CRA9TVsSAnZWagAAwh4P/isq/USqnqaXTgLSTaDA\nYSfZclE5b1O4UFA9zPNo/lhOTXmV71LqMvpW2XrD/4g37dR+HJrT4jkzGluq\nlLXGXIAreYn/Du7TpUF4KoJzLrvncAWdL1nT1L2+QJ+oAfgYALEqLO/SkJ4J\nWOzMF/pJVSJAKDA6XHaklbKIKvk44axQHYPLwrcuO8jTAjTFX4vwKLMK1hHm\nCqVPgLF210K6UoKAASIitx36z6KrgrP24nmdsDq/yKQjViEBWfPEG4ymerVp\nV96MGdnfOWGynw2kCjdsqkd0tXD8Io5JHVNVDJRcbKW4f7Tovgh1aCxWh2T5\nL/ckbbL21XCNiMdj9eGU7Nu/4E+aCK1bH0TQu6/a/HaurwhhbgKjbWtOzvIa\nTrmEti5DDViisRikS9o1ShIi9wwPKhmPtCBufjaL0LHqt2uOYua1+rZBwVJl\nqilmCY5hknNlRHTT6uLxQSUxPFwCm2s2386Vfu4s1uzCM9GwxEEPCUkY9E/H\nkO4+9ZFIRLLPRCGUqE2W4oaoxUXy4OvKz9hT9bDpXFzjanBqj3JJ2/c8LnJB\nwLkH5be9A6ewS1mPgk4/tqAe42PoI6UZdUFuDNA4e2H5No/AmvOOYPhhou88\nZoZmkC3A2BkkqN/GoDiZ1DzlztDTAwmG/gX9PdzrxVsPJne1pFR1oZF7C8J7\nsb8h\r\n=Y6vB\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-plugin-es_1.3.2_1541482995783_0.6952983053376514"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.4.0": {
			"name": "eslint-plugin-es",
			"version": "1.4.0",
			"description": "ESLint plugin about ECMAScript syntactic features.",
			"engines": {
				"node": ">=6.5.0"
			},
			"main": "lib/index.js",
			"peerDependencies": {
				"eslint": ">=4.19.1"
			},
			"dependencies": {
				"eslint-utils": "^1.3.0",
				"regexpp": "^2.0.1"
			},
			"devDependencies": {
				"@mysticatea/eslint-plugin": "^7.0.0",
				"babel-eslint": "^10.0.1",
				"codecov": "^3.1.0",
				"eslint": "^5.8.0",
				"eslint4b": "^5.8.0",
				"espree": "^4.1.0",
				"globals": "^11.8.0",
				"mocha": "^5.0.5",
				"npm-run-all": "^4.1.2",
				"nyc": "^13.1.0",
				"opener": "^1.5.1",
				"rimraf": "^2.6.2",
				"vue-eslint-editor": "^0.1.2",
				"vuepress": "^0.14.4"
			},
			"scripts": {
				"clean": "rimraf .nyc_output coverage",
				"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 lib tests scripts",
				"new": "node scripts/new-rule",
				"pretest": "npm run -s lint",
				"test": "nyc mocha tests/**/*.js --reporter dot",
				"update": "run-s update:*",
				"update:url": "npm run -s lint -- --fix",
				"update:ruledocs": "node scripts/update-docs-rules",
				"update:index": "node scripts/update-index",
				"preversion": "npm test",
				"version": "run-s update:* && git add .",
				"postversion": "git push && git push --tags",
				"watch": "mocha tests/**/*.js --reporter progress --watch --growl"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-plugin-es.git"
			},
			"keywords": [
				"eslint",
				"plugin",
				"eslintplugin"
			],
			"author": {
				"name": "Toru Nagashima",
				"url": "https://github.com/mysticatea"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-plugin-es/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-plugin-es#readme",
			"gitHead": "650827adba3843ddf0bff8cb038054286e29f5bb",
			"_id": "eslint-plugin-es@1.4.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.9.0",
			"_npmUser": {
				"name": "mysticatea",
				"email": "star.ctor@gmail.com"
			},
			"dist": {
				"integrity": "sha512-XfFmgFdIUDgvaRAlaXUkxrRg5JSADoRC8IkKLc/cISeR3yHVMefFHQZpcyXXEUUPHfy5DwviBcrfqlyqEwlQVw==",
				"shasum": "475f65bb20c993fc10e8c8fe77d1d60068072da6",
				"tarball": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-1.4.0.tgz",
				"fileCount": 90,
				"unpackedSize": 126389,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8pP7CRA9TVsSAnZWagAAw0cP/1knQYWswLdTvfQy8cYR\nT79e7pYNKtiWrYOa9YeXubb2Oj1l80DI6SrqftWHb1T/FrF/PoJ18t1WQD/R\nCkpdMdAvM7KYpCdajXo4D1fjfJ3ApIjNc67lyPTCmx85DIQaWkAacspNTk6e\nfw5haLsHZa03hPHdyjljWsVNeY4LjpVCKMf//ELjyu9ESxbro0rU1c3aZvyv\nSaYlefO/XOAuePn8IId7pu0zad8+NH64jlRzFzUy4s/QuKfdURWgXyZEqKL6\nXGc7QpPlyfnIfFP/RW3xexd0ykKt9e0N6CZoCQkB/f57AJOY07Obx5N6MFzf\nCJ+0Mrfot/ktfeUgHi7C+/VFZxJm8O5qZRmsGeDdOQ0gryhpWVUTAR2UTiPJ\nwN/uw1qLkII20KA3YDOAv8kTYqwZ7xLr661A55fTnmA0MyxxtgvsxjhDqVWC\nhsAmlSnRcIQj1BpPt2bBgNaiOoBAEsNnajuStoFnhihnU676y3i2GLmAatWG\ntSdfrsYl1QFV/kaxvVa/zLuQxrfpQHOkqXXyYZ0LFzJo0aEfB1FEsJvOHF9k\np9XaUMnnpQPBYlFYdZ6j5CLIoFkno12MceFGB8CmtyGIXE/OpPNebYXNbRmB\nIIgzq8gYIJNl81NhDwVdb/m4HXs7nYJ5d7dTzokBghNYXX5ZsG3C4B7lkw03\nnG17\r\n=kFXp\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-plugin-es_1.4.0_1542624250363_0.3300383834856142"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.4.1": {
			"name": "eslint-plugin-es",
			"version": "1.4.1",
			"description": "ESLint plugin about ECMAScript syntactic features.",
			"engines": {
				"node": ">=6.5.0"
			},
			"main": "lib/index.js",
			"peerDependencies": {
				"eslint": ">=4.19.1"
			},
			"dependencies": {
				"eslint-utils": "^1.4.2",
				"regexpp": "^2.0.1"
			},
			"devDependencies": {
				"@mysticatea/eslint-plugin": "^7.0.0",
				"babel-eslint": "^10.0.1",
				"codecov": "^3.1.0",
				"eslint": "^5.8.0",
				"eslint4b": "^5.8.0",
				"espree": "^4.1.0",
				"globals": "^11.8.0",
				"mocha": "^5.0.5",
				"npm-run-all": "^4.1.2",
				"nyc": "^13.1.0",
				"opener": "^1.5.1",
				"rimraf": "^2.6.2",
				"vue-eslint-editor": "^0.1.2",
				"vuepress": "^0.14.4"
			},
			"scripts": {
				"clean": "rimraf .nyc_output coverage",
				"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 lib tests scripts",
				"new": "node scripts/new-rule",
				"pretest": "npm run -s lint",
				"test": "nyc mocha tests/**/*.js --reporter dot",
				"update": "run-s update:*",
				"update:url": "npm run -s lint -- --fix",
				"update:ruledocs": "node scripts/update-docs-rules",
				"update:index": "node scripts/update-index",
				"preversion": "npm test",
				"version": "run-s update:* && git add .",
				"postversion": "git push && git push --tags",
				"watch": "mocha tests/**/*.js --reporter progress --watch --growl"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-plugin-es.git"
			},
			"keywords": [
				"eslint",
				"plugin",
				"eslintplugin"
			],
			"author": {
				"name": "Toru Nagashima",
				"url": "https://github.com/mysticatea"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-plugin-es/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-plugin-es#readme",
			"gitHead": "5d432b4a9195bc61807af2cd5c9a86ebed9ecf6d",
			"_id": "eslint-plugin-es@1.4.1",
			"_nodeVersion": "12.6.0",
			"_npmVersion": "6.11.2",
			"dist": {
				"integrity": "sha512-5fa/gR2yR3NxQf+UXkeLeP8FBBl6tSgdrAz1+cF84v1FMM4twGwQoqTnn+QxFLcPOrF4pdKEJKDB/q9GoyJrCA==",
				"shasum": "12acae0f4953e76ba444bfd1b2271081ac620998",
				"tarball": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-1.4.1.tgz",
				"fileCount": 90,
				"unpackedSize": 126389,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZRQjCRA9TVsSAnZWagAAIkcP/0iEPTXsILYUEkrakDXE\nuHe/s4kGX3vLIwIOTSO4zJjmwoukG081AGXK2W6qcIx/thTPOs4fDmlhQ0NJ\nz0+ujRzYk3m8QqvB3mgj0YLgNUcDM/rb2Roc/yuIYl3UC7y4j2IBgn4tsKBl\nGrqWDwj7eKwR1bqvYocAfq/iqYSN0n0J8wRpfze2+8/8lJiV4/VFGKbauKRN\n3/u8SbICqWITdjWMqbA9Qjmz6aDoMPpER991sgy7sU0eMcxILCjyK2iI+RRQ\nv2/RJV3xX5457qpDdjMq+mJW5KdcHfnw9JDY4yRmv0iojBIMo75Sq7EaPYp/\nz3mnvX8W08CbPNpSP6T1DZCBOAr5v367WCINriOmDMRwKO+xWsJpgIAYjFM1\nJQUXxY3UsmRX6sdLqgIDffgdgOLT/Z14k0zk+Tt1vAT8zRoxkh9m25rO8cUI\ns9yMAAFP7/zGT4FakzSphCnLSZ9ye7pelH7Jmd3lCHjsq8/iTQmTiGwQ1UWK\n9alMRCJHl0Yz8mCAdJOSVIdkg2k5HxBRjIzBOAK0KBeYb8SlBia4Ty7PP2r0\nRYG/7NdZ7yP5U/VCA/GFAWy+FOnCMwjnBI2KEAAEpwlYenlFMdeBGEZEXcol\ncayWRgeY/OO31AAR+0UbAWeGi+LBhFx348h7QIwWjKD0wcnnXCLH/2EaVZbS\ndGOY\r\n=Su+l\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-plugin-es_1.4.1_1566905378311_0.6085994785351783"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "eslint-plugin-es",
			"version": "2.0.0",
			"description": "ESLint plugin about ECMAScript syntactic features.",
			"engines": {
				"node": ">=8.10.0"
			},
			"main": "lib/index.js",
			"peerDependencies": {
				"eslint": ">=4.19.1"
			},
			"dependencies": {
				"eslint-utils": "^1.4.2",
				"regexpp": "^3.0.0"
			},
			"devDependencies": {
				"@mysticatea/eslint-plugin": "^11.0.0",
				"babel-eslint": "^10.0.1",
				"codecov": "^3.5.0",
				"eslint": "^6.2.2",
				"eslint4b": "^6.2.2",
				"espree": "^6.1.1",
				"globals": "^12.0.0",
				"mocha": "^6.2.0",
				"npm-run-all": "^4.1.5",
				"nyc": "^14.1.1",
				"opener": "^1.5.1",
				"rimraf": "^3.0.0",
				"semver": "^6.3.0",
				"vue-eslint-editor": "^0.1.4",
				"vuepress": "^0.14.4"
			},
			"scripts": {
				"clean": "rimraf .nyc_output coverage",
				"codecov": "nyc report -r lcovonly && codecov -t ${CODECOV_TOKEN} --disable=gcov",
				"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
				"docs:build": "vuepress build docs",
				"docs:watch": "vuepress dev docs",
				"lint": "eslint lib tests scripts",
				"new": "node scripts/new-rule",
				"pretest": "npm run -s lint",
				"test": "npm run -s test:mocha",
				"test:mocha": "nyc mocha tests/**/*.js --reporter dot",
				"update": "run-s update:*",
				"update:url": "npm run -s lint -- --fix",
				"update:ruledocs": "node scripts/update-docs-rules",
				"update:index": "node scripts/update-index",
				"preversion": "npm test",
				"version": "run-s update:* docs:build && git add .",
				"postversion": "git push && git push --tags",
				"watch": "mocha tests/**/*.js --reporter progress --watch --growl"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-plugin-es.git"
			},
			"keywords": [
				"eslint",
				"plugin",
				"eslintplugin"
			],
			"author": {
				"name": "Toru Nagashima",
				"url": "https://github.com/mysticatea"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-plugin-es/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-plugin-es#readme",
			"gitHead": "7d82b7600dd85b14ece19998468289f36afe2430",
			"_id": "eslint-plugin-es@2.0.0",
			"_nodeVersion": "12.6.0",
			"_npmVersion": "6.11.2",
			"dist": {
				"integrity": "sha512-f6fceVtg27BR02EYnBhgWLFQfK6bN4Ll0nQFrBHOlCsAyxeZkn0NHns5O0YZOPrV1B3ramd6cgFwaoFLcSkwEQ==",
				"shasum": "0f5f5da5f18aa21989feebe8a73eadefb3432976",
				"tarball": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-2.0.0.tgz",
				"fileCount": 94,
				"unpackedSize": 135979,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdaLw8CRA9TVsSAnZWagAAPAYP/3mWhAW3RVPLap+qehwk\nqmfvjHSsESNzgtT/VK74+7rsx77mjCe1Zi/3Ztqdevp+agF7a6thhNYhYt96\nAtIXKZu+PcqtBTFSLZ4J3LabK6MHDHoTr2U2M6I2+l2ppz/iMPzorwdSWtvr\n1i8bxIXED83ItD73atNCT8PMSbFtHT6qFDyPjM6qRqMe1O6jWxQt5fGTtjEY\nx51E/RLr4nAy8ZZ2ma6DHz+047nPebgw50kdbVDMZD/NsSzauhTtOtSgampS\n2EmQBA8Avq2CdjhoDTrRt3iqDGPJ8zJwKj2fpHjx8pqF6R8KY+w86C4EGp+X\nuNGEDrjVa8+HZLl/68LJ0QQr0gzvEXKSNRcKCxM7gjlCb9zcOg7PLJxBECC5\nT8ugFXjn3//lOPd/s6Gak8YDxmgDZqxlWb0LdOt1KxwL+x2DzhzCFvXfzRWL\nyjvUfrU+RwHGGZMygdWl6nZjHx1QvfsrALYgahhVGemKQJxUJNCtOI4rrIpV\nwHhPN0EZJmiznpiy+fDqsYBO2E9rb7D/3/5Bkfr12v9fi6dhXbVaMMe91wJS\nuS3Ioahe7I0ceR4u9ph/pfMm3FWVf9XbuuYCSZbzdTO1KPLAlkO79d6rqZ9L\nSxHjhppw7LPERwnaelPxAOSHec4KEQT2N0Omvuvh7/TEtYa+ZldH6zo0dDcF\nB7Am\r\n=fKoG\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-plugin-es_2.0.0_1567145020282_0.3392541964618232"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "eslint-plugin-es",
			"version": "3.0.0",
			"description": "ESLint plugin about ECMAScript syntactic features.",
			"engines": {
				"node": ">=8.10.0"
			},
			"main": "lib/index.js",
			"peerDependencies": {
				"eslint": ">=4.19.1"
			},
			"dependencies": {
				"eslint-utils": "^2.0.0",
				"regexpp": "^3.0.0"
			},
			"devDependencies": {
				"@mysticatea/eslint-plugin": "^11.0.0",
				"@vuepress/plugin-pwa": "^1.2.0",
				"acorn": "^7.1.0",
				"babel-eslint": "^10.0.1",
				"codecov": "^3.5.0",
				"eslint": "^6.2.2",
				"eslint4b": "^6.2.2",
				"espree": "^6.1.1",
				"globals": "^12.0.0",
				"mocha": "^6.2.0",
				"npm-run-all": "^4.1.5",
				"nyc": "^14.1.1",
				"opener": "^1.5.1",
				"rimraf": "^3.0.0",
				"semver": "^6.3.0",
				"vue-eslint-editor": "^0.2.0",
				"vuepress": "^1.2.0"
			},
			"scripts": {
				"clean": "rimraf .nyc_output coverage",
				"codecov": "nyc report -r lcovonly && codecov -t ${CODECOV_TOKEN} --disable=gcov",
				"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
				"docs:build": "vuepress build docs",
				"docs:watch": "vuepress dev docs",
				"lint": "eslint lib tests scripts",
				"new": "node scripts/new-rule",
				"pretest": "npm run -s lint",
				"test": "npm run -s test:mocha",
				"test:mocha": "nyc mocha tests/**/*.js --reporter dot",
				"update": "run-s update:*",
				"update:url": "npm run -s lint -- --fix",
				"update:ruledocs": "node scripts/update-docs-rules",
				"update:index": "node scripts/update-index",
				"preversion": "npm test",
				"version": "run-s update:* docs:build && git add .",
				"postversion": "git push && git push --tags",
				"watch": "mocha tests/**/*.js --reporter progress --watch --growl"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-plugin-es.git"
			},
			"keywords": [
				"eslint",
				"plugin",
				"eslintplugin"
			],
			"author": {
				"name": "Toru Nagashima",
				"url": "https://github.com/mysticatea"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-plugin-es/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-plugin-es#readme",
			"gitHead": "bd47858106a7ce73619aba59ad35990df791cc13",
			"_id": "eslint-plugin-es@3.0.0",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "6.13.1",
			"dist": {
				"integrity": "sha512-6/Jb/J/ZvSebydwbBJO1R9E5ky7YeElfK56Veh7e4QGFHCXoIXGH9HhVz+ibJLM3XJ1XjP+T7rKBLUa/Y7eIng==",
				"shasum": "98cb1bc8ab0aa807977855e11ad9d1c9422d014b",
				"tarball": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.0.tgz",
				"fileCount": 110,
				"unpackedSize": 158159,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeBJS1CRA9TVsSAnZWagAACf8P/120yN+Fs83oK8Suy9e3\nEL9RbKUgmSX4AnLSgkS5W9w4wCOlgvdz/k0L5G3/NkrFE9Bb0zgNvwgTeoG/\nP34YM7SCuJFLZHbhfXW7H+VRhhf6bFhgijnkT/Tx8+Fox/bHJhFRZ8Fjez54\novQUROxpMCJeiY8iP0uZ8+J+j+MeDWQSYfG9Gb87DzL3qQeBjfE9E/Vgnj/m\np5WXzYipx0S9YF8aimEjSjNxYKS6EmtW5392c7xOsTyycpxAUzyXAo6VcSyx\nTNLEmLPle1o8+ALSDnBd2x4AxAOaiF0gWbI6WZdCgQC02kAb0WtC/TIou39P\nVTP181yGBnhX4aiVxwshMP/sJLEWPFtWn8q+yVZxVC2OUECAFI8z0VESwTq4\nSbPWAYJPEhFBj7W9uPaQGpFgjBonga+B+zAzZgltTXI1izCtI8R6np4HDeWR\n94c4Wzwg8Fv+6O7aA/fgo6BujyBfVZZtMsZrvETSXUF16AJBCvx+RoA2hRpP\nRQd7IrHcR4xKhdA5ncd7EET841s/AogK+Yni4xsg2BXW6Xjn38sUtBNFCn60\nsZ6o07UT9z8GBm624myzU/tO+WTo2rg60ydSTagjfZr08aD/NAeqEfldlohQ\nqnytL0hpP/2thPm65tYrPJZPzIsnpjA3G50u/kLQ9b51TKevkbafyVRhWf4K\ne8Gd\r\n=SGMU\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-plugin-es_3.0.0_1577358516711_0.34664946892572623"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.1": {
			"name": "eslint-plugin-es",
			"version": "3.0.1",
			"description": "ESLint plugin about ECMAScript syntactic features.",
			"engines": {
				"node": ">=8.10.0"
			},
			"main": "lib/index.js",
			"peerDependencies": {
				"eslint": ">=4.19.1"
			},
			"dependencies": {
				"eslint-utils": "^2.0.0",
				"regexpp": "^3.0.0"
			},
			"devDependencies": {
				"@mysticatea/eslint-plugin": "^11.0.0",
				"@vuepress/plugin-pwa": "^1.2.0",
				"acorn": "^7.1.0",
				"babel-eslint": "^10.0.1",
				"codecov": "^3.5.0",
				"eslint": "^6.2.2",
				"eslint4b": "^6.2.2",
				"espree": "^7.0.0",
				"globals": "^12.0.0",
				"mocha": "^6.2.0",
				"npm-run-all": "^4.1.5",
				"nyc": "^14.1.1",
				"opener": "^1.5.1",
				"rimraf": "^3.0.0",
				"semver": "^6.3.0",
				"vue-eslint-editor": "^0.2.0",
				"vuepress": "^1.2.0"
			},
			"scripts": {
				"clean": "rimraf .nyc_output coverage",
				"codecov": "nyc report -r lcovonly && codecov -t ${CODECOV_TOKEN} --disable=gcov",
				"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
				"docs:build": "vuepress build docs",
				"docs:watch": "vuepress dev docs",
				"lint": "eslint lib tests scripts",
				"new": "node scripts/new-rule",
				"pretest": "npm run -s lint",
				"test": "npm run -s test:mocha",
				"test:mocha": "nyc mocha tests/**/*.js --reporter dot",
				"update": "run-s update:*",
				"update:url": "npm run -s lint -- --fix",
				"update:ruledocs": "node scripts/update-docs-rules",
				"update:index": "node scripts/update-index",
				"preversion": "npm test",
				"version": "run-s update:* docs:build && git add .",
				"postversion": "git push && git push --tags",
				"watch": "mocha tests/**/*.js --reporter progress --watch --growl"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mysticatea/eslint-plugin-es.git"
			},
			"keywords": [
				"eslint",
				"plugin",
				"eslintplugin"
			],
			"author": {
				"name": "Toru Nagashima",
				"url": "https://github.com/mysticatea"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/mysticatea/eslint-plugin-es/issues"
			},
			"homepage": "https://github.com/mysticatea/eslint-plugin-es#readme",
			"funding": "https://github.com/sponsors/mysticatea",
			"gitHead": "d86abb11c0c10fc1695cc5545ef5ab4f1b78581a",
			"_id": "eslint-plugin-es@3.0.1",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==",
				"shasum": "75a7cdfdccddc0589934aeeb384175f221c57893",
				"tarball": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz",
				"fileCount": 110,
				"unpackedSize": 158153,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevna6CRA9TVsSAnZWagAAQIAP/RALXOLraRsvBtWZZdQO\n5ijXl6+GttXXCc0oM21U/qIEEohv0mcAttAmlL4VKSmGPvmWkA3QxwZ7F30L\noVSzYH6OH+Y2XAhcwCVPUUjpX9mvr674O+vrGmKPTEg1ZmQTLCtOAGPc4afN\nDrzPQUcRvGtU/krbfNY2spcRdixqi0mOZv69TgsJqHEgnpAdODGPpngfTDLE\nQW0XHfL0pSZxkMknIcXn6ZOOjGey3kKb690I825Jg8RtNusrSV3x0KDN9u1O\n6IaMTcExo4hLFgo0T1mHhRhv31FT+ar+aL40kYF9OFDQ97YgHfrAQ3HiI9kl\njjw8h8B23e3gerAmudgRoqg6nqmXd5BfkgPQAPOuVc3VxLktNzYU3NwTKJfu\nkP6ICNshMoDsanWI2gjuYME5bHJqWIPk0J4gKbie+rmkoK6/AllrsVxqdvhR\nLWMayUy2Q8Wv+i2pbc00OY0C0FXEdqO+b3I1S3YFiuRf3hInwCehPGB4QGQD\n1WpXWXT7iJ80FYPFRDJAsffFC9xhxBQshyIIdC9dhBGho1gWhOZj10KR7mXS\nZugM2IccNuIJoElyK4Ml8fS0lDyn0N+4ZLeszYjSDYaJ233ROh2DncnSDU2G\ni2cwuBIDyKtMessjluLLK5NgsWg/zQUt3GIFkNOB6kRD9R+IUn0Ib3eqGK7D\nq74t\r\n=MYsL\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-plugin-es_3.0.1_1589540538114_0.35198495999226376"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-03-31T09:42:39.368Z",
		"0.0.0": "2018-03-31T09:42:39.432Z",
		"modified": "2020-05-15T11:02:23.009Z",
		"1.0.0": "2018-04-02T05:21:40.962Z",
		"1.1.0": "2018-04-03T13:10:18.742Z",
		"1.2.0": "2018-05-06T08:57:38.655Z",
		"1.3.0": "2018-06-26T10:15:03.271Z",
		"1.3.1": "2018-07-13T11:53:52.118Z",
		"1.3.2": "2018-11-06T05:43:15.998Z",
		"1.4.0": "2018-11-19T10:44:10.538Z",
		"1.4.1": "2019-08-27T11:29:38.485Z",
		"2.0.0": "2019-08-30T06:03:40.455Z",
		"3.0.0": "2019-12-26T11:08:36.823Z",
		"3.0.1": "2020-05-15T11:02:18.424Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.0.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"acf9ddc043687382b3d6e98946f85a61\"",
			"fetched": 1602009369648
		}
	},
	"_distfiles": {
		"eslint-plugin-es-0.0.0.tgz": {
			"url": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-0.0.0.tgz",
			"sha": "d42c163aec7bb135bbf6ea60956047c814b86720",
			"registry": "npmjs"
		},
		"eslint-plugin-es-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-1.0.0.tgz",
			"sha": "89874922329c7d6237d033a390e9a48164bbff9b",
			"registry": "npmjs"
		},
		"eslint-plugin-es-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-1.1.0.tgz",
			"sha": "733d4a9c54a351296e4e92bc2fd4c283610b2d4d",
			"registry": "npmjs"
		},
		"eslint-plugin-es-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-1.2.0.tgz",
			"sha": "c2f3a496901ae8a049317bcba3cc2beeb84384ce",
			"registry": "npmjs"
		},
		"eslint-plugin-es-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-1.3.0.tgz",
			"sha": "e73a9038d45f828926347bd63cfbf4df582c98e3",
			"registry": "npmjs"
		},
		"eslint-plugin-es-1.3.1.tgz": {
			"url": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-1.3.1.tgz",
			"sha": "5acb2565db4434803d1d46a9b4cbc94b345bd028",
			"registry": "npmjs"
		},
		"eslint-plugin-es-1.3.2.tgz": {
			"url": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-1.3.2.tgz",
			"sha": "6d2e94ed40db3b3d92a0eb55c7c06e3a7adbb3db",
			"registry": "npmjs"
		},
		"eslint-plugin-es-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-1.4.0.tgz",
			"sha": "475f65bb20c993fc10e8c8fe77d1d60068072da6",
			"registry": "npmjs"
		},
		"eslint-plugin-es-1.4.1.tgz": {
			"url": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-1.4.1.tgz",
			"sha": "12acae0f4953e76ba444bfd1b2271081ac620998",
			"registry": "npmjs"
		},
		"eslint-plugin-es-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-2.0.0.tgz",
			"sha": "0f5f5da5f18aa21989feebe8a73eadefb3432976",
			"registry": "npmjs"
		},
		"eslint-plugin-es-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.0.tgz",
			"sha": "98cb1bc8ab0aa807977855e11ad9d1c9422d014b",
			"registry": "npmjs"
		},
		"eslint-plugin-es-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz",
			"sha": "75a7cdfdccddc0589934aeeb384175f221c57893",
			"registry": "npmjs"
		}
	},
	"_attachments": {},
	"_rev": "11-af5db7ba0199b6d7",
	"_id": "eslint-plugin-es",
	"readme": "# eslint-plugin-es\n\n[![npm version](https://img.shields.io/npm/v/eslint-plugin-es.svg)](https://www.npmjs.com/package/eslint-plugin-es)\n[![Downloads/month](https://img.shields.io/npm/dm/eslint-plugin-es.svg)](http://www.npmtrends.com/eslint-plugin-es)\n[![Build Status](https://github.com/mysticatea/eslint-plugin-es/workflows/CI/badge.svg)](https://github.com/mysticatea/eslint-plugin-es/actions)\n[![Coverage Status](https://codecov.io/gh/mysticatea/eslint-plugin-es/branch/master/graph/badge.svg)](https://codecov.io/gh/mysticatea/eslint-plugin-es)\n[![Dependency Status](https://david-dm.org/mysticatea/eslint-plugin-es.svg)](https://david-dm.org/mysticatea/eslint-plugin-es)\n\nESLint plugin which disallows each ECMAScript syntax.\n\n## 🏁 Goal\n\n[Espree](https://github.com/eslint/espree#readme), the default parser of [ESLint](https://eslint.org/), has supported `ecmaVersion` option.\nHowever, it doesn't support to enable each syntactic feature individually.\n\nThis plugin lets us disable each syntactic feature individually.\nSo we can enable arbitrary syntactic features with the combination of `ecmaVersion` and this plugin.\n\n## 📖 Usage\n\nSee [documentation](https://eslint-plugin-es.mysticatea.dev/)\n\n## 🚥 Semantic Versioning Policy\n\nThis plugin follows [semantic versioning](http://semver.org/) and [ESLint's semantic versioning policy](https://github.com/eslint/eslint#semantic-versioning-policy).\n\n## 📰 Changelog\n\nSee [releases](https://github.com/mysticatea/eslint-plugin-es/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 docs:build` builds documentation.\n- `npm run docs:watch` builds documentation on each file change.\n- `npm run watch` runs tests on each file change."
}