[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-3340":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":17,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":23,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":28,"readmeContent":29,"aiSummary":30,"trendingCount":16,"starSnapshotCount":16,"syncStatus":31,"lastSyncTime":32,"discoverSource":33},3340,"automerge-classic","automerge\u002Fautomerge-classic","automerge","A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.","http:\u002F\u002Fautomerge.org\u002F",null,"JavaScript",14699,459,194,64,0,1,4,68.89,"MIT License",false,"main",true,[25,26,27],"crdt","javascript","offline-first","2026-06-12 04:00:17","\u003Cimg src='.\u002Fimg\u002Fsign.svg' width='500' alt='Automerge logo' \u002F>\n\n## Deprecation Notice\n\nAutomerge now has a shiny new implementation at https:\u002F\u002Fgithub.com\u002Fautomerge\u002Fautomerge. This repository is the original pure javascript implementation. All development effort has shifted to the new implementation which is written in Rust and so can easily be ported to other platforms. \n\n## Original Readme\n\n💬 [Join the Automerge Slack community](https:\u002F\u002Fjoin.slack.com\u002Ft\u002Fautomerge\u002Fshared_invite\u002Fzt-e4p3760n-kKh7r3KRH1YwwNfiZM8ktw)\n\n[![Build Status](https:\u002F\u002Fgithub.com\u002Fautomerge\u002Fautomerge\u002Factions\u002Fworkflows\u002Fautomerge-ci.yml\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Fautomerge\u002Fautomerge\u002Factions\u002Fworkflows\u002Fautomerge-ci.yml)\n[![Browser Test Status](https:\u002F\u002Fapp.saucelabs.com\u002Fbuildstatus\u002Fautomerge)](https:\u002F\u002Fapp.saucelabs.com\u002Fopen_sauce\u002Fuser\u002Fautomerge\u002Fbuilds)\n\nAutomerge is a library of data structures for building collaborative applications in JavaScript.\n\nPlease see [automerge.org](http:\u002F\u002Fautomerge.org\u002F) for documentation.\n\nFor a set of extensible examples in TypeScript, see [automerge-repo](https:\u002F\u002Fgithub.com\u002Fautomerge\u002Fautomerge-repo)\n\n## Setup\n\nIf you're using npm, `npm install automerge`. If you're using yarn, `yarn add automerge`. Then you\ncan import it with `require('automerge')` as in [the example below](#usage) (or\n`import * as Automerge from 'automerge'` if using ES2015 or TypeScript).\n\nOtherwise, clone this repository, and then you can use the following commands:\n\n- `yarn install` — installs dependencies.\n- `yarn test` — runs the test suite in Node.\n- `yarn run browsertest` — runs the test suite in web browsers.\n- `yarn build` — creates a bundled JS file `dist\u002Fautomerge.js` for web browsers. It includes the\n  dependencies and is set up so that you can load through a script tag.\n\n## Meta\n\nCopyright 2017–2021, the Automerge contributors. Released under the terms of the\nMIT license (see `LICENSE`).\n","Automerge 是一个用于构建协作应用的 JavaScript 库，它提供了一种类似 JSON 的数据结构（CRDT），允许多个用户同时进行修改，并自动合并这些更改。其核心功能包括并发编辑和自动冲突解决，使得开发者能够轻松实现离线优先的应用场景。该项目采用纯 JavaScript 实现，支持在浏览器和 Node.js 环境中运行。尽管当前开发重点已转向新的 Rust 实现，但这个版本仍然适合需要快速集成或对 JavaScript 有特殊需求的项目使用。",2,"2026-06-11 02:53:39","top_language"]