You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
2.0 KiB

{
"_from": "math-expression-evaluator@^1.2.14",
"_id": "math-expression-evaluator@1.3.7",
"_inBundle": false,
"_integrity": "sha1-G2IiXbhq8G9+of2VdqNK9gWlslM=",
"_location": "/math-expression-evaluator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "math-expression-evaluator@^1.2.14",
"name": "math-expression-evaluator",
"escapedName": "math-expression-evaluator",
"rawSpec": "^1.2.14",
"saveSpec": null,
"fetchSpec": "^1.2.14"
},
"_requiredBy": [
"/reduce-css-calc"
],
"_resolved": "https://registry.npm.taobao.org/math-expression-evaluator/download/math-expression-evaluator-1.3.7.tgz",
"_shasum": "1b62225db86af06f7ea1fd9576a34af605a5b253",
"_spec": "math-expression-evaluator@^1.2.14",
"_where": "/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/reduce-css-calc",
"author": {
"name": "Ankit",
"email": "ankitbug94@gmail.com"
},
"bugs": {
"url": "https://github.com/redhivesoftware/math-expression-evaluator/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A flexible math expression evaluator",
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"mocha": "^2.2.5"
},
"homepage": "https://github.com/redhivesoftware/math-expression-evaluator#readme",
"keywords": [
"math",
"expression",
"evaluator",
"parser"
],
"license": "MIT",
"main": "src/formula_evaluator.js",
"name": "math-expression-evaluator",
"repository": {
"type": "git",
"url": "git+https://github.com/redhivesoftware/math-expression-evaluator.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.3.7"
}