32 Commits (898e0e89254c601dfc8469172af9b02533e9b47d)

Author SHA1 Message Date
Julian Lam cf8f62aed9
feat: remove colors in favour of chalk (#10142)
* feat: remove colors in favour of chalk

* fix: bad conversion from colors to chalk in src/cli/index.js

* fix: padWidth calculation to account for control characters

* fix: termWidth calculation, but swapped one problem for another

* fix: formatItem, implement my own padRight to take control characters into account
3 years ago
Peter Jaszkowiak 707b55b6a5 chore: eslint prefer-template 4 years ago
Peter Jaszkowiak 1aa336d837
refactor: shared constants (#8707)
define plugin name and theme name regexs in one location for consistency

define various shared paths in one place for consistency
5 years ago
Barış Soner Uşaklı 0189945996 refactor: remove util.promisify calls 5 years ago
Barış Soner Uşaklı 1c2540d3e1 feat: #7743, meta/dependencies 6 years ago
Barış Soner Uşaklı 26d4e0852f use includes instead of indexOf
use _.uniq instead of filter&indexOf
7 years ago
Peter Jaszkowiak 70ff2d9b88 Support scoped theme packages 7 years ago
Peter Jaszkowiak b60dbe7d1e Unwrap meta modules 8 years ago
Barış Soner Uşaklı 6049c46f15 meta dependecy tests 8 years ago
Julian Lam 72e77772db Merge branch 'master' into develop 8 years ago
Peter Jaszkowiak 4bb49a7171 ESlint no-unused-vars 8 years ago
Peter Jaszkowiak 604358ecc4 ESlint keyword-spacing, no-multi-spaces 8 years ago
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle 8 years ago
Peter Jaszkowiak ec544518e8 Use async v2 9 years ago
barisusakli 9ace5c6e17 moved next() of out try/catch 9 years ago
barisusakli 1fed01fe43 ability to filter search by tags 9 years ago
barisusakli ef87a2b7d7 closes #5219 9 years ago
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule 9 years ago
Barış Soner Uşaklı 9d0dc35703 closes #5081 9 years ago
Julian Lam ba44db5b5b updated dependency check logic to better handle missing dependencies 9 years ago
Barış Soner Uşaklı ab4d4478e3 added rewards essentials 10 years ago
barisusakli 7f72d80292 fix require 10 years ago
psychobunny 54ec105986 random attempt to fix bad dep check 10 years ago
barisusakli d644542143 clearer text 10 years ago
Fokke Zandbergen 36c27633b9 Only use semver.satisfies on valid ranges
So it doesn't alarm when you use a package straight from git e.g.
10 years ago
barisusakli 274844a07f check _resolved 10 years ago
Barış Soner Uşaklı eb0fb07f05 Merge pull request #3339 from mani95lisa/patch-4
allow use github module
10 years ago
Julian Lam f53fb19468 Fix #3384
Resolved issue where if a bundled plugin was uninstalled, NodeBB would no longer start as the dep check could not be completed.
10 years ago
Mani Wang 92968dfd8d avoid outdated error
when use github address as module
10 years ago
Mani Wang c13589735d allow use github module
avoid `outdated` error when use github address as module.
10 years ago
psychobunny c1a6bd8b8f don't enforce dependency check when running in dev mode 10 years ago
Julian Lam c6643082e2 closes #3303 10 years ago