package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "math-expression-evaluator@1.4.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "math-expression-evaluator@1.4.0",
  10. "_id": "math-expression-evaluator@1.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-4vRUvPyxdO8cWULGTh9dZWL2tZK6LDBvj+OGHBER7poH9Qdt7kXEoj20wiz4lQUbUXQZFjPbe5mVDo9nutizCw==",
  13. "_location": "/math-expression-evaluator",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "math-expression-evaluator@1.4.0",
  19. "name": "math-expression-evaluator",
  20. "escapedName": "math-expression-evaluator",
  21. "rawSpec": "1.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.0"
  24. },
  25. "_requiredBy": [
  26. "/reduce-css-calc"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-1.4.0.tgz",
  29. "_spec": "1.4.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Ankit",
  33. "email": "ankitbug94@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/redhivesoftware/math-expression-evaluator/issues"
  37. },
  38. "config": {
  39. "commitizen": {
  40. "path": "cz-conventional-changelog"
  41. }
  42. },
  43. "description": "A flexible math expression evaluator",
  44. "devDependencies": {
  45. "cz-conventional-changelog": "^3.3.0",
  46. "eslint": "^6.6.0",
  47. "eslint-config-standard": "^10.2.1",
  48. "eslint-plugin-import": "^2.2.0",
  49. "eslint-plugin-node": "^4.2.2",
  50. "eslint-plugin-promise": "^3.5.0",
  51. "eslint-plugin-standard": "^3.0.1",
  52. "husky": "^7.0.4",
  53. "mocha": "^2.2.5",
  54. "semantic-release": "^19.0.2",
  55. "webpack": "^5.67.0",
  56. "webpack-cli": "^4.9.2"
  57. },
  58. "files": [
  59. "src",
  60. "dist"
  61. ],
  62. "homepage": "https://github.com/redhivesoftware/math-expression-evaluator#readme",
  63. "keywords": [
  64. "math",
  65. "expression",
  66. "evaluator",
  67. "parser"
  68. ],
  69. "license": "MIT",
  70. "main": "src/formula_evaluator.js",
  71. "name": "math-expression-evaluator",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/redhivesoftware/math-expression-evaluator.git"
  75. },
  76. "scripts": {
  77. "build": "webpack && NODE_ENV=production webpack",
  78. "prepare": "husky install",
  79. "test": "mocha"
  80. },
  81. "version": "1.4.0"
  82. }