@yascher87/polish-notation
Version:
25 lines (24 loc) • 564 B
JSON
{
"name": "@yascher87/polish-notation",
"author": "Victor",
"description": "cwp-22-1",
"version": "1.2.2",
"repository": {
"type": "git",
"url": "git+https://github.com/Yasherica0ne/cwp-22-1.git"
},
"bugs": {
"url": "https://github.com/Yasherica0ne/cwp-22-1/issues"
},
"homepage": "https://github.com/Yasherica0ne/cwp-22-1#readme",
"main": "index.js",
"scripts": {
"test": "polish_recursive('15 9 + 10 - 14 - 7 * 5 14 * 14 - *');"
},
"keywords": [
"polish",
"notation",
"calculating"
],
"license": "ISC"
}