@drocketxx/pm2me 1.0.0
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/README.md +236 -0
- package/backend/app.js +109 -0
- package/backend/db/_database.json +137 -0
- package/backend/db/database.json +51 -0
- package/backend/db/index.js +42 -0
- package/backend/node_modules/.bin/blessed +16 -0
- package/backend/node_modules/.bin/blessed.cmd +17 -0
- package/backend/node_modules/.bin/blessed.ps1 +28 -0
- package/backend/node_modules/.bin/escodegen +16 -0
- package/backend/node_modules/.bin/escodegen.cmd +17 -0
- package/backend/node_modules/.bin/escodegen.ps1 +28 -0
- package/backend/node_modules/.bin/esgenerate +16 -0
- package/backend/node_modules/.bin/esgenerate.cmd +17 -0
- package/backend/node_modules/.bin/esgenerate.ps1 +28 -0
- package/backend/node_modules/.bin/esparse +16 -0
- package/backend/node_modules/.bin/esparse.cmd +17 -0
- package/backend/node_modules/.bin/esparse.ps1 +28 -0
- package/backend/node_modules/.bin/esvalidate +16 -0
- package/backend/node_modules/.bin/esvalidate.cmd +17 -0
- package/backend/node_modules/.bin/esvalidate.ps1 +28 -0
- package/backend/node_modules/.bin/js-yaml +16 -0
- package/backend/node_modules/.bin/js-yaml.cmd +17 -0
- package/backend/node_modules/.bin/js-yaml.ps1 +28 -0
- package/backend/node_modules/.bin/mkdirp +16 -0
- package/backend/node_modules/.bin/mkdirp.cmd +17 -0
- package/backend/node_modules/.bin/mkdirp.ps1 +28 -0
- package/backend/node_modules/.bin/needle +16 -0
- package/backend/node_modules/.bin/needle.cmd +17 -0
- package/backend/node_modules/.bin/needle.ps1 +28 -0
- package/backend/node_modules/.bin/node-gyp-build +16 -0
- package/backend/node_modules/.bin/node-gyp-build-optional +16 -0
- package/backend/node_modules/.bin/node-gyp-build-optional.cmd +17 -0
- package/backend/node_modules/.bin/node-gyp-build-optional.ps1 +28 -0
- package/backend/node_modules/.bin/node-gyp-build-test +16 -0
- package/backend/node_modules/.bin/node-gyp-build-test.cmd +17 -0
- package/backend/node_modules/.bin/node-gyp-build-test.ps1 +28 -0
- package/backend/node_modules/.bin/node-gyp-build.cmd +17 -0
- package/backend/node_modules/.bin/node-gyp-build.ps1 +28 -0
- package/backend/node_modules/.bin/nodemon +16 -0
- package/backend/node_modules/.bin/nodemon.cmd +17 -0
- package/backend/node_modules/.bin/nodemon.ps1 +28 -0
- package/backend/node_modules/.bin/nodetouch +16 -0
- package/backend/node_modules/.bin/nodetouch.cmd +17 -0
- package/backend/node_modules/.bin/nodetouch.ps1 +28 -0
- package/backend/node_modules/.bin/pm2 +16 -0
- package/backend/node_modules/.bin/pm2-dev +16 -0
- package/backend/node_modules/.bin/pm2-dev.cmd +17 -0
- package/backend/node_modules/.bin/pm2-dev.ps1 +28 -0
- package/backend/node_modules/.bin/pm2-docker +16 -0
- package/backend/node_modules/.bin/pm2-docker.cmd +17 -0
- package/backend/node_modules/.bin/pm2-docker.ps1 +28 -0
- package/backend/node_modules/.bin/pm2-runtime +16 -0
- package/backend/node_modules/.bin/pm2-runtime.cmd +17 -0
- package/backend/node_modules/.bin/pm2-runtime.ps1 +28 -0
- package/backend/node_modules/.bin/pm2.cmd +17 -0
- package/backend/node_modules/.bin/pm2.ps1 +28 -0
- package/backend/node_modules/.bin/resolve +16 -0
- package/backend/node_modules/.bin/resolve.cmd +17 -0
- package/backend/node_modules/.bin/resolve.ps1 +28 -0
- package/backend/node_modules/.bin/semver +16 -0
- package/backend/node_modules/.bin/semver.cmd +17 -0
- package/backend/node_modules/.bin/semver.ps1 +28 -0
- package/backend/node_modules/.bin/systeminformation +16 -0
- package/backend/node_modules/.bin/systeminformation.cmd +17 -0
- package/backend/node_modules/.bin/systeminformation.ps1 +28 -0
- package/backend/node_modules/.package-lock.json +2709 -0
- package/backend/node_modules/@kwsites/file-exists/CHANGELOG.md +12 -0
- package/backend/node_modules/@kwsites/file-exists/LICENSE +20 -0
- package/backend/node_modules/@kwsites/file-exists/dist/index.d.ts +1 -0
- package/backend/node_modules/@kwsites/file-exists/dist/index.js +7 -0
- package/backend/node_modules/@kwsites/file-exists/dist/index.js.map +1 -0
- package/backend/node_modules/@kwsites/file-exists/dist/src/index.d.ts +19 -0
- package/backend/node_modules/@kwsites/file-exists/dist/src/index.js +55 -0
- package/backend/node_modules/@kwsites/file-exists/dist/src/index.js.map +1 -0
- package/backend/node_modules/@kwsites/file-exists/dist/test/__mocks__/fs.d.ts +7 -0
- package/backend/node_modules/@kwsites/file-exists/dist/test/__mocks__/fs.js +26 -0
- package/backend/node_modules/@kwsites/file-exists/dist/test/__mocks__/fs.js.map +1 -0
- package/backend/node_modules/@kwsites/file-exists/dist/test/exists.spec.d.ts +1 -0
- package/backend/node_modules/@kwsites/file-exists/dist/test/exists.spec.js +77 -0
- package/backend/node_modules/@kwsites/file-exists/dist/test/exists.spec.js.map +1 -0
- package/backend/node_modules/@kwsites/file-exists/package.json +42 -0
- package/backend/node_modules/@kwsites/file-exists/readme.md +41 -0
- package/backend/node_modules/@kwsites/promise-deferred/LICENSE +21 -0
- package/backend/node_modules/@kwsites/promise-deferred/dist/index.d.ts +49 -0
- package/backend/node_modules/@kwsites/promise-deferred/dist/index.js +59 -0
- package/backend/node_modules/@kwsites/promise-deferred/dist/index.js.map +1 -0
- package/backend/node_modules/@kwsites/promise-deferred/package.json +43 -0
- package/backend/node_modules/@pm2/agent/.mocharc.yml +12 -0
- package/backend/node_modules/@pm2/agent/LICENSE +661 -0
- package/backend/node_modules/@pm2/agent/README.md +62 -0
- package/backend/node_modules/@pm2/agent/bun.lockb +0 -0
- package/backend/node_modules/@pm2/agent/config.js +30 -0
- package/backend/node_modules/@pm2/agent/constants.js +99 -0
- package/backend/node_modules/@pm2/agent/index.js +2 -0
- package/backend/node_modules/@pm2/agent/node_modules/.bin/semver +16 -0
- package/backend/node_modules/@pm2/agent/node_modules/.bin/semver.cmd +17 -0
- package/backend/node_modules/@pm2/agent/node_modules/.bin/semver.ps1 +28 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/.editorconfig +6 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/CHANGELOG.md +562 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/LICENSE +21 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/README.md +127 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/dayjs.min.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/constant.js +25 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/index.d.ts +115 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/index.js +425 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/af.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/am.js +40 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar-dz.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar-kw.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar-ly.js +24 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar-ma.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar-sa.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar-tn.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar.js +40 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/az.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/be.js +24 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/bg.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/bi.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/bm.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/bn.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/bo.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/br.js +28 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/bs.js +24 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ca.js +42 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/cs.js +120 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/cv.js +24 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/cy.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/da.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/de-at.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/de-ch.js +24 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/de.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/dv.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/el.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-SG.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-au.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-ca.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-gb.js +42 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-ie.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-il.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-in.js +42 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-nz.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-tt.js +42 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en.js +7 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/eo.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/es-do.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/es-pr.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/es-us.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/es.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/et.js +65 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/eu.js +43 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fa.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fi.js +87 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fo.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fr-ca.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fr-ch.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fr.js +41 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fy.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ga.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/gd.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/gl.js +24 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/gom-latn.js +25 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/gu.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/he.js +54 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/hi.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/hr.js +53 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ht.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/hu.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/hy-am.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/id.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/index.d.ts +11 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/is.js +24 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/it-ch.js +24 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/it.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ja.js +45 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/jv.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ka.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/kk.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/km.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/kn.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ko.js +45 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ku.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ky.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/lb.js +24 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/lo.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/lt.js +70 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/lv.js +24 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/me.js +24 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/mi.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/mk.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ml.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/mn.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/mr.js +23 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ms-my.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ms.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/mt.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/my.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/nb.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ne.js +40 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/nl-be.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/nl.js +40 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/nn.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/oc-lnc.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/pa-in.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/pl.js +86 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/pt-br.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/pt.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ro.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ru.js +87 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/rw.js +35 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sd.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/se.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/si.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sk.js +121 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sl.js +24 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sq.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sr-cyrl.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sr.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ss.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sv.js +43 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sw.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ta.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/te.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tet.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tg.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/th.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tk.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tl-ph.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tlh.js +24 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tr.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/types.d.ts +33 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tzl.js +24 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tzm-latn.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tzm.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ug-cn.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/uk.js +77 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ur.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/uz-latn.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/uz.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/vi.js +43 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/x-pseudo.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/yo.js +39 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/zh-cn.js +67 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/zh-hk.js +38 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/zh-tw.js +42 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/zh.js +67 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/advancedFormat/index.d.ts +4 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/advancedFormat/index.js +55 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/badMutable/index.d.ts +4 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/badMutable/index.js +61 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/buddhistEra/index.d.ts +4 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/buddhistEra/index.js +21 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/calendar/index.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/calendar/index.js +32 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/customParseFormat/index.d.ts +4 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/customParseFormat/index.js +280 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/dayOfYear/index.d.ts +11 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/dayOfYear/index.js +8 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/duration/index.d.ts +58 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/duration/index.js +262 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isBetween/index.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isBetween/index.js +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isLeapYear/index.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isLeapYear/index.js +7 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isMoment/index.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isMoment/index.js +5 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isSameOrAfter/index.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isSameOrAfter/index.js +5 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isSameOrBefore/index.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isSameOrBefore/index.js +5 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isToday/index.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isToday/index.js +9 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isTomorrow/index.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isTomorrow/index.js +9 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isYesterday/index.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isYesterday/index.js +9 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isoWeek/index.d.ts +27 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isoWeek/index.js +57 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.js +15 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/localeData/index.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/localeData/index.js +102 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/localizedFormat/index.d.ts +4 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/localizedFormat/index.js +36 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/minMax/index.d.ts +11 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/minMax/index.js +36 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/objectSupport/index.d.ts +12 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/objectSupport/index.js +81 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/pluralGetSet/index.d.ts +44 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/pluralGetSet/index.js +7 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/quarterOfYear/index.d.ts +26 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/quarterOfYear/index.js +41 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/relativeTime/index.d.ts +24 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/relativeTime/index.js +116 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/timezone/index.d.ts +17 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/timezone/index.js +123 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/toArray/index.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/toArray/index.js +7 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/toObject/index.d.ts +20 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/toObject/index.js +15 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/updateLocale/index.d.ts +8 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/updateLocale/index.js +12 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/utc/index.d.ts +19 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/utc/index.js +141 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/weekOfYear/index.d.ts +12 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/weekOfYear/index.js +44 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/weekYear/index.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/weekYear/index.js +15 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/weekday/index.d.ts +12 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/weekday/index.js +15 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/utils.js +58 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/index.d.ts +115 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/af.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/am.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar-dz.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar-kw.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar-ly.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar-ma.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar-sa.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar-tn.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/az.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/be.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/bg.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/bi.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/bm.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/bn.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/bo.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/br.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/bs.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ca.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/cs.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/cv.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/cy.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/da.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/de-at.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/de-ch.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/de.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/dv.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/el.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-SG.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-au.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-ca.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-gb.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-ie.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-il.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-in.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-nz.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-tt.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/eo.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/es-do.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/es-pr.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/es-us.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/es.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/et.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/eu.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fa.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fi.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fo.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fr-ca.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fr-ch.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fr.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fy.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ga.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/gd.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/gl.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/gom-latn.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/gu.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/he.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/hi.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/hr.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ht.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/hu.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/hy-am.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/id.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/index.d.ts +11 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/is.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/it-ch.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/it.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ja.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/jv.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ka.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/kk.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/km.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/kn.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ko.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ku.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ky.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/lb.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/lo.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/lt.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/lv.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/me.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/mi.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/mk.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ml.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/mn.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/mr.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ms-my.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ms.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/mt.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/my.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/nb.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ne.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/nl-be.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/nl.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/nn.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/oc-lnc.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/pa-in.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/pl.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/pt-br.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/pt.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ro.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ru.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/rw.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sd.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/se.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/si.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sk.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sl.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sq.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sr-cyrl.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sr.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ss.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sv.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sw.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ta.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/te.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tet.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tg.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/th.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tk.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tl-ph.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tlh.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tr.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/types.d.ts +33 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tzl.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tzm-latn.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tzm.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ug-cn.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/uk.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ur.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/uz-latn.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/uz.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/vi.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/x-pseudo.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/yo.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/zh-cn.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/zh-hk.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/zh-tw.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/zh.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale.json +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/package.json +101 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/advancedFormat.d.ts +4 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/advancedFormat.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/badMutable.d.ts +4 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/badMutable.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/buddhistEra.d.ts +4 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/buddhistEra.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/calendar.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/calendar.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/customParseFormat.d.ts +4 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/customParseFormat.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/dayOfYear.d.ts +11 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/dayOfYear.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/duration.d.ts +58 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/duration.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isBetween.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isBetween.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isLeapYear.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isLeapYear.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isMoment.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isMoment.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isSameOrAfter.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isSameOrAfter.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isSameOrBefore.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isSameOrBefore.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isToday.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isToday.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isTomorrow.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isTomorrow.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isYesterday.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isYesterday.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isoWeek.d.ts +27 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isoWeek.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isoWeeksInYear.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isoWeeksInYear.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/localeData.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/localeData.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/localizedFormat.d.ts +4 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/localizedFormat.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/minMax.d.ts +11 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/minMax.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/objectSupport.d.ts +12 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/objectSupport.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/pluralGetSet.d.ts +44 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/pluralGetSet.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/quarterOfYear.d.ts +26 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/quarterOfYear.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/relativeTime.d.ts +24 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/relativeTime.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/timezone.d.ts +17 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/timezone.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/toArray.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/toArray.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/toObject.d.ts +20 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/toObject.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/updateLocale.d.ts +8 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/updateLocale.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/utc.d.ts +19 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/utc.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/weekOfYear.d.ts +12 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/weekOfYear.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/weekYear.d.ts +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/weekYear.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/weekday.d.ts +12 -0
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/weekday.js +1 -0
- package/backend/node_modules/@pm2/agent/node_modules/debug/LICENSE +20 -0
- package/backend/node_modules/@pm2/agent/node_modules/debug/README.md +481 -0
- package/backend/node_modules/@pm2/agent/node_modules/debug/package.json +60 -0
- package/backend/node_modules/@pm2/agent/node_modules/debug/src/browser.js +271 -0
- package/backend/node_modules/@pm2/agent/node_modules/debug/src/common.js +274 -0
- package/backend/node_modules/@pm2/agent/node_modules/debug/src/index.js +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/debug/src/node.js +263 -0
- package/backend/node_modules/@pm2/agent/node_modules/lru-cache/LICENSE +15 -0
- package/backend/node_modules/@pm2/agent/node_modules/lru-cache/README.md +166 -0
- package/backend/node_modules/@pm2/agent/node_modules/lru-cache/index.js +334 -0
- package/backend/node_modules/@pm2/agent/node_modules/lru-cache/package.json +34 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/LICENSE +15 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/README.md +637 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/bin/semver.js +197 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/classes/comparator.js +141 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/classes/index.js +5 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/classes/range.js +539 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/classes/semver.js +302 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/clean.js +6 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/cmp.js +52 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/coerce.js +52 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/compare-build.js +7 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/compare-loose.js +3 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/compare.js +5 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/diff.js +65 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/eq.js +3 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/gt.js +3 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/gte.js +3 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/inc.js +19 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/lt.js +3 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/lte.js +3 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/major.js +3 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/minor.js +3 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/neq.js +3 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/parse.js +16 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/patch.js +3 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/prerelease.js +6 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/rcompare.js +3 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/rsort.js +3 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/satisfies.js +10 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/sort.js +3 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/valid.js +6 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/index.js +89 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/internal/constants.js +35 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/internal/debug.js +9 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/internal/identifiers.js +23 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/internal/parse-options.js +15 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/internal/re.js +212 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/package.json +87 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/preload.js +2 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/range.bnf +16 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/gtr.js +4 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/intersects.js +7 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/ltr.js +4 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/max-satisfying.js +25 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/min-satisfying.js +24 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/min-version.js +61 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/outside.js +80 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/simplify.js +47 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/subset.js +247 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/to-comparators.js +8 -0
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/valid.js +11 -0
- package/backend/node_modules/@pm2/agent/package.json +41 -0
- package/backend/node_modules/@pm2/agent/src/InteractorClient.js +513 -0
- package/backend/node_modules/@pm2/agent/src/InteractorDaemon.js +454 -0
- package/backend/node_modules/@pm2/agent/src/PM2Client.js +112 -0
- package/backend/node_modules/@pm2/agent/src/PM2Interface.js +180 -0
- package/backend/node_modules/@pm2/agent/src/TransporterInterface.js +173 -0
- package/backend/node_modules/@pm2/agent/src/Utility.js +395 -0
- package/backend/node_modules/@pm2/agent/src/WatchDog.js +70 -0
- package/backend/node_modules/@pm2/agent/src/push/DataRetriever.js +77 -0
- package/backend/node_modules/@pm2/agent/src/push/PushInteractor.js +206 -0
- package/backend/node_modules/@pm2/agent/src/push/TransactionAggregator.js +670 -0
- package/backend/node_modules/@pm2/agent/src/reverse/ReverseInteractor.js +128 -0
- package/backend/node_modules/@pm2/agent/src/transporters/Transporter.js +129 -0
- package/backend/node_modules/@pm2/agent/src/transporters/WebsocketTransport.js +204 -0
- package/backend/node_modules/@pm2/agent/src/utils/BinaryHeap.js +135 -0
- package/backend/node_modules/@pm2/agent/src/utils/EDS.js +111 -0
- package/backend/node_modules/@pm2/agent/src/utils/probes/Histogram.js +204 -0
- package/backend/node_modules/@pm2/agent/src/utils/units.js +10 -0
- package/backend/node_modules/@pm2/blessed/CHANGELOG.md +83 -0
- package/backend/node_modules/@pm2/blessed/LICENSE +20 -0
- package/backend/node_modules/@pm2/blessed/README.md +2394 -0
- package/backend/node_modules/@pm2/blessed/bin/tput.js +16 -0
- package/backend/node_modules/@pm2/blessed/browser/Makefile +7 -0
- package/backend/node_modules/@pm2/blessed/browser/transform.js +105 -0
- package/backend/node_modules/@pm2/blessed/example/ansi-viewer/LICENSE +20 -0
- package/backend/node_modules/@pm2/blessed/example/ansi-viewer/README.md +17 -0
- package/backend/node_modules/@pm2/blessed/example/ansi-viewer/ansi-art.list +2717 -0
- package/backend/node_modules/@pm2/blessed/example/ansi-viewer/index.js +292 -0
- package/backend/node_modules/@pm2/blessed/example/ansi-viewer/package.json +19 -0
- package/backend/node_modules/@pm2/blessed/example/ansi-viewer/singlebyte.js +406 -0
- package/backend/node_modules/@pm2/blessed/example/blessed-telnet.js +99 -0
- package/backend/node_modules/@pm2/blessed/example/index.js +77 -0
- package/backend/node_modules/@pm2/blessed/example/multiplex.js +142 -0
- package/backend/node_modules/@pm2/blessed/example/ping +448 -0
- package/backend/node_modules/@pm2/blessed/example/simple-form.js +87 -0
- package/backend/node_modules/@pm2/blessed/example/time.js +1052 -0
- package/backend/node_modules/@pm2/blessed/example/widget.js +55 -0
- package/backend/node_modules/@pm2/blessed/index.js +1 -0
- package/backend/node_modules/@pm2/blessed/lib/alias.js +526 -0
- package/backend/node_modules/@pm2/blessed/lib/blessed.js +32 -0
- package/backend/node_modules/@pm2/blessed/lib/colors.js +530 -0
- package/backend/node_modules/@pm2/blessed/lib/events.js +189 -0
- package/backend/node_modules/@pm2/blessed/lib/gpmclient.js +221 -0
- package/backend/node_modules/@pm2/blessed/lib/helpers.js +165 -0
- package/backend/node_modules/@pm2/blessed/lib/keys.js +339 -0
- package/backend/node_modules/@pm2/blessed/lib/program.js +4297 -0
- package/backend/node_modules/@pm2/blessed/lib/tput.js +3022 -0
- package/backend/node_modules/@pm2/blessed/lib/unicode.js +790 -0
- package/backend/node_modules/@pm2/blessed/lib/widget.js +60 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/ansiimage.js +167 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/bigtext.js +159 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/box.js +34 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/button.js +62 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/checkbox.js +91 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/element.js +2570 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/filemanager.js +212 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/form.js +267 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/image.js +61 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/input.js +34 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/layout.js +233 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/line.js +56 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/list.js +599 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/listbar.js +411 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/listtable.js +280 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/loading.js +88 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/log.js +83 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/message.js +123 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/node.js +282 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/overlayimage.js +717 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/progressbar.js +157 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/prompt.js +120 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/question.js +116 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/radiobutton.js +61 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/radioset.js +36 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/screen.js +2298 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/scrollablebox.js +389 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/scrollabletext.js +35 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/table.js +354 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/terminal.js +412 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/text.js +35 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/textarea.js +342 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/textbox.js +77 -0
- package/backend/node_modules/@pm2/blessed/lib/widgets/video.js +126 -0
- package/backend/node_modules/@pm2/blessed/package.json +21 -0
- package/backend/node_modules/@pm2/blessed/usr/fonts/AUTHORS +1 -0
- package/backend/node_modules/@pm2/blessed/usr/fonts/LICENSE +94 -0
- package/backend/node_modules/@pm2/blessed/usr/fonts/README +340 -0
- package/backend/node_modules/@pm2/blessed/usr/fonts/ter-u14b.json +17826 -0
- package/backend/node_modules/@pm2/blessed/usr/fonts/ter-u14n.json +17826 -0
- package/backend/node_modules/@pm2/blessed/usr/linux +0 -0
- package/backend/node_modules/@pm2/blessed/usr/windows-ansi +0 -0
- package/backend/node_modules/@pm2/blessed/usr/xterm +0 -0
- package/backend/node_modules/@pm2/blessed/usr/xterm-256color +0 -0
- package/backend/node_modules/@pm2/blessed/usr/xterm.termcap +243 -0
- package/backend/node_modules/@pm2/blessed/usr/xterm.terminfo +1977 -0
- package/backend/node_modules/@pm2/blessed/vendor/tng.js +1755 -0
- package/backend/node_modules/@pm2/io/.drone.jsonnet +114 -0
- package/backend/node_modules/@pm2/io/.mocharc.js +17 -0
- package/backend/node_modules/@pm2/io/.vscode/settings.json +3 -0
- package/backend/node_modules/@pm2/io/LICENSE.md +201 -0
- package/backend/node_modules/@pm2/io/README.md +574 -0
- package/backend/node_modules/@pm2/io/build/main/configuration.d.ts +6 -0
- package/backend/node_modules/@pm2/io/build/main/configuration.js +123 -0
- package/backend/node_modules/@pm2/io/build/main/constants.d.ts +5 -0
- package/backend/node_modules/@pm2/io/build/main/constants.js +15 -0
- package/backend/node_modules/@pm2/io/build/main/featureManager.d.ts +14 -0
- package/backend/node_modules/@pm2/io/build/main/featureManager.js +99 -0
- package/backend/node_modules/@pm2/io/build/main/features/dependencies.d.ts +7 -0
- package/backend/node_modules/@pm2/io/build/main/features/dependencies.js +45 -0
- package/backend/node_modules/@pm2/io/build/main/features/entrypoint.d.ts +11 -0
- package/backend/node_modules/@pm2/io/build/main/features/entrypoint.js +52 -0
- package/backend/node_modules/@pm2/io/build/main/features/events.d.ts +8 -0
- package/backend/node_modules/@pm2/io/build/main/features/events.js +44 -0
- package/backend/node_modules/@pm2/io/build/main/features/metrics.d.ts +24 -0
- package/backend/node_modules/@pm2/io/build/main/features/metrics.js +89 -0
- package/backend/node_modules/@pm2/io/build/main/features/notify.d.ts +23 -0
- package/backend/node_modules/@pm2/io/build/main/features/notify.js +232 -0
- package/backend/node_modules/@pm2/io/build/main/features/profiling.d.ts +18 -0
- package/backend/node_modules/@pm2/io/build/main/features/profiling.js +68 -0
- package/backend/node_modules/@pm2/io/build/main/index.d.ts +3 -0
- package/backend/node_modules/@pm2/io/build/main/index.js +7 -0
- package/backend/node_modules/@pm2/io/build/main/metrics/eventLoopMetrics.d.ts +17 -0
- package/backend/node_modules/@pm2/io/build/main/metrics/eventLoopMetrics.js +128 -0
- package/backend/node_modules/@pm2/io/build/main/metrics/httpMetrics.d.ts +18 -0
- package/backend/node_modules/@pm2/io/build/main/metrics/httpMetrics.js +178 -0
- package/backend/node_modules/@pm2/io/build/main/metrics/network.d.ts +15 -0
- package/backend/node_modules/@pm2/io/build/main/metrics/network.js +121 -0
- package/backend/node_modules/@pm2/io/build/main/metrics/runtime.d.ts +16 -0
- package/backend/node_modules/@pm2/io/build/main/metrics/runtime.js +153 -0
- package/backend/node_modules/@pm2/io/build/main/metrics/v8.d.ts +23 -0
- package/backend/node_modules/@pm2/io/build/main/metrics/v8.js +100 -0
- package/backend/node_modules/@pm2/io/build/main/pmx.d.ts +50 -0
- package/backend/node_modules/@pm2/io/build/main/pmx.js +274 -0
- package/backend/node_modules/@pm2/io/build/main/profilers/addonProfiler.d.ts +16 -0
- package/backend/node_modules/@pm2/io/build/main/profilers/addonProfiler.js +171 -0
- package/backend/node_modules/@pm2/io/build/main/profilers/inspectorProfiler.d.ts +18 -0
- package/backend/node_modules/@pm2/io/build/main/profilers/inspectorProfiler.js +275 -0
- package/backend/node_modules/@pm2/io/build/main/serviceManager.d.ts +7 -0
- package/backend/node_modules/@pm2/io/build/main/serviceManager.js +19 -0
- package/backend/node_modules/@pm2/io/build/main/services/actions.d.ts +20 -0
- package/backend/node_modules/@pm2/io/build/main/services/actions.js +146 -0
- package/backend/node_modules/@pm2/io/build/main/services/inspector.d.ts +8 -0
- package/backend/node_modules/@pm2/io/build/main/services/inspector.js +42 -0
- package/backend/node_modules/@pm2/io/build/main/services/metrics.d.ts +63 -0
- package/backend/node_modules/@pm2/io/build/main/services/metrics.js +186 -0
- package/backend/node_modules/@pm2/io/build/main/services/runtimeStats.d.ts +10 -0
- package/backend/node_modules/@pm2/io/build/main/services/runtimeStats.js +49 -0
- package/backend/node_modules/@pm2/io/build/main/services/transport.d.ts +22 -0
- package/backend/node_modules/@pm2/io/build/main/services/transport.js +13 -0
- package/backend/node_modules/@pm2/io/build/main/transports/IPCTransport.d.ts +17 -0
- package/backend/node_modules/@pm2/io/build/main/transports/IPCTransport.js +102 -0
- package/backend/node_modules/@pm2/io/build/main/transports/WebsocketTransport.d.ts +0 -0
- package/backend/node_modules/@pm2/io/build/main/transports/WebsocketTransport.js +0 -0
- package/backend/node_modules/@pm2/io/build/main/utils/BinaryHeap.d.ts +16 -0
- package/backend/node_modules/@pm2/io/build/main/utils/BinaryHeap.js +108 -0
- package/backend/node_modules/@pm2/io/build/main/utils/EDS.d.ts +21 -0
- package/backend/node_modules/@pm2/io/build/main/utils/EDS.js +92 -0
- package/backend/node_modules/@pm2/io/build/main/utils/EWMA.d.ts +12 -0
- package/backend/node_modules/@pm2/io/build/main/utils/EWMA.js +25 -0
- package/backend/node_modules/@pm2/io/build/main/utils/autocast.d.ts +13 -0
- package/backend/node_modules/@pm2/io/build/main/utils/autocast.js +48 -0
- package/backend/node_modules/@pm2/io/build/main/utils/metrics/counter.d.ts +10 -0
- package/backend/node_modules/@pm2/io/build/main/utils/metrics/counter.js +27 -0
- package/backend/node_modules/@pm2/io/build/main/utils/metrics/gauge.d.ts +7 -0
- package/backend/node_modules/@pm2/io/build/main/utils/metrics/gauge.js +19 -0
- package/backend/node_modules/@pm2/io/build/main/utils/metrics/histogram.d.ts +43 -0
- package/backend/node_modules/@pm2/io/build/main/utils/metrics/histogram.js +159 -0
- package/backend/node_modules/@pm2/io/build/main/utils/metrics/meter.d.ts +12 -0
- package/backend/node_modules/@pm2/io/build/main/utils/metrics/meter.js +35 -0
- package/backend/node_modules/@pm2/io/build/main/utils/miscellaneous.d.ts +4 -0
- package/backend/node_modules/@pm2/io/build/main/utils/miscellaneous.js +16 -0
- package/backend/node_modules/@pm2/io/build/main/utils/module.d.ts +5 -0
- package/backend/node_modules/@pm2/io/build/main/utils/module.js +52 -0
- package/backend/node_modules/@pm2/io/build/main/utils/stackParser.d.ts +37 -0
- package/backend/node_modules/@pm2/io/build/main/utils/stackParser.js +125 -0
- package/backend/node_modules/@pm2/io/build/main/utils/transactionAggregator.d.ts +74 -0
- package/backend/node_modules/@pm2/io/build/main/utils/transactionAggregator.js +317 -0
- package/backend/node_modules/@pm2/io/build/main/utils/units.d.ts +10 -0
- package/backend/node_modules/@pm2/io/build/main/utils/units.js +15 -0
- package/backend/node_modules/@pm2/io/bun.lockb +0 -0
- package/backend/node_modules/@pm2/io/node_modules/.bin/semver +16 -0
- package/backend/node_modules/@pm2/io/node_modules/.bin/semver.cmd +17 -0
- package/backend/node_modules/@pm2/io/node_modules/.bin/semver.ps1 +28 -0
- package/backend/node_modules/@pm2/io/node_modules/async/CHANGELOG.md +278 -0
- package/backend/node_modules/@pm2/io/node_modules/async/LICENSE +19 -0
- package/backend/node_modules/@pm2/io/node_modules/async/README.md +56 -0
- package/backend/node_modules/@pm2/io/node_modules/async/all.js +50 -0
- package/backend/node_modules/@pm2/io/node_modules/async/allLimit.js +42 -0
- package/backend/node_modules/@pm2/io/node_modules/async/allSeries.js +37 -0
- package/backend/node_modules/@pm2/io/node_modules/async/any.js +52 -0
- package/backend/node_modules/@pm2/io/node_modules/async/anyLimit.js +43 -0
- package/backend/node_modules/@pm2/io/node_modules/async/anySeries.js +38 -0
- package/backend/node_modules/@pm2/io/node_modules/async/apply.js +68 -0
- package/backend/node_modules/@pm2/io/node_modules/async/applyEach.js +51 -0
- package/backend/node_modules/@pm2/io/node_modules/async/applyEachSeries.js +37 -0
- package/backend/node_modules/@pm2/io/node_modules/async/asyncify.js +110 -0
- package/backend/node_modules/@pm2/io/node_modules/async/auto.js +289 -0
- package/backend/node_modules/@pm2/io/node_modules/async/autoInject.js +170 -0
- package/backend/node_modules/@pm2/io/node_modules/async/bower.json +17 -0
- package/backend/node_modules/@pm2/io/node_modules/async/cargo.js +94 -0
- package/backend/node_modules/@pm2/io/node_modules/async/compose.js +58 -0
- package/backend/node_modules/@pm2/io/node_modules/async/concat.js +43 -0
- package/backend/node_modules/@pm2/io/node_modules/async/concatLimit.js +65 -0
- package/backend/node_modules/@pm2/io/node_modules/async/concatSeries.js +36 -0
- package/backend/node_modules/@pm2/io/node_modules/async/constant.js +66 -0
- package/backend/node_modules/@pm2/io/node_modules/async/detect.js +61 -0
- package/backend/node_modules/@pm2/io/node_modules/async/detectLimit.js +48 -0
- package/backend/node_modules/@pm2/io/node_modules/async/detectSeries.js +38 -0
- package/backend/node_modules/@pm2/io/node_modules/async/dir.js +43 -0
- package/backend/node_modules/@pm2/io/node_modules/async/dist/async.js +5612 -0
- package/backend/node_modules/@pm2/io/node_modules/async/dist/async.min.js +2 -0
- package/backend/node_modules/@pm2/io/node_modules/async/dist/async.min.map +1 -0
- package/backend/node_modules/@pm2/io/node_modules/async/doDuring.js +66 -0
- package/backend/node_modules/@pm2/io/node_modules/async/doUntil.js +39 -0
- package/backend/node_modules/@pm2/io/node_modules/async/doWhilst.js +59 -0
- package/backend/node_modules/@pm2/io/node_modules/async/during.js +76 -0
- package/backend/node_modules/@pm2/io/node_modules/async/each.js +82 -0
- package/backend/node_modules/@pm2/io/node_modules/async/eachLimit.js +45 -0
- package/backend/node_modules/@pm2/io/node_modules/async/eachOf.js +111 -0
- package/backend/node_modules/@pm2/io/node_modules/async/eachOfLimit.js +41 -0
- package/backend/node_modules/@pm2/io/node_modules/async/eachOfSeries.js +35 -0
- package/backend/node_modules/@pm2/io/node_modules/async/eachSeries.js +37 -0
- package/backend/node_modules/@pm2/io/node_modules/async/ensureAsync.js +73 -0
- package/backend/node_modules/@pm2/io/node_modules/async/every.js +50 -0
- package/backend/node_modules/@pm2/io/node_modules/async/everyLimit.js +42 -0
- package/backend/node_modules/@pm2/io/node_modules/async/everySeries.js +37 -0
- package/backend/node_modules/@pm2/io/node_modules/async/filter.js +45 -0
- package/backend/node_modules/@pm2/io/node_modules/async/filterLimit.js +37 -0
- package/backend/node_modules/@pm2/io/node_modules/async/filterSeries.js +35 -0
- package/backend/node_modules/@pm2/io/node_modules/async/find.js +61 -0
- package/backend/node_modules/@pm2/io/node_modules/async/findLimit.js +48 -0
- package/backend/node_modules/@pm2/io/node_modules/async/findSeries.js +38 -0
- package/backend/node_modules/@pm2/io/node_modules/async/foldl.js +78 -0
- package/backend/node_modules/@pm2/io/node_modules/async/foldr.js +44 -0
- package/backend/node_modules/@pm2/io/node_modules/async/forEach.js +82 -0
- package/backend/node_modules/@pm2/io/node_modules/async/forEachLimit.js +45 -0
- package/backend/node_modules/@pm2/io/node_modules/async/forEachOf.js +111 -0
- package/backend/node_modules/@pm2/io/node_modules/async/forEachOfLimit.js +41 -0
- package/backend/node_modules/@pm2/io/node_modules/async/forEachOfSeries.js +35 -0
- package/backend/node_modules/@pm2/io/node_modules/async/forEachSeries.js +37 -0
- package/backend/node_modules/@pm2/io/node_modules/async/forever.js +65 -0
- package/backend/node_modules/@pm2/io/node_modules/async/groupBy.js +54 -0
- package/backend/node_modules/@pm2/io/node_modules/async/groupByLimit.js +71 -0
- package/backend/node_modules/@pm2/io/node_modules/async/groupBySeries.js +37 -0
- package/backend/node_modules/@pm2/io/node_modules/async/index.js +582 -0
- package/backend/node_modules/@pm2/io/node_modules/async/inject.js +78 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/DoublyLinkedList.js +88 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/applyEach.js +38 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/breakLoop.js +9 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/consoleFunc.js +42 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/createTester.js +44 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/doLimit.js +12 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/doParallel.js +23 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/doParallelLimit.js +23 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/eachOfLimit.js +74 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/filter.js +75 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/findGetResult.js +10 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/getIterator.js +13 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/initialParams.js +21 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/iterator.js +61 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/map.js +35 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/notId.js +10 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/once.js +15 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/onlyOnce.js +15 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/parallel.js +42 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/queue.js +204 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/reject.js +21 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/setImmediate.js +42 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/slice.js +16 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/withoutIndex.js +12 -0
- package/backend/node_modules/@pm2/io/node_modules/async/internal/wrapAsync.js +25 -0
- package/backend/node_modules/@pm2/io/node_modules/async/log.js +41 -0
- package/backend/node_modules/@pm2/io/node_modules/async/map.js +54 -0
- package/backend/node_modules/@pm2/io/node_modules/async/mapLimit.js +37 -0
- package/backend/node_modules/@pm2/io/node_modules/async/mapSeries.js +36 -0
- package/backend/node_modules/@pm2/io/node_modules/async/mapValues.js +63 -0
- package/backend/node_modules/@pm2/io/node_modules/async/mapValuesLimit.js +61 -0
- package/backend/node_modules/@pm2/io/node_modules/async/mapValuesSeries.js +37 -0
- package/backend/node_modules/@pm2/io/node_modules/async/memoize.js +101 -0
- package/backend/node_modules/@pm2/io/node_modules/async/nextTick.js +51 -0
- package/backend/node_modules/@pm2/io/node_modules/async/package.json +80 -0
- package/backend/node_modules/@pm2/io/node_modules/async/parallel.js +90 -0
- package/backend/node_modules/@pm2/io/node_modules/async/parallelLimit.js +40 -0
- package/backend/node_modules/@pm2/io/node_modules/async/priorityQueue.js +98 -0
- package/backend/node_modules/@pm2/io/node_modules/async/queue.js +130 -0
- package/backend/node_modules/@pm2/io/node_modules/async/race.js +70 -0
- package/backend/node_modules/@pm2/io/node_modules/async/reduce.js +78 -0
- package/backend/node_modules/@pm2/io/node_modules/async/reduceRight.js +44 -0
- package/backend/node_modules/@pm2/io/node_modules/async/reflect.js +81 -0
- package/backend/node_modules/@pm2/io/node_modules/async/reflectAll.js +105 -0
- package/backend/node_modules/@pm2/io/node_modules/async/reject.js +45 -0
- package/backend/node_modules/@pm2/io/node_modules/async/rejectLimit.js +37 -0
- package/backend/node_modules/@pm2/io/node_modules/async/rejectSeries.js +35 -0
- package/backend/node_modules/@pm2/io/node_modules/async/retry.js +156 -0
- package/backend/node_modules/@pm2/io/node_modules/async/retryable.js +65 -0
- package/backend/node_modules/@pm2/io/node_modules/async/select.js +45 -0
- package/backend/node_modules/@pm2/io/node_modules/async/selectLimit.js +37 -0
- package/backend/node_modules/@pm2/io/node_modules/async/selectSeries.js +35 -0
- package/backend/node_modules/@pm2/io/node_modules/async/seq.js +91 -0
- package/backend/node_modules/@pm2/io/node_modules/async/series.js +85 -0
- package/backend/node_modules/@pm2/io/node_modules/async/setImmediate.js +45 -0
- package/backend/node_modules/@pm2/io/node_modules/async/some.js +52 -0
- package/backend/node_modules/@pm2/io/node_modules/async/someLimit.js +43 -0
- package/backend/node_modules/@pm2/io/node_modules/async/someSeries.js +38 -0
- package/backend/node_modules/@pm2/io/node_modules/async/sortBy.js +91 -0
- package/backend/node_modules/@pm2/io/node_modules/async/timeout.js +89 -0
- package/backend/node_modules/@pm2/io/node_modules/async/times.js +50 -0
- package/backend/node_modules/@pm2/io/node_modules/async/timesLimit.js +42 -0
- package/backend/node_modules/@pm2/io/node_modules/async/timesSeries.js +32 -0
- package/backend/node_modules/@pm2/io/node_modules/async/transform.js +87 -0
- package/backend/node_modules/@pm2/io/node_modules/async/tryEach.js +81 -0
- package/backend/node_modules/@pm2/io/node_modules/async/unmemoize.js +25 -0
- package/backend/node_modules/@pm2/io/node_modules/async/until.js +41 -0
- package/backend/node_modules/@pm2/io/node_modules/async/waterfall.js +113 -0
- package/backend/node_modules/@pm2/io/node_modules/async/whilst.js +72 -0
- package/backend/node_modules/@pm2/io/node_modules/async/wrapSync.js +110 -0
- package/backend/node_modules/@pm2/io/node_modules/debug/LICENSE +20 -0
- package/backend/node_modules/@pm2/io/node_modules/debug/README.md +481 -0
- package/backend/node_modules/@pm2/io/node_modules/debug/package.json +60 -0
- package/backend/node_modules/@pm2/io/node_modules/debug/src/browser.js +271 -0
- package/backend/node_modules/@pm2/io/node_modules/debug/src/common.js +274 -0
- package/backend/node_modules/@pm2/io/node_modules/debug/src/index.js +10 -0
- package/backend/node_modules/@pm2/io/node_modules/debug/src/node.js +263 -0
- package/backend/node_modules/@pm2/io/node_modules/eventemitter2/LICENSE.txt +21 -0
- package/backend/node_modules/@pm2/io/node_modules/eventemitter2/README.md +809 -0
- package/backend/node_modules/@pm2/io/node_modules/eventemitter2/eventemitter2.d.ts +156 -0
- package/backend/node_modules/@pm2/io/node_modules/eventemitter2/index.js +1 -0
- package/backend/node_modules/@pm2/io/node_modules/eventemitter2/lib/eventemitter2.js +1629 -0
- package/backend/node_modules/@pm2/io/node_modules/eventemitter2/package.json +89 -0
- package/backend/node_modules/@pm2/io/node_modules/lru-cache/LICENSE +15 -0
- package/backend/node_modules/@pm2/io/node_modules/lru-cache/README.md +166 -0
- package/backend/node_modules/@pm2/io/node_modules/lru-cache/index.js +334 -0
- package/backend/node_modules/@pm2/io/node_modules/lru-cache/package.json +34 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/LICENSE +15 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/README.md +637 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/bin/semver.js +197 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/classes/comparator.js +141 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/classes/index.js +5 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/classes/range.js +539 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/classes/semver.js +302 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/clean.js +6 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/cmp.js +52 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/coerce.js +52 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/compare-build.js +7 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/compare-loose.js +3 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/compare.js +5 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/diff.js +65 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/eq.js +3 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/gt.js +3 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/gte.js +3 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/inc.js +19 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/lt.js +3 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/lte.js +3 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/major.js +3 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/minor.js +3 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/neq.js +3 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/parse.js +16 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/patch.js +3 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/prerelease.js +6 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/rcompare.js +3 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/rsort.js +3 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/satisfies.js +10 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/sort.js +3 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/valid.js +6 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/index.js +89 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/internal/constants.js +35 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/internal/debug.js +9 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/internal/identifiers.js +23 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/internal/parse-options.js +15 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/internal/re.js +212 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/package.json +87 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/preload.js +2 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/range.bnf +16 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/gtr.js +4 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/intersects.js +7 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/ltr.js +4 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/max-satisfying.js +25 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/min-satisfying.js +24 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/min-version.js +61 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/outside.js +80 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/simplify.js +47 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/subset.js +247 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/to-comparators.js +8 -0
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/valid.js +11 -0
- package/backend/node_modules/@pm2/io/package.json +61 -0
- package/backend/node_modules/@pm2/io/pres/io-black.png +0 -0
- package/backend/node_modules/@pm2/io/pres/io-white.png +0 -0
- package/backend/node_modules/@pm2/io/test.sh +24 -0
- package/backend/node_modules/@pm2/js-api/.drone.jsonnet +100 -0
- package/backend/node_modules/@pm2/js-api/LICENSE +201 -0
- package/backend/node_modules/@pm2/js-api/README.md +375 -0
- package/backend/node_modules/@pm2/js-api/constants.js +21 -0
- package/backend/node_modules/@pm2/js-api/dist/keymetrics.es5.js +11530 -0
- package/backend/node_modules/@pm2/js-api/dist/keymetrics.es5.min.js +1 -0
- package/backend/node_modules/@pm2/js-api/index.js +1 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/CHANGELOG.md +278 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/LICENSE +19 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/README.md +56 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/all.js +50 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/allLimit.js +42 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/allSeries.js +37 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/any.js +52 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/anyLimit.js +43 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/anySeries.js +38 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/apply.js +68 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/applyEach.js +51 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/applyEachSeries.js +37 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/asyncify.js +110 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/auto.js +289 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/autoInject.js +170 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/bower.json +17 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/cargo.js +94 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/compose.js +58 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/concat.js +43 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/concatLimit.js +65 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/concatSeries.js +36 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/constant.js +66 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/detect.js +61 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/detectLimit.js +48 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/detectSeries.js +38 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/dir.js +43 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/dist/async.js +5612 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/dist/async.min.js +2 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/dist/async.min.map +1 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/doDuring.js +66 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/doUntil.js +39 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/doWhilst.js +59 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/during.js +76 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/each.js +82 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/eachLimit.js +45 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/eachOf.js +111 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/eachOfLimit.js +41 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/eachOfSeries.js +35 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/eachSeries.js +37 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/ensureAsync.js +73 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/every.js +50 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/everyLimit.js +42 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/everySeries.js +37 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/filter.js +45 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/filterLimit.js +37 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/filterSeries.js +35 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/find.js +61 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/findLimit.js +48 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/findSeries.js +38 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/foldl.js +78 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/foldr.js +44 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/forEach.js +82 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/forEachLimit.js +45 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/forEachOf.js +111 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/forEachOfLimit.js +41 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/forEachOfSeries.js +35 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/forEachSeries.js +37 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/forever.js +65 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/groupBy.js +54 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/groupByLimit.js +71 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/groupBySeries.js +37 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/index.js +582 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/inject.js +78 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/DoublyLinkedList.js +88 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/applyEach.js +38 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/breakLoop.js +9 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/consoleFunc.js +42 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/createTester.js +44 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/doLimit.js +12 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/doParallel.js +23 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/doParallelLimit.js +23 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/eachOfLimit.js +74 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/filter.js +75 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/findGetResult.js +10 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/getIterator.js +13 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/initialParams.js +21 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/iterator.js +61 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/map.js +35 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/notId.js +10 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/once.js +15 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/onlyOnce.js +15 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/parallel.js +42 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/queue.js +204 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/reject.js +21 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/setImmediate.js +42 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/slice.js +16 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/withoutIndex.js +12 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/wrapAsync.js +25 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/log.js +41 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/map.js +54 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/mapLimit.js +37 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/mapSeries.js +36 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/mapValues.js +63 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/mapValuesLimit.js +61 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/mapValuesSeries.js +37 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/memoize.js +101 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/nextTick.js +51 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/package.json +80 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/parallel.js +90 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/parallelLimit.js +40 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/priorityQueue.js +98 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/queue.js +130 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/race.js +70 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/reduce.js +78 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/reduceRight.js +44 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/reflect.js +81 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/reflectAll.js +105 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/reject.js +45 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/rejectLimit.js +37 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/rejectSeries.js +35 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/retry.js +156 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/retryable.js +65 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/select.js +45 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/selectLimit.js +37 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/selectSeries.js +35 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/seq.js +91 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/series.js +85 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/setImmediate.js +45 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/some.js +52 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/someLimit.js +43 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/someSeries.js +38 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/sortBy.js +91 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/timeout.js +89 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/times.js +50 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/timesLimit.js +42 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/timesSeries.js +32 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/transform.js +87 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/tryEach.js +81 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/unmemoize.js +25 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/until.js +41 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/waterfall.js +113 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/whilst.js +72 -0
- package/backend/node_modules/@pm2/js-api/node_modules/async/wrapSync.js +110 -0
- package/backend/node_modules/@pm2/js-api/node_modules/debug/LICENSE +20 -0
- package/backend/node_modules/@pm2/js-api/node_modules/debug/README.md +481 -0
- package/backend/node_modules/@pm2/js-api/node_modules/debug/package.json +60 -0
- package/backend/node_modules/@pm2/js-api/node_modules/debug/src/browser.js +271 -0
- package/backend/node_modules/@pm2/js-api/node_modules/debug/src/common.js +274 -0
- package/backend/node_modules/@pm2/js-api/node_modules/debug/src/index.js +10 -0
- package/backend/node_modules/@pm2/js-api/node_modules/debug/src/node.js +263 -0
- package/backend/node_modules/@pm2/js-api/node_modules/eventemitter2/LICENSE.txt +21 -0
- package/backend/node_modules/@pm2/js-api/node_modules/eventemitter2/README.md +809 -0
- package/backend/node_modules/@pm2/js-api/node_modules/eventemitter2/eventemitter2.d.ts +156 -0
- package/backend/node_modules/@pm2/js-api/node_modules/eventemitter2/index.js +1 -0
- package/backend/node_modules/@pm2/js-api/node_modules/eventemitter2/lib/eventemitter2.js +1629 -0
- package/backend/node_modules/@pm2/js-api/node_modules/eventemitter2/package.json +89 -0
- package/backend/node_modules/@pm2/js-api/package.json +77 -0
- package/backend/node_modules/@pm2/js-api/src/api_mappings.json +1 -0
- package/backend/node_modules/@pm2/js-api/src/auth_strategies/browser_strategy.js +67 -0
- package/backend/node_modules/@pm2/js-api/src/auth_strategies/embed_strategy.js +138 -0
- package/backend/node_modules/@pm2/js-api/src/auth_strategies/standalone_strategy.js +33 -0
- package/backend/node_modules/@pm2/js-api/src/auth_strategies/strategy.js +57 -0
- package/backend/node_modules/@pm2/js-api/src/endpoint.js +34 -0
- package/backend/node_modules/@pm2/js-api/src/keymetrics.js +78 -0
- package/backend/node_modules/@pm2/js-api/src/namespace.js +76 -0
- package/backend/node_modules/@pm2/js-api/src/network.js +464 -0
- package/backend/node_modules/@pm2/js-api/src/utils/validator.js +164 -0
- package/backend/node_modules/@pm2/js-api/src/utils/websocket.js +181 -0
- package/backend/node_modules/@pm2/pm2-version-check/README.md +8 -0
- package/backend/node_modules/@pm2/pm2-version-check/index.js +54 -0
- package/backend/node_modules/@pm2/pm2-version-check/package.json +11 -0
- package/backend/node_modules/@socket.io/component-emitter/LICENSE +24 -0
- package/backend/node_modules/@socket.io/component-emitter/Readme.md +79 -0
- package/backend/node_modules/@socket.io/component-emitter/lib/cjs/index.d.ts +179 -0
- package/backend/node_modules/@socket.io/component-emitter/lib/cjs/index.js +176 -0
- package/backend/node_modules/@socket.io/component-emitter/lib/cjs/package.json +4 -0
- package/backend/node_modules/@socket.io/component-emitter/lib/esm/index.d.ts +179 -0
- package/backend/node_modules/@socket.io/component-emitter/lib/esm/index.js +169 -0
- package/backend/node_modules/@socket.io/component-emitter/lib/esm/package.json +4 -0
- package/backend/node_modules/@socket.io/component-emitter/package.json +28 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/LICENSE +21 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/README.md +597 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/c/interface.c +819 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/asyncify-helpers.d.ts +24 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/asyncify-helpers.js +53 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/asyncify-helpers.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/context-asyncify.d.ts +48 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/context-asyncify.js +58 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/context-asyncify.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/context.d.ts +371 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/context.js +691 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/context.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/debug.d.ts +5 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/debug.js +6 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/debug.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/deferred-promise.d.ts +75 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/deferred-promise.js +96 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/deferred-promise.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/emscripten-types.d.ts +97 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/emscripten-types.js +15 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/emscripten-types.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/errors.d.ts +28 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/errors.js +58 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/errors.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/esmHelpers.d.ts +9 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/esmHelpers.js +19 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/esmHelpers.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/generated/emscripten-module.WASM_RELEASE_SYNC.d.ts +5 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/generated/emscripten-module.WASM_RELEASE_SYNC.js +387 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/generated/emscripten-module.WASM_RELEASE_SYNC.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/generated/ffi.WASM_RELEASE_SYNC.d.ts +67 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/generated/ffi.WASM_RELEASE_SYNC.js +71 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/generated/ffi.WASM_RELEASE_SYNC.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/index.d.ts +75 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/index.js +128 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/index.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/lifetime.d.ts +115 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/lifetime.js +227 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/lifetime.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/memory.d.ts +18 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/memory.js +41 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/memory.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module-asyncify.d.ts +53 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module-asyncify.js +97 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module-asyncify.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module-test.d.ts +27 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module-test.js +77 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module-test.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module.d.ts +152 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module.js +302 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/runtime-asyncify.d.ts +38 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/runtime-asyncify.js +49 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/runtime-asyncify.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/runtime.d.ts +174 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/runtime.js +300 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/runtime.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/types-ffi.d.ts +114 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/types-ffi.js +38 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/types-ffi.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/types.d.ts +158 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/types.js +58 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/types.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/variants.d.ts +113 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/variants.js +169 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/variants.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/vm-interface.d.ts +68 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/vm-interface.js +12 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/vm-interface.js.map +1 -0
- package/backend/node_modules/@tootallnate/quickjs-emscripten/package.json +60 -0
- package/backend/node_modules/@types/cors/LICENSE +21 -0
- package/backend/node_modules/@types/cors/README.md +75 -0
- package/backend/node_modules/@types/cors/index.d.ts +56 -0
- package/backend/node_modules/@types/cors/package.json +38 -0
- package/backend/node_modules/@types/node/LICENSE +21 -0
- package/backend/node_modules/@types/node/README.md +15 -0
- package/backend/node_modules/@types/node/assert/strict.d.ts +105 -0
- package/backend/node_modules/@types/node/assert.d.ts +955 -0
- package/backend/node_modules/@types/node/async_hooks.d.ts +623 -0
- package/backend/node_modules/@types/node/buffer.buffer.d.ts +466 -0
- package/backend/node_modules/@types/node/buffer.d.ts +1810 -0
- package/backend/node_modules/@types/node/child_process.d.ts +1428 -0
- package/backend/node_modules/@types/node/cluster.d.ts +486 -0
- package/backend/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/backend/node_modules/@types/node/console.d.ts +151 -0
- package/backend/node_modules/@types/node/constants.d.ts +20 -0
- package/backend/node_modules/@types/node/crypto.d.ts +4065 -0
- package/backend/node_modules/@types/node/dgram.d.ts +564 -0
- package/backend/node_modules/@types/node/diagnostics_channel.d.ts +576 -0
- package/backend/node_modules/@types/node/dns/promises.d.ts +503 -0
- package/backend/node_modules/@types/node/dns.d.ts +922 -0
- package/backend/node_modules/@types/node/domain.d.ts +166 -0
- package/backend/node_modules/@types/node/events.d.ts +1054 -0
- package/backend/node_modules/@types/node/fs/promises.d.ts +1329 -0
- package/backend/node_modules/@types/node/fs.d.ts +4676 -0
- package/backend/node_modules/@types/node/globals.d.ts +150 -0
- package/backend/node_modules/@types/node/globals.typedarray.d.ts +101 -0
- package/backend/node_modules/@types/node/http.d.ts +2167 -0
- package/backend/node_modules/@types/node/http2.d.ts +2480 -0
- package/backend/node_modules/@types/node/https.d.ts +405 -0
- package/backend/node_modules/@types/node/index.d.ts +115 -0
- package/backend/node_modules/@types/node/inspector/promises.d.ts +41 -0
- package/backend/node_modules/@types/node/inspector.d.ts +224 -0
- package/backend/node_modules/@types/node/inspector.generated.d.ts +4226 -0
- package/backend/node_modules/@types/node/module.d.ts +819 -0
- package/backend/node_modules/@types/node/net.d.ts +933 -0
- package/backend/node_modules/@types/node/os.d.ts +507 -0
- package/backend/node_modules/@types/node/package.json +155 -0
- package/backend/node_modules/@types/node/path/posix.d.ts +8 -0
- package/backend/node_modules/@types/node/path/win32.d.ts +8 -0
- package/backend/node_modules/@types/node/path.d.ts +187 -0
- package/backend/node_modules/@types/node/perf_hooks.d.ts +643 -0
- package/backend/node_modules/@types/node/process.d.ts +2156 -0
- package/backend/node_modules/@types/node/punycode.d.ts +117 -0
- package/backend/node_modules/@types/node/querystring.d.ts +152 -0
- package/backend/node_modules/@types/node/quic.d.ts +910 -0
- package/backend/node_modules/@types/node/readline/promises.d.ts +161 -0
- package/backend/node_modules/@types/node/readline.d.ts +541 -0
- package/backend/node_modules/@types/node/repl.d.ts +415 -0
- package/backend/node_modules/@types/node/sea.d.ts +162 -0
- package/backend/node_modules/@types/node/sqlite.d.ts +955 -0
- package/backend/node_modules/@types/node/stream/consumers.d.ts +38 -0
- package/backend/node_modules/@types/node/stream/promises.d.ts +211 -0
- package/backend/node_modules/@types/node/stream/web.d.ts +296 -0
- package/backend/node_modules/@types/node/stream.d.ts +1760 -0
- package/backend/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/backend/node_modules/@types/node/test/reporters.d.ts +96 -0
- package/backend/node_modules/@types/node/test.d.ts +2240 -0
- package/backend/node_modules/@types/node/timers/promises.d.ts +108 -0
- package/backend/node_modules/@types/node/timers.d.ts +159 -0
- package/backend/node_modules/@types/node/tls.d.ts +1198 -0
- package/backend/node_modules/@types/node/trace_events.d.ts +197 -0
- package/backend/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
- package/backend/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/backend/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/backend/node_modules/@types/node/ts5.6/index.d.ts +117 -0
- package/backend/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/backend/node_modules/@types/node/ts5.7/index.d.ts +117 -0
- package/backend/node_modules/@types/node/tty.d.ts +250 -0
- package/backend/node_modules/@types/node/url.d.ts +519 -0
- package/backend/node_modules/@types/node/util/types.d.ts +558 -0
- package/backend/node_modules/@types/node/util.d.ts +1662 -0
- package/backend/node_modules/@types/node/v8.d.ts +983 -0
- package/backend/node_modules/@types/node/vm.d.ts +1208 -0
- package/backend/node_modules/@types/node/wasi.d.ts +202 -0
- package/backend/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
- package/backend/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/backend/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/backend/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/backend/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/backend/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/backend/node_modules/@types/node/web-globals/events.d.ts +106 -0
- package/backend/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
- package/backend/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/backend/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/backend/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/backend/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/backend/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/backend/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/backend/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/backend/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/backend/node_modules/@types/node/worker_threads.d.ts +717 -0
- package/backend/node_modules/@types/node/zlib.d.ts +618 -0
- package/backend/node_modules/accepts/HISTORY.md +250 -0
- package/backend/node_modules/accepts/LICENSE +23 -0
- package/backend/node_modules/accepts/README.md +140 -0
- package/backend/node_modules/accepts/index.js +238 -0
- package/backend/node_modules/accepts/package.json +47 -0
- package/backend/node_modules/agent-base/LICENSE +22 -0
- package/backend/node_modules/agent-base/README.md +69 -0
- package/backend/node_modules/agent-base/dist/helpers.d.ts +15 -0
- package/backend/node_modules/agent-base/dist/helpers.d.ts.map +1 -0
- package/backend/node_modules/agent-base/dist/helpers.js +66 -0
- package/backend/node_modules/agent-base/dist/helpers.js.map +1 -0
- package/backend/node_modules/agent-base/dist/index.d.ts +41 -0
- package/backend/node_modules/agent-base/dist/index.d.ts.map +1 -0
- package/backend/node_modules/agent-base/dist/index.js +178 -0
- package/backend/node_modules/agent-base/dist/index.js.map +1 -0
- package/backend/node_modules/agent-base/package.json +46 -0
- package/backend/node_modules/amp/Readme.md +41 -0
- package/backend/node_modules/amp/index.js +5 -0
- package/backend/node_modules/amp/lib/decode.js +29 -0
- package/backend/node_modules/amp/lib/encode.js +44 -0
- package/backend/node_modules/amp/lib/stream.js +105 -0
- package/backend/node_modules/amp/package.json +15 -0
- package/backend/node_modules/amp-message/Readme.md +73 -0
- package/backend/node_modules/amp-message/index.js +170 -0
- package/backend/node_modules/amp-message/package.json +26 -0
- package/backend/node_modules/ansi-colors/LICENSE +21 -0
- package/backend/node_modules/ansi-colors/README.md +315 -0
- package/backend/node_modules/ansi-colors/index.js +184 -0
- package/backend/node_modules/ansi-colors/package.json +129 -0
- package/backend/node_modules/ansi-colors/symbols.js +69 -0
- package/backend/node_modules/ansi-colors/types/index.d.ts +235 -0
- package/backend/node_modules/ansi-styles/index.d.ts +345 -0
- package/backend/node_modules/ansi-styles/index.js +163 -0
- package/backend/node_modules/ansi-styles/license +9 -0
- package/backend/node_modules/ansi-styles/package.json +56 -0
- package/backend/node_modules/ansi-styles/readme.md +152 -0
- package/backend/node_modules/ansis/LICENSE +15 -0
- package/backend/node_modules/ansis/README.md +7 -0
- package/backend/node_modules/ansis/index.cjs +1 -0
- package/backend/node_modules/ansis/index.d.ts +1 -0
- package/backend/node_modules/ansis/index.mjs +1 -0
- package/backend/node_modules/ansis/package.json +22 -0
- package/backend/node_modules/anymatch/LICENSE +15 -0
- package/backend/node_modules/anymatch/README.md +87 -0
- package/backend/node_modules/anymatch/index.d.ts +20 -0
- package/backend/node_modules/anymatch/index.js +104 -0
- package/backend/node_modules/anymatch/package.json +48 -0
- package/backend/node_modules/argparse/CHANGELOG.md +216 -0
- package/backend/node_modules/argparse/LICENSE +254 -0
- package/backend/node_modules/argparse/README.md +84 -0
- package/backend/node_modules/argparse/argparse.js +3707 -0
- package/backend/node_modules/argparse/lib/sub.js +67 -0
- package/backend/node_modules/argparse/lib/textwrap.js +440 -0
- package/backend/node_modules/argparse/package.json +31 -0
- package/backend/node_modules/ast-types/.github/dependabot.yml +9 -0
- package/backend/node_modules/ast-types/.github/workflows/main.yml +29 -0
- package/backend/node_modules/ast-types/LICENSE +20 -0
- package/backend/node_modules/ast-types/README.md +512 -0
- package/backend/node_modules/ast-types/def/babel-core.d.ts +2 -0
- package/backend/node_modules/ast-types/def/babel-core.js +256 -0
- package/backend/node_modules/ast-types/def/babel.d.ts +2 -0
- package/backend/node_modules/ast-types/def/babel.js +11 -0
- package/backend/node_modules/ast-types/def/core.d.ts +2 -0
- package/backend/node_modules/ast-types/def/core.js +298 -0
- package/backend/node_modules/ast-types/def/es-proposals.d.ts +2 -0
- package/backend/node_modules/ast-types/def/es-proposals.js +33 -0
- package/backend/node_modules/ast-types/def/es2020.d.ts +2 -0
- package/backend/node_modules/ast-types/def/es2020.js +16 -0
- package/backend/node_modules/ast-types/def/es6.d.ts +2 -0
- package/backend/node_modules/ast-types/def/es6.js +210 -0
- package/backend/node_modules/ast-types/def/es7.d.ts +2 -0
- package/backend/node_modules/ast-types/def/es7.js +34 -0
- package/backend/node_modules/ast-types/def/esprima.d.ts +2 -0
- package/backend/node_modules/ast-types/def/esprima.js +49 -0
- package/backend/node_modules/ast-types/def/flow.d.ts +2 -0
- package/backend/node_modules/ast-types/def/flow.js +292 -0
- package/backend/node_modules/ast-types/def/jsx.d.ts +2 -0
- package/backend/node_modules/ast-types/def/jsx.js +103 -0
- package/backend/node_modules/ast-types/def/type-annotations.d.ts +7 -0
- package/backend/node_modules/ast-types/def/type-annotations.js +40 -0
- package/backend/node_modules/ast-types/def/typescript.d.ts +2 -0
- package/backend/node_modules/ast-types/def/typescript.js +344 -0
- package/backend/node_modules/ast-types/fork.d.ts +42 -0
- package/backend/node_modules/ast-types/fork.js +52 -0
- package/backend/node_modules/ast-types/gen/builders.d.ts +2584 -0
- package/backend/node_modules/ast-types/gen/builders.js +2 -0
- package/backend/node_modules/ast-types/gen/kinds.d.ts +264 -0
- package/backend/node_modules/ast-types/gen/kinds.js +2 -0
- package/backend/node_modules/ast-types/gen/namedTypes.d.ts +1809 -0
- package/backend/node_modules/ast-types/gen/namedTypes.js +6 -0
- package/backend/node_modules/ast-types/gen/visitor.d.ts +268 -0
- package/backend/node_modules/ast-types/gen/visitor.js +2 -0
- package/backend/node_modules/ast-types/lib/equiv.d.ts +5 -0
- package/backend/node_modules/ast-types/lib/equiv.js +154 -0
- package/backend/node_modules/ast-types/lib/node-path.d.ts +22 -0
- package/backend/node_modules/ast-types/lib/node-path.js +411 -0
- package/backend/node_modules/ast-types/lib/path-visitor.d.ts +52 -0
- package/backend/node_modules/ast-types/lib/path-visitor.js +343 -0
- package/backend/node_modules/ast-types/lib/path.d.ts +25 -0
- package/backend/node_modules/ast-types/lib/path.js +331 -0
- package/backend/node_modules/ast-types/lib/scope.d.ts +26 -0
- package/backend/node_modules/ast-types/lib/scope.js +318 -0
- package/backend/node_modules/ast-types/lib/shared.d.ts +13 -0
- package/backend/node_modules/ast-types/lib/shared.js +47 -0
- package/backend/node_modules/ast-types/lib/types.d.ts +136 -0
- package/backend/node_modules/ast-types/lib/types.js +780 -0
- package/backend/node_modules/ast-types/main.d.ts +28 -0
- package/backend/node_modules/ast-types/main.js +53 -0
- package/backend/node_modules/ast-types/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/backend/node_modules/ast-types/node_modules/tslib/LICENSE.txt +12 -0
- package/backend/node_modules/ast-types/node_modules/tslib/README.md +164 -0
- package/backend/node_modules/ast-types/node_modules/tslib/SECURITY.md +41 -0
- package/backend/node_modules/ast-types/node_modules/tslib/modules/index.d.ts +38 -0
- package/backend/node_modules/ast-types/node_modules/tslib/modules/index.js +70 -0
- package/backend/node_modules/ast-types/node_modules/tslib/modules/package.json +3 -0
- package/backend/node_modules/ast-types/node_modules/tslib/package.json +47 -0
- package/backend/node_modules/ast-types/node_modules/tslib/tslib.d.ts +460 -0
- package/backend/node_modules/ast-types/node_modules/tslib/tslib.es6.html +1 -0
- package/backend/node_modules/ast-types/node_modules/tslib/tslib.es6.js +402 -0
- package/backend/node_modules/ast-types/node_modules/tslib/tslib.es6.mjs +401 -0
- package/backend/node_modules/ast-types/node_modules/tslib/tslib.html +1 -0
- package/backend/node_modules/ast-types/node_modules/tslib/tslib.js +484 -0
- package/backend/node_modules/ast-types/package.json +65 -0
- package/backend/node_modules/ast-types/tsconfig.json +21 -0
- package/backend/node_modules/ast-types/types.d.ts +6 -0
- package/backend/node_modules/ast-types/types.js +2 -0
- package/backend/node_modules/async/CHANGELOG.md +351 -0
- package/backend/node_modules/async/LICENSE +19 -0
- package/backend/node_modules/async/README.md +59 -0
- package/backend/node_modules/async/all.js +119 -0
- package/backend/node_modules/async/allLimit.js +46 -0
- package/backend/node_modules/async/allSeries.js +45 -0
- package/backend/node_modules/async/any.js +122 -0
- package/backend/node_modules/async/anyLimit.js +47 -0
- package/backend/node_modules/async/anySeries.js +46 -0
- package/backend/node_modules/async/apply.js +11 -0
- package/backend/node_modules/async/applyEach.js +57 -0
- package/backend/node_modules/async/applyEachSeries.js +37 -0
- package/backend/node_modules/async/asyncify.js +118 -0
- package/backend/node_modules/async/auto.js +333 -0
- package/backend/node_modules/async/autoInject.js +182 -0
- package/backend/node_modules/async/bower.json +17 -0
- package/backend/node_modules/async/cargo.js +63 -0
- package/backend/node_modules/async/cargoQueue.js +71 -0
- package/backend/node_modules/async/compose.js +55 -0
- package/backend/node_modules/async/concat.js +115 -0
- package/backend/node_modules/async/concatLimit.js +60 -0
- package/backend/node_modules/async/concatSeries.js +41 -0
- package/backend/node_modules/async/constant.js +14 -0
- package/backend/node_modules/async/detect.js +96 -0
- package/backend/node_modules/async/detectLimit.js +48 -0
- package/backend/node_modules/async/detectSeries.js +47 -0
- package/backend/node_modules/async/dir.js +43 -0
- package/backend/node_modules/async/dist/async.js +6061 -0
- package/backend/node_modules/async/dist/async.min.js +1 -0
- package/backend/node_modules/async/dist/async.mjs +5948 -0
- package/backend/node_modules/async/doDuring.js +68 -0
- package/backend/node_modules/async/doUntil.js +46 -0
- package/backend/node_modules/async/doWhilst.js +68 -0
- package/backend/node_modules/async/during.js +78 -0
- package/backend/node_modules/async/each.js +129 -0
- package/backend/node_modules/async/eachLimit.js +50 -0
- package/backend/node_modules/async/eachOf.js +185 -0
- package/backend/node_modules/async/eachOfLimit.js +47 -0
- package/backend/node_modules/async/eachOfSeries.js +39 -0
- package/backend/node_modules/async/eachSeries.js +44 -0
- package/backend/node_modules/async/ensureAsync.js +67 -0
- package/backend/node_modules/async/every.js +119 -0
- package/backend/node_modules/async/everyLimit.js +46 -0
- package/backend/node_modules/async/everySeries.js +45 -0
- package/backend/node_modules/async/filter.js +93 -0
- package/backend/node_modules/async/filterLimit.js +45 -0
- package/backend/node_modules/async/filterSeries.js +43 -0
- package/backend/node_modules/async/find.js +96 -0
- package/backend/node_modules/async/findLimit.js +48 -0
- package/backend/node_modules/async/findSeries.js +47 -0
- package/backend/node_modules/async/flatMap.js +115 -0
- package/backend/node_modules/async/flatMapLimit.js +60 -0
- package/backend/node_modules/async/flatMapSeries.js +41 -0
- package/backend/node_modules/async/foldl.js +153 -0
- package/backend/node_modules/async/foldr.js +41 -0
- package/backend/node_modules/async/forEach.js +129 -0
- package/backend/node_modules/async/forEachLimit.js +50 -0
- package/backend/node_modules/async/forEachOf.js +185 -0
- package/backend/node_modules/async/forEachOfLimit.js +47 -0
- package/backend/node_modules/async/forEachOfSeries.js +39 -0
- package/backend/node_modules/async/forEachSeries.js +44 -0
- package/backend/node_modules/async/forever.js +68 -0
- package/backend/node_modules/async/groupBy.js +108 -0
- package/backend/node_modules/async/groupByLimit.js +71 -0
- package/backend/node_modules/async/groupBySeries.js +36 -0
- package/backend/node_modules/async/index.js +588 -0
- package/backend/node_modules/async/inject.js +153 -0
- package/backend/node_modules/async/internal/DoublyLinkedList.js +92 -0
- package/backend/node_modules/async/internal/Heap.js +120 -0
- package/backend/node_modules/async/internal/applyEach.js +29 -0
- package/backend/node_modules/async/internal/asyncEachOfLimit.js +75 -0
- package/backend/node_modules/async/internal/awaitify.js +28 -0
- package/backend/node_modules/async/internal/breakLoop.js +10 -0
- package/backend/node_modules/async/internal/consoleFunc.js +31 -0
- package/backend/node_modules/async/internal/createTester.js +40 -0
- package/backend/node_modules/async/internal/eachOfLimit.js +90 -0
- package/backend/node_modules/async/internal/filter.js +55 -0
- package/backend/node_modules/async/internal/getIterator.js +11 -0
- package/backend/node_modules/async/internal/initialParams.js +14 -0
- package/backend/node_modules/async/internal/isArrayLike.js +10 -0
- package/backend/node_modules/async/internal/iterator.js +57 -0
- package/backend/node_modules/async/internal/map.js +30 -0
- package/backend/node_modules/async/internal/once.js +17 -0
- package/backend/node_modules/async/internal/onlyOnce.js +15 -0
- package/backend/node_modules/async/internal/parallel.js +34 -0
- package/backend/node_modules/async/internal/promiseCallback.js +23 -0
- package/backend/node_modules/async/internal/queue.js +294 -0
- package/backend/node_modules/async/internal/range.js +14 -0
- package/backend/node_modules/async/internal/reject.js +26 -0
- package/backend/node_modules/async/internal/setImmediate.js +34 -0
- package/backend/node_modules/async/internal/withoutIndex.js +10 -0
- package/backend/node_modules/async/internal/wrapAsync.js +34 -0
- package/backend/node_modules/async/log.js +41 -0
- package/backend/node_modules/async/map.js +142 -0
- package/backend/node_modules/async/mapLimit.js +45 -0
- package/backend/node_modules/async/mapSeries.js +44 -0
- package/backend/node_modules/async/mapValues.js +152 -0
- package/backend/node_modules/async/mapValuesLimit.js +61 -0
- package/backend/node_modules/async/mapValuesSeries.js +37 -0
- package/backend/node_modules/async/memoize.js +91 -0
- package/backend/node_modules/async/nextTick.js +52 -0
- package/backend/node_modules/async/package.json +75 -0
- package/backend/node_modules/async/parallel.js +180 -0
- package/backend/node_modules/async/parallelLimit.js +41 -0
- package/backend/node_modules/async/priorityQueue.js +60 -0
- package/backend/node_modules/async/queue.js +24 -0
- package/backend/node_modules/async/race.js +67 -0
- package/backend/node_modules/async/reduce.js +153 -0
- package/backend/node_modules/async/reduceRight.js +41 -0
- package/backend/node_modules/async/reflect.js +78 -0
- package/backend/node_modules/async/reflectAll.js +93 -0
- package/backend/node_modules/async/reject.js +87 -0
- package/backend/node_modules/async/rejectLimit.js +45 -0
- package/backend/node_modules/async/rejectSeries.js +43 -0
- package/backend/node_modules/async/retry.js +159 -0
- package/backend/node_modules/async/retryable.js +77 -0
- package/backend/node_modules/async/select.js +93 -0
- package/backend/node_modules/async/selectLimit.js +45 -0
- package/backend/node_modules/async/selectSeries.js +43 -0
- package/backend/node_modules/async/seq.js +79 -0
- package/backend/node_modules/async/series.js +186 -0
- package/backend/node_modules/async/setImmediate.js +45 -0
- package/backend/node_modules/async/some.js +122 -0
- package/backend/node_modules/async/someLimit.js +47 -0
- package/backend/node_modules/async/someSeries.js +46 -0
- package/backend/node_modules/async/sortBy.js +190 -0
- package/backend/node_modules/async/timeout.js +89 -0
- package/backend/node_modules/async/times.js +50 -0
- package/backend/node_modules/async/timesLimit.js +43 -0
- package/backend/node_modules/async/timesSeries.js +32 -0
- package/backend/node_modules/async/transform.js +173 -0
- package/backend/node_modules/async/tryEach.js +78 -0
- package/backend/node_modules/async/unmemoize.js +25 -0
- package/backend/node_modules/async/until.js +61 -0
- package/backend/node_modules/async/waterfall.js +105 -0
- package/backend/node_modules/async/whilst.js +78 -0
- package/backend/node_modules/async/wrapSync.js +118 -0
- package/backend/node_modules/balanced-match/LICENSE.md +23 -0
- package/backend/node_modules/balanced-match/README.md +57 -0
- package/backend/node_modules/balanced-match/dist/commonjs/index.d.ts +9 -0
- package/backend/node_modules/balanced-match/dist/commonjs/index.d.ts.map +1 -0
- package/backend/node_modules/balanced-match/dist/commonjs/index.js +59 -0
- package/backend/node_modules/balanced-match/dist/commonjs/index.js.map +1 -0
- package/backend/node_modules/balanced-match/dist/commonjs/package.json +3 -0
- package/backend/node_modules/balanced-match/dist/esm/index.d.ts +9 -0
- package/backend/node_modules/balanced-match/dist/esm/index.d.ts.map +1 -0
- package/backend/node_modules/balanced-match/dist/esm/index.js +54 -0
- package/backend/node_modules/balanced-match/dist/esm/index.js.map +1 -0
- package/backend/node_modules/balanced-match/dist/esm/package.json +3 -0
- package/backend/node_modules/balanced-match/package.json +68 -0
- package/backend/node_modules/base64id/CHANGELOG.md +16 -0
- package/backend/node_modules/base64id/LICENSE +22 -0
- package/backend/node_modules/base64id/README.md +18 -0
- package/backend/node_modules/base64id/lib/base64id.js +103 -0
- package/backend/node_modules/base64id/package.json +13 -0
- package/backend/node_modules/basic-auth/HISTORY.md +52 -0
- package/backend/node_modules/basic-auth/LICENSE +24 -0
- package/backend/node_modules/basic-auth/README.md +113 -0
- package/backend/node_modules/basic-auth/index.js +133 -0
- package/backend/node_modules/basic-auth/node_modules/safe-buffer/LICENSE +21 -0
- package/backend/node_modules/basic-auth/node_modules/safe-buffer/README.md +584 -0
- package/backend/node_modules/basic-auth/node_modules/safe-buffer/index.d.ts +187 -0
- package/backend/node_modules/basic-auth/node_modules/safe-buffer/index.js +62 -0
- package/backend/node_modules/basic-auth/node_modules/safe-buffer/package.json +37 -0
- package/backend/node_modules/basic-auth/package.json +41 -0
- package/backend/node_modules/basic-ftp/LICENSE.txt +19 -0
- package/backend/node_modules/basic-ftp/README.md +244 -0
- package/backend/node_modules/basic-ftp/dist/Client.d.ts +333 -0
- package/backend/node_modules/basic-ftp/dist/Client.js +782 -0
- package/backend/node_modules/basic-ftp/dist/FileInfo.d.ts +80 -0
- package/backend/node_modules/basic-ftp/dist/FileInfo.js +92 -0
- package/backend/node_modules/basic-ftp/dist/FtpContext.d.ts +175 -0
- package/backend/node_modules/basic-ftp/dist/FtpContext.js +365 -0
- package/backend/node_modules/basic-ftp/dist/ProgressTracker.d.ts +45 -0
- package/backend/node_modules/basic-ftp/dist/ProgressTracker.js +72 -0
- package/backend/node_modules/basic-ftp/dist/StringEncoding.d.ts +1 -0
- package/backend/node_modules/basic-ftp/dist/StringEncoding.js +2 -0
- package/backend/node_modules/basic-ftp/dist/StringWriter.d.ts +7 -0
- package/backend/node_modules/basic-ftp/dist/StringWriter.js +23 -0
- package/backend/node_modules/basic-ftp/dist/index.d.ts +9 -0
- package/backend/node_modules/basic-ftp/dist/index.js +28 -0
- package/backend/node_modules/basic-ftp/dist/netUtils.d.ts +21 -0
- package/backend/node_modules/basic-ftp/dist/netUtils.js +66 -0
- package/backend/node_modules/basic-ftp/dist/parseControlResponse.d.ts +22 -0
- package/backend/node_modules/basic-ftp/dist/parseControlResponse.js +66 -0
- package/backend/node_modules/basic-ftp/dist/parseList.d.ts +5 -0
- package/backend/node_modules/basic-ftp/dist/parseList.js +79 -0
- package/backend/node_modules/basic-ftp/dist/parseListDOS.d.ts +12 -0
- package/backend/node_modules/basic-ftp/dist/parseListDOS.js +52 -0
- package/backend/node_modules/basic-ftp/dist/parseListMLSD.d.ts +20 -0
- package/backend/node_modules/basic-ftp/dist/parseListMLSD.js +187 -0
- package/backend/node_modules/basic-ftp/dist/parseListUnix.d.ts +12 -0
- package/backend/node_modules/basic-ftp/dist/parseListUnix.js +155 -0
- package/backend/node_modules/basic-ftp/dist/transfer.d.ts +39 -0
- package/backend/node_modules/basic-ftp/dist/transfer.js +318 -0
- package/backend/node_modules/basic-ftp/package.json +52 -0
- package/backend/node_modules/bcrypt/.dockerignore +6 -0
- package/backend/node_modules/bcrypt/.editorconfig +19 -0
- package/backend/node_modules/bcrypt/.github/workflows/build-pack-publish.yml +110 -0
- package/backend/node_modules/bcrypt/.github/workflows/ci.yaml +42 -0
- package/backend/node_modules/bcrypt/CHANGELOG.md +184 -0
- package/backend/node_modules/bcrypt/Dockerfile +57 -0
- package/backend/node_modules/bcrypt/Dockerfile-alpine +41 -0
- package/backend/node_modules/bcrypt/ISSUE_TEMPLATE.md +18 -0
- package/backend/node_modules/bcrypt/LICENSE +19 -0
- package/backend/node_modules/bcrypt/Makefile +19 -0
- package/backend/node_modules/bcrypt/README.md +388 -0
- package/backend/node_modules/bcrypt/SECURITY.md +15 -0
- package/backend/node_modules/bcrypt/bcrypt.js +242 -0
- package/backend/node_modules/bcrypt/binding.gyp +49 -0
- package/backend/node_modules/bcrypt/build-all.sh +37 -0
- package/backend/node_modules/bcrypt/examples/async_compare.js +28 -0
- package/backend/node_modules/bcrypt/examples/forever_gen_salt.js +8 -0
- package/backend/node_modules/bcrypt/package.json +62 -0
- package/backend/node_modules/bcrypt/prebuilds/darwin-arm64/bcrypt.node +0 -0
- package/backend/node_modules/bcrypt/prebuilds/darwin-x64/bcrypt.node +0 -0
- package/backend/node_modules/bcrypt/prebuilds/linux-arm/bcrypt.glibc.node +0 -0
- package/backend/node_modules/bcrypt/prebuilds/linux-arm/bcrypt.musl.node +0 -0
- package/backend/node_modules/bcrypt/prebuilds/linux-arm64/bcrypt.glibc.node +0 -0
- package/backend/node_modules/bcrypt/prebuilds/linux-arm64/bcrypt.musl.node +0 -0
- package/backend/node_modules/bcrypt/prebuilds/linux-x64/bcrypt.glibc.node +0 -0
- package/backend/node_modules/bcrypt/prebuilds/linux-x64/bcrypt.musl.node +0 -0
- package/backend/node_modules/bcrypt/prebuilds/win32-arm64/bcrypt.node +0 -0
- package/backend/node_modules/bcrypt/prebuilds/win32-x64/bcrypt.node +0 -0
- package/backend/node_modules/bcrypt/promises.js +45 -0
- package/backend/node_modules/bcrypt/src/bcrypt.cc +315 -0
- package/backend/node_modules/bcrypt/src/bcrypt_node.cc +288 -0
- package/backend/node_modules/bcrypt/src/blowfish.cc +679 -0
- package/backend/node_modules/bcrypt/src/node_blf.h +132 -0
- package/backend/node_modules/bcrypt/test/async.test.js +209 -0
- package/backend/node_modules/bcrypt/test/implementation.test.js +48 -0
- package/backend/node_modules/bcrypt/test/promise.test.js +168 -0
- package/backend/node_modules/bcrypt/test/repetitions.test.js +55 -0
- package/backend/node_modules/bcrypt/test/sync.test.js +125 -0
- package/backend/node_modules/binary-extensions/binary-extensions.json +263 -0
- package/backend/node_modules/binary-extensions/binary-extensions.json.d.ts +3 -0
- package/backend/node_modules/binary-extensions/index.d.ts +14 -0
- package/backend/node_modules/binary-extensions/index.js +1 -0
- package/backend/node_modules/binary-extensions/license +10 -0
- package/backend/node_modules/binary-extensions/package.json +40 -0
- package/backend/node_modules/binary-extensions/readme.md +25 -0
- package/backend/node_modules/bodec/LICENSE +20 -0
- package/backend/node_modules/bodec/README.md +4 -0
- package/backend/node_modules/bodec/bodec-node.js +172 -0
- package/backend/node_modules/bodec/bodec.js +246 -0
- package/backend/node_modules/bodec/package.json +10 -0
- package/backend/node_modules/body-parser/LICENSE +23 -0
- package/backend/node_modules/body-parser/README.md +494 -0
- package/backend/node_modules/body-parser/index.js +71 -0
- package/backend/node_modules/body-parser/lib/read.js +247 -0
- package/backend/node_modules/body-parser/lib/types/json.js +158 -0
- package/backend/node_modules/body-parser/lib/types/raw.js +42 -0
- package/backend/node_modules/body-parser/lib/types/text.js +36 -0
- package/backend/node_modules/body-parser/lib/types/urlencoded.js +142 -0
- package/backend/node_modules/body-parser/lib/utils.js +98 -0
- package/backend/node_modules/body-parser/package.json +52 -0
- package/backend/node_modules/brace-expansion/LICENSE +23 -0
- package/backend/node_modules/brace-expansion/README.md +94 -0
- package/backend/node_modules/brace-expansion/dist/commonjs/index.d.ts +6 -0
- package/backend/node_modules/brace-expansion/dist/commonjs/index.d.ts.map +1 -0
- package/backend/node_modules/brace-expansion/dist/commonjs/index.js +199 -0
- package/backend/node_modules/brace-expansion/dist/commonjs/index.js.map +1 -0
- package/backend/node_modules/brace-expansion/dist/commonjs/package.json +3 -0
- package/backend/node_modules/brace-expansion/dist/esm/index.d.ts +6 -0
- package/backend/node_modules/brace-expansion/dist/esm/index.d.ts.map +1 -0
- package/backend/node_modules/brace-expansion/dist/esm/index.js +195 -0
- package/backend/node_modules/brace-expansion/dist/esm/index.js.map +1 -0
- package/backend/node_modules/brace-expansion/dist/esm/package.json +3 -0
- package/backend/node_modules/brace-expansion/package.json +64 -0
- package/backend/node_modules/braces/LICENSE +21 -0
- package/backend/node_modules/braces/README.md +586 -0
- package/backend/node_modules/braces/index.js +170 -0
- package/backend/node_modules/braces/lib/compile.js +60 -0
- package/backend/node_modules/braces/lib/constants.js +57 -0
- package/backend/node_modules/braces/lib/expand.js +113 -0
- package/backend/node_modules/braces/lib/parse.js +331 -0
- package/backend/node_modules/braces/lib/stringify.js +32 -0
- package/backend/node_modules/braces/lib/utils.js +122 -0
- package/backend/node_modules/braces/package.json +77 -0
- package/backend/node_modules/buffer-equal-constant-time/.travis.yml +4 -0
- package/backend/node_modules/buffer-equal-constant-time/LICENSE.txt +12 -0
- package/backend/node_modules/buffer-equal-constant-time/README.md +50 -0
- package/backend/node_modules/buffer-equal-constant-time/index.js +41 -0
- package/backend/node_modules/buffer-equal-constant-time/package.json +21 -0
- package/backend/node_modules/buffer-equal-constant-time/test.js +42 -0
- package/backend/node_modules/buffer-from/LICENSE +21 -0
- package/backend/node_modules/buffer-from/index.js +72 -0
- package/backend/node_modules/buffer-from/package.json +19 -0
- package/backend/node_modules/buffer-from/readme.md +69 -0
- package/backend/node_modules/bytes/History.md +97 -0
- package/backend/node_modules/bytes/LICENSE +23 -0
- package/backend/node_modules/bytes/Readme.md +152 -0
- package/backend/node_modules/bytes/index.js +170 -0
- package/backend/node_modules/bytes/package.json +42 -0
- package/backend/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/backend/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/backend/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/backend/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/backend/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/backend/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/backend/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/backend/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/backend/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/backend/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/backend/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/backend/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/backend/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/backend/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/backend/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/backend/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/backend/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/backend/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/backend/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/backend/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/backend/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/backend/node_modules/call-bound/.eslintrc +13 -0
- package/backend/node_modules/call-bound/.github/FUNDING.yml +12 -0
- package/backend/node_modules/call-bound/.nycrc +9 -0
- package/backend/node_modules/call-bound/CHANGELOG.md +42 -0
- package/backend/node_modules/call-bound/LICENSE +21 -0
- package/backend/node_modules/call-bound/README.md +53 -0
- package/backend/node_modules/call-bound/index.d.ts +94 -0
- package/backend/node_modules/call-bound/index.js +19 -0
- package/backend/node_modules/call-bound/package.json +99 -0
- package/backend/node_modules/call-bound/test/index.js +61 -0
- package/backend/node_modules/call-bound/tsconfig.json +10 -0
- package/backend/node_modules/chalk/index.d.ts +411 -0
- package/backend/node_modules/chalk/license +9 -0
- package/backend/node_modules/chalk/package.json +63 -0
- package/backend/node_modules/chalk/readme.md +304 -0
- package/backend/node_modules/chalk/source/index.js +233 -0
- package/backend/node_modules/chalk/source/templates.js +134 -0
- package/backend/node_modules/chalk/source/util.js +39 -0
- package/backend/node_modules/charm/README.markdown +216 -0
- package/backend/node_modules/charm/example/256.js +17 -0
- package/backend/node_modules/charm/example/column.js +11 -0
- package/backend/node_modules/charm/example/cursor.js +22 -0
- package/backend/node_modules/charm/example/http_spin.js +36 -0
- package/backend/node_modules/charm/example/lucky.js +24 -0
- package/backend/node_modules/charm/example/position.js +7 -0
- package/backend/node_modules/charm/example/progress.js +18 -0
- package/backend/node_modules/charm/example/resize.js +62 -0
- package/backend/node_modules/charm/example/spin.js +23 -0
- package/backend/node_modules/charm/index.js +305 -0
- package/backend/node_modules/charm/lib/encode.js +18 -0
- package/backend/node_modules/charm/package.json +32 -0
- package/backend/node_modules/chokidar/LICENSE +21 -0
- package/backend/node_modules/chokidar/README.md +308 -0
- package/backend/node_modules/chokidar/index.js +973 -0
- package/backend/node_modules/chokidar/lib/constants.js +66 -0
- package/backend/node_modules/chokidar/lib/fsevents-handler.js +526 -0
- package/backend/node_modules/chokidar/lib/nodefs-handler.js +654 -0
- package/backend/node_modules/chokidar/package.json +70 -0
- package/backend/node_modules/chokidar/types/index.d.ts +192 -0
- package/backend/node_modules/cli-tableau/CHANGELOG.md +72 -0
- package/backend/node_modules/cli-tableau/LICENSE +22 -0
- package/backend/node_modules/cli-tableau/README.md +131 -0
- package/backend/node_modules/cli-tableau/lib/index.js +316 -0
- package/backend/node_modules/cli-tableau/lib/utils.js +59 -0
- package/backend/node_modules/cli-tableau/package.json +48 -0
- package/backend/node_modules/color-convert/CHANGELOG.md +54 -0
- package/backend/node_modules/color-convert/LICENSE +21 -0
- package/backend/node_modules/color-convert/README.md +68 -0
- package/backend/node_modules/color-convert/conversions.js +839 -0
- package/backend/node_modules/color-convert/index.js +81 -0
- package/backend/node_modules/color-convert/package.json +48 -0
- package/backend/node_modules/color-convert/route.js +97 -0
- package/backend/node_modules/color-name/LICENSE +8 -0
- package/backend/node_modules/color-name/README.md +11 -0
- package/backend/node_modules/color-name/index.js +152 -0
- package/backend/node_modules/color-name/package.json +28 -0
- package/backend/node_modules/commander/CHANGELOG.md +356 -0
- package/backend/node_modules/commander/LICENSE +22 -0
- package/backend/node_modules/commander/Readme.md +408 -0
- package/backend/node_modules/commander/index.js +1231 -0
- package/backend/node_modules/commander/package.json +37 -0
- package/backend/node_modules/commander/typings/index.d.ts +309 -0
- package/backend/node_modules/connect-history-api-fallback/LICENSE +21 -0
- package/backend/node_modules/connect-history-api-fallback/README.md +160 -0
- package/backend/node_modules/connect-history-api-fallback/lib/index.js +121 -0
- package/backend/node_modules/connect-history-api-fallback/package.json +40 -0
- package/backend/node_modules/content-disposition/HISTORY.md +72 -0
- package/backend/node_modules/content-disposition/LICENSE +22 -0
- package/backend/node_modules/content-disposition/README.md +142 -0
- package/backend/node_modules/content-disposition/index.js +458 -0
- package/backend/node_modules/content-disposition/package.json +43 -0
- package/backend/node_modules/content-type/HISTORY.md +29 -0
- package/backend/node_modules/content-type/LICENSE +22 -0
- package/backend/node_modules/content-type/README.md +94 -0
- package/backend/node_modules/content-type/index.js +225 -0
- package/backend/node_modules/content-type/package.json +42 -0
- package/backend/node_modules/cookie/LICENSE +24 -0
- package/backend/node_modules/cookie/README.md +317 -0
- package/backend/node_modules/cookie/SECURITY.md +25 -0
- package/backend/node_modules/cookie/index.js +335 -0
- package/backend/node_modules/cookie/package.json +44 -0
- package/backend/node_modules/cookie-signature/History.md +70 -0
- package/backend/node_modules/cookie-signature/LICENSE +22 -0
- package/backend/node_modules/cookie-signature/Readme.md +23 -0
- package/backend/node_modules/cookie-signature/index.js +47 -0
- package/backend/node_modules/cookie-signature/package.json +24 -0
- package/backend/node_modules/cors/LICENSE +22 -0
- package/backend/node_modules/cors/README.md +277 -0
- package/backend/node_modules/cors/lib/index.js +238 -0
- package/backend/node_modules/cors/package.json +42 -0
- package/backend/node_modules/croner/LICENSE +22 -0
- package/backend/node_modules/croner/README.md +338 -0
- package/backend/node_modules/croner/SECURITY.md +12 -0
- package/backend/node_modules/croner/croner.png +0 -0
- package/backend/node_modules/croner/dist/croner.cjs +1032 -0
- package/backend/node_modules/croner/dist/croner.min.js +1 -0
- package/backend/node_modules/croner/dist/croner.min.js.map +1 -0
- package/backend/node_modules/croner/dist/croner.min.mjs +1 -0
- package/backend/node_modules/croner/dist/croner.min.mjs.map +1 -0
- package/backend/node_modules/croner/package.json +80 -0
- package/backend/node_modules/croner/src/croner.js +329 -0
- package/backend/node_modules/croner/src/croner.single.js +3 -0
- package/backend/node_modules/croner/src/date.js +348 -0
- package/backend/node_modules/croner/src/pattern.js +336 -0
- package/backend/node_modules/croner/src/timezone.js +21 -0
- package/backend/node_modules/croner/types/croner.d.ts +136 -0
- package/backend/node_modules/croner/types/croner.single.d.ts +2 -0
- package/backend/node_modules/croner/types/date.d.ts +56 -0
- package/backend/node_modules/croner/types/pattern.d.ts +69 -0
- package/backend/node_modules/croner/types/timezone.d.ts +18 -0
- package/backend/node_modules/culvert/LICENSE +21 -0
- package/backend/node_modules/culvert/README.md +102 -0
- package/backend/node_modules/culvert/channel.js +67 -0
- package/backend/node_modules/culvert/consume.js +15 -0
- package/backend/node_modules/culvert/package.json +25 -0
- package/backend/node_modules/data-uri-to-buffer/LICENSE +22 -0
- package/backend/node_modules/data-uri-to-buffer/README.md +61 -0
- package/backend/node_modules/data-uri-to-buffer/dist/common.d.ts +17 -0
- package/backend/node_modules/data-uri-to-buffer/dist/common.d.ts.map +1 -0
- package/backend/node_modules/data-uri-to-buffer/dist/common.js +54 -0
- package/backend/node_modules/data-uri-to-buffer/dist/common.js.map +1 -0
- package/backend/node_modules/data-uri-to-buffer/dist/index.d.ts +8 -0
- package/backend/node_modules/data-uri-to-buffer/dist/index.d.ts.map +1 -0
- package/backend/node_modules/data-uri-to-buffer/dist/index.js +48 -0
- package/backend/node_modules/data-uri-to-buffer/dist/index.js.map +1 -0
- package/backend/node_modules/data-uri-to-buffer/dist/node.d.ts +8 -0
- package/backend/node_modules/data-uri-to-buffer/dist/node.d.ts.map +1 -0
- package/backend/node_modules/data-uri-to-buffer/dist/node.js +26 -0
- package/backend/node_modules/data-uri-to-buffer/dist/node.js.map +1 -0
- package/backend/node_modules/data-uri-to-buffer/package.json +48 -0
- package/backend/node_modules/dayjs/.editorconfig +7 -0
- package/backend/node_modules/dayjs/CHANGELOG.md +961 -0
- package/backend/node_modules/dayjs/LICENSE +21 -0
- package/backend/node_modules/dayjs/README.md +180 -0
- package/backend/node_modules/dayjs/dayjs.min.js +1 -0
- package/backend/node_modules/dayjs/esm/constant.js +25 -0
- package/backend/node_modules/dayjs/esm/index.d.ts +429 -0
- package/backend/node_modules/dayjs/esm/index.js +541 -0
- package/backend/node_modules/dayjs/esm/locale/af.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/am.js +40 -0
- package/backend/node_modules/dayjs/esm/locale/ar-dz.js +41 -0
- package/backend/node_modules/dayjs/esm/locale/ar-iq.js +42 -0
- package/backend/node_modules/dayjs/esm/locale/ar-kw.js +41 -0
- package/backend/node_modules/dayjs/esm/locale/ar-ly.js +27 -0
- package/backend/node_modules/dayjs/esm/locale/ar-ma.js +42 -0
- package/backend/node_modules/dayjs/esm/locale/ar-sa.js +41 -0
- package/backend/node_modules/dayjs/esm/locale/ar-tn.js +42 -0
- package/backend/node_modules/dayjs/esm/locale/ar.js +77 -0
- package/backend/node_modules/dayjs/esm/locale/az.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/be.js +24 -0
- package/backend/node_modules/dayjs/esm/locale/bg.js +55 -0
- package/backend/node_modules/dayjs/esm/locale/bi.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/bm.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/bn-bd.js +81 -0
- package/backend/node_modules/dayjs/esm/locale/bn.js +72 -0
- package/backend/node_modules/dayjs/esm/locale/bo.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/br.js +93 -0
- package/backend/node_modules/dayjs/esm/locale/bs.js +24 -0
- package/backend/node_modules/dayjs/esm/locale/ca.js +44 -0
- package/backend/node_modules/dayjs/esm/locale/cs.js +120 -0
- package/backend/node_modules/dayjs/esm/locale/cv.js +24 -0
- package/backend/node_modules/dayjs/esm/locale/cy.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/da.js +40 -0
- package/backend/node_modules/dayjs/esm/locale/de-at.js +63 -0
- package/backend/node_modules/dayjs/esm/locale/de-ch.js +63 -0
- package/backend/node_modules/dayjs/esm/locale/de.js +64 -0
- package/backend/node_modules/dayjs/esm/locale/dv.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/el.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/en-au.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/en-ca.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/en-gb.js +42 -0
- package/backend/node_modules/dayjs/esm/locale/en-ie.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/en-il.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/en-in.js +42 -0
- package/backend/node_modules/dayjs/esm/locale/en-nz.js +41 -0
- package/backend/node_modules/dayjs/esm/locale/en-sg.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/en-tt.js +42 -0
- package/backend/node_modules/dayjs/esm/locale/en.js +12 -0
- package/backend/node_modules/dayjs/esm/locale/eo.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/es-do.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/es-mx.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/es-pr.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/es-us.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/es.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/et.js +65 -0
- package/backend/node_modules/dayjs/esm/locale/eu.js +43 -0
- package/backend/node_modules/dayjs/esm/locale/fa.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/fi.js +88 -0
- package/backend/node_modules/dayjs/esm/locale/fo.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/fr-ca.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/fr-ch.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/fr.js +41 -0
- package/backend/node_modules/dayjs/esm/locale/fy.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/ga.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/gd.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/gl.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/gom-latn.js +25 -0
- package/backend/node_modules/dayjs/esm/locale/gu.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/he.js +78 -0
- package/backend/node_modules/dayjs/esm/locale/hi.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/hr.js +53 -0
- package/backend/node_modules/dayjs/esm/locale/ht.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/hu.js +61 -0
- package/backend/node_modules/dayjs/esm/locale/hy-am.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/id.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/index.d.ts +11 -0
- package/backend/node_modules/dayjs/esm/locale/is.js +68 -0
- package/backend/node_modules/dayjs/esm/locale/it-ch.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/it.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/ja.js +45 -0
- package/backend/node_modules/dayjs/esm/locale/jv.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/ka.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/kk.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/km.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/kn.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/ko.js +45 -0
- package/backend/node_modules/dayjs/esm/locale/ku.js +77 -0
- package/backend/node_modules/dayjs/esm/locale/ky.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/lb.js +24 -0
- package/backend/node_modules/dayjs/esm/locale/lo.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/lt.js +70 -0
- package/backend/node_modules/dayjs/esm/locale/lv.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/me.js +24 -0
- package/backend/node_modules/dayjs/esm/locale/mi.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/mk.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/ml.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/mn.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/mr.js +23 -0
- package/backend/node_modules/dayjs/esm/locale/ms-my.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/ms.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/mt.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/my.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/nb.js +40 -0
- package/backend/node_modules/dayjs/esm/locale/ne.js +40 -0
- package/backend/node_modules/dayjs/esm/locale/nl-be.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/nl.js +40 -0
- package/backend/node_modules/dayjs/esm/locale/nn.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/oc-lnc.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/pa-in.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/pl.js +87 -0
- package/backend/node_modules/dayjs/esm/locale/pt-br.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/pt.js +40 -0
- package/backend/node_modules/dayjs/esm/locale/rn.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/ro.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/ru.js +99 -0
- package/backend/node_modules/dayjs/esm/locale/rw.js +35 -0
- package/backend/node_modules/dayjs/esm/locale/sd.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/se.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/si.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/sk.js +121 -0
- package/backend/node_modules/dayjs/esm/locale/sl.js +141 -0
- package/backend/node_modules/dayjs/esm/locale/sq.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/sr-cyrl.js +74 -0
- package/backend/node_modules/dayjs/esm/locale/sr.js +74 -0
- package/backend/node_modules/dayjs/esm/locale/ss.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/sv-fi.js +46 -0
- package/backend/node_modules/dayjs/esm/locale/sv.js +44 -0
- package/backend/node_modules/dayjs/esm/locale/sw.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/ta.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/te.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/tet.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/tg.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/th.js +38 -0
- package/backend/node_modules/dayjs/esm/locale/tk.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/tl-ph.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/tlh.js +24 -0
- package/backend/node_modules/dayjs/esm/locale/tr.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/types.d.ts +33 -0
- package/backend/node_modules/dayjs/esm/locale/tzl.js +24 -0
- package/backend/node_modules/dayjs/esm/locale/tzm-latn.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/tzm.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/ug-cn.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/uk.js +77 -0
- package/backend/node_modules/dayjs/esm/locale/ur.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/uz-latn.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/uz.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/vi.js +43 -0
- package/backend/node_modules/dayjs/esm/locale/x-pseudo.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/yo.js +39 -0
- package/backend/node_modules/dayjs/esm/locale/zh-cn.js +67 -0
- package/backend/node_modules/dayjs/esm/locale/zh-hk.js +65 -0
- package/backend/node_modules/dayjs/esm/locale/zh-tw.js +65 -0
- package/backend/node_modules/dayjs/esm/locale/zh.js +67 -0
- package/backend/node_modules/dayjs/esm/plugin/advancedFormat/index.d.ts +4 -0
- package/backend/node_modules/dayjs/esm/plugin/advancedFormat/index.js +66 -0
- package/backend/node_modules/dayjs/esm/plugin/arraySupport/index.d.ts +10 -0
- package/backend/node_modules/dayjs/esm/plugin/arraySupport/index.js +33 -0
- package/backend/node_modules/dayjs/esm/plugin/badMutable/index.d.ts +4 -0
- package/backend/node_modules/dayjs/esm/plugin/badMutable/index.js +61 -0
- package/backend/node_modules/dayjs/esm/plugin/bigIntSupport/index.d.ts +11 -0
- package/backend/node_modules/dayjs/esm/plugin/bigIntSupport/index.js +32 -0
- package/backend/node_modules/dayjs/esm/plugin/buddhistEra/index.d.ts +4 -0
- package/backend/node_modules/dayjs/esm/plugin/buddhistEra/index.js +21 -0
- package/backend/node_modules/dayjs/esm/plugin/calendar/index.d.ts +10 -0
- package/backend/node_modules/dayjs/esm/plugin/calendar/index.js +32 -0
- package/backend/node_modules/dayjs/esm/plugin/customParseFormat/index.d.ts +8 -0
- package/backend/node_modules/dayjs/esm/plugin/customParseFormat/index.js +333 -0
- package/backend/node_modules/dayjs/esm/plugin/dayOfYear/index.d.ts +11 -0
- package/backend/node_modules/dayjs/esm/plugin/dayOfYear/index.js +9 -0
- package/backend/node_modules/dayjs/esm/plugin/devHelper/index.d.ts +4 -0
- package/backend/node_modules/dayjs/esm/plugin/devHelper/index.js +38 -0
- package/backend/node_modules/dayjs/esm/plugin/duration/index.d.ts +88 -0
- package/backend/node_modules/dayjs/esm/plugin/duration/index.js +356 -0
- package/backend/node_modules/dayjs/esm/plugin/isBetween/index.d.ts +10 -0
- package/backend/node_modules/dayjs/esm/plugin/isBetween/index.js +10 -0
- package/backend/node_modules/dayjs/esm/plugin/isLeapYear/index.d.ts +10 -0
- package/backend/node_modules/dayjs/esm/plugin/isLeapYear/index.js +7 -0
- package/backend/node_modules/dayjs/esm/plugin/isMoment/index.d.ts +10 -0
- package/backend/node_modules/dayjs/esm/plugin/isMoment/index.js +5 -0
- package/backend/node_modules/dayjs/esm/plugin/isSameOrAfter/index.d.ts +10 -0
- package/backend/node_modules/dayjs/esm/plugin/isSameOrAfter/index.js +5 -0
- package/backend/node_modules/dayjs/esm/plugin/isSameOrBefore/index.d.ts +10 -0
- package/backend/node_modules/dayjs/esm/plugin/isSameOrBefore/index.js +5 -0
- package/backend/node_modules/dayjs/esm/plugin/isToday/index.d.ts +10 -0
- package/backend/node_modules/dayjs/esm/plugin/isToday/index.js +9 -0
- package/backend/node_modules/dayjs/esm/plugin/isTomorrow/index.d.ts +10 -0
- package/backend/node_modules/dayjs/esm/plugin/isTomorrow/index.js +9 -0
- package/backend/node_modules/dayjs/esm/plugin/isYesterday/index.d.ts +10 -0
- package/backend/node_modules/dayjs/esm/plugin/isYesterday/index.js +9 -0
- package/backend/node_modules/dayjs/esm/plugin/isoWeek/index.d.ts +27 -0
- package/backend/node_modules/dayjs/esm/plugin/isoWeek/index.js +57 -0
- package/backend/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.d.ts +10 -0
- package/backend/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.js +15 -0
- package/backend/node_modules/dayjs/esm/plugin/localeData/index.d.ts +44 -0
- package/backend/node_modules/dayjs/esm/plugin/localeData/index.js +114 -0
- package/backend/node_modules/dayjs/esm/plugin/localizedFormat/index.d.ts +4 -0
- package/backend/node_modules/dayjs/esm/plugin/localizedFormat/index.js +20 -0
- package/backend/node_modules/dayjs/esm/plugin/localizedFormat/utils.js +20 -0
- package/backend/node_modules/dayjs/esm/plugin/minMax/index.d.ts +22 -0
- package/backend/node_modules/dayjs/esm/plugin/minMax/index.js +39 -0
- package/backend/node_modules/dayjs/esm/plugin/negativeYear/index.d.ts +4 -0
- package/backend/node_modules/dayjs/esm/plugin/negativeYear/index.js +36 -0
- package/backend/node_modules/dayjs/esm/plugin/objectSupport/index.d.ts +48 -0
- package/backend/node_modules/dayjs/esm/plugin/objectSupport/index.js +97 -0
- package/backend/node_modules/dayjs/esm/plugin/pluralGetSet/index.d.ts +44 -0
- package/backend/node_modules/dayjs/esm/plugin/pluralGetSet/index.js +7 -0
- package/backend/node_modules/dayjs/esm/plugin/preParsePostFormat/index.d.ts +4 -0
- package/backend/node_modules/dayjs/esm/plugin/preParsePostFormat/index.js +40 -0
- package/backend/node_modules/dayjs/esm/plugin/quarterOfYear/index.d.ts +26 -0
- package/backend/node_modules/dayjs/esm/plugin/quarterOfYear/index.js +41 -0
- package/backend/node_modules/dayjs/esm/plugin/relativeTime/index.d.ts +24 -0
- package/backend/node_modules/dayjs/esm/plugin/relativeTime/index.js +130 -0
- package/backend/node_modules/dayjs/esm/plugin/timezone/index.d.ts +20 -0
- package/backend/node_modules/dayjs/esm/plugin/timezone/index.js +198 -0
- package/backend/node_modules/dayjs/esm/plugin/toArray/index.d.ts +10 -0
- package/backend/node_modules/dayjs/esm/plugin/toArray/index.js +7 -0
- package/backend/node_modules/dayjs/esm/plugin/toObject/index.d.ts +20 -0
- package/backend/node_modules/dayjs/esm/plugin/toObject/index.js +15 -0
- package/backend/node_modules/dayjs/esm/plugin/updateLocale/index.d.ts +8 -0
- package/backend/node_modules/dayjs/esm/plugin/updateLocale/index.js +12 -0
- package/backend/node_modules/dayjs/esm/plugin/utc/index.d.ts +19 -0
- package/backend/node_modules/dayjs/esm/plugin/utc/index.js +188 -0
- package/backend/node_modules/dayjs/esm/plugin/weekOfYear/index.d.ts +12 -0
- package/backend/node_modules/dayjs/esm/plugin/weekOfYear/index.js +44 -0
- package/backend/node_modules/dayjs/esm/plugin/weekYear/index.d.ts +10 -0
- package/backend/node_modules/dayjs/esm/plugin/weekYear/index.js +19 -0
- package/backend/node_modules/dayjs/esm/plugin/weekday/index.d.ts +12 -0
- package/backend/node_modules/dayjs/esm/plugin/weekday/index.js +15 -0
- package/backend/node_modules/dayjs/esm/utils.js +58 -0
- package/backend/node_modules/dayjs/index.d.ts +429 -0
- package/backend/node_modules/dayjs/locale/af.js +1 -0
- package/backend/node_modules/dayjs/locale/am.js +1 -0
- package/backend/node_modules/dayjs/locale/ar-dz.js +1 -0
- package/backend/node_modules/dayjs/locale/ar-iq.js +1 -0
- package/backend/node_modules/dayjs/locale/ar-kw.js +1 -0
- package/backend/node_modules/dayjs/locale/ar-ly.js +1 -0
- package/backend/node_modules/dayjs/locale/ar-ma.js +1 -0
- package/backend/node_modules/dayjs/locale/ar-sa.js +1 -0
- package/backend/node_modules/dayjs/locale/ar-tn.js +1 -0
- package/backend/node_modules/dayjs/locale/ar.js +1 -0
- package/backend/node_modules/dayjs/locale/az.js +1 -0
- package/backend/node_modules/dayjs/locale/be.js +1 -0
- package/backend/node_modules/dayjs/locale/bg.js +1 -0
- package/backend/node_modules/dayjs/locale/bi.js +1 -0
- package/backend/node_modules/dayjs/locale/bm.js +1 -0
- package/backend/node_modules/dayjs/locale/bn-bd.js +1 -0
- package/backend/node_modules/dayjs/locale/bn.js +1 -0
- package/backend/node_modules/dayjs/locale/bo.js +1 -0
- package/backend/node_modules/dayjs/locale/br.js +1 -0
- package/backend/node_modules/dayjs/locale/bs.js +1 -0
- package/backend/node_modules/dayjs/locale/ca.js +1 -0
- package/backend/node_modules/dayjs/locale/cs.js +1 -0
- package/backend/node_modules/dayjs/locale/cv.js +1 -0
- package/backend/node_modules/dayjs/locale/cy.js +1 -0
- package/backend/node_modules/dayjs/locale/da.js +1 -0
- package/backend/node_modules/dayjs/locale/de-at.js +1 -0
- package/backend/node_modules/dayjs/locale/de-ch.js +1 -0
- package/backend/node_modules/dayjs/locale/de.js +1 -0
- package/backend/node_modules/dayjs/locale/dv.js +1 -0
- package/backend/node_modules/dayjs/locale/el.js +1 -0
- package/backend/node_modules/dayjs/locale/en-au.js +1 -0
- package/backend/node_modules/dayjs/locale/en-ca.js +1 -0
- package/backend/node_modules/dayjs/locale/en-gb.js +1 -0
- package/backend/node_modules/dayjs/locale/en-ie.js +1 -0
- package/backend/node_modules/dayjs/locale/en-il.js +1 -0
- package/backend/node_modules/dayjs/locale/en-in.js +1 -0
- package/backend/node_modules/dayjs/locale/en-nz.js +1 -0
- package/backend/node_modules/dayjs/locale/en-sg.js +1 -0
- package/backend/node_modules/dayjs/locale/en-tt.js +1 -0
- package/backend/node_modules/dayjs/locale/en.js +1 -0
- package/backend/node_modules/dayjs/locale/eo.js +1 -0
- package/backend/node_modules/dayjs/locale/es-do.js +1 -0
- package/backend/node_modules/dayjs/locale/es-mx.js +1 -0
- package/backend/node_modules/dayjs/locale/es-pr.js +1 -0
- package/backend/node_modules/dayjs/locale/es-us.js +1 -0
- package/backend/node_modules/dayjs/locale/es.js +1 -0
- package/backend/node_modules/dayjs/locale/et.js +1 -0
- package/backend/node_modules/dayjs/locale/eu.js +1 -0
- package/backend/node_modules/dayjs/locale/fa.js +1 -0
- package/backend/node_modules/dayjs/locale/fi.js +1 -0
- package/backend/node_modules/dayjs/locale/fo.js +1 -0
- package/backend/node_modules/dayjs/locale/fr-ca.js +1 -0
- package/backend/node_modules/dayjs/locale/fr-ch.js +1 -0
- package/backend/node_modules/dayjs/locale/fr.js +1 -0
- package/backend/node_modules/dayjs/locale/fy.js +1 -0
- package/backend/node_modules/dayjs/locale/ga.js +1 -0
- package/backend/node_modules/dayjs/locale/gd.js +1 -0
- package/backend/node_modules/dayjs/locale/gl.js +1 -0
- package/backend/node_modules/dayjs/locale/gom-latn.js +1 -0
- package/backend/node_modules/dayjs/locale/gu.js +1 -0
- package/backend/node_modules/dayjs/locale/he.js +1 -0
- package/backend/node_modules/dayjs/locale/hi.js +1 -0
- package/backend/node_modules/dayjs/locale/hr.js +1 -0
- package/backend/node_modules/dayjs/locale/ht.js +1 -0
- package/backend/node_modules/dayjs/locale/hu.js +1 -0
- package/backend/node_modules/dayjs/locale/hy-am.js +1 -0
- package/backend/node_modules/dayjs/locale/id.js +1 -0
- package/backend/node_modules/dayjs/locale/index.d.ts +11 -0
- package/backend/node_modules/dayjs/locale/is.js +1 -0
- package/backend/node_modules/dayjs/locale/it-ch.js +1 -0
- package/backend/node_modules/dayjs/locale/it.js +1 -0
- package/backend/node_modules/dayjs/locale/ja.js +1 -0
- package/backend/node_modules/dayjs/locale/jv.js +1 -0
- package/backend/node_modules/dayjs/locale/ka.js +1 -0
- package/backend/node_modules/dayjs/locale/kk.js +1 -0
- package/backend/node_modules/dayjs/locale/km.js +1 -0
- package/backend/node_modules/dayjs/locale/kn.js +1 -0
- package/backend/node_modules/dayjs/locale/ko.js +1 -0
- package/backend/node_modules/dayjs/locale/ku.js +1 -0
- package/backend/node_modules/dayjs/locale/ky.js +1 -0
- package/backend/node_modules/dayjs/locale/lb.js +1 -0
- package/backend/node_modules/dayjs/locale/lo.js +1 -0
- package/backend/node_modules/dayjs/locale/lt.js +1 -0
- package/backend/node_modules/dayjs/locale/lv.js +1 -0
- package/backend/node_modules/dayjs/locale/me.js +1 -0
- package/backend/node_modules/dayjs/locale/mi.js +1 -0
- package/backend/node_modules/dayjs/locale/mk.js +1 -0
- package/backend/node_modules/dayjs/locale/ml.js +1 -0
- package/backend/node_modules/dayjs/locale/mn.js +1 -0
- package/backend/node_modules/dayjs/locale/mr.js +1 -0
- package/backend/node_modules/dayjs/locale/ms-my.js +1 -0
- package/backend/node_modules/dayjs/locale/ms.js +1 -0
- package/backend/node_modules/dayjs/locale/mt.js +1 -0
- package/backend/node_modules/dayjs/locale/my.js +1 -0
- package/backend/node_modules/dayjs/locale/nb.js +1 -0
- package/backend/node_modules/dayjs/locale/ne.js +1 -0
- package/backend/node_modules/dayjs/locale/nl-be.js +1 -0
- package/backend/node_modules/dayjs/locale/nl.js +1 -0
- package/backend/node_modules/dayjs/locale/nn.js +1 -0
- package/backend/node_modules/dayjs/locale/oc-lnc.js +1 -0
- package/backend/node_modules/dayjs/locale/pa-in.js +1 -0
- package/backend/node_modules/dayjs/locale/pl.js +1 -0
- package/backend/node_modules/dayjs/locale/pt-br.js +1 -0
- package/backend/node_modules/dayjs/locale/pt.js +1 -0
- package/backend/node_modules/dayjs/locale/rn.js +1 -0
- package/backend/node_modules/dayjs/locale/ro.js +1 -0
- package/backend/node_modules/dayjs/locale/ru.js +1 -0
- package/backend/node_modules/dayjs/locale/rw.js +1 -0
- package/backend/node_modules/dayjs/locale/sd.js +1 -0
- package/backend/node_modules/dayjs/locale/se.js +1 -0
- package/backend/node_modules/dayjs/locale/si.js +1 -0
- package/backend/node_modules/dayjs/locale/sk.js +1 -0
- package/backend/node_modules/dayjs/locale/sl.js +1 -0
- package/backend/node_modules/dayjs/locale/sq.js +1 -0
- package/backend/node_modules/dayjs/locale/sr-cyrl.js +1 -0
- package/backend/node_modules/dayjs/locale/sr.js +1 -0
- package/backend/node_modules/dayjs/locale/ss.js +1 -0
- package/backend/node_modules/dayjs/locale/sv-fi.js +1 -0
- package/backend/node_modules/dayjs/locale/sv.js +1 -0
- package/backend/node_modules/dayjs/locale/sw.js +1 -0
- package/backend/node_modules/dayjs/locale/ta.js +1 -0
- package/backend/node_modules/dayjs/locale/te.js +1 -0
- package/backend/node_modules/dayjs/locale/tet.js +1 -0
- package/backend/node_modules/dayjs/locale/tg.js +1 -0
- package/backend/node_modules/dayjs/locale/th.js +1 -0
- package/backend/node_modules/dayjs/locale/tk.js +1 -0
- package/backend/node_modules/dayjs/locale/tl-ph.js +1 -0
- package/backend/node_modules/dayjs/locale/tlh.js +1 -0
- package/backend/node_modules/dayjs/locale/tr.js +1 -0
- package/backend/node_modules/dayjs/locale/types.d.ts +33 -0
- package/backend/node_modules/dayjs/locale/tzl.js +1 -0
- package/backend/node_modules/dayjs/locale/tzm-latn.js +1 -0
- package/backend/node_modules/dayjs/locale/tzm.js +1 -0
- package/backend/node_modules/dayjs/locale/ug-cn.js +1 -0
- package/backend/node_modules/dayjs/locale/uk.js +1 -0
- package/backend/node_modules/dayjs/locale/ur.js +1 -0
- package/backend/node_modules/dayjs/locale/uz-latn.js +1 -0
- package/backend/node_modules/dayjs/locale/uz.js +1 -0
- package/backend/node_modules/dayjs/locale/vi.js +1 -0
- package/backend/node_modules/dayjs/locale/x-pseudo.js +1 -0
- package/backend/node_modules/dayjs/locale/yo.js +1 -0
- package/backend/node_modules/dayjs/locale/zh-cn.js +1 -0
- package/backend/node_modules/dayjs/locale/zh-hk.js +1 -0
- package/backend/node_modules/dayjs/locale/zh-tw.js +1 -0
- package/backend/node_modules/dayjs/locale/zh.js +1 -0
- package/backend/node_modules/dayjs/locale.json +1 -0
- package/backend/node_modules/dayjs/package.json +84 -0
- package/backend/node_modules/dayjs/plugin/advancedFormat.d.ts +4 -0
- package/backend/node_modules/dayjs/plugin/advancedFormat.js +1 -0
- package/backend/node_modules/dayjs/plugin/arraySupport.d.ts +10 -0
- package/backend/node_modules/dayjs/plugin/arraySupport.js +1 -0
- package/backend/node_modules/dayjs/plugin/badMutable.d.ts +4 -0
- package/backend/node_modules/dayjs/plugin/badMutable.js +1 -0
- package/backend/node_modules/dayjs/plugin/bigIntSupport.d.ts +11 -0
- package/backend/node_modules/dayjs/plugin/bigIntSupport.js +1 -0
- package/backend/node_modules/dayjs/plugin/buddhistEra.d.ts +4 -0
- package/backend/node_modules/dayjs/plugin/buddhistEra.js +1 -0
- package/backend/node_modules/dayjs/plugin/calendar.d.ts +10 -0
- package/backend/node_modules/dayjs/plugin/calendar.js +1 -0
- package/backend/node_modules/dayjs/plugin/customParseFormat.d.ts +8 -0
- package/backend/node_modules/dayjs/plugin/customParseFormat.js +1 -0
- package/backend/node_modules/dayjs/plugin/dayOfYear.d.ts +11 -0
- package/backend/node_modules/dayjs/plugin/dayOfYear.js +1 -0
- package/backend/node_modules/dayjs/plugin/devHelper.d.ts +4 -0
- package/backend/node_modules/dayjs/plugin/devHelper.js +1 -0
- package/backend/node_modules/dayjs/plugin/duration.d.ts +88 -0
- package/backend/node_modules/dayjs/plugin/duration.js +1 -0
- package/backend/node_modules/dayjs/plugin/isBetween.d.ts +10 -0
- package/backend/node_modules/dayjs/plugin/isBetween.js +1 -0
- package/backend/node_modules/dayjs/plugin/isLeapYear.d.ts +10 -0
- package/backend/node_modules/dayjs/plugin/isLeapYear.js +1 -0
- package/backend/node_modules/dayjs/plugin/isMoment.d.ts +10 -0
- package/backend/node_modules/dayjs/plugin/isMoment.js +1 -0
- package/backend/node_modules/dayjs/plugin/isSameOrAfter.d.ts +10 -0
- package/backend/node_modules/dayjs/plugin/isSameOrAfter.js +1 -0
- package/backend/node_modules/dayjs/plugin/isSameOrBefore.d.ts +10 -0
- package/backend/node_modules/dayjs/plugin/isSameOrBefore.js +1 -0
- package/backend/node_modules/dayjs/plugin/isToday.d.ts +10 -0
- package/backend/node_modules/dayjs/plugin/isToday.js +1 -0
- package/backend/node_modules/dayjs/plugin/isTomorrow.d.ts +10 -0
- package/backend/node_modules/dayjs/plugin/isTomorrow.js +1 -0
- package/backend/node_modules/dayjs/plugin/isYesterday.d.ts +10 -0
- package/backend/node_modules/dayjs/plugin/isYesterday.js +1 -0
- package/backend/node_modules/dayjs/plugin/isoWeek.d.ts +27 -0
- package/backend/node_modules/dayjs/plugin/isoWeek.js +1 -0
- package/backend/node_modules/dayjs/plugin/isoWeeksInYear.d.ts +10 -0
- package/backend/node_modules/dayjs/plugin/isoWeeksInYear.js +1 -0
- package/backend/node_modules/dayjs/plugin/localeData.d.ts +44 -0
- package/backend/node_modules/dayjs/plugin/localeData.js +1 -0
- package/backend/node_modules/dayjs/plugin/localizedFormat.d.ts +4 -0
- package/backend/node_modules/dayjs/plugin/localizedFormat.js +1 -0
- package/backend/node_modules/dayjs/plugin/minMax.d.ts +22 -0
- package/backend/node_modules/dayjs/plugin/minMax.js +1 -0
- package/backend/node_modules/dayjs/plugin/negativeYear.d.ts +4 -0
- package/backend/node_modules/dayjs/plugin/negativeYear.js +1 -0
- package/backend/node_modules/dayjs/plugin/objectSupport.d.ts +48 -0
- package/backend/node_modules/dayjs/plugin/objectSupport.js +1 -0
- package/backend/node_modules/dayjs/plugin/pluralGetSet.d.ts +44 -0
- package/backend/node_modules/dayjs/plugin/pluralGetSet.js +1 -0
- package/backend/node_modules/dayjs/plugin/preParsePostFormat.d.ts +4 -0
- package/backend/node_modules/dayjs/plugin/preParsePostFormat.js +1 -0
- package/backend/node_modules/dayjs/plugin/quarterOfYear.d.ts +26 -0
- package/backend/node_modules/dayjs/plugin/quarterOfYear.js +1 -0
- package/backend/node_modules/dayjs/plugin/relativeTime.d.ts +24 -0
- package/backend/node_modules/dayjs/plugin/relativeTime.js +1 -0
- package/backend/node_modules/dayjs/plugin/timezone.d.ts +20 -0
- package/backend/node_modules/dayjs/plugin/timezone.js +1 -0
- package/backend/node_modules/dayjs/plugin/toArray.d.ts +10 -0
- package/backend/node_modules/dayjs/plugin/toArray.js +1 -0
- package/backend/node_modules/dayjs/plugin/toObject.d.ts +20 -0
- package/backend/node_modules/dayjs/plugin/toObject.js +1 -0
- package/backend/node_modules/dayjs/plugin/updateLocale.d.ts +8 -0
- package/backend/node_modules/dayjs/plugin/updateLocale.js +1 -0
- package/backend/node_modules/dayjs/plugin/utc.d.ts +19 -0
- package/backend/node_modules/dayjs/plugin/utc.js +1 -0
- package/backend/node_modules/dayjs/plugin/weekOfYear.d.ts +12 -0
- package/backend/node_modules/dayjs/plugin/weekOfYear.js +1 -0
- package/backend/node_modules/dayjs/plugin/weekYear.d.ts +10 -0
- package/backend/node_modules/dayjs/plugin/weekYear.js +1 -0
- package/backend/node_modules/dayjs/plugin/weekday.d.ts +12 -0
- package/backend/node_modules/dayjs/plugin/weekday.js +1 -0
- package/backend/node_modules/debug/LICENSE +20 -0
- package/backend/node_modules/debug/README.md +481 -0
- package/backend/node_modules/debug/package.json +64 -0
- package/backend/node_modules/debug/src/browser.js +272 -0
- package/backend/node_modules/debug/src/common.js +292 -0
- package/backend/node_modules/debug/src/index.js +10 -0
- package/backend/node_modules/debug/src/node.js +263 -0
- package/backend/node_modules/degenerator/README.md +117 -0
- package/backend/node_modules/degenerator/dist/compile.d.ts +11 -0
- package/backend/node_modules/degenerator/dist/compile.d.ts.map +1 -0
- package/backend/node_modules/degenerator/dist/compile.js +107 -0
- package/backend/node_modules/degenerator/dist/compile.js.map +1 -0
- package/backend/node_modules/degenerator/dist/degenerator.d.ts +12 -0
- package/backend/node_modules/degenerator/dist/degenerator.d.ts.map +1 -0
- package/backend/node_modules/degenerator/dist/degenerator.js +156 -0
- package/backend/node_modules/degenerator/dist/degenerator.js.map +1 -0
- package/backend/node_modules/degenerator/dist/index.d.ts +3 -0
- package/backend/node_modules/degenerator/dist/index.d.ts.map +1 -0
- package/backend/node_modules/degenerator/dist/index.js +19 -0
- package/backend/node_modules/degenerator/dist/index.js.map +1 -0
- package/backend/node_modules/degenerator/package.json +42 -0
- package/backend/node_modules/depd/History.md +103 -0
- package/backend/node_modules/depd/LICENSE +22 -0
- package/backend/node_modules/depd/Readme.md +280 -0
- package/backend/node_modules/depd/index.js +538 -0
- package/backend/node_modules/depd/lib/browser/index.js +77 -0
- package/backend/node_modules/depd/package.json +45 -0
- package/backend/node_modules/dotenv/CHANGELOG.md +621 -0
- package/backend/node_modules/dotenv/LICENSE +23 -0
- package/backend/node_modules/dotenv/README-es.md +774 -0
- package/backend/node_modules/dotenv/README.md +774 -0
- package/backend/node_modules/dotenv/SECURITY.md +1 -0
- package/backend/node_modules/dotenv/config.d.ts +1 -0
- package/backend/node_modules/dotenv/config.js +9 -0
- package/backend/node_modules/dotenv/lib/cli-options.js +17 -0
- package/backend/node_modules/dotenv/lib/env-options.js +28 -0
- package/backend/node_modules/dotenv/lib/main.d.ts +179 -0
- package/backend/node_modules/dotenv/lib/main.js +431 -0
- package/backend/node_modules/dotenv/package.json +62 -0
- package/backend/node_modules/dunder-proto/.eslintrc +5 -0
- package/backend/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/backend/node_modules/dunder-proto/.nycrc +13 -0
- package/backend/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/backend/node_modules/dunder-proto/LICENSE +21 -0
- package/backend/node_modules/dunder-proto/README.md +54 -0
- package/backend/node_modules/dunder-proto/get.d.ts +5 -0
- package/backend/node_modules/dunder-proto/get.js +30 -0
- package/backend/node_modules/dunder-proto/package.json +76 -0
- package/backend/node_modules/dunder-proto/set.d.ts +5 -0
- package/backend/node_modules/dunder-proto/set.js +35 -0
- package/backend/node_modules/dunder-proto/test/get.js +34 -0
- package/backend/node_modules/dunder-proto/test/index.js +4 -0
- package/backend/node_modules/dunder-proto/test/set.js +50 -0
- package/backend/node_modules/dunder-proto/tsconfig.json +9 -0
- package/backend/node_modules/ecdsa-sig-formatter/CODEOWNERS +1 -0
- package/backend/node_modules/ecdsa-sig-formatter/LICENSE +201 -0
- package/backend/node_modules/ecdsa-sig-formatter/README.md +65 -0
- package/backend/node_modules/ecdsa-sig-formatter/package.json +46 -0
- package/backend/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +17 -0
- package/backend/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +187 -0
- package/backend/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +23 -0
- package/backend/node_modules/ee-first/LICENSE +22 -0
- package/backend/node_modules/ee-first/README.md +80 -0
- package/backend/node_modules/ee-first/index.js +95 -0
- package/backend/node_modules/ee-first/package.json +29 -0
- package/backend/node_modules/encodeurl/LICENSE +22 -0
- package/backend/node_modules/encodeurl/README.md +109 -0
- package/backend/node_modules/encodeurl/index.js +60 -0
- package/backend/node_modules/encodeurl/package.json +40 -0
- package/backend/node_modules/engine.io/LICENSE +19 -0
- package/backend/node_modules/engine.io/README.md +603 -0
- package/backend/node_modules/engine.io/build/contrib/types.cookie.d.ts +113 -0
- package/backend/node_modules/engine.io/build/contrib/types.cookie.js +6 -0
- package/backend/node_modules/engine.io/build/engine.io.d.ts +27 -0
- package/backend/node_modules/engine.io/build/engine.io.js +54 -0
- package/backend/node_modules/engine.io/build/parser-v3/index.d.ts +88 -0
- package/backend/node_modules/engine.io/build/parser-v3/index.js +424 -0
- package/backend/node_modules/engine.io/build/parser-v3/utf8.d.ts +14 -0
- package/backend/node_modules/engine.io/build/parser-v3/utf8.js +187 -0
- package/backend/node_modules/engine.io/build/server.d.ts +272 -0
- package/backend/node_modules/engine.io/build/server.js +787 -0
- package/backend/node_modules/engine.io/build/socket.d.ts +180 -0
- package/backend/node_modules/engine.io/build/socket.js +460 -0
- package/backend/node_modules/engine.io/build/transport.d.ts +135 -0
- package/backend/node_modules/engine.io/build/transport.js +121 -0
- package/backend/node_modules/engine.io/build/transports/index.d.ts +17 -0
- package/backend/node_modules/engine.io/build/transports/index.js +23 -0
- package/backend/node_modules/engine.io/build/transports/polling-jsonp.d.ts +12 -0
- package/backend/node_modules/engine.io/build/transports/polling-jsonp.js +41 -0
- package/backend/node_modules/engine.io/build/transports/polling.d.ts +87 -0
- package/backend/node_modules/engine.io/build/transports/polling.js +332 -0
- package/backend/node_modules/engine.io/build/transports/websocket.d.ts +33 -0
- package/backend/node_modules/engine.io/build/transports/websocket.js +93 -0
- package/backend/node_modules/engine.io/build/transports/webtransport.d.ts +12 -0
- package/backend/node_modules/engine.io/build/transports/webtransport.js +63 -0
- package/backend/node_modules/engine.io/build/transports-uws/index.d.ts +7 -0
- package/backend/node_modules/engine.io/build/transports-uws/index.js +8 -0
- package/backend/node_modules/engine.io/build/transports-uws/polling.d.ts +99 -0
- package/backend/node_modules/engine.io/build/transports-uws/polling.js +364 -0
- package/backend/node_modules/engine.io/build/transports-uws/websocket.d.ts +32 -0
- package/backend/node_modules/engine.io/build/transports-uws/websocket.js +73 -0
- package/backend/node_modules/engine.io/build/userver.d.ts +43 -0
- package/backend/node_modules/engine.io/build/userver.js +280 -0
- package/backend/node_modules/engine.io/node_modules/accepts/HISTORY.md +243 -0
- package/backend/node_modules/engine.io/node_modules/accepts/LICENSE +23 -0
- package/backend/node_modules/engine.io/node_modules/accepts/README.md +140 -0
- package/backend/node_modules/engine.io/node_modules/accepts/index.js +238 -0
- package/backend/node_modules/engine.io/node_modules/accepts/package.json +47 -0
- package/backend/node_modules/engine.io/node_modules/mime-db/HISTORY.md +507 -0
- package/backend/node_modules/engine.io/node_modules/mime-db/LICENSE +23 -0
- package/backend/node_modules/engine.io/node_modules/mime-db/README.md +100 -0
- package/backend/node_modules/engine.io/node_modules/mime-db/db.json +8519 -0
- package/backend/node_modules/engine.io/node_modules/mime-db/index.js +12 -0
- package/backend/node_modules/engine.io/node_modules/mime-db/package.json +60 -0
- package/backend/node_modules/engine.io/node_modules/mime-types/HISTORY.md +397 -0
- package/backend/node_modules/engine.io/node_modules/mime-types/LICENSE +23 -0
- package/backend/node_modules/engine.io/node_modules/mime-types/README.md +113 -0
- package/backend/node_modules/engine.io/node_modules/mime-types/index.js +188 -0
- package/backend/node_modules/engine.io/node_modules/mime-types/package.json +44 -0
- package/backend/node_modules/engine.io/node_modules/negotiator/HISTORY.md +108 -0
- package/backend/node_modules/engine.io/node_modules/negotiator/LICENSE +24 -0
- package/backend/node_modules/engine.io/node_modules/negotiator/README.md +203 -0
- package/backend/node_modules/engine.io/node_modules/negotiator/index.js +82 -0
- package/backend/node_modules/engine.io/node_modules/negotiator/lib/charset.js +169 -0
- package/backend/node_modules/engine.io/node_modules/negotiator/lib/encoding.js +184 -0
- package/backend/node_modules/engine.io/node_modules/negotiator/lib/language.js +179 -0
- package/backend/node_modules/engine.io/node_modules/negotiator/lib/mediaType.js +294 -0
- package/backend/node_modules/engine.io/node_modules/negotiator/package.json +42 -0
- package/backend/node_modules/engine.io/node_modules/ws/LICENSE +20 -0
- package/backend/node_modules/engine.io/node_modules/ws/README.md +548 -0
- package/backend/node_modules/engine.io/node_modules/ws/browser.js +8 -0
- package/backend/node_modules/engine.io/node_modules/ws/index.js +13 -0
- package/backend/node_modules/engine.io/node_modules/ws/lib/buffer-util.js +131 -0
- package/backend/node_modules/engine.io/node_modules/ws/lib/constants.js +18 -0
- package/backend/node_modules/engine.io/node_modules/ws/lib/event-target.js +292 -0
- package/backend/node_modules/engine.io/node_modules/ws/lib/extension.js +203 -0
- package/backend/node_modules/engine.io/node_modules/ws/lib/limiter.js +55 -0
- package/backend/node_modules/engine.io/node_modules/ws/lib/permessage-deflate.js +528 -0
- package/backend/node_modules/engine.io/node_modules/ws/lib/receiver.js +706 -0
- package/backend/node_modules/engine.io/node_modules/ws/lib/sender.js +602 -0
- package/backend/node_modules/engine.io/node_modules/ws/lib/stream.js +161 -0
- package/backend/node_modules/engine.io/node_modules/ws/lib/subprotocol.js +62 -0
- package/backend/node_modules/engine.io/node_modules/ws/lib/validation.js +152 -0
- package/backend/node_modules/engine.io/node_modules/ws/lib/websocket-server.js +550 -0
- package/backend/node_modules/engine.io/node_modules/ws/lib/websocket.js +1388 -0
- package/backend/node_modules/engine.io/node_modules/ws/package.json +69 -0
- package/backend/node_modules/engine.io/node_modules/ws/wrapper.mjs +8 -0
- package/backend/node_modules/engine.io/package.json +70 -0
- package/backend/node_modules/engine.io/wrapper.mjs +10 -0
- package/backend/node_modules/engine.io-parser/LICENSE +22 -0
- package/backend/node_modules/engine.io-parser/Readme.md +158 -0
- package/backend/node_modules/engine.io-parser/build/cjs/commons.d.ts +14 -0
- package/backend/node_modules/engine.io-parser/build/cjs/commons.js +19 -0
- package/backend/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.d.ts +2 -0
- package/backend/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.js +48 -0
- package/backend/node_modules/engine.io-parser/build/cjs/decodePacket.browser.d.ts +2 -0
- package/backend/node_modules/engine.io-parser/build/cjs/decodePacket.browser.js +66 -0
- package/backend/node_modules/engine.io-parser/build/cjs/decodePacket.d.ts +2 -0
- package/backend/node_modules/engine.io-parser/build/cjs/decodePacket.js +59 -0
- package/backend/node_modules/engine.io-parser/build/cjs/encodePacket.browser.d.ts +4 -0
- package/backend/node_modules/engine.io-parser/build/cjs/encodePacket.browser.js +72 -0
- package/backend/node_modules/engine.io-parser/build/cjs/encodePacket.d.ts +3 -0
- package/backend/node_modules/engine.io-parser/build/cjs/encodePacket.js +38 -0
- package/backend/node_modules/engine.io-parser/build/cjs/index.d.ts +9 -0
- package/backend/node_modules/engine.io-parser/build/cjs/index.js +164 -0
- package/backend/node_modules/engine.io-parser/build/cjs/package.json +8 -0
- package/backend/node_modules/engine.io-parser/build/esm/commons.d.ts +14 -0
- package/backend/node_modules/engine.io-parser/build/esm/commons.js +14 -0
- package/backend/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.d.ts +2 -0
- package/backend/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js +43 -0
- package/backend/node_modules/engine.io-parser/build/esm/decodePacket.browser.d.ts +2 -0
- package/backend/node_modules/engine.io-parser/build/esm/decodePacket.browser.js +62 -0
- package/backend/node_modules/engine.io-parser/build/esm/decodePacket.d.ts +2 -0
- package/backend/node_modules/engine.io-parser/build/esm/decodePacket.js +55 -0
- package/backend/node_modules/engine.io-parser/build/esm/encodePacket.browser.d.ts +4 -0
- package/backend/node_modules/engine.io-parser/build/esm/encodePacket.browser.js +68 -0
- package/backend/node_modules/engine.io-parser/build/esm/encodePacket.d.ts +3 -0
- package/backend/node_modules/engine.io-parser/build/esm/encodePacket.js +33 -0
- package/backend/node_modules/engine.io-parser/build/esm/index.d.ts +9 -0
- package/backend/node_modules/engine.io-parser/build/esm/index.js +156 -0
- package/backend/node_modules/engine.io-parser/build/esm/package.json +8 -0
- package/backend/node_modules/engine.io-parser/package.json +46 -0
- package/backend/node_modules/enquirer/CHANGELOG.md +135 -0
- package/backend/node_modules/enquirer/LICENSE +21 -0
- package/backend/node_modules/enquirer/README.md +1752 -0
- package/backend/node_modules/enquirer/index.d.ts +151 -0
- package/backend/node_modules/enquirer/index.js +250 -0
- package/backend/node_modules/enquirer/lib/ansi.js +116 -0
- package/backend/node_modules/enquirer/lib/combos.js +75 -0
- package/backend/node_modules/enquirer/lib/completer.js +52 -0
- package/backend/node_modules/enquirer/lib/interpolate.js +266 -0
- package/backend/node_modules/enquirer/lib/keypress.js +243 -0
- package/backend/node_modules/enquirer/lib/placeholder.js +63 -0
- package/backend/node_modules/enquirer/lib/prompt.js +485 -0
- package/backend/node_modules/enquirer/lib/prompts/autocomplete.js +113 -0
- package/backend/node_modules/enquirer/lib/prompts/basicauth.js +41 -0
- package/backend/node_modules/enquirer/lib/prompts/confirm.js +13 -0
- package/backend/node_modules/enquirer/lib/prompts/editable.js +136 -0
- package/backend/node_modules/enquirer/lib/prompts/form.js +196 -0
- package/backend/node_modules/enquirer/lib/prompts/index.js +28 -0
- package/backend/node_modules/enquirer/lib/prompts/input.js +55 -0
- package/backend/node_modules/enquirer/lib/prompts/invisible.js +11 -0
- package/backend/node_modules/enquirer/lib/prompts/list.js +36 -0
- package/backend/node_modules/enquirer/lib/prompts/multiselect.js +11 -0
- package/backend/node_modules/enquirer/lib/prompts/numeral.js +1 -0
- package/backend/node_modules/enquirer/lib/prompts/password.js +18 -0
- package/backend/node_modules/enquirer/lib/prompts/quiz.js +37 -0
- package/backend/node_modules/enquirer/lib/prompts/scale.js +237 -0
- package/backend/node_modules/enquirer/lib/prompts/select.js +139 -0
- package/backend/node_modules/enquirer/lib/prompts/snippet.js +185 -0
- package/backend/node_modules/enquirer/lib/prompts/sort.js +37 -0
- package/backend/node_modules/enquirer/lib/prompts/survey.js +163 -0
- package/backend/node_modules/enquirer/lib/prompts/text.js +1 -0
- package/backend/node_modules/enquirer/lib/prompts/toggle.js +109 -0
- package/backend/node_modules/enquirer/lib/render.js +33 -0
- package/backend/node_modules/enquirer/lib/roles.js +46 -0
- package/backend/node_modules/enquirer/lib/state.js +69 -0
- package/backend/node_modules/enquirer/lib/styles.js +144 -0
- package/backend/node_modules/enquirer/lib/symbols.js +66 -0
- package/backend/node_modules/enquirer/lib/theme.js +11 -0
- package/backend/node_modules/enquirer/lib/timer.js +38 -0
- package/backend/node_modules/enquirer/lib/types/array.js +658 -0
- package/backend/node_modules/enquirer/lib/types/auth.js +29 -0
- package/backend/node_modules/enquirer/lib/types/boolean.js +88 -0
- package/backend/node_modules/enquirer/lib/types/index.js +7 -0
- package/backend/node_modules/enquirer/lib/types/number.js +86 -0
- package/backend/node_modules/enquirer/lib/types/string.js +185 -0
- package/backend/node_modules/enquirer/lib/utils.js +268 -0
- package/backend/node_modules/enquirer/package.json +111 -0
- package/backend/node_modules/es-define-property/.eslintrc +13 -0
- package/backend/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/backend/node_modules/es-define-property/.nycrc +9 -0
- package/backend/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/backend/node_modules/es-define-property/LICENSE +21 -0
- package/backend/node_modules/es-define-property/README.md +49 -0
- package/backend/node_modules/es-define-property/index.d.ts +3 -0
- package/backend/node_modules/es-define-property/index.js +14 -0
- package/backend/node_modules/es-define-property/package.json +81 -0
- package/backend/node_modules/es-define-property/test/index.js +56 -0
- package/backend/node_modules/es-define-property/tsconfig.json +10 -0
- package/backend/node_modules/es-errors/.eslintrc +5 -0
- package/backend/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/backend/node_modules/es-errors/CHANGELOG.md +40 -0
- package/backend/node_modules/es-errors/LICENSE +21 -0
- package/backend/node_modules/es-errors/README.md +55 -0
- package/backend/node_modules/es-errors/eval.d.ts +3 -0
- package/backend/node_modules/es-errors/eval.js +4 -0
- package/backend/node_modules/es-errors/index.d.ts +3 -0
- package/backend/node_modules/es-errors/index.js +4 -0
- package/backend/node_modules/es-errors/package.json +80 -0
- package/backend/node_modules/es-errors/range.d.ts +3 -0
- package/backend/node_modules/es-errors/range.js +4 -0
- package/backend/node_modules/es-errors/ref.d.ts +3 -0
- package/backend/node_modules/es-errors/ref.js +4 -0
- package/backend/node_modules/es-errors/syntax.d.ts +3 -0
- package/backend/node_modules/es-errors/syntax.js +4 -0
- package/backend/node_modules/es-errors/test/index.js +19 -0
- package/backend/node_modules/es-errors/tsconfig.json +49 -0
- package/backend/node_modules/es-errors/type.d.ts +3 -0
- package/backend/node_modules/es-errors/type.js +4 -0
- package/backend/node_modules/es-errors/uri.d.ts +3 -0
- package/backend/node_modules/es-errors/uri.js +4 -0
- package/backend/node_modules/es-object-atoms/.eslintrc +16 -0
- package/backend/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/backend/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/backend/node_modules/es-object-atoms/LICENSE +21 -0
- package/backend/node_modules/es-object-atoms/README.md +63 -0
- package/backend/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/backend/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/backend/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/backend/node_modules/es-object-atoms/ToObject.js +10 -0
- package/backend/node_modules/es-object-atoms/index.d.ts +3 -0
- package/backend/node_modules/es-object-atoms/index.js +4 -0
- package/backend/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/backend/node_modules/es-object-atoms/isObject.js +6 -0
- package/backend/node_modules/es-object-atoms/package.json +80 -0
- package/backend/node_modules/es-object-atoms/test/index.js +38 -0
- package/backend/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/backend/node_modules/escape-html/LICENSE +24 -0
- package/backend/node_modules/escape-html/Readme.md +43 -0
- package/backend/node_modules/escape-html/index.js +78 -0
- package/backend/node_modules/escape-html/package.json +24 -0
- package/backend/node_modules/escape-string-regexp/index.d.ts +18 -0
- package/backend/node_modules/escape-string-regexp/index.js +13 -0
- package/backend/node_modules/escape-string-regexp/license +9 -0
- package/backend/node_modules/escape-string-regexp/package.json +38 -0
- package/backend/node_modules/escape-string-regexp/readme.md +34 -0
- package/backend/node_modules/escodegen/LICENSE.BSD +21 -0
- package/backend/node_modules/escodegen/README.md +84 -0
- package/backend/node_modules/escodegen/bin/escodegen.js +77 -0
- package/backend/node_modules/escodegen/bin/esgenerate.js +64 -0
- package/backend/node_modules/escodegen/escodegen.js +2667 -0
- package/backend/node_modules/escodegen/package.json +63 -0
- package/backend/node_modules/esprima/ChangeLog +235 -0
- package/backend/node_modules/esprima/LICENSE.BSD +21 -0
- package/backend/node_modules/esprima/README.md +46 -0
- package/backend/node_modules/esprima/bin/esparse.js +139 -0
- package/backend/node_modules/esprima/bin/esvalidate.js +236 -0
- package/backend/node_modules/esprima/dist/esprima.js +6709 -0
- package/backend/node_modules/esprima/package.json +112 -0
- package/backend/node_modules/estraverse/.jshintrc +16 -0
- package/backend/node_modules/estraverse/LICENSE.BSD +19 -0
- package/backend/node_modules/estraverse/README.md +153 -0
- package/backend/node_modules/estraverse/estraverse.js +805 -0
- package/backend/node_modules/estraverse/gulpfile.js +70 -0
- package/backend/node_modules/estraverse/package.json +40 -0
- package/backend/node_modules/esutils/LICENSE.BSD +19 -0
- package/backend/node_modules/esutils/README.md +174 -0
- package/backend/node_modules/esutils/lib/ast.js +144 -0
- package/backend/node_modules/esutils/lib/code.js +135 -0
- package/backend/node_modules/esutils/lib/keyword.js +165 -0
- package/backend/node_modules/esutils/lib/utils.js +33 -0
- package/backend/node_modules/esutils/package.json +44 -0
- package/backend/node_modules/etag/HISTORY.md +83 -0
- package/backend/node_modules/etag/LICENSE +22 -0
- package/backend/node_modules/etag/README.md +159 -0
- package/backend/node_modules/etag/index.js +131 -0
- package/backend/node_modules/etag/package.json +47 -0
- package/backend/node_modules/eventemitter2/CHANGELOG.md +55 -0
- package/backend/node_modules/eventemitter2/LICENSE.txt +21 -0
- package/backend/node_modules/eventemitter2/README.md +348 -0
- package/backend/node_modules/eventemitter2/eventemitter2.d.ts +57 -0
- package/backend/node_modules/eventemitter2/index.js +1 -0
- package/backend/node_modules/eventemitter2/lib/eventemitter2.js +782 -0
- package/backend/node_modules/eventemitter2/package.json +69 -0
- package/backend/node_modules/express/LICENSE +24 -0
- package/backend/node_modules/express/Readme.md +276 -0
- package/backend/node_modules/express/index.js +11 -0
- package/backend/node_modules/express/lib/application.js +631 -0
- package/backend/node_modules/express/lib/express.js +81 -0
- package/backend/node_modules/express/lib/request.js +514 -0
- package/backend/node_modules/express/lib/response.js +1053 -0
- package/backend/node_modules/express/lib/utils.js +271 -0
- package/backend/node_modules/express/lib/view.js +205 -0
- package/backend/node_modules/express/package.json +99 -0
- package/backend/node_modules/extrareqp2/CHANGELOG.md +775 -0
- package/backend/node_modules/extrareqp2/LICENSE +19 -0
- package/backend/node_modules/extrareqp2/README.md +868 -0
- package/backend/node_modules/extrareqp2/SECURITY.md +5 -0
- package/backend/node_modules/extrareqp2/UPGRADE_GUIDE.md +162 -0
- package/backend/node_modules/extrareqp2/dist/axios.js +2193 -0
- package/backend/node_modules/extrareqp2/dist/axios.map +1 -0
- package/backend/node_modules/extrareqp2/dist/axios.min.js +3 -0
- package/backend/node_modules/extrareqp2/dist/axios.min.map +1 -0
- package/backend/node_modules/extrareqp2/index.d.ts +168 -0
- package/backend/node_modules/extrareqp2/index.js +1 -0
- package/backend/node_modules/extrareqp2/lib/adapters/README.md +37 -0
- package/backend/node_modules/extrareqp2/lib/adapters/http.js +331 -0
- package/backend/node_modules/extrareqp2/lib/adapters/xhr.js +189 -0
- package/backend/node_modules/extrareqp2/lib/axios.js +56 -0
- package/backend/node_modules/extrareqp2/lib/cancel/Cancel.js +19 -0
- package/backend/node_modules/extrareqp2/lib/cancel/CancelToken.js +57 -0
- package/backend/node_modules/extrareqp2/lib/cancel/isCancel.js +5 -0
- package/backend/node_modules/extrareqp2/lib/core/Axios.js +148 -0
- package/backend/node_modules/extrareqp2/lib/core/InterceptorManager.js +54 -0
- package/backend/node_modules/extrareqp2/lib/core/README.md +8 -0
- package/backend/node_modules/extrareqp2/lib/core/buildFullPath.js +20 -0
- package/backend/node_modules/extrareqp2/lib/core/createError.js +18 -0
- package/backend/node_modules/extrareqp2/lib/core/dispatchRequest.js +82 -0
- package/backend/node_modules/extrareqp2/lib/core/enhanceError.js +42 -0
- package/backend/node_modules/extrareqp2/lib/core/mergeConfig.js +87 -0
- package/backend/node_modules/extrareqp2/lib/core/settle.js +25 -0
- package/backend/node_modules/extrareqp2/lib/core/transformData.js +22 -0
- package/backend/node_modules/extrareqp2/lib/defaults.js +134 -0
- package/backend/node_modules/extrareqp2/lib/helpers/README.md +7 -0
- package/backend/node_modules/extrareqp2/lib/helpers/bind.js +11 -0
- package/backend/node_modules/extrareqp2/lib/helpers/buildURL.js +70 -0
- package/backend/node_modules/extrareqp2/lib/helpers/combineURLs.js +14 -0
- package/backend/node_modules/extrareqp2/lib/helpers/cookies.js +53 -0
- package/backend/node_modules/extrareqp2/lib/helpers/deprecatedMethod.js +24 -0
- package/backend/node_modules/extrareqp2/lib/helpers/isAbsoluteURL.js +14 -0
- package/backend/node_modules/extrareqp2/lib/helpers/isAxiosError.js +11 -0
- package/backend/node_modules/extrareqp2/lib/helpers/isURLSameOrigin.js +68 -0
- package/backend/node_modules/extrareqp2/lib/helpers/normalizeHeaderName.js +12 -0
- package/backend/node_modules/extrareqp2/lib/helpers/parseHeaders.js +53 -0
- package/backend/node_modules/extrareqp2/lib/helpers/spread.js +27 -0
- package/backend/node_modules/extrareqp2/lib/helpers/validator.js +105 -0
- package/backend/node_modules/extrareqp2/lib/utils.js +349 -0
- package/backend/node_modules/extrareqp2/package.json +81 -0
- package/backend/node_modules/fast-json-patch/LICENSE.txt +22 -0
- package/backend/node_modules/fast-json-patch/README.md +428 -0
- package/backend/node_modules/fast-json-patch/commonjs/core.d.ts +111 -0
- package/backend/node_modules/fast-json-patch/commonjs/core.js +441 -0
- package/backend/node_modules/fast-json-patch/commonjs/duplex.d.ts +23 -0
- package/backend/node_modules/fast-json-patch/commonjs/duplex.js +181 -0
- package/backend/node_modules/fast-json-patch/commonjs/helpers.d.ts +41 -0
- package/backend/node_modules/fast-json-patch/commonjs/helpers.js +181 -0
- package/backend/node_modules/fast-json-patch/dist/fast-json-patch.js +928 -0
- package/backend/node_modules/fast-json-patch/dist/fast-json-patch.min.js +14 -0
- package/backend/node_modules/fast-json-patch/index.d.ts +34 -0
- package/backend/node_modules/fast-json-patch/index.js +11 -0
- package/backend/node_modules/fast-json-patch/index.mjs +29 -0
- package/backend/node_modules/fast-json-patch/index.ts +31 -0
- package/backend/node_modules/fast-json-patch/jasmine-run.mjs +23 -0
- package/backend/node_modules/fast-json-patch/module/core.d.ts +111 -0
- package/backend/node_modules/fast-json-patch/module/core.mjs +433 -0
- package/backend/node_modules/fast-json-patch/module/duplex.d.ts +23 -0
- package/backend/node_modules/fast-json-patch/module/duplex.mjs +176 -0
- package/backend/node_modules/fast-json-patch/module/helpers.d.ts +41 -0
- package/backend/node_modules/fast-json-patch/module/helpers.mjs +171 -0
- package/backend/node_modules/fast-json-patch/package.json +65 -0
- package/backend/node_modules/fast-json-patch/tsc-to-mjs.sh +10 -0
- package/backend/node_modules/fast-json-patch/webpack.config.js +63 -0
- package/backend/node_modules/fclone/.travis.yml +21 -0
- package/backend/node_modules/fclone/LICENSE +20 -0
- package/backend/node_modules/fclone/README.md +56 -0
- package/backend/node_modules/fclone/bench/index.js +57 -0
- package/backend/node_modules/fclone/bench/looparr.js +33 -0
- package/backend/node_modules/fclone/bench/loopobj.js +34 -0
- package/backend/node_modules/fclone/bench/package.json +20 -0
- package/backend/node_modules/fclone/bower.json +30 -0
- package/backend/node_modules/fclone/dist/fclone.d.ts +3 -0
- package/backend/node_modules/fclone/dist/fclone.js +83 -0
- package/backend/node_modules/fclone/dist/fclone.min.js +1 -0
- package/backend/node_modules/fclone/fclone.d.ts +3 -0
- package/backend/node_modules/fclone/package.json +34 -0
- package/backend/node_modules/fclone/src/fclone.js +64 -0
- package/backend/node_modules/fill-range/LICENSE +21 -0
- package/backend/node_modules/fill-range/README.md +237 -0
- package/backend/node_modules/fill-range/index.js +248 -0
- package/backend/node_modules/fill-range/package.json +74 -0
- package/backend/node_modules/finalhandler/HISTORY.md +239 -0
- package/backend/node_modules/finalhandler/LICENSE +22 -0
- package/backend/node_modules/finalhandler/README.md +150 -0
- package/backend/node_modules/finalhandler/index.js +293 -0
- package/backend/node_modules/finalhandler/package.json +47 -0
- package/backend/node_modules/follow-redirects/LICENSE +18 -0
- package/backend/node_modules/follow-redirects/README.md +155 -0
- package/backend/node_modules/follow-redirects/debug.js +15 -0
- package/backend/node_modules/follow-redirects/http.js +1 -0
- package/backend/node_modules/follow-redirects/https.js +1 -0
- package/backend/node_modules/follow-redirects/index.js +686 -0
- package/backend/node_modules/follow-redirects/package.json +58 -0
- package/backend/node_modules/forwarded/HISTORY.md +21 -0
- package/backend/node_modules/forwarded/LICENSE +22 -0
- package/backend/node_modules/forwarded/README.md +57 -0
- package/backend/node_modules/forwarded/index.js +90 -0
- package/backend/node_modules/forwarded/package.json +45 -0
- package/backend/node_modules/fresh/HISTORY.md +80 -0
- package/backend/node_modules/fresh/LICENSE +23 -0
- package/backend/node_modules/fresh/README.md +117 -0
- package/backend/node_modules/fresh/index.js +136 -0
- package/backend/node_modules/fresh/package.json +46 -0
- package/backend/node_modules/function-bind/.eslintrc +21 -0
- package/backend/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/backend/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/backend/node_modules/function-bind/.nycrc +13 -0
- package/backend/node_modules/function-bind/CHANGELOG.md +136 -0
- package/backend/node_modules/function-bind/LICENSE +20 -0
- package/backend/node_modules/function-bind/README.md +46 -0
- package/backend/node_modules/function-bind/implementation.js +84 -0
- package/backend/node_modules/function-bind/index.js +5 -0
- package/backend/node_modules/function-bind/package.json +87 -0
- package/backend/node_modules/function-bind/test/.eslintrc +9 -0
- package/backend/node_modules/function-bind/test/index.js +252 -0
- package/backend/node_modules/get-intrinsic/.eslintrc +42 -0
- package/backend/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/backend/node_modules/get-intrinsic/.nycrc +9 -0
- package/backend/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/backend/node_modules/get-intrinsic/LICENSE +21 -0
- package/backend/node_modules/get-intrinsic/README.md +71 -0
- package/backend/node_modules/get-intrinsic/index.js +378 -0
- package/backend/node_modules/get-intrinsic/package.json +97 -0
- package/backend/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/backend/node_modules/get-proto/.eslintrc +10 -0
- package/backend/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/backend/node_modules/get-proto/.nycrc +9 -0
- package/backend/node_modules/get-proto/CHANGELOG.md +21 -0
- package/backend/node_modules/get-proto/LICENSE +21 -0
- package/backend/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/backend/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/backend/node_modules/get-proto/README.md +50 -0
- package/backend/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/backend/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/backend/node_modules/get-proto/index.d.ts +5 -0
- package/backend/node_modules/get-proto/index.js +27 -0
- package/backend/node_modules/get-proto/package.json +81 -0
- package/backend/node_modules/get-proto/test/index.js +68 -0
- package/backend/node_modules/get-proto/tsconfig.json +9 -0
- package/backend/node_modules/get-uri/LICENSE +22 -0
- package/backend/node_modules/get-uri/README.md +109 -0
- package/backend/node_modules/get-uri/dist/data.d.ts +16 -0
- package/backend/node_modules/get-uri/dist/data.js +43 -0
- package/backend/node_modules/get-uri/dist/data.js.map +1 -0
- package/backend/node_modules/get-uri/dist/file.d.ts +17 -0
- package/backend/node_modules/get-uri/dist/file.js +57 -0
- package/backend/node_modules/get-uri/dist/file.js.map +1 -0
- package/backend/node_modules/get-uri/dist/ftp.d.ts +14 -0
- package/backend/node_modules/get-uri/dist/ftp.js +93 -0
- package/backend/node_modules/get-uri/dist/ftp.js.map +1 -0
- package/backend/node_modules/get-uri/dist/http-error.d.ts +8 -0
- package/backend/node_modules/get-uri/dist/http-error.js +15 -0
- package/backend/node_modules/get-uri/dist/http-error.js.map +1 -0
- package/backend/node_modules/get-uri/dist/http.d.ts +29 -0
- package/backend/node_modules/get-uri/dist/http.js +191 -0
- package/backend/node_modules/get-uri/dist/http.js.map +1 -0
- package/backend/node_modules/get-uri/dist/https.d.ts +6 -0
- package/backend/node_modules/get-uri/dist/https.js +16 -0
- package/backend/node_modules/get-uri/dist/https.js.map +1 -0
- package/backend/node_modules/get-uri/dist/index.d.ts +37 -0
- package/backend/node_modules/get-uri/dist/index.js +57 -0
- package/backend/node_modules/get-uri/dist/index.js.map +1 -0
- package/backend/node_modules/get-uri/dist/notfound.d.ts +10 -0
- package/backend/node_modules/get-uri/dist/notfound.js +16 -0
- package/backend/node_modules/get-uri/dist/notfound.js.map +1 -0
- package/backend/node_modules/get-uri/dist/notmodified.d.ts +10 -0
- package/backend/node_modules/get-uri/dist/notmodified.js +17 -0
- package/backend/node_modules/get-uri/dist/notmodified.js.map +1 -0
- package/backend/node_modules/get-uri/package.json +58 -0
- package/backend/node_modules/git-node-fs/LICENSE +21 -0
- package/backend/node_modules/git-node-fs/README.md +23 -0
- package/backend/node_modules/git-node-fs/lib/node-fs.js +146 -0
- package/backend/node_modules/git-node-fs/mixins/fs-db.js +7 -0
- package/backend/node_modules/git-node-fs/package.json +22 -0
- package/backend/node_modules/git-node-fs/test/fixtures/numbers.txt +1 -0
- package/backend/node_modules/git-node-fs/test.js +48 -0
- package/backend/node_modules/git-sha1/LICENSE +20 -0
- package/backend/node_modules/git-sha1/README.md +4 -0
- package/backend/node_modules/git-sha1/git-sha1.js +180 -0
- package/backend/node_modules/git-sha1/package.json +22 -0
- package/backend/node_modules/glob-parent/CHANGELOG.md +110 -0
- package/backend/node_modules/glob-parent/LICENSE +15 -0
- package/backend/node_modules/glob-parent/README.md +137 -0
- package/backend/node_modules/glob-parent/index.js +42 -0
- package/backend/node_modules/glob-parent/package.json +48 -0
- package/backend/node_modules/gopd/.eslintrc +16 -0
- package/backend/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/backend/node_modules/gopd/CHANGELOG.md +45 -0
- package/backend/node_modules/gopd/LICENSE +21 -0
- package/backend/node_modules/gopd/README.md +40 -0
- package/backend/node_modules/gopd/gOPD.d.ts +1 -0
- package/backend/node_modules/gopd/gOPD.js +4 -0
- package/backend/node_modules/gopd/index.d.ts +5 -0
- package/backend/node_modules/gopd/index.js +15 -0
- package/backend/node_modules/gopd/package.json +77 -0
- package/backend/node_modules/gopd/test/index.js +36 -0
- package/backend/node_modules/gopd/tsconfig.json +9 -0
- package/backend/node_modules/has-flag/index.d.ts +39 -0
- package/backend/node_modules/has-flag/index.js +8 -0
- package/backend/node_modules/has-flag/license +9 -0
- package/backend/node_modules/has-flag/package.json +46 -0
- package/backend/node_modules/has-flag/readme.md +89 -0
- package/backend/node_modules/has-symbols/.eslintrc +11 -0
- package/backend/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/backend/node_modules/has-symbols/.nycrc +9 -0
- package/backend/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/backend/node_modules/has-symbols/LICENSE +21 -0
- package/backend/node_modules/has-symbols/README.md +46 -0
- package/backend/node_modules/has-symbols/index.d.ts +3 -0
- package/backend/node_modules/has-symbols/index.js +14 -0
- package/backend/node_modules/has-symbols/package.json +111 -0
- package/backend/node_modules/has-symbols/shams.d.ts +3 -0
- package/backend/node_modules/has-symbols/shams.js +45 -0
- package/backend/node_modules/has-symbols/test/index.js +22 -0
- package/backend/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/backend/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/backend/node_modules/has-symbols/test/tests.js +58 -0
- package/backend/node_modules/has-symbols/tsconfig.json +10 -0
- package/backend/node_modules/hasown/.eslintrc +5 -0
- package/backend/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/backend/node_modules/hasown/.nycrc +13 -0
- package/backend/node_modules/hasown/CHANGELOG.md +40 -0
- package/backend/node_modules/hasown/LICENSE +21 -0
- package/backend/node_modules/hasown/README.md +40 -0
- package/backend/node_modules/hasown/index.d.ts +3 -0
- package/backend/node_modules/hasown/index.js +8 -0
- package/backend/node_modules/hasown/package.json +92 -0
- package/backend/node_modules/hasown/tsconfig.json +6 -0
- package/backend/node_modules/http-errors/HISTORY.md +186 -0
- package/backend/node_modules/http-errors/LICENSE +23 -0
- package/backend/node_modules/http-errors/README.md +169 -0
- package/backend/node_modules/http-errors/index.js +290 -0
- package/backend/node_modules/http-errors/package.json +54 -0
- package/backend/node_modules/http-proxy-agent/LICENSE +22 -0
- package/backend/node_modules/http-proxy-agent/README.md +44 -0
- package/backend/node_modules/http-proxy-agent/dist/index.d.ts +44 -0
- package/backend/node_modules/http-proxy-agent/dist/index.d.ts.map +1 -0
- package/backend/node_modules/http-proxy-agent/dist/index.js +148 -0
- package/backend/node_modules/http-proxy-agent/dist/index.js.map +1 -0
- package/backend/node_modules/http-proxy-agent/package.json +47 -0
- package/backend/node_modules/https-proxy-agent/LICENSE +22 -0
- package/backend/node_modules/https-proxy-agent/README.md +70 -0
- package/backend/node_modules/https-proxy-agent/dist/index.d.ts +47 -0
- package/backend/node_modules/https-proxy-agent/dist/index.d.ts.map +1 -0
- package/backend/node_modules/https-proxy-agent/dist/index.js +180 -0
- package/backend/node_modules/https-proxy-agent/dist/index.js.map +1 -0
- package/backend/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +15 -0
- package/backend/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map +1 -0
- package/backend/node_modules/https-proxy-agent/dist/parse-proxy-response.js +101 -0
- package/backend/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +1 -0
- package/backend/node_modules/https-proxy-agent/package.json +50 -0
- package/backend/node_modules/iconv-lite/LICENSE +21 -0
- package/backend/node_modules/iconv-lite/README.md +138 -0
- package/backend/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
- package/backend/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
- package/backend/node_modules/iconv-lite/encodings/index.js +23 -0
- package/backend/node_modules/iconv-lite/encodings/internal.js +218 -0
- package/backend/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
- package/backend/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/backend/node_modules/iconv-lite/encodings/sbcs-data.js +178 -0
- package/backend/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/backend/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/backend/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/backend/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/backend/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/backend/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/backend/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
- package/backend/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/backend/node_modules/iconv-lite/encodings/utf16.js +187 -0
- package/backend/node_modules/iconv-lite/encodings/utf32.js +307 -0
- package/backend/node_modules/iconv-lite/encodings/utf7.js +283 -0
- package/backend/node_modules/iconv-lite/lib/bom-handling.js +48 -0
- package/backend/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
- package/backend/node_modules/iconv-lite/lib/index.d.ts +129 -0
- package/backend/node_modules/iconv-lite/lib/index.js +182 -0
- package/backend/node_modules/iconv-lite/lib/streams.js +105 -0
- package/backend/node_modules/iconv-lite/package.json +70 -0
- package/backend/node_modules/iconv-lite/types/encodings.d.ts +423 -0
- package/backend/node_modules/ignore-by-default/LICENSE +14 -0
- package/backend/node_modules/ignore-by-default/README.md +26 -0
- package/backend/node_modules/ignore-by-default/index.js +12 -0
- package/backend/node_modules/ignore-by-default/package.json +34 -0
- package/backend/node_modules/inherits/LICENSE +16 -0
- package/backend/node_modules/inherits/README.md +42 -0
- package/backend/node_modules/inherits/inherits.js +9 -0
- package/backend/node_modules/inherits/inherits_browser.js +27 -0
- package/backend/node_modules/inherits/package.json +29 -0
- package/backend/node_modules/ini/LICENSE +15 -0
- package/backend/node_modules/ini/README.md +102 -0
- package/backend/node_modules/ini/ini.js +206 -0
- package/backend/node_modules/ini/package.json +33 -0
- package/backend/node_modules/ip-address/LICENSE +19 -0
- package/backend/node_modules/ip-address/README.md +105 -0
- package/backend/node_modules/ip-address/dist/address-error.d.ts +5 -0
- package/backend/node_modules/ip-address/dist/address-error.d.ts.map +1 -0
- package/backend/node_modules/ip-address/dist/address-error.js +12 -0
- package/backend/node_modules/ip-address/dist/address-error.js.map +1 -0
- package/backend/node_modules/ip-address/dist/common.d.ts +15 -0
- package/backend/node_modules/ip-address/dist/common.d.ts.map +1 -0
- package/backend/node_modules/ip-address/dist/common.js +46 -0
- package/backend/node_modules/ip-address/dist/common.js.map +1 -0
- package/backend/node_modules/ip-address/dist/ip-address.d.ts +8 -0
- package/backend/node_modules/ip-address/dist/ip-address.d.ts.map +1 -0
- package/backend/node_modules/ip-address/dist/ip-address.js +35 -0
- package/backend/node_modules/ip-address/dist/ip-address.js.map +1 -0
- package/backend/node_modules/ip-address/dist/ipv4.d.ts +209 -0
- package/backend/node_modules/ip-address/dist/ipv4.d.ts.map +1 -0
- package/backend/node_modules/ip-address/dist/ipv4.js +360 -0
- package/backend/node_modules/ip-address/dist/ipv4.js.map +1 -0
- package/backend/node_modules/ip-address/dist/ipv6.d.ts +428 -0
- package/backend/node_modules/ip-address/dist/ipv6.d.ts.map +1 -0
- package/backend/node_modules/ip-address/dist/ipv6.js +1003 -0
- package/backend/node_modules/ip-address/dist/ipv6.js.map +1 -0
- package/backend/node_modules/ip-address/dist/v4/constants.d.ts +5 -0
- package/backend/node_modules/ip-address/dist/v4/constants.d.ts.map +1 -0
- package/backend/node_modules/ip-address/dist/v4/constants.js +8 -0
- package/backend/node_modules/ip-address/dist/v4/constants.js.map +1 -0
- package/backend/node_modules/ip-address/dist/v6/constants.d.ts +45 -0
- package/backend/node_modules/ip-address/dist/v6/constants.d.ts.map +1 -0
- package/backend/node_modules/ip-address/dist/v6/constants.js +76 -0
- package/backend/node_modules/ip-address/dist/v6/constants.js.map +1 -0
- package/backend/node_modules/ip-address/dist/v6/helpers.d.ts +18 -0
- package/backend/node_modules/ip-address/dist/v6/helpers.d.ts.map +1 -0
- package/backend/node_modules/ip-address/dist/v6/helpers.js +45 -0
- package/backend/node_modules/ip-address/dist/v6/helpers.js.map +1 -0
- package/backend/node_modules/ip-address/dist/v6/regular-expressions.d.ts +6 -0
- package/backend/node_modules/ip-address/dist/v6/regular-expressions.d.ts.map +1 -0
- package/backend/node_modules/ip-address/dist/v6/regular-expressions.js +95 -0
- package/backend/node_modules/ip-address/dist/v6/regular-expressions.js.map +1 -0
- package/backend/node_modules/ip-address/package.json +78 -0
- package/backend/node_modules/ip-address/src/address-error.ts +11 -0
- package/backend/node_modules/ip-address/src/common.ts +55 -0
- package/backend/node_modules/ip-address/src/ip-address.ts +7 -0
- package/backend/node_modules/ip-address/src/ipv4.ts +394 -0
- package/backend/node_modules/ip-address/src/ipv6.ts +1212 -0
- package/backend/node_modules/ip-address/src/v4/constants.ts +7 -0
- package/backend/node_modules/ip-address/src/v6/constants.ts +79 -0
- package/backend/node_modules/ip-address/src/v6/helpers.ts +48 -0
- package/backend/node_modules/ip-address/src/v6/regular-expressions.ts +94 -0
- package/backend/node_modules/ipaddr.js/LICENSE +19 -0
- package/backend/node_modules/ipaddr.js/README.md +233 -0
- package/backend/node_modules/ipaddr.js/ipaddr.min.js +1 -0
- package/backend/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
- package/backend/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
- package/backend/node_modules/ipaddr.js/package.json +35 -0
- package/backend/node_modules/is-binary-path/index.d.ts +17 -0
- package/backend/node_modules/is-binary-path/index.js +7 -0
- package/backend/node_modules/is-binary-path/license +9 -0
- package/backend/node_modules/is-binary-path/package.json +40 -0
- package/backend/node_modules/is-binary-path/readme.md +34 -0
- package/backend/node_modules/is-core-module/.eslintrc +18 -0
- package/backend/node_modules/is-core-module/.nycrc +9 -0
- package/backend/node_modules/is-core-module/CHANGELOG.md +218 -0
- package/backend/node_modules/is-core-module/LICENSE +20 -0
- package/backend/node_modules/is-core-module/README.md +40 -0
- package/backend/node_modules/is-core-module/core.json +162 -0
- package/backend/node_modules/is-core-module/index.js +69 -0
- package/backend/node_modules/is-core-module/package.json +76 -0
- package/backend/node_modules/is-core-module/test/index.js +157 -0
- package/backend/node_modules/is-extglob/LICENSE +21 -0
- package/backend/node_modules/is-extglob/README.md +107 -0
- package/backend/node_modules/is-extglob/index.js +20 -0
- package/backend/node_modules/is-extglob/package.json +69 -0
- package/backend/node_modules/is-glob/LICENSE +21 -0
- package/backend/node_modules/is-glob/README.md +206 -0
- package/backend/node_modules/is-glob/index.js +150 -0
- package/backend/node_modules/is-glob/package.json +81 -0
- package/backend/node_modules/is-number/LICENSE +21 -0
- package/backend/node_modules/is-number/README.md +187 -0
- package/backend/node_modules/is-number/index.js +18 -0
- package/backend/node_modules/is-number/package.json +82 -0
- package/backend/node_modules/is-promise/LICENSE +19 -0
- package/backend/node_modules/is-promise/index.d.ts +2 -0
- package/backend/node_modules/is-promise/index.js +6 -0
- package/backend/node_modules/is-promise/index.mjs +3 -0
- package/backend/node_modules/is-promise/package.json +30 -0
- package/backend/node_modules/is-promise/readme.md +33 -0
- package/backend/node_modules/js-git/BACKERS-2.md +100 -0
- package/backend/node_modules/js-git/BACKERS.md +352 -0
- package/backend/node_modules/js-git/LICENSE +21 -0
- package/backend/node_modules/js-git/README.md +265 -0
- package/backend/node_modules/js-git/SPONSORS.md +12 -0
- package/backend/node_modules/js-git/art/architecture.svg +389 -0
- package/backend/node_modules/js-git/art/jsgit-sticker-sheet.svg +790 -0
- package/backend/node_modules/js-git/doc/lib/config-codec.md +46 -0
- package/backend/node_modules/js-git/doc/lib/deflate.md +11 -0
- package/backend/node_modules/js-git/doc/lib/inflate-stream.md +23 -0
- package/backend/node_modules/js-git/doc/lib/inflate.md +11 -0
- package/backend/node_modules/js-git/doc/lib/object-codec.md +127 -0
- package/backend/node_modules/js-git/doc/lib/pack-codec.md +98 -0
- package/backend/node_modules/js-git/doc/mixins/fs-db.md +53 -0
- package/backend/node_modules/js-git/doc/mixins/mem-db.md +27 -0
- package/backend/node_modules/js-git/doc/mixins/pack-ops.md +37 -0
- package/backend/node_modules/js-git/lib/apply-delta.js +61 -0
- package/backend/node_modules/js-git/lib/config-codec.js +67 -0
- package/backend/node_modules/js-git/lib/defer.js +33 -0
- package/backend/node_modules/js-git/lib/deflate.js +10 -0
- package/backend/node_modules/js-git/lib/find-common.js +58 -0
- package/backend/node_modules/js-git/lib/git-fs.js +125 -0
- package/backend/node_modules/js-git/lib/inflate-stream.js +36 -0
- package/backend/node_modules/js-git/lib/inflate.js +10 -0
- package/backend/node_modules/js-git/lib/modes.js +28 -0
- package/backend/node_modules/js-git/lib/object-codec.js +265 -0
- package/backend/node_modules/js-git/lib/pack-codec.js +326 -0
- package/backend/node_modules/js-git/lib/pkt-line.js +128 -0
- package/backend/node_modules/js-git/lib/wrap-handler.js +21 -0
- package/backend/node_modules/js-git/mixins/add-cache.js +61 -0
- package/backend/node_modules/js-git/mixins/create-tree.js +148 -0
- package/backend/node_modules/js-git/mixins/delay.js +51 -0
- package/backend/node_modules/js-git/mixins/fall-through.js +26 -0
- package/backend/node_modules/js-git/mixins/formats.js +133 -0
- package/backend/node_modules/js-git/mixins/fs-db.js +339 -0
- package/backend/node_modules/js-git/mixins/indexed-db.js +147 -0
- package/backend/node_modules/js-git/mixins/mem-cache.js +53 -0
- package/backend/node_modules/js-git/mixins/mem-db.js +95 -0
- package/backend/node_modules/js-git/mixins/pack-ops.js +201 -0
- package/backend/node_modules/js-git/mixins/path-to-entry.js +51 -0
- package/backend/node_modules/js-git/mixins/read-combiner.js +28 -0
- package/backend/node_modules/js-git/mixins/sync.js +147 -0
- package/backend/node_modules/js-git/mixins/walkers.js +152 -0
- package/backend/node_modules/js-git/mixins/websql-db.js +167 -0
- package/backend/node_modules/js-git/net/git-fetch-pack.js +196 -0
- package/backend/node_modules/js-git/net/request-xhr.js +36 -0
- package/backend/node_modules/js-git/net/tcp-chrome-sockets.js +108 -0
- package/backend/node_modules/js-git/net/tcp-node.js +85 -0
- package/backend/node_modules/js-git/net/tcp-ws-proxy.js +79 -0
- package/backend/node_modules/js-git/net/transport-http.js +103 -0
- package/backend/node_modules/js-git/net/transport-tcp.js +48 -0
- package/backend/node_modules/js-git/package.json +27 -0
- package/backend/node_modules/js-git/test/run.js +48 -0
- package/backend/node_modules/js-git/test/sample-pack.js +5 -0
- package/backend/node_modules/js-git/test/test-config-codec.js +69 -0
- package/backend/node_modules/js-git/test/test-mem-db.js +57 -0
- package/backend/node_modules/js-git/test/test-object-codec.js +212 -0
- package/backend/node_modules/js-git/test/test-pack-codec.js +100 -0
- package/backend/node_modules/js-git/test/test-pack-ops.js +55 -0
- package/backend/node_modules/js-git/test/test-zlib.js +44 -0
- package/backend/node_modules/js-yaml/LICENSE +21 -0
- package/backend/node_modules/js-yaml/README.md +247 -0
- package/backend/node_modules/js-yaml/bin/js-yaml.js +126 -0
- package/backend/node_modules/js-yaml/dist/js-yaml.js +3880 -0
- package/backend/node_modules/js-yaml/dist/js-yaml.min.js +2 -0
- package/backend/node_modules/js-yaml/dist/js-yaml.mjs +3856 -0
- package/backend/node_modules/js-yaml/index.js +47 -0
- package/backend/node_modules/js-yaml/lib/common.js +59 -0
- package/backend/node_modules/js-yaml/lib/dumper.js +965 -0
- package/backend/node_modules/js-yaml/lib/exception.js +55 -0
- package/backend/node_modules/js-yaml/lib/loader.js +1733 -0
- package/backend/node_modules/js-yaml/lib/schema/core.js +11 -0
- package/backend/node_modules/js-yaml/lib/schema/default.js +22 -0
- package/backend/node_modules/js-yaml/lib/schema/failsafe.js +17 -0
- package/backend/node_modules/js-yaml/lib/schema/json.js +19 -0
- package/backend/node_modules/js-yaml/lib/schema.js +121 -0
- package/backend/node_modules/js-yaml/lib/snippet.js +101 -0
- package/backend/node_modules/js-yaml/lib/type/binary.js +125 -0
- package/backend/node_modules/js-yaml/lib/type/bool.js +35 -0
- package/backend/node_modules/js-yaml/lib/type/float.js +97 -0
- package/backend/node_modules/js-yaml/lib/type/int.js +156 -0
- package/backend/node_modules/js-yaml/lib/type/map.js +8 -0
- package/backend/node_modules/js-yaml/lib/type/merge.js +12 -0
- package/backend/node_modules/js-yaml/lib/type/null.js +35 -0
- package/backend/node_modules/js-yaml/lib/type/omap.js +44 -0
- package/backend/node_modules/js-yaml/lib/type/pairs.js +53 -0
- package/backend/node_modules/js-yaml/lib/type/seq.js +8 -0
- package/backend/node_modules/js-yaml/lib/type/set.js +29 -0
- package/backend/node_modules/js-yaml/lib/type/str.js +8 -0
- package/backend/node_modules/js-yaml/lib/type/timestamp.js +88 -0
- package/backend/node_modules/js-yaml/lib/type.js +66 -0
- package/backend/node_modules/js-yaml/package.json +66 -0
- package/backend/node_modules/json-stringify-safe/CHANGELOG.md +14 -0
- package/backend/node_modules/json-stringify-safe/LICENSE +15 -0
- package/backend/node_modules/json-stringify-safe/Makefile +35 -0
- package/backend/node_modules/json-stringify-safe/README.md +52 -0
- package/backend/node_modules/json-stringify-safe/package.json +31 -0
- package/backend/node_modules/json-stringify-safe/stringify.js +27 -0
- package/backend/node_modules/json-stringify-safe/test/mocha.opts +2 -0
- package/backend/node_modules/json-stringify-safe/test/stringify_test.js +246 -0
- package/backend/node_modules/jsonwebtoken/LICENSE +21 -0
- package/backend/node_modules/jsonwebtoken/README.md +396 -0
- package/backend/node_modules/jsonwebtoken/decode.js +30 -0
- package/backend/node_modules/jsonwebtoken/index.js +8 -0
- package/backend/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +14 -0
- package/backend/node_modules/jsonwebtoken/lib/NotBeforeError.js +13 -0
- package/backend/node_modules/jsonwebtoken/lib/TokenExpiredError.js +13 -0
- package/backend/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +3 -0
- package/backend/node_modules/jsonwebtoken/lib/psSupported.js +3 -0
- package/backend/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +3 -0
- package/backend/node_modules/jsonwebtoken/lib/timespan.js +18 -0
- package/backend/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +66 -0
- package/backend/node_modules/jsonwebtoken/package.json +70 -0
- package/backend/node_modules/jsonwebtoken/sign.js +253 -0
- package/backend/node_modules/jsonwebtoken/verify.js +263 -0
- package/backend/node_modules/jwa/LICENSE +17 -0
- package/backend/node_modules/jwa/README.md +150 -0
- package/backend/node_modules/jwa/index.js +266 -0
- package/backend/node_modules/jwa/opslevel.yml +6 -0
- package/backend/node_modules/jwa/package.json +37 -0
- package/backend/node_modules/jws/CHANGELOG.md +56 -0
- package/backend/node_modules/jws/LICENSE +17 -0
- package/backend/node_modules/jws/index.js +22 -0
- package/backend/node_modules/jws/lib/data-stream.js +55 -0
- package/backend/node_modules/jws/lib/sign-stream.js +83 -0
- package/backend/node_modules/jws/lib/tostring.js +10 -0
- package/backend/node_modules/jws/lib/verify-stream.js +125 -0
- package/backend/node_modules/jws/opslevel.yml +6 -0
- package/backend/node_modules/jws/package.json +34 -0
- package/backend/node_modules/jws/readme.md +255 -0
- package/backend/node_modules/lodash/LICENSE +47 -0
- package/backend/node_modules/lodash/README.md +39 -0
- package/backend/node_modules/lodash/_DataView.js +7 -0
- package/backend/node_modules/lodash/_Hash.js +32 -0
- package/backend/node_modules/lodash/_LazyWrapper.js +28 -0
- package/backend/node_modules/lodash/_ListCache.js +32 -0
- package/backend/node_modules/lodash/_LodashWrapper.js +22 -0
- package/backend/node_modules/lodash/_Map.js +7 -0
- package/backend/node_modules/lodash/_MapCache.js +32 -0
- package/backend/node_modules/lodash/_Promise.js +7 -0
- package/backend/node_modules/lodash/_Set.js +7 -0
- package/backend/node_modules/lodash/_SetCache.js +27 -0
- package/backend/node_modules/lodash/_Stack.js +27 -0
- package/backend/node_modules/lodash/_Symbol.js +6 -0
- package/backend/node_modules/lodash/_Uint8Array.js +6 -0
- package/backend/node_modules/lodash/_WeakMap.js +7 -0
- package/backend/node_modules/lodash/_apply.js +21 -0
- package/backend/node_modules/lodash/_arrayAggregator.js +22 -0
- package/backend/node_modules/lodash/_arrayEach.js +22 -0
- package/backend/node_modules/lodash/_arrayEachRight.js +21 -0
- package/backend/node_modules/lodash/_arrayEvery.js +23 -0
- package/backend/node_modules/lodash/_arrayFilter.js +25 -0
- package/backend/node_modules/lodash/_arrayIncludes.js +17 -0
- package/backend/node_modules/lodash/_arrayIncludesWith.js +22 -0
- package/backend/node_modules/lodash/_arrayLikeKeys.js +49 -0
- package/backend/node_modules/lodash/_arrayMap.js +21 -0
- package/backend/node_modules/lodash/_arrayPush.js +20 -0
- package/backend/node_modules/lodash/_arrayReduce.js +26 -0
- package/backend/node_modules/lodash/_arrayReduceRight.js +24 -0
- package/backend/node_modules/lodash/_arraySample.js +15 -0
- package/backend/node_modules/lodash/_arraySampleSize.js +17 -0
- package/backend/node_modules/lodash/_arrayShuffle.js +15 -0
- package/backend/node_modules/lodash/_arraySome.js +23 -0
- package/backend/node_modules/lodash/_asciiSize.js +12 -0
- package/backend/node_modules/lodash/_asciiToArray.js +12 -0
- package/backend/node_modules/lodash/_asciiWords.js +15 -0
- package/backend/node_modules/lodash/_assignMergeValue.js +20 -0
- package/backend/node_modules/lodash/_assignValue.js +28 -0
- package/backend/node_modules/lodash/_assocIndexOf.js +21 -0
- package/backend/node_modules/lodash/_baseAggregator.js +21 -0
- package/backend/node_modules/lodash/_baseAssign.js +17 -0
- package/backend/node_modules/lodash/_baseAssignIn.js +17 -0
- package/backend/node_modules/lodash/_baseAssignValue.js +25 -0
- package/backend/node_modules/lodash/_baseAt.js +23 -0
- package/backend/node_modules/lodash/_baseClamp.js +22 -0
- package/backend/node_modules/lodash/_baseClone.js +166 -0
- package/backend/node_modules/lodash/_baseConforms.js +18 -0
- package/backend/node_modules/lodash/_baseConformsTo.js +27 -0
- package/backend/node_modules/lodash/_baseCreate.js +30 -0
- package/backend/node_modules/lodash/_baseDelay.js +21 -0
- package/backend/node_modules/lodash/_baseDifference.js +67 -0
- package/backend/node_modules/lodash/_baseEach.js +14 -0
- package/backend/node_modules/lodash/_baseEachRight.js +14 -0
- package/backend/node_modules/lodash/_baseEvery.js +21 -0
- package/backend/node_modules/lodash/_baseExtremum.js +32 -0
- package/backend/node_modules/lodash/_baseFill.js +32 -0
- package/backend/node_modules/lodash/_baseFilter.js +21 -0
- package/backend/node_modules/lodash/_baseFindIndex.js +24 -0
- package/backend/node_modules/lodash/_baseFindKey.js +23 -0
- package/backend/node_modules/lodash/_baseFlatten.js +38 -0
- package/backend/node_modules/lodash/_baseFor.js +16 -0
- package/backend/node_modules/lodash/_baseForOwn.js +16 -0
- package/backend/node_modules/lodash/_baseForOwnRight.js +16 -0
- package/backend/node_modules/lodash/_baseForRight.js +15 -0
- package/backend/node_modules/lodash/_baseFunctions.js +19 -0
- package/backend/node_modules/lodash/_baseGet.js +24 -0
- package/backend/node_modules/lodash/_baseGetAllKeys.js +20 -0
- package/backend/node_modules/lodash/_baseGetTag.js +28 -0
- package/backend/node_modules/lodash/_baseGt.js +14 -0
- package/backend/node_modules/lodash/_baseHas.js +19 -0
- package/backend/node_modules/lodash/_baseHasIn.js +13 -0
- package/backend/node_modules/lodash/_baseInRange.js +18 -0
- package/backend/node_modules/lodash/_baseIndexOf.js +20 -0
- package/backend/node_modules/lodash/_baseIndexOfWith.js +23 -0
- package/backend/node_modules/lodash/_baseIntersection.js +74 -0
- package/backend/node_modules/lodash/_baseInverter.js +21 -0
- package/backend/node_modules/lodash/_baseInvoke.js +24 -0
- package/backend/node_modules/lodash/_baseIsArguments.js +18 -0
- package/backend/node_modules/lodash/_baseIsArrayBuffer.js +17 -0
- package/backend/node_modules/lodash/_baseIsDate.js +18 -0
- package/backend/node_modules/lodash/_baseIsEqual.js +28 -0
- package/backend/node_modules/lodash/_baseIsEqualDeep.js +83 -0
- package/backend/node_modules/lodash/_baseIsMap.js +18 -0
- package/backend/node_modules/lodash/_baseIsMatch.js +62 -0
- package/backend/node_modules/lodash/_baseIsNaN.js +12 -0
- package/backend/node_modules/lodash/_baseIsNative.js +47 -0
- package/backend/node_modules/lodash/_baseIsRegExp.js +18 -0
- package/backend/node_modules/lodash/_baseIsSet.js +18 -0
- package/backend/node_modules/lodash/_baseIsTypedArray.js +60 -0
- package/backend/node_modules/lodash/_baseIteratee.js +31 -0
- package/backend/node_modules/lodash/_baseKeys.js +30 -0
- package/backend/node_modules/lodash/_baseKeysIn.js +33 -0
- package/backend/node_modules/lodash/_baseLodash.js +10 -0
- package/backend/node_modules/lodash/_baseLt.js +14 -0
- package/backend/node_modules/lodash/_baseMap.js +22 -0
- package/backend/node_modules/lodash/_baseMatches.js +22 -0
- package/backend/node_modules/lodash/_baseMatchesProperty.js +33 -0
- package/backend/node_modules/lodash/_baseMean.js +20 -0
- package/backend/node_modules/lodash/_baseMerge.js +42 -0
- package/backend/node_modules/lodash/_baseMergeDeep.js +94 -0
- package/backend/node_modules/lodash/_baseNth.js +20 -0
- package/backend/node_modules/lodash/_baseOrderBy.js +49 -0
- package/backend/node_modules/lodash/_basePick.js +19 -0
- package/backend/node_modules/lodash/_basePickBy.js +30 -0
- package/backend/node_modules/lodash/_baseProperty.js +14 -0
- package/backend/node_modules/lodash/_basePropertyDeep.js +16 -0
- package/backend/node_modules/lodash/_basePropertyOf.js +14 -0
- package/backend/node_modules/lodash/_basePullAll.js +51 -0
- package/backend/node_modules/lodash/_basePullAt.js +37 -0
- package/backend/node_modules/lodash/_baseRandom.js +18 -0
- package/backend/node_modules/lodash/_baseRange.js +28 -0
- package/backend/node_modules/lodash/_baseReduce.js +23 -0
- package/backend/node_modules/lodash/_baseRepeat.js +35 -0
- package/backend/node_modules/lodash/_baseRest.js +17 -0
- package/backend/node_modules/lodash/_baseSample.js +15 -0
- package/backend/node_modules/lodash/_baseSampleSize.js +18 -0
- package/backend/node_modules/lodash/_baseSet.js +51 -0
- package/backend/node_modules/lodash/_baseSetData.js +17 -0
- package/backend/node_modules/lodash/_baseSetToString.js +22 -0
- package/backend/node_modules/lodash/_baseShuffle.js +15 -0
- package/backend/node_modules/lodash/_baseSlice.js +31 -0
- package/backend/node_modules/lodash/_baseSome.js +22 -0
- package/backend/node_modules/lodash/_baseSortBy.js +21 -0
- package/backend/node_modules/lodash/_baseSortedIndex.js +42 -0
- package/backend/node_modules/lodash/_baseSortedIndexBy.js +67 -0
- package/backend/node_modules/lodash/_baseSortedUniq.js +30 -0
- package/backend/node_modules/lodash/_baseSum.js +24 -0
- package/backend/node_modules/lodash/_baseTimes.js +20 -0
- package/backend/node_modules/lodash/_baseToNumber.js +24 -0
- package/backend/node_modules/lodash/_baseToPairs.js +18 -0
- package/backend/node_modules/lodash/_baseToString.js +37 -0
- package/backend/node_modules/lodash/_baseTrim.js +19 -0
- package/backend/node_modules/lodash/_baseUnary.js +14 -0
- package/backend/node_modules/lodash/_baseUniq.js +72 -0
- package/backend/node_modules/lodash/_baseUnset.js +65 -0
- package/backend/node_modules/lodash/_baseUpdate.js +18 -0
- package/backend/node_modules/lodash/_baseValues.js +19 -0
- package/backend/node_modules/lodash/_baseWhile.js +26 -0
- package/backend/node_modules/lodash/_baseWrapperValue.js +25 -0
- package/backend/node_modules/lodash/_baseXor.js +36 -0
- package/backend/node_modules/lodash/_baseZipObject.js +23 -0
- package/backend/node_modules/lodash/_cacheHas.js +13 -0
- package/backend/node_modules/lodash/_castArrayLikeObject.js +14 -0
- package/backend/node_modules/lodash/_castFunction.js +14 -0
- package/backend/node_modules/lodash/_castPath.js +21 -0
- package/backend/node_modules/lodash/_castRest.js +14 -0
- package/backend/node_modules/lodash/_castSlice.js +18 -0
- package/backend/node_modules/lodash/_charsEndIndex.js +19 -0
- package/backend/node_modules/lodash/_charsStartIndex.js +20 -0
- package/backend/node_modules/lodash/_cloneArrayBuffer.js +16 -0
- package/backend/node_modules/lodash/_cloneBuffer.js +35 -0
- package/backend/node_modules/lodash/_cloneDataView.js +16 -0
- package/backend/node_modules/lodash/_cloneRegExp.js +17 -0
- package/backend/node_modules/lodash/_cloneSymbol.js +18 -0
- package/backend/node_modules/lodash/_cloneTypedArray.js +16 -0
- package/backend/node_modules/lodash/_compareAscending.js +41 -0
- package/backend/node_modules/lodash/_compareMultiple.js +44 -0
- package/backend/node_modules/lodash/_composeArgs.js +39 -0
- package/backend/node_modules/lodash/_composeArgsRight.js +41 -0
- package/backend/node_modules/lodash/_copyArray.js +20 -0
- package/backend/node_modules/lodash/_copyObject.js +40 -0
- package/backend/node_modules/lodash/_copySymbols.js +16 -0
- package/backend/node_modules/lodash/_copySymbolsIn.js +16 -0
- package/backend/node_modules/lodash/_coreJsData.js +6 -0
- package/backend/node_modules/lodash/_countHolders.js +21 -0
- package/backend/node_modules/lodash/_createAggregator.js +23 -0
- package/backend/node_modules/lodash/_createAssigner.js +37 -0
- package/backend/node_modules/lodash/_createBaseEach.js +32 -0
- package/backend/node_modules/lodash/_createBaseFor.js +25 -0
- package/backend/node_modules/lodash/_createBind.js +28 -0
- package/backend/node_modules/lodash/_createCaseFirst.js +33 -0
- package/backend/node_modules/lodash/_createCompounder.js +24 -0
- package/backend/node_modules/lodash/_createCtor.js +37 -0
- package/backend/node_modules/lodash/_createCurry.js +46 -0
- package/backend/node_modules/lodash/_createFind.js +25 -0
- package/backend/node_modules/lodash/_createFlow.js +78 -0
- package/backend/node_modules/lodash/_createHybrid.js +92 -0
- package/backend/node_modules/lodash/_createInverter.js +17 -0
- package/backend/node_modules/lodash/_createMathOperation.js +38 -0
- package/backend/node_modules/lodash/_createOver.js +27 -0
- package/backend/node_modules/lodash/_createPadding.js +33 -0
- package/backend/node_modules/lodash/_createPartial.js +43 -0
- package/backend/node_modules/lodash/_createRange.js +30 -0
- package/backend/node_modules/lodash/_createRecurry.js +56 -0
- package/backend/node_modules/lodash/_createRelationalOperation.js +20 -0
- package/backend/node_modules/lodash/_createRound.js +35 -0
- package/backend/node_modules/lodash/_createSet.js +19 -0
- package/backend/node_modules/lodash/_createToPairs.js +30 -0
- package/backend/node_modules/lodash/_createWrap.js +106 -0
- package/backend/node_modules/lodash/_customDefaultsAssignIn.js +29 -0
- package/backend/node_modules/lodash/_customDefaultsMerge.js +28 -0
- package/backend/node_modules/lodash/_customOmitClone.js +16 -0
- package/backend/node_modules/lodash/_deburrLetter.js +71 -0
- package/backend/node_modules/lodash/_defineProperty.js +11 -0
- package/backend/node_modules/lodash/_equalArrays.js +84 -0
- package/backend/node_modules/lodash/_equalByTag.js +112 -0
- package/backend/node_modules/lodash/_equalObjects.js +90 -0
- package/backend/node_modules/lodash/_escapeHtmlChar.js +21 -0
- package/backend/node_modules/lodash/_escapeStringChar.js +22 -0
- package/backend/node_modules/lodash/_flatRest.js +16 -0
- package/backend/node_modules/lodash/_freeGlobal.js +4 -0
- package/backend/node_modules/lodash/_getAllKeys.js +16 -0
- package/backend/node_modules/lodash/_getAllKeysIn.js +17 -0
- package/backend/node_modules/lodash/_getData.js +15 -0
- package/backend/node_modules/lodash/_getFuncName.js +31 -0
- package/backend/node_modules/lodash/_getHolder.js +13 -0
- package/backend/node_modules/lodash/_getMapData.js +18 -0
- package/backend/node_modules/lodash/_getMatchData.js +24 -0
- package/backend/node_modules/lodash/_getNative.js +17 -0
- package/backend/node_modules/lodash/_getPrototype.js +6 -0
- package/backend/node_modules/lodash/_getRawTag.js +46 -0
- package/backend/node_modules/lodash/_getSymbols.js +30 -0
- package/backend/node_modules/lodash/_getSymbolsIn.js +25 -0
- package/backend/node_modules/lodash/_getTag.js +58 -0
- package/backend/node_modules/lodash/_getValue.js +13 -0
- package/backend/node_modules/lodash/_getView.js +33 -0
- package/backend/node_modules/lodash/_getWrapDetails.js +17 -0
- package/backend/node_modules/lodash/_hasPath.js +39 -0
- package/backend/node_modules/lodash/_hasUnicode.js +26 -0
- package/backend/node_modules/lodash/_hasUnicodeWord.js +15 -0
- package/backend/node_modules/lodash/_hashClear.js +15 -0
- package/backend/node_modules/lodash/_hashDelete.js +17 -0
- package/backend/node_modules/lodash/_hashGet.js +30 -0
- package/backend/node_modules/lodash/_hashHas.js +23 -0
- package/backend/node_modules/lodash/_hashSet.js +23 -0
- package/backend/node_modules/lodash/_initCloneArray.js +26 -0
- package/backend/node_modules/lodash/_initCloneByTag.js +77 -0
- package/backend/node_modules/lodash/_initCloneObject.js +18 -0
- package/backend/node_modules/lodash/_insertWrapDetails.js +23 -0
- package/backend/node_modules/lodash/_isFlattenable.js +20 -0
- package/backend/node_modules/lodash/_isIndex.js +25 -0
- package/backend/node_modules/lodash/_isIterateeCall.js +30 -0
- package/backend/node_modules/lodash/_isKey.js +29 -0
- package/backend/node_modules/lodash/_isKeyable.js +15 -0
- package/backend/node_modules/lodash/_isLaziable.js +28 -0
- package/backend/node_modules/lodash/_isMaskable.js +14 -0
- package/backend/node_modules/lodash/_isMasked.js +20 -0
- package/backend/node_modules/lodash/_isPrototype.js +18 -0
- package/backend/node_modules/lodash/_isStrictComparable.js +15 -0
- package/backend/node_modules/lodash/_iteratorToArray.js +18 -0
- package/backend/node_modules/lodash/_lazyClone.js +23 -0
- package/backend/node_modules/lodash/_lazyReverse.js +23 -0
- package/backend/node_modules/lodash/_lazyValue.js +69 -0
- package/backend/node_modules/lodash/_listCacheClear.js +13 -0
- package/backend/node_modules/lodash/_listCacheDelete.js +35 -0
- package/backend/node_modules/lodash/_listCacheGet.js +19 -0
- package/backend/node_modules/lodash/_listCacheHas.js +16 -0
- package/backend/node_modules/lodash/_listCacheSet.js +26 -0
- package/backend/node_modules/lodash/_mapCacheClear.js +21 -0
- package/backend/node_modules/lodash/_mapCacheDelete.js +18 -0
- package/backend/node_modules/lodash/_mapCacheGet.js +16 -0
- package/backend/node_modules/lodash/_mapCacheHas.js +16 -0
- package/backend/node_modules/lodash/_mapCacheSet.js +22 -0
- package/backend/node_modules/lodash/_mapToArray.js +18 -0
- package/backend/node_modules/lodash/_matchesStrictComparable.js +20 -0
- package/backend/node_modules/lodash/_memoizeCapped.js +26 -0
- package/backend/node_modules/lodash/_mergeData.js +90 -0
- package/backend/node_modules/lodash/_metaMap.js +6 -0
- package/backend/node_modules/lodash/_nativeCreate.js +6 -0
- package/backend/node_modules/lodash/_nativeKeys.js +6 -0
- package/backend/node_modules/lodash/_nativeKeysIn.js +20 -0
- package/backend/node_modules/lodash/_nodeUtil.js +30 -0
- package/backend/node_modules/lodash/_objectToString.js +22 -0
- package/backend/node_modules/lodash/_overArg.js +15 -0
- package/backend/node_modules/lodash/_overRest.js +36 -0
- package/backend/node_modules/lodash/_parent.js +16 -0
- package/backend/node_modules/lodash/_reEscape.js +4 -0
- package/backend/node_modules/lodash/_reEvaluate.js +4 -0
- package/backend/node_modules/lodash/_reInterpolate.js +4 -0
- package/backend/node_modules/lodash/_realNames.js +4 -0
- package/backend/node_modules/lodash/_reorder.js +29 -0
- package/backend/node_modules/lodash/_replaceHolders.js +29 -0
- package/backend/node_modules/lodash/_root.js +9 -0
- package/backend/node_modules/lodash/_safeGet.js +21 -0
- package/backend/node_modules/lodash/_setCacheAdd.js +19 -0
- package/backend/node_modules/lodash/_setCacheHas.js +14 -0
- package/backend/node_modules/lodash/_setData.js +20 -0
- package/backend/node_modules/lodash/_setToArray.js +18 -0
- package/backend/node_modules/lodash/_setToPairs.js +18 -0
- package/backend/node_modules/lodash/_setToString.js +14 -0
- package/backend/node_modules/lodash/_setWrapToString.js +21 -0
- package/backend/node_modules/lodash/_shortOut.js +37 -0
- package/backend/node_modules/lodash/_shuffleSelf.js +28 -0
- package/backend/node_modules/lodash/_stackClear.js +15 -0
- package/backend/node_modules/lodash/_stackDelete.js +18 -0
- package/backend/node_modules/lodash/_stackGet.js +14 -0
- package/backend/node_modules/lodash/_stackHas.js +14 -0
- package/backend/node_modules/lodash/_stackSet.js +34 -0
- package/backend/node_modules/lodash/_strictIndexOf.js +23 -0
- package/backend/node_modules/lodash/_strictLastIndexOf.js +21 -0
- package/backend/node_modules/lodash/_stringSize.js +18 -0
- package/backend/node_modules/lodash/_stringToArray.js +18 -0
- package/backend/node_modules/lodash/_stringToPath.js +27 -0
- package/backend/node_modules/lodash/_toKey.js +21 -0
- package/backend/node_modules/lodash/_toSource.js +26 -0
- package/backend/node_modules/lodash/_trimmedEndIndex.js +19 -0
- package/backend/node_modules/lodash/_unescapeHtmlChar.js +21 -0
- package/backend/node_modules/lodash/_unicodeSize.js +44 -0
- package/backend/node_modules/lodash/_unicodeToArray.js +40 -0
- package/backend/node_modules/lodash/_unicodeWords.js +69 -0
- package/backend/node_modules/lodash/_updateWrapDetails.js +46 -0
- package/backend/node_modules/lodash/_wrapperClone.js +23 -0
- package/backend/node_modules/lodash/add.js +22 -0
- package/backend/node_modules/lodash/after.js +42 -0
- package/backend/node_modules/lodash/array.js +67 -0
- package/backend/node_modules/lodash/ary.js +29 -0
- package/backend/node_modules/lodash/assign.js +58 -0
- package/backend/node_modules/lodash/assignIn.js +40 -0
- package/backend/node_modules/lodash/assignInWith.js +38 -0
- package/backend/node_modules/lodash/assignWith.js +37 -0
- package/backend/node_modules/lodash/at.js +23 -0
- package/backend/node_modules/lodash/attempt.js +35 -0
- package/backend/node_modules/lodash/before.js +40 -0
- package/backend/node_modules/lodash/bind.js +57 -0
- package/backend/node_modules/lodash/bindAll.js +41 -0
- package/backend/node_modules/lodash/bindKey.js +68 -0
- package/backend/node_modules/lodash/camelCase.js +29 -0
- package/backend/node_modules/lodash/capitalize.js +23 -0
- package/backend/node_modules/lodash/castArray.js +44 -0
- package/backend/node_modules/lodash/ceil.js +26 -0
- package/backend/node_modules/lodash/chain.js +38 -0
- package/backend/node_modules/lodash/chunk.js +50 -0
- package/backend/node_modules/lodash/clamp.js +39 -0
- package/backend/node_modules/lodash/clone.js +36 -0
- package/backend/node_modules/lodash/cloneDeep.js +29 -0
- package/backend/node_modules/lodash/cloneDeepWith.js +40 -0
- package/backend/node_modules/lodash/cloneWith.js +42 -0
- package/backend/node_modules/lodash/collection.js +30 -0
- package/backend/node_modules/lodash/commit.js +33 -0
- package/backend/node_modules/lodash/compact.js +31 -0
- package/backend/node_modules/lodash/concat.js +43 -0
- package/backend/node_modules/lodash/cond.js +60 -0
- package/backend/node_modules/lodash/conforms.js +35 -0
- package/backend/node_modules/lodash/conformsTo.js +32 -0
- package/backend/node_modules/lodash/constant.js +26 -0
- package/backend/node_modules/lodash/core.js +3877 -0
- package/backend/node_modules/lodash/core.min.js +29 -0
- package/backend/node_modules/lodash/countBy.js +40 -0
- package/backend/node_modules/lodash/create.js +43 -0
- package/backend/node_modules/lodash/curry.js +57 -0
- package/backend/node_modules/lodash/curryRight.js +54 -0
- package/backend/node_modules/lodash/date.js +3 -0
- package/backend/node_modules/lodash/debounce.js +191 -0
- package/backend/node_modules/lodash/deburr.js +45 -0
- package/backend/node_modules/lodash/defaultTo.js +25 -0
- package/backend/node_modules/lodash/defaults.js +64 -0
- package/backend/node_modules/lodash/defaultsDeep.js +30 -0
- package/backend/node_modules/lodash/defer.js +26 -0
- package/backend/node_modules/lodash/delay.js +28 -0
- package/backend/node_modules/lodash/difference.js +33 -0
- package/backend/node_modules/lodash/differenceBy.js +44 -0
- package/backend/node_modules/lodash/differenceWith.js +40 -0
- package/backend/node_modules/lodash/divide.js +22 -0
- package/backend/node_modules/lodash/drop.js +38 -0
- package/backend/node_modules/lodash/dropRight.js +39 -0
- package/backend/node_modules/lodash/dropRightWhile.js +45 -0
- package/backend/node_modules/lodash/dropWhile.js +45 -0
- package/backend/node_modules/lodash/each.js +1 -0
- package/backend/node_modules/lodash/eachRight.js +1 -0
- package/backend/node_modules/lodash/endsWith.js +43 -0
- package/backend/node_modules/lodash/entries.js +1 -0
- package/backend/node_modules/lodash/entriesIn.js +1 -0
- package/backend/node_modules/lodash/eq.js +37 -0
- package/backend/node_modules/lodash/escape.js +43 -0
- package/backend/node_modules/lodash/escapeRegExp.js +32 -0
- package/backend/node_modules/lodash/every.js +56 -0
- package/backend/node_modules/lodash/extend.js +1 -0
- package/backend/node_modules/lodash/extendWith.js +1 -0
- package/backend/node_modules/lodash/fill.js +45 -0
- package/backend/node_modules/lodash/filter.js +52 -0
- package/backend/node_modules/lodash/find.js +42 -0
- package/backend/node_modules/lodash/findIndex.js +55 -0
- package/backend/node_modules/lodash/findKey.js +44 -0
- package/backend/node_modules/lodash/findLast.js +25 -0
- package/backend/node_modules/lodash/findLastIndex.js +59 -0
- package/backend/node_modules/lodash/findLastKey.js +44 -0
- package/backend/node_modules/lodash/first.js +1 -0
- package/backend/node_modules/lodash/flatMap.js +29 -0
- package/backend/node_modules/lodash/flatMapDeep.js +31 -0
- package/backend/node_modules/lodash/flatMapDepth.js +31 -0
- package/backend/node_modules/lodash/flatten.js +22 -0
- package/backend/node_modules/lodash/flattenDeep.js +25 -0
- package/backend/node_modules/lodash/flattenDepth.js +33 -0
- package/backend/node_modules/lodash/flip.js +28 -0
- package/backend/node_modules/lodash/floor.js +26 -0
- package/backend/node_modules/lodash/flow.js +27 -0
- package/backend/node_modules/lodash/flowRight.js +26 -0
- package/backend/node_modules/lodash/forEach.js +41 -0
- package/backend/node_modules/lodash/forEachRight.js +31 -0
- package/backend/node_modules/lodash/forIn.js +39 -0
- package/backend/node_modules/lodash/forInRight.js +37 -0
- package/backend/node_modules/lodash/forOwn.js +36 -0
- package/backend/node_modules/lodash/forOwnRight.js +34 -0
- package/backend/node_modules/lodash/fp/F.js +1 -0
- package/backend/node_modules/lodash/fp/T.js +1 -0
- package/backend/node_modules/lodash/fp/__.js +1 -0
- package/backend/node_modules/lodash/fp/_baseConvert.js +569 -0
- package/backend/node_modules/lodash/fp/_convertBrowser.js +18 -0
- package/backend/node_modules/lodash/fp/_falseOptions.js +7 -0
- package/backend/node_modules/lodash/fp/_mapping.js +358 -0
- package/backend/node_modules/lodash/fp/_util.js +16 -0
- package/backend/node_modules/lodash/fp/add.js +5 -0
- package/backend/node_modules/lodash/fp/after.js +5 -0
- package/backend/node_modules/lodash/fp/all.js +1 -0
- package/backend/node_modules/lodash/fp/allPass.js +1 -0
- package/backend/node_modules/lodash/fp/always.js +1 -0
- package/backend/node_modules/lodash/fp/any.js +1 -0
- package/backend/node_modules/lodash/fp/anyPass.js +1 -0
- package/backend/node_modules/lodash/fp/apply.js +1 -0
- package/backend/node_modules/lodash/fp/array.js +2 -0
- package/backend/node_modules/lodash/fp/ary.js +5 -0
- package/backend/node_modules/lodash/fp/assign.js +5 -0
- package/backend/node_modules/lodash/fp/assignAll.js +5 -0
- package/backend/node_modules/lodash/fp/assignAllWith.js +5 -0
- package/backend/node_modules/lodash/fp/assignIn.js +5 -0
- package/backend/node_modules/lodash/fp/assignInAll.js +5 -0
- package/backend/node_modules/lodash/fp/assignInAllWith.js +5 -0
- package/backend/node_modules/lodash/fp/assignInWith.js +5 -0
- package/backend/node_modules/lodash/fp/assignWith.js +5 -0
- package/backend/node_modules/lodash/fp/assoc.js +1 -0
- package/backend/node_modules/lodash/fp/assocPath.js +1 -0
- package/backend/node_modules/lodash/fp/at.js +5 -0
- package/backend/node_modules/lodash/fp/attempt.js +5 -0
- package/backend/node_modules/lodash/fp/before.js +5 -0
- package/backend/node_modules/lodash/fp/bind.js +5 -0
- package/backend/node_modules/lodash/fp/bindAll.js +5 -0
- package/backend/node_modules/lodash/fp/bindKey.js +5 -0
- package/backend/node_modules/lodash/fp/camelCase.js +5 -0
- package/backend/node_modules/lodash/fp/capitalize.js +5 -0
- package/backend/node_modules/lodash/fp/castArray.js +5 -0
- package/backend/node_modules/lodash/fp/ceil.js +5 -0
- package/backend/node_modules/lodash/fp/chain.js +5 -0
- package/backend/node_modules/lodash/fp/chunk.js +5 -0
- package/backend/node_modules/lodash/fp/clamp.js +5 -0
- package/backend/node_modules/lodash/fp/clone.js +5 -0
- package/backend/node_modules/lodash/fp/cloneDeep.js +5 -0
- package/backend/node_modules/lodash/fp/cloneDeepWith.js +5 -0
- package/backend/node_modules/lodash/fp/cloneWith.js +5 -0
- package/backend/node_modules/lodash/fp/collection.js +2 -0
- package/backend/node_modules/lodash/fp/commit.js +5 -0
- package/backend/node_modules/lodash/fp/compact.js +5 -0
- package/backend/node_modules/lodash/fp/complement.js +1 -0
- package/backend/node_modules/lodash/fp/compose.js +1 -0
- package/backend/node_modules/lodash/fp/concat.js +5 -0
- package/backend/node_modules/lodash/fp/cond.js +5 -0
- package/backend/node_modules/lodash/fp/conforms.js +1 -0
- package/backend/node_modules/lodash/fp/conformsTo.js +5 -0
- package/backend/node_modules/lodash/fp/constant.js +5 -0
- package/backend/node_modules/lodash/fp/contains.js +1 -0
- package/backend/node_modules/lodash/fp/convert.js +18 -0
- package/backend/node_modules/lodash/fp/countBy.js +5 -0
- package/backend/node_modules/lodash/fp/create.js +5 -0
- package/backend/node_modules/lodash/fp/curry.js +5 -0
- package/backend/node_modules/lodash/fp/curryN.js +5 -0
- package/backend/node_modules/lodash/fp/curryRight.js +5 -0
- package/backend/node_modules/lodash/fp/curryRightN.js +5 -0
- package/backend/node_modules/lodash/fp/date.js +2 -0
- package/backend/node_modules/lodash/fp/debounce.js +5 -0
- package/backend/node_modules/lodash/fp/deburr.js +5 -0
- package/backend/node_modules/lodash/fp/defaultTo.js +5 -0
- package/backend/node_modules/lodash/fp/defaults.js +5 -0
- package/backend/node_modules/lodash/fp/defaultsAll.js +5 -0
- package/backend/node_modules/lodash/fp/defaultsDeep.js +5 -0
- package/backend/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
- package/backend/node_modules/lodash/fp/defer.js +5 -0
- package/backend/node_modules/lodash/fp/delay.js +5 -0
- package/backend/node_modules/lodash/fp/difference.js +5 -0
- package/backend/node_modules/lodash/fp/differenceBy.js +5 -0
- package/backend/node_modules/lodash/fp/differenceWith.js +5 -0
- package/backend/node_modules/lodash/fp/dissoc.js +1 -0
- package/backend/node_modules/lodash/fp/dissocPath.js +1 -0
- package/backend/node_modules/lodash/fp/divide.js +5 -0
- package/backend/node_modules/lodash/fp/drop.js +5 -0
- package/backend/node_modules/lodash/fp/dropLast.js +1 -0
- package/backend/node_modules/lodash/fp/dropLastWhile.js +1 -0
- package/backend/node_modules/lodash/fp/dropRight.js +5 -0
- package/backend/node_modules/lodash/fp/dropRightWhile.js +5 -0
- package/backend/node_modules/lodash/fp/dropWhile.js +5 -0
- package/backend/node_modules/lodash/fp/each.js +1 -0
- package/backend/node_modules/lodash/fp/eachRight.js +1 -0
- package/backend/node_modules/lodash/fp/endsWith.js +5 -0
- package/backend/node_modules/lodash/fp/entries.js +1 -0
- package/backend/node_modules/lodash/fp/entriesIn.js +1 -0
- package/backend/node_modules/lodash/fp/eq.js +5 -0
- package/backend/node_modules/lodash/fp/equals.js +1 -0
- package/backend/node_modules/lodash/fp/escape.js +5 -0
- package/backend/node_modules/lodash/fp/escapeRegExp.js +5 -0
- package/backend/node_modules/lodash/fp/every.js +5 -0
- package/backend/node_modules/lodash/fp/extend.js +1 -0
- package/backend/node_modules/lodash/fp/extendAll.js +1 -0
- package/backend/node_modules/lodash/fp/extendAllWith.js +1 -0
- package/backend/node_modules/lodash/fp/extendWith.js +1 -0
- package/backend/node_modules/lodash/fp/fill.js +5 -0
- package/backend/node_modules/lodash/fp/filter.js +5 -0
- package/backend/node_modules/lodash/fp/find.js +5 -0
- package/backend/node_modules/lodash/fp/findFrom.js +5 -0
- package/backend/node_modules/lodash/fp/findIndex.js +5 -0
- package/backend/node_modules/lodash/fp/findIndexFrom.js +5 -0
- package/backend/node_modules/lodash/fp/findKey.js +5 -0
- package/backend/node_modules/lodash/fp/findLast.js +5 -0
- package/backend/node_modules/lodash/fp/findLastFrom.js +5 -0
- package/backend/node_modules/lodash/fp/findLastIndex.js +5 -0
- package/backend/node_modules/lodash/fp/findLastIndexFrom.js +5 -0
- package/backend/node_modules/lodash/fp/findLastKey.js +5 -0
- package/backend/node_modules/lodash/fp/first.js +1 -0
- package/backend/node_modules/lodash/fp/flatMap.js +5 -0
- package/backend/node_modules/lodash/fp/flatMapDeep.js +5 -0
- package/backend/node_modules/lodash/fp/flatMapDepth.js +5 -0
- package/backend/node_modules/lodash/fp/flatten.js +5 -0
- package/backend/node_modules/lodash/fp/flattenDeep.js +5 -0
- package/backend/node_modules/lodash/fp/flattenDepth.js +5 -0
- package/backend/node_modules/lodash/fp/flip.js +5 -0
- package/backend/node_modules/lodash/fp/floor.js +5 -0
- package/backend/node_modules/lodash/fp/flow.js +5 -0
- package/backend/node_modules/lodash/fp/flowRight.js +5 -0
- package/backend/node_modules/lodash/fp/forEach.js +5 -0
- package/backend/node_modules/lodash/fp/forEachRight.js +5 -0
- package/backend/node_modules/lodash/fp/forIn.js +5 -0
- package/backend/node_modules/lodash/fp/forInRight.js +5 -0
- package/backend/node_modules/lodash/fp/forOwn.js +5 -0
- package/backend/node_modules/lodash/fp/forOwnRight.js +5 -0
- package/backend/node_modules/lodash/fp/fromPairs.js +5 -0
- package/backend/node_modules/lodash/fp/function.js +2 -0
- package/backend/node_modules/lodash/fp/functions.js +5 -0
- package/backend/node_modules/lodash/fp/functionsIn.js +5 -0
- package/backend/node_modules/lodash/fp/get.js +5 -0
- package/backend/node_modules/lodash/fp/getOr.js +5 -0
- package/backend/node_modules/lodash/fp/groupBy.js +5 -0
- package/backend/node_modules/lodash/fp/gt.js +5 -0
- package/backend/node_modules/lodash/fp/gte.js +5 -0
- package/backend/node_modules/lodash/fp/has.js +5 -0
- package/backend/node_modules/lodash/fp/hasIn.js +5 -0
- package/backend/node_modules/lodash/fp/head.js +5 -0
- package/backend/node_modules/lodash/fp/identical.js +1 -0
- package/backend/node_modules/lodash/fp/identity.js +5 -0
- package/backend/node_modules/lodash/fp/inRange.js +5 -0
- package/backend/node_modules/lodash/fp/includes.js +5 -0
- package/backend/node_modules/lodash/fp/includesFrom.js +5 -0
- package/backend/node_modules/lodash/fp/indexBy.js +1 -0
- package/backend/node_modules/lodash/fp/indexOf.js +5 -0
- package/backend/node_modules/lodash/fp/indexOfFrom.js +5 -0
- package/backend/node_modules/lodash/fp/init.js +1 -0
- package/backend/node_modules/lodash/fp/initial.js +5 -0
- package/backend/node_modules/lodash/fp/intersection.js +5 -0
- package/backend/node_modules/lodash/fp/intersectionBy.js +5 -0
- package/backend/node_modules/lodash/fp/intersectionWith.js +5 -0
- package/backend/node_modules/lodash/fp/invert.js +5 -0
- package/backend/node_modules/lodash/fp/invertBy.js +5 -0
- package/backend/node_modules/lodash/fp/invertObj.js +1 -0
- package/backend/node_modules/lodash/fp/invoke.js +5 -0
- package/backend/node_modules/lodash/fp/invokeArgs.js +5 -0
- package/backend/node_modules/lodash/fp/invokeArgsMap.js +5 -0
- package/backend/node_modules/lodash/fp/invokeMap.js +5 -0
- package/backend/node_modules/lodash/fp/isArguments.js +5 -0
- package/backend/node_modules/lodash/fp/isArray.js +5 -0
- package/backend/node_modules/lodash/fp/isArrayBuffer.js +5 -0
- package/backend/node_modules/lodash/fp/isArrayLike.js +5 -0
- package/backend/node_modules/lodash/fp/isArrayLikeObject.js +5 -0
- package/backend/node_modules/lodash/fp/isBoolean.js +5 -0
- package/backend/node_modules/lodash/fp/isBuffer.js +5 -0
- package/backend/node_modules/lodash/fp/isDate.js +5 -0
- package/backend/node_modules/lodash/fp/isElement.js +5 -0
- package/backend/node_modules/lodash/fp/isEmpty.js +5 -0
- package/backend/node_modules/lodash/fp/isEqual.js +5 -0
- package/backend/node_modules/lodash/fp/isEqualWith.js +5 -0
- package/backend/node_modules/lodash/fp/isError.js +5 -0
- package/backend/node_modules/lodash/fp/isFinite.js +5 -0
- package/backend/node_modules/lodash/fp/isFunction.js +5 -0
- package/backend/node_modules/lodash/fp/isInteger.js +5 -0
- package/backend/node_modules/lodash/fp/isLength.js +5 -0
- package/backend/node_modules/lodash/fp/isMap.js +5 -0
- package/backend/node_modules/lodash/fp/isMatch.js +5 -0
- package/backend/node_modules/lodash/fp/isMatchWith.js +5 -0
- package/backend/node_modules/lodash/fp/isNaN.js +5 -0
- package/backend/node_modules/lodash/fp/isNative.js +5 -0
- package/backend/node_modules/lodash/fp/isNil.js +5 -0
- package/backend/node_modules/lodash/fp/isNull.js +5 -0
- package/backend/node_modules/lodash/fp/isNumber.js +5 -0
- package/backend/node_modules/lodash/fp/isObject.js +5 -0
- package/backend/node_modules/lodash/fp/isObjectLike.js +5 -0
- package/backend/node_modules/lodash/fp/isPlainObject.js +5 -0
- package/backend/node_modules/lodash/fp/isRegExp.js +5 -0
- package/backend/node_modules/lodash/fp/isSafeInteger.js +5 -0
- package/backend/node_modules/lodash/fp/isSet.js +5 -0
- package/backend/node_modules/lodash/fp/isString.js +5 -0
- package/backend/node_modules/lodash/fp/isSymbol.js +5 -0
- package/backend/node_modules/lodash/fp/isTypedArray.js +5 -0
- package/backend/node_modules/lodash/fp/isUndefined.js +5 -0
- package/backend/node_modules/lodash/fp/isWeakMap.js +5 -0
- package/backend/node_modules/lodash/fp/isWeakSet.js +5 -0
- package/backend/node_modules/lodash/fp/iteratee.js +5 -0
- package/backend/node_modules/lodash/fp/join.js +5 -0
- package/backend/node_modules/lodash/fp/juxt.js +1 -0
- package/backend/node_modules/lodash/fp/kebabCase.js +5 -0
- package/backend/node_modules/lodash/fp/keyBy.js +5 -0
- package/backend/node_modules/lodash/fp/keys.js +5 -0
- package/backend/node_modules/lodash/fp/keysIn.js +5 -0
- package/backend/node_modules/lodash/fp/lang.js +2 -0
- package/backend/node_modules/lodash/fp/last.js +5 -0
- package/backend/node_modules/lodash/fp/lastIndexOf.js +5 -0
- package/backend/node_modules/lodash/fp/lastIndexOfFrom.js +5 -0
- package/backend/node_modules/lodash/fp/lowerCase.js +5 -0
- package/backend/node_modules/lodash/fp/lowerFirst.js +5 -0
- package/backend/node_modules/lodash/fp/lt.js +5 -0
- package/backend/node_modules/lodash/fp/lte.js +5 -0
- package/backend/node_modules/lodash/fp/map.js +5 -0
- package/backend/node_modules/lodash/fp/mapKeys.js +5 -0
- package/backend/node_modules/lodash/fp/mapValues.js +5 -0
- package/backend/node_modules/lodash/fp/matches.js +1 -0
- package/backend/node_modules/lodash/fp/matchesProperty.js +5 -0
- package/backend/node_modules/lodash/fp/math.js +2 -0
- package/backend/node_modules/lodash/fp/max.js +5 -0
- package/backend/node_modules/lodash/fp/maxBy.js +5 -0
- package/backend/node_modules/lodash/fp/mean.js +5 -0
- package/backend/node_modules/lodash/fp/meanBy.js +5 -0
- package/backend/node_modules/lodash/fp/memoize.js +5 -0
- package/backend/node_modules/lodash/fp/merge.js +5 -0
- package/backend/node_modules/lodash/fp/mergeAll.js +5 -0
- package/backend/node_modules/lodash/fp/mergeAllWith.js +5 -0
- package/backend/node_modules/lodash/fp/mergeWith.js +5 -0
- package/backend/node_modules/lodash/fp/method.js +5 -0
- package/backend/node_modules/lodash/fp/methodOf.js +5 -0
- package/backend/node_modules/lodash/fp/min.js +5 -0
- package/backend/node_modules/lodash/fp/minBy.js +5 -0
- package/backend/node_modules/lodash/fp/mixin.js +5 -0
- package/backend/node_modules/lodash/fp/multiply.js +5 -0
- package/backend/node_modules/lodash/fp/nAry.js +1 -0
- package/backend/node_modules/lodash/fp/negate.js +5 -0
- package/backend/node_modules/lodash/fp/next.js +5 -0
- package/backend/node_modules/lodash/fp/noop.js +5 -0
- package/backend/node_modules/lodash/fp/now.js +5 -0
- package/backend/node_modules/lodash/fp/nth.js +5 -0
- package/backend/node_modules/lodash/fp/nthArg.js +5 -0
- package/backend/node_modules/lodash/fp/number.js +2 -0
- package/backend/node_modules/lodash/fp/object.js +2 -0
- package/backend/node_modules/lodash/fp/omit.js +5 -0
- package/backend/node_modules/lodash/fp/omitAll.js +1 -0
- package/backend/node_modules/lodash/fp/omitBy.js +5 -0
- package/backend/node_modules/lodash/fp/once.js +5 -0
- package/backend/node_modules/lodash/fp/orderBy.js +5 -0
- package/backend/node_modules/lodash/fp/over.js +5 -0
- package/backend/node_modules/lodash/fp/overArgs.js +5 -0
- package/backend/node_modules/lodash/fp/overEvery.js +5 -0
- package/backend/node_modules/lodash/fp/overSome.js +5 -0
- package/backend/node_modules/lodash/fp/pad.js +5 -0
- package/backend/node_modules/lodash/fp/padChars.js +5 -0
- package/backend/node_modules/lodash/fp/padCharsEnd.js +5 -0
- package/backend/node_modules/lodash/fp/padCharsStart.js +5 -0
- package/backend/node_modules/lodash/fp/padEnd.js +5 -0
- package/backend/node_modules/lodash/fp/padStart.js +5 -0
- package/backend/node_modules/lodash/fp/parseInt.js +5 -0
- package/backend/node_modules/lodash/fp/partial.js +5 -0
- package/backend/node_modules/lodash/fp/partialRight.js +5 -0
- package/backend/node_modules/lodash/fp/partition.js +5 -0
- package/backend/node_modules/lodash/fp/path.js +1 -0
- package/backend/node_modules/lodash/fp/pathEq.js +1 -0
- package/backend/node_modules/lodash/fp/pathOr.js +1 -0
- package/backend/node_modules/lodash/fp/paths.js +1 -0
- package/backend/node_modules/lodash/fp/pick.js +5 -0
- package/backend/node_modules/lodash/fp/pickAll.js +1 -0
- package/backend/node_modules/lodash/fp/pickBy.js +5 -0
- package/backend/node_modules/lodash/fp/pipe.js +1 -0
- package/backend/node_modules/lodash/fp/placeholder.js +6 -0
- package/backend/node_modules/lodash/fp/plant.js +5 -0
- package/backend/node_modules/lodash/fp/pluck.js +1 -0
- package/backend/node_modules/lodash/fp/prop.js +1 -0
- package/backend/node_modules/lodash/fp/propEq.js +1 -0
- package/backend/node_modules/lodash/fp/propOr.js +1 -0
- package/backend/node_modules/lodash/fp/property.js +1 -0
- package/backend/node_modules/lodash/fp/propertyOf.js +5 -0
- package/backend/node_modules/lodash/fp/props.js +1 -0
- package/backend/node_modules/lodash/fp/pull.js +5 -0
- package/backend/node_modules/lodash/fp/pullAll.js +5 -0
- package/backend/node_modules/lodash/fp/pullAllBy.js +5 -0
- package/backend/node_modules/lodash/fp/pullAllWith.js +5 -0
- package/backend/node_modules/lodash/fp/pullAt.js +5 -0
- package/backend/node_modules/lodash/fp/random.js +5 -0
- package/backend/node_modules/lodash/fp/range.js +5 -0
- package/backend/node_modules/lodash/fp/rangeRight.js +5 -0
- package/backend/node_modules/lodash/fp/rangeStep.js +5 -0
- package/backend/node_modules/lodash/fp/rangeStepRight.js +5 -0
- package/backend/node_modules/lodash/fp/rearg.js +5 -0
- package/backend/node_modules/lodash/fp/reduce.js +5 -0
- package/backend/node_modules/lodash/fp/reduceRight.js +5 -0
- package/backend/node_modules/lodash/fp/reject.js +5 -0
- package/backend/node_modules/lodash/fp/remove.js +5 -0
- package/backend/node_modules/lodash/fp/repeat.js +5 -0
- package/backend/node_modules/lodash/fp/replace.js +5 -0
- package/backend/node_modules/lodash/fp/rest.js +5 -0
- package/backend/node_modules/lodash/fp/restFrom.js +5 -0
- package/backend/node_modules/lodash/fp/result.js +5 -0
- package/backend/node_modules/lodash/fp/reverse.js +5 -0
- package/backend/node_modules/lodash/fp/round.js +5 -0
- package/backend/node_modules/lodash/fp/sample.js +5 -0
- package/backend/node_modules/lodash/fp/sampleSize.js +5 -0
- package/backend/node_modules/lodash/fp/seq.js +2 -0
- package/backend/node_modules/lodash/fp/set.js +5 -0
- package/backend/node_modules/lodash/fp/setWith.js +5 -0
- package/backend/node_modules/lodash/fp/shuffle.js +5 -0
- package/backend/node_modules/lodash/fp/size.js +5 -0
- package/backend/node_modules/lodash/fp/slice.js +5 -0
- package/backend/node_modules/lodash/fp/snakeCase.js +5 -0
- package/backend/node_modules/lodash/fp/some.js +5 -0
- package/backend/node_modules/lodash/fp/sortBy.js +5 -0
- package/backend/node_modules/lodash/fp/sortedIndex.js +5 -0
- package/backend/node_modules/lodash/fp/sortedIndexBy.js +5 -0
- package/backend/node_modules/lodash/fp/sortedIndexOf.js +5 -0
- package/backend/node_modules/lodash/fp/sortedLastIndex.js +5 -0
- package/backend/node_modules/lodash/fp/sortedLastIndexBy.js +5 -0
- package/backend/node_modules/lodash/fp/sortedLastIndexOf.js +5 -0
- package/backend/node_modules/lodash/fp/sortedUniq.js +5 -0
- package/backend/node_modules/lodash/fp/sortedUniqBy.js +5 -0
- package/backend/node_modules/lodash/fp/split.js +5 -0
- package/backend/node_modules/lodash/fp/spread.js +5 -0
- package/backend/node_modules/lodash/fp/spreadFrom.js +5 -0
- package/backend/node_modules/lodash/fp/startCase.js +5 -0
- package/backend/node_modules/lodash/fp/startsWith.js +5 -0
- package/backend/node_modules/lodash/fp/string.js +2 -0
- package/backend/node_modules/lodash/fp/stubArray.js +5 -0
- package/backend/node_modules/lodash/fp/stubFalse.js +5 -0
- package/backend/node_modules/lodash/fp/stubObject.js +5 -0
- package/backend/node_modules/lodash/fp/stubString.js +5 -0
- package/backend/node_modules/lodash/fp/stubTrue.js +5 -0
- package/backend/node_modules/lodash/fp/subtract.js +5 -0
- package/backend/node_modules/lodash/fp/sum.js +5 -0
- package/backend/node_modules/lodash/fp/sumBy.js +5 -0
- package/backend/node_modules/lodash/fp/symmetricDifference.js +1 -0
- package/backend/node_modules/lodash/fp/symmetricDifferenceBy.js +1 -0
- package/backend/node_modules/lodash/fp/symmetricDifferenceWith.js +1 -0
- package/backend/node_modules/lodash/fp/tail.js +5 -0
- package/backend/node_modules/lodash/fp/take.js +5 -0
- package/backend/node_modules/lodash/fp/takeLast.js +1 -0
- package/backend/node_modules/lodash/fp/takeLastWhile.js +1 -0
- package/backend/node_modules/lodash/fp/takeRight.js +5 -0
- package/backend/node_modules/lodash/fp/takeRightWhile.js +5 -0
- package/backend/node_modules/lodash/fp/takeWhile.js +5 -0
- package/backend/node_modules/lodash/fp/tap.js +5 -0
- package/backend/node_modules/lodash/fp/template.js +5 -0
- package/backend/node_modules/lodash/fp/templateSettings.js +5 -0
- package/backend/node_modules/lodash/fp/throttle.js +5 -0
- package/backend/node_modules/lodash/fp/thru.js +5 -0
- package/backend/node_modules/lodash/fp/times.js +5 -0
- package/backend/node_modules/lodash/fp/toArray.js +5 -0
- package/backend/node_modules/lodash/fp/toFinite.js +5 -0
- package/backend/node_modules/lodash/fp/toInteger.js +5 -0
- package/backend/node_modules/lodash/fp/toIterator.js +5 -0
- package/backend/node_modules/lodash/fp/toJSON.js +5 -0
- package/backend/node_modules/lodash/fp/toLength.js +5 -0
- package/backend/node_modules/lodash/fp/toLower.js +5 -0
- package/backend/node_modules/lodash/fp/toNumber.js +5 -0
- package/backend/node_modules/lodash/fp/toPairs.js +5 -0
- package/backend/node_modules/lodash/fp/toPairsIn.js +5 -0
- package/backend/node_modules/lodash/fp/toPath.js +5 -0
- package/backend/node_modules/lodash/fp/toPlainObject.js +5 -0
- package/backend/node_modules/lodash/fp/toSafeInteger.js +5 -0
- package/backend/node_modules/lodash/fp/toString.js +5 -0
- package/backend/node_modules/lodash/fp/toUpper.js +5 -0
- package/backend/node_modules/lodash/fp/transform.js +5 -0
- package/backend/node_modules/lodash/fp/trim.js +5 -0
- package/backend/node_modules/lodash/fp/trimChars.js +5 -0
- package/backend/node_modules/lodash/fp/trimCharsEnd.js +5 -0
- package/backend/node_modules/lodash/fp/trimCharsStart.js +5 -0
- package/backend/node_modules/lodash/fp/trimEnd.js +5 -0
- package/backend/node_modules/lodash/fp/trimStart.js +5 -0
- package/backend/node_modules/lodash/fp/truncate.js +5 -0
- package/backend/node_modules/lodash/fp/unapply.js +1 -0
- package/backend/node_modules/lodash/fp/unary.js +5 -0
- package/backend/node_modules/lodash/fp/unescape.js +5 -0
- package/backend/node_modules/lodash/fp/union.js +5 -0
- package/backend/node_modules/lodash/fp/unionBy.js +5 -0
- package/backend/node_modules/lodash/fp/unionWith.js +5 -0
- package/backend/node_modules/lodash/fp/uniq.js +5 -0
- package/backend/node_modules/lodash/fp/uniqBy.js +5 -0
- package/backend/node_modules/lodash/fp/uniqWith.js +5 -0
- package/backend/node_modules/lodash/fp/uniqueId.js +5 -0
- package/backend/node_modules/lodash/fp/unnest.js +1 -0
- package/backend/node_modules/lodash/fp/unset.js +5 -0
- package/backend/node_modules/lodash/fp/unzip.js +5 -0
- package/backend/node_modules/lodash/fp/unzipWith.js +5 -0
- package/backend/node_modules/lodash/fp/update.js +5 -0
- package/backend/node_modules/lodash/fp/updateWith.js +5 -0
- package/backend/node_modules/lodash/fp/upperCase.js +5 -0
- package/backend/node_modules/lodash/fp/upperFirst.js +5 -0
- package/backend/node_modules/lodash/fp/useWith.js +1 -0
- package/backend/node_modules/lodash/fp/util.js +2 -0
- package/backend/node_modules/lodash/fp/value.js +5 -0
- package/backend/node_modules/lodash/fp/valueOf.js +5 -0
- package/backend/node_modules/lodash/fp/values.js +5 -0
- package/backend/node_modules/lodash/fp/valuesIn.js +5 -0
- package/backend/node_modules/lodash/fp/where.js +1 -0
- package/backend/node_modules/lodash/fp/whereEq.js +1 -0
- package/backend/node_modules/lodash/fp/without.js +5 -0
- package/backend/node_modules/lodash/fp/words.js +5 -0
- package/backend/node_modules/lodash/fp/wrap.js +5 -0
- package/backend/node_modules/lodash/fp/wrapperAt.js +5 -0
- package/backend/node_modules/lodash/fp/wrapperChain.js +5 -0
- package/backend/node_modules/lodash/fp/wrapperLodash.js +5 -0
- package/backend/node_modules/lodash/fp/wrapperReverse.js +5 -0
- package/backend/node_modules/lodash/fp/wrapperValue.js +5 -0
- package/backend/node_modules/lodash/fp/xor.js +5 -0
- package/backend/node_modules/lodash/fp/xorBy.js +5 -0
- package/backend/node_modules/lodash/fp/xorWith.js +5 -0
- package/backend/node_modules/lodash/fp/zip.js +5 -0
- package/backend/node_modules/lodash/fp/zipAll.js +5 -0
- package/backend/node_modules/lodash/fp/zipObj.js +1 -0
- package/backend/node_modules/lodash/fp/zipObject.js +5 -0
- package/backend/node_modules/lodash/fp/zipObjectDeep.js +5 -0
- package/backend/node_modules/lodash/fp/zipWith.js +5 -0
- package/backend/node_modules/lodash/fp.js +2 -0
- package/backend/node_modules/lodash/fromPairs.js +28 -0
- package/backend/node_modules/lodash/function.js +25 -0
- package/backend/node_modules/lodash/functions.js +31 -0
- package/backend/node_modules/lodash/functionsIn.js +31 -0
- package/backend/node_modules/lodash/get.js +33 -0
- package/backend/node_modules/lodash/groupBy.js +41 -0
- package/backend/node_modules/lodash/gt.js +29 -0
- package/backend/node_modules/lodash/gte.js +30 -0
- package/backend/node_modules/lodash/has.js +35 -0
- package/backend/node_modules/lodash/hasIn.js +34 -0
- package/backend/node_modules/lodash/head.js +23 -0
- package/backend/node_modules/lodash/identity.js +21 -0
- package/backend/node_modules/lodash/inRange.js +55 -0
- package/backend/node_modules/lodash/includes.js +53 -0
- package/backend/node_modules/lodash/index.js +1 -0
- package/backend/node_modules/lodash/indexOf.js +42 -0
- package/backend/node_modules/lodash/initial.js +22 -0
- package/backend/node_modules/lodash/intersection.js +30 -0
- package/backend/node_modules/lodash/intersectionBy.js +45 -0
- package/backend/node_modules/lodash/intersectionWith.js +41 -0
- package/backend/node_modules/lodash/invert.js +42 -0
- package/backend/node_modules/lodash/invertBy.js +56 -0
- package/backend/node_modules/lodash/invoke.js +24 -0
- package/backend/node_modules/lodash/invokeMap.js +41 -0
- package/backend/node_modules/lodash/isArguments.js +36 -0
- package/backend/node_modules/lodash/isArray.js +26 -0
- package/backend/node_modules/lodash/isArrayBuffer.js +27 -0
- package/backend/node_modules/lodash/isArrayLike.js +33 -0
- package/backend/node_modules/lodash/isArrayLikeObject.js +33 -0
- package/backend/node_modules/lodash/isBoolean.js +29 -0
- package/backend/node_modules/lodash/isBuffer.js +38 -0
- package/backend/node_modules/lodash/isDate.js +27 -0
- package/backend/node_modules/lodash/isElement.js +25 -0
- package/backend/node_modules/lodash/isEmpty.js +77 -0
- package/backend/node_modules/lodash/isEqual.js +35 -0
- package/backend/node_modules/lodash/isEqualWith.js +41 -0
- package/backend/node_modules/lodash/isError.js +36 -0
- package/backend/node_modules/lodash/isFinite.js +36 -0
- package/backend/node_modules/lodash/isFunction.js +37 -0
- package/backend/node_modules/lodash/isInteger.js +33 -0
- package/backend/node_modules/lodash/isLength.js +35 -0
- package/backend/node_modules/lodash/isMap.js +27 -0
- package/backend/node_modules/lodash/isMatch.js +36 -0
- package/backend/node_modules/lodash/isMatchWith.js +41 -0
- package/backend/node_modules/lodash/isNaN.js +38 -0
- package/backend/node_modules/lodash/isNative.js +40 -0
- package/backend/node_modules/lodash/isNil.js +25 -0
- package/backend/node_modules/lodash/isNull.js +22 -0
- package/backend/node_modules/lodash/isNumber.js +38 -0
- package/backend/node_modules/lodash/isObject.js +31 -0
- package/backend/node_modules/lodash/isObjectLike.js +29 -0
- package/backend/node_modules/lodash/isPlainObject.js +62 -0
- package/backend/node_modules/lodash/isRegExp.js +27 -0
- package/backend/node_modules/lodash/isSafeInteger.js +37 -0
- package/backend/node_modules/lodash/isSet.js +27 -0
- package/backend/node_modules/lodash/isString.js +30 -0
- package/backend/node_modules/lodash/isSymbol.js +29 -0
- package/backend/node_modules/lodash/isTypedArray.js +27 -0
- package/backend/node_modules/lodash/isUndefined.js +22 -0
- package/backend/node_modules/lodash/isWeakMap.js +28 -0
- package/backend/node_modules/lodash/isWeakSet.js +28 -0
- package/backend/node_modules/lodash/iteratee.js +53 -0
- package/backend/node_modules/lodash/join.js +26 -0
- package/backend/node_modules/lodash/kebabCase.js +28 -0
- package/backend/node_modules/lodash/keyBy.js +36 -0
- package/backend/node_modules/lodash/keys.js +37 -0
- package/backend/node_modules/lodash/keysIn.js +32 -0
- package/backend/node_modules/lodash/lang.js +58 -0
- package/backend/node_modules/lodash/last.js +20 -0
- package/backend/node_modules/lodash/lastIndexOf.js +46 -0
- package/backend/node_modules/lodash/lodash.js +17248 -0
- package/backend/node_modules/lodash/lodash.min.js +140 -0
- package/backend/node_modules/lodash/lowerCase.js +27 -0
- package/backend/node_modules/lodash/lowerFirst.js +22 -0
- package/backend/node_modules/lodash/lt.js +29 -0
- package/backend/node_modules/lodash/lte.js +30 -0
- package/backend/node_modules/lodash/map.js +53 -0
- package/backend/node_modules/lodash/mapKeys.js +36 -0
- package/backend/node_modules/lodash/mapValues.js +43 -0
- package/backend/node_modules/lodash/matches.js +46 -0
- package/backend/node_modules/lodash/matchesProperty.js +44 -0
- package/backend/node_modules/lodash/math.js +17 -0
- package/backend/node_modules/lodash/max.js +29 -0
- package/backend/node_modules/lodash/maxBy.js +34 -0
- package/backend/node_modules/lodash/mean.js +22 -0
- package/backend/node_modules/lodash/meanBy.js +31 -0
- package/backend/node_modules/lodash/memoize.js +73 -0
- package/backend/node_modules/lodash/merge.js +39 -0
- package/backend/node_modules/lodash/mergeWith.js +39 -0
- package/backend/node_modules/lodash/method.js +34 -0
- package/backend/node_modules/lodash/methodOf.js +33 -0
- package/backend/node_modules/lodash/min.js +29 -0
- package/backend/node_modules/lodash/minBy.js +34 -0
- package/backend/node_modules/lodash/mixin.js +74 -0
- package/backend/node_modules/lodash/multiply.js +22 -0
- package/backend/node_modules/lodash/negate.js +40 -0
- package/backend/node_modules/lodash/next.js +35 -0
- package/backend/node_modules/lodash/noop.js +17 -0
- package/backend/node_modules/lodash/now.js +23 -0
- package/backend/node_modules/lodash/nth.js +29 -0
- package/backend/node_modules/lodash/nthArg.js +32 -0
- package/backend/node_modules/lodash/number.js +5 -0
- package/backend/node_modules/lodash/object.js +49 -0
- package/backend/node_modules/lodash/omit.js +57 -0
- package/backend/node_modules/lodash/omitBy.js +29 -0
- package/backend/node_modules/lodash/once.js +25 -0
- package/backend/node_modules/lodash/orderBy.js +47 -0
- package/backend/node_modules/lodash/over.js +24 -0
- package/backend/node_modules/lodash/overArgs.js +61 -0
- package/backend/node_modules/lodash/overEvery.js +34 -0
- package/backend/node_modules/lodash/overSome.js +37 -0
- package/backend/node_modules/lodash/package.json +17 -0
- package/backend/node_modules/lodash/pad.js +49 -0
- package/backend/node_modules/lodash/padEnd.js +39 -0
- package/backend/node_modules/lodash/padStart.js +39 -0
- package/backend/node_modules/lodash/parseInt.js +43 -0
- package/backend/node_modules/lodash/partial.js +50 -0
- package/backend/node_modules/lodash/partialRight.js +49 -0
- package/backend/node_modules/lodash/partition.js +43 -0
- package/backend/node_modules/lodash/pick.js +25 -0
- package/backend/node_modules/lodash/pickBy.js +37 -0
- package/backend/node_modules/lodash/plant.js +48 -0
- package/backend/node_modules/lodash/property.js +32 -0
- package/backend/node_modules/lodash/propertyOf.js +30 -0
- package/backend/node_modules/lodash/pull.js +29 -0
- package/backend/node_modules/lodash/pullAll.js +29 -0
- package/backend/node_modules/lodash/pullAllBy.js +33 -0
- package/backend/node_modules/lodash/pullAllWith.js +32 -0
- package/backend/node_modules/lodash/pullAt.js +43 -0
- package/backend/node_modules/lodash/random.js +82 -0
- package/backend/node_modules/lodash/range.js +46 -0
- package/backend/node_modules/lodash/rangeRight.js +41 -0
- package/backend/node_modules/lodash/rearg.js +33 -0
- package/backend/node_modules/lodash/reduce.js +51 -0
- package/backend/node_modules/lodash/reduceRight.js +36 -0
- package/backend/node_modules/lodash/reject.js +46 -0
- package/backend/node_modules/lodash/remove.js +53 -0
- package/backend/node_modules/lodash/repeat.js +37 -0
- package/backend/node_modules/lodash/replace.js +29 -0
- package/backend/node_modules/lodash/rest.js +40 -0
- package/backend/node_modules/lodash/result.js +56 -0
- package/backend/node_modules/lodash/reverse.js +34 -0
- package/backend/node_modules/lodash/round.js +26 -0
- package/backend/node_modules/lodash/sample.js +24 -0
- package/backend/node_modules/lodash/sampleSize.js +37 -0
- package/backend/node_modules/lodash/seq.js +16 -0
- package/backend/node_modules/lodash/set.js +35 -0
- package/backend/node_modules/lodash/setWith.js +32 -0
- package/backend/node_modules/lodash/shuffle.js +25 -0
- package/backend/node_modules/lodash/size.js +46 -0
- package/backend/node_modules/lodash/slice.js +37 -0
- package/backend/node_modules/lodash/snakeCase.js +28 -0
- package/backend/node_modules/lodash/some.js +51 -0
- package/backend/node_modules/lodash/sortBy.js +48 -0
- package/backend/node_modules/lodash/sortedIndex.js +24 -0
- package/backend/node_modules/lodash/sortedIndexBy.js +33 -0
- package/backend/node_modules/lodash/sortedIndexOf.js +31 -0
- package/backend/node_modules/lodash/sortedLastIndex.js +25 -0
- package/backend/node_modules/lodash/sortedLastIndexBy.js +33 -0
- package/backend/node_modules/lodash/sortedLastIndexOf.js +31 -0
- package/backend/node_modules/lodash/sortedUniq.js +24 -0
- package/backend/node_modules/lodash/sortedUniqBy.js +26 -0
- package/backend/node_modules/lodash/split.js +52 -0
- package/backend/node_modules/lodash/spread.js +63 -0
- package/backend/node_modules/lodash/startCase.js +29 -0
- package/backend/node_modules/lodash/startsWith.js +39 -0
- package/backend/node_modules/lodash/string.js +33 -0
- package/backend/node_modules/lodash/stubArray.js +23 -0
- package/backend/node_modules/lodash/stubFalse.js +18 -0
- package/backend/node_modules/lodash/stubObject.js +23 -0
- package/backend/node_modules/lodash/stubString.js +18 -0
- package/backend/node_modules/lodash/stubTrue.js +18 -0
- package/backend/node_modules/lodash/subtract.js +22 -0
- package/backend/node_modules/lodash/sum.js +24 -0
- package/backend/node_modules/lodash/sumBy.js +33 -0
- package/backend/node_modules/lodash/tail.js +22 -0
- package/backend/node_modules/lodash/take.js +37 -0
- package/backend/node_modules/lodash/takeRight.js +39 -0
- package/backend/node_modules/lodash/takeRightWhile.js +45 -0
- package/backend/node_modules/lodash/takeWhile.js +45 -0
- package/backend/node_modules/lodash/tap.js +29 -0
- package/backend/node_modules/lodash/template.js +272 -0
- package/backend/node_modules/lodash/templateSettings.js +67 -0
- package/backend/node_modules/lodash/throttle.js +69 -0
- package/backend/node_modules/lodash/thru.js +28 -0
- package/backend/node_modules/lodash/times.js +51 -0
- package/backend/node_modules/lodash/toArray.js +58 -0
- package/backend/node_modules/lodash/toFinite.js +42 -0
- package/backend/node_modules/lodash/toInteger.js +36 -0
- package/backend/node_modules/lodash/toIterator.js +23 -0
- package/backend/node_modules/lodash/toJSON.js +1 -0
- package/backend/node_modules/lodash/toLength.js +38 -0
- package/backend/node_modules/lodash/toLower.js +28 -0
- package/backend/node_modules/lodash/toNumber.js +64 -0
- package/backend/node_modules/lodash/toPairs.js +30 -0
- package/backend/node_modules/lodash/toPairsIn.js +30 -0
- package/backend/node_modules/lodash/toPath.js +33 -0
- package/backend/node_modules/lodash/toPlainObject.js +32 -0
- package/backend/node_modules/lodash/toSafeInteger.js +37 -0
- package/backend/node_modules/lodash/toString.js +28 -0
- package/backend/node_modules/lodash/toUpper.js +28 -0
- package/backend/node_modules/lodash/transform.js +65 -0
- package/backend/node_modules/lodash/trim.js +47 -0
- package/backend/node_modules/lodash/trimEnd.js +41 -0
- package/backend/node_modules/lodash/trimStart.js +43 -0
- package/backend/node_modules/lodash/truncate.js +111 -0
- package/backend/node_modules/lodash/unary.js +22 -0
- package/backend/node_modules/lodash/unescape.js +34 -0
- package/backend/node_modules/lodash/union.js +26 -0
- package/backend/node_modules/lodash/unionBy.js +39 -0
- package/backend/node_modules/lodash/unionWith.js +34 -0
- package/backend/node_modules/lodash/uniq.js +25 -0
- package/backend/node_modules/lodash/uniqBy.js +31 -0
- package/backend/node_modules/lodash/uniqWith.js +28 -0
- package/backend/node_modules/lodash/uniqueId.js +28 -0
- package/backend/node_modules/lodash/unset.js +34 -0
- package/backend/node_modules/lodash/unzip.js +45 -0
- package/backend/node_modules/lodash/unzipWith.js +39 -0
- package/backend/node_modules/lodash/update.js +35 -0
- package/backend/node_modules/lodash/updateWith.js +33 -0
- package/backend/node_modules/lodash/upperCase.js +27 -0
- package/backend/node_modules/lodash/upperFirst.js +22 -0
- package/backend/node_modules/lodash/util.js +34 -0
- package/backend/node_modules/lodash/value.js +1 -0
- package/backend/node_modules/lodash/valueOf.js +1 -0
- package/backend/node_modules/lodash/values.js +34 -0
- package/backend/node_modules/lodash/valuesIn.js +32 -0
- package/backend/node_modules/lodash/without.js +31 -0
- package/backend/node_modules/lodash/words.js +35 -0
- package/backend/node_modules/lodash/wrap.js +30 -0
- package/backend/node_modules/lodash/wrapperAt.js +48 -0
- package/backend/node_modules/lodash/wrapperChain.js +34 -0
- package/backend/node_modules/lodash/wrapperLodash.js +147 -0
- package/backend/node_modules/lodash/wrapperReverse.js +44 -0
- package/backend/node_modules/lodash/wrapperValue.js +21 -0
- package/backend/node_modules/lodash/xor.js +28 -0
- package/backend/node_modules/lodash/xorBy.js +39 -0
- package/backend/node_modules/lodash/xorWith.js +34 -0
- package/backend/node_modules/lodash/zip.js +22 -0
- package/backend/node_modules/lodash/zipObject.js +24 -0
- package/backend/node_modules/lodash/zipObjectDeep.js +23 -0
- package/backend/node_modules/lodash/zipWith.js +32 -0
- package/backend/node_modules/lodash.includes/LICENSE +47 -0
- package/backend/node_modules/lodash.includes/README.md +18 -0
- package/backend/node_modules/lodash.includes/index.js +745 -0
- package/backend/node_modules/lodash.includes/package.json +17 -0
- package/backend/node_modules/lodash.isboolean/LICENSE +22 -0
- package/backend/node_modules/lodash.isboolean/README.md +18 -0
- package/backend/node_modules/lodash.isboolean/index.js +70 -0
- package/backend/node_modules/lodash.isboolean/package.json +17 -0
- package/backend/node_modules/lodash.isinteger/LICENSE +47 -0
- package/backend/node_modules/lodash.isinteger/README.md +18 -0
- package/backend/node_modules/lodash.isinteger/index.js +265 -0
- package/backend/node_modules/lodash.isinteger/package.json +17 -0
- package/backend/node_modules/lodash.isnumber/LICENSE +22 -0
- package/backend/node_modules/lodash.isnumber/README.md +18 -0
- package/backend/node_modules/lodash.isnumber/index.js +79 -0
- package/backend/node_modules/lodash.isnumber/package.json +17 -0
- package/backend/node_modules/lodash.isplainobject/LICENSE +47 -0
- package/backend/node_modules/lodash.isplainobject/README.md +18 -0
- package/backend/node_modules/lodash.isplainobject/index.js +139 -0
- package/backend/node_modules/lodash.isplainobject/package.json +17 -0
- package/backend/node_modules/lodash.isstring/LICENSE +22 -0
- package/backend/node_modules/lodash.isstring/README.md +18 -0
- package/backend/node_modules/lodash.isstring/index.js +95 -0
- package/backend/node_modules/lodash.isstring/package.json +17 -0
- package/backend/node_modules/lodash.once/LICENSE +47 -0
- package/backend/node_modules/lodash.once/README.md +18 -0
- package/backend/node_modules/lodash.once/index.js +294 -0
- package/backend/node_modules/lodash.once/package.json +17 -0
- package/backend/node_modules/lowdb/LICENSE +21 -0
- package/backend/node_modules/lowdb/README.md +404 -0
- package/backend/node_modules/lowdb/lib/adapters/Memory.d.ts +11 -0
- package/backend/node_modules/lowdb/lib/adapters/Memory.js +19 -0
- package/backend/node_modules/lowdb/lib/adapters/browser/LocalStorage.d.ts +4 -0
- package/backend/node_modules/lowdb/lib/adapters/browser/LocalStorage.js +6 -0
- package/backend/node_modules/lowdb/lib/adapters/browser/SessionStorage.d.ts +4 -0
- package/backend/node_modules/lowdb/lib/adapters/browser/SessionStorage.js +6 -0
- package/backend/node_modules/lowdb/lib/adapters/browser/WebStorage.d.ts +7 -0
- package/backend/node_modules/lowdb/lib/adapters/browser/WebStorage.js +18 -0
- package/backend/node_modules/lowdb/lib/adapters/node/DataFile.d.ts +21 -0
- package/backend/node_modules/lowdb/lib/adapters/node/DataFile.js +45 -0
- package/backend/node_modules/lowdb/lib/adapters/node/JSONFile.d.ts +9 -0
- package/backend/node_modules/lowdb/lib/adapters/node/JSONFile.js +17 -0
- package/backend/node_modules/lowdb/lib/adapters/node/TextFile.d.ts +15 -0
- package/backend/node_modules/lowdb/lib/adapters/node/TextFile.js +54 -0
- package/backend/node_modules/lowdb/lib/browser.d.ts +3 -0
- package/backend/node_modules/lowdb/lib/browser.js +3 -0
- package/backend/node_modules/lowdb/lib/core/Low.d.ts +24 -0
- package/backend/node_modules/lowdb/lib/core/Low.js +50 -0
- package/backend/node_modules/lowdb/lib/index.d.ts +2 -0
- package/backend/node_modules/lowdb/lib/index.js +2 -0
- package/backend/node_modules/lowdb/lib/node.d.ts +4 -0
- package/backend/node_modules/lowdb/lib/node.js +4 -0
- package/backend/node_modules/lowdb/lib/presets/browser.d.ts +3 -0
- package/backend/node_modules/lowdb/lib/presets/browser.js +15 -0
- package/backend/node_modules/lowdb/lib/presets/node.d.ts +5 -0
- package/backend/node_modules/lowdb/lib/presets/node.js +19 -0
- package/backend/node_modules/lowdb/package.json +85 -0
- package/backend/node_modules/lru-cache/LICENSE +15 -0
- package/backend/node_modules/lru-cache/README.md +1117 -0
- package/backend/node_modules/lru-cache/index.d.ts +869 -0
- package/backend/node_modules/lru-cache/index.js +1227 -0
- package/backend/node_modules/lru-cache/index.mjs +1227 -0
- package/backend/node_modules/lru-cache/package.json +96 -0
- package/backend/node_modules/math-intrinsics/.eslintrc +16 -0
- package/backend/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/backend/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/backend/node_modules/math-intrinsics/LICENSE +21 -0
- package/backend/node_modules/math-intrinsics/README.md +50 -0
- package/backend/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/backend/node_modules/math-intrinsics/abs.js +4 -0
- package/backend/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/backend/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/backend/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/backend/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/backend/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/backend/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/backend/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/backend/node_modules/math-intrinsics/floor.js +4 -0
- package/backend/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/backend/node_modules/math-intrinsics/isFinite.js +12 -0
- package/backend/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/backend/node_modules/math-intrinsics/isInteger.js +16 -0
- package/backend/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/backend/node_modules/math-intrinsics/isNaN.js +6 -0
- package/backend/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/backend/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/backend/node_modules/math-intrinsics/max.d.ts +1 -0
- package/backend/node_modules/math-intrinsics/max.js +4 -0
- package/backend/node_modules/math-intrinsics/min.d.ts +1 -0
- package/backend/node_modules/math-intrinsics/min.js +4 -0
- package/backend/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/backend/node_modules/math-intrinsics/mod.js +9 -0
- package/backend/node_modules/math-intrinsics/package.json +86 -0
- package/backend/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/backend/node_modules/math-intrinsics/pow.js +4 -0
- package/backend/node_modules/math-intrinsics/round.d.ts +1 -0
- package/backend/node_modules/math-intrinsics/round.js +4 -0
- package/backend/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/backend/node_modules/math-intrinsics/sign.js +11 -0
- package/backend/node_modules/math-intrinsics/test/index.js +192 -0
- package/backend/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/backend/node_modules/media-typer/HISTORY.md +50 -0
- package/backend/node_modules/media-typer/LICENSE +22 -0
- package/backend/node_modules/media-typer/README.md +93 -0
- package/backend/node_modules/media-typer/index.js +143 -0
- package/backend/node_modules/media-typer/package.json +33 -0
- package/backend/node_modules/merge-descriptors/index.d.ts +11 -0
- package/backend/node_modules/merge-descriptors/index.js +26 -0
- package/backend/node_modules/merge-descriptors/license +11 -0
- package/backend/node_modules/merge-descriptors/package.json +50 -0
- package/backend/node_modules/merge-descriptors/readme.md +55 -0
- package/backend/node_modules/mime-db/HISTORY.md +541 -0
- package/backend/node_modules/mime-db/LICENSE +23 -0
- package/backend/node_modules/mime-db/README.md +109 -0
- package/backend/node_modules/mime-db/db.json +9342 -0
- package/backend/node_modules/mime-db/index.js +12 -0
- package/backend/node_modules/mime-db/package.json +56 -0
- package/backend/node_modules/mime-types/HISTORY.md +428 -0
- package/backend/node_modules/mime-types/LICENSE +23 -0
- package/backend/node_modules/mime-types/README.md +126 -0
- package/backend/node_modules/mime-types/index.js +211 -0
- package/backend/node_modules/mime-types/mimeScore.js +57 -0
- package/backend/node_modules/mime-types/package.json +49 -0
- package/backend/node_modules/minimatch/LICENSE.md +55 -0
- package/backend/node_modules/minimatch/README.md +528 -0
- package/backend/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +2 -0
- package/backend/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +1 -0
- package/backend/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
- package/backend/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
- package/backend/node_modules/minimatch/dist/commonjs/ast.d.ts +22 -0
- package/backend/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -0
- package/backend/node_modules/minimatch/dist/commonjs/ast.js +846 -0
- package/backend/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
- package/backend/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +8 -0
- package/backend/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -0
- package/backend/node_modules/minimatch/dist/commonjs/brace-expressions.js +150 -0
- package/backend/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
- package/backend/node_modules/minimatch/dist/commonjs/escape.d.ts +15 -0
- package/backend/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
- package/backend/node_modules/minimatch/dist/commonjs/escape.js +30 -0
- package/backend/node_modules/minimatch/dist/commonjs/escape.js.map +1 -0
- package/backend/node_modules/minimatch/dist/commonjs/index.d.ts +174 -0
- package/backend/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
- package/backend/node_modules/minimatch/dist/commonjs/index.js +1121 -0
- package/backend/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
- package/backend/node_modules/minimatch/dist/commonjs/package.json +3 -0
- package/backend/node_modules/minimatch/dist/commonjs/unescape.d.ts +22 -0
- package/backend/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -0
- package/backend/node_modules/minimatch/dist/commonjs/unescape.js +38 -0
- package/backend/node_modules/minimatch/dist/commonjs/unescape.js.map +1 -0
- package/backend/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +2 -0
- package/backend/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +1 -0
- package/backend/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
- package/backend/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
- package/backend/node_modules/minimatch/dist/esm/ast.d.ts +22 -0
- package/backend/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -0
- package/backend/node_modules/minimatch/dist/esm/ast.js +842 -0
- package/backend/node_modules/minimatch/dist/esm/ast.js.map +1 -0
- package/backend/node_modules/minimatch/dist/esm/brace-expressions.d.ts +8 -0
- package/backend/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -0
- package/backend/node_modules/minimatch/dist/esm/brace-expressions.js +146 -0
- package/backend/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
- package/backend/node_modules/minimatch/dist/esm/escape.d.ts +15 -0
- package/backend/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
- package/backend/node_modules/minimatch/dist/esm/escape.js +26 -0
- package/backend/node_modules/minimatch/dist/esm/escape.js.map +1 -0
- package/backend/node_modules/minimatch/dist/esm/index.d.ts +174 -0
- package/backend/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
- package/backend/node_modules/minimatch/dist/esm/index.js +1108 -0
- package/backend/node_modules/minimatch/dist/esm/index.js.map +1 -0
- package/backend/node_modules/minimatch/dist/esm/package.json +3 -0
- package/backend/node_modules/minimatch/dist/esm/unescape.d.ts +22 -0
- package/backend/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -0
- package/backend/node_modules/minimatch/dist/esm/unescape.js +34 -0
- package/backend/node_modules/minimatch/dist/esm/unescape.js.map +1 -0
- package/backend/node_modules/minimatch/package.json +67 -0
- package/backend/node_modules/mkdirp/CHANGELOG.md +15 -0
- package/backend/node_modules/mkdirp/LICENSE +21 -0
- package/backend/node_modules/mkdirp/bin/cmd.js +68 -0
- package/backend/node_modules/mkdirp/index.js +31 -0
- package/backend/node_modules/mkdirp/lib/find-made.js +29 -0
- package/backend/node_modules/mkdirp/lib/mkdirp-manual.js +64 -0
- package/backend/node_modules/mkdirp/lib/mkdirp-native.js +39 -0
- package/backend/node_modules/mkdirp/lib/opts-arg.js +23 -0
- package/backend/node_modules/mkdirp/lib/path-arg.js +29 -0
- package/backend/node_modules/mkdirp/lib/use-native.js +10 -0
- package/backend/node_modules/mkdirp/package.json +44 -0
- package/backend/node_modules/mkdirp/readme.markdown +266 -0
- package/backend/node_modules/module-details-from-path/LICENSE +21 -0
- package/backend/node_modules/module-details-from-path/README.md +32 -0
- package/backend/node_modules/module-details-from-path/index.js +41 -0
- package/backend/node_modules/module-details-from-path/package.json +47 -0
- package/backend/node_modules/morgan/HISTORY.md +221 -0
- package/backend/node_modules/morgan/LICENSE +23 -0
- package/backend/node_modules/morgan/README.md +436 -0
- package/backend/node_modules/morgan/index.js +544 -0
- package/backend/node_modules/morgan/node_modules/debug/.coveralls.yml +1 -0
- package/backend/node_modules/morgan/node_modules/debug/.eslintrc +11 -0
- package/backend/node_modules/morgan/node_modules/debug/.travis.yml +14 -0
- package/backend/node_modules/morgan/node_modules/debug/CHANGELOG.md +362 -0
- package/backend/node_modules/morgan/node_modules/debug/LICENSE +19 -0
- package/backend/node_modules/morgan/node_modules/debug/Makefile +50 -0
- package/backend/node_modules/morgan/node_modules/debug/README.md +312 -0
- package/backend/node_modules/morgan/node_modules/debug/component.json +19 -0
- package/backend/node_modules/morgan/node_modules/debug/karma.conf.js +70 -0
- package/backend/node_modules/morgan/node_modules/debug/node.js +1 -0
- package/backend/node_modules/morgan/node_modules/debug/package.json +49 -0
- package/backend/node_modules/morgan/node_modules/debug/src/browser.js +185 -0
- package/backend/node_modules/morgan/node_modules/debug/src/debug.js +202 -0
- package/backend/node_modules/morgan/node_modules/debug/src/index.js +10 -0
- package/backend/node_modules/morgan/node_modules/debug/src/inspector-log.js +15 -0
- package/backend/node_modules/morgan/node_modules/debug/src/node.js +248 -0
- package/backend/node_modules/morgan/node_modules/ms/index.js +152 -0
- package/backend/node_modules/morgan/node_modules/ms/license.md +21 -0
- package/backend/node_modules/morgan/node_modules/ms/package.json +37 -0
- package/backend/node_modules/morgan/node_modules/ms/readme.md +51 -0
- package/backend/node_modules/morgan/node_modules/on-finished/HISTORY.md +88 -0
- package/backend/node_modules/morgan/node_modules/on-finished/LICENSE +23 -0
- package/backend/node_modules/morgan/node_modules/on-finished/README.md +154 -0
- package/backend/node_modules/morgan/node_modules/on-finished/index.js +196 -0
- package/backend/node_modules/morgan/node_modules/on-finished/package.json +31 -0
- package/backend/node_modules/morgan/package.json +52 -0
- package/backend/node_modules/ms/index.js +162 -0
- package/backend/node_modules/ms/license.md +21 -0
- package/backend/node_modules/ms/package.json +38 -0
- package/backend/node_modules/ms/readme.md +59 -0
- package/backend/node_modules/mute-stream/LICENSE +15 -0
- package/backend/node_modules/mute-stream/README.md +68 -0
- package/backend/node_modules/mute-stream/mute.js +145 -0
- package/backend/node_modules/mute-stream/package.json +29 -0
- package/backend/node_modules/needle/README.md +593 -0
- package/backend/node_modules/needle/bin/needle +40 -0
- package/backend/node_modules/needle/examples/deflated-stream.js +22 -0
- package/backend/node_modules/needle/examples/digest-auth.js +16 -0
- package/backend/node_modules/needle/examples/download-to-file.js +18 -0
- package/backend/node_modules/needle/examples/multipart-stream.js +25 -0
- package/backend/node_modules/needle/examples/parsed-stream.js +23 -0
- package/backend/node_modules/needle/examples/parsed-stream2.js +21 -0
- package/backend/node_modules/needle/examples/stream-events.js +23 -0
- package/backend/node_modules/needle/examples/stream-to-file.js +14 -0
- package/backend/node_modules/needle/examples/upload-image.js +51 -0
- package/backend/node_modules/needle/lib/auth.js +110 -0
- package/backend/node_modules/needle/lib/cookies.js +79 -0
- package/backend/node_modules/needle/lib/decoder.js +53 -0
- package/backend/node_modules/needle/lib/multipart.js +98 -0
- package/backend/node_modules/needle/lib/needle.js +797 -0
- package/backend/node_modules/needle/lib/parsers.js +120 -0
- package/backend/node_modules/needle/lib/querystring.js +49 -0
- package/backend/node_modules/needle/license.txt +19 -0
- package/backend/node_modules/needle/node_modules/debug/CHANGELOG.md +395 -0
- package/backend/node_modules/needle/node_modules/debug/LICENSE +19 -0
- package/backend/node_modules/needle/node_modules/debug/README.md +437 -0
- package/backend/node_modules/needle/node_modules/debug/node.js +1 -0
- package/backend/node_modules/needle/node_modules/debug/package.json +51 -0
- package/backend/node_modules/needle/node_modules/debug/src/browser.js +180 -0
- package/backend/node_modules/needle/node_modules/debug/src/common.js +249 -0
- package/backend/node_modules/needle/node_modules/debug/src/index.js +12 -0
- package/backend/node_modules/needle/node_modules/debug/src/node.js +177 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/Changelog.md +162 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/LICENSE +21 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/README.md +156 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/dbcs-codec.js +555 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/dbcs-data.js +176 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/index.js +22 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/internal.js +188 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/sbcs-data.js +174 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/gbk-added.json +55 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/utf16.js +177 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/utf7.js +290 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/lib/bom-handling.js +52 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/lib/extend-node.js +217 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/lib/index.d.ts +24 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/lib/index.js +153 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/lib/streams.js +121 -0
- package/backend/node_modules/needle/node_modules/iconv-lite/package.json +46 -0
- package/backend/node_modules/needle/package.json +70 -0
- package/backend/node_modules/needle/test/basic_auth_spec.js +196 -0
- package/backend/node_modules/needle/test/compression_spec.js +94 -0
- package/backend/node_modules/needle/test/cookies_spec.js +305 -0
- package/backend/node_modules/needle/test/decoder_spec.js +86 -0
- package/backend/node_modules/needle/test/errors_spec.js +286 -0
- package/backend/node_modules/needle/test/headers_spec.js +198 -0
- package/backend/node_modules/needle/test/helpers.js +72 -0
- package/backend/node_modules/needle/test/long_string_spec.js +34 -0
- package/backend/node_modules/needle/test/output_spec.js +254 -0
- package/backend/node_modules/needle/test/parsing_spec.js +494 -0
- package/backend/node_modules/needle/test/post_data_spec.js +1021 -0
- package/backend/node_modules/needle/test/proxy_spec.js +202 -0
- package/backend/node_modules/needle/test/querystring_spec.js +128 -0
- package/backend/node_modules/needle/test/redirect_spec.js +392 -0
- package/backend/node_modules/needle/test/redirect_with_timeout.js +45 -0
- package/backend/node_modules/needle/test/request_stream_spec.js +202 -0
- package/backend/node_modules/needle/test/response_stream_spec.js +139 -0
- package/backend/node_modules/needle/test/socket_pool_spec.js +66 -0
- package/backend/node_modules/needle/test/url_spec.js +155 -0
- package/backend/node_modules/needle/test/utils/formidable.js +17 -0
- package/backend/node_modules/needle/test/utils/proxy.js +62 -0
- package/backend/node_modules/needle/test/utils/test.js +104 -0
- package/backend/node_modules/negotiator/HISTORY.md +114 -0
- package/backend/node_modules/negotiator/LICENSE +24 -0
- package/backend/node_modules/negotiator/README.md +212 -0
- package/backend/node_modules/negotiator/index.js +83 -0
- package/backend/node_modules/negotiator/lib/charset.js +169 -0
- package/backend/node_modules/negotiator/lib/encoding.js +205 -0
- package/backend/node_modules/negotiator/lib/language.js +179 -0
- package/backend/node_modules/negotiator/lib/mediaType.js +294 -0
- package/backend/node_modules/negotiator/package.json +43 -0
- package/backend/node_modules/netmask/CHANGELOG.md +60 -0
- package/backend/node_modules/netmask/CREDITS.md +30 -0
- package/backend/node_modules/netmask/README.md +85 -0
- package/backend/node_modules/netmask/example/ipcalc.coffee +17 -0
- package/backend/node_modules/netmask/lib/netmask.coffee +167 -0
- package/backend/node_modules/netmask/lib/netmask.js +208 -0
- package/backend/node_modules/netmask/package.json +36 -0
- package/backend/node_modules/netmask/test/badnets.coffee +53 -0
- package/backend/node_modules/netmask/test/netmasks.coffee +101 -0
- package/backend/node_modules/netmask/tests/netmask.js +103 -0
- package/backend/node_modules/node-addon-api/LICENSE.md +9 -0
- package/backend/node_modules/node-addon-api/README.md +95 -0
- package/backend/node_modules/node-addon-api/common.gypi +21 -0
- package/backend/node_modules/node-addon-api/except.gypi +25 -0
- package/backend/node_modules/node-addon-api/index.js +14 -0
- package/backend/node_modules/node-addon-api/napi-inl.deprecated.h +186 -0
- package/backend/node_modules/node-addon-api/napi-inl.h +7108 -0
- package/backend/node_modules/node-addon-api/napi.h +3327 -0
- package/backend/node_modules/node-addon-api/node_addon_api.gyp +42 -0
- package/backend/node_modules/node-addon-api/node_api.gyp +9 -0
- package/backend/node_modules/node-addon-api/noexcept.gypi +26 -0
- package/backend/node_modules/node-addon-api/nothing.c +0 -0
- package/backend/node_modules/node-addon-api/package-support.json +21 -0
- package/backend/node_modules/node-addon-api/package.json +480 -0
- package/backend/node_modules/node-addon-api/tools/README.md +73 -0
- package/backend/node_modules/node-addon-api/tools/check-napi.js +99 -0
- package/backend/node_modules/node-addon-api/tools/clang-format.js +71 -0
- package/backend/node_modules/node-addon-api/tools/conversion.js +301 -0
- package/backend/node_modules/node-gyp-build/LICENSE +21 -0
- package/backend/node_modules/node-gyp-build/README.md +58 -0
- package/backend/node_modules/node-gyp-build/SECURITY.md +5 -0
- package/backend/node_modules/node-gyp-build/bin.js +84 -0
- package/backend/node_modules/node-gyp-build/build-test.js +19 -0
- package/backend/node_modules/node-gyp-build/index.js +6 -0
- package/backend/node_modules/node-gyp-build/node-gyp-build.js +207 -0
- package/backend/node_modules/node-gyp-build/optional.js +7 -0
- package/backend/node_modules/node-gyp-build/package.json +43 -0
- package/backend/node_modules/nodemon/.prettierrc.json +3 -0
- package/backend/node_modules/nodemon/LICENSE +21 -0
- package/backend/node_modules/nodemon/README.md +439 -0
- package/backend/node_modules/nodemon/bin/nodemon.js +16 -0
- package/backend/node_modules/nodemon/bin/windows-kill.exe +0 -0
- package/backend/node_modules/nodemon/doc/cli/authors.txt +8 -0
- package/backend/node_modules/nodemon/doc/cli/config.txt +44 -0
- package/backend/node_modules/nodemon/doc/cli/help.txt +29 -0
- package/backend/node_modules/nodemon/doc/cli/logo.txt +20 -0
- package/backend/node_modules/nodemon/doc/cli/options.txt +36 -0
- package/backend/node_modules/nodemon/doc/cli/topics.txt +8 -0
- package/backend/node_modules/nodemon/doc/cli/usage.txt +3 -0
- package/backend/node_modules/nodemon/doc/cli/whoami.txt +9 -0
- package/backend/node_modules/nodemon/index.d.ts +124 -0
- package/backend/node_modules/nodemon/jsconfig.json +7 -0
- package/backend/node_modules/nodemon/lib/cli/index.js +49 -0
- package/backend/node_modules/nodemon/lib/cli/parse.js +230 -0
- package/backend/node_modules/nodemon/lib/config/command.js +43 -0
- package/backend/node_modules/nodemon/lib/config/defaults.js +34 -0
- package/backend/node_modules/nodemon/lib/config/exec.js +240 -0
- package/backend/node_modules/nodemon/lib/config/index.js +93 -0
- package/backend/node_modules/nodemon/lib/config/load.js +225 -0
- package/backend/node_modules/nodemon/lib/help/index.js +27 -0
- package/backend/node_modules/nodemon/lib/index.js +1 -0
- package/backend/node_modules/nodemon/lib/monitor/index.js +4 -0
- package/backend/node_modules/nodemon/lib/monitor/match.js +288 -0
- package/backend/node_modules/nodemon/lib/monitor/run.js +562 -0
- package/backend/node_modules/nodemon/lib/monitor/signals.js +34 -0
- package/backend/node_modules/nodemon/lib/monitor/watch.js +244 -0
- package/backend/node_modules/nodemon/lib/nodemon.js +317 -0
- package/backend/node_modules/nodemon/lib/rules/add.js +89 -0
- package/backend/node_modules/nodemon/lib/rules/index.js +53 -0
- package/backend/node_modules/nodemon/lib/rules/parse.js +43 -0
- package/backend/node_modules/nodemon/lib/spawn.js +74 -0
- package/backend/node_modules/nodemon/lib/utils/bus.js +44 -0
- package/backend/node_modules/nodemon/lib/utils/clone.js +40 -0
- package/backend/node_modules/nodemon/lib/utils/colour.js +26 -0
- package/backend/node_modules/nodemon/lib/utils/index.js +103 -0
- package/backend/node_modules/nodemon/lib/utils/log.js +82 -0
- package/backend/node_modules/nodemon/lib/utils/merge.js +47 -0
- package/backend/node_modules/nodemon/lib/version.js +100 -0
- package/backend/node_modules/nodemon/node_modules/has-flag/index.js +8 -0
- package/backend/node_modules/nodemon/node_modules/has-flag/license +9 -0
- package/backend/node_modules/nodemon/node_modules/has-flag/package.json +44 -0
- package/backend/node_modules/nodemon/node_modules/has-flag/readme.md +70 -0
- package/backend/node_modules/nodemon/node_modules/supports-color/browser.js +5 -0
- package/backend/node_modules/nodemon/node_modules/supports-color/index.js +131 -0
- package/backend/node_modules/nodemon/node_modules/supports-color/license +9 -0
- package/backend/node_modules/nodemon/node_modules/supports-color/package.json +53 -0
- package/backend/node_modules/nodemon/node_modules/supports-color/readme.md +66 -0
- package/backend/node_modules/nodemon/package.json +78 -0
- package/backend/node_modules/normalize-path/LICENSE +21 -0
- package/backend/node_modules/normalize-path/README.md +127 -0
- package/backend/node_modules/normalize-path/index.js +35 -0
- package/backend/node_modules/normalize-path/package.json +77 -0
- package/backend/node_modules/object-assign/index.js +90 -0
- package/backend/node_modules/object-assign/license +21 -0
- package/backend/node_modules/object-assign/package.json +42 -0
- package/backend/node_modules/object-assign/readme.md +61 -0
- package/backend/node_modules/object-inspect/.eslintrc +53 -0
- package/backend/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/backend/node_modules/object-inspect/.nycrc +13 -0
- package/backend/node_modules/object-inspect/CHANGELOG.md +424 -0
- package/backend/node_modules/object-inspect/LICENSE +21 -0
- package/backend/node_modules/object-inspect/example/all.js +23 -0
- package/backend/node_modules/object-inspect/example/circular.js +6 -0
- package/backend/node_modules/object-inspect/example/fn.js +5 -0
- package/backend/node_modules/object-inspect/example/inspect.js +10 -0
- package/backend/node_modules/object-inspect/index.js +544 -0
- package/backend/node_modules/object-inspect/package-support.json +20 -0
- package/backend/node_modules/object-inspect/package.json +105 -0
- package/backend/node_modules/object-inspect/readme.markdown +84 -0
- package/backend/node_modules/object-inspect/test/bigint.js +58 -0
- package/backend/node_modules/object-inspect/test/browser/dom.js +15 -0
- package/backend/node_modules/object-inspect/test/circular.js +16 -0
- package/backend/node_modules/object-inspect/test/deep.js +12 -0
- package/backend/node_modules/object-inspect/test/element.js +53 -0
- package/backend/node_modules/object-inspect/test/err.js +48 -0
- package/backend/node_modules/object-inspect/test/fakes.js +29 -0
- package/backend/node_modules/object-inspect/test/fn.js +76 -0
- package/backend/node_modules/object-inspect/test/global.js +17 -0
- package/backend/node_modules/object-inspect/test/has.js +15 -0
- package/backend/node_modules/object-inspect/test/holes.js +15 -0
- package/backend/node_modules/object-inspect/test/indent-option.js +271 -0
- package/backend/node_modules/object-inspect/test/inspect.js +139 -0
- package/backend/node_modules/object-inspect/test/lowbyte.js +12 -0
- package/backend/node_modules/object-inspect/test/number.js +58 -0
- package/backend/node_modules/object-inspect/test/quoteStyle.js +26 -0
- package/backend/node_modules/object-inspect/test/toStringTag.js +40 -0
- package/backend/node_modules/object-inspect/test/undef.js +12 -0
- package/backend/node_modules/object-inspect/test/values.js +261 -0
- package/backend/node_modules/object-inspect/test-core-js.js +26 -0
- package/backend/node_modules/object-inspect/util.inspect.js +1 -0
- package/backend/node_modules/on-finished/HISTORY.md +98 -0
- package/backend/node_modules/on-finished/LICENSE +23 -0
- package/backend/node_modules/on-finished/README.md +162 -0
- package/backend/node_modules/on-finished/index.js +234 -0
- package/backend/node_modules/on-finished/package.json +39 -0
- package/backend/node_modules/on-headers/HISTORY.md +26 -0
- package/backend/node_modules/on-headers/LICENSE +22 -0
- package/backend/node_modules/on-headers/README.md +81 -0
- package/backend/node_modules/on-headers/index.js +180 -0
- package/backend/node_modules/on-headers/package.json +44 -0
- package/backend/node_modules/once/LICENSE +15 -0
- package/backend/node_modules/once/README.md +79 -0
- package/backend/node_modules/once/once.js +42 -0
- package/backend/node_modules/once/package.json +33 -0
- package/backend/node_modules/pac-proxy-agent/LICENSE +22 -0
- package/backend/node_modules/pac-proxy-agent/README.md +27 -0
- package/backend/node_modules/pac-proxy-agent/dist/index.d.ts +60 -0
- package/backend/node_modules/pac-proxy-agent/dist/index.d.ts.map +1 -0
- package/backend/node_modules/pac-proxy-agent/dist/index.js +238 -0
- package/backend/node_modules/pac-proxy-agent/dist/index.js.map +1 -0
- package/backend/node_modules/pac-proxy-agent/package.json +58 -0
- package/backend/node_modules/pac-resolver/LICENSE +22 -0
- package/backend/node_modules/pac-resolver/README.md +59 -0
- package/backend/node_modules/pac-resolver/dist/dateRange.d.ts +67 -0
- package/backend/node_modules/pac-resolver/dist/dateRange.d.ts.map +1 -0
- package/backend/node_modules/pac-resolver/dist/dateRange.js +73 -0
- package/backend/node_modules/pac-resolver/dist/dateRange.js.map +1 -0
- package/backend/node_modules/pac-resolver/dist/dnsDomainIs.d.ts +23 -0
- package/backend/node_modules/pac-resolver/dist/dnsDomainIs.d.ts.map +1 -0
- package/backend/node_modules/pac-resolver/dist/dnsDomainIs.js +30 -0
- package/backend/node_modules/pac-resolver/dist/dnsDomainIs.js.map +1 -0
- package/backend/node_modules/pac-resolver/dist/dnsDomainLevels.d.ts +18 -0
- package/backend/node_modules/pac-resolver/dist/dnsDomainLevels.d.ts.map +1 -0
- package/backend/node_modules/pac-resolver/dist/dnsDomainLevels.js +28 -0
- package/backend/node_modules/pac-resolver/dist/dnsDomainLevels.js.map +1 -0
- package/backend/node_modules/pac-resolver/dist/dnsResolve.d.ts +16 -0
- package/backend/node_modules/pac-resolver/dist/dnsResolve.d.ts.map +1 -0
- package/backend/node_modules/pac-resolver/dist/dnsResolve.js +32 -0
- package/backend/node_modules/pac-resolver/dist/dnsResolve.js.map +1 -0
- package/backend/node_modules/pac-resolver/dist/index.d.ts +50 -0
- package/backend/node_modules/pac-resolver/dist/index.d.ts.map +1 -0
- package/backend/node_modules/pac-resolver/dist/index.js +87 -0
- package/backend/node_modules/pac-resolver/dist/index.js.map +1 -0
- package/backend/node_modules/pac-resolver/dist/ip.d.ts +8 -0
- package/backend/node_modules/pac-resolver/dist/ip.d.ts.map +1 -0
- package/backend/node_modules/pac-resolver/dist/ip.js +50 -0
- package/backend/node_modules/pac-resolver/dist/ip.js.map +1 -0
- package/backend/node_modules/pac-resolver/dist/isInNet.d.ts +24 -0
- package/backend/node_modules/pac-resolver/dist/isInNet.d.ts.map +1 -0
- package/backend/node_modules/pac-resolver/dist/isInNet.js +42 -0
- package/backend/node_modules/pac-resolver/dist/isInNet.js.map +1 -0
- package/backend/node_modules/pac-resolver/dist/isPlainHostName.d.ts +18 -0
- package/backend/node_modules/pac-resolver/dist/isPlainHostName.d.ts.map +1 -0
- package/backend/node_modules/pac-resolver/dist/isPlainHostName.js +23 -0
- package/backend/node_modules/pac-resolver/dist/isPlainHostName.js.map +1 -0
- package/backend/node_modules/pac-resolver/dist/isResolvable.d.ts +8 -0
- package/backend/node_modules/pac-resolver/dist/isResolvable.d.ts.map +1 -0
- package/backend/node_modules/pac-resolver/dist/isResolvable.js +23 -0
- package/backend/node_modules/pac-resolver/dist/isResolvable.js.map +1 -0
- package/backend/node_modules/pac-resolver/dist/localHostOrDomainIs.d.ts +26 -0
- package/backend/node_modules/pac-resolver/dist/localHostOrDomainIs.d.ts.map +1 -0
- package/backend/node_modules/pac-resolver/dist/localHostOrDomainIs.js +40 -0
- package/backend/node_modules/pac-resolver/dist/localHostOrDomainIs.js.map +1 -0
- package/backend/node_modules/pac-resolver/dist/myIpAddress.d.ts +16 -0
- package/backend/node_modules/pac-resolver/dist/myIpAddress.d.ts.map +1 -0
- package/backend/node_modules/pac-resolver/dist/myIpAddress.js +50 -0
- package/backend/node_modules/pac-resolver/dist/myIpAddress.js.map +1 -0
- package/backend/node_modules/pac-resolver/dist/shExpMatch.d.ts +23 -0
- package/backend/node_modules/pac-resolver/dist/shExpMatch.d.ts.map +1 -0
- package/backend/node_modules/pac-resolver/dist/shExpMatch.js +41 -0
- package/backend/node_modules/pac-resolver/dist/shExpMatch.js.map +1 -0
- package/backend/node_modules/pac-resolver/dist/timeRange.d.ts +43 -0
- package/backend/node_modules/pac-resolver/dist/timeRange.d.ts.map +1 -0
- package/backend/node_modules/pac-resolver/dist/timeRange.js +92 -0
- package/backend/node_modules/pac-resolver/dist/timeRange.js.map +1 -0
- package/backend/node_modules/pac-resolver/dist/util.d.ts +6 -0
- package/backend/node_modules/pac-resolver/dist/util.d.ts.map +1 -0
- package/backend/node_modules/pac-resolver/dist/util.js +22 -0
- package/backend/node_modules/pac-resolver/dist/util.js.map +1 -0
- package/backend/node_modules/pac-resolver/dist/weekdayRange.d.ts +45 -0
- package/backend/node_modules/pac-resolver/dist/weekdayRange.d.ts.map +1 -0
- package/backend/node_modules/pac-resolver/dist/weekdayRange.js +91 -0
- package/backend/node_modules/pac-resolver/dist/weekdayRange.js.map +1 -0
- package/backend/node_modules/pac-resolver/package.json +47 -0
- package/backend/node_modules/pako/CHANGELOG.md +90 -0
- package/backend/node_modules/pako/LICENSE +21 -0
- package/backend/node_modules/pako/README.md +176 -0
- package/backend/node_modules/pako/dist/pako.js +6606 -0
- package/backend/node_modules/pako/dist/pako.min.js +3 -0
- package/backend/node_modules/pako/dist/pako_deflate.js +3879 -0
- package/backend/node_modules/pako/dist/pako_deflate.min.js +2 -0
- package/backend/node_modules/pako/dist/pako_inflate.js +3127 -0
- package/backend/node_modules/pako/dist/pako_inflate.min.js +2 -0
- package/backend/node_modules/pako/index.js +14 -0
- package/backend/node_modules/pako/lib/deflate.js +400 -0
- package/backend/node_modules/pako/lib/inflate.js +418 -0
- package/backend/node_modules/pako/lib/utils/common.js +102 -0
- package/backend/node_modules/pako/lib/utils/strings.js +185 -0
- package/backend/node_modules/pako/lib/zlib/adler32.js +32 -0
- package/backend/node_modules/pako/lib/zlib/constants.js +50 -0
- package/backend/node_modules/pako/lib/zlib/crc32.js +41 -0
- package/backend/node_modules/pako/lib/zlib/deflate.js +1855 -0
- package/backend/node_modules/pako/lib/zlib/gzheader.js +40 -0
- package/backend/node_modules/pako/lib/zlib/inffast.js +326 -0
- package/backend/node_modules/pako/lib/zlib/inflate.js +1538 -0
- package/backend/node_modules/pako/lib/zlib/inftrees.js +327 -0
- package/backend/node_modules/pako/lib/zlib/messages.js +13 -0
- package/backend/node_modules/pako/lib/zlib/trees.js +1202 -0
- package/backend/node_modules/pako/lib/zlib/zstream.js +29 -0
- package/backend/node_modules/pako/package.json +40 -0
- package/backend/node_modules/parseurl/HISTORY.md +58 -0
- package/backend/node_modules/parseurl/LICENSE +24 -0
- package/backend/node_modules/parseurl/README.md +133 -0
- package/backend/node_modules/parseurl/index.js +158 -0
- package/backend/node_modules/parseurl/package.json +40 -0
- package/backend/node_modules/path-parse/LICENSE +21 -0
- package/backend/node_modules/path-parse/README.md +42 -0
- package/backend/node_modules/path-parse/index.js +75 -0
- package/backend/node_modules/path-parse/package.json +33 -0
- package/backend/node_modules/path-to-regexp/LICENSE +21 -0
- package/backend/node_modules/path-to-regexp/Readme.md +224 -0
- package/backend/node_modules/path-to-regexp/dist/index.d.ts +144 -0
- package/backend/node_modules/path-to-regexp/dist/index.js +409 -0
- package/backend/node_modules/path-to-regexp/dist/index.js.map +1 -0
- package/backend/node_modules/path-to-regexp/package.json +64 -0
- package/backend/node_modules/picomatch/CHANGELOG.md +136 -0
- package/backend/node_modules/picomatch/LICENSE +21 -0
- package/backend/node_modules/picomatch/README.md +708 -0
- package/backend/node_modules/picomatch/index.js +3 -0
- package/backend/node_modules/picomatch/lib/constants.js +179 -0
- package/backend/node_modules/picomatch/lib/parse.js +1091 -0
- package/backend/node_modules/picomatch/lib/picomatch.js +342 -0
- package/backend/node_modules/picomatch/lib/scan.js +391 -0
- package/backend/node_modules/picomatch/lib/utils.js +64 -0
- package/backend/node_modules/picomatch/package.json +81 -0
- package/backend/node_modules/pidusage/LICENSE +21 -0
- package/backend/node_modules/pidusage/README.md +204 -0
- package/backend/node_modules/pidusage/index.js +43 -0
- package/backend/node_modules/pidusage/lib/bin.js +48 -0
- package/backend/node_modules/pidusage/lib/helpers/cpu.js +91 -0
- package/backend/node_modules/pidusage/lib/helpers/parallel.js +44 -0
- package/backend/node_modules/pidusage/lib/history.js +92 -0
- package/backend/node_modules/pidusage/lib/procfile.js +141 -0
- package/backend/node_modules/pidusage/lib/ps.js +135 -0
- package/backend/node_modules/pidusage/lib/stats.js +95 -0
- package/backend/node_modules/pidusage/lib/wmic.js +133 -0
- package/backend/node_modules/pidusage/package.json +61 -0
- package/backend/node_modules/pm2/.gitattributes +4 -0
- package/backend/node_modules/pm2/.mocharc.js +14 -0
- package/backend/node_modules/pm2/CHANGELOG.md +2416 -0
- package/backend/node_modules/pm2/CONTRIBUTING.md +124 -0
- package/backend/node_modules/pm2/GNU-AGPL-3.0.txt +665 -0
- package/backend/node_modules/pm2/LICENSE +1 -0
- package/backend/node_modules/pm2/README.md +248 -0
- package/backend/node_modules/pm2/bin/pm2 +3 -0
- package/backend/node_modules/pm2/bin/pm2-dev +3 -0
- package/backend/node_modules/pm2/bin/pm2-docker +3 -0
- package/backend/node_modules/pm2/bin/pm2-runtime +3 -0
- package/backend/node_modules/pm2/bin/pm2-windows +3 -0
- package/backend/node_modules/pm2/bin/pm2.ps1 +3 -0
- package/backend/node_modules/pm2/bun.lock +421 -0
- package/backend/node_modules/pm2/constants.js +114 -0
- package/backend/node_modules/pm2/e2e_time +8 -0
- package/backend/node_modules/pm2/index.js +12 -0
- package/backend/node_modules/pm2/lib/API/Configuration.js +212 -0
- package/backend/node_modules/pm2/lib/API/Containerizer.js +335 -0
- package/backend/node_modules/pm2/lib/API/Dashboard.js +459 -0
- package/backend/node_modules/pm2/lib/API/Deploy.js +117 -0
- package/backend/node_modules/pm2/lib/API/Extra.js +775 -0
- package/backend/node_modules/pm2/lib/API/ExtraMgmt/Docker.js +30 -0
- package/backend/node_modules/pm2/lib/API/Log.js +315 -0
- package/backend/node_modules/pm2/lib/API/LogManagement.js +371 -0
- package/backend/node_modules/pm2/lib/API/Modules/LOCAL.js +122 -0
- package/backend/node_modules/pm2/lib/API/Modules/Modularizer.js +148 -0
- package/backend/node_modules/pm2/lib/API/Modules/NPM.js +445 -0
- package/backend/node_modules/pm2/lib/API/Modules/TAR.js +362 -0
- package/backend/node_modules/pm2/lib/API/Modules/flagExt.js +46 -0
- package/backend/node_modules/pm2/lib/API/Modules/index.js +120 -0
- package/backend/node_modules/pm2/lib/API/Monit.js +247 -0
- package/backend/node_modules/pm2/lib/API/Serve.js +343 -0
- package/backend/node_modules/pm2/lib/API/Startup.js +629 -0
- package/backend/node_modules/pm2/lib/API/UX/helpers.js +213 -0
- package/backend/node_modules/pm2/lib/API/UX/index.js +9 -0
- package/backend/node_modules/pm2/lib/API/UX/pm2-describe.js +193 -0
- package/backend/node_modules/pm2/lib/API/UX/pm2-ls-minimal.js +31 -0
- package/backend/node_modules/pm2/lib/API/UX/pm2-ls.js +483 -0
- package/backend/node_modules/pm2/lib/API/Version.js +382 -0
- package/backend/node_modules/pm2/lib/API/interpreter.json +12 -0
- package/backend/node_modules/pm2/lib/API/pm2-plus/PM2IO.js +372 -0
- package/backend/node_modules/pm2/lib/API/pm2-plus/auth-strategies/CliAuth.js +288 -0
- package/backend/node_modules/pm2/lib/API/pm2-plus/auth-strategies/WebAuth.js +187 -0
- package/backend/node_modules/pm2/lib/API/pm2-plus/helpers.js +97 -0
- package/backend/node_modules/pm2/lib/API/pm2-plus/link.js +126 -0
- package/backend/node_modules/pm2/lib/API/pm2-plus/pres/motd +16 -0
- package/backend/node_modules/pm2/lib/API/pm2-plus/pres/motd.update +26 -0
- package/backend/node_modules/pm2/lib/API/pm2-plus/pres/welcome +28 -0
- package/backend/node_modules/pm2/lib/API/pm2-plus/process-selector.js +52 -0
- package/backend/node_modules/pm2/lib/API/schema.json +375 -0
- package/backend/node_modules/pm2/lib/API.js +1929 -0
- package/backend/node_modules/pm2/lib/Client.js +776 -0
- package/backend/node_modules/pm2/lib/Common.js +911 -0
- package/backend/node_modules/pm2/lib/Configuration.js +304 -0
- package/backend/node_modules/pm2/lib/Daemon.js +456 -0
- package/backend/node_modules/pm2/lib/Event.js +37 -0
- package/backend/node_modules/pm2/lib/God/ActionMethods.js +909 -0
- package/backend/node_modules/pm2/lib/God/ClusterMode.js +97 -0
- package/backend/node_modules/pm2/lib/God/ForkMode.js +297 -0
- package/backend/node_modules/pm2/lib/God/Methods.js +265 -0
- package/backend/node_modules/pm2/lib/God/Reload.js +240 -0
- package/backend/node_modules/pm2/lib/God.js +632 -0
- package/backend/node_modules/pm2/lib/HttpInterface.js +76 -0
- package/backend/node_modules/pm2/lib/ProcessContainer.js +305 -0
- package/backend/node_modules/pm2/lib/ProcessContainerBun.js +360 -0
- package/backend/node_modules/pm2/lib/ProcessContainerFork.js +42 -0
- package/backend/node_modules/pm2/lib/ProcessContainerForkBun.js +33 -0
- package/backend/node_modules/pm2/lib/ProcessUtils.js +55 -0
- package/backend/node_modules/pm2/lib/TreeKill.js +118 -0
- package/backend/node_modules/pm2/lib/Utility.js +278 -0
- package/backend/node_modules/pm2/lib/VersionCheck.js +46 -0
- package/backend/node_modules/pm2/lib/Watcher.js +117 -0
- package/backend/node_modules/pm2/lib/Worker.js +169 -0
- package/backend/node_modules/pm2/lib/binaries/CLI.js +1040 -0
- package/backend/node_modules/pm2/lib/binaries/DevCLI.js +183 -0
- package/backend/node_modules/pm2/lib/binaries/Runtime.js +101 -0
- package/backend/node_modules/pm2/lib/binaries/Runtime4Docker.js +192 -0
- package/backend/node_modules/pm2/lib/completion.js +229 -0
- package/backend/node_modules/pm2/lib/completion.sh +40 -0
- package/backend/node_modules/pm2/lib/motd +36 -0
- package/backend/node_modules/pm2/lib/templates/Dockerfiles/Dockerfile-java.tpl +7 -0
- package/backend/node_modules/pm2/lib/templates/Dockerfiles/Dockerfile-nodejs.tpl +8 -0
- package/backend/node_modules/pm2/lib/templates/Dockerfiles/Dockerfile-ruby.tpl +7 -0
- package/backend/node_modules/pm2/lib/templates/ecosystem-es.tpl +24 -0
- package/backend/node_modules/pm2/lib/templates/ecosystem-simple-es.tpl +8 -0
- package/backend/node_modules/pm2/lib/templates/ecosystem-simple.tpl +6 -0
- package/backend/node_modules/pm2/lib/templates/ecosystem.tpl +22 -0
- package/backend/node_modules/pm2/lib/templates/init-scripts/launchd.tpl +35 -0
- package/backend/node_modules/pm2/lib/templates/init-scripts/openrc.tpl +52 -0
- package/backend/node_modules/pm2/lib/templates/init-scripts/pm2-init-amazon.sh +86 -0
- package/backend/node_modules/pm2/lib/templates/init-scripts/rcd-openbsd.tpl +41 -0
- package/backend/node_modules/pm2/lib/templates/init-scripts/rcd.tpl +44 -0
- package/backend/node_modules/pm2/lib/templates/init-scripts/smf.tpl +43 -0
- package/backend/node_modules/pm2/lib/templates/init-scripts/systemd-online.tpl +22 -0
- package/backend/node_modules/pm2/lib/templates/init-scripts/systemd.tpl +22 -0
- package/backend/node_modules/pm2/lib/templates/init-scripts/upstart.tpl +103 -0
- package/backend/node_modules/pm2/lib/templates/logrotate.d/pm2 +10 -0
- package/backend/node_modules/pm2/lib/templates/sample-apps/http-server/README.md +14 -0
- package/backend/node_modules/pm2/lib/templates/sample-apps/http-server/api.js +9 -0
- package/backend/node_modules/pm2/lib/templates/sample-apps/http-server/ecosystem.config.js +14 -0
- package/backend/node_modules/pm2/lib/templates/sample-apps/http-server/package.json +11 -0
- package/backend/node_modules/pm2/lib/templates/sample-apps/pm2-plus-metrics-actions/README.md +45 -0
- package/backend/node_modules/pm2/lib/templates/sample-apps/pm2-plus-metrics-actions/custom-metrics.js +66 -0
- package/backend/node_modules/pm2/lib/templates/sample-apps/pm2-plus-metrics-actions/ecosystem.config.js +12 -0
- package/backend/node_modules/pm2/lib/templates/sample-apps/pm2-plus-metrics-actions/package.json +11 -0
- package/backend/node_modules/pm2/lib/templates/sample-apps/python-app/README.md +4 -0
- package/backend/node_modules/pm2/lib/templates/sample-apps/python-app/echo.py +7 -0
- package/backend/node_modules/pm2/lib/templates/sample-apps/python-app/ecosystem.config.js +12 -0
- package/backend/node_modules/pm2/lib/templates/sample-apps/python-app/package.json +11 -0
- package/backend/node_modules/pm2/lib/tools/Config.js +248 -0
- package/backend/node_modules/pm2/lib/tools/IsAbsolute.js +20 -0
- package/backend/node_modules/pm2/lib/tools/copydirSync.js +101 -0
- package/backend/node_modules/pm2/lib/tools/deleteFolderRecursive.js +19 -0
- package/backend/node_modules/pm2/lib/tools/find-package-json.js +74 -0
- package/backend/node_modules/pm2/lib/tools/fmt.js +72 -0
- package/backend/node_modules/pm2/lib/tools/isbinaryfile.js +94 -0
- package/backend/node_modules/pm2/lib/tools/json5.js +752 -0
- package/backend/node_modules/pm2/lib/tools/open.js +63 -0
- package/backend/node_modules/pm2/lib/tools/passwd.js +58 -0
- package/backend/node_modules/pm2/lib/tools/promise.min.js +1 -0
- package/backend/node_modules/pm2/lib/tools/sexec.js +55 -0
- package/backend/node_modules/pm2/lib/tools/treeify.js +113 -0
- package/backend/node_modules/pm2/lib/tools/which.js +120 -0
- package/backend/node_modules/pm2/lib/tools/xdg-open +861 -0
- package/backend/node_modules/pm2/node_modules/.bin/semver +16 -0
- package/backend/node_modules/pm2/node_modules/.bin/semver.cmd +17 -0
- package/backend/node_modules/pm2/node_modules/.bin/semver.ps1 +28 -0
- package/backend/node_modules/pm2/node_modules/semver/LICENSE +15 -0
- package/backend/node_modules/pm2/node_modules/semver/README.md +664 -0
- package/backend/node_modules/pm2/node_modules/semver/bin/semver.js +191 -0
- package/backend/node_modules/pm2/node_modules/semver/classes/comparator.js +143 -0
- package/backend/node_modules/pm2/node_modules/semver/classes/index.js +7 -0
- package/backend/node_modules/pm2/node_modules/semver/classes/range.js +556 -0
- package/backend/node_modules/pm2/node_modules/semver/classes/semver.js +319 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/clean.js +8 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/cmp.js +54 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/coerce.js +62 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/compare-build.js +9 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/compare-loose.js +5 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/compare.js +7 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/diff.js +60 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/eq.js +5 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/gt.js +5 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/gte.js +5 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/inc.js +21 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/lt.js +5 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/lte.js +5 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/major.js +5 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/minor.js +5 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/neq.js +5 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/parse.js +18 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/patch.js +5 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/prerelease.js +8 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/rcompare.js +5 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/rsort.js +5 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/satisfies.js +12 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/sort.js +5 -0
- package/backend/node_modules/pm2/node_modules/semver/functions/valid.js +8 -0
- package/backend/node_modules/pm2/node_modules/semver/index.js +91 -0
- package/backend/node_modules/pm2/node_modules/semver/internal/constants.js +37 -0
- package/backend/node_modules/pm2/node_modules/semver/internal/debug.js +11 -0
- package/backend/node_modules/pm2/node_modules/semver/internal/identifiers.js +25 -0
- package/backend/node_modules/pm2/node_modules/semver/internal/lrucache.js +42 -0
- package/backend/node_modules/pm2/node_modules/semver/internal/parse-options.js +17 -0
- package/backend/node_modules/pm2/node_modules/semver/internal/re.js +223 -0
- package/backend/node_modules/pm2/node_modules/semver/package.json +78 -0
- package/backend/node_modules/pm2/node_modules/semver/preload.js +4 -0
- package/backend/node_modules/pm2/node_modules/semver/range.bnf +16 -0
- package/backend/node_modules/pm2/node_modules/semver/ranges/gtr.js +6 -0
- package/backend/node_modules/pm2/node_modules/semver/ranges/intersects.js +9 -0
- package/backend/node_modules/pm2/node_modules/semver/ranges/ltr.js +6 -0
- package/backend/node_modules/pm2/node_modules/semver/ranges/max-satisfying.js +27 -0
- package/backend/node_modules/pm2/node_modules/semver/ranges/min-satisfying.js +26 -0
- package/backend/node_modules/pm2/node_modules/semver/ranges/min-version.js +63 -0
- package/backend/node_modules/pm2/node_modules/semver/ranges/outside.js +82 -0
- package/backend/node_modules/pm2/node_modules/semver/ranges/simplify.js +49 -0
- package/backend/node_modules/pm2/node_modules/semver/ranges/subset.js +249 -0
- package/backend/node_modules/pm2/node_modules/semver/ranges/to-comparators.js +10 -0
- package/backend/node_modules/pm2/node_modules/semver/ranges/valid.js +13 -0
- package/backend/node_modules/pm2/package.json +219 -0
- package/backend/node_modules/pm2/paths.js +91 -0
- package/backend/node_modules/pm2/pm2 +11 -0
- package/backend/node_modules/pm2/preinstall.js +24 -0
- package/backend/node_modules/pm2/run.sh +9 -0
- package/backend/node_modules/pm2/types/index.d.ts +722 -0
- package/backend/node_modules/pm2/types/tsconfig.json +14 -0
- package/backend/node_modules/pm2/unit_time +35 -0
- package/backend/node_modules/pm2-axon/History.md +148 -0
- package/backend/node_modules/pm2-axon/LICENSE +22 -0
- package/backend/node_modules/pm2-axon/Readme.md +361 -0
- package/backend/node_modules/pm2-axon/index.js +2 -0
- package/backend/node_modules/pm2-axon/lib/configurable/History.md +5 -0
- package/backend/node_modules/pm2-axon/lib/configurable/Makefile +7 -0
- package/backend/node_modules/pm2-axon/lib/configurable/Readme.md +57 -0
- package/backend/node_modules/pm2-axon/lib/configurable/index.js +2 -0
- package/backend/node_modules/pm2-axon/lib/configurable/lib/configurable.js +47 -0
- package/backend/node_modules/pm2-axon/lib/configurable/package.json +68 -0
- package/backend/node_modules/pm2-axon/lib/index.js +44 -0
- package/backend/node_modules/pm2-axon/lib/plugins/queue.js +71 -0
- package/backend/node_modules/pm2-axon/lib/plugins/round-robin.js +55 -0
- package/backend/node_modules/pm2-axon/lib/sockets/pub-emitter.js +26 -0
- package/backend/node_modules/pm2-axon/lib/sockets/pub.js +77 -0
- package/backend/node_modules/pm2-axon/lib/sockets/pull.js +37 -0
- package/backend/node_modules/pm2-axon/lib/sockets/push.js +32 -0
- package/backend/node_modules/pm2-axon/lib/sockets/rep.js +73 -0
- package/backend/node_modules/pm2-axon/lib/sockets/req.js +101 -0
- package/backend/node_modules/pm2-axon/lib/sockets/sock.js +415 -0
- package/backend/node_modules/pm2-axon/lib/sockets/sub-emitter.js +92 -0
- package/backend/node_modules/pm2-axon/lib/sockets/sub.js +148 -0
- package/backend/node_modules/pm2-axon/lib/utils.js +19 -0
- package/backend/node_modules/pm2-axon/package.json +46 -0
- package/backend/node_modules/pm2-axon-rpc/.travis.yml +6 -0
- package/backend/node_modules/pm2-axon-rpc/History.md +19 -0
- package/backend/node_modules/pm2-axon-rpc/Makefile +6 -0
- package/backend/node_modules/pm2-axon-rpc/Readme.md +132 -0
- package/backend/node_modules/pm2-axon-rpc/example.js +16 -0
- package/backend/node_modules/pm2-axon-rpc/index.js +3 -0
- package/backend/node_modules/pm2-axon-rpc/lib/client.js +63 -0
- package/backend/node_modules/pm2-axon-rpc/lib/server.js +139 -0
- package/backend/node_modules/pm2-axon-rpc/package.json +38 -0
- package/backend/node_modules/pm2-deploy/LICENSE +19 -0
- package/backend/node_modules/pm2-deploy/README.md +85 -0
- package/backend/node_modules/pm2-deploy/deploy +376 -0
- package/backend/node_modules/pm2-deploy/deploy.js +149 -0
- package/backend/node_modules/pm2-deploy/package.json +41 -0
- package/backend/node_modules/pm2-multimeter/README.markdown +106 -0
- package/backend/node_modules/pm2-multimeter/example/drop.js +23 -0
- package/backend/node_modules/pm2-multimeter/example/multibar.js +47 -0
- package/backend/node_modules/pm2-multimeter/example/multirel.js +52 -0
- package/backend/node_modules/pm2-multimeter/example/single.js +11 -0
- package/backend/node_modules/pm2-multimeter/example/sum.js +37 -0
- package/backend/node_modules/pm2-multimeter/example/web_multibar.js +55 -0
- package/backend/node_modules/pm2-multimeter/example/web_multirel.js +60 -0
- package/backend/node_modules/pm2-multimeter/example/web_sum.js +45 -0
- package/backend/node_modules/pm2-multimeter/index.js +76 -0
- package/backend/node_modules/pm2-multimeter/lib/bar.js +111 -0
- package/backend/node_modules/pm2-multimeter/package.json +34 -0
- package/backend/node_modules/pm2-sysmonit/LICENSE-APACHE.txt +174 -0
- package/backend/node_modules/pm2-sysmonit/README.md +8 -0
- package/backend/node_modules/pm2-sysmonit/index.js +115 -0
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/CHANGELOG.md +85 -0
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/LICENSE +21 -0
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/README.md +189 -0
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/index.js +38 -0
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/bin.js +48 -0
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/helpers/cpu.js +87 -0
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/helpers/parallel.js +44 -0
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/history.js +92 -0
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/procfile.js +141 -0
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/ps.js +128 -0
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/stats.js +87 -0
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/wmic.js +132 -0
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/package.json +62 -0
- package/backend/node_modules/pm2-sysmonit/package.json +23 -0
- package/backend/node_modules/pm2-sysmonit/src/MeanCalc.js +26 -0
- package/backend/node_modules/pm2-sysmonit/src/SystemInfos.js +604 -0
- package/backend/node_modules/pm2-sysmonit/src/fastlist.exe +0 -0
- package/backend/node_modules/pm2-sysmonit/src/pm2.js +83 -0
- package/backend/node_modules/pm2-sysmonit/src/psList.js +63 -0
- package/backend/node_modules/promptly/.editorconfig +15 -0
- package/backend/node_modules/promptly/.jshintrc +63 -0
- package/backend/node_modules/promptly/.travis.yml +6 -0
- package/backend/node_modules/promptly/LICENSE +19 -0
- package/backend/node_modules/promptly/README.md +178 -0
- package/backend/node_modules/promptly/index.js +197 -0
- package/backend/node_modules/promptly/package.json +34 -0
- package/backend/node_modules/promptly/test/test.js +390 -0
- package/backend/node_modules/proxy-addr/HISTORY.md +161 -0
- package/backend/node_modules/proxy-addr/LICENSE +22 -0
- package/backend/node_modules/proxy-addr/README.md +139 -0
- package/backend/node_modules/proxy-addr/index.js +327 -0
- package/backend/node_modules/proxy-addr/package.json +47 -0
- package/backend/node_modules/proxy-agent/LICENSE +22 -0
- package/backend/node_modules/proxy-agent/README.md +59 -0
- package/backend/node_modules/proxy-agent/dist/index.d.ts +60 -0
- package/backend/node_modules/proxy-agent/dist/index.d.ts.map +1 -0
- package/backend/node_modules/proxy-agent/dist/index.js +134 -0
- package/backend/node_modules/proxy-agent/dist/index.js.map +1 -0
- package/backend/node_modules/proxy-agent/package.json +60 -0
- package/backend/node_modules/proxy-from-env/.eslintrc +29 -0
- package/backend/node_modules/proxy-from-env/.travis.yml +10 -0
- package/backend/node_modules/proxy-from-env/LICENSE +20 -0
- package/backend/node_modules/proxy-from-env/README.md +131 -0
- package/backend/node_modules/proxy-from-env/index.js +108 -0
- package/backend/node_modules/proxy-from-env/package.json +34 -0
- package/backend/node_modules/proxy-from-env/test.js +483 -0
- package/backend/node_modules/pstree.remy/.travis.yml +8 -0
- package/backend/node_modules/pstree.remy/LICENSE +7 -0
- package/backend/node_modules/pstree.remy/README.md +26 -0
- package/backend/node_modules/pstree.remy/lib/index.js +37 -0
- package/backend/node_modules/pstree.remy/lib/tree.js +37 -0
- package/backend/node_modules/pstree.remy/lib/utils.js +53 -0
- package/backend/node_modules/pstree.remy/package.json +33 -0
- package/backend/node_modules/pstree.remy/tests/fixtures/index.js +13 -0
- package/backend/node_modules/pstree.remy/tests/fixtures/out1 +10 -0
- package/backend/node_modules/pstree.remy/tests/fixtures/out2 +29 -0
- package/backend/node_modules/pstree.remy/tests/index.test.js +51 -0
- package/backend/node_modules/qs/.editorconfig +46 -0
- package/backend/node_modules/qs/.github/FUNDING.yml +12 -0
- package/backend/node_modules/qs/.github/SECURITY.md +11 -0
- package/backend/node_modules/qs/.github/THREAT_MODEL.md +78 -0
- package/backend/node_modules/qs/.nycrc +13 -0
- package/backend/node_modules/qs/CHANGELOG.md +806 -0
- package/backend/node_modules/qs/LICENSE.md +29 -0
- package/backend/node_modules/qs/README.md +758 -0
- package/backend/node_modules/qs/dist/qs.js +141 -0
- package/backend/node_modules/qs/eslint.config.mjs +56 -0
- package/backend/node_modules/qs/lib/formats.js +23 -0
- package/backend/node_modules/qs/lib/index.js +11 -0
- package/backend/node_modules/qs/lib/parse.js +373 -0
- package/backend/node_modules/qs/lib/stringify.js +356 -0
- package/backend/node_modules/qs/lib/utils.js +342 -0
- package/backend/node_modules/qs/package.json +94 -0
- package/backend/node_modules/qs/test/empty-keys-cases.js +267 -0
- package/backend/node_modules/qs/test/parse.js +1568 -0
- package/backend/node_modules/qs/test/stringify.js +1310 -0
- package/backend/node_modules/qs/test/utils.js +404 -0
- package/backend/node_modules/range-parser/HISTORY.md +56 -0
- package/backend/node_modules/range-parser/LICENSE +23 -0
- package/backend/node_modules/range-parser/README.md +84 -0
- package/backend/node_modules/range-parser/index.js +162 -0
- package/backend/node_modules/range-parser/package.json +44 -0
- package/backend/node_modules/raw-body/LICENSE +22 -0
- package/backend/node_modules/raw-body/README.md +223 -0
- package/backend/node_modules/raw-body/index.d.ts +85 -0
- package/backend/node_modules/raw-body/index.js +336 -0
- package/backend/node_modules/raw-body/package.json +46 -0
- package/backend/node_modules/read/LICENSE +15 -0
- package/backend/node_modules/read/README.md +53 -0
- package/backend/node_modules/read/lib/read.js +113 -0
- package/backend/node_modules/read/package.json +27 -0
- package/backend/node_modules/readdirp/LICENSE +21 -0
- package/backend/node_modules/readdirp/README.md +122 -0
- package/backend/node_modules/readdirp/index.d.ts +43 -0
- package/backend/node_modules/readdirp/index.js +287 -0
- package/backend/node_modules/readdirp/package.json +122 -0
- package/backend/node_modules/require-in-the-middle/LICENSE +21 -0
- package/backend/node_modules/require-in-the-middle/README.md +79 -0
- package/backend/node_modules/require-in-the-middle/index.js +196 -0
- package/backend/node_modules/require-in-the-middle/package.json +55 -0
- package/backend/node_modules/resolve/.editorconfig +37 -0
- package/backend/node_modules/resolve/.eslintrc +65 -0
- package/backend/node_modules/resolve/.github/FUNDING.yml +12 -0
- package/backend/node_modules/resolve/.github/INCIDENT_RESPONSE_PROCESS.md +119 -0
- package/backend/node_modules/resolve/.github/THREAT_MODEL.md +74 -0
- package/backend/node_modules/resolve/LICENSE +21 -0
- package/backend/node_modules/resolve/SECURITY.md +11 -0
- package/backend/node_modules/resolve/async.js +3 -0
- package/backend/node_modules/resolve/bin/resolve +50 -0
- package/backend/node_modules/resolve/example/async.js +5 -0
- package/backend/node_modules/resolve/example/sync.js +3 -0
- package/backend/node_modules/resolve/index.js +6 -0
- package/backend/node_modules/resolve/lib/async.js +333 -0
- package/backend/node_modules/resolve/lib/caller.js +8 -0
- package/backend/node_modules/resolve/lib/core.js +12 -0
- package/backend/node_modules/resolve/lib/core.json +162 -0
- package/backend/node_modules/resolve/lib/homedir.js +24 -0
- package/backend/node_modules/resolve/lib/is-core.js +5 -0
- package/backend/node_modules/resolve/lib/node-modules-paths.js +45 -0
- package/backend/node_modules/resolve/lib/normalize-options.js +10 -0
- package/backend/node_modules/resolve/lib/sync.js +212 -0
- package/backend/node_modules/resolve/package.json +75 -0
- package/backend/node_modules/resolve/readme.markdown +301 -0
- package/backend/node_modules/resolve/sync.js +3 -0
- package/backend/node_modules/resolve/test/core.js +88 -0
- package/backend/node_modules/resolve/test/dotdot/abc/index.js +2 -0
- package/backend/node_modules/resolve/test/dotdot/index.js +1 -0
- package/backend/node_modules/resolve/test/dotdot.js +29 -0
- package/backend/node_modules/resolve/test/faulty_basedir.js +29 -0
- package/backend/node_modules/resolve/test/filter.js +34 -0
- package/backend/node_modules/resolve/test/filter_sync.js +33 -0
- package/backend/node_modules/resolve/test/home_paths.js +127 -0
- package/backend/node_modules/resolve/test/home_paths_sync.js +114 -0
- package/backend/node_modules/resolve/test/mock.js +315 -0
- package/backend/node_modules/resolve/test/mock_sync.js +214 -0
- package/backend/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +1 -0
- package/backend/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +1 -0
- package/backend/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +1 -0
- package/backend/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +3 -0
- package/backend/node_modules/resolve/test/module_dir.js +56 -0
- package/backend/node_modules/resolve/test/node-modules-paths.js +143 -0
- package/backend/node_modules/resolve/test/node_path/x/aaa/index.js +1 -0
- package/backend/node_modules/resolve/test/node_path/x/ccc/index.js +1 -0
- package/backend/node_modules/resolve/test/node_path/y/bbb/index.js +1 -0
- package/backend/node_modules/resolve/test/node_path/y/ccc/index.js +1 -0
- package/backend/node_modules/resolve/test/node_path.js +70 -0
- package/backend/node_modules/resolve/test/nonstring.js +9 -0
- package/backend/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
- package/backend/node_modules/resolve/test/pathfilter.js +75 -0
- package/backend/node_modules/resolve/test/precedence/aaa/index.js +1 -0
- package/backend/node_modules/resolve/test/precedence/aaa/main.js +1 -0
- package/backend/node_modules/resolve/test/precedence/aaa.js +1 -0
- package/backend/node_modules/resolve/test/precedence/bbb/main.js +1 -0
- package/backend/node_modules/resolve/test/precedence/bbb.js +1 -0
- package/backend/node_modules/resolve/test/precedence.js +23 -0
- package/backend/node_modules/resolve/test/resolver/baz/doom.js +0 -0
- package/backend/node_modules/resolve/test/resolver/baz/package.json +4 -0
- package/backend/node_modules/resolve/test/resolver/baz/quux.js +1 -0
- package/backend/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
- package/backend/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
- package/backend/node_modules/resolve/test/resolver/browser_field/package.json +5 -0
- package/backend/node_modules/resolve/test/resolver/cup.coffee +1 -0
- package/backend/node_modules/resolve/test/resolver/dot_main/index.js +1 -0
- package/backend/node_modules/resolve/test/resolver/dot_main/package.json +3 -0
- package/backend/node_modules/resolve/test/resolver/dot_slash_main/index.js +1 -0
- package/backend/node_modules/resolve/test/resolver/dot_slash_main/package.json +3 -0
- package/backend/node_modules/resolve/test/resolver/false_main/index.js +0 -0
- package/backend/node_modules/resolve/test/resolver/false_main/package.json +4 -0
- package/backend/node_modules/resolve/test/resolver/foo.js +1 -0
- package/backend/node_modules/resolve/test/resolver/incorrect_main/index.js +2 -0
- package/backend/node_modules/resolve/test/resolver/incorrect_main/package.json +3 -0
- package/backend/node_modules/resolve/test/resolver/invalid_main/package.json +7 -0
- package/backend/node_modules/resolve/test/resolver/mug.coffee +0 -0
- package/backend/node_modules/resolve/test/resolver/mug.js +0 -0
- package/backend/node_modules/resolve/test/resolver/multirepo/lerna.json +6 -0
- package/backend/node_modules/resolve/test/resolver/multirepo/package.json +20 -0
- package/backend/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +35 -0
- package/backend/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +14 -0
- package/backend/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
- package/backend/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +14 -0
- package/backend/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +26 -0
- package/backend/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +15 -0
- package/backend/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +12 -0
- package/backend/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
- package/backend/node_modules/resolve/test/resolver/other_path/root.js +0 -0
- package/backend/node_modules/resolve/test/resolver/quux/foo/index.js +1 -0
- package/backend/node_modules/resolve/test/resolver/same_names/foo/index.js +1 -0
- package/backend/node_modules/resolve/test/resolver/same_names/foo.js +1 -0
- package/backend/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
- package/backend/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
- package/backend/node_modules/resolve/test/resolver/symlinked/package/bar.js +1 -0
- package/backend/node_modules/resolve/test/resolver/symlinked/package/package.json +3 -0
- package/backend/node_modules/resolve/test/resolver/without_basedir/main.js +5 -0
- package/backend/node_modules/resolve/test/resolver.js +597 -0
- package/backend/node_modules/resolve/test/resolver_sync.js +730 -0
- package/backend/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
- package/backend/node_modules/resolve/test/shadowed_core.js +54 -0
- package/backend/node_modules/resolve/test/subdirs.js +13 -0
- package/backend/node_modules/resolve/test/symlinks.js +176 -0
- package/backend/node_modules/router/HISTORY.md +228 -0
- package/backend/node_modules/router/LICENSE +23 -0
- package/backend/node_modules/router/README.md +416 -0
- package/backend/node_modules/router/index.js +748 -0
- package/backend/node_modules/router/lib/layer.js +247 -0
- package/backend/node_modules/router/lib/route.js +242 -0
- package/backend/node_modules/router/package.json +44 -0
- package/backend/node_modules/run-series/LICENSE +20 -0
- package/backend/node_modules/run-series/README.md +78 -0
- package/backend/node_modules/run-series/index.js +27 -0
- package/backend/node_modules/run-series/package.json +56 -0
- package/backend/node_modules/safe-buffer/LICENSE +21 -0
- package/backend/node_modules/safe-buffer/README.md +584 -0
- package/backend/node_modules/safe-buffer/index.d.ts +187 -0
- package/backend/node_modules/safe-buffer/index.js +65 -0
- package/backend/node_modules/safe-buffer/package.json +51 -0
- package/backend/node_modules/safer-buffer/LICENSE +21 -0
- package/backend/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/backend/node_modules/safer-buffer/Readme.md +156 -0
- package/backend/node_modules/safer-buffer/dangerous.js +58 -0
- package/backend/node_modules/safer-buffer/package.json +34 -0
- package/backend/node_modules/safer-buffer/safer.js +77 -0
- package/backend/node_modules/safer-buffer/tests.js +406 -0
- package/backend/node_modules/sax/LICENSE.md +55 -0
- package/backend/node_modules/sax/README.md +227 -0
- package/backend/node_modules/sax/lib/sax.js +1704 -0
- package/backend/node_modules/sax/package.json +31 -0
- package/backend/node_modules/semver/LICENSE +15 -0
- package/backend/node_modules/semver/README.md +665 -0
- package/backend/node_modules/semver/bin/semver.js +191 -0
- package/backend/node_modules/semver/classes/comparator.js +143 -0
- package/backend/node_modules/semver/classes/index.js +7 -0
- package/backend/node_modules/semver/classes/range.js +557 -0
- package/backend/node_modules/semver/classes/semver.js +333 -0
- package/backend/node_modules/semver/functions/clean.js +8 -0
- package/backend/node_modules/semver/functions/cmp.js +54 -0
- package/backend/node_modules/semver/functions/coerce.js +62 -0
- package/backend/node_modules/semver/functions/compare-build.js +9 -0
- package/backend/node_modules/semver/functions/compare-loose.js +5 -0
- package/backend/node_modules/semver/functions/compare.js +7 -0
- package/backend/node_modules/semver/functions/diff.js +60 -0
- package/backend/node_modules/semver/functions/eq.js +5 -0
- package/backend/node_modules/semver/functions/gt.js +5 -0
- package/backend/node_modules/semver/functions/gte.js +5 -0
- package/backend/node_modules/semver/functions/inc.js +21 -0
- package/backend/node_modules/semver/functions/lt.js +5 -0
- package/backend/node_modules/semver/functions/lte.js +5 -0
- package/backend/node_modules/semver/functions/major.js +5 -0
- package/backend/node_modules/semver/functions/minor.js +5 -0
- package/backend/node_modules/semver/functions/neq.js +5 -0
- package/backend/node_modules/semver/functions/parse.js +18 -0
- package/backend/node_modules/semver/functions/patch.js +5 -0
- package/backend/node_modules/semver/functions/prerelease.js +8 -0
- package/backend/node_modules/semver/functions/rcompare.js +5 -0
- package/backend/node_modules/semver/functions/rsort.js +5 -0
- package/backend/node_modules/semver/functions/satisfies.js +12 -0
- package/backend/node_modules/semver/functions/sort.js +5 -0
- package/backend/node_modules/semver/functions/valid.js +8 -0
- package/backend/node_modules/semver/index.js +91 -0
- package/backend/node_modules/semver/internal/constants.js +37 -0
- package/backend/node_modules/semver/internal/debug.js +11 -0
- package/backend/node_modules/semver/internal/identifiers.js +29 -0
- package/backend/node_modules/semver/internal/lrucache.js +42 -0
- package/backend/node_modules/semver/internal/parse-options.js +17 -0
- package/backend/node_modules/semver/internal/re.js +223 -0
- package/backend/node_modules/semver/package.json +78 -0
- package/backend/node_modules/semver/preload.js +4 -0
- package/backend/node_modules/semver/range.bnf +16 -0
- package/backend/node_modules/semver/ranges/gtr.js +6 -0
- package/backend/node_modules/semver/ranges/intersects.js +9 -0
- package/backend/node_modules/semver/ranges/ltr.js +6 -0
- package/backend/node_modules/semver/ranges/max-satisfying.js +27 -0
- package/backend/node_modules/semver/ranges/min-satisfying.js +26 -0
- package/backend/node_modules/semver/ranges/min-version.js +63 -0
- package/backend/node_modules/semver/ranges/outside.js +82 -0
- package/backend/node_modules/semver/ranges/simplify.js +49 -0
- package/backend/node_modules/semver/ranges/subset.js +249 -0
- package/backend/node_modules/semver/ranges/to-comparators.js +10 -0
- package/backend/node_modules/semver/ranges/valid.js +13 -0
- package/backend/node_modules/send/LICENSE +23 -0
- package/backend/node_modules/send/README.md +317 -0
- package/backend/node_modules/send/index.js +997 -0
- package/backend/node_modules/send/package.json +63 -0
- package/backend/node_modules/serve-static/LICENSE +25 -0
- package/backend/node_modules/serve-static/README.md +253 -0
- package/backend/node_modules/serve-static/index.js +208 -0
- package/backend/node_modules/serve-static/package.json +44 -0
- package/backend/node_modules/setprototypeof/LICENSE +13 -0
- package/backend/node_modules/setprototypeof/README.md +31 -0
- package/backend/node_modules/setprototypeof/index.d.ts +2 -0
- package/backend/node_modules/setprototypeof/index.js +17 -0
- package/backend/node_modules/setprototypeof/package.json +38 -0
- package/backend/node_modules/setprototypeof/test/index.js +24 -0
- package/backend/node_modules/shimmer/.travis.yml +7 -0
- package/backend/node_modules/shimmer/LICENSE +25 -0
- package/backend/node_modules/shimmer/README.md +80 -0
- package/backend/node_modules/shimmer/index.js +121 -0
- package/backend/node_modules/shimmer/package.json +28 -0
- package/backend/node_modules/shimmer/test/init.tap.js +48 -0
- package/backend/node_modules/shimmer/test/massUnwrap.tap.js +121 -0
- package/backend/node_modules/shimmer/test/massWrap.tap.js +174 -0
- package/backend/node_modules/shimmer/test/unwrap.tap.js +101 -0
- package/backend/node_modules/shimmer/test/wrap.tap.js +148 -0
- package/backend/node_modules/side-channel/.editorconfig +9 -0
- package/backend/node_modules/side-channel/.eslintrc +12 -0
- package/backend/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/backend/node_modules/side-channel/.nycrc +13 -0
- package/backend/node_modules/side-channel/CHANGELOG.md +110 -0
- package/backend/node_modules/side-channel/LICENSE +21 -0
- package/backend/node_modules/side-channel/README.md +61 -0
- package/backend/node_modules/side-channel/index.d.ts +14 -0
- package/backend/node_modules/side-channel/index.js +43 -0
- package/backend/node_modules/side-channel/package.json +85 -0
- package/backend/node_modules/side-channel/test/index.js +104 -0
- package/backend/node_modules/side-channel/tsconfig.json +9 -0
- package/backend/node_modules/side-channel-list/.editorconfig +9 -0
- package/backend/node_modules/side-channel-list/.eslintrc +11 -0
- package/backend/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/backend/node_modules/side-channel-list/.nycrc +13 -0
- package/backend/node_modules/side-channel-list/CHANGELOG.md +15 -0
- package/backend/node_modules/side-channel-list/LICENSE +21 -0
- package/backend/node_modules/side-channel-list/README.md +62 -0
- package/backend/node_modules/side-channel-list/index.d.ts +13 -0
- package/backend/node_modules/side-channel-list/index.js +113 -0
- package/backend/node_modules/side-channel-list/list.d.ts +14 -0
- package/backend/node_modules/side-channel-list/package.json +77 -0
- package/backend/node_modules/side-channel-list/test/index.js +104 -0
- package/backend/node_modules/side-channel-list/tsconfig.json +9 -0
- package/backend/node_modules/side-channel-map/.editorconfig +9 -0
- package/backend/node_modules/side-channel-map/.eslintrc +11 -0
- package/backend/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/backend/node_modules/side-channel-map/.nycrc +13 -0
- package/backend/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/backend/node_modules/side-channel-map/LICENSE +21 -0
- package/backend/node_modules/side-channel-map/README.md +62 -0
- package/backend/node_modules/side-channel-map/index.d.ts +15 -0
- package/backend/node_modules/side-channel-map/index.js +68 -0
- package/backend/node_modules/side-channel-map/package.json +80 -0
- package/backend/node_modules/side-channel-map/test/index.js +114 -0
- package/backend/node_modules/side-channel-map/tsconfig.json +9 -0
- package/backend/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/backend/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/backend/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/backend/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/backend/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/backend/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/backend/node_modules/side-channel-weakmap/README.md +62 -0
- package/backend/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/backend/node_modules/side-channel-weakmap/index.js +84 -0
- package/backend/node_modules/side-channel-weakmap/package.json +87 -0
- package/backend/node_modules/side-channel-weakmap/test/index.js +114 -0
- package/backend/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/backend/node_modules/signal-exit/LICENSE.txt +16 -0
- package/backend/node_modules/signal-exit/README.md +39 -0
- package/backend/node_modules/signal-exit/index.js +202 -0
- package/backend/node_modules/signal-exit/package.json +38 -0
- package/backend/node_modules/signal-exit/signals.js +53 -0
- package/backend/node_modules/simple-git/dist/cjs/index.js +4969 -0
- package/backend/node_modules/simple-git/dist/cjs/index.js.map +7 -0
- package/backend/node_modules/simple-git/dist/esm/index.js +4820 -0
- package/backend/node_modules/simple-git/dist/esm/index.js.map +7 -0
- package/backend/node_modules/simple-git/dist/esm/package.json +3 -0
- package/backend/node_modules/simple-git/dist/src/lib/api.d.ts +13 -0
- package/backend/node_modules/simple-git/dist/src/lib/args/log-format.d.ts +9 -0
- package/backend/node_modules/simple-git/dist/src/lib/args/pathspec.d.ts +3 -0
- package/backend/node_modules/simple-git/dist/src/lib/errors/git-construct-error.d.ts +15 -0
- package/backend/node_modules/simple-git/dist/src/lib/errors/git-error.d.ts +30 -0
- package/backend/node_modules/simple-git/dist/src/lib/errors/git-plugin-error.d.ts +7 -0
- package/backend/node_modules/simple-git/dist/src/lib/errors/git-response-error.d.ts +32 -0
- package/backend/node_modules/simple-git/dist/src/lib/errors/task-configuration-error.d.ts +12 -0
- package/backend/node_modules/simple-git/dist/src/lib/git-factory.d.ts +15 -0
- package/backend/node_modules/simple-git/dist/src/lib/git-logger.d.ts +21 -0
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-branch-delete.d.ts +5 -0
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-branch.d.ts +2 -0
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-commit.d.ts +2 -0
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-diff-summary.d.ts +3 -0
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-fetch.d.ts +2 -0
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-list-log-summary.d.ts +6 -0
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-merge.d.ts +11 -0
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-move.d.ts +2 -0
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-pull.d.ts +6 -0
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-push.d.ts +4 -0
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-remote-messages.d.ts +5 -0
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-remote-objects.d.ts +3 -0
- package/backend/node_modules/simple-git/dist/src/lib/plugins/abort-plugin.d.ts +3 -0
- package/backend/node_modules/simple-git/dist/src/lib/plugins/block-unsafe-operations-plugin.d.ts +3 -0
- package/backend/node_modules/simple-git/dist/src/lib/plugins/command-config-prefixing-plugin.d.ts +2 -0
- package/backend/node_modules/simple-git/dist/src/lib/plugins/completion-detection.plugin.d.ts +3 -0
- package/backend/node_modules/simple-git/dist/src/lib/plugins/custom-binary.plugin.d.ts +3 -0
- package/backend/node_modules/simple-git/dist/src/lib/plugins/error-detection.plugin.d.ts +7 -0
- package/backend/node_modules/simple-git/dist/src/lib/plugins/index.d.ts +11 -0
- package/backend/node_modules/simple-git/dist/src/lib/plugins/plugin-store.d.ts +11 -0
- package/backend/node_modules/simple-git/dist/src/lib/plugins/progress-monitor-plugin.d.ts +3 -0
- package/backend/node_modules/simple-git/dist/src/lib/plugins/simple-git-plugin.d.ts +46 -0
- package/backend/node_modules/simple-git/dist/src/lib/plugins/spawn-options-plugin.d.ts +3 -0
- package/backend/node_modules/simple-git/dist/src/lib/plugins/suffix-paths.plugin.d.ts +2 -0
- package/backend/node_modules/simple-git/dist/src/lib/plugins/timout-plugin.d.ts +3 -0
- package/backend/node_modules/simple-git/dist/src/lib/responses/BranchDeleteSummary.d.ts +12 -0
- package/backend/node_modules/simple-git/dist/src/lib/responses/BranchSummary.d.ts +14 -0
- package/backend/node_modules/simple-git/dist/src/lib/responses/CheckIgnore.d.ts +4 -0
- package/backend/node_modules/simple-git/dist/src/lib/responses/CleanSummary.d.ts +9 -0
- package/backend/node_modules/simple-git/dist/src/lib/responses/ConfigList.d.ts +13 -0
- package/backend/node_modules/simple-git/dist/src/lib/responses/DiffSummary.d.ts +10 -0
- package/backend/node_modules/simple-git/dist/src/lib/responses/FileStatusSummary.d.ts +9 -0
- package/backend/node_modules/simple-git/dist/src/lib/responses/GetRemoteSummary.d.ts +11 -0
- package/backend/node_modules/simple-git/dist/src/lib/responses/InitSummary.d.ts +9 -0
- package/backend/node_modules/simple-git/dist/src/lib/responses/MergeSummary.d.ts +16 -0
- package/backend/node_modules/simple-git/dist/src/lib/responses/PullSummary.d.ts +25 -0
- package/backend/node_modules/simple-git/dist/src/lib/responses/StatusSummary.d.ts +19 -0
- package/backend/node_modules/simple-git/dist/src/lib/responses/TagList.d.ts +7 -0
- package/backend/node_modules/simple-git/dist/src/lib/runners/git-executor-chain.d.ts +25 -0
- package/backend/node_modules/simple-git/dist/src/lib/runners/git-executor.d.ts +14 -0
- package/backend/node_modules/simple-git/dist/src/lib/runners/promise-wrapped.d.ts +2 -0
- package/backend/node_modules/simple-git/dist/src/lib/runners/scheduler.d.ts +11 -0
- package/backend/node_modules/simple-git/dist/src/lib/runners/tasks-pending-queue.d.ts +23 -0
- package/backend/node_modules/simple-git/dist/src/lib/simple-git-api.d.ts +20 -0
- package/backend/node_modules/simple-git/dist/src/lib/task-callback.d.ts +2 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/apply-patch.d.ts +3 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/branch.d.ts +7 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/change-working-directory.d.ts +2 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/check-ignore.d.ts +2 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/check-is-repo.d.ts +9 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/checkout.d.ts +2 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/clean.d.ts +25 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/clone.d.ts +5 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/commit.d.ts +4 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/config.d.ts +8 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/count-objects.d.ts +12 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/diff-name-status.d.ts +12 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/diff.d.ts +5 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/fetch.d.ts +4 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/first-commit.d.ts +2 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/grep.d.ts +12 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/hash-object.d.ts +5 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/init.d.ts +3 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/log.d.ts +32 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/merge.d.ts +4 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/move.d.ts +3 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/pull.d.ts +3 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/push.d.ts +9 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/remote.d.ts +8 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/reset.d.ts +11 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/show.d.ts +2 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/stash-list.d.ts +4 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/status.d.ts +3 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/sub-module.d.ts +5 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/tag.d.ts +18 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/task.d.ts +14 -0
- package/backend/node_modules/simple-git/dist/src/lib/tasks/version.d.ts +9 -0
- package/backend/node_modules/simple-git/dist/src/lib/types/handlers.d.ts +21 -0
- package/backend/node_modules/simple-git/dist/src/lib/types/index.d.ts +154 -0
- package/backend/node_modules/simple-git/dist/src/lib/types/tasks.d.ts +19 -0
- package/backend/node_modules/simple-git/dist/src/lib/utils/argument-filters.d.ts +14 -0
- package/backend/node_modules/simple-git/dist/src/lib/utils/exit-codes.d.ts +10 -0
- package/backend/node_modules/simple-git/dist/src/lib/utils/git-output-streams.d.ts +7 -0
- package/backend/node_modules/simple-git/dist/src/lib/utils/index.d.ts +8 -0
- package/backend/node_modules/simple-git/dist/src/lib/utils/line-parser.d.ts +15 -0
- package/backend/node_modules/simple-git/dist/src/lib/utils/simple-git-options.d.ts +2 -0
- package/backend/node_modules/simple-git/dist/src/lib/utils/task-options.d.ts +13 -0
- package/backend/node_modules/simple-git/dist/src/lib/utils/task-parser.d.ts +5 -0
- package/backend/node_modules/simple-git/dist/src/lib/utils/util.d.ts +48 -0
- package/backend/node_modules/simple-git/dist/typings/errors.d.ts +5 -0
- package/backend/node_modules/simple-git/dist/typings/index.d.ts +12 -0
- package/backend/node_modules/simple-git/dist/typings/response.d.ts +556 -0
- package/backend/node_modules/simple-git/dist/typings/simple-git.d.ts +1033 -0
- package/backend/node_modules/simple-git/dist/typings/types.d.ts +23 -0
- package/backend/node_modules/simple-git/package.json +61 -0
- package/backend/node_modules/simple-git/promise.js +17 -0
- package/backend/node_modules/simple-git/readme.md +849 -0
- package/backend/node_modules/simple-update-notifier/LICENSE +21 -0
- package/backend/node_modules/simple-update-notifier/README.md +82 -0
- package/backend/node_modules/simple-update-notifier/build/index.d.ts +13 -0
- package/backend/node_modules/simple-update-notifier/build/index.js +210 -0
- package/backend/node_modules/simple-update-notifier/package.json +100 -0
- package/backend/node_modules/simple-update-notifier/src/borderedText.ts +12 -0
- package/backend/node_modules/simple-update-notifier/src/cache.spec.ts +17 -0
- package/backend/node_modules/simple-update-notifier/src/cache.ts +44 -0
- package/backend/node_modules/simple-update-notifier/src/getDistVersion.spec.ts +35 -0
- package/backend/node_modules/simple-update-notifier/src/getDistVersion.ts +29 -0
- package/backend/node_modules/simple-update-notifier/src/hasNewVersion.spec.ts +82 -0
- package/backend/node_modules/simple-update-notifier/src/hasNewVersion.ts +40 -0
- package/backend/node_modules/simple-update-notifier/src/index.spec.ts +27 -0
- package/backend/node_modules/simple-update-notifier/src/index.ts +34 -0
- package/backend/node_modules/simple-update-notifier/src/isNpmOrYarn.ts +12 -0
- package/backend/node_modules/simple-update-notifier/src/types.ts +8 -0
- package/backend/node_modules/smart-buffer/.prettierrc.yaml +5 -0
- package/backend/node_modules/smart-buffer/.travis.yml +13 -0
- package/backend/node_modules/smart-buffer/LICENSE +20 -0
- package/backend/node_modules/smart-buffer/README.md +633 -0
- package/backend/node_modules/smart-buffer/build/smartbuffer.js +1233 -0
- package/backend/node_modules/smart-buffer/build/smartbuffer.js.map +1 -0
- package/backend/node_modules/smart-buffer/build/utils.js +108 -0
- package/backend/node_modules/smart-buffer/build/utils.js.map +1 -0
- package/backend/node_modules/smart-buffer/docs/CHANGELOG.md +70 -0
- package/backend/node_modules/smart-buffer/docs/README_v3.md +367 -0
- package/backend/node_modules/smart-buffer/docs/ROADMAP.md +0 -0
- package/backend/node_modules/smart-buffer/package.json +79 -0
- package/backend/node_modules/smart-buffer/typings/smartbuffer.d.ts +755 -0
- package/backend/node_modules/smart-buffer/typings/utils.d.ts +66 -0
- package/backend/node_modules/socket.io/LICENSE +22 -0
- package/backend/node_modules/socket.io/Readme.md +273 -0
- package/backend/node_modules/socket.io/client-dist/socket.io.esm.min.js +7 -0
- package/backend/node_modules/socket.io/client-dist/socket.io.esm.min.js.map +1 -0
- package/backend/node_modules/socket.io/client-dist/socket.io.js +4955 -0
- package/backend/node_modules/socket.io/client-dist/socket.io.js.map +1 -0
- package/backend/node_modules/socket.io/client-dist/socket.io.min.js +7 -0
- package/backend/node_modules/socket.io/client-dist/socket.io.min.js.map +1 -0
- package/backend/node_modules/socket.io/client-dist/socket.io.msgpack.min.js +7 -0
- package/backend/node_modules/socket.io/client-dist/socket.io.msgpack.min.js.map +1 -0
- package/backend/node_modules/socket.io/dist/broadcast-operator.d.ts +283 -0
- package/backend/node_modules/socket.io/dist/broadcast-operator.js +436 -0
- package/backend/node_modules/socket.io/dist/client.d.ts +120 -0
- package/backend/node_modules/socket.io/dist/client.js +274 -0
- package/backend/node_modules/socket.io/dist/index.d.ts +598 -0
- package/backend/node_modules/socket.io/dist/index.js +818 -0
- package/backend/node_modules/socket.io/dist/namespace.d.ts +432 -0
- package/backend/node_modules/socket.io/dist/namespace.js +584 -0
- package/backend/node_modules/socket.io/dist/parent-namespace.d.ts +30 -0
- package/backend/node_modules/socket.io/dist/parent-namespace.js +88 -0
- package/backend/node_modules/socket.io/dist/socket-types.d.ts +56 -0
- package/backend/node_modules/socket.io/dist/socket-types.js +11 -0
- package/backend/node_modules/socket.io/dist/socket.d.ts +613 -0
- package/backend/node_modules/socket.io/dist/socket.js +977 -0
- package/backend/node_modules/socket.io/dist/typed-events.d.ts +203 -0
- package/backend/node_modules/socket.io/dist/typed-events.js +81 -0
- package/backend/node_modules/socket.io/dist/uws.d.ts +3 -0
- package/backend/node_modules/socket.io/dist/uws.js +136 -0
- package/backend/node_modules/socket.io/node_modules/accepts/HISTORY.md +243 -0
- package/backend/node_modules/socket.io/node_modules/accepts/LICENSE +23 -0
- package/backend/node_modules/socket.io/node_modules/accepts/README.md +140 -0
- package/backend/node_modules/socket.io/node_modules/accepts/index.js +238 -0
- package/backend/node_modules/socket.io/node_modules/accepts/package.json +47 -0
- package/backend/node_modules/socket.io/node_modules/mime-db/HISTORY.md +507 -0
- package/backend/node_modules/socket.io/node_modules/mime-db/LICENSE +23 -0
- package/backend/node_modules/socket.io/node_modules/mime-db/README.md +100 -0
- package/backend/node_modules/socket.io/node_modules/mime-db/db.json +8519 -0
- package/backend/node_modules/socket.io/node_modules/mime-db/index.js +12 -0
- package/backend/node_modules/socket.io/node_modules/mime-db/package.json +60 -0
- package/backend/node_modules/socket.io/node_modules/mime-types/HISTORY.md +397 -0
- package/backend/node_modules/socket.io/node_modules/mime-types/LICENSE +23 -0
- package/backend/node_modules/socket.io/node_modules/mime-types/README.md +113 -0
- package/backend/node_modules/socket.io/node_modules/mime-types/index.js +188 -0
- package/backend/node_modules/socket.io/node_modules/mime-types/package.json +44 -0
- package/backend/node_modules/socket.io/node_modules/negotiator/HISTORY.md +108 -0
- package/backend/node_modules/socket.io/node_modules/negotiator/LICENSE +24 -0
- package/backend/node_modules/socket.io/node_modules/negotiator/README.md +203 -0
- package/backend/node_modules/socket.io/node_modules/negotiator/index.js +82 -0
- package/backend/node_modules/socket.io/node_modules/negotiator/lib/charset.js +169 -0
- package/backend/node_modules/socket.io/node_modules/negotiator/lib/encoding.js +184 -0
- package/backend/node_modules/socket.io/node_modules/negotiator/lib/language.js +179 -0
- package/backend/node_modules/socket.io/node_modules/negotiator/lib/mediaType.js +294 -0
- package/backend/node_modules/socket.io/node_modules/negotiator/package.json +42 -0
- package/backend/node_modules/socket.io/package.json +88 -0
- package/backend/node_modules/socket.io/wrapper.mjs +3 -0
- package/backend/node_modules/socket.io-adapter/LICENSE +20 -0
- package/backend/node_modules/socket.io-adapter/Readme.md +23 -0
- package/backend/node_modules/socket.io-adapter/dist/cluster-adapter.d.ts +201 -0
- package/backend/node_modules/socket.io-adapter/dist/cluster-adapter.js +678 -0
- package/backend/node_modules/socket.io-adapter/dist/contrib/yeast.d.ts +23 -0
- package/backend/node_modules/socket.io-adapter/dist/contrib/yeast.js +54 -0
- package/backend/node_modules/socket.io-adapter/dist/in-memory-adapter.d.ts +178 -0
- package/backend/node_modules/socket.io-adapter/dist/in-memory-adapter.js +396 -0
- package/backend/node_modules/socket.io-adapter/dist/index.d.ts +2 -0
- package/backend/node_modules/socket.io-adapter/dist/index.js +10 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/LICENSE +20 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/README.md +548 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/browser.js +8 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/index.js +13 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/buffer-util.js +131 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/constants.js +18 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/event-target.js +292 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/extension.js +203 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/limiter.js +55 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/permessage-deflate.js +528 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/receiver.js +706 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/sender.js +602 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/stream.js +161 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/subprotocol.js +62 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/validation.js +152 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/websocket-server.js +550 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/websocket.js +1388 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/package.json +69 -0
- package/backend/node_modules/socket.io-adapter/node_modules/ws/wrapper.mjs +8 -0
- package/backend/node_modules/socket.io-adapter/package.json +30 -0
- package/backend/node_modules/socket.io-parser/LICENSE +20 -0
- package/backend/node_modules/socket.io-parser/Readme.md +81 -0
- package/backend/node_modules/socket.io-parser/build/cjs/binary.d.ts +20 -0
- package/backend/node_modules/socket.io-parser/build/cjs/binary.js +87 -0
- package/backend/node_modules/socket.io-parser/build/cjs/index.d.ts +91 -0
- package/backend/node_modules/socket.io-parser/build/cjs/index.js +359 -0
- package/backend/node_modules/socket.io-parser/build/cjs/is-binary.d.ts +7 -0
- package/backend/node_modules/socket.io-parser/build/cjs/is-binary.js +54 -0
- package/backend/node_modules/socket.io-parser/build/cjs/package.json +3 -0
- package/backend/node_modules/socket.io-parser/build/esm/binary.d.ts +20 -0
- package/backend/node_modules/socket.io-parser/build/esm/binary.js +83 -0
- package/backend/node_modules/socket.io-parser/build/esm/index.d.ts +91 -0
- package/backend/node_modules/socket.io-parser/build/esm/index.js +348 -0
- package/backend/node_modules/socket.io-parser/build/esm/is-binary.d.ts +7 -0
- package/backend/node_modules/socket.io-parser/build/esm/is-binary.js +50 -0
- package/backend/node_modules/socket.io-parser/build/esm/package.json +3 -0
- package/backend/node_modules/socket.io-parser/build/esm-debug/binary.d.ts +20 -0
- package/backend/node_modules/socket.io-parser/build/esm-debug/binary.js +83 -0
- package/backend/node_modules/socket.io-parser/build/esm-debug/index.d.ts +91 -0
- package/backend/node_modules/socket.io-parser/build/esm-debug/index.js +353 -0
- package/backend/node_modules/socket.io-parser/build/esm-debug/is-binary.d.ts +7 -0
- package/backend/node_modules/socket.io-parser/build/esm-debug/is-binary.js +50 -0
- package/backend/node_modules/socket.io-parser/build/esm-debug/package.json +3 -0
- package/backend/node_modules/socket.io-parser/package.json +44 -0
- package/backend/node_modules/socks/.eslintrc.cjs +11 -0
- package/backend/node_modules/socks/.prettierrc.yaml +7 -0
- package/backend/node_modules/socks/LICENSE +20 -0
- package/backend/node_modules/socks/README.md +686 -0
- package/backend/node_modules/socks/build/client/socksclient.js +793 -0
- package/backend/node_modules/socks/build/client/socksclient.js.map +1 -0
- package/backend/node_modules/socks/build/common/constants.js +108 -0
- package/backend/node_modules/socks/build/common/constants.js.map +1 -0
- package/backend/node_modules/socks/build/common/helpers.js +167 -0
- package/backend/node_modules/socks/build/common/helpers.js.map +1 -0
- package/backend/node_modules/socks/build/common/receivebuffer.js +43 -0
- package/backend/node_modules/socks/build/common/receivebuffer.js.map +1 -0
- package/backend/node_modules/socks/build/common/util.js +25 -0
- package/backend/node_modules/socks/build/common/util.js.map +1 -0
- package/backend/node_modules/socks/build/index.js +18 -0
- package/backend/node_modules/socks/build/index.js.map +1 -0
- package/backend/node_modules/socks/docs/examples/index.md +17 -0
- package/backend/node_modules/socks/docs/examples/javascript/associateExample.md +90 -0
- package/backend/node_modules/socks/docs/examples/javascript/bindExample.md +83 -0
- package/backend/node_modules/socks/docs/examples/javascript/connectExample.md +258 -0
- package/backend/node_modules/socks/docs/examples/typescript/associateExample.md +93 -0
- package/backend/node_modules/socks/docs/examples/typescript/bindExample.md +86 -0
- package/backend/node_modules/socks/docs/examples/typescript/connectExample.md +265 -0
- package/backend/node_modules/socks/docs/index.md +5 -0
- package/backend/node_modules/socks/docs/migratingFromV1.md +86 -0
- package/backend/node_modules/socks/package.json +58 -0
- package/backend/node_modules/socks/typings/client/socksclient.d.ts +162 -0
- package/backend/node_modules/socks/typings/common/constants.d.ts +151 -0
- package/backend/node_modules/socks/typings/common/helpers.d.ts +17 -0
- package/backend/node_modules/socks/typings/common/receivebuffer.d.ts +12 -0
- package/backend/node_modules/socks/typings/common/util.d.ts +14 -0
- package/backend/node_modules/socks/typings/index.d.ts +1 -0
- package/backend/node_modules/socks-proxy-agent/LICENSE +22 -0
- package/backend/node_modules/socks-proxy-agent/README.md +50 -0
- package/backend/node_modules/socks-proxy-agent/dist/index.d.ts +27 -0
- package/backend/node_modules/socks-proxy-agent/dist/index.d.ts.map +1 -0
- package/backend/node_modules/socks-proxy-agent/dist/index.js +195 -0
- package/backend/node_modules/socks-proxy-agent/dist/index.js.map +1 -0
- package/backend/node_modules/socks-proxy-agent/package.json +142 -0
- package/backend/node_modules/source-map/CHANGELOG.md +301 -0
- package/backend/node_modules/source-map/LICENSE +28 -0
- package/backend/node_modules/source-map/README.md +742 -0
- package/backend/node_modules/source-map/dist/source-map.debug.js +3234 -0
- package/backend/node_modules/source-map/dist/source-map.js +3233 -0
- package/backend/node_modules/source-map/dist/source-map.min.js +2 -0
- package/backend/node_modules/source-map/dist/source-map.min.js.map +1 -0
- package/backend/node_modules/source-map/lib/array-set.js +121 -0
- package/backend/node_modules/source-map/lib/base64-vlq.js +140 -0
- package/backend/node_modules/source-map/lib/base64.js +67 -0
- package/backend/node_modules/source-map/lib/binary-search.js +111 -0
- package/backend/node_modules/source-map/lib/mapping-list.js +79 -0
- package/backend/node_modules/source-map/lib/quick-sort.js +114 -0
- package/backend/node_modules/source-map/lib/source-map-consumer.js +1145 -0
- package/backend/node_modules/source-map/lib/source-map-generator.js +425 -0
- package/backend/node_modules/source-map/lib/source-node.js +413 -0
- package/backend/node_modules/source-map/lib/util.js +488 -0
- package/backend/node_modules/source-map/package.json +73 -0
- package/backend/node_modules/source-map/source-map.d.ts +98 -0
- package/backend/node_modules/source-map/source-map.js +8 -0
- package/backend/node_modules/source-map-support/LICENSE.md +21 -0
- package/backend/node_modules/source-map-support/README.md +284 -0
- package/backend/node_modules/source-map-support/browser-source-map-support.js +114 -0
- package/backend/node_modules/source-map-support/package.json +31 -0
- package/backend/node_modules/source-map-support/register-hook-require.js +1 -0
- package/backend/node_modules/source-map-support/register.js +1 -0
- package/backend/node_modules/source-map-support/source-map-support.js +625 -0
- package/backend/node_modules/sprintf-js/CHANGELOG.md +17 -0
- package/backend/node_modules/sprintf-js/CONTRIBUTORS.md +25 -0
- package/backend/node_modules/sprintf-js/LICENSE +24 -0
- package/backend/node_modules/sprintf-js/README.md +143 -0
- package/backend/node_modules/sprintf-js/dist/.gitattributes +4 -0
- package/backend/node_modules/sprintf-js/dist/angular-sprintf.min.js +3 -0
- package/backend/node_modules/sprintf-js/dist/angular-sprintf.min.js.map +1 -0
- package/backend/node_modules/sprintf-js/dist/sprintf.min.js +3 -0
- package/backend/node_modules/sprintf-js/dist/sprintf.min.js.map +1 -0
- package/backend/node_modules/sprintf-js/package.json +32 -0
- package/backend/node_modules/sprintf-js/src/angular-sprintf.js +24 -0
- package/backend/node_modules/sprintf-js/src/sprintf.js +231 -0
- package/backend/node_modules/statuses/HISTORY.md +87 -0
- package/backend/node_modules/statuses/LICENSE +23 -0
- package/backend/node_modules/statuses/README.md +139 -0
- package/backend/node_modules/statuses/codes.json +65 -0
- package/backend/node_modules/statuses/index.js +146 -0
- package/backend/node_modules/statuses/package.json +49 -0
- package/backend/node_modules/steno/LICENSE +22 -0
- package/backend/node_modules/steno/README.md +50 -0
- package/backend/node_modules/steno/lib/index.d.ts +11 -0
- package/backend/node_modules/steno/lib/index.js +86 -0
- package/backend/node_modules/steno/package.json +62 -0
- package/backend/node_modules/supports-color/browser.js +5 -0
- package/backend/node_modules/supports-color/index.js +135 -0
- package/backend/node_modules/supports-color/license +9 -0
- package/backend/node_modules/supports-color/package.json +53 -0
- package/backend/node_modules/supports-color/readme.md +76 -0
- package/backend/node_modules/supports-preserve-symlinks-flag/.eslintrc +14 -0
- package/backend/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +12 -0
- package/backend/node_modules/supports-preserve-symlinks-flag/.nycrc +9 -0
- package/backend/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +22 -0
- package/backend/node_modules/supports-preserve-symlinks-flag/LICENSE +21 -0
- package/backend/node_modules/supports-preserve-symlinks-flag/README.md +42 -0
- package/backend/node_modules/supports-preserve-symlinks-flag/browser.js +3 -0
- package/backend/node_modules/supports-preserve-symlinks-flag/index.js +9 -0
- package/backend/node_modules/supports-preserve-symlinks-flag/package.json +70 -0
- package/backend/node_modules/supports-preserve-symlinks-flag/test/index.js +29 -0
- package/backend/node_modules/systeminformation/LICENSE +20 -0
- package/backend/node_modules/systeminformation/README.md +1208 -0
- package/backend/node_modules/systeminformation/lib/audio.js +276 -0
- package/backend/node_modules/systeminformation/lib/battery.js +330 -0
- package/backend/node_modules/systeminformation/lib/bluetooth.js +311 -0
- package/backend/node_modules/systeminformation/lib/bluetoothVendors.js +1138 -0
- package/backend/node_modules/systeminformation/lib/cli.js +100 -0
- package/backend/node_modules/systeminformation/lib/cpu.js +2237 -0
- package/backend/node_modules/systeminformation/lib/docker.js +803 -0
- package/backend/node_modules/systeminformation/lib/dockerSocket.js +322 -0
- package/backend/node_modules/systeminformation/lib/filesystem.js +1744 -0
- package/backend/node_modules/systeminformation/lib/graphics.js +1235 -0
- package/backend/node_modules/systeminformation/lib/index.d.ts +1053 -0
- package/backend/node_modules/systeminformation/lib/index.js +518 -0
- package/backend/node_modules/systeminformation/lib/internet.js +259 -0
- package/backend/node_modules/systeminformation/lib/memory.js +613 -0
- package/backend/node_modules/systeminformation/lib/network.js +2022 -0
- package/backend/node_modules/systeminformation/lib/osinfo.js +1303 -0
- package/backend/node_modules/systeminformation/lib/printer.js +209 -0
- package/backend/node_modules/systeminformation/lib/processes.js +1425 -0
- package/backend/node_modules/systeminformation/lib/system.js +856 -0
- package/backend/node_modules/systeminformation/lib/usb.js +313 -0
- package/backend/node_modules/systeminformation/lib/users.js +412 -0
- package/backend/node_modules/systeminformation/lib/util.js +2680 -0
- package/backend/node_modules/systeminformation/lib/virtualbox.js +110 -0
- package/backend/node_modules/systeminformation/lib/wifi.js +843 -0
- package/backend/node_modules/systeminformation/package.json +101 -0
- package/backend/node_modules/to-regex-range/LICENSE +21 -0
- package/backend/node_modules/to-regex-range/README.md +305 -0
- package/backend/node_modules/to-regex-range/index.js +288 -0
- package/backend/node_modules/to-regex-range/package.json +88 -0
- package/backend/node_modules/toidentifier/HISTORY.md +9 -0
- package/backend/node_modules/toidentifier/LICENSE +21 -0
- package/backend/node_modules/toidentifier/README.md +61 -0
- package/backend/node_modules/toidentifier/index.js +32 -0
- package/backend/node_modules/toidentifier/package.json +38 -0
- package/backend/node_modules/touch/LICENSE +15 -0
- package/backend/node_modules/touch/README.md +52 -0
- package/backend/node_modules/touch/bin/nodetouch.js +112 -0
- package/backend/node_modules/touch/index.js +224 -0
- package/backend/node_modules/touch/package.json +25 -0
- package/backend/node_modules/tslib/.gitattributes +1 -0
- package/backend/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/backend/node_modules/tslib/LICENSE.txt +55 -0
- package/backend/node_modules/tslib/README.md +134 -0
- package/backend/node_modules/tslib/bower.json +34 -0
- package/backend/node_modules/tslib/docs/generator.md +486 -0
- package/backend/node_modules/tslib/package.json +28 -0
- package/backend/node_modules/tslib/tslib.d.ts +33 -0
- package/backend/node_modules/tslib/tslib.es6.html +1 -0
- package/backend/node_modules/tslib/tslib.es6.js +186 -0
- package/backend/node_modules/tslib/tslib.html +1 -0
- package/backend/node_modules/tslib/tslib.js +243 -0
- package/backend/node_modules/tv4/LICENSE.txt +8 -0
- package/backend/node_modules/tv4/README.md +468 -0
- package/backend/node_modules/tv4/lang/de.js +47 -0
- package/backend/node_modules/tv4/lang/es.js +55 -0
- package/backend/node_modules/tv4/lang/fr.js +55 -0
- package/backend/node_modules/tv4/lang/nb.js +56 -0
- package/backend/node_modules/tv4/lang/pl-PL.js +55 -0
- package/backend/node_modules/tv4/lang/pt-PT.js +55 -0
- package/backend/node_modules/tv4/lang/sv-SE.js +55 -0
- package/backend/node_modules/tv4/lang/zh-CN.js +55 -0
- package/backend/node_modules/tv4/package.json +62 -0
- package/backend/node_modules/tv4/tv4.async-jquery.js +34 -0
- package/backend/node_modules/tv4/tv4.js +1681 -0
- package/backend/node_modules/tx2/.travis.yml +13 -0
- package/backend/node_modules/tx2/API.md +146 -0
- package/backend/node_modules/tx2/LICENSE +21 -0
- package/backend/node_modules/tx2/README.md +44 -0
- package/backend/node_modules/tx2/example/events.js +41 -0
- package/backend/node_modules/tx2/index.js +4 -0
- package/backend/node_modules/tx2/package.json +20 -0
- package/backend/node_modules/tx2/src/actions.js +84 -0
- package/backend/node_modules/tx2/src/events.js +33 -0
- package/backend/node_modules/tx2/src/index.js +58 -0
- package/backend/node_modules/tx2/src/issues.js +62 -0
- package/backend/node_modules/tx2/src/metrics.js +240 -0
- package/backend/node_modules/tx2/src/utils/probes/BinaryHeap.js +132 -0
- package/backend/node_modules/tx2/src/utils/probes/Counter.js +26 -0
- package/backend/node_modules/tx2/src/utils/probes/EDS.js +110 -0
- package/backend/node_modules/tx2/src/utils/probes/EWMA.js +29 -0
- package/backend/node_modules/tx2/src/utils/probes/Histogram.js +196 -0
- package/backend/node_modules/tx2/src/utils/probes/Meter.js +33 -0
- package/backend/node_modules/tx2/src/utils/probes/units.js +9 -0
- package/backend/node_modules/tx2/test/action.mocha.js +18 -0
- package/backend/node_modules/tx2/test/event.mocha.js +25 -0
- package/backend/node_modules/tx2/test/issue.mocha.js +25 -0
- package/backend/node_modules/tx2/test/metric.mocha.js +90 -0
- package/backend/node_modules/type-is/HISTORY.md +292 -0
- package/backend/node_modules/type-is/LICENSE +23 -0
- package/backend/node_modules/type-is/README.md +198 -0
- package/backend/node_modules/type-is/index.js +250 -0
- package/backend/node_modules/type-is/package.json +47 -0
- package/backend/node_modules/undefsafe/.github/workflows/release.yml +25 -0
- package/backend/node_modules/undefsafe/.jscsrc +13 -0
- package/backend/node_modules/undefsafe/.jshintrc +16 -0
- package/backend/node_modules/undefsafe/.travis.yml +18 -0
- package/backend/node_modules/undefsafe/LICENSE +22 -0
- package/backend/node_modules/undefsafe/README.md +63 -0
- package/backend/node_modules/undefsafe/example.js +14 -0
- package/backend/node_modules/undefsafe/lib/undefsafe.js +125 -0
- package/backend/node_modules/undefsafe/package.json +34 -0
- package/backend/node_modules/undici-types/LICENSE +21 -0
- package/backend/node_modules/undici-types/README.md +6 -0
- package/backend/node_modules/undici-types/agent.d.ts +32 -0
- package/backend/node_modules/undici-types/api.d.ts +43 -0
- package/backend/node_modules/undici-types/balanced-pool.d.ts +30 -0
- package/backend/node_modules/undici-types/cache-interceptor.d.ts +173 -0
- package/backend/node_modules/undici-types/cache.d.ts +36 -0
- package/backend/node_modules/undici-types/client-stats.d.ts +15 -0
- package/backend/node_modules/undici-types/client.d.ts +108 -0
- package/backend/node_modules/undici-types/connector.d.ts +34 -0
- package/backend/node_modules/undici-types/content-type.d.ts +21 -0
- package/backend/node_modules/undici-types/cookies.d.ts +30 -0
- package/backend/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
- package/backend/node_modules/undici-types/dispatcher.d.ts +276 -0
- package/backend/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
- package/backend/node_modules/undici-types/errors.d.ts +161 -0
- package/backend/node_modules/undici-types/eventsource.d.ts +66 -0
- package/backend/node_modules/undici-types/fetch.d.ts +211 -0
- package/backend/node_modules/undici-types/formdata.d.ts +108 -0
- package/backend/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/backend/node_modules/undici-types/global-origin.d.ts +7 -0
- package/backend/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/backend/node_modules/undici-types/handlers.d.ts +15 -0
- package/backend/node_modules/undici-types/header.d.ts +160 -0
- package/backend/node_modules/undici-types/index.d.ts +88 -0
- package/backend/node_modules/undici-types/interceptors.d.ts +73 -0
- package/backend/node_modules/undici-types/mock-agent.d.ts +68 -0
- package/backend/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/backend/node_modules/undici-types/mock-client.d.ts +27 -0
- package/backend/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/backend/node_modules/undici-types/mock-interceptor.d.ts +94 -0
- package/backend/node_modules/undici-types/mock-pool.d.ts +27 -0
- package/backend/node_modules/undici-types/package.json +55 -0
- package/backend/node_modules/undici-types/patch.d.ts +29 -0
- package/backend/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/backend/node_modules/undici-types/pool.d.ts +41 -0
- package/backend/node_modules/undici-types/proxy-agent.d.ts +29 -0
- package/backend/node_modules/undici-types/readable.d.ts +68 -0
- package/backend/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/backend/node_modules/undici-types/retry-handler.d.ts +125 -0
- package/backend/node_modules/undici-types/round-robin-pool.d.ts +41 -0
- package/backend/node_modules/undici-types/snapshot-agent.d.ts +109 -0
- package/backend/node_modules/undici-types/util.d.ts +18 -0
- package/backend/node_modules/undici-types/utility.d.ts +7 -0
- package/backend/node_modules/undici-types/webidl.d.ts +341 -0
- package/backend/node_modules/undici-types/websocket.d.ts +186 -0
- package/backend/node_modules/unpipe/HISTORY.md +4 -0
- package/backend/node_modules/unpipe/LICENSE +22 -0
- package/backend/node_modules/unpipe/README.md +43 -0
- package/backend/node_modules/unpipe/index.js +69 -0
- package/backend/node_modules/unpipe/package.json +27 -0
- package/backend/node_modules/vary/HISTORY.md +39 -0
- package/backend/node_modules/vary/LICENSE +22 -0
- package/backend/node_modules/vary/README.md +101 -0
- package/backend/node_modules/vary/index.js +149 -0
- package/backend/node_modules/vary/package.json +43 -0
- package/backend/node_modules/vizion/.travis.yml +9 -0
- package/backend/node_modules/vizion/CHANGELOG.md +114 -0
- package/backend/node_modules/vizion/LICENSE +13 -0
- package/backend/node_modules/vizion/README.md +133 -0
- package/backend/node_modules/vizion/index.js +1 -0
- package/backend/node_modules/vizion/lib/cliCommand.js +98 -0
- package/backend/node_modules/vizion/lib/git/git.js +330 -0
- package/backend/node_modules/vizion/lib/git/js-git-service.js +157 -0
- package/backend/node_modules/vizion/lib/helper.js +28 -0
- package/backend/node_modules/vizion/lib/hg/hg.js +79 -0
- package/backend/node_modules/vizion/lib/identify.js +20 -0
- package/backend/node_modules/vizion/lib/svn/svn.js +131 -0
- package/backend/node_modules/vizion/lib/vizion.js +81 -0
- package/backend/node_modules/vizion/node_modules/async/CHANGELOG.md +278 -0
- package/backend/node_modules/vizion/node_modules/async/LICENSE +19 -0
- package/backend/node_modules/vizion/node_modules/async/README.md +56 -0
- package/backend/node_modules/vizion/node_modules/async/all.js +50 -0
- package/backend/node_modules/vizion/node_modules/async/allLimit.js +42 -0
- package/backend/node_modules/vizion/node_modules/async/allSeries.js +37 -0
- package/backend/node_modules/vizion/node_modules/async/any.js +52 -0
- package/backend/node_modules/vizion/node_modules/async/anyLimit.js +43 -0
- package/backend/node_modules/vizion/node_modules/async/anySeries.js +38 -0
- package/backend/node_modules/vizion/node_modules/async/apply.js +68 -0
- package/backend/node_modules/vizion/node_modules/async/applyEach.js +51 -0
- package/backend/node_modules/vizion/node_modules/async/applyEachSeries.js +37 -0
- package/backend/node_modules/vizion/node_modules/async/asyncify.js +110 -0
- package/backend/node_modules/vizion/node_modules/async/auto.js +289 -0
- package/backend/node_modules/vizion/node_modules/async/autoInject.js +170 -0
- package/backend/node_modules/vizion/node_modules/async/bower.json +17 -0
- package/backend/node_modules/vizion/node_modules/async/cargo.js +94 -0
- package/backend/node_modules/vizion/node_modules/async/compose.js +58 -0
- package/backend/node_modules/vizion/node_modules/async/concat.js +43 -0
- package/backend/node_modules/vizion/node_modules/async/concatLimit.js +65 -0
- package/backend/node_modules/vizion/node_modules/async/concatSeries.js +36 -0
- package/backend/node_modules/vizion/node_modules/async/constant.js +66 -0
- package/backend/node_modules/vizion/node_modules/async/detect.js +61 -0
- package/backend/node_modules/vizion/node_modules/async/detectLimit.js +48 -0
- package/backend/node_modules/vizion/node_modules/async/detectSeries.js +38 -0
- package/backend/node_modules/vizion/node_modules/async/dir.js +43 -0
- package/backend/node_modules/vizion/node_modules/async/dist/async.js +5612 -0
- package/backend/node_modules/vizion/node_modules/async/dist/async.min.js +2 -0
- package/backend/node_modules/vizion/node_modules/async/dist/async.min.map +1 -0
- package/backend/node_modules/vizion/node_modules/async/doDuring.js +66 -0
- package/backend/node_modules/vizion/node_modules/async/doUntil.js +39 -0
- package/backend/node_modules/vizion/node_modules/async/doWhilst.js +59 -0
- package/backend/node_modules/vizion/node_modules/async/during.js +76 -0
- package/backend/node_modules/vizion/node_modules/async/each.js +82 -0
- package/backend/node_modules/vizion/node_modules/async/eachLimit.js +45 -0
- package/backend/node_modules/vizion/node_modules/async/eachOf.js +111 -0
- package/backend/node_modules/vizion/node_modules/async/eachOfLimit.js +41 -0
- package/backend/node_modules/vizion/node_modules/async/eachOfSeries.js +35 -0
- package/backend/node_modules/vizion/node_modules/async/eachSeries.js +37 -0
- package/backend/node_modules/vizion/node_modules/async/ensureAsync.js +73 -0
- package/backend/node_modules/vizion/node_modules/async/every.js +50 -0
- package/backend/node_modules/vizion/node_modules/async/everyLimit.js +42 -0
- package/backend/node_modules/vizion/node_modules/async/everySeries.js +37 -0
- package/backend/node_modules/vizion/node_modules/async/filter.js +45 -0
- package/backend/node_modules/vizion/node_modules/async/filterLimit.js +37 -0
- package/backend/node_modules/vizion/node_modules/async/filterSeries.js +35 -0
- package/backend/node_modules/vizion/node_modules/async/find.js +61 -0
- package/backend/node_modules/vizion/node_modules/async/findLimit.js +48 -0
- package/backend/node_modules/vizion/node_modules/async/findSeries.js +38 -0
- package/backend/node_modules/vizion/node_modules/async/foldl.js +78 -0
- package/backend/node_modules/vizion/node_modules/async/foldr.js +44 -0
- package/backend/node_modules/vizion/node_modules/async/forEach.js +82 -0
- package/backend/node_modules/vizion/node_modules/async/forEachLimit.js +45 -0
- package/backend/node_modules/vizion/node_modules/async/forEachOf.js +111 -0
- package/backend/node_modules/vizion/node_modules/async/forEachOfLimit.js +41 -0
- package/backend/node_modules/vizion/node_modules/async/forEachOfSeries.js +35 -0
- package/backend/node_modules/vizion/node_modules/async/forEachSeries.js +37 -0
- package/backend/node_modules/vizion/node_modules/async/forever.js +65 -0
- package/backend/node_modules/vizion/node_modules/async/groupBy.js +54 -0
- package/backend/node_modules/vizion/node_modules/async/groupByLimit.js +71 -0
- package/backend/node_modules/vizion/node_modules/async/groupBySeries.js +37 -0
- package/backend/node_modules/vizion/node_modules/async/index.js +582 -0
- package/backend/node_modules/vizion/node_modules/async/inject.js +78 -0
- package/backend/node_modules/vizion/node_modules/async/internal/DoublyLinkedList.js +88 -0
- package/backend/node_modules/vizion/node_modules/async/internal/applyEach.js +38 -0
- package/backend/node_modules/vizion/node_modules/async/internal/breakLoop.js +9 -0
- package/backend/node_modules/vizion/node_modules/async/internal/consoleFunc.js +42 -0
- package/backend/node_modules/vizion/node_modules/async/internal/createTester.js +44 -0
- package/backend/node_modules/vizion/node_modules/async/internal/doLimit.js +12 -0
- package/backend/node_modules/vizion/node_modules/async/internal/doParallel.js +23 -0
- package/backend/node_modules/vizion/node_modules/async/internal/doParallelLimit.js +23 -0
- package/backend/node_modules/vizion/node_modules/async/internal/eachOfLimit.js +74 -0
- package/backend/node_modules/vizion/node_modules/async/internal/filter.js +75 -0
- package/backend/node_modules/vizion/node_modules/async/internal/findGetResult.js +10 -0
- package/backend/node_modules/vizion/node_modules/async/internal/getIterator.js +13 -0
- package/backend/node_modules/vizion/node_modules/async/internal/initialParams.js +21 -0
- package/backend/node_modules/vizion/node_modules/async/internal/iterator.js +61 -0
- package/backend/node_modules/vizion/node_modules/async/internal/map.js +35 -0
- package/backend/node_modules/vizion/node_modules/async/internal/notId.js +10 -0
- package/backend/node_modules/vizion/node_modules/async/internal/once.js +15 -0
- package/backend/node_modules/vizion/node_modules/async/internal/onlyOnce.js +15 -0
- package/backend/node_modules/vizion/node_modules/async/internal/parallel.js +42 -0
- package/backend/node_modules/vizion/node_modules/async/internal/queue.js +204 -0
- package/backend/node_modules/vizion/node_modules/async/internal/reject.js +21 -0
- package/backend/node_modules/vizion/node_modules/async/internal/setImmediate.js +42 -0
- package/backend/node_modules/vizion/node_modules/async/internal/slice.js +16 -0
- package/backend/node_modules/vizion/node_modules/async/internal/withoutIndex.js +12 -0
- package/backend/node_modules/vizion/node_modules/async/internal/wrapAsync.js +25 -0
- package/backend/node_modules/vizion/node_modules/async/log.js +41 -0
- package/backend/node_modules/vizion/node_modules/async/map.js +54 -0
- package/backend/node_modules/vizion/node_modules/async/mapLimit.js +37 -0
- package/backend/node_modules/vizion/node_modules/async/mapSeries.js +36 -0
- package/backend/node_modules/vizion/node_modules/async/mapValues.js +63 -0
- package/backend/node_modules/vizion/node_modules/async/mapValuesLimit.js +61 -0
- package/backend/node_modules/vizion/node_modules/async/mapValuesSeries.js +37 -0
- package/backend/node_modules/vizion/node_modules/async/memoize.js +101 -0
- package/backend/node_modules/vizion/node_modules/async/nextTick.js +51 -0
- package/backend/node_modules/vizion/node_modules/async/package.json +80 -0
- package/backend/node_modules/vizion/node_modules/async/parallel.js +90 -0
- package/backend/node_modules/vizion/node_modules/async/parallelLimit.js +40 -0
- package/backend/node_modules/vizion/node_modules/async/priorityQueue.js +98 -0
- package/backend/node_modules/vizion/node_modules/async/queue.js +130 -0
- package/backend/node_modules/vizion/node_modules/async/race.js +70 -0
- package/backend/node_modules/vizion/node_modules/async/reduce.js +78 -0
- package/backend/node_modules/vizion/node_modules/async/reduceRight.js +44 -0
- package/backend/node_modules/vizion/node_modules/async/reflect.js +81 -0
- package/backend/node_modules/vizion/node_modules/async/reflectAll.js +105 -0
- package/backend/node_modules/vizion/node_modules/async/reject.js +45 -0
- package/backend/node_modules/vizion/node_modules/async/rejectLimit.js +37 -0
- package/backend/node_modules/vizion/node_modules/async/rejectSeries.js +35 -0
- package/backend/node_modules/vizion/node_modules/async/retry.js +156 -0
- package/backend/node_modules/vizion/node_modules/async/retryable.js +65 -0
- package/backend/node_modules/vizion/node_modules/async/select.js +45 -0
- package/backend/node_modules/vizion/node_modules/async/selectLimit.js +37 -0
- package/backend/node_modules/vizion/node_modules/async/selectSeries.js +35 -0
- package/backend/node_modules/vizion/node_modules/async/seq.js +91 -0
- package/backend/node_modules/vizion/node_modules/async/series.js +85 -0
- package/backend/node_modules/vizion/node_modules/async/setImmediate.js +45 -0
- package/backend/node_modules/vizion/node_modules/async/some.js +52 -0
- package/backend/node_modules/vizion/node_modules/async/someLimit.js +43 -0
- package/backend/node_modules/vizion/node_modules/async/someSeries.js +38 -0
- package/backend/node_modules/vizion/node_modules/async/sortBy.js +91 -0
- package/backend/node_modules/vizion/node_modules/async/timeout.js +89 -0
- package/backend/node_modules/vizion/node_modules/async/times.js +50 -0
- package/backend/node_modules/vizion/node_modules/async/timesLimit.js +42 -0
- package/backend/node_modules/vizion/node_modules/async/timesSeries.js +32 -0
- package/backend/node_modules/vizion/node_modules/async/transform.js +87 -0
- package/backend/node_modules/vizion/node_modules/async/tryEach.js +81 -0
- package/backend/node_modules/vizion/node_modules/async/unmemoize.js +25 -0
- package/backend/node_modules/vizion/node_modules/async/until.js +41 -0
- package/backend/node_modules/vizion/node_modules/async/waterfall.js +113 -0
- package/backend/node_modules/vizion/node_modules/async/whilst.js +72 -0
- package/backend/node_modules/vizion/node_modules/async/wrapSync.js +110 -0
- package/backend/node_modules/vizion/package.json +50 -0
- package/backend/node_modules/vizion/test/fixtures/test_hg/contributors.txt +1 -0
- package/backend/node_modules/vizion/test/fixtures/test_svn/branches/development/LICENSE +22 -0
- package/backend/node_modules/vizion/test/fixtures/test_svn/branches/development/README.md +4 -0
- package/backend/node_modules/vizion/test/fixtures/test_svn/trunk/LICENSE +22 -0
- package/backend/node_modules/vizion/test/fixtures/test_svn/trunk/README.md +4 -0
- package/backend/node_modules/vizion/test/functional/cliCommand.test.js +23 -0
- package/backend/node_modules/vizion/test/functional/git.test.js +207 -0
- package/backend/node_modules/vizion/test/functional/svn-hg.test.js +61 -0
- package/backend/node_modules/vizion/test/mocha.opts +6 -0
- package/backend/node_modules/vizion/test/support/env.js +2 -0
- package/backend/node_modules/vizion/test/unit/git.test.js +326 -0
- package/backend/node_modules/vizion/test/unit/helper.test.js +26 -0
- package/backend/node_modules/wrappy/LICENSE +15 -0
- package/backend/node_modules/wrappy/README.md +36 -0
- package/backend/node_modules/wrappy/package.json +29 -0
- package/backend/node_modules/wrappy/wrappy.js +33 -0
- package/backend/node_modules/ws/LICENSE +21 -0
- package/backend/node_modules/ws/README.md +495 -0
- package/backend/node_modules/ws/browser.js +8 -0
- package/backend/node_modules/ws/index.js +10 -0
- package/backend/node_modules/ws/lib/buffer-util.js +129 -0
- package/backend/node_modules/ws/lib/constants.js +10 -0
- package/backend/node_modules/ws/lib/event-target.js +184 -0
- package/backend/node_modules/ws/lib/extension.js +223 -0
- package/backend/node_modules/ws/lib/limiter.js +55 -0
- package/backend/node_modules/ws/lib/permessage-deflate.js +518 -0
- package/backend/node_modules/ws/lib/receiver.js +607 -0
- package/backend/node_modules/ws/lib/sender.js +409 -0
- package/backend/node_modules/ws/lib/stream.js +180 -0
- package/backend/node_modules/ws/lib/validation.js +104 -0
- package/backend/node_modules/ws/lib/websocket-server.js +449 -0
- package/backend/node_modules/ws/lib/websocket.js +1197 -0
- package/backend/node_modules/ws/package.json +56 -0
- package/backend/node_modules/yallist/LICENSE +15 -0
- package/backend/node_modules/yallist/README.md +204 -0
- package/backend/node_modules/yallist/iterator.js +8 -0
- package/backend/node_modules/yallist/package.json +29 -0
- package/backend/node_modules/yallist/yallist.js +426 -0
- package/backend/nodemon.json +10 -0
- package/backend/package-lock.json +2743 -0
- package/backend/package.json +31 -0
- package/backend/public/assets/index-1QKz34a5.js +13 -0
- package/backend/public/assets/index-Bo3lbcQo.css +1 -0
- package/backend/public/icon.png +0 -0
- package/backend/public/index.html +14 -0
- package/backend/public/vite.svg +1 -0
- package/backend/routes/api.js +1036 -0
- package/backend/routes/auth.js +44 -0
- package/backend/scripts/change-password.js +23 -0
- package/backend/services/gitService.js +110 -0
- package/backend/services/notificationService.js +48 -0
- package/backend/services/pm2Service.js +84 -0
- package/backend/services/systemService.js +113 -0
- package/bin/pm2me.js +75 -0
- package/package.json +59 -0
|
@@ -0,0 +1,4297 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* program.js - basic curses-like functionality for blessed.
|
|
3
|
+
* Copyright (c) 2013-2015, Christopher Jeffrey and contributors (MIT License).
|
|
4
|
+
* https://github.com/chjj/blessed
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Modules
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
var EventEmitter = require('events').EventEmitter
|
|
12
|
+
, StringDecoder = require('string_decoder').StringDecoder
|
|
13
|
+
, cp = require('child_process')
|
|
14
|
+
, util = require('util')
|
|
15
|
+
, fs = require('fs');
|
|
16
|
+
|
|
17
|
+
var Tput = require('./tput')
|
|
18
|
+
, colors = require('./colors')
|
|
19
|
+
, slice = Array.prototype.slice;
|
|
20
|
+
|
|
21
|
+
var nextTick = global.setImmediate || process.nextTick.bind(process);
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Program
|
|
25
|
+
*/
|
|
26
|
+
|
|
27
|
+
function Program(options) {
|
|
28
|
+
var self = this;
|
|
29
|
+
|
|
30
|
+
if (!(this instanceof Program)) {
|
|
31
|
+
return new Program(options);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
Program.bind(this);
|
|
35
|
+
|
|
36
|
+
EventEmitter.call(this);
|
|
37
|
+
|
|
38
|
+
if (!options || options.__proto__ !== Object.prototype) {
|
|
39
|
+
options = {
|
|
40
|
+
input: arguments[0],
|
|
41
|
+
output: arguments[1]
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
this.options = options;
|
|
46
|
+
this.input = options.input || process.stdin;
|
|
47
|
+
this.output = options.output || process.stdout;
|
|
48
|
+
|
|
49
|
+
options.log = options.log || options.dump;
|
|
50
|
+
if (options.log) {
|
|
51
|
+
this._logger = fs.createWriteStream(options.log);
|
|
52
|
+
if (options.dump) this.setupDump();
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
this.zero = options.zero !== false;
|
|
56
|
+
this.useBuffer = options.buffer;
|
|
57
|
+
|
|
58
|
+
this.x = 0;
|
|
59
|
+
this.y = 0;
|
|
60
|
+
this.savedX = 0;
|
|
61
|
+
this.savedY = 0;
|
|
62
|
+
|
|
63
|
+
this.cols = this.output.columns || 1;
|
|
64
|
+
this.rows = this.output.rows || 1;
|
|
65
|
+
|
|
66
|
+
this.scrollTop = 0;
|
|
67
|
+
this.scrollBottom = this.rows - 1;
|
|
68
|
+
|
|
69
|
+
this._terminal = options.terminal
|
|
70
|
+
|| options.term
|
|
71
|
+
|| process.env.TERM
|
|
72
|
+
|| (process.platform === 'win32' ? 'windows-ansi' : 'xterm');
|
|
73
|
+
|
|
74
|
+
this._terminal = this._terminal.toLowerCase();
|
|
75
|
+
|
|
76
|
+
// OSX
|
|
77
|
+
this.isOSXTerm = process.env.TERM_PROGRAM === 'Apple_Terminal';
|
|
78
|
+
this.isiTerm2 = process.env.TERM_PROGRAM === 'iTerm.app'
|
|
79
|
+
|| !!process.env.ITERM_SESSION_ID;
|
|
80
|
+
|
|
81
|
+
// VTE
|
|
82
|
+
// NOTE: lxterminal does not provide an env variable to check for.
|
|
83
|
+
// NOTE: gnome-terminal and sakura use a later version of VTE
|
|
84
|
+
// which provides VTE_VERSION as well as supports SGR events.
|
|
85
|
+
this.isXFCE = /xfce/i.test(process.env.COLORTERM);
|
|
86
|
+
this.isTerminator = !!process.env.TERMINATOR_UUID;
|
|
87
|
+
this.isLXDE = false;
|
|
88
|
+
this.isVTE = !!process.env.VTE_VERSION
|
|
89
|
+
|| this.isXFCE
|
|
90
|
+
|| this.isTerminator
|
|
91
|
+
|| this.isLXDE;
|
|
92
|
+
|
|
93
|
+
// xterm and rxvt - not accurate
|
|
94
|
+
this.isRxvt = /rxvt/i.test(process.env.COLORTERM);
|
|
95
|
+
this.isXterm = false;
|
|
96
|
+
|
|
97
|
+
this.tmux = !!process.env.TMUX;
|
|
98
|
+
this.tmuxVersion = (function() {
|
|
99
|
+
if (!self.tmux) return 2;
|
|
100
|
+
try {
|
|
101
|
+
var version = cp.execFileSync('tmux', ['-V'], { encoding: 'utf8' });
|
|
102
|
+
return +/^tmux ([\d.]+)/i.exec(version.trim().split('\n')[0])[1];
|
|
103
|
+
} catch (e) {
|
|
104
|
+
return 2;
|
|
105
|
+
}
|
|
106
|
+
})();
|
|
107
|
+
|
|
108
|
+
this._buf = '';
|
|
109
|
+
this._flush = this.flush.bind(this);
|
|
110
|
+
|
|
111
|
+
if (options.tput !== false) {
|
|
112
|
+
this.setupTput();
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
this.listen();
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
Program.global = null;
|
|
119
|
+
|
|
120
|
+
Program.total = 0;
|
|
121
|
+
|
|
122
|
+
Program.instances = [];
|
|
123
|
+
|
|
124
|
+
Program.bind = function(program) {
|
|
125
|
+
if (!Program.global) {
|
|
126
|
+
Program.global = program;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
if (!~Program.instances.indexOf(program)) {
|
|
130
|
+
Program.instances.push(program);
|
|
131
|
+
program.index = Program.total;
|
|
132
|
+
Program.total++;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
if (Program._bound) return;
|
|
136
|
+
Program._bound = true;
|
|
137
|
+
|
|
138
|
+
unshiftEvent(process, 'exit', Program._exitHandler = function() {
|
|
139
|
+
Program.instances.forEach(function(program) {
|
|
140
|
+
// Potentially reset window title on exit:
|
|
141
|
+
// if (program._originalTitle) {
|
|
142
|
+
// program.setTitle(program._originalTitle);
|
|
143
|
+
// }
|
|
144
|
+
// Ensure the buffer is flushed (it should
|
|
145
|
+
// always be at this point, but who knows).
|
|
146
|
+
program.flush();
|
|
147
|
+
// Ensure _exiting is set (could technically
|
|
148
|
+
// use process._exiting).
|
|
149
|
+
program._exiting = true;
|
|
150
|
+
});
|
|
151
|
+
});
|
|
152
|
+
};
|
|
153
|
+
|
|
154
|
+
Program.prototype.__proto__ = EventEmitter.prototype;
|
|
155
|
+
|
|
156
|
+
Program.prototype.type = 'program';
|
|
157
|
+
|
|
158
|
+
Program.prototype.log = function() {
|
|
159
|
+
return this._log('LOG', util.format.apply(util, arguments));
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
Program.prototype.debug = function() {
|
|
163
|
+
if (!this.options.debug) return;
|
|
164
|
+
return this._log('DEBUG', util.format.apply(util, arguments));
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
Program.prototype._log = function(pre, msg) {
|
|
168
|
+
if (!this._logger) return;
|
|
169
|
+
return this._logger.write(pre + ': ' + msg + '\n-\n');
|
|
170
|
+
};
|
|
171
|
+
|
|
172
|
+
Program.prototype.setupDump = function() {
|
|
173
|
+
var self = this
|
|
174
|
+
, write = this.output.write
|
|
175
|
+
, decoder = new StringDecoder('utf8');
|
|
176
|
+
|
|
177
|
+
function stringify(data) {
|
|
178
|
+
return caret(data
|
|
179
|
+
.replace(/\r/g, '\\r')
|
|
180
|
+
.replace(/\n/g, '\\n')
|
|
181
|
+
.replace(/\t/g, '\\t'))
|
|
182
|
+
.replace(/[^ -~]/g, function(ch) {
|
|
183
|
+
if (ch.charCodeAt(0) > 0xff) return ch;
|
|
184
|
+
ch = ch.charCodeAt(0).toString(16);
|
|
185
|
+
if (ch.length > 2) {
|
|
186
|
+
if (ch.length < 4) ch = '0' + ch;
|
|
187
|
+
return '\\u' + ch;
|
|
188
|
+
}
|
|
189
|
+
if (ch.length < 2) ch = '0' + ch;
|
|
190
|
+
return '\\x' + ch;
|
|
191
|
+
});
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
function caret(data) {
|
|
195
|
+
return data.replace(/[\0\x80\x1b-\x1f\x7f\x01-\x1a]/g, function(ch) {
|
|
196
|
+
switch (ch) {
|
|
197
|
+
case '\0':
|
|
198
|
+
case '\x80':
|
|
199
|
+
ch = '@';
|
|
200
|
+
break;
|
|
201
|
+
case '\x1b':
|
|
202
|
+
ch = '[';
|
|
203
|
+
break;
|
|
204
|
+
case '\x1c':
|
|
205
|
+
ch = '\\';
|
|
206
|
+
break;
|
|
207
|
+
case '\x1d':
|
|
208
|
+
ch = ']';
|
|
209
|
+
break;
|
|
210
|
+
case '\x1e':
|
|
211
|
+
ch = '^';
|
|
212
|
+
break;
|
|
213
|
+
case '\x1f':
|
|
214
|
+
ch = '_';
|
|
215
|
+
break;
|
|
216
|
+
case '\x7f':
|
|
217
|
+
ch = '?';
|
|
218
|
+
break;
|
|
219
|
+
default:
|
|
220
|
+
ch = ch.charCodeAt(0);
|
|
221
|
+
// From ('A' - 64) to ('Z' - 64).
|
|
222
|
+
if (ch >= 1 && ch <= 26) {
|
|
223
|
+
ch = String.fromCharCode(ch + 64);
|
|
224
|
+
} else {
|
|
225
|
+
return String.fromCharCode(ch);
|
|
226
|
+
}
|
|
227
|
+
break;
|
|
228
|
+
}
|
|
229
|
+
return '^' + ch;
|
|
230
|
+
});
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
this.input.on('data', function(data) {
|
|
234
|
+
self._log('IN', stringify(decoder.write(data)));
|
|
235
|
+
});
|
|
236
|
+
|
|
237
|
+
this.output.write = function(data) {
|
|
238
|
+
self._log('OUT', stringify(data));
|
|
239
|
+
return write.apply(this, arguments);
|
|
240
|
+
};
|
|
241
|
+
};
|
|
242
|
+
|
|
243
|
+
Program.prototype.setupTput = function() {
|
|
244
|
+
if (this._tputSetup) return;
|
|
245
|
+
this._tputSetup = true;
|
|
246
|
+
|
|
247
|
+
var self = this
|
|
248
|
+
, options = this.options
|
|
249
|
+
, write = this._write.bind(this);
|
|
250
|
+
|
|
251
|
+
var tput = this.tput = new Tput({
|
|
252
|
+
terminal: this.terminal,
|
|
253
|
+
padding: options.padding,
|
|
254
|
+
extended: options.extended,
|
|
255
|
+
printf: options.printf,
|
|
256
|
+
termcap: options.termcap,
|
|
257
|
+
forceUnicode: options.forceUnicode
|
|
258
|
+
});
|
|
259
|
+
|
|
260
|
+
if (tput.error) {
|
|
261
|
+
nextTick(function() {
|
|
262
|
+
self.emit('warning', tput.error.message);
|
|
263
|
+
});
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
if (tput.padding) {
|
|
267
|
+
nextTick(function() {
|
|
268
|
+
self.emit('warning', 'Terminfo padding has been enabled.');
|
|
269
|
+
});
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
this.put = function() {
|
|
273
|
+
var args = slice.call(arguments)
|
|
274
|
+
, cap = args.shift();
|
|
275
|
+
|
|
276
|
+
if (tput[cap]) {
|
|
277
|
+
return this._write(tput[cap].apply(tput, args));
|
|
278
|
+
}
|
|
279
|
+
};
|
|
280
|
+
|
|
281
|
+
Object.keys(tput).forEach(function(key) {
|
|
282
|
+
if (self[key] == null) {
|
|
283
|
+
self[key] = tput[key];
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
if (typeof tput[key] !== 'function') {
|
|
287
|
+
self.put[key] = tput[key];
|
|
288
|
+
return;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
if (tput.padding) {
|
|
292
|
+
self.put[key] = function() {
|
|
293
|
+
return tput._print(tput[key].apply(tput, arguments), write);
|
|
294
|
+
};
|
|
295
|
+
} else {
|
|
296
|
+
self.put[key] = function() {
|
|
297
|
+
return self._write(tput[key].apply(tput, arguments));
|
|
298
|
+
};
|
|
299
|
+
}
|
|
300
|
+
});
|
|
301
|
+
};
|
|
302
|
+
|
|
303
|
+
Program.prototype.__defineGetter__('terminal', function() {
|
|
304
|
+
return this._terminal;
|
|
305
|
+
});
|
|
306
|
+
|
|
307
|
+
Program.prototype.__defineSetter__('terminal', function(terminal) {
|
|
308
|
+
this.setTerminal(terminal);
|
|
309
|
+
return this.terminal;
|
|
310
|
+
});
|
|
311
|
+
|
|
312
|
+
Program.prototype.setTerminal = function(terminal) {
|
|
313
|
+
this._terminal = terminal.toLowerCase();
|
|
314
|
+
delete this._tputSetup;
|
|
315
|
+
this.setupTput();
|
|
316
|
+
};
|
|
317
|
+
|
|
318
|
+
Program.prototype.has = function(name) {
|
|
319
|
+
return this.tput
|
|
320
|
+
? this.tput.has(name)
|
|
321
|
+
: false;
|
|
322
|
+
};
|
|
323
|
+
|
|
324
|
+
Program.prototype.term = function(is) {
|
|
325
|
+
return this.terminal.indexOf(is) === 0;
|
|
326
|
+
};
|
|
327
|
+
|
|
328
|
+
Program.prototype.listen = function() {
|
|
329
|
+
var self = this;
|
|
330
|
+
|
|
331
|
+
// Potentially reset window title on exit:
|
|
332
|
+
// if (!this.isRxvt) {
|
|
333
|
+
// if (!this.isVTE) this.setTitleModeFeature(3);
|
|
334
|
+
// this.manipulateWindow(21, function(err, data) {
|
|
335
|
+
// if (err) return;
|
|
336
|
+
// self._originalTitle = data.text;
|
|
337
|
+
// });
|
|
338
|
+
// }
|
|
339
|
+
|
|
340
|
+
// Listen for keys/mouse on input
|
|
341
|
+
if (!this.input._blessedInput) {
|
|
342
|
+
this.input._blessedInput = 1;
|
|
343
|
+
this._listenInput();
|
|
344
|
+
} else {
|
|
345
|
+
this.input._blessedInput++;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
this.on('newListener', this._newHandler = function fn(type) {
|
|
349
|
+
if (type === 'keypress' || type === 'mouse') {
|
|
350
|
+
self.removeListener('newListener', fn);
|
|
351
|
+
if (self.input.setRawMode && !self.input.isRaw) {
|
|
352
|
+
self.input.setRawMode(true);
|
|
353
|
+
self.input.resume();
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
});
|
|
357
|
+
|
|
358
|
+
this.on('newListener', function fn(type) {
|
|
359
|
+
if (type === 'mouse') {
|
|
360
|
+
self.removeListener('newListener', fn);
|
|
361
|
+
self.bindMouse();
|
|
362
|
+
}
|
|
363
|
+
});
|
|
364
|
+
|
|
365
|
+
// Listen for resize on output
|
|
366
|
+
if (!this.output._blessedOutput) {
|
|
367
|
+
this.output._blessedOutput = 1;
|
|
368
|
+
this._listenOutput();
|
|
369
|
+
} else {
|
|
370
|
+
this.output._blessedOutput++;
|
|
371
|
+
}
|
|
372
|
+
};
|
|
373
|
+
|
|
374
|
+
Program.prototype._listenInput = function() {
|
|
375
|
+
var keys = require('./keys')
|
|
376
|
+
, self = this;
|
|
377
|
+
|
|
378
|
+
// Input
|
|
379
|
+
this.input.on('keypress', this.input._keypressHandler = function(ch, key) {
|
|
380
|
+
key = key || { ch: ch };
|
|
381
|
+
|
|
382
|
+
if (key.name === 'undefined'
|
|
383
|
+
&& (key.code === '[M' || key.code === '[I' || key.code === '[O')) {
|
|
384
|
+
// A mouse sequence. The `keys` module doesn't understand these.
|
|
385
|
+
return;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
if (key.name === 'undefined') {
|
|
389
|
+
// Not sure what this is, but we should probably ignore it.
|
|
390
|
+
return;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
if (key.name === 'enter' && key.sequence === '\n') {
|
|
394
|
+
key.name = 'linefeed';
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
if (key.name === 'return' && key.sequence === '\r') {
|
|
398
|
+
self.input.emit('keypress', ch, merge({}, key, { name: 'enter' }));
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
var name = (key.ctrl ? 'C-' : '')
|
|
402
|
+
+ (key.meta ? 'M-' : '')
|
|
403
|
+
+ (key.shift && key.name ? 'S-' : '')
|
|
404
|
+
+ (key.name || ch);
|
|
405
|
+
|
|
406
|
+
key.full = name;
|
|
407
|
+
|
|
408
|
+
Program.instances.forEach(function(program) {
|
|
409
|
+
if (program.input !== self.input) return;
|
|
410
|
+
program.emit('keypress', ch, key);
|
|
411
|
+
program.emit('key ' + name, ch, key);
|
|
412
|
+
});
|
|
413
|
+
});
|
|
414
|
+
|
|
415
|
+
this.input.on('data', this.input._dataHandler = function(data) {
|
|
416
|
+
Program.instances.forEach(function(program) {
|
|
417
|
+
if (program.input !== self.input) return;
|
|
418
|
+
program.emit('data', data);
|
|
419
|
+
});
|
|
420
|
+
});
|
|
421
|
+
|
|
422
|
+
keys.emitKeypressEvents(this.input);
|
|
423
|
+
};
|
|
424
|
+
|
|
425
|
+
Program.prototype._listenOutput = function() {
|
|
426
|
+
var self = this;
|
|
427
|
+
|
|
428
|
+
if (!this.output.isTTY) {
|
|
429
|
+
nextTick(function() {
|
|
430
|
+
self.emit('warning', 'Output is not a TTY');
|
|
431
|
+
});
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
// Output
|
|
435
|
+
function resize() {
|
|
436
|
+
Program.instances.forEach(function(program) {
|
|
437
|
+
if (program.output !== self.output) return;
|
|
438
|
+
program.cols = program.output.columns;
|
|
439
|
+
program.rows = program.output.rows;
|
|
440
|
+
program.emit('resize');
|
|
441
|
+
});
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
this.output.on('resize', this.output._resizeHandler = function() {
|
|
445
|
+
Program.instances.forEach(function(program) {
|
|
446
|
+
if (program.output !== self.output) return;
|
|
447
|
+
if (!program.options.resizeTimeout) {
|
|
448
|
+
return resize();
|
|
449
|
+
}
|
|
450
|
+
if (program._resizeTimer) {
|
|
451
|
+
clearTimeout(program._resizeTimer);
|
|
452
|
+
delete program._resizeTimer;
|
|
453
|
+
}
|
|
454
|
+
var time = typeof program.options.resizeTimeout === 'number'
|
|
455
|
+
? program.options.resizeTimeout
|
|
456
|
+
: 300;
|
|
457
|
+
program._resizeTimer = setTimeout(resize, time);
|
|
458
|
+
});
|
|
459
|
+
});
|
|
460
|
+
};
|
|
461
|
+
|
|
462
|
+
Program.prototype.destroy = function() {
|
|
463
|
+
var index = Program.instances.indexOf(this);
|
|
464
|
+
|
|
465
|
+
if (~index) {
|
|
466
|
+
Program.instances.splice(index, 1);
|
|
467
|
+
Program.total--;
|
|
468
|
+
|
|
469
|
+
this.flush();
|
|
470
|
+
this._exiting = true;
|
|
471
|
+
|
|
472
|
+
Program.global = Program.instances[0];
|
|
473
|
+
|
|
474
|
+
if (Program.total === 0) {
|
|
475
|
+
Program.global = null;
|
|
476
|
+
|
|
477
|
+
process.removeListener('exit', Program._exitHandler);
|
|
478
|
+
delete Program._exitHandler;
|
|
479
|
+
|
|
480
|
+
delete Program._bound;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
this.input._blessedInput--;
|
|
484
|
+
this.output._blessedOutput--;
|
|
485
|
+
|
|
486
|
+
if (this.input._blessedInput === 0) {
|
|
487
|
+
this.input.removeListener('keypress', this.input._keypressHandler);
|
|
488
|
+
this.input.removeListener('data', this.input._dataHandler);
|
|
489
|
+
delete this.input._keypressHandler;
|
|
490
|
+
delete this.input._dataHandler;
|
|
491
|
+
|
|
492
|
+
if (this.input.setRawMode) {
|
|
493
|
+
if (this.input.isRaw) {
|
|
494
|
+
this.input.setRawMode(false);
|
|
495
|
+
}
|
|
496
|
+
if (!this.input.destroyed) {
|
|
497
|
+
this.input.pause();
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
if (this.output._blessedOutput === 0) {
|
|
503
|
+
this.output.removeListener('resize', this.output._resizeHandler);
|
|
504
|
+
delete this.output._resizeHandler;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
this.removeListener('newListener', this._newHandler);
|
|
508
|
+
delete this._newHandler;
|
|
509
|
+
|
|
510
|
+
this.destroyed = true;
|
|
511
|
+
this.emit('destroy');
|
|
512
|
+
}
|
|
513
|
+
};
|
|
514
|
+
|
|
515
|
+
Program.prototype.key = function(key, listener) {
|
|
516
|
+
if (typeof key === 'string') key = key.split(/\s*,\s*/);
|
|
517
|
+
key.forEach(function(key) {
|
|
518
|
+
return this.on('key ' + key, listener);
|
|
519
|
+
}, this);
|
|
520
|
+
};
|
|
521
|
+
|
|
522
|
+
Program.prototype.onceKey = function(key, listener) {
|
|
523
|
+
if (typeof key === 'string') key = key.split(/\s*,\s*/);
|
|
524
|
+
key.forEach(function(key) {
|
|
525
|
+
return this.once('key ' + key, listener);
|
|
526
|
+
}, this);
|
|
527
|
+
};
|
|
528
|
+
|
|
529
|
+
Program.prototype.unkey =
|
|
530
|
+
Program.prototype.removeKey = function(key, listener) {
|
|
531
|
+
if (typeof key === 'string') key = key.split(/\s*,\s*/);
|
|
532
|
+
key.forEach(function(key) {
|
|
533
|
+
return this.removeListener('key ' + key, listener);
|
|
534
|
+
}, this);
|
|
535
|
+
};
|
|
536
|
+
|
|
537
|
+
// XTerm mouse events
|
|
538
|
+
// http://invisible-island.net/xterm/ctlseqs/ctlseqs.html#Mouse%20Tracking
|
|
539
|
+
// To better understand these
|
|
540
|
+
// the xterm code is very helpful:
|
|
541
|
+
// Relevant files:
|
|
542
|
+
// button.c, charproc.c, misc.c
|
|
543
|
+
// Relevant functions in xterm/button.c:
|
|
544
|
+
// BtnCode, EmitButtonCode, EditorButton, SendMousePosition
|
|
545
|
+
// send a mouse event:
|
|
546
|
+
// regular/utf8: ^[[M Cb Cx Cy
|
|
547
|
+
// urxvt: ^[[ Cb ; Cx ; Cy M
|
|
548
|
+
// sgr: ^[[ Cb ; Cx ; Cy M/m
|
|
549
|
+
// vt300: ^[[ 24(1/3/5)~ [ Cx , Cy ] \r
|
|
550
|
+
// locator: CSI P e ; P b ; P r ; P c ; P p & w
|
|
551
|
+
// motion example of a left click:
|
|
552
|
+
// ^[[M 3<^[[M@4<^[[M@5<^[[M@6<^[[M@7<^[[M#7<
|
|
553
|
+
// mouseup, mousedown, mousewheel
|
|
554
|
+
// left click: ^[[M 3<^[[M#3<
|
|
555
|
+
// mousewheel up: ^[[M`3>
|
|
556
|
+
Program.prototype.bindMouse = function() {
|
|
557
|
+
if (this._boundMouse) return;
|
|
558
|
+
this._boundMouse = true;
|
|
559
|
+
|
|
560
|
+
var decoder = new StringDecoder('utf8')
|
|
561
|
+
, self = this;
|
|
562
|
+
|
|
563
|
+
this.on('data', function(data) {
|
|
564
|
+
var text = decoder.write(data);
|
|
565
|
+
if (!text) return;
|
|
566
|
+
self._bindMouse(text, data);
|
|
567
|
+
});
|
|
568
|
+
};
|
|
569
|
+
|
|
570
|
+
Program.prototype._bindMouse = function(s, buf) {
|
|
571
|
+
var self = this
|
|
572
|
+
, key
|
|
573
|
+
, parts
|
|
574
|
+
, b
|
|
575
|
+
, x
|
|
576
|
+
, y
|
|
577
|
+
, mod
|
|
578
|
+
, params
|
|
579
|
+
, down
|
|
580
|
+
, page
|
|
581
|
+
, button;
|
|
582
|
+
|
|
583
|
+
key = {
|
|
584
|
+
name: undefined,
|
|
585
|
+
ctrl: false,
|
|
586
|
+
meta: false,
|
|
587
|
+
shift: false
|
|
588
|
+
};
|
|
589
|
+
|
|
590
|
+
if (Buffer.isBuffer(s)) {
|
|
591
|
+
if (s[0] > 127 && s[1] === undefined) {
|
|
592
|
+
s[0] -= 128;
|
|
593
|
+
s = '\x1b' + s.toString('utf-8');
|
|
594
|
+
} else {
|
|
595
|
+
s = s.toString('utf-8');
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
// if (this.8bit) {
|
|
600
|
+
// s = s.replace(/\233/g, '\x1b[');
|
|
601
|
+
// buf = new Buffer(s, 'utf8');
|
|
602
|
+
// }
|
|
603
|
+
|
|
604
|
+
// XTerm / X10 for buggy VTE
|
|
605
|
+
// VTE can only send unsigned chars and no unicode for coords. This limits
|
|
606
|
+
// them to 0xff. However, normally the x10 protocol does not allow a byte
|
|
607
|
+
// under 0x20, but since VTE can have the bytes overflow, we can consider
|
|
608
|
+
// bytes below 0x20 to be up to 0xff + 0x20. This gives a limit of 287. Since
|
|
609
|
+
// characters ranging from 223 to 248 confuse javascript's utf parser, we
|
|
610
|
+
// need to parse the raw binary. We can detect whether the terminal is using
|
|
611
|
+
// a bugged VTE version by examining the coordinates and seeing whether they
|
|
612
|
+
// are a value they would never otherwise be with a properly implemented x10
|
|
613
|
+
// protocol. This method of detecting VTE is only 99% reliable because we
|
|
614
|
+
// can't check if the coords are 0x00 (255) since that is a valid x10 coord
|
|
615
|
+
// technically.
|
|
616
|
+
var bx = s.charCodeAt(4);
|
|
617
|
+
var by = s.charCodeAt(5);
|
|
618
|
+
if (buf[0] === 0x1b && buf[1] === 0x5b && buf[2] === 0x4d
|
|
619
|
+
&& (this.isVTE
|
|
620
|
+
|| bx >= 65533 || by >= 65533
|
|
621
|
+
|| (bx > 0x00 && bx < 0x20)
|
|
622
|
+
|| (by > 0x00 && by < 0x20)
|
|
623
|
+
|| (buf[4] > 223 && buf[4] < 248 && buf.length === 6)
|
|
624
|
+
|| (buf[5] > 223 && buf[5] < 248 && buf.length === 6))) {
|
|
625
|
+
b = buf[3];
|
|
626
|
+
x = buf[4];
|
|
627
|
+
y = buf[5];
|
|
628
|
+
|
|
629
|
+
// unsigned char overflow.
|
|
630
|
+
if (x < 0x20) x += 0xff;
|
|
631
|
+
if (y < 0x20) y += 0xff;
|
|
632
|
+
|
|
633
|
+
// Convert the coordinates into a
|
|
634
|
+
// properly formatted x10 utf8 sequence.
|
|
635
|
+
s = '\x1b[M'
|
|
636
|
+
+ String.fromCharCode(b)
|
|
637
|
+
+ String.fromCharCode(x)
|
|
638
|
+
+ String.fromCharCode(y);
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
// XTerm / X10
|
|
642
|
+
if (parts = /^\x1b\[M([\x00\u0020-\uffff]{3})/.exec(s)) {
|
|
643
|
+
b = parts[1].charCodeAt(0);
|
|
644
|
+
x = parts[1].charCodeAt(1);
|
|
645
|
+
y = parts[1].charCodeAt(2);
|
|
646
|
+
|
|
647
|
+
key.name = 'mouse';
|
|
648
|
+
key.type = 'X10';
|
|
649
|
+
|
|
650
|
+
key.raw = [b, x, y, parts[0]];
|
|
651
|
+
key.buf = buf;
|
|
652
|
+
key.x = x - 32;
|
|
653
|
+
key.y = y - 32;
|
|
654
|
+
|
|
655
|
+
if (this.zero) key.x--, key.y--;
|
|
656
|
+
|
|
657
|
+
if (x === 0) key.x = 255;
|
|
658
|
+
if (y === 0) key.y = 255;
|
|
659
|
+
|
|
660
|
+
mod = b >> 2;
|
|
661
|
+
key.shift = !!(mod & 1);
|
|
662
|
+
key.meta = !!((mod >> 1) & 1);
|
|
663
|
+
key.ctrl = !!((mod >> 2) & 1);
|
|
664
|
+
|
|
665
|
+
b -= 32;
|
|
666
|
+
|
|
667
|
+
if ((b >> 6) & 1) {
|
|
668
|
+
key.action = b & 1 ? 'wheeldown' : 'wheelup';
|
|
669
|
+
key.button = 'middle';
|
|
670
|
+
} else if (b === 3) {
|
|
671
|
+
// NOTE: x10 and urxvt have no way
|
|
672
|
+
// of telling which button mouseup used.
|
|
673
|
+
key.action = 'mouseup';
|
|
674
|
+
key.button = this._lastButton || 'unknown';
|
|
675
|
+
delete this._lastButton;
|
|
676
|
+
} else {
|
|
677
|
+
key.action = 'mousedown';
|
|
678
|
+
button = b & 3;
|
|
679
|
+
key.button =
|
|
680
|
+
button === 0 ? 'left'
|
|
681
|
+
: button === 1 ? 'middle'
|
|
682
|
+
: button === 2 ? 'right'
|
|
683
|
+
: 'unknown';
|
|
684
|
+
this._lastButton = key.button;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
// Probably a movement.
|
|
688
|
+
// The *newer* VTE gets mouse movements comepletely wrong.
|
|
689
|
+
// This presents a problem: older versions of VTE that get it right might
|
|
690
|
+
// be confused by the second conditional in the if statement.
|
|
691
|
+
// NOTE: Possibly just switch back to the if statement below.
|
|
692
|
+
// none, shift, ctrl, alt
|
|
693
|
+
// gnome: 32, 36, 48, 40
|
|
694
|
+
// xterm: 35, _, 51, _
|
|
695
|
+
// urxvt: 35, _, _, _
|
|
696
|
+
// if (key.action === 'mousedown' && key.button === 'unknown') {
|
|
697
|
+
if (b === 35 || b === 39 || b === 51 || b === 43
|
|
698
|
+
|| (this.isVTE && (b === 32 || b === 36 || b === 48 || b === 40))) {
|
|
699
|
+
delete key.button;
|
|
700
|
+
key.action = 'mousemove';
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
self.emit('mouse', key);
|
|
704
|
+
|
|
705
|
+
return;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
// URxvt
|
|
709
|
+
if (parts = /^\x1b\[(\d+;\d+;\d+)M/.exec(s)) {
|
|
710
|
+
params = parts[1].split(';');
|
|
711
|
+
b = +params[0];
|
|
712
|
+
x = +params[1];
|
|
713
|
+
y = +params[2];
|
|
714
|
+
|
|
715
|
+
key.name = 'mouse';
|
|
716
|
+
key.type = 'urxvt';
|
|
717
|
+
|
|
718
|
+
key.raw = [b, x, y, parts[0]];
|
|
719
|
+
key.buf = buf;
|
|
720
|
+
key.x = x;
|
|
721
|
+
key.y = y;
|
|
722
|
+
|
|
723
|
+
if (this.zero) key.x--, key.y--;
|
|
724
|
+
|
|
725
|
+
mod = b >> 2;
|
|
726
|
+
key.shift = !!(mod & 1);
|
|
727
|
+
key.meta = !!((mod >> 1) & 1);
|
|
728
|
+
key.ctrl = !!((mod >> 2) & 1);
|
|
729
|
+
|
|
730
|
+
// XXX Bug in urxvt after wheelup/down on mousemove
|
|
731
|
+
// NOTE: This may be different than 128/129 depending
|
|
732
|
+
// on mod keys.
|
|
733
|
+
if (b === 128 || b === 129) {
|
|
734
|
+
b = 67;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
b -= 32;
|
|
738
|
+
|
|
739
|
+
if ((b >> 6) & 1) {
|
|
740
|
+
key.action = b & 1 ? 'wheeldown' : 'wheelup';
|
|
741
|
+
key.button = 'middle';
|
|
742
|
+
} else if (b === 3) {
|
|
743
|
+
// NOTE: x10 and urxvt have no way
|
|
744
|
+
// of telling which button mouseup used.
|
|
745
|
+
key.action = 'mouseup';
|
|
746
|
+
key.button = this._lastButton || 'unknown';
|
|
747
|
+
delete this._lastButton;
|
|
748
|
+
} else {
|
|
749
|
+
key.action = 'mousedown';
|
|
750
|
+
button = b & 3;
|
|
751
|
+
key.button =
|
|
752
|
+
button === 0 ? 'left'
|
|
753
|
+
: button === 1 ? 'middle'
|
|
754
|
+
: button === 2 ? 'right'
|
|
755
|
+
: 'unknown';
|
|
756
|
+
// NOTE: 0/32 = mousemove, 32/64 = mousemove with left down
|
|
757
|
+
// if ((b >> 1) === 32)
|
|
758
|
+
this._lastButton = key.button;
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
// Probably a movement.
|
|
762
|
+
// The *newer* VTE gets mouse movements comepletely wrong.
|
|
763
|
+
// This presents a problem: older versions of VTE that get it right might
|
|
764
|
+
// be confused by the second conditional in the if statement.
|
|
765
|
+
// NOTE: Possibly just switch back to the if statement below.
|
|
766
|
+
// none, shift, ctrl, alt
|
|
767
|
+
// urxvt: 35, _, _, _
|
|
768
|
+
// gnome: 32, 36, 48, 40
|
|
769
|
+
// if (key.action === 'mousedown' && key.button === 'unknown') {
|
|
770
|
+
if (b === 35 || b === 39 || b === 51 || b === 43
|
|
771
|
+
|| (this.isVTE && (b === 32 || b === 36 || b === 48 || b === 40))) {
|
|
772
|
+
delete key.button;
|
|
773
|
+
key.action = 'mousemove';
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
self.emit('mouse', key);
|
|
777
|
+
|
|
778
|
+
return;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
// SGR
|
|
782
|
+
if (parts = /^\x1b\[<(\d+;\d+;\d+)([mM])/.exec(s)) {
|
|
783
|
+
down = parts[2] === 'M';
|
|
784
|
+
params = parts[1].split(';');
|
|
785
|
+
b = +params[0];
|
|
786
|
+
x = +params[1];
|
|
787
|
+
y = +params[2];
|
|
788
|
+
|
|
789
|
+
key.name = 'mouse';
|
|
790
|
+
key.type = 'sgr';
|
|
791
|
+
|
|
792
|
+
key.raw = [b, x, y, parts[0]];
|
|
793
|
+
key.buf = buf;
|
|
794
|
+
key.x = x;
|
|
795
|
+
key.y = y;
|
|
796
|
+
|
|
797
|
+
if (this.zero) key.x--, key.y--;
|
|
798
|
+
|
|
799
|
+
mod = b >> 2;
|
|
800
|
+
key.shift = !!(mod & 1);
|
|
801
|
+
key.meta = !!((mod >> 1) & 1);
|
|
802
|
+
key.ctrl = !!((mod >> 2) & 1);
|
|
803
|
+
|
|
804
|
+
if ((b >> 6) & 1) {
|
|
805
|
+
key.action = b & 1 ? 'wheeldown' : 'wheelup';
|
|
806
|
+
key.button = 'middle';
|
|
807
|
+
} else {
|
|
808
|
+
key.action = down
|
|
809
|
+
? 'mousedown'
|
|
810
|
+
: 'mouseup';
|
|
811
|
+
button = b & 3;
|
|
812
|
+
key.button =
|
|
813
|
+
button === 0 ? 'left'
|
|
814
|
+
: button === 1 ? 'middle'
|
|
815
|
+
: button === 2 ? 'right'
|
|
816
|
+
: 'unknown';
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
// Probably a movement.
|
|
820
|
+
// The *newer* VTE gets mouse movements comepletely wrong.
|
|
821
|
+
// This presents a problem: older versions of VTE that get it right might
|
|
822
|
+
// be confused by the second conditional in the if statement.
|
|
823
|
+
// NOTE: Possibly just switch back to the if statement below.
|
|
824
|
+
// none, shift, ctrl, alt
|
|
825
|
+
// xterm: 35, _, 51, _
|
|
826
|
+
// gnome: 32, 36, 48, 40
|
|
827
|
+
// if (key.action === 'mousedown' && key.button === 'unknown') {
|
|
828
|
+
if (b === 35 || b === 39 || b === 51 || b === 43
|
|
829
|
+
|| (this.isVTE && (b === 32 || b === 36 || b === 48 || b === 40))) {
|
|
830
|
+
delete key.button;
|
|
831
|
+
key.action = 'mousemove';
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
self.emit('mouse', key);
|
|
835
|
+
|
|
836
|
+
return;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
// DEC
|
|
840
|
+
// The xterm mouse documentation says there is a
|
|
841
|
+
// `<` prefix, the DECRQLP says there is no prefix.
|
|
842
|
+
if (parts = /^\x1b\[<(\d+;\d+;\d+;\d+)&w/.exec(s)) {
|
|
843
|
+
params = parts[1].split(';');
|
|
844
|
+
b = +params[0];
|
|
845
|
+
x = +params[1];
|
|
846
|
+
y = +params[2];
|
|
847
|
+
page = +params[3];
|
|
848
|
+
|
|
849
|
+
key.name = 'mouse';
|
|
850
|
+
key.type = 'dec';
|
|
851
|
+
|
|
852
|
+
key.raw = [b, x, y, parts[0]];
|
|
853
|
+
key.buf = buf;
|
|
854
|
+
key.x = x;
|
|
855
|
+
key.y = y;
|
|
856
|
+
key.page = page;
|
|
857
|
+
|
|
858
|
+
if (this.zero) key.x--, key.y--;
|
|
859
|
+
|
|
860
|
+
key.action = b === 3
|
|
861
|
+
? 'mouseup'
|
|
862
|
+
: 'mousedown';
|
|
863
|
+
|
|
864
|
+
key.button =
|
|
865
|
+
b === 2 ? 'left'
|
|
866
|
+
: b === 4 ? 'middle'
|
|
867
|
+
: b === 6 ? 'right'
|
|
868
|
+
: 'unknown';
|
|
869
|
+
|
|
870
|
+
self.emit('mouse', key);
|
|
871
|
+
|
|
872
|
+
return;
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
// vt300
|
|
876
|
+
if (parts = /^\x1b\[24([0135])~\[(\d+),(\d+)\]\r/.exec(s)) {
|
|
877
|
+
b = +parts[1];
|
|
878
|
+
x = +parts[2];
|
|
879
|
+
y = +parts[3];
|
|
880
|
+
|
|
881
|
+
key.name = 'mouse';
|
|
882
|
+
key.type = 'vt300';
|
|
883
|
+
|
|
884
|
+
key.raw = [b, x, y, parts[0]];
|
|
885
|
+
key.buf = buf;
|
|
886
|
+
key.x = x;
|
|
887
|
+
key.y = y;
|
|
888
|
+
|
|
889
|
+
if (this.zero) key.x--, key.y--;
|
|
890
|
+
|
|
891
|
+
key.action = 'mousedown';
|
|
892
|
+
key.button =
|
|
893
|
+
b === 1 ? 'left'
|
|
894
|
+
: b === 2 ? 'middle'
|
|
895
|
+
: b === 5 ? 'right'
|
|
896
|
+
: 'unknown';
|
|
897
|
+
|
|
898
|
+
self.emit('mouse', key);
|
|
899
|
+
|
|
900
|
+
return;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
if (parts = /^\x1b\[(O|I)/.exec(s)) {
|
|
904
|
+
key.action = parts[1] === 'I'
|
|
905
|
+
? 'focus'
|
|
906
|
+
: 'blur';
|
|
907
|
+
|
|
908
|
+
self.emit('mouse', key);
|
|
909
|
+
self.emit(key.action);
|
|
910
|
+
|
|
911
|
+
return;
|
|
912
|
+
}
|
|
913
|
+
};
|
|
914
|
+
|
|
915
|
+
// gpm support for linux vc
|
|
916
|
+
Program.prototype.enableGpm = function() {
|
|
917
|
+
var self = this;
|
|
918
|
+
var gpmclient = require('./gpmclient');
|
|
919
|
+
|
|
920
|
+
if (this.gpm) return;
|
|
921
|
+
|
|
922
|
+
this.gpm = gpmclient();
|
|
923
|
+
|
|
924
|
+
this.gpm.on('btndown', function(btn, modifier, x, y) {
|
|
925
|
+
x--, y--;
|
|
926
|
+
|
|
927
|
+
var key = {
|
|
928
|
+
name: 'mouse',
|
|
929
|
+
type: 'GPM',
|
|
930
|
+
action: 'mousedown',
|
|
931
|
+
button: self.gpm.ButtonName(btn),
|
|
932
|
+
raw: [btn, modifier, x, y],
|
|
933
|
+
x: x,
|
|
934
|
+
y: y,
|
|
935
|
+
shift: self.gpm.hasShiftKey(modifier),
|
|
936
|
+
meta: self.gpm.hasMetaKey(modifier),
|
|
937
|
+
ctrl: self.gpm.hasCtrlKey(modifier)
|
|
938
|
+
};
|
|
939
|
+
|
|
940
|
+
self.emit('mouse', key);
|
|
941
|
+
});
|
|
942
|
+
|
|
943
|
+
this.gpm.on('btnup', function(btn, modifier, x, y) {
|
|
944
|
+
x--, y--;
|
|
945
|
+
|
|
946
|
+
var key = {
|
|
947
|
+
name: 'mouse',
|
|
948
|
+
type: 'GPM',
|
|
949
|
+
action: 'mouseup',
|
|
950
|
+
button: self.gpm.ButtonName(btn),
|
|
951
|
+
raw: [btn, modifier, x, y],
|
|
952
|
+
x: x,
|
|
953
|
+
y: y,
|
|
954
|
+
shift: self.gpm.hasShiftKey(modifier),
|
|
955
|
+
meta: self.gpm.hasMetaKey(modifier),
|
|
956
|
+
ctrl: self.gpm.hasCtrlKey(modifier)
|
|
957
|
+
};
|
|
958
|
+
|
|
959
|
+
self.emit('mouse', key);
|
|
960
|
+
});
|
|
961
|
+
|
|
962
|
+
this.gpm.on('move', function(btn, modifier, x, y) {
|
|
963
|
+
x--, y--;
|
|
964
|
+
|
|
965
|
+
var key = {
|
|
966
|
+
name: 'mouse',
|
|
967
|
+
type: 'GPM',
|
|
968
|
+
action: 'mousemove',
|
|
969
|
+
button: self.gpm.ButtonName(btn),
|
|
970
|
+
raw: [btn, modifier, x, y],
|
|
971
|
+
x: x,
|
|
972
|
+
y: y,
|
|
973
|
+
shift: self.gpm.hasShiftKey(modifier),
|
|
974
|
+
meta: self.gpm.hasMetaKey(modifier),
|
|
975
|
+
ctrl: self.gpm.hasCtrlKey(modifier)
|
|
976
|
+
};
|
|
977
|
+
|
|
978
|
+
self.emit('mouse', key);
|
|
979
|
+
});
|
|
980
|
+
|
|
981
|
+
this.gpm.on('drag', function(btn, modifier, x, y) {
|
|
982
|
+
x--, y--;
|
|
983
|
+
|
|
984
|
+
var key = {
|
|
985
|
+
name: 'mouse',
|
|
986
|
+
type: 'GPM',
|
|
987
|
+
action: 'mousemove',
|
|
988
|
+
button: self.gpm.ButtonName(btn),
|
|
989
|
+
raw: [btn, modifier, x, y],
|
|
990
|
+
x: x,
|
|
991
|
+
y: y,
|
|
992
|
+
shift: self.gpm.hasShiftKey(modifier),
|
|
993
|
+
meta: self.gpm.hasMetaKey(modifier),
|
|
994
|
+
ctrl: self.gpm.hasCtrlKey(modifier)
|
|
995
|
+
};
|
|
996
|
+
|
|
997
|
+
self.emit('mouse', key);
|
|
998
|
+
});
|
|
999
|
+
|
|
1000
|
+
this.gpm.on('mousewheel', function(btn, modifier, x, y, dx, dy) {
|
|
1001
|
+
var key = {
|
|
1002
|
+
name: 'mouse',
|
|
1003
|
+
type: 'GPM',
|
|
1004
|
+
action: dy > 0 ? 'wheelup' : 'wheeldown',
|
|
1005
|
+
button: self.gpm.ButtonName(btn),
|
|
1006
|
+
raw: [btn, modifier, x, y, dx, dy],
|
|
1007
|
+
x: x,
|
|
1008
|
+
y: y,
|
|
1009
|
+
shift: self.gpm.hasShiftKey(modifier),
|
|
1010
|
+
meta: self.gpm.hasMetaKey(modifier),
|
|
1011
|
+
ctrl: self.gpm.hasCtrlKey(modifier)
|
|
1012
|
+
};
|
|
1013
|
+
|
|
1014
|
+
self.emit('mouse', key);
|
|
1015
|
+
});
|
|
1016
|
+
};
|
|
1017
|
+
|
|
1018
|
+
Program.prototype.disableGpm = function() {
|
|
1019
|
+
if (this.gpm) {
|
|
1020
|
+
this.gpm.stop();
|
|
1021
|
+
delete this.gpm;
|
|
1022
|
+
}
|
|
1023
|
+
};
|
|
1024
|
+
|
|
1025
|
+
// All possible responses from the terminal
|
|
1026
|
+
Program.prototype.bindResponse = function() {
|
|
1027
|
+
if (this._boundResponse) return;
|
|
1028
|
+
this._boundResponse = true;
|
|
1029
|
+
|
|
1030
|
+
var decoder = new StringDecoder('utf8')
|
|
1031
|
+
, self = this;
|
|
1032
|
+
|
|
1033
|
+
this.on('data', function(data) {
|
|
1034
|
+
data = decoder.write(data);
|
|
1035
|
+
if (!data) return;
|
|
1036
|
+
self._bindResponse(data);
|
|
1037
|
+
});
|
|
1038
|
+
};
|
|
1039
|
+
|
|
1040
|
+
Program.prototype._bindResponse = function(s) {
|
|
1041
|
+
var out = {}
|
|
1042
|
+
, parts;
|
|
1043
|
+
|
|
1044
|
+
if (Buffer.isBuffer(s)) {
|
|
1045
|
+
if (s[0] > 127 && s[1] === undefined) {
|
|
1046
|
+
s[0] -= 128;
|
|
1047
|
+
s = '\x1b' + s.toString('utf-8');
|
|
1048
|
+
} else {
|
|
1049
|
+
s = s.toString('utf-8');
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
// CSI P s c
|
|
1054
|
+
// Send Device Attributes (Primary DA).
|
|
1055
|
+
// CSI > P s c
|
|
1056
|
+
// Send Device Attributes (Secondary DA).
|
|
1057
|
+
if (parts = /^\x1b\[(\?|>)(\d*(?:;\d*)*)c/.exec(s)) {
|
|
1058
|
+
parts = parts[2].split(';').map(function(ch) {
|
|
1059
|
+
return +ch || 0;
|
|
1060
|
+
});
|
|
1061
|
+
|
|
1062
|
+
out.event = 'device-attributes';
|
|
1063
|
+
out.code = 'DA';
|
|
1064
|
+
|
|
1065
|
+
if (parts[1] === '?') {
|
|
1066
|
+
out.type = 'primary-attribute';
|
|
1067
|
+
// VT100-style params:
|
|
1068
|
+
if (parts[0] === 1 && parts[2] === 2) {
|
|
1069
|
+
out.term = 'vt100';
|
|
1070
|
+
out.advancedVideo = true;
|
|
1071
|
+
} else if (parts[0] === 1 && parts[2] === 0) {
|
|
1072
|
+
out.term = 'vt101';
|
|
1073
|
+
} else if (parts[0] === 6) {
|
|
1074
|
+
out.term = 'vt102';
|
|
1075
|
+
} else if (parts[0] === 60
|
|
1076
|
+
&& parts[1] === 1 && parts[2] === 2
|
|
1077
|
+
&& parts[3] === 6 && parts[4] === 8
|
|
1078
|
+
&& parts[5] === 9 && parts[6] === 15) {
|
|
1079
|
+
out.term = 'vt220';
|
|
1080
|
+
} else {
|
|
1081
|
+
// VT200-style params:
|
|
1082
|
+
parts.forEach(function(attr) {
|
|
1083
|
+
switch (attr) {
|
|
1084
|
+
case 1:
|
|
1085
|
+
out.cols132 = true;
|
|
1086
|
+
break;
|
|
1087
|
+
case 2:
|
|
1088
|
+
out.printer = true;
|
|
1089
|
+
break;
|
|
1090
|
+
case 6:
|
|
1091
|
+
out.selectiveErase = true;
|
|
1092
|
+
break;
|
|
1093
|
+
case 8:
|
|
1094
|
+
out.userDefinedKeys = true;
|
|
1095
|
+
break;
|
|
1096
|
+
case 9:
|
|
1097
|
+
out.nationalReplacementCharsets = true;
|
|
1098
|
+
break;
|
|
1099
|
+
case 15:
|
|
1100
|
+
out.technicalCharacters = true;
|
|
1101
|
+
break;
|
|
1102
|
+
case 18:
|
|
1103
|
+
out.userWindows = true;
|
|
1104
|
+
break;
|
|
1105
|
+
case 21:
|
|
1106
|
+
out.horizontalScrolling = true;
|
|
1107
|
+
break;
|
|
1108
|
+
case 22:
|
|
1109
|
+
out.ansiColor = true;
|
|
1110
|
+
break;
|
|
1111
|
+
case 29:
|
|
1112
|
+
out.ansiTextLocator = true;
|
|
1113
|
+
break;
|
|
1114
|
+
}
|
|
1115
|
+
});
|
|
1116
|
+
}
|
|
1117
|
+
} else {
|
|
1118
|
+
out.type = 'secondary-attribute';
|
|
1119
|
+
switch (parts[0]) {
|
|
1120
|
+
case 0:
|
|
1121
|
+
out.term = 'vt100';
|
|
1122
|
+
break;
|
|
1123
|
+
case 1:
|
|
1124
|
+
out.term = 'vt220';
|
|
1125
|
+
break;
|
|
1126
|
+
case 2:
|
|
1127
|
+
out.term = 'vt240';
|
|
1128
|
+
break;
|
|
1129
|
+
case 18:
|
|
1130
|
+
out.term = 'vt330';
|
|
1131
|
+
break;
|
|
1132
|
+
case 19:
|
|
1133
|
+
out.term = 'vt340';
|
|
1134
|
+
break;
|
|
1135
|
+
case 24:
|
|
1136
|
+
out.term = 'vt320';
|
|
1137
|
+
break;
|
|
1138
|
+
case 41:
|
|
1139
|
+
out.term = 'vt420';
|
|
1140
|
+
break;
|
|
1141
|
+
case 61:
|
|
1142
|
+
out.term = 'vt510';
|
|
1143
|
+
break;
|
|
1144
|
+
case 64:
|
|
1145
|
+
out.term = 'vt520';
|
|
1146
|
+
break;
|
|
1147
|
+
case 65:
|
|
1148
|
+
out.term = 'vt525';
|
|
1149
|
+
break;
|
|
1150
|
+
}
|
|
1151
|
+
out.firmwareVersion = parts[1];
|
|
1152
|
+
out.romCartridgeRegistrationNumber = parts[2];
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
// LEGACY
|
|
1156
|
+
out.deviceAttributes = out;
|
|
1157
|
+
|
|
1158
|
+
this.emit('response', out);
|
|
1159
|
+
this.emit('response ' + out.event, out);
|
|
1160
|
+
|
|
1161
|
+
return;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
// CSI Ps n Device Status Report (DSR).
|
|
1165
|
+
// Ps = 5 -> Status Report. Result (``OK'') is
|
|
1166
|
+
// CSI 0 n
|
|
1167
|
+
// CSI ? Ps n
|
|
1168
|
+
// Device Status Report (DSR, DEC-specific).
|
|
1169
|
+
// Ps = 1 5 -> Report Printer status as CSI ? 1 0 n (ready).
|
|
1170
|
+
// or CSI ? 1 1 n (not ready).
|
|
1171
|
+
// Ps = 2 5 -> Report UDK status as CSI ? 2 0 n (unlocked)
|
|
1172
|
+
// or CSI ? 2 1 n (locked).
|
|
1173
|
+
// Ps = 2 6 -> Report Keyboard status as
|
|
1174
|
+
// CSI ? 2 7 ; 1 ; 0 ; 0 n (North American).
|
|
1175
|
+
// The last two parameters apply to VT400 & up, and denote key-
|
|
1176
|
+
// board ready and LK01 respectively.
|
|
1177
|
+
// Ps = 5 3 -> Report Locator status as
|
|
1178
|
+
// CSI ? 5 3 n Locator available, if compiled-in, or
|
|
1179
|
+
// CSI ? 5 0 n No Locator, if not.
|
|
1180
|
+
if (parts = /^\x1b\[(\?)?(\d+)(?:;(\d+);(\d+);(\d+))?n/.exec(s)) {
|
|
1181
|
+
out.event = 'device-status';
|
|
1182
|
+
out.code = 'DSR';
|
|
1183
|
+
|
|
1184
|
+
if (!parts[1] && parts[2] === '0' && !parts[3]) {
|
|
1185
|
+
out.type = 'device-status';
|
|
1186
|
+
out.status = 'OK';
|
|
1187
|
+
|
|
1188
|
+
// LEGACY
|
|
1189
|
+
out.deviceStatus = out.status;
|
|
1190
|
+
|
|
1191
|
+
this.emit('response', out);
|
|
1192
|
+
this.emit('response ' + out.event, out);
|
|
1193
|
+
|
|
1194
|
+
return;
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
if (parts[1] && (parts[2] === '10' || parts[2] === '11') && !parts[3]) {
|
|
1198
|
+
out.type = 'printer-status';
|
|
1199
|
+
out.status = parts[2] === '10'
|
|
1200
|
+
? 'ready'
|
|
1201
|
+
: 'not ready';
|
|
1202
|
+
|
|
1203
|
+
// LEGACY
|
|
1204
|
+
out.printerStatus = out.status;
|
|
1205
|
+
|
|
1206
|
+
this.emit('response', out);
|
|
1207
|
+
this.emit('response ' + out.event, out);
|
|
1208
|
+
|
|
1209
|
+
return;
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
if (parts[1] && (parts[2] === '20' || parts[2] === '21') && !parts[3]) {
|
|
1213
|
+
out.type = 'udk-status';
|
|
1214
|
+
out.status = parts[2] === '20'
|
|
1215
|
+
? 'unlocked'
|
|
1216
|
+
: 'locked';
|
|
1217
|
+
|
|
1218
|
+
// LEGACY
|
|
1219
|
+
out.UDKStatus = out.status;
|
|
1220
|
+
|
|
1221
|
+
this.emit('response', out);
|
|
1222
|
+
this.emit('response ' + out.event, out);
|
|
1223
|
+
|
|
1224
|
+
return;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
if (parts[1]
|
|
1228
|
+
&& parts[2] === '27'
|
|
1229
|
+
&& parts[3] === '1'
|
|
1230
|
+
&& parts[4] === '0'
|
|
1231
|
+
&& parts[5] === '0') {
|
|
1232
|
+
out.type = 'keyboard-status';
|
|
1233
|
+
out.status = 'OK';
|
|
1234
|
+
|
|
1235
|
+
// LEGACY
|
|
1236
|
+
out.keyboardStatus = out.status;
|
|
1237
|
+
|
|
1238
|
+
this.emit('response', out);
|
|
1239
|
+
this.emit('response ' + out.event, out);
|
|
1240
|
+
|
|
1241
|
+
return;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
if (parts[1] && (parts[2] === '53' || parts[2] === '50') && !parts[3]) {
|
|
1245
|
+
out.type = 'locator-status';
|
|
1246
|
+
out.status = parts[2] === '53'
|
|
1247
|
+
? 'available'
|
|
1248
|
+
: 'unavailable';
|
|
1249
|
+
|
|
1250
|
+
// LEGACY
|
|
1251
|
+
out.locator = out.status;
|
|
1252
|
+
|
|
1253
|
+
this.emit('response', out);
|
|
1254
|
+
this.emit('response ' + out.event, out);
|
|
1255
|
+
|
|
1256
|
+
return;
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
out.type = 'error';
|
|
1260
|
+
out.text = 'Unhandled: ' + JSON.stringify(parts);
|
|
1261
|
+
|
|
1262
|
+
// LEGACY
|
|
1263
|
+
out.error = out.text;
|
|
1264
|
+
|
|
1265
|
+
this.emit('response', out);
|
|
1266
|
+
this.emit('response ' + out.event, out);
|
|
1267
|
+
|
|
1268
|
+
return;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
// CSI Ps n Device Status Report (DSR).
|
|
1272
|
+
// Ps = 6 -> Report Cursor Position (CPR) [row;column].
|
|
1273
|
+
// Result is
|
|
1274
|
+
// CSI r ; c R
|
|
1275
|
+
// CSI ? Ps n
|
|
1276
|
+
// Device Status Report (DSR, DEC-specific).
|
|
1277
|
+
// Ps = 6 -> Report Cursor Position (CPR) [row;column] as CSI
|
|
1278
|
+
// ? r ; c R (assumes page is zero).
|
|
1279
|
+
if (parts = /^\x1b\[(\?)?(\d+);(\d+)R/.exec(s)) {
|
|
1280
|
+
out.event = 'device-status';
|
|
1281
|
+
out.code = 'DSR';
|
|
1282
|
+
out.type = 'cursor-status';
|
|
1283
|
+
|
|
1284
|
+
out.status = {
|
|
1285
|
+
x: +parts[3],
|
|
1286
|
+
y: +parts[2],
|
|
1287
|
+
page: !parts[1] ? undefined : 0
|
|
1288
|
+
};
|
|
1289
|
+
|
|
1290
|
+
out.x = out.status.x;
|
|
1291
|
+
out.y = out.status.y;
|
|
1292
|
+
out.page = out.status.page;
|
|
1293
|
+
|
|
1294
|
+
// LEGACY
|
|
1295
|
+
out.cursor = out.status;
|
|
1296
|
+
|
|
1297
|
+
this.emit('response', out);
|
|
1298
|
+
this.emit('response ' + out.event, out);
|
|
1299
|
+
|
|
1300
|
+
return;
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
// CSI Ps ; Ps ; Ps t
|
|
1304
|
+
// Window manipulation (from dtterm, as well as extensions).
|
|
1305
|
+
// These controls may be disabled using the allowWindowOps
|
|
1306
|
+
// resource. Valid values for the first (and any additional
|
|
1307
|
+
// parameters) are:
|
|
1308
|
+
// Ps = 1 1 -> Report xterm window state. If the xterm window
|
|
1309
|
+
// is open (non-iconified), it returns CSI 1 t . If the xterm
|
|
1310
|
+
// window is iconified, it returns CSI 2 t .
|
|
1311
|
+
// Ps = 1 3 -> Report xterm window position. Result is CSI 3
|
|
1312
|
+
// ; x ; y t
|
|
1313
|
+
// Ps = 1 4 -> Report xterm window in pixels. Result is CSI
|
|
1314
|
+
// 4 ; height ; width t
|
|
1315
|
+
// Ps = 1 8 -> Report the size of the text area in characters.
|
|
1316
|
+
// Result is CSI 8 ; height ; width t
|
|
1317
|
+
// Ps = 1 9 -> Report the size of the screen in characters.
|
|
1318
|
+
// Result is CSI 9 ; height ; width t
|
|
1319
|
+
if (parts = /^\x1b\[(\d+)(?:;(\d+);(\d+))?t/.exec(s)) {
|
|
1320
|
+
out.event = 'window-manipulation';
|
|
1321
|
+
out.code = '';
|
|
1322
|
+
|
|
1323
|
+
if ((parts[1] === '1' || parts[1] === '2') && !parts[2]) {
|
|
1324
|
+
out.type = 'window-state';
|
|
1325
|
+
out.state = parts[1] === '1'
|
|
1326
|
+
? 'non-iconified'
|
|
1327
|
+
: 'iconified';
|
|
1328
|
+
|
|
1329
|
+
// LEGACY
|
|
1330
|
+
out.windowState = out.state;
|
|
1331
|
+
|
|
1332
|
+
this.emit('response', out);
|
|
1333
|
+
this.emit('response ' + out.event, out);
|
|
1334
|
+
|
|
1335
|
+
return;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
if (parts[1] === '3' && parts[2]) {
|
|
1339
|
+
out.type = 'window-position';
|
|
1340
|
+
|
|
1341
|
+
out.position = {
|
|
1342
|
+
x: +parts[2],
|
|
1343
|
+
y: +parts[3]
|
|
1344
|
+
};
|
|
1345
|
+
out.x = out.position.x;
|
|
1346
|
+
out.y = out.position.y;
|
|
1347
|
+
|
|
1348
|
+
// LEGACY
|
|
1349
|
+
out.windowPosition = out.position;
|
|
1350
|
+
|
|
1351
|
+
this.emit('response', out);
|
|
1352
|
+
this.emit('response ' + out.event, out);
|
|
1353
|
+
|
|
1354
|
+
return;
|
|
1355
|
+
}
|
|
1356
|
+
|
|
1357
|
+
if (parts[1] === '4' && parts[2]) {
|
|
1358
|
+
out.type = 'window-size-pixels';
|
|
1359
|
+
out.size = {
|
|
1360
|
+
height: +parts[2],
|
|
1361
|
+
width: +parts[3]
|
|
1362
|
+
};
|
|
1363
|
+
out.height = out.size.height;
|
|
1364
|
+
out.width = out.size.width;
|
|
1365
|
+
|
|
1366
|
+
// LEGACY
|
|
1367
|
+
out.windowSizePixels = out.size;
|
|
1368
|
+
|
|
1369
|
+
this.emit('response', out);
|
|
1370
|
+
this.emit('response ' + out.event, out);
|
|
1371
|
+
|
|
1372
|
+
return;
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
if (parts[1] === '8' && parts[2]) {
|
|
1376
|
+
out.type = 'textarea-size';
|
|
1377
|
+
out.size = {
|
|
1378
|
+
height: +parts[2],
|
|
1379
|
+
width: +parts[3]
|
|
1380
|
+
};
|
|
1381
|
+
out.height = out.size.height;
|
|
1382
|
+
out.width = out.size.width;
|
|
1383
|
+
|
|
1384
|
+
// LEGACY
|
|
1385
|
+
out.textAreaSizeCharacters = out.size;
|
|
1386
|
+
|
|
1387
|
+
this.emit('response', out);
|
|
1388
|
+
this.emit('response ' + out.event, out);
|
|
1389
|
+
|
|
1390
|
+
return;
|
|
1391
|
+
}
|
|
1392
|
+
|
|
1393
|
+
if (parts[1] === '9' && parts[2]) {
|
|
1394
|
+
out.type = 'screen-size';
|
|
1395
|
+
out.size = {
|
|
1396
|
+
height: +parts[2],
|
|
1397
|
+
width: +parts[3]
|
|
1398
|
+
};
|
|
1399
|
+
out.height = out.size.height;
|
|
1400
|
+
out.width = out.size.width;
|
|
1401
|
+
|
|
1402
|
+
// LEGACY
|
|
1403
|
+
out.screenSizeCharacters = out.size;
|
|
1404
|
+
|
|
1405
|
+
this.emit('response', out);
|
|
1406
|
+
this.emit('response ' + out.event, out);
|
|
1407
|
+
|
|
1408
|
+
return;
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1411
|
+
out.type = 'error';
|
|
1412
|
+
out.text = 'Unhandled: ' + JSON.stringify(parts);
|
|
1413
|
+
|
|
1414
|
+
// LEGACY
|
|
1415
|
+
out.error = out.text;
|
|
1416
|
+
|
|
1417
|
+
this.emit('response', out);
|
|
1418
|
+
this.emit('response ' + out.event, out);
|
|
1419
|
+
|
|
1420
|
+
return;
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1423
|
+
// rxvt-unicode does not support window manipulation
|
|
1424
|
+
// Result Normal: OSC l/L 0xEF 0xBF 0xBD
|
|
1425
|
+
// Result ASCII: OSC l/L 0x1c (file separator)
|
|
1426
|
+
// Result UTF8->ASCII: OSC l/L 0xFD
|
|
1427
|
+
// Test with:
|
|
1428
|
+
// echo -ne '\ePtmux;\e\e[>3t\e\\'
|
|
1429
|
+
// sleep 2 && echo -ne '\ePtmux;\e\e[21t\e\\' & cat -v
|
|
1430
|
+
// -
|
|
1431
|
+
// echo -ne '\e[>3t'
|
|
1432
|
+
// sleep 2 && echo -ne '\e[21t' & cat -v
|
|
1433
|
+
if (parts = /^\x1b\](l|L)([^\x07\x1b]*)$/.exec(s)) {
|
|
1434
|
+
parts[2] = 'rxvt';
|
|
1435
|
+
s = '\x1b]' + parts[1] + parts[2] + '\x1b\\';
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
// CSI Ps ; Ps ; Ps t
|
|
1439
|
+
// Window manipulation (from dtterm, as well as extensions).
|
|
1440
|
+
// These controls may be disabled using the allowWindowOps
|
|
1441
|
+
// resource. Valid values for the first (and any additional
|
|
1442
|
+
// parameters) are:
|
|
1443
|
+
// Ps = 2 0 -> Report xterm window's icon label. Result is
|
|
1444
|
+
// OSC L label ST
|
|
1445
|
+
// Ps = 2 1 -> Report xterm window's title. Result is OSC l
|
|
1446
|
+
// label ST
|
|
1447
|
+
if (parts = /^\x1b\](l|L)([^\x07\x1b]*)(?:\x07|\x1b\\)/.exec(s)) {
|
|
1448
|
+
out.event = 'window-manipulation';
|
|
1449
|
+
out.code = '';
|
|
1450
|
+
|
|
1451
|
+
if (parts[1] === 'L') {
|
|
1452
|
+
out.type = 'window-icon-label';
|
|
1453
|
+
out.text = parts[2];
|
|
1454
|
+
|
|
1455
|
+
// LEGACY
|
|
1456
|
+
out.windowIconLabel = out.text;
|
|
1457
|
+
|
|
1458
|
+
this.emit('response', out);
|
|
1459
|
+
this.emit('response ' + out.event, out);
|
|
1460
|
+
|
|
1461
|
+
return;
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
if (parts[1] === 'l') {
|
|
1465
|
+
out.type = 'window-title';
|
|
1466
|
+
out.text = parts[2];
|
|
1467
|
+
|
|
1468
|
+
// LEGACY
|
|
1469
|
+
out.windowTitle = out.text;
|
|
1470
|
+
|
|
1471
|
+
this.emit('response', out);
|
|
1472
|
+
this.emit('response ' + out.event, out);
|
|
1473
|
+
|
|
1474
|
+
return;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
out.type = 'error';
|
|
1478
|
+
out.text = 'Unhandled: ' + JSON.stringify(parts);
|
|
1479
|
+
|
|
1480
|
+
// LEGACY
|
|
1481
|
+
out.error = out.text;
|
|
1482
|
+
|
|
1483
|
+
this.emit('response', out);
|
|
1484
|
+
this.emit('response ' + out.event, out);
|
|
1485
|
+
|
|
1486
|
+
return;
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1489
|
+
// CSI Ps ' |
|
|
1490
|
+
// Request Locator Position (DECRQLP).
|
|
1491
|
+
// -> CSI Pe ; Pb ; Pr ; Pc ; Pp & w
|
|
1492
|
+
// Parameters are [event;button;row;column;page].
|
|
1493
|
+
// Valid values for the event:
|
|
1494
|
+
// Pe = 0 -> locator unavailable - no other parameters sent.
|
|
1495
|
+
// Pe = 1 -> request - xterm received a DECRQLP.
|
|
1496
|
+
// Pe = 2 -> left button down.
|
|
1497
|
+
// Pe = 3 -> left button up.
|
|
1498
|
+
// Pe = 4 -> middle button down.
|
|
1499
|
+
// Pe = 5 -> middle button up.
|
|
1500
|
+
// Pe = 6 -> right button down.
|
|
1501
|
+
// Pe = 7 -> right button up.
|
|
1502
|
+
// Pe = 8 -> M4 button down.
|
|
1503
|
+
// Pe = 9 -> M4 button up.
|
|
1504
|
+
// Pe = 1 0 -> locator outside filter rectangle.
|
|
1505
|
+
// ``button'' parameter is a bitmask indicating which buttons are
|
|
1506
|
+
// pressed:
|
|
1507
|
+
// Pb = 0 <- no buttons down.
|
|
1508
|
+
// Pb & 1 <- right button down.
|
|
1509
|
+
// Pb & 2 <- middle button down.
|
|
1510
|
+
// Pb & 4 <- left button down.
|
|
1511
|
+
// Pb & 8 <- M4 button down.
|
|
1512
|
+
// ``row'' and ``column'' parameters are the coordinates of the
|
|
1513
|
+
// locator position in the xterm window, encoded as ASCII deci-
|
|
1514
|
+
// mal.
|
|
1515
|
+
// The ``page'' parameter is not used by xterm, and will be omit-
|
|
1516
|
+
// ted.
|
|
1517
|
+
// NOTE:
|
|
1518
|
+
// This is already implemented in the _bindMouse
|
|
1519
|
+
// method, but it might make more sense here.
|
|
1520
|
+
// The xterm mouse documentation says there is a
|
|
1521
|
+
// `<` prefix, the DECRQLP says there is no prefix.
|
|
1522
|
+
if (parts = /^\x1b\[(\d+(?:;\d+){4})&w/.exec(s)) {
|
|
1523
|
+
parts = parts[1].split(';').map(function(ch) {
|
|
1524
|
+
return +ch;
|
|
1525
|
+
});
|
|
1526
|
+
|
|
1527
|
+
out.event = 'locator-position';
|
|
1528
|
+
out.code = 'DECRQLP';
|
|
1529
|
+
|
|
1530
|
+
switch (parts[0]) {
|
|
1531
|
+
case 0:
|
|
1532
|
+
out.status = 'locator-unavailable';
|
|
1533
|
+
break;
|
|
1534
|
+
case 1:
|
|
1535
|
+
out.status = 'request';
|
|
1536
|
+
break;
|
|
1537
|
+
case 2:
|
|
1538
|
+
out.status = 'left-button-down';
|
|
1539
|
+
break;
|
|
1540
|
+
case 3:
|
|
1541
|
+
out.status = 'left-button-up';
|
|
1542
|
+
break;
|
|
1543
|
+
case 4:
|
|
1544
|
+
out.status = 'middle-button-down';
|
|
1545
|
+
break;
|
|
1546
|
+
case 5:
|
|
1547
|
+
out.status = 'middle-button-up';
|
|
1548
|
+
break;
|
|
1549
|
+
case 6:
|
|
1550
|
+
out.status = 'right-button-down';
|
|
1551
|
+
break;
|
|
1552
|
+
case 7:
|
|
1553
|
+
out.status = 'right-button-up';
|
|
1554
|
+
break;
|
|
1555
|
+
case 8:
|
|
1556
|
+
out.status = 'm4-button-down';
|
|
1557
|
+
break;
|
|
1558
|
+
case 9:
|
|
1559
|
+
out.status = 'm4-button-up';
|
|
1560
|
+
break;
|
|
1561
|
+
case 10:
|
|
1562
|
+
out.status = 'locator-outside';
|
|
1563
|
+
break;
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
out.mask = parts[1];
|
|
1567
|
+
out.row = parts[2];
|
|
1568
|
+
out.col = parts[3];
|
|
1569
|
+
out.page = parts[4];
|
|
1570
|
+
|
|
1571
|
+
// LEGACY
|
|
1572
|
+
out.locatorPosition = out;
|
|
1573
|
+
|
|
1574
|
+
this.emit('response', out);
|
|
1575
|
+
this.emit('response ' + out.event, out);
|
|
1576
|
+
|
|
1577
|
+
return;
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
// OSC Ps ; Pt BEL
|
|
1581
|
+
// OSC Ps ; Pt ST
|
|
1582
|
+
// Set Text Parameters
|
|
1583
|
+
if (parts = /^\x1b\](\d+);([^\x07\x1b]+)(?:\x07|\x1b\\)/.exec(s)) {
|
|
1584
|
+
out.event = 'text-params';
|
|
1585
|
+
out.code = 'Set Text Parameters';
|
|
1586
|
+
out.ps = +s[1];
|
|
1587
|
+
out.pt = s[2];
|
|
1588
|
+
this.emit('response', out);
|
|
1589
|
+
this.emit('response ' + out.event, out);
|
|
1590
|
+
}
|
|
1591
|
+
};
|
|
1592
|
+
|
|
1593
|
+
Program.prototype.response = function(name, text, callback, noBypass) {
|
|
1594
|
+
var self = this;
|
|
1595
|
+
|
|
1596
|
+
if (arguments.length === 2) {
|
|
1597
|
+
callback = text;
|
|
1598
|
+
text = name;
|
|
1599
|
+
name = null;
|
|
1600
|
+
}
|
|
1601
|
+
|
|
1602
|
+
if (!callback) {
|
|
1603
|
+
callback = function() {};
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
this.bindResponse();
|
|
1607
|
+
|
|
1608
|
+
name = name
|
|
1609
|
+
? 'response ' + name
|
|
1610
|
+
: 'response';
|
|
1611
|
+
|
|
1612
|
+
var onresponse;
|
|
1613
|
+
|
|
1614
|
+
this.once(name, onresponse = function(event) {
|
|
1615
|
+
if (timeout) clearTimeout(timeout);
|
|
1616
|
+
if (event.type === 'error') {
|
|
1617
|
+
return callback(new Error(event.event + ': ' + event.text));
|
|
1618
|
+
}
|
|
1619
|
+
return callback(null, event);
|
|
1620
|
+
});
|
|
1621
|
+
|
|
1622
|
+
var timeout = setTimeout(function() {
|
|
1623
|
+
self.removeListener(name, onresponse);
|
|
1624
|
+
return callback(new Error('Timeout.'));
|
|
1625
|
+
}, 2000);
|
|
1626
|
+
|
|
1627
|
+
return noBypass
|
|
1628
|
+
? this._write(text)
|
|
1629
|
+
: this._twrite(text);
|
|
1630
|
+
};
|
|
1631
|
+
|
|
1632
|
+
Program.prototype._owrite =
|
|
1633
|
+
Program.prototype.write = function(text) {
|
|
1634
|
+
if (!this.output.writable) return;
|
|
1635
|
+
return this.output.write(text);
|
|
1636
|
+
};
|
|
1637
|
+
|
|
1638
|
+
Program.prototype._buffer = function(text) {
|
|
1639
|
+
if (this._exiting) {
|
|
1640
|
+
this.flush();
|
|
1641
|
+
this._owrite(text);
|
|
1642
|
+
return;
|
|
1643
|
+
}
|
|
1644
|
+
|
|
1645
|
+
if (this._buf) {
|
|
1646
|
+
this._buf += text;
|
|
1647
|
+
return;
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
this._buf = text;
|
|
1651
|
+
|
|
1652
|
+
nextTick(this._flush);
|
|
1653
|
+
|
|
1654
|
+
return true;
|
|
1655
|
+
};
|
|
1656
|
+
|
|
1657
|
+
Program.prototype.flush = function() {
|
|
1658
|
+
if (!this._buf) return;
|
|
1659
|
+
this._owrite(this._buf);
|
|
1660
|
+
this._buf = '';
|
|
1661
|
+
};
|
|
1662
|
+
|
|
1663
|
+
Program.prototype._write = function(text) {
|
|
1664
|
+
if (this.ret) return text;
|
|
1665
|
+
if (this.useBuffer) {
|
|
1666
|
+
return this._buffer(text);
|
|
1667
|
+
}
|
|
1668
|
+
return this._owrite(text);
|
|
1669
|
+
};
|
|
1670
|
+
|
|
1671
|
+
// Example: `DCS tmux; ESC Pt ST`
|
|
1672
|
+
// Real: `DCS tmux; ESC Pt ESC \`
|
|
1673
|
+
Program.prototype._twrite = function(data) {
|
|
1674
|
+
var self = this
|
|
1675
|
+
, iterations = 0
|
|
1676
|
+
, timer;
|
|
1677
|
+
|
|
1678
|
+
if (this.tmux) {
|
|
1679
|
+
// Replace all STs with BELs so they can be nested within the DCS code.
|
|
1680
|
+
data = data.replace(/\x1b\\/g, '\x07');
|
|
1681
|
+
|
|
1682
|
+
// Wrap in tmux forward DCS:
|
|
1683
|
+
data = '\x1bPtmux;\x1b' + data + '\x1b\\';
|
|
1684
|
+
|
|
1685
|
+
// If we've never even flushed yet, it means we're still in
|
|
1686
|
+
// the normal buffer. Wait for alt screen buffer.
|
|
1687
|
+
if (this.output.bytesWritten === 0) {
|
|
1688
|
+
timer = setInterval(function() {
|
|
1689
|
+
if (self.output.bytesWritten > 0 || ++iterations === 50) {
|
|
1690
|
+
clearInterval(timer);
|
|
1691
|
+
self.flush();
|
|
1692
|
+
self._owrite(data);
|
|
1693
|
+
}
|
|
1694
|
+
}, 100);
|
|
1695
|
+
return true;
|
|
1696
|
+
}
|
|
1697
|
+
|
|
1698
|
+
// NOTE: Flushing the buffer is required in some cases.
|
|
1699
|
+
// The DCS code must be at the start of the output.
|
|
1700
|
+
this.flush();
|
|
1701
|
+
|
|
1702
|
+
// Write out raw now that the buffer is flushed.
|
|
1703
|
+
return this._owrite(data);
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1706
|
+
return this._write(data);
|
|
1707
|
+
};
|
|
1708
|
+
|
|
1709
|
+
Program.prototype.echo =
|
|
1710
|
+
Program.prototype.print = function(text, attr) {
|
|
1711
|
+
return attr
|
|
1712
|
+
? this._write(this.text(text, attr))
|
|
1713
|
+
: this._write(text);
|
|
1714
|
+
};
|
|
1715
|
+
|
|
1716
|
+
Program.prototype._ncoords = function() {
|
|
1717
|
+
if (this.x < 0) this.x = 0;
|
|
1718
|
+
else if (this.x >= this.cols) this.x = this.cols - 1;
|
|
1719
|
+
if (this.y < 0) this.y = 0;
|
|
1720
|
+
else if (this.y >= this.rows) this.y = this.rows - 1;
|
|
1721
|
+
};
|
|
1722
|
+
|
|
1723
|
+
Program.prototype.setx = function(x) {
|
|
1724
|
+
return this.cursorCharAbsolute(x);
|
|
1725
|
+
// return this.charPosAbsolute(x);
|
|
1726
|
+
};
|
|
1727
|
+
|
|
1728
|
+
Program.prototype.sety = function(y) {
|
|
1729
|
+
return this.linePosAbsolute(y);
|
|
1730
|
+
};
|
|
1731
|
+
|
|
1732
|
+
Program.prototype.move = function(x, y) {
|
|
1733
|
+
return this.cursorPos(y, x);
|
|
1734
|
+
};
|
|
1735
|
+
|
|
1736
|
+
// TODO: Fix cud and cuu calls.
|
|
1737
|
+
Program.prototype.omove = function(x, y) {
|
|
1738
|
+
if (!this.zero) {
|
|
1739
|
+
x = (x || 1) - 1;
|
|
1740
|
+
y = (y || 1) - 1;
|
|
1741
|
+
} else {
|
|
1742
|
+
x = x || 0;
|
|
1743
|
+
y = y || 0;
|
|
1744
|
+
}
|
|
1745
|
+
if (y === this.y && x === this.x) {
|
|
1746
|
+
return;
|
|
1747
|
+
}
|
|
1748
|
+
if (y === this.y) {
|
|
1749
|
+
if (x > this.x) {
|
|
1750
|
+
this.cuf(x - this.x);
|
|
1751
|
+
} else if (x < this.x) {
|
|
1752
|
+
this.cub(this.x - x);
|
|
1753
|
+
}
|
|
1754
|
+
} else if (x === this.x) {
|
|
1755
|
+
if (y > this.y) {
|
|
1756
|
+
this.cud(y - this.y);
|
|
1757
|
+
} else if (y < this.y) {
|
|
1758
|
+
this.cuu(this.y - y);
|
|
1759
|
+
}
|
|
1760
|
+
} else {
|
|
1761
|
+
if (!this.zero) x++, y++;
|
|
1762
|
+
this.cup(y, x);
|
|
1763
|
+
}
|
|
1764
|
+
};
|
|
1765
|
+
|
|
1766
|
+
Program.prototype.rsetx = function(x) {
|
|
1767
|
+
// return this.HPositionRelative(x);
|
|
1768
|
+
if (!x) return;
|
|
1769
|
+
return x > 0
|
|
1770
|
+
? this.forward(x)
|
|
1771
|
+
: this.back(-x);
|
|
1772
|
+
};
|
|
1773
|
+
|
|
1774
|
+
Program.prototype.rsety = function(y) {
|
|
1775
|
+
// return this.VPositionRelative(y);
|
|
1776
|
+
if (!y) return;
|
|
1777
|
+
return y > 0
|
|
1778
|
+
? this.up(y)
|
|
1779
|
+
: this.down(-y);
|
|
1780
|
+
};
|
|
1781
|
+
|
|
1782
|
+
Program.prototype.rmove = function(x, y) {
|
|
1783
|
+
this.rsetx(x);
|
|
1784
|
+
this.rsety(y);
|
|
1785
|
+
};
|
|
1786
|
+
|
|
1787
|
+
Program.prototype.simpleInsert = function(ch, i, attr) {
|
|
1788
|
+
return this._write(this.repeat(ch, i), attr);
|
|
1789
|
+
};
|
|
1790
|
+
|
|
1791
|
+
Program.prototype.repeat = function(ch, i) {
|
|
1792
|
+
if (!i || i < 0) i = 0;
|
|
1793
|
+
return Array(i + 1).join(ch);
|
|
1794
|
+
};
|
|
1795
|
+
|
|
1796
|
+
Program.prototype.__defineGetter__('title', function() {
|
|
1797
|
+
return this._title;
|
|
1798
|
+
});
|
|
1799
|
+
|
|
1800
|
+
Program.prototype.__defineSetter__('title', function(title) {
|
|
1801
|
+
this.setTitle(title);
|
|
1802
|
+
return this._title;
|
|
1803
|
+
});
|
|
1804
|
+
|
|
1805
|
+
// Specific to iTerm2, but I think it's really cool.
|
|
1806
|
+
// Example:
|
|
1807
|
+
// if (!screen.copyToClipboard(text)) {
|
|
1808
|
+
// execClipboardProgram(text);
|
|
1809
|
+
// }
|
|
1810
|
+
Program.prototype.copyToClipboard = function(text) {
|
|
1811
|
+
if (this.isiTerm2) {
|
|
1812
|
+
this._twrite('\x1b]50;CopyToCliboard=' + text + '\x07');
|
|
1813
|
+
return true;
|
|
1814
|
+
}
|
|
1815
|
+
return false;
|
|
1816
|
+
};
|
|
1817
|
+
|
|
1818
|
+
// Only XTerm and iTerm2. If you know of any others, post them.
|
|
1819
|
+
Program.prototype.cursorShape = function(shape, blink) {
|
|
1820
|
+
if (this.isiTerm2) {
|
|
1821
|
+
switch (shape) {
|
|
1822
|
+
case 'block':
|
|
1823
|
+
if (!blink) {
|
|
1824
|
+
this._twrite('\x1b]50;CursorShape=0;BlinkingCursorEnabled=0\x07');
|
|
1825
|
+
} else {
|
|
1826
|
+
this._twrite('\x1b]50;CursorShape=0;BlinkingCursorEnabled=1\x07');
|
|
1827
|
+
}
|
|
1828
|
+
break;
|
|
1829
|
+
case 'underline':
|
|
1830
|
+
if (!blink) {
|
|
1831
|
+
// this._twrite('\x1b]50;CursorShape=n;BlinkingCursorEnabled=0\x07');
|
|
1832
|
+
} else {
|
|
1833
|
+
// this._twrite('\x1b]50;CursorShape=n;BlinkingCursorEnabled=1\x07');
|
|
1834
|
+
}
|
|
1835
|
+
break;
|
|
1836
|
+
case 'line':
|
|
1837
|
+
if (!blink) {
|
|
1838
|
+
this._twrite('\x1b]50;CursorShape=1;BlinkingCursorEnabled=0\x07');
|
|
1839
|
+
} else {
|
|
1840
|
+
this._twrite('\x1b]50;CursorShape=1;BlinkingCursorEnabled=1\x07');
|
|
1841
|
+
}
|
|
1842
|
+
break;
|
|
1843
|
+
}
|
|
1844
|
+
return true;
|
|
1845
|
+
} else if (this.term('xterm') || this.term('screen')) {
|
|
1846
|
+
switch (shape) {
|
|
1847
|
+
case 'block':
|
|
1848
|
+
if (!blink) {
|
|
1849
|
+
this._twrite('\x1b[0 q');
|
|
1850
|
+
} else {
|
|
1851
|
+
this._twrite('\x1b[1 q');
|
|
1852
|
+
}
|
|
1853
|
+
break;
|
|
1854
|
+
case 'underline':
|
|
1855
|
+
if (!blink) {
|
|
1856
|
+
this._twrite('\x1b[2 q');
|
|
1857
|
+
} else {
|
|
1858
|
+
this._twrite('\x1b[3 q');
|
|
1859
|
+
}
|
|
1860
|
+
break;
|
|
1861
|
+
case 'line':
|
|
1862
|
+
if (!blink) {
|
|
1863
|
+
this._twrite('\x1b[4 q');
|
|
1864
|
+
} else {
|
|
1865
|
+
this._twrite('\x1b[5 q');
|
|
1866
|
+
}
|
|
1867
|
+
break;
|
|
1868
|
+
}
|
|
1869
|
+
return true;
|
|
1870
|
+
}
|
|
1871
|
+
return false;
|
|
1872
|
+
};
|
|
1873
|
+
|
|
1874
|
+
Program.prototype.cursorColor = function(color) {
|
|
1875
|
+
if (this.term('xterm') || this.term('rxvt') || this.term('screen')) {
|
|
1876
|
+
this._twrite('\x1b]12;' + color + '\x07');
|
|
1877
|
+
return true;
|
|
1878
|
+
}
|
|
1879
|
+
return false;
|
|
1880
|
+
};
|
|
1881
|
+
|
|
1882
|
+
Program.prototype.cursorReset =
|
|
1883
|
+
Program.prototype.resetCursor = function() {
|
|
1884
|
+
if (this.term('xterm') || this.term('rxvt') || this.term('screen')) {
|
|
1885
|
+
// XXX
|
|
1886
|
+
// return this.resetColors();
|
|
1887
|
+
this._twrite('\x1b[0 q');
|
|
1888
|
+
this._twrite('\x1b]112\x07');
|
|
1889
|
+
// urxvt doesnt support OSC 112
|
|
1890
|
+
this._twrite('\x1b]12;white\x07');
|
|
1891
|
+
return true;
|
|
1892
|
+
}
|
|
1893
|
+
return false;
|
|
1894
|
+
};
|
|
1895
|
+
|
|
1896
|
+
Program.prototype.getTextParams = function(param, callback) {
|
|
1897
|
+
return this.response('text-params', '\x1b]' + param + ';?\x07', function(err, data) {
|
|
1898
|
+
if (err) return callback(err);
|
|
1899
|
+
return callback(null, data.pt);
|
|
1900
|
+
});
|
|
1901
|
+
};
|
|
1902
|
+
|
|
1903
|
+
Program.prototype.getCursorColor = function(callback) {
|
|
1904
|
+
return this.getTextParams(12, callback);
|
|
1905
|
+
};
|
|
1906
|
+
|
|
1907
|
+
/**
|
|
1908
|
+
* Normal
|
|
1909
|
+
*/
|
|
1910
|
+
|
|
1911
|
+
//Program.prototype.pad =
|
|
1912
|
+
Program.prototype.nul = function() {
|
|
1913
|
+
//if (this.has('pad')) return this.put.pad();
|
|
1914
|
+
return this._write('\x80');
|
|
1915
|
+
};
|
|
1916
|
+
|
|
1917
|
+
Program.prototype.bel =
|
|
1918
|
+
Program.prototype.bell = function() {
|
|
1919
|
+
if (this.has('bel')) return this.put.bel();
|
|
1920
|
+
return this._write('\x07');
|
|
1921
|
+
};
|
|
1922
|
+
|
|
1923
|
+
Program.prototype.vtab = function() {
|
|
1924
|
+
this.y++;
|
|
1925
|
+
this._ncoords();
|
|
1926
|
+
return this._write('\x0b');
|
|
1927
|
+
};
|
|
1928
|
+
|
|
1929
|
+
Program.prototype.ff =
|
|
1930
|
+
Program.prototype.form = function() {
|
|
1931
|
+
if (this.has('ff')) return this.put.ff();
|
|
1932
|
+
return this._write('\x0c');
|
|
1933
|
+
};
|
|
1934
|
+
|
|
1935
|
+
Program.prototype.kbs =
|
|
1936
|
+
Program.prototype.backspace = function() {
|
|
1937
|
+
this.x--;
|
|
1938
|
+
this._ncoords();
|
|
1939
|
+
if (this.has('kbs')) return this.put.kbs();
|
|
1940
|
+
return this._write('\x08');
|
|
1941
|
+
};
|
|
1942
|
+
|
|
1943
|
+
Program.prototype.ht =
|
|
1944
|
+
Program.prototype.tab = function() {
|
|
1945
|
+
this.x += 8;
|
|
1946
|
+
this._ncoords();
|
|
1947
|
+
if (this.has('ht')) return this.put.ht();
|
|
1948
|
+
return this._write('\t');
|
|
1949
|
+
};
|
|
1950
|
+
|
|
1951
|
+
Program.prototype.shiftOut = function() {
|
|
1952
|
+
// if (this.has('S2')) return this.put.S2();
|
|
1953
|
+
return this._write('\x0e');
|
|
1954
|
+
};
|
|
1955
|
+
|
|
1956
|
+
Program.prototype.shiftIn = function() {
|
|
1957
|
+
// if (this.has('S3')) return this.put.S3();
|
|
1958
|
+
return this._write('\x0f');
|
|
1959
|
+
};
|
|
1960
|
+
|
|
1961
|
+
Program.prototype.cr =
|
|
1962
|
+
Program.prototype.return = function() {
|
|
1963
|
+
this.x = 0;
|
|
1964
|
+
if (this.has('cr')) return this.put.cr();
|
|
1965
|
+
return this._write('\r');
|
|
1966
|
+
};
|
|
1967
|
+
|
|
1968
|
+
Program.prototype.nel =
|
|
1969
|
+
Program.prototype.newline =
|
|
1970
|
+
Program.prototype.feed = function() {
|
|
1971
|
+
if (this.tput && this.tput.bools.eat_newline_glitch && this.x >= this.cols) {
|
|
1972
|
+
return;
|
|
1973
|
+
}
|
|
1974
|
+
this.x = 0;
|
|
1975
|
+
this.y++;
|
|
1976
|
+
this._ncoords();
|
|
1977
|
+
if (this.has('nel')) return this.put.nel();
|
|
1978
|
+
return this._write('\n');
|
|
1979
|
+
};
|
|
1980
|
+
|
|
1981
|
+
/**
|
|
1982
|
+
* Esc
|
|
1983
|
+
*/
|
|
1984
|
+
|
|
1985
|
+
// ESC D Index (IND is 0x84).
|
|
1986
|
+
Program.prototype.ind =
|
|
1987
|
+
Program.prototype.index = function() {
|
|
1988
|
+
this.y++;
|
|
1989
|
+
this._ncoords();
|
|
1990
|
+
if (this.tput) return this.put.ind();
|
|
1991
|
+
return this._write('\x1bD');
|
|
1992
|
+
};
|
|
1993
|
+
|
|
1994
|
+
// ESC M Reverse Index (RI is 0x8d).
|
|
1995
|
+
Program.prototype.ri =
|
|
1996
|
+
Program.prototype.reverse =
|
|
1997
|
+
Program.prototype.reverseIndex = function() {
|
|
1998
|
+
this.y--;
|
|
1999
|
+
this._ncoords();
|
|
2000
|
+
if (this.tput) return this.put.ri();
|
|
2001
|
+
return this._write('\x1bM');
|
|
2002
|
+
};
|
|
2003
|
+
|
|
2004
|
+
// ESC E Next Line (NEL is 0x85).
|
|
2005
|
+
Program.prototype.nextLine = function() {
|
|
2006
|
+
this.y++;
|
|
2007
|
+
this.x = 0;
|
|
2008
|
+
this._ncoords();
|
|
2009
|
+
if (this.has('nel')) return this.put.nel();
|
|
2010
|
+
return this._write('\x1bE');
|
|
2011
|
+
};
|
|
2012
|
+
|
|
2013
|
+
// ESC c Full Reset (RIS).
|
|
2014
|
+
Program.prototype.reset = function() {
|
|
2015
|
+
this.x = this.y = 0;
|
|
2016
|
+
if (this.has('rs1') || this.has('ris')) {
|
|
2017
|
+
return this.has('rs1')
|
|
2018
|
+
? this.put.rs1()
|
|
2019
|
+
: this.put.ris();
|
|
2020
|
+
}
|
|
2021
|
+
return this._write('\x1bc');
|
|
2022
|
+
};
|
|
2023
|
+
|
|
2024
|
+
// ESC H Tab Set (HTS is 0x88).
|
|
2025
|
+
Program.prototype.tabSet = function() {
|
|
2026
|
+
if (this.tput) return this.put.hts();
|
|
2027
|
+
return this._write('\x1bH');
|
|
2028
|
+
};
|
|
2029
|
+
|
|
2030
|
+
// ESC 7 Save Cursor (DECSC).
|
|
2031
|
+
Program.prototype.sc =
|
|
2032
|
+
Program.prototype.saveCursor = function(key) {
|
|
2033
|
+
if (key) return this.lsaveCursor(key);
|
|
2034
|
+
this.savedX = this.x || 0;
|
|
2035
|
+
this.savedY = this.y || 0;
|
|
2036
|
+
if (this.tput) return this.put.sc();
|
|
2037
|
+
return this._write('\x1b7');
|
|
2038
|
+
};
|
|
2039
|
+
|
|
2040
|
+
// ESC 8 Restore Cursor (DECRC).
|
|
2041
|
+
Program.prototype.rc =
|
|
2042
|
+
Program.prototype.restoreCursor = function(key, hide) {
|
|
2043
|
+
if (key) return this.lrestoreCursor(key, hide);
|
|
2044
|
+
this.x = this.savedX || 0;
|
|
2045
|
+
this.y = this.savedY || 0;
|
|
2046
|
+
if (this.tput) return this.put.rc();
|
|
2047
|
+
return this._write('\x1b8');
|
|
2048
|
+
};
|
|
2049
|
+
|
|
2050
|
+
// Save Cursor Locally
|
|
2051
|
+
Program.prototype.lsaveCursor = function(key) {
|
|
2052
|
+
key = key || 'local';
|
|
2053
|
+
this._saved = this._saved || {};
|
|
2054
|
+
this._saved[key] = this._saved[key] || {};
|
|
2055
|
+
this._saved[key].x = this.x;
|
|
2056
|
+
this._saved[key].y = this.y;
|
|
2057
|
+
this._saved[key].hidden = this.cursorHidden;
|
|
2058
|
+
};
|
|
2059
|
+
|
|
2060
|
+
// Restore Cursor Locally
|
|
2061
|
+
Program.prototype.lrestoreCursor = function(key, hide) {
|
|
2062
|
+
var pos;
|
|
2063
|
+
key = key || 'local';
|
|
2064
|
+
if (!this._saved || !this._saved[key]) return;
|
|
2065
|
+
pos = this._saved[key];
|
|
2066
|
+
//delete this._saved[key];
|
|
2067
|
+
this.cup(pos.y, pos.x);
|
|
2068
|
+
if (hide && pos.hidden !== this.cursorHidden) {
|
|
2069
|
+
if (pos.hidden) {
|
|
2070
|
+
this.hideCursor();
|
|
2071
|
+
} else {
|
|
2072
|
+
this.showCursor();
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
2075
|
+
};
|
|
2076
|
+
|
|
2077
|
+
// ESC # 3 DEC line height/width
|
|
2078
|
+
Program.prototype.lineHeight = function() {
|
|
2079
|
+
return this._write('\x1b#');
|
|
2080
|
+
};
|
|
2081
|
+
|
|
2082
|
+
// ESC (,),*,+,-,. Designate G0-G2 Character Set.
|
|
2083
|
+
Program.prototype.charset = function(val, level) {
|
|
2084
|
+
level = level || 0;
|
|
2085
|
+
|
|
2086
|
+
// See also:
|
|
2087
|
+
// acs_chars / acsc / ac
|
|
2088
|
+
// enter_alt_charset_mode / smacs / as
|
|
2089
|
+
// exit_alt_charset_mode / rmacs / ae
|
|
2090
|
+
// enter_pc_charset_mode / smpch / S2
|
|
2091
|
+
// exit_pc_charset_mode / rmpch / S3
|
|
2092
|
+
|
|
2093
|
+
switch (level) {
|
|
2094
|
+
case 0:
|
|
2095
|
+
level = '(';
|
|
2096
|
+
break;
|
|
2097
|
+
case 1:
|
|
2098
|
+
level = ')';
|
|
2099
|
+
break;
|
|
2100
|
+
case 2:
|
|
2101
|
+
level = '*';
|
|
2102
|
+
break;
|
|
2103
|
+
case 3:
|
|
2104
|
+
level = '+';
|
|
2105
|
+
break;
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2108
|
+
var name = typeof val === 'string'
|
|
2109
|
+
? val.toLowerCase()
|
|
2110
|
+
: val;
|
|
2111
|
+
|
|
2112
|
+
switch (name) {
|
|
2113
|
+
case 'acs':
|
|
2114
|
+
case 'scld': // DEC Special Character and Line Drawing Set.
|
|
2115
|
+
if (this.tput) return this.put.smacs();
|
|
2116
|
+
val = '0';
|
|
2117
|
+
break;
|
|
2118
|
+
case 'uk': // UK
|
|
2119
|
+
val = 'A';
|
|
2120
|
+
break;
|
|
2121
|
+
case 'us': // United States (USASCII).
|
|
2122
|
+
case 'usascii':
|
|
2123
|
+
case 'ascii':
|
|
2124
|
+
if (this.tput) return this.put.rmacs();
|
|
2125
|
+
val = 'B';
|
|
2126
|
+
break;
|
|
2127
|
+
case 'dutch': // Dutch
|
|
2128
|
+
val = '4';
|
|
2129
|
+
break;
|
|
2130
|
+
case 'finnish': // Finnish
|
|
2131
|
+
val = 'C';
|
|
2132
|
+
val = '5';
|
|
2133
|
+
break;
|
|
2134
|
+
case 'french': // French
|
|
2135
|
+
val = 'R';
|
|
2136
|
+
break;
|
|
2137
|
+
case 'frenchcanadian': // FrenchCanadian
|
|
2138
|
+
val = 'Q';
|
|
2139
|
+
break;
|
|
2140
|
+
case 'german': // German
|
|
2141
|
+
val = 'K';
|
|
2142
|
+
break;
|
|
2143
|
+
case 'italian': // Italian
|
|
2144
|
+
val = 'Y';
|
|
2145
|
+
break;
|
|
2146
|
+
case 'norwegiandanish': // NorwegianDanish
|
|
2147
|
+
val = 'E';
|
|
2148
|
+
val = '6';
|
|
2149
|
+
break;
|
|
2150
|
+
case 'spanish': // Spanish
|
|
2151
|
+
val = 'Z';
|
|
2152
|
+
break;
|
|
2153
|
+
case 'swedish': // Swedish
|
|
2154
|
+
val = 'H';
|
|
2155
|
+
val = '7';
|
|
2156
|
+
break;
|
|
2157
|
+
case 'swiss': // Swiss
|
|
2158
|
+
val = '=';
|
|
2159
|
+
break;
|
|
2160
|
+
case 'isolatin': // ISOLatin (actually /A)
|
|
2161
|
+
val = '/A';
|
|
2162
|
+
break;
|
|
2163
|
+
default: // Default
|
|
2164
|
+
if (this.tput) return this.put.rmacs();
|
|
2165
|
+
val = 'B';
|
|
2166
|
+
break;
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2169
|
+
return this._write('\x1b(' + val);
|
|
2170
|
+
};
|
|
2171
|
+
|
|
2172
|
+
Program.prototype.enter_alt_charset_mode =
|
|
2173
|
+
Program.prototype.as =
|
|
2174
|
+
Program.prototype.smacs = function() {
|
|
2175
|
+
return this.charset('acs');
|
|
2176
|
+
};
|
|
2177
|
+
|
|
2178
|
+
Program.prototype.exit_alt_charset_mode =
|
|
2179
|
+
Program.prototype.ae =
|
|
2180
|
+
Program.prototype.rmacs = function() {
|
|
2181
|
+
return this.charset('ascii');
|
|
2182
|
+
};
|
|
2183
|
+
|
|
2184
|
+
// ESC N
|
|
2185
|
+
// Single Shift Select of G2 Character Set
|
|
2186
|
+
// ( SS2 is 0x8e). This affects next character only.
|
|
2187
|
+
// ESC O
|
|
2188
|
+
// Single Shift Select of G3 Character Set
|
|
2189
|
+
// ( SS3 is 0x8f). This affects next character only.
|
|
2190
|
+
// ESC n
|
|
2191
|
+
// Invoke the G2 Character Set as GL (LS2).
|
|
2192
|
+
// ESC o
|
|
2193
|
+
// Invoke the G3 Character Set as GL (LS3).
|
|
2194
|
+
// ESC |
|
|
2195
|
+
// Invoke the G3 Character Set as GR (LS3R).
|
|
2196
|
+
// ESC }
|
|
2197
|
+
// Invoke the G2 Character Set as GR (LS2R).
|
|
2198
|
+
// ESC ~
|
|
2199
|
+
// Invoke the G1 Character Set as GR (LS1R).
|
|
2200
|
+
Program.prototype.setG = function(val) {
|
|
2201
|
+
// if (this.tput) return this.put.S2();
|
|
2202
|
+
// if (this.tput) return this.put.S3();
|
|
2203
|
+
switch (val) {
|
|
2204
|
+
case 1:
|
|
2205
|
+
val = '~'; // GR
|
|
2206
|
+
break;
|
|
2207
|
+
case 2:
|
|
2208
|
+
val = 'n'; // GL
|
|
2209
|
+
val = '}'; // GR
|
|
2210
|
+
val = 'N'; // Next Char Only
|
|
2211
|
+
break;
|
|
2212
|
+
case 3:
|
|
2213
|
+
val = 'o'; // GL
|
|
2214
|
+
val = '|'; // GR
|
|
2215
|
+
val = 'O'; // Next Char Only
|
|
2216
|
+
break;
|
|
2217
|
+
}
|
|
2218
|
+
return this._write('\x1b' + val);
|
|
2219
|
+
};
|
|
2220
|
+
|
|
2221
|
+
/**
|
|
2222
|
+
* OSC
|
|
2223
|
+
*/
|
|
2224
|
+
|
|
2225
|
+
// OSC Ps ; Pt ST
|
|
2226
|
+
// OSC Ps ; Pt BEL
|
|
2227
|
+
// Set Text Parameters.
|
|
2228
|
+
Program.prototype.setTitle = function(title) {
|
|
2229
|
+
this._title = title;
|
|
2230
|
+
|
|
2231
|
+
// if (this.term('screen')) {
|
|
2232
|
+
// // Tmux pane
|
|
2233
|
+
// // if (this.tmux) {
|
|
2234
|
+
// // return this._write('\x1b]2;' + title + '\x1b\\');
|
|
2235
|
+
// // }
|
|
2236
|
+
// return this._write('\x1bk' + title + '\x1b\\');
|
|
2237
|
+
// }
|
|
2238
|
+
|
|
2239
|
+
return this._twrite('\x1b]0;' + title + '\x07');
|
|
2240
|
+
};
|
|
2241
|
+
|
|
2242
|
+
// OSC Ps ; Pt ST
|
|
2243
|
+
// OSC Ps ; Pt BEL
|
|
2244
|
+
// Reset colors
|
|
2245
|
+
Program.prototype.resetColors = function(param) {
|
|
2246
|
+
if (this.has('Cr')) {
|
|
2247
|
+
return this.put.Cr(param);
|
|
2248
|
+
}
|
|
2249
|
+
return this._twrite('\x1b]112\x07');
|
|
2250
|
+
//return this._twrite('\x1b]112;' + param + '\x07');
|
|
2251
|
+
};
|
|
2252
|
+
|
|
2253
|
+
// OSC Ps ; Pt ST
|
|
2254
|
+
// OSC Ps ; Pt BEL
|
|
2255
|
+
// Change dynamic colors
|
|
2256
|
+
Program.prototype.dynamicColors = function(param) {
|
|
2257
|
+
if (this.has('Cs')) {
|
|
2258
|
+
return this.put.Cs(param);
|
|
2259
|
+
}
|
|
2260
|
+
return this._twrite('\x1b]12;' + param + '\x07');
|
|
2261
|
+
};
|
|
2262
|
+
|
|
2263
|
+
// OSC Ps ; Pt ST
|
|
2264
|
+
// OSC Ps ; Pt BEL
|
|
2265
|
+
// Sel data
|
|
2266
|
+
Program.prototype.selData = function(a, b) {
|
|
2267
|
+
if (this.has('Ms')) {
|
|
2268
|
+
return this.put.Ms(a, b);
|
|
2269
|
+
}
|
|
2270
|
+
return this._twrite('\x1b]52;' + a + ';' + b + '\x07');
|
|
2271
|
+
};
|
|
2272
|
+
|
|
2273
|
+
/**
|
|
2274
|
+
* CSI
|
|
2275
|
+
*/
|
|
2276
|
+
|
|
2277
|
+
// CSI Ps A
|
|
2278
|
+
// Cursor Up Ps Times (default = 1) (CUU).
|
|
2279
|
+
Program.prototype.cuu =
|
|
2280
|
+
Program.prototype.up =
|
|
2281
|
+
Program.prototype.cursorUp = function(param) {
|
|
2282
|
+
this.y -= param || 1;
|
|
2283
|
+
this._ncoords();
|
|
2284
|
+
if (this.tput) {
|
|
2285
|
+
if (!this.tput.strings.parm_up_cursor) {
|
|
2286
|
+
return this._write(this.repeat(this.tput.cuu1(), param));
|
|
2287
|
+
}
|
|
2288
|
+
return this.put.cuu(param);
|
|
2289
|
+
}
|
|
2290
|
+
return this._write('\x1b[' + (param || '') + 'A');
|
|
2291
|
+
};
|
|
2292
|
+
|
|
2293
|
+
// CSI Ps B
|
|
2294
|
+
// Cursor Down Ps Times (default = 1) (CUD).
|
|
2295
|
+
Program.prototype.cud =
|
|
2296
|
+
Program.prototype.down =
|
|
2297
|
+
Program.prototype.cursorDown = function(param) {
|
|
2298
|
+
this.y += param || 1;
|
|
2299
|
+
this._ncoords();
|
|
2300
|
+
if (this.tput) {
|
|
2301
|
+
if (!this.tput.strings.parm_down_cursor) {
|
|
2302
|
+
return this._write(this.repeat(this.tput.cud1(), param));
|
|
2303
|
+
}
|
|
2304
|
+
return this.put.cud(param);
|
|
2305
|
+
}
|
|
2306
|
+
return this._write('\x1b[' + (param || '') + 'B');
|
|
2307
|
+
};
|
|
2308
|
+
|
|
2309
|
+
// CSI Ps C
|
|
2310
|
+
// Cursor Forward Ps Times (default = 1) (CUF).
|
|
2311
|
+
Program.prototype.cuf =
|
|
2312
|
+
Program.prototype.right =
|
|
2313
|
+
Program.prototype.forward =
|
|
2314
|
+
Program.prototype.cursorForward = function(param) {
|
|
2315
|
+
this.x += param || 1;
|
|
2316
|
+
this._ncoords();
|
|
2317
|
+
if (this.tput) {
|
|
2318
|
+
if (!this.tput.strings.parm_right_cursor) {
|
|
2319
|
+
return this._write(this.repeat(this.tput.cuf1(), param));
|
|
2320
|
+
}
|
|
2321
|
+
return this.put.cuf(param);
|
|
2322
|
+
}
|
|
2323
|
+
return this._write('\x1b[' + (param || '') + 'C');
|
|
2324
|
+
};
|
|
2325
|
+
|
|
2326
|
+
// CSI Ps D
|
|
2327
|
+
// Cursor Backward Ps Times (default = 1) (CUB).
|
|
2328
|
+
Program.prototype.cub =
|
|
2329
|
+
Program.prototype.left =
|
|
2330
|
+
Program.prototype.back =
|
|
2331
|
+
Program.prototype.cursorBackward = function(param) {
|
|
2332
|
+
this.x -= param || 1;
|
|
2333
|
+
this._ncoords();
|
|
2334
|
+
if (this.tput) {
|
|
2335
|
+
if (!this.tput.strings.parm_left_cursor) {
|
|
2336
|
+
return this._write(this.repeat(this.tput.cub1(), param));
|
|
2337
|
+
}
|
|
2338
|
+
return this.put.cub(param);
|
|
2339
|
+
}
|
|
2340
|
+
return this._write('\x1b[' + (param || '') + 'D');
|
|
2341
|
+
};
|
|
2342
|
+
|
|
2343
|
+
// CSI Ps ; Ps H
|
|
2344
|
+
// Cursor Position [row;column] (default = [1,1]) (CUP).
|
|
2345
|
+
Program.prototype.cup =
|
|
2346
|
+
Program.prototype.pos =
|
|
2347
|
+
Program.prototype.cursorPos = function(row, col) {
|
|
2348
|
+
if (!this.zero) {
|
|
2349
|
+
row = (row || 1) - 1;
|
|
2350
|
+
col = (col || 1) - 1;
|
|
2351
|
+
} else {
|
|
2352
|
+
row = row || 0;
|
|
2353
|
+
col = col || 0;
|
|
2354
|
+
}
|
|
2355
|
+
this.x = col;
|
|
2356
|
+
this.y = row;
|
|
2357
|
+
this._ncoords();
|
|
2358
|
+
if (this.tput) return this.put.cup(row, col);
|
|
2359
|
+
return this._write('\x1b[' + (row + 1) + ';' + (col + 1) + 'H');
|
|
2360
|
+
};
|
|
2361
|
+
|
|
2362
|
+
// CSI Ps J Erase in Display (ED).
|
|
2363
|
+
// Ps = 0 -> Erase Below (default).
|
|
2364
|
+
// Ps = 1 -> Erase Above.
|
|
2365
|
+
// Ps = 2 -> Erase All.
|
|
2366
|
+
// Ps = 3 -> Erase Saved Lines (xterm).
|
|
2367
|
+
// CSI ? Ps J
|
|
2368
|
+
// Erase in Display (DECSED).
|
|
2369
|
+
// Ps = 0 -> Selective Erase Below (default).
|
|
2370
|
+
// Ps = 1 -> Selective Erase Above.
|
|
2371
|
+
// Ps = 2 -> Selective Erase All.
|
|
2372
|
+
Program.prototype.ed =
|
|
2373
|
+
Program.prototype.eraseInDisplay = function(param) {
|
|
2374
|
+
if (this.tput) {
|
|
2375
|
+
switch (param) {
|
|
2376
|
+
case 'above':
|
|
2377
|
+
param = 1;
|
|
2378
|
+
break;
|
|
2379
|
+
case 'all':
|
|
2380
|
+
param = 2;
|
|
2381
|
+
break;
|
|
2382
|
+
case 'saved':
|
|
2383
|
+
param = 3;
|
|
2384
|
+
break;
|
|
2385
|
+
case 'below':
|
|
2386
|
+
default:
|
|
2387
|
+
param = 0;
|
|
2388
|
+
break;
|
|
2389
|
+
}
|
|
2390
|
+
// extended tput.E3 = ^[[3;J
|
|
2391
|
+
return this.put.ed(param);
|
|
2392
|
+
}
|
|
2393
|
+
switch (param) {
|
|
2394
|
+
case 'above':
|
|
2395
|
+
return this._write('\X1b[1J');
|
|
2396
|
+
case 'all':
|
|
2397
|
+
return this._write('\x1b[2J');
|
|
2398
|
+
case 'saved':
|
|
2399
|
+
return this._write('\x1b[3J');
|
|
2400
|
+
case 'below':
|
|
2401
|
+
default:
|
|
2402
|
+
return this._write('\x1b[J');
|
|
2403
|
+
}
|
|
2404
|
+
};
|
|
2405
|
+
|
|
2406
|
+
Program.prototype.clear = function() {
|
|
2407
|
+
this.x = 0;
|
|
2408
|
+
this.y = 0;
|
|
2409
|
+
if (this.tput) return this.put.clear();
|
|
2410
|
+
return this._write('\x1b[H\x1b[J');
|
|
2411
|
+
};
|
|
2412
|
+
|
|
2413
|
+
// CSI Ps K Erase in Line (EL).
|
|
2414
|
+
// Ps = 0 -> Erase to Right (default).
|
|
2415
|
+
// Ps = 1 -> Erase to Left.
|
|
2416
|
+
// Ps = 2 -> Erase All.
|
|
2417
|
+
// CSI ? Ps K
|
|
2418
|
+
// Erase in Line (DECSEL).
|
|
2419
|
+
// Ps = 0 -> Selective Erase to Right (default).
|
|
2420
|
+
// Ps = 1 -> Selective Erase to Left.
|
|
2421
|
+
// Ps = 2 -> Selective Erase All.
|
|
2422
|
+
Program.prototype.el =
|
|
2423
|
+
Program.prototype.eraseInLine = function(param) {
|
|
2424
|
+
if (this.tput) {
|
|
2425
|
+
//if (this.tput.back_color_erase) ...
|
|
2426
|
+
switch (param) {
|
|
2427
|
+
case 'left':
|
|
2428
|
+
param = 1;
|
|
2429
|
+
break;
|
|
2430
|
+
case 'all':
|
|
2431
|
+
param = 2;
|
|
2432
|
+
break;
|
|
2433
|
+
case 'right':
|
|
2434
|
+
default:
|
|
2435
|
+
param = 0;
|
|
2436
|
+
break;
|
|
2437
|
+
}
|
|
2438
|
+
return this.put.el(param);
|
|
2439
|
+
}
|
|
2440
|
+
switch (param) {
|
|
2441
|
+
case 'left':
|
|
2442
|
+
return this._write('\x1b[1K');
|
|
2443
|
+
case 'all':
|
|
2444
|
+
return this._write('\x1b[2K');
|
|
2445
|
+
case 'right':
|
|
2446
|
+
default:
|
|
2447
|
+
return this._write('\x1b[K');
|
|
2448
|
+
}
|
|
2449
|
+
};
|
|
2450
|
+
|
|
2451
|
+
// CSI Pm m Character Attributes (SGR).
|
|
2452
|
+
// Ps = 0 -> Normal (default).
|
|
2453
|
+
// Ps = 1 -> Bold.
|
|
2454
|
+
// Ps = 4 -> Underlined.
|
|
2455
|
+
// Ps = 5 -> Blink (appears as Bold).
|
|
2456
|
+
// Ps = 7 -> Inverse.
|
|
2457
|
+
// Ps = 8 -> Invisible, i.e., hidden (VT300).
|
|
2458
|
+
// Ps = 2 2 -> Normal (neither bold nor faint).
|
|
2459
|
+
// Ps = 2 4 -> Not underlined.
|
|
2460
|
+
// Ps = 2 5 -> Steady (not blinking).
|
|
2461
|
+
// Ps = 2 7 -> Positive (not inverse).
|
|
2462
|
+
// Ps = 2 8 -> Visible, i.e., not hidden (VT300).
|
|
2463
|
+
// Ps = 3 0 -> Set foreground color to Black.
|
|
2464
|
+
// Ps = 3 1 -> Set foreground color to Red.
|
|
2465
|
+
// Ps = 3 2 -> Set foreground color to Green.
|
|
2466
|
+
// Ps = 3 3 -> Set foreground color to Yellow.
|
|
2467
|
+
// Ps = 3 4 -> Set foreground color to Blue.
|
|
2468
|
+
// Ps = 3 5 -> Set foreground color to Magenta.
|
|
2469
|
+
// Ps = 3 6 -> Set foreground color to Cyan.
|
|
2470
|
+
// Ps = 3 7 -> Set foreground color to White.
|
|
2471
|
+
// Ps = 3 9 -> Set foreground color to default (original).
|
|
2472
|
+
// Ps = 4 0 -> Set background color to Black.
|
|
2473
|
+
// Ps = 4 1 -> Set background color to Red.
|
|
2474
|
+
// Ps = 4 2 -> Set background color to Green.
|
|
2475
|
+
// Ps = 4 3 -> Set background color to Yellow.
|
|
2476
|
+
// Ps = 4 4 -> Set background color to Blue.
|
|
2477
|
+
// Ps = 4 5 -> Set background color to Magenta.
|
|
2478
|
+
// Ps = 4 6 -> Set background color to Cyan.
|
|
2479
|
+
// Ps = 4 7 -> Set background color to White.
|
|
2480
|
+
// Ps = 4 9 -> Set background color to default (original).
|
|
2481
|
+
|
|
2482
|
+
// If 16-color support is compiled, the following apply. Assume
|
|
2483
|
+
// that xterm's resources are set so that the ISO color codes are
|
|
2484
|
+
// the first 8 of a set of 16. Then the aixterm colors are the
|
|
2485
|
+
// bright versions of the ISO colors:
|
|
2486
|
+
// Ps = 9 0 -> Set foreground color to Black.
|
|
2487
|
+
// Ps = 9 1 -> Set foreground color to Red.
|
|
2488
|
+
// Ps = 9 2 -> Set foreground color to Green.
|
|
2489
|
+
// Ps = 9 3 -> Set foreground color to Yellow.
|
|
2490
|
+
// Ps = 9 4 -> Set foreground color to Blue.
|
|
2491
|
+
// Ps = 9 5 -> Set foreground color to Magenta.
|
|
2492
|
+
// Ps = 9 6 -> Set foreground color to Cyan.
|
|
2493
|
+
// Ps = 9 7 -> Set foreground color to White.
|
|
2494
|
+
// Ps = 1 0 0 -> Set background color to Black.
|
|
2495
|
+
// Ps = 1 0 1 -> Set background color to Red.
|
|
2496
|
+
// Ps = 1 0 2 -> Set background color to Green.
|
|
2497
|
+
// Ps = 1 0 3 -> Set background color to Yellow.
|
|
2498
|
+
// Ps = 1 0 4 -> Set background color to Blue.
|
|
2499
|
+
// Ps = 1 0 5 -> Set background color to Magenta.
|
|
2500
|
+
// Ps = 1 0 6 -> Set background color to Cyan.
|
|
2501
|
+
// Ps = 1 0 7 -> Set background color to White.
|
|
2502
|
+
|
|
2503
|
+
// If xterm is compiled with the 16-color support disabled, it
|
|
2504
|
+
// supports the following, from rxvt:
|
|
2505
|
+
// Ps = 1 0 0 -> Set foreground and background color to
|
|
2506
|
+
// default.
|
|
2507
|
+
|
|
2508
|
+
// If 88- or 256-color support is compiled, the following apply.
|
|
2509
|
+
// Ps = 3 8 ; 5 ; Ps -> Set foreground color to the second
|
|
2510
|
+
// Ps.
|
|
2511
|
+
// Ps = 4 8 ; 5 ; Ps -> Set background color to the second
|
|
2512
|
+
// Ps.
|
|
2513
|
+
Program.prototype.sgr =
|
|
2514
|
+
Program.prototype.attr =
|
|
2515
|
+
Program.prototype.charAttributes = function(param, val) {
|
|
2516
|
+
return this._write(this._attr(param, val));
|
|
2517
|
+
};
|
|
2518
|
+
|
|
2519
|
+
Program.prototype.text = function(text, attr) {
|
|
2520
|
+
return this._attr(attr, true) + text + this._attr(attr, false);
|
|
2521
|
+
};
|
|
2522
|
+
|
|
2523
|
+
// NOTE: sun-color may not allow multiple params for SGR.
|
|
2524
|
+
Program.prototype._attr = function(param, val) {
|
|
2525
|
+
var self = this
|
|
2526
|
+
, parts
|
|
2527
|
+
, color
|
|
2528
|
+
, m;
|
|
2529
|
+
|
|
2530
|
+
if (Array.isArray(param)) {
|
|
2531
|
+
parts = param;
|
|
2532
|
+
param = parts[0] || 'normal';
|
|
2533
|
+
} else {
|
|
2534
|
+
param = param || 'normal';
|
|
2535
|
+
parts = param.split(/\s*[,;]\s*/);
|
|
2536
|
+
}
|
|
2537
|
+
|
|
2538
|
+
if (parts.length > 1) {
|
|
2539
|
+
var used = {}
|
|
2540
|
+
, out = [];
|
|
2541
|
+
|
|
2542
|
+
parts.forEach(function(part) {
|
|
2543
|
+
var attr = self._attr(part, val);
|
|
2544
|
+
if (attr == null) return;
|
|
2545
|
+
part = attr.slice(2, -1);
|
|
2546
|
+
if (part === '') return;
|
|
2547
|
+
if (used[part]) return;
|
|
2548
|
+
used[part] = true;
|
|
2549
|
+
out.push(part);
|
|
2550
|
+
});
|
|
2551
|
+
|
|
2552
|
+
return '\x1b[' + out.join(';') + 'm';
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2555
|
+
if (param.indexOf('no ') === 0) {
|
|
2556
|
+
param = param.substring(3);
|
|
2557
|
+
val = false;
|
|
2558
|
+
} else if (param.indexOf('!') === 0) {
|
|
2559
|
+
param = param.substring(1);
|
|
2560
|
+
val = false;
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2563
|
+
switch (param) {
|
|
2564
|
+
// attributes
|
|
2565
|
+
case 'normal':
|
|
2566
|
+
case 'default':
|
|
2567
|
+
if (val === false) return '';
|
|
2568
|
+
return '\x1b[m';
|
|
2569
|
+
case 'bold':
|
|
2570
|
+
return val === false
|
|
2571
|
+
? '\x1b[22m'
|
|
2572
|
+
: '\x1b[1m';
|
|
2573
|
+
case 'ul':
|
|
2574
|
+
case 'underline':
|
|
2575
|
+
case 'underlined':
|
|
2576
|
+
return val === false
|
|
2577
|
+
? '\x1b[24m'
|
|
2578
|
+
: '\x1b[4m';
|
|
2579
|
+
case 'blink':
|
|
2580
|
+
return val === false
|
|
2581
|
+
? '\x1b[25m'
|
|
2582
|
+
: '\x1b[5m';
|
|
2583
|
+
case 'inverse':
|
|
2584
|
+
return val === false
|
|
2585
|
+
? '\x1b[27m'
|
|
2586
|
+
: '\x1b[7m';
|
|
2587
|
+
case 'invisible':
|
|
2588
|
+
return val === false
|
|
2589
|
+
? '\x1b[28m'
|
|
2590
|
+
: '\x1b[8m';
|
|
2591
|
+
|
|
2592
|
+
// 8-color foreground
|
|
2593
|
+
case 'black fg':
|
|
2594
|
+
return val === false
|
|
2595
|
+
? '\x1b[39m'
|
|
2596
|
+
: '\x1b[30m';
|
|
2597
|
+
case 'red fg':
|
|
2598
|
+
return val === false
|
|
2599
|
+
? '\x1b[39m'
|
|
2600
|
+
: '\x1b[31m';
|
|
2601
|
+
case 'green fg':
|
|
2602
|
+
return val === false
|
|
2603
|
+
? '\x1b[39m'
|
|
2604
|
+
: '\x1b[32m';
|
|
2605
|
+
case 'yellow fg':
|
|
2606
|
+
return val === false
|
|
2607
|
+
? '\x1b[39m'
|
|
2608
|
+
: '\x1b[33m';
|
|
2609
|
+
case 'blue fg':
|
|
2610
|
+
return val === false
|
|
2611
|
+
? '\x1b[39m'
|
|
2612
|
+
: '\x1b[34m';
|
|
2613
|
+
case 'magenta fg':
|
|
2614
|
+
return val === false
|
|
2615
|
+
? '\x1b[39m'
|
|
2616
|
+
: '\x1b[35m';
|
|
2617
|
+
case 'cyan fg':
|
|
2618
|
+
return val === false
|
|
2619
|
+
? '\x1b[39m'
|
|
2620
|
+
: '\x1b[36m';
|
|
2621
|
+
case 'white fg':
|
|
2622
|
+
case 'light grey fg':
|
|
2623
|
+
case 'light gray fg':
|
|
2624
|
+
case 'bright grey fg':
|
|
2625
|
+
case 'bright gray fg':
|
|
2626
|
+
return val === false
|
|
2627
|
+
? '\x1b[39m'
|
|
2628
|
+
: '\x1b[37m';
|
|
2629
|
+
case 'default fg':
|
|
2630
|
+
if (val === false) return '';
|
|
2631
|
+
return '\x1b[39m';
|
|
2632
|
+
|
|
2633
|
+
// 8-color background
|
|
2634
|
+
case 'black bg':
|
|
2635
|
+
return val === false
|
|
2636
|
+
? '\x1b[49m'
|
|
2637
|
+
: '\x1b[40m';
|
|
2638
|
+
case 'red bg':
|
|
2639
|
+
return val === false
|
|
2640
|
+
? '\x1b[49m'
|
|
2641
|
+
: '\x1b[41m';
|
|
2642
|
+
case 'green bg':
|
|
2643
|
+
return val === false
|
|
2644
|
+
? '\x1b[49m'
|
|
2645
|
+
: '\x1b[42m';
|
|
2646
|
+
case 'yellow bg':
|
|
2647
|
+
return val === false
|
|
2648
|
+
? '\x1b[49m'
|
|
2649
|
+
: '\x1b[43m';
|
|
2650
|
+
case 'blue bg':
|
|
2651
|
+
return val === false
|
|
2652
|
+
? '\x1b[49m'
|
|
2653
|
+
: '\x1b[44m';
|
|
2654
|
+
case 'magenta bg':
|
|
2655
|
+
return val === false
|
|
2656
|
+
? '\x1b[49m'
|
|
2657
|
+
: '\x1b[45m';
|
|
2658
|
+
case 'cyan bg':
|
|
2659
|
+
return val === false
|
|
2660
|
+
? '\x1b[49m'
|
|
2661
|
+
: '\x1b[46m';
|
|
2662
|
+
case 'white bg':
|
|
2663
|
+
case 'light grey bg':
|
|
2664
|
+
case 'light gray bg':
|
|
2665
|
+
case 'bright grey bg':
|
|
2666
|
+
case 'bright gray bg':
|
|
2667
|
+
return val === false
|
|
2668
|
+
? '\x1b[49m'
|
|
2669
|
+
: '\x1b[47m';
|
|
2670
|
+
case 'default bg':
|
|
2671
|
+
if (val === false) return '';
|
|
2672
|
+
return '\x1b[49m';
|
|
2673
|
+
|
|
2674
|
+
// 16-color foreground
|
|
2675
|
+
case 'light black fg':
|
|
2676
|
+
case 'bright black fg':
|
|
2677
|
+
case 'grey fg':
|
|
2678
|
+
case 'gray fg':
|
|
2679
|
+
return val === false
|
|
2680
|
+
? '\x1b[39m'
|
|
2681
|
+
: '\x1b[90m';
|
|
2682
|
+
case 'light red fg':
|
|
2683
|
+
case 'bright red fg':
|
|
2684
|
+
return val === false
|
|
2685
|
+
? '\x1b[39m'
|
|
2686
|
+
: '\x1b[91m';
|
|
2687
|
+
case 'light green fg':
|
|
2688
|
+
case 'bright green fg':
|
|
2689
|
+
return val === false
|
|
2690
|
+
? '\x1b[39m'
|
|
2691
|
+
: '\x1b[92m';
|
|
2692
|
+
case 'light yellow fg':
|
|
2693
|
+
case 'bright yellow fg':
|
|
2694
|
+
return val === false
|
|
2695
|
+
? '\x1b[39m'
|
|
2696
|
+
: '\x1b[93m';
|
|
2697
|
+
case 'light blue fg':
|
|
2698
|
+
case 'bright blue fg':
|
|
2699
|
+
return val === false
|
|
2700
|
+
? '\x1b[39m'
|
|
2701
|
+
: '\x1b[94m';
|
|
2702
|
+
case 'light magenta fg':
|
|
2703
|
+
case 'bright magenta fg':
|
|
2704
|
+
return val === false
|
|
2705
|
+
? '\x1b[39m'
|
|
2706
|
+
: '\x1b[95m';
|
|
2707
|
+
case 'light cyan fg':
|
|
2708
|
+
case 'bright cyan fg':
|
|
2709
|
+
return val === false
|
|
2710
|
+
? '\x1b[39m'
|
|
2711
|
+
: '\x1b[96m';
|
|
2712
|
+
case 'light white fg':
|
|
2713
|
+
case 'bright white fg':
|
|
2714
|
+
return val === false
|
|
2715
|
+
? '\x1b[39m'
|
|
2716
|
+
: '\x1b[97m';
|
|
2717
|
+
|
|
2718
|
+
// 16-color background
|
|
2719
|
+
case 'light black bg':
|
|
2720
|
+
case 'bright black bg':
|
|
2721
|
+
case 'grey bg':
|
|
2722
|
+
case 'gray bg':
|
|
2723
|
+
return val === false
|
|
2724
|
+
? '\x1b[49m'
|
|
2725
|
+
: '\x1b[100m';
|
|
2726
|
+
case 'light red bg':
|
|
2727
|
+
case 'bright red bg':
|
|
2728
|
+
return val === false
|
|
2729
|
+
? '\x1b[49m'
|
|
2730
|
+
: '\x1b[101m';
|
|
2731
|
+
case 'light green bg':
|
|
2732
|
+
case 'bright green bg':
|
|
2733
|
+
return val === false
|
|
2734
|
+
? '\x1b[49m'
|
|
2735
|
+
: '\x1b[102m';
|
|
2736
|
+
case 'light yellow bg':
|
|
2737
|
+
case 'bright yellow bg':
|
|
2738
|
+
return val === false
|
|
2739
|
+
? '\x1b[49m'
|
|
2740
|
+
: '\x1b[103m';
|
|
2741
|
+
case 'light blue bg':
|
|
2742
|
+
case 'bright blue bg':
|
|
2743
|
+
return val === false
|
|
2744
|
+
? '\x1b[49m'
|
|
2745
|
+
: '\x1b[104m';
|
|
2746
|
+
case 'light magenta bg':
|
|
2747
|
+
case 'bright magenta bg':
|
|
2748
|
+
return val === false
|
|
2749
|
+
? '\x1b[49m'
|
|
2750
|
+
: '\x1b[105m';
|
|
2751
|
+
case 'light cyan bg':
|
|
2752
|
+
case 'bright cyan bg':
|
|
2753
|
+
return val === false
|
|
2754
|
+
? '\x1b[49m'
|
|
2755
|
+
: '\x1b[106m';
|
|
2756
|
+
case 'light white bg':
|
|
2757
|
+
case 'bright white bg':
|
|
2758
|
+
return val === false
|
|
2759
|
+
? '\x1b[49m'
|
|
2760
|
+
: '\x1b[107m';
|
|
2761
|
+
|
|
2762
|
+
// non-16-color rxvt default fg and bg
|
|
2763
|
+
case 'default fg bg':
|
|
2764
|
+
if (val === false) return '';
|
|
2765
|
+
return this.term('rxvt')
|
|
2766
|
+
? '\x1b[100m'
|
|
2767
|
+
: '\x1b[39;49m';
|
|
2768
|
+
|
|
2769
|
+
default:
|
|
2770
|
+
// 256-color fg and bg
|
|
2771
|
+
if (param[0] === '#') {
|
|
2772
|
+
param = param.replace(/#(?:[0-9a-f]{3}){1,2}/i, colors.match);
|
|
2773
|
+
}
|
|
2774
|
+
|
|
2775
|
+
m = /^(-?\d+) (fg|bg)$/.exec(param);
|
|
2776
|
+
if (m) {
|
|
2777
|
+
color = +m[1];
|
|
2778
|
+
|
|
2779
|
+
if (val === false || color === -1) {
|
|
2780
|
+
return this._attr('default ' + m[2]);
|
|
2781
|
+
}
|
|
2782
|
+
|
|
2783
|
+
color = colors.reduce(color, this.tput.colors);
|
|
2784
|
+
|
|
2785
|
+
if (color < 16 || (this.tput && this.tput.colors <= 16)) {
|
|
2786
|
+
if (m[2] === 'fg') {
|
|
2787
|
+
if (color < 8) {
|
|
2788
|
+
color += 30;
|
|
2789
|
+
} else if (color < 16) {
|
|
2790
|
+
color -= 8;
|
|
2791
|
+
color += 90;
|
|
2792
|
+
}
|
|
2793
|
+
} else if (m[2] === 'bg') {
|
|
2794
|
+
if (color < 8) {
|
|
2795
|
+
color += 40;
|
|
2796
|
+
} else if (color < 16) {
|
|
2797
|
+
color -= 8;
|
|
2798
|
+
color += 100;
|
|
2799
|
+
}
|
|
2800
|
+
}
|
|
2801
|
+
return '\x1b[' + color + 'm';
|
|
2802
|
+
}
|
|
2803
|
+
|
|
2804
|
+
if (m[2] === 'fg') {
|
|
2805
|
+
return '\x1b[38;5;' + color + 'm';
|
|
2806
|
+
}
|
|
2807
|
+
|
|
2808
|
+
if (m[2] === 'bg') {
|
|
2809
|
+
return '\x1b[48;5;' + color + 'm';
|
|
2810
|
+
}
|
|
2811
|
+
}
|
|
2812
|
+
|
|
2813
|
+
if (/^[\d;]*$/.test(param)) {
|
|
2814
|
+
return '\x1b[' + param + 'm';
|
|
2815
|
+
}
|
|
2816
|
+
|
|
2817
|
+
return null;
|
|
2818
|
+
}
|
|
2819
|
+
};
|
|
2820
|
+
|
|
2821
|
+
Program.prototype.fg =
|
|
2822
|
+
Program.prototype.setForeground = function(color, val) {
|
|
2823
|
+
color = color.split(/\s*[,;]\s*/).join(' fg, ') + ' fg';
|
|
2824
|
+
return this.attr(color, val);
|
|
2825
|
+
};
|
|
2826
|
+
|
|
2827
|
+
Program.prototype.bg =
|
|
2828
|
+
Program.prototype.setBackground = function(color, val) {
|
|
2829
|
+
color = color.split(/\s*[,;]\s*/).join(' bg, ') + ' bg';
|
|
2830
|
+
return this.attr(color, val);
|
|
2831
|
+
};
|
|
2832
|
+
|
|
2833
|
+
// CSI Ps n Device Status Report (DSR).
|
|
2834
|
+
// Ps = 5 -> Status Report. Result (``OK'') is
|
|
2835
|
+
// CSI 0 n
|
|
2836
|
+
// Ps = 6 -> Report Cursor Position (CPR) [row;column].
|
|
2837
|
+
// Result is
|
|
2838
|
+
// CSI r ; c R
|
|
2839
|
+
// CSI ? Ps n
|
|
2840
|
+
// Device Status Report (DSR, DEC-specific).
|
|
2841
|
+
// Ps = 6 -> Report Cursor Position (CPR) [row;column] as CSI
|
|
2842
|
+
// ? r ; c R (assumes page is zero).
|
|
2843
|
+
// Ps = 1 5 -> Report Printer status as CSI ? 1 0 n (ready).
|
|
2844
|
+
// or CSI ? 1 1 n (not ready).
|
|
2845
|
+
// Ps = 2 5 -> Report UDK status as CSI ? 2 0 n (unlocked)
|
|
2846
|
+
// or CSI ? 2 1 n (locked).
|
|
2847
|
+
// Ps = 2 6 -> Report Keyboard status as
|
|
2848
|
+
// CSI ? 2 7 ; 1 ; 0 ; 0 n (North American).
|
|
2849
|
+
// The last two parameters apply to VT400 & up, and denote key-
|
|
2850
|
+
// board ready and LK01 respectively.
|
|
2851
|
+
// Ps = 5 3 -> Report Locator status as
|
|
2852
|
+
// CSI ? 5 3 n Locator available, if compiled-in, or
|
|
2853
|
+
// CSI ? 5 0 n No Locator, if not.
|
|
2854
|
+
Program.prototype.dsr =
|
|
2855
|
+
Program.prototype.deviceStatus = function(param, callback, dec, noBypass) {
|
|
2856
|
+
if (dec) {
|
|
2857
|
+
return this.response('device-status',
|
|
2858
|
+
'\x1b[?' + (param || '0') + 'n', callback, noBypass);
|
|
2859
|
+
}
|
|
2860
|
+
return this.response('device-status',
|
|
2861
|
+
'\x1b[' + (param || '0') + 'n', callback, noBypass);
|
|
2862
|
+
};
|
|
2863
|
+
|
|
2864
|
+
Program.prototype.getCursor = function(callback) {
|
|
2865
|
+
return this.deviceStatus(6, callback, false, true);
|
|
2866
|
+
};
|
|
2867
|
+
|
|
2868
|
+
Program.prototype.saveReportedCursor = function(callback) {
|
|
2869
|
+
var self = this;
|
|
2870
|
+
if (this.tput.strings.user7 === '\x1b[6n' || this.term('screen')) {
|
|
2871
|
+
return this.getCursor(function(err, data) {
|
|
2872
|
+
if (data) {
|
|
2873
|
+
self._rx = data.status.x;
|
|
2874
|
+
self._ry = data.status.y;
|
|
2875
|
+
}
|
|
2876
|
+
if (!callback) return;
|
|
2877
|
+
return callback(err);
|
|
2878
|
+
});
|
|
2879
|
+
}
|
|
2880
|
+
if (!callback) return;
|
|
2881
|
+
return callback();
|
|
2882
|
+
};
|
|
2883
|
+
|
|
2884
|
+
Program.prototype.restoreReportedCursor = function() {
|
|
2885
|
+
if (this._rx == null) return;
|
|
2886
|
+
return this.cup(this._ry, this._rx);
|
|
2887
|
+
// return this.nel();
|
|
2888
|
+
};
|
|
2889
|
+
|
|
2890
|
+
/**
|
|
2891
|
+
* Additions
|
|
2892
|
+
*/
|
|
2893
|
+
|
|
2894
|
+
// CSI Ps @
|
|
2895
|
+
// Insert Ps (Blank) Character(s) (default = 1) (ICH).
|
|
2896
|
+
Program.prototype.ich =
|
|
2897
|
+
Program.prototype.insertChars = function(param) {
|
|
2898
|
+
this.x += param || 1;
|
|
2899
|
+
this._ncoords();
|
|
2900
|
+
if (this.tput) return this.put.ich(param);
|
|
2901
|
+
return this._write('\x1b[' + (param || 1) + '@');
|
|
2902
|
+
};
|
|
2903
|
+
|
|
2904
|
+
// CSI Ps E
|
|
2905
|
+
// Cursor Next Line Ps Times (default = 1) (CNL).
|
|
2906
|
+
// same as CSI Ps B ?
|
|
2907
|
+
Program.prototype.cnl =
|
|
2908
|
+
Program.prototype.cursorNextLine = function(param) {
|
|
2909
|
+
this.y += param || 1;
|
|
2910
|
+
this._ncoords();
|
|
2911
|
+
return this._write('\x1b[' + (param || '') + 'E');
|
|
2912
|
+
};
|
|
2913
|
+
|
|
2914
|
+
// CSI Ps F
|
|
2915
|
+
// Cursor Preceding Line Ps Times (default = 1) (CNL).
|
|
2916
|
+
// reuse CSI Ps A ?
|
|
2917
|
+
Program.prototype.cpl =
|
|
2918
|
+
Program.prototype.cursorPrecedingLine = function(param) {
|
|
2919
|
+
this.y -= param || 1;
|
|
2920
|
+
this._ncoords();
|
|
2921
|
+
return this._write('\x1b[' + (param || '') + 'F');
|
|
2922
|
+
};
|
|
2923
|
+
|
|
2924
|
+
// CSI Ps G
|
|
2925
|
+
// Cursor Character Absolute [column] (default = [row,1]) (CHA).
|
|
2926
|
+
Program.prototype.cha =
|
|
2927
|
+
Program.prototype.cursorCharAbsolute = function(param) {
|
|
2928
|
+
if (!this.zero) {
|
|
2929
|
+
param = (param || 1) - 1;
|
|
2930
|
+
} else {
|
|
2931
|
+
param = param || 0;
|
|
2932
|
+
}
|
|
2933
|
+
this.x = param;
|
|
2934
|
+
this.y = 0;
|
|
2935
|
+
this._ncoords();
|
|
2936
|
+
if (this.tput) return this.put.hpa(param);
|
|
2937
|
+
return this._write('\x1b[' + (param + 1) + 'G');
|
|
2938
|
+
};
|
|
2939
|
+
|
|
2940
|
+
// CSI Ps L
|
|
2941
|
+
// Insert Ps Line(s) (default = 1) (IL).
|
|
2942
|
+
Program.prototype.il =
|
|
2943
|
+
Program.prototype.insertLines = function(param) {
|
|
2944
|
+
if (this.tput) return this.put.il(param);
|
|
2945
|
+
return this._write('\x1b[' + (param || '') + 'L');
|
|
2946
|
+
};
|
|
2947
|
+
|
|
2948
|
+
// CSI Ps M
|
|
2949
|
+
// Delete Ps Line(s) (default = 1) (DL).
|
|
2950
|
+
Program.prototype.dl =
|
|
2951
|
+
Program.prototype.deleteLines = function(param) {
|
|
2952
|
+
if (this.tput) return this.put.dl(param);
|
|
2953
|
+
return this._write('\x1b[' + (param || '') + 'M');
|
|
2954
|
+
};
|
|
2955
|
+
|
|
2956
|
+
// CSI Ps P
|
|
2957
|
+
// Delete Ps Character(s) (default = 1) (DCH).
|
|
2958
|
+
Program.prototype.dch =
|
|
2959
|
+
Program.prototype.deleteChars = function(param) {
|
|
2960
|
+
if (this.tput) return this.put.dch(param);
|
|
2961
|
+
return this._write('\x1b[' + (param || '') + 'P');
|
|
2962
|
+
};
|
|
2963
|
+
|
|
2964
|
+
// CSI Ps X
|
|
2965
|
+
// Erase Ps Character(s) (default = 1) (ECH).
|
|
2966
|
+
Program.prototype.ech =
|
|
2967
|
+
Program.prototype.eraseChars = function(param) {
|
|
2968
|
+
if (this.tput) return this.put.ech(param);
|
|
2969
|
+
return this._write('\x1b[' + (param || '') + 'X');
|
|
2970
|
+
};
|
|
2971
|
+
|
|
2972
|
+
// CSI Pm ` Character Position Absolute
|
|
2973
|
+
// [column] (default = [row,1]) (HPA).
|
|
2974
|
+
Program.prototype.hpa =
|
|
2975
|
+
Program.prototype.charPosAbsolute = function(param) {
|
|
2976
|
+
this.x = param || 0;
|
|
2977
|
+
this._ncoords();
|
|
2978
|
+
if (this.tput) {
|
|
2979
|
+
return this.put.hpa.apply(this.put, arguments);
|
|
2980
|
+
}
|
|
2981
|
+
param = slice.call(arguments).join(';');
|
|
2982
|
+
return this._write('\x1b[' + (param || '') + '`');
|
|
2983
|
+
};
|
|
2984
|
+
|
|
2985
|
+
// 141 61 a * HPR -
|
|
2986
|
+
// Horizontal Position Relative
|
|
2987
|
+
// reuse CSI Ps C ?
|
|
2988
|
+
Program.prototype.hpr =
|
|
2989
|
+
Program.prototype.HPositionRelative = function(param) {
|
|
2990
|
+
if (this.tput) return this.cuf(param);
|
|
2991
|
+
this.x += param || 1;
|
|
2992
|
+
this._ncoords();
|
|
2993
|
+
// Does not exist:
|
|
2994
|
+
// if (this.tput) return this.put.hpr(param);
|
|
2995
|
+
return this._write('\x1b[' + (param || '') + 'a');
|
|
2996
|
+
};
|
|
2997
|
+
|
|
2998
|
+
// CSI Ps c Send Device Attributes (Primary DA).
|
|
2999
|
+
// Ps = 0 or omitted -> request attributes from terminal. The
|
|
3000
|
+
// response depends on the decTerminalID resource setting.
|
|
3001
|
+
// -> CSI ? 1 ; 2 c (``VT100 with Advanced Video Option'')
|
|
3002
|
+
// -> CSI ? 1 ; 0 c (``VT101 with No Options'')
|
|
3003
|
+
// -> CSI ? 6 c (``VT102'')
|
|
3004
|
+
// -> CSI ? 6 0 ; 1 ; 2 ; 6 ; 8 ; 9 ; 1 5 ; c (``VT220'')
|
|
3005
|
+
// The VT100-style response parameters do not mean anything by
|
|
3006
|
+
// themselves. VT220 parameters do, telling the host what fea-
|
|
3007
|
+
// tures the terminal supports:
|
|
3008
|
+
// Ps = 1 -> 132-columns.
|
|
3009
|
+
// Ps = 2 -> Printer.
|
|
3010
|
+
// Ps = 6 -> Selective erase.
|
|
3011
|
+
// Ps = 8 -> User-defined keys.
|
|
3012
|
+
// Ps = 9 -> National replacement character sets.
|
|
3013
|
+
// Ps = 1 5 -> Technical characters.
|
|
3014
|
+
// Ps = 2 2 -> ANSI color, e.g., VT525.
|
|
3015
|
+
// Ps = 2 9 -> ANSI text locator (i.e., DEC Locator mode).
|
|
3016
|
+
// CSI > Ps c
|
|
3017
|
+
// Send Device Attributes (Secondary DA).
|
|
3018
|
+
// Ps = 0 or omitted -> request the terminal's identification
|
|
3019
|
+
// code. The response depends on the decTerminalID resource set-
|
|
3020
|
+
// ting. It should apply only to VT220 and up, but xterm extends
|
|
3021
|
+
// this to VT100.
|
|
3022
|
+
// -> CSI > Pp ; Pv ; Pc c
|
|
3023
|
+
// where Pp denotes the terminal type
|
|
3024
|
+
// Pp = 0 -> ``VT100''.
|
|
3025
|
+
// Pp = 1 -> ``VT220''.
|
|
3026
|
+
// and Pv is the firmware version (for xterm, this was originally
|
|
3027
|
+
// the XFree86 patch number, starting with 95). In a DEC termi-
|
|
3028
|
+
// nal, Pc indicates the ROM cartridge registration number and is
|
|
3029
|
+
// always zero.
|
|
3030
|
+
// More information:
|
|
3031
|
+
// xterm/charproc.c - line 2012, for more information.
|
|
3032
|
+
// vim responds with ^[[?0c or ^[[?1c after the terminal's response (?)
|
|
3033
|
+
Program.prototype.da =
|
|
3034
|
+
Program.prototype.sendDeviceAttributes = function(param, callback) {
|
|
3035
|
+
return this.response('device-attributes',
|
|
3036
|
+
'\x1b[' + (param || '') + 'c', callback);
|
|
3037
|
+
};
|
|
3038
|
+
|
|
3039
|
+
// CSI Pm d
|
|
3040
|
+
// Line Position Absolute [row] (default = [1,column]) (VPA).
|
|
3041
|
+
// NOTE: Can't find in terminfo, no idea why it has multiple params.
|
|
3042
|
+
Program.prototype.vpa =
|
|
3043
|
+
Program.prototype.linePosAbsolute = function(param) {
|
|
3044
|
+
this.y = param || 1;
|
|
3045
|
+
this._ncoords();
|
|
3046
|
+
if (this.tput) {
|
|
3047
|
+
return this.put.vpa.apply(this.put, arguments);
|
|
3048
|
+
}
|
|
3049
|
+
param = slice.call(arguments).join(';');
|
|
3050
|
+
return this._write('\x1b[' + (param || '') + 'd');
|
|
3051
|
+
};
|
|
3052
|
+
|
|
3053
|
+
// 145 65 e * VPR - Vertical Position Relative
|
|
3054
|
+
// reuse CSI Ps B ?
|
|
3055
|
+
Program.prototype.vpr =
|
|
3056
|
+
Program.prototype.VPositionRelative = function(param) {
|
|
3057
|
+
if (this.tput) return this.cud(param);
|
|
3058
|
+
this.y += param || 1;
|
|
3059
|
+
this._ncoords();
|
|
3060
|
+
// Does not exist:
|
|
3061
|
+
// if (this.tput) return this.put.vpr(param);
|
|
3062
|
+
return this._write('\x1b[' + (param || '') + 'e');
|
|
3063
|
+
};
|
|
3064
|
+
|
|
3065
|
+
// CSI Ps ; Ps f
|
|
3066
|
+
// Horizontal and Vertical Position [row;column] (default =
|
|
3067
|
+
// [1,1]) (HVP).
|
|
3068
|
+
Program.prototype.hvp =
|
|
3069
|
+
Program.prototype.HVPosition = function(row, col) {
|
|
3070
|
+
if (!this.zero) {
|
|
3071
|
+
row = (row || 1) - 1;
|
|
3072
|
+
col = (col || 1) - 1;
|
|
3073
|
+
} else {
|
|
3074
|
+
row = row || 0;
|
|
3075
|
+
col = col || 0;
|
|
3076
|
+
}
|
|
3077
|
+
this.y = row;
|
|
3078
|
+
this.x = col;
|
|
3079
|
+
this._ncoords();
|
|
3080
|
+
// Does not exist (?):
|
|
3081
|
+
// if (this.tput) return this.put.hvp(row, col);
|
|
3082
|
+
if (this.tput) return this.put.cup(row, col);
|
|
3083
|
+
return this._write('\x1b[' + (row + 1) + ';' + (col + 1) + 'f');
|
|
3084
|
+
};
|
|
3085
|
+
|
|
3086
|
+
// CSI Pm h Set Mode (SM).
|
|
3087
|
+
// Ps = 2 -> Keyboard Action Mode (AM).
|
|
3088
|
+
// Ps = 4 -> Insert Mode (IRM).
|
|
3089
|
+
// Ps = 1 2 -> Send/receive (SRM).
|
|
3090
|
+
// Ps = 2 0 -> Automatic Newline (LNM).
|
|
3091
|
+
// CSI ? Pm h
|
|
3092
|
+
// DEC Private Mode Set (DECSET).
|
|
3093
|
+
// Ps = 1 -> Application Cursor Keys (DECCKM).
|
|
3094
|
+
// Ps = 2 -> Designate USASCII for character sets G0-G3
|
|
3095
|
+
// (DECANM), and set VT100 mode.
|
|
3096
|
+
// Ps = 3 -> 132 Column Mode (DECCOLM).
|
|
3097
|
+
// Ps = 4 -> Smooth (Slow) Scroll (DECSCLM).
|
|
3098
|
+
// Ps = 5 -> Reverse Video (DECSCNM).
|
|
3099
|
+
// Ps = 6 -> Origin Mode (DECOM).
|
|
3100
|
+
// Ps = 7 -> Wraparound Mode (DECAWM).
|
|
3101
|
+
// Ps = 8 -> Auto-repeat Keys (DECARM).
|
|
3102
|
+
// Ps = 9 -> Send Mouse X & Y on button press. See the sec-
|
|
3103
|
+
// tion Mouse Tracking.
|
|
3104
|
+
// Ps = 1 0 -> Show toolbar (rxvt).
|
|
3105
|
+
// Ps = 1 2 -> Start Blinking Cursor (att610).
|
|
3106
|
+
// Ps = 1 8 -> Print form feed (DECPFF).
|
|
3107
|
+
// Ps = 1 9 -> Set print extent to full screen (DECPEX).
|
|
3108
|
+
// Ps = 2 5 -> Show Cursor (DECTCEM).
|
|
3109
|
+
// Ps = 3 0 -> Show scrollbar (rxvt).
|
|
3110
|
+
// Ps = 3 5 -> Enable font-shifting functions (rxvt).
|
|
3111
|
+
// Ps = 3 8 -> Enter Tektronix Mode (DECTEK).
|
|
3112
|
+
// Ps = 4 0 -> Allow 80 -> 132 Mode.
|
|
3113
|
+
// Ps = 4 1 -> more(1) fix (see curses resource).
|
|
3114
|
+
// Ps = 4 2 -> Enable Nation Replacement Character sets (DECN-
|
|
3115
|
+
// RCM).
|
|
3116
|
+
// Ps = 4 4 -> Turn On Margin Bell.
|
|
3117
|
+
// Ps = 4 5 -> Reverse-wraparound Mode.
|
|
3118
|
+
// Ps = 4 6 -> Start Logging. This is normally disabled by a
|
|
3119
|
+
// compile-time option.
|
|
3120
|
+
// Ps = 4 7 -> Use Alternate Screen Buffer. (This may be dis-
|
|
3121
|
+
// abled by the titeInhibit resource).
|
|
3122
|
+
// Ps = 6 6 -> Application keypad (DECNKM).
|
|
3123
|
+
// Ps = 6 7 -> Backarrow key sends backspace (DECBKM).
|
|
3124
|
+
// Ps = 1 0 0 0 -> Send Mouse X & Y on button press and
|
|
3125
|
+
// release. See the section Mouse Tracking.
|
|
3126
|
+
// Ps = 1 0 0 1 -> Use Hilite Mouse Tracking.
|
|
3127
|
+
// Ps = 1 0 0 2 -> Use Cell Motion Mouse Tracking.
|
|
3128
|
+
// Ps = 1 0 0 3 -> Use All Motion Mouse Tracking.
|
|
3129
|
+
// Ps = 1 0 0 4 -> Send FocusIn/FocusOut events.
|
|
3130
|
+
// Ps = 1 0 0 5 -> Enable Extended Mouse Mode.
|
|
3131
|
+
// Ps = 1 0 1 0 -> Scroll to bottom on tty output (rxvt).
|
|
3132
|
+
// Ps = 1 0 1 1 -> Scroll to bottom on key press (rxvt).
|
|
3133
|
+
// Ps = 1 0 3 4 -> Interpret "meta" key, sets eighth bit.
|
|
3134
|
+
// (enables the eightBitInput resource).
|
|
3135
|
+
// Ps = 1 0 3 5 -> Enable special modifiers for Alt and Num-
|
|
3136
|
+
// Lock keys. (This enables the numLock resource).
|
|
3137
|
+
// Ps = 1 0 3 6 -> Send ESC when Meta modifies a key. (This
|
|
3138
|
+
// enables the metaSendsEscape resource).
|
|
3139
|
+
// Ps = 1 0 3 7 -> Send DEL from the editing-keypad Delete
|
|
3140
|
+
// key.
|
|
3141
|
+
// Ps = 1 0 3 9 -> Send ESC when Alt modifies a key. (This
|
|
3142
|
+
// enables the altSendsEscape resource).
|
|
3143
|
+
// Ps = 1 0 4 0 -> Keep selection even if not highlighted.
|
|
3144
|
+
// (This enables the keepSelection resource).
|
|
3145
|
+
// Ps = 1 0 4 1 -> Use the CLIPBOARD selection. (This enables
|
|
3146
|
+
// the selectToClipboard resource).
|
|
3147
|
+
// Ps = 1 0 4 2 -> Enable Urgency window manager hint when
|
|
3148
|
+
// Control-G is received. (This enables the bellIsUrgent
|
|
3149
|
+
// resource).
|
|
3150
|
+
// Ps = 1 0 4 3 -> Enable raising of the window when Control-G
|
|
3151
|
+
// is received. (enables the popOnBell resource).
|
|
3152
|
+
// Ps = 1 0 4 7 -> Use Alternate Screen Buffer. (This may be
|
|
3153
|
+
// disabled by the titeInhibit resource).
|
|
3154
|
+
// Ps = 1 0 4 8 -> Save cursor as in DECSC. (This may be dis-
|
|
3155
|
+
// abled by the titeInhibit resource).
|
|
3156
|
+
// Ps = 1 0 4 9 -> Save cursor as in DECSC and use Alternate
|
|
3157
|
+
// Screen Buffer, clearing it first. (This may be disabled by
|
|
3158
|
+
// the titeInhibit resource). This combines the effects of the 1
|
|
3159
|
+
// 0 4 7 and 1 0 4 8 modes. Use this with terminfo-based
|
|
3160
|
+
// applications rather than the 4 7 mode.
|
|
3161
|
+
// Ps = 1 0 5 0 -> Set terminfo/termcap function-key mode.
|
|
3162
|
+
// Ps = 1 0 5 1 -> Set Sun function-key mode.
|
|
3163
|
+
// Ps = 1 0 5 2 -> Set HP function-key mode.
|
|
3164
|
+
// Ps = 1 0 5 3 -> Set SCO function-key mode.
|
|
3165
|
+
// Ps = 1 0 6 0 -> Set legacy keyboard emulation (X11R6).
|
|
3166
|
+
// Ps = 1 0 6 1 -> Set VT220 keyboard emulation.
|
|
3167
|
+
// Ps = 2 0 0 4 -> Set bracketed paste mode.
|
|
3168
|
+
// Modes:
|
|
3169
|
+
// http://vt100.net/docs/vt220-rm/chapter4.html
|
|
3170
|
+
Program.prototype.sm =
|
|
3171
|
+
Program.prototype.setMode = function() {
|
|
3172
|
+
var param = slice.call(arguments).join(';');
|
|
3173
|
+
return this._write('\x1b[' + (param || '') + 'h');
|
|
3174
|
+
};
|
|
3175
|
+
|
|
3176
|
+
Program.prototype.decset = function() {
|
|
3177
|
+
var param = slice.call(arguments).join(';');
|
|
3178
|
+
return this.setMode('?' + param);
|
|
3179
|
+
};
|
|
3180
|
+
|
|
3181
|
+
Program.prototype.dectcem =
|
|
3182
|
+
Program.prototype.cnorm =
|
|
3183
|
+
Program.prototype.cvvis =
|
|
3184
|
+
Program.prototype.showCursor = function() {
|
|
3185
|
+
this.cursorHidden = false;
|
|
3186
|
+
// NOTE: In xterm terminfo:
|
|
3187
|
+
// cnorm stops blinking cursor
|
|
3188
|
+
// cvvis starts blinking cursor
|
|
3189
|
+
if (this.tput) return this.put.cnorm();
|
|
3190
|
+
//if (this.tput) return this.put.cvvis();
|
|
3191
|
+
// return this._write('\x1b[?12l\x1b[?25h'); // cursor_normal
|
|
3192
|
+
// return this._write('\x1b[?12;25h'); // cursor_visible
|
|
3193
|
+
return this.setMode('?25');
|
|
3194
|
+
};
|
|
3195
|
+
|
|
3196
|
+
Program.prototype.alternate =
|
|
3197
|
+
Program.prototype.smcup =
|
|
3198
|
+
Program.prototype.alternateBuffer = function() {
|
|
3199
|
+
this.isAlt = true;
|
|
3200
|
+
if (this.tput) return this.put.smcup();
|
|
3201
|
+
if (this.term('vt') || this.term('linux')) return;
|
|
3202
|
+
this.setMode('?47');
|
|
3203
|
+
return this.setMode('?1049');
|
|
3204
|
+
};
|
|
3205
|
+
|
|
3206
|
+
// CSI Pm l Reset Mode (RM).
|
|
3207
|
+
// Ps = 2 -> Keyboard Action Mode (AM).
|
|
3208
|
+
// Ps = 4 -> Replace Mode (IRM).
|
|
3209
|
+
// Ps = 1 2 -> Send/receive (SRM).
|
|
3210
|
+
// Ps = 2 0 -> Normal Linefeed (LNM).
|
|
3211
|
+
// CSI ? Pm l
|
|
3212
|
+
// DEC Private Mode Reset (DECRST).
|
|
3213
|
+
// Ps = 1 -> Normal Cursor Keys (DECCKM).
|
|
3214
|
+
// Ps = 2 -> Designate VT52 mode (DECANM).
|
|
3215
|
+
// Ps = 3 -> 80 Column Mode (DECCOLM).
|
|
3216
|
+
// Ps = 4 -> Jump (Fast) Scroll (DECSCLM).
|
|
3217
|
+
// Ps = 5 -> Normal Video (DECSCNM).
|
|
3218
|
+
// Ps = 6 -> Normal Cursor Mode (DECOM).
|
|
3219
|
+
// Ps = 7 -> No Wraparound Mode (DECAWM).
|
|
3220
|
+
// Ps = 8 -> No Auto-repeat Keys (DECARM).
|
|
3221
|
+
// Ps = 9 -> Don't send Mouse X & Y on button press.
|
|
3222
|
+
// Ps = 1 0 -> Hide toolbar (rxvt).
|
|
3223
|
+
// Ps = 1 2 -> Stop Blinking Cursor (att610).
|
|
3224
|
+
// Ps = 1 8 -> Don't print form feed (DECPFF).
|
|
3225
|
+
// Ps = 1 9 -> Limit print to scrolling region (DECPEX).
|
|
3226
|
+
// Ps = 2 5 -> Hide Cursor (DECTCEM).
|
|
3227
|
+
// Ps = 3 0 -> Don't show scrollbar (rxvt).
|
|
3228
|
+
// Ps = 3 5 -> Disable font-shifting functions (rxvt).
|
|
3229
|
+
// Ps = 4 0 -> Disallow 80 -> 132 Mode.
|
|
3230
|
+
// Ps = 4 1 -> No more(1) fix (see curses resource).
|
|
3231
|
+
// Ps = 4 2 -> Disable Nation Replacement Character sets (DEC-
|
|
3232
|
+
// NRCM).
|
|
3233
|
+
// Ps = 4 4 -> Turn Off Margin Bell.
|
|
3234
|
+
// Ps = 4 5 -> No Reverse-wraparound Mode.
|
|
3235
|
+
// Ps = 4 6 -> Stop Logging. (This is normally disabled by a
|
|
3236
|
+
// compile-time option).
|
|
3237
|
+
// Ps = 4 7 -> Use Normal Screen Buffer.
|
|
3238
|
+
// Ps = 6 6 -> Numeric keypad (DECNKM).
|
|
3239
|
+
// Ps = 6 7 -> Backarrow key sends delete (DECBKM).
|
|
3240
|
+
// Ps = 1 0 0 0 -> Don't send Mouse X & Y on button press and
|
|
3241
|
+
// release. See the section Mouse Tracking.
|
|
3242
|
+
// Ps = 1 0 0 1 -> Don't use Hilite Mouse Tracking.
|
|
3243
|
+
// Ps = 1 0 0 2 -> Don't use Cell Motion Mouse Tracking.
|
|
3244
|
+
// Ps = 1 0 0 3 -> Don't use All Motion Mouse Tracking.
|
|
3245
|
+
// Ps = 1 0 0 4 -> Don't send FocusIn/FocusOut events.
|
|
3246
|
+
// Ps = 1 0 0 5 -> Disable Extended Mouse Mode.
|
|
3247
|
+
// Ps = 1 0 1 0 -> Don't scroll to bottom on tty output
|
|
3248
|
+
// (rxvt).
|
|
3249
|
+
// Ps = 1 0 1 1 -> Don't scroll to bottom on key press (rxvt).
|
|
3250
|
+
// Ps = 1 0 3 4 -> Don't interpret "meta" key. (This disables
|
|
3251
|
+
// the eightBitInput resource).
|
|
3252
|
+
// Ps = 1 0 3 5 -> Disable special modifiers for Alt and Num-
|
|
3253
|
+
// Lock keys. (This disables the numLock resource).
|
|
3254
|
+
// Ps = 1 0 3 6 -> Don't send ESC when Meta modifies a key.
|
|
3255
|
+
// (This disables the metaSendsEscape resource).
|
|
3256
|
+
// Ps = 1 0 3 7 -> Send VT220 Remove from the editing-keypad
|
|
3257
|
+
// Delete key.
|
|
3258
|
+
// Ps = 1 0 3 9 -> Don't send ESC when Alt modifies a key.
|
|
3259
|
+
// (This disables the altSendsEscape resource).
|
|
3260
|
+
// Ps = 1 0 4 0 -> Do not keep selection when not highlighted.
|
|
3261
|
+
// (This disables the keepSelection resource).
|
|
3262
|
+
// Ps = 1 0 4 1 -> Use the PRIMARY selection. (This disables
|
|
3263
|
+
// the selectToClipboard resource).
|
|
3264
|
+
// Ps = 1 0 4 2 -> Disable Urgency window manager hint when
|
|
3265
|
+
// Control-G is received. (This disables the bellIsUrgent
|
|
3266
|
+
// resource).
|
|
3267
|
+
// Ps = 1 0 4 3 -> Disable raising of the window when Control-
|
|
3268
|
+
// G is received. (This disables the popOnBell resource).
|
|
3269
|
+
// Ps = 1 0 4 7 -> Use Normal Screen Buffer, clearing screen
|
|
3270
|
+
// first if in the Alternate Screen. (This may be disabled by
|
|
3271
|
+
// the titeInhibit resource).
|
|
3272
|
+
// Ps = 1 0 4 8 -> Restore cursor as in DECRC. (This may be
|
|
3273
|
+
// disabled by the titeInhibit resource).
|
|
3274
|
+
// Ps = 1 0 4 9 -> Use Normal Screen Buffer and restore cursor
|
|
3275
|
+
// as in DECRC. (This may be disabled by the titeInhibit
|
|
3276
|
+
// resource). This combines the effects of the 1 0 4 7 and 1 0
|
|
3277
|
+
// 4 8 modes. Use this with terminfo-based applications rather
|
|
3278
|
+
// than the 4 7 mode.
|
|
3279
|
+
// Ps = 1 0 5 0 -> Reset terminfo/termcap function-key mode.
|
|
3280
|
+
// Ps = 1 0 5 1 -> Reset Sun function-key mode.
|
|
3281
|
+
// Ps = 1 0 5 2 -> Reset HP function-key mode.
|
|
3282
|
+
// Ps = 1 0 5 3 -> Reset SCO function-key mode.
|
|
3283
|
+
// Ps = 1 0 6 0 -> Reset legacy keyboard emulation (X11R6).
|
|
3284
|
+
// Ps = 1 0 6 1 -> Reset keyboard emulation to Sun/PC style.
|
|
3285
|
+
// Ps = 2 0 0 4 -> Reset bracketed paste mode.
|
|
3286
|
+
Program.prototype.rm =
|
|
3287
|
+
Program.prototype.resetMode = function() {
|
|
3288
|
+
var param = slice.call(arguments).join(';');
|
|
3289
|
+
return this._write('\x1b[' + (param || '') + 'l');
|
|
3290
|
+
};
|
|
3291
|
+
|
|
3292
|
+
Program.prototype.decrst = function() {
|
|
3293
|
+
var param = slice.call(arguments).join(';');
|
|
3294
|
+
return this.resetMode('?' + param);
|
|
3295
|
+
};
|
|
3296
|
+
|
|
3297
|
+
Program.prototype.dectcemh =
|
|
3298
|
+
Program.prototype.cursor_invisible =
|
|
3299
|
+
Program.prototype.vi =
|
|
3300
|
+
Program.prototype.civis =
|
|
3301
|
+
Program.prototype.hideCursor = function() {
|
|
3302
|
+
this.cursorHidden = true;
|
|
3303
|
+
if (this.tput) return this.put.civis();
|
|
3304
|
+
return this.resetMode('?25');
|
|
3305
|
+
};
|
|
3306
|
+
|
|
3307
|
+
Program.prototype.rmcup =
|
|
3308
|
+
Program.prototype.normalBuffer = function() {
|
|
3309
|
+
this.isAlt = false;
|
|
3310
|
+
if (this.tput) return this.put.rmcup();
|
|
3311
|
+
this.resetMode('?47');
|
|
3312
|
+
return this.resetMode('?1049');
|
|
3313
|
+
};
|
|
3314
|
+
|
|
3315
|
+
Program.prototype.enableMouse = function() {
|
|
3316
|
+
if (process.env.BLESSED_FORCE_MODES) {
|
|
3317
|
+
var modes = process.env.BLESSED_FORCE_MODES.split(',');
|
|
3318
|
+
var options = {};
|
|
3319
|
+
for (var n = 0; n < modes.length; ++n) {
|
|
3320
|
+
var pair = modes[n].split('=');
|
|
3321
|
+
var v = pair[1] !== '0';
|
|
3322
|
+
switch (pair[0].toUpperCase()) {
|
|
3323
|
+
case 'SGRMOUSE':
|
|
3324
|
+
options.sgrMouse = v;
|
|
3325
|
+
break;
|
|
3326
|
+
case 'UTFMOUSE':
|
|
3327
|
+
options.utfMouse = v;
|
|
3328
|
+
break;
|
|
3329
|
+
case 'VT200MOUSE':
|
|
3330
|
+
options.vt200Mouse = v;
|
|
3331
|
+
break;
|
|
3332
|
+
case 'URXVTMOUSE':
|
|
3333
|
+
options.urxvtMouse = v;
|
|
3334
|
+
break;
|
|
3335
|
+
case 'X10MOUSE':
|
|
3336
|
+
options.x10Mouse = v;
|
|
3337
|
+
break;
|
|
3338
|
+
case 'DECMOUSE':
|
|
3339
|
+
options.decMouse = v;
|
|
3340
|
+
break;
|
|
3341
|
+
case 'PTERMMOUSE':
|
|
3342
|
+
options.ptermMouse = v;
|
|
3343
|
+
break;
|
|
3344
|
+
case 'JSBTERMMOUSE':
|
|
3345
|
+
options.jsbtermMouse = v;
|
|
3346
|
+
break;
|
|
3347
|
+
case 'VT200HILITE':
|
|
3348
|
+
options.vt200Hilite = v;
|
|
3349
|
+
break;
|
|
3350
|
+
case 'GPMMOUSE':
|
|
3351
|
+
options.gpmMouse = v;
|
|
3352
|
+
break;
|
|
3353
|
+
case 'CELLMOTION':
|
|
3354
|
+
options.cellMotion = v;
|
|
3355
|
+
break;
|
|
3356
|
+
case 'ALLMOTION':
|
|
3357
|
+
options.allMotion = v;
|
|
3358
|
+
break;
|
|
3359
|
+
case 'SENDFOCUS':
|
|
3360
|
+
options.sendFocus = v;
|
|
3361
|
+
break;
|
|
3362
|
+
}
|
|
3363
|
+
}
|
|
3364
|
+
return this.setMouse(options, true);
|
|
3365
|
+
}
|
|
3366
|
+
|
|
3367
|
+
// NOTE:
|
|
3368
|
+
// Cell Motion isn't normally need for anything below here, but we'll
|
|
3369
|
+
// activate it for tmux (whether using it or not) in case our all-motion
|
|
3370
|
+
// passthrough does not work. It can't hurt.
|
|
3371
|
+
|
|
3372
|
+
if (this.term('rxvt-unicode')) {
|
|
3373
|
+
return this.setMouse({
|
|
3374
|
+
urxvtMouse: true,
|
|
3375
|
+
cellMotion: true,
|
|
3376
|
+
allMotion: true
|
|
3377
|
+
}, true);
|
|
3378
|
+
}
|
|
3379
|
+
|
|
3380
|
+
// rxvt does not support the X10 UTF extensions
|
|
3381
|
+
if (this.term('rxvt')) {
|
|
3382
|
+
return this.setMouse({
|
|
3383
|
+
vt200Mouse: true,
|
|
3384
|
+
x10Mouse: true,
|
|
3385
|
+
cellMotion: true,
|
|
3386
|
+
allMotion: true
|
|
3387
|
+
}, true);
|
|
3388
|
+
}
|
|
3389
|
+
|
|
3390
|
+
// libvte is broken. Older versions do not support the
|
|
3391
|
+
// X10 UTF extension. However, later versions do support
|
|
3392
|
+
// SGR/URXVT.
|
|
3393
|
+
if (this.isVTE) {
|
|
3394
|
+
return this.setMouse({
|
|
3395
|
+
// NOTE: Could also use urxvtMouse here.
|
|
3396
|
+
sgrMouse: true,
|
|
3397
|
+
cellMotion: true,
|
|
3398
|
+
allMotion: true
|
|
3399
|
+
}, true);
|
|
3400
|
+
}
|
|
3401
|
+
|
|
3402
|
+
if (this.term('linux')) {
|
|
3403
|
+
return this.setMouse({
|
|
3404
|
+
vt200Mouse: true,
|
|
3405
|
+
gpmMouse: true
|
|
3406
|
+
}, true);
|
|
3407
|
+
}
|
|
3408
|
+
|
|
3409
|
+
if (this.term('xterm')
|
|
3410
|
+
|| this.term('screen')
|
|
3411
|
+
|| (this.tput && this.tput.strings.key_mouse)) {
|
|
3412
|
+
return this.setMouse({
|
|
3413
|
+
vt200Mouse: true,
|
|
3414
|
+
utfMouse: true,
|
|
3415
|
+
cellMotion: true,
|
|
3416
|
+
allMotion: true
|
|
3417
|
+
}, true);
|
|
3418
|
+
}
|
|
3419
|
+
};
|
|
3420
|
+
|
|
3421
|
+
Program.prototype.disableMouse = function() {
|
|
3422
|
+
if (!this._currentMouse) return;
|
|
3423
|
+
|
|
3424
|
+
var obj = {};
|
|
3425
|
+
|
|
3426
|
+
Object.keys(this._currentMouse).forEach(function(key) {
|
|
3427
|
+
obj[key] = false;
|
|
3428
|
+
});
|
|
3429
|
+
|
|
3430
|
+
return this.setMouse(obj, false);
|
|
3431
|
+
};
|
|
3432
|
+
|
|
3433
|
+
// Set Mouse
|
|
3434
|
+
Program.prototype.setMouse = function(opt, enable) {
|
|
3435
|
+
if (opt.normalMouse != null) {
|
|
3436
|
+
opt.vt200Mouse = opt.normalMouse;
|
|
3437
|
+
opt.allMotion = opt.normalMouse;
|
|
3438
|
+
}
|
|
3439
|
+
|
|
3440
|
+
if (opt.hiliteTracking != null) {
|
|
3441
|
+
opt.vt200Hilite = opt.hiliteTracking;
|
|
3442
|
+
}
|
|
3443
|
+
|
|
3444
|
+
if (enable === true) {
|
|
3445
|
+
if (this._currentMouse) {
|
|
3446
|
+
this.setMouse(opt);
|
|
3447
|
+
Object.keys(opt).forEach(function(key) {
|
|
3448
|
+
this._currentMouse[key] = opt[key];
|
|
3449
|
+
}, this);
|
|
3450
|
+
return;
|
|
3451
|
+
}
|
|
3452
|
+
this._currentMouse = opt;
|
|
3453
|
+
this.mouseEnabled = true;
|
|
3454
|
+
} else if (enable === false) {
|
|
3455
|
+
delete this._currentMouse;
|
|
3456
|
+
this.mouseEnabled = false;
|
|
3457
|
+
}
|
|
3458
|
+
|
|
3459
|
+
// Ps = 9 -> Send Mouse X & Y on button press. See the sec-
|
|
3460
|
+
// tion Mouse Tracking.
|
|
3461
|
+
// Ps = 9 -> Don't send Mouse X & Y on button press.
|
|
3462
|
+
// x10 mouse
|
|
3463
|
+
if (opt.x10Mouse != null) {
|
|
3464
|
+
if (opt.x10Mouse) this.setMode('?9');
|
|
3465
|
+
else this.resetMode('?9');
|
|
3466
|
+
}
|
|
3467
|
+
|
|
3468
|
+
// Ps = 1 0 0 0 -> Send Mouse X & Y on button press and
|
|
3469
|
+
// release. See the section Mouse Tracking.
|
|
3470
|
+
// Ps = 1 0 0 0 -> Don't send Mouse X & Y on button press and
|
|
3471
|
+
// release. See the section Mouse Tracking.
|
|
3472
|
+
// vt200 mouse
|
|
3473
|
+
if (opt.vt200Mouse != null) {
|
|
3474
|
+
if (opt.vt200Mouse) this.setMode('?1000');
|
|
3475
|
+
else this.resetMode('?1000');
|
|
3476
|
+
}
|
|
3477
|
+
|
|
3478
|
+
// Ps = 1 0 0 1 -> Use Hilite Mouse Tracking.
|
|
3479
|
+
// Ps = 1 0 0 1 -> Don't use Hilite Mouse Tracking.
|
|
3480
|
+
if (opt.vt200Hilite != null) {
|
|
3481
|
+
if (opt.vt200Hilite) this.setMode('?1001');
|
|
3482
|
+
else this.resetMode('?1001');
|
|
3483
|
+
}
|
|
3484
|
+
|
|
3485
|
+
// Ps = 1 0 0 2 -> Use Cell Motion Mouse Tracking.
|
|
3486
|
+
// Ps = 1 0 0 2 -> Don't use Cell Motion Mouse Tracking.
|
|
3487
|
+
// button event mouse
|
|
3488
|
+
if (opt.cellMotion != null) {
|
|
3489
|
+
if (opt.cellMotion) this.setMode('?1002');
|
|
3490
|
+
else this.resetMode('?1002');
|
|
3491
|
+
}
|
|
3492
|
+
|
|
3493
|
+
// Ps = 1 0 0 3 -> Use All Motion Mouse Tracking.
|
|
3494
|
+
// Ps = 1 0 0 3 -> Don't use All Motion Mouse Tracking.
|
|
3495
|
+
// any event mouse
|
|
3496
|
+
if (opt.allMotion != null) {
|
|
3497
|
+
// NOTE: Latest versions of tmux seem to only support cellMotion (not
|
|
3498
|
+
// allMotion). We pass all motion through to the terminal.
|
|
3499
|
+
if (this.tmux && this.tmuxVersion >= 2) {
|
|
3500
|
+
if (opt.allMotion) this._twrite('\x1b[?1003h');
|
|
3501
|
+
else this._twrite('\x1b[?1003l');
|
|
3502
|
+
} else {
|
|
3503
|
+
if (opt.allMotion) this.setMode('?1003');
|
|
3504
|
+
else this.resetMode('?1003');
|
|
3505
|
+
}
|
|
3506
|
+
}
|
|
3507
|
+
|
|
3508
|
+
// Ps = 1 0 0 4 -> Send FocusIn/FocusOut events.
|
|
3509
|
+
// Ps = 1 0 0 4 -> Don't send FocusIn/FocusOut events.
|
|
3510
|
+
if (opt.sendFocus != null) {
|
|
3511
|
+
if (opt.sendFocus) this.setMode('?1004');
|
|
3512
|
+
else this.resetMode('?1004');
|
|
3513
|
+
}
|
|
3514
|
+
|
|
3515
|
+
// Ps = 1 0 0 5 -> Enable Extended Mouse Mode.
|
|
3516
|
+
// Ps = 1 0 0 5 -> Disable Extended Mouse Mode.
|
|
3517
|
+
if (opt.utfMouse != null) {
|
|
3518
|
+
if (opt.utfMouse) this.setMode('?1005');
|
|
3519
|
+
else this.resetMode('?1005');
|
|
3520
|
+
}
|
|
3521
|
+
|
|
3522
|
+
// sgr mouse
|
|
3523
|
+
if (opt.sgrMouse != null) {
|
|
3524
|
+
if (opt.sgrMouse) this.setMode('?1006');
|
|
3525
|
+
else this.resetMode('?1006');
|
|
3526
|
+
}
|
|
3527
|
+
|
|
3528
|
+
// urxvt mouse
|
|
3529
|
+
if (opt.urxvtMouse != null) {
|
|
3530
|
+
if (opt.urxvtMouse) this.setMode('?1015');
|
|
3531
|
+
else this.resetMode('?1015');
|
|
3532
|
+
}
|
|
3533
|
+
|
|
3534
|
+
// dec mouse
|
|
3535
|
+
if (opt.decMouse != null) {
|
|
3536
|
+
if (opt.decMouse) this._write('\x1b[1;2\'z\x1b[1;3\'{');
|
|
3537
|
+
else this._write('\x1b[\'z');
|
|
3538
|
+
}
|
|
3539
|
+
|
|
3540
|
+
// pterm mouse
|
|
3541
|
+
if (opt.ptermMouse != null) {
|
|
3542
|
+
if (opt.ptermMouse) this._write('\x1b[>1h\x1b[>6h\x1b[>7h\x1b[>1h\x1b[>9l');
|
|
3543
|
+
else this._write('\x1b[>1l\x1b[>6l\x1b[>7l\x1b[>1l\x1b[>9h');
|
|
3544
|
+
}
|
|
3545
|
+
|
|
3546
|
+
// jsbterm mouse
|
|
3547
|
+
if (opt.jsbtermMouse != null) {
|
|
3548
|
+
// + = advanced mode
|
|
3549
|
+
if (opt.jsbtermMouse) this._write('\x1b[0~ZwLMRK+1Q\x1b\\');
|
|
3550
|
+
else this._write('\x1b[0~ZwQ\x1b\\');
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3553
|
+
// gpm mouse
|
|
3554
|
+
if (opt.gpmMouse != null) {
|
|
3555
|
+
if (opt.gpmMouse) this.enableGpm();
|
|
3556
|
+
else this.disableGpm();
|
|
3557
|
+
}
|
|
3558
|
+
};
|
|
3559
|
+
|
|
3560
|
+
// CSI Ps ; Ps r
|
|
3561
|
+
// Set Scrolling Region [top;bottom] (default = full size of win-
|
|
3562
|
+
// dow) (DECSTBM).
|
|
3563
|
+
// CSI ? Pm r
|
|
3564
|
+
Program.prototype.decstbm =
|
|
3565
|
+
Program.prototype.csr =
|
|
3566
|
+
Program.prototype.setScrollRegion = function(top, bottom) {
|
|
3567
|
+
if (!this.zero) {
|
|
3568
|
+
top = (top || 1) - 1;
|
|
3569
|
+
bottom = (bottom || this.rows) - 1;
|
|
3570
|
+
} else {
|
|
3571
|
+
top = top || 0;
|
|
3572
|
+
bottom = bottom || (this.rows - 1);
|
|
3573
|
+
}
|
|
3574
|
+
this.scrollTop = top;
|
|
3575
|
+
this.scrollBottom = bottom;
|
|
3576
|
+
this.x = 0;
|
|
3577
|
+
this.y = 0;
|
|
3578
|
+
this._ncoords();
|
|
3579
|
+
if (this.tput) return this.put.csr(top, bottom);
|
|
3580
|
+
return this._write('\x1b[' + (top + 1) + ';' + (bottom + 1) + 'r');
|
|
3581
|
+
};
|
|
3582
|
+
|
|
3583
|
+
// CSI s
|
|
3584
|
+
// Save cursor (ANSI.SYS).
|
|
3585
|
+
Program.prototype.scA =
|
|
3586
|
+
Program.prototype.saveCursorA = function() {
|
|
3587
|
+
this.savedX = this.x;
|
|
3588
|
+
this.savedY = this.y;
|
|
3589
|
+
if (this.tput) return this.put.sc();
|
|
3590
|
+
return this._write('\x1b[s');
|
|
3591
|
+
};
|
|
3592
|
+
|
|
3593
|
+
// CSI u
|
|
3594
|
+
// Restore cursor (ANSI.SYS).
|
|
3595
|
+
Program.prototype.rcA =
|
|
3596
|
+
Program.prototype.restoreCursorA = function() {
|
|
3597
|
+
this.x = this.savedX || 0;
|
|
3598
|
+
this.y = this.savedY || 0;
|
|
3599
|
+
if (this.tput) return this.put.rc();
|
|
3600
|
+
return this._write('\x1b[u');
|
|
3601
|
+
};
|
|
3602
|
+
|
|
3603
|
+
/**
|
|
3604
|
+
* Lesser Used
|
|
3605
|
+
*/
|
|
3606
|
+
|
|
3607
|
+
// CSI Ps I
|
|
3608
|
+
// Cursor Forward Tabulation Ps tab stops (default = 1) (CHT).
|
|
3609
|
+
Program.prototype.cht =
|
|
3610
|
+
Program.prototype.cursorForwardTab = function(param) {
|
|
3611
|
+
this.x += 8;
|
|
3612
|
+
this._ncoords();
|
|
3613
|
+
if (this.tput) return this.put.tab(param);
|
|
3614
|
+
return this._write('\x1b[' + (param || 1) + 'I');
|
|
3615
|
+
};
|
|
3616
|
+
|
|
3617
|
+
// CSI Ps S Scroll up Ps lines (default = 1) (SU).
|
|
3618
|
+
Program.prototype.su =
|
|
3619
|
+
Program.prototype.scrollUp = function(param) {
|
|
3620
|
+
this.y -= param || 1;
|
|
3621
|
+
this._ncoords();
|
|
3622
|
+
if (this.tput) return this.put.parm_index(param);
|
|
3623
|
+
return this._write('\x1b[' + (param || 1) + 'S');
|
|
3624
|
+
};
|
|
3625
|
+
|
|
3626
|
+
// CSI Ps T Scroll down Ps lines (default = 1) (SD).
|
|
3627
|
+
Program.prototype.sd =
|
|
3628
|
+
Program.prototype.scrollDown = function(param) {
|
|
3629
|
+
this.y += param || 1;
|
|
3630
|
+
this._ncoords();
|
|
3631
|
+
if (this.tput) return this.put.parm_rindex(param);
|
|
3632
|
+
return this._write('\x1b[' + (param || 1) + 'T');
|
|
3633
|
+
};
|
|
3634
|
+
|
|
3635
|
+
// CSI Ps ; Ps ; Ps ; Ps ; Ps T
|
|
3636
|
+
// Initiate highlight mouse tracking. Parameters are
|
|
3637
|
+
// [func;startx;starty;firstrow;lastrow]. See the section Mouse
|
|
3638
|
+
// Tracking.
|
|
3639
|
+
Program.prototype.initMouseTracking = function() {
|
|
3640
|
+
return this._write('\x1b[' + slice.call(arguments).join(';') + 'T');
|
|
3641
|
+
};
|
|
3642
|
+
|
|
3643
|
+
// CSI > Ps; Ps T
|
|
3644
|
+
// Reset one or more features of the title modes to the default
|
|
3645
|
+
// value. Normally, "reset" disables the feature. It is possi-
|
|
3646
|
+
// ble to disable the ability to reset features by compiling a
|
|
3647
|
+
// different default for the title modes into xterm.
|
|
3648
|
+
// Ps = 0 -> Do not set window/icon labels using hexadecimal.
|
|
3649
|
+
// Ps = 1 -> Do not query window/icon labels using hexadeci-
|
|
3650
|
+
// mal.
|
|
3651
|
+
// Ps = 2 -> Do not set window/icon labels using UTF-8.
|
|
3652
|
+
// Ps = 3 -> Do not query window/icon labels using UTF-8.
|
|
3653
|
+
// (See discussion of "Title Modes").
|
|
3654
|
+
Program.prototype.resetTitleModes = function() {
|
|
3655
|
+
return this._write('\x1b[>' + slice.call(arguments).join(';') + 'T');
|
|
3656
|
+
};
|
|
3657
|
+
|
|
3658
|
+
// CSI Ps Z Cursor Backward Tabulation Ps tab stops (default = 1) (CBT).
|
|
3659
|
+
Program.prototype.cbt =
|
|
3660
|
+
Program.prototype.cursorBackwardTab = function(param) {
|
|
3661
|
+
this.x -= 8;
|
|
3662
|
+
this._ncoords();
|
|
3663
|
+
if (this.tput) return this.put.cbt(param);
|
|
3664
|
+
return this._write('\x1b[' + (param || 1) + 'Z');
|
|
3665
|
+
};
|
|
3666
|
+
|
|
3667
|
+
// CSI Ps b Repeat the preceding graphic character Ps times (REP).
|
|
3668
|
+
Program.prototype.rep =
|
|
3669
|
+
Program.prototype.repeatPrecedingCharacter = function(param) {
|
|
3670
|
+
this.x += param || 1;
|
|
3671
|
+
this._ncoords();
|
|
3672
|
+
if (this.tput) return this.put.rep(param);
|
|
3673
|
+
return this._write('\x1b[' + (param || 1) + 'b');
|
|
3674
|
+
};
|
|
3675
|
+
|
|
3676
|
+
// CSI Ps g Tab Clear (TBC).
|
|
3677
|
+
// Ps = 0 -> Clear Current Column (default).
|
|
3678
|
+
// Ps = 3 -> Clear All.
|
|
3679
|
+
// Potentially:
|
|
3680
|
+
// Ps = 2 -> Clear Stops on Line.
|
|
3681
|
+
// http://vt100.net/annarbor/aaa-ug/section6.html
|
|
3682
|
+
Program.prototype.tbc =
|
|
3683
|
+
Program.prototype.tabClear = function(param) {
|
|
3684
|
+
if (this.tput) return this.put.tbc(param);
|
|
3685
|
+
return this._write('\x1b[' + (param || 0) + 'g');
|
|
3686
|
+
};
|
|
3687
|
+
|
|
3688
|
+
// CSI Pm i Media Copy (MC).
|
|
3689
|
+
// Ps = 0 -> Print screen (default).
|
|
3690
|
+
// Ps = 4 -> Turn off printer controller mode.
|
|
3691
|
+
// Ps = 5 -> Turn on printer controller mode.
|
|
3692
|
+
// CSI ? Pm i
|
|
3693
|
+
// Media Copy (MC, DEC-specific).
|
|
3694
|
+
// Ps = 1 -> Print line containing cursor.
|
|
3695
|
+
// Ps = 4 -> Turn off autoprint mode.
|
|
3696
|
+
// Ps = 5 -> Turn on autoprint mode.
|
|
3697
|
+
// Ps = 1 0 -> Print composed display, ignores DECPEX.
|
|
3698
|
+
// Ps = 1 1 -> Print all pages.
|
|
3699
|
+
Program.prototype.mc =
|
|
3700
|
+
Program.prototype.mediaCopy = function() {
|
|
3701
|
+
return this._write('\x1b[' + slice.call(arguments).join(';') + 'i');
|
|
3702
|
+
};
|
|
3703
|
+
|
|
3704
|
+
Program.prototype.print_screen =
|
|
3705
|
+
Program.prototype.ps =
|
|
3706
|
+
Program.prototype.mc0 = function() {
|
|
3707
|
+
if (this.tput) return this.put.mc0();
|
|
3708
|
+
return this.mc('0');
|
|
3709
|
+
};
|
|
3710
|
+
|
|
3711
|
+
Program.prototype.prtr_on =
|
|
3712
|
+
Program.prototype.po =
|
|
3713
|
+
Program.prototype.mc5 = function() {
|
|
3714
|
+
if (this.tput) return this.put.mc5();
|
|
3715
|
+
return this.mc('5');
|
|
3716
|
+
};
|
|
3717
|
+
|
|
3718
|
+
Program.prototype.prtr_off =
|
|
3719
|
+
Program.prototype.pf =
|
|
3720
|
+
Program.prototype.mc4 = function() {
|
|
3721
|
+
if (this.tput) return this.put.mc4();
|
|
3722
|
+
return this.mc('4');
|
|
3723
|
+
};
|
|
3724
|
+
|
|
3725
|
+
Program.prototype.prtr_non =
|
|
3726
|
+
Program.prototype.pO =
|
|
3727
|
+
Program.prototype.mc5p = function() {
|
|
3728
|
+
if (this.tput) return this.put.mc5p();
|
|
3729
|
+
return this.mc('?5');
|
|
3730
|
+
};
|
|
3731
|
+
|
|
3732
|
+
// CSI > Ps; Ps m
|
|
3733
|
+
// Set or reset resource-values used by xterm to decide whether
|
|
3734
|
+
// to construct escape sequences holding information about the
|
|
3735
|
+
// modifiers pressed with a given key. The first parameter iden-
|
|
3736
|
+
// tifies the resource to set/reset. The second parameter is the
|
|
3737
|
+
// value to assign to the resource. If the second parameter is
|
|
3738
|
+
// omitted, the resource is reset to its initial value.
|
|
3739
|
+
// Ps = 1 -> modifyCursorKeys.
|
|
3740
|
+
// Ps = 2 -> modifyFunctionKeys.
|
|
3741
|
+
// Ps = 4 -> modifyOtherKeys.
|
|
3742
|
+
// If no parameters are given, all resources are reset to their
|
|
3743
|
+
// initial values.
|
|
3744
|
+
Program.prototype.setResources = function() {
|
|
3745
|
+
return this._write('\x1b[>' + slice.call(arguments).join(';') + 'm');
|
|
3746
|
+
};
|
|
3747
|
+
|
|
3748
|
+
// CSI > Ps n
|
|
3749
|
+
// Disable modifiers which may be enabled via the CSI > Ps; Ps m
|
|
3750
|
+
// sequence. This corresponds to a resource value of "-1", which
|
|
3751
|
+
// cannot be set with the other sequence. The parameter identi-
|
|
3752
|
+
// fies the resource to be disabled:
|
|
3753
|
+
// Ps = 1 -> modifyCursorKeys.
|
|
3754
|
+
// Ps = 2 -> modifyFunctionKeys.
|
|
3755
|
+
// Ps = 4 -> modifyOtherKeys.
|
|
3756
|
+
// If the parameter is omitted, modifyFunctionKeys is disabled.
|
|
3757
|
+
// When modifyFunctionKeys is disabled, xterm uses the modifier
|
|
3758
|
+
// keys to make an extended sequence of functions rather than
|
|
3759
|
+
// adding a parameter to each function key to denote the modi-
|
|
3760
|
+
// fiers.
|
|
3761
|
+
Program.prototype.disableModifiers = function(param) {
|
|
3762
|
+
return this._write('\x1b[>' + (param || '') + 'n');
|
|
3763
|
+
};
|
|
3764
|
+
|
|
3765
|
+
// CSI > Ps p
|
|
3766
|
+
// Set resource value pointerMode. This is used by xterm to
|
|
3767
|
+
// decide whether to hide the pointer cursor as the user types.
|
|
3768
|
+
// Valid values for the parameter:
|
|
3769
|
+
// Ps = 0 -> never hide the pointer.
|
|
3770
|
+
// Ps = 1 -> hide if the mouse tracking mode is not enabled.
|
|
3771
|
+
// Ps = 2 -> always hide the pointer. If no parameter is
|
|
3772
|
+
// given, xterm uses the default, which is 1 .
|
|
3773
|
+
Program.prototype.setPointerMode = function(param) {
|
|
3774
|
+
return this._write('\x1b[>' + (param || '') + 'p');
|
|
3775
|
+
};
|
|
3776
|
+
|
|
3777
|
+
// CSI ! p Soft terminal reset (DECSTR).
|
|
3778
|
+
// http://vt100.net/docs/vt220-rm/table4-10.html
|
|
3779
|
+
Program.prototype.decstr =
|
|
3780
|
+
Program.prototype.rs2 =
|
|
3781
|
+
Program.prototype.softReset = function() {
|
|
3782
|
+
//if (this.tput) return this.put.init_2string();
|
|
3783
|
+
//if (this.tput) return this.put.reset_2string();
|
|
3784
|
+
if (this.tput) return this.put.rs2();
|
|
3785
|
+
//return this._write('\x1b[!p');
|
|
3786
|
+
//return this._write('\x1b[!p\x1b[?3;4l\x1b[4l\x1b>'); // init
|
|
3787
|
+
return this._write('\x1b[!p\x1b[?3;4l\x1b[4l\x1b>'); // reset
|
|
3788
|
+
};
|
|
3789
|
+
|
|
3790
|
+
// CSI Ps$ p
|
|
3791
|
+
// Request ANSI mode (DECRQM). For VT300 and up, reply is
|
|
3792
|
+
// CSI Ps; Pm$ y
|
|
3793
|
+
// where Ps is the mode number as in RM, and Pm is the mode
|
|
3794
|
+
// value:
|
|
3795
|
+
// 0 - not recognized
|
|
3796
|
+
// 1 - set
|
|
3797
|
+
// 2 - reset
|
|
3798
|
+
// 3 - permanently set
|
|
3799
|
+
// 4 - permanently reset
|
|
3800
|
+
Program.prototype.decrqm =
|
|
3801
|
+
Program.prototype.requestAnsiMode = function(param) {
|
|
3802
|
+
return this._write('\x1b[' + (param || '') + '$p');
|
|
3803
|
+
};
|
|
3804
|
+
|
|
3805
|
+
// CSI ? Ps$ p
|
|
3806
|
+
// Request DEC private mode (DECRQM). For VT300 and up, reply is
|
|
3807
|
+
// CSI ? Ps; Pm$ p
|
|
3808
|
+
// where Ps is the mode number as in DECSET, Pm is the mode value
|
|
3809
|
+
// as in the ANSI DECRQM.
|
|
3810
|
+
Program.prototype.decrqmp =
|
|
3811
|
+
Program.prototype.requestPrivateMode = function(param) {
|
|
3812
|
+
return this._write('\x1b[?' + (param || '') + '$p');
|
|
3813
|
+
};
|
|
3814
|
+
|
|
3815
|
+
// CSI Ps ; Ps " p
|
|
3816
|
+
// Set conformance level (DECSCL). Valid values for the first
|
|
3817
|
+
// parameter:
|
|
3818
|
+
// Ps = 6 1 -> VT100.
|
|
3819
|
+
// Ps = 6 2 -> VT200.
|
|
3820
|
+
// Ps = 6 3 -> VT300.
|
|
3821
|
+
// Valid values for the second parameter:
|
|
3822
|
+
// Ps = 0 -> 8-bit controls.
|
|
3823
|
+
// Ps = 1 -> 7-bit controls (always set for VT100).
|
|
3824
|
+
// Ps = 2 -> 8-bit controls.
|
|
3825
|
+
Program.prototype.decscl =
|
|
3826
|
+
Program.prototype.setConformanceLevel = function() {
|
|
3827
|
+
return this._write('\x1b[' + slice.call(arguments).join(';') + '"p');
|
|
3828
|
+
};
|
|
3829
|
+
|
|
3830
|
+
// CSI Ps q Load LEDs (DECLL).
|
|
3831
|
+
// Ps = 0 -> Clear all LEDS (default).
|
|
3832
|
+
// Ps = 1 -> Light Num Lock.
|
|
3833
|
+
// Ps = 2 -> Light Caps Lock.
|
|
3834
|
+
// Ps = 3 -> Light Scroll Lock.
|
|
3835
|
+
// Ps = 2 1 -> Extinguish Num Lock.
|
|
3836
|
+
// Ps = 2 2 -> Extinguish Caps Lock.
|
|
3837
|
+
// Ps = 2 3 -> Extinguish Scroll Lock.
|
|
3838
|
+
Program.prototype.decll =
|
|
3839
|
+
Program.prototype.loadLEDs = function(param) {
|
|
3840
|
+
return this._write('\x1b[' + (param || '') + 'q');
|
|
3841
|
+
};
|
|
3842
|
+
|
|
3843
|
+
// CSI Ps SP q
|
|
3844
|
+
// Set cursor style (DECSCUSR, VT520).
|
|
3845
|
+
// Ps = 0 -> blinking block.
|
|
3846
|
+
// Ps = 1 -> blinking block (default).
|
|
3847
|
+
// Ps = 2 -> steady block.
|
|
3848
|
+
// Ps = 3 -> blinking underline.
|
|
3849
|
+
// Ps = 4 -> steady underline.
|
|
3850
|
+
Program.prototype.decscusr =
|
|
3851
|
+
Program.prototype.setCursorStyle = function(param) {
|
|
3852
|
+
switch (param) {
|
|
3853
|
+
case 'blinking block':
|
|
3854
|
+
param = 1;
|
|
3855
|
+
break;
|
|
3856
|
+
case 'block':
|
|
3857
|
+
case 'steady block':
|
|
3858
|
+
param = 2;
|
|
3859
|
+
break;
|
|
3860
|
+
case 'blinking underline':
|
|
3861
|
+
param = 3;
|
|
3862
|
+
break;
|
|
3863
|
+
case 'underline':
|
|
3864
|
+
case 'steady underline':
|
|
3865
|
+
param = 4;
|
|
3866
|
+
break;
|
|
3867
|
+
case 'blinking bar':
|
|
3868
|
+
param = 5;
|
|
3869
|
+
break;
|
|
3870
|
+
case 'bar':
|
|
3871
|
+
case 'steady bar':
|
|
3872
|
+
param = 6;
|
|
3873
|
+
break;
|
|
3874
|
+
}
|
|
3875
|
+
if (param === 2 && this.has('Se')) {
|
|
3876
|
+
return this.put.Se();
|
|
3877
|
+
}
|
|
3878
|
+
if (this.has('Ss')) {
|
|
3879
|
+
return this.put.Ss(param);
|
|
3880
|
+
}
|
|
3881
|
+
return this._write('\x1b[' + (param || 1) + ' q');
|
|
3882
|
+
};
|
|
3883
|
+
|
|
3884
|
+
// CSI Ps " q
|
|
3885
|
+
// Select character protection attribute (DECSCA). Valid values
|
|
3886
|
+
// for the parameter:
|
|
3887
|
+
// Ps = 0 -> DECSED and DECSEL can erase (default).
|
|
3888
|
+
// Ps = 1 -> DECSED and DECSEL cannot erase.
|
|
3889
|
+
// Ps = 2 -> DECSED and DECSEL can erase.
|
|
3890
|
+
Program.prototype.decsca =
|
|
3891
|
+
Program.prototype.setCharProtectionAttr = function(param) {
|
|
3892
|
+
return this._write('\x1b[' + (param || 0) + '"q');
|
|
3893
|
+
};
|
|
3894
|
+
|
|
3895
|
+
// CSI ? Pm r
|
|
3896
|
+
// Restore DEC Private Mode Values. The value of Ps previously
|
|
3897
|
+
// saved is restored. Ps values are the same as for DECSET.
|
|
3898
|
+
Program.prototype.restorePrivateValues = function() {
|
|
3899
|
+
return this._write('\x1b[?' + slice.call(arguments).join(';') + 'r');
|
|
3900
|
+
};
|
|
3901
|
+
|
|
3902
|
+
// CSI Pt; Pl; Pb; Pr; Ps$ r
|
|
3903
|
+
// Change Attributes in Rectangular Area (DECCARA), VT400 and up.
|
|
3904
|
+
// Pt; Pl; Pb; Pr denotes the rectangle.
|
|
3905
|
+
// Ps denotes the SGR attributes to change: 0, 1, 4, 5, 7.
|
|
3906
|
+
// NOTE: xterm doesn't enable this code by default.
|
|
3907
|
+
Program.prototype.deccara =
|
|
3908
|
+
Program.prototype.setAttrInRectangle = function() {
|
|
3909
|
+
return this._write('\x1b[' + slice.call(arguments).join(';') + '$r');
|
|
3910
|
+
};
|
|
3911
|
+
|
|
3912
|
+
// CSI ? Pm s
|
|
3913
|
+
// Save DEC Private Mode Values. Ps values are the same as for
|
|
3914
|
+
// DECSET.
|
|
3915
|
+
Program.prototype.savePrivateValues = function() {
|
|
3916
|
+
return this._write('\x1b[?' + slice.call(arguments).join(';') + 's');
|
|
3917
|
+
};
|
|
3918
|
+
|
|
3919
|
+
// CSI Ps ; Ps ; Ps t
|
|
3920
|
+
// Window manipulation (from dtterm, as well as extensions).
|
|
3921
|
+
// These controls may be disabled using the allowWindowOps
|
|
3922
|
+
// resource. Valid values for the first (and any additional
|
|
3923
|
+
// parameters) are:
|
|
3924
|
+
// Ps = 1 -> De-iconify window.
|
|
3925
|
+
// Ps = 2 -> Iconify window.
|
|
3926
|
+
// Ps = 3 ; x ; y -> Move window to [x, y].
|
|
3927
|
+
// Ps = 4 ; height ; width -> Resize the xterm window to
|
|
3928
|
+
// height and width in pixels.
|
|
3929
|
+
// Ps = 5 -> Raise the xterm window to the front of the stack-
|
|
3930
|
+
// ing order.
|
|
3931
|
+
// Ps = 6 -> Lower the xterm window to the bottom of the
|
|
3932
|
+
// stacking order.
|
|
3933
|
+
// Ps = 7 -> Refresh the xterm window.
|
|
3934
|
+
// Ps = 8 ; height ; width -> Resize the text area to
|
|
3935
|
+
// [height;width] in characters.
|
|
3936
|
+
// Ps = 9 ; 0 -> Restore maximized window.
|
|
3937
|
+
// Ps = 9 ; 1 -> Maximize window (i.e., resize to screen
|
|
3938
|
+
// size).
|
|
3939
|
+
// Ps = 1 0 ; 0 -> Undo full-screen mode.
|
|
3940
|
+
// Ps = 1 0 ; 1 -> Change to full-screen.
|
|
3941
|
+
// Ps = 1 1 -> Report xterm window state. If the xterm window
|
|
3942
|
+
// is open (non-iconified), it returns CSI 1 t . If the xterm
|
|
3943
|
+
// window is iconified, it returns CSI 2 t .
|
|
3944
|
+
// Ps = 1 3 -> Report xterm window position. Result is CSI 3
|
|
3945
|
+
// ; x ; y t
|
|
3946
|
+
// Ps = 1 4 -> Report xterm window in pixels. Result is CSI
|
|
3947
|
+
// 4 ; height ; width t
|
|
3948
|
+
// Ps = 1 8 -> Report the size of the text area in characters.
|
|
3949
|
+
// Result is CSI 8 ; height ; width t
|
|
3950
|
+
// Ps = 1 9 -> Report the size of the screen in characters.
|
|
3951
|
+
// Result is CSI 9 ; height ; width t
|
|
3952
|
+
// Ps = 2 0 -> Report xterm window's icon label. Result is
|
|
3953
|
+
// OSC L label ST
|
|
3954
|
+
// Ps = 2 1 -> Report xterm window's title. Result is OSC l
|
|
3955
|
+
// label ST
|
|
3956
|
+
// Ps = 2 2 ; 0 -> Save xterm icon and window title on
|
|
3957
|
+
// stack.
|
|
3958
|
+
// Ps = 2 2 ; 1 -> Save xterm icon title on stack.
|
|
3959
|
+
// Ps = 2 2 ; 2 -> Save xterm window title on stack.
|
|
3960
|
+
// Ps = 2 3 ; 0 -> Restore xterm icon and window title from
|
|
3961
|
+
// stack.
|
|
3962
|
+
// Ps = 2 3 ; 1 -> Restore xterm icon title from stack.
|
|
3963
|
+
// Ps = 2 3 ; 2 -> Restore xterm window title from stack.
|
|
3964
|
+
// Ps >= 2 4 -> Resize to Ps lines (DECSLPP).
|
|
3965
|
+
Program.prototype.manipulateWindow = function() {
|
|
3966
|
+
var args = slice.call(arguments);
|
|
3967
|
+
|
|
3968
|
+
var callback = typeof args[args.length - 1] === 'function'
|
|
3969
|
+
? args.pop()
|
|
3970
|
+
: function() {};
|
|
3971
|
+
|
|
3972
|
+
return this.response('window-manipulation',
|
|
3973
|
+
'\x1b[' + args.join(';') + 't', callback);
|
|
3974
|
+
};
|
|
3975
|
+
|
|
3976
|
+
Program.prototype.getWindowSize = function(callback) {
|
|
3977
|
+
return this.manipulateWindow(18, callback);
|
|
3978
|
+
};
|
|
3979
|
+
|
|
3980
|
+
// CSI Pt; Pl; Pb; Pr; Ps$ t
|
|
3981
|
+
// Reverse Attributes in Rectangular Area (DECRARA), VT400 and
|
|
3982
|
+
// up.
|
|
3983
|
+
// Pt; Pl; Pb; Pr denotes the rectangle.
|
|
3984
|
+
// Ps denotes the attributes to reverse, i.e., 1, 4, 5, 7.
|
|
3985
|
+
// NOTE: xterm doesn't enable this code by default.
|
|
3986
|
+
Program.prototype.decrara =
|
|
3987
|
+
Program.prototype.reverseAttrInRectangle = function() {
|
|
3988
|
+
return this._write('\x1b[' + slice.call(arguments).join(';') + '$t');
|
|
3989
|
+
};
|
|
3990
|
+
|
|
3991
|
+
// CSI > Ps; Ps t
|
|
3992
|
+
// Set one or more features of the title modes. Each parameter
|
|
3993
|
+
// enables a single feature.
|
|
3994
|
+
// Ps = 0 -> Set window/icon labels using hexadecimal.
|
|
3995
|
+
// Ps = 1 -> Query window/icon labels using hexadecimal.
|
|
3996
|
+
// Ps = 2 -> Set window/icon labels using UTF-8.
|
|
3997
|
+
// Ps = 3 -> Query window/icon labels using UTF-8. (See dis-
|
|
3998
|
+
// cussion of "Title Modes")
|
|
3999
|
+
// XXX VTE bizarelly echos this:
|
|
4000
|
+
Program.prototype.setTitleModeFeature = function() {
|
|
4001
|
+
return this._twrite('\x1b[>' + slice.call(arguments).join(';') + 't');
|
|
4002
|
+
};
|
|
4003
|
+
|
|
4004
|
+
// CSI Ps SP t
|
|
4005
|
+
// Set warning-bell volume (DECSWBV, VT520).
|
|
4006
|
+
// Ps = 0 or 1 -> off.
|
|
4007
|
+
// Ps = 2 , 3 or 4 -> low.
|
|
4008
|
+
// Ps = 5 , 6 , 7 , or 8 -> high.
|
|
4009
|
+
Program.prototype.decswbv =
|
|
4010
|
+
Program.prototype.setWarningBellVolume = function(param) {
|
|
4011
|
+
return this._write('\x1b[' + (param || '') + ' t');
|
|
4012
|
+
};
|
|
4013
|
+
|
|
4014
|
+
// CSI Ps SP u
|
|
4015
|
+
// Set margin-bell volume (DECSMBV, VT520).
|
|
4016
|
+
// Ps = 1 -> off.
|
|
4017
|
+
// Ps = 2 , 3 or 4 -> low.
|
|
4018
|
+
// Ps = 0 , 5 , 6 , 7 , or 8 -> high.
|
|
4019
|
+
Program.prototype.decsmbv =
|
|
4020
|
+
Program.prototype.setMarginBellVolume = function(param) {
|
|
4021
|
+
return this._write('\x1b[' + (param || '') + ' u');
|
|
4022
|
+
};
|
|
4023
|
+
|
|
4024
|
+
// CSI Pt; Pl; Pb; Pr; Pp; Pt; Pl; Pp$ v
|
|
4025
|
+
// Copy Rectangular Area (DECCRA, VT400 and up).
|
|
4026
|
+
// Pt; Pl; Pb; Pr denotes the rectangle.
|
|
4027
|
+
// Pp denotes the source page.
|
|
4028
|
+
// Pt; Pl denotes the target location.
|
|
4029
|
+
// Pp denotes the target page.
|
|
4030
|
+
// NOTE: xterm doesn't enable this code by default.
|
|
4031
|
+
Program.prototype.deccra =
|
|
4032
|
+
Program.prototype.copyRectangle = function() {
|
|
4033
|
+
return this._write('\x1b[' + slice.call(arguments).join(';') + '$v');
|
|
4034
|
+
};
|
|
4035
|
+
|
|
4036
|
+
// CSI Pt ; Pl ; Pb ; Pr ' w
|
|
4037
|
+
// Enable Filter Rectangle (DECEFR), VT420 and up.
|
|
4038
|
+
// Parameters are [top;left;bottom;right].
|
|
4039
|
+
// Defines the coordinates of a filter rectangle and activates
|
|
4040
|
+
// it. Anytime the locator is detected outside of the filter
|
|
4041
|
+
// rectangle, an outside rectangle event is generated and the
|
|
4042
|
+
// rectangle is disabled. Filter rectangles are always treated
|
|
4043
|
+
// as "one-shot" events. Any parameters that are omitted default
|
|
4044
|
+
// to the current locator position. If all parameters are omit-
|
|
4045
|
+
// ted, any locator motion will be reported. DECELR always can-
|
|
4046
|
+
// cels any prevous rectangle definition.
|
|
4047
|
+
Program.prototype.decefr =
|
|
4048
|
+
Program.prototype.enableFilterRectangle = function() {
|
|
4049
|
+
return this._write('\x1b[' + slice.call(arguments).join(';') + '\'w');
|
|
4050
|
+
};
|
|
4051
|
+
|
|
4052
|
+
// CSI Ps x Request Terminal Parameters (DECREQTPARM).
|
|
4053
|
+
// if Ps is a "0" (default) or "1", and xterm is emulating VT100,
|
|
4054
|
+
// the control sequence elicits a response of the same form whose
|
|
4055
|
+
// parameters describe the terminal:
|
|
4056
|
+
// Ps -> the given Ps incremented by 2.
|
|
4057
|
+
// Pn = 1 <- no parity.
|
|
4058
|
+
// Pn = 1 <- eight bits.
|
|
4059
|
+
// Pn = 1 <- 2 8 transmit 38.4k baud.
|
|
4060
|
+
// Pn = 1 <- 2 8 receive 38.4k baud.
|
|
4061
|
+
// Pn = 1 <- clock multiplier.
|
|
4062
|
+
// Pn = 0 <- STP flags.
|
|
4063
|
+
Program.prototype.decreqtparm =
|
|
4064
|
+
Program.prototype.requestParameters = function(param) {
|
|
4065
|
+
return this._write('\x1b[' + (param || 0) + 'x');
|
|
4066
|
+
};
|
|
4067
|
+
|
|
4068
|
+
// CSI Ps x Select Attribute Change Extent (DECSACE).
|
|
4069
|
+
// Ps = 0 -> from start to end position, wrapped.
|
|
4070
|
+
// Ps = 1 -> from start to end position, wrapped.
|
|
4071
|
+
// Ps = 2 -> rectangle (exact).
|
|
4072
|
+
Program.prototype.decsace =
|
|
4073
|
+
Program.prototype.selectChangeExtent = function(param) {
|
|
4074
|
+
return this._write('\x1b[' + (param || 0) + 'x');
|
|
4075
|
+
};
|
|
4076
|
+
|
|
4077
|
+
// CSI Pc; Pt; Pl; Pb; Pr$ x
|
|
4078
|
+
// Fill Rectangular Area (DECFRA), VT420 and up.
|
|
4079
|
+
// Pc is the character to use.
|
|
4080
|
+
// Pt; Pl; Pb; Pr denotes the rectangle.
|
|
4081
|
+
// NOTE: xterm doesn't enable this code by default.
|
|
4082
|
+
Program.prototype.decfra =
|
|
4083
|
+
Program.prototype.fillRectangle = function() {
|
|
4084
|
+
return this._write('\x1b[' + slice.call(arguments).join(';') + '$x');
|
|
4085
|
+
};
|
|
4086
|
+
|
|
4087
|
+
// CSI Ps ; Pu ' z
|
|
4088
|
+
// Enable Locator Reporting (DECELR).
|
|
4089
|
+
// Valid values for the first parameter:
|
|
4090
|
+
// Ps = 0 -> Locator disabled (default).
|
|
4091
|
+
// Ps = 1 -> Locator enabled.
|
|
4092
|
+
// Ps = 2 -> Locator enabled for one report, then disabled.
|
|
4093
|
+
// The second parameter specifies the coordinate unit for locator
|
|
4094
|
+
// reports.
|
|
4095
|
+
// Valid values for the second parameter:
|
|
4096
|
+
// Pu = 0 <- or omitted -> default to character cells.
|
|
4097
|
+
// Pu = 1 <- device physical pixels.
|
|
4098
|
+
// Pu = 2 <- character cells.
|
|
4099
|
+
Program.prototype.decelr =
|
|
4100
|
+
Program.prototype.enableLocatorReporting = function() {
|
|
4101
|
+
return this._write('\x1b[' + slice.call(arguments).join(';') + '\'z');
|
|
4102
|
+
};
|
|
4103
|
+
|
|
4104
|
+
// CSI Pt; Pl; Pb; Pr$ z
|
|
4105
|
+
// Erase Rectangular Area (DECERA), VT400 and up.
|
|
4106
|
+
// Pt; Pl; Pb; Pr denotes the rectangle.
|
|
4107
|
+
// NOTE: xterm doesn't enable this code by default.
|
|
4108
|
+
Program.prototype.decera =
|
|
4109
|
+
Program.prototype.eraseRectangle = function() {
|
|
4110
|
+
return this._write('\x1b[' + slice.call(arguments).join(';') + '$z');
|
|
4111
|
+
};
|
|
4112
|
+
|
|
4113
|
+
// CSI Pm ' {
|
|
4114
|
+
// Select Locator Events (DECSLE).
|
|
4115
|
+
// Valid values for the first (and any additional parameters)
|
|
4116
|
+
// are:
|
|
4117
|
+
// Ps = 0 -> only respond to explicit host requests (DECRQLP).
|
|
4118
|
+
// (This is default). It also cancels any filter
|
|
4119
|
+
// rectangle.
|
|
4120
|
+
// Ps = 1 -> report button down transitions.
|
|
4121
|
+
// Ps = 2 -> do not report button down transitions.
|
|
4122
|
+
// Ps = 3 -> report button up transitions.
|
|
4123
|
+
// Ps = 4 -> do not report button up transitions.
|
|
4124
|
+
Program.prototype.decsle =
|
|
4125
|
+
Program.prototype.setLocatorEvents = function() {
|
|
4126
|
+
return this._write('\x1b[' + slice.call(arguments).join(';') + '\'{');
|
|
4127
|
+
};
|
|
4128
|
+
|
|
4129
|
+
// CSI Pt; Pl; Pb; Pr$ {
|
|
4130
|
+
// Selective Erase Rectangular Area (DECSERA), VT400 and up.
|
|
4131
|
+
// Pt; Pl; Pb; Pr denotes the rectangle.
|
|
4132
|
+
Program.prototype.decsera =
|
|
4133
|
+
Program.prototype.selectiveEraseRectangle = function() {
|
|
4134
|
+
return this._write('\x1b[' + slice.call(arguments).join(';') + '${');
|
|
4135
|
+
};
|
|
4136
|
+
|
|
4137
|
+
// CSI Ps ' |
|
|
4138
|
+
// Request Locator Position (DECRQLP).
|
|
4139
|
+
// Valid values for the parameter are:
|
|
4140
|
+
// Ps = 0 , 1 or omitted -> transmit a single DECLRP locator
|
|
4141
|
+
// report.
|
|
4142
|
+
|
|
4143
|
+
// If Locator Reporting has been enabled by a DECELR, xterm will
|
|
4144
|
+
// respond with a DECLRP Locator Report. This report is also
|
|
4145
|
+
// generated on button up and down events if they have been
|
|
4146
|
+
// enabled with a DECSLE, or when the locator is detected outside
|
|
4147
|
+
// of a filter rectangle, if filter rectangles have been enabled
|
|
4148
|
+
// with a DECEFR.
|
|
4149
|
+
|
|
4150
|
+
// -> CSI Pe ; Pb ; Pr ; Pc ; Pp & w
|
|
4151
|
+
|
|
4152
|
+
// Parameters are [event;button;row;column;page].
|
|
4153
|
+
// Valid values for the event:
|
|
4154
|
+
// Pe = 0 -> locator unavailable - no other parameters sent.
|
|
4155
|
+
// Pe = 1 -> request - xterm received a DECRQLP.
|
|
4156
|
+
// Pe = 2 -> left button down.
|
|
4157
|
+
// Pe = 3 -> left button up.
|
|
4158
|
+
// Pe = 4 -> middle button down.
|
|
4159
|
+
// Pe = 5 -> middle button up.
|
|
4160
|
+
// Pe = 6 -> right button down.
|
|
4161
|
+
// Pe = 7 -> right button up.
|
|
4162
|
+
// Pe = 8 -> M4 button down.
|
|
4163
|
+
// Pe = 9 -> M4 button up.
|
|
4164
|
+
// Pe = 1 0 -> locator outside filter rectangle.
|
|
4165
|
+
// ``button'' parameter is a bitmask indicating which buttons are
|
|
4166
|
+
// pressed:
|
|
4167
|
+
// Pb = 0 <- no buttons down.
|
|
4168
|
+
// Pb & 1 <- right button down.
|
|
4169
|
+
// Pb & 2 <- middle button down.
|
|
4170
|
+
// Pb & 4 <- left button down.
|
|
4171
|
+
// Pb & 8 <- M4 button down.
|
|
4172
|
+
// ``row'' and ``column'' parameters are the coordinates of the
|
|
4173
|
+
// locator position in the xterm window, encoded as ASCII deci-
|
|
4174
|
+
// mal.
|
|
4175
|
+
// The ``page'' parameter is not used by xterm, and will be omit-
|
|
4176
|
+
// ted.
|
|
4177
|
+
Program.prototype.decrqlp =
|
|
4178
|
+
Program.prototype.req_mouse_pos =
|
|
4179
|
+
Program.prototype.reqmp =
|
|
4180
|
+
Program.prototype.requestLocatorPosition = function(param, callback) {
|
|
4181
|
+
// See also:
|
|
4182
|
+
// get_mouse / getm / Gm
|
|
4183
|
+
// mouse_info / minfo / Mi
|
|
4184
|
+
// Correct for tput?
|
|
4185
|
+
if (this.has('req_mouse_pos')) {
|
|
4186
|
+
var code = this.tput.req_mouse_pos(param);
|
|
4187
|
+
return this.response('locator-position', code, callback);
|
|
4188
|
+
}
|
|
4189
|
+
return this.response('locator-position',
|
|
4190
|
+
'\x1b[' + (param || '') + '\'|', callback);
|
|
4191
|
+
};
|
|
4192
|
+
|
|
4193
|
+
// CSI P m SP }
|
|
4194
|
+
// Insert P s Column(s) (default = 1) (DECIC), VT420 and up.
|
|
4195
|
+
// NOTE: xterm doesn't enable this code by default.
|
|
4196
|
+
Program.prototype.decic =
|
|
4197
|
+
Program.prototype.insertColumns = function() {
|
|
4198
|
+
return this._write('\x1b[' + slice.call(arguments).join(';') + ' }');
|
|
4199
|
+
};
|
|
4200
|
+
|
|
4201
|
+
// CSI P m SP ~
|
|
4202
|
+
// Delete P s Column(s) (default = 1) (DECDC), VT420 and up
|
|
4203
|
+
// NOTE: xterm doesn't enable this code by default.
|
|
4204
|
+
Program.prototype.decdc =
|
|
4205
|
+
Program.prototype.deleteColumns = function() {
|
|
4206
|
+
return this._write('\x1b[' + slice.call(arguments).join(';') + ' ~');
|
|
4207
|
+
};
|
|
4208
|
+
|
|
4209
|
+
Program.prototype.out = function(name) {
|
|
4210
|
+
var args = Array.prototype.slice.call(arguments, 1);
|
|
4211
|
+
this.ret = true;
|
|
4212
|
+
var out = this[name].apply(this, args);
|
|
4213
|
+
this.ret = false;
|
|
4214
|
+
return out;
|
|
4215
|
+
};
|
|
4216
|
+
|
|
4217
|
+
Program.prototype.sigtstp = function(callback) {
|
|
4218
|
+
var resume = this.pause();
|
|
4219
|
+
|
|
4220
|
+
process.once('SIGCONT', function() {
|
|
4221
|
+
resume();
|
|
4222
|
+
if (callback) callback();
|
|
4223
|
+
});
|
|
4224
|
+
|
|
4225
|
+
process.kill(process.pid, 'SIGTSTP');
|
|
4226
|
+
};
|
|
4227
|
+
|
|
4228
|
+
Program.prototype.pause = function(callback) {
|
|
4229
|
+
var self = this
|
|
4230
|
+
, isAlt = this.isAlt
|
|
4231
|
+
, mouseEnabled = this.mouseEnabled;
|
|
4232
|
+
|
|
4233
|
+
this.lsaveCursor('pause');
|
|
4234
|
+
//this.csr(0, screen.height - 1);
|
|
4235
|
+
if (isAlt) this.normalBuffer();
|
|
4236
|
+
this.showCursor();
|
|
4237
|
+
if (mouseEnabled) this.disableMouse();
|
|
4238
|
+
|
|
4239
|
+
var write = this.output.write;
|
|
4240
|
+
this.output.write = function() {};
|
|
4241
|
+
if (this.input.setRawMode) {
|
|
4242
|
+
this.input.setRawMode(false);
|
|
4243
|
+
}
|
|
4244
|
+
this.input.pause();
|
|
4245
|
+
|
|
4246
|
+
return this._resume = function() {
|
|
4247
|
+
delete self._resume;
|
|
4248
|
+
|
|
4249
|
+
if (self.input.setRawMode) {
|
|
4250
|
+
self.input.setRawMode(true);
|
|
4251
|
+
}
|
|
4252
|
+
self.input.resume();
|
|
4253
|
+
self.output.write = write;
|
|
4254
|
+
|
|
4255
|
+
if (isAlt) self.alternateBuffer();
|
|
4256
|
+
//self.csr(0, screen.height - 1);
|
|
4257
|
+
if (mouseEnabled) self.enableMouse();
|
|
4258
|
+
self.lrestoreCursor('pause', true);
|
|
4259
|
+
|
|
4260
|
+
if (callback) callback();
|
|
4261
|
+
};
|
|
4262
|
+
};
|
|
4263
|
+
|
|
4264
|
+
Program.prototype.resume = function() {
|
|
4265
|
+
if (this._resume) return this._resume();
|
|
4266
|
+
};
|
|
4267
|
+
|
|
4268
|
+
/**
|
|
4269
|
+
* Helpers
|
|
4270
|
+
*/
|
|
4271
|
+
|
|
4272
|
+
// We could do this easier by just manipulating the _events object, or for
|
|
4273
|
+
// older versions of node, manipulating the array returned by listeners(), but
|
|
4274
|
+
// neither of these methods are guaranteed to work in future versions of node.
|
|
4275
|
+
function unshiftEvent(obj, event, listener) {
|
|
4276
|
+
var listeners = obj.listeners(event);
|
|
4277
|
+
obj.removeAllListeners(event);
|
|
4278
|
+
obj.on(event, listener);
|
|
4279
|
+
listeners.forEach(function(listener) {
|
|
4280
|
+
obj.on(event, listener);
|
|
4281
|
+
});
|
|
4282
|
+
}
|
|
4283
|
+
|
|
4284
|
+
function merge(out) {
|
|
4285
|
+
slice.call(arguments, 1).forEach(function(obj) {
|
|
4286
|
+
Object.keys(obj).forEach(function(key) {
|
|
4287
|
+
out[key] = obj[key];
|
|
4288
|
+
});
|
|
4289
|
+
});
|
|
4290
|
+
return out;
|
|
4291
|
+
}
|
|
4292
|
+
|
|
4293
|
+
/**
|
|
4294
|
+
* Expose
|
|
4295
|
+
*/
|
|
4296
|
+
|
|
4297
|
+
module.exports = Program;
|