time.js 855 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. [
  2. {"category": "time",
  3. "mappings": {
  4. "default": {
  5. "default": "nanoseconds"
  6. }
  7. },
  8. "key": "ns",
  9. "names": ["ns"]
  10. },
  11. {"category": "time",
  12. "mappings": {
  13. "default": {
  14. "default": "microseconds"
  15. }
  16. },
  17. "key": "µs",
  18. "names": ["µs"]
  19. },
  20. {"category": "time",
  21. "mappings": {
  22. "default": {
  23. "default": "milliseconds"
  24. }
  25. },
  26. "key": "ms",
  27. "names": ["ms"]
  28. },
  29. {"category": "time",
  30. "mappings": {
  31. "default": {
  32. "default": "seconds"
  33. }
  34. },
  35. "key": "s",
  36. "names": ["s"]
  37. },
  38. {"category": "time",
  39. "mappings": {
  40. "default": {
  41. "default": "minutes"
  42. }
  43. },
  44. "key": "min",
  45. "names": ["min"]
  46. },
  47. {"category": "time",
  48. "mappings": {
  49. "default": {
  50. "default": "hours"
  51. }
  52. },
  53. "key": "h",
  54. "names": ["h", "hr"]
  55. }
  56. ]