{"_id":"react-resizable-layout","_rev":"24-b84ed9b29c03d29b9040483117e45a9a","name":"react-resizable-layout","dist-tags":{"latest":"0.7.3"},"versions":{"0.1.0":{"name":"react-resizable-layout","version":"0.1.0","keywords":["react","component","dnd","resize"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.1.0","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://sgw-blog.vercel.app/","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"a21456a5095e6bc74bd1e6beb9bbe4b256b9151a","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.1.0.tgz","fileCount":40,"integrity":"sha512-e+nqE20ian3XRj9FSM3mzdYD4K6mKn9GPYeOU3fWLRdcJqhnlHjFrQz7xail695D9h327PaPvdkEfIr9cwaXKw==","signatures":[{"sig":"MEUCICNMstB+7GWbMUYMJv8QWXBccA9dKVQs6inSduJUdaZeAiEA9uX05DZAAik9DYn4R8QLmfAdHsoUmLNo1BryyeWAVc8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21929,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRvlWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrjwA/+JdZ49BZMbHsPJgsTYaCyCLgM7eHE+CTOpfqbuH01kQc7cKVd\r\nNIvB6lLoFoKGm4TxHP3xxq55eefO6PfjbiuqgdimP/O2Gxs6oFDdiv8APVSn\r\nj6jlyoLmrMEerCNwnodeZ40xU2o/xzsunUeHEIq0GSSjTQc8fxLfxrlxSqgg\r\nMW27vj9axLjV65Hf2cLoC0HZTYDdkt61JVGkSbwbgIfz2nM5q+8eMUzuaxn8\r\nAQz8JU+zmCivCoPl4Kq6sFWNNHYA7wp567bvGYdQP/5IfzGXfnlBLEwMYnd7\r\nbHLmCKVzPyHdXU3zjJwAZux7Y3jdvFu++dRBLe8Nz5Ngy2YvCDX0l4rWPSts\r\n02/0+QGEZWZ9EFaDmMSbrq9ebXDtntEROBnrAzjl+BTdIKvt2+Thlu/nIRu7\r\nhjv/4iaqg3VaeIrn9U8PL3iod8dbbVkTTZRTyfWttf81holK/HTZcTUyTXGW\r\n+JaUwZS3AqITH8JuXIBwLPWFZxZEG4BFtivdst9pYWy1xB0P4paj272QikXa\r\n4kfk21pS/VBMnsLmWYuwbqTdr46LIE6armwzGcCMoSlrdD7z3+vURJm6u+TU\r\ngYsc10h9tJeJfFhoYP+k9j3GzmnGdhirunPzwLoveWXgCHOJdq+eSZsTDCUi\r\nLCqPj3DtUR+L5kJjwtJ7NuxkjbQPyi31D10=\r\n=Q5s6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","type":"module","types":"dist/index.d.ts","scripts":{"lint":"eslint src --ext .js,.ts,.jsx,.tsx","test":"tsc --noEmit && yarn lint","build":"tsc","format":"prettier --write \"src/**/*.(js|ts|jsx|tsx)\"","test:w":"jest --watchAll --notify","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight headless React component and hook for resizable layout with Drag and Drop.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^17.0.2","eslint":"^8.7.0","prettier":"^2.5.1","react-dom":"^17.0.2","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","@types/react":"^17.0.39","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^17.0.11","eslint-plugin-react":"^7.29.2","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","@typescript-eslint/eslint-plugin":"^5.9.1"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.1.0_1648818518788_0.11661147163458829","host":"s3://npm-registry-packages"}},"0.1.1":{"name":"react-resizable-layout","version":"0.1.1","keywords":["react","component","dnd","resize"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.1.1","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"f653c5628ddf8ff0d2a70fec4b27b2f900c0b4fb","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.1.1.tgz","fileCount":42,"integrity":"sha512-lyiRIDN/o0cjBuri/x3QnO2G+PoYA8zX0dn836AEeeTMlpdwOKn5uIp2ndgATg09rQ4cFx2+GVyIbBrH4HUk2g==","signatures":[{"sig":"MEYCIQDewXOYeP3s9O3rzSQKrZ82ni8nwxGD2FBYA6njqdcG7gIhAJbk99rnk73LnYBE+9boL8R7VvIKjQEdLl0XU1+YrIsQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRwBPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobgA//Y1+q+3SBcrrvlFq0F8XOXLMXSGJ0RVxONpRlNMSMiXj2iyVU\r\nZQ3GIGzMVnjwABohhOahzQgtbmqcrKgGS+TQXNjG44rWnyQf+I/ZTGca4ICl\r\nOi32sVh/flN4qtIxHQPp0ay6gIbaanKsBxk/RhQrqaef64cfTB6FDBCcXOUE\r\npvyZxn8EbUPVZKLPtuXa6v1bfavAQtpNlCgnTKTBwXKKWGjZsn3fDcqUZd7a\r\ny8y/yDn2GluRbLuu4hc5mz98V66bqG8nijDI5UyvT99JuAXsQ7lxKDYMUtI5\r\nVrwf6hOTJ2JOZt/2Z9Ka31Go/qR4cH4n0H99KALaoX5AlU/gNsedTVV/vUfa\r\nYVhsW7wYclyrSUgY08RIhOaZwytdD9Qp4AS7YqymMpAMuqC2QS2Dcrre8a8L\r\nFFr8E7dusHgt4Q6UpzEoIvOoI/ii2UN2yonvtwvgHlru/UldyWd4Y3QwJHth\r\noADcvQbsd03cjH/2IpNSKptQka7w5oyRpwpE5rf2zleeL44DcV5swUssAr5M\r\nCRuIn8oeaWdBknoLjv7SrwvujGKfYPL6qPkm2O7YzEFkxqwoMJCf4tH2LtVB\r\nt1UU2GQAhEGprtfF+54ehtRwYlYqeej3KQZPDirfnbVIdwjYlPsrdE5l4+5O\r\n46lWmNjBNZAJVGXvfcmPEuiGTKnMXBcqoM8=\r\n=uoUf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","type":"module","types":"dist/src/index.d.ts","scripts":{"lint":"eslint src --ext .js,.ts,.jsx,.tsx","test":"tsc --noEmit && yarn lint","build":"tsc","format":"prettier --write \"src/**/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight headless React component and hook for resizable layout with Drag and Drop.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^17.0.2","eslint":"^8.7.0","prettier":"^2.5.1","react-dom":"^17.0.2","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","@types/react":"^17.0.39","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^17.0.11","eslint-plugin-react":"^7.29.2","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","@typescript-eslint/eslint-plugin":"^5.9.1"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.1.1_1648820303526_0.47476402443358334","host":"s3://npm-registry-packages"}},"0.1.2":{"name":"react-resizable-layout","version":"0.1.2","keywords":["react","component","dnd","resize"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.1.2","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"65b9dc2808632c7ec0d52deeaa1144f1463107b5","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.1.2.tgz","fileCount":19,"integrity":"sha512-iR7L9w91jIfb5DL69EGHPXUZ1BJTGYJLXySylJVh4B6ooPk1hyZCUtTNJDc5ubjzMe2Wy89zkgAhC3dNzWbeBg==","signatures":[{"sig":"MEUCIETE4uMcjPFGF0dExfX17Caekenj4H4RfFFXrMAN223GAiEA8ywEx4ZP32iHKg99PTnfsiAuk29pWxtb01tC8mjLusk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15133,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRwPnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4Dg//fWFIJiRqHyIUss/sxJN3AeRFaiP8H+aT7cdLZeKs/TDNlJhs\r\nRnHCk/bjE/prujLhmEQ4cGQoqJXsrgyNhw8rms/o7eLMX4xG2YHMKEsiF7iO\r\neQerQvH2TKVtQQdr07Wr8WP3N2VzWpEfUwjq6yburWNdEVbaVN9F6liAFP7N\r\nyU5TI7NMtzaujfjw+2ODuPpwk+LTRXdJ8fjhewPagnS3NJIdvwKdRef9RJj+\r\nLWRa7l/fjnMxKnUx1qz2Q6trSamZ82UQLYvq4v7ySltik7bo9AwIo4lKWht6\r\nTIa+qVC0IH52lWR/MsaZxXFbV9NlSKCaQmJ8Av5Hia3XXhdw7MJWKWdh4IXG\r\nd5UtWVuIVCpgbm+Yfv/oo24aDqJV+r3FFiGLofiGH2TXfoukGYibNPBDkgJs\r\ntHX0nyDrGvc6Cxf5tPqt+i7G0QDP8HgfaBEBZ84+xSJKKzYBDGqs8192Fx81\r\n1fqoL3JwiopFS0mtp//YyD7CNWZzFgi2B1xizrQMbXhLIODvfrbxrncg9QRn\r\nnNWCxf7q6R85yiQ9RhUHaCoocoIotcC9REInw5PzHC9x9b05ZMI7gK85z7Dj\r\nMhi0Od+MB97Gf/6g3RsWEICepYp8PDmu2ZjiIbxqFajET4ZXuTxKKi25QUSk\r\nM0R+Iuqi83sxCMhWcyFTnWX5a94gorZkxBY=\r\n=mwlj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","type":"module","types":"dist/src/index.d.ts","scripts":{"lint":"eslint src --ext .js,.ts,.jsx,.tsx","test":"tsc --noEmit && yarn lint","build":"tsc","format":"prettier --write \"src/**/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight headless React component and hook for resizable layout with Drag and Drop.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^17.0.2","eslint":"^8.7.0","prettier":"^2.5.1","react-dom":"^17.0.2","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","@types/react":"^17.0.39","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^17.0.11","eslint-plugin-react":"^7.29.2","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","@typescript-eslint/eslint-plugin":"^5.9.1"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.1.2_1648821223455_0.2895654526523608","host":"s3://npm-registry-packages"}},"0.1.3":{"name":"react-resizable-layout","version":"0.1.3","keywords":["react","component","dnd","resize"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.1.3","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"b3b0973c8b38cd65d4b48922d4df22caff1052fa","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.1.3.tgz","fileCount":45,"integrity":"sha512-ASqcN7/4W7skqQw13Vdjq3iPuBwKPC0sYJPeKLw19+nILqOW4+4QOKn0qA9d88ptp/c0foKHBrCvS70LVHWrlQ==","signatures":[{"sig":"MEUCIQC8vXPnDxviw3TeNsxHaru2rZsUkVy2ixa1YIay+T2aegIgFE/fJZUYAvHdRTb8IE9uyDL8ekNTjzLRAFbwXmDSuEc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32735,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRwnNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr/5Q/+OVFxBv3wkTRhc7WSb45ouQyapfjzpoTlcDYi7m3+kzsFtcz/\r\nTVol1OPnxjTk8amlbaAyKyg9ADmhF9/vKTye8EiKhwdRrkSRqMab1Z3Frq26\r\nL5jAsaZrfR5yzwrHf9+lzO5UeK5KIrshaiv0qW59TseGwfg9UlpgaqL0YcGB\r\nN02qTnYscggzdLNclL/t3KYEg9RcQYzYlkxmZcbnwZU+di7nQCmpL4I9zkCZ\r\n+9MTv1hzA7/bj6soUDA+hmmqTeqJ0k4lMQXJeV6+iPwkz8wFSjb9lXTLbzvj\r\nlLAwRaEORlka2dh7cE7Q9lGhOYwIrWUiJ7omiJdSwKc2JZ19TNQ4qBXZfSAs\r\nd6CACMxDPhZ/fBLQTg/zBegmKZhSJX9s0f96u7Oersv7lH1rfKSI8U7ErV15\r\ncweew/p/QRBTw+h82DqMiTGcIbjwvtSFzsqAor97OmkfiKa3XzagDG6Ot+i1\r\nDjIrqXuPuGbYSbwFKshNN5mufCnrIhpG4SJxoBhbmlmOHVMD0dVuFd8WDA7X\r\n5dlXOdJJ3/3NHPw0ZE9rVVxlm0C7mWzUmXxD+JXpOUH/nR2ZTKPd7VHjS/mj\r\n2CRM5+Z7bm8StjdXZOS/80za3RCDE68j20HVPzU7IoQWQRbR0MxR+mJpUdSY\r\nmLh/I3DXj80qK/nd0cuxTxkam4gH87yduJk=\r\n=ZEIU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/cjs/index.js","types":"./lib/esm/index.d.ts","module":"./lib/esm/index.js","scripts":{"lint":"eslint src --ext .js,.ts,.jsx,.tsx","test":"tsc --noEmit && yarn lint","build":"yarn build:esm && yarn build:cjs","format":"prettier --write \"src/**/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","build:cjs":"tsc --module commonjs --outDir lib/cjs","build:esm":"tsc","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight headless React component and hook for resizable layout with Drag and Drop.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^17.0.2","eslint":"^8.7.0","prettier":"^2.5.1","react-dom":"^17.0.2","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","@types/react":"^17.0.39","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^17.0.11","eslint-plugin-react":"^7.29.2","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","@typescript-eslint/eslint-plugin":"^5.9.1"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.1.3_1648822732959_0.5015143399127329","host":"s3://npm-registry-packages"}},"0.1.4":{"name":"react-resizable-layout","version":"0.1.4","keywords":["react","component","dnd","resize"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.1.4","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"1b22a66b4cfff4973dc9a5f918edf8c7f7fd416c","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.1.4.tgz","fileCount":47,"integrity":"sha512-+vZZ11cynMpzP72XCcxCnUPJwtfBCUNgKD5jOyL8JZoXRPrgaqrWElN50Xsba/ryYMqjZ5iA+MjGZsHng640Uw==","signatures":[{"sig":"MEUCIGfGvGVWksCg9Z29YhMUWchTP0K0uscX5KGNz7CkIGaHAiEAkjbIdB6xHCwgvx6HqCOw/XKwZWxGbdH5VBRDSRFLcpE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33174,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiR6/YACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq+tA//XCd3kr/x3Vs9+HHVhhxoNoheOyKK0AZrqiDULFxMBxZSRalu\r\nLgBJZRdhuJJz6M+t4OOKtqAovbwdHXEZvIJa9vWamkMd18XmmL4kpKZ/T/SH\r\ngsg7RLjtb9uWzDxZi3VvAif/418VtiPC2cOaG4ZLT+Hq0J0TObqyiNNmewqr\r\nsqGSoNGESDXXrXXoptI/7zMQEX8fZs+pd67Rsvwbpv6zyab7Zp+ziiEFd91J\r\noB5eUL4RkTo5XWwBUYwZ1q0WwOqim2M7w11I8OmkmdQ+unRtkBmZUr9mhM6e\r\neki4s8ZsQmQr9+INq6C+HQxFNTfuYKqzeQsdw6xgJ9XQP6ArM0M6MzaNQWpq\r\nGtMCvJxzzmzKtRQmynsuVLmsshcb1j05EZFJS9h970Gwn1eBiYmuv/lPEQ5p\r\nHxu8vCDz5OiuSoFguotmJj33ZTMhyYEq/ZAE3XrZSJjaTdtPtSJn2rFS7vRZ\r\npoDBQ75jjTaf8FmtBJSyggmuOeQdnqjO4wnLXxq7LL5r2q34OHVQfdcucM47\r\nh/40qb7pfNUbLabHxuZokh+1mx+fC0bhw3axnLI8kGWtTom3Dk1C7x6OXz1k\r\nJoHRZOZfYtLoYfq65s5rSAEBjF+52rgSm1XWCnO/3keUBT7X/1Vo3ZaoprgZ\r\n4cG0naEn4DSKhqR36QNYae0Wb6D3+p24g6E=\r\n=AB8W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/cjs/index.js","types":"./lib/esm/index.d.ts","module":"./lib/esm/index.js","scripts":{"lint":"eslint src --ext .js,.ts,.jsx,.tsx","test":"tsc --noEmit && yarn lint","build":"yarn build:esm && yarn build:cjs","format":"prettier --write \"src/**/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","build:cjs":"tsc --module commonjs --outDir lib/cjs","build:esm":"tsc","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight headless React component and hook for resizable layout with Drag and Drop.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^17.0.2","eslint":"^8.7.0","prettier":"^2.5.1","react-dom":"^17.0.2","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","@types/react":"^17.0.39","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^17.0.11","eslint-plugin-react":"^7.29.2","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","@typescript-eslint/eslint-plugin":"^5.9.1"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.1.4_1648865240412_0.1990196862082514","host":"s3://npm-registry-packages"}},"0.1.5":{"name":"react-resizable-layout","version":"0.1.5","keywords":["react","component","dnd","resize"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.1.5","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"bf794c940bf2c84dc6860836583ed9c890956a4e","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.1.5.tgz","fileCount":47,"integrity":"sha512-Lngp21kxrfhzHT1KT0qex1Ay7YW4aKj0ExJsMEKlmS+ZZb2iIntZScu3KUzvkjQcTCQihPDfVzdCbtcv2VD0Dg==","signatures":[{"sig":"MEUCIEi6x0OvG6iGCEcN8rGlKvSBBBHOnnxgNrUFKViBvZrsAiEAnJUis7dz6rf/JcQLntcyWRerr8EPzz0jylRTiYSDg9U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33201,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiR7V4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9FQ/+JotEfTi6o5iCRJ9zZu03DQeYN72gKuUlmgOC56CK3l6HBg+S\r\n7vc6saY7FGJt7hNH+5svAoz5EbSy1RkpfdprxNRk4ZtGcLEFKDWoV8qXOltI\r\nHGdyARaVtSZlgjapMSCCZmyJ3esVzH0d2NLHmA4mAf4wAy9S7R07ShN++p6/\r\nU89m+HWdYN9b0V++AnX54oOvQqG1ji1vd5e4w/hh07yg1NL44+8sZHDpWpnd\r\nX2MqSRgXtj32ww5pkDdhSoF2t6eqdoGfRY9FrS92J5G9EYHQkp8g9V8Ws5E3\r\n4s8E15KV+3WGahDaB9FjZk3ggZn/tKdyea3XGn/UYIBGUjDEPG+agNVn81Ki\r\nNLN3+4dzmbIc5IRGMXONplt61GAa51F/0nstkQAqbvCDKu+P+a/ssVuqwFkz\r\n0Dz9e9FaNdZsVbDIvi+sWvWKofZoUYfvupQY00ig1r6SKCNh08bSQcpvzRD8\r\n8/m9rGgde9tLCJp2LFsiDIHVak1P+nqx3Z215UmajYOJyHpacmGKLVMW63fh\r\n/mmpV6QSmym+ZNrekbz0/O79EcLQEgghsYRuJSotbBqqx3Lm8uTFkMQArt6Y\r\nrfNaS/LYmTUwg/fxVjXROn3ux8PqeYGCfLz+zuKWFNx4ra8jzfRs2NaGIFfb\r\n7h9ZfJ9iQ9+pM8zTGWOV5i+IUd/mvOW4z2I=\r\n=TPNp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/cjs/index.js","types":"./lib/esm/index.d.ts","module":"./lib/esm/index.js","scripts":{"lint":"eslint src --ext .js,.ts,.jsx,.tsx","test":"tsc --noEmit && yarn lint","build":"yarn build:esm && yarn build:cjs","format":"prettier --write \"src/**/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","build:cjs":"tsc --module commonjs --outDir lib/cjs","build:esm":"tsc","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight headless React component and hook for resizable layout with Drag and Drop.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^17.0.2","eslint":"^8.7.0","prettier":"^2.5.1","react-dom":"^17.0.2","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","@types/react":"^17.0.39","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^17.0.11","eslint-plugin-react":"^7.29.2","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","@typescript-eslint/eslint-plugin":"^5.9.1"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.1.5_1648866680494_0.5209355988587339","host":"s3://npm-registry-packages"}},"0.1.6":{"name":"react-resizable-layout","version":"0.1.6","keywords":["react","component","dnd","resize"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.1.6","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"221c72e5a640e97d49e099a799ba8df9ebbf8108","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.1.6.tgz","fileCount":25,"integrity":"sha512-N5vXt+Hg3/QjWea1/bjobShS5GEAEXnYLiqkdO49PVU3z4dVHS1/avNRp9XWvupIR5+ZMNE7ai6zJb6cKj7sXw==","signatures":[{"sig":"MEQCIDTwoSRSaiQtxC89gTyceRIHr0qHxlJTywCwKfwfoBH6AiB8I1tfymWFHFikBMAhRvJfY3D20ASx1O9YqV7nLAIPdQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18766,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiR7dvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqYPBAAl6sh6CEShgpU9Im9tIARYchrYFYIU7ntmIrwTFBG+f334xCL\r\nfup4PhP5dtMY2NZKwIEHGHLr4jp37Vht7/yXZZfuqTDnuCxqSTzh0RmmJA9l\r\nEyuOSD/rQFvUT3cphGDIvwA5xDDIc0QWFijGWms4ukZ6rdLFKB0g6owbKR3k\r\nkPnScJoq6WqCLPAzNqMsWcO3FFw61nJLU3FbenEUdKZClYpPZtjHzbECSRrW\r\n3N/VuZ1CLewq++U/qLq8bEg59B0Ub2SQGDiOEI+61IS6F8usPEyeq5olt8sq\r\nIIOiUCGM367KIaQt8CVgh/21SWWQJ7RHeZqP65wJs4/c6x/o5DgH4nK2Je25\r\nKRGk+Uv985pZMGRhYPxaEZrqkAwlubcCCHq5Cfib7G9ElMgEgouBgjPYEoG4\r\nPRSyeEn2V9CwGAiH2YEsBUbMkLGWMZGpqhIDVblto8cUZRQQ/f1mPKRLj8t7\r\n43/jQaL576fLpZCyYkKT6iCONK0bbUydPJvHBPV5yxyDPcsjdBxHhY63Moia\r\nBJeXNoFqqiNHrNaPDgGf2EzKHj1z4FFkswnWJbK8KixNlPGekxwJDuBoHf2t\r\nz24LiSwFGJvjvZLoFzW3tv3VBMWt9uDvFpW482H2RZonan7Dqp8D1UF4Lpoj\r\ncd/Q1feygPFJ7IWsUjVjbE7PGJ9OctuGE5E=\r\n=MJC/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/cjs/index.js","types":"./lib/esm/index.d.ts","module":"./lib/esm/index.js","scripts":{"lint":"eslint src --ext .js,.ts,.jsx,.tsx","test":"tsc --noEmit && yarn lint","build":"yarn build:esm && yarn build:cjs","format":"prettier --write \"src/**/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","build:cjs":"tsc --module commonjs --outDir lib/cjs","build:esm":"tsc","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight headless React component and hook for resizable layout with Drag and Drop.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^17.0.2","eslint":"^8.7.0","prettier":"^2.5.1","react-dom":"^17.0.2","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","@types/react":"^17.0.39","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^17.0.11","eslint-plugin-react":"^7.29.2","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","@typescript-eslint/eslint-plugin":"^5.9.1"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.1.6_1648867183286_0.7388406708564543","host":"s3://npm-registry-packages"}},"0.1.7":{"name":"react-resizable-layout","version":"0.1.7","keywords":["react","component","dnd","resize"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.1.7","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"360324b1cc5bf8f608a2f30aaa373ec0f876ea7f","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.1.7.tgz","fileCount":80,"integrity":"sha512-IIPxtsXTRBmOPAEK9Tdfk9rI2X0XuKptskQRsBrkFBcZ/BJPvL1u/D67xNm2B3kZ6b4sVNKoSp5BicYGeKDByg==","signatures":[{"sig":"MEYCIQDnTCJj52xUzS6SpZvuBl0NI3i2Dyw8T1lA4EaEwuXDzwIhAI2v4y5rHl7BsJ5pAPTgbXsnQ1zS2AsyaorZpMZuJKh7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1078491,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiR8mzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+lA//bu7f0TTdhzkMSvJ5o8AJ2Oa7Wwvkb+dhDR0P0LnNrSB0xNL8\r\nOhlfnzA4dfNy8B8ejmka+ojoOYmLLCo3vcgZj3HIcWXYt8TfDB8bzosF1jJ1\r\nJcCD+Ay8z4c9kYrmzUK1MQ+n7fO35gN/RWUSfHaOCe9MYT6skwJgq8m4s1t7\r\nYytAdEW8VmuRq6OWaBPWlZI4E7BsLprP4xA5EUZdTCzMOd3DBTmJbStHcvfk\r\nQPnz6ACoDk/0mBnb78hzfDTMA8nEVejzqOVAf0y6MFs05j5i51WELCdQO5q1\r\nqF7KbVH1IshNvLCpg3S1nwxJQU7/2WNJ5Nm1+hw0MmBEmafKc/DIKAUWZm9C\r\nFMtHL0E2+3kB7m07vghT/0KgEDaLCFwpQA154xGIDQofNLsynhApKnQBxmtb\r\nVHB9fETd4DK/YuDGbKu3LKlL8KKWcGgmhB9aGFCT3j7762ff3+p804s4YaDs\r\nZosMEkqM5GpENO7rJCxqCJPsClWvRvC8nCRIaZ+OaR+e1uLooxKI5P9FfZcL\r\nv8WrzpeKgRAv2cEiwRiAYSRxwUmCNOutI+Z1SvWx+orNJlQ14VymIXvd/0A4\r\nXLNZZ61LhQLqy0iN7ZSxKKDuLQO+f49ur2ax8+fmb8a6hnT0FxGnXD22jAjQ\r\nhbitQc5cwaqs8urw5SizNGgAcVTXL7+ntS8=\r\n=7jTI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/cjs/index.js","types":"./lib/esm/index.d.ts","module":"./lib/esm/index.js","scripts":{"lint":"eslint src --ext .js,.ts,.jsx,.tsx","test":"tsc --noEmit && yarn lint","build":"yarn build:esm && yarn build:cjs","format":"prettier --write \"src/**/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","build:cjs":"tsc --module commonjs --outDir lib/cjs","build:esm":"tsc","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight headless React component and hook for resizable layout with Drag and Drop.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^17.0.2","eslint":"^8.7.0","prettier":"^2.5.1","react-dom":"^17.0.2","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","@types/react":"^17.0.39","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^17.0.11","eslint-plugin-react":"^7.29.2","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","@typescript-eslint/eslint-plugin":"^5.9.1"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.1.7_1648871858952_0.3230828005872888","host":"s3://npm-registry-packages"}},"0.1.8":{"name":"react-resizable-layout","version":"0.1.8","keywords":["react","component","dnd","resize"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.1.8","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"fd8e97c304c174ff42ea46190275f25afbe3654c","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.1.8.tgz","fileCount":80,"integrity":"sha512-X6QE64kwhkfQNZrS4flKlXNbvtNHdFSGz4+rwBfUBJ23JvXXepAVYX5f5ESkVyziKo6PW9aitgNe7phXat3KiA==","signatures":[{"sig":"MEYCIQDkNalAe0ywxYrBZ5RqADxWaG4f6LiwECSooEy1S8ySRAIhAIfYstDDxRv6L0JqRMQ3QH9cwSh99HSyG+cPN6Qctwcn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1078426,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiR8xTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/6w/8D393/IWuLK+S1/DxZfc7MG+r0GnVyN7+nA1JwQENpP5UqnpQ\r\nWMmyD+rmzEb1N6zF+TBYiWduuXeHE4oc4JPOjS6G9NggInhd4Pr4XxfuQCsu\r\nMtovTE6bySawB7IeY3QvJGxlcDsp3Bf1hQfsWXSguiPHxk7Tya77EV1TpCaj\r\nn0UfshJQE83IxxfZVk3uGFs4zHtKoC+bABOQ2xB/85qm1flxw4scyV/RcpIO\r\n2f8c3s1w75b3XS+VamOtKXKJ6BdveJX5NuGVNG9bDLGtECjqejDzc98Bwtij\r\ni58t4R9c+Qs8D9A0AW4vCyU03EYIatcrZ1iGcFKD/ZkgeIgrDJzA4u5S3yTq\r\n6P1amdh03OJO2yN7caI5F1DZEcIwl1qB5hjZkWcAdbgbHUBVLT0nhVedBOLO\r\n6quSj86TKkDkmI5AF868nr374y11Gjd6cIbXxrmtqC6sxQpEL7hTHJkq+CWU\r\nI5n7cGQQePUUfedM+CY5BBH8V68lc+P8SxMR8JFGJeu7vYTEzPzG1NdLFnWl\r\n+KfW4j19v0mbFi5OrmikwgjWDorGN/sdF61rJ6kNvrNPwb0xrtVzY7q/LNDY\r\nqLMCp2dRos5uFJuoddGwtXrAQds4uR2/qgv0IAOEgCGqlRcgvwMuxrn435pG\r\n+NCrhazMyD9N7zK+gidg7wr71WI9XcbeDdg=\r\n=0wt7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/cjs/index.js","types":"./lib/esm/index.d.ts","module":"./lib/esm/index.js","scripts":{"lint":"eslint src --ext .js,.ts,.jsx,.tsx","test":"tsc --noEmit && yarn lint","build":"yarn build:esm && yarn build:cjs","format":"prettier --write \"src/**/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","build:cjs":"tsc --module commonjs --outDir lib/cjs","build:esm":"tsc","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight headless React component and hook for resizable layout with Drag and Drop.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^17.0.2","eslint":"^8.7.0","prettier":"^2.5.1","react-dom":"^17.0.2","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","@types/react":"^17.0.39","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^17.0.11","eslint-plugin-react":"^7.29.2","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","@typescript-eslint/eslint-plugin":"^5.9.1"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.1.8_1648872531267_0.24159068967790742","host":"s3://npm-registry-packages"}},"0.1.9":{"name":"react-resizable-layout","version":"0.1.9","keywords":["react","component","dnd","resize"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.1.9","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"817dbaeedfaae33fd299d4fdaf0573cca5ed1ba3","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.1.9.tgz","fileCount":29,"integrity":"sha512-fetNSzKgou7J8ziSElqHU3L7gSCKOZkZRIC+v5M8ZXP/Pm2NPT69+dp+pu4WCEec6k3sBqjFfG9BdSW/pC3aKA==","signatures":[{"sig":"MEYCIQDY3qU6G67bJSIlGBvsJEMy18pEw+Nz55bedS85sFEqIgIhAJ8ieNafZLjA5Ch97quGjifqeGQnrkWl997HKYexuLE9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiR81bACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmptWw//XFicwDQn+6OoUD3sg16azNB9obDcC5AddLvLlGYBQUzxg0DQ\r\ntCWq8STmKY5thMNHQvl7NJsRUZQEnhHYNZByhZCSLdMR5sz97UNQZrnAWdfE\r\nB/P8Kn2beaQCZGuoW8r7l/5RiXiP+zeHTpQNjTjx2muVdKidbQpOQgUkb5IT\r\ndSVS7r89D4swOht1SoI/HlNVPrGQg8fj1gtcY3VEEVFx7aAem9io+aMIVTUZ\r\nvIYLV578CshlVJXleFnMW3/IYe8V0MVyVstLWEP45GNT/qpWvklETGoAtDJ3\r\nXUdXZ4AFGNA2+F3Iinrj4MhYQnkzJk9Uk8LJoSZwnc1zikLIVrK3i+8NGhN7\r\nIw54nQ2Z/uLGXw0nI/vGtFL3rhtfHi/EJOxm1g3yvrY9VMIqLjFeTtuM8/nl\r\n+fzzjg6or1GIZZrbyuhRMGtyu4L8oZnUfD0lQdasm6dt6Gz97M0tnotJsZvT\r\nq2yNP5EprLxMZzXA+uENrZPB5lXq9IHxYm+qfY9viaIRaZFpq4av3DJy/o4P\r\ntRIjgfTzIr6GAf5jxOYyNP34eIVZyp1Kk95reMOiIIYJFtvR4ZCXIPtzLzA7\r\nImlb9EILIXhnFri+UyVbGdNFpF7qX75r9rDxhs2reZiF2ucWUiwLnHwdXbJ0\r\nMseGObC2c57p2mf4Fiw6J8+V0v3ypx8TqAE=\r\n=XqEn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/cjs/index.js","types":"./lib/esm/index.d.ts","module":"./lib/esm/index.js","scripts":{"lint":"eslint src --ext .js,.ts,.jsx,.tsx","test":"tsc --noEmit && yarn lint","build":"yarn build:esm && yarn build:cjs","format":"prettier --write \"src/**/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","build:cjs":"tsc --module commonjs --outDir lib/cjs","build:esm":"tsc","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight headless React component and hook for resizable layout with Drag and Drop.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^17.0.2","eslint":"^8.7.0","prettier":"^2.5.1","react-dom":"^17.0.2","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","@types/react":"^17.0.39","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^17.0.11","eslint-plugin-react":"^7.29.2","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","@typescript-eslint/eslint-plugin":"^5.9.1"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.1.9_1648872795401_0.6176542176225883","host":"s3://npm-registry-packages"}},"0.2.1":{"name":"react-resizable-layout","version":"0.2.1","keywords":["react","react-hooks","react-component","headless","dnd","resize","typescript"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.2.1","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"b6d7bd06fd5b31167bfaf7d0ac820ba62a7d3ab5","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.2.1.tgz","fileCount":19,"integrity":"sha512-Bm63x8mt94F3CY8tCDADjoDoy83rBYb8MvI4nE+mkkI5OTyXH4crJTCewvVTYFNxZpSbNSb2YQaHWpA2lS5/9A==","signatures":[{"sig":"MEUCIEi3lT2Rjqc18tb/zGyLAKzPJXZRU4O3idMltSoLeZxfAiEAzXXtLrqp5ArUpwXqZXoYJuUDMhUgWUbkUegcr586xn8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":136697,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJibM2TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmroXg/+PrZEipbT+tvavqIGuPPz0yWCaq8VAareJoGBmTexG9cGY7nT\r\ntzpseiSYtftNZaNf8tHwxkBXu6RXLqEk/v4hpvpalq2scdF4ckwUj0I1OOwn\r\nKAAaUO7KrPyNIwvJHM2/Qn2zV41StFeT3yIiODwfE59zBgHkAKf1Utp1gwiO\r\ndaZl1einSB/ZakC0Cdzg7IXtkSfdwnmym3Jc1RGtGqVhiwHlv7DPu1oRWQnu\r\n7urDh3X3o/M4k2dNZdTEyeNc5hsoUi7bTdHXpzoWFMmQc6wBov00ft9O8orJ\r\nol3Bzh/zdXIg1YDREowHmH4sFwYNma7oBsAzpGciHdNOG1FZyCBB4NTTHtZy\r\nM8MIkj+Ak5QwtEPnE/EQ/CAmVwvjRN8wJrrgeaXI0L5Xa1MUESyAC/amHjTJ\r\njLkH6bbZoVDdr6Du9oTaZHxzR6JjNiq+sLMyrvleHZa+qW6RNiCHMuPgQSJV\r\n0n2J9/CNb2PLMOskWasZwjxUx5/COBLV+LacMz0T+DljBj+0ROFt5DdSkz0H\r\nb7CS3E2F8uhDAVJgZo+pMUO+6RFvlJ7FjBo4Zkcz1zRIdLqOBRMKm8hWHRPW\r\ne8bsu6fQxX28R4AKguSKPV0NbivStYGV4QVkKzOIC2sG7p70h0SbR5KhKEQX\r\nOgrgNfVs+EYzrGuuE2GZres3qaqfRHoTaK0=\r\n=VX67\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","module":"./lib/index.module.js","source":"./src/index.ts","scripts":{"lint":"eslint src --ext .js,.ts,.jsx,.tsx","test":"tsc --noEmit && yarn lint","build":"microbundle --jsx React.createElement --no-sourcemap --compress","format":"prettier --write \"src/**/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","prebuild":"rimraf ./lib","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight headless React component and hook for resizable layout with Drag and Drop.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^17.0.2","eslint":"^8.7.0","rimraf":"^3.0.2","prettier":"^2.5.1","react-dom":"^17.0.2","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","microbundle":"^0.15.0","@types/react":"^17.0.39","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^17.0.11","eslint-plugin-react":"^7.29.2","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","@typescript-eslint/eslint-plugin":"^5.9.1"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.2.1_1651297683431_0.09127180013063918","host":"s3://npm-registry-packages"}},"0.2.2":{"name":"react-resizable-layout","version":"0.2.2","keywords":["react","react-hooks","react-component","headless","dnd","resize","typescript"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.2.2","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"7ae2ef6bdee5d0fde91c83d7618dea60d96c7017","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.2.2.tgz","fileCount":19,"integrity":"sha512-GYhmbeEg6/ybyUIrFKvNdEAXPIYAUfCJ3CQ6PisgQYwBPQvOX8Y4uZExVYzS/QrLN3fUnOoGIRQBFCkXxq7EQQ==","signatures":[{"sig":"MEYCIQD9pR6a7rducHX2b3+7OTjrMIUYZl4EGeApInBwFVZh9gIhAPTpuCSX5iLVmpCIOCXfxLXaqYd/8xkbg6R/DrHzE7hz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":146748,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJibNYOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQ2A/+OojU3qJ+dtgfpYKC9U6pWpsq6+PscQpXhKiBtKN5UiI7k7YU\r\nGhoA1NAMtLVP2t++LMMxPtOwwHGrJXqOrE/JJQy8L0OsvSm4Tl2lSoLA4HIR\r\ng+Qx567SdipTKgM2merJd5ewjAvtod5g7EEQMXO+OfCqv5nyFgueqv+gAM1R\r\nFgneGT1lxXOIPbWgGfST/NNWZ5fcfR82Hr3qwraNMnWPr3JapU608trl9tTz\r\n+O5IQt6CpPkfxWK24VtWr+Py84+ye+594dCRxMo0ojoDJdROmBdxf3gCpc9V\r\nqbC1lpBbRCzXueC3sHHjoq9KMIhk82Mcp96VaAhHa2K/c6pvQU543ucv68Qn\r\n8IeC9qQFe56bX/0p2og9L1pBax+hLz9LECBkBhSsvNSHT0eX1tDfBx1kKFpm\r\n2BgKy8bphIV/i6+vYPLWnuKhYwClx+1bt3YofFZjStdh7pwWcaXKAXvTUPXU\r\nQdCgKX7BIjqhQ6PRw2XJ7UuOMvT3XviZnOfDfUyHeOAGAKHN5LquI/c0jqoW\r\nN7YpPryBHpaICn05so4saKCa3GzracowE8l6xinqxzcM5aE83FvqLVdUfi2w\r\nukf3rERO9lAfSFLuOWHjETQn1Wxgn6G7k8hB8zMNE7d0oW5Lu1uHgiW7ncvM\r\nIdB8gDavIKcadNHBzqtCcyDuspvxNm1lFYo=\r\n=IE8q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","module":"./lib/index.module.js","source":"./src/index.ts","scripts":{"lint":"eslint src --ext .js,.ts,.jsx,.tsx","test":"tsc --noEmit && yarn lint","build":"microbundle --jsx React.createElement --no-sourcemap --compress","format":"prettier --write \"src/**/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","prebuild":"rimraf ./lib","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight headless React component and hook for resizable layout with Drag and Drop.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^18.1.0","eslint":"^8.7.0","rimraf":"^3.0.2","prettier":"^2.5.1","react-dom":"^18.1.0","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","microbundle":"^0.15.0","@types/react":"^18.0.8","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^18.0.3","eslint-plugin-react":"^7.29.2","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","@typescript-eslint/eslint-plugin":"^5.9.1"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.2.2_1651299854283_0.8584626304511969","host":"s3://npm-registry-packages"}},"0.2.3":{"name":"react-resizable-layout","version":"0.2.3","keywords":["react","react-hooks","react-component","headless","dnd","resize","typescript"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.2.3","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"27615fbb7a425804b0547da489e4b110559e4340","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.2.3.tgz","fileCount":15,"integrity":"sha512-QHA0u4dtN3O+0WBunyh4nyiKEJ9Pyyp++kiSunCaTM6dT3CHIaLtZG0891s9avnnrcFoL6KxzIicTvnTSc3vtw==","signatures":[{"sig":"MEYCIQCF1FogrkUyzVbAlhTHc2FEWUPBv7o1KEfrZtFknWN/QwIhAKB9Yo9wSClmDUmRPQQaCZPhFdBM1fC1zG+DhEnbljfu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":143429,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJibNa/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrLQw/9EJiq4onenlxMmugKCp/KcPLnLexuvWHJIQIcqmPD/Zg3soJ5\r\nR54OV2pB3nKq1iGQptGYesRZYorpZEUay1SpxtYjRZQ7BZJRrPLvG3MefyCT\r\nPvS/XUg7U5uE8PYvjlOJlppMiuodAw8p5iMu2Y9ZLNtnU/BC2u33IIN4CBLd\r\neQx4d5lNCB6jSvZ8R0nD8XvVdvyn1o8hCk3IjKk8KVFkYbv/E81HtGzECLSx\r\nY9mXR5AwJnkHjII6lFE3KcZlFE/32gQsyugATJwfTwLU2X/K/64PzPSyLGQ3\r\nKbGNy1je+ETsT5CCAHkkJg3Zbfr1aeAkYqMumtU6n5GmNcOpanHSkjv7gvdy\r\nxBQRscQK6mwI4U/u/RSZyRt4F2j3jmtfsNAX446nCCmyLw0b+qWlYjNikMuy\r\nasrVunkTqyqyOEhTBRtD5mwvCgkEVL0CSL0dxIOlip8wPCi3Xa3eR60ecpLa\r\nrg45iY9z8r1GVhwPrFOQnc4IBMxkZJKxFlS13sS1pN9PemP6F8zUeHz2E/ab\r\nbysItG20zrf06D2qqk2+T7k0JMalwmQAOpo7/EBDm1E4zHP1si91d09szsIb\r\nkG8QFW5U5Y/R16nwMwxFfbIzYODAI3ea5Y0FIyZkJIrRBh5BItnCEv4Hdcte\r\ncIJoBeNGJlFdBNFgsHHd+yj4UztfOW7g/mc=\r\n=PAdP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","module":"./lib/index.module.js","source":"./src/index.ts","scripts":{"lint":"eslint src --ext .js,.ts,.jsx,.tsx","test":"tsc --noEmit && yarn lint","build":"microbundle --jsx React.createElement --no-sourcemap --compress","format":"prettier --write \"src/**/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","prebuild":"rimraf ./lib","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight headless React component and hook for resizable layout with Drag and Drop.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^18.1.0","eslint":"^8.7.0","rimraf":"^3.0.2","prettier":"^2.5.1","react-dom":"^18.1.0","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","microbundle":"^0.15.0","@types/react":"^18.0.8","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^18.0.3","eslint-plugin-react":"^7.29.2","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","@typescript-eslint/eslint-plugin":"^5.9.1"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.2.3_1651300031757_0.5382149458431795","host":"s3://npm-registry-packages"}},"0.2.4":{"name":"react-resizable-layout","version":"0.2.4","keywords":["react","react-hooks","react-component","headless","dnd","resize","typescript"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.2.4","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"7e3834c41cda62006229b0412f481e55ab0b89ba","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.2.4.tgz","fileCount":19,"integrity":"sha512-k+SJMeAebxALKoNs+CiJFj5Z1YNyHXdALs8ZNF7zrsxwuR5JAIpg9xFmHPAuMECnl/axl9PKgfdHs9J2IC+jtQ==","signatures":[{"sig":"MEUCICXvtWbYwgjasobtVof3UwOD1CNpLLxAg4cI8D2Dp2TIAiEA5nXjE9qYRGuGAqJyA7i16oENGMRzYLzza6A6gHwv6tw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17934,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJibNqmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoheA//d9yH+f9Dt93CgnMJk7SPxB6kbqnINM1TXi5gk5MlF+wWm0GY\r\nomkrOB+z1APOZAOybh3fIIuqMFP1HM+rVms5o5aOlErpjTk0Ahy37DI0fgXd\r\nKF/DWfzZWPbrSILaFcCHditPMbe+PP9mOcjgwYZ07fVo5FJu6Y3svc0p1lwE\r\nmuhaDJRNV0s1CU98B1JhQzpdIWoO3BEL/25O3h4KTdhF3yW9PRPRejc6zU4d\r\nWdNcPyTrSM/Hirhp+YYJ8IjyGNuzzls8Jk5GVX2WldN/LLO/dZ4q5yOC97kx\r\nMHy1tQ4P37PaamilsLIFc8EOdjq8SGDqVlyet3NQTPaSuOtP9K9fdhwtDENc\r\n3uVS4vUACO5ZjDur5gRx0GYYRIQKrdO98101FN/GeOnKan6lhCkaDNvTXzar\r\nGlLz3gYpme13FxIyE8F6lGVYCSJIIRU/KYidcAn+hNwOAK5XdJJitOxk1Ai3\r\nQmZo68s6h1pzp3vLYX0CkeUVxKqYMDKymUBqsXKCt+IZKRmj+hXPrMqtNCE0\r\nw3GTFvMiCRTWTxptoD1MyVdT8OBzhB/rldqnuQ5sfjQblDXrj8FtybmrQEmR\r\nR0dp8DR8PhM6Zaa8FjwoNQTn43hyvGfW/DlMVmdXFbdA2Px+FsHB6+G0lqu8\r\nFNWlcG9VtqXR28Oya+tP/X7E2+iqK95oANA=\r\n=CjhO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","module":"./lib/index.module.js","source":"./src/index.ts","scripts":{"lint":"eslint src --ext .js,.ts,.jsx,.tsx","test":"tsc --noEmit && yarn lint","build":"microbundle --jsx React.createElement --no-sourcemap --compress","format":"prettier --write \"src/**/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","prebuild":"rimraf ./lib","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight headless React component and hook for resizable layout with Drag and Drop.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^18.1.0","eslint":"^8.7.0","rimraf":"^3.0.2","prettier":"^2.5.1","react-dom":"^18.1.0","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","microbundle":"^0.15.0","@types/react":"^18.0.8","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^18.0.3","eslint-plugin-react":"^7.29.2","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","@typescript-eslint/eslint-plugin":"^5.9.1"},"peerDependencies":{"react":">=17.0.0","react-dom":">=17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.2.4_1651301030054_0.36023757001436896","host":"s3://npm-registry-packages"}},"0.3.0":{"name":"react-resizable-layout","version":"0.3.0","keywords":["react","react-hooks","react-component","headless","dnd","resize","typescript"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.3.0","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"def9b8366b62be78b0960b4a808f88d5f4c70a3c","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.3.0.tgz","fileCount":22,"integrity":"sha512-Kxtpzj28NM9Gxyrp3sLSSe05ZDi6ZzCBTxqN32IsJcQv84ICJvhGfe3ZKEgA9rNgLgAFiVXhFnQPgmFtt2G8SQ==","signatures":[{"sig":"MEUCIE6dbR9IKA1YYqtfh7j0uHCxk4QtNty881H426Wxq0GwAiEA+m/QfjSsd3iC+i1/HPIGTlUbeBv1yT5rDhPxMp7EGN8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23349,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJipYv7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrk6g/+IosR+gXxTHPbGkFniS/LYC0djY4ROYMfFoM8YNzGxyYNoTjg\r\n7vDrbcennKnx734FGUAhqhti25bLQCVrbtXrz8MPD7bi+igItl/3GBL1/zeH\r\nVwmmwQ0y9dtKoaBrUtiiu7FZrbT3QH/w5EWUeUHDjU4iTz5hqJbbO8StLZRk\r\nRPDMmsMeuuhOew3MxDB4aoEQ0RjskA4sz4Emvgbr3PgnzDESO7tpk/ZJlMsT\r\nZwzlXyJUwzper+olRERuGk9ywJxmXDbRoJ3zz0hk+wS8mR6R4EnrZ8yFOmUg\r\nq6pmBdU1IezcCtYkQoalcOPJu6yDUm8EiTJLqVFnTtOhy8503jR+SkVbzsz4\r\nD3TxaoYECtx2OrDU9J/08gOrM75hqA6da7FAlCxWMZPdMLBTmP5qE6Y3ms47\r\nFMf+aFcLf20TwqntYUy3PjUR0Q5AzPNyBuhubnkFJr1P4L33asHVSvxGix9k\r\nQt3/hluCl4XfZxm/mgy2Uwf5zCaaMnECiAPPwWpEgCJY8VneHv5M7/eFSRnu\r\nDR1FKeFA7DG9aNYoiOhsVC88sT4V4qTH/RdxjaFnrlclB66gJzJNoBhtq3TP\r\nv7vCqFZQfS7LOm3fRMPreFugO/BN+4wV5oOQwyrlX2efgmhMK+YULT2gJatu\r\nKbiYJQLJeU40laPeHKttyy4PwFEmhIo8F38=\r\n=9FaR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","module":"./lib/index.module.js","source":"./src/index.ts","scripts":{"lint":"eslint src --ext .js,.ts,.jsx,.tsx","test":"tsc --noEmit && yarn lint","build":"microbundle --jsx React.createElement --no-sourcemap --compress","format":"prettier --write \"src/**/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","prebuild":"rimraf ./lib","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight headless React component and hook for resizable layout with Drag and Drop.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^18.1.0","eslint":"^8.7.0","rimraf":"^3.0.2","prettier":"^2.5.1","react-dom":"^18.1.0","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","microbundle":"^0.15.0","@types/react":"^18.0.8","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^18.0.3","eslint-plugin-react":"^7.29.2","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","eslint-plugin-react-hooks":"^4.5.0","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","@typescript-eslint/eslint-plugin":"^5.9.1"},"peerDependencies":{"react":">=17.0.0","react-dom":">=17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.3.0_1655016442861_0.48060873021536343","host":"s3://npm-registry-packages"}},"0.3.1":{"name":"react-resizable-layout","version":"0.3.1","keywords":["react","react-hooks","react-component","headless","dnd","resize","typescript"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.3.1","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"b0322487b0d5f87ad7fe88897b11de133bbd5bff","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.3.1.tgz","fileCount":22,"integrity":"sha512-gcSIqDHQyl9UONLjHojFlgW9exFyAQ9PgD7igjAx5lM2aAN9JGGF73mShk7DlxHEBFhLUag/Iz8A3HvJA5n66w==","signatures":[{"sig":"MEQCIGjrKO+A0hI73x9X0SOOjervzks4y2VF1In8o0erpIC6AiBMUjjDZmvJMnU6QyGcunbr+wCO0/FdBtAheVAy9+Fi1Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23788,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJipZDoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBexAAmlr3tgdlR0/YbeQo8VqaxdjvELBR4LcTYQddzWdiFEcujhP2\r\nw3ihf9fGYhC/j7Wt5qfsl8ixZ/eTrZdflXGqOrzsKkdtx2gpxt++YI2KqC+n\r\nLmJaB0kZ8vQL8UOfUyts39jcQhG+bvpyLWzvnFUfMhY+/SvAKCJU7D486YNL\r\nGQTZD1/TdJ3ykrDGteorZ3kVgs+uNdol+Pm8CCgcFNrlqWEUSbIJTjvqLgWh\r\nMzRwvFPNI77Hcrqpej/1kOWpLVXRUu3MHq/GPfnNbBMUPurPRQ85xLJzGzts\r\nvJJPKqUJAiPNuXJq4h4fnC5AXsmhIWhnHFbKL/QdRjFOfG3mMHLZHpjyfIRQ\r\nJqa5QpAbjAE/Q6Wtn/3p+p43fxIzxrO2M3hroBuEp9dhEC4BgseoEZ0n5P75\r\niloszAJ6UM9zwBsu7s102ph6iMIsTb/UrwpXHhDYFlCN3uoQjVpCYovT23MX\r\nJvowEDQzk2omeB2t9I8zlEeAWzjws/916wr4PFjJosvqYMAVp5uGZkTkaHjS\r\ncEMs603CkLw55MvEj7xbb59Pa4mNtUyEgkDvOcR/KzZBVLaGmWR3j3QPwhDM\r\nMGBfVHupXD4hWTyQvC75kZPVAvItOxa0tijTdc3sO8SFwdU9i7m8lhZPNtzk\r\n+9a9Gt9Xq4fLUxOw3o30GjAM1+ui1vIptFY=\r\n=I/he\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","module":"./lib/index.module.js","source":"./src/index.ts","scripts":{"lint":"eslint src --ext .js,.ts,.jsx,.tsx","test":"tsc --noEmit && yarn lint","build":"microbundle --jsx React.createElement --no-sourcemap --compress","format":"prettier --write \"src/**/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","prebuild":"rimraf ./lib","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight headless React component and hook for resizable layout with Drag and Drop.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^18.1.0","eslint":"^8.7.0","rimraf":"^3.0.2","prettier":"^2.5.1","react-dom":"^18.1.0","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","microbundle":"^0.15.0","@types/react":"^18.0.8","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^18.0.3","eslint-plugin-react":"^7.29.2","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","eslint-plugin-react-hooks":"^4.5.0","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","@typescript-eslint/eslint-plugin":"^5.9.1"},"peerDependencies":{"react":">=17.0.0","react-dom":">=17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.3.1_1655017704717_0.4562116004440424","host":"s3://npm-registry-packages"}},"0.4.0":{"name":"react-resizable-layout","version":"0.4.0","keywords":["react","react-hooks","react-component","headless","dnd","resize","typescript"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.4.0","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"696362fac24b00d9e6f72cffc5137ff4719cc771","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.4.0.tgz","fileCount":19,"integrity":"sha512-D+h97ZyrV/koeyQ+OGbRQecAM6cP9x45+qtZejvUczkkKYMQ/gSjnrxhthtZ8SPWyPvxh5WW/NJM6D/fHeGqKg==","signatures":[{"sig":"MEUCIE83FUl82I0FqDWyEuWVUvZm8rT5xgkXhCAsQQF7MpPhAiEAmNmf316T2fKuPcme6Uqvw7QVsRicXAy0ZMsLUd4YMHw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22347,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWhUvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqdjRAAojvhT7mkltBwTKZ6/W79kUBA+MSSTCukA8GH6nwrMu3oZ4PW\r\nWVlhtKFK43thg2xLj4FlvUs3qct4iZWxccu3gMQu7iumSLyZ4SlvsgfTdycl\r\nV81QUDWcZfAmscNCwc+UPbzm/GA1qeDplRVILhKpsKctb1sCSlAuAQFyYkQv\r\nMOtTu6xJhxVOypX0w73O2R0vvxYqQxdixDnlVo1ISHFhy8gzmDRiZ8KFIWK2\r\neKs4ViKn/oCdHubL30GfURs7sVyNTVKohpoT0yM4hwgGPZ1nVDqkR9rwc4qq\r\nL9+blui9fGyYQ9QQebrwJCKCEDHOx8gzUALkxSmS50FOAKr/r/jZvSxYzmlC\r\n/ZbGkwntwap0IpnM4fyhlzqFvECJba9xVbVWLJZ/2ou5FbuC/sbvjixEu506\r\nMQM3Qdn+gGleqK53d0k+pris9qsVbteip8Izl/o88/DRkw+R7Z78aP1/GGZl\r\nap5JPeQrCdyxv0sSrZj5jEmEsMn4vrGeF/hTNcds1M1AV26wHA5zUHVFJlhR\r\nDsFzf2qTgPrTCSRyR8vL+YdKSOypnheOxkSIJHy/LZ3Te1R8SFpavqx5SiAO\r\nequpIr8RqEdj3jKD1CWDW2GYts9VHYQQb2KFoYYRj2BPJ7H2DEuq3Ak9n9y7\r\niMjeJt8Ztl4MKeBP2HSGzBdPCKFIwjtah9w=\r\n=YZbj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","module":"./lib/index.module.js","scripts":{"lint":"eslint ./src ./stories","test":"tsc --noEmit && yarn lint","build":"microbundle --jsx React.createElement --no-sourcemap --compress --tsconfig ./tsconfig.build.json","format":"prettier --write \"(src|stories)/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","prebuild":"rimraf ./lib","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight headless React component and hook for resizable layout with Drag and Drop.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^18.1.0","eslint":"^8.7.0","rimraf":"^3.0.2","prettier":"^2.5.1","react-dom":"^18.1.0","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","microbundle":"^0.15.0","@types/react":"^18.0.8","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^18.0.3","eslint-plugin-react":"^7.29.2","eslint-config-airbnb":"^19.0.4","eslint-plugin-import":"^2.26.0","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-jsx-a11y":"^6.6.1","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","eslint-plugin-react-hooks":"^4.5.0","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.9.1"},"peerDependencies":{"react":">=17.0.0","react-dom":">=17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.4.0_1666848047208_0.08455051150277004","host":"s3://npm-registry-packages"}},"0.5.0":{"name":"react-resizable-layout","version":"0.5.0","keywords":["react","react-hooks","react-component","headless","dnd","resize","typescript"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.5.0","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"f1acb73d2ca427a9a6bd42a74587f42d3d784a3f","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.5.0.tgz","fileCount":19,"integrity":"sha512-w288buP4wDkQniRb5rEJEp8Q5SJ6OssoSIBxuBFgdcqZHUbZhyRgVx5MVm75Ge/5gM5et/fM46BK/y2LuJpnoQ==","signatures":[{"sig":"MEQCICLntof76hvb6XEhQolLXrWUM6nFXDJJ0V75UkCTSK/OAiAhtKnmKj3r55YzCr9EufWYYC6ubJOagiZiDZygKfat1A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24677,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwK3dACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpzkw/+Ilv98LveKgIEuWa8LbIHinl0iWUcjcZAQ1jWY4ng7Zhv7fA4\r\ndgtXMbZfgJob2f1ucbXuViPO8JOY1eL17jRu2iJidHePitBsWHWb/phJzTFi\r\nB3hPXlrlNwmTb+CjM5NNC4F/YyS7ze6hx7yR78W2sBsVWhrSPPl8ZfJIHHmV\r\nTrI6v5KiGFK5PyjYj8LG/vWkSP/vVEqX5hSY+qRUH0MLA0hPRlQd/GwRmS4B\r\nQK2gDfYyIQo1hKB4Fqy2VZLruqYTUoR88EB2zBqYvhTtj+BnwT344HkNbjPV\r\ntRLZvklYXNqBWmPxZNKarC/3QDZgovswlHV8bKIAOVhvxWmaS6buQZ+lrxDw\r\nnq0JFvSJs6kAinB70g1gn876oi/ZcEtTbj1PTTaCzTGn3j6Zn5HO60X7+w/+\r\nuQevwYwPORJ4HBM8nP7PoETnvel1wBfd/zsvT5B07Dln8zDdokkq9F0Bxs3C\r\nxWz3vXYnhTzkDSHzkuoh1Np4zY9qmMu/lziaUMIu6ooNWhaSyTDKAorX6y+m\r\nQ4dz7athUHG8LBqsvcIyDb8I/l97b5LWbLgMv+bQbe9kBlMIcZSH+rTBYCmV\r\nCq5TpFJMbqj8xIkhgoFDEaXURGwxVkkm8UTfUZJXkQhPYbdxVaLrWWEKTiMO\r\nYXV06AdC0M6Z9lW3Z5ik3k6xtmro1/1XLm8=\r\n=4+Ik\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","module":"./lib/index.module.js","scripts":{"lint":"eslint ./src ./stories","test":"tsc --noEmit && yarn lint","build":"microbundle --jsx React.createElement --no-sourcemap --compress --tsconfig ./tsconfig.build.json","format":"prettier --write \"(src|stories)/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","prebuild":"rimraf ./lib","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight, accessible headless React component and hook for drag-and-drop resizable layouts.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^18.1.0","eslint":"^8.7.0","rimraf":"^3.0.2","prettier":"^2.5.1","react-dom":"^18.1.0","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","microbundle":"^0.15.0","@types/react":"^18.0.8","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^18.0.3","eslint-plugin-react":"^7.29.2","eslint-config-airbnb":"^19.0.4","eslint-plugin-import":"^2.26.0","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-jsx-a11y":"^6.6.1","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","eslint-plugin-react-hooks":"^4.5.0","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.9.1"},"peerDependencies":{"react":">=17.0.0","react-dom":">=17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.5.0_1673571805483_0.20652838055876543","host":"s3://npm-registry-packages"}},"0.5.1":{"name":"react-resizable-layout","version":"0.5.1","keywords":["react","react-hooks","react-component","headless","dnd","resize","typescript"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.5.1","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"3852d385c8cf6d187e02b9bd6374cae146d022e5","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.5.1.tgz","fileCount":19,"integrity":"sha512-YDkzEtVW+PHtH1de66mTHevJlm3nw1wU6Yw59Zywk1O9WsrSA4NpRLQU/Tc/FN6FcTyqSKifS+tv8SktLymRZQ==","signatures":[{"sig":"MEUCIQCJA/G0PfAkiZUySlQtG1WIsEMBERIpjM2dTW/z7o6WGwIgURhkJtKf90B9nupt6/zR1Otr8uyAfgvCZnGh78yqd0c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24623,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE5E2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqdAw//bbS/nLGtuSQoLFbSY3GYxJZyZdjO77FhcvXDTboIqD1ElhP0\r\nkpHQlu4W0ffQ1fgSKcXGcaLiJnCIwAQdtBeqsybcN8wrmhUFk8MWuGybNf16\r\ngVHYzBYXBIT75iAMT9pnRZw9a8oQsceccMSitUSpQnl7o1urUgezBgoy151i\r\nqs2Yfd+WY+XtTjopnyVJDV0Iiu+47L0FicZ8zdhSszXb8T2PrllbTiKugcMS\r\neYqyawQ1Mk4WmVwIySlDk+mODTArF7w0tODfM+Iq/n1cnvjn/ZcHLcFMvWTx\r\nxQ9WBhrvZinZIT6XxCM3uMIQ83/qRjMhT+/AOXSlwWpggRywg3BG3zgKymPN\r\nwO10mKPlyfraKyR24feqjo8Y01kthRe8GQ9/flDP8xJeikwvuGwMXSJbmUny\r\nXdWReZ7aJAOdxuBCQyDG49GXGlHbuJUlvRZpMKlwYJdEjT33UaXhlxZfzXf5\r\ncyWU8MmQ6TlEBWW3vLjjKQhpzem4OuxjC/qjkEp758eqOq59fT+wE2rSBBt+\r\nTw/XeH+hGo0C2Gsl8po88xJ5ot8ZapwOr4SIpMYmSt/v7vQDm3KXC9bSEQSa\r\n8LsqOnnwDxFKC8pfI4Xy8j35Q72zx/Z1thEKn/BhbMtMaTQLIP4KRRF1B5hN\r\nXFmR1Oh5f/sVmhdyzGvJXEaa8f7FHZLDVfc=\r\n=Ed6W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","module":"./lib/index.module.js","scripts":{"lint":"eslint ./src ./stories","test":"tsc --noEmit && yarn lint","build":"microbundle --jsx React.createElement --no-sourcemap --compress --tsconfig ./tsconfig.build.json","format":"prettier --write \"(src|stories)/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","prebuild":"rimraf ./lib","storybook":"start-storybook -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"build-storybook -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight, accessible headless React component and hook for drag-and-drop resizable layouts.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"husky":"^7.0.0","react":"^18.1.0","eslint":"^8.7.0","rimraf":"^3.0.2","prettier":"^2.5.1","react-dom":"^18.1.0","typescript":"^4.5.4","@babel/core":"^7.17.5","lint-staged":"^12.3.3","microbundle":"^0.15.0","@types/react":"^18.0.8","babel-loader":"^8.2.3","@storybook/react":"^6.4.20","@types/react-dom":"^18.0.3","eslint-plugin-react":"^7.29.2","eslint-config-airbnb":"^19.0.4","eslint-plugin-import":"^2.26.0","@storybook/addon-links":"^6.4.20","eslint-config-prettier":"^8.3.0","eslint-plugin-jsx-a11y":"^6.6.1","eslint-plugin-storybook":"^0.5.7","@storybook/addon-actions":"^6.4.20","@typescript-eslint/parser":"^5.9.1","eslint-plugin-react-hooks":"^4.5.0","@storybook/addon-essentials":"^6.4.20","@storybook/addon-storysource":"^6.4.20","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.9.1"},"peerDependencies":{"react":">=17.0.0","react-dom":">=17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.5.1_1679003957847_0.15455483048540164","host":"s3://npm-registry-packages"}},"0.6.0":{"name":"react-resizable-layout","version":"0.6.0","keywords":["react","react-hooks","react-component","headless","dnd","resize","typescript"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.6.0","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"17b416d3160702880bd77476e2f3fae80d85a637","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.6.0.tgz","fileCount":19,"integrity":"sha512-aU+6zgJsVDBtXIZRQ7GaMCJJvlnuUe8DxaaCLZmyM4CF9/nB4HAlxVUqLE08z0krL0QUSP8iUu1J1oQIC1AEVw==","signatures":[{"sig":"MEUCIBY4vWTi4v1XZO9ZjZb6ryNSBW9WDMjeH9EpmmsJxQxgAiEAlrlJZU88xgF4mSOJefN/C1rlh1EwxfzRM3wnb5wbjKI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25496,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNBS9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoe+A/+MHgeQajWD1b8nwwctDuU6T7uFnXhKAD13DDo95uXJCap5fnd\r\n7DP1S4hu2O/F+0h1A6zI0baYJsFV06SmnzS88jlUKvnshqb3DrYgPsvStSGE\r\nLPh33Qfkofxt6UCWbdHsJBZJ1aF5eyEJAnav5nB6nw5byO2VZbbex7h/yU4e\r\nKJ6wCvGHyvhb97ejA1hBeI9s8Fqr/QlqxPEQ4ckx1y9x/WTcna5cX/0QfUQN\r\nmCJWn0F0AooAAza8xOZOrHqxB2ftArzyU2yBQU4Rpn5Ln/AIIm4GpZR9MDfz\r\niVMeaZILzGYAOwzZFmADxEoPufgWJQXUhiaJUYjORjm838mOoVmkOQXy6vWj\r\nLY48SmUNzuLnxk6nX599Cap3dyjzkfSilvUSD4uC20pQZaapdyqonA4OVJAB\r\nMca/PPRhZXphLlykEhNlqP9cK3NGNeAl09YySr0pdLfqDpcAoS0a7lRLGoQ7\r\nxoC04htEQCnv9dYWv724b9ZxU0dkSenM54J1Q+a9gX7eCqH6QOrdU8mXOr3i\r\nRNeo+uUnpPdfv2FvBfe7/YDkvItnGtax6EkNsMkwdSUBgwxJZSVtjJAaQFx5\r\nd/AyeWGmBZqVFM1tuG0UIherEa6frIvd062NZhHGOZOG+eH2LDT3RWwySCkG\r\nOIAL4Kdlo8v1KQ7a+cX+g3GXe+QzOYZeo68=\r\n=jwVi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","module":"./lib/index.module.js","scripts":{"lint":"eslint ./src ./stories","test":"tsc --noEmit && yarn lint","build":"microbundle --jsx React.createElement --no-sourcemap --compress --tsconfig ./tsconfig.build.json","format":"prettier --write \"(src|stories)/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","prebuild":"rimraf ./lib","storybook":"storybook dev -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"storybook build -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight, accessible headless React component and hook for drag-and-drop resizable layouts.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"vite":"^4.2.1","husky":"^7.0.0","react":"^18.1.0","eslint":"^8.7.0","rimraf":"^3.0.2","prettier":"^2.5.1","react-dom":"^18.1.0","storybook":"^7.0.2","typescript":"^5.0.3","lint-staged":"^12.3.3","microbundle":"^0.15.0","@types/react":"^18.0.8","babel-loader":"^8.2.3","@storybook/react":"^7.0.2","@types/react-dom":"^18.0.3","eslint-plugin-react":"^7.29.2","eslint-config-airbnb":"^19.0.4","eslint-plugin-import":"^2.26.0","@storybook/react-vite":"^7.0.2","@storybook/addon-links":"^7.0.2","eslint-config-prettier":"^8.3.0","eslint-plugin-jsx-a11y":"^6.6.1","eslint-plugin-storybook":"^0.6.11","@storybook/addon-actions":"^7.0.2","@typescript-eslint/parser":"^5.57.1","eslint-plugin-react-hooks":"^4.5.0","@storybook/addon-essentials":"^7.0.2","@storybook/addon-storysource":"^7.0.2","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.57.1"},"peerDependencies":{"react":">=17.0.0","react-dom":">=17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.6.0_1681134781545_0.05786069048126641","host":"s3://npm-registry-packages"}},"0.7.0":{"name":"react-resizable-layout","version":"0.7.0","keywords":["react","react-hooks","react-component","headless","dnd","resize","typescript"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.7.0","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"a4d45cf4ef3a6e3ba92dc6942ab6d2c11aebfb03","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.7.0.tgz","fileCount":19,"integrity":"sha512-igGFBD5aG6E5WB54QLUS65O0+85h4eDEBeOssklGHcUwaA7LXQr2FXA/JPeRP7tEP7FTYBT06ct9PiHsiPkM3Q==","signatures":[{"sig":"MEUCIQDjs8HLaCqNQmlr5zCghHDxxZeNf98zBgDNjbM7ut2L/gIgcd+VTBfSfZ0PzMsRJGi7UoZ79YEPS5w2TvM14itlvUc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26099},"main":"./lib/index.js","types":"./lib/index.d.ts","module":"./lib/index.module.js","scripts":{"lint":"eslint ./src ./stories","test":"tsc --noEmit && yarn lint","build":"microbundle --jsx React.createElement --no-sourcemap --compress --tsconfig ./tsconfig.build.json","format":"prettier --write \"(src|stories)/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","prebuild":"rimraf ./lib","storybook":"storybook dev -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"storybook build -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight, accessible headless React component and hook for drag-and-drop resizable layouts.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"vite":"^4.2.1","husky":"^7.0.0","react":"^18.1.0","eslint":"^8.7.0","rimraf":"^3.0.2","prettier":"^2.5.1","react-dom":"^18.1.0","storybook":"^7.0.2","typescript":"^5.0.3","lint-staged":"^12.3.3","microbundle":"^0.15.0","@types/react":"^18.0.8","babel-loader":"^8.2.3","@storybook/react":"^7.0.2","@types/react-dom":"^18.0.3","eslint-plugin-react":"^7.29.2","eslint-config-airbnb":"^19.0.4","eslint-plugin-import":"^2.26.0","@storybook/react-vite":"^7.0.2","@storybook/addon-links":"^7.0.2","eslint-config-prettier":"^8.3.0","eslint-plugin-jsx-a11y":"^6.6.1","eslint-plugin-storybook":"^0.6.11","@storybook/addon-actions":"^7.0.2","@typescript-eslint/parser":"^5.57.1","eslint-plugin-react-hooks":"^4.5.0","@storybook/addon-essentials":"^7.0.2","@storybook/addon-storysource":"^7.0.2","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.57.1"},"peerDependencies":{"react":">=17.0.0","react-dom":">=17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.7.0_1693547033630_0.4240395204400975","host":"s3://npm-registry-packages"}},"0.7.1":{"name":"react-resizable-layout","version":"0.7.1","keywords":["react","react-hooks","react-component","headless","dnd","resize","typescript"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.7.1","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"e9838241cf9566219d55b3bf275b93c7a4b12dd0","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.7.1.tgz","fileCount":19,"integrity":"sha512-TnpqyXDeHU5KCU3Io25NVHOIIpWXZip0q8oAlt4Jo9OhRKjbm9nvLvaN0nt1NeNT+0CtPnBjVdPDCHN/pbhnHw==","signatures":[{"sig":"MEYCIQCRGNGAWkIOD6XgrVsuAbV3WAP87SUHBh/Bh3mXFTZmuQIhANQZX2vigjbGtS9pctKecvdWqAIEMbBGq13QqUpOdDNK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26452},"main":"./lib/index.js","types":"./lib/index.d.ts","module":"./lib/index.module.js","scripts":{"lint":"eslint ./src ./stories","test":"tsc --noEmit && yarn lint","build":"microbundle --jsx React.createElement --no-sourcemap --compress --tsconfig ./tsconfig.build.json","format":"prettier --write \"(src|stories)/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","prebuild":"rimraf ./lib","storybook":"storybook dev -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"storybook build -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight, accessible headless React component and hook for drag-and-drop resizable layouts.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"vite":"^4.2.1","husky":"^7.0.0","react":"^18.1.0","eslint":"^8.7.0","rimraf":"^3.0.2","prettier":"^2.5.1","react-dom":"^18.1.0","storybook":"^7.0.2","typescript":"^5.0.3","lint-staged":"^12.3.3","microbundle":"^0.15.0","@types/react":"^18.0.8","babel-loader":"^8.2.3","@storybook/react":"^7.0.2","@types/react-dom":"^18.0.3","eslint-plugin-react":"^7.29.2","eslint-config-airbnb":"^19.0.4","eslint-plugin-import":"^2.26.0","@storybook/react-vite":"^7.0.2","@storybook/addon-links":"^7.0.2","eslint-config-prettier":"^8.3.0","eslint-plugin-jsx-a11y":"^6.6.1","eslint-plugin-storybook":"^0.6.11","@storybook/addon-actions":"^7.0.2","@typescript-eslint/parser":"^5.57.1","eslint-plugin-react-hooks":"^4.5.0","@storybook/addon-essentials":"^7.0.2","@storybook/addon-storysource":"^7.0.2","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.57.1"},"peerDependencies":{"react":">=17.0.0","react-dom":">=17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.7.1_1695215435265_0.5248927238948957","host":"s3://npm-registry-packages"}},"0.7.2":{"name":"react-resizable-layout","version":"0.7.2","keywords":["react","react-hooks","react-component","headless","dnd","resize","typescript"],"author":{"name":"RyoSogawa"},"license":"MIT","_id":"react-resizable-layout@0.7.2","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"homepage":"https://github.com/RyoSogawa/react-resizable-layout","bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"dist":{"shasum":"347bf17d5a12a29376166225aafae2457c949f16","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.7.2.tgz","fileCount":19,"integrity":"sha512-GrVzAecB6+osdAx5PPP3G8R9n7A2uDd3NL+PyrHWNRaVBivZmW/o0+yFjQdS5Bo016A2fIP11fAhefsknWN4aw==","signatures":[{"sig":"MEQCIByUMOb77foS9ENLQ7TEDaK3HvBhSB70YCfMXBCrpbyhAiB6JQetYfXh4jjahcrklQvXsFXMnbcGe15oMxPPUjt2eg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26511},"main":"./lib/index.js","types":"./lib/index.d.ts","module":"./lib/index.module.js","scripts":{"lint":"eslint ./src ./stories","test":"tsc --noEmit && yarn lint","build":"microbundle --jsx React.createElement --no-sourcemap --compress --tsconfig ./tsconfig.build.json","format":"prettier --write \"(src|stories)/*.(js|ts|jsx|tsx)\"","prepare":"husky install","version":"yarn format && git add -A src","lint:fix":"yarn lint --fix","prebuild":"rimraf ./lib","storybook":"storybook dev -p 6006","preversion":"yarn lint","postversion":"git push && git push --tags","prepublishOnly":"yarn test && yarn build","build-storybook":"storybook build -o ./docs"},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"repository":{"url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git","type":"git"},"description":"Lightweight, accessible headless React component and hook for drag-and-drop resizable layouts.","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2022 Ryo Sogawa\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","lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"_hasShrinkwrap":false,"devDependencies":{"vite":"^4.2.1","husky":"^7.0.0","react":"^18.1.0","eslint":"^8.7.0","rimraf":"^3.0.2","prettier":"^2.5.1","react-dom":"^18.1.0","storybook":"^7.0.2","typescript":"^5.0.3","lint-staged":"^12.3.3","microbundle":"^0.15.0","@types/react":"^18.0.8","babel-loader":"^8.2.3","@storybook/react":"^7.0.2","@types/react-dom":"^18.0.3","eslint-plugin-react":"^7.29.2","eslint-config-airbnb":"^19.0.4","eslint-plugin-import":"^2.26.0","@storybook/react-vite":"^7.0.2","@storybook/addon-links":"^7.0.2","eslint-config-prettier":"^8.3.0","eslint-plugin-jsx-a11y":"^6.6.1","eslint-plugin-storybook":"^0.6.11","@storybook/addon-actions":"^7.0.2","@typescript-eslint/parser":"^5.57.1","eslint-plugin-react-hooks":"^4.5.0","@storybook/addon-essentials":"^7.0.2","@storybook/addon-storysource":"^7.0.2","eslint-config-airbnb-typescript":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.57.1"},"peerDependencies":{"react":">=17.0.0","react-dom":">=17.0.0"},"_npmOperationalInternal":{"tmp":"tmp/react-resizable-layout_0.7.2_1697894754577_0.20720773969790574","host":"s3://npm-registry-packages"}},"0.7.3":{"name":"react-resizable-layout","description":"Lightweight, accessible headless React component and hook for drag-and-drop resizable layouts.","author":{"name":"RyoSogawa"},"version":"0.7.3","license":"MIT","repository":{"type":"git","url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git"},"bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"homepage":"https://github.com/RyoSogawa/react-resizable-layout","keywords":["react","react-hooks","react-component","headless","dnd","resize","typescript"],"main":"./lib/index.js","module":"./lib/index.module.js","types":"./lib/index.d.ts","peerDependencies":{"react":">=17.0.0","react-dom":">=17.0.0"},"devDependencies":{"@storybook/addon-actions":"^8.4.5","@storybook/addon-essentials":"^8.4.5","@storybook/addon-links":"^8.4.5","@storybook/addon-storysource":"^8.4.5","@storybook/react":"^8.4.5","@storybook/react-vite":"^8.4.5","@storybook/test":"^8.4.5","@types/react":"^18.3.12","@types/react-dom":"^18.3.1","@typescript-eslint/eslint-plugin":"^5.62.0","@typescript-eslint/parser":"^5.62.0","@vitejs/plugin-react":"^4.3.3","babel-loader":"^8.4.1","eslint":"^8.57.1","eslint-config-airbnb":"^19.0.4","eslint-config-airbnb-typescript":"^17.1.0","eslint-config-prettier":"^8.10.0","eslint-plugin-import":"^2.31.0","eslint-plugin-jsx-a11y":"^6.10.2","eslint-plugin-react":"^7.37.2","eslint-plugin-react-hooks":"^4.6.2","eslint-plugin-storybook":"0.9.0","husky":"^7.0.0","lint-staged":"^12.3.3","microbundle":"^0.15.0","prettier":"^2.8.8","react":"^18.3.1","react-dom":"^18.3.1","rimraf":"^6.0.1","storybook":"^8.4.5","typescript":"^5.7.2","vite":"^4.2.1"},"lint-staged":{"*.{js,ts,jsx,tsx}":["eslint --fix","prettier --write"]},"volta":{"node":"22.18.0"},"scripts":{"prebuild":"rimraf ./lib","build":"microbundle --jsx React.createElement --no-sourcemap --compress --tsconfig ./tsconfig.build.json","format":"prettier --write \"(src|stories)/*.(js|ts|jsx|tsx)\"","lint":"eslint ./src ./stories","lint:fix":"pnpm lint --fix","test":"tsc --noEmit && pnpm lint","preversion":"pnpm lint","version":"pnpm format && git add -A src","postversion":"git push && git push --tags","storybook":"storybook dev -p 6006","build-storybook":"storybook build -o ./docs"},"_id":"react-resizable-layout@0.7.3","_integrity":"sha512-bQBZ/u5gbn3ijm258KSb5OM2RaqWdDvTppe2ykji6RcSqgEdYui1p7px3MU/1rPMp4o3KPnKQ4Od5UOX4sLe8g==","_resolved":"/private/var/folders/b9/my5_dh_j2_s_gsdj0tcp4vc00000gn/T/fe76794f7cdee4b629b81bf94b486370/react-resizable-layout-0.7.3.tgz","_from":"file:react-resizable-layout-0.7.3.tgz","_nodeVersion":"22.18.0","_npmVersion":"10.9.3","dist":{"integrity":"sha512-bQBZ/u5gbn3ijm258KSb5OM2RaqWdDvTppe2ykji6RcSqgEdYui1p7px3MU/1rPMp4o3KPnKQ4Od5UOX4sLe8g==","shasum":"f85d47426311bfd99a25ca7b76943c3e88e87236","tarball":"https://registry.npmjs.org/react-resizable-layout/-/react-resizable-layout-0.7.3.tgz","fileCount":17,"unpackedSize":26593,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDG1NUmMr/y3BFvL3rx46EwDpCV1ICoqrCTN84XZIkoSgIgYwVrcnZOmVQnKjwX1hZEeMtq2WaH6oTxk/8Qs1/3FLE="}]},"_npmUser":{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"},"directories":{},"maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/react-resizable-layout_0.7.3_1758242418668_0.9610270151621587"},"_hasShrinkwrap":false}},"time":{"created":"2022-04-01T13:08:38.787Z","modified":"2025-09-19T00:40:19.075Z","0.1.0":"2022-04-01T13:08:38.962Z","0.1.1":"2022-04-01T13:38:23.788Z","0.1.2":"2022-04-01T13:53:43.596Z","0.1.3":"2022-04-01T14:18:53.336Z","0.1.4":"2022-04-02T02:07:20.600Z","0.1.5":"2022-04-02T02:31:20.703Z","0.1.6":"2022-04-02T02:39:43.444Z","0.1.7":"2022-04-02T03:57:39.130Z","0.1.8":"2022-04-02T04:08:51.513Z","0.1.9":"2022-04-02T04:13:15.624Z","0.2.1":"2022-04-30T05:48:03.631Z","0.2.2":"2022-04-30T06:24:14.461Z","0.2.3":"2022-04-30T06:27:11.932Z","0.2.4":"2022-04-30T06:43:50.226Z","0.3.0":"2022-06-12T06:47:22.999Z","0.3.1":"2022-06-12T07:08:24.870Z","0.4.0":"2022-10-27T05:20:47.416Z","0.5.0":"2023-01-13T01:03:25.682Z","0.5.1":"2023-03-16T21:59:17.985Z","0.6.0":"2023-04-10T13:53:01.707Z","0.7.0":"2023-09-01T05:43:53.788Z","0.7.1":"2023-09-20T13:10:35.523Z","0.7.2":"2023-10-21T13:25:54.864Z","0.7.3":"2025-09-19T00:40:18.883Z"},"bugs":{"url":"https://github.com/RyoSogawa/react-resizable-layout/issues"},"author":{"name":"RyoSogawa"},"license":"MIT","homepage":"https://github.com/RyoSogawa/react-resizable-layout","keywords":["react","react-hooks","react-component","headless","dnd","resize","typescript"],"repository":{"type":"git","url":"git+ssh://git@github.com/RyoSogawa/react-resizable-layout.git"},"description":"Lightweight, accessible headless React component and hook for drag-and-drop resizable layouts.","maintainers":[{"name":"ryo-sogawa","email":"koashimitekara.1122@gmail.com"}],"readme":"# react-resizable-layout\n\n[![npm version](https://badge.fury.io/js/react-resizable-layout.svg)](http://badge.fury.io/js/react-resizable-layout)\n[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)\n[![minziggped size](https://badgen.net/bundlephobia/minzip/react-resizable-layout)](https://bundlephobia.com/package/react-resizable-layout)\n[![dependencies count](https://badgen.net/bundlephobia/dependency-count/react-resizable-layout)](https://bundlephobia.com/package/react-resizable-layout)\n[![tree shaking](https://badgen.net/bundlephobia/tree-shaking/react-resizable-layout)](https://bundlephobia.com/package/react-resizable-layout)\n\nA lightweight, accessible headless React component and hook for drag-and-drop resizable layouts.\n\n![Hero Image](./hero.gif)\n\n[![Edit react-resizable-layout](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/react-resizable-layout-jy3vhk?fontsize=14&hidenavigation=1&theme=dark)\n\n[Storybook Demo](https://react-resizable-layout.vercel.app/)\n\n## Features\n\n- 📦 Lightweight\n- 🕳 Headless\n- 🫶🏽 Accessible \n- 🤏 Drag and Drop Support\n- ⌨️ Keyboard Support\n- 🫙 Zero Dependencies\n  \n\n## Installation\n\nInstall from npm:\n\n```\n# Using npm\nnpm install react-resizable-layout\n\n# Using Yarn\nyarn add react-resizable-layout\n\n# Using pnpm\npnpm add react-resizable-layout\n```\n  \n\n## Usage\n### `Resizable` component\n\n```tsx\nimport Resizable from 'react-resizable-layout';\n\n<Resizable axis={'x'}>\n  {({ position, separatorProps }) => (\n    <div className=\"wrapper\">\n      <div className=\"left-block\" style={{ width: position }} />\n      <YourSeparatorComponent {...separatorProps} />\n      <div className=\"right-block\" />\n    </div>\n  )}\n</Resizable>\n```\n\n### `useResizable` hook\n\n```tsx\nimport { useResizable } from 'react-resizable-layout';\n\nconst Component = () => {\n  const { position, separatorProps } = useResizable({\n    axis: 'x',\n  })\n\n  return (\n    <div className=\"wrapper\">\n      <div className=\"left-block\" style={{ width: position }} />\n      <YourSeparatorComponent {...separatorProps} />\n      <div className=\"right-block\" />\n    </div>\n  )\n}\n```\n  \n\n## Aria Props\nThe following attributes are added to `separatorProps` in accordance with W3C.  \nhttps://www.w3.org/TR/wai-aria-1.2/#separator\n\n| Attribute        | Value                          |\n|------------------|--------------------------------|\n| role             | `'separator'`                  |\n| aria-valuenow    | `position`                     |\n| aria-valuemin    | `props.min`                    |\n| aria-valuemax    | `props.max`                    |\n| aria-orientation | `'vertical'` or `'horizontal'` |\n| aria-disabled    | `props.disabled`               |\n  \n\n## Configuration\n\n### Common Props\n\n| Name          | Type                    | Default  | Required | Description                                                               |\n|---------------|-------------------------|----------|----------|---------------------------------------------------------------------------|\n| axis          | 'x' or 'y'              | -        | ◯        | Resize direction                                                          |\n| containerRef  | ReactRef<HTMLElement>   | -        | -        | Reference to container for calculating position                           |\n| disabled      | boolean                 | false    | -        | Disable resize                                                            |\n| initial       | number                  | 0        | -        | Initial size                                                              |\n| min           | number                  | 0        | -        | Minimum size                                                              |\n| max           | number                  | Infinity | -        | Maximum size                                                              |\n| reverse       | boolean                 | false    | -        | If true, returns position of the opposite side                            |\n| step          | number                  | 10       | -        | Pixel steps when operating with keyboard                                  |\n| shiftStep     | number                  | 50       | -        | Pixel steps when operating with keyboard while holding down the shift key |\n| onResizeStart | function                | -        | -        | Callback on resize start                                                  |\n| onResizeEnd   | function                | -        | -        | Callback on resize end                                                    |\n\n### `Resizable` component children args\n\n`useResizable` hook returns same.\n\n| Name           | Type     | Description                                                    |\n|----------------|----------|----------------------------------------------------------------|\n| position       | number   | Separator's position (Width for 'x' axis, height for 'y' axis) |\n| endPosition    | number   | Separator's position at end of drag                            |\n| isDragging     | boolean  | True if dragging                                               |\n| separatorProps | object   | Separator's props like onPointerDown                           |\n| setPosition    | function | Set separator's position                                       |\n  \n\n## About keyboard support\nThe following keyboard operations are supported.\n\n| Key                               | Operation                                   |\n|-----------------------------------|---------------------------------------------|\n| Arrow (`↑`,`→`,`↓`,`←`)           | Move the separator by 10px (default)        |\n| `Shift` + Arrow (`↑`,`→`,`↓`,`←`) | Move the separator by 50px (default)        |\n| `Enter`                           | Reset the separator to the initial position |\n  \n\n## About mouse support\nDouble-click on the separator to return it to its initial position.\n  \n\n## Contribution\nFeel free to open an issue or make a pull request.\n  \n\n## License\nDistributed under the MIT License. See [LICENSE](./LICENSE) for more information.\n","readmeFilename":"README.md"}