{"id":26787518,"url":"https://github.com/itsjimi/store-data","last_synced_at":"2025-07-08T06:34:50.480Z","repository":{"id":20015900,"uuid":"86936065","full_name":"ItsJimi/store-data","owner":"ItsJimi","description":"💾 Finally, the simplest way to store data","archived":false,"fork":false,"pushed_at":"2024-03-22T18:57:06.000Z","size":859,"stargazers_count":7,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-23T02:38:28.788Z","etag":null,"topics":["database","javascript","nodejs","storage"],"latest_commit_sha":null,"homepage":"https://itsjimi.github.io/store-data/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ItsJimi.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-01T19:06:43.000Z","updated_at":"2024-04-17T14:50:50.000Z","dependencies_parsed_at":"2025-03-26T10:40:07.019Z","dependency_job_id":null,"html_url":"https://github.com/ItsJimi/store-data","commit_stats":{"total_commits":74,"total_committers":6,"mean_commits":"12.333333333333334","dds":0.4054054054054054,"last_synced_commit":"f24c41df2cf521e437cc090211d9c2d70c4af798"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJimi%2Fstore-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJimi%2Fstore-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJimi%2Fstore-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJimi%2Fstore-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ItsJimi","download_url":"https://codeload.github.com/ItsJimi/store-data/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249785894,"owners_count":21325559,"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":["database","javascript","nodejs","storage"],"created_at":"2025-03-29T12:25:41.770Z","updated_at":"2025-04-19T19:50:39.967Z","avatar_url":"https://github.com/ItsJimi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# store-data\n[![Test](https://github.com/ItsJimi/store-data/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/ItsJimi/store-data/actions/workflows/test.yml)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n[![npm](https://img.shields.io/npm/l/store-data.svg)](https://github.com/ItsJimi/store-data/blob/master/LICENSE)\n\nFinally, the simplest way to store data\n\n## Features\n- 🌞 Very simple\n- 🧷 Sync \u0026 Async\n- 💡 Types included\n\n## Install\n```\nnpm i store-data\n```\n\n## Examples\nSee [typescript](https://github.com/ItsJimi/store-data/blob/main/examples/advance.ts) and [javascript](https://github.com/ItsJimi/store-data/blob/main/examples/basic.js) examples [here](https://github.com/ItsJimi/store-data/tree/main/examples).\n\n```javascript\nconst Store = require('store-data')\n\nconst users = new Store({\n  save: false\n})\n\nawait users.set('id-1', { name: 'Jimi', dev: true })\nconst user = await users.get('id-1')\nconsole.log(user) // { name: 'Jimi', dev: true }\n```\n\n## Docs\nAll functions are documented with jsdoc on [store-data website](https://itsjimi.github.io/store-data).\n\n## Contribute\nFeel free to fork and make pull requests\n\n## License\n[MIT](https://github.com/ItsJimi/store-data/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsjimi%2Fstore-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsjimi%2Fstore-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsjimi%2Fstore-data/lists"}