UNPKG

calculator-by-str

Version:

Enter the string formula to get the calculation result.

33 lines (32 loc) 781 B
{ "name": "calculator-by-str", "version": "1.0.7", "description": "Enter the string formula to get the calculation result.", "main": "calculator-by-str.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "liqiangxo", "license": "MIT", "dependencies": { "single-line-log": "^1.1.2" }, "bugs": { "url": "https://gitlab.com/liqiangxo/calculator-by-str/-/issues" }, "repository": { "type": "git", "url": "git+https://gitlab.com/liqiangxo/calculator-by-str.git" }, "homepage": "https://gitlab.com/liqiangxo/calculator-by-str#readme", "keywords": [ "公式", "字符串求解", "字符串公式求解", "生成公式", "formula", "algorithm", "math", "calculator" ] }