mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°7355 - Update jQuery-contextmenu to 2.9.2
This commit is contained in:
97
node_modules/jquery-contextmenu/package.json
generated
vendored
97
node_modules/jquery-contextmenu/package.json
generated
vendored
@@ -1,32 +1,52 @@
|
||||
{
|
||||
"name": "jquery-contextmenu",
|
||||
"version": "1.6.7",
|
||||
"title": "jQuery.contextMenu()",
|
||||
"version": "2.9.2",
|
||||
"author": {
|
||||
"name": "Rodney Rehm",
|
||||
"url": "http://rodneyrehm.de"
|
||||
"name": "Björn Brala",
|
||||
"url": "http://www.swis.nl"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://www.opensource.org/licenses/mit-license"
|
||||
},
|
||||
{
|
||||
"type": "GPL",
|
||||
"url": "http://opensource.org/licenses/GPL-3.0"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": ">=1.7.0"
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"jquery": ">=1.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"dalek-browser-chrome": "0.0.10",
|
||||
"dalekjs": "0.0.8",
|
||||
"karma": "^0.12.24",
|
||||
"karma-chrome-launcher": "^0.1.5",
|
||||
"karma-phantomjs-launcher": "^0.1.4",
|
||||
"karma-qunit": "^0.1.4",
|
||||
"qunitjs": "^1.15.0"
|
||||
"doctoc": "^1.3.1",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-autoprefixer": "^7.0.1",
|
||||
"gulp-clean-css": "^4.2.0",
|
||||
"gulp-concat": "~2.6.0",
|
||||
"gulp-consolidate": "^0.2.0",
|
||||
"gulp-csscomb": "^3.0.8",
|
||||
"gulp-csslint": "^1.0.1",
|
||||
"gulp-debug": "^4.0.0",
|
||||
"gulp-dest": "^0.2.3",
|
||||
"gulp-htmlcomb": "^0.2.0",
|
||||
"gulp-iconfont": "^10.0.1",
|
||||
"gulp-jscs": "^4.1.0",
|
||||
"gulp-jshint": "^2.1.0",
|
||||
"gulp-load-plugins": "^2.0.1",
|
||||
"gulp-qunit": "^2.0.0",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-replace": "^1.0.0",
|
||||
"gulp-sass": "^4.0.1",
|
||||
"gulp-sourcemaps": "^2.6.4",
|
||||
"gulp-uglify": "^3.0.0",
|
||||
"jshint": "^2.9.4",
|
||||
"karma": "^5.0.2",
|
||||
"karma-chrome-launcher": "^3.1.0",
|
||||
"karma-phantomjs-launcher": "^1.0.2",
|
||||
"karma-qunit": "^4.0.0",
|
||||
"karma-sauce-launcher": "4.1.3",
|
||||
"lodash": "^4.17.5",
|
||||
"pump": "^3.0.0",
|
||||
"qunit": "^2.0.1",
|
||||
"qunitjs": "^2.0.1",
|
||||
"wdio-dot-reporter": "^0.0.10",
|
||||
"wdio-mocha-framework": "^0.6.2",
|
||||
"wdio-sauce-service": "^0.4.8",
|
||||
"wdio-selenium-standalone-service": "^0.0.12",
|
||||
"webdriverio": "^6.1.3"
|
||||
},
|
||||
"description": "Management facility for context menus. Developed for a large number of triggering objects. HTML5 Polyfill",
|
||||
"keywords": [
|
||||
@@ -41,8 +61,12 @@
|
||||
"jquery-plugin",
|
||||
"ecosystem:jquery"
|
||||
],
|
||||
"homepage": "http://medialize.github.com/jQuery-contextMenu/",
|
||||
"homepage": "http://swisnl.github.io/jQuery-contextMenu/",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Rodney Rehm",
|
||||
"url": "http://rodneyrehm.de"
|
||||
},
|
||||
{
|
||||
"name": "Addy Osmani",
|
||||
"url": "https://github.com/addyosmani"
|
||||
@@ -54,17 +78,30 @@
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/medialize/jQuery-contextMenu.git"
|
||||
"url": "git://github.com/swisnl/jQuery-contextMenu.git"
|
||||
},
|
||||
"main": "src/jquery.contextMenu.js",
|
||||
"main": "dist/jquery.contextMenu.js",
|
||||
"files": [
|
||||
"src/jquery.contextMenu.js",
|
||||
"src/jquery.contextMenu.css",
|
||||
"src/jquery.ui.position.js"
|
||||
"dist",
|
||||
"src"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "npm run test-unit && npm run test-integration",
|
||||
"test": "npm run test-unit",
|
||||
"test-unit": "./node_modules/karma/bin/karma start",
|
||||
"test-integration": "dalek test/integration/*.js"
|
||||
"test-sauce": "./node_modules/karma/bin/karma start karma-saucelabs.conf.js",
|
||||
"test-accept": "./node_modules/.bin/wdio wdio.conf.js"
|
||||
},
|
||||
"browserslist": [
|
||||
"Android 2.3",
|
||||
"Android >= 4",
|
||||
"Chrome >= 20",
|
||||
"Firefox >= 24",
|
||||
"Explorer >= 8",
|
||||
"iOS >= 6",
|
||||
"Opera >= 12",
|
||||
"Safari >= 6"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": "^3.5.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user