kt.js 0.4.1 → 0.4.2

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.
@@ -1 +1 @@
1
- var kt=function(n){"use strict";var t=Object.freeze(Object.create(null)),e=Array.isArray,r=Array.prototype.filter,o=Object.keys,u=function(){return{}},i="undefined"==typeof Promise?u:Promise.resolve,a="undefined"==typeof Promise?u:Promise.reject,f=document.createElement,c=document.createTextNode,d=document.createDocumentFragment,l=function(n){return void 0===n&&(n=""),c.call(document,n)},s=HTMLElement.prototype.addEventListener,v=HTMLElement.prototype.setAttribute,p=HTMLElement.prototype.appendChild,m=HTMLElement.prototype.append,h="function"==typeof m?function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];return m.apply(this,r.call(n,function(n){return n!==t}))}:function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];if(n.length<50)for(var r=0;r<n.length;r++){"string"==typeof(u=n[r])?p.call(this,l(u)):u!==t&&p.call(this,u)}else{var o=d.call(document);for(r=0;r<n.length;r++){var u;"string"==typeof(u=n[r])?p.call(o,l(u)):u!==t&&p.call(o,u)}p.call(this,o)}},y=function(n){throw new Error("Kt.js:".concat(n))};function w(n,t,e){t in n?n[t]=!!e:v.call(n,t,e)}function b(n,t,e){t in n?n[t]=e:v.call(n,t,e)}var g={checked:w,selected:w,value:b,valueAsDate:b,valueAsNumber:b,defaultValue:b,defaultChecked:w,defaultSelected:w,disabled:w,readOnly:w,multiple:w,required:w,autofocus:w,open:w,controls:w,autoplay:w,loop:w,muted:w,defer:w,async:w,hidden:function(n,t,e){n.hidden=!!e}},E=function(n,t,e){return v.call(n,t,e)};function j(n,t){"string"==typeof t?n.className=t:"object"==typeof t&&null!==t?function(n,t){var e=t.class,r=t.style;if(void 0!==e&&(n.className=e,delete t.class),void 0!==r){if("string"==typeof r)v.call(n,"style",r);else for(var u in n.style)n.style[u]=r[u];delete t.style}for(var i=o(t),a=i.length-1;a>=0;a--){var f=t[u=i[a]];"function"!=typeof f?(g[u]||E)(n,u,f):s.call(n,u,f)}void 0!==e&&(t.style=e),void 0!==r&&(t.style=r)}(n,t):y("applyAttr attr must be an object.")}function A(n,t,r){void 0===t&&(t=""),void 0===r&&(r=""),"string"!=typeof n&&y("h tagName must be a string.");var o,u=(o=n,f.call(document,o));return j(u,t),function(n,t){e(t)?h.apply(n,t):h.call(n,t)}(u,r),u}var P=function(n){return function(t,e){return A(n,t,e)}},R=P("div"),k=P("span"),H=P("label"),L=P("p"),M=P("h1"),O=P("h2"),T=P("h3"),q=P("h4"),C=P("h5"),N=P("h6"),I=P("ul"),U=P("ol"),x=P("li"),D=P("button"),K=P("form"),S=P("input"),V=P("select"),$=P("option"),z=P("table"),B=P("thead"),F=P("tbody"),G=P("tr"),J=P("th"),Q=P("td"),W=P("a"),X=P("img"),Y=function(){return!0};return n.a=W,n.btn=D,n.createRouter=function(n){var t=n.routes,e=n.container,r=n.beforeEach,o=void 0===r?Y:r,u=n.afterEach,f=void 0===u?Y:u,c=n.onError,d=void 0===c?console.error:c,l=null,s=t.map(function(n){var t=[],e=n.path.replace(/\/:([^/]+)/g,function(n,e){return t.push(e),"/([^/]+)"});return{route:n,pattern:new RegExp("^".concat(e,"$")),names:t}}),v=function(n){for(var t=0;t<s.length;t++){var e=s[t],r=e.route,o=e.pattern,u=e.names,i=n.match(o);if(i){for(var a={},f=0;f<u.length;f++)a[u[f]]=i[f+1];return{route:r,params:a}}}return null},p=function(n){var t={};if(!n)return t;for(var e=(0===n.indexOf("?")?n.slice(1):n).split("&"),r=0;r<e.length;r++){var o=e[r].split("="),u=o[0];u&&(t[decodeURIComponent(u)]=decodeURIComponent(o[1]||""))}return t},m="undefined"!=typeof Promise?function(n){var t=n.split("?"),r=t[0],u=t[1],c=p(u||""),s=v(r);if(!s){var m=new Error("Route not found: ".concat(r));return d(m),a(m)}var h={params:s.params,query:c,path:r,meta:s.route.meta};return i(o(h,l)).then(function(n){return n?(window.location.hash=u?"".concat(r,"?").concat(u):r,s.route.handler(h)):a(new Error("Navigation blocked by guard"))}).then(function(n){e&&n&&(e.innerHTML="",e.appendChild(n)),f(l=h)}).catch(function(n){return d(n),a(n)})}:function(n){var t=n.split("?"),r=t[0],u=t[1],i=p(u||""),a=v(r);if(a){var c={params:a.params,query:i,path:r,meta:a.route.meta};try{if(!o(c,l))return;window.location.hash=u?"".concat(r,"?").concat(u):r;var s=a.route.handler(c);e&&s&&"function"!=typeof s.then&&(e.innerHTML="",e.appendChild(s)),f(l=c)}catch(n){d(n)}}else d(new Error("Route not found: ".concat(r)))},h=function(){return m(window.location.hash.slice(1)||"/")};return{start:function(){window.addEventListener("hashchange",h),h()},stop:function(){return window.removeEventListener("hashchange",h)},push:function(n){return m(n)},current:function(){return l}}},n.div=R,n.form=K,n.h=A,n.h1=M,n.h2=O,n.h3=T,n.h4=q,n.h5=C,n.h6=N,n.img=X,n.input=S,n.ktnull=t,n.label=H,n.li=x,n.ol=U,n.option=$,n.p=L,n.select=V,n.span=k,n.table=z,n.tbody=F,n.td=Q,n.th=J,n.thead=B,n.tr=G,n.ul=I,n}({});
1
+ var kt=function(n){"use strict";var t=Object.freeze(Object.create(null)),e=Array.isArray,r=Array.prototype.filter,o=Object.prototype.hasOwnProperty,u=Object.keys,i=function(){return{}},f="undefined"==typeof Promise?i:Promise.resolve,a="undefined"==typeof Promise?i:Promise.reject,c=document.createElement,d=document.createTextNode,l=document.createDocumentFragment,s=function(n){return void 0===n&&(n=""),d.call(document,n)},v=HTMLElement.prototype.addEventListener,p=HTMLElement.prototype.setAttribute,m=HTMLElement.prototype.appendChild,h=HTMLElement.prototype.append,y="function"==typeof h?function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];return h.apply(this,r.call(n,function(n){return n!==t}))}:function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];if(n.length<50)for(var r=0;r<n.length;r++){"string"==typeof(u=n[r])?m.call(this,s(u)):u!==t&&m.call(this,u)}else{var o=l.call(document);for(r=0;r<n.length;r++){var u;"string"==typeof(u=n[r])?m.call(o,s(u)):u!==t&&m.call(o,u)}m.call(this,o)}},b=function(n){throw new Error("Kt.js:".concat(n))};function w(n,t,e){t in n?n[t]=!!e:p.call(n,t,e)}function g(n,t,e){t in n?n[t]=e:p.call(n,t,e)}var E={checked:w,selected:w,value:g,valueAsDate:g,valueAsNumber:g,defaultValue:g,defaultChecked:w,defaultSelected:w,disabled:w,readOnly:w,multiple:w,required:w,autofocus:w,open:w,controls:w,autoplay:w,loop:w,muted:w,defer:w,async:w,hidden:function(n,t,e){n.hidden=!!e}},j=function(n,t,e){return p.call(n,t,e)};function A(n,t){"string"==typeof t?n.className=t:"object"==typeof t&&null!==t?function(n,t){var e=t.class,r=t.style;if(void 0!==e&&(n.className=e,delete t.class),r){if("string"==typeof r)p.call(n,"style",r);else if("object"==typeof r)for(var i in r)o.call(n.style,i)&&(n.style[i]=r[i]);delete t.style}for(var f=u(t),a=f.length-1;a>=0;a--){var c=t[i=f[a]];"function"!=typeof c?(E[i]||j)(n,i,c):v.call(n,i,c)}void 0!==e&&(t.style=e),void 0!==r&&(t.style=r)}(n,t):b("applyAttr attr must be an object.")}function O(n,t,r){void 0===t&&(t=""),void 0===r&&(r=""),"string"!=typeof n&&b("h tagName must be a string.");var o,u=(o=n,c.call(document,o));return A(u,t),function(n,t){e(t)?y.apply(n,t):y.call(n,t)}(u,r),u}var P=function(n){return function(t,e){return O(n,t,e)}},R=P("div"),k=P("span"),H=P("label"),L=P("p"),M=P("h1"),T=P("h2"),q=P("h3"),C=P("h4"),N=P("h5"),I=P("h6"),U=P("ul"),x=P("ol"),D=P("li"),K=P("button"),S=P("form"),V=P("input"),$=P("select"),z=P("option"),B=P("table"),F=P("thead"),G=P("tbody"),J=P("tr"),Q=P("th"),W=P("td"),X=P("a"),Y=P("img"),Z=function(){return!0};return n.a=X,n.btn=K,n.createRouter=function(n){var t=n.routes,e=n.container,r=n.beforeEach,o=void 0===r?Z:r,u=n.afterEach,i=void 0===u?Z:u,c=n.onError,d=void 0===c?console.error:c,l=null,s=t.map(function(n){var t=[],e=n.path.replace(/\/:([^/]+)/g,function(n,e){return t.push(e),"/([^/]+)"});return{route:n,pattern:new RegExp("^".concat(e,"$")),names:t}}),v=function(n){for(var t=0;t<s.length;t++){var e=s[t],r=e.route,o=e.pattern,u=e.names,i=n.match(o);if(i){for(var f={},a=0;a<u.length;a++)f[u[a]]=i[a+1];return{route:r,params:f}}}return null},p=function(n){var t={};if(!n)return t;for(var e=(0===n.indexOf("?")?n.slice(1):n).split("&"),r=0;r<e.length;r++){var o=e[r].split("="),u=o[0];u&&(t[decodeURIComponent(u)]=decodeURIComponent(o[1]||""))}return t},m="undefined"!=typeof Promise?function(n){var t=n.split("?"),r=t[0],u=t[1],c=p(u||""),s=v(r);if(!s){var m=new Error("Route not found: ".concat(r));return d(m),a(m)}var h={params:s.params,query:c,path:r,meta:s.route.meta};return f(o(h,l)).then(function(n){return n?(window.location.hash=u?"".concat(r,"?").concat(u):r,s.route.handler(h)):a(new Error("Navigation blocked by guard"))}).then(function(n){e&&n&&(e.innerHTML="",e.appendChild(n)),i(l=h)}).catch(function(n){return d(n),a(n)})}:function(n){var t=n.split("?"),r=t[0],u=t[1],f=p(u||""),a=v(r);if(a){var c={params:a.params,query:f,path:r,meta:a.route.meta};try{if(!o(c,l))return;window.location.hash=u?"".concat(r,"?").concat(u):r;var s=a.route.handler(c);e&&s&&"function"!=typeof s.then&&(e.innerHTML="",e.appendChild(s)),i(l=c)}catch(n){d(n)}}else d(new Error("Route not found: ".concat(r)))},h=function(){return m(window.location.hash.slice(1)||"/")};return{start:function(){window.addEventListener("hashchange",h),h()},stop:function(){return window.removeEventListener("hashchange",h)},push:function(n){return m(n)},current:function(){return l}}},n.div=R,n.form=S,n.h=O,n.h1=M,n.h2=T,n.h3=q,n.h4=C,n.h5=N,n.h6=I,n.img=Y,n.input=V,n.ktnull=t,n.label=H,n.li=D,n.ol=x,n.option=z,n.p=L,n.select=$,n.span=k,n.table=B,n.tbody=G,n.td=W,n.th=Q,n.thead=F,n.tr=J,n.ul=U,n}({});
package/dist/index.mjs CHANGED
@@ -1 +1 @@
1
- var n=Object.freeze(Object.create(null)),t=Array.isArray,e=Array.prototype.filter,r=Object.keys,o=function(){return{}},u="undefined"==typeof Promise?o:Promise.resolve,i="undefined"==typeof Promise?o:Promise.reject,a=document.createElement,f=document.createTextNode,c=document.createDocumentFragment,d=function(n){return void 0===n&&(n=""),f.call(document,n)},l=HTMLElement.prototype.addEventListener,v=HTMLElement.prototype.setAttribute,s=HTMLElement.prototype.appendChild,p=HTMLElement.prototype.append,m="function"==typeof p?function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return p.apply(this,e.call(t,function(t){return t!==n}))}:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];if(t.length<50)for(var r=0;r<t.length;r++){"string"==typeof(u=t[r])?s.call(this,d(u)):u!==n&&s.call(this,u)}else{var o=c.call(document);for(r=0;r<t.length;r++){var u;"string"==typeof(u=t[r])?s.call(o,d(u)):u!==n&&s.call(o,u)}s.call(this,o)}},h=function(n){throw new Error("Kt.js:".concat(n))};function y(n,t,e){t in n?n[t]=!!e:v.call(n,t,e)}function w(n,t,e){t in n?n[t]=e:v.call(n,t,e)}var b={checked:y,selected:y,value:w,valueAsDate:w,valueAsNumber:w,defaultValue:w,defaultChecked:y,defaultSelected:y,disabled:y,readOnly:y,multiple:y,required:y,autofocus:y,open:y,controls:y,autoplay:y,loop:y,muted:y,defer:y,async:y,hidden:function(n,t,e){n.hidden=!!e}},g=function(n,t,e){return v.call(n,t,e)};function E(n,t){"string"==typeof t?n.className=t:"object"==typeof t&&null!==t?function(n,t){var e=t.class,o=t.style;if(void 0!==e&&(n.className=e,delete t.class),void 0!==o){if("string"==typeof o)v.call(n,"style",o);else for(var u in n.style)n.style[u]=o[u];delete t.style}for(var i=r(t),a=i.length-1;a>=0;a--){var f=t[u=i[a]];"function"!=typeof f?(b[u]||g)(n,u,f):l.call(n,u,f)}void 0!==e&&(t.style=e),void 0!==o&&(t.style=o)}(n,t):h("applyAttr attr must be an object.")}function j(n,e,r){void 0===e&&(e=""),void 0===r&&(r=""),"string"!=typeof n&&h("h tagName must be a string.");var o,u=(o=n,a.call(document,o));return E(u,e),function(n,e){t(e)?m.apply(n,e):m.call(n,e)}(u,r),u}var A=function(n){return function(t,e){return j(n,t,e)}},P=A("div"),R=A("span"),H=A("label"),L=A("p"),M=A("h1"),O=A("h2"),T=A("h3"),k=A("h4"),q=A("h5"),C=A("h6"),N=A("ul"),x=A("ol"),I=A("li"),U=A("button"),D=A("form"),K=A("input"),S=A("select"),V=A("option"),$=A("table"),z=A("thead"),B=A("tbody"),F=A("tr"),G=A("th"),J=A("td"),Q=A("a"),W=A("img"),X=function(){return!0};function Y(n){var t=n.routes,e=n.container,r=n.beforeEach,o=void 0===r?X:r,a=n.afterEach,f=void 0===a?X:a,c=n.onError,d=void 0===c?console.error:c,l=null,v=t.map(function(n){var t=[],e=n.path.replace(/\/:([^/]+)/g,function(n,e){return t.push(e),"/([^/]+)"});return{route:n,pattern:new RegExp("^".concat(e,"$")),names:t}}),s=function(n){for(var t=0;t<v.length;t++){var e=v[t],r=e.route,o=e.pattern,u=e.names,i=n.match(o);if(i){for(var a={},f=0;f<u.length;f++)a[u[f]]=i[f+1];return{route:r,params:a}}}return null},p=function(n){var t={};if(!n)return t;for(var e=(0===n.indexOf("?")?n.slice(1):n).split("&"),r=0;r<e.length;r++){var o=e[r].split("="),u=o[0];u&&(t[decodeURIComponent(u)]=decodeURIComponent(o[1]||""))}return t},m="undefined"!=typeof Promise?function(n){var t=n.split("?"),r=t[0],a=t[1],c=p(a||""),v=s(r);if(!v){var m=new Error("Route not found: ".concat(r));return d(m),i(m)}var h={params:v.params,query:c,path:r,meta:v.route.meta};return u(o(h,l)).then(function(n){return n?(window.location.hash=a?"".concat(r,"?").concat(a):r,v.route.handler(h)):i(new Error("Navigation blocked by guard"))}).then(function(n){e&&n&&(e.innerHTML="",e.appendChild(n)),f(l=h)}).catch(function(n){return d(n),i(n)})}:function(n){var t=n.split("?"),r=t[0],u=t[1],i=p(u||""),a=s(r);if(a){var c={params:a.params,query:i,path:r,meta:a.route.meta};try{if(!o(c,l))return;window.location.hash=u?"".concat(r,"?").concat(u):r;var v=a.route.handler(c);e&&v&&"function"!=typeof v.then&&(e.innerHTML="",e.appendChild(v)),f(l=c)}catch(n){d(n)}}else d(new Error("Route not found: ".concat(r)))},h=function(){return m(window.location.hash.slice(1)||"/")};return{start:function(){window.addEventListener("hashchange",h),h()},stop:function(){return window.removeEventListener("hashchange",h)},push:function(n){return m(n)},current:function(){return l}}}export{Q as a,U as btn,Y as createRouter,P as div,D as form,j as h,M as h1,O as h2,T as h3,k as h4,q as h5,C as h6,W as img,K as input,n as ktnull,H as label,I as li,x as ol,V as option,L as p,S as select,R as span,$ as table,B as tbody,J as td,G as th,z as thead,F as tr,N as ul};
1
+ var n=Object.freeze(Object.create(null)),t=Array.isArray,e=Array.prototype.filter,r=Object.prototype.hasOwnProperty,o=Object.keys,u=function(){return{}},i="undefined"==typeof Promise?u:Promise.resolve,f="undefined"==typeof Promise?u:Promise.reject,a=document.createElement,c=document.createTextNode,d=document.createDocumentFragment,l=function(n){return void 0===n&&(n=""),c.call(document,n)},s=HTMLElement.prototype.addEventListener,v=HTMLElement.prototype.setAttribute,p=HTMLElement.prototype.appendChild,m=HTMLElement.prototype.append,h="function"==typeof m?function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return m.apply(this,e.call(t,function(t){return t!==n}))}:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];if(t.length<50)for(var r=0;r<t.length;r++){"string"==typeof(u=t[r])?p.call(this,l(u)):u!==n&&p.call(this,u)}else{var o=d.call(document);for(r=0;r<t.length;r++){var u;"string"==typeof(u=t[r])?p.call(o,l(u)):u!==n&&p.call(o,u)}p.call(this,o)}},y=function(n){throw new Error("Kt.js:".concat(n))};function b(n,t,e){t in n?n[t]=!!e:v.call(n,t,e)}function w(n,t,e){t in n?n[t]=e:v.call(n,t,e)}var g={checked:b,selected:b,value:w,valueAsDate:w,valueAsNumber:w,defaultValue:w,defaultChecked:b,defaultSelected:b,disabled:b,readOnly:b,multiple:b,required:b,autofocus:b,open:b,controls:b,autoplay:b,loop:b,muted:b,defer:b,async:b,hidden:function(n,t,e){n.hidden=!!e}},E=function(n,t,e){return v.call(n,t,e)};function j(n,t){"string"==typeof t?n.className=t:"object"==typeof t&&null!==t?function(n,t){var e=t.class,u=t.style;if(void 0!==e&&(n.className=e,delete t.class),u){if("string"==typeof u)v.call(n,"style",u);else if("object"==typeof u)for(var i in u)r.call(n.style,i)&&(n.style[i]=u[i]);delete t.style}for(var f=o(t),a=f.length-1;a>=0;a--){var c=t[i=f[a]];"function"!=typeof c?(g[i]||E)(n,i,c):s.call(n,i,c)}void 0!==e&&(t.style=e),void 0!==u&&(t.style=u)}(n,t):y("applyAttr attr must be an object.")}function A(n,e,r){void 0===e&&(e=""),void 0===r&&(r=""),"string"!=typeof n&&y("h tagName must be a string.");var o,u=(o=n,a.call(document,o));return j(u,e),function(n,e){t(e)?h.apply(n,e):h.call(n,e)}(u,r),u}var O=function(n){return function(t,e){return A(n,t,e)}},P=O("div"),R=O("span"),H=O("label"),L=O("p"),M=O("h1"),T=O("h2"),k=O("h3"),q=O("h4"),C=O("h5"),N=O("h6"),x=O("ul"),I=O("ol"),U=O("li"),D=O("button"),K=O("form"),S=O("input"),V=O("select"),$=O("option"),z=O("table"),B=O("thead"),F=O("tbody"),G=O("tr"),J=O("th"),Q=O("td"),W=O("a"),X=O("img"),Y=function(){return!0};function Z(n){var t=n.routes,e=n.container,r=n.beforeEach,o=void 0===r?Y:r,u=n.afterEach,a=void 0===u?Y:u,c=n.onError,d=void 0===c?console.error:c,l=null,s=t.map(function(n){var t=[],e=n.path.replace(/\/:([^/]+)/g,function(n,e){return t.push(e),"/([^/]+)"});return{route:n,pattern:new RegExp("^".concat(e,"$")),names:t}}),v=function(n){for(var t=0;t<s.length;t++){var e=s[t],r=e.route,o=e.pattern,u=e.names,i=n.match(o);if(i){for(var f={},a=0;a<u.length;a++)f[u[a]]=i[a+1];return{route:r,params:f}}}return null},p=function(n){var t={};if(!n)return t;for(var e=(0===n.indexOf("?")?n.slice(1):n).split("&"),r=0;r<e.length;r++){var o=e[r].split("="),u=o[0];u&&(t[decodeURIComponent(u)]=decodeURIComponent(o[1]||""))}return t},m="undefined"!=typeof Promise?function(n){var t=n.split("?"),r=t[0],u=t[1],c=p(u||""),s=v(r);if(!s){var m=new Error("Route not found: ".concat(r));return d(m),f(m)}var h={params:s.params,query:c,path:r,meta:s.route.meta};return i(o(h,l)).then(function(n){return n?(window.location.hash=u?"".concat(r,"?").concat(u):r,s.route.handler(h)):f(new Error("Navigation blocked by guard"))}).then(function(n){e&&n&&(e.innerHTML="",e.appendChild(n)),a(l=h)}).catch(function(n){return d(n),f(n)})}:function(n){var t=n.split("?"),r=t[0],u=t[1],i=p(u||""),f=v(r);if(f){var c={params:f.params,query:i,path:r,meta:f.route.meta};try{if(!o(c,l))return;window.location.hash=u?"".concat(r,"?").concat(u):r;var s=f.route.handler(c);e&&s&&"function"!=typeof s.then&&(e.innerHTML="",e.appendChild(s)),a(l=c)}catch(n){d(n)}}else d(new Error("Route not found: ".concat(r)))},h=function(){return m(window.location.hash.slice(1)||"/")};return{start:function(){window.addEventListener("hashchange",h),h()},stop:function(){return window.removeEventListener("hashchange",h)},push:function(n){return m(n)},current:function(){return l}}}export{W as a,D as btn,Z as createRouter,P as div,K as form,A as h,M as h1,T as h2,k as h3,q as h4,C as h5,N as h6,X as img,S as input,n as ktnull,H as label,U as li,I as ol,$ as option,L as p,V as select,R as span,z as table,F as tbody,Q as td,J as th,B as thead,G as tr,x as ul};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kt.js",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "author": {
5
5
  "name": "Kasukabe Tsumugi",
6
6
  "email": "futami16237@gmail.com"