Skip to content

Commit 3d35ee6

Browse files
committed
PowerMap_v2
1 parent 15660e4 commit 3d35ee6

1,913 files changed

Lines changed: 9060736 additions & 0 deletions

File tree

Some content is hidden

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

PowerMap_v2/.idea/.gitignore

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

PowerMap_v2/.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.

PowerMap_v2/.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.

PowerMap_v2/.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.
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+
}

PowerMap_v2/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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
components
2+
composer.lock
3+
vendor
4+
.DS_Store
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
jQuery UI
2+
=========
3+
4+
Shim [repository](https://github.com/components/jqueryui) for the [jQuery UI](https://jqueryui.com).
5+
6+
Package Managers
7+
----------------
8+
9+
* [Bower](http://bower.io/): `jquery-ui`
10+
* [Component](https://github.com/component/component): `components/jquery-ui`
11+
* [Composer](http://packagist.org/packages/components/jquery): `components/jqueryui`
12+
* [npm](https://www.npmjs.com/): `components-jqueryui`
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+
}

0 commit comments

Comments
 (0)