package.json 1.6 KB

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