This lesson is included with Plus.
Install a small package with `npm install` and inspect `node_modules`, `package.json`, and `package-lock.json`. Reason through what npm changes locally and why committed projects usually keep the lockfile but not `node_modules`.