@jvittechs/jai1-cli 0.1.95 → 0.1.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +684 -122
- package/dist/cli.js.map +1 -1
- package/dist/web-chat/README.md +418 -0
- package/dist/web-chat/app.js +1527 -0
- package/dist/web-chat/index.html +324 -0
- package/dist/web-chat/node_modules/.bin/0ecdsa-generate-keypair +15 -0
- package/dist/web-chat/node_modules/.bin/0gentesthtml +89 -0
- package/dist/web-chat/node_modules/.bin/0serve +97 -0
- package/dist/web-chat/node_modules/.bin/acorn +4 -0
- package/dist/web-chat/node_modules/.bin/autoprefixer +22 -0
- package/dist/web-chat/node_modules/.bin/baseline-browser-mapping +2 -0
- package/dist/web-chat/node_modules/.bin/browserslist +156 -0
- package/dist/web-chat/node_modules/.bin/esbuild +0 -0
- package/dist/web-chat/node_modules/.bin/jiti +34 -0
- package/dist/web-chat/node_modules/.bin/js-yaml +126 -0
- package/dist/web-chat/node_modules/.bin/jsesc +148 -0
- package/dist/web-chat/node_modules/.bin/json5 +152 -0
- package/dist/web-chat/node_modules/.bin/katex +112 -0
- package/dist/web-chat/node_modules/.bin/loose-envify +16 -0
- package/dist/web-chat/node_modules/.bin/lz-string +13 -0
- package/dist/web-chat/node_modules/.bin/nanoid +55 -0
- package/dist/web-chat/node_modules/.bin/parser +15 -0
- package/dist/web-chat/node_modules/.bin/prebuild-install +78 -0
- package/dist/web-chat/node_modules/.bin/rc +4 -0
- package/dist/web-chat/node_modules/.bin/rollup +1912 -0
- package/dist/web-chat/node_modules/.bin/semver +174 -0
- package/dist/web-chat/node_modules/.bin/tsc +2 -0
- package/dist/web-chat/node_modules/.bin/tsserver +2 -0
- package/dist/web-chat/node_modules/.bin/update-browserslist-db +42 -0
- package/dist/web-chat/node_modules/.bin/uuid +2 -0
- package/dist/web-chat/node_modules/.bin/uvu +35 -0
- package/dist/web-chat/node_modules/.bin/vite +61 -0
- package/dist/web-chat/node_modules/.package-lock.json +15371 -0
- package/dist/web-chat/node_modules/.vite/deps/_metadata.json +67 -0
- package/dist/web-chat/node_modules/.vite/deps/chunk-DC5AMYBS.js +39 -0
- package/dist/web-chat/node_modules/.vite/deps/chunk-DC5AMYBS.js.map +7 -0
- package/dist/web-chat/node_modules/.vite/deps/chunk-NUMECXU6.js +21628 -0
- package/dist/web-chat/node_modules/.vite/deps/chunk-NUMECXU6.js.map +7 -0
- package/dist/web-chat/node_modules/.vite/deps/chunk-RLJ2RCJQ.js +1906 -0
- package/dist/web-chat/node_modules/.vite/deps/chunk-RLJ2RCJQ.js.map +7 -0
- package/dist/web-chat/node_modules/.vite/deps/chunk-S725DACQ.js +928 -0
- package/dist/web-chat/node_modules/.vite/deps/chunk-S725DACQ.js.map +7 -0
- package/dist/web-chat/node_modules/.vite/deps/chunk-XJVUMEYI.js +8578 -0
- package/dist/web-chat/node_modules/.vite/deps/chunk-XJVUMEYI.js.map +7 -0
- package/dist/web-chat/node_modules/.vite/deps/package.json +3 -0
- package/dist/web-chat/node_modules/.vite/deps/react-dom.js +7 -0
- package/dist/web-chat/node_modules/.vite/deps/react-dom.js.map +7 -0
- package/dist/web-chat/node_modules/.vite/deps/react-dom_client.js +39 -0
- package/dist/web-chat/node_modules/.vite/deps/react-dom_client.js.map +7 -0
- package/dist/web-chat/node_modules/.vite/deps/react-markdown.js +8931 -0
- package/dist/web-chat/node_modules/.vite/deps/react-markdown.js.map +7 -0
- package/dist/web-chat/node_modules/.vite/deps/react.js +6 -0
- package/dist/web-chat/node_modules/.vite/deps/react.js.map +7 -0
- package/dist/web-chat/node_modules/.vite/deps/react_jsx-dev-runtime.js +913 -0
- package/dist/web-chat/node_modules/.vite/deps/react_jsx-dev-runtime.js.map +7 -0
- package/dist/web-chat/node_modules/.vite/deps/react_jsx-runtime.js +7 -0
- package/dist/web-chat/node_modules/.vite/deps/react_jsx-runtime.js.map +7 -0
- package/dist/web-chat/node_modules/.vite/deps/remark-gfm.js +7403 -0
- package/dist/web-chat/node_modules/.vite/deps/remark-gfm.js.map +7 -0
- package/dist/web-chat/node_modules/@codemirror/autocomplete/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/commands/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/lang-cpp/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/lang-css/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/lang-go/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/lang-html/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/lang-java/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/lang-javascript/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/lang-json/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/lang-less/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/lang-markdown/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/lang-python/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/lang-rust/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/lang-sass/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/lang-sql/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/lang-wast/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/lang-xml/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/lang-yaml/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/language/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/language-data/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/legacy-modes/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/lint/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/search/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/state/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/theme-one-dark/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@codemirror/view/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/@lezer/html/src/.tern-port +1 -0
- package/dist/web-chat/node_modules/@lezer/php/.tern-port +1 -0
- package/dist/web-chat/node_modules/@lezer/php/test/.tern-port +1 -0
- package/dist/web-chat/node_modules/@lezer/sass/src/.tern-port +1 -0
- package/dist/web-chat/node_modules/@lezer/yaml/.tern-port +1 -0
- package/dist/web-chat/node_modules/@ungap/structured-clone/.github/workflows/node.js.yml +31 -0
- package/dist/web-chat/node_modules/bl/.travis.yml +17 -0
- package/dist/web-chat/node_modules/clean-set/.prettierrc +4 -0
- package/dist/web-chat/node_modules/clean-set/.travis.yml +7 -0
- package/dist/web-chat/node_modules/codemirror/.github/workflows/dispatch.yml +16 -0
- package/dist/web-chat/node_modules/entities/src/generated/.eslintrc.json +10 -0
- package/dist/web-chat/node_modules/es5-ext/promise/.eslintrc.json +1 -0
- package/dist/web-chat/node_modules/es6-iterator/.editorconfig +14 -0
- package/dist/web-chat/node_modules/es6-iterator/test/.eslintrc.json +5 -0
- package/dist/web-chat/node_modules/es6-symbol/.testignore +1 -0
- package/dist/web-chat/node_modules/escape-carriage/.github/workflows/node.js.yml +19 -0
- package/dist/web-chat/node_modules/esniff/.prettierignore +2 -0
- package/dist/web-chat/node_modules/esniff/.testignore +3 -0
- package/dist/web-chat/node_modules/event-emitter/.lint +15 -0
- package/dist/web-chat/node_modules/event-emitter/.testignore +1 -0
- package/dist/web-chat/node_modules/event-emitter/.travis.yml +16 -0
- package/dist/web-chat/node_modules/expand-template/.travis.yml +6 -0
- package/dist/web-chat/node_modules/extend/.editorconfig +20 -0
- package/dist/web-chat/node_modules/extend/.eslintrc +17 -0
- package/dist/web-chat/node_modules/extend/.jscs.json +175 -0
- package/dist/web-chat/node_modules/extend/.travis.yml +230 -0
- package/dist/web-chat/node_modules/gensync/test/.babelrc +5 -0
- package/dist/web-chat/node_modules/github-from-package/.travis.yml +4 -0
- package/dist/web-chat/node_modules/intersection-observer/.eslintrc +45 -0
- package/dist/web-chat/node_modules/lib0/.github/workflows/node.js.yml +24 -0
- package/dist/web-chat/node_modules/lib0/.jsdoc.json +18 -0
- package/dist/web-chat/node_modules/lib0/.vscode/launch.json +17 -0
- package/dist/web-chat/node_modules/minimist/.eslintrc +29 -0
- package/dist/web-chat/node_modules/minimist/.github/FUNDING.yml +12 -0
- package/dist/web-chat/node_modules/minimist/.nycrc +14 -0
- package/dist/web-chat/node_modules/napi-build-utils/.github/workflows/run-npm-tests.yml +31 -0
- package/dist/web-chat/node_modules/next-tick/.editorconfig +16 -0
- package/dist/web-chat/node_modules/next-tick/.github/FUNDING.yml +1 -0
- package/dist/web-chat/node_modules/next-tick/.lint +16 -0
- package/dist/web-chat/node_modules/node-abi/node_modules/.bin/semver +191 -0
- package/dist/web-chat/node_modules/pump/.github/FUNDING.yml +2 -0
- package/dist/web-chat/node_modules/pump/.travis.yml +5 -0
- package/dist/web-chat/node_modules/simple-concat/.travis.yml +3 -0
- package/dist/web-chat/node_modules/simple-get/.github/dependabot.yml +15 -0
- package/dist/web-chat/node_modules/simple-get/.github/workflows/ci.yml +23 -0
- package/dist/web-chat/node_modules/tar-fs/.travis.yml +6 -0
- package/dist/web-chat/node_modules/tar-fs/test/fixtures/e/directory/.ignore +0 -0
- package/dist/web-chat/node_modules/w3c-keyname/.tern-port +1 -0
- package/dist/web-chat/style.css +1882 -0
- package/package.json +4 -2
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.