migration net9.0
This commit is contained in:
parent
7ebc6b9f76
commit
39788f46f9
1375 changed files with 222140 additions and 32928 deletions
|
|
@ -2,8 +2,8 @@
|
|||
"name": "jquery-validation",
|
||||
"title": "jQuery Validation Plugin",
|
||||
"description": "Client-side form validation made easy",
|
||||
"version": "1.14.0",
|
||||
"homepage": "http://jqueryvalidation.org/",
|
||||
"version": "1.21.0",
|
||||
"homepage": "https://jqueryvalidation.org/",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Jörn Zaefferer",
|
||||
|
|
@ -12,15 +12,15 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jzaefferer/jquery-validation.git"
|
||||
"url": "git://github.com/jquery-validation/jquery-validation.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jzaefferer/jquery-validation/issues"
|
||||
"url": "https://github.com/jquery-validation/jquery-validation/issues"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://www.opensource.org/licenses/MIT"
|
||||
"url": "https://www.opensource.org/licenses/MIT"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
|
|
@ -30,22 +30,28 @@
|
|||
"files": [
|
||||
"dist/localization/",
|
||||
"dist/additional-methods.js",
|
||||
"dist/jquery.validate.js"
|
||||
"dist/additional-methods.min.js",
|
||||
"dist/jquery.validate.js",
|
||||
"dist/jquery.validate.min.js"
|
||||
],
|
||||
"main": "dist/jquery.validate.js",
|
||||
"dependencies": {},
|
||||
"peerDependencies": {
|
||||
"jquery": "^1.7 || ^2.0 || ^3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"commitplease": "2.0.0",
|
||||
"grunt": "1.5.3",
|
||||
"grunt-contrib-compress": "0.7.0",
|
||||
"grunt-contrib-concat": "0.3.0",
|
||||
"grunt-contrib-copy": "0.5.0",
|
||||
"grunt-contrib-jshint": "^0.10.0",
|
||||
"grunt-contrib-qunit": "0.4.0",
|
||||
"grunt-contrib-uglify": "0.4.0",
|
||||
"grunt-contrib-watch": "0.6.0",
|
||||
"grunt-jscs": "1.0.0",
|
||||
"grunt-text-replace": "0.3.11"
|
||||
"commitplease": "2.3.1",
|
||||
"grunt": "1.0.1",
|
||||
"grunt-contrib-compress": "1.2.0",
|
||||
"grunt-contrib-concat": "1.0.1",
|
||||
"grunt-contrib-copy": "1.0.0",
|
||||
"grunt-contrib-jshint": "1.0.0",
|
||||
"grunt-contrib-qunit": "10.0.0",
|
||||
"grunt-contrib-uglify": "1.0.1",
|
||||
"grunt-contrib-watch": "1.0.0",
|
||||
"grunt-jscs": "2.8.0",
|
||||
"grunt-sri": "0.2.0",
|
||||
"grunt-text-replace": "0.4.0",
|
||||
"qunitjs": "2.3.3"
|
||||
},
|
||||
"keywords": [
|
||||
"jquery",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue