node_modules 폴더란
node_modules 디렉터리에는
package.json에 있는 모듈
뿐만 아니라, package.json에 있는
모듈이 의존하고 있는 모듈 전부
를 포함하고 있습니다.