72 lines
2.0 KiB
JSON
72 lines
2.0 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"math-expression-evaluator@1.2.22",
|
||
|
"/Applications/work/GitLab/lepu-test-platform-web"
|
||
|
]
|
||
|
],
|
||
|
"_development": true,
|
||
|
"_from": "math-expression-evaluator@1.2.22",
|
||
|
"_id": "math-expression-evaluator@1.2.22",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-L0j0tFVZBQQLeEjmWOvDLoRciIY8gQGWahvkztXUal8jH8R5Rlqo9GCvgqvXcy9LQhEWdQCVvzqAbxgYNt4blQ==",
|
||
|
"_location": "/math-expression-evaluator",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "math-expression-evaluator@1.2.22",
|
||
|
"name": "math-expression-evaluator",
|
||
|
"escapedName": "math-expression-evaluator",
|
||
|
"rawSpec": "1.2.22",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "1.2.22"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/reduce-css-calc"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-1.2.22.tgz",
|
||
|
"_spec": "1.2.22",
|
||
|
"_where": "/Applications/work/GitLab/lepu-test-platform-web",
|
||
|
"author": {
|
||
|
"name": "Ankit",
|
||
|
"email": "ankitbug94@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/bugwheels94/math-expression-evaluator/issues"
|
||
|
},
|
||
|
"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/bugwheels94/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/bugwheels94/math-expression-evaluator.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"version": "1.2.22"
|
||
|
}
|