{
  "name": "@oat-sa/expr-eval",
  "version": "1.3.0",
  "description": "Mathematical expression evaluator",
  "main": "dist/bundle.js",
  "typings": "parser.d.ts",
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "devDependencies": {
    "eslint": "^5.12.1",
    "eslint-config-semistandard": "^13.0.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.15.0",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^5.0.0",
    "rollup": "^0.63.0",
    "rollup-plugin-uglify": "^3.0.0"
  },
  "scripts": {
    "test": "npm run build && mocha",
    "coverage": "npm run build && istanbul cover _mocha",
    "lint": "eslint index.js src test rollup.config.js rollup-min.config.js",
    "build": "rollup -c rollup.config.js && rollup -c rollup-min.config.js",
    "prepublish": "npm run build"
  },
  "files": [
    "dist/",
    "parser.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oat-sa/expr-eval.git"
  },
  "keywords": [
    "expression",
    "math",
    "evaluate",
    "eval",
    "function",
    "parser"
  ],
  "author": "Matthew Crumley",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oat-sa/expr-eval/issues"
  },
  "homepage": "https://github.com/oat-sa/expr-eval#readme"

,"_resolved": "https://registry.npmjs.org/@oat-sa/expr-eval/-/expr-eval-1.3.0.tgz"
,"_integrity": "sha512-z9ezG0Z+26qaCz3w/sYzN/JyBLmN2xhzCfNihYRA7CMYukEbkeY3/tLknVhwm+rp4584yDDuSHPVMuoYmwZP1A=="
,"_from": "@oat-sa/expr-eval@1.3.0"
}