veyrix

Veyrix IDE is a lightweight, p...
Log | Files | Refs | README | LICENSE

package-lock.json (34294B)


      1 {
      2   "name": "veyrix.amit.is-a.dev",
      3   "version": "1.0.0",
      4   "lockfileVersion": 3,
      5   "requires": true,
      6   "packages": {
      7     "": {
      8       "name": "veyrix.amit.is-a.dev",
      9       "version": "1.0.0",
     10       "license": "ISC",
     11       "devDependencies": {
     12         "@tailwindcss/cli": "^4.2.1",
     13         "tailwindcss": "^4.2.1"
     14       }
     15     },
     16     "node_modules/@jridgewell/gen-mapping": {
     17       "version": "0.3.13",
     18       "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
     19       "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
     20       "dev": true,
     21       "license": "MIT",
     22       "dependencies": {
     23         "@jridgewell/sourcemap-codec": "^1.5.0",
     24         "@jridgewell/trace-mapping": "^0.3.24"
     25       }
     26     },
     27     "node_modules/@jridgewell/remapping": {
     28       "version": "2.3.5",
     29       "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
     30       "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
     31       "dev": true,
     32       "license": "MIT",
     33       "dependencies": {
     34         "@jridgewell/gen-mapping": "^0.3.5",
     35         "@jridgewell/trace-mapping": "^0.3.24"
     36       }
     37     },
     38     "node_modules/@jridgewell/resolve-uri": {
     39       "version": "3.1.2",
     40       "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
     41       "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
     42       "dev": true,
     43       "license": "MIT",
     44       "engines": {
     45         "node": ">=6.0.0"
     46       }
     47     },
     48     "node_modules/@jridgewell/sourcemap-codec": {
     49       "version": "1.5.5",
     50       "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
     51       "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
     52       "dev": true,
     53       "license": "MIT"
     54     },
     55     "node_modules/@jridgewell/trace-mapping": {
     56       "version": "0.3.31",
     57       "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
     58       "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
     59       "dev": true,
     60       "license": "MIT",
     61       "dependencies": {
     62         "@jridgewell/resolve-uri": "^3.1.0",
     63         "@jridgewell/sourcemap-codec": "^1.4.14"
     64       }
     65     },
     66     "node_modules/@parcel/watcher": {
     67       "version": "2.5.6",
     68       "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
     69       "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
     70       "dev": true,
     71       "hasInstallScript": true,
     72       "license": "MIT",
     73       "dependencies": {
     74         "detect-libc": "^2.0.3",
     75         "is-glob": "^4.0.3",
     76         "node-addon-api": "^7.0.0",
     77         "picomatch": "^4.0.3"
     78       },
     79       "engines": {
     80         "node": ">= 10.0.0"
     81       },
     82       "funding": {
     83         "type": "opencollective",
     84         "url": "https://opencollective.com/parcel"
     85       },
     86       "optionalDependencies": {
     87         "@parcel/watcher-android-arm64": "2.5.6",
     88         "@parcel/watcher-darwin-arm64": "2.5.6",
     89         "@parcel/watcher-darwin-x64": "2.5.6",
     90         "@parcel/watcher-freebsd-x64": "2.5.6",
     91         "@parcel/watcher-linux-arm-glibc": "2.5.6",
     92         "@parcel/watcher-linux-arm-musl": "2.5.6",
     93         "@parcel/watcher-linux-arm64-glibc": "2.5.6",
     94         "@parcel/watcher-linux-arm64-musl": "2.5.6",
     95         "@parcel/watcher-linux-x64-glibc": "2.5.6",
     96         "@parcel/watcher-linux-x64-musl": "2.5.6",
     97         "@parcel/watcher-win32-arm64": "2.5.6",
     98         "@parcel/watcher-win32-ia32": "2.5.6",
     99         "@parcel/watcher-win32-x64": "2.5.6"
    100       }
    101     },
    102     "node_modules/@parcel/watcher-android-arm64": {
    103       "version": "2.5.6",
    104       "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
    105       "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
    106       "cpu": [
    107         "arm64"
    108       ],
    109       "dev": true,
    110       "license": "MIT",
    111       "optional": true,
    112       "os": [
    113         "android"
    114       ],
    115       "engines": {
    116         "node": ">= 10.0.0"
    117       },
    118       "funding": {
    119         "type": "opencollective",
    120         "url": "https://opencollective.com/parcel"
    121       }
    122     },
    123     "node_modules/@parcel/watcher-darwin-arm64": {
    124       "version": "2.5.6",
    125       "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
    126       "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
    127       "cpu": [
    128         "arm64"
    129       ],
    130       "dev": true,
    131       "license": "MIT",
    132       "optional": true,
    133       "os": [
    134         "darwin"
    135       ],
    136       "engines": {
    137         "node": ">= 10.0.0"
    138       },
    139       "funding": {
    140         "type": "opencollective",
    141         "url": "https://opencollective.com/parcel"
    142       }
    143     },
    144     "node_modules/@parcel/watcher-darwin-x64": {
    145       "version": "2.5.6",
    146       "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
    147       "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
    148       "cpu": [
    149         "x64"
    150       ],
    151       "dev": true,
    152       "license": "MIT",
    153       "optional": true,
    154       "os": [
    155         "darwin"
    156       ],
    157       "engines": {
    158         "node": ">= 10.0.0"
    159       },
    160       "funding": {
    161         "type": "opencollective",
    162         "url": "https://opencollective.com/parcel"
    163       }
    164     },
    165     "node_modules/@parcel/watcher-freebsd-x64": {
    166       "version": "2.5.6",
    167       "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
    168       "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
    169       "cpu": [
    170         "x64"
    171       ],
    172       "dev": true,
    173       "license": "MIT",
    174       "optional": true,
    175       "os": [
    176         "freebsd"
    177       ],
    178       "engines": {
    179         "node": ">= 10.0.0"
    180       },
    181       "funding": {
    182         "type": "opencollective",
    183         "url": "https://opencollective.com/parcel"
    184       }
    185     },
    186     "node_modules/@parcel/watcher-linux-arm-glibc": {
    187       "version": "2.5.6",
    188       "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
    189       "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
    190       "cpu": [
    191         "arm"
    192       ],
    193       "dev": true,
    194       "license": "MIT",
    195       "optional": true,
    196       "os": [
    197         "linux"
    198       ],
    199       "engines": {
    200         "node": ">= 10.0.0"
    201       },
    202       "funding": {
    203         "type": "opencollective",
    204         "url": "https://opencollective.com/parcel"
    205       }
    206     },
    207     "node_modules/@parcel/watcher-linux-arm-musl": {
    208       "version": "2.5.6",
    209       "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
    210       "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
    211       "cpu": [
    212         "arm"
    213       ],
    214       "dev": true,
    215       "license": "MIT",
    216       "optional": true,
    217       "os": [
    218         "linux"
    219       ],
    220       "engines": {
    221         "node": ">= 10.0.0"
    222       },
    223       "funding": {
    224         "type": "opencollective",
    225         "url": "https://opencollective.com/parcel"
    226       }
    227     },
    228     "node_modules/@parcel/watcher-linux-arm64-glibc": {
    229       "version": "2.5.6",
    230       "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
    231       "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
    232       "cpu": [
    233         "arm64"
    234       ],
    235       "dev": true,
    236       "license": "MIT",
    237       "optional": true,
    238       "os": [
    239         "linux"
    240       ],
    241       "engines": {
    242         "node": ">= 10.0.0"
    243       },
    244       "funding": {
    245         "type": "opencollective",
    246         "url": "https://opencollective.com/parcel"
    247       }
    248     },
    249     "node_modules/@parcel/watcher-linux-arm64-musl": {
    250       "version": "2.5.6",
    251       "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
    252       "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
    253       "cpu": [
    254         "arm64"
    255       ],
    256       "dev": true,
    257       "license": "MIT",
    258       "optional": true,
    259       "os": [
    260         "linux"
    261       ],
    262       "engines": {
    263         "node": ">= 10.0.0"
    264       },
    265       "funding": {
    266         "type": "opencollective",
    267         "url": "https://opencollective.com/parcel"
    268       }
    269     },
    270     "node_modules/@parcel/watcher-linux-x64-glibc": {
    271       "version": "2.5.6",
    272       "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
    273       "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
    274       "cpu": [
    275         "x64"
    276       ],
    277       "dev": true,
    278       "license": "MIT",
    279       "optional": true,
    280       "os": [
    281         "linux"
    282       ],
    283       "engines": {
    284         "node": ">= 10.0.0"
    285       },
    286       "funding": {
    287         "type": "opencollective",
    288         "url": "https://opencollective.com/parcel"
    289       }
    290     },
    291     "node_modules/@parcel/watcher-linux-x64-musl": {
    292       "version": "2.5.6",
    293       "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
    294       "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
    295       "cpu": [
    296         "x64"
    297       ],
    298       "dev": true,
    299       "license": "MIT",
    300       "optional": true,
    301       "os": [
    302         "linux"
    303       ],
    304       "engines": {
    305         "node": ">= 10.0.0"
    306       },
    307       "funding": {
    308         "type": "opencollective",
    309         "url": "https://opencollective.com/parcel"
    310       }
    311     },
    312     "node_modules/@parcel/watcher-win32-arm64": {
    313       "version": "2.5.6",
    314       "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
    315       "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
    316       "cpu": [
    317         "arm64"
    318       ],
    319       "dev": true,
    320       "license": "MIT",
    321       "optional": true,
    322       "os": [
    323         "win32"
    324       ],
    325       "engines": {
    326         "node": ">= 10.0.0"
    327       },
    328       "funding": {
    329         "type": "opencollective",
    330         "url": "https://opencollective.com/parcel"
    331       }
    332     },
    333     "node_modules/@parcel/watcher-win32-ia32": {
    334       "version": "2.5.6",
    335       "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
    336       "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
    337       "cpu": [
    338         "ia32"
    339       ],
    340       "dev": true,
    341       "license": "MIT",
    342       "optional": true,
    343       "os": [
    344         "win32"
    345       ],
    346       "engines": {
    347         "node": ">= 10.0.0"
    348       },
    349       "funding": {
    350         "type": "opencollective",
    351         "url": "https://opencollective.com/parcel"
    352       }
    353     },
    354     "node_modules/@parcel/watcher-win32-x64": {
    355       "version": "2.5.6",
    356       "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
    357       "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
    358       "cpu": [
    359         "x64"
    360       ],
    361       "dev": true,
    362       "license": "MIT",
    363       "optional": true,
    364       "os": [
    365         "win32"
    366       ],
    367       "engines": {
    368         "node": ">= 10.0.0"
    369       },
    370       "funding": {
    371         "type": "opencollective",
    372         "url": "https://opencollective.com/parcel"
    373       }
    374     },
    375     "node_modules/@tailwindcss/cli": {
    376       "version": "4.2.1",
    377       "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.2.1.tgz",
    378       "integrity": "sha512-b7MGn51IA80oSG+7fuAgzfQ+7pZBgjzbqwmiv6NO7/+a1sev32cGqnwhscT7h0EcAvMa9r7gjRylqOH8Xhc4DA==",
    379       "dev": true,
    380       "license": "MIT",
    381       "dependencies": {
    382         "@parcel/watcher": "^2.5.1",
    383         "@tailwindcss/node": "4.2.1",
    384         "@tailwindcss/oxide": "4.2.1",
    385         "enhanced-resolve": "^5.19.0",
    386         "mri": "^1.2.0",
    387         "picocolors": "^1.1.1",
    388         "tailwindcss": "4.2.1"
    389       },
    390       "bin": {
    391         "tailwindcss": "dist/index.mjs"
    392       }
    393     },
    394     "node_modules/@tailwindcss/node": {
    395       "version": "4.2.1",
    396       "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.1.tgz",
    397       "integrity": "sha512-jlx6sLk4EOwO6hHe1oCGm1Q4AN/s0rSrTTPBGPM0/RQ6Uylwq17FuU8IeJJKEjtc6K6O07zsvP+gDO6MMWo7pg==",
    398       "dev": true,
    399       "license": "MIT",
    400       "dependencies": {
    401         "@jridgewell/remapping": "^2.3.5",
    402         "enhanced-resolve": "^5.19.0",
    403         "jiti": "^2.6.1",
    404         "lightningcss": "1.31.1",
    405         "magic-string": "^0.30.21",
    406         "source-map-js": "^1.2.1",
    407         "tailwindcss": "4.2.1"
    408       }
    409     },
    410     "node_modules/@tailwindcss/oxide": {
    411       "version": "4.2.1",
    412       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.1.tgz",
    413       "integrity": "sha512-yv9jeEFWnjKCI6/T3Oq50yQEOqmpmpfzG1hcZsAOaXFQPfzWprWrlHSdGPEF3WQTi8zu8ohC9Mh9J470nT5pUw==",
    414       "dev": true,
    415       "license": "MIT",
    416       "engines": {
    417         "node": ">= 20"
    418       },
    419       "optionalDependencies": {
    420         "@tailwindcss/oxide-android-arm64": "4.2.1",
    421         "@tailwindcss/oxide-darwin-arm64": "4.2.1",
    422         "@tailwindcss/oxide-darwin-x64": "4.2.1",
    423         "@tailwindcss/oxide-freebsd-x64": "4.2.1",
    424         "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.1",
    425         "@tailwindcss/oxide-linux-arm64-gnu": "4.2.1",
    426         "@tailwindcss/oxide-linux-arm64-musl": "4.2.1",
    427         "@tailwindcss/oxide-linux-x64-gnu": "4.2.1",
    428         "@tailwindcss/oxide-linux-x64-musl": "4.2.1",
    429         "@tailwindcss/oxide-wasm32-wasi": "4.2.1",
    430         "@tailwindcss/oxide-win32-arm64-msvc": "4.2.1",
    431         "@tailwindcss/oxide-win32-x64-msvc": "4.2.1"
    432       }
    433     },
    434     "node_modules/@tailwindcss/oxide-android-arm64": {
    435       "version": "4.2.1",
    436       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.1.tgz",
    437       "integrity": "sha512-eZ7G1Zm5EC8OOKaesIKuw77jw++QJ2lL9N+dDpdQiAB/c/B2wDh0QPFHbkBVrXnwNugvrbJFk1gK2SsVjwWReg==",
    438       "cpu": [
    439         "arm64"
    440       ],
    441       "dev": true,
    442       "license": "MIT",
    443       "optional": true,
    444       "os": [
    445         "android"
    446       ],
    447       "engines": {
    448         "node": ">= 20"
    449       }
    450     },
    451     "node_modules/@tailwindcss/oxide-darwin-arm64": {
    452       "version": "4.2.1",
    453       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.1.tgz",
    454       "integrity": "sha512-q/LHkOstoJ7pI1J0q6djesLzRvQSIfEto148ppAd+BVQK0JYjQIFSK3JgYZJa+Yzi0DDa52ZsQx2rqytBnf8Hw==",
    455       "cpu": [
    456         "arm64"
    457       ],
    458       "dev": true,
    459       "license": "MIT",
    460       "optional": true,
    461       "os": [
    462         "darwin"
    463       ],
    464       "engines": {
    465         "node": ">= 20"
    466       }
    467     },
    468     "node_modules/@tailwindcss/oxide-darwin-x64": {
    469       "version": "4.2.1",
    470       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.1.tgz",
    471       "integrity": "sha512-/f/ozlaXGY6QLbpvd/kFTro2l18f7dHKpB+ieXz+Cijl4Mt9AI2rTrpq7V+t04nK+j9XBQHnSMdeQRhbGyt6fw==",
    472       "cpu": [
    473         "x64"
    474       ],
    475       "dev": true,
    476       "license": "MIT",
    477       "optional": true,
    478       "os": [
    479         "darwin"
    480       ],
    481       "engines": {
    482         "node": ">= 20"
    483       }
    484     },
    485     "node_modules/@tailwindcss/oxide-freebsd-x64": {
    486       "version": "4.2.1",
    487       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.1.tgz",
    488       "integrity": "sha512-5e/AkgYJT/cpbkys/OU2Ei2jdETCLlifwm7ogMC7/hksI2fC3iiq6OcXwjibcIjPung0kRtR3TxEITkqgn0TcA==",
    489       "cpu": [
    490         "x64"
    491       ],
    492       "dev": true,
    493       "license": "MIT",
    494       "optional": true,
    495       "os": [
    496         "freebsd"
    497       ],
    498       "engines": {
    499         "node": ">= 20"
    500       }
    501     },
    502     "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
    503       "version": "4.2.1",
    504       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.1.tgz",
    505       "integrity": "sha512-Uny1EcVTTmerCKt/1ZuKTkb0x8ZaiuYucg2/kImO5A5Y/kBz41/+j0gxUZl+hTF3xkWpDmHX+TaWhOtba2Fyuw==",
    506       "cpu": [
    507         "arm"
    508       ],
    509       "dev": true,
    510       "license": "MIT",
    511       "optional": true,
    512       "os": [
    513         "linux"
    514       ],
    515       "engines": {
    516         "node": ">= 20"
    517       }
    518     },
    519     "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
    520       "version": "4.2.1",
    521       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.1.tgz",
    522       "integrity": "sha512-CTrwomI+c7n6aSSQlsPL0roRiNMDQ/YzMD9EjcR+H4f0I1SQ8QqIuPnsVp7QgMkC1Qi8rtkekLkOFjo7OlEFRQ==",
    523       "cpu": [
    524         "arm64"
    525       ],
    526       "dev": true,
    527       "license": "MIT",
    528       "optional": true,
    529       "os": [
    530         "linux"
    531       ],
    532       "engines": {
    533         "node": ">= 20"
    534       }
    535     },
    536     "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
    537       "version": "4.2.1",
    538       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.1.tgz",
    539       "integrity": "sha512-WZA0CHRL/SP1TRbA5mp9htsppSEkWuQ4KsSUumYQnyl8ZdT39ntwqmz4IUHGN6p4XdSlYfJwM4rRzZLShHsGAQ==",
    540       "cpu": [
    541         "arm64"
    542       ],
    543       "dev": true,
    544       "license": "MIT",
    545       "optional": true,
    546       "os": [
    547         "linux"
    548       ],
    549       "engines": {
    550         "node": ">= 20"
    551       }
    552     },
    553     "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
    554       "version": "4.2.1",
    555       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.1.tgz",
    556       "integrity": "sha512-qMFzxI2YlBOLW5PhblzuSWlWfwLHaneBE0xHzLrBgNtqN6mWfs+qYbhryGSXQjFYB1Dzf5w+LN5qbUTPhW7Y5g==",
    557       "cpu": [
    558         "x64"
    559       ],
    560       "dev": true,
    561       "license": "MIT",
    562       "optional": true,
    563       "os": [
    564         "linux"
    565       ],
    566       "engines": {
    567         "node": ">= 20"
    568       }
    569     },
    570     "node_modules/@tailwindcss/oxide-linux-x64-musl": {
    571       "version": "4.2.1",
    572       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.1.tgz",
    573       "integrity": "sha512-5r1X2FKnCMUPlXTWRYpHdPYUY6a1Ar/t7P24OuiEdEOmms5lyqjDRvVY1yy9Rmioh+AunQ0rWiOTPE8F9A3v5g==",
    574       "cpu": [
    575         "x64"
    576       ],
    577       "dev": true,
    578       "license": "MIT",
    579       "optional": true,
    580       "os": [
    581         "linux"
    582       ],
    583       "engines": {
    584         "node": ">= 20"
    585       }
    586     },
    587     "node_modules/@tailwindcss/oxide-wasm32-wasi": {
    588       "version": "4.2.1",
    589       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.1.tgz",
    590       "integrity": "sha512-MGFB5cVPvshR85MTJkEvqDUnuNoysrsRxd6vnk1Lf2tbiqNlXpHYZqkqOQalydienEWOHHFyyuTSYRsLfxFJ2Q==",
    591       "bundleDependencies": [
    592         "@napi-rs/wasm-runtime",
    593         "@emnapi/core",
    594         "@emnapi/runtime",
    595         "@tybys/wasm-util",
    596         "@emnapi/wasi-threads",
    597         "tslib"
    598       ],
    599       "cpu": [
    600         "wasm32"
    601       ],
    602       "dev": true,
    603       "license": "MIT",
    604       "optional": true,
    605       "dependencies": {
    606         "@emnapi/core": "^1.8.1",
    607         "@emnapi/runtime": "^1.8.1",
    608         "@emnapi/wasi-threads": "^1.1.0",
    609         "@napi-rs/wasm-runtime": "^1.1.1",
    610         "@tybys/wasm-util": "^0.10.1",
    611         "tslib": "^2.8.1"
    612       },
    613       "engines": {
    614         "node": ">=14.0.0"
    615       }
    616     },
    617     "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
    618       "version": "4.2.1",
    619       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.1.tgz",
    620       "integrity": "sha512-YlUEHRHBGnCMh4Nj4GnqQyBtsshUPdiNroZj8VPkvTZSoHsilRCwXcVKnG9kyi0ZFAS/3u+qKHBdDc81SADTRA==",
    621       "cpu": [
    622         "arm64"
    623       ],
    624       "dev": true,
    625       "license": "MIT",
    626       "optional": true,
    627       "os": [
    628         "win32"
    629       ],
    630       "engines": {
    631         "node": ">= 20"
    632       }
    633     },
    634     "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
    635       "version": "4.2.1",
    636       "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.1.tgz",
    637       "integrity": "sha512-rbO34G5sMWWyrN/idLeVxAZgAKWrn5LiR3/I90Q9MkA67s6T1oB0xtTe+0heoBvHSpbU9Mk7i6uwJnpo4u21XQ==",
    638       "cpu": [
    639         "x64"
    640       ],
    641       "dev": true,
    642       "license": "MIT",
    643       "optional": true,
    644       "os": [
    645         "win32"
    646       ],
    647       "engines": {
    648         "node": ">= 20"
    649       }
    650     },
    651     "node_modules/detect-libc": {
    652       "version": "2.1.2",
    653       "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
    654       "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
    655       "dev": true,
    656       "license": "Apache-2.0",
    657       "engines": {
    658         "node": ">=8"
    659       }
    660     },
    661     "node_modules/enhanced-resolve": {
    662       "version": "5.20.0",
    663       "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz",
    664       "integrity": "sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==",
    665       "dev": true,
    666       "license": "MIT",
    667       "dependencies": {
    668         "graceful-fs": "^4.2.4",
    669         "tapable": "^2.3.0"
    670       },
    671       "engines": {
    672         "node": ">=10.13.0"
    673       }
    674     },
    675     "node_modules/graceful-fs": {
    676       "version": "4.2.11",
    677       "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
    678       "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
    679       "dev": true,
    680       "license": "ISC"
    681     },
    682     "node_modules/is-extglob": {
    683       "version": "2.1.1",
    684       "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
    685       "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
    686       "dev": true,
    687       "license": "MIT",
    688       "engines": {
    689         "node": ">=0.10.0"
    690       }
    691     },
    692     "node_modules/is-glob": {
    693       "version": "4.0.3",
    694       "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
    695       "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
    696       "dev": true,
    697       "license": "MIT",
    698       "dependencies": {
    699         "is-extglob": "^2.1.1"
    700       },
    701       "engines": {
    702         "node": ">=0.10.0"
    703       }
    704     },
    705     "node_modules/jiti": {
    706       "version": "2.6.1",
    707       "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
    708       "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
    709       "dev": true,
    710       "license": "MIT",
    711       "bin": {
    712         "jiti": "lib/jiti-cli.mjs"
    713       }
    714     },
    715     "node_modules/lightningcss": {
    716       "version": "1.31.1",
    717       "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.31.1.tgz",
    718       "integrity": "sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==",
    719       "dev": true,
    720       "license": "MPL-2.0",
    721       "dependencies": {
    722         "detect-libc": "^2.0.3"
    723       },
    724       "engines": {
    725         "node": ">= 12.0.0"
    726       },
    727       "funding": {
    728         "type": "opencollective",
    729         "url": "https://opencollective.com/parcel"
    730       },
    731       "optionalDependencies": {
    732         "lightningcss-android-arm64": "1.31.1",
    733         "lightningcss-darwin-arm64": "1.31.1",
    734         "lightningcss-darwin-x64": "1.31.1",
    735         "lightningcss-freebsd-x64": "1.31.1",
    736         "lightningcss-linux-arm-gnueabihf": "1.31.1",
    737         "lightningcss-linux-arm64-gnu": "1.31.1",
    738         "lightningcss-linux-arm64-musl": "1.31.1",
    739         "lightningcss-linux-x64-gnu": "1.31.1",
    740         "lightningcss-linux-x64-musl": "1.31.1",
    741         "lightningcss-win32-arm64-msvc": "1.31.1",
    742         "lightningcss-win32-x64-msvc": "1.31.1"
    743       }
    744     },
    745     "node_modules/lightningcss-android-arm64": {
    746       "version": "1.31.1",
    747       "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz",
    748       "integrity": "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==",
    749       "cpu": [
    750         "arm64"
    751       ],
    752       "dev": true,
    753       "license": "MPL-2.0",
    754       "optional": true,
    755       "os": [
    756         "android"
    757       ],
    758       "engines": {
    759         "node": ">= 12.0.0"
    760       },
    761       "funding": {
    762         "type": "opencollective",
    763         "url": "https://opencollective.com/parcel"
    764       }
    765     },
    766     "node_modules/lightningcss-darwin-arm64": {
    767       "version": "1.31.1",
    768       "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz",
    769       "integrity": "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==",
    770       "cpu": [
    771         "arm64"
    772       ],
    773       "dev": true,
    774       "license": "MPL-2.0",
    775       "optional": true,
    776       "os": [
    777         "darwin"
    778       ],
    779       "engines": {
    780         "node": ">= 12.0.0"
    781       },
    782       "funding": {
    783         "type": "opencollective",
    784         "url": "https://opencollective.com/parcel"
    785       }
    786     },
    787     "node_modules/lightningcss-darwin-x64": {
    788       "version": "1.31.1",
    789       "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz",
    790       "integrity": "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==",
    791       "cpu": [
    792         "x64"
    793       ],
    794       "dev": true,
    795       "license": "MPL-2.0",
    796       "optional": true,
    797       "os": [
    798         "darwin"
    799       ],
    800       "engines": {
    801         "node": ">= 12.0.0"
    802       },
    803       "funding": {
    804         "type": "opencollective",
    805         "url": "https://opencollective.com/parcel"
    806       }
    807     },
    808     "node_modules/lightningcss-freebsd-x64": {
    809       "version": "1.31.1",
    810       "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz",
    811       "integrity": "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==",
    812       "cpu": [
    813         "x64"
    814       ],
    815       "dev": true,
    816       "license": "MPL-2.0",
    817       "optional": true,
    818       "os": [
    819         "freebsd"
    820       ],
    821       "engines": {
    822         "node": ">= 12.0.0"
    823       },
    824       "funding": {
    825         "type": "opencollective",
    826         "url": "https://opencollective.com/parcel"
    827       }
    828     },
    829     "node_modules/lightningcss-linux-arm-gnueabihf": {
    830       "version": "1.31.1",
    831       "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz",
    832       "integrity": "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==",
    833       "cpu": [
    834         "arm"
    835       ],
    836       "dev": true,
    837       "license": "MPL-2.0",
    838       "optional": true,
    839       "os": [
    840         "linux"
    841       ],
    842       "engines": {
    843         "node": ">= 12.0.0"
    844       },
    845       "funding": {
    846         "type": "opencollective",
    847         "url": "https://opencollective.com/parcel"
    848       }
    849     },
    850     "node_modules/lightningcss-linux-arm64-gnu": {
    851       "version": "1.31.1",
    852       "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz",
    853       "integrity": "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==",
    854       "cpu": [
    855         "arm64"
    856       ],
    857       "dev": true,
    858       "license": "MPL-2.0",
    859       "optional": true,
    860       "os": [
    861         "linux"
    862       ],
    863       "engines": {
    864         "node": ">= 12.0.0"
    865       },
    866       "funding": {
    867         "type": "opencollective",
    868         "url": "https://opencollective.com/parcel"
    869       }
    870     },
    871     "node_modules/lightningcss-linux-arm64-musl": {
    872       "version": "1.31.1",
    873       "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz",
    874       "integrity": "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==",
    875       "cpu": [
    876         "arm64"
    877       ],
    878       "dev": true,
    879       "license": "MPL-2.0",
    880       "optional": true,
    881       "os": [
    882         "linux"
    883       ],
    884       "engines": {
    885         "node": ">= 12.0.0"
    886       },
    887       "funding": {
    888         "type": "opencollective",
    889         "url": "https://opencollective.com/parcel"
    890       }
    891     },
    892     "node_modules/lightningcss-linux-x64-gnu": {
    893       "version": "1.31.1",
    894       "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz",
    895       "integrity": "sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==",
    896       "cpu": [
    897         "x64"
    898       ],
    899       "dev": true,
    900       "license": "MPL-2.0",
    901       "optional": true,
    902       "os": [
    903         "linux"
    904       ],
    905       "engines": {
    906         "node": ">= 12.0.0"
    907       },
    908       "funding": {
    909         "type": "opencollective",
    910         "url": "https://opencollective.com/parcel"
    911       }
    912     },
    913     "node_modules/lightningcss-linux-x64-musl": {
    914       "version": "1.31.1",
    915       "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz",
    916       "integrity": "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==",
    917       "cpu": [
    918         "x64"
    919       ],
    920       "dev": true,
    921       "license": "MPL-2.0",
    922       "optional": true,
    923       "os": [
    924         "linux"
    925       ],
    926       "engines": {
    927         "node": ">= 12.0.0"
    928       },
    929       "funding": {
    930         "type": "opencollective",
    931         "url": "https://opencollective.com/parcel"
    932       }
    933     },
    934     "node_modules/lightningcss-win32-arm64-msvc": {
    935       "version": "1.31.1",
    936       "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz",
    937       "integrity": "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==",
    938       "cpu": [
    939         "arm64"
    940       ],
    941       "dev": true,
    942       "license": "MPL-2.0",
    943       "optional": true,
    944       "os": [
    945         "win32"
    946       ],
    947       "engines": {
    948         "node": ">= 12.0.0"
    949       },
    950       "funding": {
    951         "type": "opencollective",
    952         "url": "https://opencollective.com/parcel"
    953       }
    954     },
    955     "node_modules/lightningcss-win32-x64-msvc": {
    956       "version": "1.31.1",
    957       "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz",
    958       "integrity": "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==",
    959       "cpu": [
    960         "x64"
    961       ],
    962       "dev": true,
    963       "license": "MPL-2.0",
    964       "optional": true,
    965       "os": [
    966         "win32"
    967       ],
    968       "engines": {
    969         "node": ">= 12.0.0"
    970       },
    971       "funding": {
    972         "type": "opencollective",
    973         "url": "https://opencollective.com/parcel"
    974       }
    975     },
    976     "node_modules/magic-string": {
    977       "version": "0.30.21",
    978       "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
    979       "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
    980       "dev": true,
    981       "license": "MIT",
    982       "dependencies": {
    983         "@jridgewell/sourcemap-codec": "^1.5.5"
    984       }
    985     },
    986     "node_modules/mri": {
    987       "version": "1.2.0",
    988       "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
    989       "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
    990       "dev": true,
    991       "license": "MIT",
    992       "engines": {
    993         "node": ">=4"
    994       }
    995     },
    996     "node_modules/node-addon-api": {
    997       "version": "7.1.1",
    998       "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
    999       "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
   1000       "dev": true,
   1001       "license": "MIT"
   1002     },
   1003     "node_modules/picocolors": {
   1004       "version": "1.1.1",
   1005       "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
   1006       "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
   1007       "dev": true,
   1008       "license": "ISC"
   1009     },
   1010     "node_modules/picomatch": {
   1011       "version": "4.0.3",
   1012       "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
   1013       "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
   1014       "dev": true,
   1015       "license": "MIT",
   1016       "engines": {
   1017         "node": ">=12"
   1018       },
   1019       "funding": {
   1020         "url": "https://github.com/sponsors/jonschlinkert"
   1021       }
   1022     },
   1023     "node_modules/source-map-js": {
   1024       "version": "1.2.1",
   1025       "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
   1026       "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
   1027       "dev": true,
   1028       "license": "BSD-3-Clause",
   1029       "engines": {
   1030         "node": ">=0.10.0"
   1031       }
   1032     },
   1033     "node_modules/tailwindcss": {
   1034       "version": "4.2.1",
   1035       "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz",
   1036       "integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==",
   1037       "dev": true,
   1038       "license": "MIT"
   1039     },
   1040     "node_modules/tapable": {
   1041       "version": "2.3.0",
   1042       "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
   1043       "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
   1044       "dev": true,
   1045       "license": "MIT",
   1046       "engines": {
   1047         "node": ">=6"
   1048       },
   1049       "funding": {
   1050         "type": "opencollective",
   1051         "url": "https://opencollective.com/webpack"
   1052       }
   1053     }
   1054   }
   1055 }
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror