@@ -64,6 +64,7 @@ const licenseReplacements = [
6464// TODO(hansl): review these
6565const ignoredPackages = [
6666 'async-foreach@0.1.3' , // MIT, but doesn't list it in package.json
67+ 'directory-encoder@0.7.2' , // MIT, but doesn't list it in package.json
6768 'domelementtype@1.1.3' , // Looks like MIT
6869 'domelementtype@1.3.0' , // Looks like MIT
6970 'domhandler@2.1.0' , // Looks like MIT
@@ -79,8 +80,10 @@ const ignoredPackages = [
7980 'progress@1.1.8' , // MIT, but doesn't list it in package.json
8081 'samsam@1.1.2' , // BSD, but doesn't list it in package.json
8182 'stdout-stream@1.4.0' , // MIT, but doesn't list it in package.json
83+ 'uglify-js@2.3.6' , // BSD, but doesn't list it in package.json
8284 'undefined@undefined' , // Test package with no name nor version.
83- 'verror@1.3.6' // Looks like MIT
85+ 'verror@1.3.6' , // Looks like MIT
86+ 'xmldom@0.1.27' // LGPL,MIT but has a broken licenses array
8487] ;
8588
8689const root = path . resolve ( __dirname , '../' ) ;
0 commit comments