blob: 25ec2e759a03976eb53b5b174399030a9f065b81 [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001{
2 "_from": "jquery@>=1.7",
3 "_id": "jquery@3.4.1",
4 "_inBundle": false,
5 "_integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==",
6 "_location": "/jquery",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "jquery@>=1.7",
12 "name": "jquery",
13 "escapedName": "jquery",
14 "rawSpec": ">=1.7",
15 "saveSpec": null,
16 "fetchSpec": ">=1.7"
17 },
18 "_requiredBy": [
19 "/datatables"
20 ],
21 "_resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz",
22 "_shasum": "714f1f8d9dde4bdfa55764ba37ef214630d80ef2",
23 "_spec": "jquery@>=1.7",
24 "_where": "/var/www/html/hores/node_modules/datatables",
25 "author": {
26 "name": "JS Foundation and other contributors",
27 "url": "https://github.com/jquery/jquery/blob/3.4.1/AUTHORS.txt"
28 },
29 "bugs": {
30 "url": "https://github.com/jquery/jquery/issues"
31 },
32 "bundleDependencies": false,
33 "commitplease": {
34 "nohook": true,
35 "components": [
36 "Docs",
37 "Tests",
38 "Build",
39 "Support",
40 "Release",
41 "Core",
42 "Ajax",
43 "Attributes",
44 "Callbacks",
45 "CSS",
46 "Data",
47 "Deferred",
48 "Deprecated",
49 "Dimensions",
50 "Effects",
51 "Event",
52 "Manipulation",
53 "Offset",
54 "Queue",
55 "Selector",
56 "Serialize",
57 "Traversing",
58 "Wrap"
59 ],
60 "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)",
61 "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"
62 },
63 "dependencies": {},
64 "deprecated": false,
65 "description": "JavaScript library for DOM operations",
66 "devDependencies": {
67 "@babel/core": "7.3.3",
68 "@babel/plugin-transform-for-of": "7.2.0",
69 "commitplease": "3.2.0",
70 "core-js": "2.6.5",
71 "eslint-config-jquery": "1.0.1",
72 "grunt": "1.0.3",
73 "grunt-babel": "8.0.0",
74 "grunt-cli": "1.3.2",
75 "grunt-compare-size": "0.4.2",
76 "grunt-contrib-uglify": "3.4.0",
77 "grunt-contrib-watch": "1.1.0",
78 "grunt-eslint": "21.0.0",
79 "grunt-git-authors": "3.2.0",
80 "grunt-jsonlint": "1.1.0",
81 "grunt-karma": "3.0.1",
82 "grunt-newer": "1.3.0",
83 "grunt-npmcopy": "0.1.0",
84 "gzip-js": "0.3.2",
85 "husky": "1.3.1",
86 "insight": "0.10.1",
87 "jsdom": "13.2.0",
88 "karma": "4.0.1",
89 "karma-browserstack-launcher": "1.4.0",
90 "karma-chrome-launcher": "2.2.0",
91 "karma-firefox-launcher": "1.1.0",
92 "karma-ie-launcher": "1.0.0",
93 "karma-jsdom-launcher": "7.1.0",
94 "karma-qunit": "3.0.0",
95 "load-grunt-tasks": "4.0.0",
96 "native-promise-only": "0.8.1",
97 "promises-aplus-tests": "2.1.2",
98 "q": "1.5.1",
99 "qunit": "2.9.2",
100 "raw-body": "2.3.3",
101 "requirejs": "2.3.6",
102 "sinon": "2.3.7",
103 "sizzle": "2.3.4",
104 "strip-json-comments": "2.0.1",
105 "testswarm": "1.1.0",
106 "uglify-js": "3.4.7"
107 },
108 "homepage": "https://jquery.com",
109 "husky": {
110 "hooks": {
111 "commit-msg": "node node_modules/commitplease",
112 "pre-commit": "grunt lint:newer qunit_fixture"
113 }
114 },
115 "keywords": [
116 "jquery",
117 "javascript",
118 "browser",
119 "library"
120 ],
121 "license": "MIT",
122 "main": "dist/jquery.js",
123 "name": "jquery",
124 "repository": {
125 "type": "git",
126 "url": "git+https://github.com/jquery/jquery.git"
127 },
128 "scripts": {
129 "build": "npm install && grunt",
130 "jenkins": "npm run test:browserless",
131 "start": "grunt watch",
132 "test": "grunt && grunt test:slow && grunt karma:main",
133 "test:browser": "grunt && grunt karma:main",
134 "test:browserless": "grunt && grunt test:slow"
135 },
136 "title": "jQuery",
137 "version": "3.4.1"
138}