File tree
5 files changed
+430
-2
lines changed- cli
- content/cli/v8
- commands
- using-npm
- src/gatsby-theme-doctornpm
5 files changed
+430
-2
lines changed- docs/content/commands/npm-ci.md+1-1
- docs/content/commands/npm-query.md+236
- docs/content/using-npm/dependency-selectors.md+168
- docs/nav.yml+6
- lib/commands/ls.js+1-1
- lib/commands/query.js+104
- lib/utils/cmd-list.js+1
- node_modules/@npmcli/query/LICENSE+20
- node_modules/@npmcli/query/lib/index.js+187
- node_modules/@npmcli/query/package.json+61
- node_modules/cssesc/LICENSE-MIT.txt+20
- node_modules/cssesc/bin/cssesc+116
- node_modules/cssesc/cssesc.js+110
- node_modules/cssesc/man/cssesc.1+70
- node_modules/cssesc/package.json+51
- node_modules/postcss-selector-parser/API.md+873
- node_modules/postcss-selector-parser/LICENSE-MIT+22
- node_modules/postcss-selector-parser/dist/index.js+24
- node_modules/postcss-selector-parser/dist/parser.js+1.2k
- node_modules/postcss-selector-parser/dist/processor.js+206
- node_modules/postcss-selector-parser/dist/selectors/attribute.js+515
- node_modules/postcss-selector-parser/dist/selectors/className.js+69
- node_modules/postcss-selector-parser/dist/selectors/combinator.js+31
- node_modules/postcss-selector-parser/dist/selectors/comment.js+31
- node_modules/postcss-selector-parser/dist/selectors/constructors.js+102
- node_modules/postcss-selector-parser/dist/selectors/container.js+395
- node_modules/postcss-selector-parser/dist/selectors/guards.js+64
- node_modules/postcss-selector-parser/dist/selectors/id.js+37
- node_modules/postcss-selector-parser/dist/selectors/index.js+27
- node_modules/postcss-selector-parser/dist/selectors/namespace.js+101
- node_modules/postcss-selector-parser/dist/selectors/nesting.js+32
- node_modules/postcss-selector-parser/dist/selectors/node.js+239
- node_modules/postcss-selector-parser/dist/selectors/pseudo.js+38
- node_modules/postcss-selector-parser/dist/selectors/root.js+60
- node_modules/postcss-selector-parser/dist/selectors/selector.js+31
- node_modules/postcss-selector-parser/dist/selectors/string.js+31
- node_modules/postcss-selector-parser/dist/selectors/tag.js+31
- node_modules/postcss-selector-parser/dist/selectors/types.js+28
- node_modules/postcss-selector-parser/dist/selectors/universal.js+32
- node_modules/postcss-selector-parser/dist/sortAscending.js+13
- node_modules/postcss-selector-parser/dist/tokenTypes.js+95
- node_modules/postcss-selector-parser/dist/tokenize.js+271
- node_modules/postcss-selector-parser/dist/util/ensureObject.js+22
- node_modules/postcss-selector-parser/dist/util/getProp.js+24
- node_modules/postcss-selector-parser/dist/util/index.js+22
- node_modules/postcss-selector-parser/dist/util/stripComments.js+27
- node_modules/postcss-selector-parser/dist/util/unesc.js+93
- node_modules/postcss-selector-parser/package.json+78
- node_modules/postcss-selector-parser/postcss-selector-parser.d.ts+555
- package-lock.json+38
- smoke-tests/tap-snapshots/test/index.js.test.cjs+1-1
- tap-snapshots/test/lib/commands/completion.js.test.cjs+1
- tap-snapshots/test/lib/commands/ls.js.test.cjs+7
- tap-snapshots/test/lib/commands/query.js.test.cjs+221
- tap-snapshots/test/lib/load-all-commands.js.test.cjs+14
- tap-snapshots/test/lib/npm.js.test.cjs+16-4
- tap-snapshots/test/lib/utils/cmd-list.js.test.cjs+6
- test/lib/commands/ls.js+38
- test/lib/commands/query.js+199
- workspaces/arborist/lib/arborist/build-ideal-tree.js+1-2
- workspaces/arborist/lib/dep-valid.js+1-1
- workspaces/arborist/lib/edge.js+5-1
- workspaces/arborist/lib/from-path.js+15-4
- workspaces/arborist/lib/node.js+8
- workspaces/arborist/lib/query-selector-all.js+561
- workspaces/arborist/package.json+2
- workspaces/arborist/tap-snapshots/test/edge.js.test.cjs+189
- workspaces/arborist/test/dep-valid.js+29-24
- workspaces/arborist/test/edge.js+144
- workspaces/arborist/test/from-path.js+28-1
- workspaces/arborist/test/node.js+8-4
- workspaces/arborist/test/query-selector-all.js+704
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
| 80 | + | |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
|
Lines changed: 246 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + |
0 commit comments