| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -189,6 +189,24 @@ run any pre- or post-scripts. | |||
| 189 | 189 | ||
| 190 | 190 | ||
| 191 | 191 | ||
| 192 | + #### `allow-git` | ||
| 193 | + | ||
| 194 | + * Default: "all" | ||
| 195 | + * Type: "all", "none", or "root" | ||
| 196 | + | ||
| 197 | + Limits the ability for npm to fetch dependencies from git references. That | ||
| 198 | + is, dependencies that point to a git repo instead of a version or semver | ||
| 199 | + range. Please note that this could leave your tree incomplete and some | ||
| 200 | + packages may not function as intended or designed. | ||
| 201 | + | ||
| 202 | + `all` allows any git dependencies to be fetched and installed. `none` | ||
| 203 | + prevents any git dependencies from being fetched and installed. `root` only | ||
| 204 | + allows git dependencies defined in your project's package.json to be fetched | ||
| 205 | + installed. Also allows git dependencies to be fetched for other commands | ||
| 206 | + like `npm view` | ||
| 207 | + | ||
| 208 | + | ||
| 209 | + | ||
| 192 | 210 | #### `audit` | |
| 193 | 211 | ||
| 194 | 212 | * Default: true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -184,6 +184,24 @@ run any pre- or post-scripts. | |||
| 184 | 184 | ||
| 185 | 185 | ||
| 186 | 186 | ||
| 187 | + #### `allow-git` | ||
| 188 | + | ||
| 189 | + * Default: "all" | ||
| 190 | + * Type: "all", "none", or "root" | ||
| 191 | + | ||
| 192 | + Limits the ability for npm to fetch dependencies from git references. That | ||
| 193 | + is, dependencies that point to a git repo instead of a version or semver | ||
| 194 | + range. Please note that this could leave your tree incomplete and some | ||
| 195 | + packages may not function as intended or designed. | ||
| 196 | + | ||
| 197 | + `all` allows any git dependencies to be fetched and installed. `none` | ||
| 198 | + prevents any git dependencies from being fetched and installed. `root` only | ||
| 199 | + allows git dependencies defined in your project's package.json to be fetched | ||
| 200 | + installed. Also allows git dependencies to be fetched for other commands | ||
| 201 | + like `npm view` | ||
| 202 | + | ||
| 203 | + | ||
| 204 | + | ||
| 187 | 205 | #### `audit` | |
| 188 | 206 | ||
| 189 | 207 | * Default: true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -142,6 +142,24 @@ run any pre- or post-scripts. | |||
| 142 | 142 | ||
| 143 | 143 | ||
| 144 | 144 | ||
| 145 | + #### `allow-git` | ||
| 146 | + | ||
| 147 | + * Default: "all" | ||
| 148 | + * Type: "all", "none", or "root" | ||
| 149 | + | ||
| 150 | + Limits the ability for npm to fetch dependencies from git references. That | ||
| 151 | + is, dependencies that point to a git repo instead of a version or semver | ||
| 152 | + range. Please note that this could leave your tree incomplete and some | ||
| 153 | + packages may not function as intended or designed. | ||
| 154 | + | ||
| 155 | + `all` allows any git dependencies to be fetched and installed. `none` | ||
| 156 | + prevents any git dependencies from being fetched and installed. `root` only | ||
| 157 | + allows git dependencies defined in your project's package.json to be fetched | ||
| 158 | + installed. Also allows git dependencies to be fetched for other commands | ||
| 159 | + like `npm view` | ||
| 160 | + | ||
| 161 | + | ||
| 162 | + | ||
| 145 | 163 | #### `audit` | |
| 146 | 164 | ||
| 147 | 165 | * Default: true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -219,6 +219,24 @@ run any pre- or post-scripts. | |||
| 219 | 219 | ||
| 220 | 220 | ||
| 221 | 221 | ||
| 222 | + #### `allow-git` | ||
| 223 | + | ||
| 224 | + * Default: "all" | ||
| 225 | + * Type: "all", "none", or "root" | ||
| 226 | + | ||
| 227 | + Limits the ability for npm to fetch dependencies from git references. That | ||
| 228 | + is, dependencies that point to a git repo instead of a version or semver | ||
| 229 | + range. Please note that this could leave your tree incomplete and some | ||
| 230 | + packages may not function as intended or designed. | ||
| 231 | + | ||
| 232 | + `all` allows any git dependencies to be fetched and installed. `none` | ||
| 233 | + prevents any git dependencies from being fetched and installed. `root` only | ||
| 234 | + allows git dependencies defined in your project's package.json to be fetched | ||
| 235 | + installed. Also allows git dependencies to be fetched for other commands | ||
| 236 | + like `npm view` | ||
| 237 | + | ||
| 238 | + | ||
| 239 | + | ||
| 222 | 240 | #### `audit` | |
| 223 | 241 | ||
| 224 | 242 | * Default: true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -561,6 +561,24 @@ run any pre- or post-scripts. | |||
| 561 | 561 | ||
| 562 | 562 | ||
| 563 | 563 | ||
| 564 | + #### `allow-git` | ||
| 565 | + | ||
| 566 | + * Default: "all" | ||
| 567 | + * Type: "all", "none", or "root" | ||
| 568 | + | ||
| 569 | + Limits the ability for npm to fetch dependencies from git references. That | ||
| 570 | + is, dependencies that point to a git repo instead of a version or semver | ||
| 571 | + range. Please note that this could leave your tree incomplete and some | ||
| 572 | + packages may not function as intended or designed. | ||
| 573 | + | ||
| 574 | + `all` allows any git dependencies to be fetched and installed. `none` | ||
| 575 | + prevents any git dependencies from being fetched and installed. `root` only | ||
| 576 | + allows git dependencies defined in your project's package.json to be fetched | ||
| 577 | + installed. Also allows git dependencies to be fetched for other commands | ||
| 578 | + like `npm view` | ||
| 579 | + | ||
| 580 | + | ||
| 581 | + | ||
| 564 | 582 | #### `audit` | |
| 565 | 583 | ||
| 566 | 584 | * Default: true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -248,6 +248,24 @@ run any pre- or post-scripts. | |||
| 248 | 248 | ||
| 249 | 249 | ||
| 250 | 250 | ||
| 251 | + #### `allow-git` | ||
| 252 | + | ||
| 253 | + * Default: "all" | ||
| 254 | + * Type: "all", "none", or "root" | ||
| 255 | + | ||
| 256 | + Limits the ability for npm to fetch dependencies from git references. That | ||
| 257 | + is, dependencies that point to a git repo instead of a version or semver | ||
| 258 | + range. Please note that this could leave your tree incomplete and some | ||
| 259 | + packages may not function as intended or designed. | ||
| 260 | + | ||
| 261 | + `all` allows any git dependencies to be fetched and installed. `none` | ||
| 262 | + prevents any git dependencies from being fetched and installed. `root` only | ||
| 263 | + allows git dependencies defined in your project's package.json to be fetched | ||
| 264 | + installed. Also allows git dependencies to be fetched for other commands | ||
| 265 | + like `npm view` | ||
| 266 | + | ||
| 267 | + | ||
| 268 | + | ||
| 251 | 269 | #### `audit` | |
| 252 | 270 | ||
| 253 | 271 | * Default: true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ Note that nested packages will *also* show the paths to the specified packages. | |||
| 23 | 23 | For example, running `npm ls promzard` in npm's source tree will show: | |
| 24 | 24 | ||
| 25 | 25 | ```bash | |
| 26 | - npm@11.8.0 /path/to/npm | ||
| 26 | + npm@11.9.0 /path/to/npm | ||
| 27 | 27 | └─┬ init-package-json@0.0.4 | |
| 28 | 28 | └── promzard@0.1.5 | |
| 29 | 29 | ``` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ Note: This command is unaware of workspaces. | |||
| 14 | 14 | ||
| 15 | 15 | ### Version | |
| 16 | 16 | ||
| 17 | - 11.8.0 | ||
| 17 | + 11.9.0 | ||
| 18 | 18 | ||
| 19 | 19 | ### Description | |
| 20 | 20 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -165,6 +165,24 @@ upon by the current project. | |||
| 165 | 165 | ||
| 166 | 166 | ||
| 167 | 167 | ||
| 168 | + #### `allow-git` | ||
| 169 | + | ||
| 170 | + * Default: "all" | ||
| 171 | + * Type: "all", "none", or "root" | ||
| 172 | + | ||
| 173 | + Limits the ability for npm to fetch dependencies from git references. That | ||
| 174 | + is, dependencies that point to a git repo instead of a version or semver | ||
| 175 | + range. Please note that this could leave your tree incomplete and some | ||
| 176 | + packages may not function as intended or designed. | ||
| 177 | + | ||
| 178 | + `all` allows any git dependencies to be fetched and installed. `none` | ||
| 179 | + prevents any git dependencies from being fetched and installed. `root` only | ||
| 180 | + allows git dependencies defined in your project's package.json to be fetched | ||
| 181 | + installed. Also allows git dependencies to be fetched for other commands | ||
| 182 | + like `npm view` | ||
| 183 | + | ||
| 184 | + | ||
| 185 | + | ||
| 168 | 186 | #### `allow-same-version` | |
| 169 | 187 | ||
| 170 | 188 | * Default: false | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -141,9 +141,9 @@ | |||
| 141 | 141 | ||
| 142 | 142 | <section id="content"> | |
| 143 | 143 | <header class="title"> | |
| 144 | - <h1 id="----npm-access----1180"> | ||
| 144 | + <h1 id="----npm-access----1190"> | ||
| 145 | 145 | <span>npm-access</span> | |
| 146 | - <span class="version">@11.8.0</span> | ||
| 146 | + <span class="version">@11.9.0</span> | ||
| 147 | 147 | </h1> | |
| 148 | 148 | <span class="description">Set access level on published packages</span> | |
| 149 | 149 | </header> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments