enefel 1.0.170 → 1.0.171
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/.yarnrc +1 -0
- package/package.json +1 -1
- package/yarn-error.log +46 -0
- package/package-lock.json +0 -9738
package/.yarnrc
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
registry "https://registry.yarnpkg.com"
|
package/package.json
CHANGED
package/yarn-error.log
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
Arguments:
|
|
2
|
+
C:\Program Files\nodejs\node.exe C:\Program Files (x86)\Yarn\bin\yarn.js
|
|
3
|
+
|
|
4
|
+
PATH:
|
|
5
|
+
C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files (x86)\Yarn\bin\;C:\Program Files\nodejs\;C:\Users\yoann\.windows-build-tools\python27\;C:\Users\yoann\AppData\Local\Microsoft\WindowsApps;C:\Users\yoann\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\yoann\AppData\Local\Yarn\bin;C:\Program Files\Docker Toolbox;C:\Program Files\Java\jdk1.8.0_221;C:\Users\yoann\AppData\Roaming\npm;C:\Program Files\heroku\bin
|
|
6
|
+
|
|
7
|
+
Yarn version:
|
|
8
|
+
1.10.1
|
|
9
|
+
|
|
10
|
+
Node version:
|
|
11
|
+
12.13.1
|
|
12
|
+
|
|
13
|
+
Platform:
|
|
14
|
+
win32 x64
|
|
15
|
+
|
|
16
|
+
Trace:
|
|
17
|
+
SyntaxError: Unknown token: { line: 1, col: 39, type: 'INVALID', value: undefined } 1:39 in C:\dev\e2\enefel\.yarnrc
|
|
18
|
+
at Parser.unexpected (C:\Program Files (x86)\Yarn\lib\cli.js:57347:11)
|
|
19
|
+
at Parser.parse (C:\Program Files (x86)\Yarn\lib\cli.js:57478:14)
|
|
20
|
+
at parse (C:\Program Files (x86)\Yarn\lib\cli.js:57549:17)
|
|
21
|
+
at module.exports.exports.default (C:\Program Files (x86)\Yarn\lib\cli.js:57113:96)
|
|
22
|
+
at YarnRegistry.<anonymous> (C:\Program Files (x86)\Yarn\lib\cli.js:82396:64)
|
|
23
|
+
at Generator.next (<anonymous>)
|
|
24
|
+
at step (C:\Program Files (x86)\Yarn\lib\cli.js:98:30)
|
|
25
|
+
at C:\Program Files (x86)\Yarn\lib\cli.js:109:13
|
|
26
|
+
|
|
27
|
+
npm manifest:
|
|
28
|
+
{
|
|
29
|
+
"name": "enefel",
|
|
30
|
+
"version": "1.0.1",
|
|
31
|
+
"main": "index.js",
|
|
32
|
+
"author": "Manest",
|
|
33
|
+
"license": "MIT",
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"jest": "^24.9.0"
|
|
36
|
+
},
|
|
37
|
+
"scripts": {
|
|
38
|
+
"test": "jest"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
yarn manifest:
|
|
43
|
+
No manifest
|
|
44
|
+
|
|
45
|
+
Lockfile:
|
|
46
|
+
No lockfile
|