N°5621 Move jquery.contextMenu 1.6.7 (?) to NPM

This commit is contained in:
Pierre Goiffon
2024-02-28 17:41:36 +01:00
parent e758527ca9
commit 8490c2a22f
11 changed files with 2776 additions and 2 deletions

17
package-lock.json generated
View File

@@ -18,6 +18,7 @@
"datatables.net-scroller": "^1.4.2",
"datatables.net-select": "^1.2.0",
"jquery": "^3.5.1",
"jquery-contextmenu": "^1.6.7",
"jquery-ui-dist": "^1.12.1",
"mousetrap": "^1.6.5",
"scrollmagic": "^2.0.8",
@@ -134,6 +135,14 @@
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz",
"integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg=="
},
"node_modules/jquery-contextmenu": {
"version": "1.6.7",
"resolved": "https://registry.npmjs.org/jquery-contextmenu/-/jquery-contextmenu-1.6.7.tgz",
"integrity": "sha512-6qPEpiquUCE3iMbChPOHReQSKRus8VdPoDrJJMRYHBKSj577cAllLqMfp2pBzxax6m2ASTSt+YY++DWxt5yxGA==",
"dependencies": {
"jquery": ">=1.7.0"
}
},
"node_modules/jquery-ui-dist": {
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz",
@@ -283,6 +292,14 @@
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz",
"integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg=="
},
"jquery-contextmenu": {
"version": "1.6.7",
"resolved": "https://registry.npmjs.org/jquery-contextmenu/-/jquery-contextmenu-1.6.7.tgz",
"integrity": "sha512-6qPEpiquUCE3iMbChPOHReQSKRus8VdPoDrJJMRYHBKSj577cAllLqMfp2pBzxax6m2ASTSt+YY++DWxt5yxGA==",
"requires": {
"jquery": ">=1.7.0"
}
},
"jquery-ui-dist": {
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz",