UNPKG

inpostfix

Version:

Convert infix to RPN notation, and solve it

33 lines (32 loc) 692 B
{ "name": "inpostfix", "description": "Convert infix to RPN notation, and solve it", "version": "1.1.1", "main": "main.js", "keywords": [ "postfix", "infix", "RPN", "Reverse Polish Notation", "postfix notation", "shunting-yard algorithm" ], "repository": { "type": "git", "url": "git+https://github.com/gumm/inpostfix.git" }, "author": { "name": "Jan Badenhorst", "email": "janhendrik.badenhorst@gmail.com" }, "license": "Apache-2.0", "scripts": { "test": "mocha -r esm --recursive ./test/", "build": "npx rollup -c" }, "devDependencies": { "mocha": "^8.0.1", "rollup": "^2.23.0", "esm": "^3.2.25" } }