comparison default/node_modules/jquery/package.json @ 0:1d038bc9b3d2 default tip

Up:default
author Liny <dev@neowd.com>
date Sat, 31 May 2025 09:21:51 +0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1d038bc9b3d2
1 {
2 "_from": "jquery@>=1.7.2",
3 "_id": "[email protected]",
4 "_inBundle": false,
5 "_integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==",
6 "_location": "/jquery",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "jquery@>=1.7.2",
12 "name": "jquery",
13 "escapedName": "jquery",
14 "rawSpec": ">=1.7.2",
15 "saveSpec": null,
16 "fetchSpec": ">=1.7.2"
17 },
18 "_requiredBy": [
19 "/nestable2"
20 ],
21 "_resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
22 "_shasum": "958ce29e81c9790f31be7792df5d4d95fc57fbca",
23 "_spec": "jquery@>=1.7.2",
24 "_where": "/srv/http/premieradmin-bs4/dist/node_modules/nestable2",
25 "author": {
26 "name": "JS Foundation and other contributors",
27 "url": "https://github.com/jquery/jquery/blob/3.3.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.0.0-beta.0",
68 "babel-plugin-transform-es2015-for-of": "7.0.0-beta.0",
69 "commitplease": "2.7.10",
70 "core-js": "2.4.1",
71 "eslint-config-jquery": "1.0.1",
72 "grunt": "1.0.1",
73 "grunt-babel": "7.0.0",
74 "grunt-cli": "1.2.0",
75 "grunt-compare-size": "0.4.2",
76 "grunt-contrib-uglify": "3.0.1",
77 "grunt-contrib-watch": "1.0.0",
78 "grunt-eslint": "20.0.0",
79 "grunt-git-authors": "3.2.0",
80 "grunt-jsonlint": "1.1.0",
81 "grunt-karma": "2.0.0",
82 "grunt-newer": "1.3.0",
83 "grunt-npmcopy": "0.1.0",
84 "gzip-js": "0.3.2",
85 "husky": "0.14.3",
86 "insight": "0.8.4",
87 "jsdom": "5.6.1",
88 "karma": "1.7.0",
89 "karma-browserstack-launcher": "1.3.0",
90 "karma-chrome-launcher": "2.2.0",
91 "karma-firefox-launcher": "1.0.1",
92 "karma-qunit": "1.2.1",
93 "load-grunt-tasks": "3.5.2",
94 "native-promise-only": "0.8.1",
95 "promises-aplus-tests": "2.1.2",
96 "q": "1.5.0",
97 "qunit-assert-step": "1.0.3",
98 "qunitjs": "1.23.1",
99 "raw-body": "2.2.0",
100 "requirejs": "2.3.3",
101 "sinon": "2.3.7",
102 "sizzle": "2.3.3",
103 "strip-json-comments": "2.0.1",
104 "testswarm": "1.1.0",
105 "uglify-js": "3.3.4"
106 },
107 "homepage": "https://jquery.com",
108 "keywords": [
109 "jquery",
110 "javascript",
111 "browser",
112 "library"
113 ],
114 "license": "MIT",
115 "main": "dist/jquery.js",
116 "name": "jquery",
117 "repository": {
118 "type": "git",
119 "url": "git+https://github.com/jquery/jquery.git"
120 },
121 "scripts": {
122 "build": "npm install && grunt",
123 "commitmsg": "node node_modules/commitplease",
124 "jenkins": "npm run test:browserless",
125 "precommit": "grunt lint:newer qunit_fixture",
126 "start": "grunt watch",
127 "test": "grunt && grunt test:slow && grunt karma:main",
128 "test:browser": "grunt && grunt karma:main",
129 "test:browserless": "grunt && grunt test:slow"
130 },
131 "title": "jQuery",
132 "version": "3.3.1"
133 }