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.

31 lines
922 B

3 months ago
  1. {
  2. "name": "@sideway/formula",
  3. "description": "Math and string formula parser.",
  4. "version": "3.0.1",
  5. "repository": "git://github.com/sideway/formula",
  6. "main": "lib/index.js",
  7. "types": "lib/index.d.ts",
  8. "keywords": [
  9. "formula",
  10. "parser",
  11. "math",
  12. "string"
  13. ],
  14. "files": [
  15. "lib"
  16. ],
  17. "dependencies": {},
  18. "devDependencies": {
  19. "typescript": "4.0.x",
  20. "@hapi/code": "8.x.x",
  21. "@hapi/lab": "24.x.x"
  22. },
  23. "scripts": {
  24. "test": "lab -a @hapi/code -t 100 -L -Y",
  25. "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
  26. },
  27. "license": "BSD-3-Clause"
  28. ,"_resolved": "https://registry.npmmirror.com/@sideway/formula/-/formula-3.0.1.tgz"
  29. ,"_integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg=="
  30. ,"_from": "@sideway/formula@3.0.1"
  31. }