{"_id":"babel-plugin-universal-import","_rev":"3333255","name":"babel-plugin-universal-import","description":"Babel plugin to transform import() into its Universal counterpart","dist-tags":{"latest":"3.1.3","next":"4.0.0-alpha.6"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"time":{"modified":"2024-07-10T07:33:53.000Z","created":"2017-07-02T09:03:09.266Z","3.1.3":"2020-11-01T00:41:38.111Z","4.0.2":"2020-04-15T23:42:30.930Z","4.0.1":"2020-03-31T17:21:08.266Z","4.0.0":"2019-01-30T04:38:01.359Z","4.0.0-alpha.6":"2018-10-02T05:49:50.298Z","3.1.2":"2018-10-02T05:49:00.526Z","4.0.0-alpha.5":"2018-10-02T04:33:57.938Z","4.0.0-alpha.4":"2018-10-02T04:02:39.376Z","3.1.1":"2018-10-01T15:17:18.136Z","3.0.3":"2018-09-25T06:28:11.892Z","4.0.0-alpha.3":"2018-09-19T02:18:06.406Z","4.0.0-alpha.2":"2018-09-18T21:20:37.735Z","4.0.0-alpha.1":"2018-09-18T21:15:27.350Z","4.0.0-alpha.0":"2018-09-13T18:00:41.715Z","3.0.2":"2018-09-04T00:39:36.267Z","3.0.1":"2018-08-30T22:23:30.543Z","3.0.0":"2018-06-04T23:44:21.812Z","2.0.2":"2018-06-03T03:33:50.750Z","2.0.1":"2018-06-01T18:15:06.841Z","2.0.0":"2018-05-08T02:39:39.732Z","1.5.3":"2018-05-04T10:53:29.962Z","1.5.2":"2018-04-26T11:37:06.093Z","1.5.1":"2018-04-23T20:46:27.312Z","1.5.0":"2018-04-23T20:44:14.008Z","1.4.0":"2018-01-04T05:16:26.337Z","1.3.4":"2017-11-29T20:17:48.381Z","1.3.3":"2017-11-14T11:57:44.497Z","1.3.2":"2017-11-14T11:52:01.271Z","1.3.1":"2017-11-09T13:32:53.576Z","1.3.0":"2017-10-19T21:37:40.595Z","1.2.7":"2017-08-23T13:24:17.904Z","1.2.6":"2017-08-18T15:29:39.661Z","1.2.5":"2017-08-04T08:38:38.377Z","1.2.4":"2017-08-04T08:35:22.326Z","1.2.3":"2017-07-31T12:36:10.725Z","1.2.2":"2017-07-27T17:00:17.214Z","1.2.1":"2017-07-27T16:40:22.762Z","1.2.0":"2017-07-27T10:08:05.835Z","1.1.17":"2017-07-27T05:25:28.357Z","1.1.16":"2017-07-27T05:24:14.312Z","1.1.15":"2017-07-26T10:42:08.475Z","1.1.14":"2017-07-26T10:40:33.306Z","1.1.13":"2017-07-26T10:38:45.564Z","1.1.12":"2017-07-26T10:37:05.533Z","1.1.11":"2017-07-26T10:36:21.051Z","1.1.10":"2017-07-25T12:18:34.856Z","1.1.9":"2017-07-25T08:44:13.432Z","1.1.8":"2017-07-07T17:08:17.120Z","1.1.7":"2017-07-07T15:40:57.935Z","1.1.6":"2017-07-06T06:03:36.824Z","1.1.5":"2017-07-06T04:22:12.543Z","1.1.4":"2017-07-06T03:58:30.692Z","1.1.3":"2017-07-05T22:27:26.220Z","1.1.2":"2017-07-05T22:23:27.660Z","1.1.1":"2017-07-05T20:52:44.311Z","1.1.0":"2017-07-05T20:39:01.181Z","1.0.7":"2017-07-05T19:15:38.197Z","1.0.6":"2017-07-04T21:04:31.857Z","1.0.5":"2017-07-02T15:13:05.336Z","1.0.4":"2017-07-02T10:03:55.032Z","1.0.3":"2017-07-02T09:59:27.536Z","1.0.2":"2017-07-02T09:18:49.812Z","1.0.1":"2017-07-02T09:11:17.380Z","1.0.0":"2017-07-02T09:03:09.266Z"},"users":{},"author":{"name":"James Gillmore","email":"james@faceyspacey.com"},"repository":{"type":"git","url":"https://github.com/faceyspacey/babel-plugin-universal-import.git"},"versions":{"3.1.3":{"name":"babel-plugin-universal-import","version":"3.1.3","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore","email":"james@faceyspacey.com"},"contributors":[{"name":"Zack Jackson","email":"zackary.l.jackson@gmail.com","url":"https://github.com/ScriptedAlchemy"}],"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"keywords":["babel","universal","react","universal import","redux-first-router","ruc"],"devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.9.0","@babel/plugin-syntax-dynamic-import":"7.8.3","@babel/plugin-transform-modules-commonjs":"7.9.0","@babel/preset-react":"7.9.4","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-jest":"21.2.0","babel-plugin-tester":"5.5.2","babylon-options":"2.0.1","commitizen":"4.0.4","cz-conventional-changelog":"3.1.0","eslint":"6.8.0","eslint-config-airbnb":"18.1.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-import":"2.20.2","eslint-plugin-jsx-a11y":"6.2.3","eslint-plugin-react":"7.19.0","husky":"0.14.3","jest":"21.2.1","lint-staged":"5.0.0","prettier":"1.19.1","rimraf":"2.7.1","semantic-release":"6.3.6","travis-github-status":"1.6.3"},"peerDependencies":{"webpack":"^4.4.0"},"jest":{"testMatch":["**/?(*.)(spec|test).js?(x)"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0"},"licenseText":"Copyright (c) 2017-present James Gillmore <james@faceyspacey.com>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"babel-plugin-universal-import@3.1.3","dist":{"shasum":"00307511c0e94eea122339b8b8f7a0db4f1192fa","size":110526,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-3.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-3.1.3.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmUser":{"name":"zackljackson","email":"zackary.l.jackson@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_3.1.3_1604191297944_0.6547708841504578"},"_hasShrinkwrap":false,"publish_time":1604191298111,"_cnpm_publish_time":1604191298111,"_cnpmcore_publish_time":"2021-12-16T22:10:56.236Z"},"4.0.2":{"name":"babel-plugin-universal-import","version":"4.0.2","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore","email":"james@faceyspacey.com"},"contributors":[{"name":"Zack Jackson","email":"zack@ScriptedAlchemy.com","url":"https://github.com/ScriptedAlchemy"}],"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"keywords":["babel","universal","react","universal import","redux-first-router","ruc"],"devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.9.0","@babel/plugin-syntax-dynamic-import":"7.8.3","@babel/plugin-transform-modules-commonjs":"7.9.0","@babel/preset-react":"7.9.1","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-jest":"21.2.0","babel-plugin-tester":"5.5.2","babylon-options":"2.0.1","commitizen":"4.0.3","cz-conventional-changelog":"3.1.0","eslint":"6.8.0","eslint-config-airbnb":"18.1.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-import":"2.20.2","eslint-plugin-jsx-a11y":"6.2.3","eslint-plugin-react":"7.19.0","husky":"0.14.3","jest":"21.2.1","lint-staged":"5.0.0","prettier":"1.19.1","rimraf":"2.7.1","semantic-release":"6.3.6","travis-github-status":"1.6.3"},"peerDependencies":{"webpack":"^4.4.0"},"jest":{"testMatch":["**/?(*.)(spec|test).js?(x)"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0"},"gitHead":"afc2f6b532db6d3e048311f5a1a02d63c0cece6d","_id":"babel-plugin-universal-import@4.0.2","_nodeVersion":"13.13.0","_npmVersion":"6.14.4","dist":{"shasum":"8a92e4e8c795f68eae149ba91476820d023bfa5e","size":125502,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-4.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-4.0.2.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmUser":{"name":"zackljackson","email":"zackary.l.jackson@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_4.0.2_1586994150705_0.3461329588967108"},"_hasShrinkwrap":false,"publish_time":1586994150930,"_cnpm_publish_time":1586994150930,"_cnpmcore_publish_time":"2021-12-16T22:10:57.102Z"},"4.0.1":{"name":"babel-plugin-universal-import","version":"4.0.1","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore","email":"james@faceyspacey.com"},"contributors":[{"name":"Zack Jackson","email":"zack@ScriptedAlchemy.com","url":"https://github.com/ScriptedAlchemy"}],"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"keywords":["babel","universal","react","universal import","redux-first-router","ruc"],"devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.9.0","@babel/plugin-syntax-dynamic-import":"7.8.3","@babel/plugin-transform-modules-commonjs":"7.9.0","@babel/preset-react":"7.9.1","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-jest":"21.2.0","babel-plugin-tester":"5.5.2","babylon-options":"2.0.1","commitizen":"4.0.3","cz-conventional-changelog":"3.1.0","eslint":"6.8.0","eslint-config-airbnb":"18.1.0","eslint-plugin-flowtype":"4.6.0","eslint-plugin-import":"2.20.1","eslint-plugin-jsx-a11y":"6.2.3","eslint-plugin-react":"7.19.0","husky":"0.14.3","jest":"21.2.1","lint-staged":"5.0.0","prettier":"1.19.1","rimraf":"2.7.1","semantic-release":"6.3.6","travis-github-status":"1.6.3"},"peerDependencies":{"webpack":"^4.4.0"},"jest":{"testMatch":["**/?(*.)(spec|test).js?(x)"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0"},"gitHead":"f62e855b574acb66676bfc65966a40605814229c","_id":"babel-plugin-universal-import@4.0.1","_nodeVersion":"13.12.0","_npmVersion":"6.14.4","dist":{"shasum":"b8fc9b44a786c2ab9b8754c93a745c3bb0278e85","size":125494,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-4.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-4.0.1.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmUser":{"name":"zackljackson","email":"zackary.l.jackson@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_4.0.1_1585675268145_0.9060666917219027"},"_hasShrinkwrap":false,"publish_time":1585675268266,"_cnpm_publish_time":1585675268266,"_cnpmcore_publish_time":"2021-12-16T22:10:57.513Z"},"4.0.0":{"name":"babel-plugin-universal-import","version":"4.0.0","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore","email":"james@faceyspacey.com"},"contributors":[{"name":"Zack Jackson","email":"zack@ScriptedAlchemy.com","url":"https://github.com/ScriptedAlchemy"}],"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"keywords":["babel","universal","react","universal import","redux-first-router","ruc"],"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-transform-modules-commonjs":"^7.0.0","@babel/preset-react":"^7.0.0","babel-core":"^7.0.0-0","babel-eslint":"^9.0.0","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^2.0.1","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.3"},"peerDependencies":{"webpack":"^4.4.0"},"jest":{"testMatch":["**/?(*.)(spec|test).js?(x)"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0"},"gitHead":"6d9428cf8427a19c123bac15d6e9b29734a8577d","_id":"babel-plugin-universal-import@4.0.0","_npmVersion":"6.5.0","_nodeVersion":"11.8.0","_npmUser":{"name":"zackljackson","email":"zackary.l.jackson@gmail.com"},"dist":{"shasum":"e104049e8bd1ff3e028bbfb0a358554c3e28e347","size":184958,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-4.0.0.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_4.0.0_1548823081211_0.906718842421806"},"_hasShrinkwrap":false,"publish_time":1548823081359,"_cnpm_publish_time":1548823081359,"_cnpmcore_publish_time":"2021-12-16T22:10:57.945Z"},"4.0.0-alpha.6":{"name":"babel-plugin-universal-import","version":"4.0.0-alpha.6","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore","email":"james@faceyspacey.com"},"contributors":[{"name":"Zack Jackson","email":"zack@ScriptedAlchemy.com","url":"https://github.com/ScriptedAlchemy"}],"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"keywords":["babel","universal","react","universal import","redux-first-router","ruc"],"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-transform-modules-commonjs":"^7.0.0","@babel/preset-react":"^7.0.0","babel-core":"^7.0.0-0","babel-eslint":"^9.0.0","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^2.0.1","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.3"},"peerDependencies":{"webpack":"^4.4.0"},"jest":{"testMatch":["**/?(*.)(spec|test).js?(x)"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0"},"readmeFilename":"README.md","gitHead":"5f48737efa340c2d10e77d1d6ca1cc4851841d30","_id":"babel-plugin-universal-import@4.0.0-alpha.6","_npmVersion":"5.6.0","_nodeVersion":"9.10.0","_npmUser":{"name":"zackljackson","email":"zackary.l.jackson@gmail.com"},"dist":{"shasum":"bbe567cc95c4d85480a0ede4af3203c52e88544f","size":171994,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-4.0.0-alpha.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-4.0.0-alpha.6.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_4.0.0-alpha.6_1538459389973_0.603144288020943"},"_hasShrinkwrap":false,"publish_time":1538459390298,"_cnpm_publish_time":1538459390298,"_cnpmcore_publish_time":"2021-12-16T22:10:59.060Z"},"3.1.2":{"name":"babel-plugin-universal-import","version":"3.1.2","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore","email":"james@faceyspacey.com"},"contributors":[{"name":"Zack Jackson","email":"zack@ScriptedAlchemy.com","url":"https://github.com/ScriptedAlchemy"}],"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"keywords":["babel","universal","react","universal import","redux-first-router","ruc"],"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-transform-modules-commonjs":"^7.0.0","@babel/preset-react":"^7.0.0","babel-core":"^7.0.0-0","babel-eslint":"^9.0.0","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^2.0.1","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.3"},"peerDependencies":{"webpack":"^4.4.0"},"jest":{"testMatch":["**/?(*.)(spec|test).js?(x)"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0"},"gitHead":"9b21a74b8dbef19b420be36eb0fb447d503d1525","_id":"babel-plugin-universal-import@3.1.2","_npmVersion":"5.6.0","_nodeVersion":"9.10.0","_npmUser":{"name":"zackljackson","email":"zackary.l.jackson@gmail.com"},"dist":{"shasum":"1ccd9e46c038c57bb317f6119a382f6e28b49e8c","size":171942,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-3.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-3.1.2.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_3.1.2_1538459340219_0.8673694613884224"},"_hasShrinkwrap":false,"publish_time":1538459340526,"_cnpm_publish_time":1538459340526,"_cnpmcore_publish_time":"2021-12-16T22:10:59.694Z"},"4.0.0-alpha.5":{"name":"babel-plugin-universal-import","version":"4.0.0-alpha.5","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore","email":"james@faceyspacey.com"},"contributors":[{"name":"Zack Jackson","email":"zack@ScriptedAlchemy.com","url":"https://github.com/ScriptedAlchemy"}],"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"keywords":["babel","universal","react","universal import","redux-first-router","ruc"],"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-transform-modules-commonjs":"^7.0.0","@babel/preset-react":"^7.0.0","babel-core":"^7.0.0-0","babel-eslint":"^9.0.0","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^2.0.1","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.3"},"peerDependencies":{"webpack":"^4.4.0"},"jest":{"testMatch":["**/?(*.)(spec|test).js?(x)"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0"},"readmeFilename":"README.md","gitHead":"3561489b71e8c607c6eb24d730cb70844841cc9e","_id":"babel-plugin-universal-import@4.0.0-alpha.5","_npmVersion":"5.6.0","_nodeVersion":"9.10.0","_npmUser":{"name":"zackljackson","email":"zackary.l.jackson@gmail.com"},"dist":{"shasum":"681cc318d8b1e9a186a11b24de4597f032261f55","size":171261,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-4.0.0-alpha.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-4.0.0-alpha.5.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_4.0.0-alpha.5_1538454837701_0.9051778348622532"},"_hasShrinkwrap":false,"publish_time":1538454837938,"_cnpm_publish_time":1538454837938,"_cnpmcore_publish_time":"2021-12-16T22:11:00.274Z"},"4.0.0-alpha.4":{"name":"babel-plugin-universal-import","version":"4.0.0-alpha.4","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore","email":"james@faceyspacey.com"},"contributors":[{"name":"Zack Jackson","email":"zack@ScriptedAlchemy.com","url":"https://github.com/ScriptedAlchemy"}],"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"keywords":["babel","universal","react","universal import","redux-first-router","ruc"],"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-transform-modules-commonjs":"^7.0.0","@babel/preset-react":"^7.0.0","babel-core":"^7.0.0-0","babel-eslint":"^9.0.0","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^2.0.1","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.3"},"peerDependencies":{"webpack":"^4.4.0"},"jest":{"testMatch":["**/?(*.)(spec|test).js?(x)"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0"},"readmeFilename":"README.md","gitHead":"3561489b71e8c607c6eb24d730cb70844841cc9e","_id":"babel-plugin-universal-import@4.0.0-alpha.4","_npmVersion":"5.6.0","_nodeVersion":"9.10.0","_npmUser":{"name":"zackljackson","email":"zackary.l.jackson@gmail.com"},"dist":{"shasum":"48f9c96451815b2a73176a8f10696fffcfab9686","size":171192,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-4.0.0-alpha.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-4.0.0-alpha.4.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_4.0.0-alpha.4_1538452959234_0.6917620974025469"},"_hasShrinkwrap":false,"publish_time":1538452959376,"_cnpm_publish_time":1538452959376,"_cnpmcore_publish_time":"2021-12-16T22:11:01.064Z"},"3.1.1":{"name":"babel-plugin-universal-import","version":"3.1.1","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore","email":"james@faceyspacey.com"},"contributors":[{"name":"Zack Jackson","email":"zackary.l.jackson@gmail.com","url":"https://github.com/zackljackson"}],"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-transform-modules-commonjs":"^7.0.0","@babel/preset-react":"^7.0.0","babel-core":"^7.0.0-0","babel-eslint":"^9.0.0","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^2.0.1","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.3"},"peerDependencies":{"webpack":"^4.4.0"},"jest":{"testMatch":["**/?(*.)(spec|test).js?(x)"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0"},"gitHead":"9d61ae8424410a7ce03849dfe3912755cfd1fcaf","_id":"babel-plugin-universal-import@3.1.1","_npmVersion":"5.6.0","_nodeVersion":"9.10.0","_npmUser":{"name":"zackljackson","email":"zackary.l.jackson@gmail.com"},"dist":{"shasum":"afa1ef3bb18040f68f4df54236da97f2b8cbdb88","size":171818,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-3.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-3.1.1.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_3.1.1_1538407037955_0.9773110488667431"},"_hasShrinkwrap":false,"publish_time":1538407038136,"_cnpm_publish_time":1538407038136,"_cnpmcore_publish_time":"2021-12-16T22:11:01.525Z"},"3.0.3":{"name":"babel-plugin-universal-import","version":"3.0.3","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore","email":"james@faceyspacey.com"},"contributors":[{"name":"Zack Jackson","email":"zackary.l.jackson@gmail.com","url":"https://github.com/zackljackson"}],"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-transform-modules-commonjs":"^7.0.0","@babel/preset-react":"^7.0.0","babel-core":"^7.0.0-0","babel-eslint":"^9.0.0","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^2.0.1","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.3"},"peerDependencies":{"webpack":"^4.4.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0"},"gitHead":"3bb30fde5b5062d9b8726b99bf97fde1b898e2aa","_id":"babel-plugin-universal-import@3.0.3","_npmVersion":"5.6.0","_nodeVersion":"9.10.0","_npmUser":{"name":"zackljackson","email":"zackary.l.jackson@gmail.com"},"dist":{"shasum":"fb2fbd63c3f8cc698d9f8ec175dc47e14ec2e8e1","size":170393,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-3.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-3.0.3.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_3.0.3_1537856891650_0.534885122327708"},"_hasShrinkwrap":false,"publish_time":1537856891892,"_cnpm_publish_time":1537856891892,"_cnpmcore_publish_time":"2021-12-16T22:11:01.952Z"},"4.0.0-alpha.3":{"name":"babel-plugin-universal-import","version":"4.0.0-alpha.3","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore","email":"james@faceyspacey.com"},"contributors":[{"name":"Zack Jackson","email":"zackary.l.jackson@gmail.com","url":"https://github.com/ScriptedAlchemy"}],"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"keywords":["babel","universal","react","universal import","redux-first-router","ruc"],"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-transform-modules-commonjs":"^7.0.0","@babel/preset-react":"^7.0.0","babel-core":"^7.0.0-0","babel-eslint":"^9.0.0","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^2.0.1","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.3"},"peerDependencies":{"webpack":"^4.4.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0"},"readmeFilename":"README.md","gitHead":"9818234fb80ae6645cd5d9baa278cf65208a9617","_id":"babel-plugin-universal-import@4.0.0-alpha.3","_npmVersion":"5.6.0","_nodeVersion":"9.10.0","_npmUser":{"name":"zackljackson","email":"zackary.l.jackson@gmail.com"},"dist":{"shasum":"cf1eefaa68271731e5c88346cc2bc84d38141e1d","size":170124,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-4.0.0-alpha.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-4.0.0-alpha.3.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_4.0.0-alpha.3_1537323486208_0.7707782377055528"},"_hasShrinkwrap":false,"publish_time":1537323486406,"_cnpm_publish_time":1537323486406,"_cnpmcore_publish_time":"2021-12-16T22:11:02.358Z"},"4.0.0-alpha.2":{"name":"babel-plugin-universal-import","version":"4.0.0-alpha.2","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore","email":"james@faceyspacey.com"},"contributors":[{"name":"Zack Jackson","email":"zackary.l.jackson@gmail.com","url":"https://github.com/ScriptedAlchemy"}],"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"keywords":["babel","universal","react","universal import","redux-first-router","ruc"],"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-transform-modules-commonjs":"^7.0.0","@babel/preset-react":"^7.0.0","babel-core":"^7.0.0-0","babel-eslint":"^9.0.0","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^2.0.1","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.3"},"peerDependencies":{"webpack":"^4.4.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0"},"readmeFilename":"README.md","gitHead":"9818234fb80ae6645cd5d9baa278cf65208a9617","_id":"babel-plugin-universal-import@4.0.0-alpha.2","_npmVersion":"5.6.0","_nodeVersion":"9.10.0","_npmUser":{"name":"zackljackson","email":"zackary.l.jackson@gmail.com"},"dist":{"shasum":"768c373d1ae1b2225f88beead71ca586627a168d","size":170109,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-4.0.0-alpha.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-4.0.0-alpha.2.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_4.0.0-alpha.2_1537305637527_0.12977852900501463"},"_hasShrinkwrap":false,"publish_time":1537305637735,"_cnpm_publish_time":1537305637735,"_cnpmcore_publish_time":"2021-12-16T22:11:02.793Z"},"4.0.0-alpha.1":{"name":"babel-plugin-universal-import","version":"4.0.0-alpha.1","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore","email":"james@faceyspacey.com"},"contributors":[{"name":"Zack Jackson","email":"zackary.l.jackson@gmail.com","url":"https://github.com/ScriptedAlchemy"}],"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"keywords":["babel","universal","react","universal import","redux-first-router","ruc"],"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-transform-modules-commonjs":"^7.0.0","@babel/preset-react":"^7.0.0","babel-core":"^7.0.0-0","babel-eslint":"^9.0.0","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^2.0.1","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.3"},"peerDependencies":{"webpack":"^4.4.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0"},"readmeFilename":"README.md","gitHead":"9818234fb80ae6645cd5d9baa278cf65208a9617","_id":"babel-plugin-universal-import@4.0.0-alpha.1","_npmVersion":"5.6.0","_nodeVersion":"9.10.0","_npmUser":{"name":"zackljackson","email":"zackary.l.jackson@gmail.com"},"dist":{"shasum":"54f85a46fc812a4a00e662f76bc6b9984c638314","size":170031,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-4.0.0-alpha.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-4.0.0-alpha.1.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_4.0.0-alpha.1_1537305327221_0.01307274419691784"},"_hasShrinkwrap":false,"publish_time":1537305327350,"_cnpm_publish_time":1537305327350,"_cnpmcore_publish_time":"2021-12-16T22:11:03.136Z"},"4.0.0-alpha.0":{"name":"babel-plugin-universal-import","version":"4.0.0-alpha.0","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore","email":"james@faceyspacey.com"},"contributors":[{"name":"Zack Jackson","email":"zackary.l.jackson@gmail.com","url":"https://github.com/ScriptedAlchemy"}],"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"keywords":["babel","universal","react","universal import","redux-first-router","ruc"],"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-transform-modules-commonjs":"^7.0.0","@babel/preset-react":"^7.0.0","babel-core":"^7.0.0-0","babel-eslint":"^9.0.0","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^2.0.1","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.3"},"peerDependencies":{"webpack":"^4.4.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0"},"readmeFilename":"README.md","gitHead":"9818234fb80ae6645cd5d9baa278cf65208a9617","_id":"babel-plugin-universal-import@4.0.0-alpha.0","_npmVersion":"5.6.0","_nodeVersion":"9.10.0","_npmUser":{"name":"zackljackson","email":"zackary.l.jackson@gmail.com"},"dist":{"shasum":"c6c52f9b6d6b8ac68b7cd93a2fc1ec73ed3cc5f8","size":170088,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-4.0.0-alpha.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-4.0.0-alpha.0.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_4.0.0-alpha.0_1536861641485_0.5797892319301248"},"_hasShrinkwrap":false,"publish_time":1536861641715,"_cnpm_publish_time":1536861641715,"_cnpmcore_publish_time":"2021-12-16T22:11:03.475Z"},"3.0.2":{"name":"babel-plugin-universal-import","version":"3.0.2","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore","email":"james@faceyspacey.com"},"contributors":[{"name":"Zack Jackson","email":"zackary.l.jackson@gmail.com","url":"https://github.com/zackljackson"}],"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-transform-modules-commonjs":"^7.0.0","@babel/preset-react":"^7.0.0","babel-core":"^7.0.0-0","babel-eslint":"^9.0.0","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^2.0.1","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.3"},"peerDependencies":{"webpack":"^4.4.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0"},"gitHead":"f1fe9404d1719db75280a92dd7cc03aabf0c6391","_id":"babel-plugin-universal-import@3.0.2","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"zackljackson","email":"zackary.l.jackson@gmail.com"},"dist":{"shasum":"e2aeb2cec76fa000d1f30fc25a5ab83d4863d8d0","size":170330,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-3.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-3.0.2.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_3.0.2_1536021576143_0.8577100985132629"},"_hasShrinkwrap":false,"publish_time":1536021576267,"_cnpm_publish_time":1536021576267,"_cnpmcore_publish_time":"2021-12-16T22:11:03.797Z"},"3.0.1":{"name":"babel-plugin-universal-import","version":"3.0.1","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore","email":"james@faceyspacey.com"},"contributors":[{"name":"Zack Jackson","email":"zackary.l.jackson@gmail.com","url":"https://github.com/zackljackson"}],"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-transform-modules-commonjs":"^7.0.0","@babel/preset-react":"^7.0.0","babel-core":"^7.0.0-0","babel-eslint":"^9.0.0","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^2.0.1","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.3"},"peerDependencies":{"webpack":"^4.4.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0"},"gitHead":"696b445bf6f02d5c79fd9dc65605034f89af0f79","_id":"babel-plugin-universal-import@3.0.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"zackljackson","email":"zackary.l.jackson@gmail.com"},"dist":{"shasum":"9be52b4975913bed879300ee5984bd54a952c967","size":170315,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-3.0.1.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_3.0.1_1535667810283_0.9330868735226825"},"_hasShrinkwrap":false,"publish_time":1535667810543,"_cnpm_publish_time":1535667810543,"_cnpmcore_publish_time":"2021-12-16T22:11:04.112Z"},"3.0.0":{"name":"babel-plugin-universal-import","version":"3.0.0","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore","email":"james@faceyspacey.com"},"contributors":[{"name":"Zack Jackson","email":"zackary.l.jackson@gmail.com","url":"https://github.com/zackljackson"}],"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"@babel/cli":"^7.0.0-beta.49","@babel/core":"^7.0.0-beta.49","@babel/plugin-syntax-dynamic-import":"^7.0.0-beta.49","@babel/plugin-transform-modules-commonjs":"^7.0.0-beta.49","@babel/preset-react":"^7.0.0-beta.49","babel-core":"^7.0.0-0","babel-eslint":"^8.0.2","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^2.0.1","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.3"},"peerDependencies":{"webpack":"^4.4.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0-beta.49"},"gitHead":"150f52c96ccd4d66d0a0c81bbed25b9a26efbdd9","_id":"babel-plugin-universal-import@3.0.0","_npmVersion":"6.1.0","_nodeVersion":"10.3.0","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"0f72bd9b3195a818777bd85ab103cc1bc7418ba8","size":183535,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-3.0.0.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_3.0.0_1528155861604_0.3277289797950944"},"_hasShrinkwrap":false,"publish_time":1528155861812,"_cnpm_publish_time":1528155861812,"_cnpmcore_publish_time":"2021-12-16T22:11:04.704Z"},"2.0.2":{"name":"babel-plugin-universal-import","version":"2.0.2","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"@babel/cli":"^7.0.0-beta.49","@babel/core":"^7.0.0-beta.49","@babel/plugin-syntax-dynamic-import":"^7.0.0-beta.49","@babel/plugin-transform-modules-commonjs":"^7.0.0-beta.49","@babel/preset-react":"^7.0.0-beta.49","babel-core":"^7.0.0-0","babel-eslint":"^8.0.2","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^2.0.1","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0-beta.49"},"gitHead":"348c2b0699411736696bec15bd0fe401e850b8c7","_id":"babel-plugin-universal-import@2.0.2","_npmVersion":"6.1.0","_nodeVersion":"10.3.0","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"04f5d8cdca3c35759a0354754062a24d54dff357","size":186131,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-2.0.2.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_2.0.2_1527996830592_0.2882959705809005"},"_hasShrinkwrap":false,"publish_time":1527996830750,"_cnpm_publish_time":1527996830750,"_cnpmcore_publish_time":"2021-12-16T22:11:05.503Z"},"2.0.1":{"name":"babel-plugin-universal-import","version":"2.0.1","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"@babel/cli":"^7.0.0-beta.32","@babel/core":"^7.0.0-beta.32","@babel/plugin-syntax-dynamic-import":"^7.0.0-beta.32","@babel/preset-es2015":"^7.0.0-beta.32","@babel/preset-react":"^7.0.0-beta.32","@babel/preset-stage-2":"^7.0.0-beta.32","babel-core":"^7.0.0-0","babel-eslint":"^8.0.2","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0-beta.32"},"gitHead":"4645e25d8e24aefc8fac4e9d2c20b0c618e961d7","_id":"babel-plugin-universal-import@2.0.1","_npmVersion":"6.1.0","_nodeVersion":"10.3.0","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"b6cdf79cca7d9409323e70403a2dfb8aafafa498","size":184203,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-2.0.1.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_2.0.1_1527876906647_0.4771382508324289"},"_hasShrinkwrap":false,"publish_time":1527876906841,"_cnpm_publish_time":1527876906841,"_cnpmcore_publish_time":"2021-12-16T22:11:05.926Z"},"2.0.0":{"name":"babel-plugin-universal-import","version":"2.0.0","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"@babel/cli":"^7.0.0-beta.32","@babel/core":"^7.0.0-beta.32","@babel/plugin-syntax-dynamic-import":"^7.0.0-beta.32","@babel/preset-es2015":"^7.0.0-beta.32","@babel/preset-react":"^7.0.0-beta.32","@babel/preset-stage-2":"^7.0.0-beta.32","babel-core":"^7.0.0-0","babel-eslint":"^8.0.2","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0-beta.32"},"gitHead":"161713a2533137934bc403870ec357275653b539","_id":"babel-plugin-universal-import@2.0.0","_npmVersion":"5.6.0","_nodeVersion":"10.0.0","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"9f3209b25eea432519fef708fbad4eee2cb4c73b","size":184233,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-2.0.0.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_2.0.0_1525747179654_0.5522957443430159"},"_hasShrinkwrap":false,"publish_time":1525747179732,"_cnpm_publish_time":1525747179732,"_cnpmcore_publish_time":"2021-12-16T22:11:06.452Z"},"1.5.3":{"name":"babel-plugin-universal-import","version":"1.5.3","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"@babel/cli":"^7.0.0-beta.32","@babel/core":"^7.0.0-beta.32","@babel/plugin-syntax-dynamic-import":"^7.0.0-beta.32","@babel/preset-es2015":"^7.0.0-beta.32","@babel/preset-react":"^7.0.0-beta.32","@babel/preset-stage-2":"^7.0.0-beta.32","babel-core":"^7.0.0-0","babel-eslint":"^8.0.2","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0-beta.32"},"gitHead":"0f77ffd6382a9b80206cf4c8113d5f757aa582bf","_id":"babel-plugin-universal-import@1.5.3","_npmVersion":"5.6.0","_nodeVersion":"10.0.0","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"dc70bcf592a4afe9f7ba7d79017540da42e56bad","size":183584,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.5.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.5.3.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_1.5.3_1525431209855_0.5658672731614582"},"_hasShrinkwrap":false,"publish_time":1525431209962,"_cnpm_publish_time":1525431209962,"_cnpmcore_publish_time":"2021-12-16T22:11:06.986Z"},"1.5.2":{"name":"babel-plugin-universal-import","version":"1.5.2","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"@babel/cli":"^7.0.0-beta.32","@babel/core":"^7.0.0-beta.32","@babel/plugin-syntax-dynamic-import":"^7.0.0-beta.32","@babel/preset-es2015":"^7.0.0-beta.32","@babel/preset-react":"^7.0.0-beta.32","@babel/preset-stage-2":"^7.0.0-beta.32","babel-core":"^7.0.0-0","babel-eslint":"^8.0.2","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0-beta.32"},"gitHead":"5d9102c4a1764a951e094bea5dcb7c20cf3d343a","_id":"babel-plugin-universal-import@1.5.2","_npmVersion":"5.6.0","_nodeVersion":"10.0.0","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"10b47a67141a02366fa4fde0bd418ac663492fc4","size":184226,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.5.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.5.2.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_1.5.2_1524742625907_0.7792548333191873"},"_hasShrinkwrap":false,"publish_time":1524742626093,"deprecated":"deprecated because changes should be a major version bump","_cnpm_publish_time":1524742626093,"_cnpmcore_publish_time":"2021-12-16T22:11:07.471Z"},"1.5.1":{"name":"babel-plugin-universal-import","version":"1.5.1","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"@babel/cli":"^7.0.0-beta.32","@babel/core":"^7.0.0-beta.32","@babel/plugin-syntax-dynamic-import":"^7.0.0-beta.32","@babel/preset-es2015":"^7.0.0-beta.32","@babel/preset-react":"^7.0.0-beta.32","@babel/preset-stage-2":"^7.0.0-beta.32","babel-core":"^7.0.0-0","babel-eslint":"^8.0.2","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0-beta.32"},"gitHead":"16396dc2969b0258a68765d96236bf5b8e29acd3","_id":"babel-plugin-universal-import@1.5.1","_npmVersion":"5.6.0","_nodeVersion":"9.11.1","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"18d363ac62a1a11dd4dd36a1ca46bd3e120ca16f","size":183574,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.5.1.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_1.5.1_1524516387077_0.9809849974142657"},"_hasShrinkwrap":false,"publish_time":1524516387312,"_cnpm_publish_time":1524516387312,"_cnpmcore_publish_time":"2021-12-16T22:11:08.511Z"},"1.5.0":{"name":"babel-plugin-universal-import","version":"1.5.0","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"@babel/cli":"^7.0.0-beta.32","@babel/core":"^7.0.0-beta.32","@babel/plugin-syntax-dynamic-import":"^7.0.0-beta.32","@babel/preset-es2015":"^7.0.0-beta.32","@babel/preset-react":"^7.0.0-beta.32","@babel/preset-stage-2":"^7.0.0-beta.32","babel-core":"^7.0.0-0","babel-eslint":"^8.0.2","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0-beta.32"},"gitHead":"e89e1bf8afafe33f82ba77a423c3ab4de806415b","_id":"babel-plugin-universal-import@1.5.0","_npmVersion":"5.6.0","_nodeVersion":"9.11.1","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"2f9176c55cd7f73f1c523970f1c53ea5c8db3ab9","size":183592,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.5.0.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import_1.5.0_1524516253835_0.6384047407204319"},"_hasShrinkwrap":false,"publish_time":1524516254008,"_cnpm_publish_time":1524516254008,"_cnpmcore_publish_time":"2021-12-16T22:11:08.997Z"},"1.4.0":{"name":"babel-plugin-universal-import","version":"1.4.0","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"@babel/cli":"^7.0.0-beta.32","@babel/core":"^7.0.0-beta.32","@babel/plugin-syntax-dynamic-import":"^7.0.0-beta.32","@babel/preset-es2015":"^7.0.0-beta.32","@babel/preset-react":"^7.0.0-beta.32","@babel/preset-stage-2":"^7.0.0-beta.32","babel-core":"^7.0.0-0","babel-eslint":"^8.0.2","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0-beta.32"},"gitHead":"cb4c5d3a240991af7445493f04908033df61c823","_id":"babel-plugin-universal-import@1.4.0","_npmVersion":"5.5.1","_nodeVersion":"9.3.0","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"90a6d0f6e84898d9f986bef60e43d4b91509933d","size":182336,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.4.0.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.4.0.tgz_1515042984994_0.34454558067955077"},"directories":{},"publish_time":1515042986337,"_hasShrinkwrap":false,"_cnpm_publish_time":1515042986337,"_cnpmcore_publish_time":"2021-12-16T22:11:10.015Z"},"1.3.4":{"name":"babel-plugin-universal-import","version":"1.3.4","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"@babel/cli":"^7.0.0-beta.32","@babel/core":"^7.0.0-beta.32","@babel/plugin-syntax-dynamic-import":"^7.0.0-beta.32","@babel/preset-es2015":"^7.0.0-beta.32","@babel/preset-react":"^7.0.0-beta.32","@babel/preset-stage-2":"^7.0.0-beta.32","babel-core":"^7.0.0-0","babel-eslint":"^8.0.2","babel-jest":"^21.2.0","babel-plugin-tester":"^5.0.0","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^21.2.1","lint-staged":"^5.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"linters":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"verbose":true},"dependencies":{"@babel/helper-module-imports":"^7.0.0-beta.32"},"gitHead":"a6e220e31e4c65661fd9e88a321b0fd5bfbf8838","_id":"babel-plugin-universal-import@1.3.4","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"807616542c406893700904b44545c4d17ba70112","size":181916,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.3.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.3.4.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.3.4.tgz_1511986668255_0.9790378981269896"},"directories":{},"publish_time":1511986668381,"_hasShrinkwrap":false,"_cnpm_publish_time":1511986668381,"_cnpmcore_publish_time":"2021-12-16T22:11:10.578Z"},"1.3.3":{"name":"babel-plugin-universal-import","version":"1.3.3","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"bce349dccaf55cc331ff90d48eff1b057f7fa536","_id":"babel-plugin-universal-import@1.3.3","_npmVersion":"5.5.1","_nodeVersion":"9.1.0","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"1b5cb645331b49e7d9d140d41c50eb0a700b4939","size":178024,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.3.3.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.3.3.tgz_1510660663221_0.6145581777673215"},"directories":{},"publish_time":1510660664497,"_hasShrinkwrap":false,"_cnpm_publish_time":1510660664497,"_cnpmcore_publish_time":"2021-12-16T22:11:11.123Z"},"1.3.2":{"name":"babel-plugin-universal-import","version":"1.3.2","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"ac547b38763b7ad29cef77713ce40c3f91987c01","_id":"babel-plugin-universal-import@1.3.2","_npmVersion":"5.5.1","_nodeVersion":"9.1.0","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"c3a9dcfbf5222f88d55efa08c5e74e0e785d4743","size":178027,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.3.2.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.3.2.tgz_1510660319974_0.6115859148558229"},"directories":{},"publish_time":1510660321271,"_hasShrinkwrap":false,"_cnpm_publish_time":1510660321271,"_cnpmcore_publish_time":"2021-12-16T22:11:11.822Z"},"1.3.1":{"name":"babel-plugin-universal-import","version":"1.3.1","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"418c322e1643abcd2017154d25728d115c0dc5fc","_id":"babel-plugin-universal-import@1.3.1","_npmVersion":"5.5.1","_nodeVersion":"9.1.0","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"62ebf7fdab22a1c9c04858444af3582a71c3651d","size":177828,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.3.1.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.3.1.tgz_1510234372235_0.4599121368955821"},"directories":{},"publish_time":1510234373576,"_hasShrinkwrap":false,"_cnpm_publish_time":1510234373576,"_cnpmcore_publish_time":"2021-12-16T22:11:12.195Z"},"1.3.0":{"name":"babel-plugin-universal-import","version":"1.3.0","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"3d964ecbcc5657babede2a8f85debb9a391e8a95","_id":"babel-plugin-universal-import@1.3.0","_npmVersion":"5.4.2","_nodeVersion":"8.7.0","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"c1fb5cd9e1835679cefb9fbf33c819fc8a579991","size":176809,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.3.0.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.3.0.tgz_1508449059204_0.9127833803649992"},"directories":{},"publish_time":1508449060595,"_hasShrinkwrap":false,"_cnpm_publish_time":1508449060595,"_cnpmcore_publish_time":"2021-12-16T22:11:13.046Z"},"1.2.7":{"name":"babel-plugin-universal-import","version":"1.2.7","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"4549427c6852fdc3fbdf64dba44b8528cbd54eb2","_id":"babel-plugin-universal-import@1.2.7","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"b710910b88e87a434253dd7a0da0183f82fb87bb","size":174199,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.2.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.2.7.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.2.7.tgz_1503494656624_0.633552114944905"},"directories":{},"publish_time":1503494657904,"_hasShrinkwrap":false,"_cnpm_publish_time":1503494657904,"_cnpmcore_publish_time":"2021-12-16T22:11:13.406Z"},"1.2.6":{"name":"babel-plugin-universal-import","version":"1.2.6","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"5a483f367dbdaa9328dc61fadeb5c9bd3e0e28b4","_id":"babel-plugin-universal-import@1.2.6","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"683796ed03a83743cb9bf00ab3013113dc716ee6","size":173943,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.2.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.2.6.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.2.6.tgz_1503070178434_0.29794271010905504"},"directories":{},"publish_time":1503070179661,"_hasShrinkwrap":false,"_cnpm_publish_time":1503070179661,"_cnpmcore_publish_time":"2021-12-16T22:11:13.858Z"},"1.2.5":{"name":"babel-plugin-universal-import","version":"1.2.5","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"ec0296e85e40a9f754187753089de6d55089e517","_id":"babel-plugin-universal-import@1.2.5","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"1c2576dfb80250e735db1770515f7264fdcac9d3","size":173665,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.2.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.2.5.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.2.5.tgz_1501835916906_0.19222780643031"},"directories":{},"publish_time":1501835918377,"_hasShrinkwrap":false,"_cnpm_publish_time":1501835918377,"_cnpmcore_publish_time":"2021-12-16T22:11:14.443Z"},"1.2.4":{"name":"babel-plugin-universal-import","version":"1.2.4","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"c88b294a15a8a354680a3ac07fae4c284f3e6d32","_id":"babel-plugin-universal-import@1.2.4","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"76f30d1e683e13bff96f18aef10f369e42dc74ac","size":173663,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.2.4.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.2.4.tgz_1501835720953_0.7612402339000255"},"directories":{},"publish_time":1501835722326,"_hasShrinkwrap":false,"_cnpm_publish_time":1501835722326,"_cnpmcore_publish_time":"2021-12-16T22:11:14.963Z"},"1.2.3":{"name":"babel-plugin-universal-import","version":"1.2.3","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"cc9459cffddb677854a201f7e7529dc17b1732aa","_id":"babel-plugin-universal-import@1.2.3","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"ab608739d88189e4b3865e3b333204e96391e340","size":173624,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.2.3.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.2.3.tgz_1501504569465_0.012495119357481599"},"directories":{},"publish_time":1501504570725,"_hasShrinkwrap":false,"_cnpm_publish_time":1501504570725,"_cnpmcore_publish_time":"2021-12-16T22:11:15.425Z"},"1.2.2":{"name":"babel-plugin-universal-import","version":"1.2.2","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"00df23c9a0d5c094ad478eb04efa050b4eba0f28","_id":"babel-plugin-universal-import@1.2.2","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"5f92b6d246097004f9fc787ed3214d529c09f4d3","size":173625,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.2.2.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.2.2.tgz_1501174815569_0.8008179818280041"},"directories":{},"publish_time":1501174817214,"_hasShrinkwrap":false,"_cnpm_publish_time":1501174817214,"_cnpmcore_publish_time":"2021-12-16T22:11:15.865Z"},"1.2.1":{"name":"babel-plugin-universal-import","version":"1.2.1","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"336080c9dfa9a733f976dc499e036714e9640d27","_id":"babel-plugin-universal-import@1.2.1","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"38ec5c645fcce9375eeb141fb4b24048e261ad15","size":173465,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.2.1.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.2.1.tgz_1501173621381_0.9051471312996"},"directories":{},"publish_time":1501173622762,"_hasShrinkwrap":false,"_cnpm_publish_time":1501173622762,"_cnpmcore_publish_time":"2021-12-16T22:11:16.299Z"},"1.2.0":{"name":"babel-plugin-universal-import","version":"1.2.0","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"7648559e809efd350938dd47681f89b9facc5614","_id":"babel-plugin-universal-import@1.2.0","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"498de58f5af2642147e4e4eb8f554ab6cde25747","size":146133,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.2.0.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.2.0.tgz_1501150084132_0.5488793381955475"},"directories":{},"publish_time":1501150085835,"_hasShrinkwrap":false,"_cnpm_publish_time":1501150085835,"_cnpmcore_publish_time":"2021-12-16T22:11:16.644Z"},"1.1.17":{"name":"babel-plugin-universal-import","version":"1.1.17","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"2720bbf81e6fd091ddda6e1abe526aaae42a0195","_id":"babel-plugin-universal-import@1.1.17","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"57b6fc925da3115ff51a149f8582ad446c4a433d","size":146132,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.1.17.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.1.17.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.1.17.tgz_1501133127016_0.17483480810187757"},"directories":{},"publish_time":1501133128357,"_hasShrinkwrap":false,"_cnpm_publish_time":1501133128357,"_cnpmcore_publish_time":"2021-12-16T22:11:17.055Z"},"1.1.16":{"name":"babel-plugin-universal-import","version":"1.1.16","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"c22155535b242cf506ebfb7885bca857c0f2f640","_id":"babel-plugin-universal-import@1.1.16","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"d07fdd5e08db5d152ac8c819436443c0959dd8cd","size":146132,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.1.16.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.1.16.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.1.16.tgz_1501133052705_0.32226308761164546"},"directories":{},"publish_time":1501133054312,"_hasShrinkwrap":false,"_cnpm_publish_time":1501133054312,"_cnpmcore_publish_time":"2021-12-16T22:11:17.430Z"},"1.1.15":{"name":"babel-plugin-universal-import","version":"1.1.15","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"34f3f3b769604c03794688ed920d8a780a558299","_id":"babel-plugin-universal-import@1.1.15","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"f6c534f615c545f42e10f9ac19d8cb2bff6a4c44","size":146028,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.1.15.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.1.15.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.1.15.tgz_1501065727035_0.47578113130293787"},"directories":{},"publish_time":1501065728475,"_hasShrinkwrap":false,"_cnpm_publish_time":1501065728475,"_cnpmcore_publish_time":"2021-12-16T22:11:17.897Z"},"1.1.14":{"name":"babel-plugin-universal-import","version":"1.1.14","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"02b2c65f2b2e5fd58fc53b102e661ba78e6a361e","_id":"babel-plugin-universal-import@1.1.14","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"691d5282f3c77599218ef11f2ab41d2ba324cd56","size":146014,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.1.14.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.1.14.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.1.14.tgz_1501065631809_0.9732720935717225"},"directories":{},"publish_time":1501065633306,"_hasShrinkwrap":false,"_cnpm_publish_time":1501065633306,"_cnpmcore_publish_time":"2021-12-16T22:11:18.302Z"},"1.1.13":{"name":"babel-plugin-universal-import","version":"1.1.13","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"051ece906bb220b09d6bbb88a403b0519837c60b","_id":"babel-plugin-universal-import@1.1.13","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"e2db18d0229cb12ced271509804d2922cf6f068c","size":146011,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.1.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.1.13.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.1.13.tgz_1501065524087_0.6447698473930359"},"directories":{},"publish_time":1501065525564,"_hasShrinkwrap":false,"_cnpm_publish_time":1501065525564,"_cnpmcore_publish_time":"2021-12-16T22:11:18.728Z"},"1.1.12":{"name":"babel-plugin-universal-import","version":"1.1.12","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"a161904ca2ab716b32bf513c3b9b11dbfd2b2ebf","_id":"babel-plugin-universal-import@1.1.12","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"62653ef3b863ca8b7e0a16a261317c32856d786f","size":146019,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.1.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.1.12.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.1.12.tgz_1501065424118_0.969177741324529"},"directories":{},"publish_time":1501065425533,"_hasShrinkwrap":false,"_cnpm_publish_time":1501065425533,"_cnpmcore_publish_time":"2021-12-16T22:11:19.109Z"},"1.1.11":{"name":"babel-plugin-universal-import","version":"1.1.11","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"0cabf77e3bbd657601394e379e3aa0e6e3d5264e","_id":"babel-plugin-universal-import@1.1.11","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"4d65e88854a51cd0e509afeeea1da49d219240fa","size":146014,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.1.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.1.11.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.1.11.tgz_1501065379720_0.49794309027493"},"directories":{},"publish_time":1501065381051,"_hasShrinkwrap":false,"_cnpm_publish_time":1501065381051,"_cnpmcore_publish_time":"2021-12-16T22:11:19.680Z"},"1.1.10":{"name":"babel-plugin-universal-import","version":"1.1.10","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"fd69eec3dbcad9a6a1d2314ebe50d57610c10886","_id":"babel-plugin-universal-import@1.1.10","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"f655fac2739d7b7122f501c6582e86d4aadec612","size":145904,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.1.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.1.10.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.1.10.tgz_1500985113387_0.9504794215317816"},"directories":{},"publish_time":1500985114856,"_hasShrinkwrap":false,"_cnpm_publish_time":1500985114856,"_cnpmcore_publish_time":"2021-12-16T22:11:20.139Z"},"1.1.9":{"name":"babel-plugin-universal-import","version":"1.1.9","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"6a3a20c7147e367f67395e99edf9ea75820b122e","_id":"babel-plugin-universal-import@1.1.9","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"db9ade04c438fd2e156d03ed4e5fb414dd5ed60f","size":145917,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.1.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.1.9.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.1.9.tgz_1500972251909_0.5401931137312204"},"directories":{},"publish_time":1500972253432,"_hasShrinkwrap":false,"_cnpm_publish_time":1500972253432,"_cnpmcore_publish_time":"2021-12-16T22:11:20.737Z"},"1.1.8":{"name":"babel-plugin-universal-import","version":"1.1.8","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"85fba28f6e8c0a30aff522c387757e69f8426309","_id":"babel-plugin-universal-import@1.1.8","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"dc54c2b2ccc6a22eca8c84c87f53bcb5122e8aa7","size":145910,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.1.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.1.8.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.1.8.tgz_1499447295828_0.21459009218961"},"directories":{},"publish_time":1499447297120,"_hasShrinkwrap":false,"_cnpm_publish_time":1499447297120,"_cnpmcore_publish_time":"2021-12-16T22:11:21.322Z"},"1.1.7":{"name":"babel-plugin-universal-import","version":"1.1.7","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-plugin-tester":"^3.1.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","babylon-options":"^1.1.2","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{},"gitHead":"b736c10df4b4fee858971dfe32fb8b488fbc57a0","_id":"babel-plugin-universal-import@1.1.7","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"02db8365c225c40dd4862895d56733b146be1ca1","size":145916,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.1.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.1.7.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.1.7.tgz_1499442056577_0.5540681881830096"},"directories":{},"publish_time":1499442057935,"_hasShrinkwrap":false,"_cnpm_publish_time":1499442057935,"_cnpmcore_publish_time":"2021-12-16T22:11:22.109Z"},"1.1.6":{"name":"babel-plugin-universal-import","version":"1.1.6","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-tester":"^3.1.0","babylon-options":"^1.1.2","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"gitHead":"00ff02c87f28b7df603d65a85a42b791d999309b","_id":"babel-plugin-universal-import@1.1.6","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"ee1e4c7565cc0d4bdb8f3017e31da7f208bbba93","size":144119,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.1.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.1.6.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.1.6.tgz_1499321015225_0.5597809050232172"},"directories":{},"publish_time":1499321016824,"_hasShrinkwrap":false,"_cnpm_publish_time":1499321016824,"_cnpmcore_publish_time":"2021-12-16T22:11:22.575Z"},"1.1.5":{"name":"babel-plugin-universal-import","version":"1.1.5","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-tester":"^3.1.0","babylon-options":"^1.1.2","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1","babel-plugin-syntax-dynamic-import":"^6.18.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"gitHead":"ea6cf4828e781c229f8a997a9cab4ad83814693c","_id":"babel-plugin-universal-import@1.1.5","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"ea091beae5bbe96a32873604f51fa78a1461e552","size":144093,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.1.5.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.1.5.tgz_1499314930895_0.290274849627167"},"directories":{},"publish_time":1499314932543,"_hasShrinkwrap":false,"_cnpm_publish_time":1499314932543,"_cnpmcore_publish_time":"2021-12-16T22:11:23.047Z"},"1.1.4":{"name":"babel-plugin-universal-import","version":"1.1.4","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-tester":"^3.1.0","babylon-options":"^1.1.2","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{"babel-plugin-syntax-dynamic-import":"^6.18.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1"},"gitHead":"8534bcc741b6a90da3179063f47064d63911812e","_id":"babel-plugin-universal-import@1.1.4","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"8c91d6347cdf40857f3dcdd300e93aacf9dc7e87","size":144093,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.1.4.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.1.4.tgz_1499313509331_0.27474718424491584"},"directories":{},"publish_time":1499313510692,"_hasShrinkwrap":false,"_cnpm_publish_time":1499313510692,"_cnpmcore_publish_time":"2021-12-16T22:11:23.540Z"},"1.1.3":{"name":"babel-plugin-universal-import","version":"1.1.3","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-tester":"^3.1.0","babylon-options":"^1.1.2","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{"babel-plugin-syntax-dynamic-import":"^6.18.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1"},"gitHead":"33f69642a07b5d139af3f7e8096e3bc71968096b","_id":"babel-plugin-universal-import@1.1.3","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"4f5751a2121c620cbf90573d35cd486593044ab8","size":144105,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.1.3.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.1.3.tgz_1499293644745_0.14462100784294307"},"directories":{},"publish_time":1499293646220,"_hasShrinkwrap":false,"_cnpm_publish_time":1499293646220,"_cnpmcore_publish_time":"2021-12-16T22:11:24.380Z"},"1.1.2":{"name":"babel-plugin-universal-import","version":"1.1.2","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-tester":"^3.1.0","babylon-options":"^1.1.2","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{"babel-plugin-syntax-dynamic-import":"^6.18.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1"},"gitHead":"0beb8a629d0b51c6668afe758e005c483920a2d3","_id":"babel-plugin-universal-import@1.1.2","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"a94374ce7a54258f89b56a8a00dd65e9182a8f9b","size":144095,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.1.2.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.1.2.tgz_1499293406261_0.30403331224806607"},"directories":{},"publish_time":1499293407660,"_hasShrinkwrap":false,"_cnpm_publish_time":1499293407660,"_cnpmcore_publish_time":"2021-12-16T22:11:24.867Z"},"1.1.1":{"name":"babel-plugin-universal-import","version":"1.1.1","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-tester":"^3.1.0","babylon-options":"^1.1.2","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{"babel-plugin-syntax-dynamic-import":"^6.18.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1"},"gitHead":"a6488c774f06419c29db8b3336ecdb9e0f636f6e","_id":"babel-plugin-universal-import@1.1.1","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"434ff9f064d8b233757c48a74c47f5149f725a8a","size":144035,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.1.1.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.1.1.tgz_1499287962729_0.5402734577655792"},"directories":{},"publish_time":1499287964311,"_hasShrinkwrap":false,"_cnpm_publish_time":1499287964311,"_cnpmcore_publish_time":"2021-12-16T22:11:25.380Z"},"1.1.0":{"name":"babel-plugin-universal-import","version":"1.1.0","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-tester":"^3.1.0","babylon-options":"^1.1.2","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{"babel-plugin-syntax-dynamic-import":"^6.18.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1"},"gitHead":"696be73d83658369e6cbcfa0cfda7bf69d897710","_id":"babel-plugin-universal-import@1.1.0","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"bf2461ee1c2b6daa491de68fbff49cc23ea78d32","size":144029,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.1.0.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.1.0.tgz_1499287139720_0.9965512198396027"},"directories":{},"publish_time":1499287141181,"_hasShrinkwrap":false,"_cnpm_publish_time":1499287141181,"_cnpmcore_publish_time":"2021-12-16T22:11:26.007Z"},"1.0.7":{"name":"babel-plugin-universal-import","version":"1.0.7","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-tester":"^3.1.0","babylon-options":"^1.1.2","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{"babel-plugin-syntax-dynamic-import":"^6.18.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1"},"gitHead":"53180c2808b2da6340fbe357a87f644ca3fee350","_id":"babel-plugin-universal-import@1.0.7","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"a238aef75050db5a9b7aa9a7bc23a756d6056205","size":143884,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.0.7.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.0.7.tgz_1499282136811_0.0962527459487319"},"directories":{},"publish_time":1499282138197,"_hasShrinkwrap":false,"_cnpm_publish_time":1499282138197,"_cnpmcore_publish_time":"2021-12-16T22:11:26.381Z"},"1.0.6":{"name":"babel-plugin-universal-import","version":"1.0.6","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-tester":"^3.1.0","babylon-options":"^1.1.2","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{"babel-plugin-syntax-dynamic-import":"^6.18.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1"},"gitHead":"49cbad0420801fe9ee10499ae7a0d9c117757971","_id":"babel-plugin-universal-import@1.0.6","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"4085d15f389c0a55deafa262360592af3e03ac39","size":143899,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.0.6.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.0.6.tgz_1499202270329_0.8903991747647524"},"directories":{},"publish_time":1499202271857,"_hasShrinkwrap":false,"_cnpm_publish_time":1499202271857,"_cnpmcore_publish_time":"2021-12-16T22:11:26.848Z"},"1.0.5":{"name":"babel-plugin-universal-import","version":"1.0.5","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","files":[],"scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-tester":"^3.1.0","babylon-options":"^1.1.2","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{"babel-plugin-syntax-dynamic-import":"^6.18.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1"},"gitHead":"e86587e45ae39736ebef426cb0bb9a73a46495c1","_id":"babel-plugin-universal-import@1.0.5","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"6c084a94282b1f09d226520559052ea14aab7ef4","size":5500,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.0.5.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.0.5.tgz_1499008384291_0.010572697734460235"},"directories":{},"publish_time":1499008385336,"_hasShrinkwrap":false,"_cnpm_publish_time":1499008385336,"_cnpmcore_publish_time":"2021-12-16T22:11:27.016Z"},"1.0.4":{"name":"babel-plugin-universal-import","version":"1.0.4","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","files":[],"scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-tester":"^3.1.0","babylon-options":"^1.1.2","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{"babel-plugin-syntax-dynamic-import":"^6.18.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1"},"gitHead":"42d2804e86eb6b35b7e18cd1b731cb2c4c0a5844","_id":"babel-plugin-universal-import@1.0.4","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"aa0b795cf3e3895adc39a930499789f07f540ad5","size":5492,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.0.4.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.0.4.tgz_1498989834025_0.6483638619538397"},"directories":{},"publish_time":1498989835032,"_hasShrinkwrap":false,"_cnpm_publish_time":1498989835032,"_cnpmcore_publish_time":"2021-12-16T22:11:27.243Z"},"1.0.3":{"name":"babel-plugin-universal-import","version":"1.0.3","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","files":[],"scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-tester":"^3.1.0","babylon-options":"^1.1.2","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{"babel-plugin-syntax-dynamic-import":"^6.18.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1"},"gitHead":"0e1aef176b02f6f88676af5871993e131ec960fe","_id":"babel-plugin-universal-import@1.0.3","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"0edb3d1ee3f88e9ddbe136edc7cda74d8c135708","size":5177,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.0.3.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.0.3.tgz_1498989566597_0.3445755043067038"},"directories":{},"publish_time":1498989567536,"_hasShrinkwrap":false,"_cnpm_publish_time":1498989567536,"_cnpmcore_publish_time":"2021-12-16T22:11:27.444Z"},"1.0.2":{"name":"babel-plugin-universal-import","version":"1.0.2","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","files":[],"scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-tester":"^3.1.0","babylon-options":"^1.1.2","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{"babel-plugin-syntax-dynamic-import":"^6.18.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1"},"gitHead":"4f703604f4629c4501f866f540642b6b37be173f","_id":"babel-plugin-universal-import@1.0.2","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"2b4bbca6a78e6b9bc508e071fd658cf96f09bfa0","size":5179,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.0.2.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.0.2.tgz_1498987128587_0.7279570500832051"},"directories":{},"publish_time":1498987129812,"_hasShrinkwrap":false,"_cnpm_publish_time":1498987129812,"_cnpmcore_publish_time":"2021-12-16T22:11:28.032Z"},"1.0.1":{"name":"babel-plugin-universal-import","version":"1.0.1","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","files":[],"scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-tester":"^3.1.0","babylon-options":"^1.1.2","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{"babel-plugin-syntax-dynamic-import":"^6.18.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1"},"gitHead":"5abeeba9ec551a270991d648e729ee7923a9db0a","_id":"babel-plugin-universal-import@1.0.1","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"5eafcf2180921a330170773d61796db44c45a090","size":5135,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.0.1.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.0.1.tgz_1498986676421_0.8544129359070212"},"directories":{},"publish_time":1498986677380,"_hasShrinkwrap":false,"_cnpm_publish_time":1498986677380,"_cnpmcore_publish_time":"2021-12-16T22:11:28.248Z"},"1.0.0":{"name":"babel-plugin-universal-import","version":"1.0.0","description":"Babel plugin to transform import() into its Universal counterpart","main":"index.js","repository":{"type":"git","url":"git+https://github.com/faceyspacey/babel-plugin-universal-import.git"},"bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","author":{"name":"James Gillmore james@faceyspacey.com>"},"license":"MIT","files":[],"scripts":{"test":"jest","lint":"eslint --fix ./","format":"prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint","precommit":"lint-staged --verbose && npm test","cm":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-tester":"^3.1.0","babylon-options":"^1.1.2","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-flowtype":"^2.32.1","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","husky":"^0.14.1","jest":"^20.0.4","lint-staged":"^4.0.0","prettier":"^1.5.2","rimraf":"^2.5.4","semantic-release":"^6.3.6","travis-github-status":"^1.6.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"lint-staged":{"*.js":["prettier --single-quote --parser=flow --semi=false --write","eslint --fix","git add"]},"dependencies":{"babel-plugin-syntax-dynamic-import":"^6.18.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1"},"gitHead":"b9945d8828f7731ce78b0aedbfea380b4079b5d6","_id":"babel-plugin-universal-import@1.0.0","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"faceyspacey","email":"james@faceyspacey.com"},"dist":{"shasum":"f2eba206eb2809ebcd45f68f8c3ec6e9f6d917ea","size":4652,"noattachment":false,"key":"/babel-plugin-universal-import/-/babel-plugin-universal-import-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-universal-import/download/babel-plugin-universal-import-1.0.0.tgz"},"maintainers":[{"name":"faceyspacey","email":"james@faceyspacey.com"},{"name":"zackljackson","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-universal-import-1.0.0.tgz_1498986188353_0.5860632716212422"},"directories":{},"publish_time":1498986189266,"_hasShrinkwrap":false,"_cnpm_publish_time":1498986189266,"_cnpmcore_publish_time":"2021-12-16T22:11:28.502Z"}},"readme":"<a href=\"https://gitter.im/Reactlandia/Lobby\" target=\"_blank\">\n  <img alt=\"Reactlandia Chat\" src=\"https://s3-us-west-1.amazonaws.com/cdn.reactlandia.com/reactlandia-chat.png\">\n</a>\n\n# babel-plugin-universal-import\n\n<p align=\"center\">\n  <a href=\"https://www.npmjs.com/package/babel-plugin-universal-import\">\n    <img src=\"https://img.shields.io/npm/v/babel-plugin-universal-import.svg\" alt=\"Version\" />\n  </a>\n\n  <a href=\"https://travis-ci.org/faceyspacey/babel-plugin-universal-import\">\n    <img src=\"https://travis-ci.org/faceyspacey/babel-plugin-universal-import.svg?branch=master\" alt=\"Build Status\" />\n  </a>\n\n  <a href=\"https://lima.codeclimate.com/github/faceyspacey/babel-plugin-universal-import/coverage\">\n    <img src=\"https://lima.codeclimate.com/github/faceyspacey/babel-plugin-universal-import/badges/coverage.svg\" alt=\"Coverage Status\"/>\n  </a>\n\n  <a href=\"https://greenkeeper.io\">\n    <img src=\"https://badges.greenkeeper.io/faceyspacey/babel-plugin-universal-import.svg\" alt=\"Green Keeper\" />\n  </a>\n\n  <a href=\"https://lima.codeclimate.com/github/faceyspacey/babel-plugin-universal-import\">\n    <img src=\"https://lima.codeclimate.com/github/faceyspacey/babel-plugin-universal-import/badges/gpa.svg\" alt=\"GPA\" />\n  </a>\n\n  <a href=\"https://www.npmjs.com/package/babel-plugin-universal-import\">\n    <img src=\"https://img.shields.io/npm/dt/babel-plugin-universal-import.svg\" alt=\"Downloads\" />\n  </a>\n\n  <a href=\"https://www.npmjs.com/package/babel-plugin-universal-import\">\n    <img src=\"https://img.shields.io/npm/l/babel-plugin-universal-import.svg\" alt=\"License\" />\n  </a>\n</p>\n\n\n<p align=\"center\">\n  <img src=\"https://s3-us-west-1.amazonaws.com/cdn.reactlandia.com/universal-component-banner.png\" />\n</p>\n\n## Installation\n```\nyarn add babel-plugin-universal-import\n```\n*.babelrc:*\n```js\n{\n  \"plugins\": [\"universal-import\"]\n}\n```\n\n\n## What it does\nTaking from the [test snapshots](./__tests__/__snapshots__/index.js.snap), it does this:\n\n```js\nimport universal from 'react-universal-component'\nconst UniversalComponent = universal(import('./Foo.js'))\n\n<UniversalComponent />\n\n      ↓ ↓ ↓ ↓ ↓ ↓\n\nimport universal from 'react-universal-component'\nimport universalImport from 'babel-plugin-universal-import/universalImport.js'\nimport path from 'path'\n\nconst UniversalComponent = universal(universalImport({\n  chunkName: () => 'Foo',\n  path: () => path.join(__dirname, './Foo.js'),\n  resolve: () => require.resolveWeak('./Foo.js'),\n  load: () => Promise.all([\n    import( /* webpackChunkName: 'Foo' */ './Foo.js')\n  ]).then(proms => proms[0])\n}))\n\n<UniversalComponent />\n```\n\nAnd if you're using dynamic imports:\n\n```js\nimport universal from 'react-universal-component'\nconst UniversalComponent = universal(props => import(`./${props.page}`))\n\n<UniversalComponent page='Foo' />\n\n      ↓ ↓ ↓ ↓ ↓ ↓\n\nimport universal from 'react-universal-component'\nimport universalImport from 'babel-plugin-universal-import/universalImport.js'\nimport path from 'path'\n\nconst UniversalComponent = universal(props => universalImport({\n  chunkName: props => props.page,\n  path: props => path.join(__dirname, `./${props.page}`),\n  resolve: props => require.resolveWeak(`./${props.page}`),\n  load: props => Promise.all([\n    import( /* webpackChunkName: '[request]' */ `./${props.page}`)\n  ]).then(proms => proms[0])\n}));\n\n<UniversalComponent page='Foo' />\n```\n> NOTE: if you aren't using `react-universal-component` and you just want to serve CSS chunks from [extract-css-chunks-webpack-plugin](https://github.com/faceyspacey/extract-css-chunks-webpack-plugin), its not a problem! extract-css-chunks is completely standalone and fully HMR\n\nIt names all your chunks using *magic comments* (see webpack documentation on [magic comments](https://webpack.js.org/api/module-methods/#import-)) ???? behind the scenes and is derived from the imported file. This works with both static and dynamic import paths, as you can see above.\n\nOtherwise, what it's doing is providing all the different types of requires/paths/imports/etc needed by tools like [react-universal-component](https://github.com/faceyspacey/react-universal-component) to universally render your component.\n\nThe targeted **use-case** for all this is dynamic imports where you can pass a `page` prop to the resulting component, thereby allowing you to create one `<UniversalComponent page={page} />` for a large number of your components. This is a major upgrade to the previous way of having to make a hash of a million async components in a wrapping component. You no longer have to think about *Universal Components* as anything different than your other components that use simple HoCs.\n\n\nAnd maybe even *cooler* to some: you don't have to do `universal(() => import())`. I.e. you don't have to wrap it in a function any longer when using `react-universal-component`, similar to `dynamic(import())` in Next.js...*unless of course you're making use of the extremely useful `props` argument.*\n\n## Typescript and non-Babel environments\n\nIf you can't use babel, you can either copy what this plugin does above, or you can do a shorter version where you just put the important configuration key/vals on the 2nd options argument to `universal`:\n\n```js\nimport universal from 'react-universal-component'\n\nconst load = props => Promise.all([\n    import( /* webpackChunkName: '[request]' */ `./${props.page}`)\n  ]).then(proms => proms[0])\n\nconst UniversalComponent = universal(load, {\n  chunkName: props => props.page,\n  resolve: props => require.resolveWeak(`./${props.page}`)\n});\n```\n> notice `chunkName` and `resolve` as standard options on the 2nd options argument.\n\n## Babel Server Or Webpack < 2.2.20\n\nIf your compiling the server with Babel, set the following option so `import()` does not exist in the final compilation result server-side:\n\n```js\n{\n  \"plugins\": [\n    [\"universal-import\", {\n      \"babelServer\": true\n    }]\n  ]\n}\n```\n\n## Include additional debugging info\nTo prevent leaking of information, file names are not included in the final output. However, for debugging purposes, you may set the `includeFileName` flag option to true.  This will include the path to the source file from which the import() is happening to be exposed.\n\n```js\n{\n  \"plugins\": [\n    [\"universal-import\", {\n      \"includeFileName\": true\n    }]\n  ]\n}\n```\n\n## Advanced magic comments\nThis plugin supports currying of the following magic comments defiend by Webpack to the transpiled output:\n\n- `webpackMode`\n- `webpackInclude`\n- `webpackExclude`\n- `webpackIgnore`\n- `webpackPreload`\n- `webpackPrefetch`\n\nIn order to pass that on to the output, you must provide each magic comment in it's own comment block, e.g.\n\n```javascript\nimport(\n  /* webpackMode: \"lazy\" */\n  /* webpackChunkName: \"Foo\" */\n  \"./Foo\"\n)\n```\n\nOrder in which you specify them will not matter, and invalid leading comments will be stripped out. The logic for naming your webpack chunks remains the same if you specify any of these advanced options.  Please refer to the [webpack documentation](https://webpack.js.org/api/module-methods/#import-) for valid values and configurations of each of these settings.\n\n\n## Next Steps\n\nCheckout the rest of the packages in the *\"Universal\"* family:\n- [webpack-flush-chunks](https://github.com/faceyspacey/webpack-flush-chunks)\n- [react-universal-component](https://github.com/faceyspacey/react-universal-component)\n- [extract-css-chunks-webpack-plugin](https://github.com/faceyspacey/extract-css-chunks-webpack-plugin)\n\n## Caveat\n- For chunks to be properly created--and since their names are automatically generated for you--you can't have different chunks with the same name, say `index`. So instead of ```import(`./index`)```, make your imports like this: ```import(`../ComponentFolderA`)``` and ```import(`../ComponentFolderB`)```. Notice you're going back one directory--this allows the chunk name to be generated uniquely even though the entry point file is `index.js` for both components. In addition, if in multiple places you import the same module, make sure they both start with the same base directory name. **Again, using `..` is your friend. Initial dots and slashes will be stripped from the resulting chunk name.**\n\n- To the discerning eye, you may be wondering if the return of `import()` is still *thenable*?? It is! However, if you don't call `.then` on it, somewhere (perhaps in the components like *react-universal-component* that you pass it to), then it won't perform the import. Since most of us are using modules, which we need to do something with in the `then` callback, that's not a problem. But if you happen to be importing a module that does its own setup, such as attaches something to the `window` object, well then you just need to call `.then()` to trigger it. That's a rare case these days, which is why we decided to go with the simplicity seen here. And yes, async await works too.\n\n## Contributing\n\nWe use [commitizen](https://github.com/commitizen/cz-cli), so run `npm run cm` to make commits. A command-line form will appear, requiring you answer a few questions to automatically produce a nicely formatted commit. Releases, semantic version numbers, tags, changelogs and publishing to NPM will automatically be handled based on these commits thanks to [semantic-release](https://github.com/semantic-release/semantic-release). Be good.\n\n\n## Tests\n\nReviewing a package's tests are a great way to get familiar with it. It's direct insight into the capabilities of the given package (if the tests are thorough). What's even better is a screenshot of the tests neatly organized and grouped (you know the whole \"a picture says a thousand words\" thing).\n\nBelow is a screenshot of this module's tests running in [Wallaby](https://wallabyjs.com) *(\"An Integrated Continuous Testing Tool for JavaScript\")* which everyone in the React community should be using. It's fantastic and has taken my entire workflow to the next level. It re-runs your tests on every change along with comprehensive logging, bi-directional linking to your IDE, in-line code coverage indicators, **and even snapshot comparisons + updates for Jest!** I requestsed that feature by the way :). It's basically a substitute for live-coding that inspires you to test along your journey.\n\n\n![babel-plugin-universal-import screenshot](./screenshot.png)\n\n## More from FaceySpacey in Reactlandia\n- [redux-first-router](https://github.com/faceyspacey/redux-first-router). It's made to work perfectly with *Universal*. Together they comprise our *\"frameworkless\"* Redux-based approach to what Next.js does (splitting, SSR, prefetching, routing).\n","_attachments":{},"homepage":"https://github.com/faceyspacey/babel-plugin-universal-import#readme","bugs":{"url":"https://github.com/faceyspacey/babel-plugin-universal-import/issues"},"license":"MIT"}