HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-172-31-4-197 6.8.0-1036-aws #38~22.04.1-Ubuntu SMP Fri Aug 22 15:44:33 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: 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,
Upload Files
File: /var/www/api-management/node_modules/mensch/HISTORY.md
# mensch history

## 0.3.4 - 09 Nov 2019

- Fix global leak and stringify indentation

## 0.3.3 - 04 Aug 2016

- Added Bower.json
- Preserve property spacing when value starts with "special/unexpected" chars '(@*/{):'.

## 0.3.2 - 18 Aug 2015

- Fixed column/line computation for comments and at-rules (Fix #15)
- Closing } and ; now takes precedence over declaration value parsing (Fix #14)
- Ignore curly braces in strings (Fix #13)
- Keep \n and \t inside values and consider them "whitespace" (Fix #12)
- Fixed column count in positions for rows after the first line (Fix #18)
- Enabled running test suite under Windows (CRLF vs LF issues)

## 0.3.1 - 1 Dec 2013

- Retain whitespace in selectors. Closes #8
- Add support for `@-ms-keyframes`.

## 0.3.0 - 23 Nov 2013

- Improve handling of quotes in values. Closes #5
- Add support for `@document` (and `@-moz-document`), `@namespace` and `@page`.

## 0.2.1 - 20 Sep 2013

- Trim whitespace around grouped selectors.

## 0.2.0 - 18 Sep 2013

- Correctly handle comments as children of at-groups. Fix #2

## 0.1.0 - 17 Jun 2013

- Added new boolean `position` option to `parse()`, which will include position
  data in the AST when enabled.
- Moved node.selector to node.selectors, and changed the value to an array.
- Various parser improvements and bug fixes.

## 0.0.1 - 11 Jun 2013

- Initial release.