change url to archive mirror

This commit is contained in:
stCarolas
2020-02-03 13:46:22 +03:00
parent fbb2b0cc60
commit 66602c7280
690 changed files with 1017813 additions and 2 deletions

12
node_modules/semver-compare/example/lex.js generated vendored Normal file
View File

@@ -0,0 +1,12 @@
var versions = [
'1.2.3',
'4.11.6',
'4.2.0',
'1.5.19',
'1.5.5',
'4.1.3',
'2.3.1',
'10.5.5',
'11.3.0'
];
console.log(versions.sort().join('\n'));