{"_id":"@carpages/typeahead.js","_rev":"1-0b88814b6e5d29e7b7767e17fd2fd71f","name":"@carpages/typeahead.js","description":"fast and fully-featured autocomplete library","dist-tags":{"latest":"0.12.0"},"versions":{"0.12.0":{"name":"@carpages/typeahead.js","description":"fast and fully-featured autocomplete library","keywords":["typeahead","autocomplete"],"homepage":"http://twitter.github.com/typeahead.js","bugs":{"url":"https://github.com/twitter/typeahead.js/issues"},"repository":{"type":"git","url":"git+https://github.com/twitter/typeahead.js.git"},"author":{"name":"Twitter, Inc.","url":"https://twitter.com/twitteross"},"contributors":[{"name":"Jake Harding","url":"https://twitter.com/JakeHarding"},{"name":"Tim Trueman","url":"https://twitter.com/timtrueman"},{"name":"Veljko Skarich","url":"https://twitter.com/vskarich"}],"dependencies":{"jquery":">=1.7"},"devDependencies":{"chai":"^1.9.1","colors":"^0.6.2","grunt":"~0.4","grunt-concurrent":"^0.5.0","grunt-contrib-clean":"~0.4.0","grunt-contrib-concat":"~0.1","grunt-contrib-connect":"~0.1","grunt-contrib-jshint":"~0.8","grunt-contrib-uglify":"~0.2.6","grunt-contrib-watch":"~0.2","grunt-exec":"~0.4.5","grunt-sed":"~0.1","grunt-step":"~0.2.0","grunt-umd":"^2.3.3","karma":"^0.12.22","karma-chrome-launcher":"^0.1.4","karma-coverage":"^0.2.6","karma-firefox-launcher":"^0.1.3","karma-jasmine":"^0.1.5","karma-opera-launcher":"^0.1.0","karma-phantomjs-launcher":"^0.1.4","karma-safari-launcher":"^0.1.1","mocha":"^1.20.1","semver":"~1.1.3","underscore":"^1.6.0","yiewd":"^0.5.0"},"scripts":{"test":"./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"},"version":"0.12.0","main":"dist/typeahead.bundle.js","gitHead":"87199c44722e4ba10e33da5162376fad9e8332d5","_id":"@carpages/typeahead.js@0.12.0","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"jandrews","email":"jeffandrews@me.com"},"dist":{"integrity":"sha512-L37eFgyDy6lJBpZUvc+aKRqNbH4DiIdU0aH/FTUsjiI6qEE0zexlFvHczJbfXoHuy5NDYo9Z+DIzlVGdTmOvgA==","shasum":"3dc799a1df75cb546ab6bcc49ae8a83efcb2b867","tarball":"https://registry.npmjs.org/@carpages/typeahead.js/-/typeahead.js-0.12.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwbc48whW9RFmS24Fi+OtW98DeA1uyeTxHt1i+aHLjxAIgBrEids/qKlEgS85NisypMuVi530J48c3XyaSTxznXlo="}]},"maintainers":[{"name":"jandrews","email":"jeffandrews@me.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typeahead.js-0.12.0.tgz_1500072272408_0.3966342266649008"}}},"readme":"[![build status](https://secure.travis-ci.org/twitter/typeahead.js.svg?branch=master)](http://travis-ci.org/twitter/typeahead.js)\n[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)\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<!-- section links -->\n\n[gh-page]: http://twitter.github.io/typeahead.js/\n[twitter.com]: https://twitter.com\n[Bloodhound]: https://github.com/twitter/typeahead.js/blob/master/doc/bloodhound.md\n[Typeahead]: https://github.com/twitter/typeahead.js/blob/master/doc/jquery_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<!-- section links -->\n\n[Bower]: http://bower.io/\n[zipball]: http://twitter.github.com/typeahead.js/releases/latest/typeahead.js.zip\n[bloodhound.js]: http://twitter.github.com/typeahead.js/releases/latest/bloodhound.js\n[typeahead.jquery.js]: http://twitter.github.com/typeahead.js/releases/latest/typeahead.jquery.js\n[typeahead.bundle.js]: http://twitter.github.com/typeahead.js/releases/latest/typeahead.bundle.js\n[typeahead.bundle.min.js]: http://twitter.github.com/typeahead.js/releases/latest/typeahead.bundle.min.js\n[jQuery]: http://jquery.com/\n\nDocumentation \n-------------\n\n* [Typeahead Docs]\n* [Bloodhound Docs]\n\n[Typeahead Docs]: https://github.com/twitter/typeahead.js/blob/master/doc/jquery_typeahead.md\n[Bloodhound Docs]: https://github.com/twitter/typeahead.js/blob/master/doc/bloodhound.md\n\nExamples\n--------\n\nFor some working examples of typeahead.js, visit the [examples page].\n\n<!-- section links -->\n\n[examples page]: http://twitter.github.io/typeahead.js/examples\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<!-- section links -->\n\n[Stack Overflow]: http://stackoverflow.com/\n[@typeahead]: https://twitter.com/typeahead\n[so tag]: http://stackoverflow.com/questions/tagged/typeahead.js\n\nIssues\n------\n\nDiscovered a bug? Please create an issue here on GitHub!\n\nhttps://github.com/twitter/typeahead.js/issues\n\nVersioning\n----------\n\nFor transparency and insight into our release cycle, releases will be numbered \nwith the following format:\n\n`<major>.<minor>.<patch>`\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://semver.org/.\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<!-- section links -->\n\n[Jasmine]: http://jasmine.github.io/\n[Karma]: http://karma-runner.github.io/\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/playground.html* for debugging/testing.\n* `grunt dev` – Runs `grunt watch` and `grunt server` in parallel.\n\n<!-- section links -->\n\n[contributing guidelines]: https://github.com/twitter/typeahead.js/blob/master/CONTRIBUTING.md\n[entry-level]: https://github.com/twitter/typeahead.js/issues?&labels=entry-level&state=open\n[grunt-cli]: https://github.com/gruntjs/grunt-cli\n\nMaintainers\n-----------\n\n* **Jake Harding** \n  * [@JakeHarding](https://twitter.com/JakeHarding) \n  * [GitHub](https://github.com/jharding)\n\n* **You?**\n\nAuthors\n-------\n\n* **Jake Harding** \n  * [@JakeHarding](https://twitter.com/JakeHarding) \n  * [GitHub](https://github.com/jharding)\n\n* **Veljko Skarich**\n  * [@vskarich](https://twitter.com/vskarich) \n  * [GitHub](https://github.com/vskarich)\n\n* **Tim Trueman**\n  * [@timtrueman](https://twitter.com/timtrueman) \n  * [GitHub](https://github.com/timtrueman)\n\nLicense\n-------\n\nCopyright 2013 Twitter, Inc.\n\nLicensed under the MIT License\n","maintainers":[{"name":"jandrews","email":"jeffandrews@me.com"}],"time":{"modified":"2022-04-04T21:58:55.044Z","created":"2017-07-14T22:44:32.570Z","0.12.0":"2017-07-14T22:44:32.570Z"},"homepage":"http://twitter.github.com/typeahead.js","keywords":["typeahead","autocomplete"],"repository":{"type":"git","url":"git+https://github.com/twitter/typeahead.js.git"},"contributors":[{"name":"Jake Harding","url":"https://twitter.com/JakeHarding"},{"name":"Tim Trueman","url":"https://twitter.com/timtrueman"},{"name":"Veljko Skarich","url":"https://twitter.com/vskarich"}],"author":{"name":"Twitter, Inc.","url":"https://twitter.com/twitteross"},"bugs":{"url":"https://github.com/twitter/typeahead.js/issues"},"readmeFilename":"README.md"}