{"maintainers":[{"email":"sebmck@gmail.com","name":"sebmck"},{"email":"daniel@tschinder.de","name":"danez"},{"email":"hi@henryzoo.com","name":"hzoo"},{"email":"loganfsmyth@gmail.com","name":"loganfsmyth"}],"keywords":["babel-plugin"],"dist-tags":{"latest":"6.22.0","next":"7.0.0-alpha.17"},"description":"Add a __self prop to all JSX Elements","readme":"# babel-plugin-transform-react-jsx-self\n\nAdds `__self` prop to JSX elements, which React will use to generate some runtime warnings.  All React users\nshould enable this transform in dev mode.\n\n## Example\n\n###In\n\n```\n<sometag />\n```\n###Out\n\n```\n<sometag __self={this} />\n```\n\n## Installation\n\n```sh\n$ npm install babel-plugin-transform-react-jsx-self\n```\n\n## Usage\n\n### Via `.babelrc` (Recommended)\n\n**.babelrc**\n\n```json\n{\n  \"plugins\": [\"transform-react-jsx-self\"]\n}\n```\n\n### Via CLI\n\n```sh\n$ babel --plugins transform-react-jsx-self script.js\n```\n\n### Via Node API\n\n```javascript\nrequire(\"babel-core\").transform(\"code\", {\n  plugins: [\"transform-react-jsx-self\"]\n});\n```\n","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self"},"license":"MIT","versions":{"6.11.0":{"name":"babel-plugin-transform-react-jsx-self","version":"6.11.0","description":"Add a __self prop to all JSX Elements","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^6.9.0","babel-plugin-syntax-jsx":"^6.8.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.8.0"},"_id":"babel-plugin-transform-react-jsx-self@6.11.0","scripts":{},"_shasum":"605c9450c1429f97a930f7e1dfe3f0d9d0dbd0f4","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.1","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"605c9450c1429f97a930f7e1dfe3f0d9d0dbd0f4","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-6.11.0.tgz"},"maintainers":[{"name":"hzoo","email":"hi@henryzoo.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-react-jsx-self-6.11.0.tgz_1466986888584_0.22909211576916277"},"directories":{}},"6.22.0":{"name":"babel-plugin-transform-react-jsx-self","version":"6.22.0","description":"Add a __self prop to all JSX Elements","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^6.22.0","babel-plugin-syntax-jsx":"^6.8.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.22.0"},"_id":"babel-plugin-transform-react-jsx-self@6.22.0","scripts":{},"_shasum":"df6d80a9da2612a121e6ddd7558bcbecf06e636e","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"df6d80a9da2612a121e6ddd7558bcbecf06e636e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-6.22.0.tgz"},"maintainers":[{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-react-jsx-self-6.22.0.tgz_1484872456629_0.6736158702988178"},"directories":{}},"7.0.0-alpha.1":{"name":"babel-plugin-transform-react-jsx-self","version":"7.0.0-alpha.1","description":"Add a __self prop to all JSX Elements","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-plugin-syntax-jsx":"7.0.0-alpha.1"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.1"},"_id":"babel-plugin-transform-react-jsx-self@7.0.0-alpha.1","scripts":{},"_shasum":"bc632b69d5d152559fca2ab3834680347eccd1ac","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"bc632b69d5d152559fca2ab3834680347eccd1ac","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-7.0.0-alpha.1.tgz"},"maintainers":[{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-react-jsx-self-7.0.0-alpha.1.tgz_1488488729125_0.1488857571966946"},"directories":{}},"7.0.0-alpha.3":{"name":"babel-plugin-transform-react-jsx-self","version":"7.0.0-alpha.3","description":"Add a __self prop to all JSX Elements","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-plugin-syntax-jsx":"7.0.0-alpha.3"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.3"},"_id":"babel-plugin-transform-react-jsx-self@7.0.0-alpha.3","scripts":{},"_shasum":"6e9eab0332542d00fb7eff0f1eab8ddca9d914ae","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"6e9eab0332542d00fb7eff0f1eab8ddca9d914ae","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-7.0.0-alpha.3.tgz"},"maintainers":[{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-react-jsx-self-7.0.0-alpha.3.tgz_1490298574455_0.5496072829701006"},"directories":{}},"7.0.0-alpha.7":{"name":"babel-plugin-transform-react-jsx-self","version":"7.0.0-alpha.7","description":"Add a __self prop to all JSX Elements","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-plugin-syntax-jsx":"7.0.0-alpha.3"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.7"},"_id":"babel-plugin-transform-react-jsx-self@7.0.0-alpha.7","scripts":{},"_shasum":"879c1f6fee880df409ea75376ef4ab7365204a80","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"879c1f6fee880df409ea75376ef4ab7365204a80","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-7.0.0-alpha.7.tgz"},"maintainers":[{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-react-jsx-self-7.0.0-alpha.7.tgz_1491426831796_0.4163336083292961"},"directories":{}},"7.0.0-alpha.8":{"name":"babel-plugin-transform-react-jsx-self","version":"7.0.0-alpha.8","description":"Add a __self prop to all JSX Elements","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-plugin-syntax-jsx":"7.0.0-alpha.3"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.8"},"_id":"babel-plugin-transform-react-jsx-self@7.0.0-alpha.8","scripts":{},"_shasum":"b295012a74c67d923fe4697d03c2572cc2040206","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"b295012a74c67d923fe4697d03c2572cc2040206","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-7.0.0-alpha.8.tgz"},"maintainers":[{"name":"babeljs","email":"asciiguyfieri@gmail.com"},{"name":"boopathi","email":"me@boopathi.in"},{"name":"danez","email":"daniel@tschinder.de"},{"name":"existentialism","email":"bng412@gmail.com"},{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"vignesh.shanmugam","email":"vignesh.shanmugam22@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-react-jsx-self-7.0.0-alpha.8.tgz_1492456372497_0.17961794044822454"},"directories":{}},"7.0.0-alpha.9":{"name":"babel-plugin-transform-react-jsx-self","version":"7.0.0-alpha.9","description":"Add a __self prop to all JSX Elements","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-plugin-syntax-jsx":"7.0.0-alpha.9"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.9"},"_id":"babel-plugin-transform-react-jsx-self@7.0.0-alpha.9","scripts":{},"_shasum":"1371219e2d8dd00d064eb3e4637e810bb1a7eb3d","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"1371219e2d8dd00d064eb3e4637e810bb1a7eb3d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-7.0.0-alpha.9.tgz"},"maintainers":[{"name":"babeljs","email":"asciiguyfieri@gmail.com"},{"name":"boopathi","email":"me@boopathi.in"},{"name":"danez","email":"daniel@tschinder.de"},{"name":"existentialism","email":"bng412@gmail.com"},{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"vignesh.shanmugam","email":"vignesh.shanmugam22@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-react-jsx-self-7.0.0-alpha.9.tgz_1492526524877_0.9735238305293024"},"directories":{}},"7.0.0-alpha.10":{"name":"babel-plugin-transform-react-jsx-self","version":"7.0.0-alpha.10","description":"Add a __self prop to all JSX Elements","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-plugin-syntax-jsx":"7.0.0-alpha.9"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.10"},"_id":"babel-plugin-transform-react-jsx-self@7.0.0-alpha.10","scripts":{},"_shasum":"16fba15b805073a1501d966d9401b38024ec3ab0","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"16fba15b805073a1501d966d9401b38024ec3ab0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-7.0.0-alpha.10.tgz"},"maintainers":[{"email":"kangax@gmail.com","name":"kangax"},{"email":"build@dan.cx","name":"danbuild"},{"email":"npm@dan.cx","name":"daniel15"},{"email":"sebmck@gmail.com","name":"sebmck"},{"email":"vignesh.shanmugam22@gmail.com","name":"vignesh.shanmugam"},{"email":"me@boopathi.in","name":"boopathi"},{"email":"bng412@gmail.com","name":"existentialism"},{"email":"daniel@tschinder.de","name":"danez"},{"email":"loganfsmyth@gmail.com","name":"loganfsmyth"},{"email":"hi@henryzoo.com","name":"hzoo"},{"email":"asciiguyfieri@gmail.com","name":"babeljs"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-react-jsx-self-7.0.0-alpha.10.tgz_1495739844948_0.16088568209670484"},"directories":{}},"7.0.0-alpha.11":{"name":"babel-plugin-transform-react-jsx-self","version":"7.0.0-alpha.11","description":"Add a __self prop to all JSX Elements","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-plugin-syntax-jsx":"7.0.0-alpha.9"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.11"},"_id":"babel-plugin-transform-react-jsx-self@7.0.0-alpha.11","_npmVersion":"5.0.0","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-/BE/6m3zmNVNSWoMmMziEBoBi/9t2hONEJWgRmawl/xvfjFTQu4yuZcfPxIieWwClZMOE5qIL1C29JgrSvuyHA==","shasum":"2df67a27698a56a4cc1d372653f0650de9daefca","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-7.0.0-alpha.11.tgz"},"maintainers":[{"email":"sebmck@gmail.com","name":"sebmck"},{"email":"daniel@tschinder.de","name":"danez"},{"email":"hi@henryzoo.com","name":"hzoo"},{"email":"loganfsmyth@gmail.com","name":"loganfsmyth"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-react-jsx-self-7.0.0-alpha.11.tgz_1496263421429_0.20289604715071619"},"directories":{}},"7.0.0-alpha.12":{"name":"babel-plugin-transform-react-jsx-self","version":"7.0.0-alpha.12","description":"Add a __self prop to all JSX Elements","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-plugin-syntax-jsx":"7.0.0-alpha.12"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.12"},"_id":"babel-plugin-transform-react-jsx-self@7.0.0-alpha.12","_npmVersion":"5.0.0","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-v1xLMk4Fh69zkyGR2qFpJ6DLTRXJvLdYbaisWRSu7eJrIfRotcIdQMHUgSrWm4NoqYBWVrLmY71azxPs4ntKVw==","shasum":"af2d06c34af9683dc9204125af2082da0b7d6181","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-7.0.0-alpha.12.tgz"},"maintainers":[{"email":"sebmck@gmail.com","name":"sebmck"},{"email":"daniel@tschinder.de","name":"danez"},{"email":"hi@henryzoo.com","name":"hzoo"},{"email":"loganfsmyth@gmail.com","name":"loganfsmyth"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-react-jsx-self-7.0.0-alpha.12.tgz_1496265122003_0.4171864236705005"},"directories":{}},"7.0.0-alpha.14":{"name":"babel-plugin-transform-react-jsx-self","version":"7.0.0-alpha.14","description":"Add a __self prop to all JSX Elements","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-plugin-syntax-jsx":"7.0.0-alpha.14"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.14"},"_id":"babel-plugin-transform-react-jsx-self@7.0.0-alpha.14","scripts":{},"_shasum":"126b14396f43166e706fe2a5839dc32a8d9f5675","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"126b14396f43166e706fe2a5839dc32a8d9f5675","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-7.0.0-alpha.14.tgz"},"maintainers":[{"email":"sebmck@gmail.com","name":"sebmck"},{"email":"daniel@tschinder.de","name":"danez"},{"email":"hi@henryzoo.com","name":"hzoo"},{"email":"loganfsmyth@gmail.com","name":"loganfsmyth"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-react-jsx-self-7.0.0-alpha.14.tgz_1499828030671_0.4196746745146811"},"directories":{}},"7.0.0-alpha.15":{"name":"babel-plugin-transform-react-jsx-self","version":"7.0.0-alpha.15","description":"Add a __self prop to all JSX Elements","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-plugin-syntax-jsx":"7.0.0-alpha.15"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.15"},"_id":"babel-plugin-transform-react-jsx-self@7.0.0-alpha.15","scripts":{},"_shasum":"9dac774112daa060ead31ec5227ac0ccda9881e3","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"9dac774112daa060ead31ec5227ac0ccda9881e3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-7.0.0-alpha.15.tgz"},"maintainers":[{"email":"sebmck@gmail.com","name":"sebmck"},{"email":"daniel@tschinder.de","name":"danez"},{"email":"hi@henryzoo.com","name":"hzoo"},{"email":"loganfsmyth@gmail.com","name":"loganfsmyth"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-react-jsx-self-7.0.0-alpha.15.tgz_1499830565621_0.2693301842082292"},"directories":{}},"7.0.0-alpha.16":{"name":"babel-plugin-transform-react-jsx-self","version":"7.0.0-alpha.16","description":"Add a __self prop to all JSX Elements","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-plugin-syntax-jsx":"7.0.0-alpha.16"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.16"},"_id":"babel-plugin-transform-react-jsx-self@7.0.0-alpha.16","scripts":{},"_shasum":"ee520bfc6a56264f7f95fababecb64529f116f86","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"ee520bfc6a56264f7f95fababecb64529f116f86","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-7.0.0-alpha.16.tgz"},"maintainers":[{"email":"sebmck@gmail.com","name":"sebmck"},{"email":"daniel@tschinder.de","name":"danez"},{"email":"hi@henryzoo.com","name":"hzoo"},{"email":"loganfsmyth@gmail.com","name":"loganfsmyth"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-react-jsx-self-7.0.0-alpha.16.tgz_1501017479083_0.7206317221280187"},"directories":{}},"7.0.0-alpha.17":{"name":"babel-plugin-transform-react-jsx-self","version":"7.0.0-alpha.17","description":"Add a __self prop to all JSX Elements","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-plugin-syntax-jsx":"7.0.0-alpha.17"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.17"},"_id":"babel-plugin-transform-react-jsx-self@7.0.0-alpha.17","scripts":{},"_shasum":"3fef4085febb5b5d88ff0ba426adc53f51061f99","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"3fef4085febb5b5d88ff0ba426adc53f51061f99","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-7.0.0-alpha.17.tgz"},"maintainers":[{"email":"sebmck@gmail.com","name":"sebmck"},{"email":"daniel@tschinder.de","name":"danez"},{"email":"hi@henryzoo.com","name":"hzoo"},{"email":"loganfsmyth@gmail.com","name":"loganfsmyth"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-react-jsx-self-7.0.0-alpha.17.tgz_1501072770810_0.9495885353535414"},"directories":{}}},"name":"babel-plugin-transform-react-jsx-self","time":{"modified":"2017-07-26T12:39:31.820Z","created":"2016-06-27T00:21:31.024Z","6.11.0":"2016-06-27T00:21:31.024Z","6.22.0":"2017-01-20T00:34:17.347Z","7.0.0-alpha.1":"2017-03-02T21:05:31.036Z","7.0.0-alpha.3":"2017-03-23T19:49:36.276Z","7.0.0-alpha.7":"2017-04-05T21:13:52.573Z","7.0.0-alpha.8":"2017-04-17T19:12:52.768Z","7.0.0-alpha.9":"2017-04-18T14:42:05.551Z","7.0.0-alpha.10":"2017-05-25T19:17:25.837Z","7.0.0-alpha.11":"2017-05-31T20:43:41.511Z","7.0.0-alpha.12":"2017-05-31T21:12:02.094Z","7.0.0-alpha.14":"2017-07-12T02:53:51.581Z","7.0.0-alpha.15":"2017-07-12T03:36:06.635Z","7.0.0-alpha.16":"2017-07-25T21:18:00.012Z","7.0.0-alpha.17":"2017-07-26T12:39:31.820Z"},"readmeFilename":"README.md"}