Server IP : 85.214.239.14 / Your IP : 18.218.94.236 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/self/root/proc/2/cwd/proc/self/root/srv/modoboa/instance/sitestatic/sifter/ |
Upload File : |
{ "name": "sifter", "keywords": [ "search", "filter", "sift", "data", "results", "match", "sort", "autocomplete" ], "description": "A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.", "version": "0.5.2", "license": "Apache-2.0", "author": "Brian Reavis <brian@thirdroute.com>", "main": "./sifter.js", "repository": { "type": "git", "url": "git://github.com/brianreavis/sifter.js.git" }, "scripts": { "test": "mocha -R list" }, "bin": { "sifter": "./bin/sifter.js" }, "dependencies": { "optimist": "0.6.x", "cardinal": "0.4.x", "async": "0.2.x", "humanize": "0.0.x", "csv-parse": "^1.1.7" }, "devDependencies": { "mocha": "1.12.x", "mocha-istanbul": "0.2.x", "mocha-lcov-reporter": "0.0.x", "coveralls": "2.3.x", "uglify-js": "2.4.x", "istanbul": "0.1.x" }, "optionalDependencies": { "microtime": "^2.1.0" }, "engines": { "node": "*" } }