npm-*: fix page title (#14842)

This commit is contained in:
Lena
2024-11-16 07:33:14 +01:00
committed by GitHub
parent f0f9ac5e44
commit 326763b178
21 changed files with 21 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
# npm-check
# npm check
> 오래되고, 부정확하고, 사용되지 않는 npm 패키지 의존성을 확인하세요.
> 더 많은 정보: <https://github.com/dylang/npm-check>.

View File

@@ -1,4 +1,4 @@
# npm-home
# npm home
> 웹 브라우저에서 패키지의 npm 페이지, Yarn 페이지 또는 GitHub 저장소를 엽니다.
> 더 많은 정보: <https://github.com/sindresorhus/npm-home>.

View File

@@ -1,4 +1,4 @@
# npm-name
# npm name
> npm에서 패키지 또는 조직 이름이 사용 가능한지 확인.
> 더 많은 정보: <https://github.com/sindresorhus/npm-name-cli>.

View File

@@ -1,4 +1,4 @@
# npm-org
# npm org
> 조직을 관리.
> 더 많은 정보: <https://docs.npmjs.com/cli/commands/npm-org>.

View File

@@ -1,4 +1,4 @@
# npm-outdated
# npm outdated
> 오래된 npm 패키지 의존성을 확인.
> 더 많은 정보: <https://docs.npmjs.com/cli/commands/npm-outdated>.

View File

@@ -1,4 +1,4 @@
# npm-owner
# npm owner
> 게시된 패키지의 소유권 관리.
> 더 많은 정보: <https://docs.npmjs.com/cli/commands/npm-owner>.

View File

@@ -1,4 +1,4 @@
# npm-why
# npm why
> npm 패키지가 왜 설치되었는지 식별.
> 더 많은 정보: <https://github.com/amio/npm-why>.