UNPKG

smart-table-filter

Version:

takes a configuration object and returns a filter function operating on arrays

47 lines (46 loc) 1.45 kB
{ "name": "smart-table-filter", "version": "2.0.5", "description": "takes a configuration object and returns a filter function operating on arrays", "main": "./dist/bundle/index", "module": "./dist/bundle/module.js", "types": "./dist/declarations/index.d.ts", "scripts": { "test:ci": "npm run build && npm test | tap-set-exit", "test": "rollup -c ./test/rollup.config.js | node", "build:clean": "rm -rf ./dist && mkdir -p ./dist/bundle && cp -r ./src ./dist/src", "build:compile": "tsc", "build:bundle": "rollup -c ./rollup/build.js && rollup -c ./rollup/cdn.js", "build": "npm run build:clean && npm run build:compile && npm run build:bundle && rm -rf dist/src" }, "repository": { "type": "git", "url": "git+https://github.com/smart-table/smart-table-filter.git" }, "keywords": [ "filter", "array", "smart-table" ], "files": [ "dist" ], "author": "Laurent Renard", "license": "MIT", "bugs": { "url": "https://github.com/smart-table/smart-table-filter/issues" }, "homepage": "https://github.com/smart-table/smart-table-filter#readme", "dependencies": { "smart-table-json-pointer": "^3.0.0", "smart-table-operators": "^2.0.10" }, "devDependencies": { "rollup": "^1.21.2", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "tap-set-exit": "^1.1.1", "typescript": "^3.6.3", "zora": "^3.0.3" } }