UNPKG

rpn-cli

Version:

Command line RPN calculator using math.js engine. example: '$ rpn 1 2 +'

35 lines (34 loc) 803 B
{ "name": "rpn-cli", "description": "Command line RPN calculator using math.js engine. example: '$ rpn 1 2 +'", "main": "rpn-cli.js", "license": "MIT", "bin": { "rpn": "./cli.js" }, "version": "2.1.2", "dependencies": { "getopt": "0.1.0", "mathjs": "6.0.3" }, "devDependencies": { "coffee-jshint": "1.1.1", "coffeescript": "2.4.1", "partpipe": "^0.4.0" }, "tags": [], "keywords": [ "math","mathjs","postfix","calculator","calculate","formula","rpn","reverse","poplish","notation","HP","science","stdin","infix","64bit","bigint" ], "author": { "name": "@kssfilo", "url": "https://kanasys.com/gtech/" }, "repository": { "type": "git", "url": "https://github.com/kssfilo/rpn-cli.git" }, "engines": { "node": ">=8" } }