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.
83 lines
2.3 KiB
83 lines
2.3 KiB
{
|
|
"_args": [
|
|
[
|
|
"math-expression-evaluator@1.4.0",
|
|
"C:\\Users\\YiMing\\Desktop\\code\\StudentManagerSystemVue"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "math-expression-evaluator@1.4.0",
|
|
"_id": "math-expression-evaluator@1.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-4vRUvPyxdO8cWULGTh9dZWL2tZK6LDBvj+OGHBER7poH9Qdt7kXEoj20wiz4lQUbUXQZFjPbe5mVDo9nutizCw==",
|
|
"_location": "/math-expression-evaluator",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "math-expression-evaluator@1.4.0",
|
|
"name": "math-expression-evaluator",
|
|
"escapedName": "math-expression-evaluator",
|
|
"rawSpec": "1.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/reduce-css-calc"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/math-expression-evaluator/-/math-expression-evaluator-1.4.0.tgz",
|
|
"_spec": "1.4.0",
|
|
"_where": "C:\\Users\\YiMing\\Desktop\\code\\StudentManagerSystemVue",
|
|
"author": {
|
|
"name": "Ankit",
|
|
"email": "ankitbug94@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/redhivesoftware/math-expression-evaluator/issues"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "cz-conventional-changelog"
|
|
}
|
|
},
|
|
"description": "A flexible math expression evaluator",
|
|
"devDependencies": {
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"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",
|
|
"husky": "^7.0.4",
|
|
"mocha": "^2.2.5",
|
|
"semantic-release": "^19.0.2",
|
|
"webpack": "^5.67.0",
|
|
"webpack-cli": "^4.9.2"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"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": {
|
|
"build": "webpack && NODE_ENV=production webpack",
|
|
"prepare": "husky install",
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.4.0"
|
|
}
|