OSDN Git Service

Merge pull request #22 from Bytom/dev_tools_for_transaction
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / jquery / package.json
1 {
2   "_from": "jquery@3.3.1",
3   "_id": "jquery@3.3.1",
4   "_inBundle": false,
5   "_integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==",
6   "_location": "/jquery",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "jquery@3.3.1",
12     "name": "jquery",
13     "escapedName": "jquery",
14     "rawSpec": "3.3.1",
15     "saveSpec": null,
16     "fetchSpec": "3.3.1"
17   },
18   "_requiredBy": [
19     "/"
20   ],
21   "_resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
22   "_shasum": "958ce29e81c9790f31be7792df5d4d95fc57fbca",
23   "_spec": "jquery@3.3.1",
24   "_where": "D:\\work\\code\\src\\github.com\\vapor\\tools\\side_chain_tool\\web",
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 }