{"maintainers":[{"name":"addyosmani","email":"addyosmani@gmail.com"},{"name":"philipwalton","email":"philip@philipwalton.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"keywords":["google","code","quality","style","lint","linter","jscs","jshint","jslint","eslint","validate","code style","strict","check","checker","verify","enforce","hint"],"dist-tags":{"latest":"0.9.1"},"author":{"name":"Google"},"description":"ESLint shareable config for the Google style","readme":"# eslint-config-google [![Build Status](https://travis-ci.org/google/eslint-config-google.svg?branch=master)](https://travis-ci.org/google/eslint-config-google)\n\n> ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) for the [Google JavaScript style guide (ES2015+ version)](https://google.github.io/styleguide/jsguide.html)\n\n\n## Installation\n\n```\n$ npm install --save-dev eslint eslint-config-google\n```\n\n\n## Usage\n\nOnce the `eslint-config-google` package is installed, you can use it by specifying `google` in the [`extends`](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) section of your [ESLint configuration](http://eslint.org/docs/user-guide/configuring).\n\n```js\n{\n  \"extends\": \"google\",\n  \"rules\": {\n    // Additional, per-project rules...\n  }\n}\n```\n\n### Using the `google` config with `eslint:recommended`\n\nThere are several rules in the [`eslint:recommended` ruleset](http://eslint.org/docs/rules/) that Google style is not opinionated about that you might want to enforce in your project.\n\nTo use Google style in conjunction with ESLint's recommended rule set, extend them both, making sure to list `google` last:\n\n```js\n{\n  \"extends\": [\"eslint:recommended\", \"google\"],\n  \"rules\": {\n    // Additional, per-project rules...\n  }\n}\n```\n\nTo see how the `google` config compares with `eslint:recommended`, refer to the [source code of `index.js`](https://github.com/google/eslint-config-google/blob/master/index.js), which lists every ESLint rule along with whether (and how) it is enforced by the `google` config.\n\n\n## License\n\nApache-2 © Google\n","repository":{"type":"git","url":"git+https://github.com/google/eslint-config-google.git"},"users":{"timdp":true,"porreh":true,"garbee":true,"xiaochao":true,"djviolin":true,"keithpepin":true},"bugs":{"url":"https://github.com/google/eslint-config-google/issues"},"license":"Apache-2.0","versions":{"0.1.0":{"name":"eslint-config-google","version":"0.1.0","description":"ESLint shareable config for the Google style","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/eslint-config-google"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"ava"},"files":["index.js"],"keywords":["google","code","quality","style","lint","linter","jscs","jshint","jslint","eslint","validate","code style","strict","check","checker","verify","enforce","hint"],"dependencies":{"deep-assign":"^1.0.0","eslint-config-xo":"^0.6.0"},"devDependencies":{"ava":"*","eslint":"^1.5.1","is-plain-obj":"^1.0.0","temp-write":"^1.1.2"},"peerDependencies":{"eslint":">=1.5.1"},"gitHead":"53e6f531aaf0c065dd107ef4ee03f5343e4235c3","bugs":{"url":"https://github.com/sindresorhus/eslint-config-google/issues"},"homepage":"https://github.com/sindresorhus/eslint-config-google","_id":"eslint-config-google@0.1.0","_shasum":"d9a011c4c7d523fd8c9024c7f2a63c1f26a4e539","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"d9a011c4c7d523fd8c9024c7f2a63c1f26a4e539","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-config-google/-/eslint-config-google-0.1.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.2.0":{"name":"eslint-config-google","version":"0.2.0","description":"ESLint shareable config for the Google style","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/eslint-config-google"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"ava"},"files":["index.js"],"keywords":["google","code","quality","style","lint","linter","jscs","jshint","jslint","eslint","validate","code style","strict","check","checker","verify","enforce","hint"],"dependencies":{"deep-assign":"^2.0.0","eslint-config-xo":"^0.7.0"},"devDependencies":{"ava":"*","eslint":"^1.7.3","is-plain-obj":"^1.0.0","temp-write":"^2.0.1"},"peerDependencies":{"eslint":">=1.7.3"},"gitHead":"11645ea7d6939512ae8b7051992c2b5a069413d3","bugs":{"url":"https://github.com/sindresorhus/eslint-config-google/issues"},"homepage":"https://github.com/sindresorhus/eslint-config-google","_id":"eslint-config-google@0.2.0","_shasum":"65f0f6a3021e4fea0041d33b45780579a7f6d8ac","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"65f0f6a3021e4fea0041d33b45780579a7f6d8ac","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-config-google/-/eslint-config-google-0.2.0.tgz"},"maintainers":[{"name":"addyosmani","email":"addyosmani@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.3.0":{"name":"eslint-config-google","version":"0.3.0","description":"ESLint shareable config for the Google style","license":"Apache-2","repository":{"type":"git","url":"git+https://github.com/google/eslint-config-google.git"},"author":{"name":"Google"},"engines":{"node":">=0.10.0"},"scripts":{"test":"ava"},"files":["index.js"],"keywords":["google","code","quality","style","lint","linter","jscs","jshint","jslint","eslint","validate","code style","strict","check","checker","verify","enforce","hint"],"dependencies":{"deep-assign":"^2.0.0","eslint-config-xo":"^0.7.0"},"devDependencies":{"ava":"*","eslint":"^1.8.0","is-plain-obj":"^1.0.0","temp-write":"^2.0.1"},"peerDependencies":{"eslint":">=1.8.0"},"gitHead":"4972f34c776a77a937c93afdc1ff744ba5ffa173","bugs":{"url":"https://github.com/google/eslint-config-google/issues"},"homepage":"https://github.com/google/eslint-config-google#readme","_id":"eslint-config-google@0.3.0","_shasum":"bc024830ad4d9b7a1a36f469b6e867fa1cc602bd","_from":".","_npmVersion":"3.3.9","_nodeVersion":"4.1.1","_npmUser":{"name":"addyosmani","email":"addyosmani@gmail.com"},"dist":{"shasum":"bc024830ad4d9b7a1a36f469b6e867fa1cc602bd","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-config-google/-/eslint-config-google-0.3.0.tgz"},"maintainers":[{"name":"addyosmani","email":"addyosmani@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.4.0":{"name":"eslint-config-google","version":"0.4.0","description":"ESLint shareable config for the Google style","license":"Apache-2","repository":{"type":"git","url":"git+https://github.com/google/eslint-config-google.git"},"author":{"name":"Google"},"engines":{"node":">=0.10.0"},"scripts":{"test":"ava"},"files":["index.js"],"keywords":["google","code","quality","style","lint","linter","jscs","jshint","jslint","eslint","validate","code style","strict","check","checker","verify","enforce","hint"],"dependencies":{"eslint-config-xo":"^0.10.1"},"devDependencies":{"ava":"*","eslint":"^2.0.0","is-plain-obj":"^1.0.0","temp-write":"^2.0.1"},"peerDependencies":{"eslint":">=2"},"gitHead":"7e75458986cf14982e2e3bd0e964030a8575ecb3","bugs":{"url":"https://github.com/google/eslint-config-google/issues"},"homepage":"https://github.com/google/eslint-config-google#readme","_id":"eslint-config-google@0.4.0","_shasum":"690a1518b54928190d8209960a0015de15110f45","_from":".","_npmVersion":"3.7.3","_nodeVersion":"4.3.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"690a1518b54928190d8209960a0015de15110f45","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-config-google/-/eslint-config-google-0.4.0.tgz"},"maintainers":[{"name":"addyosmani","email":"addyosmani@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/eslint-config-google-0.4.0.tgz_1455428839277_0.20549924904480577"},"directories":{}},"0.5.0":{"name":"eslint-config-google","version":"0.5.0","description":"ESLint shareable config for the Google style","license":"Apache-2","repository":{"type":"git","url":"git+https://github.com/google/eslint-config-google.git"},"author":{"name":"Google"},"engines":{"node":">=0.10.0"},"scripts":{"test":"ava"},"files":["index.js"],"keywords":["google","code","quality","style","lint","linter","jscs","jshint","jslint","eslint","validate","code style","strict","check","checker","verify","enforce","hint"],"dependencies":{"eslint-config-xo":"^0.13.0"},"devDependencies":{"ava":"*","eslint":"^2.7.0","is-plain-obj":"^1.0.0","temp-write":"^2.0.1"},"peerDependencies":{"eslint":">=2.7.0"},"gitHead":"64ad621555d16f424f3604d961bd7f112ab185c3","bugs":{"url":"https://github.com/google/eslint-config-google/issues"},"homepage":"https://github.com/google/eslint-config-google#readme","_id":"eslint-config-google@0.5.0","_shasum":"5b7af1a6666d5ef584077769d75bd1394082e557","_from":".","_npmVersion":"3.8.6","_nodeVersion":"4.4.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"5b7af1a6666d5ef584077769d75bd1394082e557","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-config-google/-/eslint-config-google-0.5.0.tgz"},"maintainers":[{"name":"addyosmani","email":"addyosmani@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-config-google-0.5.0.tgz_1460389101179_0.09019950591027737"},"directories":{}},"0.6.0":{"name":"eslint-config-google","version":"0.6.0","description":"ESLint shareable config for the Google style","license":"Apache-2","repository":{"type":"git","url":"git+https://github.com/google/eslint-config-google.git"},"author":{"name":"Google"},"engines":{"node":">=0.10.0"},"scripts":{"test":"ava"},"files":["index.js"],"keywords":["google","code","quality","style","lint","linter","jscs","jshint","jslint","eslint","validate","code style","strict","check","checker","verify","enforce","hint"],"dependencies":{"eslint-config-xo":"^0.13.0"},"devDependencies":{"ava":"*","eslint":"^2.7.0","is-plain-obj":"^1.0.0","temp-write":"^2.0.1"},"peerDependencies":{"eslint":">=2.7.0"},"gitHead":"9c35a8ec797ca544c15b9d72c0dda9cda274cd4d","bugs":{"url":"https://github.com/google/eslint-config-google/issues"},"homepage":"https://github.com/google/eslint-config-google#readme","_id":"eslint-config-google@0.6.0","_shasum":"c542ec18fb3247983ac16bba31662d01625b763f","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"c542ec18fb3247983ac16bba31662d01625b763f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-config-google/-/eslint-config-google-0.6.0.tgz"},"maintainers":[{"name":"addyosmani","email":"addyosmani@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-config-google-0.6.0.tgz_1465993878752_0.2750467895530164"},"directories":{}},"0.7.0":{"name":"eslint-config-google","version":"0.7.0","description":"ESLint shareable config for the Google style","license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/google/eslint-config-google.git"},"author":{"name":"Google"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["google","code","quality","style","lint","linter","jscs","jshint","jslint","eslint","validate","code style","strict","check","checker","verify","enforce","hint"],"devDependencies":{"eslint":"^3.5.0"},"peerDependencies":{"eslint":">=3.5.0"},"gitHead":"8961f21a0523c77f0ee507fda7cf2b3b35a62528","bugs":{"url":"https://github.com/google/eslint-config-google/issues"},"homepage":"https://github.com/google/eslint-config-google#readme","_id":"eslint-config-google@0.7.0","_shasum":"d8544a134526f685f950ab9e1bb946d30d19e120","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"addyosmani","email":"addyosmani@gmail.com"},"dist":{"shasum":"d8544a134526f685f950ab9e1bb946d30d19e120","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-config-google/-/eslint-config-google-0.7.0.tgz"},"maintainers":[{"name":"addyosmani","email":"addyosmani@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-config-google-0.7.0.tgz_1476834751131_0.6289053023792803"},"directories":{}},"0.7.1":{"name":"eslint-config-google","version":"0.7.1","description":"ESLint shareable config for the Google style","license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/google/eslint-config-google.git"},"author":{"name":"Google"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["google","code","quality","style","lint","linter","jscs","jshint","jslint","eslint","validate","code style","strict","check","checker","verify","enforce","hint"],"devDependencies":{"eslint":"^3.8.1"},"peerDependencies":{"eslint":">=3.8.1"},"gitHead":"0f3fe777445d3c0cab21fd7daa4b5af6760b7880","bugs":{"url":"https://github.com/google/eslint-config-google/issues"},"homepage":"https://github.com/google/eslint-config-google#readme","_id":"eslint-config-google@0.7.1","_shasum":"5598f8498e9e078420f34b80495b8d959f651fb2","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"addyosmani","email":"addyosmani@gmail.com"},"dist":{"shasum":"5598f8498e9e078420f34b80495b8d959f651fb2","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-config-google/-/eslint-config-google-0.7.1.tgz"},"maintainers":[{"name":"addyosmani","email":"addyosmani@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-config-google-0.7.1.tgz_1480240604182_0.3484195286873728"},"directories":{}},"0.8.0":{"name":"eslint-config-google","version":"0.8.0","description":"ESLint shareable config for the Google style","license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/google/eslint-config-google.git"},"author":{"name":"Google"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["google","code","quality","style","lint","linter","jscs","jshint","jslint","eslint","validate","code style","strict","check","checker","verify","enforce","hint"],"devDependencies":{"eslint":"^3.8.1"},"peerDependencies":{"eslint":">=3.8.1"},"gitHead":"699a43f7408160980f445fdce236110b367c2159","bugs":{"url":"https://github.com/google/eslint-config-google/issues"},"homepage":"https://github.com/google/eslint-config-google#readme","_id":"eslint-config-google@0.8.0","_shasum":"288532c2b7834d25def63d51fa5e18e6b9ac3a4d","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"philipwalton","email":"philip@philipwalton.com"},"dist":{"shasum":"288532c2b7834d25def63d51fa5e18e6b9ac3a4d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-config-google/-/eslint-config-google-0.8.0.tgz"},"maintainers":[{"name":"addyosmani","email":"addyosmani@gmail.com"},{"name":"philipwalton","email":"philip@philipwalton.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-config-google-0.8.0.tgz_1496448475133_0.5239271437749267"},"directories":{}},"0.8.1":{"name":"eslint-config-google","version":"0.8.1","description":"ESLint shareable config for the Google style","license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/google/eslint-config-google.git"},"author":{"name":"Google"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["google","code","quality","style","lint","linter","jscs","jshint","jslint","eslint","validate","code style","strict","check","checker","verify","enforce","hint"],"devDependencies":{"eslint":"^3.8.1"},"peerDependencies":{"eslint":">=3.8.1"},"gitHead":"838e0d61358ac1bc9fe9e14d5abcf99bf1b23bf6","bugs":{"url":"https://github.com/google/eslint-config-google/issues"},"homepage":"https://github.com/google/eslint-config-google#readme","_id":"eslint-config-google@0.8.1","_npmVersion":"5.0.4","_nodeVersion":"8.1.2","_npmUser":{"name":"philipwalton","email":"philip@philipwalton.com"},"dist":{"integrity":"sha512-pVRvIPElH6JivuOsvnMKIWhX3JCJNOZnY7f0G5dX43ha4ZL4KI7P2dOiPqfD+Pkft1TJSbm7SuTmEx0SpvFCxQ==","shasum":"a97eab3a5f794e9d5bb35cfdca08059e79c936aa","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-config-google/-/eslint-config-google-0.8.1.tgz"},"maintainers":[{"name":"addyosmani","email":"addyosmani@gmail.com"},{"name":"philipwalton","email":"philip@philipwalton.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-config-google-0.8.1.tgz_1499469166895_0.5133102594409138"},"directories":{}},"0.9.0":{"name":"eslint-config-google","version":"0.9.0","description":"ESLint shareable config for the Google style","license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/google/eslint-config-google.git"},"author":{"name":"Google"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["google","code","quality","style","lint","linter","jscs","jshint","jslint","eslint","validate","code style","strict","check","checker","verify","enforce","hint"],"devDependencies":{"eslint":"^4.1.1"},"peerDependencies":{"eslint":">=4.1.1"},"gitHead":"b244e6e0b80431457bff1b1a644d550f49aafb2f","bugs":{"url":"https://github.com/google/eslint-config-google/issues"},"homepage":"https://github.com/google/eslint-config-google#readme","_id":"eslint-config-google@0.9.0","_npmVersion":"5.0.4","_nodeVersion":"8.1.2","_npmUser":{"name":"philipwalton","email":"philip@philipwalton.com"},"dist":{"integrity":"sha512-K91YeUvkqp8YDCAUkqWYvvprINYw44YKC9c0E6lEfB7UzKwHyslML7whaO/p+PdDGdz24vvIwOM5TLg+pohQaw==","shasum":"7f955a246b781d3176c161092a2d18b3e4168731","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-config-google/-/eslint-config-google-0.9.0.tgz"},"maintainers":[{"name":"addyosmani","email":"addyosmani@gmail.com"},{"name":"philipwalton","email":"philip@philipwalton.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-config-google-0.9.0.tgz_1499477410404_0.9876196831464767"},"directories":{}},"0.9.1":{"name":"eslint-config-google","version":"0.9.1","description":"ESLint shareable config for the Google style","license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/google/eslint-config-google.git"},"author":{"name":"Google"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["google","code","quality","style","lint","linter","jscs","jshint","jslint","eslint","validate","code style","strict","check","checker","verify","enforce","hint"],"devDependencies":{"eslint":"^4.1.1"},"peerDependencies":{"eslint":">=4.1.1"},"gitHead":"968e33591e790ad98a7bec4b1624f2e566bd2431","bugs":{"url":"https://github.com/google/eslint-config-google/issues"},"homepage":"https://github.com/google/eslint-config-google#readme","_id":"eslint-config-google@0.9.1","_npmVersion":"5.0.4","_nodeVersion":"8.1.2","_npmUser":{"name":"philipwalton","email":"philip@philipwalton.com"},"dist":{"integrity":"sha512-5A83D+lH0PA81QMESKbLJd/a3ic8tPZtwUmqNrxMRo54nfFaUvtt89q/+icQ+fd66c2xQHn0KyFkzJDoAUfpZA==","shasum":"83353c3dba05f72bb123169a4094f4ff120391eb","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-config-google/-/eslint-config-google-0.9.1.tgz"},"maintainers":[{"name":"addyosmani","email":"addyosmani@gmail.com"},{"name":"philipwalton","email":"philip@philipwalton.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-config-google-0.9.1.tgz_1499494206350_0.5400386296678334"},"directories":{}}},"name":"eslint-config-google","time":{"modified":"2017-07-08T06:10:06.501Z","created":"2015-10-01T17:47:12.085Z","0.1.0":"2015-10-01T17:47:12.085Z","0.2.0":"2015-10-23T12:44:13.704Z","0.3.0":"2015-11-02T14:27:40.033Z","0.4.0":"2016-02-14T05:47:22.734Z","0.5.0":"2016-04-11T15:38:23.626Z","0.6.0":"2016-06-15T12:31:21.201Z","0.7.0":"2016-10-18T23:52:32.829Z","0.7.1":"2016-11-27T09:56:45.959Z","0.8.0":"2017-06-03T00:07:55.206Z","0.8.1":"2017-07-07T23:12:46.993Z","0.9.0":"2017-07-08T01:30:10.724Z","0.9.1":"2017-07-08T06:10:06.501Z"},"readmeFilename":"README.md","homepage":"https://github.com/google/eslint-config-google#readme"}