You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
2.5 KiB
89 lines
2.5 KiB
{
|
|
"_from": "jquery-validation@^1.19.3",
|
|
"_id": "jquery-validation@1.19.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-X2SmnPq1mRiDecVYL8edWx+yTBZDyC8ohWXFhXdtqFHgU9Wd4KHkvcbCoIZ0JaSaumzS8s2gXSkP8F7ivg/8ZQ==",
|
|
"_location": "/jquery-validation",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "jquery-validation@^1.19.3",
|
|
"name": "jquery-validation",
|
|
"escapedName": "jquery-validation",
|
|
"rawSpec": "^1.19.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.19.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/@abp/jquery-validation",
|
|
"/jquery-validation-unobtrusive"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/jquery-validation/-/jquery-validation-1.19.5.tgz",
|
|
"_shasum": "557495b7cad79716897057c4447ad3cd76fda811",
|
|
"_spec": "jquery-validation@^1.19.3",
|
|
"_where": "D:\\上海富维东阳工作\\设备管理\\ABP-MicroService-master\\AuthServer\\IdentityServer\\AuthServer.Host\\node_modules\\@abp\\jquery-validation",
|
|
"author": {
|
|
"name": "Jörn Zaefferer",
|
|
"email": "joern.zaefferer@gmail.com",
|
|
"url": "http://bassistance.de"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jquery-validation/jquery-validation/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Client-side form validation made easy",
|
|
"devDependencies": {
|
|
"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": "1.2.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"
|
|
},
|
|
"files": [
|
|
"dist/localization/",
|
|
"dist/additional-methods.js",
|
|
"dist/additional-methods.min.js",
|
|
"dist/jquery.validate.js",
|
|
"dist/jquery.validate.min.js"
|
|
],
|
|
"homepage": "https://jqueryvalidation.org/",
|
|
"keywords": [
|
|
"jquery",
|
|
"jquery-plugin",
|
|
"forms",
|
|
"validation",
|
|
"validate"
|
|
],
|
|
"license": "MIT",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://www.opensource.org/licenses/MIT"
|
|
}
|
|
],
|
|
"main": "dist/jquery.validate.js",
|
|
"name": "jquery-validation",
|
|
"peerDependencies": {
|
|
"jquery": "^1.7 || ^2.0 || ^3.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jquery-validation/jquery-validation.git"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "grunt",
|
|
"test": "grunt"
|
|
},
|
|
"title": "jQuery Validation Plugin",
|
|
"version": "1.19.5"
|
|
}
|
|
|