N°6599 Move moment.js 2.22.2 to NPM

This commit is contained in:
Pierre Goiffon
2024-03-11 14:27:14 +01:00
parent 722765c0aa
commit f894cb24c6
371 changed files with 57283 additions and 4 deletions

11
node_modules/moment/package.js generated vendored Normal file
View File

@@ -0,0 +1,11 @@
var profile = {
resourceTags: {
ignore: function(filename, mid){
// only include moment/moment
return mid != "moment/moment";
},
amd: function(filename, mid){
return /\.js$/.test(filename);
}
}
};