File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Each package can be accessed using `getPackage(name)` or directly via `pantry.do
8
8
9
9
- ** Total Packages** : 1397
10
10
- ** Categories** : 27
11
- - ** Last Updated** : 2025-07-29T04:00:59.741Z
11
+ - ** Last Updated** : 2025-07-29T04:47:39.332Z
12
12
13
13
## Table of Contents
14
14
Original file line number Diff line number Diff line change @@ -77,6 +77,12 @@ This package depends on:
77
77
- ` zlib.net@1 `
78
78
- ` linux:gnu.org/gcc/libstdcxx `
79
79
80
+ ## Related Packages
81
+
82
+ These packages work well with node:
83
+
84
+ - [ ` npmjs.com ` ] ( ../npmjs.com/index.md ) - the package manager for JavaScript
85
+
80
86
## Usage Examples
81
87
82
88
``` typescript
Original file line number Diff line number Diff line change 9
9
* @install `launchpad install node`
10
10
* @name `node`
11
11
* @dependencies `unicode.org^71`, `[email protected] `, `zlib.net@1`, ... (+1 more) (includes OS-specific dependencies with `os:package` format)
12
+ * @companions `npmjs.com`
12
13
*
13
14
* @example
14
15
* ```typescript
@@ -56,7 +57,13 @@ export const nodePackage = {
56
57
programs : [
57
58
'node' ,
58
59
] as const ,
59
- companions : [ ] as const ,
60
+ /**
61
+ * Related packages that work well with this package.
62
+ * Consider installing these for enhanced functionality.
63
+ */
64
+ companions : [
65
+ 'npmjs.com' ,
66
+ ] as const ,
60
67
/**
61
68
* Required dependencies for this package.
62
69
* These will be automatically installed.
You can’t perform that action at this time.
0 commit comments