4 "description": "JavaScript library for DOM operations",
5 "version": "4.0.0-pre",
6 "main": "dist/jquery.js",
7 "homepage": "https://jquery.com",
9 "name": "OpenJS Foundation and other contributors",
10 "url": "https://github.com/jquery/jquery/blob/main/AUTHORS.txt"
14 "url": "https://github.com/jquery/jquery.git"
23 "url": "https://github.com/jquery/jquery/issues"
27 "@babel/core": "7.10.5",
28 "@babel/plugin-transform-for-of": "7.10.4",
30 "commitplease": "3.2.0",
31 "core-js-bundle": "3.6.5",
32 "eslint-config-jquery": "3.0.0",
33 "eslint-plugin-import": "2.25.2",
35 "grunt-babel": "8.0.0",
37 "grunt-compare-size": "0.4.2",
38 "grunt-contrib-watch": "1.1.0",
39 "grunt-eslint": "24.0.0",
40 "grunt-git-authors": "3.2.0",
41 "grunt-jsonlint": "2.1.2",
42 "grunt-karma": "4.0.2",
43 "grunt-newer": "1.3.0",
44 "grunt-npmcopy": "0.2.0",
45 "grunt-terser": "2.0.0",
50 "karma-browserstack-launcher": "1.6.0",
51 "karma-chrome-launcher": "3.1.1",
52 "karma-firefox-launcher": "2.1.2",
53 "karma-ie-launcher": "1.0.0",
54 "karma-jsdom-launcher": "12.0.0",
55 "karma-qunit": "4.1.2",
56 "karma-webkit-launcher": "2.1.0",
57 "load-grunt-tasks": "5.1.0",
58 "multiparty": "4.2.3",
59 "native-promise-only": "0.8.1",
60 "playwright-webkit": "1.30.0",
61 "promises-aplus-tests": "2.1.2",
69 "strip-json-comments": "3.1.1",
74 "build": "npm install && grunt",
75 "start": "grunt watch",
76 "test:browserless": "grunt && grunt test:slow",
77 "test:browser": "grunt && grunt karma:main",
78 "test:esmodules": "grunt && grunt karma:esmodules",
79 "test:amd": "grunt && grunt karma:amd",
80 "test:no-deprecated": "grunt test:prepare && grunt custom:-deprecated && grunt karma:main",
81 "test:selector-native": "grunt test:prepare && grunt custom:-selector && grunt karma:main",
82 "test:slim": "grunt test:prepare && grunt custom:slim && grunt karma:main",
83 "test": "npm run test:slim && npm run test:no-deprecated && npm run test:selector-native && grunt && grunt test:slow && grunt karma:main && grunt karma:esmodules && grunt karma:amd",
84 "jenkins": "npm run test:browserless"
113 "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)",
114 "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"
118 "commit-msg": "commitplease .git/COMMIT_EDITMSG",
119 "pre-commit": "grunt lint:newer qunit_fixture"