@@ -3041,6 +3041,9 @@ Options:
30413041 --ignore-scripts
30423042 If true, npm does not run scripts specified in package.json files.
30433043
3044+ --allow-git
3045+ Limits the ability for npm to fetch dependencies from git references.
3046+
30443047 --audit
30453048 When "true" submit audit reports alongside the current npm command to the
30463049
@@ -3210,6 +3213,9 @@ Options:
32103213 --ignore-scripts
32113214 If true, npm does not run scripts specified in package.json files.
32123215
3216+ --allow-git
3217+ Limits the ability for npm to fetch dependencies from git references.
3218+
32133219 --audit
32143220 When "true" submit audit reports alongside the current npm command to the
32153221
@@ -3951,6 +3957,9 @@ Options:
39513957 --ignore-scripts
39523958 If true, npm does not run scripts specified in package.json files.
39533959
3960+ --allow-git
3961+ Limits the ability for npm to fetch dependencies from git references.
3962+
39543963 --audit
39553964 When "true" submit audit reports alongside the current npm command to the
39563965
@@ -4067,6 +4076,9 @@ Options:
40674076 --ignore-scripts
40684077 If true, npm does not run scripts specified in package.json files.
40694078
4079+ --allow-git
4080+ Limits the ability for npm to fetch dependencies from git references.
4081+
40704082 --audit
40714083 When "true" submit audit reports alongside the current npm command to the
40724084
@@ -4182,6 +4194,9 @@ Options:
41824194 --ignore-scripts
41834195 If true, npm does not run scripts specified in package.json files.
41844196
4197+ --allow-git
4198+ Limits the ability for npm to fetch dependencies from git references.
4199+
41854200 --audit
41864201 When "true" submit audit reports alongside the current npm command to the
41874202
@@ -4309,6 +4324,9 @@ Options:
43094324 --ignore-scripts
43104325 If true, npm does not run scripts specified in package.json files.
43114326
4327+ --allow-git
4328+ Limits the ability for npm to fetch dependencies from git references.
4329+
43124330 --audit
43134331 When "true" submit audit reports alongside the current npm command to the
43144332
0 commit comments