Build: Fix pre release matching in compare size regex
[jquery.git] / package.json
blobf0827b7593ecfef15b4b2247d3f07c5dbe664cd1
2   "name": "jquery",
3   "title": "jQuery",
4   "description": "JavaScript library for DOM operations",
5   "version": "4.0.0-beta.2",
6   "type": "module",
7   "exports": {
8     ".": {
9       "node": {
10         "import": "./dist-module/wrappers/jquery.node-module-wrapper.js",
11         "default": "./dist/jquery.js"
12       },
13       "module": {
14         "import": "./dist-module/jquery.module.js",
15         "default": "./dist/wrappers/jquery.bundler-require-wrapper.js"
16       },
17       "import": "./dist-module/jquery.module.js",
18       "default": "./dist/jquery.js"
19     },
20     "./slim": {
21       "node": {
22         "import": "./dist-module/wrappers/jquery.node-module-wrapper.slim.js",
23         "default": "./dist/jquery.slim.js"
24       },
25       "module": {
26         "import": "./dist-module/jquery.slim.module.js",
27         "default": "./dist/wrappers/jquery.bundler-require-wrapper.slim.js"
28       },
29       "import": "./dist-module/jquery.slim.module.js",
30       "default": "./dist/jquery.slim.js"
31     },
32     "./factory": {
33       "node": "./dist/jquery.factory.js",
34       "module": "./dist-module/jquery.factory.module.js",
35       "import": "./dist-module/jquery.factory.module.js",
36       "default": "./dist/jquery.factory.js"
37     },
38     "./factory-slim": {
39       "node": "./dist/jquery.factory.slim.js",
40       "module": "./dist-module/jquery.factory.slim.module.js",
41       "import": "./dist-module/jquery.factory.slim.module.js",
42       "default": "./dist/jquery.factory.slim.js"
43     },
44     "./src/*.js": "./src/*.js"
45   },
46   "main": "dist/jquery.js",
47   "scripts": {
48     "authors:check": "node --input-type=module -e \"import { checkAuthors } from './build/release/authors.js'; checkAuthors()\"",
49     "authors:update": "node --input-type=module -e \"import { updateAuthors } from './build/release/authors.js'; updateAuthors()\"",
50     "babel:tests": "babel test/data/core/jquery-iterability-transpiled-es6.js --out-file test/data/core/jquery-iterability-transpiled.js",
51     "build": "node ./build/command.js",
52     "build:all": "node --input-type=module -e \"import { buildDefaultFiles } from './build/tasks/build.js'; buildDefaultFiles()\"",
53     "build:clean": "rimraf --glob dist/*.{js,map} --glob dist-module/*.{js,map}",
54     "build:main": "node --input-type=module -e \"import { build } from './build/tasks/build.js'; build()\"",
55     "lint:dev": "eslint --cache .",
56     "lint:json": "jsonlint --quiet package.json",
57     "lint": "concurrently -r \"npm:lint:dev\" \"npm:lint:json\"",
58     "npmcopy": "node build/tasks/npmcopy.js",
59     "prepare": "husky",
60     "pretest": "npm run qunit-fixture && npm run babel:tests && npm run npmcopy",
61     "qunit-fixture": "node build/tasks/qunit-fixture.js",
62     "release": "release-it",
63     "release:cdn": "node build/release/cdn.js",
64     "release:clean": "rimraf tmp changelog.html contributors.html",
65     "release:dist": "node build/release/dist.js",
66     "release:verify": "node build/release/verify.js",
67     "start": "node --input-type=module -e \"import { buildDefaultFiles } from './build/tasks/build.js'; buildDefaultFiles({ watch: true })\"",
68     "test:bundlers": "npm run pretest && npm run build:all && node test/bundler_smoke_tests/run-jsdom-tests.js",
69     "test:browser": "npm run pretest && npm run build:main && npm run test:unit -- -b chrome -b firefox -h",
70     "test:browserless": "npm run pretest && npm run build:all && node test/bundler_smoke_tests/run-jsdom-tests.js && node build/tasks/node_smoke_tests.js && node build/tasks/promises_aplus_tests.js && npm run test:unit -- -b jsdom -m basic",
71     "test:jsdom": "npm run pretest && npm run build:main && npm run test:unit -- -b jsdom -m basic",
72     "test:node_smoke_tests": "npm run pretest && npm run build:all && node build/tasks/node_smoke_tests.js",
73     "test:promises_aplus": "npm run build:main && node build/tasks/promises_aplus_tests.js",
74     "test:chrome": "npm run pretest && npm run build:main && npm run test:unit -- -v -b chrome -h",
75     "test:edge": "npm run pretest && npm run build:main && npm run test:unit -- -v -b edge -h",
76     "test:firefox": "npm run pretest && npm run build:main && npm run test:unit -- -v -b firefox -h",
77     "test:ie": "npm run pretest && npm run build:main && npm run test:unit -- -v -b ie",
78     "test:safari": "npm run pretest && npm run build:main && npm run test:unit -- -b safari",
79     "test:server": "node test/runner/server.js",
80     "test:esm": "npm run pretest && npm run build:main && npm run test:unit -- --esm -h",
81     "test:no-deprecated": "npm run pretest && npm run build -- -e deprecated && npm run test:unit -- -h",
82     "test:selector-native": "npm run pretest && npm run build -- -e selector && npm run test:unit -- -h",
83     "test:slim": "npm run pretest && npm run build -- --slim && npm run test:unit -- -h",
84     "test:unit": "node test/runner/command.js",
85     "test": "npm run build:all && npm run lint && npm run test:browserless && npm run test:browser && npm run test:esm && npm run test:slim && npm run test:no-deprecated && npm run test:selector-native"
86   },
87   "homepage": "https://jquery.com",
88   "author": {
89     "name": "OpenJS Foundation and other contributors",
90     "url": "https://github.com/jquery/jquery/blob/main/AUTHORS.txt"
91   },
92   "repository": {
93     "type": "git",
94     "url": "https://github.com/jquery/jquery.git"
95   },
96   "keywords": [
97     "jquery",
98     "javascript",
99     "browser",
100     "library"
101   ],
102   "bugs": {
103     "url": "https://github.com/jquery/jquery/issues"
104   },
105   "license": "MIT",
106   "devDependencies": {
107     "@babel/cli": "7.24.8",
108     "@babel/core": "7.24.9",
109     "@babel/plugin-transform-for-of": "7.24.7",
110     "@prantlf/jsonlint": "14.0.3",
111     "@rollup/plugin-commonjs": "26.0.1",
112     "@rollup/plugin-node-resolve": "15.2.3",
113     "@swc/core": "1.7.0",
114     "@types/selenium-webdriver": "4.1.24",
115     "archiver": "7.0.1",
116     "bootstrap": "5.3.3",
117     "browserstack-local": "1.5.5",
118     "chalk": "5.3.0",
119     "colors": "1.4.0",
120     "commitplease": "3.2.0",
121     "concurrently": "8.2.2",
122     "core-js-bundle": "3.37.1",
123     "cross-env": "7.0.3",
124     "diff": "5.2.0",
125     "eslint": "8.57.0",
126     "eslint-config-jquery": "3.0.2",
127     "eslint-plugin-import": "2.29.1",
128     "exit-hook": "4.0.0",
129     "globals": "15.8.0",
130     "husky": "9.1.1",
131     "jsdom": "24.1.1",
132     "marked": "13.0.2",
133     "multiparty": "4.2.3",
134     "native-promise-only": "0.8.1",
135     "promises-aplus-tests": "npm:@mgol/promises-aplus-tests@2.1.2-mgol.1",
136     "qunit": "2.21.1",
137     "raw-body": "2.5.2",
138     "release-it": "17.6.0",
139     "requirejs": "2.3.7",
140     "rimraf": "6.0.1",
141     "rollup": "4.22.4",
142     "selenium-webdriver": "4.23.0",
143     "sinon": "9.2.4",
144     "webpack": "5.94.0",
145     "yargs": "17.7.2"
146   },
147   "commitplease": {
148     "nohook": true,
149     "components": [
150       "Docs",
151       "Tests",
152       "Build",
153       "Support",
154       "Release",
155       "Core",
156       "Ajax",
157       "Attributes",
158       "Callbacks",
159       "CSS",
160       "Data",
161       "Deferred",
162       "Deprecated",
163       "Dimensions",
164       "Effects",
165       "Event",
166       "Manipulation",
167       "Offset",
168       "Queue",
169       "Selector",
170       "Serialize",
171       "Traversing",
172       "Wrap"
173     ],
174     "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)",
175     "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"
176   }