N°5621 Move jquery.magnific-popup.js 1.0.0 to NPM

This commit is contained in:
Pierre Goiffon
2024-02-29 11:52:04 +01:00
parent fe4233e218
commit 5bbf3c9c35
54 changed files with 32214 additions and 6 deletions

21
node_modules/magnific-popup/.jshintrc generated vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"curly": false,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": false,
"unused": true,
"boss": true,
"eqnull": true,
"browser": true,
"predef": [
"define",
"module",
"mfp"
],
"jquery": true
}