Reorganize RSpade directory structure for clarity
Improve Jqhtml_Integration.js documentation with hydration system explanation Add jqhtml-laravel integration packages for traditional Laravel projects 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
21
node_modules/@parcel/watcher-linux-x64-musl/LICENSE
generated
vendored
21
node_modules/@parcel/watcher-linux-x64-musl/LICENSE
generated
vendored
@@ -1,21 +0,0 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2017-present Devon Govett
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
1
node_modules/@parcel/watcher-linux-x64-musl/README.md
generated
vendored
1
node_modules/@parcel/watcher-linux-x64-musl/README.md
generated
vendored
@@ -1 +0,0 @@
|
||||
This is the linux-x64-musl build of @parcel/watcher. See https://github.com/parcel-bundler/watcher for details.
|
||||
33
node_modules/@parcel/watcher-linux-x64-musl/package.json
generated
vendored
33
node_modules/@parcel/watcher-linux-x64-musl/package.json
generated
vendored
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"name": "@parcel/watcher-linux-x64-musl",
|
||||
"version": "2.5.1",
|
||||
"main": "watcher.node",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/parcel-bundler/watcher.git"
|
||||
},
|
||||
"description": "A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/parcel"
|
||||
},
|
||||
"files": [
|
||||
"watcher.node"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 10.0.0"
|
||||
},
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"libc": [
|
||||
"musl"
|
||||
]
|
||||
}
|
||||
BIN
node_modules/@parcel/watcher-linux-x64-musl/watcher.node
generated
vendored
BIN
node_modules/@parcel/watcher-linux-x64-musl/watcher.node
generated
vendored
Binary file not shown.
21
node_modules/@parcel/watcher-win32-x64/LICENSE
generated
vendored
21
node_modules/@parcel/watcher-win32-x64/LICENSE
generated
vendored
@@ -1,21 +0,0 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2017-present Devon Govett
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
1
node_modules/@parcel/watcher-win32-x64/README.md
generated
vendored
1
node_modules/@parcel/watcher-win32-x64/README.md
generated
vendored
@@ -1 +0,0 @@
|
||||
This is the win32-x64 build of @parcel/watcher. See https://github.com/parcel-bundler/watcher for details.
|
||||
30
node_modules/@parcel/watcher-win32-x64/package.json
generated
vendored
30
node_modules/@parcel/watcher-win32-x64/package.json
generated
vendored
@@ -1,30 +0,0 @@
|
||||
{
|
||||
"name": "@parcel/watcher-win32-x64",
|
||||
"version": "2.5.1",
|
||||
"main": "watcher.node",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/parcel-bundler/watcher.git"
|
||||
},
|
||||
"description": "A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/parcel"
|
||||
},
|
||||
"files": [
|
||||
"watcher.node"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 10.0.0"
|
||||
},
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
"cpu": [
|
||||
"x64"
|
||||
]
|
||||
}
|
||||
BIN
node_modules/@parcel/watcher-win32-x64/watcher.node
generated
vendored
BIN
node_modules/@parcel/watcher-win32-x64/watcher.node
generated
vendored
Binary file not shown.
0
node_modules/@parcel/watcher/src/Backend.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Backend.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Backend.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Backend.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Debounce.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Debounce.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Debounce.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Debounce.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/DirTree.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/DirTree.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/DirTree.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/DirTree.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Event.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Event.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Glob.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Glob.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Glob.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Glob.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/PromiseRunner.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/PromiseRunner.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Signal.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Signal.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Watcher.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Watcher.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Watcher.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/Watcher.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/binding.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/binding.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/kqueue/KqueueBackend.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/kqueue/KqueueBackend.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/kqueue/KqueueBackend.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/kqueue/KqueueBackend.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/linux/InotifyBackend.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/linux/InotifyBackend.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/linux/InotifyBackend.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/linux/InotifyBackend.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/macos/FSEventsBackend.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/macos/FSEventsBackend.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/macos/FSEventsBackend.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/macos/FSEventsBackend.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/shared/BruteForceBackend.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/shared/BruteForceBackend.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/shared/BruteForceBackend.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/shared/BruteForceBackend.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/unix/fts.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/unix/fts.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/unix/legacy.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/unix/legacy.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/wasm/WasmBackend.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/wasm/WasmBackend.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/wasm/WasmBackend.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/wasm/WasmBackend.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/wasm/include.h
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/wasm/include.h
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/watchman/BSER.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/watchman/BSER.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/watchman/BSER.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/watchman/BSER.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/watchman/IPC.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/watchman/IPC.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/watchman/WatchmanBackend.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/watchman/WatchmanBackend.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/watchman/WatchmanBackend.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/watchman/WatchmanBackend.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/windows/WindowsBackend.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/windows/WindowsBackend.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/windows/WindowsBackend.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/windows/WindowsBackend.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/windows/win_utils.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/windows/win_utils.cc
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/windows/win_utils.hh
generated
vendored
Executable file → Normal file
0
node_modules/@parcel/watcher/src/windows/win_utils.hh
generated
vendored
Executable file → Normal file
Reference in New Issue
Block a user