UNPKG

@abaktiar/ql-parser

Version:

Framework-agnostic QL (Query Language) parser and builder for creating complex queries with support for logical operators, parameterized functions, and ORDER BY clauses

44 lines (43 loc) 1.1 kB
{ "name": "@abaktiar/ql-parser", "version": "1.5.0", "description": "Framework-agnostic QL (Query Language) parser and builder for creating complex queries with support for logical operators, parameterized functions, and ORDER BY clauses", "main": "./index.js", "module": "./index.mjs", "types": "./index.d.ts", "exports": { ".": { "import": "./index.mjs", "require": "./index.js", "types": "./index.d.ts" } }, "files": ["index.js", "index.mjs", "index.d.ts", "README.md"], "keywords": [ "query", "parser", "ql", "typescript", "query-language", "expression-parser", "query-builder", "logical-operators", "parameterized-functions", "framework-agnostic", "jql" ], "author": "abaktiar", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/abaktiar/ql-input.git" }, "bugs": { "url": "https://github.com/abaktiar/ql-input/issues" }, "homepage": "https://github.com/abaktiar/ql-input#readme", "engines": { "node": ">=16.0.0" }, "sideEffects": false }