File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " images" ,
3
- "version" : " 3.0.2 " ,
3
+ "version" : " 3.0.3 " ,
4
4
"description" : " Cross-platform image decoder(webp/png/jpeg/gif) and encoder(webp/png/jpeg) for Node.js" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " node test.js" ,
8
8
"install" : " node ./scripts/install.js"
9
9
},
10
- "repositoryName" : " zhangyuanwei /node-images" ,
10
+ "repositoryName" : " e2ebridge /node-images" ,
11
11
"repository" : {
12
12
"type" : " git" ,
13
- "url" : " https://github.com/zhangyuanwei /node-images.git"
13
+ "url" : " https://github.com/e2ebridge /node-images.git"
14
14
},
15
15
"dependencies" : {
16
16
"mkdirp" : " ^0.5.1" ,
34
34
"license" : " MIT" ,
35
35
"gypfile" : true ,
36
36
"bugs" : {
37
- "url" : " https://github.com/zhangyuanwei /node-images/issues"
37
+ "url" : " https://github.com/e2ebridge /node-images/issues"
38
38
}
39
39
}
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ function getHumanNodeVersion(abi) {
77
77
case 55 : return 'Node.js 8.x' ;
78
78
case 57 : return 'Node.js 8.x' ;
79
79
case 64 : return 'Node.js 10.x' ;
80
+ case 72 : return 'Node.js 12.x' ;
80
81
default : return false ;
81
82
}
82
83
}
@@ -426,4 +427,4 @@ module.exports.getCachePathCandidates = getCachePathCandidates;
426
427
module . exports . getVersionInfo = getVersionInfo ;
427
428
module . exports . getHumanEnvironment = getHumanEnvironment ;
428
429
module . exports . getInstalledBinaries = getInstalledBinaries ;
429
- module . exports . isSupportedEnvironment = isSupportedEnvironment ;
430
+ module . exports . isSupportedEnvironment = isSupportedEnvironment ;
You can’t perform that action at this time.
0 commit comments