Key rules

  • ^ = "caret" (KAIR-et) — not "hat." Example: ^3.0.0 = "caret three"
  • ~ = "tilde" (TILL-duh) — not "squiggle" or "wave." Example: ~1.2.3 = "tilde one two three"
  • = "exact" or "pinned" — "exactly two eight one" or "pinned to two eight one"
  • Wildcards — the "x" placeholder: "one x x" means any 1.y.z
  • Equivalences — ^4.0.0 = ">=4 <5" = "four x x" — know all phrasings

Question 0 of 5

How do you say the npm range ^3.0.0 aloud?