@npmcli/arborist
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -60,2 +60,9 @@ // mixin providing the loadVirtual method | ||
root.meta = s | ||
// root is never any of these things, but might be a brand new | ||
// baby Node object that never had its dep flags calculated. | ||
root.extraneous = false | ||
root.dev = false | ||
root.optional = false | ||
root.devOptional = false | ||
root.peer = false | ||
s.add(root) | ||
@@ -62,0 +69,0 @@ this.virtualTree = root |
{ | ||
"name": "@npmcli/arborist", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Manage node_modules trees", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
253160
6148