{"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 objects with duplicate keys to valid strict ES5","readme":"# babel-plugin-transform-es2015-duplicate-keys\n\n> Compile objects with duplicate keys to valid strict ES5.\n\nThis plugin actually converts duplicate keys in objects to be computed properties, which then must be handled by the [transform-es2015-computed-properties](http://babeljs.io/docs/plugins/transform-es2015-computed-properties) plugin. The final result won't contain any object literals with duplicate keys.\n\n## Example\n\n**In**\n\n```javascript\nvar x = { a: 5, a: 6 };\nvar y = {\n  get a() {},\n  set a(x) {},\n  a: 3\n};\n```\n\n**Out**\n\n```javascript\nvar x = { a: 5, [\"a\"]: 6 };\nvar y = {\n  get a() {},\n  set a(x) {},\n  [\"a\"]: 3\n};\n```\n\n## Installation\n\n```sh\nnpm install --save-dev babel-plugin-transform-es2015-duplicate-keys\n```\n\n## Usage\n\n### Via `.babelrc` (Recommended)\n\n**.babelrc**\n\n```json\n{\n  \"plugins\": [\"transform-es2015-duplicate-keys\"]\n}\n```\n\n### Via CLI\n\n```sh\nbabel --plugins transform-es2015-duplicate-keys script.js\n```\n\n### Via Node API\n\n```javascript\nrequire(\"babel-core\").transform(\"code\", {\n  plugins: [\"transform-es2015-duplicate-keys\"]\n});\n```\n","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"users":{"derekstavis":true},"license":"MIT","versions":{"6.6.0":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"6.6.0","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^5.0.0","babel-types":"^6.6.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.3.13"},"_id":"babel-plugin-transform-es2015-duplicate-keys@6.6.0","scripts":{},"_shasum":"a0a5594f0552a5fd34cbc94b7464eefb073b9110","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.1.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"a0a5594f0552a5fd34cbc94b7464eefb073b9110","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.6.0.tgz","integrity":"sha512-K+znA/6wOneELcdSE3W4kgcu1YBu1MyPu0uuYmB8ZbgOxixoZciFtbRZpe9kPpBWwPFzHX1aNqB7u3rPI2FmSQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDICPDwVomWVCmpeRbKpPf8KegFn088wcNVabYwA8hFaAiEAp9DKhkADzdXOUecYfN7oQgqCzm5MShnRiduFJT2hvlQ="}]},"maintainers":[{"name":"anonymous","email":"hi@henryzoo.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-duplicate-keys-6.6.0.tgz_1456780362678_0.12069393275305629"},"directories":{}},"6.6.4":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"6.6.4","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^5.0.0","babel-types":"^6.6.4"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.3.13"},"_id":"babel-plugin-transform-es2015-duplicate-keys@6.6.4","scripts":{},"_shasum":"90a332b9441633431d871df693f188875cfc5065","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.1.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"90a332b9441633431d871df693f188875cfc5065","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.6.4.tgz","integrity":"sha512-BB1iv5QLIpfxqGrNbBjfDAjwBycgJy+ipezKoAwbas3ijS4Zs/TN0EzZl6HVhQe59TAxB8vfOjTzX6iUupuv9A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEGgxQ34Hb3PFwBIpHMmXCycR+kx6/SiMzNS/X+s+YuUAiEAt36wYFEuR+cNCPEPNdI7VO3FCxLAm99HyCfiOI3aGew="}]},"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-duplicate-keys-6.6.4.tgz_1456954183109_0.42977921618148685"},"directories":{}},"6.8.0":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"6.8.0","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^6.0.0","babel-types":"^6.8.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.8.0"},"_id":"babel-plugin-transform-es2015-duplicate-keys@6.8.0","scripts":{},"_shasum":"fd8f7f7171fc108cc1c70c3164b9f15a81c25f7d","_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":"fd8f7f7171fc108cc1c70c3164b9f15a81c25f7d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.8.0.tgz","integrity":"sha512-Q2WzY4UqX7JLjwp2dwxCpdgE3+OKoCntoGMwNtqI3l9ntoew8r7F67vkSt2/jenVRhHNfYObcxD3IHLSdR/Irw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIARSMqXwIIL/Fmk32R1a1S/QG0zlYA70lH9i8U7dwFR9AiEArru8/ANOLqWmh4zoHNTYa7JMCNz4QQ9GVqR1822MNyY="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-duplicate-keys-6.8.0.tgz_1462232679214_0.3742822257336229"},"directories":{}},"6.22.0":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"6.22.0","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^6.22.0","babel-types":"^6.22.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.22.0"},"_id":"babel-plugin-transform-es2015-duplicate-keys@6.22.0","scripts":{},"_shasum":"672397031c21610d72dd2bbb0ba9fb6277e1c36b","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"672397031c21610d72dd2bbb0ba9fb6277e1c36b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.22.0.tgz","integrity":"sha512-MxAQX9WMn338W6JwztQA8kdy2T3gFCl457O8jblzVuP74SPmcgn56ThkpRBdNvlRN48KDoZ1kJGxkxe5bgxSwQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAS44zN3c991M6z/PwISmzC9dLt8hpnHpNLmCSrtKAdYAiBMCVphtr7K8FA6hoSFphg8u7Tepe6Rhfqr1tVUuuNigA=="}]},"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-duplicate-keys-6.22.0.tgz_1484872431527_0.12435659021139145"},"directories":{}},"7.0.0-alpha.1":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-alpha.1","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-alpha.1","scripts":{},"_shasum":"3b26e7c58fb785cb671925d325d97d4f57177cdd","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"3b26e7c58fb785cb671925d325d97d4f57177cdd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.1.tgz","integrity":"sha512-ajIuUK3DpxsE7a5PN6UiELRIAY1a9EzGIU6WkjphI7xGFGuWH0jwLbr0RJVUPf9UunvP0OGI+kpM/InSZrJywQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCjaMGrtq7UwQ08PA+wZ2mxTIizt1HQlqLcQVI4txvrUAIhALoQvpFUgVEx58sGWoQ44aTk5GfMuWrUOTAkV6UxxSDi"}]},"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-duplicate-keys-7.0.0-alpha.1.tgz_1488488724113_0.4507570411078632"},"directories":{}},"7.0.0-alpha.3":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-alpha.3","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-alpha.3","scripts":{},"_shasum":"1a4add3548ffd64f209be62695409d3d616b0d64","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"1a4add3548ffd64f209be62695409d3d616b0d64","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.3.tgz","integrity":"sha512-EVQuiA1BhmH+222fBsxjcsSqqm7ENWjAbTd8pvruRhH6NQobu+A/TcHm8Mo8ibDmtlDu83rcWVAtmJx/XusZTA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCcpyeT6KURksvnVvCYFoXvqcnmkIif4uB86UjvqxAq1wIhALI+1/Tippe/M11DOSe93oNbqfoeQs/6HWT93wIAo1eI"}]},"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-duplicate-keys-7.0.0-alpha.3.tgz_1490298569153_0.2567104354966432"},"directories":{}},"7.0.0-alpha.7":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-alpha.7","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-alpha.7","scripts":{},"_shasum":"6a522462f5123e45de1b6cb1c82cd30bcdea4f91","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"6a522462f5123e45de1b6cb1c82cd30bcdea4f91","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.7.tgz","integrity":"sha512-N7QGKWMCbAjl7kd3e/q+vG3VQqJLicRveuujCFZSw2M9oxZutgQQLpDKdzBor+vPRT1Ze1V/iSscycxyhEy4lA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqMhKsFBUuf3uFQLR3bJohIs4ZIZjtucOhSx32ix0MjQIgE57dX6yzNSd444JxrYcAn6PJMmb2nVYuah4yMR9PAic="}]},"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-duplicate-keys-7.0.0-alpha.7.tgz_1491426841753_0.0722028142772615"},"directories":{}},"6.24.1":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"6.24.1","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^6.22.0","babel-types":"^6.24.1"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.24.1"},"_id":"babel-plugin-transform-es2015-duplicate-keys@6.24.1","scripts":{},"_shasum":"73eb3d310ca969e3ef9ec91c53741a6f1576423e","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"73eb3d310ca969e3ef9ec91c53741a6f1576423e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz","integrity":"sha512-ossocTuPOssfxO2h+Z3/Ea1Vo1wWx31Uqy9vIiJusOP4TbF7tPs9U0sJ9pX9OJPf4lXRGj5+6Gkl/HHKiAP5ug==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDevOsV2Vj9zGKZwdGl2jRpkZjecuUlH2RmabGDnGA34gIhAMQ3LezfEjOY5cjoXxqDRPQsLkowHVFZw1qmuIr04Mc7"}]},"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-duplicate-keys-6.24.1.tgz_1491578348445_0.6595529397018254"},"directories":{}},"7.0.0-alpha.8":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-alpha.8","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-alpha.8","scripts":{},"_shasum":"6504225ef5cc8acbab1812cdc63af5422d2a02be","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"6504225ef5cc8acbab1812cdc63af5422d2a02be","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.8.tgz","integrity":"sha512-kqi84cUrq4wIzK69Vmh5KoIqEpm3HmLl7WzcssMLu/t8+iPPFBo1D3OjmRqlV0Fctokj/HwixHAd+zF8qRXnJg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyAM1+/1Ok4tBibP+wqozpOXsdfdfNJkh7dDWUTY6uEgIhAPIAK/oZ+ChbsvmhQGtPsktd3gQu/PHu0ih670PQtMym"}]},"maintainers":[{"name":"anonymous","email":"asciiguyfieri@gmail.com"},{"name":"anonymous","email":"me@boopathi.in"},{"name":"anonymous","email":"daniel@tschinder.de"},{"name":"anonymous","email":"bng412@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"loganfsmyth@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"vignesh.shanmugam22@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.8.tgz_1492456356819_0.12220096564851701"},"directories":{}},"7.0.0-alpha.9":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-alpha.9","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-alpha.9","scripts":{},"_shasum":"5889b47777098aae1268217479b8800f1c469a3d","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"5889b47777098aae1268217479b8800f1c469a3d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.9.tgz","integrity":"sha512-PbszkBjmnEXB+ZaqT8xmgHh2NnWZ1IPXNCn4QsQv3dE2pkWLDTjIeG72ZAK6ms4BBGolzgFmg1GjLn4/ZlaU2g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHIGtv+qVWx38TtSfJmG7AVygIqgN3+uGYOYa1AHGZQNAiBlNIN9UJ/R2KBrg4Ycw7bgE08iaXQvleHln1kzsC9MiQ=="}]},"maintainers":[{"name":"anonymous","email":"asciiguyfieri@gmail.com"},{"name":"anonymous","email":"me@boopathi.in"},{"name":"anonymous","email":"daniel@tschinder.de"},{"name":"anonymous","email":"bng412@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"loganfsmyth@gmail.com"},{"name":"anonymous","email":"sebmck@gmail.com"},{"name":"anonymous","email":"vignesh.shanmugam22@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.9.tgz_1492526521646_0.48193215229548514"},"directories":{}},"7.0.0-alpha.10":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-alpha.10","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-alpha.10","scripts":{},"_shasum":"c60e7db3f559c0a34cbf9c556cfd41a9553633d6","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"c60e7db3f559c0a34cbf9c556cfd41a9553633d6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.10.tgz","integrity":"sha512-i+6xEg+9F4Kqb/wihGdDEISllwHDd37m9AvzWZ3aRj/yk9Uhar61O2DdM0bRpr8LTi8Chm7uoAJQapQs+szdJA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwTQF+4+MX+YALr/Y8rBH55DOGHPEcqI+B4RLqwH0kNQIgBIpkhHBApCZ3o8FEARrI84l4CU18bIs+M8G1YTRPpf4="}]},"maintainers":[{"email":"kangax@gmail.com","name":"anonymous"},{"email":"build@dan.cx","name":"anonymous"},{"email":"npm@dan.cx","name":"anonymous"},{"email":"sebmck@gmail.com","name":"anonymous"},{"email":"vignesh.shanmugam22@gmail.com","name":"anonymous"},{"email":"me@boopathi.in","name":"anonymous"},{"email":"bng412@gmail.com","name":"anonymous"},{"email":"daniel@tschinder.de","name":"anonymous"},{"email":"loganfsmyth@gmail.com","name":"anonymous"},{"email":"hi@henryzoo.com","name":"anonymous"},{"email":"asciiguyfieri@gmail.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.10.tgz_1495739852537_0.9073241737205535"},"directories":{}},"7.0.0-alpha.11":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-alpha.11","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-alpha.11","_npmVersion":"5.0.0","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-vTlFVTOdyEAJZUJHXaCftGwCFJNtGbaBmZ6modkGthbsA44mUMmRiskvXPv6SEuU/u0fjNHcOgYH6RyyJki5PQ==","shasum":"f93237c3acbf33e685cc8501e3f18fb5b2973be1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.11.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE5xC6MAnIfviwfhNdFxQdWtzbZptf64sq9nz3Xv3y3HAiBx+PdbfAofL1MvzlnxQjik7RxyWP6msGDu2hxvLF5PlA=="}]},"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-duplicate-keys-7.0.0-alpha.11.tgz_1496263426466_0.9907649534288794"},"directories":{}},"7.0.0-alpha.12":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-alpha.12","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-alpha.12","_npmVersion":"5.0.0","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-lqMQJVhdCelRkf6OXJDC3+ygPNNi6EhRZZhNjGpnCVuPDLpetlFj9EZyM4i4Jxcs1MrXtpEAFm1OU+ha/+ShcQ==","shasum":"9fcbc1a7620ce4a2fc5ce71c2dede7e5e9a32656","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.12.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDyAiCOa4FbYuZsCE9CT+2y3MYZZT19edU2O9f8xByRmwIhAO7UfyrBILOYIlxkokaYsr+/774XWNrggVRFxS3Fxoa1"}]},"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-duplicate-keys-7.0.0-alpha.12.tgz_1496265119396_0.9062848011963069"},"directories":{}},"7.0.0-alpha.14":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-alpha.14","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-alpha.14","scripts":{},"_shasum":"0b6e691e42542b085c0c18a2849f70531e7b3556","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"0b6e691e42542b085c0c18a2849f70531e7b3556","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.14.tgz","integrity":"sha512-bwaGvD5Z8GNTvHGnkAi6mWGsrxqOw9UzuQ9mbOWWvrthxeMIBTUdHNOQVoiTyYv0ZWYJIzLRyXDpTxmoPaP+Tw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCgIEu9MdfIMFUDa6U8CBaGOBi8cB8t2jM6XhZH+woWuQIgFpC1B1UUJe21AA0h+j2c46EhXL3chpWw8Qz+Kbr5FuY="}]},"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-duplicate-keys-7.0.0-alpha.14.tgz_1499828025743_0.05463523231446743"},"directories":{}},"7.0.0-alpha.15":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-alpha.15","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-alpha.15","scripts":{},"_shasum":"a49aef3010479011a5000c19f243b7bb62a3fb05","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"a49aef3010479011a5000c19f243b7bb62a3fb05","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.15.tgz","integrity":"sha512-0q1cm76YrwHICBh8YoXdj9NUl4P6SnszvBDyhRjrAxUDtvOi5DfGGrGCoaMVcna4dRMwZUJz7vwRImV12tq0hQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZ/ZgqD45RZHlSUhBsCAiPejj4CUvlYU+0WsZnMeWwjAIgf9FVZPYGXjp8F0jIBBkAZLzjqUgZwln1dCjDDco7gpc="}]},"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-duplicate-keys-7.0.0-alpha.15.tgz_1499830560718_0.8447071250993758"},"directories":{}},"7.0.0-alpha.16":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-alpha.16","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-alpha.16","scripts":{},"_shasum":"76e273a8e60d4eb477a24747365bed67ea958d77","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"76e273a8e60d4eb477a24747365bed67ea958d77","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.16.tgz","integrity":"sha512-tclrtVUyHCNoL845h7WrTjm5q3fPT2fOs2DcX6uoRZPTNOk5sLn/dFe/5VoN9URbIFGTud7/JNffZ3HRjed7xQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEGWPEXAznQHyNaX4sJfZhnwVE7SJj+s/oMFaKZk2ZnHAiAQaKQF+wbApNHdvucS0ySjFH8F0b71ZuJMwZ2T+dBjuQ=="}]},"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-duplicate-keys-7.0.0-alpha.16.tgz_1501017474194_0.6485599975567311"},"directories":{}},"7.0.0-alpha.17":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-alpha.17","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-alpha.17","scripts":{},"_shasum":"5033d62edc85142aace552740f1461c1b6f9645a","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"shasum":"5033d62edc85142aace552740f1461c1b6f9645a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.17.tgz","integrity":"sha512-OvdJt61i0LCYphkcut9YrU3zG1bgIO5elQoG00mxKiR17rirE1H00as4lUC/qcdrNEu3iOISaNovaH6SzxR49g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH62jVoDsTApa3Y223gbk5QL+tyctWfLkxTqjhJdDpngAiEA6C5UQPIuFDi62MMi++xNCAk7a5Rhtgh0xiJGue3kiVo="}]},"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-duplicate-keys-7.0.0-alpha.17.tgz_1501072764986_0.10298684751614928"},"directories":{}},"7.0.0-alpha.18":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-alpha.18","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-alpha.18","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-4PQ735tZBUB6dJbDnDMQneVWHB1sVvHT7hG3swjYt0a+QjR49f3x0MTc3dRd0rVd050nYYW+kIvDHZ8D8d47DQ==","shasum":"e3bef8d7399590e8051bcd4f474d688a6ea436c0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.18.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIBrbAXBiTklB6ojLB8g/5T/aTSupA3QSwS1fB57Qr/gIgbjJfPmlycuSxechEldORq3AoaqYe3W85BHrjC6B1Q0E="}]},"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-duplicate-keys-7.0.0-alpha.18.tgz_1501798866990_0.7090449812822044"},"directories":{}},"7.0.0-alpha.19":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-alpha.19","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-alpha.19","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-w+BeaxZWXbSEZM8UiX97RAIy6NhL1re9xwJzmi/94tA4O0EgohGD6e0O3VpzMLB90R1uoksmwD+PcnqPx0Gscg==","shasum":"721152c0192139bd9d1137f30a13a958008451a8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.19.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA9wV0ESjK683mHdhL1VTUtvYe3/FrQApgYRX70QrcI9AiAYR7oIgpnUGf3eryyow9NDn9Cox28wgzMqi+NCXYUhyQ=="}]},"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-duplicate-keys-7.0.0-alpha.19.tgz_1502144506693_0.747209710534662"},"directories":{}},"7.0.0-alpha.20":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-alpha.20","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-alpha.20","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-a3cb3+1HG2y6Y4gC5++KHKpp/ZufGbveps3A31qBxzHXDWzlQ2/vdTsp9l1S/fw3DLL/6Ks9LlsAEZRyFdRRDQ==","shasum":"63eadb0b4b6b674502a6542e3992374d93ca05f7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.20.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsI6/28a1/jF7kmCM7UpqogYcrK2qHMiWx0M/F2N6cawIhANstuLIlt4HhjKRcFwb27joWaQzvLKjXPTquTFxOfprg"}]},"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-duplicate-keys-7.0.0-alpha.20.tgz_1504119827492_0.9220005578827113"},"directories":{}},"7.0.0-beta.0":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-beta.0","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-beta.0","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-QyT9gm7ZI+7M2WaVT+WZhetr//s7DUR6oQdZpuQGf/vMaGu8xrGU3VgG/Mbf7VIxbs7/Sbst2/1JC3fG11uy0g==","shasum":"2306cee77ce47030c04e7da664df7c1908a7befd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-beta.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGxItQl3Tl3/j5nZuJLAzLE3xVZNmj9fHrBErCbxGkfHAiAgyZzuMFPaU4py1l/TyUJ3HwdSoa8ivtMs0/WT4dlfoQ=="}]},"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-duplicate-keys-7.0.0-beta.0.tgz_1505185345876_0.6164635645691305"},"directories":{}},"7.0.0-beta.1":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-beta.1","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-beta.1","_npmVersion":"5.4.1","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-TLnNaXDiBH8GEvF150RZ6saPHBtUiiD5BS2UGqMucX8QCyM3XCQKbc4nyvJvFUs0dHVH4B7ZiI6+hLVoR8f/Ow==","shasum":"a3adbd5fbd069fccd50acb58e687df318f68d7ec","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-beta.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDGWJCbed6dUVSsO7KEpNHPZcX4XnPJEx42yXYSD24pWQIhAORmJ7/Mb8mdX9R391stJDFPvDCyF8C8lJxaNA83nurW"}]},"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-duplicate-keys-7.0.0-beta.1.tgz_1505851796684_0.10681269410997629"},"directories":{}},"7.0.0-beta.2":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-beta.2","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-beta.2","_npmVersion":"5.4.1","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-T0E4XrlRZuyQ77IeSnmpXWwZTLThdjIGPPtwU9n/e66iURNC2b15vpmX/JnWn7ywYar9gcbnlqtzKYj2KflbgQ==","shasum":"fafc5cac8ec9a94da46789e7cdd92f09e094a308","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-beta.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCKhaQwju4l7D2ktMV5+dOrICf+PeuCAV1V+HTXsZGLLgIgLlwOtDzAQAQZVxhLNLWL3/h/jStzLCyFC0IxeJHi8lU="}]},"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-duplicate-keys-7.0.0-beta.2.tgz_1506438922486_0.8017690596170723"},"directories":{}},"7.0.0-beta.3":{"name":"babel-plugin-transform-es2015-duplicate-keys","version":"7.0.0-beta.3","description":"Compile objects with duplicate keys to valid strict ES5","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys"},"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-duplicate-keys@7.0.0-beta.3","_npmVersion":"5.5.1","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-JLLlw+1XnYrgnVSMS56QN4idRyZJWBREQf0HmaaJQEw3Em+TwO84Tvjgvv7GBxCbXvX4wY+Teuncs2tJd6yqjg==","shasum":"9a309e63c3eb72f845d53c17c16c966b78648b4b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-beta.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG7YGCWSzC1pnMIiSEHo6vUdeFdA0rrE3PNZNIgcRnEkAiAYXirhSNkXjWZ3/+y0driOIN75wmI27LMm+8630ylq4w=="}]},"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-duplicate-keys-7.0.0-beta.3.tgz_1508073110144_0.5424867724068463"},"directories":{}}},"name":"babel-plugin-transform-es2015-duplicate-keys","time":{"modified":"2022-06-13T04:04:18.606Z","created":"2016-02-29T21:12:45.181Z","6.6.0":"2016-02-29T21:12:45.181Z","6.6.4":"2016-03-02T21:29:45.694Z","6.8.0":"2016-05-02T23:44:41.646Z","6.22.0":"2017-01-20T00:33:52.147Z","7.0.0-alpha.1":"2017-03-02T21:05:25.899Z","7.0.0-alpha.3":"2017-03-23T19:49:30.936Z","7.0.0-alpha.7":"2017-04-05T21:14:02.534Z","6.24.1":"2017-04-07T15:19:08.682Z","7.0.0-alpha.8":"2017-04-17T19:12:37.061Z","7.0.0-alpha.9":"2017-04-18T14:42:01.882Z","7.0.0-alpha.10":"2017-05-25T19:17:33.423Z","7.0.0-alpha.11":"2017-05-31T20:43:46.552Z","7.0.0-alpha.12":"2017-05-31T21:11:59.464Z","7.0.0-alpha.14":"2017-07-12T02:53:46.726Z","7.0.0-alpha.15":"2017-07-12T03:36:01.588Z","7.0.0-alpha.16":"2017-07-25T21:17:55.101Z","7.0.0-alpha.17":"2017-07-26T12:39:26.334Z","7.0.0-alpha.18":"2017-08-03T22:21:07.116Z","7.0.0-alpha.19":"2017-08-07T22:21:46.834Z","7.0.0-alpha.20":"2017-08-30T19:03:47.653Z","7.0.0-beta.0":"2017-09-12T03:02:27.094Z","7.0.0-beta.1":"2017-09-19T20:09:56.746Z","7.0.0-beta.2":"2017-09-26T15:15:23.385Z","7.0.0-beta.3":"2017-10-15T13:11:51.062Z"},"readmeFilename":"README.md"}