{
  "_from": "expr-eval@^2.0.2",
  "_id": "expr-eval@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-4EMSHGOPSwAfBiibw3ndnP0AvjDWLsMvGOvWEZ2F96IGk0bIVdjQisOHxReSkE13mHcfbuCiXw+G4y0zv6N8Eg==",
  "_location": "/expr-eval",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "expr-eval@^2.0.2",
    "name": "expr-eval",
    "escapedName": "expr-eval",
    "rawSpec": "^2.0.2",
    "saveSpec": null,
    "fetchSpec": "^2.0.2"
  },
  "_requiredBy": [
    "/@langchain/community"
  ],
  "_resolved": "https://registry.npmjs.org/expr-eval/-/expr-eval-2.0.2.tgz",
  "_shasum": "fa6f044a7b0c93fde830954eb9c5b0f7fbc7e201",
  "_spec": "expr-eval@^2.0.2",
  "_where": "/home/hlxgazog/nodevenv/ai.opunet.com/chat/mic2/10/lib/node_modules/@langchain/community",
  "author": {
    "name": "Matthew Crumley"
  },
  "bugs": {
    "url": "https://github.com/silentmatt/expr-eval/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Mathematical expression evaluator",
  "devDependencies": {
    "eslint": "^6.3.0",
    "eslint-config-semistandard": "^15.0.0",
    "eslint-config-standard": "^13.0.1",
    "eslint-plugin-import": "^2.15.0",
    "eslint-plugin-node": "^9.2.0",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "mocha": "^6.2.0",
    "nyc": "^14.1.1",
    "rollup": "^1.20.3",
    "rollup-plugin-uglify": "^6.0.3"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "dist/",
    "parser.d.ts"
  ],
  "homepage": "https://github.com/silentmatt/expr-eval#readme",
  "keywords": [
    "expression",
    "math",
    "evaluate",
    "eval",
    "function",
    "parser"
  ],
  "license": "MIT",
  "main": "dist/bundle.js",
  "module": "dist/index.mjs",
  "name": "expr-eval",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/silentmatt/expr-eval.git"
  },
  "scripts": {
    "build": "rollup -c rollup.config.js && rollup -c rollup-min.config.js && rollup -c rollup-esm.config.js",
    "coverage": "npm run build && nyc --reporter=lcov --reporter=text-summary mocha",
    "lint": "eslint index.js src test rollup.config.js rollup-min.config.js",
    "prepublish": "npm run build",
    "test": "npm run build && mocha",
    "watch": "rollup -c rollup.config.js -w"
  },
  "typings": "parser.d.ts",
  "version": "2.0.2"
}
