UNPKG

@abdullah2993/expression-parser

Version:

An expression evaluator written in typescript with the goal to support SQL like WHERE clauses.

55 lines (54 loc) 1.55 kB
{ "name": "@abdullah2993/expression-parser", "version": "1.1.5", "description": "An expression evaluator written in typescript with the goal to support SQL like WHERE clauses.", "main": "dist/index.js", "scripts": { "build": "tsc", "lint": "tsc --noEmit && eslint --quiet --fix", "test": "jasmine-ts --config=jasmine.json", "coverage": "nyc -r text -e .ts -x \"tests/*.spec.ts\" npm run test", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/abdullah2993/expression-parser.git" }, "author": "abdullah2993", "license": "MIT", "bugs": { "url": "https://github.com/abdullah2993/expression-parser/issues" }, "files": [ "dist/**" ], "types": "dist/index.d.ts", "keywords": [ "parser", "expression", "filters", "expression-evaluator", "whereclause", "where", "conditions", "where clause", "where-clause", "ast", "sql where" ], "homepage": "https://github.com/abdullah2993/expression-parser#readme", "devDependencies": { "@types/jasmine": "^3.8.2", "@typescript-eslint/eslint-plugin": "^4.29.0", "@typescript-eslint/parser": "^4.29.0", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-airbnb-typescript": "^12.3.1", "eslint-plugin-import": "^2.23.4", "jasmine": "^3.8.0", "jasmine-ts": "^0.4.0", "nyc": "^15.1.0", "ts-node": "^10.1.0", "typescript": "^4.3.5" } }