Files
wehub-resource-sync dde272c4b8
i18n - Build Validation / Validate i18n Builds (24) (push) Has been cancelled
CI - Node.js / Lint (24) (push) Has been cancelled
CI - Node.js / Build (24) (push) Has been cancelled
CI - Node.js / Test (24) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (24) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 24) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 24) (push) Has been cancelled
CD - Docker - GHCR Images / Build and Push Images (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 11:55:53 +08:00

49 lines
1.4 KiB
JSON

{
"isUpcomingChange": false,
"dashedName": "managing-packages-with-npm",
"helpCategory": "JavaScript",
"challengeOrder": [
{
"id": "587d7fb3367417b2b2512bfb",
"title": "How to Use package.json, the Core of Any Node.js Project or npm Package"
},
{
"id": "587d7fb3367417b2b2512bfc",
"title": "Add a Description to Your package.json"
},
{
"id": "587d7fb4367417b2b2512bfd",
"title": "Add Keywords to Your package.json"
},
{
"id": "587d7fb4367417b2b2512bfe",
"title": "Add a License to Your package.json"
},
{
"id": "587d7fb4367417b2b2512bff",
"title": "Add a Version to Your package.json"
},
{
"id": "587d7fb4367417b2b2512c00",
"title": "Expand Your Project with External Packages from npm"
},
{
"id": "587d7fb5367417b2b2512c01",
"title": "Manage npm Dependencies By Understanding Semantic Versioning"
},
{
"id": "587d7fb5367417b2b2512c02",
"title": "Use the Tilde-Character to Always Use the Latest Patch Version of a Dependency"
},
{
"id": "587d7fb5367417b2b2512c03",
"title": "Use the Caret-Character to Use the Latest Minor Version of a Dependency"
},
{
"id": "587d7fb5367417b2b2512c04",
"title": "Remove a Package from Your Dependencies"
}
],
"blockLayout": "legacy-challenge-list"
}