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" ,
2019-04-08 16:21:36 +00:00
"version" : "4.0.0-pre" ,
2023-07-10 17:14:08 +00:00
"type" : "module" ,
"exports" : {
"." : {
"node" : {
"module" : "./dist-module/jquery.module.js" ,
"import" : "./dist-module/jquery.node-module-wrapper.js" ,
"require" : "./dist/jquery.js"
} ,
"production" : "./dist-module/jquery.module.min.js" ,
"development" : "./dist-module/jquery.module.js" ,
"script" : "./dist/jquery.min.js" ,
"default" : "./dist-module/jquery.module.min.js"
} ,
"./slim" : {
"node" : {
"module" : "./dist-module/jquery.slim.module.js" ,
"import" : "./dist-module/jquery.node-module-wrapper.slim.js" ,
"require" : "./dist/jquery.slim.js"
} ,
"production" : "./dist-module/jquery.slim.module.min.js" ,
"development" : "./dist-module/jquery.slim.module.js" ,
"script" : "./dist/jquery.slim.min.js" ,
"default" : "./dist-module/jquery.slim.module.min.js"
} ,
"./src/*.js" : "./src/*.js"
} ,
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" : {
2020-07-15 14:17:41 +00:00
"@babel/core" : "7.10.5" ,
"@babel/plugin-transform-for-of" : "7.10.4" ,
2023-07-10 16:23:07 +00:00
"@swc/core" : "1.3.66" ,
2023-07-10 16:33:05 +00:00
"bootstrap" : "5.3.0" ,
2022-01-10 17:54:02 +00:00
"colors" : "1.4.0" ,
2018-06-20 16:06:45 +00:00
"commitplease" : "3.2.0" ,
2020-07-15 14:17:41 +00:00
"core-js-bundle" : "3.6.5" ,
2020-05-18 20:25:49 +00:00
"eslint-config-jquery" : "3.0.0" ,
2021-10-29 21:43:13 +00:00
"eslint-plugin-import" : "2.25.2" ,
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-06-20 16:06:45 +00:00
"grunt-contrib-watch" : "1.1.0" ,
2021-10-29 21:43:13 +00:00
"grunt-eslint" : "24.0.0" ,
2016-04-23 17:25:47 +00:00
"grunt-git-authors" : "3.2.0" ,
2020-07-15 14:17:41 +00:00
"grunt-jsonlint" : "2.1.2" ,
2022-03-14 16:58:41 +00:00
"grunt-karma" : "4.0.2" ,
2017-06-26 15:03:45 +00:00
"grunt-newer" : "1.3.0" ,
2021-03-24 22:36:25 +00:00
"grunt-npmcopy" : "0.2.0" ,
2014-02-21 11:53:00 +00:00
"gzip-js" : "0.3.2" ,
2020-07-15 14:17:41 +00:00
"husky" : "4.2.5" ,
2022-03-14 16:58:41 +00:00
"jsdom" : "19.0.0" ,
2023-01-23 22:49:44 +00:00
"karma" : "6.4.1" ,
2020-07-15 14:17:41 +00:00
"karma-browserstack-launcher" : "1.6.0" ,
2022-03-14 16:58:41 +00:00
"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-07-15 14:17:41 +00:00
"load-grunt-tasks" : "5.1.0" ,
2023-02-01 12:48:35 +00:00
"multiparty" : "4.2.3" ,
2016-01-27 11:54:39 +00:00
"native-promise-only" : "0.8.1" ,
2023-02-14 09:11:40 +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" ,
2020-07-15 14:17:41 +00:00
"qunit" : "2.10.1" ,
"raw-body" : "2.4.1" ,
2018-11-11 04:52:13 +00:00
"requirejs" : "2.3.6" ,
2020-07-15 14:17:41 +00:00
"rimraf" : "3.0.2" ,
"rollup" : "2.21.0" ,
2019-04-04 14:53:38 +00:00
"sinon" : "7.3.1" ,
2020-07-15 14:17:41 +00:00
"strip-json-comments" : "3.1.1" ,
2023-05-31 16:59:35 +00:00
"testswarm" : "1.1.2"
2013-10-15 13:51:09 +00:00
} ,
"scripts" : {
2023-07-10 17:14:08 +00:00
"build" : "npm install && npm run build-all-variants" ,
"build-all-variants" : "grunt custom:slim --esm --filename=jquery.slim.module.js && grunt custom --esm --filename=jquery.module.js && grunt custom:slim --filename=jquery.slim.js && grunt custom" ,
2013-11-14 15:17:18 +00:00
"start" : "grunt watch" ,
2023-07-10 17:14:08 +00:00
"test:browserless" : "grunt && npm run test:node_smoke_tests && grunt test:slow" ,
2018-01-03 08:41:46 +00:00
"test:browser" : "grunt && grunt karma:main" ,
2019-12-16 18:33:49 +00:00
"test:esmodules" : "grunt && grunt karma:esmodules" ,
2020-01-07 22:59:08 +00:00
"test:no-deprecated" : "grunt test:prepare && grunt custom:-deprecated && grunt karma:main" ,
2022-11-21 22:23:39 +00:00
"test:selector-native" : "grunt test:prepare && grunt custom:-selector && grunt karma:main" ,
2020-01-07 22:59:08 +00:00
"test:slim" : "grunt test:prepare && grunt custom:slim && grunt karma:main" ,
2023-07-10 17:14:08 +00:00
"test:node_smoke_tests:full-module" : "grunt node_smoke_tests:module:./dist-module/jquery.module.js && grunt node_smoke_tests:module:jquery" ,
"test:node_smoke_tests:full-commonjs" : "grunt node_smoke_tests:commonjs:./dist/jquery.js && grunt node_smoke_tests:commonjs:jquery" ,
"test:node_smoke_tests:slim-module" : "grunt node_smoke_tests:module:./dist-module/jquery.slim.module.js && grunt node_smoke_tests:module:jquery/slim" ,
"test:node_smoke_tests:slim-commonjs" : "grunt node_smoke_tests:commonjs:./dist/jquery.slim.js && grunt node_smoke_tests:commonjs:jquery/slim" ,
"test:node_smoke_tests" : "npm run test:node_smoke_tests:full-module && npm run test:node_smoke_tests:slim-module && npm run test:node_smoke_tests:full-commonjs && npm run test:node_smoke_tests:slim-commonjs" ,
"test" : "npm run test:browserless && npm run test:slim && npm run test:no-deprecated && npm run test:selector-native && grunt && grunt test:slow && grunt karma:main && grunt karma:esmodules" ,
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
}