{"id":21142618,"url":"https://github.com/klipitkas/stripe-nanoid","last_synced_at":"2025-07-09T05:32:40.161Z","repository":{"id":44848946,"uuid":"291553264","full_name":"klipitkas/stripe-nanoid","owner":"klipitkas","description":"A tiny, secure, unique ID generator for IDs that look similar to Stripe's.","archived":false,"fork":false,"pushed_at":"2022-12-30T21:30:40.000Z","size":120,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-03T02:37:47.338Z","etag":null,"topics":["id","module","nanoid","nodejs","npm","npm-package","stripe","stripe-id","stripe-nanoid","tiny","uid"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/klipitkas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-30T21:15:48.000Z","updated_at":"2023-02-02T04:52:19.000Z","dependencies_parsed_at":"2023-01-31T16:46:37.734Z","dependency_job_id":null,"html_url":"https://github.com/klipitkas/stripe-nanoid","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klipitkas%2Fstripe-nanoid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klipitkas%2Fstripe-nanoid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klipitkas%2Fstripe-nanoid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klipitkas%2Fstripe-nanoid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klipitkas","download_url":"https://codeload.github.com/klipitkas/stripe-nanoid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225489459,"owners_count":17482378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["id","module","nanoid","nodejs","npm","npm-package","stripe","stripe-id","stripe-nanoid","tiny","uid"],"created_at":"2024-11-20T07:57:06.242Z","updated_at":"2024-11-20T07:57:07.002Z","avatar_url":"https://github.com/klipitkas.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stripe NanoID\n\nA tiny, secure, unique ID generator for IDs that look similar to Stripe's.\n\n### INSTALL\n\nTo install the package:\n\n```bash\n$ npm install --save stripe-nanoid\n```\n\n### RUN TESTS\n\n```bash\n$ npm run test\n```\n\n### USAGE\n\nA usage example is below:\n\n```js\nconst stripenanoid = require('stripe-nanoid');\n```\n\n```js\nstripenanoid('cus'); //=\u003e \"cus_rPaZmctZlfLGHdZHiljZY\"\n```\n\n### OPTIONS\n\nA usage example with options is below:\n\n```js\nconst options = {\n  alphabet: 'abcDEF',\n  size: 4,\n};\n```\n\nThen you can use them:\n\n```js\nstripenanoid('cus', options)); //=\u003e \"cus_cFEa\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklipitkas%2Fstripe-nanoid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklipitkas%2Fstripe-nanoid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklipitkas%2Fstripe-nanoid/lists"}