{"_id":"@aniojs/random-ident","_rev":"1-356156a94524ecbdee7c4da216cf234f","name":"@aniojs/random-ident","dist-tags":{"latest":"0.1.2"},"versions":{"0.1.1":{"name":"@aniojs/random-ident","version":"0.1.1","author":{"name":"Anio Software","email":"info@anio.software"},"license":"MIT","_id":"@aniojs/random-ident@0.1.1","maintainers":[{"name":"exory2024","email":"exory@anio.software"}],"homepage":"https://github.com/aniojs-org/random-ident#readme","bugs":{"url":"https://github.com/aniojs-org/random-ident/issues"},"dist":{"shasum":"ef9c2c8793f43dde29b5cadbdc315a314fb52fe1","tarball":"https://registry.npmjs.org/@aniojs/random-ident/-/random-ident-0.1.1.tgz","fileCount":12,"integrity":"sha512-ABpszjifvn4nukVu4dL6O07s2f+MIOXkXsZJbmb9ohx40jS9PWuFE32rmr5bBVXuxBhwuGVJpYj0QvuAQUnTKw==","signatures":[{"sig":"MEYCIQDa80StAH9MyBEh4udOeYuLBqCKqgaLime0DZgk5ZAN8wIhALRcPcxGx9RupsVBTVhMi7xm/Uzqy2etfWsCg9rdzq/c","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@aniojs%2frandom-ident@0.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":29645},"type":"module","engines":{"node":">=22.7.x"},"exports":{".":{"types":"./dist/default/index.min.d.mts","import":"./dist/default/index.min.mjs"}},"gitHead":"fdccffeeda29e4040daaede358cad516346b264a","scripts":{"prepare":"fourtune ."},"_npmUser":{"name":"exory2024","email":"exory@anio.software"},"repository":{"url":"git+https://github.com/aniojs-org/random-ident.git","type":"git"},"_npmVersion":"10.5.0","description":"Create a random identifier.","directories":{},"_nodeVersion":"21.7.3","_hasShrinkwrap":false,"devDependencies":{"fourtune":"^0.30000.0","@fourtune/core":"^0.1101.0","@fourtune/realm-js":"^0.31000.2"},"peerDependencies":{"@types/node":">=22.7.x"},"_npmOperationalInternal":{"tmp":"tmp/random-ident_0.1.1_1733753735904_0.4529966592954664","host":"s3://npm-registry-packages-npm-production"}},"0.1.2":{"name":"@aniojs/random-ident","version":"0.1.2","author":{"name":"Anio Software","email":"info@anio.software"},"description":"Create a random identifier.","license":"MIT","exports":{".":{"types":"./dist/default/index.min.d.mts","import":"./dist/default/index.min.mjs"}},"repository":{"type":"git","url":"git+https://github.com/aniojs-org/random-ident.git"},"type":"module","devDependencies":{"@fourtune/core":"^0.1101.0","@fourtune/realm-js":"^0.31000.5","fourtune":"^0.30000.1"},"peerDependencies":{"@types/node":">=22.7.x"},"scripts":{"prepare":"fourtune ."},"engines":{"node":">=22.7.x"},"_id":"@aniojs/random-ident@0.1.2","gitHead":"684dbb12ddbd1631c6a89a372af8424039c8168c","bugs":{"url":"https://github.com/aniojs-org/random-ident/issues"},"homepage":"https://github.com/aniojs-org/random-ident#readme","_nodeVersion":"22.11.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-7+45/HSpDOgfmLnpG/oAp6x84lHObyk1VKtsWlUN96aXnf8AA0XZFv/i5R1b/2QkLPu3cHCxj0TB/p6pzQE68g==","shasum":"a9aa9dedb0b98b06279a2940563d008c52f69d75","tarball":"https://registry.npmjs.org/@aniojs/random-ident/-/random-ident-0.1.2.tgz","fileCount":12,"unpackedSize":29645,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@aniojs%2frandom-ident@0.1.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7PzMhr3wwNynMtLRvWs1+DfWoseNLu2ay+0AJK2AbBAIgICFw1Vh8uoa3vqtBWMjhu9nyYO4fPaejrkBbdjBynbA="}]},"_npmUser":{"name":"exory2024","email":"exory@anio.software"},"directories":{},"maintainers":[{"name":"exory2024","email":"exory@anio.software"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/random-ident_0.1.2_1733781551186_0.870456768732579"},"_hasShrinkwrap":false}},"time":{"created":"2024-12-09T14:15:35.766Z","modified":"2024-12-09T21:59:11.865Z","0.1.1":"2024-12-09T14:15:36.081Z","0.1.2":"2024-12-09T21:59:11.402Z"},"bugs":{"url":"https://github.com/aniojs-org/random-ident/issues"},"author":{"name":"Anio Software","email":"info@anio.software"},"license":"MIT","homepage":"https://github.com/aniojs-org/random-ident#readme","repository":{"type":"git","url":"git+https://github.com/aniojs-org/random-ident.git"},"description":"Create a random identifier.","maintainers":[{"name":"exory2024","email":"exory@anio.software"}],"readme":"# @aniojs/random-ident\n\nAttempts to create a random identifier of any length using the Crypto API `crypto.getRandomValues`, falling back to `Math.random`.\n\n```js\nimport {\n\trandomIdentifierSync\n} from \"@aniojs/random-ident\"\n\nconst identifier = randomIdentifierSync(16) // create a random identifier of length 16\n\nconsole.log(identifier) // 84b6af1d1572de65\n```\n","readmeFilename":"README.md"}