{"_id":"@0_srsk/tiny","_rev":"2-20b41b26e5906bf05e35ba36b2fd67d8","name":"@0_srsk/tiny","dist-tags":{"latest":"2.0.1"},"versions":{"1.0.0":{"name":"@0_srsk/tiny","version":"1.0.0","_id":"@0_srsk/tiny@1.0.0","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-sU8x4VWvJAr6HnCHIdtJzNerqe5Nh8a2C9cihTEyxwT+4IOmgfzTPRrfnh918UIk/wTbKEwQrnP19poAZyjqwA==","shasum":"8078eb35058cc508ea18af2ec7c12f37c0967b77","tarball":"https://registry.npmjs.org/@0_srsk/tiny/-/tiny-1.0.0.tgz","fileCount":1,"unpackedSize":57,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICkzSNSOCFQaF25CwPxKIZfxT4n6epuca58xC69zO0EjAiAvfVl63EJmgeTHeCY9zLCpasmOzmqRPUelwB5WSNo0Pw=="}]},"_npmUser":{"name":"0_srsk","email":"gajelli.kiransai@gmail.com"},"directories":{},"maintainers":[{"name":"0_srsk","email":"gajelli.kiransai@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tiny_1.0.0_1695988692914_0.4371749334692807"},"_hasShrinkwrap":false},"2.0.0":{"name":"@0_srsk/tiny","version":"2.0.0","description":"Removes all spaces from a string","license":"MIT","repository":{"type":"git","url":"git+https://github.com/0_srsk/tiny.git"},"main":"index.js","keywords":["tiny","npm","package","0_srsk"],"gitHead":"8722b99e92823d9e506097677e7376ca6e661a5e","bugs":{"url":"https://github.com/0_srsk/tiny/issues"},"homepage":"https://github.com/0_srsk/tiny#readme","_id":"@0_srsk/tiny@2.0.0","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-1naQqDPN+u/Nr2NXcssGMzy18P/HDAvIzMW8yos38no4SM+JMRSfekjTEsOTNRwDjxbSLZMriAUYPsd9nwfT+A==","shasum":"85ec2118633c5d3395fd793f35f8990540ac84f2","tarball":"https://registry.npmjs.org/@0_srsk/tiny/-/tiny-2.0.0.tgz","fileCount":4,"unpackedSize":1844,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCAXA5kJYvYP1zOxybqqRUBWRr0BWDTwngmsfFbn32/EgIgDfwchM9hh4+tePdjellT3NOy6bQEVIiqJ6MgNk7Sg28="}]},"_npmUser":{"name":"0_srsk","email":"gajelli.kiransai@gmail.com"},"directories":{},"maintainers":[{"name":"0_srsk","email":"gajelli.kiransai@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tiny_2.0.0_1696190820037_0.0314119633048755"},"_hasShrinkwrap":false},"2.0.1":{"name":"@0_srsk/tiny","version":"2.0.1","description":"Removes all spaces from a string","license":"MIT","repository":{"type":"git","url":"git+https://github.com/0_srsk/tiny.git"},"main":"index.js","keywords":["tiny","npm","package","0_srsk"],"gitHead":"729b10e57f903131dd81f1d09dd13b3534f04533","bugs":{"url":"https://github.com/0_srsk/tiny/issues"},"homepage":"https://github.com/0_srsk/tiny#readme","_id":"@0_srsk/tiny@2.0.1","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-66Y/WXFSEbmvkzz6nw8G5mFVjbS9AFSyXPX4rW4+3sn7ZVWCGerAXzcFT6kWNm39kSHoYODNZLg6BSzJwYPVAQ==","shasum":"cd642c0ebbdd0f450d7a94e9e54479ad636b66ab","tarball":"https://registry.npmjs.org/@0_srsk/tiny/-/tiny-2.0.1.tgz","fileCount":4,"unpackedSize":1839,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGJrFP+tHP6obQTpUlA9GME43RsR0QUvKvLMXlDJreb1AiEAgTW+HWwesh2uXE5Pm1zmaOK8kddwZw7yVNIkqGZMCDA="}]},"_npmUser":{"name":"0_srsk","email":"gajelli.kiransai@gmail.com"},"directories":{},"maintainers":[{"name":"0_srsk","email":"gajelli.kiransai@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tiny_2.0.1_1696223972109_0.5266638230210667"},"_hasShrinkwrap":false}},"time":{"created":"2023-09-29T11:58:12.812Z","1.0.0":"2023-09-29T11:58:13.053Z","modified":"2023-10-02T05:19:32.418Z","2.0.0":"2023-10-01T20:07:00.229Z","2.0.1":"2023-10-02T05:19:32.247Z"},"maintainers":[{"name":"0_srsk","email":"gajelli.kiransai@gmail.com"}],"readme":"# tiny-npm\r\n# version 1.0.0\r\n\r\n# Install\r\n\r\n$ npm install @0_srsk/tiny\r\n\r\n\r\n# Usage\r\n\r\nconst tiny = require(\"@0_srsk/tiny\");\r\n\r\ntiny(\"So much space!\");\r\n//=> \"Somuchspace!\"\r\n\r\ntiny(1337);\r\n//=> Uncaught TypeError: Tiny wants a string!\r\n//    at tiny (<anonymous>:2:41)\r\n//    at <anonymous>:1:1","readmeFilename":"README.md","description":"Removes all spaces from a string","homepage":"https://github.com/0_srsk/tiny#readme","keywords":["tiny","npm","package","0_srsk"],"repository":{"type":"git","url":"git+https://github.com/0_srsk/tiny.git"},"bugs":{"url":"https://github.com/0_srsk/tiny/issues"},"license":"MIT"}