{"_id":"@stdlib/string-uncapitalize","_rev":"16-3cdde80b0f98b706cc77eeeed8819dda","name":"@stdlib/string-uncapitalize","dist-tags":{"latest":"0.3.1"},"versions":{"0.0.1":{"name":"@stdlib/string-uncapitalize","version":"0.0.1","keywords":["stdlib","stdstring","utilities","utility","utils","util","string","str","capitalize","decapitalize","uncapitalize","lowercase","lower","case"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/string-uncapitalize@0.0.1","maintainers":[{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":"kgryte@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://github.com/stdlib-js/stdlib","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"bin":{"uncapitalize":"bin/cli"},"dist":{"shasum":"fd4c1dbfa679209ce24b3d33323af94057af10e3","tarball":"https://registry.npmjs.org/@stdlib/string-uncapitalize/-/string-uncapitalize-0.0.1.tgz","fileCount":8,"integrity":"sha512-ZA6EnFHS9vhvaW4Ah+s84nGawt7ZpHpX89xhBEfcCuJY+djcKQZpqf2VYWL6qnPyuUm09vRMSQNuqzhuPB3uNg==","signatures":[{"sig":"MEUCIQCd274VtL1r9Cb96udDFaNXgVc2pKT3g8z7gfC3HYkinQIgF4jvGpz9F+5hVX5jljUFWzYboyNDZ3ezuaJC4NABwRY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49611,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgx5FlCRA9TVsSAnZWagAAFd0P/0EIGe4/mV/snA/XbMei\nGPq0oVN0zI54RcQnKt8IXVqsgSRq+u9DpQErPUe5Fq27nJQ5VA3G3ZKbyEXR\nV7hKXqbWYYfCiJJAeJNPpn/D5NrRyQPJJojy8dICaVr/NZ8h+OwFJqT9CIfz\nL5NSTY4DgW65uh4n4rEY3IUeBIuXwJG6Vi2lzfJuk5Jd62ornX3u1d+ayqYA\nIUuYmgvZ2OQ+TlDSddCcVT5nspve4+fs2zujXrBz4WYRvdJqKKUivEtVoCBQ\nmz9CR3NLf641qdaiYH5MGvWrm6xgyassfjCtFlJ5/jns2E3GZ9FXvMtAxSIm\nTv8jqCc9NsaaBQvwrCTmmWj/ioxPWAeeN7PqaxQlYumWydbBEwUoo2rfNRL8\nk9r6mioVLKsjlcHt2vBA6VyQL8S8w9AVakipfXC4LwlrkB7+K0tRgMVdT3fV\nPamEX3l15/rQYp02J2JvBRKtt6TMA+wwhq2xuzZ5FlYDLpo05n+MN9/Q5sz+\nSFelQWWy70SXQfcU+8Rwer01rPs4NRuenDVcUdtTNYY3mWxXVahpuNCVJn6Q\nnyGwVKgGXKUg4bRYWx3I78tPPl8vvBGHlwiizRuv/CsksnQ2F/qQutHTWQNf\n8oo7V5iK+tMEWHq6geZBhzZC84cNQEsLM/kiaYlTC2fOiTj6v409+0VYmD0R\nTP/e\r\n=Lukz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://www.patreon.com/athan","type":"patreon"},"gitHead":"41c6178460c77b4918cd6a5622d8e1d5af6a54fe","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/string-uncapitalize.git","type":"git"},"_npmVersion":"6.14.13","description":"Uncapitalize the first character of a string.","directories":{"bin":"./bin","doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"14.17.0","dependencies":{"@stdlib/cli":"^0.0.x","@stdlib/regexp-eol":"^0.0.x","@stdlib/fs-read-file":"^0.0.x","@stdlib/assert-is-string":"^0.0.x","@stdlib/process-read-stdin":"^0.0.x","@stdlib/streams-node-stdin":"^0.0.x"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x","@stdlib/bench":"^0.0.x","@stdlib/string-replace":"^0.0.x","@stdlib/assert-is-browser":"^0.0.x","@stdlib/assert-is-windows":"^0.0.x","@stdlib/process-exec-path":"^0.0.x","@stdlib/string-from-code-point":"^0.0.x"},"_npmOperationalInternal":{"tmp":"tmp/string-uncapitalize_0.0.1_1623691621582_0.6874093940827435","host":"s3://npm-registry-packages"}},"0.0.2":{"name":"@stdlib/string-uncapitalize","version":"0.0.2","keywords":["stdlib","stdstring","utilities","utility","utils","util","string","str","capitalize","decapitalize","uncapitalize","lowercase","lower","case"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/string-uncapitalize@0.0.2","maintainers":[{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":"kgryte@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://github.com/stdlib-js/stdlib","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"bin":{"uncapitalize":"bin/cli"},"dist":{"shasum":"df1755dd0612f07b185a00b0711172a10efd7385","tarball":"https://registry.npmjs.org/@stdlib/string-uncapitalize/-/string-uncapitalize-0.0.2.tgz","fileCount":8,"integrity":"sha512-ZrzpbZzP7rljh7+UuTSYl78E7igXCXzjtShrwVkcZ80AlnTsXSKQBdcJqPMG5Xb8p1U/l5uqQ31q7ssN+GHkgw==","signatures":[{"sig":"MEUCIAl5uuTrntWcavDwpIr0SmVCQHbwHz6t2BR0RCM2EisXAiEA8xJwCuogDLnMEFTvRNh0t2acZfmjrw7mpT5JPxm/CRE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49646,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyL5BCRA9TVsSAnZWagAAYTgQAJDFoyJVZD3ET97zlARK\nyz++CzQEEijG7qpK5ok1XTGGRtKveG+6tAK68D75j2lCGxKbPdJExuHhrEQ2\nmGrhqT6Edzfzh+OGLo3RTIeSbMrk2Kd8/RAWc5zGw0rYhUvI/S0EqspWbkjJ\nmylEk18r/Sm4wjAUZwhuETqE8e4m2ZYhoIfLtKLC8KaNBLa130b4Kr1wnRy+\nInyXO8Hs+TMhcH7YIsSxfHRbzMQFBm9QtbFdkleSRHVtr/nv7R5F1DM6irmp\nwn2gd9HlxYsm0qac3G1ueRYblr6zuk2FUlCO3/jm1YPy8eNpg2TVAYXybVH+\nlakoXmhdWf15Z/AuVLxv3xgOjftiascQvlGtMobYvgn3Ji0mxy7VqCyD/v4H\n3tujDNTw4QSn/LJl5MQTfvYqfLpZIiPrQ/Zw8jmK8x/oX9iJZfZkpRhxJh/l\n0MRmrjrnF2iNNHZa4wrIa3e9knEY60CJnsI1tlN3XDvqbBDeFiW0rNQ15X+L\nW4tn6B4PkFbXDOgWWkgYRB+xRdmZfhII0VeekAB0Ev5pvzOESeLUhflxzjSq\naHEBjUQlh/DziLUFZ7a8XM1KZFDmIc8YV/p6zPqSGVFEDjgWx4tQyEYKQhpL\nHb2CCG/k9tOH9UNkf1XVSsSxpEwN/pGgTt+kmcOg6lOLKhHL9d8T9pgJAO5C\n1XJk\r\n=CGaZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://www.patreon.com/athan","type":"patreon"},"gitHead":"e82874609872292e8dc6086d8485b50b5358324f","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/string-uncapitalize.git","type":"git"},"_npmVersion":"7.7.6","description":"Uncapitalize the first character of a string.","directories":{"bin":"./bin","doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"15.14.0","dependencies":{"@stdlib/cli":"^0.0.x","@stdlib/regexp-eol":"^0.0.x","@stdlib/fs-read-file":"^0.0.x","@stdlib/assert-is-string":"^0.0.x","@stdlib/process-read-stdin":"^0.0.x","@stdlib/streams-node-stdin":"^0.0.x"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x","@stdlib/bench":"^0.0.x","@stdlib/string-replace":"^0.0.x","@stdlib/assert-is-browser":"^0.0.x","@stdlib/assert-is-windows":"^0.0.x","@stdlib/process-exec-path":"^0.0.x","@stdlib/string-from-code-point":"^0.0.x"},"_npmOperationalInternal":{"tmp":"tmp/string-uncapitalize_0.0.2_1623768641007_0.3609184700981869","host":"s3://npm-registry-packages"}},"0.0.3":{"name":"@stdlib/string-uncapitalize","version":"0.0.3","keywords":["stdlib","stdstring","utilities","utility","utils","util","string","str","capitalize","decapitalize","uncapitalize","lowercase","lower","case"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/string-uncapitalize@0.0.3","maintainers":[{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":"kgryte@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://github.com/stdlib-js/stdlib","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"bin":{"uncapitalize":"bin/cli"},"dist":{"shasum":"7c72b61616a1bbf723abf03845317444322b6dc5","tarball":"https://registry.npmjs.org/@stdlib/string-uncapitalize/-/string-uncapitalize-0.0.3.tgz","fileCount":13,"integrity":"sha512-9cXpT5zUi2nerfZDtCcD77vaFqovjg8B90o/wBK1+L8Hxdzf7Z8kyvDdxt8toE+hnYr1+W5i46JtbOhreXCOnw==","signatures":[{"sig":"MEUCIQCyMSniC3N9ZUlLaTI+7tFjfHuwoDUChAuMezbj0SHBiwIgLRdaytCj2gShkRAgpF1n4muMVNid0r6HhfNboN3eI1I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38872,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyXhBCRA9TVsSAnZWagAAcNsP/R3/qhaRdQ4xjj+G5Lp8\nsvHBt7TSdQRn7Z4qV1xN6caIrM1LUYtQCeHFT/Dkl9F2hLXesMAp5fnT0TT5\n8GUGtOxg9hR4MJmqZNg0Lo4ZlWgfL2vXBtrob3iNqdtgGnoF/1LabcCiK6/3\ndl+SuSXDstvjVmdiOBY/hmP2fjP0W1XXu/yrXuWiKblPJ+Q7fP3E5RWnqaNy\nlIHBjmI7E/pjx2bq2cl8oXO2t8+ezqc/MXGaAlZwaROZo6eZsKtwoMoF+Nki\nHgJdhp7EKxQHhOKvpYTuogKRtWcyYs7kLwGRrgEzbntrnINPULQ+mEdawg1C\nP2B5/3MHGdVzhYtK7OS0CQ+eLqPj9gm4TbXvdiu4HSlb4TQhwYjCb0U/7/s3\nhFZHH9FoGVRjIYjnPD6ZQubryvawFdY9TUoXJfzm9XFgY/UC/p8gNixzCziR\nStoKf+SF8ewHQxCO8C3l9u3tQ2hkYUYsg3/ZVwrfNHTeCd02dGeTm1dSVzXP\ntlWkUH8JP6lpWr/j7l6XBidcrNtBwWkNwGV5U3O24rHwbs/UOYpU15Rcp0r8\nc4rRrH9QXZDi0wOqAc/jpkf1wm2v4WF8LoX+oVR9uGJTGIGKlS8Eu/UlE+rs\nWPaykY786gVw14ocfGQUGZNL4qw2nlhqL+ZxgefyaiEbCW1GI6IEoy4oVMJ7\nHZOW\r\n=b06Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://www.patreon.com/athan","type":"patreon"},"gitHead":"e751f6674e46257c3ec0b50224aa6b340afd31ba","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/string-uncapitalize.git","type":"git"},"_npmVersion":"7.7.6","description":"Uncapitalize the first character of a string.","directories":{"bin":"./bin","doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"15.14.0","dependencies":{"@stdlib/cli":"^0.0.x","@stdlib/regexp-eol":"^0.0.x","@stdlib/fs-read-file":"^0.0.x","@stdlib/assert-is-string":"^0.0.x","@stdlib/process-read-stdin":"^0.0.x","@stdlib/streams-node-stdin":"^0.0.x"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x","proxyquire":"^2.0.0","@stdlib/bench":"^0.0.x","@stdlib/string-replace":"^0.0.x","@stdlib/assert-is-browser":"^0.0.x","@stdlib/assert-is-windows":"^0.0.x","@stdlib/process-exec-path":"^0.0.x","@stdlib/string-from-code-point":"^0.0.x"},"_npmOperationalInternal":{"tmp":"tmp/string-uncapitalize_0.0.3_1623816256875_0.0860526190713855","host":"s3://npm-registry-packages"}},"0.0.4":{"name":"@stdlib/string-uncapitalize","version":"0.0.4","keywords":["stdlib","stdstring","utilities","utility","utils","util","string","str","capitalize","decapitalize","uncapitalize","lowercase","lower","case"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/string-uncapitalize@0.0.4","maintainers":[{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":"kgryte@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"bin":{"uncapitalize":"bin/cli"},"dist":{"shasum":"92f905d394c5db82bf2c1d5b465ab1750fdaf84b","tarball":"https://registry.npmjs.org/@stdlib/string-uncapitalize/-/string-uncapitalize-0.0.4.tgz","fileCount":13,"integrity":"sha512-epF/ufc8fDxESpkWTspUlggI5JmgRUl2ao2T6mF0oyOdMUDEXWNYr5wW0DSAsMgAKiKYYAtnw1v9YjxXI/Ukxg==","signatures":[{"sig":"MEYCIQCjHNJ/SSsLRq7e6zkN45Jv2CA6eFSYWvTbE4q6XgFzpwIhAO90A7scZTLBpJdfZ+BATv5bGrSy/iktyH9tdSW5trhi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39026,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2PfJCRA9TVsSAnZWagAADGYP/RmhdhwAxrVJSLbsdY0G\nFk9LGMpZ4hJMb6NgdXef22Eh4nMC/EWfL+CoX7ZDrSRpP5qXN4Yt90rLYohS\nj/DwFBSUs5X2zJVR/JbiULJuwiMbPoOblPy8fibVh+to+sRu9D1BYoo6Krki\n/nMP/6nI3H6spbhCs4ok9Low5dkL3sxokZiq5Jt7EaEKKLt3q6LyWuUf3waQ\nyeSRcP75PovEz4qXee6t6M3fXp/YGp+eXI+RGlnf6svNZZtsxoPReXcwnWoo\neL45Jdwf4aJ9m4XhnQt4ec2KyoLIXMzqIjTJTn+uRxOmdcFykLchRS8gbHuT\ngf5gkZsJKiiKHWRzOfhIpR5ZgBpIvMOqdJjgMsn29peQGN3vHG1PzbOV03eO\nucOp2/U+K0ZISTW2OZekd2v9XQXHrGQz7nwpUZjuK4UNIIQwYI0Ai2GyuoWa\nNJqBhSPZUCttJYry1J3CIPukIcsRuTTi02JONRCrXutjM2ne8bYPcgtrFNkp\n6lbDz0hJT/o60lh12u4byLA4SvLnpiVcHBSBvrWlFaR9QtajBKGz4r5eUWF1\nj8QpadM3XFe2WyQeendEiFcB4su1IC/2BZh3T0UFoU1LFWsVef+z4ZU0iL+A\nwkcVgsy8ZOxoaE9J7Y/StOXpxViBLHwunQo8wkaHGUPDZZlpwGBKfKtdl+vm\nj8NC\r\n=h+D8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://www.patreon.com/athan","type":"patreon"},"gitHead":"f9301265c739c0bc004af33b6ac250bfaff2be42","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/string-uncapitalize.git","type":"git"},"_npmVersion":"7.7.6","description":"Uncapitalize the first character of a string.","directories":{"bin":"./bin","doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"15.14.0","dependencies":{"@stdlib/cli":"^0.0.x","@stdlib/regexp-eol":"^0.0.x","@stdlib/fs-read-file":"^0.0.x","@stdlib/assert-is-string":"^0.0.x","@stdlib/process-read-stdin":"^0.0.x","@stdlib/streams-node-stdin":"^0.0.x"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x","proxyquire":"^2.0.0","@stdlib/bench":"^0.0.x","@stdlib/string-replace":"^0.0.x","@stdlib/assert-is-browser":"^0.0.x","@stdlib/assert-is-windows":"^0.0.x","@stdlib/process-exec-path":"^0.0.x","@stdlib/string-from-code-point":"^0.0.x"},"_npmOperationalInternal":{"tmp":"tmp/string-uncapitalize_0.0.4_1624831945327_0.6296247175429648","host":"s3://npm-registry-packages"}},"0.0.5":{"name":"@stdlib/string-uncapitalize","version":"0.0.5","keywords":["stdlib","stdstring","utilities","utility","utils","util","string","str","capitalize","decapitalize","uncapitalize","lowercase","lower","case"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/string-uncapitalize@0.0.5","maintainers":[{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":"kgryte@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"bin":{"uncapitalize":"bin/cli"},"dist":{"shasum":"3b2d1973c17265c692a52cdc88a9e0a8d3a69fb1","tarball":"https://registry.npmjs.org/@stdlib/string-uncapitalize/-/string-uncapitalize-0.0.5.tgz","fileCount":13,"integrity":"sha512-3mOgaeVN0CKS/tjYbCNGILizoxm9uz01cBfJH/vYhxInsGzO9g+CuHbfT6Afw/BCzy3+Vbk9yrpUavkN4vT6oA==","signatures":[{"sig":"MEYCIQDgZGjfje9Krkgehv0+Fn/AqdeviPS7wLjke70cc2M4qAIhAOrHWlnWQLoCV4bMX5/fDJX0UlHDUxQo/90/H5iR15hJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39036,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5OjaCRA9TVsSAnZWagAAQwYP/jFihze32ZmJ+h6gpGMo\nkRpBeMHii5m3ssEw6V7jZdIRrfGNRONUu/Vu6Dd/YXz0gJoA+klKmIjYm954\nazKTAcXyaOYhMELMs0C5qphtfogK3v4lImj+53q5tsLWfsgM/iB7RcszdXMM\nWui9z9b0Wl1w80oojk/6uF9pYopTrRDYO0o+Nh7P0GQTtU8h2/mhkGWKojhV\nz+eWo7tyX3WeV+0VuGYEwmKjpnXBcfP6MaeLk4gGDv7mqsJdJhc/hwPKWaeP\nJg3EOm2w7U8X77F7JXvpABE+Eiaogs6YTCCMdya8JU4X1X67xD5Ketx+jz7M\nCJxD10bFIjg/cb6jkiybWYoTyFYaoN/dionqwiMoBbWyVc2D6x3knWgq+nx6\nFDNtgxXinPO9OMD/85DR7iS9RfeKJYVGsfc36uwMoe7N5Fyc23MH+uDBKiyk\n/JCD7GLOJHIJt2uVh5RL00WvmBFFsHF+GHNY0EeWLPCEH8bTWi5LTB/5JApO\nNNcC1b8k1iutE5HhHvQdh6Q6MrIr+EpKLe0RXkGefpzp3SaWzyCk25TfIQxx\nVGR3uaNu1vQ9ByK2vMgnDWqtg3OFyY0WmFEXX5rGaj9spdc7a0brr90eQgg5\nVvw/eD/35sRg7Sf86Q230XtW95vgJ4z+u+Q129kZ80EmkY1fdlRVp9drOu2l\n9Kz/\r\n=qwLy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://www.patreon.com/athan","type":"patreon"},"gitHead":"47e05fa3e6df316ab5f17b07ff5b3c86b45bd259","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/string-uncapitalize.git","type":"git"},"_npmVersion":"7.7.6","description":"Uncapitalize the first character of a string.","directories":{"bin":"./bin","doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"15.14.0","dependencies":{"@stdlib/cli-ctor":"^0.0.x","@stdlib/regexp-eol":"^0.0.x","@stdlib/fs-read-file":"^0.0.x","@stdlib/assert-is-string":"^0.0.x","@stdlib/process-read-stdin":"^0.0.x","@stdlib/streams-node-stdin":"^0.0.x"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x","proxyquire":"^2.0.0","@stdlib/bench":"^0.0.x","@stdlib/string-replace":"^0.0.x","@stdlib/assert-is-browser":"^0.0.x","@stdlib/assert-is-windows":"^0.0.x","@stdlib/process-exec-path":"^0.0.x","@stdlib/string-from-code-point":"^0.0.x"},"_npmOperationalInternal":{"tmp":"tmp/string-uncapitalize_0.0.5_1625614553692_0.3616794376896717","host":"s3://npm-registry-packages"}},"0.0.6":{"name":"@stdlib/string-uncapitalize","version":"0.0.6","keywords":["stdlib","stdstring","utilities","utility","utils","util","string","str","capitalize","decapitalize","uncapitalize","lowercase","lower","case"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/string-uncapitalize@0.0.6","maintainers":[{"name":"rreusser","email":"rsreusser@gmail.com"},{"name":"stdlib-bot","email":"kgryte@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"bin":{"uncapitalize":"bin/cli"},"dist":{"shasum":"7d8e71676692e376b3c73bd8b412ee23a3985d29","tarball":"https://registry.npmjs.org/@stdlib/string-uncapitalize/-/string-uncapitalize-0.0.6.tgz","fileCount":13,"integrity":"sha512-j3QdE1QKHcWQj0pdSdi3IcpPv6IH2/Fnx+rNwXYxnOl2H47dcuurkKVoEulMeYZzGFFk5UwuOwPD+bHDGzTEpA==","signatures":[{"sig":"MEQCIBElwXAlE+j2apxUaTDz2qUvuo9KDFFK/UvdKiEM29kaAiBpyUKK0jav3CflPEwoasNaXGPZntX2PyB3B2bCDXdwCA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39036,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg6NiFCRA9TVsSAnZWagAALEEP/j0Z1RIXmZv1IHv0jbBS\n8rup9Zd5QvU4vlBd5xV+6c7Z/wvFMZK0WLGoOyTb0K8WFhMO6TvfsFWDQssC\niAbzCeQEtdc+kKGY8iiIiVd2fOqtRqbAbhSu81qrbXLTBCH0aoGANszE2w5k\ncfk7M/vqPD1/M28lMBpWees8oCe5ky01Ltnn6ka97TdOsWRql4zNj9Ju9TNm\n0etR8rmHsuAIWyJmnQnI8rM+h9/8sBV7ZvOwgiojsL47TPA8ZxOJWG452oPL\n3qUD8zMqfTsbccMzBX1e9kW4z49hEzsxf3ogqJCzwHyKiI599oOkUmStNk7u\nrBaxKAKUzh30envE6f/tpe1rOij9OieSRTy7op9DJGY69AzhqJLj+Oh95IZq\nfSzaMqUmYzZB4T/MNc/JJ1oHJ/J+Gw316eMPpImLI/zu5kcdnvyptZcHE6mn\n3VViikp4tyHK+Wp05CktjSrgPDQY+7qT63u5ezcQqT0+wvBVoYFackF2P4dt\ni3jcAd8di67BJ0Md3aHsIz2lFBzQwdqy5OIX/jrN7CYdvUywCSukYcojzaWp\nCZi4sh2iCDsEDTYMQAlewhDbIjp8TDSjh9qvnSpcifamKprB5fuN8T7h6fwm\ndfbgYPAqEKYKxsu6mukoqazTyhTRYNyPiFtO3xlRK1G1eU/NSKI6+EVOJskJ\nLSgt\r\n=+EuS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://www.patreon.com/athan","type":"patreon"},"gitHead":"fd545c22c955a451ba9fc3deeef0bc871f0b5968","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/string-uncapitalize.git","type":"git"},"_npmVersion":"7.7.6","description":"Uncapitalize the first character of a string.","directories":{"bin":"./bin","doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"15.14.0","dependencies":{"@stdlib/cli-ctor":"^0.0.x","@stdlib/regexp-eol":"^0.0.x","@stdlib/fs-read-file":"^0.0.x","@stdlib/assert-is-string":"^0.0.x","@stdlib/process-read-stdin":"^0.0.x","@stdlib/streams-node-stdin":"^0.0.x"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x","proxyquire":"^2.0.0","@stdlib/bench":"^0.0.x","@stdlib/string-replace":"^0.0.x","@stdlib/assert-is-browser":"^0.0.x","@stdlib/assert-is-windows":"^0.0.x","@stdlib/process-exec-path":"^0.0.x","@stdlib/string-from-code-point":"^0.0.x"},"_npmOperationalInternal":{"tmp":"tmp/string-uncapitalize_0.0.6_1625872517443_0.8393501009066358","host":"s3://npm-registry-packages"}},"0.0.7":{"name":"@stdlib/string-uncapitalize","version":"0.0.7","keywords":["stdlib","stdstring","utilities","utility","utils","util","string","str","capitalize","decapitalize","uncapitalize","lowercase","lower","case"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/string-uncapitalize@0.0.7","maintainers":[{"name":"stdlib-bot","email":"kgryte@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"bin":{"uncapitalize":"bin/cli"},"dist":{"shasum":"1b644f04ba38538016ecaf02da28e47914a1f5f3","tarball":"https://registry.npmjs.org/@stdlib/string-uncapitalize/-/string-uncapitalize-0.0.7.tgz","fileCount":12,"integrity":"sha512-yas3iY0dUWQJnRUiKWkRy43lbkyzPtBBG8YUn5h/IjarphOM8u4Exp+meewKhyoVi7bYn4ydWFbHgaKMa5f2YQ==","signatures":[{"sig":"MEYCIQCk61Qwl+tkfWxbKI2bbX1s3wLcmM+zjJIHDlEYqyJQNwIhAJKO5ZEwddjemQM//50Qi3BQGrw28cPL2iqT19JTHroz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38882,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhIs+gCRA9TVsSAnZWagAATSIP/i0CnN5pt9BSOkxThsUT\nHyss7mjyzibKSsH6Nj/y56K61qrTVYGiXWkRN5D6Fu2qHDjx+FPoIs1vOEr4\nG7SQL7xJLvWF8TTRp6A1/yLCFNFFHkTaQ6wc6BRhe1J5qSYrXnwdusr7NTSf\neMEPJYuezKZKTGzwXQCghdMX6nNOEj3YxsOqA+O85iBhYcy1IUUCGPEZv2ER\nT4YT3Aiizy6ao8rQiveK9oN5jbb9+tLQo/m2KP/BHEPflJhy1zyoNR8v+Za0\nsBb4rhOuKLBURpLGe+oR4YvGU3LY64d+CMAP8A1XFzzjCysnkLljshUc9BXx\nZyyTcsikapYo8vXROH0OxrvXPdNWdtujoJMuHwLhaAk3xNBz0of3TSP6w57Q\nqFSKJgj8uZtfGpdVVrhetXa03UVj0ET0vMUQyuoq/Vus8y+XuUgPb8nBecSu\nCEuQfL2+5Uf9rfva+KzRfhr4tdvZn+iKwRBCn3itOMxu13Z+FyprHMGldRgP\n9BZKPRNrpE65rrz9JvemWiVo46zeqAnbamCDLCqn/4Rm1bLgkTOH387t36an\nxUWQFuZ6KJRiq03EKmwC7+hqH1lBZtYn6quDZaB5dOq6oLUPQbBpfptVM/hu\nsIwgG9d5l0DE8nj3pY6aQ0GPcbs/thZccGlh+Fx/2c9SQo125BeBgCiyggG+\nKbUy\r\n=OnTF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://www.patreon.com/athan","type":"patreon"},"gitHead":"ff893aa34651109d93560567526fe97045f6bcfd","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/string-uncapitalize.git","type":"git"},"_npmVersion":"7.20.3","description":"Uncapitalize the first character of a string.","directories":{"doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"16.7.0","dependencies":{"@stdlib/cli-ctor":"^0.0.x","@stdlib/regexp-eol":"^0.0.x","@stdlib/fs-read-file":"^0.0.x","@stdlib/assert-is-string":"^0.0.x","@stdlib/process-read-stdin":"^0.0.x","@stdlib/streams-node-stdin":"^0.0.x"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x","proxyquire":"^2.0.0","@stdlib/bench":"^0.0.x","@stdlib/string-replace":"^0.0.x","@stdlib/assert-is-browser":"^0.0.x","@stdlib/assert-is-windows":"^0.0.x","@stdlib/process-exec-path":"^0.0.x","@stdlib/string-from-code-point":"^0.0.x"},"_npmOperationalInternal":{"tmp":"tmp/string-uncapitalize_0.0.7_1629671328682_0.24313539991409594","host":"s3://npm-registry-packages"}},"0.0.8":{"name":"@stdlib/string-uncapitalize","version":"0.0.8","keywords":["stdlib","stdstring","utilities","utility","utils","util","string","str","capitalize","decapitalize","uncapitalize","lowercase","lower","case"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/string-uncapitalize@0.0.8","maintainers":[{"name":"stdlib-bot","email":"kgryte@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"bin":{"uncapitalize":"bin/cli"},"dist":{"shasum":"6d5c8dd4bfade8f31ac3c076be981031c9bad72b","tarball":"https://registry.npmjs.org/@stdlib/string-uncapitalize/-/string-uncapitalize-0.0.8.tgz","fileCount":12,"integrity":"sha512-7WQdZhgZ24LnJq+dJ9yPwRDkZJ1Rofq48HwdrJVmbrNQr7ZNXtD/Y1sthaHQhnh5XsCp83JCFNq48qUofKgBCA==","signatures":[{"sig":"MEUCIAKCePcZ+ppJAzq3Rf4RJFFjJKtS5LPN9DjG2OZKp45wAiEAoVzGn4vOVpYVsXUhxvJwPf0D5yeqkPrUn1OjLt2Lftc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDWYWCRA9TVsSAnZWagAA+IoP/1aA6i2lykrue/7HmpYe\nihUFFRZEayD2P+sgTmJDTLY+No49T5ykQZ3YweSFRTxOKXbhXel4NtZR+n6l\nCXnTHan10UxPNnh001CSsbJxwk7J5uwgLbquaSJ6ikccb+vTwSKqOBf22QFt\nLTAH9S+1N4IAYEV9LTu7LaJQI4rIbeAOcyNOoTs78xJ0ROkaXqx8U/6yvebw\nxElX3IqFIwUrhGjmth7OhiA4eYfmTdQ/ZxnmjDGVX8NXWRmuztMtNSvAobxO\nSPDMgIQtLpjMIzZBF/GICGVVShZsaaUX8KTuHKi4gWqj0/KAjGzbTCtFoyxl\nBAt0fVmAwH11Oqm6GJqGSi4uCXrJ/evNrqG2rS0pMlRFCIkfX1EDx252egrZ\npOUWTX0LtjxQH100RlTnzaw2BhEdAmLwGUez4qbxCNK0KKTZ+u3aXiZFAe/D\n6u2N8uQArTeP6gT0E3eiCh/q4455Ixkkxcd3yBbF+R+sQlug9fdt3IXJhYpZ\nORDqaBnfXakkk1B+oVKCQNyH9Xzhq4dohJSbntAyE9R2WfusEPWTgdw51tDh\n1td8z9jE0laVQMq3ba+Z329Sd2S9fkFGXeRGdstEnn+WzQto9161row+7FnL\nqNEUSoFYUYErGZ8BU4RcfTMMJZELeeZgChIdp6Dk9TEFEzw1ot7+uOlHEQDw\n6iw8\r\n=ts7q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://www.patreon.com/athan","type":"patreon"},"gitHead":"8f66c47dfe6bec9a6e59a1a45c59ab695cf4de58","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"stdlib-bot","email":"kgryte@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/string-uncapitalize.git","type":"git"},"_npmVersion":"8.1.2","description":"Uncapitalize the first character of a string.","directories":{"doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"16.13.2","dependencies":{"@stdlib/cli-ctor":"^0.0.x","@stdlib/regexp-eol":"^0.0.x","@stdlib/fs-read-file":"^0.0.x","@stdlib/assert-is-string":"^0.0.x","@stdlib/process-read-stdin":"^0.0.x","@stdlib/streams-node-stdin":"^0.0.x","@stdlib/assert-is-regexp-string":"^0.0.x","@stdlib/utils-regexp-from-string":"^0.0.x"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x","proxyquire":"^2.0.0","@stdlib/bench":"^0.0.x","@stdlib/string-replace":"^0.0.x","@stdlib/assert-is-browser":"^0.0.x","@stdlib/assert-is-windows":"^0.0.x","@stdlib/process-exec-path":"^0.0.x","@stdlib/string-from-code-point":"^0.0.x"},"_npmOperationalInternal":{"tmp":"tmp/string-uncapitalize_0.0.8_1645045270650_0.8369658816294883","host":"s3://npm-registry-packages"}},"0.0.9":{"name":"@stdlib/string-uncapitalize","version":"0.0.9","keywords":["stdlib","stdstring","utilities","utility","utils","util","string","str","capitalize","decapitalize","uncapitalize","lowercase","lower","case"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/string-uncapitalize@0.0.9","maintainers":[{"name":"stdlib-bot","email":"kgryte@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"bin":{"uncapitalize":"bin/cli"},"dist":{"shasum":"ebbfc87add828adf751d5b438047de2d1fb220af","tarball":"https://registry.npmjs.org/@stdlib/string-uncapitalize/-/string-uncapitalize-0.0.9.tgz","fileCount":12,"integrity":"sha512-okDTFu09Hej0oxF5AeQt0NWpXT5LwXVxV7eUxh0J/xMzPeD/qHqaeLlZQljxMYOXhlujEnAFgVWyu2UIJ1E69A==","signatures":[{"sig":"MEUCIBYUOaAQTVn3uLRCc0Ds0P65yEWpOVMak2vn/U1gEIn6AiEApmaKFzM6r4ArVAOuEqa4O1LtUlD+vpzdpj+Mt7Kw+1E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28295,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizYVQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqK+g/7BzaR0VFIvuO6j6mXbFkGnA1jL9wbNzIylsy0OI66h//ByuM4\r\nmX+2Umn/sDoF5TI84c8/DEiUFY1h6OHexkZTv17RKYUcHWeRi/a/ga2i50Nk\r\nO/uLxB01YM+DB+jA3yNBuTiRyxSLpn1OkeMOx3LqnKlcLOUGoRlNuW8M22yu\r\nI8lmAd4jle5R+GUKKAm6m5k3j4DAAJAz+rrjygoo4LFuuO05qLOMGbcNETwF\r\nKFukIDuVgAOA5/5yf9KESIJxWESPBv8gBlWD2Fp/E2uOA/o8VRwACDlsmKyI\r\nCANUEScZsqioX3nlaZdl83xiDAca77HVnw5Qulj14HgzMtgmPMvhYegZIS3R\r\nmxs8etyPrYseGyRiz7BArmXvKBa9jk+kwkWESkH7JsATd54k0R+PXuC5gpdf\r\nkia719Emv0Ew0zVumeYy7VSKoKzRN5wlSXKpZvepIlN/VK2RRTIpopJBzTc3\r\nbzu0J6w7/KpOem8k8Ru9CVMwB+ttYxF/aYADc/5xY7Uk28isvB9LBi/T+Pae\r\nH9FkYQQRo/kEcA8B9wfETnoz198jAHAYuQFaZSc5dHvqtN+KzFUEbUf6vEXa\r\nkdXAAQ+RKWyWoirNl1qyZYUM5A+1dYkyVnLGphHvX62im2yypro7DbKlbHCY\r\nE73Y93LTneh3wEKSAa15bXBayJjpTHqzD9c=\r\n=CquZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://www.patreon.com/athan","type":"patreon"},"gitHead":"a2851cab6ffc77a517940eabb45f1ed453f144f5","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"kgryte","email":"kgryte@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/string-uncapitalize.git","type":"git"},"_npmVersion":"8.11.0","description":"Uncapitalize the first character of a string.","directories":{"doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"16.16.0","dependencies":{"@stdlib/cli-ctor":"^0.0.x","@stdlib/regexp-eol":"^0.0.x","@stdlib/fs-read-file":"^0.0.x","@stdlib/string-format":"^0.0.x","@stdlib/assert-is-string":"^0.0.x","@stdlib/process-read-stdin":"^0.0.x","@stdlib/streams-node-stdin":"^0.0.x","@stdlib/assert-is-regexp-string":"^0.0.x","@stdlib/utils-regexp-from-string":"^0.0.x"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","istanbul":"^0.4.1","tap-spec":"5.x.x","proxyquire":"^2.0.0","@stdlib/bench":"^0.0.x","@stdlib/string-replace":"^0.0.x","@stdlib/assert-is-browser":"^0.0.x","@stdlib/assert-is-windows":"^0.0.x","@stdlib/process-exec-path":"^0.0.x","@stdlib/string-from-code-point":"^0.0.x"},"_npmOperationalInternal":{"tmp":"tmp/string-uncapitalize_0.0.9_1657636175882_0.19266175704661137","host":"s3://npm-registry-packages"}},"0.1.0":{"name":"@stdlib/string-uncapitalize","version":"0.1.0","keywords":["stdlib","stdstring","utilities","utility","utils","util","string","str","capitalize","decapitalize","uncapitalize","lowercase","lower","case"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/string-uncapitalize@0.1.0","maintainers":[{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"57d218a718f311ccc9dee84ad9d392a9ac8bbc93","tarball":"https://registry.npmjs.org/@stdlib/string-uncapitalize/-/string-uncapitalize-0.1.0.tgz","fileCount":11,"integrity":"sha512-tOXTXwG/b6Y/cgdK02WwB4Gak5NZdF8nvpZETIAk33RwZjKNnh7xYD9f46bR/VY38GF4xIhNrfeEwQYf9yrezw==","signatures":[{"sig":"MEYCIQC/KefJhHeZ8JaeGtw0mxh909ivDgpLl9Ng2Jt3ClcOyQIhAJGP50QjREMBll0Dxo//z7BfXRvNeZ225xaOpttF62sh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27572},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://opencollective.com/stdlib","type":"opencollective"},"gitHead":"41f86d99cbb03d63f33b26b5a608ebc8703e045f","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/string-uncapitalize.git","type":"git"},"_npmVersion":"8.19.4","description":"Uncapitalize the first character of a string.","directories":{"doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"16.20.2","dependencies":{"@stdlib/string-format":"^0.1.0","@stdlib/assert-is-string":"^0.1.0","@stdlib/string-base-uncapitalize":"^0.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","tap-min":"git+https://github.com/Planeshifter/tap-min.git","istanbul":"^0.4.1","proxyquire":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/string-uncapitalize_0.1.0_1695422323482_0.5002139386242042","host":"s3://npm-registry-packages"}},"0.1.1":{"name":"@stdlib/string-uncapitalize","version":"0.1.1","keywords":["stdlib","stdstring","utilities","utility","utils","util","string","str","capitalize","decapitalize","uncapitalize","lowercase","lower","case"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/string-uncapitalize@0.1.1","maintainers":[{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"dc5ca53b3a420e1994d52aeed07758bc5d80671d","tarball":"https://registry.npmjs.org/@stdlib/string-uncapitalize/-/string-uncapitalize-0.1.1.tgz","fileCount":11,"integrity":"sha512-nfa4VE+2lQUMypFlLD0DvhREANegN9+DCXoiO+loIM/7lrxGmcyKF3p4xqYZFAGGlEBB7bfU95xTotI7UsWPbA==","signatures":[{"sig":"MEQCIEdaUfQMmCFuYQLKQQGGKyh6ao+3Bk8EjxGX7T1vj28FAiA6kyJ8NA1AkX9DYOrKi1m9TgnLnubUY6ljyiuDBTStoA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27572},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://opencollective.com/stdlib","type":"opencollective"},"gitHead":"836b37cf688bfa381fcb3cb3a2dd327f0a94ad19","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/string-uncapitalize.git","type":"git"},"_npmVersion":"8.19.4","description":"Uncapitalize the first character of a string.","directories":{"doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"16.20.2","dependencies":{"@stdlib/string-format":"^0.1.1","@stdlib/assert-is-string":"^0.1.1","@stdlib/string-base-uncapitalize":"^0.1.1"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","tap-min":"git+https://github.com/Planeshifter/tap-min.git","istanbul":"^0.4.1","proxyquire":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/string-uncapitalize_0.1.1_1696377868618_0.5443678802895113","host":"s3://npm-registry-packages"}},"0.2.0":{"name":"@stdlib/string-uncapitalize","version":"0.2.0","keywords":["stdlib","stdstring","utilities","utility","utils","util","string","str","capitalize","decapitalize","uncapitalize","lowercase","lower","case"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/string-uncapitalize@0.2.0","maintainers":[{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"8fd505b89290f37b5f2da90f06bf477e6825eeef","tarball":"https://registry.npmjs.org/@stdlib/string-uncapitalize/-/string-uncapitalize-0.2.0.tgz","fileCount":11,"integrity":"sha512-ZyCIvdOb58qdQtg8j5o28KBCP5TtpcSEsyz4uxQWur0WwR+oJsExK3BhyowSEtX0XOWDUCJbHLQ9Pa/V037Glw==","signatures":[{"sig":"MEQCIBp9AUiVe2ljQiie1BMcTL6pxHt+a05ArwDfxOgFU+GvAiBIxs7UaKQD1VyQafSdMWKKKGFrxzo1d+dpexfw2IhKIQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27401},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://opencollective.com/stdlib","type":"opencollective"},"gitHead":"7137673f0798ef13d7c9fd7becf78e557b1d583b","scripts":{"test":"make test","examples":"make examples","test-cov":"make test-cov","benchmark":"make benchmark"},"_npmUser":{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/string-uncapitalize.git","type":"git"},"_npmVersion":"8.19.4","description":"Uncapitalize the first character of a string.","directories":{"doc":"./docs","lib":"./lib","test":"./test","example":"./examples","benchmark":"./benchmark"},"_nodeVersion":"16.20.2","dependencies":{"@stdlib/string-format":"^0.2.0","@stdlib/assert-is-string":"^0.2.0","@stdlib/string-base-uncapitalize":"^0.2.0"},"_hasShrinkwrap":false,"devDependencies":{"tape":"git+https://github.com/kgryte/tape.git#fix/globby","tap-min":"git+https://github.com/Planeshifter/tap-min.git","istanbul":"^0.4.1","proxyquire":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/string-uncapitalize_0.2.0_1707884567157_0.023360099736536633","host":"s3://npm-registry-packages"}},"0.2.1":{"name":"@stdlib/string-uncapitalize","version":"0.2.1","keywords":["stdlib","stdstring","utilities","utility","utils","util","string","str","capitalize","decapitalize","uncapitalize","lowercase","lower","case"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/string-uncapitalize@0.2.1","maintainers":[{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"b646e7175791440fd8280db98e087a68b76b3f7a","tarball":"https://registry.npmjs.org/@stdlib/string-uncapitalize/-/string-uncapitalize-0.2.1.tgz","fileCount":11,"integrity":"sha512-XV6VLjL4yKF2XZn55o7LClTvHTE1ic9MGTqcRndpcCPiB6unY3vjRUebCy8RTBOhOp0ZvaRXURTOyFric5DGXA==","signatures":[{"sig":"MEUCIQCXi/9GDtLLImrknR1IyjRAW36zxC0yQd0LhJeK0/sZpQIgQsjVEeF9PsoteMIOB18Vub02Q6FJc3mYYRu15sB/VXA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27025},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://opencollective.com/stdlib","type":"opencollective"},"gitHead":"39b81766b9d8a5e89ba4a26e5ea07f6413b46973","scripts":{},"_npmUser":{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/string-uncapitalize.git","type":"git"},"_npmVersion":"8.19.4","description":"Uncapitalize the first character of a string.","directories":{"doc":"./docs","lib":"./lib","dist":"./dist"},"_nodeVersion":"16.20.2","dependencies":{"@stdlib/string-format":"^0.2.1","@stdlib/assert-is-string":"^0.2.1","@stdlib/string-base-uncapitalize":"^0.2.1"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/string-uncapitalize_0.2.1_1708565925135_0.1854385527682305","host":"s3://npm-registry-packages"}},"0.3.0":{"name":"@stdlib/string-uncapitalize","version":"0.3.0","keywords":["stdlib","stdstring","utilities","utility","utils","util","string","str","capitalize","decapitalize","uncapitalize","lowercase","lower","case"],"author":{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"},"license":"Apache-2.0","_id":"@stdlib/string-uncapitalize@0.3.0","maintainers":[{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"contributors":[{"url":"https://github.com/stdlib-js/stdlib/graphs/contributors","name":"The Stdlib Authors"}],"homepage":"https://stdlib.io","bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"dist":{"shasum":"fcbe0128a42aa0dff4fdb52b547584dc33874dbf","tarball":"https://registry.npmjs.org/@stdlib/string-uncapitalize/-/string-uncapitalize-0.3.0.tgz","fileCount":11,"integrity":"sha512-QbPU5hHBHEB0NT3/syrgFLklNuXAn8GmykkTEQDhZALIaMH9NqA2Petkd6ZfVkeeWAxcb9Ba1VTwBsG6xSDx6w==","signatures":[{"sig":"MEQCIDMtp3oJ1TUc8GVFGOj4m1piYfMjDrrEYmkx/+BGAiltAiAXYNQ3RWb2BCm0eNhicArptSjoHXONNSH/jyf6VdWUzQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27196},"main":"./lib","types":"./docs/types","engines":{"npm":">2.7.0","node":">=0.10.0"},"funding":{"url":"https://opencollective.com/stdlib","type":"opencollective"},"gitHead":"33e8edbac6d7d96a3152c652d61ff6aea90af713","scripts":{},"_npmUser":{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},"repository":{"url":"git://github.com/stdlib-js/string-uncapitalize.git","type":"git"},"_npmVersion":"8.19.4","description":"Uncapitalize the first character of a string.","directories":{"doc":"./docs","lib":"./lib","dist":"./dist"},"_nodeVersion":"16.20.2","dependencies":{"@stdlib/string-format":"^0.2.2","@stdlib/assert-is-string":"^0.2.2","@stdlib/error-tools-fmtprodmsg":"^0.2.2","@stdlib/string-base-uncapitalize":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/string-uncapitalize_0.3.0_1722045371365_0.10234083372621305","host":"s3://npm-registry-packages"}},"0.3.1":{"name":"@stdlib/string-uncapitalize","version":"0.3.1","description":"Uncapitalize the first character of a string.","license":"Apache-2.0","author":{"name":"The Stdlib Authors","url":"https://github.com/stdlib-js/stdlib/graphs/contributors"},"contributors":[{"name":"The Stdlib Authors","url":"https://github.com/stdlib-js/stdlib/graphs/contributors"}],"main":"./lib","directories":{"doc":"./docs","lib":"./lib","dist":"./dist"},"types":"./docs/types","scripts":{},"homepage":"https://stdlib.io","repository":{"type":"git","url":"git://github.com/stdlib-js/string-uncapitalize.git"},"bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"dependencies":{"@stdlib/assert-is-string":"^0.2.3","@stdlib/string-base-uncapitalize":"^1.0.1","@stdlib/string-format":"^0.2.3","@stdlib/error-tools-fmtprodmsg":"^0.2.3"},"devDependencies":{},"engines":{"node":">=0.10.0","npm":">2.7.0"},"os":["aix","darwin","freebsd","linux","macos","openbsd","sunos","win32","windows"],"keywords":["stdlib","stdstring","utilities","utility","utils","util","string","str","capitalize","decapitalize","uncapitalize","lowercase","lower","case"],"funding":{"type":"opencollective","url":"https://opencollective.com/stdlib"},"_id":"@stdlib/string-uncapitalize@0.3.1","gitHead":"65ac870bcc9363ee25cdde72514d9e0783b5395e","_nodeVersion":"20.20.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-ECTzlaehZ2tiN5YzWyoWwslX0P/OmCscXDKLTgkqfiDQ0QZ/dq1vX24SsvA9UlU/kkW73cBz4+mfULKJD/xs0Q==","shasum":"329f90dd3fe4cdc1daf2431252c08d310d6ab8c5","tarball":"https://registry.npmjs.org/@stdlib/string-uncapitalize/-/string-uncapitalize-0.3.1.tgz","fileCount":11,"unpackedSize":27171,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIB1SL8eOHi9aWceiVqqsE4UNnGPTSaw9rc7opaw6uFV0AiBroQz4PlF4J3XJuttJHRRE8AWK8ov/+U6+91/s+JOdag=="}]},"_npmUser":{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},"maintainers":[{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/string-uncapitalize_0.3.1_1770507364064_0.26031023520466334"},"_hasShrinkwrap":false}},"time":{"created":"2021-06-14T17:27:01.432Z","modified":"2026-02-07T23:36:04.347Z","0.0.1":"2021-06-14T17:27:01.701Z","0.0.2":"2021-06-15T14:50:41.183Z","0.0.3":"2021-06-16T04:04:17.032Z","0.0.4":"2021-06-27T22:12:25.434Z","0.0.5":"2021-07-06T23:35:53.872Z","0.0.6":"2021-07-09T23:15:17.595Z","0.0.7":"2021-08-22T22:28:48.862Z","0.0.8":"2022-02-16T21:01:10.861Z","0.0.9":"2022-07-12T14:29:36.070Z","0.1.0":"2023-09-22T22:38:43.642Z","0.1.1":"2023-10-04T00:04:28.766Z","0.2.0":"2024-02-14T04:22:47.314Z","0.2.1":"2024-02-22T01:38:45.283Z","0.3.0":"2024-07-27T01:56:11.586Z","0.3.1":"2026-02-07T23:36:04.205Z"},"bugs":{"url":"https://github.com/stdlib-js/stdlib/issues"},"author":{"name":"The Stdlib Authors","url":"https://github.com/stdlib-js/stdlib/graphs/contributors"},"license":"Apache-2.0","homepage":"https://stdlib.io","keywords":["stdlib","stdstring","utilities","utility","utils","util","string","str","capitalize","decapitalize","uncapitalize","lowercase","lower","case"],"repository":{"type":"git","url":"git://github.com/stdlib-js/string-uncapitalize.git"},"description":"Uncapitalize the first character of a string.","contributors":[{"name":"The Stdlib Authors","url":"https://github.com/stdlib-js/stdlib/graphs/contributors"}],"maintainers":[{"name":"stdlib-bot","email":"kgryte+stdlibbot@gmail.com"},{"name":"kgryte","email":"kgryte@gmail.com"},{"name":"planeshifter","email":"pgb@andrew.cmu.edu"},{"name":"rreusser","email":"rsreusser@gmail.com"}],"readme":"<!--\n\n@license Apache-2.0\n\nCopyright (c) 2018 The Stdlib Authors.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n-->\n\n\n<details>\n  <summary>\n    About stdlib...\n  </summary>\n  <p>We believe in a future in which the web is a preferred environment for numerical computation. To help realize this future, we've built stdlib. stdlib is a standard library, with an emphasis on numerical and scientific computation, written in JavaScript (and C) for execution in browsers and in Node.js.</p>\n  <p>The library is fully decomposable, being architected in such a way that you can swap out and mix and match APIs and functionality to cater to your exact preferences and use cases.</p>\n  <p>When you use stdlib, you can be absolutely certain that you are using the most thorough, rigorous, well-written, studied, documented, tested, measured, and high-quality code out there.</p>\n  <p>To join us in bringing numerical computing to the web, get started by checking us out on <a href=\"https://github.com/stdlib-js/stdlib\">GitHub</a>, and please consider <a href=\"https://opencollective.com/stdlib\">financially supporting stdlib</a>. We greatly appreciate your continued support!</p>\n</details>\n\n# uncapitalize\n\n[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->\n\n> Uncapitalize the first character of a string.\n\n<section class=\"installation\">\n\n## Installation\n\n```bash\nnpm install @stdlib/string-uncapitalize\n```\n\n</section>\n\n<section class=\"usage\">\n\n## Usage\n\n```javascript\nvar uncapitalize = require( '@stdlib/string-uncapitalize' );\n```\n\n#### uncapitalize( str )\n\nUncapitalizes the first character of a string.\n\n```javascript\nvar out = uncapitalize( 'Last man standing' );\n// returns 'last man standing'\n\nout = uncapitalize( 'Hidden Treasures' );\n// returns 'hidden Treasures'\n```\n\n</section>\n\n<!-- /.usage -->\n\n<section class=\"examples\">\n\n## Examples\n\n<!-- eslint no-undef: \"error\" -->\n\n```javascript\nvar uncapitalize = require( '@stdlib/string-uncapitalize' );\n\nvar out = uncapitalize( 'Last man standing' );\n// returns 'last man standing'\n\nout = uncapitalize( 'Presidential election' );\n// returns 'presidential election'\n\nout = uncapitalize( 'JavaScript' );\n// returns 'javaScript'\n\nout = uncapitalize( 'Hidden Treasures' );\n// returns 'hidden Treasures'\n```\n\n</section>\n\n<!-- /.examples -->\n\n\n\n<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->\n\n<section class=\"related\">\n\n## See Also\n\n-   <span class=\"package-name\">[`@stdlib/string-uncapitalize-cli`][@stdlib/string-uncapitalize-cli]</span><span class=\"delimiter\">: </span><span class=\"description\">CLI package for use as a command-line utility.</span>\n-   <span class=\"package-name\">[`@stdlib/string-capitalize`][@stdlib/string/capitalize]</span><span class=\"delimiter\">: </span><span class=\"description\">capitalize the first character in a string.</span>\n-   <span class=\"package-name\">[`@stdlib/string-lowercase`][@stdlib/string/lowercase]</span><span class=\"delimiter\">: </span><span class=\"description\">convert a string to lowercase.</span>\n\n</section>\n\n<!-- /.related -->\n\n<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->\n\n\n<section class=\"main-repo\" >\n\n* * *\n\n## Notice\n\nThis package is part of [stdlib][stdlib], a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.\n\nFor more information on the project, filing bug reports and feature requests, and guidance on how to develop [stdlib][stdlib], see the main project [repository][stdlib].\n\n#### Community\n\n[![Chat][chat-image]][chat-url]\n\n---\n\n## License\n\nSee [LICENSE][stdlib-license].\n\n\n## Copyright\n\nCopyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].\n\n</section>\n\n<!-- /.stdlib -->\n\n<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->\n\n<section class=\"links\">\n\n[@stdlib/string-uncapitalize-cli]: https://www.npmjs.com/package/@stdlib/string-uncapitalize-cli\n\n[npm-image]: http://img.shields.io/npm/v/@stdlib/string-uncapitalize.svg\n[npm-url]: https://npmjs.org/package/@stdlib/string-uncapitalize\n\n[test-image]: https://github.com/stdlib-js/string-uncapitalize/actions/workflows/test.yml/badge.svg?branch=v0.3.1\n[test-url]: https://github.com/stdlib-js/string-uncapitalize/actions/workflows/test.yml?query=branch:v0.3.1\n\n[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-uncapitalize/main.svg\n[coverage-url]: https://codecov.io/github/stdlib-js/string-uncapitalize?branch=main\n\n<!--\n\n[dependencies-image]: https://img.shields.io/david/stdlib-js/string-uncapitalize.svg\n[dependencies-url]: https://david-dm.org/stdlib-js/string-uncapitalize/main\n\n-->\n\n[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg\n[chat-url]: https://stdlib.zulipchat.com\n\n[stdlib]: https://github.com/stdlib-js/stdlib\n\n[stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors\n\n[cli-section]: https://github.com/stdlib-js/string-uncapitalize#cli\n[cli-url]: https://github.com/stdlib-js/string-uncapitalize/tree/cli\n[@stdlib/string-uncapitalize]: https://github.com/stdlib-js/string-uncapitalize/tree/main\n\n[umd]: https://github.com/umdjs/umd\n[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules\n\n[deno-url]: https://github.com/stdlib-js/string-uncapitalize/tree/deno\n[deno-readme]: https://github.com/stdlib-js/string-uncapitalize/blob/deno/README.md\n[umd-url]: https://github.com/stdlib-js/string-uncapitalize/tree/umd\n[umd-readme]: https://github.com/stdlib-js/string-uncapitalize/blob/umd/README.md\n[esm-url]: https://github.com/stdlib-js/string-uncapitalize/tree/esm\n[esm-readme]: https://github.com/stdlib-js/string-uncapitalize/blob/esm/README.md\n[branches-url]: https://github.com/stdlib-js/string-uncapitalize/blob/main/branches.md\n\n[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/string-uncapitalize/main/LICENSE\n\n[standard-streams]: https://en.wikipedia.org/wiki/Standard_streams\n\n[mdn-regexp]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions\n\n<!-- <related-links> -->\n\n[@stdlib/string/capitalize]: https://www.npmjs.com/package/@stdlib/string-capitalize\n\n[@stdlib/string/lowercase]: https://www.npmjs.com/package/@stdlib/string-lowercase\n\n<!-- </related-links> -->\n\n</section>\n\n<!-- /.links -->\n","readmeFilename":"README.md"}