UNPKG

btm-expressions

Version:

BTM (bowtie-math) is a math object model to enable parsing of mathematical expressions into a tree structure that can be manipulated, evaluated, and compared.

33 lines (32 loc) 772 B
{ "name": "btm-expressions", "version": "0.1.12", "description": "BTM (bowtie-math) is a math object model to enable parsing of mathematical expressions into a tree structure that can be manipulated, evaluated, and compared.", "keywords": [ "symbolic", "math", "expressions", "parsing" ], "homepage": "https://github.com/dbrianwalton/BTM", "bugs": { "url": "https://github.com/dbrianwalton/BTM/issues" }, "license": "MIT", "author": { "name": "D. Brian Walton" }, "files": [ "src/*" ], "main": "BTM_root.js", "browser": "src/BTM_root.js", "repository": { "type": "git", "url": "https://github.com/dbrianwalton/BTM" }, "devDependencies": { "webpack": "^5.44.0", "webpack-cli": "^4.10.0" } }