memory.js 812 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. [
  2. {"category": "",
  3. "mappings": {
  4. "default": {
  5. "default": "bits"
  6. }
  7. },
  8. "key": "b",
  9. "names": ["b"]
  10. },
  11. {"category": "",
  12. "mappings": {
  13. "default": {
  14. "default": "bytes"
  15. }
  16. },
  17. "key": "B",
  18. "names": ["B"]
  19. },
  20. {"category": "",
  21. "mappings": {
  22. "default": {
  23. "default": "kilobytes"
  24. }
  25. },
  26. "key": "KB",
  27. "names": ["KB"]
  28. },
  29. {"category": "",
  30. "mappings": {
  31. "default": {
  32. "default": "megabytes"
  33. }
  34. },
  35. "key": "MB",
  36. "names": ["MB"]
  37. },
  38. {"category": "",
  39. "mappings": {
  40. "default": {
  41. "default": "gigabytes"
  42. }
  43. },
  44. "key": "GB",
  45. "names": ["GB"]
  46. },
  47. {"category": "",
  48. "mappings": {
  49. "default": {
  50. "default": "terabytes"
  51. }
  52. },
  53. "key": "TB",
  54. "names": ["TB"]
  55. }
  56. ]