@inkeep/open-knowledge 0.1.1
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/banner-D0kciHvM.mjs +3 -0
- package/dist/cli.d.mts +1 -0
- package/dist/cli.mjs +586 -0
- package/dist/colors-DGfDzbma.mjs +1 -0
- package/dist/colors-DUgdVug3.mjs +2 -0
- package/dist/constants-CTaXJDQW.mjs +2 -0
- package/dist/index.d.mts +74 -0
- package/dist/index.mjs +1 -0
- package/dist/init-CIcYCLDG.mjs +228 -0
- package/dist/init-eC_P2JgE.mjs +1 -0
- package/dist/is-object-Miw4czsU.mjs +2 -0
- package/dist/keepalive-B3k7ffvp.mjs +2 -0
- package/dist/loader-DqbeQ0oE.mjs +3 -0
- package/dist/loader-ngoFdcDM.mjs +1 -0
- package/dist/open-browser-YjPpHsbF.mjs +2 -0
- package/dist/paths-CV2EYsvK.mjs +2 -0
- package/dist/paths-CeCijg6T.mjs +1 -0
- package/dist/preview-Cpze1XQz.mjs +3 -0
- package/dist/preview-UvmK-nj9.mjs +1 -0
- package/dist/public/assets/dist-BDfJLgAe.js +1 -0
- package/dist/public/assets/dist-BSbGs59J.js +1 -0
- package/dist/public/assets/dist-BXK-5ZOh.js +1 -0
- package/dist/public/assets/dist-BipKfxqO.js +15 -0
- package/dist/public/assets/dist-C9Jm0v8G.js +1 -0
- package/dist/public/assets/dist-CDCPrjhY.js +1 -0
- package/dist/public/assets/dist-CHAniM6T.js +9 -0
- package/dist/public/assets/dist-CYsaeLzc.js +1 -0
- package/dist/public/assets/dist-Cq9Fm8Xi.js +1 -0
- package/dist/public/assets/dist-Ct0eqVZy.js +1 -0
- package/dist/public/assets/dist-PgXBewk9.js +23 -0
- package/dist/public/assets/go-IODVg4Ok.js +1 -0
- package/dist/public/assets/index-B0fC333w.css +2 -0
- package/dist/public/assets/index-Cs4w_qEK.js +404 -0
- package/dist/public/assets/shell-COsTRxlr.js +1 -0
- package/dist/public/favicon.svg +5 -0
- package/dist/public/index.html +19 -0
- package/dist/src-BBqAZd3w.mjs +1 -0
- package/dist/src-D1kuMCGT.mjs +1 -0
- package/dist/src-ZI61hw95.mjs +261 -0
- package/package.json +64 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e={};function t(t,n){for(var r=0;r<n.length;r++)e[n[r]]=t}var n=[`true`,`false`],r=[`if`,`then`,`do`,`else`,`elif`,`while`,`until`,`for`,`in`,`esac`,`fi`,`fin`,`fil`,`done`,`exit`,`set`,`unset`,`export`,`function`],i=`ab.awk.bash.beep.cat.cc.cd.chown.chmod.chroot.clear.cp.curl.cut.diff.echo.find.gawk.gcc.get.git.grep.hg.kill.killall.ln.ls.make.mkdir.openssl.mv.nc.nl.node.npm.ping.ps.restart.rm.rmdir.sed.service.sh.shopt.shred.source.sort.sleep.ssh.start.stop.su.sudo.svn.tee.telnet.top.touch.vi.vim.wall.wc.wget.who.write.yes.zsh`.split(`.`);t(`atom`,n),t(`keyword`,r),t(`builtin`,i);function a(t,n){if(t.eatSpace())return null;var r=t.sol(),i=t.next();if(i===`\\`)return t.next(),null;if(i===`'`||i===`"`||i==="`")return n.tokens.unshift(o(i,i==="`"?`quote`:`string`)),u(t,n);if(i===`#`)return r&&t.eat(`!`)?(t.skipToEnd(),`meta`):(t.skipToEnd(),`comment`);if(i===`$`)return n.tokens.unshift(c),u(t,n);if(i===`+`||i===`=`)return`operator`;if(i===`-`)return t.eat(`-`),t.eatWhile(/\w/),`attribute`;if(i==`<`){if(t.match(`<<`))return`operator`;var a=t.match(/^<-?\s*(?:['"]([^'"]*)['"]|([^'"\s]*))/);if(a)return n.tokens.unshift(l(a[1]||a[2])),`string.special`}if(/\d/.test(i)&&(t.eatWhile(/\d/),t.eol()||!/\w/.test(t.peek())))return`number`;t.eatWhile(/[\w-]/);var s=t.current();return t.peek()===`=`&&/\w+/.test(s)?`def`:e.hasOwnProperty(s)?e[s]:null}function o(e,t){var n=e==`(`?`)`:e==`{`?`}`:e;return function(r,i){for(var a,l=!1;(a=r.next())!=null;){if(a===n&&!l){i.tokens.shift();break}else if(a===`$`&&!l&&e!==`'`&&r.peek()!=n){l=!0,r.backUp(1),i.tokens.unshift(c);break}else if(!l&&e!==n&&a===e)return i.tokens.unshift(o(e,t)),u(r,i);else if(!l&&/['"]/.test(a)&&!/['"]/.test(e)){i.tokens.unshift(s(a,`string`)),r.backUp(1);break}l=!l&&a===`\\`}return t}}function s(e,t){return function(n,r){return r.tokens[0]=o(e,t),n.next(),u(n,r)}}var c=function(e,t){t.tokens.length>1&&e.eat(`$`);var n=e.next();return/['"({]/.test(n)?(t.tokens[0]=o(n,n==`(`?`quote`:n==`{`?`def`:`string`),u(e,t)):(/\d/.test(n)||e.eatWhile(/\w/),t.tokens.shift(),`def`)};function l(e){return function(t,n){return t.sol()&&t.string==e&&n.tokens.shift(),t.skipToEnd(),`string.special`}}function u(e,t){return(t.tokens[0]||a)(e,t)}var d={name:`shell`,startState:function(){return{tokens:[]}},token:function(e,t){return u(e,t)},languageData:{autocomplete:n.concat(r,i),closeBrackets:{brackets:[`(`,`[`,`{`,`'`,`"`,"`"]},commentTokens:{line:`#`}}};export{d as shell};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="80" height="80" rx="20" fill="#438CFF"/>
|
|
3
|
+
<path d="M14.7203 40.2201C14.5596 39.9417 14.5597 39.5986 14.7204 39.3202L22.7973 25.3303C22.9581 25.0518 23.2552 24.8803 23.5767 24.8803L39.7308 24.8804C40.0523 24.8804 40.3494 25.0519 40.5102 25.3303L48.5871 39.32C48.7479 39.5984 48.748 39.9417 48.5872 40.2201L40.5102 54.2098C40.3494 54.4883 40.0523 54.6598 39.7307 54.6598L23.5768 54.6599C23.2553 54.6599 22.958 54.4882 22.7973 54.2098L14.7203 40.2201ZM20.8487 55.3348C21.4114 56.3094 22.4514 56.9099 23.5768 56.9099L39.7307 56.9098C40.8561 56.9098 41.896 56.3094 42.4587 55.3348L50.5357 41.3451C51.0984 40.3705 51.0984 39.1696 50.5357 38.195L42.4587 24.2053C41.8961 23.2307 40.8562 22.6304 39.7308 22.6304L23.5767 22.6303C22.4514 22.6303 21.4114 23.2307 20.8487 24.2053L12.7718 38.1952C12.2092 39.1698 12.2091 40.3705 12.7718 41.3451L20.8487 55.3348Z" fill="white"/>
|
|
4
|
+
<path d="M34.2267 47.5751C30.5023 41.8911 31.7972 33.7181 37.4806 29.6753L37.4819 29.6745C39.9058 27.9549 42.9998 25.6703 46.291 24.0563C49.5678 22.4493 53.2377 21.4052 56.8005 22.3839L56.8007 22.3837C58.1072 22.7199 59.1354 23.1789 59.9525 23.8223C60.7797 24.4737 61.3238 25.2616 61.7371 26.1485C62.1385 27.0099 62.4307 27.9995 62.7331 29.0489C63.0417 30.1197 63.3739 31.3038 63.8616 32.6614C64.131 33.4113 64.6726 34.2352 65.3815 35.3425C66.058 36.3992 66.8363 37.6455 67.3841 39.0823C67.9382 40.5357 68.2615 42.1931 68.041 44.0887C67.8211 45.9796 67.068 48.0398 65.5696 50.3153C64.5754 51.825 62.6015 53.3398 60.4882 54.5574C58.3451 55.7921 55.8837 56.8208 53.7681 57.2752L53.7665 57.2754L53.7648 57.2758C49.1794 58.2455 45.4396 57.6404 42.2383 55.8158C39.0777 54.0142 36.5418 51.0796 34.2289 47.5784L34.2278 47.5767L34.2267 47.5751ZM38.7574 31.4729C34.0853 34.7974 32.967 41.6257 36.0686 46.3633L36.0689 46.3631C38.307 49.7511 40.6116 52.3505 43.3304 53.9002C46.0079 55.4263 49.1855 55.9897 53.3051 55.1192L53.4785 55.0808C55.2815 54.6668 57.4495 53.7631 59.3873 52.6466C61.4174 51.4771 63.0236 50.1721 63.728 49.1025C65.0753 47.0565 65.678 45.3197 65.8508 43.8341C66.023 42.3532 65.7761 41.0544 65.3237 39.8678C64.8649 38.6645 64.2003 37.5868 63.5246 36.5312C62.8813 35.5264 62.1612 34.4499 61.7865 33.407C61.2703 31.9701 60.9183 30.7147 60.6143 29.6595C60.3041 28.5829 60.0553 27.7598 59.7385 27.0799C59.4335 26.4255 59.082 25.9435 58.5882 25.5546C58.0842 25.1577 57.3656 24.806 56.2512 24.5192L56.2415 24.5168L56.2318 24.514C53.436 23.74 50.364 24.515 47.2619 26.0362C44.1682 27.5534 41.2416 29.7108 38.7577 31.4729L38.7574 31.4729Z" fill="white"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
|
|
4
|
+
<head>
|
|
5
|
+
<meta name="color-scheme" content="light dark" />
|
|
6
|
+
<meta charset="UTF-8" />
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
8
|
+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
9
|
+
<title>Open Knowledge</title>
|
|
10
|
+
<script type="module" crossorigin src="/assets/index-Cs4w_qEK.js"></script>
|
|
11
|
+
<link rel="modulepreload" crossorigin href="/assets/dist-BipKfxqO.js">
|
|
12
|
+
<link rel="stylesheet" crossorigin href="/assets/index-B0fC333w.css">
|
|
13
|
+
</head>
|
|
14
|
+
|
|
15
|
+
<body class="antialiased">
|
|
16
|
+
<div id="root"></div>
|
|
17
|
+
</body>
|
|
18
|
+
|
|
19
|
+
</html>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{_t as e,a as t,d as n,et as r,i,n as a,o,p as s,r as c,t as l,x as u}from"./src-ZI61hw95.mjs";export{l as UiLockCollisionError,a as acquireUiLock,u as attachIdleShutdown,o as createServer,e as getLogger,r as isProcessAlive,n as readServerLock,c as readUiLock,i as releaseUiLock,s as updateServerLockPort,t as updateUiLockPort};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./loader-DqbeQ0oE.mjs";export{};
|