@koishijs/plugin-locale-fr-fr 0.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/.yarn/install-state.gz +0 -0
- package/.yarn/releases/yarn-3.6.3.cjs +874 -0
- package/.yarnrc.yml +9 -0
- package/package.json +13 -0
- package/yarn-error.log +47 -0
package/.yarnrc.yml
ADDED
package/package.json
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
{
|
2
|
+
"name": "@koishijs/plugin-locale-fr-fr",
|
3
|
+
"version": "0.0.0",
|
4
|
+
"description": "",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
8
|
+
"pub": "yarn npm publish --access public"
|
9
|
+
},
|
10
|
+
"keywords": [],
|
11
|
+
"author": "",
|
12
|
+
"license": "ISC"
|
13
|
+
}
|
package/yarn-error.log
ADDED
@@ -0,0 +1,47 @@
|
|
1
|
+
Arguments:
|
2
|
+
C:\Program Files\nodejs\node.exe C:\Users\shigma\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js publish
|
3
|
+
|
4
|
+
PATH:
|
5
|
+
C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Python311\Scripts\;C:\Python311\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\nodejs\;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Bandizip\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\Wolfram Research\WolframScript\;C:\Program Files\dotnet\;C:\Users\shigma\.cargo\bin;C:\Users\shigma\AppData\Local\Microsoft\WindowsApps;C:\Users\shigma\AppData\Roaming\npm;C:\Users\shigma\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\shigma\AppData\Local\GitHubDesktop\bin;C:\Users\shigma\AppData\Local\gitkraken\bin
|
6
|
+
|
7
|
+
Yarn version:
|
8
|
+
1.22.19
|
9
|
+
|
10
|
+
Node version:
|
11
|
+
18.17.1
|
12
|
+
|
13
|
+
Platform:
|
14
|
+
win32 x64
|
15
|
+
|
16
|
+
Trace:
|
17
|
+
Error: canceled
|
18
|
+
at Interface.<anonymous> (C:\Users\shigma\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:137150:13)
|
19
|
+
at Interface.emit (node:events:514:28)
|
20
|
+
at [_ttyWrite] [as _ttyWrite] (node:internal/readline/interface:1131:18)
|
21
|
+
at ReadStream.onkeypress (node:internal/readline/interface:270:20)
|
22
|
+
at ReadStream.emit (node:events:514:28)
|
23
|
+
at emitKeys (node:internal/readline/utils:357:14)
|
24
|
+
at emitKeys.next (<anonymous>)
|
25
|
+
at ReadStream.onData (node:internal/readline/emitKeypressEvents:64:36)
|
26
|
+
at ReadStream.emit (node:events:514:28)
|
27
|
+
at addChunk (node:internal/streams/readable:324:12)
|
28
|
+
|
29
|
+
npm manifest:
|
30
|
+
{
|
31
|
+
"name": "koishi-plugin-about",
|
32
|
+
"version": "0.0.0",
|
33
|
+
"description": "",
|
34
|
+
"main": "index.js",
|
35
|
+
"scripts": {
|
36
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
37
|
+
},
|
38
|
+
"keywords": [],
|
39
|
+
"author": "",
|
40
|
+
"license": "ISC"
|
41
|
+
}
|
42
|
+
|
43
|
+
yarn manifest:
|
44
|
+
No manifest
|
45
|
+
|
46
|
+
Lockfile:
|
47
|
+
No lockfile
|