0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-22 13:13:32 -05:00
denoland-deno/tests/registry/npm/unique-slug/registry.json

1 line
3.4 KiB
JSON

{"name":"unique-slug","description":"Generate a unique character string suitible for use in files and URLs.","dist-tags":{"latest":"4.0.0"},"versions":{"4.0.0":{"name":"unique-slug","version":"4.0.0","author":{"name":"GitHub Inc."},"license":"ISC","_id":"unique-slug@4.0.0","bugs":{"url":"https://github.com/npm/unique-slug/issues"},"tap":{"nyc-arg":["--exclude","tap-snapshots/**"]},"dist":{"shasum":"6bae6bb16be91351badd24cdce741f892a6532e3","tarball":"http://localhost:4260/unique-slug/unique-slug-4.0.0.tgz","fileCount":4,"integrity":"sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==","signatures":[{"sig":"MEQCIG6BD0MotYNS6i3pkwGEeSMZaU2X16DakfGa/ZnAUEdCAiB/h46e6TvTZ+WjZI0Wt6g3e98NKalhZBI3dRf4P3bKdA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2579,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSPIsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoFFhAAk1x5mPWEmFyOF6IQ0Di6272m1JkcIrLGXGwP2k0Wg0KAfDIG\r\nidIJs6fOSITYh0og+JCngXfb/8P9FMividcK9d7JoLmjx+KJ6nmtpVfk2fLL\r\nWxvtayWUUqpGYwYM83QXVnOhpfMBF/xjpXjXbsZ3sBuxVMUDDuSxsW1DGUot\r\nLVfqZzWZAs4p5wWPOpPL0WEJztBZFezJ6Awi0AxsFr+hNuS9+QoSwQ1nSewg\r\nbbwnIALgCkd9zwCWJvPJfJhXAB6+7oGwkOMJ/bWaB7fkdvsYzycVmdN+C+Nq\r\ns5iTZbWY6t6+6gP79IKiKT6uBUHJ2KMnaJ+uN+DL8he6rIZnogPJxr2lMz6s\r\nrzZ9opOnadQBfqH+t6GmMOshI6+YaQbv5wSQCLPf4tEUcdgbccput/hd9rLu\r\nYDfLJgcZ8tswnO1mKsVdMAfpSDmr/K7yjvFQ8EpIjxOER9UwiGmZ2N3u95T9\r\nOM9Rgm5oxonYaDQ35cAlSdLKXcQdb9mKiBQJoBFarw5J0Rqq/oP5x29BA2Qy\r\n82i32537IiNnuGLM1rRF8jJAIZk6O4DA+bDKlPwLKFQYGN4I521OD498EX3q\r\n5/+Gtg07miHCmlMx58xvPhacogVh0XlsE2ncqwOQnVJGt+UWCXR1749MDIdK\r\n7hnJOHZ8G68VN+tcmgJOFJgY886ceXCpRIo=\r\n=IwzH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"},"gitHead":"a1e990fea3f416b231fd0ffebc9f55bfa7359fcc","scripts":{"lint":"eslint \"**/*.js\"","snap":"tap","test":"tap","lintfix":"npm run lint -- --fix","postlint":"template-oss-check","posttest":"npm run lint","template-oss-apply":"template-oss-apply --force"},"repository":{"url":"git+https://github.com/npm/unique-slug.git","type":"git"},"_npmVersion":"8.19.2","description":"Generate a unique character string suitible for use in files and URLs.","directories":{},"templateOSS":{"version":"4.5.1","//@npmcli/template-oss":"This file is partially managed by @npmcli/template-oss. Edits may be overwritten."},"_nodeVersion":"18.10.0","dependencies":{"imurmurhash":"^0.1.4"},"_hasShrinkwrap":false,"devDependencies":{"tap":"^16.3.0","@npmcli/template-oss":"4.5.1","@npmcli/eslint-config":"^3.1.0"}}},"author":{"name":"GitHub Inc."},"repository":{"url":"git+https://github.com/npm/unique-slug.git","type":"git"},"license":"ISC","homepage":"https://github.com/npm/unique-slug#readme","bugs":{"url":"https://github.com/npm/unique-slug/issues"},"readme":"unique-slug\n===========\n\nGenerate a unique character string suitible for use in files and URLs.\n\n```\nvar uniqueSlug = require('unique-slug')\n\nvar randomSlug = uniqueSlug()\nvar fileSlug = uniqueSlug('/etc/passwd')\n```\n\n### uniqueSlug(*str*) → String (8 chars)\n\nIf *str* is passed in then the return value will be its murmur hash in\nhex.\n\nIf *str* is not passed in, it will be 4 randomly generated bytes\nconverted into 8 hexadecimal characters.\n","readmeFilename":"README.md"}