{"maintainers":[{"email":"hi@henryzoo.com","name":"anonymous"},{"email":"loganfsmyth@gmail.com","name":"anonymous"},{"email":"bng412@gmail.com","name":"anonymous"}],"keywords":["babel-plugin"],"dist-tags":{"latest":"6.24.1","next":"7.0.0-beta.3"},"description":"Compile ES2015 computed properties to ES5","readme":"# babel-plugin-transform-es2015-computed-properties\n\n> Compile ES2015 computed properties to ES5\n\n## Example\n\n**In**\n\n```js\nvar obj = {\n  [\"x\" + foo]: \"heh\",\n  [\"y\" + bar]: \"noo\",\n  foo: \"foo\",\n  bar: \"bar\"\n};\n```\n\n**Out**\n\n```js\nvar _obj;\n\nfunction _defineProperty(obj, key, value) {\n  if (key in obj) {\n    Object.defineProperty(obj, key, {\n      value: value,\n      enumerable: true,\n      configurable: true,\n      writable: true\n    });\n  } else {\n    obj[key] = value;\n  }\n\n  return obj;\n}\n\nvar obj = (\n  _obj = {},\n  _defineProperty(_obj, \"x\" + foo, \"heh\"),\n  _defineProperty(_obj, \"y\" + bar, \"noo\"),\n  _defineProperty(_obj, \"foo\", \"foo\"),\n  _defineProperty(_obj, \"bar\", \"bar\"),\n  _obj\n);\n```\n\n## Installation\n\n```sh\nnpm install --save-dev babel-plugin-transform-es2015-computed-properties\n```\n\n## Usage\n\n### Via `.babelrc` (Recommended)\n\n**.babelrc**\n\nWithout options:\n\n```json\n{\n  \"plugins\": [\"transform-es2015-computed-properties\"]\n}\n```\n\nWith options:\n\n```json\n{\n  \"plugins\": [\n    [\"transform-es2015-computed-properties\", {\n      \"loose\": true\n    }]\n  ]\n}\n```\n\n### Via CLI\n\n```sh\nbabel --plugins transform-es2015-computed-properties script.js\n```\n\n### Via Node API\n\n```javascript\nrequire(\"babel-core\").transform(\"code\", {\n  plugins: [\"transform-es2015-computed-properties\"]\n});\n```\n\n## Options\n\n### `loose`\n\n`boolean`, defaults to `false`\n\nJust like method assignment in classes, in loose mode, computed property names\nuse simple assignments instead of being defined. This is unlikely to be an issue\nin production code.\n\n#### Example\n\n***In***\n\n```js\nvar obj = {\n  [\"x\" + foo]: \"heh\",\n  [\"y\" + bar]: \"noo\",\n  foo: \"foo\",\n  bar: \"bar\"\n};\n```\n\n***Out***\n\n```js\nvar _obj;\n\nvar obj = (\n  _obj = {},\n  _obj[\"x\" + foo] = \"heh\",\n  _obj[\"y\" + bar] = \"noo\",\n  _obj.foo = \"foo\",\n  _obj.bar = \"bar\",\n  _obj\n);\n```\n","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","versions":{"6.0.2":{"name":"babel-plugin-transform-es2015-computed-properties","version":"6.0.2","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"git+https://github.com/babel/babel.git"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-helper-define-map":"^6.0.2","babel-template":"^6.0.2","babel-runtime":"^6.0.2"},"bugs":{"url":"https://github.com/babel/babel/issues"},"homepage":"https://github.com/babel/babel#readme","_id":"babel-plugin-transform-es2015-computed-properties@6.0.2","scripts":{},"_shasum":"ffccec102846d5a1fb7e29f87682d5c8926ad50b","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"sebmck@gmail.com"},"dist":{"shasum":"ffccec102846d5a1fb7e29f87682d5c8926ad50b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.0.2.tgz","integrity":"sha512-mRc8ufDq0of97ctxSNsSS4FRzetKDCSqxpaSbZfkWuG3z/I+49vnwWhzgh8w36XkaYaUw0eU/IJmkFvyF8BCIg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHH9fa3tvvoLhxcz7psgTfIQC1rbeHizCfzKD/137uKPAiAIr2WFUTqREQzYr3MmBbh5BIpnj9MU1jWRlg+fLvnXjg=="}]},"maintainers":[{"name":"anonymous","email":"sebmck@gmail.com"}],"directories":{}},"6.0.14":{"name":"babel-plugin-transform-es2015-computed-properties","version":"6.0.14","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-helper-define-map":"^6.0.14","babel-template":"^6.0.14","babel-runtime":"^5.0.0"},"_id":"babel-plugin-transform-es2015-computed-properties@6.0.14","scripts":{},"_shasum":"cf9473e8f53489b08ce936fce6a5f898371eeeb6","_from":".","_npmVersion":"2.14.9","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"sebmck@gmail.com"},"dist":{"shasum":"cf9473e8f53489b08ce936fce6a5f898371eeeb6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.0.14.tgz","integrity":"sha512-pMyhL6if4XTSebiwInTlBM+ifyy40vyGanDhOfwYwxFR4+3JrBFFm4aPTV3KCAM8Qi86a8iQC+Z4wLF6LJ6m7w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDrgeDebWj9a2qUMuYea/bAHVawqhjKr2NwfCXtskJqCAIhAO8prBBrwEXTX38XdDLGWkJffArstNOlWlixX+T1UTL1"}]},"maintainers":[{"name":"anonymous","email":"sebmck@gmail.com"}],"directories":{}},"6.1.4":{"name":"babel-plugin-transform-es2015-computed-properties","version":"6.1.4","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-helper-define-map":"^6.0.14","babel-template":"^6.0.14","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.1.4"},"_id":"babel-plugin-transform-es2015-computed-properties@6.1.4","scripts":{},"_shasum":"8eac15f040c2e313d02b87347653f632f3796910","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"sebmck@gmail.com"},"dist":{"shasum":"8eac15f040c2e313d02b87347653f632f3796910","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.1.4.tgz","integrity":"sha512-AQh4ztpPKPxsTiiHaiAZwqJzm83b+3xiP2w3qRHT2LAlClzqSPVzaBUINKIZrfh0eyCox8H1R2wsSoQXFV3ZWg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICczu/9W/Kwr2wamBvotWRQ06/ABkPdwtgCqiiFFciAtAiEA8IHAsxcj2DH/YoU1LWXh1IRYXWivYvLiPLW0rSDdySI="}]},"maintainers":[{"name":"anonymous","email":"sebmck@gmail.com"}],"directories":{}},"6.1.5":{"name":"babel-plugin-transform-es2015-computed-properties","version":"6.1.5","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-helper-define-map":"^6.1.5","babel-template":"^6.1.5","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.1.5"},"_id":"babel-plugin-transform-es2015-computed-properties@6.1.5","scripts":{},"_shasum":"0e9bff58e498e47a12a5fc1308033dec3e6391c8","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"sebmck@gmail.com"},"dist":{"shasum":"0e9bff58e498e47a12a5fc1308033dec3e6391c8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.1.5.tgz","integrity":"sha512-KJ/UgY0dxrPwJhy64n1vybZWCyistZkGEBojb6p0zPlKgzC0IVpidNvkcZo/R+UY+/IV2IpsK9UhWDQn1oOuVg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGzQJo9MtBHAOQs926Mak4AiWHaBV10wLsivNsUArlSEAiAguC6t6fmZ5PmYUq6tYgY0lSjExTyROWiYWQD+aHRi3w=="}]},"maintainers":[{"name":"anonymous","email":"sebmck@gmail.com"}],"directories":{}},"6.1.10":{"name":"babel-plugin-transform-es2015-computed-properties","version":"6.1.10","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-helper-define-map":"^6.1.10","babel-template":"^6.1.10","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.1.10"},"_id":"babel-plugin-transform-es2015-computed-properties@6.1.10","scripts":{},"_shasum":"bf85f345871b222ce666de12cfd2db53b1805745","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"sebmck@gmail.com"},"dist":{"shasum":"bf85f345871b222ce666de12cfd2db53b1805745","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.1.10.tgz","integrity":"sha512-EafYo53a9JYH8gfu/fklMYeVCyt6K3/JuKAGfTjl6GIjFFBe5MsSi8W+E4pXCX31brnhVBXsOq6H7uT3+qrl7A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9KwDJa1k+1jNdoXC52HpSP/wWkV9PscWFCKFBpfSlqAIhAJA2vQ9laQ2GKco7djxn759Jpajkxv6bzjnAv9Bsippc"}]},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"directories":{}},"6.1.17":{"name":"babel-plugin-transform-es2015-computed-properties","version":"6.1.17","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-helper-define-map":"^6.1.17","babel-template":"^6.1.17","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.1.17"},"_id":"babel-plugin-transform-es2015-computed-properties@6.1.17","scripts":{},"_shasum":"8ddcc6c7ae3f62a6e335bb94739c749c0c482df5","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"sebmck@gmail.com"},"dist":{"shasum":"8ddcc6c7ae3f62a6e335bb94739c749c0c482df5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.1.17.tgz","integrity":"sha512-RiBc933uwkniqPMFPAGcyrc6AGIqbiKOOyNKq3CtE7/TSQIk0e0Xwlju6UjK095a4YVcwzIX4XZDkVANfUVBwQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqJQKniH4vexJ46rKcjjqnVD9wuL9fyxZnaWwIqv6ajgIgDUxGhzboZi8eg67rePxcB1bxIy3z2LjnmEi1s40VgPk="}]},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"directories":{}},"6.1.18":{"name":"babel-plugin-transform-es2015-computed-properties","version":"6.1.18","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-helper-define-map":"^6.1.18","babel-template":"^6.1.18","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.1.18"},"_id":"babel-plugin-transform-es2015-computed-properties@6.1.18","scripts":{},"_shasum":"f7111a9e8d689bd0db5258353c29bae47e192c7e","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"sebmck@gmail.com"},"dist":{"shasum":"f7111a9e8d689bd0db5258353c29bae47e192c7e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.1.18.tgz","integrity":"sha512-DZNJRSf9LvUKGn8rinmmIUvPBo01JnszfAvMo7JhgZHe1fNBW/VlwEAwRhJLOyGNFU28wAaydKI8UQZVa3vJGA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE93AbebhXeQDGkwV33ROP0jrB8rklByEYXQFNOnCY4ZAiEA1sn9OwQPdR6lf0PaBhdNtsyMBysu6OFnRElG3Gm/w2s="}]},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"directories":{}},"6.2.4":{"name":"babel-plugin-transform-es2015-computed-properties","version":"6.2.4","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-helper-define-map":"^6.2.4","babel-template":"^6.2.4","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.2.4"},"_id":"babel-plugin-transform-es2015-computed-properties@6.2.4","scripts":{},"_shasum":"2bef2571e4e520d65aabdf8c2fc75508d45072d9","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"sebmck@gmail.com"},"dist":{"shasum":"2bef2571e4e520d65aabdf8c2fc75508d45072d9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.2.4.tgz","integrity":"sha512-csATl1zgUpt6oNoq5ac2oos9AVk3DCJVmLV40q+ik6XCzclfOhgW4yzTeHa5MiFXiMrdgpTDVD0v/ioepIpX5w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDi1wwIIf+PUUXO/yNaWQAxBWKQzK0YR5WuPHU5kDF0nQIgIDWUrGf+RIfqTG5YKKGh01vFQoA227sS/+vtHXNBrMI="}]},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"directories":{}},"6.3.13":{"name":"babel-plugin-transform-es2015-computed-properties","version":"6.3.13","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-helper-define-map":"^6.3.13","babel-template":"^6.3.13","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.3.13"},"_id":"babel-plugin-transform-es2015-computed-properties@6.3.13","scripts":{},"_shasum":"aa96a4673bcd013b43b45e50f9e359e51fb9d5bb","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"sebmck@gmail.com"},"dist":{"shasum":"aa96a4673bcd013b43b45e50f9e359e51fb9d5bb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.3.13.tgz","integrity":"sha512-NTnB/3C+rRW3e4OatxhakyH+HrjCRYFZ20B9RI097nr0eZmXIVVhUpQj3UcRxJDAJXPZ+OcRYfg6nL33IGZJIw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIZqVgk/YYQS00+UjSl30F9IQf+Npg2juR9FLxEkoJMAIgDc8CGdyoZGVyqA0gvGLqaxQXdg5Kr7MCvSiMH1qGzUc="}]},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"npm-public@jessemccarthy.net"},{"name":"anonymous","email":"loganfsmyth@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"directories":{}},"6.4.0":{"name":"babel-plugin-transform-es2015-computed-properties","version":"6.4.0","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-helper-define-map":"^6.3.13","babel-template":"^6.3.13","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.3.13"},"_id":"babel-plugin-transform-es2015-computed-properties@6.4.0","scripts":{},"_shasum":"5c48ecdcc8a447fe51d9e99133cfafd448354520","_from":".","_npmVersion":"3.5.2","_nodeVersion":"5.1.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"5c48ecdcc8a447fe51d9e99133cfafd448354520","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.4.0.tgz","integrity":"sha512-S99EVeAzYnmOzMdFmcWf2RHHFDhJtjTOt5pjLT1D3Mk1GrPn5sKZYfHT+qe2RjwPkaw0KVS151T6TztkimK0gw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDoyZiwvz5mC8/4TDUjy9yEUfPUg2s37Q6fSppaZJkokAiEAvoy4hRdB2Wp4sVHQcbjihJDZIu6q1dUpmS40eZoGyYI="}]},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"npm-public@jessemccarthy.net"},{"name":"anonymous","email":"loganfsmyth@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"directories":{}},"6.5.0":{"name":"babel-plugin-transform-es2015-computed-properties","version":"6.5.0","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-helper-define-map":"^6.3.13","babel-template":"^6.3.13","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.3.13"},"_id":"babel-plugin-transform-es2015-computed-properties@6.5.0","scripts":{},"_shasum":"3a29b03191c63e039f040d9421f888b437089eec","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.1.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"3a29b03191c63e039f040d9421f888b437089eec","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.5.0.tgz","integrity":"sha512-IjpRe+mMe1njG6nDCg/QjEbEn3V4Oi/xv0AmRiWILMDQa5XoYLkB3t0+LAMGE2PHbbUNmxICeF14e+YNCcg81Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID90tzyG1oy54tK0BsL9hdmu2xa7r2ARU95Pn3eAmr80AiEA+LdarWzhWFRSFUCIzQDxyg/RtYhSd0zHFjOuIqoXtzQ="}]},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"npm-public@jessemccarthy.net"},{"name":"anonymous","email":"loganfsmyth@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-6.5.0.tgz_1454803651633_0.8760342965833843"},"directories":{}},"6.5.0-1":{"name":"babel-plugin-transform-es2015-computed-properties","version":"6.5.0-1","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-helper-define-map":"^6.5.0-1","babel-template":"^6.5.0-1","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.5.0-1"},"_id":"babel-plugin-transform-es2015-computed-properties@6.5.0-1","scripts":{},"_shasum":"c7849ce3298301368c7191c14278e4c6b002e630","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.1.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"c7849ce3298301368c7191c14278e4c6b002e630","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.5.0-1.tgz","integrity":"sha512-XGcjQpJxCnEW7Tyv3cRj8FgwuSIcZLogigtr4UE6RvsJ3xfXEPyOKtSt/vaBB8R19aMoAVMthPh5s4bvqNL6RA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICfKoXJaJ1isN5qe+1+hUpRuJK0g0cMPwJk6cozVWigmAiEAgl+JIkj1yBDmloNLIi0ObRNUUuUPmvMahXvQaLPHP+M="}]},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"npm-public@jessemccarthy.net"},{"name":"anonymous","email":"loganfsmyth@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-6.5.0-1.tgz_1454812832281_0.1733611486852169"},"directories":{}},"6.5.2":{"name":"babel-plugin-transform-es2015-computed-properties","version":"6.5.2","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-helper-define-map":"^6.3.13","babel-template":"^6.3.13","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.3.13"},"_id":"babel-plugin-transform-es2015-computed-properties@6.5.2","scripts":{},"_shasum":"415f2ed4dd32a4b81c9d6fa2dbbea35258db6a73","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.1.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"415f2ed4dd32a4b81c9d6fa2dbbea35258db6a73","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.5.2.tgz","integrity":"sha512-rFLDsBPTPAbwF6NyFul3tyFnKEDoM6PAMlEFYQ5C5niabd40OtoZut1w8mlvMAwU4EisenQAY7nuZ4+ObebQ2Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDhB3z+dpUElmtGYdq76YwA/t+EuzKh7/ckUFNgomeiwwIhAPDiwUaBG0D/RMZPISgue1RPCXtz48Mh+QTwYk4ggJnB"}]},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"npm-public@jessemccarthy.net"},{"name":"anonymous","email":"loganfsmyth@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-6.5.2.tgz_1455294607250_0.021017925580963492"},"directories":{}},"6.6.4":{"name":"babel-plugin-transform-es2015-computed-properties","version":"6.6.4","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-helper-define-map":"^6.6.4","babel-template":"^6.6.4","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.3.13"},"_id":"babel-plugin-transform-es2015-computed-properties@6.6.4","scripts":{},"_shasum":"4d37364444119d8b070ed72be3f936de7b768da1","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.1.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"4d37364444119d8b070ed72be3f936de7b768da1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.6.4.tgz","integrity":"sha512-2VI05sZFcZsZjvBG3QVNmmRCS/hBJb3pAZVtzWbPp72O0f6ADOY7TYexeTM3eGfxw2vRTqrobZGAk6WKuxVkEg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFCV+gX07+1m+1IlWh5d0Q/bxasLy32du3YfURRsUeEvAiEAw04TzSmCZWdu9J0cCQZ9KePRrMPOaCt+7Wn55uOleTU="}]},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"npm-public@jessemccarthy.net"},{"name":"anonymous","email":"loganfsmyth@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-6.6.4.tgz_1456954181927_0.6767956230323762"},"directories":{}},"6.6.5":{"name":"babel-plugin-transform-es2015-computed-properties","version":"6.6.5","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-helper-define-map":"^6.6.5","babel-template":"^6.6.5","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.3.13"},"_id":"babel-plugin-transform-es2015-computed-properties@6.6.5","scripts":{},"_shasum":"cedf487857aa1ae25d5c1795402e78a45fd98a0f","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.1.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"cedf487857aa1ae25d5c1795402e78a45fd98a0f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.6.5.tgz","integrity":"sha512-tocRTes49bTn86+1fR4xN3JLWYuNwiQhGcxI3TkVRqqZR4dJ8Zf6iMVnfdMQ6JxPPVpcvdj0aE10wVgY1Ie+pg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCBU7mIDxJJRUcvgFbV1y99RU5KZxxsqWIY2UesV+ipdQIhAOgpCoXxn5HKyNiWOe1MWgqXeTEkRw/mTt8cJHKWccI8"}]},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"npm-public@jessemccarthy.net"},{"name":"anonymous","email":"loganfsmyth@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-6.6.5.tgz_1457133409723_0.3796667205169797"},"directories":{}},"6.8.0":{"name":"babel-plugin-transform-es2015-computed-properties","version":"6.8.0","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-helper-define-map":"^6.8.0","babel-template":"^6.8.0","babel-runtime":"^6.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.8.0"},"_id":"babel-plugin-transform-es2015-computed-properties@6.8.0","scripts":{},"_shasum":"f51010fd61b3bd7b6b60a5fdfd307bb7a5279870","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.1.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"npm-public@jessemccarthy.net"},{"name":"anonymous","email":"loganfsmyth@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"dist":{"shasum":"f51010fd61b3bd7b6b60a5fdfd307bb7a5279870","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.8.0.tgz","integrity":"sha512-kB0I0ezxaQP5+W4tDQzBFZyikj08fwVlMOXx1BVDMB7qelU089ImZrBAVEgHW95TBH4KLSbuWhb+DQM0W7lNww==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD20G2JAV7GkYCecAl+MusSvB/gC30PpWP5hF1RaV7hCwIgXxKLixihxgc4qcwJF9hbKzlZTIPnnJAC1XxlPysnqLw="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-6.8.0.tgz_1462232676067_0.7725889810826629"},"directories":{}},"6.22.0":{"name":"babel-plugin-transform-es2015-computed-properties","version":"6.22.0","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"^6.22.0","babel-runtime":"^6.22.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.22.0"},"_id":"babel-plugin-transform-es2015-computed-properties@6.22.0","scripts":{},"_shasum":"7c383e9629bba4820c11b0425bdd6290f7f057e7","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"7c383e9629bba4820c11b0425bdd6290f7f057e7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.22.0.tgz","integrity":"sha512-PPSuiGSob2Hvjmd3k87ycqwztGeYKJrEYT9OPe1Nnpsjf0gpABCE6B7y34FGXU3yUJIMx8B3hGnHGrXl3kGXjQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEfTc7Lc3WgPqtMYGeIKR2HyKZFGs7sHRGGzoZtUu00wAiBOUnl0SJZEnRyohtT/nbVv2VXgE4xdANcnAV4/zvSUKg=="}]},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"npm-public@jessemccarthy.net"},{"name":"anonymous","email":"loganfsmyth@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-6.22.0.tgz_1484872430619_0.5487910944502801"},"directories":{}},"7.0.0-alpha.1":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-alpha.1","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-alpha.1"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.1"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.1","scripts":{},"_shasum":"a94607b616eac9c98973b8c7a2b96ec54b2b19f8","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"a94607b616eac9c98973b8c7a2b96ec54b2b19f8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.1.tgz","integrity":"sha512-jciOqCyJti//nne+rsWM+dMPtDEQqsgnLixKypP+hWo6phd1LuPbIJoLxo32TFrI9+TxM9naUTfC3woJgypYCA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBxCt/Oi9Ck1NO9qsJd8BBpfNuJ3NZLWA8Xm66ENUtvkAiAP0nutF9y9MqxVY6gZxdXSVi0AZkRFtv35taLBd8JUJw=="}]},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"npm-public@jessemccarthy.net"},{"name":"anonymous","email":"loganfsmyth@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.1.tgz_1488488746856_0.20833499589934945"},"directories":{}},"7.0.0-alpha.3":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-alpha.3","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-alpha.3"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.3"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.3","scripts":{},"_shasum":"9577e8d3a45e63da5c5ddf14163fb2ef67bb26c8","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"9577e8d3a45e63da5c5ddf14163fb2ef67bb26c8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.3.tgz","integrity":"sha512-/8IPrcroFFE1nOlkzQaKn+OaBhw619flA1IyISiQ+yQId8u66c40e0nS/9OJB5YzC4qPf40R7wl4iGaXkopmAQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVW5nrt9lkCUYXzlX0HM2bjRF6cR6QWxcGBoZBdo/CkgIgSQtREZfnh+Wh7uV/2sf4KamBoE2zTVazjiUEIlSzSUs="}]},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"npm-public@jessemccarthy.net"},{"name":"anonymous","email":"loganfsmyth@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.3.tgz_1490298586632_0.903792941942811"},"directories":{}},"7.0.0-alpha.7":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-alpha.7","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-alpha.7"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.7"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.7","scripts":{},"_shasum":"88a3eb4a1e817044d35fd916d899f5b22ed7edd6","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"88a3eb4a1e817044d35fd916d899f5b22ed7edd6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.7.tgz","integrity":"sha512-PG+m7eaVbb734bJTzdSi4Se+Zfm+L5Z/6Px7RcY/yd4MVK0xFIHeIWrnuuo1hU6nX2WlES7tVHg9PlJyUgQicA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICZIf+5IjZwF9cA+OIrPOMT3bICDgD3mmyxQOsM3S0DnAiEAxvuw0dT+zj/i81jyURJaE98EGd2WTmhinAByVekRz5Q="}]},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"npm-public@jessemccarthy.net"},{"name":"anonymous","email":"loganfsmyth@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.7.tgz_1491426859253_0.9678625641390681"},"directories":{}},"6.24.1":{"name":"babel-plugin-transform-es2015-computed-properties","version":"6.24.1","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"^6.24.1","babel-runtime":"^6.22.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.24.1"},"_id":"babel-plugin-transform-es2015-computed-properties@6.24.1","scripts":{},"_shasum":"6fe2a8d16895d5634f4cd999b6d3480a308159b3","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"6fe2a8d16895d5634f4cd999b6d3480a308159b3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz","integrity":"sha512-C/uAv4ktFP/Hmh01gMTvYvICrKze0XVX9f2PdIXuriCSvUmV9j+u+BB9f5fJK3+878yMK6dkdcq+Ymr9mrcLzw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDB6sx3zft74eMBoukz+vaoFoZvaQPZdEiLfLWYmYGr7QIgeU+tmxXdd+L0ubpnkNUBO5mXb4LsjAQlhNRrv+dgpkM="}]},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"npm-public@jessemccarthy.net"},{"name":"anonymous","email":"loganfsmyth@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz_1491578362134_0.8491923431865871"},"directories":{}},"7.0.0-alpha.8":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-alpha.8","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-alpha.8"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.8"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.8","scripts":{},"_shasum":"03b023f20a9d7670676d8fe04ba9d5c3bdde23e3","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"03b023f20a9d7670676d8fe04ba9d5c3bdde23e3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.8.tgz","integrity":"sha512-T66Hw1tV5gnOXeQggtD7caBbF8ZMUrBARloXixtfVyjwAzqOWCqDOdTcsOUzBmW4y6kJsLMU/eTE03AA1bnWyw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGlFpZZvMjoWtRXGGyMxO4B5iDst7MFftduOGvesO5bpAiEAq2Hl3uZdKtBP+Dv1wryeJ6k5uX8E/fmqHVpzfdr8eqs="}]},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"npm-public@jessemccarthy.net"},{"name":"anonymous","email":"loganfsmyth@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.8.tgz_1492456393000_0.20921533973887563"},"directories":{}},"7.0.0-alpha.9":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-alpha.9","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-alpha.9"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.9"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.9","scripts":{},"_shasum":"fadd49ec2945dbb1c6a6871cbcf1ed68228ad961","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"fadd49ec2945dbb1c6a6871cbcf1ed68228ad961","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.9.tgz","integrity":"sha512-jXBmCsX0R8OxZkHhzWl1i7v1BEf40i3Y/WyPAA2/ZXbbxyzsnjj4HQQ7+Fn8+euIGsc2pyxdGdpr2bjaAJNhig==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCiXHJ+X4CMCmKg6/FCSWUddQOX5MDIKvQFPSVfOMrDHwIhAOuiyx6ggBuLQbQ85vN8W4FA7we1GHfgkW9ChD7tvWIR"}]},"maintainers":[{"name":"anonymous","email":"amjad.masad@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"npm-public@jessemccarthy.net"},{"name":"anonymous","email":"loganfsmyth@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.9.tgz_1492526540038_0.5730529448483139"},"directories":{}},"7.0.0-alpha.10":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-alpha.10","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-alpha.10"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.10"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.10","scripts":{},"_shasum":"b06dac86a9e823f4c977f63e4e0c3fe364ab5e45","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"b06dac86a9e823f4c977f63e4e0c3fe364ab5e45","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.10.tgz","integrity":"sha512-rACTlGWbMjWq214hU4eyMPJNDmZ7lgRw+ol0O3qaWs1udJPKh/21/YoUyYiZ2D9rzmwtlTWvXm16zAcsTFrHUw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZMWMvZlrArXFHO2j15rT2dYHwc9LEs6GjaYR45XomrQIgK+jfcd1inWKaCGlJ6mTmztbAn7D57mM821VIvg7kQd0="}]},"maintainers":[{"email":"daniel@tschinder.de","name":"anonymous"},{"email":"hi@henryzoo.com","name":"anonymous"},{"email":"loganfsmyth@gmail.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.10.tgz_1495739863704_0.3951898093800992"},"directories":{}},"7.0.0-alpha.11":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-alpha.11","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-alpha.11"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.11"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.11","_npmVersion":"5.0.0","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-2bs+bEwpIEiTdXTVhLvwTkR3lo2uGg8/s9XPyX0lpUDIyrQCtQ8u6Kj7ZXWnhji8Zim7wrzdf7tYrmac7CxRMg==","shasum":"28cc9f84ef7adcd64434734814d947f5caa5ce8c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.11.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDnFYkSsCSvr5Gpu57c+OKqiumd0yXPSNXIpSO/gRkpnQIhAKPMr6ieASWZghuD4LOCcEOKlo17D6qT2kYgqFfP3Qq9"}]},"maintainers":[{"email":"sebmck@gmail.com","name":"anonymous"},{"email":"daniel@tschinder.de","name":"anonymous"},{"email":"hi@henryzoo.com","name":"anonymous"},{"email":"loganfsmyth@gmail.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.11.tgz_1496263435163_0.6582019275519997"},"directories":{}},"7.0.0-alpha.12":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-alpha.12","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-alpha.12"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.12"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.12","_npmVersion":"5.0.0","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-libQtzIQURxNojmYMj4V78W/M1+XHWNqmVNjR8fCtBIRkl7LG14PgpZD/N6iEZDRF2UUCRQGZegVHUaOjfaU2g==","shasum":"1b8beb7c252295abdd93141a563c2098422ba5b1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.12.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA48Kx0GaIIlkg1Q1np9PoYfglNnGmvobtGWxurw9hgKAiEA64WM9EK8HI8xQl2uarzdYFQc4Mf0eg1geeq2PWYkyCQ="}]},"maintainers":[{"email":"sebmck@gmail.com","name":"anonymous"},{"email":"daniel@tschinder.de","name":"anonymous"},{"email":"hi@henryzoo.com","name":"anonymous"},{"email":"loganfsmyth@gmail.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.12.tgz_1496265130086_0.5669356444850564"},"directories":{}},"7.0.0-alpha.14":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-alpha.14","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-alpha.14"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.14"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.14","scripts":{},"_shasum":"a82af7f1cf0ef197f5bc64ef21ee338e767c90ee","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"a82af7f1cf0ef197f5bc64ef21ee338e767c90ee","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.14.tgz","integrity":"sha512-wczV7DKK8xipD7ZiecSjSzHapbkMy6aGfjPrFUc8yBY+pOKOupV619kC+NlWNxAsRlLP2KpCQVzJg6RCIfzzNg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICISA4D4R7YhW3J5RVmWN+dlbqyAW7PXQ1vZQzDuag1eAiEAmL2W8qk7HYzhD20MXjz7HPVU7cGriFh7zCB7tcRd+zE="}]},"maintainers":[{"email":"sebmck@gmail.com","name":"anonymous"},{"email":"daniel@tschinder.de","name":"anonymous"},{"email":"hi@henryzoo.com","name":"anonymous"},{"email":"loganfsmyth@gmail.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.14.tgz_1499828044075_0.07280457625165582"},"directories":{}},"7.0.0-alpha.15":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-alpha.15","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-alpha.15"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.15"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.15","scripts":{},"_shasum":"23af205109bc27cf1ee3676a1c420d6b4662fec0","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"23af205109bc27cf1ee3676a1c420d6b4662fec0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.15.tgz","integrity":"sha512-sanjr5367wSJlDQau9MwN/z1Fm22vtLjoPzzaaVOAgV1kveJL+uRRrPMgU5lgMO1QnsVx0YM3u6DaGT+Ctb9qg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDxHxJSrqzWhMhxf4vm3si+r8XMZ1dULAXN9RJE9thAfQIhAMBxJHvYX8NgJDMAUNNapEEDCOMy9t0tLUEw4w9av8R+"}]},"maintainers":[{"email":"sebmck@gmail.com","name":"anonymous"},{"email":"daniel@tschinder.de","name":"anonymous"},{"email":"hi@henryzoo.com","name":"anonymous"},{"email":"loganfsmyth@gmail.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.15.tgz_1499830579014_0.7012838153168559"},"directories":{}},"7.0.0-alpha.16":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-alpha.16","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-alpha.16"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.16"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.16","scripts":{},"_shasum":"be54c1ffb3785e8115c635dc0ffc37d6b34c06e7","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"be54c1ffb3785e8115c635dc0ffc37d6b34c06e7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.16.tgz","integrity":"sha512-eTqoRWajsakf0MgKlhrVO4I835YeKWgPSxK+RdibuScCIg+hg4VPFnbTRxWqNp35C7Zt1d6Zj3furmGbEom+PA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFFagcpV2mJWLcius5KCQfyQEFCCXbXPkjib380otr6bAiBCEQtTDoD7zPSdcIJ2y0BT2MXauTgU6MFtwlf3XQPpJQ=="}]},"maintainers":[{"email":"sebmck@gmail.com","name":"anonymous"},{"email":"daniel@tschinder.de","name":"anonymous"},{"email":"hi@henryzoo.com","name":"anonymous"},{"email":"loganfsmyth@gmail.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.16.tgz_1501017493978_0.20717600150965154"},"directories":{}},"7.0.0-alpha.17":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-alpha.17","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-alpha.17"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.17"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.17","scripts":{},"_shasum":"b7aa057f624cf7f2e1d6710b32df2a306aa19dc5","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"b7aa057f624cf7f2e1d6710b32df2a306aa19dc5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.17.tgz","integrity":"sha512-blP1jKOCsslKRH+cYXYZKzOLLzzawfIGtFX71ylc3QfrbXPKIUAaH0JbP686pwyetcIdbD4qzqgx6x7OvRsypw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDcN42pGfoTzijWkYmdSxM8JxVG7X4HsxzVs3xC8Z2mNAIhAJZkenG7wszPwNUoU5Nj1KrWIlgy5f4YrRWN/sQfnLeg"}]},"maintainers":[{"email":"sebmck@gmail.com","name":"anonymous"},{"email":"daniel@tschinder.de","name":"anonymous"},{"email":"hi@henryzoo.com","name":"anonymous"},{"email":"loganfsmyth@gmail.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.17.tgz_1501072786122_0.1569069758988917"},"directories":{}},"7.0.0-alpha.18":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-alpha.18","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-alpha.18"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.18"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.18","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-OEbDbwNEbFE6KL0/F4Q2y7nM2fwy36NwvqHRueV4q4D0M40FwDb4vNv/EXaJVjS5On08FVUhBZn7hmccgDMC6A==","shasum":"83ce6e50bbfaca655eb39532a186c19345501312","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.18.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDw4qDe+uUhFXGyOT0H9Gix0z5R6gsTETMICS8hPc7fDQIhAMmyLgsfbyGTedaKzY/sMjDXiaZ9PhMXz9yXcHyiucJw"}]},"maintainers":[{"email":"me@thejameskyle.com","name":"anonymous"},{"email":"sebmck@gmail.com","name":"anonymous"},{"email":"daniel@tschinder.de","name":"anonymous"},{"email":"hi@henryzoo.com","name":"anonymous"},{"email":"loganfsmyth@gmail.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.18.tgz_1501798882889_0.2083160411566496"},"directories":{}},"7.0.0-alpha.19":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-alpha.19","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-alpha.19"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.19"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.19","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-4Y/ebvp+62ROaz6yQe9Xj5h6Z/XphuFyFgT7uwGO3X6Zr9hfLi4bjymTVQUT52EPhO2MA+JgwTbcSMLSR8ZZng==","shasum":"9424f3933e32734a11b28f7c34388d59ee9babc3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.19.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFo8UiUEta0ITK1ZIR0sIEez4lKFrHd0jus8geKW6YeOAiAheKKlhTydh9bqS/tK+jz8d24hZTWCjIvKa9E05fy5Hw=="}]},"maintainers":[{"email":"me@thejameskyle.com","name":"anonymous"},{"email":"sebmck@gmail.com","name":"anonymous"},{"email":"daniel@tschinder.de","name":"anonymous"},{"email":"hi@henryzoo.com","name":"anonymous"},{"email":"loganfsmyth@gmail.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.19.tgz_1502144524452_0.3204129177611321"},"directories":{}},"7.0.0-alpha.20":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-alpha.20","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-alpha.20"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.20"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.20","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-hgAFcEoOIQEFWN3CLnsITISIwCZyDPFAU1GESdee1UVlXLD8ifyEvKJkCFwLCEzwWytHBbV9Oy/0qAsUOQGJRw==","shasum":"01f4cbda296b74c3e494aba2bad4277d5e8480c5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.20.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDI8noNuXARKKowt1rqpjlpYbxz2uQ0SITZHmEblVViBgIhAMZLK2vtq5UuY91k+RYvYHQnVeSGeYGVhzxPC0SvtXrw"}]},"maintainers":[{"email":"me@thejameskyle.com","name":"anonymous"},{"email":"sebmck@gmail.com","name":"anonymous"},{"email":"daniel@tschinder.de","name":"anonymous"},{"email":"hi@henryzoo.com","name":"anonymous"},{"email":"loganfsmyth@gmail.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.20.tgz_1504119857844_0.9512297369074076"},"directories":{}},"7.0.0-beta.0":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-beta.0","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-beta.0"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-beta.0"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-beta.0","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-UBz+3CswY2IWbcKPsc5SFFzvtpAkAKKzo1V2LHRJLeXDLA8kA4dwvUTvOps76MpcoP3xxENr6rHpbpybcWbE6w==","shasum":"0a5416d98f57a0145cb7067ccd896bedfe6dd639","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-beta.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCXbcTrSmnRsm9ObTbYsbIxse+oYLggkq86zmAmWHP1zQIhAJooM815wkQhGtXIlck6eBOI18tbsqSNLKwW5SgOQPcM"}]},"maintainers":[{"email":"me@thejameskyle.com","name":"anonymous"},{"email":"sebmck@gmail.com","name":"anonymous"},{"email":"daniel@tschinder.de","name":"anonymous"},{"email":"hi@henryzoo.com","name":"anonymous"},{"email":"loganfsmyth@gmail.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-beta.0.tgz_1505185366885_0.5876491046510637"},"directories":{}},"7.0.0-beta.1":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-beta.1","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-beta.1"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-beta.1"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-beta.1","_npmVersion":"5.4.1","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-dXxkA/DsP8KNILFYiNBV+zXNlG76KtaixT3VWNo4xgitjbeRaGargTK8GP0pLTRG8NxhD/IBZSa3904+ESXBjQ==","shasum":"c1341a9cdfd243aec46e668d69ce614ff1e7cd02","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-beta.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH6GMxWGF8J50uZI7QfnsHjj0vkdu37sOWD7+FMBbtwHAiEA4m8MxJBAQ3Fn8E4As8+pImtZi+N1ASUX/NdwA/jko6Q="}]},"maintainers":[{"email":"me@thejameskyle.com","name":"anonymous"},{"email":"sebmck@gmail.com","name":"anonymous"},{"email":"daniel@tschinder.de","name":"anonymous"},{"email":"hi@henryzoo.com","name":"anonymous"},{"email":"loganfsmyth@gmail.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-beta.1.tgz_1505851808912_0.6139791079331189"},"directories":{}},"7.0.0-beta.2":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-beta.2","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-beta.2"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-beta.2"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-beta.2","_npmVersion":"5.4.1","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-xh3QnyZvmImBH+/BpPlRyQKcPq0uyg9Ib+2u9IUR7Y9yNGt7DpvD+tG5s/J/wVAhXJgz2CRLKPgt2B3eMDOz6g==","shasum":"f3c697863925828281a21d9acd5fd6ec09fbdcbf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-beta.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7YytZOlsrwH4We7HEyi2H/D2bQZk6wmA8lfwBmxzAOgIhAI4XnuH6iItUDG2Gn7pBRfseY3jWHLlFCyFb8ZJ68OHr"}]},"maintainers":[{"email":"bng412@gmail.com","name":"anonymous"},{"email":"me@thejameskyle.com","name":"anonymous"},{"email":"sebmck@gmail.com","name":"anonymous"},{"email":"daniel@tschinder.de","name":"anonymous"},{"email":"hi@henryzoo.com","name":"anonymous"},{"email":"loganfsmyth@gmail.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-beta.2.tgz_1506438951571_0.8944107848219573"},"directories":{}},"7.0.0-beta.3":{"name":"babel-plugin-transform-es2015-computed-properties","version":"7.0.0-beta.3","description":"Compile ES2015 computed properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-template":"7.0.0-beta.3"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-beta.3"},"_id":"babel-plugin-transform-es2015-computed-properties@7.0.0-beta.3","_npmVersion":"5.5.1","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-HazW3EWODEav1LRA+FBPq3Oefpg0UOBN7yS1xV8HxNLwlWneg6g0dNnS2piVj8GJUk1N/wYa4SiMO0pOcgOcAA==","shasum":"e77a3c6a551839ea6f7ca7bf043125a21fecb489","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-beta.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGaahqlo/EvMVxk8JkeesgFwXiUhiJQ4WSZYHLHDJ0AYAiAcjSdxsnBac+vJdWdtbMXet07fZLOvVu4RL4S7rUml0w=="}]},"maintainers":[{"email":"bng412@gmail.com","name":"anonymous"},{"email":"me@thejameskyle.com","name":"anonymous"},{"email":"sebmck@gmail.com","name":"anonymous"},{"email":"daniel@tschinder.de","name":"anonymous"},{"email":"hi@henryzoo.com","name":"anonymous"},{"email":"loganfsmyth@gmail.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-es2015-computed-properties-7.0.0-beta.3.tgz_1508073136279_0.8499005604535341"},"directories":{}}},"name":"babel-plugin-transform-es2015-computed-properties","time":{"modified":"2022-06-13T04:04:17.604Z","created":"2015-10-29T18:13:41.774Z","6.0.2":"2015-10-29T18:13:41.774Z","6.0.14":"2015-10-30T23:37:06.637Z","6.1.4":"2015-11-11T10:21:10.301Z","6.1.5":"2015-11-12T06:56:39.837Z","6.1.10":"2015-11-12T07:55:01.251Z","6.1.17":"2015-11-12T21:42:04.133Z","6.1.18":"2015-11-12T21:49:45.393Z","6.2.4":"2015-11-25T03:14:17.698Z","6.3.13":"2015-12-04T11:58:58.565Z","6.4.0":"2016-01-06T20:34:42.097Z","6.5.0":"2016-02-07T00:07:32.760Z","6.5.0-1":"2016-02-07T02:40:34.870Z","6.5.2":"2016-02-12T16:30:10.939Z","6.6.4":"2016-03-02T21:29:44.954Z","6.6.5":"2016-03-04T23:16:53.110Z","6.8.0":"2016-05-02T23:44:38.197Z","6.22.0":"2017-01-20T00:33:51.224Z","7.0.0-alpha.1":"2017-03-02T21:05:48.746Z","7.0.0-alpha.3":"2017-03-23T19:49:49.948Z","7.0.0-alpha.7":"2017-04-05T21:14:20.064Z","6.24.1":"2017-04-07T15:19:22.390Z","7.0.0-alpha.8":"2017-04-17T19:13:14.833Z","7.0.0-alpha.9":"2017-04-18T14:42:21.888Z","7.0.0-alpha.10":"2017-05-25T19:17:44.689Z","7.0.0-alpha.11":"2017-05-31T20:43:55.953Z","7.0.0-alpha.12":"2017-05-31T21:12:10.192Z","7.0.0-alpha.14":"2017-07-12T02:54:05.024Z","7.0.0-alpha.15":"2017-07-12T03:36:19.936Z","7.0.0-alpha.16":"2017-07-25T21:18:14.861Z","7.0.0-alpha.17":"2017-07-26T12:39:47.005Z","7.0.0-alpha.18":"2017-08-03T22:21:22.958Z","7.0.0-alpha.19":"2017-08-07T22:22:04.549Z","7.0.0-alpha.20":"2017-08-30T19:04:17.915Z","7.0.0-beta.0":"2017-09-12T03:02:47.821Z","7.0.0-beta.1":"2017-09-19T20:10:09.070Z","7.0.0-beta.2":"2017-09-26T15:15:52.489Z","7.0.0-beta.3":"2017-10-15T13:12:17.188Z"},"readmeFilename":"README.md"}