| { |
| "name": "@casbin/expression-eval", |
| "version": "5.3.0", |
| "description": "JavaScript expression parsing and evaluation.", |
| "source": "index.ts", |
| "main": "dist/expression-eval.js", |
| "module": "dist/expression-eval.module.js", |
| "unpkg": "dist/expression-eval.umd.js", |
| "types": "dist/index.d.ts", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/node-casbin/expression-eval.git" |
| }, |
| "scripts": { |
| "dev": "microbundle watch", |
| "build": "microbundle", |
| "test": "jest", |
| "prepublish": "yarn lint && yarn build", |
| "release": "standard-version", |
| "typecheck": "tsc --noEmit", |
| "lint": "eslint . --ext .ts", |
| "coverage": "jest --coverage" |
| }, |
| "keywords": [ |
| "expression", |
| "eval", |
| "evaluation", |
| "parser", |
| "ast", |
| "abstract", |
| "syntax", |
| "tree", |
| "math" |
| ], |
| "author": "Node-Casbin", |
| "license": "MIT", |
| "dependencies": { |
| "jsep": "^0.3.0" |
| }, |
| "devDependencies": { |
| "@types/jest": "24.9.0", |
| "@typescript-eslint/eslint-plugin": "^6.7.0", |
| "@typescript-eslint/parser": "^6.7.0", |
| "eslint": "^8.49.0", |
| "jest": "24.9.0", |
| "ts-jest": "24.3.0", |
| "microbundle": "^0.13.0", |
| "source-map-support": "^0.5.19", |
| "tap-spec": "^5.0.0", |
| "typescript": "^4.1.3" |
| }, |
| "files": [ |
| "dist/", |
| "index.js", |
| "README.md", |
| "LICENSE", |
| "package.json", |
| "package-lock.json" |
| ] |
| } |