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

5
node_modules/resolve/lib/is-core.js generated vendored Normal file
View File

@@ -0,0 +1,5 @@
var core = require('./core');
module.exports = function isCore(x) {
return Object.prototype.hasOwnProperty.call(core, x);
};