2012-04-18 20:07:35 +00:00
|
|
|
{
|
2013-10-15 13:51:09 +00:00
|
|
|
"name": "jquery",
|
|
|
|
"title": "jQuery",
|
|
|
|
"description": "JavaScript library for DOM operations",
|
2022-12-13 23:48:46 +00:00
|
|
|
"version": "3.7.0-pre",
|
2013-11-15 22:07:12 +00:00
|
|
|
"main": "dist/jquery.js",
|
2015-11-29 17:41:37 +00:00
|
|
|
"homepage": "https://jquery.com",
|
2013-10-15 13:51:09 +00:00
|
|
|
"author": {
|
2020-05-18 16:41:32 +00:00
|
|
|
"name": "OpenJS Foundation and other contributors",
|
2021-02-05 21:00:56 +00:00
|
|
|
"url": "https://github.com/jquery/jquery/blob/main/AUTHORS.txt"
|
2013-10-15 13:51:09 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/jquery/jquery.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"jquery",
|
|
|
|
"javascript",
|
2014-04-24 19:38:38 +00:00
|
|
|
"browser",
|
2013-10-15 13:51:09 +00:00
|
|
|
"library"
|
|
|
|
],
|
|
|
|
"bugs": {
|
2014-10-17 05:01:37 +00:00
|
|
|
"url": "https://github.com/jquery/jquery/issues"
|
2013-10-15 13:51:09 +00:00
|
|
|
},
|
2015-05-19 11:05:21 +00:00
|
|
|
"license": "MIT",
|
2013-10-15 13:51:09 +00:00
|
|
|
"devDependencies": {
|
2018-11-11 04:52:13 +00:00
|
|
|
"@babel/core": "7.3.3",
|
|
|
|
"@babel/plugin-transform-for-of": "7.2.0",
|
2022-01-10 20:40:24 +00:00
|
|
|
"colors": "1.4.0",
|
2018-06-20 16:06:45 +00:00
|
|
|
"commitplease": "3.2.0",
|
2018-11-11 04:52:13 +00:00
|
|
|
"core-js": "2.6.5",
|
2020-05-18 20:25:49 +00:00
|
|
|
"eslint-config-jquery": "3.0.0",
|
2022-10-03 21:06:37 +00:00
|
|
|
"grunt": "1.5.3",
|
2018-11-11 04:52:13 +00:00
|
|
|
"grunt-babel": "8.0.0",
|
2022-03-14 16:58:41 +00:00
|
|
|
"grunt-cli": "1.4.3",
|
2016-04-24 01:52:00 +00:00
|
|
|
"grunt-compare-size": "0.4.2",
|
2018-11-11 04:52:13 +00:00
|
|
|
"grunt-contrib-uglify": "3.4.0",
|
2018-06-20 16:06:45 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2020-01-21 12:51:03 +00:00
|
|
|
"grunt-eslint": "22.0.0",
|
2016-04-23 17:25:47 +00:00
|
|
|
"grunt-git-authors": "3.2.0",
|
2022-03-14 16:58:41 +00:00
|
|
|
"grunt-jsonlint": "2.1.2",
|
|
|
|
"grunt-karma": "4.0.2",
|
2017-06-26 15:03:45 +00:00
|
|
|
"grunt-newer": "1.3.0",
|
2020-11-17 16:05:41 +00:00
|
|
|
"grunt-npmcopy": "0.2.0",
|
2014-02-21 11:53:00 +00:00
|
|
|
"gzip-js": "0.3.2",
|
2022-03-14 16:58:41 +00:00
|
|
|
"husky": "4.2.5",
|
|
|
|
"jsdom": "19.0.0",
|
2023-01-23 22:49:44 +00:00
|
|
|
"karma": "6.4.1",
|
2022-03-14 16:58:41 +00:00
|
|
|
"karma-browserstack-launcher": "1.6.0",
|
|
|
|
"karma-chrome-launcher": "3.1.1",
|
|
|
|
"karma-firefox-launcher": "2.1.2",
|
2018-11-12 16:49:44 +00:00
|
|
|
"karma-ie-launcher": "1.0.0",
|
2022-03-14 16:58:41 +00:00
|
|
|
"karma-jsdom-launcher": "12.0.0",
|
|
|
|
"karma-qunit": "4.1.2",
|
2023-01-23 22:49:44 +00:00
|
|
|
"karma-webkit-launcher": "2.1.0",
|
2020-11-17 16:05:41 +00:00
|
|
|
"load-grunt-tasks": "5.1.0",
|
2016-01-27 11:54:39 +00:00
|
|
|
"native-promise-only": "0.8.1",
|
2023-02-14 10:42:29 +00:00
|
|
|
"playwright-webkit": "1.30.0",
|
2016-09-12 17:27:56 +00:00
|
|
|
"promises-aplus-tests": "2.1.2",
|
2018-06-20 16:06:45 +00:00
|
|
|
"q": "1.5.1",
|
2019-03-04 19:10:21 +00:00
|
|
|
"qunit": "2.9.2",
|
2018-06-20 16:06:45 +00:00
|
|
|
"raw-body": "2.3.3",
|
2018-11-11 04:52:13 +00:00
|
|
|
"requirejs": "2.3.6",
|
2017-07-03 18:03:49 +00:00
|
|
|
"sinon": "2.3.7",
|
2016-04-23 17:25:47 +00:00
|
|
|
"strip-json-comments": "2.0.1",
|
2020-11-17 16:05:41 +00:00
|
|
|
"testswarm": "1.1.2",
|
2018-11-11 04:52:13 +00:00
|
|
|
"uglify-js": "3.4.7"
|
2013-10-15 13:51:09 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2013-11-14 15:17:18 +00:00
|
|
|
"build": "npm install && grunt",
|
|
|
|
"start": "grunt watch",
|
2018-01-03 08:41:46 +00:00
|
|
|
"test:browserless": "grunt && grunt test:slow",
|
|
|
|
"test:browser": "grunt && grunt karma:main",
|
2020-01-21 12:26:47 +00:00
|
|
|
"test:amd": "grunt && grunt karma:amd",
|
2020-01-27 17:54:47 +00:00
|
|
|
"test:no-deprecated": "grunt test:prepare && grunt custom:-deprecated && grunt karma:main",
|
2022-12-14 00:41:31 +00:00
|
|
|
"test:selector-native": "grunt test:prepare && grunt custom:-selector && grunt karma:main",
|
2020-01-27 17:54:47 +00:00
|
|
|
"test:slim": "grunt test:prepare && grunt custom:slim && grunt karma:main",
|
2022-12-14 00:41:31 +00:00
|
|
|
"test": "npm run test:slim && npm run test:no-deprecated && npm run test:selector-native && grunt && grunt test:slow && grunt karma:main && grunt karma:amd",
|
2018-11-11 04:52:13 +00:00
|
|
|
"jenkins": "npm run test:browserless"
|
2014-12-07 06:46:25 +00:00
|
|
|
},
|
|
|
|
"commitplease": {
|
2016-06-16 09:42:26 +00:00
|
|
|
"nohook": true,
|
2014-12-07 06:46:25 +00:00
|
|
|
"components": [
|
|
|
|
"Docs",
|
|
|
|
"Tests",
|
|
|
|
"Build",
|
2016-03-28 13:11:10 +00:00
|
|
|
"Support",
|
2014-12-07 06:46:25 +00:00
|
|
|
"Release",
|
|
|
|
"Core",
|
|
|
|
"Ajax",
|
|
|
|
"Attributes",
|
|
|
|
"Callbacks",
|
|
|
|
"CSS",
|
|
|
|
"Data",
|
|
|
|
"Deferred",
|
2015-10-18 15:02:16 +00:00
|
|
|
"Deprecated",
|
2014-12-07 06:46:25 +00:00
|
|
|
"Dimensions",
|
|
|
|
"Effects",
|
|
|
|
"Event",
|
|
|
|
"Manipulation",
|
|
|
|
"Offset",
|
|
|
|
"Queue",
|
|
|
|
"Selector",
|
|
|
|
"Serialize",
|
2015-01-12 03:24:02 +00:00
|
|
|
"Traversing",
|
|
|
|
"Wrap"
|
2016-06-16 09:42:26 +00:00
|
|
|
],
|
2017-01-09 16:45:30 +00:00
|
|
|
"markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)",
|
|
|
|
"ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"
|
2018-11-11 04:52:13 +00:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
2020-07-20 17:06:39 +00:00
|
|
|
"commit-msg": "commitplease .git/COMMIT_EDITMSG",
|
2018-11-11 04:52:13 +00:00
|
|
|
"pre-commit": "grunt lint:newer qunit_fixture"
|
|
|
|
}
|
2013-10-15 13:51:09 +00:00
|
|
|
}
|
2012-04-18 20:07:35 +00:00
|
|
|
}
|