Skip to content

Commit f1f3419

Browse files
committed
deploy: cbccda5
0 parents  commit f1f3419

File tree

1,914 files changed

+9271951
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,914 files changed

+9271951
-0
lines changed

.idea/PowerMap.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.nojekyll

Whitespace-only changes.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "jquery-3.5.1.min",
3+
"_cacheHeaders": {
4+
"ETag": "W/\"5eb09f0f-15d84\"",
5+
"Last-Modified": "Mon, 04 May 2020 23:02:39 GMT",
6+
"Content-Length": "30879",
7+
"Content-Type": "application/javascript; charset=utf-8"
8+
},
9+
"_release": "e-tag:W/\"5eb09f0",
10+
"main": "index.js",
11+
"_source": "https://code.jquery.com/jquery-3.5.1.min.js",
12+
"_target": "*",
13+
"_originalSource": "https://code.jquery.com/jquery-3.5.1.min.js",
14+
"_direct": true
15+
}

bower_components/jquery-3.5.1.min/index.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "jquery-ui",
3+
"version": "1.12.1",
4+
"main": [
5+
"jquery-ui.js"
6+
],
7+
"ignore": [],
8+
"license": "MIT",
9+
"dependencies": {
10+
"jquery": ">=1.6"
11+
},
12+
"homepage": "https://github.com/components/jqueryui",
13+
"_release": "1.12.1",
14+
"_resolution": {
15+
"type": "version",
16+
"tag": "1.12.1",
17+
"commit": "44ecf3794cc56b65954cc19737234a3119d036cc"
18+
},
19+
"_source": "https://github.com/components/jqueryui.git",
20+
"_target": "^1.12.1",
21+
"_originalSource": "jquery-ui",
22+
"_direct": true
23+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "jquery-ui",
3+
"version": "1.12.1",
4+
"main": [
5+
"jquery-ui.js"
6+
],
7+
"ignore": [
8+
],
9+
"license": "MIT",
10+
"dependencies": {
11+
"jquery": ">=1.6"
12+
}
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "jquery-ui",
3+
"repo": "components/jqueryui",
4+
"version": "1.12.1",
5+
"license": "MIT",
6+
"scripts": [
7+
"jquery-ui.js"
8+
],
9+
"main": "jquery-ui.js",
10+
"dependencies": {
11+
"components/jquery": "*"
12+
}
13+
}
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"name": "components/jqueryui",
3+
"type": "component",
4+
"description": "jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.",
5+
"license": "MIT",
6+
"require": {
7+
"components/jquery": ">=1.6"
8+
},
9+
"authors": [
10+
{
11+
"name": "jQuery UI Team",
12+
"homepage": "http://jqueryui.com/about"
13+
},
14+
{
15+
"name": "Scott Gonzalez",
16+
"email": "[email protected]",
17+
"homepage": "http://scottgonzalez.com"
18+
},
19+
{
20+
"name": "Joern Zaefferer",
21+
"email": "[email protected]",
22+
"homepage": "http://bassistance.de"
23+
},
24+
{
25+
"name": "Kris Borchers",
26+
"email": "[email protected]",
27+
"homepage": "http://krisborchers.com"
28+
},
29+
{
30+
"name": "Corey Frang",
31+
"email": "[email protected]",
32+
"homepage": "http://gnarf.net"
33+
},
34+
{
35+
"name": "Mike Sherov",
36+
"email": "[email protected]",
37+
"homepage": "http://mike.sherov.com"
38+
},
39+
{
40+
"name": "TJ VanToll",
41+
"email": "[email protected]",
42+
"homepage": "http://tjvantoll.com"
43+
},
44+
{
45+
"name": "Felix Nagel",
46+
"email": "[email protected]",
47+
"homepage": "http://www.felixnagel.com"
48+
}
49+
],
50+
"extra": {
51+
"component": {
52+
"name": "jquery-ui",
53+
"scripts": [
54+
"jquery-ui.js"
55+
],
56+
"files": [
57+
"ui/**",
58+
"themes/**",
59+
"jquery-ui.min.js"
60+
],
61+
"shim": {
62+
"deps": [
63+
"jquery"
64+
],
65+
"exports": "jQuery"
66+
}
67+
}
68+
}
69+
}

0 commit comments

Comments
 (0)