{"_id":"@alitajs/antd-plus","_rev":"39-d62e4206236828493bf5d499b6e65e7e","name":"@alitajs/antd-plus","dist-tags":{"latest":"2.5.0"},"versions":{"1.0.0":{"name":"@alitajs/antd-plus","version":"1.0.0","license":"MIT","main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","typings":"dist/index.d.ts","description":"alitajs/ant-design-plus","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"scripts":{"dev":"father doc dev","build":"father build","doc:build":"father doc build","prettier":"prettier **/* --fix --write","test":"echo 'Ooops, not ready for test yet...'","lint":"umi-lint --eslint.ext='.ts,tsx' --stylelint ./components","precommit":"umi-lint --staged --eslint.ext='.ts,tsx' --stylelint --fix"},"peerDependencies":{"antd":"^3.0.0","react":"^16.8.4"},"dependencies":{},"devDependencies":{"@types/react":"^16.8.17","@types/react-dom":"^16.8.4","@umijs/fabric":"^1.0.6","antd":"^3.20.2","babel-plugin-import":"^1.12.0","father":"^2.13.5","husky":"^2.2.0","react":"^16.8.6","react-dom":"^16.8.6","react-test-renderer":"^16.8.6","typescript":"^3.5.2","umi-lint":"2.0.2"},"gitHead":"7d576e8d032fc82706c4ba9538528e5bf41a10bb","_id":"@alitajs/antd-plus@1.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"imhele","email":"work@imhele.com"},"dist":{"integrity":"sha512-Nul6mf/4MhdqtrEvv7W2d0O0whSco/LWckphsRlPkd9aHF+ipDaqlFN89bKlaggXrFzaZjQI8hQCmCtagqBRLQ==","shasum":"83b43c05a613e3531c5b356c55c2aadb7565cf54","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.0.0.tgz","fileCount":8,"unpackedSize":18755,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKw5WCRA9TVsSAnZWagAA1lsP/2lcXw4SYk3OPJ5cjKr7\neGqosQq5ur5HcwAz+Fw8UBr3un1Yo8L2Tx42gf/QYGX1PwOh/qS21095y1rm\ni67iw6q18U8daThd6huVDbsZGYP+JDwRkpeSqPWiJwx7lhrEJgqpWpYwz/Rf\nXFHTJyYNSB6wt1qaMz8UMyFy6LhdfGFKHx4k+6j2rWrLOs087K5IWWkFuNlo\n3TnH68v4YN94TjroUf6L13PKxgV57e0KBmr+Jgs6lzAS7oTtHgJKQwCtdF1j\nECbTyq3i60yQeRkWaz1DyOAqQMZBdMIJk3COqu6f0z174w13ctDu9mywk55L\npc30ZcwsyD304e+j0m39/K/ePWZI3Cy8WeGVoQAvkaaPa8f9sZwXi+Q9SVoC\ng2Hl9k/EzM1B/BTroQzoBaozEb1feOhbDyA7vKBq5Zy/co6+NL3cIbjmqKwP\nG9VtAPKogpjKFC6Ja9nLDkcAX6v85rXbVWHwpVJ7d88qeG5vdLursEQ5QOU3\nJpjUs7mcJXa6Q9zDfgaz4RWpls7jhYbX0bekF8cRLEw3isN4EnHctL09XohC\nYRLqlrtd+g9ZTUStnI63H3e8EnAd11xtKWaBeEp5IkFLrZxG/YiGAcWnLsrJ\n1xdEJ1Gw5gfIITOeuG/3MVM9r5FpaWhmqwy7LRQh7Xl6CKpIjjANfTqQTzQR\nr9eD\r\n=GFiA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAFKthdm+TqzKL0PUb3Iycj3JYiZD2GlIQ3kwXLCiIOuAiEAjBOlpRKwyc3Z8WUCI9TANT3qMrjUvju8qYlrpsYzmwU="}]},"maintainers":[{"name":"imhele","email":"work@imhele.com"},{"name":"xiaohuoni","email":"448627663@qq.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.0.0_1563102806130_0.8560314828457936"},"_hasShrinkwrap":false},"1.0.1":{"name":"@alitajs/antd-plus","version":"1.0.1","license":"MIT","main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","typings":"dist/index.d.ts","description":"alitajs/ant-design-plus","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"scripts":{"dev":"father doc dev","doc:build":"father doc build","build":"father build && npm run build:less","build:less":"node scripts/build-less.js","precommit":"lint-staged","prettier":"prettier **/* --fix --write","test":"echo 'Ooops, not ready for test yet...'","coverage":"echo 'Ooops, not ready for test yet...'","lint":"npm run lint:ts && npm run lint:style","lint:ts":"eslint components/**/*.{ts,tsx}","lint:style":"umi-lint --stylelint components"},"lint-staged":{"components/**/*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"components/**/*.less":["stylelint --fix --syntax less","git add"]},"peerDependencies":{"antd":"^3.0.0","react":"^16.8.4"},"dependencies":{},"devDependencies":{"@types/react":"^16.8.17","@types/react-dom":"^16.8.4","@umijs/fabric":"^1.0.6","antd":"^3.20.2","babel-plugin-import":"^1.12.0","father":"^2.13.5","glob":"^7.1.4","husky":"^2.2.0","lint-staged":"^9.2.0","react":"^16.8.6","react-dom":"^16.8.6","react-test-renderer":"^16.8.6","typescript":"^3.5.2","umi-lint":"2.0.2"},"gitHead":"6fb729f85297e3af79a7670885fb00db0bb16407","_id":"@alitajs/antd-plus@1.0.1","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"imhele","email":"work@imhele.com"},"dist":{"integrity":"sha512-vfmkSWXoqQcuzXvjBe21Qvk275d/KfSK3FJjqdFXwsaPfz43dM0SeYMOFfFX4rtffeHVYm+lYk8qmlySdLMD5w==","shasum":"c7fc5e3ff5b63e730fe5c941cbe7a965b2851d5d","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.0.1.tgz","fileCount":10,"unpackedSize":19331,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKx5iCRA9TVsSAnZWagAA//0P/2nUpgq9Fy7069WCee2g\nUNOL19YzL1i749vdwg8wAKXC7rqXuk6Y7xN5+XFiih5Vi0HlymHlmql5mQMZ\nNPWX/IIJ6Fxg/5JZhMKPdeSqokJrD/Pvkd6gz7xr0QWB9eVbQ8ycOIiU/zNr\nMQI65hcExiZO04sFmtbsV/hogLJyk0AeanOSFu08EQtCQjUCNiRH8z0CMxYR\n9xFkQeaUfcT/hkiqHoSKFTJsZ0Z25ONpQ7Nbf/F6p1vz62pzqVaYPrndHj5j\n2tfHovVU+DnoTwjuKHDQKASZwm0vn9zILtbC56bQujhgHrgRE6pqqnTpwCQK\nmIMqXzX9TuDlWkBm4mmmtmRji5VR6GQsttX7K9n7qr+Y0sPgo6hGqKAyEvWq\n6a7GRyj9OrpzyZWvvR+cKVfmNdQK218RNJ3QAwQIQKGab81G2HqWWHdeHlto\nPjOlJm4dwHXZL+cnkzLY3XIDxyd0Crfb3qrYtuiopAaHYL4D1njXlj7lS/bJ\np/8HAH0k7XKvxXP2tt+c4vn2n0G925ymd0h4sa0uNYMjeIq0uTCoU3AZ6ryF\n5ubR8oesRduCrcQNirV/leWOTgUyMckubO7SSlxpghw3PpMjDBc/u1AjYMmP\niWZy9MfIePwN1k7o7YUcQvaZTid0vvwte9NVLz+GO1Z/jly1mCr952/6joBD\nAHk3\r\n=IKoF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCok+FolDIvnvOHyhb3/mWRgLja10q2gs8if9cSnrFFDQIgNGbwAMwt7DCrq7nceFNp48rYjkyodAxCesSh9FCjfIc="}]},"maintainers":[{"name":"imhele","email":"work@imhele.com"},{"name":"xiaohuoni","email":"448627663@qq.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.0.1_1563106914060_0.9642923004614179"},"_hasShrinkwrap":false},"1.0.2":{"name":"@alitajs/antd-plus","version":"1.0.2","description":"ant design plus","main":"lib/index.js","module":"es/index.js","typings":"es/index.d.ts","license":"MIT","scripts":{"build":"lotus-tools run build","start":"lotus-tools run start"},"peerDependencies":{"antd":"^3.0.0","react":"^16.8.0","react-dom":"^16.8.0"},"dependencies":{"@alitajs/autils":"^0.1.2","classnames":"^2.2.6"},"devDependencies":{"@lotus-ui/tools":"^0.1.5","antd":"^3.20.7","cross-env":"^5.2.0"},"overrideBrowserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"_id":"@alitajs/antd-plus@1.0.2","_npmVersion":"6.4.1","_nodeVersion":"10.14.2","_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"dist":{"integrity":"sha512-pnMQGUmwIGIhiX+WhY10JFS0X0iXXXM+phAwZKlD+2EUgO+AWY9FX/1Vh51H6WQip2qQrlT9UyI4dSx8zokd8g==","shasum":"0e30f4e84cfd7665cd993b255b9760c4b4f8874a","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.0.2.tgz","fileCount":93,"unpackedSize":56573,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdb60ECRA9TVsSAnZWagAAeqsP/1UL/gl3IAAJH9ticVj3\nw6e18f66endE4SrGT6RIYIM5bbCjJFSOnmKiaQmWEoWugdzgkg3dMZTVyott\nP7kvY+PKQnIqI3/6wxLNZRtzFMNsORDPIP0IEdLJLrHzAqHUVRjeCXqMuVLV\nTmBEtEbA1LUVHrJnJ0PNcM1w350Ve90wIPiaVwb3FwX/MAYgFlfukI1Ddt5f\nrkPcpuWjELvdjxanr2cJYlqahMnvRODTQA+nwCSHyqvPy6T3vDvo2Syhs5X4\n4AS+z6DDOpLdrtSm/BniqNSidb6oj4oq8Soi4LbgK1wzl1NYnwjYNIhp48w7\n0dX8OzkPi6tCmzaF71xDFfnmKfckfx33l7gJp50ZL63ghwd96fHjhYxe4SaC\n/MH/ApzZBmoPUJyLqln4b93bMbmGEeeE70ardqhh5ZUaYeNmDf3RphsRF3yf\n6WdZDo53nXo822vmvI0VebwUTQ+bU9aINowxq919argtaoaXGectxW4NXBGR\njNSwYWhH2PFJhj9GDLAqWUTNr0Wq0rn5lyKpiTJAi89Jw71Op38UqVgjvz3q\nw0Gd1efuGsfQ5cvVl1FnJB/SLoPTzVhfpTELSKruegnWjMVe9yNuTMcI/T5j\nzSNuHAOAS15jZ/GSeZ9H19SyzkXP0MkZ7YnUtbBjXkynxnHzd2E98I/bW0kU\nu3FB\r\n=Kp1q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC8r2fJhnFGr809d16qUqw7Ho68a8l20bHxPO1AAslZrgIgc8I34cCx0VaLKTahnIFHcuHsqvLoNr7gSfd2FXEkFxU="}]},"maintainers":[{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.0.2_1567599876436_0.44895429910338747"},"_hasShrinkwrap":false},"1.0.3":{"name":"@alitajs/antd-plus","version":"1.0.3","description":"ant design plus","main":"lib/index.js","module":"es/index.js","typings":"es/index.d.ts","keywords":["ant-design","components","react"],"license":"MIT","scripts":{"build":"lotus-tools run build","start":"lotus-tools run start"},"peerDependencies":{"antd":"^3.0.0","react":"^16.8.0","react-dom":"^16.8.0"},"dependencies":{"@alitajs/autils":"^0.1.2","classnames":"^2.2.6"},"devDependencies":{"@lotus-ui/tools":"^0.1.5","antd":"^3.20.7","cross-env":"^5.2.0"},"overrideBrowserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"_id":"@alitajs/antd-plus@1.0.3","_npmVersion":"6.4.1","_nodeVersion":"10.14.2","_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"dist":{"integrity":"sha512-FnwP9gt+ZPw16VqyVA6O6jvNrblnY5YEFpuT3R2S8zAqR5dbcgqcO7mwO++HDjDNQ7spVqHsvFynD/nF7LQVCw==","shasum":"90a66b7cd16e8e77beb3713ca87b144c5ddfd6c7","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.0.3.tgz","fileCount":93,"unpackedSize":56642,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcKSvCRA9TVsSAnZWagAAvooP/0l3N6aBWkm3EJAcix0z\nT8UZm+uYyK5bZEqlNT1FSKN0wlgi096/3ebkvYCz5nCa90LaePIEoR0FNxJl\na5ywtpwch6/ks1rt8DoNMrUx9KI0Lql9APoBR+o5FZ/6RwUt52jWmYxEuZrk\nFfu82Idoh1e/+6E5mMkD5ymA8lyb414VGHc6isCUSjkTL222xg9OpjtLGeNs\nPxqxYWz5Vi/s9eiFIwOMVqsqatxpuSvM/3Qo7KvzK3HUuLPS4lGHKRcGNhVz\nhZacnSxDayW/khYk3gKxuwH8NnSm3497xdqCRzeGEbqrFOmvke4VIoy8Ft0m\nT0SrZQTW/XdQHLx+jUDHQcRjnPAN6eORdJGD8djrluxAaQ6ykk2p0xv4oFHl\nBEFbE7d8l6SQlfe/WHMUGrkYirNRcFhThCimLDfiMuz0El72yCa6yz4qykPK\neP8T6lfUmVyR85A1XinKyEXuNIMg3MuQ7X8R5Kxj9J+SsrB/nFqiVLc7Wq6U\nSxEfdJCCJPsuRrEEhteD9HjLHNYQ2lFNLGR/izU0rCdeBXZuNnO3WYOKhkhy\nuMMN+kzF6s1oCghH0XXRFgxsYwcUXcUo2f9+WsSBqMPzQGwWS1C36raYPRGp\nErT1vYyDxpl3iRB2ifDaKVZZwTLD/Twxk4zAyS5PeltXfZ3JGl+tVjLcIA7W\nyvYj\r\n=3YnF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHKyo5BoMrNFxoTTxMpDWRI+k7V7QVy6fF1uXPUhM31/AiATyz659t1EWC7hV7N/GqcAQuwNq/fEbrNWY6K1glpEgg=="}]},"maintainers":[{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.0.3_1567663278580_0.35303910648768144"},"_hasShrinkwrap":false},"1.0.5":{"name":"@alitajs/antd-plus","version":"1.0.5","description":"ant design plus","main":"lib/index.js","module":"es/index.js","typings":"es/index.d.ts","keywords":["ant-design","components","react"],"license":"MIT","scripts":{"build":"lotus-tools run build","start":"lotus-tools run start"},"peerDependencies":{"antd":"^3.0.0","react":"^16.8.0","react-dom":"^16.8.0"},"dependencies":{"@alitajs/autils":"^0.1.2","classnames":"^2.2.6","react-use":"^12.2.0"},"devDependencies":{"@lotus-ui/tools":"^0.1.5","antd":"^3.20.7","cross-env":"^5.2.0"},"overrideBrowserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"_id":"@alitajs/antd-plus@1.0.5","_npmVersion":"6.4.1","_nodeVersion":"10.14.2","_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"dist":{"integrity":"sha512-etE2i5PBnHyWvUBLCmmzH4WI9RZK4viq/cV7YdbizypRxej/LnDZ+UFyCf1YFuY5ywXGkRKOWCLBquyRDlvEsA==","shasum":"415db33aeae88e1265bf40038623b5169b5fd2e8","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.0.5.tgz","fileCount":119,"unpackedSize":73052,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcKVKCRA9TVsSAnZWagAAusoP/iOL1GU/Fptr+6D9dnqe\n598467/7KlGQARWA6xYTBuEJyovfm8lBbqARhcoh86we8K3lWIIu9IjXe24p\nIuYnsR8rPTazq1/7q8AkpyxhCTQ4PKgf2eCsJfYf+ICGl5iCti/9lvWQ+nk6\nDw3CFVs/zdJqnTUsSb+Scv4psJu25/46HlWjepAX3qZc1aPTSu/4vHsSembE\nyJa+Xei+4O1ISZ7RxKIG+745DH9Tc1kPgB8C75JtnEv0pKDJ+bKjKd1bFyRE\nE0+GT/rRNoe4W3UHKEUtIf3Ild1NvSpxC3NJnj8L8qWV+/8bHv3ABkLj4pW9\nzovik44j+EEkQSdr1+glJaswdW+RKQymgIz+CxYqYa+x47kK5JDXx0tKupep\nk6F8OKRz8EqoM7fVN8qubecQ7M6zV0Krw+UnuUS8tphvOZuOT/gHVP9Luvb6\nRzg6oW6PIySAAAiEF6MEWswmbgfg884WsEDH1nBbt1dDqUiVAiIYn7KFgkzQ\n6tQiCwr50ZalXqswvF/5sLg938IuSQh97PThxdUW82d40LSqoPOhIn8cevRC\n8LXp/NM8KFRcW71iQE3BusfEwuP+Q9Zpt0R9rth8LYBf1peGBNACLMmgd8c9\n4J8Rvtu8+9CiqwYnw5XvPmIFrXdfLqglSNbc314cQ5Ieh+DRp8jRYjypzTQW\nfY0I\r\n=CAnI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDZxwDWORnipRu8RFo2A4q0W8ZJVKls1scHy4E7LuX2FAiEA2A1Cb2vbS1Rr3cBzN4seKPFuaMQ5FMu6ZRtDFyNSvto="}]},"maintainers":[{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.0.5_1567663433794_0.8458899892829397"},"_hasShrinkwrap":false},"1.0.6":{"name":"@alitajs/antd-plus","version":"1.0.6","description":"ant design plus","main":"lib/index.js","module":"es/index.js","typings":"es/index.d.ts","keywords":["ant-design","components","react"],"license":"MIT","scripts":{"build":"lotus-tools build","start":"lotus-tools build --watch"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"dependencies":{"@alitajs/autils":"^0.1.2","antd":"^3.23.1","classnames":"^2.2.6","react-use":"^12.2.0"},"devDependencies":{"@lotus-ui/tools":"^0.2.5","cross-env":"^5.2.0"},"overrideBrowserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"_id":"@alitajs/antd-plus@1.0.6","_npmVersion":"6.4.1","_nodeVersion":"10.14.2","_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"dist":{"integrity":"sha512-wqzrUymaU1uBNVTN9gKfFF2BjpKgExiYK0vR4QHYbcHkmoiHHUpiQotCPVThuK0sGNMg5kPj6QHtXi7QSmstjA==","shasum":"975be60716927c2584042ca9968c43b28f66e060","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.0.6.tgz","fileCount":141,"unpackedSize":90692,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdemqjCRA9TVsSAnZWagAA/D8P/2pQt4bW8+Ccao4GcYRr\nY9SHd+s6peumif9IM5AYPA50PDXaHBITgiXa8K0Tw9chxDaK/qUUfUPbgHS6\ntRvD/3CsrnRoznsCG9BWULN1E6knJFeqSpqmpFsyapUKn+z+FqA5KuOcV/5y\nrefNCcLTu90kPYnNrCvD8YL6QQ1EcmNA1rLmgOKfT8Qdh6fgyi8aszjzWUcz\n9O+KwVFOkyzZife2ys9qFCUvVJqggDcCcXqaJkDyFu0opc+DCTmOBPR+3YAe\n72yrq83SUqxK+hJTHeY79nFbFTdBR5ricflMfV/q1E+RvUF1l5Sbw6Tx1yB4\nWuIvwHKDRnt5wqMEAMECvtfVaXTUde25l14RU5lWhYwZMV/H8T/ALFRxfP+K\nbfrWKs/lt6eykF6xcgr/VCyvyPRe1L3Qewlob8bsUilRcRlQl8IJsmBfhJA/\nuXgDC+yYvx7Yiwlfxt/RIxUbWuJ7V5Aej2g+Nq3dbbUC22wXwoC/qWAtblh8\n6qPlqm6+cKvik+pGY2jlBG0l0mRWyqf9LPX9TrX58lFp+xcu6UsfwdJtHaGM\nEHIWyCZrXWWb3DfuHWziTVP0GmIGVEHgWk0cP4Xqd+zCJDBwnt0TNkT5HHZI\nTgzhDA9pZAVktvyUPdqzBlOMXP7W2h4gWSEDyH8VpiLY78K2QDk90zt+sSJL\n2km2\r\n=B7MH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHbB0+dFgfWt7kMoJf9IMhFCxD5BNnRnc0FK3BRx2bjaAiEAgFiS5t2Y1pHjZEUpsc8axPXVgze5u2MMDnmY1k4CXaA="}]},"maintainers":[{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.0.6_1568303778497_0.1812398780877864"},"_hasShrinkwrap":false},"1.0.7":{"name":"@alitajs/antd-plus","version":"1.0.7","description":"ant design plus","main":"lib/index.js","module":"es/index.js","typings":"es/index.d.ts","keywords":["ant-design","components","react"],"license":"MIT","scripts":{"build":"lotus-tools build","start":"lotus-tools build --watch"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"dependencies":{"@alitajs/autils":"^0.2.0","antd":"^3.23.1","classnames":"^2.2.6","react-use":"^12.2.0"},"devDependencies":{"@lotus-ui/tools":"^0.2.5","babel-plugin-import":"^1.12.1","cross-env":"^5.2.0"},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"_id":"@alitajs/antd-plus@1.0.7","_npmVersion":"6.4.1","_nodeVersion":"10.14.2","_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"dist":{"integrity":"sha512-2fVN0tcBOtxP84SUaw+Kn5yax1IEmfxr5k913ywLYCVzaqRlv1RxVZSdKeoCpkFlQArtNwwksNvW/RHfFa0KyQ==","shasum":"38bcfdf80b8c27e7a5500728d2a2603bdf7e7007","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.0.7.tgz","fileCount":141,"unpackedSize":91960,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdgJ9uCRA9TVsSAnZWagAAY24P/jHOCRoHXQZKm2j4+LXu\nPoPUZUx7k88JXLX1TsZJPJkbaprP5h6YmcwXgsu/1VF9Hpi2dn0vDF7EtCrH\nn251KCgu1lqH8npZZbm7o9PSVImoEoWIZqqK+dyEN8vT+zOIBW1sbYFA/V3u\netOQBlo0nZWdqda98Ccpgj4bZehXcJDB6GFjX7SfcpqYx1rQaHFI1sDe0TsC\n2Tyb+Q24cqD9ZUoT7Yn+EkKUBumLhSc9vrsJ1ZeQva8+Cxp39z8aUAuXVsrX\nNz4KAG57fctJ9bi7ET9U/WaKY6yaxJxsv83UiyuMWiM2du5D9dW4lLFEZLTK\na+rd2TqBk17aRlxAzWuhy7R8KBosBjcCDYR+LSlmq3UrQpp66OjpTNvqbOJt\nOJ8lRtW/ArwhA2dXinQ/i5WcBkTWTGQ0rTwNo4XCYnSNP7u4yy1W8cu5+P9q\nSEMbDXy6SlOMa3kei5MGUY7/r5VJNrKAnVXZyjJURuvjATDOL96/rct/VJUC\n+op3dUkla+A067NIxJypfZJHfAKESDdR8aiH9gIYJqsfcq+Wj1re026kuoXk\nQUmFAgOMzj8yG/2uxeHBIgjFdSlrQ/eeZyNZMHxWo197adwXOt6LY9lU2HBv\nP3tb/52oTCwJJ7o/WmH3DquGZd66PQtx9PYho3VQ1kH3slsZM1ZXvUmc/MZV\nBHwF\r\n=SWqP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCKgs67OPN+m0W+iEifh+yLqcnw3Cr1skwHg9LhxUQ7bwIhAKtqdONXpA7JjVakpZoYQ00Q4Hq0R/GtrD1MH1ngl1Ba"}]},"maintainers":[{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.0.7_1568710509039_0.0022295991387712988"},"_hasShrinkwrap":false},"1.0.8":{"name":"@alitajs/antd-plus","version":"1.0.8","description":"ant design plus","main":"lib/index.js","module":"es/index.js","typings":"es/index.d.ts","keywords":["ant-design","components","react"],"license":"MIT","scripts":{"build":"lotus-tools build","start":"lotus-tools build --watch"},"peerDependencies":{"react":"^16.8.0","react-dom":"^16.8.0"},"dependencies":{"@alitajs/autils":"^0.2.0","antd":"^3.23.1","classnames":"^2.2.6","react-use":"^12.2.0"},"devDependencies":{"@lotus-ui/tools":"^0.2.5","babel-plugin-import":"^1.12.1","cross-env":"^5.2.0"},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"_id":"@alitajs/antd-plus@1.0.8","_npmVersion":"6.4.1","_nodeVersion":"10.14.2","_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"dist":{"integrity":"sha512-wUfCxofiYVPK+SocakNwzFijkgt4zkYnr4V4xKPIbJvrUlPWc6zO3W+gt3MVSwrNMqaz0VbcS6kgYwKgyJNB3A==","shasum":"533e0ff35892829116e2ffd21c38b8bcaedfb440","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.0.8.tgz","fileCount":141,"unpackedSize":104328,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg3WACRA9TVsSAnZWagAAZN8P/0xvsqp8BHDQrq2/EzYp\nPsa0y9Xrzo2cCCBJx4WYD+z50d14kdO5SSX1aqYs9N9LSZChSKFZWcJ5F09w\nE1HCoxphaiHWXC1WK25A1Fb4kPX8Bz+iPNfl9Z2xzNLvR2F8Tucgq2QJTiK/\nvxG2RcNHrNUsRFQlFoQ2pANKxs1pBhr+em9pUIe1+vDIXdwDqHZOhpSMQ8Ig\nzosdFAFISE3odNQvwQhIMaOmne8zDFms0f+pqungUao9YPCF6XGREBxH5ZQy\nGNDHtVFRVD55y5F4L76MitKywh+66uTtOFWuY6VU1q++gFXbaFQIrXdWJMhn\n6Vm5NhIajijigf5fY3MnIvzwVmqgnW7OLFoRggbgI7+ja4jb+ytp4wpqgRUD\n/LyLPYNhIBa+5sUt8BANUVhT9aq/dcQ3MZRCm4EmdM1ufQvaj5GzyyEDfa5m\nI2JFOy/uJ865EHfhVOItr0NRBC0ikA9vXsWvAgtEld52DjsN6XigjzbGGjCL\nWwKFbIbQVuQ9z2RVn41T4jXfY46NUtNYJOAXA2MeV7SoPIBGt+kRPNvzLxhf\n54rGm32V7J2xFwXY/2laW8QpRGf1DYbju4qOUbJtVn63aUym8kPALXMGP811\nRk7UCCb/kcJgXdB1B4wklAFQR+/0y5ccWrPamxt4+zsRNHBCegQfzH3h3G4k\n+Ohn\r\n=JKHf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA6Y56d241RPa9k6JPhSNkItEh70ZFygMrfm65e5IvSGAiBudWPpxd/YYJ6a1RkUPAZGtSkAbUUXXCLP0SDKZp4E9g=="}]},"maintainers":[{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.0.8_1568896384025_0.8372152906033155"},"_hasShrinkwrap":false},"1.0.9":{"name":"@alitajs/antd-plus","version":"1.0.9","license":"MIT","description":"ant-design-plus","keywords":["ant-design-plus","components","react"],"main":"lib/index.js","unpkg":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"scripts":{"bootstarp":"yarn || npm i","start":"gatsby develop --port 3000 --open","build:lib":"lotus-tools build","build:component":"lotus-tools build","build":"gatsby build --no-uglify"},"dependencies":{"@alitajs/autils":"^0.5.2","antd":"^3.23.1","classnames":"^2.2.6","react-use":"^12.2.0"},"devDependencies":{"@babel/core":"^7.5.5","@commitlint/cli":"^8.1.0","@jiumao/commitlint-config":"^0.1.3","@lotus-ui/tools":"^0.2.5","@types/classnames":"^2.2.9","@types/node":"^12.6.8","@types/react":"^16.8.17","@types/react-dom":"^16.8.4","@types/react-helmet":"^5.0.8","babel-plugin-import":"^1.12.1","cross-env":"^5.2.0","gatsby":"^2.13.43","gatsby-image":"^2.2.7","gatsby-plugin-antd":"^2.0.2","gatsby-plugin-less":"^2.1.2","gatsby-plugin-manifest":"^2.2.4","gatsby-plugin-netlify":"^2.1.3","gatsby-plugin-offline":"^2.2.4","gatsby-plugin-react-helmet":"^3.1.2","gatsby-plugin-sitemap":"^2.2.4","gatsby-plugin-typescript":"^2.1.2","gatsby-remark-prismjs":"^3.3.3","gatsby-source-filesystem":"^2.1.6","gatsby-transformer-remark-antd":"^1.0.0","glob":"^7.1.4","himalaya":"^1.1.0","husky":"^3.0.5","less":"^3.9.0","lint-staged":"^9.2.0","moment":"^2.24.0","node-fetch":"^2.6.0","normalize.css":"^8.0.1","nprogress":"^0.2.0","numeral":"^2.0.6","prismjs":"^1.16.0","react":"^16.8.6","react-copy-to-clipboard":"^5.0.1","react-dom":"^16.8.6","react-github-button":"^0.1.11","react-helmet":"^5.2.1","react-intl":"^2.9.0","react-live":"^2.2.1","typescript":"^3.5.3","webpack":"^4.38.0"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"gitHead":"9ff19169e21abc9aa1792ebd809df47b41276f86","_id":"@alitajs/antd-plus@1.0.9","_npmVersion":"6.4.1","_nodeVersion":"10.14.2","_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"dist":{"integrity":"sha512-U4h6vDhWcHUQUKayDohIV/vmoXUc6/o8+jK/ZS9rsO16CiUR12DfBvpfPDDcWCg4Vg5OImWCuDTbGW3Gs3t2Kw==","shasum":"0762133c46a252ce27cf520c0dc2e46c581f2a9f","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.0.9.tgz","fileCount":235,"unpackedSize":150794,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdqDWjCRA9TVsSAnZWagAAQLEP/iqNnntxtIE+OeU688As\nV4KLMK3ruiMpsankrgcX2rwQojeTFSEF42O3abddpPnhBrVtdzAVHUfLpKZB\nRppaYdujByMW9Vu2WR1sZ0vO85upBwUKHy7PCEb4p3CtNGP0D6euEsnY2BSP\n887iFOVhDAC0a+KO3byU5c+pZTkTD/W9wwcmGwAWccZF2cVifa1SO5bxkBkI\nWNO5KGw5NFxGpKHnmyLEp0lpd1/02k4zsAt2GH0Uy89/7W5Nu2S+Z6iFGkAU\n/A1hTxmpvGmpJT5slgXS0w3IEdGKluZcu2pxb2zqedl/Un7J7I+rDUUGZUDF\n1zOww7Tv5hDnVez6ry/ciGxLkjDNZVO7tidAG1wbLnYZAleEC6UMhH+D3CHO\ntBZztzN657yJfSIBw4fAYPpKZWlKITMz0NDQW+olMY2XXsBLD6aV1wRFkWTd\nb/eik2t7l39Z4zTBtHjf9oQ25qhqAaiY19/BMvwAkjjIIvRwk4r3wBv8wbCR\n4tY7A9j6jOzUybb6rctJBq5EEP8RpzohRHrfqKqO+MNz028W3k02GjQhhteG\nK5z9g71lgUM8R4uaZOZYeiyNrsdp8afhtmXPv5EXILMH+hs43q6hUOz9PE34\nsG7dIEXJ2yfNJ/YjyfvqXoq+6+XAmBb3U4aEqtvVcx59mXNVht7od2j//Ndv\nTcWE\r\n=MV5T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8s5Mve3Yllj8aYGwHcbROo9YcNyI+SH05KjV71AGMkQIhAK58Wgv786Tn/8dv3NksdRpyYcE4YFpKHoEup/MBTo3D"}]},"maintainers":[{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.0.9_1571304867176_0.28220601465263284"},"_hasShrinkwrap":false},"1.0.10":{"name":"@alitajs/antd-plus","version":"1.0.10","license":"MIT","description":"ant-design-plus","keywords":["ant-design-plus","components","react"],"main":"lib/index.js","unpkg":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"scripts":{"bootstarp":"yarn || npm i","start":"gatsby develop --port 3000 --open","build:lib":"lotus-tools build","build:component":"lotus-tools build","build":"gatsby build --no-uglify"},"dependencies":{"@alitajs/autils":"^0.5.2","antd":"^3.23.1","classnames":"^2.2.6","react-use":"^12.2.0"},"devDependencies":{"@babel/core":"^7.5.5","@commitlint/cli":"^8.1.0","@jiumao/commitlint-config":"^0.1.3","@lotus-ui/tools":"^0.2.5","@types/classnames":"^2.2.9","@types/node":"^12.6.8","@types/react":"^16.8.17","@types/react-dom":"^16.8.4","@types/react-helmet":"^5.0.8","babel-plugin-import":"^1.12.1","cross-env":"^5.2.0","gatsby":"^2.13.43","gatsby-image":"^2.2.7","gatsby-plugin-antd":"^2.0.2","gatsby-plugin-less":"^2.1.2","gatsby-plugin-manifest":"^2.2.4","gatsby-plugin-netlify":"^2.1.3","gatsby-plugin-offline":"^2.2.4","gatsby-plugin-react-helmet":"^3.1.2","gatsby-plugin-sitemap":"^2.2.4","gatsby-plugin-typescript":"^2.1.2","gatsby-remark-prismjs":"^3.3.3","gatsby-source-filesystem":"^2.1.6","gatsby-transformer-remark-antd":"^1.0.0","glob":"^7.1.4","himalaya":"^1.1.0","husky":"^3.0.5","less":"^3.9.0","lint-staged":"^9.2.0","moment":"^2.24.0","node-fetch":"^2.6.0","normalize.css":"^8.0.1","nprogress":"^0.2.0","numeral":"^2.0.6","prismjs":"^1.16.0","react":"^16.8.6","react-copy-to-clipboard":"^5.0.1","react-dom":"^16.8.6","react-github-button":"^0.1.11","react-helmet":"^5.2.1","react-intl":"^2.9.0","react-live":"^2.2.1","typescript":"^3.5.3","webpack":"^4.38.0"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"gitHead":"26a175ce043531506ed848c18c0cfc0f71bcc132","_id":"@alitajs/antd-plus@1.0.10","_npmVersion":"6.4.1","_nodeVersion":"10.14.2","_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"dist":{"integrity":"sha512-nsAyEYHMDasI/uBh3V6wgn5I+FzVXPZ3hGVlK7KkjlOh0b/lVCW69BaPbukVDTeGjP7D/gN56bLdZ7AxzKGMrw==","shasum":"d559828dda4681c9b9ad89e0eb51e37c05071228","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.0.10.tgz","fileCount":241,"unpackedSize":153500,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdqGF5CRA9TVsSAnZWagAAI2UQAJ/JaX4asRmvNRjQ5y3d\nN5xpdAYWrDufm/0R24BbiwVPAdlOEEkXo4uoahceRTNOjzRjeqtitqgpWDA/\nVRlt/wy3YxeDRJn/D+yXypt4gYVKdLziTt0/YxJgjK7rN6njMVvNx344Xyze\nbBgu7KZqRaQv97d51TiiZf1m5BXoXSRobYpXGgj5TCjOni+Lw4PCo2Zs5gB8\nBfjfb/bik7o+UtCzBaD8iD4rgpwsxCFJGfhp18h9yRx4By/LccUPjF6JfNXi\n3M48H/AmWAVF7Go0JT4riLfOhuI1G5XYCoh6pLmDU4NCeESgJ8Jr+82Ut42s\nNSyVrZ7rf9+VXuMPMdyR7RnmO6PKnyK7u/HCNlpQ7tK92cyAVu7Q0x+MFi+L\ntrJe+ti0GZcUEQk/rK4Pl2ck0GRTMIS8f2uBLTR0k+kj8AxzMj0dOvvPDUuM\njXXF5Vla8dQm8AhRqWOHL2J55J5tVdbyaBT9cb9ZM9GTqIjEcbT1SzeOPYHl\nbF5i+c4PlnoQGzUMtcb7tSmteojpxDmgxhYJaYtiiGHmBVwPR/P/hUCdaETR\nkkX2RQpLqOyr25COWLx/om+ZRSgij1mLI3jR65OIZO9c74hkP6Bup8K2sQcw\nSUsZx9ep2+CoojT9sVpUSr/JqMxeJJKs7j7tJTWG8P0ZMUFSJbqFk3EwLhwz\nXNqD\r\n=MR/X\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCjspAQL6Tr1lQRLEZhIN1AepSLwDao61aTXt+EejjPXAIhAPoEYZd3j+DMnF3rIQO7fXFQxIaEK5qu1zvQFuqvZ7OV"}]},"maintainers":[{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.0.10_1571316089078_0.9497283155373093"},"_hasShrinkwrap":false},"1.0.11":{"name":"@alitajs/antd-plus","version":"1.0.11","license":"MIT","description":"ant-design-plus","keywords":["ant-design-plus","components","react"],"main":"lib/index.js","unpkg":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"scripts":{"bootstarp":"yarn || npm i","start":"gatsby develop --port 3000 --open","build:lib":"lotus-tools build","build:component":"lotus-tools build","build":"gatsby build --no-uglify","clean":"gatsby clean","prepublishOnly":"yarn build:lib"},"dependencies":{"@pansy/utils":"^0.1.3","antd":"^3.23.1","classnames":"^2.2.6","react-use":"^12.2.0"},"devDependencies":{"@babel/core":"^7.5.5","@commitlint/cli":"^8.1.0","@jiumao/commitlint-config":"^0.1.3","@lotus-ui/tools":"^0.2.5","@types/classnames":"^2.2.9","@types/node":"^12.6.8","@types/react":"^16.8.17","@types/react-dom":"^16.8.4","@types/react-helmet":"^5.0.8","babel-plugin-import":"^1.12.1","cross-env":"^5.2.0","gatsby":"^2.13.43","gatsby-image":"^2.2.7","gatsby-plugin-antd":"^2.0.2","gatsby-plugin-less":"^2.1.2","gatsby-plugin-manifest":"^2.2.4","gatsby-plugin-netlify":"^2.1.3","gatsby-plugin-offline":"^2.2.4","gatsby-plugin-react-helmet":"^3.1.2","gatsby-plugin-sitemap":"^2.2.4","gatsby-plugin-typescript":"^2.1.2","gatsby-remark-prismjs":"^3.3.3","gatsby-source-filesystem":"^2.1.6","gatsby-transformer-remark-antd":"^1.0.0","glob":"^7.1.4","himalaya":"^1.1.0","husky":"^3.0.5","less":"^3.9.0","lint-staged":"^9.2.0","moment":"^2.24.0","node-fetch":"^2.6.0","normalize.css":"^8.0.1","nprogress":"^0.2.0","numeral":"^2.0.6","prismjs":"^1.16.0","react":"^16.8.6","react-copy-to-clipboard":"^5.0.1","react-dom":"^16.8.6","react-github-button":"^0.1.11","react-helmet":"^5.2.1","react-intl":"^3.4.0","react-live":"^2.2.1","typescript":"^3.5.3","webpack":"^4.38.0"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"gitHead":"ace9998a9ca6a5a06495a23399a7a20c6d1e3ccf","_id":"@alitajs/antd-plus@1.0.11","_npmVersion":"6.4.1","_nodeVersion":"10.14.2","_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"dist":{"integrity":"sha512-4pidC3DBw+HK3Nd539tD7GmjrVpQsAPf5I1x1/iTJeWjO3OQRn5PBtzLcaexWi092eRplCU8Ua4ksYd7sCv53Q==","shasum":"c3f8114e715293d60e755c674b37b1b09ce5d694","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.0.11.tgz","fileCount":241,"unpackedSize":154203,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1TLdCRA9TVsSAnZWagAAbu0P/1RK7wJBpc65FHnA4QSm\nOCkb7eyk1Ek1h+IJrCkSv+SEEnDBXRcVZr9Y2BG8NAhAkEPI6WWniDJ10mXS\n4cRA20tH58IMhNnroTZmQ4P71xRVF2UIyDjA7ojjjUq5ALvgDnItlu2VNPVc\ndCc2gxpyLAu/7c/L74LmdzYc4S7g0naZkDiBWQzgnmDS1coTCtB+m7nqQrMo\nlrZoFavWtFx2OBmiOiYlQEwCQMQI6B6I/v0VXscBB35SE6snU4xetCCVZiyx\nCzZQvIfMluU6IMNC80mu2D1uRs+Z6CtQV2zJllZCEV/dAabI3B6gxSCK8+80\n+X808caU7EUqrBFA/kEO4566wBWth25RmrJAphPeERyRVyIuDi0oSy3Ly0Zu\n7duGnYSbUAVBgwD1TENoNbHnBPQ3AQc9kmcnV+Gk1YmjHdeK1hy6CEOwXv09\nZh013vtJXiyC4WLOiWdzyc4fH4qw6JcmMNNKW+vKWXZWu8gbcI3bIbXW44kn\nuRPIdsaeVbgxlTlI+sgY9kW/FnqhDbcZqHPZjyGo5ZkXZELQf8nbrOCtJhz0\nVCJVOgQZY1qQCUgGn1rlxYRL9Xwo9gIL7qTonyUZkrX2hUhpSirKHcYFHO4g\ny8MwsR+/CvD0+jZGVy6aFAUe2xZJxA2MU5SLwjM0xpZEAHnlOrnGLKk+ybdj\nyiUi\r\n=rh6j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjPow0xq8gogZeN+dzpnwkr1oV9s2HkbcjnT2Bbbv6YQIhALXtQVxlO1Zkte/7uIoficZzg6BhJNf/XiQfUE8J5lEK"}]},"maintainers":[{"email":"fanluan058@gmail.com","name":"cjy0208"},{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"sorrycc@gmail.com","name":"sorrycc"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.0.11_1574253277447_0.13893533460021645"},"_hasShrinkwrap":false},"1.0.12":{"name":"@alitajs/antd-plus","version":"1.0.12","license":"MIT","description":"ant-design-plus","keywords":["ant-design-plus","components","react"],"main":"lib/index.js","unpkg":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"scripts":{"bootstarp":"yarn || npm i","start":"gatsby develop --port 3000 --open","build:lib":"lotus-tools build","build:component":"lotus-tools build","build":"gatsby build --no-uglify","clean":"gatsby clean","prepublishOnly":"yarn build:lib"},"dependencies":{"@pansy/utils":"^0.1.3","antd":"^3.23.1","classnames":"^2.2.6","react-use":"^12.2.0"},"devDependencies":{"@babel/core":"^7.5.5","@commitlint/cli":"^8.1.0","@jiumao/commitlint-config":"^0.1.3","@lotus-ui/tools":"^0.2.5","@types/classnames":"^2.2.9","@types/node":"^12.6.8","@types/react":"^16.8.17","@types/react-dom":"^16.8.4","@types/react-helmet":"^5.0.8","babel-plugin-import":"^1.12.1","cross-env":"^5.2.0","gatsby":"^2.13.43","gatsby-image":"^2.2.7","gatsby-plugin-antd":"^2.0.2","gatsby-plugin-less":"^2.1.2","gatsby-plugin-manifest":"^2.2.4","gatsby-plugin-netlify":"^2.1.3","gatsby-plugin-offline":"^2.2.4","gatsby-plugin-react-helmet":"^3.1.2","gatsby-plugin-sitemap":"^2.2.4","gatsby-plugin-typescript":"^2.1.2","gatsby-remark-prismjs":"^3.3.3","gatsby-source-filesystem":"^2.1.6","gatsby-transformer-remark-antd":"^1.0.0","glob":"^7.1.4","himalaya":"^1.1.0","husky":"^3.0.5","less":"^3.9.0","lint-staged":"^9.2.0","moment":"^2.24.0","node-fetch":"^2.6.0","normalize.css":"^8.0.1","nprogress":"^0.2.0","numeral":"^2.0.6","prismjs":"^1.16.0","react":"^16.8.6","react-copy-to-clipboard":"^5.0.1","react-dom":"^16.8.6","react-github-button":"^0.1.11","react-helmet":"^5.2.1","react-intl":"^3.4.0","react-live":"^2.2.1","typescript":"^3.5.3","webpack":"^4.38.0"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"gitHead":"fb5aa48b7dfe4fe4c107ddc7c2786d3d42f91031","_id":"@alitajs/antd-plus@1.0.12","_npmVersion":"6.4.1","_nodeVersion":"10.14.2","_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"dist":{"integrity":"sha512-gdolaL8MV3r0HGJ0/uVWQu8punykIH1G085qQjH6FmcnFGhtHZRzWkdVtc2zSX+7/EEwR1Ly7Vhkqr/3I62sXg==","shasum":"fde0fdbb2224129e7b748af25e0d83227eb28b15","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.0.12.tgz","fileCount":241,"unpackedSize":154068,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1WBGCRA9TVsSAnZWagAAzAAP/Rm4jCoHZ4aXJOyc6tjt\nuklqgmHkj4UmHGfpWIema7K8cMW5r3k5vw9Ogri4DnzzstRKCpCHJ7SfbmQ8\nAp6vw19YRtTal3afvWMpzbHSh4KPYW3UXfS9Gq2iF5c68a/VJ9+vY+N9zNM8\nKCe/CLlaUB7nt5ycdhxIlFa8Bg2jqqpC+xxxUrABjekkTWwlomDAwnjs4u95\nHIwEN9kVIuw+AZXQ2HDux94u7Mu4noJue9M6Q7z7NURUzqXlvMHjQMgfA0p7\nGqlz28ksxmCGnx+kHRkE4fnUgSbayaZyhi9IYbp1YJulC6A9LyuiSBfxHYY7\nqwDpVPSd8E18y9wK5ifWadTZF77/2MmPRNVxfmmR2zrJeqwu4XCxLjZzxP8y\nPA/MLlq5esYTu+UFwgJm23uuCnloNF060CbgJnn0ynTtzA1Rk1TO51oC4hHT\nHdyLYwU0eEwF918K6e/wKOIh83b3wo2Sf9NwM1J0YeNEAGNbIwWmFNFaUlZB\niO4Ra7frrnIFLsf4XwEl1C8FbioE1NJElrUdiU64iZ0KJMp9fEnP+UhVdaJu\nonR/9OoW8xrmpDzNNNWSv9KEMf6AkY5jJJrsY1k4jBmTv2yFrksNNdymPRV3\nT+YnbDTxPBsL0NfH0oa6woHpYt/QOrIo1CwrqmFR759DioP6bXewtaV4VI/4\nvpoy\r\n=D0iF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHT40KTt8Gj+dk5IHPcsCbodHFLUk/omSZsRN7LD0ulYAiEAtjmAp1heNckh944kQ98j8FnbKOO0/4LJvOJucUXv230="}]},"maintainers":[{"email":"fanluan058@gmail.com","name":"cjy0208"},{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"sorrycc@gmail.com","name":"sorrycc"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.0.12_1574264902088_0.9366684182410601"},"_hasShrinkwrap":false},"1.0.13":{"name":"@alitajs/antd-plus","version":"1.0.13","license":"MIT","description":"基于ant-design封装的偏业务组件","keywords":["react","ant-design","components","ant-design-plus"],"main":"lib/index.js","unpkg":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"scripts":{"bootstarp":"yarn || npm i","start":"gatsby develop --port 3000 --open","build":"gatsby build --no-uglify","build:component":"lotus-tools build","clean":"gatsby clean","prepublishOnly":"yarn build:component"},"dependencies":{"@pansy/utils":"^0.2.0","antd":"^3.23.1","classnames":"^2.2.6","react-use":"^12.2.0"},"devDependencies":{"@babel/core":"^7.5.5","@commitlint/cli":"^8.1.0","@jiumao/commitlint-config":"^0.1.3","@lotus-ui/tools":"^0.2.5","@types/classnames":"^2.2.9","@types/node":"^12.6.8","@types/react":"^16.8.17","@types/react-dom":"^16.8.4","@types/react-helmet":"^5.0.8","babel-plugin-import":"^1.12.1","cross-env":"^5.2.0","gatsby":"^2.13.43","gatsby-image":"^2.2.7","gatsby-plugin-antd":"^2.0.2","gatsby-plugin-less":"^2.1.2","gatsby-plugin-manifest":"^2.2.4","gatsby-plugin-netlify":"^2.1.3","gatsby-plugin-offline":"^2.2.4","gatsby-plugin-react-helmet":"^3.1.2","gatsby-plugin-sitemap":"^2.2.4","gatsby-plugin-typescript":"^2.1.2","gatsby-remark-prismjs":"^3.3.3","gatsby-source-filesystem":"^2.1.6","gatsby-transformer-remark-antd":"^1.0.0","glob":"^7.1.4","himalaya":"^1.1.0","husky":"^3.0.5","less":"^3.9.0","lint-staged":"^9.2.0","moment":"^2.24.0","node-fetch":"^2.6.0","normalize.css":"^8.0.1","nprogress":"^0.2.0","numeral":"^2.0.6","prismjs":"^1.16.0","react":"^16.8.6","react-copy-to-clipboard":"^5.0.1","react-dom":"^16.8.6","react-github-button":"^0.1.11","react-helmet":"^5.2.1","react-intl":"^3.4.0","react-live":"^2.2.1","typescript":"^3.5.3","webpack":"^4.38.0"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"gitHead":"ee7a500ab0c71d8f51f35409a5d8c16111672dfc","_id":"@alitajs/antd-plus@1.0.13","_npmVersion":"6.4.1","_nodeVersion":"10.14.2","_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"dist":{"integrity":"sha512-MmDT1f+2OxF4r5E+ufiK14I+qxvHOMQm5WBMUu0FTNoK94NvGk/v42psyiSOw1OHyahiHg1Ed/pIRy7MPIimcQ==","shasum":"f624b723c2054a56d40629627330284a14f569d7","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.0.13.tgz","fileCount":241,"unpackedSize":154412,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd38eJCRA9TVsSAnZWagAAjFwP/3p1+Q8fkYUaAoIAf0kT\n3AOeBymECbaChF2+aj3hN8DAD9Dx7m++WRdZhc1ypYTOf/taRaR0+uwq2Uwk\nC79XUJ4QUFfayT8jE274a/VJimpmCRAfvWwW88X/BwV6TsY8wNmyFS5ya1A8\noDnxGMeDJWwOFq1LQc1TMzVyK8lBJE4WXTv+IZgp55xjKiZo73J14GXSx4/T\nxpUx+bgZfUGvHiw2GEQerBLuHaFFpskvr2wG+x8rS2FXmx7vYcrvJeJl3FYu\n5DGTvOg19FB/ks/haShS4+qKJXHDEqXB/wpSClR4hPWBWUS4+kqY9fmGi+9S\nwlLEreBZM9GXJephSm51V+IdZrGfuI1wvyZU2X68s1v7bxQVIJDD/tdQmRfl\n+lW953boXZVeVIs0IePUtHoTIy9r7U4a0jq4Os0GBaKWBrxEfCTxNDiIPgvr\n+1QDaQMMrCUS0dRgi1tqIfXG5jVBE7D/lIKdhMqeLJY9r7aD1r00W1C5c+d6\nYFOex310jYYcw+DlmpOncQd2BJZYblRwvZ5zSxhlVAHAKe366MhTUZPWCiX0\np5WpDz2a6mT+9ZYspB1R45iot2eCmG1Bef1ozuc7CwVHOW5Tpl7Buv5+yA5v\nud//1798qhxgtDDwQQzIoAM0ZEVjspfOrJQhNxvl2vb8k3efqfdOX8Q2PgFL\nzUQe\r\n=84ev\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICeRLMfy4PvaLlxAhOuhzTKBzbrXW+1it05gJDwA5Pw6AiEA/RLq61UwTfXLrytXQxTLXTEiRZk3jMmL7oLnhfcRIn0="}]},"maintainers":[{"email":"fanluan058@gmail.com","name":"cjy0208"},{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"sorrycc@gmail.com","name":"sorrycc"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.0.13_1574946697071_0.3415240458110034"},"_hasShrinkwrap":false},"1.1.0":{"name":"@alitajs/antd-plus","version":"1.1.0","license":"MIT","description":"基于ant-design封装的偏业务组件","keywords":["react","ant-design","components","ant-design-plus"],"main":"lib/index.js","unpkg":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"https://github.com/alitajs/ant-design-plus"},"scripts":{"bootstarp":"yarn || npm i","start":"gatsby develop --port 3000 --open","build":"gatsby build --no-uglify","build:component":"lotus-tools build","clean":"gatsby clean","prerelease":"yarn build:component","release":"walrus release"},"dependencies":{"@pansy/classnames":"^1.0.1","@pansy/utils":"^0.3.3","antd":"^3.23.1","lodash":"^4.17.15","react-use":"^12.2.0","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@babel/core":"^7.5.5","@commitlint/cli":"^8.1.0","@jiumao/commitlint-config":"^0.1.3","@lotus-ui/tools":"^0.2.5","@types/node":"^12.6.8","@types/react":"^16.8.17","@types/react-dom":"^16.8.4","@types/react-helmet":"^5.0.8","@walrus/cli":"^0.4.1","@walrus/plugin-release":"^1.3.4","babel-plugin-import":"^1.12.1","cross-env":"^5.2.0","gatsby":"^2.13.43","gatsby-image":"^2.2.7","gatsby-plugin-antd":"^2.0.2","gatsby-plugin-less":"^2.1.2","gatsby-plugin-manifest":"^2.2.4","gatsby-plugin-netlify":"^2.1.3","gatsby-plugin-offline":"^2.2.4","gatsby-plugin-react-helmet":"^3.1.2","gatsby-plugin-sitemap":"^2.2.4","gatsby-plugin-typescript":"^2.1.2","gatsby-remark-prismjs":"^3.3.3","gatsby-source-filesystem":"^2.1.6","gatsby-transformer-remark-antd":"^1.0.0","glob":"^7.1.4","himalaya":"^1.1.0","husky":"^3.0.5","less":"^3.9.0","lint-staged":"^9.2.0","moment":"^2.24.0","node-fetch":"^2.6.0","normalize.css":"^8.0.1","nprogress":"^0.2.0","numeral":"^2.0.6","prismjs":"^1.16.0","react":"^16.8.6","react-copy-to-clipboard":"^5.0.1","react-dom":"^16.8.6","react-github-button":"^0.1.11","react-helmet":"^5.2.1","react-intl":"^3.4.0","react-live":"^2.2.1","typescript":"^3.5.3","webpack":"^4.38.0"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"licenseText":"MIT License\n\nCopyright (c) 2019 alita\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":"@alitajs/antd-plus@1.1.0","dist":{"shasum":"acf9509090bcce9da3df9c187fe5d6f719bde11b","integrity":"sha512-oC80wX4zCqYoxE1lBQxZDgGQkfatqzafepKFot//Pyg1MdI8gzTZHgT7yuNMX2SOumK1/mQNrGTU4nlzTzPwVQ==","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.1.0.tgz","fileCount":326,"unpackedSize":248871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd82FdCRA9TVsSAnZWagAAW40P/1p7bxMkd2ozfAHusiBL\nKlRrF4Znb+24E7DnRd/5+AabZKdATrzNTD1WGyiMHH9LQ6sA3zWCpHv6f0Bh\npaPr5zSmKGPqojsqxR3C9Xsn9J5tv08aRPxWtZVojJHe8nWT0FFuQxkFf+kC\nOaKrl6LhD2iVFEzkdQ64oV/O1NmgLkHiUgxlGsVD3R0HkoOp3dmicupZK2qW\noV4NrMMwfphAQxsTzelK7zedHlUAhXNM09yPzLxj8+uto/BUklNuAW0B3B1V\nRJI8GfIYyFKfGwqkVeLXlf1tDjwDQleAhezUbq4u8aPFLK/t3OjfKu4JVp40\n8LjyYXzqPXjyB4nXMTzEpTIG60tLDktKlHXm8+MmnTN5PMQKML/ucnwORKvh\nyRIUTB963sL4ZTEDuoWk/KXiNcEFDegBWqu88sMzHoyBt7k5fy4nL3bREHjT\nIU8dD12d8J5qKkGqnZ9KPprL7kTrrB6N1KioVLzDcgD6LsKjAFgdhSkcPZS8\n7qqXSpzRrgSn8M2EGqj8fPGf2T648q+Wv5fcSZB65w1G65oO+lLuscXwEs/K\nRDwcYXGREBh4SklotzASiR/LxuVDGLVz7MLORusJKUIyYOjeM1aF0edfXKsI\nbOkX8Uan6bSAoduaYl7VVPXeKXW9bUiMqla/H57PeIAsKOytWc1O65bWBxkD\nHrDm\r\n=qaiS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICLDb02WrnC5VbV+pPC7qcI5glWoKTBBLP+x5X0TyFBrAiBsCYj79s3T/47gqBuN31MtPlZCGC/cR06WHqeGFwUPFw=="}]},"maintainers":[{"email":"fanluan058@gmail.com","name":"cjy0208"},{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"sorrycc@gmail.com","name":"sorrycc"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.1.0_1576231260767_0.10269006150326665"},"_hasShrinkwrap":false},"1.1.1":{"name":"@alitajs/antd-plus","version":"1.1.1","license":"MIT","description":"基于ant-design封装的偏业务组件","keywords":["react","ant-design","components","ant-design-plus"],"main":"lib/index.js","unpkg":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"https://github.com/alitajs/ant-design-plus"},"scripts":{"bootstarp":"yarn || npm i","start":"gatsby develop --port 3000 --open","build":"gatsby build --no-uglify","build:component":"lotus-tools build","clean":"gatsby clean","prerelease":"yarn build:component","release":"walrus release"},"dependencies":{"@pansy/classnames":"^1.0.1","@pansy/utils":"^0.3.3","antd":"^3.23.1","lodash":"^4.17.15","react-use":"^12.2.0","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@babel/core":"^7.5.5","@commitlint/cli":"^8.1.0","@jiumao/commitlint-config":"^0.1.3","@lotus-ui/tools":"^0.2.5","@types/node":"^12.6.8","@types/react":"^16.8.17","@types/react-dom":"^16.8.4","@types/react-helmet":"^5.0.8","@walrus/cli":"^0.4.1","@walrus/plugin-release":"^1.3.4","babel-plugin-import":"^1.12.1","cross-env":"^5.2.0","gatsby":"^2.13.43","gatsby-image":"^2.2.7","gatsby-plugin-antd":"^2.0.2","gatsby-plugin-less":"^2.1.2","gatsby-plugin-manifest":"^2.2.4","gatsby-plugin-netlify":"^2.1.3","gatsby-plugin-offline":"^2.2.4","gatsby-plugin-react-helmet":"^3.1.2","gatsby-plugin-sitemap":"^2.2.4","gatsby-plugin-typescript":"^2.1.2","gatsby-remark-prismjs":"^3.3.3","gatsby-source-filesystem":"^2.1.6","gatsby-transformer-remark-antd":"^1.0.0","glob":"^7.1.4","himalaya":"^1.1.0","husky":"^3.0.5","less":"^3.9.0","lint-staged":"^9.2.0","moment":"^2.24.0","node-fetch":"^2.6.0","normalize.css":"^8.0.1","nprogress":"^0.2.0","numeral":"^2.0.6","prismjs":"^1.16.0","react":"^16.8.6","react-copy-to-clipboard":"^5.0.1","react-dom":"^16.8.6","react-github-button":"^0.1.11","react-helmet":"^5.2.1","react-intl":"^3.4.0","react-live":"^2.2.1","typescript":"^3.5.3","webpack":"^4.38.0"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"licenseText":"MIT License\n\nCopyright (c) 2019 alita\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":"@alitajs/antd-plus@1.1.1","dist":{"shasum":"b3556cef1415fb492ec27d2bf67fd406383a857c","integrity":"sha512-S3E5/o/lIM+/kotA4V9lP2bE8trUao1MWncIj1XeSwGSZDfgxoz5mas9hKYERys0f1DDZXdPR7GLQ2NGU8DK/Q==","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.1.1.tgz","fileCount":326,"unpackedSize":248837,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd82u7CRA9TVsSAnZWagAAF44P/1RQMTkizn13LMv+e8G0\nbGhyQIGOv4q2jAhZqafPJaDH33Clejj4rxOexphSoZzrtlv9FtuEaQvM5Ka7\nyKC8TDYAThBcNSth2lMFQPMy41XaMbk6IuvmE+wdxMM4u5oIiSsdBChuqDX3\nYnV1k9H0ZWGH4AkHdXRSokM6qIftF+zag9xZ2wFSIwGYZKLjyaAH9ia8Amjb\nNA8Vg+iAGNqp7DLfrq5OA7VStJpcpHcHcejDXzsIdL8HYCo3YJjQByecZtEY\nGu5FUM/TAy88FaOMMpo0OpFqP7N8gWJzxFu/Kmif26YY9zkqpbRMJ23ZLKfO\na0UIXYFk0ePlRj87FlRY2EetN8KU6BC4UgzRsPLJX3XRcQBhHkmDenpz0f2W\n3SnzV2/X6hC64c+DGlWIiNqMUMxnqU4KMLzn95yY7EFQIRuDyyDaQ8NRRGnn\nOEwEZT+Yh2aoH3ehFeYCjFLMYCSrY8l6T3loFV/rtOXGFAtIfvazvoe1G+AB\nGWcajfRFv3GRMR/qRqf+cR+PpgrBeOfGJxLjZ1MTFT494FmJbeeq7h8C0GG1\nvr+xXsxkzgINeyCLtOcl4DLISvkfETw6NncaFfYNJKXKXotUYtGPv1pvL0/g\nKmDy8dOAMpw64P29L3JgpsNgv408AWTxPIMQSNceIQ4s7gvbSL+Ai2ES4h24\nRumP\r\n=Hr2T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDkRDvRbmq6KrSN+dKNtxiXZdsGFoy1/gwMAvrSro2GFgIgZjTUNBztes/H7vp8h7Gv1E8MuIaJ81efuK+NrmEVrYY="}]},"maintainers":[{"email":"fanluan058@gmail.com","name":"cjy0208"},{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"sorrycc@gmail.com","name":"sorrycc"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.1.1_1576233914849_0.03431414192992288"},"_hasShrinkwrap":false},"1.1.2":{"name":"@alitajs/antd-plus","version":"1.1.2","license":"MIT","description":"基于ant-design封装的偏业务组件","keywords":["react","ant-design","components","ant-design-plus"],"main":"lib/index.js","unpkg":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"https://github.com/alitajs/ant-design-plus"},"scripts":{"bootstarp":"yarn || npm i","start":"gatsby develop --port 3000 --open","build":"gatsby build --no-uglify","build:component":"lotus-tools build","clean":"gatsby clean","prettier":"walrus prettier","lint:commit":"walrus commitlint --env HUSKY_GIT_PARAMS","prerelease":"yarn build:component","release":"walrus release"},"dependencies":{"@pansy/classnames":"^1.0.1","@pansy/utils":"^0.3.3","antd":"^3.23.1","lodash":"^4.17.15","react-use":"^12.2.0","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@babel/core":"^7.5.5","@lotus-ui/tools":"^0.2.5","@types/node":"^12.6.8","@types/react":"^16.8.17","@types/react-dom":"^16.8.4","@types/react-helmet":"^5.0.8","@walrus/cli":"^0.4.1","@walrus/plugin-release":"^1.3.4","babel-plugin-import":"^1.12.1","cross-env":"^5.2.0","gatsby":"^2.13.43","gatsby-image":"^2.2.7","gatsby-plugin-antd":"^2.0.2","gatsby-plugin-less":"^2.1.2","gatsby-plugin-manifest":"^2.2.4","gatsby-plugin-netlify":"^2.1.3","gatsby-plugin-offline":"^2.2.4","gatsby-plugin-react-helmet":"^3.1.2","gatsby-plugin-sitemap":"^2.2.4","gatsby-plugin-typescript":"^2.1.2","gatsby-remark-prismjs":"^3.3.3","gatsby-source-filesystem":"^2.1.6","gatsby-transformer-remark-antd":"^1.0.0","glob":"^7.1.4","himalaya":"^1.1.0","husky":"^3.0.5","less":"^3.9.0","lint-staged":"^9.2.0","moment":"^2.24.0","node-fetch":"^2.6.0","normalize.css":"^8.0.1","nprogress":"^0.2.0","numeral":"^2.0.6","prismjs":"^1.16.0","react":"^16.8.6","react-copy-to-clipboard":"^5.0.1","react-dom":"^16.8.6","react-github-button":"^0.1.11","react-helmet":"^5.2.1","react-intl":"^3.4.0","react-live":"^2.2.1","typescript":"^3.5.3","webpack":"^4.38.0"},"husky":{"hooks":{"pre-commit":"yarn prettier","commit-msg":"yarn lint:commit"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"licenseText":"MIT License\n\nCopyright (c) 2019 alita\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":"@alitajs/antd-plus@1.1.2","dist":{"shasum":"80fea057f91bb1d7004f98e7f1d7bf4522cf9496","integrity":"sha512-3QOOHkoribOnNRQqm2lAG1mJWfFhceebMmyWkP4Cy+AxR2mLBtM60FvEVXm4Fe6MpeAc67ayNuvd+Lces9pSlg==","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.1.2.tgz","fileCount":326,"unpackedSize":249635,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9uyyCRA9TVsSAnZWagAAUj0QAJtQlVjEFX0iUG7y3KM3\ns1D7fLvF6KRzZuVTQmqIDmDLJk3bHWb7C2RkvdIOE5OUXd4e8OZfdPJ+wGQK\njL3l1yy4aOoysovkXrk+DGE8FoKZozsZX/kWMIdEe3JSm36F3i2ZDC4s4T0s\n+xgmf3V69D1Ukqyes0NPwGTsuqcqiZoP0sMpWDB9zxv6m02tPLzMfQ/1RnUb\n21r2XCFZZujQv1aaD3aEBuKLfpQ/gERGqAx+jW+XcTqAhKReDFTUUtDB8Whb\niqu9czQP8tbLToB90BF5PpGXX3oUEBEdhCfPEMefu6gdQ0E4K9lBG1BH9mbs\nZeHKrWZ4RMEExG9Zgp8XpDl7YnpZH6iTJ3WpG7Bnw4/cDFQXF5Q2QZJ4KrcN\nWKooq+a5w1E/DUavyAlpdkkgqe8iqkPal9suq98akA8e/3YrPiW7oWE5IhgJ\nNhJy8yHy14ZkZ7N7GgF29m21nF7FzTVttr4QwBsnOh4vGz/Yh1y23BgI3C1o\nHe01zU91xBxhR3b+9kn73nNUJgSPO2Oe6no8srP0cP0DCNM3OJ10Z5chlPl6\nglcUeF/T4zVklJwcW1cjq72PgX2OMavU9wLwdzPoM0c5k4Q3omccjDCSG4hW\nhqMuDsC7KaJdNGrkZbmxBc8Jqhz45zmpOUJtuE0IhNgADMXZ4dWYlpsS6MN8\nYrzs\r\n=QX/K\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD3p5MQdflyPmfnJjitpxGmUzX0qx5LqqaDdzc8BNU4ugIgYXReYwHzd0PI22RpvwDLsJ6nJc3uXP9MAefqm01kfOc="}]},"maintainers":[{"email":"fanluan058@gmail.com","name":"cjy0208"},{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"sorrycc@gmail.com","name":"sorrycc"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.1.2_1576463537509_0.27029197164548213"},"_hasShrinkwrap":false},"1.1.3":{"name":"@alitajs/antd-plus","version":"1.1.3","license":"MIT","description":"基于ant-design封装的偏业务组件","keywords":["react","ant-design","components","ant-design-plus"],"main":"lib/index.js","unpkg":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"https://github.com/alitajs/ant-design-plus"},"scripts":{"bootstarp":"yarn || npm i","start":"gatsby develop --port 3000 --open","build":"gatsby build --no-uglify","build:component":"lotus-tools build","clean":"gatsby clean","prettier":"walrus prettier","lint:commit":"walrus commitlint --env HUSKY_GIT_PARAMS","prerelease":"yarn build:component","release":"walrus release"},"dependencies":{"@pansy/classnames":"^1.0.1","@pansy/utils":"^0.3.3","antd":"^3.23.1","lodash":"^4.17.15","react-use":"^12.2.0","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@babel/core":"^7.5.5","@lotus-ui/tools":"^0.2.5","@types/node":"^12.6.8","@types/react":"^16.8.17","@types/react-dom":"^16.8.4","@types/react-helmet":"^5.0.8","@walrus/cli":"^0.4.1","@walrus/plugin-release":"^1.3.4","babel-plugin-import":"^1.12.1","cross-env":"^5.2.0","gatsby":"^2.13.43","gatsby-image":"^2.2.7","gatsby-plugin-antd":"^2.0.2","gatsby-plugin-less":"^2.1.2","gatsby-plugin-manifest":"^2.2.4","gatsby-plugin-netlify":"^2.1.3","gatsby-plugin-offline":"^2.2.4","gatsby-plugin-react-helmet":"^3.1.2","gatsby-plugin-sitemap":"^2.2.4","gatsby-plugin-typescript":"^2.1.2","gatsby-remark-prismjs":"^3.3.3","gatsby-source-filesystem":"^2.1.6","gatsby-transformer-remark-antd":"^1.0.0","glob":"^7.1.4","himalaya":"^1.1.0","husky":"^3.0.5","less":"^3.9.0","lint-staged":"^9.2.0","moment":"^2.24.0","node-fetch":"^2.6.0","normalize.css":"^8.0.1","nprogress":"^0.2.0","numeral":"^2.0.6","prismjs":"^1.16.0","react":"^16.8.6","react-copy-to-clipboard":"^5.0.1","react-dom":"^16.8.6","react-github-button":"^0.1.11","react-helmet":"^5.2.1","react-intl":"^3.4.0","react-live":"^2.2.1","typescript":"^3.5.3","webpack":"^4.38.0"},"husky":{"hooks":{"pre-commit":"yarn prettier","commit-msg":"yarn lint:commit"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"licenseText":"MIT License\n\nCopyright (c) 2019 alita\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":"@alitajs/antd-plus@1.1.3","dist":{"shasum":"f3a94f2e8aa17ff2c467ab127a86d00474fe14e8","integrity":"sha512-lL5zFOMATq9K1efDcfKV17gm/WzmcyZzF+hX1/30tB/adYy2smOaV+xww4tKWqThE0YuXPUCwoTwPYgu6qJc+A==","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.1.3.tgz","fileCount":326,"unpackedSize":250244,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd92u5CRA9TVsSAnZWagAAHLQP/RsfIz2xFQxoIKMxMJ7f\nKOPk2iNs4phKT7HmpWiVMZkhmeZLUnu5asQaz5vzySD88UvYrFUguBNyIB/V\n/2eTFqsWp1RPjTcrgj13SJ3BrXdczIXaKJzyJCoMKyVY5+zYsivl0AULbIiq\n8PHPP61CefLXzv5cWleHq5UD6f1sqVUTVg0Q26nijspouh3LWRu6LcWP/Lzk\nDnPxhRvvzsfTgYiU4E9wspbLqxjDgZrt2/YOHgtrLca0CVRYQW/k/aM3pmQv\n/oGdf5Bigl/aFtdPugo6UMunLAerB9Fq3obrZKZSVmWQEJ7GCO85hINn38S5\n/CiqNEGrHZaaZErw5lRkvdBBZcsFBxeFsaQYlbSSjsZnB0kwB2nCoEOP2wN4\niTzUntASZ2lKusnN57ptyaT+OX1f1BYy8DkvJCGwHZQxkRhd8az+v4VYLZ49\nVUkB8jsEslnBVwsiKwDpfvGidD184N0qeBmDbtQq+5VZpPXzwRt3M7HgJY1J\noXlz5Fdl5Ee1WeYgXLs/Sl1xbU+isN9SsGXBgf6I5bbPe7Ff23NW0zmMVZ2S\nlAEG8VNjGhGTAJIK6GClrAq6c+rVOWDerlaA96fxgXnIO84WS5lD9LrOuXar\nvmcVt1M2Ky27me8CPg10HSu8RYA5UWYVRjPsBAX2lrFQFazlQWdsw2KlGyH6\nIelY\r\n=/kvI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBlbUq8mwZKjSQeDbPrPZZr6B9zktuxQRLg6Ww23tXkYAiEA0CD2R1gGZptI1QTeKMznNFBy0IgYyASHHZEzwVS4hH8="}]},"maintainers":[{"email":"fanluan058@gmail.com","name":"cjy0208"},{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"sorrycc@gmail.com","name":"sorrycc"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.1.3_1576496056649_0.5414277818258892"},"_hasShrinkwrap":false},"1.1.4":{"name":"@alitajs/antd-plus","version":"1.1.4","license":"MIT","description":"基于ant-design封装的偏业务组件","keywords":["react","ant-design","components","ant-design-plus"],"main":"lib/index.js","unpkg":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"https://github.com/alitajs/ant-design-plus"},"scripts":{"bootstarp":"yarn || npm i","start":"gatsby develop --port 3000 --open","build":"gatsby build --no-uglify","build:component":"lotus-tools build","clean":"gatsby clean","prettier":"walrus prettier","lint:commit":"walrus commitlint --env HUSKY_GIT_PARAMS","prerelease":"yarn build:component","release":"walrus release"},"dependencies":{"@pansy/classnames":"^1.0.1","@pansy/hooks":"^0.0.3","@pansy/utils":"^0.3.3","antd":"^3.23.1","lodash":"^4.17.15","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@babel/core":"^7.5.5","@lotus-ui/tools":"^0.2.5","@types/node":"^12.6.8","@types/react":"^16.8.17","@types/react-dom":"^16.8.4","@types/react-helmet":"^5.0.8","@walrus/cli":"^0.4.1","@walrus/plugin-release":"^1.3.4","babel-plugin-import":"^1.12.1","cross-env":"^5.2.0","gatsby":"^2.13.43","gatsby-image":"^2.2.7","gatsby-plugin-antd":"^2.0.2","gatsby-plugin-less":"^2.1.2","gatsby-plugin-manifest":"^2.2.4","gatsby-plugin-netlify":"^2.1.3","gatsby-plugin-offline":"^2.2.4","gatsby-plugin-react-helmet":"^3.1.2","gatsby-plugin-sitemap":"^2.2.4","gatsby-plugin-typescript":"^2.1.2","gatsby-remark-prismjs":"^3.3.3","gatsby-source-filesystem":"^2.1.6","gatsby-transformer-remark-antd":"^1.0.0","glob":"^7.1.4","himalaya":"^1.1.0","husky":"^3.0.5","less":"^3.9.0","lint-staged":"^9.2.0","moment":"^2.24.0","node-fetch":"^2.6.0","normalize.css":"^8.0.1","nprogress":"^0.2.0","numeral":"^2.0.6","prismjs":"^1.16.0","react":"^16.8.6","react-copy-to-clipboard":"^5.0.1","react-dom":"^16.8.6","react-github-button":"^0.1.11","react-helmet":"^5.2.1","react-intl":"^3.4.0","react-live":"^2.2.1","typescript":"^3.5.3","webpack":"^4.38.0"},"husky":{"hooks":{"pre-commit":"yarn prettier","commit-msg":"yarn lint:commit"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"licenseText":"MIT License\n\nCopyright (c) 2019 alita\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":"@alitajs/antd-plus@1.1.4","dist":{"shasum":"2be16ca9a09ce04a5747f2c483028e317e646f77","integrity":"sha512-E+CMi6MYPRwUtfZ6gdzsyWxkUxzflNdOhI60SiqvGFQnpfrt/MGGM9YuPuxPQpknL7gSQJlB7W7yt6ZfSMIW+g==","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.1.4.tgz","fileCount":326,"unpackedSize":248759,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+3kZCRA9TVsSAnZWagAAb7UP/Rfjv+pt5tRAEbI5jupr\n3HIrlblr2JGkQDv8kLPWyu2qcbH6MKh88C38CvfVKtMNOumShQlgJXpjlVHF\naKWjsdtYbe6EazHsn1bQqnltN/DmjhHEc1PxtJmlQV9BLsIT0j5pJdBdRhQB\nJKRsfSXYxQAWYc5tzvcQhqGswUd15hYxBOKBN43lLfZ2TfxH6qaXmAxjeqLd\nvgAE71UY2DK7FZuJT+8bnVQxC0POxQwnkaXIqYawSQZQ/Efxf3XA0H0DSD0N\ntDMiBaC8WkSJXEffK+oD5xOeS4YJaX8zcAwIJmzY78bo11JvUZSICZrNLrrF\nCOQJuiW/y7GoNz4EWXc1FeG9CqRT7KxhTEcewaQtdAnzhyv9vxgwhkLOjgFI\nZ/L6JvLS19dLrqZKZV7KgWiRaULtGyl3rm4HDnnJJJ1m3zQ3FC8Fg+4qNemx\nPRr+tBuU3CTFYlbi9dV0mZXfixsxXw39rCPK4OW3DTlZuYGeJvTTpMGvIyUz\nO+fxGsS18JbtCwt3S1PUAjtcxGCU+SS5jzXwh3qCnXVzC6ev5zMAdKU9mmyM\n4uZGhzcDWLiXYDkrS4x5RLLjhbla1nh9tBjL+lQrZh486+nL5+F5n3EOxwq6\nz92vkDUZ8o1DZftQFQF+syRVZW5GriwFfqxbQwwinlsMnCWPEI/IR1xSTe3B\nvWse\r\n=+jpF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID1Qfd4WHUE0PBKEnbNEfjbJ9JKZiOXtKfAJ+90xr3VLAiEAgwloTc5dG4ZPHnUtIA9D35qOVo2HtbjA64YVfeygViw="}]},"maintainers":[{"email":"fanluan058@gmail.com","name":"cjy0208"},{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"sorrycc@gmail.com","name":"sorrycc"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.1.4_1576761625187_0.2761505853959947"},"_hasShrinkwrap":false},"1.2.0":{"name":"@alitajs/antd-plus","version":"1.2.0","license":"MIT","description":"基于ant-design封装的偏业务组件","keywords":["react","ant-design","components","ant-design-plus"],"main":"lib/index.js","unpkg":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"https://github.com/alitajs/ant-design-plus"},"scripts":{"bootstarp":"yarn || npm i","start":"gatsby develop --port 3000 --open","build":"gatsby build --no-uglify","build:component":"lotus-tools build","clean":"gatsby clean","prettier":"walrus prettier","lint:commit":"walrus commitlint --env HUSKY_GIT_PARAMS","prerelease":"yarn build:component","release":"walrus release"},"dependencies":{"@pansy/classnames":"^1.0.1","@pansy/react-fullscreen":"^1.0.1","@pansy/utils":"^0.3.3","antd":"^3.23.1","lodash":"^4.17.15","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@babel/core":"^7.5.5","@lotus-ui/tools":"^0.2.5","@types/node":"^12.6.8","@types/react":"^16.8.17","@types/react-dom":"^16.8.4","@types/react-helmet":"^5.0.8","@walrus/cli":"^0.4.1","@walrus/plugin-release":"^1.3.4","babel-plugin-import":"^1.12.1","cross-env":"^5.2.0","gatsby":"^2.13.43","gatsby-image":"^2.2.7","gatsby-plugin-antd":"^2.0.2","gatsby-plugin-less":"^2.1.2","gatsby-plugin-manifest":"^2.2.4","gatsby-plugin-netlify":"^2.1.3","gatsby-plugin-offline":"^2.2.4","gatsby-plugin-react-helmet":"^3.1.2","gatsby-plugin-sitemap":"^2.2.4","gatsby-plugin-typescript":"^2.1.2","gatsby-remark-prismjs":"^3.3.3","gatsby-source-filesystem":"^2.1.6","gatsby-transformer-remark-antd":"^1.0.0","glob":"^7.1.4","himalaya":"^1.1.0","husky":"^3.0.5","less":"^3.9.0","lint-staged":"^9.2.0","moment":"^2.24.0","node-fetch":"^2.6.0","normalize.css":"^8.0.1","nprogress":"^0.2.0","numeral":"^2.0.6","prismjs":"^1.16.0","react":"^16.8.6","react-copy-to-clipboard":"^5.0.1","react-dom":"^16.8.6","react-github-button":"^0.1.11","react-helmet":"^5.2.1","react-intl":"^3.4.0","react-live":"^2.2.1","typescript":"^3.5.3","webpack":"^4.38.0"},"husky":{"hooks":{"pre-commit":"yarn prettier","commit-msg":"yarn lint:commit"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"licenseText":"MIT License\n\nCopyright (c) 2019 alita\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":"@alitajs/antd-plus@1.2.0","dist":{"shasum":"b518d7e4d7a766c95d285a92e1e09c4f66281367","integrity":"sha512-aMAmz/ZIHu1V+q1HZyurPPwdDOnt5+gUgCo/ZwxzlnYSkhTco4wtYkbdUnIckunzIMfs4CnpyYenU/LqV5t3Yg==","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-1.2.0.tgz","fileCount":320,"unpackedSize":235132,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeEyYzCRA9TVsSAnZWagAALmwP+wbBsNWVBb3HnD3XX1Nj\ngRQpJjsnaj2LeZruB0O+J5aKpoDKbGyBdscSbP0TKtU1hvBi7ItirEYqS0Tx\nGgssoByIUtQsYuhDhlPE4JIXqalunrb+huc3T0MtTY3XKpM5mgAcn3Vkj6FC\nl4QLH0Z3azh3toGYZWxzU0i2sEkoTXDZDrmUljgkpuV8zxv5lfMm7Zsz5wYF\nl9fDU2xj9i88CHDhq2EnqMcXLqQnSTrEiYXssC4n4BjWqJDq0eCLVuLVCp6u\n8WGNia4R+kzJYzJBsa4r0KP0+ODuCeLX7fp8L2ErIIZWPq4FieflAE00qYcy\nJln4KbUh7PjU7S5PpOh09EN4C70cQT3y8mFACj5IRs50Ln+/RDDWvM7wWFwY\n5txkftwSdMPjedmKPwdYjEfZHzX4o3VQNBGwH0XXIWLYSVg+ceyTZNRo4M2r\n3/TJbGF1A0xLGFdgdFQDVw9qbPgitH4INazj2eVCsWqQT8156Dq0wBY7yJ+H\nhA3ZS6cAuBa4eEN1jRlsMH51fmMulxIEdu/1AOFz0h9BbcVYKgVZpKOPGqNI\nGKuySVGe8m7uCeNBCgRDxmN+NS7bEp8o7dP7PNi+pqXNXYhxegjPHWFxsF+E\nQdv0X6BtaOehOt0WCQocFxD2/ya0SlgfPNFNrNp1eIVZYhpEw7eGEPqxFfxA\nFtt5\r\n=Y1fg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFx/Mp0Jix0fhHMamlRh59CZwngBxOvhT61GXZSFid96AiEAtkkd8bOR9hVU88tT8TikXNquvWf9NPpqrlnR5jW+skk="}]},"maintainers":[{"email":"fanluan058@gmail.com","name":"cjy0208"},{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"sorrycc@gmail.com","name":"sorrycc"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_1.2.0_1578313267503_0.49665356562566076"},"_hasShrinkwrap":false},"2.0.0":{"name":"@alitajs/antd-plus","version":"2.0.0","license":"MIT","description":"基于 ant-design 封装的偏业务组件","keywords":["react","ant-design","components","antd-plus"],"main":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"scripts":{"start":"dumi dev","site":"dumi build","build":"father-build","prettier":"walrus prettier","lint:commit":"walrus commitlint --env HUSKY_GIT_PARAMS","release":"walrus release"},"peerDependencies":{"antd":">=4.0.0","react":">=16.9.0","react-dom":">=16.9.0"},"dependencies":{"@ant-design/icons":"^4.0.6","@pansy/policy":"^0.4.0","@pansy/react-fullscreen":"^1.2.0","classnames":"^2.2.6","lodash":"^4.17.15","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@types/classnames":"^2.2.10","@types/lodash":"^4.14.155","@types/react":"^16.9.35","@types/react-dom":"^16.9.8","@walrus/cli":"^1.3.0","@walrus/plugin-release":"^1.8.0","@walrus/preset-lint":"^1.1.5","antd":"^4.3.1","babel-plugin-import":"^1.13.0","del":"^5.1.0","dumi":"^1.0.31","father-build":"^1.18.1","husky":"3.1.0","react":"^16.13.1","react-dom":"^16.13.1","react-split-pane":"^0.1.91","typescript":"^3.9.6"},"husky":{"hooks":{"pre-commit":"yarn prettier","commit-msg":"yarn lint:commit"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"gitHead":"4c5fa94c669dcbbd79ca84d4d0a5131c29558cd5","_id":"@alitajs/antd-plus@2.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.14.2","_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"dist":{"integrity":"sha512-olX08YWFincuHwZG6qRljC+iosS05MpzF5ZbOaUGJ65rTsJgwedfkafqyopgm+TRn+3z6POxGGmnfa4AvTKp4g==","shasum":"a2d783459c1190a7d6d0779a3fda808c4eb87793","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-2.0.0.tgz","fileCount":209,"unpackedSize":178260,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCq3bCRA9TVsSAnZWagAApHAP/1yC6NSs+3LsaE8dRKBr\niXTLAL1EwVrqe1U3/DgpG4RQLjA2J5kMaU4abJEVJYP1GEtIZuJ1SEbVum3a\ns0QBKMnG/VcztPc9V7ZzDpTGmp0c3ovrhwOahTWGQ6r5gZTWxVI5SO7+xlv4\npQA5VzF0JyL9uEMrG9ic6yneFlbaer15Z34bcgOzlbA0igTFlRao0J5JcWAM\ntIEVsM8fR2+4r1dnu3rHQGf63FMYqaL4vtXa6zHFduKuginEGWEqvJq7hZRt\nhI3UGhLKAnnayDj0CM0FRmBNELDvGO4QBJfEiA6EDGIlT84uTb2KJrFQBXDe\nbFRTbaDUKzSZJTWiM1GTj18uz/y/n+SyAKw2DyNrS/SUBt4uF+hgP32zKAhy\nagBCcB30eIEYnLeSd2Tz1/GFDJsTl/7X2CEtwT/57GjLz62aBshNgB1Ir8Pj\nr5Uebl7Kh/N1EA1KVSGUZAElpNC15iOEM0Es8O5dniu2Xug+ynBjXV/A8kW3\nquTUkOmivw9GvW1YFaGQr9pcgFBmpUVJT5Qyl4nIyv5RJ1epTIxBgzhpn9BP\nzCewuqQxvcuklW8zce144s0UF/N4XklUW63OPy7HxrFsum1ZPX+OyxjlfDb7\nRbvkuKa9nHuHZwGVqst0P42pp0P3c+E1tSwEvPnrkGb0h/0S+PzIS7Vqo6TY\n00Sg\r\n=rhU3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD3vj8K+Z9WccMWu/IZ6tnepu6hlqWAYFQgEMfRDtj2MAIgT0zKbJqdJC4It0l7FKxWXWWxx47c7HyxpkKTjzNz3vM="}]},"maintainers":[{"email":"fanluan058@gmail.com","name":"cjy0208"},{"email":"437132124@qq.com","name":"hang1017"},{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"sorrycc@gmail.com","name":"sorrycc"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_2.0.0_1594535387305_0.5387730879854065"},"_hasShrinkwrap":false},"2.1.0":{"name":"@alitajs/antd-plus","version":"2.1.0","license":"MIT","description":"基于 ant-design 封装的偏业务组件","keywords":["react","ant-design","components","antd-plus"],"main":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"scripts":{"start":"dumi dev","site":"dumi build","build":"father-build","prettier":"walrus prettier","lint:commit":"walrus commitlint --env HUSKY_GIT_PARAMS","release":"walrus release"},"peerDependencies":{"antd":">=4.0.0","react":">=16.9.0","react-dom":">=16.9.0"},"dependencies":{"@ant-design/icons":"^4.0.6","@pansy/hooks":"^2.0.1","@pansy/policy":"^0.4.0","@pansy/react-fullscreen":"^1.2.0","classnames":"^2.2.6","lodash":"^4.17.15","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@types/classnames":"^2.2.10","@types/lodash":"^4.14.155","@types/react":"^16.9.35","@types/react-dom":"^16.9.8","@walrus/cli":"^1.3.0","@walrus/plugin-release":"^1.8.0","@walrus/preset-lint":"^1.1.5","antd":"^4.3.1","babel-plugin-import":"^1.13.0","del":"^5.1.0","dumi":"^1.0.31","father-build":"^1.18.1","husky":"3.1.0","react":"^16.13.1","react-dom":"^16.13.1","react-split-pane":"^0.1.91","typescript":"^3.9.6"},"husky":{"hooks":{"pre-commit":"yarn prettier","commit-msg":"yarn lint:commit"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"gitHead":"fe8b680afb6b77c3b2caa75edaf25c08cfdc382d","_id":"@alitajs/antd-plus@2.1.0","_nodeVersion":"12.13.1","_npmVersion":"6.12.1","dist":{"integrity":"sha512-maIcusV7elGVofMFH87/Iyek5i0kgk/qVz4+p5Lwt969eUuNOu/3cO/EeG7N2iD5/W9ygOvL3aVLABtHIQOtew==","shasum":"f4bb4782678594795977c467c82455ce46d5bd79","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-2.1.0.tgz","fileCount":239,"unpackedSize":203729,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfH6RRCRA9TVsSAnZWagAATxgP+wcSJhmAsfrZ6SrK6FJt\nFal5pSd0u/pvWP69IAVf7hJZwv46dMgVnxzJ8rHr9WGtOVhy3j5cXgaQaF65\nbH5BQbgml6GvdcxqNeU+7Zn/DKP/8LqB0ex9NwwDmndpCQESFcO+a8sYliVB\nU/ERGdYP0tI5kCrZoPuEV7t+8q+QcU2onFkajkS73b69exhLV8ahJcOdTnAf\nBL55o8YFeMhcLGlvwR4QMqY7RR+45tJLghODbN09BIQg0ZsPrzuOFfphkWoU\nu4XJD5Px6GV0c7gAW6nuH9H1FTWMvg3iykLKuSsvKpeXU4j4F+lwhjtX+/YY\nNErUqIUgTy8x1FOqlusbrf7qOYYNIQ3wEBnusUR5Zfc7MR8RW3cSwZVsw2LG\nZQoUsqxv+s5m9XFv/VJLgYgfTsOMfiSVeSVTVPYO7+e76kiTQrUDkw7cDotN\nPrU80zQKovwNjBi9Rcrltbb/Ly3GXn6BZ80gMGtSM35sjlSdmgepkn9FrCco\nZH9khEsP2NF8JEsV32mUlonwuns+Io5VrjZDXSeilmW20IvZNd0moIAN9WuW\nA+eEF8gmyZ/uz5eEK/Cmdy5BcHd1LSGzFyoYs2LobWTYlB4c1e2SdZ69L5mw\nKx5CLL1+1FaEFflaON0mZVBc3DaEajFBIur6MMk+tH74ewoYHf0UpLcUGfqa\ndOp0\r\n=VaNR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHl6152O+cPjjdSK8pNLhScTLnnyfWOheY2VD1FKTfBHAiEAjHwJucBgcHBJawuRUIBMmQ2ZNWkNyYX8GM0puKq1Ty0="}]},"maintainers":[{"email":"fanluan058@gmail.com","name":"cjy0208"},{"email":"437132124@qq.com","name":"hang1017"},{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"sorrycc@gmail.com","name":"sorrycc"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_2.1.0_1595909201397_0.5212831300582632"},"_hasShrinkwrap":false},"2.1.1":{"name":"@alitajs/antd-plus","version":"2.1.1","license":"MIT","description":"基于 ant-design 封装的偏业务组件","keywords":["react","ant-design","components","antd-plus"],"main":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"scripts":{"start":"dumi dev","site":"dumi build","build":"father-build","prettier":"walrus prettier","lint:commit":"walrus commitlint --env HUSKY_GIT_PARAMS","release":"walrus release"},"peerDependencies":{"antd":">=4.0.0","react":">=16.9.0","react-dom":">=16.9.0"},"dependencies":{"@ant-design/icons":"^4.2.1","@pansy/hooks":"^2.0.1","@pansy/policy":"^0.4.0","@pansy/react-fullscreen":"^1.2.0","classnames":"^2.2.6","lodash":"^4.17.19","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@types/classnames":"^2.2.10","@types/lodash":"^4.14.155","@types/react":"^16.9.35","@types/react-dom":"^16.9.8","@walrus/cli":"^1.3.0","@walrus/plugin-release":"^1.8.1","@walrus/preset-lint":"^1.1.5","antd":"^4.5.0","babel-plugin-import":"^1.13.0","del":"^5.1.0","dumi":"^1.0.33","father-build":"^1.18.1","husky":"3.1.0","react":"^16.13.1","react-dom":"^16.13.1","react-split-pane":"^0.1.91","typescript":"^3.9.7"},"husky":{"hooks":{"pre-commit":"yarn prettier","commit-msg":"yarn lint:commit"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"gitHead":"5d63daf48705007e6a141e55cd64bfadc716659f","_id":"@alitajs/antd-plus@2.1.1","_nodeVersion":"12.13.1","_npmVersion":"6.12.1","dist":{"integrity":"sha512-bDh5le6NTb1dN2KaE3/iFejy4m0fUglm2p1LkreylW3uB1NL+8tTDJPvQKsoWbbP8BFSU1zg6NM80Gdocavxzw==","shasum":"830cb09d4c524812d023c18ce3727ac1ba4ed9d7","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-2.1.1.tgz","fileCount":243,"unpackedSize":205594,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJmUgCRA9TVsSAnZWagAA9N8QAI3Sx68cjyqqrjvsYqiw\nIN/6EQNPQwvmYPAolhnuQiQbhlLJ7P8gl2EsTgq+kCZ4tTNBG23QTWnplIcj\n/MB7GptdtQ0uNTKQM7muDzAWNbDJne1RPrNSozdkFkX+O11nerH/T9HqIYBd\ntoCVk/P3IG8X2SUIn4gcULHFhL9qCBok05DcuiF8xW6wkJH8SrI77m1LyUV6\n3RGzToBQkHdcff0/rxDHMJOujZ1wviKJfmm7mDpze+smQT/bRTx8LfUbJ9lL\nvodRJUNC/8kLdg+XmMLTJ7aMQ1LJNahLPYEwIr1k6AyrgZgkER8yYGa/2q+e\nH9kG0XaZHqJhXUvHSRepl1G8+nU/fqg6gbG5+VrGTR7bt2grnkHV1GK995dl\nVRY0aV/ycpyuJshDkCahY8vrXnjoiN4OY4IZR5lrtH59/YQvBgGY/6bOCFeD\ndcIbBbTjLU4/uAjAoUOe4MmEc6z54rtt3ekABFUgD+TgCyH0QLM6OHD6BLOO\nwi/N1eyXO7DKmK/U3dw0UzSjYZqqXXt02BEpDzpu0crJnBAtZdJ16Xl7mgUM\n5wBFGsvha2Pl3XAJqTJlDH6jTc8tbBQXC8XfTAwNDoJ2iemAe0eskNzdRrX6\nrZjxBRiUpv0eEzTq8WcFRPmpOjiy2x9YifMa523YQYwaqO8lhIjqahUu6DA6\nxR3W\r\n=8Cho\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIACV2NoEXI1DxhE6bmSuuoUAXhdZBevbsnKdy/bgrHeGAiBTIb3QQDDgN25zYrOqt1+x2GkoLeEgscd2Q5xM0AHE1g=="}]},"maintainers":[{"email":"fanluan058@gmail.com","name":"cjy0208"},{"email":"437132124@qq.com","name":"hang1017"},{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"sorrycc@gmail.com","name":"sorrycc"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_2.1.1_1596351775567_0.6039700887806332"},"_hasShrinkwrap":false},"2.2.0":{"name":"@alitajs/antd-plus","version":"2.2.0","license":"MIT","description":"基于 ant-design 封装的偏业务组件","keywords":["react","ant-design","components","antd-plus"],"main":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"scripts":{"start":"dumi dev","site":"dumi build","build":"father-build","prettier":"walrus prettier","lint:commit":"walrus commitlint --env HUSKY_GIT_PARAMS","release":"walrus release"},"peerDependencies":{"antd":">=4.0.0","react":">=16.9.0","react-dom":">=16.9.0"},"dependencies":{"@ant-design/icons":"^4.2.1","@pansy/hooks":"^2.0.1","@pansy/policy":"^0.4.0","@pansy/react-fullscreen":"^1.2.0","@pansy/react-watermark":"^1.1.0","classnames":"^2.2.6","lodash":"^4.17.19","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@types/classnames":"^2.2.10","@types/lodash":"^4.14.155","@types/react":"^16.9.35","@types/react-dom":"^16.9.8","@walrus/cli":"^1.3.0","@walrus/plugin-release":"^1.8.1","@walrus/preset-lint":"^1.1.5","antd":"^4.5.0","babel-plugin-import":"^1.13.0","del":"^5.1.0","dumi":"^1.0.33","father-build":"^1.18.1","husky":"3.1.0","react":"^16.13.1","react-dom":"^16.13.1","react-split-pane":"^0.1.91","typescript":"^3.9.7"},"husky":{"hooks":{"pre-commit":"yarn prettier","commit-msg":"yarn lint:commit"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"gitHead":"f70b1065871c9bb085d9dd9c986cb2b70454288c","_id":"@alitajs/antd-plus@2.2.0","_nodeVersion":"12.13.1","_npmVersion":"6.12.1","dist":{"integrity":"sha512-1QCXlI4TjrpUhQmW99PDnYC8NrGheOgJ3JK4BHAL950tFDlwVY/giS4al7gUI2cWCwW6MAS5EznLI0Im4MD5aQ==","shasum":"05879883993d4adf70fa92c5770724dd54f27082","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-2.2.0.tgz","fileCount":261,"unpackedSize":209576,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPebPCRA9TVsSAnZWagAAkCQP/30GgoOUX3Uy2X3PPaG3\nIEUF5YrQR74/d22HCq3bnwiiiSHUbFXbHQkKkbMEHQhu+jJ1WZ7l4NgTZODi\nkjo0I8Ad/VEXwZZK1+pDzDEjF8zffjZSjRutLThzJgrWkEPPuBE/84yG3BTC\n5XHEud5/E2KzfrjKiq/2pXk88OQKbeyAOSG2G9WxyDf2+RRCPml0U4V6dIR3\nlrMOa9h6la0h2QPjlsBvZHmFFEXzlDJjcYdF9PkZ9zwfjn3nxPuPMxNw7U3d\na/I03PT90Dw8PQmf6j2c/A9KYvubYgPEIs4QpTZ/govd3GGXNcspvo3BXCJq\noSAhRkgXdGD4k1uKF60g5m2zADqyI17Gqrc4jodO1uO7RdIZ/NdR9seH3T8R\nZHVm0S3OVQz7xL2776s5PJNQGyhwbYr6ZGZUUVN4byq4QEvTX4YkCCM8CGQh\n5maYmRuyU20P/sPcG6keK6CrPgUi2zWqv4K42nj09JZMPvUip/YAeT7srMGf\n4AB7YHQKRSR6wwH5BN7nvT8JKxWNvEuaCR5Zp0R87ERGZ3QI3yutlo2jKTZs\nUY/xAx9Ndx/hwABR5k59qa0BkOHD3L2gVMvq5UhIe1alKCG1n5Uv9lUAVU8H\nKznMOM1xnAdN5KVDBNo7dTLt1CBmrT2+y2TKPdBLrFCJiC6bhT4x3SxiQkvC\nkG51\r\n=DcFI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDWNfqJa8+IExpzDwrtxsY+3cUDFNVl/NEXDMRqmFAPtAiEAk/tqbeIqHENkaOltivIUBv5793uDTqr//W0wcf+XWG4="}]},"maintainers":[{"email":"fanluan058@gmail.com","name":"cjy0208"},{"email":"437132124@qq.com","name":"hang1017"},{"email":"work@imhele.com","name":"imhele"},{"email":"shawdanon@foxmail.com","name":"shawdanon"},{"email":"sorrycc@gmail.com","name":"sorrycc"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"448627663@qq.com","name":"xiaohuoni"}],"_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_2.2.0_1597892302958_0.10433258957706393"},"_hasShrinkwrap":false},"2.2.1":{"name":"@alitajs/antd-plus","version":"2.2.1","license":"MIT","description":"基于 ant-design 封装的偏业务组件","keywords":["react","ant-design","components","antd-plus"],"main":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"scripts":{"start":"dumi dev","site":"dumi build","build":"father-build","prettier":"walrus prettier","lint:commit":"walrus commitlint --env HUSKY_GIT_PARAMS","release":"walrus release"},"peerDependencies":{"antd":">=4.0.0","react":">=16.9.0","react-dom":">=16.9.0"},"dependencies":{"@ant-design/icons":"^4.2.2","@pansy/hooks":"^2.2.0","@pansy/policy":"^0.4.0","@pansy/react-fullscreen":"1.2.0","@pansy/react-watermark":"^1.2.0","classnames":"^2.2.6","lodash":"^4.17.20","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@types/classnames":"^2.2.10","@types/lodash":"^4.14.161","@types/react":"^16.9.48","@types/react-dom":"^16.9.8","@walrus/cli":"^1.3.4","@walrus/plugin-release":"^1.9.1","@walrus/preset-lint":"^1.1.6","antd":"^4.6.2","babel-plugin-import":"^1.13.0","del":"^5.1.0","dumi":"^1.0.34","father-build":"^1.18.4","husky":"3.1.0","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^4.0.2"},"husky":{"hooks":{"pre-commit":"yarn prettier","commit-msg":"yarn lint:commit"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"gitHead":"d81c0d19532eee482bbd574c750980895e911678","_id":"@alitajs/antd-plus@2.2.1","_nodeVersion":"12.13.1","_npmVersion":"6.12.1","dist":{"integrity":"sha512-RyU00zF+4runorkPxAgBg5pFHvFJk4iBQiR1j/Itwfpv31lYYhngY131hBa8b8fbG3alRDC0nSAjCM7lCjz6Zw==","shasum":"97940feae686635aa01a1b0dce5be93a16be30d5","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-2.2.1.tgz","fileCount":261,"unpackedSize":209485,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfV6lyCRA9TVsSAnZWagAA8IEP/3hhzzfburG6BhKFrv3P\nr7Hmx09pRzSChEWgSW6fyCaz2LmPBT/mn1mYSLNVUInv9cxuTlqWU1VK74oc\nRzl/iet4BH/4tN1HJcCZ3tq55UR3HZvNosaHvPBbBzM7dln+Wfj4E7ys1APv\n/ERMJitGF6leINUBE6SrHznp/PGyqU+PQ78Trq21sPhGbYAEMwWtRPWbJQp4\nK1k0mbn+cxrTLowXR4rdgRcsb+i75N1BtjWf3Qc6ocVXTOUQvD+6BrBpTjiR\npuT915Py2VohYDTAeiF2XqNWbIUHvdhOTEswheJn0u4iRUtHsxrB1gplkNsP\nHClqsfoJ2Fr6PkKQfupA0BUqt3hwdMXkpsBwYdNmwdtoXj/+jokQjvM3Ahi2\nKMPaAe16xLelNouu4NFB/5OQOuLnwPe4o1MDE28GmFvehxcI2ftfC3/jctkH\n8/V4Wp6TyfL9g0E39M1zmeTjaTChvdfqKsxYJdqAJI4QS9NTKh4HoAPlAxS0\n7tWWFYkwxoVRQsKbE5608trSmzc032H3WAaKDaCVDj3nNLB6v1ZFy0xz5ZPl\nBnsl/Opu/l9tukjjpYvz6M3Jhw8T207MFQ8QQmz2RlhrZH8xcKTOEak+7ohF\nTwDsf7YzxJ/fTq0FYbExuWSheuPUikgx5saOic5CJ4VnNwa5tCw2DUpkzvZC\nwWL4\r\n=cwTa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEVrW4yWV96cD4gqj+bkfa20ukCLTEu8XFBAzMiJnMvyAiAhczXMdBMeuK431L7uBYcRRCqGKkBHQeoGvFPaLFQjJg=="}]},"maintainers":[{"name":"hang1017","email":"437132124@qq.com"},{"name":"sorrycc","email":"sorrycc@gmail.com"},{"name":"cjy0208","email":"fanluan058@gmail.com"},{"name":"shawdanon","email":"shawdanon@foxmail.com"},{"name":"wangxingkang","email":"156148958@qq.com"},{"name":"imhele","email":"work@imhele.com"},{"name":"xiaohuoni","email":"448627663@qq.com"}],"_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_2.2.1_1599580529547_0.11858860477402078"},"_hasShrinkwrap":false},"2.2.2":{"name":"@alitajs/antd-plus","version":"2.2.2","license":"MIT","description":"基于 ant-design 封装的偏业务组件","keywords":["react","ant-design","components","antd-plus"],"main":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"scripts":{"start":"dumi dev","site":"dumi build","build":"father-build","prettier":"walrus prettier","lint:commit":"walrus commitlint --env HUSKY_GIT_PARAMS","release":"walrus release"},"peerDependencies":{"antd":">=4.0.0","react":">=16.9.0","react-dom":">=16.9.0"},"dependencies":{"@ant-design/icons":"^4.2.2","@pansy/hooks":"^2.2.0","@pansy/policy":"^0.4.0","@pansy/react-fullscreen":"1.2.0","@pansy/react-watermark":"^1.2.0","classnames":"^2.2.6","lodash":"^4.17.20","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@alitajs/umi-plugin-locale-plus":"^0.11.0","@types/classnames":"^2.2.10","@types/lodash":"^4.14.161","@types/react":"^16.9.49","@types/react-dom":"^16.9.8","@walrus/cli":"^1.3.4","@walrus/plugin-release":"^1.9.1","@walrus/preset-lint":"^1.1.7","antd":"^4.6.3","babel-plugin-import":"^1.13.0","del":"^5.1.0","dumi":"^1.0.34","father-build":"^1.18.4","husky":"4.3.0","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^4.0.2"},"husky":{"hooks":{"pre-commit":"yarn prettier","commit-msg":"yarn lint:commit"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"gitHead":"a8efffc22fce7d89fec1c77a3f9b022d36e50cf1","_id":"@alitajs/antd-plus@2.2.2","_nodeVersion":"12.13.1","_npmVersion":"6.12.1","dist":{"integrity":"sha512-37IAOCcTUDK5pQBdPtKtZjS7iZkVm7cO1cD4SMwzjYiLXtPIKffY/kUDIbJKC6mxC1jRMGb9x4/bC75dvuPteg==","shasum":"9d6c0774c7970f585ca1911fd402793537514a13","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-2.2.2.tgz","fileCount":139,"unpackedSize":189082,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWG3ICRA9TVsSAnZWagAACbsQAJaJHd381Pny5mVEnoR6\n3kvAcJEFEVsFP9+ALCX6puXpMQD3XETadE8FUAbFa24gExdnRyAkuCqFf/SI\nEHRWymT+ksSeUlvl6TyNIoIm1P5a6z4SS/xm4u+H8dRYD6rKJC5PdrqfzBcr\nnzMMNjqK6B3z8LDPtUwt3O/fy9hDaT2ChmWgTZEeBVndj6CMIkLa9x6iFLv0\niBUq6ebK69KGjYzBfU1bXdL2o/YkhoViXTt2DeTD5z7oRt4SDEidAaOXddTm\nOR99NXG4f9WRycG6GP9C4oSce+zr/rKyY7yJEdgRxko7CwXs8Y1J0i5mDS/j\ntgmjJWBgf059FiCX+5XgZvwQPXegz++IRu8l2enaw4Yoz3Sk8NaSjkHHjHZo\nPbEhjTzpXelUaQm3/0OaPWKLWtSPWOZMvKubkLsPywuyZskvw/uthrMvjs2j\nl4JEjSmtPw/876r7ZxwYDeNmvwu4gHE6nE59AZx3o2anawRk4G/zG6eL3pBi\nWP0tA+AREoDYNtfmB0ou6+p+Q85auJXGVAa9I472hiavCoet0YkfMn1/r1ca\nh4JphiUuVE6pW1Yh8A2ML/1T46wqiCb0HWLLyjSiU+FZbD1/UI0XKTb5JtOA\n8xX8sDaj9VrrEmriKeQA993JONOc/SKz22dIopD8cTBCpeS1gPIRQsOzeGPN\nBGJ+\r\n=eqTH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIQCSOUZsiURH5SuQnqF2bQYHQRk+opOyh5N4MZCvrpXB6QIfQGpKzN550oqfa75LAeB3V6GAsqfoGWqNSdAOp88qFQ=="}]},"maintainers":[{"name":"hang1017","email":"437132124@qq.com"},{"name":"sorrycc","email":"sorrycc@gmail.com"},{"name":"cjy0208","email":"fanluan058@gmail.com"},{"name":"shawdanon","email":"shawdanon@foxmail.com"},{"name":"wangxingkang","email":"156148958@qq.com"},{"name":"imhele","email":"work@imhele.com"},{"name":"xiaohuoni","email":"448627663@qq.com"}],"_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_2.2.2_1599630792077_0.9923717644755432"},"_hasShrinkwrap":false},"2.3.0":{"name":"@alitajs/antd-plus","version":"2.3.0","license":"MIT","description":"基于 ant-design 封装的偏业务组件","keywords":["react","ant-design","components","antd-plus"],"main":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"scripts":{"start":"dumi dev","site":"dumi build","build":"father-build","prettier":"walrus prettier","lint:commit":"walrus commitlint --env HUSKY_GIT_PARAMS","release":"walrus release"},"peerDependencies":{"antd":">=4.0.0","react":">=16.9.0","react-dom":">=16.9.0"},"dependencies":{"@ant-design/icons":"^4.2.2","@pansy/hooks":"^2.2.0","@pansy/policy":"^0.5.0","@pansy/react-fullscreen":"1.2.0","@pansy/react-watermark":"^1.2.0","classnames":"^2.2.6","lodash":"^4.17.20","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@alitajs/umi-plugin-locale-plus":"^0.11.0","@types/classnames":"^2.2.10","@types/lodash":"^4.14.161","@types/react":"^16.9.49","@types/react-dom":"^16.9.8","@walrus/cli":"^1.3.4","@walrus/plugin-release":"^1.9.1","@walrus/preset-lint":"^1.1.7","antd":"^4.6.3","babel-plugin-import":"^1.13.0","del":"^5.1.0","dumi":"^1.0.34","father-build":"^1.18.4","husky":"4.3.0","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^4.0.2"},"husky":{"hooks":{"pre-commit":"yarn prettier","commit-msg":"yarn lint:commit"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"gitHead":"e5635b303bf08919d83b2103083fc0d76fda2d1a","_id":"@alitajs/antd-plus@2.3.0","_nodeVersion":"12.13.1","_npmVersion":"6.12.1","dist":{"integrity":"sha512-n6Gp1AwnyDMZkU5wSRLT0GSkwQcYLP29oLrscydlgAoBe9zFxzfvOPh/NRjQK8y0LHouWnqyKzurN7isbyU6cg==","shasum":"f9f8807c09081d7febceefb28c813e5198708d74","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-2.3.0.tgz","fileCount":249,"unpackedSize":212905,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfXNggCRA9TVsSAnZWagAAiK4P/AhBB7bjPriWiIjxAxAj\noTCLzFmYVZIEjcqXN+Et+b6sB/ITwqG+SfpYamLIQGw8iX3BOyMu34M3fhvD\nzlHGskG8dQuO/lyxpAeFWFPNPJzyS3wOT6WJyEdY5ryfXnXkAIX25WCA/9Sy\nZ1WNpKa7prnW1g91C7o9poDzfO0kWcYfW6tulL0YUYv+w53KThtRyWMWstg3\nrY8Rct6NDhKJ9+1pduOYGAMcxsovpqKuSJSZnNqXmN7FIqGk6OM9o24iqRV9\njli3AXGXqqhibjMOJAOrBJCVj+Hv7ZX2Xmp8hsdPFMWvQQ9XXjM2it0bGZy5\nv6W0bhtDLzbN5scsrWWyrQjs/ZVFjHb59nNqyF0ZLVV9Z6lMk7ahcVDZk3z2\nRsvrtx7NdvYy3h/8/fOPSn+2VDD/JeL9SiMv6J1kNtJPHGtOvUqy/s3bUwta\nUZpGyzIdtrhL/ln0cvi2184oXtL2drSqzrvq91ChuvLK7TwGC/qrviA4sCiS\nIiHdOz8gl8UzpKk7IO+7PmI8BUBMuEdp6LDDZmtjz6pqWytrPBO3C17Tqwjn\n8VTOZAzlayT4xrh8WFN0z6rWg1Bbn8iZJYxlR8vFh3TGJIfFIicU77wzODI9\nEGgKNX18a4cNyXE6+AynIvfgx1pZE9hGxHc63Mxx4Zt05jtShj06yW/QpPxi\naIQB\r\n=gSrY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHZuxkiYxpDo+7cbWwnpTkUdzU+rRtriLroBk73fjeaNAiAimtr3ZxPHYi7CRK+TyRBxx1gUNmhpKyC+y3+G2CTCGw=="}]},"maintainers":[{"name":"hang1017","email":"437132124@qq.com"},{"name":"sorrycc","email":"sorrycc@gmail.com"},{"name":"cjy0208","email":"fanluan058@gmail.com"},{"name":"shawdanon","email":"shawdanon@foxmail.com"},{"name":"wangxingkang","email":"156148958@qq.com"},{"name":"imhele","email":"work@imhele.com"},{"name":"xiaohuoni","email":"448627663@qq.com"}],"_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_2.3.0_1599920160408_0.6977939137265046"},"_hasShrinkwrap":false},"2.4.0":{"name":"@alitajs/antd-plus","version":"2.4.0","license":"MIT","description":"基于 ant-design 封装的偏业务组件","keywords":["react","ant-design","components","antd-plus"],"main":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"scripts":{"start":"dumi dev","site":"dumi build","build":"father-build","prettier":"walrus prettier","lint:commit":"walrus commitlint --env HUSKY_GIT_PARAMS","release":"walrus release"},"peerDependencies":{"antd":">=4.0.0","react":">=16.9.0","react-dom":">=16.9.0"},"dependencies":{"@ant-design/icons":"^4.2.2","@pansy/hooks":"^2.2.0","@pansy/policy":"^0.5.0","@pansy/react-fullscreen":"1.2.0","@pansy/react-watermark":"^1.2.0","classnames":"^2.2.6","lodash":"^4.17.20","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@alitajs/umi-plugin-locale-plus":"^0.11.0","@types/classnames":"^2.2.10","@types/lodash":"^4.14.161","@types/react":"^16.9.49","@types/react-dom":"^16.9.8","@walrus/cli":"^1.3.4","@walrus/plugin-release":"^1.9.1","@walrus/preset-lint":"^1.1.7","antd":"^4.6.5","babel-plugin-import":"^1.13.0","del":"^5.1.0","dumi":"^1.0.34","father-build":"^1.18.5","husky":"4.3.0","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^4.0.3"},"husky":{"hooks":{"pre-commit":"yarn prettier","commit-msg":"yarn lint:commit"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"gitHead":"39456aaa6165d65e8a211cf80d1a96f4a3bf38e8","_id":"@alitajs/antd-plus@2.4.0","_nodeVersion":"12.13.1","_npmVersion":"6.12.1","dist":{"integrity":"sha512-J3eZtLyjb7ak7aRS0/fmFaHu7Lk9PT1q4U+jxZ88+dfO87GQayiTD1RJ3AE1mMz8QMOUZ10LMyh9ieu3qD2roQ==","shasum":"491c288e72616c197b6af22b852dbf31381adc2f","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-2.4.0.tgz","fileCount":291,"unpackedSize":269204,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaZiMCRA9TVsSAnZWagAA9qkQAIkcpc4plU/dQEOk1Eyl\noffflKiMZsKyYQEU6H9wYxGkJheLq5I3y/pbQAgrMM3xzo5u2A47jz69zsgL\no8Svgeu0HaRKmYVERZhMi4oFj0q2RKZYavCansJLq0ztW4F6iN5Q6/sCItpw\nNY+P4BbENwSVu7z0FRHlaq6nsSk5PZV45Kr/040+ZwTGic4cU/8w6yyfrSDg\nxUM4rIidFCrgiN/+3FfsPiRLojSv8ax6Y5YfrXkZ+g73hkHU1+MHkxB3TKFK\nQi8u9wPpb5ha7ypWYAQWiZhQB9lBCSeHuxW0/hZbZAwWl5yUNrBaNzGDsrhg\n9ojxzhzhxq2PRDW0ukU4fOOgZfsLEe4BpXPUDu7X+pC0zREPMzX+pBNLra91\nc7oRwu2KC16r+4sxFKbMdDMslJmJuFAJvCYIaEW0ZUkmX5erf+EAJ9Xdq4oI\nR5tN4qYXS18bpiLt1kJ7YIkaE6Gq1uDqyoowwbUIApW1iTo4j8n8zG1n1wyo\nq+HZwP56AV4f5lBVC/ioD6zkbRtpZ16blzAVKJK8fukSsOMg3u88tRs3WpJp\ngEj8atrL6p6mbvI+8K1EXbvDYcufN1FPXQPJtEaNrCcv2p4oEs5DPc7O69on\nBKVOUbgbXto9SdLG7912K+upG6amv1vCnif/5bowmIwCB6dFatDCQwsFznCZ\nOpMy\r\n=Ul20\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAJYbHcIjjiGEJweqNPF94CZee9XigGUvLVHXYL/xDynAiA7hjnxmi7UaTDnDW14LhX00GJkldfHRd/FhWL1S5eLCw=="}]},"maintainers":[{"name":"hang1017","email":"437132124@qq.com"},{"name":"sorrycc","email":"sorrycc@gmail.com"},{"name":"cjy0208","email":"fanluan058@gmail.com"},{"name":"shawdanon","email":"shawdanon@foxmail.com"},{"name":"wangxingkang","email":"156148958@qq.com"},{"name":"imhele","email":"work@imhele.com"},{"name":"xiaohuoni","email":"448627663@qq.com"}],"_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_2.4.0_1600755852066_0.8468453940662668"},"_hasShrinkwrap":false},"2.4.1":{"name":"@alitajs/antd-plus","version":"2.4.1","license":"MIT","description":"基于 ant-design 封装的偏业务组件","keywords":["react","ant-design","components","antd-plus"],"main":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"scripts":{"start":"dumi dev","site":"dumi build","build":"father-build","prettier":"walrus prettier","lint:commit":"walrus commitlint --env HUSKY_GIT_PARAMS","release":"walrus release"},"peerDependencies":{"antd":">=4.0.0","react":">=16.9.0","react-dom":">=16.9.0"},"dependencies":{"@ant-design/icons":"^4.2.2","@pansy/hooks":"^2.2.0","@pansy/policy":"^0.5.0","@pansy/react-fullscreen":"1.2.0","@pansy/react-watermark":"^1.2.0","classnames":"^2.2.6","lodash":"^4.17.20","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@alitajs/umi-plugin-locale-plus":"^0.11.0","@types/classnames":"^2.2.10","@types/lodash":"^4.14.161","@types/react":"^16.9.49","@types/react-dom":"^16.9.8","@walrus/cli":"^1.3.4","@walrus/plugin-release":"^1.9.1","@walrus/preset-lint":"^1.1.7","antd":"^4.6.5","babel-plugin-import":"^1.13.0","del":"^5.1.0","dumi":"^1.0.34","father-build":"^1.18.5","husky":"4.3.0","react":"^16.13.1","react-dom":"^16.13.1","typescript":"^4.0.3"},"husky":{"hooks":{"pre-commit":"yarn prettier","commit-msg":"yarn lint:commit"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"gitHead":"1d7a6640f08912ab5973b79e95995dc57cf2b34c","_id":"@alitajs/antd-plus@2.4.1","_nodeVersion":"12.13.1","_npmVersion":"6.12.1","dist":{"integrity":"sha512-7HHKy255MVtMZRT4KmBo+uwwAypzeBMRbU5IHEImagbf7Rc3nC9sUMvB4JmFLAw+4eFRYzpfD4R8ftaY6ZpOpQ==","shasum":"31a6ceb9625dd0aaab0006415252d6af3bb726de","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-2.4.1.tgz","fileCount":549,"unpackedSize":391052,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaZvxCRA9TVsSAnZWagAAyG0P/iKe5PvE6KdeAdVIewl2\nSMMtZxEWxGI60P3SI2T1FlXGoEWxn0UW88qCnxiBdkbK0d+i7b+3r2p9rbfm\nq+g3fKWsuPnHjw6IYrw2FJbOn3lgzm9sspC6TN1HDqmj6z5BxuDDeeWajKLH\n8IGLnmKdy+xPBtDtFxNcLeqpeocorNkkH/5C6lpB0XOi69d7EqAQ+ODLdOGG\nEE2C8PEbfUSuk5dbLhzEmlmE6ytTFWHPtiwoXrj98+HW8R+lYD/wEk86zx8F\nkLmNQcBFy5schwo/OZdNDicWjXIUm3P8S/gZHyJ5m3hC7RKJ0kEA6ZxHc/4J\nM14Bz7xMDUEPDad62yOmOuPcb6Mq6N7ZkJU8kc3nROQ4dHF4Zu0yxjQYUwH9\nIBU0zvpc4ETDoZRPDnCmttMEkZ4JUa3f1hW7EGu2qLvcab2ODAg0fsSLPsHY\n3qRhmsTZ/68T/IIc+6uUjYXGBSSP/RU0ji5KMRBGyvesAcB2ObR9wEy5wshX\nS6/30C6GQs39OjY0v/IYMxkkNLaWUC9VkT52Eb0A0dDRWrt/zMnR78lZUJo+\naW5ORwWB6r6GWKUuw2xUjaXoB/wv39kdFeQ1RetJ9vF4KqKslJtNNSQX/iF3\nWVCkB+MJaY17VN08/l8uD17TAON8mnD3LIDlCnRQlL+0+wu0uOtKVyEZW5gk\nRaLx\r\n=4iqN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB7PrdGksyg+qyLogWwQT2b3pAy+GrVn3Vr6R+Rv2TP/AiBmzovTBInu37EHpcj3eDqijElTfFveVf/IQy15nKCw/Q=="}]},"maintainers":[{"name":"hang1017","email":"437132124@qq.com"},{"name":"sorrycc","email":"sorrycc@gmail.com"},{"name":"cjy0208","email":"fanluan058@gmail.com"},{"name":"shawdanon","email":"shawdanon@foxmail.com"},{"name":"wangxingkang","email":"156148958@qq.com"},{"name":"imhele","email":"work@imhele.com"},{"name":"xiaohuoni","email":"448627663@qq.com"}],"_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_2.4.1_1600756721375_0.9041853038706229"},"_hasShrinkwrap":false},"2.4.2":{"name":"@alitajs/antd-plus","version":"2.4.2","license":"MIT","description":"基于 ant-design 封装的偏业务组件","keywords":["react","ant-design","components","antd-plus"],"main":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"scripts":{"start":"dumi dev","site":"dumi build","build":"npm run entry && father-build","entry":"walrus entry","prettier":"walrus prettier","lint:commit":"walrus commitlint --env HUSKY_GIT_PARAMS","release":"walrus release"},"peerDependencies":{"antd":">=4.0.0","react":">=16.9.0","react-dom":">=16.9.0"},"dependencies":{"@ant-design/icons":"^4.2.2","@pansy/hooks":"^2.2.0","@pansy/policy":"^0.5.0","@pansy/react-fullscreen":"1.3.0","@pansy/react-watermark":"^1.2.0","classnames":"^2.2.6","lodash":"^4.17.20","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@alitajs/umi-plugin-locale-plus":"^0.12.0","@types/classnames":"^2.2.11","@types/lodash":"^4.14.163","@types/react":"^16.9.55","@types/react-dom":"^16.9.9","@walrus/cli":"^1.3.4","@walrus/plugin-entry":"^0.2.0","@walrus/plugin-release":"^1.9.1","@walrus/preset-lint":"^1.1.7","antd":"^4.7.3","babel-plugin-import":"^1.13.1","del":"^6.0.0","dumi":"^1.0.34","father-build":"^1.18.5","husky":"4.3.0","react":"^17.0.1","react-dom":"^17.0.1","typescript":"^4.0.5"},"husky":{"hooks":{"pre-commit":"yarn prettier","commit-msg":"yarn lint:commit"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"gitHead":"fc1d9aaa4c82dbeaac0e081daa01a4322027f353","_id":"@alitajs/antd-plus@2.4.2","_nodeVersion":"12.13.1","_npmVersion":"6.12.1","dist":{"integrity":"sha512-IdHLABBfnfBck5JavoUvR7hX/Hc8sf6sF8yh8XKocniEG3cX/tjGEt/3IoiIETa4q4MMUNS/P3qsbLjIosNpmw==","shasum":"48d62b94ee3cf4f9e49ddcbf8a0978199baf6884","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-2.4.2.tgz","fileCount":571,"unpackedSize":438620,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvw8zCRA9TVsSAnZWagAAhFEP/3CEdR/6mpclC8rR5F2P\n4EGJ4qghwNdULApPzqEx5PUNoFf9UKKoTl42BiuCxIEmDKL6J0sUW0bwrY8Q\nFbzIEvJzyK/ICD1wI8vLvoFUXxiIHwxWPklXdGonLZNAHLC9hjoKI3ec300R\nKhh+ila8WRIdtsMnJpz2uoUAoz0aMwBNFWxIQhqO8zGk8hC0BPcqsIIYtE6o\nsTBMXfc8AFjQfoWthWQN2D8Wh8zIDhT9MSaIkTLhRmLt+X9JeHZDEIeRnnSB\npgeDfVgY/iHNfHossqFIc6btG7fLd3NbMlKNOJtjmPKTDEgh6Jl0/DUlL2ed\nKx2uYRWnqfB2rglc4JjXmLepYEYspEFDwxOC0lfChA+a6VJcSOG9mzZflGv6\nB6dxkezptoTkpKbkFW5utlDachqaWpl8s0oK5O5qp8LskfwdfS+rNAR0FpUq\n6plGUx9oTmyoWD4DZ73wyKScdp5iB6V5Rp6k4WNSwRMN3vVKbfeQoJp+F6LG\nFu4UX/6LF7UpBTWMe4LhNrfzGWgjFA3j6Q4h/jbF5m2cIlZsR4gSUHpRCyks\nQU5AWvYWMVc/cWkd51UBkQvmX5aWaMoSCLltsmo/gBA+EMutsSrmLaO6DSx9\naV6KQ1ex0yFvlmgB/aBkIzJwbmJekHm7Ee7O82tiGwDHvUOsRUUViPDJu5kc\nb8kQ\r\n=EJIu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFY8fxJdlktVL+gkUZqb8Nna6M0PoaQS6gOkKtOuhmv2AiBYsjhuPlsltL1BYKCGBZzXghrhOVaQLh6uTolehqW12g=="}]},"_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"directories":{},"maintainers":[{"name":"qclong","email":"1270253618@qq.com"},{"name":"hang1017","email":"437132124@qq.com"},{"name":"sorrycc","email":"sorrycc@gmail.com"},{"name":"cjy0208","email":"fanluan058@gmail.com"},{"name":"shawdanon","email":"shawdanon@foxmail.com"},{"name":"wangxingkang","email":"156148958@qq.com"},{"name":"imhele","email":"work@imhele.com"},{"name":"xiaohuoni","email":"448627663@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_2.4.2_1606356786856_0.6280473673386429"},"_hasShrinkwrap":false},"2.5.0":{"name":"@alitajs/antd-plus","version":"2.5.0","license":"MIT","description":"基于 ant-design 封装的偏业务组件","keywords":["react","ant-design","components","antd-plus"],"main":"lib/index.js","module":"es/index.js","types":"lib/index.d.ts","homepage":"https://github.com/alitajs/ant-design-plus","bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"},"repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"scripts":{"start":"dumi dev","site":"dumi build","build":"npm run entry && father-build","entry":"walrus entry","prettier":"walrus prettier","lint:commit":"walrus commitlint --env HUSKY_GIT_PARAMS","release":"walrus release"},"peerDependencies":{"antd":">=4.0.0","react":">=16.9.0","react-dom":">=16.9.0"},"dependencies":{"@ant-design/icons":"^4.2.2","@pansy/hooks":"^2.2.0","@pansy/policy":"^0.5.0","@pansy/react-fullscreen":"1.3.0","@pansy/react-watermark":"2.1.0","classnames":"^2.2.6","lodash":"^4.17.20","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@alitajs/umi-plugin-locale-plus":"^0.12.0","@types/classnames":"^2.2.11","@types/lodash":"^4.14.165","@types/react":"^17.0.0","@types/react-dom":"^17.0.0","@walrus/cli":"^1.3.4","@walrus/plugin-entry":"^0.2.0","@walrus/plugin-release":"^1.9.1","@walrus/preset-lint":"^1.1.7","antd":"^4.9.1","babel-plugin-import":"^1.13.3","del":"^6.0.0","dumi":"^1.0.37","father-build":"^1.19.1","husky":"4.3.0","react":"^17.0.1","react-dom":"^17.0.1","typescript":"^4.1.2"},"husky":{"hooks":{"pre-commit":"yarn prettier","commit-msg":"yarn lint:commit"}},"browserslist":["last 2 version","Firefox ESR","> 1%","ie >= 9"],"publishConfig":{"access":"public"},"engines":{"node":">=10.9.0","yarn":">=1.3.2"},"gitHead":"8a37f7aa5dff2ebdfe0b583ad2a34d75d01a5b60","_id":"@alitajs/antd-plus@2.5.0","_nodeVersion":"12.13.1","_npmVersion":"6.12.1","dist":{"integrity":"sha512-KNNLogmpht+nawUJkYYRqR4ac0BaQoUuGIC8cW2cfrDWOMc9hkagk8rul67spR5ddDGxQr+C5UIfywPLnDlGug==","shasum":"713de2f236b14dab41031e67ad479c0b733ee763","tarball":"https://registry.npmjs.org/@alitajs/antd-plus/-/antd-plus-2.5.0.tgz","fileCount":575,"unpackedSize":447100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxfPtCRA9TVsSAnZWagAAPxgP+wR10+u/J5uUlw8StQdD\nxSvcnk6Fd/iD+Tmzj0plzcJKStLwez9sJLMm6BcJ/wEUvw2R/PZVGjc/xnHu\nZ/JUgqOwSBTpYxwYKUKq/CoT4BjB/3NLHEkyCmgUxns8TjeJG/xz6ZvWoPLm\nSFMZbaPLLM3Wai43GbnNxnnjFezqZG4igLF2WAbvSoeDKWmovgtMlTTiXDOe\nl6ztwaIMtw5Oe6MxxZ7M1CvzhaSODVl2tUvkvRP/iLi8hIDTCwUIA2Pv7bb/\nkd9jt3w4rZErQ2LMoZ2QVhPrMfQuphiJ6jbuP1By8NUETI7C5OVnWkI8NZA4\njYwpeztZli4cAevJFerRbjlOePgUDW6VomSGFW3FC4SgeI/msH83jZo/tWMR\nbB5/F0yOaGX6p1sLJ30oI5qOQPkDSznKAJOtxsGXf9TF8IbyvXcSlv2254aK\nzKQlTOKIQ8C5rXKt+BJzLQ/QivaNG8NU9gb5LAVeWtLVDeQHG4XqrjU52BZ9\nsrHFzh7Rs8MSyoKa+EGKmGbDmG0dDOJsi13wiZalhemnb0WZ5mSzVg8IukGX\nY2BUgvBzgDoCzuDuqj2O32WPGeYvsfHiR+kj8jNE9Ij8VrN6TgdSr8CBZJdg\ncLhLCa6/DVygTzxz/BJgwMVJIEfywtBOAEZKAaSlFUq5/D+sPUeHTfhhisw1\nX8uC\r\n=pVvw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCeU6zxCKmns0CZkOSR5nqonHUY9erIAl161c86Ojp3YwIgF832SflKEQua1126AskpBtW2h3tdi27Bt/iagHe3rsc="}]},"_npmUser":{"name":"wangxingkang","email":"156148958@qq.com"},"directories":{},"maintainers":[{"name":"qclong","email":"1270253618@qq.com"},{"name":"hang1017","email":"437132124@qq.com"},{"name":"sorrycc","email":"sorrycc@gmail.com"},{"name":"cjy0208","email":"fanluan058@gmail.com"},{"name":"shawdanon","email":"shawdanon@foxmail.com"},{"name":"wangxingkang","email":"156148958@qq.com"},{"name":"imhele","email":"work@imhele.com"},{"name":"xiaohuoni","email":"448627663@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antd-plus_2.5.0_1606808556780_0.7011528726454104"},"_hasShrinkwrap":false}},"time":{"created":"2019-07-14T11:13:25.923Z","1.0.0":"2019-07-14T11:13:26.250Z","modified":"2022-06-07T09:42:19.546Z","1.0.1":"2019-07-14T12:21:54.174Z","1.0.2":"2019-09-04T12:24:36.575Z","1.0.3":"2019-09-05T06:01:18.674Z","1.0.5":"2019-09-05T06:03:53.983Z","1.0.6":"2019-09-12T15:56:18.614Z","1.0.7":"2019-09-17T08:55:09.671Z","1.0.8":"2019-09-19T12:33:04.174Z","1.0.9":"2019-10-17T09:34:27.376Z","1.0.10":"2019-10-17T12:41:29.295Z","1.0.11":"2019-11-20T12:34:37.580Z","1.0.12":"2019-11-20T15:48:22.187Z","1.0.13":"2019-11-28T13:11:37.228Z","1.1.0":"2019-12-13T10:01:00.928Z","1.1.1":"2019-12-13T10:45:14.960Z","1.1.2":"2019-12-16T02:32:17.726Z","1.1.3":"2019-12-16T11:34:16.774Z","1.1.4":"2019-12-19T13:20:25.419Z","1.2.0":"2020-01-06T12:21:07.608Z","2.0.0":"2020-07-12T06:29:47.512Z","2.1.0":"2020-07-28T04:06:41.558Z","2.1.1":"2020-08-02T07:02:55.690Z","2.2.0":"2020-08-20T02:58:23.162Z","2.2.1":"2020-09-08T15:55:29.825Z","2.2.2":"2020-09-09T05:53:12.244Z","2.3.0":"2020-09-12T14:16:00.516Z","2.4.0":"2020-09-22T06:24:12.309Z","2.4.1":"2020-09-22T06:38:41.596Z","2.4.2":"2020-11-26T02:13:07.008Z","2.5.0":"2020-12-01T07:42:36.927Z"},"maintainers":[{"email":"pt370390794@126.com","name":"pengyh"},{"email":"savebtc11@gmail.com","name":"ashoka_j"},{"email":"13067111941x@gmail.com","name":"diyc"},{"email":"448627663@qq.com","name":"xiaohuoni"},{"email":"work@imhele.com","name":"imhele"},{"email":"156148958@qq.com","name":"wangxingkang"},{"email":"292973338@qq.com","name":"shawdanon"},{"email":"fanluan058@gmail.com","name":"cjy0208"},{"email":"sorrycc@gmail.com","name":"sorrycc"},{"email":"437132124@qq.com","name":"hang1017"},{"email":"1270253618@qq.com","name":"hammersjs"}],"description":"基于 ant-design 封装的偏业务组件","license":"MIT","readme":"<h1 align=\"center\">Ant Design Plus</h1>\n\n<div align=\"center\">\n基于 ant-design 封装的偏业务组件集合\n\n[![Alita](https://img.shields.io/badge/alitajs-ant%20design%20plus-blue.svg)](https://github.com/alitajs/ant-design-plus)\n[![NPM version](https://img.shields.io/npm/v/@alitajs/antd-plus.svg?style=flat)](https://npmjs.org/package/@alitajs/antd-plus)\n[![NPM downloads](http://img.shields.io/npm/dm/@alitajs/antd-plus.svg?style=flat)](https://npmjs.org/package/@alitajs/antd-plus)\n[![Build Status](https://travis-ci.com/alitajs/ant-design-plus.svg?branch=master)](https://travis-ci.com/alitajs/ant-design-plus)\n\n</div>\n\n## ✨ 特性\n\n- 🚀 TypeScript: 使用 TypeScript 编写，提供完整的类型定义。\n- 💎 优雅美观: 基于 Ant Design。\n- 🎉 开箱即用: 高质量的 React 组件。\n- ⚡️ 按需加载: 支持按需加载，具体请查看[babel-plugin-import](https://github.com/ant-design/babel-plugin-import)\n\n兼容性\n\n`antd-plus` 由于依赖了 React@16.8.0+ 提供的 Hooks 特性，因此只支持 React 16.8.0 及以上版本。\n\n## 📦 安装\n\n```\n// npm\nnpm install @alitajs/antd-plus --save\n\n// yarn\nyarn add @alitajs/antd-plus\n```\n\n## ⌨️ 本地开发\n\n```bash\n# 克隆项目到本地\ngit clone git@github.com:ant-design/ant-design.git\n\n# 安装依赖\nyarn\n\n# 启动服务\nyarn start\n```\n","readmeFilename":"README.md","keywords":["react","ant-design","components","antd-plus"],"homepage":"https://github.com/alitajs/ant-design-plus","repository":{"type":"git","url":"git+https://github.com/alitajs/ant-design-plus.git"},"bugs":{"url":"https://github.com/alitajs/ant-design-plus/issues"}}