UNPKG

expressionify

Version:

Simple node.js expression parser and evaluator using shunting-yard and reverse polish notation algorithms

34 lines (33 loc) 845 B
{ "name": "expressionify", "description": "Simple node.js expression parser and evaluator using shunting-yard and reverse polish notation algorithms", "version": "0.9.3", "author": "2do2go team <dev.2do2go@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/2do2go/expressionify" }, "keywords": [ "expression", "parser", "evaluator", "shunting-yard", "reverse polish notation", "rpn" ], "bugs": { "url": "https://github.com/2do2go/expressionify/issues" }, "homepage": "https://github.com/2do2go/expressionify", "devDependencies": { "mocha": "2.4.5", "expect.js": "0.3.1", "jshint": "2.4.4" }, "scripts": { "test": "mocha --bail --reporter spec --timeout 10000", "lint": "jshint ./" }, "main": "lib/expressionify.js" }