Skip to content

Commit 5f66cbe

Browse files
committed
add JobPower_v2
1 parent 9114c93 commit 5f66cbe

File tree

1,896 files changed

+5383813
-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,896 files changed

+5383813
-0
lines changed
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+
}

JobPower_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+
}
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)