export-to-exceljs-util 1.0.3 → 1.0.4
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 +6 -0
- package/package.json +1 -1
- package/yarn-error.log +0 -50
package/README.md
CHANGED
package/package.json
CHANGED
package/yarn-error.log
DELETED
@@ -1,50 +0,0 @@
|
|
1
|
-
Arguments:
|
2
|
-
C:\Program Files\nodejs\node.exe C:\Users\zhujp\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js add @babel/cli @babel/core @babel/preset - env
|
3
|
-
|
4
|
-
PATH:
|
5
|
-
C:\Windows\System32\HWAudioDriverLibs;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps;C:\Program Files\nodejs\;D:\InstallPath\Git\cmd;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\nvm;C:\Program Files\nodejs;C:\Users\zhujp\AppData\Local\Programs\Python\Python312;C:\Program Files\MySQL\MySQL Server 9.1\bin;C:\Users\zhujp\AppData\Local\Programs\Python\Python312\Scripts\;C:\Users\zhujp\AppData\Local\Programs\Python\Python312\;C:\Users\zhujp\AppData\Local\Microsoft\WindowsApps;C:\Users\zhujp\AppData\Roaming\npm;C:\Users\zhujp\AppData\Local\Programs\Microsoft VS Code\bin;C:\nvm;C:\Program Files\nodejs;
|
6
|
-
|
7
|
-
Yarn version:
|
8
|
-
1.22.19
|
9
|
-
|
10
|
-
Node version:
|
11
|
-
16.20.2
|
12
|
-
|
13
|
-
Platform:
|
14
|
-
win32 x64
|
15
|
-
|
16
|
-
Trace:
|
17
|
-
Error: https://registry.npmmirror.com/@babel%2fpreset: Not found
|
18
|
-
at Request.params.callback [as _callback] (C:\Users\zhujp\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:66145:18)
|
19
|
-
at Request.self.callback (C:\Users\zhujp\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:140890:22)
|
20
|
-
at Request.emit (node:events:513:28)
|
21
|
-
at Request.<anonymous> (C:\Users\zhujp\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:141862:10)
|
22
|
-
at Request.emit (node:events:513:28)
|
23
|
-
at IncomingMessage.<anonymous> (C:\Users\zhujp\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:141784:12)
|
24
|
-
at Object.onceWrapper (node:events:627:28)
|
25
|
-
at IncomingMessage.emit (node:events:525:35)
|
26
|
-
at endReadableNT (node:internal/streams/readable:1358:12)
|
27
|
-
at processTicksAndRejections (node:internal/process/task_queues:83:21)
|
28
|
-
|
29
|
-
npm manifest:
|
30
|
-
{
|
31
|
-
"name": "excel-export",
|
32
|
-
"version": "1.0.0",
|
33
|
-
"description": "使用exceljs导出excel文件",
|
34
|
-
"main": "index.js",
|
35
|
-
"scripts": {
|
36
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
37
|
-
},
|
38
|
-
"author": "",
|
39
|
-
"license": "ISC",
|
40
|
-
"dependencies": {
|
41
|
-
"exceljs": "^4.4.0",
|
42
|
-
"file-saver": "^2.0.5"
|
43
|
-
}
|
44
|
-
}
|
45
|
-
|
46
|
-
yarn manifest:
|
47
|
-
No manifest
|
48
|
-
|
49
|
-
Lockfile:
|
50
|
-
No lockfile
|