package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "@sideway/formula@^3.0.1",
  3. "_id": "@sideway/formula@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==",
  6. "_location": "/@sideway/formula",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@sideway/formula@^3.0.1",
  12. "name": "@sideway/formula",
  13. "escapedName": "@sideway%2fformula",
  14. "scope": "@sideway",
  15. "rawSpec": "^3.0.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^3.0.1"
  18. },
  19. "_requiredBy": [
  20. "/joi"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@sideway/formula/-/formula-3.0.1.tgz",
  23. "_shasum": "80fcbcbaf7ce031e0ef2dd29b1bfc7c3f583611f",
  24. "_spec": "@sideway/formula@^3.0.1",
  25. "_where": "E:\\vue_project\\el-table-column\\node_modules\\joi",
  26. "bugs": {
  27. "url": "https://github.com/sideway/formula/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {},
  31. "deprecated": false,
  32. "description": "Math and string formula parser.",
  33. "devDependencies": {
  34. "@hapi/code": "8.x.x",
  35. "@hapi/lab": "24.x.x",
  36. "typescript": "4.0.x"
  37. },
  38. "files": [
  39. "lib"
  40. ],
  41. "homepage": "https://github.com/sideway/formula#readme",
  42. "keywords": [
  43. "formula",
  44. "parser",
  45. "math",
  46. "string"
  47. ],
  48. "license": "BSD-3-Clause",
  49. "main": "lib/index.js",
  50. "name": "@sideway/formula",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/sideway/formula.git"
  54. },
  55. "scripts": {
  56. "test": "lab -a @hapi/code -t 100 -L -Y",
  57. "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
  58. },
  59. "types": "lib/index.d.ts",
  60. "version": "3.0.1"
  61. }