@thiagoprz/fulltext-search-pipe
Version:
Angular pipe with full text search functionality
46 lines • 1.32 kB
JSON
{
"name": "@thiagoprz/fulltext-search-pipe",
"description": "Angular pipe with full text search functionality",
"version": "0.0.8",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/thiagoprz/fulltext-search-pipe.git"
},
"keywords": [
"pipe",
"angular",
"fulltext",
"full",
"text",
"search",
"query",
"strings",
"like",
"like",
"search"
],
"author": "Thiago Przyczynski <przyczynski@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thiagoprz/fulltext-search-pipe/issues"
},
"homepage": "https://github.com/thiagoprz/fulltext-search-pipe#readme",
"peerDependencies": {
"@angular/common": "^11.2.4 || ~10.0.0 || ^16.0.3",
"@angular/core": "^11.2.4 || ~10.0.0 || ^16.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"main": "bundles/thiagoprz-fulltext-search-pipe.umd.js",
"module": "fesm2015/thiagoprz-fulltext-search-pipe.js",
"es2015": "fesm2015/thiagoprz-fulltext-search-pipe.js",
"esm2015": "esm2015/thiagoprz-fulltext-search-pipe.js",
"fesm2015": "fesm2015/thiagoprz-fulltext-search-pipe.js",
"typings": "thiagoprz-fulltext-search-pipe.d.ts",
"metadata": "thiagoprz-fulltext-search-pipe.metadata.json",
"sideEffects": false
}