bexp
Version:
Boolean, Logical, And OR NOT Expression Parser
34 lines (33 loc) • 618 B
JSON
{
"name": "bexp",
"version": "1.0.3",
"description": "Boolean, Logical, And OR NOT Expression Parser",
"main": "src/Parser.js",
"scripts": {
"test": "jasmine test/*_spec.js"
},
"keywords": [
"boolean",
"logical",
"and",
"or",
"not",
"infix",
"postfix",
"notation",
"cucumber",
"tag",
"expression",
"rpn",
"search"
],
"repository": {
"type": "git",
"url": "https://github.com/NaturalIntelligence/bexp"
},
"author": "Amit Gupta (https://amitkumargupta.work/)",
"license": "MIT",
"devDependencies": {
"jasmine": "^3.5.0"
}
}