@@ -64,6 +64,7 @@ const licenseReplacements = [
64
64
// TODO(hansl): review these
65
65
const ignoredPackages = [
66
66
'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
67
68
'domelementtype@1.1.3' , // Looks like MIT
68
69
'domelementtype@1.3.0' , // Looks like MIT
69
70
'domhandler@2.1.0' , // Looks like MIT
@@ -79,8 +80,10 @@ const ignoredPackages = [
79
80
'progress@1.1.8' , // MIT, but doesn't list it in package.json
80
81
'samsam@1.1.2' , // BSD, but doesn't list it in package.json
81
82
'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
82
84
'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
84
87
] ;
85
88
86
89
const root = path . resolve ( __dirname , '../' ) ;
0 commit comments