{"id":17235309,"url":"https://github.com/pilotmoon/aquatic-prime","last_synced_at":"2025-03-26T01:16:51.132Z","repository":{"id":65930449,"uuid":"602182964","full_name":"pilotmoon/aquatic-prime","owner":"pilotmoon","description":"Generate AquaticPrime license keys","archived":false,"fork":false,"pushed_at":"2023-12-08T13:56:42.000Z","size":193,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-20T21:17:38.784Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pilotmoon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-02-15T17:09:27.000Z","updated_at":"2023-02-16T19:38:43.000Z","dependencies_parsed_at":"2023-02-22T17:45:51.864Z","dependency_job_id":null,"html_url":"https://github.com/pilotmoon/aquatic-prime","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotmoon%2Faquatic-prime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotmoon%2Faquatic-prime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotmoon%2Faquatic-prime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilotmoon%2Faquatic-prime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pilotmoon","download_url":"https://codeload.github.com/pilotmoon/aquatic-prime/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245568570,"owners_count":20636803,"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":[],"created_at":"2024-10-15T05:32:57.673Z","updated_at":"2025-03-26T01:16:51.100Z","avatar_url":"https://github.com/pilotmoon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AquaticPrime for node\n\nA node.js module to generate AquaticPrime-compatible license keys.\n\n```shell-script\nnpm install @pilotmoon/aquatic-prime\n```\n\n```typescript\nimport { AquaticPrime } from \"@pilotmoon/aquatic-prime\";\n\nconst aqp = new AquaticPrime({\n  publicKey: \"\u003cbase64 encoded public key\u003e\",\n  privateKey: \"\u003cbase64 encoded private key\u003e\",\n  keyFormat: \"base64\", // \"hex\" is allowed too\n});\n\n// generate license plist\nconst { signedPlist } = aqp.generateLicense({\n  \"Name\": \"Foo\",\n  \"Date\": \"2022-02-01\",\n  \"AbritraryWhatever\": \"Dingus\",\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpilotmoon%2Faquatic-prime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpilotmoon%2Faquatic-prime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpilotmoon%2Faquatic-prime/lists"}