Dev

npm(Node Package Manager)

Aiden(에이든) 2022. 3. 21. 14:51

npm

 npm (노드 패키지 매니저/Node Package Manager)자바스크립트 프로그래밍 언어를 위한 패키지 관리자로, 자바스크립트 런타임 환경 Node.js의 기본 패키지 관리자입니다.

 

 npm은 온전히 자바스크립트로 작성되어 있으며 모듈 패키징이 엉망으로 완성되는 것을 관찰하고 펄의 CPAN과 PHP의 PEAR와 같은 기타 유사한 프로젝트의 단점들에서 영향을 받은 아이작 Z 슐루터(Isaac Z. Schlueter)가 개발하였습니다.

 

 자바스크립트 모듈을 설치하기 위해 npm을 대신할만한 오픈 소스 대안들이 많이 있으며 여기에는 ied, pnpm, npmd, Yarn 등이 있습니다.

 

 홈페이지 : https://www.npmjs.com/

 

npm

Bring the best of open source to you, your team, and your company Relied upon by more than 11 million developers worldwide, npm is committed to making JavaScript development elegant, productive, and safe. The free npm Registry has become the center of Java

www.npmjs.com

 

출처 : 위키백과, npm(소프트웨어)

728x90

'Dev' 카테고리의 다른 글

[NextJS] Context and Helpers  (0) 2022.04.22
[NextJS] Views  (0) 2022.04.12
[NuxtJS] Directory Structure  (0) 2022.04.04
Nuxt.js  (0) 2022.03.23
Vue.js 시작하기 전에 준비  (0) 2021.05.12