{"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 shorthand properties to ES5","readme":"# babel-plugin-transform-es2015-shorthand-properties\n\n> Compile ES2015 shorthand properties to ES5\n\n## Example\n\n**In**\n\n```js\nvar o = { a, b, c };\n```\n\n**Out**\n\n```js\nvar o = { a: a, b: b, c: c };\n```\n\n**In**\n\n```js\nvar cat = {\n  getName() {\n    return name;\n  }\n};\n```\n\n**Out**\n\n```js\nvar cat = {\n  getName: function () {\n    return name;\n  }\n};\n```\n\n## Installation\n\n```sh\nnpm install --save-dev babel-plugin-transform-es2015-shorthand-properties\n```\n\n## Usage\n\n### Via `.babelrc` (Recommended)\n\n**.babelrc**\n\n```json\n{\n  \"plugins\": [\"transform-es2015-shorthand-properties\"]\n}\n```\n\n### Via CLI\n\n```sh\nbabel --plugins transform-es2015-shorthand-properties script.js\n```\n\n### Via Node API\n\n```javascript\nrequire(\"babel-core\").transform(\"code\", {\n  plugins: [\"transform-es2015-shorthand-properties\"]\n});\n```\n","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"users":{"klimnikita":true},"license":"MIT","versions":{"6.0.2":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"6.0.2","description":"Compile ES2015 shorthand 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-types":"^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-shorthand-properties@6.0.2","scripts":{},"_shasum":"798ff382e89dc8db24387ec791a04a201677d617","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"sebmck@gmail.com"},"dist":{"shasum":"798ff382e89dc8db24387ec791a04a201677d617","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.0.2.tgz","integrity":"sha512-ap4N5vf0x8SnXy1gqyNWV/9l+/5ex+yQMNdErOnsCV/5VrOLuoYZ+T/APwnqvCllc9I/HhYVSabRHGrc9WyrGA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAucDOd1h18Ol3mZpnE6qLPTOidK7TFUeFGQ+Co3BVZeAiEA8uJd8Z7NXjmYrePQ7XMUwE4Riem1jaa3gyo3RlPych4="}]},"maintainers":[{"name":"anonymous","email":"sebmck@gmail.com"}],"directories":{}},"6.0.14":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"6.0.14","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"^6.0.14","babel-runtime":"^5.0.0"},"_id":"babel-plugin-transform-es2015-shorthand-properties@6.0.14","scripts":{},"_shasum":"fadf6542f61e909cd8de60196e9efbbfef12bfb0","_from":".","_npmVersion":"2.14.9","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"sebmck@gmail.com"},"dist":{"shasum":"fadf6542f61e909cd8de60196e9efbbfef12bfb0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.0.14.tgz","integrity":"sha512-61ryhh0tz2XlRhPFNkxSAuqYrTocCOPxsNOgJgb0QiHDaR3R3NNDnG6aOvByzzRpdr1qWxkdeIEO2zBGLm8P5A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAMaf4snR2EYRUa6rh9aYe9JgFrKXXzvpuihjx2ubsrPAiAqW+Y6crQWsbu0cxpdosAvidijHVVRXpVAVxq7UVxh+Q=="}]},"maintainers":[{"name":"anonymous","email":"sebmck@gmail.com"}],"directories":{}},"6.1.4":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"6.1.4","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"^6.1.4","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.1.4"},"_id":"babel-plugin-transform-es2015-shorthand-properties@6.1.4","scripts":{},"_shasum":"0dc43cac7e537c7fed9c69e62fac0961cb3b64c4","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"sebmck@gmail.com"},"dist":{"shasum":"0dc43cac7e537c7fed9c69e62fac0961cb3b64c4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.1.4.tgz","integrity":"sha512-mGz3vNb3zivUNOnu1qvn4ftQFmJ7i9aPcQzfNuBKN/h1GXfx5S7oUBvL07+JT+am17YwEmoIf1E2pQZ2t+hu9w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDIPzZHR8M+ASO4BJaZTV29iSvRcdt/AsVndaNZqJYivwIhAIyV0u11tESLx+RgnJ3LV+MxspS0laM6BKV/oTs843aV"}]},"maintainers":[{"name":"anonymous","email":"sebmck@gmail.com"}],"directories":{}},"6.1.5":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"6.1.5","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"^6.1.5","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.1.5"},"_id":"babel-plugin-transform-es2015-shorthand-properties@6.1.5","scripts":{},"_shasum":"07500a961684281edfd29b05739415b9122d7e0f","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"sebmck@gmail.com"},"dist":{"shasum":"07500a961684281edfd29b05739415b9122d7e0f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.1.5.tgz","integrity":"sha512-2uwX+2VFucigkzx8UPeFkR2Z4CLTo/a2SFKbzDr6oJxU6iruhcNNyN4BB30on6JHDK72+rs3m9Fz4WQLZJjw1Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG4LuqSlt5Ox83oe1Lf6i4pC791ZihDoV10wCi4PQGVCAiAz16rkJVYFbeMdM61SBKRpfjHctymFs4kg54JizcY1GQ=="}]},"maintainers":[{"name":"anonymous","email":"sebmck@gmail.com"}],"directories":{}},"6.1.17":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"6.1.17","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"^6.1.17","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.1.17"},"_id":"babel-plugin-transform-es2015-shorthand-properties@6.1.17","scripts":{},"_shasum":"0c7c928c2247c7cd3f3ae1a61b43399936cdf20a","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"sebmck@gmail.com"},"dist":{"shasum":"0c7c928c2247c7cd3f3ae1a61b43399936cdf20a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.1.17.tgz","integrity":"sha512-IHzH8Jte3K2SFw6g6CW6sP+tbU/Ytagnbb76RI0gnuo2nwZ7588/Ff04tGDoVFyjNeeOC210430hRMIwVRnEWA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAbmLhZ0fZKXl4aFyJnDdOIsY/xLG8kJYsbQPlyjX6OdAiBH/sG63JgWrwz8wehVqrh+PrU8OMJwoWXBYHdGIMdJTA=="}]},"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-shorthand-properties","version":"6.1.18","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"^6.1.18","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.1.18"},"_id":"babel-plugin-transform-es2015-shorthand-properties@6.1.18","scripts":{},"_shasum":"4d001f24cd622aa81bc6ab9b8338d165b6ebed53","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"sebmck@gmail.com"},"dist":{"shasum":"4d001f24cd622aa81bc6ab9b8338d165b6ebed53","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.1.18.tgz","integrity":"sha512-haw3Rvv791acQuCpD00BpDbpH9h/PgtW8i/MLZVkYe6Vo8D0ZszkTt1oL6q3Q2L0ev0/lbDYbF1rQaX9sj+1CQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrL3gufMrNrT332kpMXl6vlxuwXekQ1ohJNUEZ4XIsBgIgeDkP4s984ZFK4jqVm0YtfljZVnWB8x1AZpXlU0klYLE="}]},"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-shorthand-properties","version":"6.2.4","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"^6.2.4","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.2.4"},"_id":"babel-plugin-transform-es2015-shorthand-properties@6.2.4","scripts":{},"_shasum":"407cad0223e575a79276f0126f973a24a17ed3c2","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"sebmck@gmail.com"},"dist":{"shasum":"407cad0223e575a79276f0126f973a24a17ed3c2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.2.4.tgz","integrity":"sha512-w/dKeFOo9OuKMgWsFHw8Lj8FGscmzFHljHX5Gfw5+dT1tSAORH3PFol8JwEHNq1n0uq2sf0TcKK4IQIJudqnmg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCNr1iuxAXwbqzx/aCxz1TgGwL8d2yTfNwqitNf0XV9OAIgBLuh/qlsfFwdlRop3Hb2qhw9dUihDHSpY5HsmwYpIuI="}]},"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-shorthand-properties","version":"6.3.13","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"^6.3.13","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.3.13"},"_id":"babel-plugin-transform-es2015-shorthand-properties@6.3.13","scripts":{},"_shasum":"6a488442ac1cafedef2836af13a735729982b536","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"sebmck@gmail.com"},"dist":{"shasum":"6a488442ac1cafedef2836af13a735729982b536","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.3.13.tgz","integrity":"sha512-SUDWpBWb+1CJsHJfZoxAeob2BfLXWbqENG48rMLT8OO460g3N43BsYQZthPrh1SqyYVGiKX1Wp/6C/mrfqJZLQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDmDR+fNDqET+XjLnv89j2bxhZ+YnRCo3JRu0xyblB5AAiEA1oFtTKmrFSBV45awQttKT97K0X5P6CZxmfwxc/TrGcU="}]},"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-shorthand-properties","version":"6.5.0","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"^6.3.13","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.3.13"},"_id":"babel-plugin-transform-es2015-shorthand-properties@6.5.0","scripts":{},"_shasum":"8d7c8fa332826546c86c94b83faf226ad0182559","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.1.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"8d7c8fa332826546c86c94b83faf226ad0182559","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.5.0.tgz","integrity":"sha512-rB1mkzL8D859pU7zgwJiWeNznDCQV20Su7cehR9ME29NXkxG5/2xrHT9/407wZydiPPyeYAbVvNB/jHC4tcqcA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDaQphXM4qljK/W855NYUjK3tBg0Yq3OmiSg+DThC7SnAiBAuLkMcoCvHyclovMRMW0suAPgVmugAQ4v3iyAAkILjw=="}]},"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-9-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-shorthand-properties-6.5.0.tgz_1454803662106_0.7431083004921675"},"directories":{}},"6.5.0-1":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"6.5.0-1","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"^6.5.0-1","babel-runtime":"^5.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.5.0-1"},"_id":"babel-plugin-transform-es2015-shorthand-properties@6.5.0-1","scripts":{},"_shasum":"28c105fb79301251b27686b8bcc323bbba8397e8","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.1.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"28c105fb79301251b27686b8bcc323bbba8397e8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.5.0-1.tgz","integrity":"sha512-o7RN/PF2aD/kZtZ7ECct/bshZce6ofuio0rXExlcMVcLnc6lQs88WDxW7U0MlOGTg6iq5taCSFWEB/9g/wtkzg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCMZRci03CrV19kkMwokRbNPdYn63rC+/YfbMrbUDhcpAIhAKPHQgRF+uWJ+nCGF0FX0Cyi96rLuoAqj6Qhoc1Y06UR"}]},"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-9-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-shorthand-properties-6.5.0-1.tgz_1454812855570_0.8599836446810514"},"directories":{}},"6.8.0":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"6.8.0","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"^6.8.0","babel-runtime":"^6.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.8.0"},"_id":"babel-plugin-transform-es2015-shorthand-properties@6.8.0","scripts":{},"_shasum":"f0a4c5fd471630acf333c2d99c3d677bf0952149","_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":"f0a4c5fd471630acf333c2d99c3d677bf0952149","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.8.0.tgz","integrity":"sha512-kiABoIfrwg2e91hTivx0Moc2GHDnTzHRSGYe6BnM+HVaEXlAUnpKmjaH0a2wxSHboemkm/EyXT24EAmxtGTyBA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC759ra2f2ORc0XF1+0A/CBs+mWh1Xyw1pYBLv22Poz6wIhAIj32zMrL3k4ap8Nydbu23nckLsHKtm3pvAhZok3e+eQ"}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-shorthand-properties-6.8.0.tgz_1462232688001_0.6746715707704425"},"directories":{}},"6.18.0":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"6.18.0","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"^6.18.0","babel-runtime":"^6.0.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.18.0"},"_id":"babel-plugin-transform-es2015-shorthand-properties@6.18.0","scripts":{},"_shasum":"e2ede3b7df47bf980151926534d1dd0cbea58f43","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"e2ede3b7df47bf980151926534d1dd0cbea58f43","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.18.0.tgz","integrity":"sha512-4eqXt6ce71OpvfDaBrVqO7F12wG8m1BhWlm7jZAg+sKBLnP515LchDnbomiNb07fYTWgYzvV6BUiEnb/nH6uhA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB6QiWMy3qe0tBcmoH0VwHeswJeutXdXFiqHm9cxOSyHAiBsmTig3bgvJOQ5AqiV50MNxbst9xsR2ZhHMJ3nl953Bg=="}]},"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-shorthand-properties-6.18.0.tgz_1477343946808_0.057266221614554524"},"directories":{}},"6.22.0":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"6.22.0","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"^6.22.0","babel-runtime":"^6.22.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.22.0"},"_id":"babel-plugin-transform-es2015-shorthand-properties@6.22.0","scripts":{},"_shasum":"8ba776e0affaa60bff21e921403b8a652a2ff723","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"8ba776e0affaa60bff21e921403b8a652a2ff723","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.22.0.tgz","integrity":"sha512-uanPrZ0kdKVRdSy1my61ZbiTw15JpTmDfg2qgKIrUsMuTOVQ6DqTnxSeJRr5wxpxP9bN8XglW5rsmgrZYUt30w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCNQN+kzb1RUIV8U+/vDSF+nO/LGmOQHCqFploGdylQPgIhAN0sdIc77KRg0Tv0sE8mwRthppPZMk5+zRSnFxmjFAja"}]},"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-shorthand-properties-6.22.0.tgz_1484872439117_0.7098998220171779"},"directories":{}},"7.0.0-alpha.1":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-alpha.1","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.1"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.1"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.1","scripts":{},"_shasum":"e1fd2586179e9ca09956feaf8b2defb64011c765","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"e1fd2586179e9ca09956feaf8b2defb64011c765","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.1.tgz","integrity":"sha512-S6tisXNvCQSQnX6cl5lFBErXkaZZvuFpUkHXkYdDtdmMLMb6KLXuJqpO8lNm+z6SmZqj5q0ZNvDXR1tCpmFgVg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/QcNhucLVvNAxciAcnJYVrFYi5bunenEhb92ByYXVZwIgTF0AtSCduObNsyvdE0HgzCYKJ27/JCNTTZBxgzNbcdg="}]},"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-shorthand-properties-7.0.0-alpha.1.tgz_1488488724312_0.7357650904450566"},"directories":{}},"7.0.0-alpha.3":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-alpha.3","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.3"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.3"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.3","scripts":{},"_shasum":"6c704d77495994c91f17f2e8e39d89fa6f3d978c","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"6c704d77495994c91f17f2e8e39d89fa6f3d978c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.3.tgz","integrity":"sha512-2vxlNO9Mzt5zO00WZsSiYfDeFwmX7YHcPrGVYGSNPcSgwFWRTY4nmhxxgkssISaOK0jxqSVRJ2i9gbXJgMmqZA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICBaQawLcdVHeEQ5Ido3piRN3FQ6rTvN5CT3AH/iJrF3AiEAuCTc33wo5KXXHEYEPFFec6zzXRC3MyJy23FPfonajnU="}]},"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-shorthand-properties-7.0.0-alpha.3.tgz_1490298570139_0.9296039214823395"},"directories":{}},"7.0.0-alpha.7":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-alpha.7","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.7"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.7"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.7","scripts":{},"_shasum":"59678d452808584f62b3b196938673cdca560852","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"59678d452808584f62b3b196938673cdca560852","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.7.tgz","integrity":"sha512-9MtGoq6kAykTSLn7Z4Rc/4P9yybQpx7b0c0NcwN1s67/jxysWtiFkA5bba138VHEGHdlCWKX9hb7Si3QhdYLmA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCL2V0l/mMvHFMu2asMrIpfkIh67RKdpbzluZKhKXHxAAIgEd9Db/DHysdT+x+Ab2FCdYZ74xme39eVkOI592/b5ak="}]},"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-shorthand-properties-7.0.0-alpha.7.tgz_1491426841942_0.030932487221434712"},"directories":{}},"6.24.1":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"6.24.1","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"^6.24.1","babel-runtime":"^6.22.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.24.1"},"_id":"babel-plugin-transform-es2015-shorthand-properties@6.24.1","scripts":{},"_shasum":"24f875d6721c87661bbd99a4622e51f14de38aa0","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"24f875d6721c87661bbd99a4622e51f14de38aa0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz","integrity":"sha512-mDdocSfUVm1/7Jw/FIRNw9vPrBQNePy6wZJlR8HAUBLybNp1w/6lr6zZ2pjMShee65t/ybR5pT8ulkLzD1xwiw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCOTiqzV+NodIN9RcUdLqrI5Xo2G4f9PzsenCgDHZ0RGAIhAMS5ZV6TXdelKIeabPpThcpvwRIUrIA5zk/H6NQeoRXb"}]},"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-shorthand-properties-6.24.1.tgz_1491578349312_0.1297836024314165"},"directories":{}},"7.0.0-alpha.8":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-alpha.8","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.7"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.8"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.8","scripts":{},"_shasum":"8a5e62d129a92866cb7ced398ba50abe8020c82c","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"8a5e62d129a92866cb7ced398ba50abe8020c82c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.8.tgz","integrity":"sha512-yv9pthi4mz5At0SQBJE7C7WMyKYjACESNk1iI+KoPZ8lVQOGdbxfWPtU4QEDJAUYo+aAK/iG6YmqeXUk+hZt2Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7mRcuSKXA8g7y7TmbM3+15Edc5ofEmus1fHfudIbO/QIgcNj0Kf3UtDjswfPggldmg+piLmlMHD1FocJT+IUyyxg="}]},"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-shorthand-properties-7.0.0-alpha.8.tgz_1492456359421_0.9582195484545082"},"directories":{}},"7.0.0-alpha.9":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-alpha.9","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.9"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.9"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.9","scripts":{},"_shasum":"527adce1276fdd266539c73e2fb014abf244684d","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"527adce1276fdd266539c73e2fb014abf244684d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.9.tgz","integrity":"sha512-kw8TrmaExxjLAFzPyaZQnw8eG0R3jHdA2nibPo3bBoKq5maDAvtvGJU8Z7lQw1cmY+PaBsrMD0LIpFSIF+1qag==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCsueZjZwukrXUHesZSJS7RE2+1DmrEtTjmJT1xON+pigIgSnX1Vfng1GU+DQgrz2jlSjyf9yyegXalLnIqUeEnMwU="}]},"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-shorthand-properties-7.0.0-alpha.9.tgz_1492526522062_0.9539666627533734"},"directories":{}},"7.0.0-alpha.10":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-alpha.10","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.10"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.10"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.10","scripts":{},"_shasum":"fbfd47a9630b027ae9ff47ebac075001d12727e4","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"fbfd47a9630b027ae9ff47ebac075001d12727e4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.10.tgz","integrity":"sha512-+yUpnH3KCeWmh+5PRQAj+E3gAMxj67PprDPtV8MX0AqMkrkQtTKauA5WxmzCbHmO0VvcTTwI3jfajFQfOqQxsw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDGK3nkiZTf4NJ0sBH46NKQL8Y8B4kkgEeFXCqOGKi+jgIhANTd0ZoRYc4dUANhVvw4AnuSt2M4dQbJnqh5BTIYdtnC"}]},"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-shorthand-properties-7.0.0-alpha.10.tgz_1495739853329_0.7244049650616944"},"directories":{}},"7.0.0-alpha.11":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-alpha.11","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.11"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.11"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.11","_npmVersion":"5.0.0","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-39vQJEJjUtVl+wbtWPtGVJBZX2XSwE3uKjpIgRRpu5fxMZ3HcA3G4SO23KkXcobg8ypDPyEnAmjSLSnxFXG08Q==","shasum":"a3cf52cb0a847cc70db4cdca4042174a051f2550","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.11.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCd/dVbbHH0cjiAcNjYLYf86LZVdvVjc9i5y3GPI9ZuSQIgeAJnDyjJNwEKnjdI8lWwe/tFA8V9dujDp+4R2jQ7p/M="}]},"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-shorthand-properties-7.0.0-alpha.11.tgz_1496263426800_0.09685882087796926"},"directories":{}},"7.0.0-alpha.12":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-alpha.12","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.12"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.12"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.12","_npmVersion":"5.0.0","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-TQc09QtvF9TzUgWvGyptjm+rqJBDPv3qFRWSkmHuOq4G5WqvV9NvXjjXXQU8Vv4KDdsiSGZNqXDud2FBIvJ+OA==","shasum":"c220d2b3074c02409b0a585554081e0025aa461d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.12.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXmQ+cMYWwe/IS/OoZL4cWbPQ6QCoVv1c9rVH2XKet2QIhAJx+u5Z326Wno7eUJBuyKNvZ4njAosFUPUw9Nq9WW69C"}]},"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-shorthand-properties-7.0.0-alpha.12.tgz_1496265119680_0.44612044328823686"},"directories":{}},"7.0.0-alpha.14":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-alpha.14","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.14"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.14"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.14","scripts":{},"_shasum":"14f6d509c9fcd200c31bf1743d5bc6767ebe8342","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"14f6d509c9fcd200c31bf1743d5bc6767ebe8342","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.14.tgz","integrity":"sha512-B3Rf1Sz5ByloEdIR8lBaBLKrwoKOdkU4y1dw9EccUNS97MHSmhkhI4EP2da6I/y2H9AyDamE09Hynh4cHFNdJQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAiHw7m/9ckZ9Va+ZR/s4oNPI3lijeN5bNj01FGApPOdAiBkq+pFdDxjX02muDTPSg8ncTYER72scDAm2NxjaFUX6g=="}]},"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-shorthand-properties-7.0.0-alpha.14.tgz_1499828025817_0.311311966041103"},"directories":{}},"7.0.0-alpha.15":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-alpha.15","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.15"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.15"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.15","scripts":{},"_shasum":"9fc49e85c7bb30dee36a8de9586c6b5bf1439b7a","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"9fc49e85c7bb30dee36a8de9586c6b5bf1439b7a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.15.tgz","integrity":"sha512-JuC4Prj8DWSj7HWyigpc8FNUO4KPao6Cn1/XUjpUQ0oXwP0VnpV8IsBgd2ZNEH9e+3CSUC+BpaJNsb9ZtVKBcw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBCY+npE7+jjziYig5/P6XWrH/QtFy+sB52w4KXpfVqZAiBVrexe9pKwQzgXDM7nobd3xD8fdVZvQB9AoIgklrEJyA=="}]},"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-shorthand-properties-7.0.0-alpha.15.tgz_1499830560964_0.5101715095806867"},"directories":{}},"7.0.0-alpha.16":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-alpha.16","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.16"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.16"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.16","scripts":{},"_shasum":"901dfeae49864565003d4d4893eae1f3815ffd33","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"901dfeae49864565003d4d4893eae1f3815ffd33","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.16.tgz","integrity":"sha512-eQrrSRzM8m7NuBhGRJUme05szXUoT6a1jMoe7507vPGRd3GcJ5b0PvwWGJuU3EeTvpPmwNcfa41eKEkpm/oLYA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCAtFtZWt346ptKf3y4V0BzsASEaR4onpjSgvejbaSOjgIhAPEjhd52xlTVhlimEPbcJYjFqiqGBeIbuxLR4G/bQs7i"}]},"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-shorthand-properties-7.0.0-alpha.16.tgz_1501017474219_0.42722982866689563"},"directories":{}},"7.0.0-alpha.17":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-alpha.17","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.17"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.17"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.17","scripts":{},"_shasum":"6bb748585347d1fa3941ba43b1d137d688fbb8cc","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"6bb748585347d1fa3941ba43b1d137d688fbb8cc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.17.tgz","integrity":"sha512-OLussv2Wwuklgf4icxrCIeixQ4KW5FhFGOYJL9IlyNLGbyh8G+XgSDPp2B/FKhJwKCxk3qwOzIfZ8+7rXfsL2w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4awnQiADy+HL8kAdJqau6S8TqeFc2b/9zodU56ezl4wIhAK1mmapN5542Eeby4PDC1tIpeVnNxzqQdDA9qJLhYrUI"}]},"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-shorthand-properties-7.0.0-alpha.17.tgz_1501072765027_0.06170829897746444"},"directories":{}},"7.0.0-alpha.18":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-alpha.18","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.18"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.18"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.18","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-5/ufr6OQr3iWoZ3Ja+7nMk06HXxHDio18LRhZzZDjYYIFndj7Q0htfXXu2E1MmPL89gDwcp18PH+U2DAeNjgeg==","shasum":"843e2fc27be06229f233992e8774a33f5f9f34a6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.18.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB93/O49MR+KQFyYWkTz3bqeYNNAvaDDOZ+Z7LKiVZc6AiEAjevUBtsp8RuXlYSONDn12icYcQahBlD8ciGlt2QJL6o="}]},"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-shorthand-properties-7.0.0-alpha.18.tgz_1501798867818_0.28062553354538977"},"directories":{}},"7.0.0-alpha.19":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-alpha.19","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.19"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.19"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.19","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-j5LhWZWZYP4OTiaigQQmoXmLE0k450T4j5e2fJWhBsz5WKq2YSnS0BwHAtlvDH5xFJ6julhbAxf0iWzTmDAbFA==","shasum":"c1daa38eea8a6a1b50a14a31ce4a3c3e8caec5da","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.19.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGklN3jefbIM4UPKJlR1uiICdx/jhCmCwcjc7G0gv52mAiEAkzpXIM0WOQt3aFRvskuoChYPQiaFCwUlNW6hy2P3FZw="}]},"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-shorthand-properties-7.0.0-alpha.19.tgz_1502144506757_0.8292223182506859"},"directories":{}},"7.0.0-alpha.20":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-alpha.20","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.20"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.20"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.20","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-tyavsAN8vLmbt8hnTTeJkzUEFZUTvoz6Fe+Qnegc3JTxSz3g64xEiATfFg/OUZxaWSRgqkyRVBPLoA6p19zaPA==","shasum":"9a5278319b5bffe635759f706fa8cb6d7fc75519","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.20.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB5fxF18au0iL72eY4WKiXgf0bvmsu7oAmUmxJil/yx0AiEAxKJvw37up6JtlRv/5iF66m/+1zoUkE5a65xSXUJJ8QA="}]},"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-shorthand-properties-7.0.0-alpha.20.tgz_1504119827507_0.19720428087748587"},"directories":{}},"7.0.0-beta.0":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-beta.0","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-beta.0"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-beta.0"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-beta.0","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-paDMa9IC1YewqMXSGX7fcnIiK6UQ0PSa+qUYUCSpi+1nwqFkfUNOurKIJ4FNxuHo1iIC5yOy1Ko2lr+6OCY6pQ==","shasum":"732a4ba32d36dde98eecfd78c86f639460ccbcf7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-beta.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDeBx4zSOM6ezt7jRUoNuULIQaqHuXNMobv2+iuK/UovQIhAOxlJIPDvkHabKXrghRaUJSIVIewVtb98KNwVAULH45q"}]},"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-shorthand-properties-7.0.0-beta.0.tgz_1505185345987_0.5264208777807653"},"directories":{}},"7.0.0-beta.1":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-beta.1","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-beta.1"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-beta.1"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-beta.1","_npmVersion":"5.4.1","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-1tFDXMN7MPqUb5/6ltY5QyoaFGOdA1bWtdjL20eB13ESShHP+eqlze0K0WLzeuurf0cn8XRBuCVcEbk+rwgmmw==","shasum":"8c9f9260bcbf357819af29a8c3e3c7f65e3561eb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-beta.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIECcKqE1H0B/LsP/8Mpfe4IA54SLagXf73S531mGl4H3AiEAiUR6N1YziE2fWOsjnGyHf/RhW9wZIrex4kKAY4AeZXs="}]},"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-shorthand-properties-7.0.0-beta.1.tgz_1505851796648_0.39182026218622923"},"directories":{}},"7.0.0-beta.2":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-beta.2","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-beta.2"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-beta.2"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-beta.2","_npmVersion":"5.4.1","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-qFGGCNpgKvJ5uU2CtJH+B0LJ+7DnpIksDLcNQo3Yo5EoXe8Z51EYd69k2eC77FrtInWWaoqln/osY4BC2fod2A==","shasum":"8dc07cb267ce6c316c78618053aa7c3278cc5c6d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-beta.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDMDMltFvT5M8t9xBz28uQi6w3K+TBmLbE59GS/Kcvf1gIgHMDrJVH1Wrm8dylAazg6+jFZXvBfmz4yKlfXPs9mCt4="}]},"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-shorthand-properties-7.0.0-beta.2.tgz_1506438925041_0.8921544230543077"},"directories":{}},"7.0.0-beta.3":{"name":"babel-plugin-transform-es2015-shorthand-properties","version":"7.0.0-beta.3","description":"Compile ES2015 shorthand properties to ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-beta.3"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-beta.3"},"_id":"babel-plugin-transform-es2015-shorthand-properties@7.0.0-beta.3","_npmVersion":"5.5.1","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-PuyQlEurcTfp7pCf3qLEeaDUNJdnxWJ70DjjNQbSW7Q4U2oLYnXrgNcnNfyUumdwMkJQnA6xI20plRT42AEmVw==","shasum":"2afe134eb42b62873dd65572022930dfad2b0415","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-beta.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzpA1KlY2hmmXqzHIS5lPoITo4JQfyyaCxJT9U8EoTDgIgc5GmIQChHVKQ7RnWrKd+dAfRE+8zjpOvd5kacQZiX0I="}]},"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-shorthand-properties-7.0.0-beta.3.tgz_1508073110519_0.4981834616046399"},"directories":{}}},"name":"babel-plugin-transform-es2015-shorthand-properties","time":{"modified":"2022-06-13T04:04:25.803Z","created":"2015-10-29T18:15:26.196Z","6.0.2":"2015-10-29T18:15:26.196Z","6.0.14":"2015-10-30T23:38:34.642Z","6.1.4":"2015-11-11T10:27:24.057Z","6.1.5":"2015-11-12T07:02:42.761Z","6.1.17":"2015-11-12T21:42:23.401Z","6.1.18":"2015-11-12T21:50:28.557Z","6.2.4":"2015-11-25T03:14:36.740Z","6.3.13":"2015-12-04T11:59:27.705Z","6.5.0":"2016-02-07T00:07:44.682Z","6.5.0-1":"2016-02-07T02:40:57.960Z","6.8.0":"2016-05-02T23:44:49.061Z","6.18.0":"2016-10-24T21:19:08.357Z","6.22.0":"2017-01-20T00:34:00.914Z","7.0.0-alpha.1":"2017-03-02T21:05:26.034Z","7.0.0-alpha.3":"2017-03-23T19:49:32.087Z","7.0.0-alpha.7":"2017-04-05T21:14:04.298Z","6.24.1":"2017-04-07T15:19:11.099Z","7.0.0-alpha.8":"2017-04-17T19:12:41.274Z","7.0.0-alpha.9":"2017-04-18T14:42:04.097Z","7.0.0-alpha.10":"2017-05-25T19:17:34.118Z","7.0.0-alpha.11":"2017-05-31T20:43:46.875Z","7.0.0-alpha.12":"2017-05-31T21:11:59.754Z","7.0.0-alpha.14":"2017-07-12T02:53:46.790Z","7.0.0-alpha.15":"2017-07-12T03:36:01.942Z","7.0.0-alpha.16":"2017-07-25T21:17:55.101Z","7.0.0-alpha.17":"2017-07-26T12:39:26.336Z","7.0.0-alpha.18":"2017-08-03T22:21:07.901Z","7.0.0-alpha.19":"2017-08-07T22:21:46.839Z","7.0.0-alpha.20":"2017-08-30T19:03:47.609Z","7.0.0-beta.0":"2017-09-12T03:02:26.985Z","7.0.0-beta.1":"2017-09-19T20:09:56.752Z","7.0.0-beta.2":"2017-09-26T15:15:25.974Z","7.0.0-beta.3":"2017-10-15T13:11:51.452Z"},"readmeFilename":"README.md"}