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

4
node_modules/caller-path/index.js generated vendored Normal file
View File

@@ -0,0 +1,4 @@
'use strict';
const callerCallsite = require('caller-callsite');
module.exports = () => callerCallsite().getFileName();