{"id":21893338,"url":"https://github.com/norjs/cloud-common","last_synced_at":"2026-05-16T21:05:25.961Z","repository":{"id":57131908,"uuid":"96576066","full_name":"norjs/cloud-common","owner":"norjs","description":"Common files for Sendanor's cloud framework","archived":false,"fork":false,"pushed_at":"2019-01-01T00:55:20.000Z","size":106,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T05:22:36.564Z","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/norjs.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}},"created_at":"2017-07-07T20:56:42.000Z","updated_at":"2019-01-01T00:39:04.000Z","dependencies_parsed_at":"2022-09-05T01:11:24.631Z","dependency_job_id":null,"html_url":"https://github.com/norjs/cloud-common","commit_stats":null,"previous_names":["sendanor/cloud-common"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norjs%2Fcloud-common","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norjs%2Fcloud-common/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norjs%2Fcloud-common/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norjs%2Fcloud-common/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/norjs","download_url":"https://codeload.github.com/norjs/cloud-common/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244902921,"owners_count":20529114,"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-11-28T13:13:34.238Z","updated_at":"2026-05-16T21:05:20.909Z","avatar_url":"https://github.com/norjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Common files for NorJS's cloud framework\n========================================\n\nInstall: `npm install --save '@norjs/cloud-common`\n\n### `createBodyIDs()` -- Create unique identifier based on object content \n\nThis function creates unique IDs for cloud objects based on their content.\n\n```\nimport { createBodyIDs } from '@norjs/cloud-common';\n\nlet body = {\n  hello: \"world\"\n};\nlet id, hash;\n[id, hash] = createBodyIDs(body);\n\nbody.$id = id;\nbody.$hash = hash;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorjs%2Fcloud-common","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnorjs%2Fcloud-common","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorjs%2Fcloud-common/lists"}