aboutsummaryrefslogtreecommitdiffstats
path: root/npm_assets/node_modules/jquery/package.json
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2024-04-23 00:37:58 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2024-04-23 00:37:58 -0400
commit9b0e86a8e74768c4fe848fb5ce8d754292db4e3e (patch)
treecfd424be8ecb68357e6e572033f08bc534bf724f /npm_assets/node_modules/jquery/package.json
parent393aa58f2c5afd51f92fd9bd4b6dfd0dc90cea41 (diff)
New upstream version 8.3.0.upstream/8.3.0upstream
Diffstat (limited to 'npm_assets/node_modules/jquery/package.json')
-rw-r--r--npm_assets/node_modules/jquery/package.json172
1 files changed, 73 insertions, 99 deletions
diff --git a/npm_assets/node_modules/jquery/package.json b/npm_assets/node_modules/jquery/package.json
index 7929e5f..04bf13e 100644
--- a/npm_assets/node_modules/jquery/package.json
+++ b/npm_assets/node_modules/jquery/package.json
@@ -1,97 +1,57 @@
{
- "_from": "jquery@3.6.0",
- "_id": "jquery@3.6.0",
- "_inBundle": false,
- "_integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==",
- "_location": "/jquery",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "jquery@3.6.0",
- "name": "jquery",
- "escapedName": "jquery",
- "rawSpec": "3.6.0",
- "saveSpec": null,
- "fetchSpec": "3.6.0"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
- "_shasum": "c72a09f15c1bdce142f49dbf1170bdf8adac2470",
- "_spec": "jquery@3.6.0",
- "_where": "/home/kwpolska/git/nikola/npm_assets",
+ "name": "jquery",
+ "title": "jQuery",
+ "description": "JavaScript library for DOM operations",
+ "version": "3.6.4",
+ "main": "dist/jquery.js",
+ "homepage": "https://jquery.com",
"author": {
"name": "OpenJS Foundation and other contributors",
- "url": "https://github.com/jquery/jquery/blob/3.6.0/AUTHORS.txt"
+ "url": "https://github.com/jquery/jquery/blob/3.6.4/AUTHORS.txt"
},
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/jquery/jquery.git"
+ },
+ "keywords": [
+ "jquery",
+ "javascript",
+ "browser",
+ "library"
+ ],
"bugs": {
"url": "https://github.com/jquery/jquery/issues"
},
- "bundleDependencies": false,
- "commitplease": {
- "nohook": true,
- "components": [
- "Docs",
- "Tests",
- "Build",
- "Support",
- "Release",
- "Core",
- "Ajax",
- "Attributes",
- "Callbacks",
- "CSS",
- "Data",
- "Deferred",
- "Deprecated",
- "Dimensions",
- "Effects",
- "Event",
- "Manipulation",
- "Offset",
- "Queue",
- "Selector",
- "Serialize",
- "Traversing",
- "Wrap"
- ],
- "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)",
- "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"
- },
- "deprecated": false,
- "description": "JavaScript library for DOM operations",
+ "license": "MIT",
"devDependencies": {
"@babel/core": "7.3.3",
"@babel/plugin-transform-for-of": "7.2.0",
+ "colors": "1.4.0",
"commitplease": "3.2.0",
"core-js": "2.6.5",
"eslint-config-jquery": "3.0.0",
- "grunt": "1.3.0",
+ "grunt": "1.5.3",
"grunt-babel": "8.0.0",
- "grunt-cli": "1.3.2",
+ "grunt-cli": "1.4.3",
"grunt-compare-size": "0.4.2",
"grunt-contrib-uglify": "3.4.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "22.0.0",
"grunt-git-authors": "3.2.0",
- "grunt-jsonlint": "1.1.0",
- "grunt-karma": "4.0.0",
+ "grunt-jsonlint": "2.1.2",
+ "grunt-karma": "4.0.2",
"grunt-newer": "1.3.0",
"grunt-npmcopy": "0.2.0",
"gzip-js": "0.3.2",
- "husky": "1.3.1",
- "insight": "0.10.1",
- "jsdom": "13.2.0",
- "karma": "5.2.3",
- "karma-browserstack-launcher": "1.4.0",
- "karma-chrome-launcher": "2.2.0",
- "karma-firefox-launcher": "1.1.0",
+ "husky": "4.2.5",
+ "jsdom": "19.0.0",
+ "karma": "^6.3.17",
+ "karma-browserstack-launcher": "1.6.0",
+ "karma-chrome-launcher": "3.1.1",
+ "karma-firefox-launcher": "2.1.2",
"karma-ie-launcher": "1.0.0",
- "karma-jsdom-launcher": "8.0.2",
- "karma-qunit": "3.0.0",
+ "karma-jsdom-launcher": "12.0.0",
+ "karma-qunit": "4.1.2",
"load-grunt-tasks": "5.1.0",
"native-promise-only": "0.8.1",
"promises-aplus-tests": "2.1.2",
@@ -100,43 +60,57 @@
"raw-body": "2.3.3",
"requirejs": "2.3.6",
"sinon": "2.3.7",
- "sizzle": "2.3.6",
+ "sizzle": "2.3.10",
"strip-json-comments": "2.0.1",
"testswarm": "1.1.2",
"uglify-js": "3.4.7"
},
- "homepage": "https://jquery.com",
- "husky": {
- "hooks": {
- "commit-msg": "commitplease .git/COMMIT_EDITMSG",
- "pre-commit": "grunt lint:newer qunit_fixture"
- }
- },
- "keywords": [
- "jquery",
- "javascript",
- "browser",
- "library"
- ],
- "license": "MIT",
- "main": "dist/jquery.js",
- "name": "jquery",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jquery/jquery.git"
- },
"scripts": {
"build": "npm install && grunt",
- "jenkins": "npm run test:browserless",
"start": "grunt watch",
- "test": "npm run test:slim && npm run test:no-deprecated && npm run test:no-sizzle && grunt && grunt test:slow && grunt karma:main && grunt karma:amd",
- "test:amd": "grunt && grunt karma:amd",
- "test:browser": "grunt && grunt karma:main",
"test:browserless": "grunt && grunt test:slow",
+ "test:browser": "grunt && grunt karma:main",
+ "test:amd": "grunt && grunt karma:amd",
"test:no-deprecated": "grunt test:prepare && grunt custom:-deprecated && grunt karma:main",
"test:no-sizzle": "grunt test:prepare && grunt custom:-sizzle && grunt karma:main",
- "test:slim": "grunt test:prepare && grunt custom:slim && grunt karma:main"
+ "test:slim": "grunt test:prepare && grunt custom:slim && grunt karma:main",
+ "test": "npm run test:slim && npm run test:no-deprecated && npm run test:no-sizzle && grunt && grunt test:slow && grunt karma:main && grunt karma:amd",
+ "jenkins": "npm run test:browserless"
},
- "title": "jQuery",
- "version": "3.6.0"
+ "commitplease": {
+ "nohook": true,
+ "components": [
+ "Docs",
+ "Tests",
+ "Build",
+ "Support",
+ "Release",
+ "Core",
+ "Ajax",
+ "Attributes",
+ "Callbacks",
+ "CSS",
+ "Data",
+ "Deferred",
+ "Deprecated",
+ "Dimensions",
+ "Effects",
+ "Event",
+ "Manipulation",
+ "Offset",
+ "Queue",
+ "Selector",
+ "Serialize",
+ "Traversing",
+ "Wrap"
+ ],
+ "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)",
+ "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"
+ },
+ "husky": {
+ "hooks": {
+ "commit-msg": "commitplease .git/COMMIT_EDITMSG",
+ "pre-commit": "grunt lint:newer qunit_fixture"
+ }
+ }
}