[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-3275":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":16,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":21,"hasPages":23,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":16,"starSnapshotCount":16,"syncStatus":28,"lastSyncTime":29,"discoverSource":30},3275,"typeahead.js","twitter\u002Ftypeahead.js","twitter","typeahead.js is a fast and fully-featured autocomplete library","http:\u002F\u002Ftwitter.github.io\u002Ftypeahead.js\u002F",null,"JavaScript",16454,3123,537,421,0,1,6,71.1,"MIT License",false,"master",true,[],"2026-06-12 04:00:17","[![build status](https:\u002F\u002Fsecure.travis-ci.org\u002Ftwitter\u002Ftypeahead.js.svg?branch=master)](http:\u002F\u002Ftravis-ci.org\u002Ftwitter\u002Ftypeahead.js)\n[![Built with Grunt](https:\u002F\u002Fcdn.gruntjs.com\u002Fbuiltwith.png)](http:\u002F\u002Fgruntjs.com\u002F)\n\n\n[typeahead.js][gh-page]\n=======================\n\nInspired by [twitter.com]'s autocomplete search functionality, typeahead.js is \na flexible JavaScript library that provides a strong foundation for building \nrobust typeaheads.\n\nThe typeahead.js library consists of 2 components: the suggestion engine, \n[Bloodhound], and the UI view, [Typeahead]. \nThe suggestion engine is responsible for computing suggestions for a given \nquery. The UI view is responsible for rendering suggestions and handling DOM \ninteractions. Both components can be used separately, but when used together, \nthey can provide a rich typeahead experience.\n\n\u003C!-- section links -->\n\n[gh-page]: http:\u002F\u002Ftwitter.github.io\u002Ftypeahead.js\u002F\n[twitter.com]: https:\u002F\u002Ftwitter.com\n[Bloodhound]: https:\u002F\u002Fgithub.com\u002Ftwitter\u002Ftypeahead.js\u002Fblob\u002Fmaster\u002Fdoc\u002Fbloodhound.md\n[Typeahead]: https:\u002F\u002Fgithub.com\u002Ftwitter\u002Ftypeahead.js\u002Fblob\u002Fmaster\u002Fdoc\u002Fjquery_typeahead.md\n\nGetting Started\n---------------\n\nHow you acquire typeahead.js is up to you.\n\nPreferred method:\n* Install with [Bower]: `$ bower install typeahead.js`\n\nOther methods:\n* [Download zipball of latest release][zipball].\n* Download the latest dist files individually:\n  * *[bloodhound.js]* (standalone suggestion engine)\n  * *[typeahead.jquery.js]* (standalone UI view)\n  * *[typeahead.bundle.js]* (*bloodhound.js* + *typeahead.jquery.js*)\n  * *[typeahead.bundle.min.js]*\n\n**Note:** both *bloodhound.js* and *typeahead.jquery.js* have a dependency on \n[jQuery] 1.9+.\n\n\u003C!-- section links -->\n\n[Bower]: http:\u002F\u002Fbower.io\u002F\n[zipball]: http:\u002F\u002Ftwitter.github.com\u002Ftypeahead.js\u002Freleases\u002Flatest\u002Ftypeahead.js.zip\n[bloodhound.js]: http:\u002F\u002Ftwitter.github.com\u002Ftypeahead.js\u002Freleases\u002Flatest\u002Fbloodhound.js\n[typeahead.jquery.js]: http:\u002F\u002Ftwitter.github.com\u002Ftypeahead.js\u002Freleases\u002Flatest\u002Ftypeahead.jquery.js\n[typeahead.bundle.js]: http:\u002F\u002Ftwitter.github.com\u002Ftypeahead.js\u002Freleases\u002Flatest\u002Ftypeahead.bundle.js\n[typeahead.bundle.min.js]: http:\u002F\u002Ftwitter.github.com\u002Ftypeahead.js\u002Freleases\u002Flatest\u002Ftypeahead.bundle.min.js\n[jQuery]: http:\u002F\u002Fjquery.com\u002F\n\nDocumentation \n-------------\n\n* [Typeahead Docs]\n* [Bloodhound Docs]\n\n[Typeahead Docs]: https:\u002F\u002Fgithub.com\u002Ftwitter\u002Ftypeahead.js\u002Fblob\u002Fmaster\u002Fdoc\u002Fjquery_typeahead.md\n[Bloodhound Docs]: https:\u002F\u002Fgithub.com\u002Ftwitter\u002Ftypeahead.js\u002Fblob\u002Fmaster\u002Fdoc\u002Fbloodhound.md\n\nExamples\n--------\n\nFor some working examples of typeahead.js, visit the [examples page].\n\n\u003C!-- section links -->\n\n[examples page]: http:\u002F\u002Ftwitter.github.io\u002Ftypeahead.js\u002Fexamples\n\nBrowser Support\n---------------\n\n* Chrome\n* Firefox 3.5+\n* Safari 4+\n* Internet Explorer 8+\n* Opera 11+\n\n**NOTE:** typeahead.js is not tested on mobile browsers.\n\nCustomer Support\n----------------\n\nFor general questions about typeahead.js, tweet at [@typeahead].\n\nFor technical questions, you should post a question on [Stack Overflow] and tag \nit with [typeahead.js][so tag].\n\n\u003C!-- section links -->\n\n[Stack Overflow]: http:\u002F\u002Fstackoverflow.com\u002F\n[@typeahead]: https:\u002F\u002Ftwitter.com\u002Ftypeahead\n[so tag]: http:\u002F\u002Fstackoverflow.com\u002Fquestions\u002Ftagged\u002Ftypeahead.js\n\nIssues\n------\n\nDiscovered a bug? Please create an issue here on GitHub!\n\nhttps:\u002F\u002Fgithub.com\u002Ftwitter\u002Ftypeahead.js\u002Fissues\n\nVersioning\n----------\n\nFor transparency and insight into our release cycle, releases will be numbered \nwith the following format:\n\n`\u003Cmajor>.\u003Cminor>.\u003Cpatch>`\n\nAnd constructed with the following guidelines:\n\n* Breaking backwards compatibility bumps the major\n* New additions without breaking backwards compatibility bumps the minor\n* Bug fixes and misc changes bump the patch\n\nFor more information on semantic versioning, please visit http:\u002F\u002Fsemver.org\u002F.\n\nTesting\n-------\n\nTests are written using [Jasmine] and ran with [Karma]. To run\nthe test suite with PhantomJS, run `$ npm test`.\n\n\u003C!-- section links -->\n\n[Jasmine]: http:\u002F\u002Fjasmine.github.io\u002F\n[Karma]: http:\u002F\u002Fkarma-runner.github.io\u002F\n\nDevelopers\n----------\n\nIf you plan on contributing to typeahead.js, be sure to read the \n[contributing guidelines]. A good starting place for new contributors are issues\nlabeled with [entry-level]. Entry-level issues tend to require minor changes \nand provide developers a chance to get more familiar with typeahead.js before\ntaking on more challenging work.\n\nIn order to build and test typeahead.js, you'll need to install its dev \ndependencies (`$ npm install`) and have [grunt-cli] \ninstalled (`$ npm install -g grunt-cli`). Below is an overview of the available \nGrunt tasks that'll be useful in development.\n\n* `grunt build` – Builds *typeahead.js* from source.\n* `grunt lint` – Runs source and test files through JSHint.\n* `grunt watch` – Rebuilds *typeahead.js* whenever a source file is modified.\n* `grunt server` – Serves files from the root of typeahead.js on localhost:8888. \n  Useful for using *test\u002Fplayground.html* for debugging\u002Ftesting.\n* `grunt dev` – Runs `grunt watch` and `grunt server` in parallel.\n\n\u003C!-- section links -->\n\n[contributing guidelines]: https:\u002F\u002Fgithub.com\u002Ftwitter\u002Ftypeahead.js\u002Fblob\u002Fmaster\u002FCONTRIBUTING.md\n[entry-level]: https:\u002F\u002Fgithub.com\u002Ftwitter\u002Ftypeahead.js\u002Fissues?&labels=entry-level&state=open\n[grunt-cli]: https:\u002F\u002Fgithub.com\u002Fgruntjs\u002Fgrunt-cli\n\nMaintainers\n-----------\n\n* **Jake Harding** \n  * [@JakeHarding](https:\u002F\u002Ftwitter.com\u002FJakeHarding) \n  * [GitHub](https:\u002F\u002Fgithub.com\u002Fjharding)\n\n* **You?**\n\nAuthors\n-------\n\n* **Jake Harding** \n  * [@JakeHarding](https:\u002F\u002Ftwitter.com\u002FJakeHarding) \n  * [GitHub](https:\u002F\u002Fgithub.com\u002Fjharding)\n\n* **Veljko Skarich**\n  * [@vskarich](https:\u002F\u002Ftwitter.com\u002Fvskarich) \n  * [GitHub](https:\u002F\u002Fgithub.com\u002Fvskarich)\n\n* **Tim Trueman**\n  * [@timtrueman](https:\u002F\u002Ftwitter.com\u002Ftimtrueman) \n  * [GitHub](https:\u002F\u002Fgithub.com\u002Ftimtrueman)\n\nLicense\n-------\n\nCopyright 2013 Twitter, Inc.\n\nLicensed under the MIT License\n","typeahead.js 是一个快速且功能全面的自动完成功能库。它由两个主要组件构成：负责计算查询建议的Bloodhound建议引擎，以及负责渲染建议和处理DOM交互的Typeahead UI视图。这两个组件既可以独立使用，也可以结合使用以提供丰富的自动完成体验。项目支持多种获取方式，包括通过Bower安装、下载最新发行版或单独文件等，并依赖于jQuery 1.9+版本。typeahead.js适用于需要在Web应用中实现高效准确的搜索建议场景，如网站内搜索、产品查找等。",2,"2026-06-11 02:53:16","top_language"]