UNPKG

ember-cli-filter-by-query

Version:

Provides you with a computed property that filters an array by a given search query. The output is sorted by similarity to the query.

89 lines (88 loc) 2.74 kB
{ "name": "ember-cli-filter-by-query", "version": "1.4.0", "description": "Provides you with a computed property that filters an array by a given search query. The output is sorted by similarity to the query.", "keywords": [ "ember-addon", "ember-cli-filter-by-query", "computed property", "utility", "filter", "sifter", "search query" ], "repository": { "type": "git", "url": "https://github.com/lazybensch/ember-cli-filter-by-query.git" }, "license": "Apache-2.0", "author": "Benjamin Schoenburg lazybensch@gmail.com", "directories": { "doc": "doc", "test": "tests" }, "scripts": { "build": "ember build --environment=production", "lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"", "lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix", "lint:hbs": "ember-template-lint .", "lint:hbs:fix": "ember-template-lint . --fix", "lint:js": "eslint . --cache", "lint:js:fix": "eslint . --fix", "start": "ember serve", "test": "npm-run-all lint test:*", "test:ember": "ember test", "test:ember-compatibility": "ember try:each" }, "dependencies": { "ember-auto-import": "^2.4.1", "ember-cli-babel": "^7.26.11", "ember-cli-htmlbars": "^6.0.1", "sifter": "^0.5.3" }, "devDependencies": { "@ember/optional-features": "^2.0.0", "@ember/test-helpers": "^2.6.0", "@embroider/test-setup": "^1.5.0", "@glimmer/component": "^1.0.4", "@glimmer/tracking": "^1.0.4", "babel-eslint": "^10.1.0", "broccoli-asset-rev": "^3.0.0", "ember-cli": "~4.3.0", "ember-cli-dependency-checker": "^3.3.1", "ember-cli-inject-live-reload": "^2.1.0", "ember-cli-sri": "^2.1.1", "ember-cli-terser": "^4.0.2", "ember-disable-prototype-extensions": "^1.1.3", "ember-export-application-global": "^2.0.1", "ember-load-initializers": "^2.1.2", "ember-page-title": "^7.0.0", "ember-qunit": "^5.1.5", "ember-resolver": "^8.0.3", "ember-source": "~4.3.0", "ember-source-channel-url": "^3.0.0", "ember-template-lint": "^4.3.0", "ember-try": "^2.0.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-ember": "^10.5.9", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-qunit": "^7.2.0", "loader.js": "^4.7.0", "npm-run-all": "^4.1.5", "prettier": "^2.6.1", "qunit": "^2.18.0", "qunit-dom": "^2.0.0", "webpack": "^5.70.0" }, "engines": { "node": "12.* || 14.* || >= 16" }, "ember": { "edition": "octane" }, "ember-addon": { "configPath": "tests/dummy/config" } }