UNPKG

lucene-filter

Version:
48 lines (47 loc) 1.31 kB
{ "name": "lucene-filter", "version": "1.4.0", "description": "Data filter for lucene queries", "main": "src/index.js", "browser": "dist/index.js", "scripts": { "test": "tape $(aaargh config.test.json)", "build": "esbuild $(aaargh config.build.json)", "prepublishOnly": "npm run build && npm test", "postpublish": "PACKAGE_VERSION=$(node -p \"require('./package.json').version\") PACKAGE_NAME=$(node -p \"require('./package.json').name\") && npm deprecate \"${PACKAGE_NAME}@<${PACKAGE_VERSION}\" \"Rolling release, please update to ${PACKAGE_VERSION}\"", "check": "eslint src", "format": "npm run check -- --fix" }, "repository": { "type": "git", "url": "git+https://github.com/finwo/lucene-filter.git" }, "author": "Robin Bron <robin@finwo.nl>", "license": "MIT", "bugs": { "url": "https://github.com/finwo/lucene-filter/issues" }, "files": [ "dist/", "src/", "README.md", "LICENSE" ], "funding": { "url": "https://github.com/sponsors/finwo" }, "homepage": "https://github.com/finwo/lucene-filter#readme", "devDependencies": { "aaargh": "^1.0.3", "esbuild": "^0.14.39", "eslint": "^8.15.0", "tape": "^5.5.3" }, "keywords": [ "lucene", "filter", "query", "search", "engine" ] }