{"_id":"jquery-ui.autocomplete.match","_rev":"3-8dc42f1757f4dad461cc2c0b3df536c1","name":"jquery-ui.autocomplete.match","description":"jQuery UI plugin for Autocomplete Widget to highlight matches in dropdown lists","dist-tags":{"latest":"1.0.2"},"versions":{"1.0.1":{"name":"jquery-ui.autocomplete.match","version":"1.0.1","description":"jQuery UI plugin for Autocomplete Widget to highlight matches in dropdown lists","main":"lib/jquery-ui.autocomplete.match.js","scripts":{"test":"grunt test"},"repository":{"type":"git","url":"git://github.com/asleepwalker/jquery-ui.autocomplete.match.git"},"keywords":["jquery","jquery-ui","autocomplete","widget","combobox","match","matching","hightlight","highlighting","jquery-plugin"],"author":{"name":"Artyom 'Sleepwalker' Fedosov","email":"mail@asleepwalker.ru"},"license":"MIT","bugs":{"url":"https://github.com/asleepwalker/jquery-ui.autocomplete.match/issues"},"dependencies":{"jquery":">=1.6","jquery-ui":">=1.8"},"devDependencies":{"grunt":"~0.4.5","grunt-contrib-jshint":"~0.11.0","grunt-jscs":"~1.5.0"},"gitHead":"6c48bde2a0db66a5b1dfada6ee26726a6340e419","homepage":"https://github.com/asleepwalker/jquery-ui.autocomplete.match#readme","_id":"jquery-ui.autocomplete.match@1.0.1","_shasum":"019f484983aea40063c33c0f029dd9640280eefe","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"asleepwalker","email":"mail@asleepwalker.ru"},"dist":{"shasum":"019f484983aea40063c33c0f029dd9640280eefe","tarball":"https://registry.npmjs.org/jquery-ui.autocomplete.match/-/jquery-ui.autocomplete.match-1.0.1.tgz","integrity":"sha512-tmYVjYcH1wapsO2Po8ITnqcn51LUa5Mpiu+bgXXl3qx/+iHyONBztiTC7vhMesH/+RJIOKaRvDzwkHt62gpSvQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7tNmpALj2LnO3JE5L4smF0dXm7kEfvkt7e3hTEdILlwIgero9W8g0p12s1VncAAyKjYb05CAuFUxX06G0MmvkUFA="}]},"maintainers":[{"name":"asleepwalker","email":"mail@asleepwalker.ru"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/jquery-ui.autocomplete.match-1.0.1.tgz_1486467850398_0.21244778181426227"}},"1.0.2":{"name":"jquery-ui.autocomplete.match","version":"1.0.2","description":"jQuery UI plugin for Autocomplete Widget to highlight matches in dropdown lists","main":"lib/jquery-ui.autocomplete.match.js","scripts":{"test":"grunt test"},"repository":{"type":"git","url":"git://github.com/asleepwalker/jquery-ui.autocomplete.match.git"},"keywords":["jquery","jquery-ui","autocomplete","widget","combobox","match","matching","hightlight","highlighting","jquery-plugin"],"author":{"name":"Artyom 'Sleepwalker' Fedosov","email":"mail@asleepwalker.ru"},"license":"MIT","bugs":{"url":"https://github.com/asleepwalker/jquery-ui.autocomplete.match/issues"},"dependencies":{"jquery":">=1.6","jquery-ui":">=1.8"},"devDependencies":{"grunt":"~1.0.1","grunt-contrib-jshint":"~1.1.0","grunt-jscs":"~3.0.1"},"gitHead":"f38e0fd56e39698f9eaa75356a64914f1187abc5","homepage":"https://github.com/asleepwalker/jquery-ui.autocomplete.match#readme","_id":"jquery-ui.autocomplete.match@1.0.2","_shasum":"33f781d50d9093f35935931637a7affe7c0e857a","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"asleepwalker","email":"mail@asleepwalker.ru"},"dist":{"shasum":"33f781d50d9093f35935931637a7affe7c0e857a","tarball":"https://registry.npmjs.org/jquery-ui.autocomplete.match/-/jquery-ui.autocomplete.match-1.0.2.tgz","integrity":"sha512-P+dba3WhLAuEb6oI3JdpicskxEQN+Sh3zF44YvT6vBeegSEgwUDBGyAs33EUdTbUJo9MSToyP0LSyiqohV9OQA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCMHKZFf5WbEsDBZD9USCPt1NE2E0wEW2okv6Mj5b0jqwIhAJTjQhtL+5FmMf9jnjy8d84dZXMO+TKK3ht3StDH1nf6"}]},"maintainers":[{"name":"asleepwalker","email":"mail@asleepwalker.ru"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/jquery-ui.autocomplete.match-1.0.2.tgz_1487278766698_0.011357854586094618"}}},"readme":"#jQueryUI.Autocomplete.Match [![Build Status](https://travis-ci.org/asleepwalker/jquery-ui.autocomplete.match.svg?branch=master)](https://travis-ci.org/asleepwalker/jquery-ui.autocomplete.match) [![Dependency Status](https://gemnasium.com/badges/github.com/asleepwalker/jquery-ui.autocomplete.match.svg)](https://gemnasium.com/github.com/asleepwalker/jquery-ui.autocomplete.match)\n\n[jQuery UI](http://jqueryui.com/) plugin for [Autocomplete Widget](http://jqueryui.com/autocomplete/) to highlight matches in dropdown lists.\n\n```\n$('input').autocomplete({\n\thighlight: true, // Or string with your own classname\n\tminLength: 0,\n\tsource: ['Mojito', 'Long Island Iced Tea', 'Margarita', 'Pina Colada', 'Mai Tai']\n});\n```\n\n```\n.ui-autocomplete-match {\n\tcolor: #006CFC;\n}\n```\n\n![autocomplete](https://cloud.githubusercontent.com/assets/5080313/9653751/71eef77c-522e-11e5-88fd-6c291175c45b.png)\n\n### <a href=\"http://asleepwalker.github.io/jquery-ui.autocomplete.match/\">Demo</a>\n\n## License\n\nThe MIT License.","maintainers":[{"name":"asleepwalker","email":"mail@asleepwalker.ru"}],"time":{"modified":"2022-06-19T05:15:45.161Z","created":"2017-02-07T11:44:12.415Z","1.0.1":"2017-02-07T11:44:12.415Z","1.0.2":"2017-02-16T20:59:28.489Z"},"homepage":"https://github.com/asleepwalker/jquery-ui.autocomplete.match#readme","keywords":["jquery","jquery-ui","autocomplete","widget","combobox","match","matching","hightlight","highlighting","jquery-plugin"],"repository":{"type":"git","url":"git://github.com/asleepwalker/jquery-ui.autocomplete.match.git"},"author":{"name":"Artyom 'Sleepwalker' Fedosov","email":"mail@asleepwalker.ru"},"bugs":{"url":"https://github.com/asleepwalker/jquery-ui.autocomplete.match/issues"},"license":"MIT","readmeFilename":"README.md"}