Upakovka v Electron.JS no po staroy sborke cherez .cjs

This commit is contained in:
Neyra
2026-02-10 19:19:41 +08:00
parent 8e9b7201ed
commit a1bba1d3d1
442 changed files with 19825 additions and 47462 deletions

39
node_modules/ora/package.json generated vendored
View File

@@ -1,6 +1,6 @@
{
"name": "ora",
"version": "8.2.0",
"version": "5.4.1",
"description": "Elegant terminal spinner",
"license": "MIT",
"repository": "sindresorhus/ora",
@@ -10,14 +10,8 @@
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"sideEffects": false,
"engines": {
"node": ">=18"
"node": ">=10"
},
"scripts": {
"test": "xo && ava && tsd"
@@ -43,22 +37,21 @@
"idle"
],
"dependencies": {
"chalk": "^5.3.0",
"cli-cursor": "^5.0.0",
"cli-spinners": "^2.9.2",
"is-interactive": "^2.0.0",
"is-unicode-supported": "^2.0.0",
"log-symbols": "^6.0.0",
"stdin-discarder": "^0.2.2",
"string-width": "^7.2.0",
"strip-ansi": "^7.1.0"
"bl": "^4.1.0",
"chalk": "^4.1.0",
"cli-cursor": "^3.1.0",
"cli-spinners": "^2.5.0",
"is-interactive": "^1.0.0",
"is-unicode-supported": "^0.1.0",
"log-symbols": "^4.1.0",
"strip-ansi": "^6.0.0",
"wcwidth": "^1.0.1"
},
"devDependencies": {
"@types/node": "^22.5.0",
"ava": "^5.3.1",
"get-stream": "^9.0.1",
"transform-tty": "^1.0.11",
"tsd": "^0.31.1",
"xo": "^0.59.3"
"@types/node": "^14.14.35",
"ava": "^2.4.0",
"get-stream": "^6.0.0",
"tsd": "^0.14.0",
"xo": "^0.38.2"
}
}