kn-cli 1.0.17 → 1.0.18

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.
Files changed (776) hide show
  1. package/build/cli.config.js +26 -0
  2. package/build/dev.sh +1 -0
  3. package/build/package.json +2 -1
  4. package/build/start.sh +8 -2
  5. package/build/webpack.config.js +362 -276
  6. package/package.json +1 -1
  7. package/readme.md +35 -5
  8. package/src/build.js +10 -4
  9. package/templates/.DS_Store +0 -0
  10. package/templates/dev/template_admin/.DS_Store +0 -0
  11. package/templates/dev/template_admin/public/.DS_Store +0 -0
  12. package/templates/dev/template_admin/public/pluginjs/.DS_Store +0 -0
  13. package/templates/dev/template_admin/public/src/.DS_Store +0 -0
  14. package/templates/dev/template_admin/public/src/assets/.DS_Store +0 -0
  15. package/templates/dev/template_admin/public/src/assets/iconfont/.DS_Store +0 -0
  16. package/templates/dev/template_admin/public/src/assets/images/.DS_Store +0 -0
  17. package/templates/dev/template_admin/public/src/components/.DS_Store +0 -0
  18. package/templates/dev/template_admin/public/src/components/Layout/.DS_Store +0 -0
  19. package/templates/dev/template_admin/public/src/components/Page/.DS_Store +0 -0
  20. package/templates/dev/template_admin/public/src/hooks/.DS_Store +0 -0
  21. package/templates/dev/template_admin/public/src/pages/.DS_Store +0 -0
  22. package/templates/dev/template_admin/public/src/services/.DS_Store +0 -0
  23. package/templates/dev/template_admin/public/src/utils/.DS_Store +0 -0
  24. package/templates/dev/template_admin/public/static/.DS_Store +0 -0
  25. package/templates/dev/template_admin/release/.DS_Store +0 -0
  26. package/templates/dev/template_admin/tools/.DS_Store +0 -0
  27. package/templates/dev/template_admin/tools/iconfont/.DS_Store +0 -0
  28. package/templates/dev/template_admin/tools/iconfont/dist/.DS_Store +0 -0
  29. package/templates/dev/template_admin/tools/iconfont/node_modules/.DS_Store +0 -0
  30. package/templates/dev/template_admin/tools/iconfont/node_modules/array-initial/.npmignore +59 -0
  31. package/templates/dev/template_admin/tools/iconfont/node_modules/clone/.npmignore +4 -0
  32. package/templates/dev/template_admin/tools/iconfont/node_modules/dateformat/.npmignore +2 -0
  33. package/templates/dev/template_admin/tools/iconfont/node_modules/debug/.npmignore +9 -0
  34. package/templates/dev/template_admin/tools/iconfont/node_modules/delegates/.npmignore +1 -0
  35. package/templates/dev/template_admin/tools/iconfont/node_modules/duplexer2/.npmignore +1 -0
  36. package/templates/dev/template_admin/tools/iconfont/node_modules/es6-iterator/.npmignore +12 -0
  37. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/lib/.DS_Store +0 -0
  38. package/templates/dev/template_admin/tools/iconfont/node_modules/file-uri-to-path/.npmignore +1 -0
  39. package/templates/dev/template_admin/tools/iconfont/node_modules/function-bind/.npmignore +22 -0
  40. package/templates/dev/template_admin/tools/iconfont/node_modules/geometry-interfaces/.npmignore +0 -0
  41. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-iconfont-css/.npmignore +2 -0
  42. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-svg2ttf/.npmignore +5 -0
  43. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-ttf2eot/.npmignore +5 -0
  44. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-ttf2woff/.npmignore +5 -0
  45. package/templates/dev/template_admin/tools/iconfont/node_modules/is-arrayish/.npmignore +5 -0
  46. package/templates/dev/template_admin/tools/iconfont/node_modules/is-lambda/.npmignore +1 -0
  47. package/templates/dev/template_admin/tools/iconfont/node_modules/isarray/.npmignore +1 -0
  48. package/templates/dev/template_admin/tools/iconfont/node_modules/isexe/.npmignore +2 -0
  49. package/templates/dev/template_admin/tools/iconfont/node_modules/isstream/.npmignore +1 -0
  50. package/templates/dev/template_admin/tools/iconfont/node_modules/json-stable-stringify-without-jsonify/.npmignore +1 -0
  51. package/templates/dev/template_admin/tools/iconfont/node_modules/matchdep/.npmignore +2 -0
  52. package/templates/dev/template_admin/tools/iconfont/node_modules/microbuffer/.npmignore +4 -0
  53. package/templates/dev/template_admin/tools/iconfont/node_modules/micromatch/lib/.DS_Store +0 -0
  54. package/templates/dev/template_admin/tools/iconfont/node_modules/neatequal/.npmignore +5 -0
  55. package/templates/dev/template_admin/tools/iconfont/node_modules/pretty-hrtime/.npmignore +10 -0
  56. package/templates/dev/template_admin/tools/iconfont/node_modules/rechoir/.npmignore +1 -0
  57. package/templates/dev/template_admin/tools/iconfont/node_modules/require-directory/.npmignore +1 -0
  58. package/templates/dev/template_admin/tools/iconfont/node_modules/require-main-filename/.npmignore +3 -0
  59. package/templates/dev/template_admin/tools/iconfont/node_modules/retry/.npmignore +3 -0
  60. package/templates/dev/template_admin/tools/iconfont/node_modules/sprintf-js/.npmignore +1 -0
  61. package/templates/dev/template_admin/tools/iconfont/node_modules/stack-trace/.npmignore +1 -0
  62. package/templates/dev/template_admin/tools/iconfont/node_modules/stream-combiner/.npmignore +3 -0
  63. package/templates/dev/template_admin/tools/iconfont/node_modules/sver-compat/.npmignore +2 -0
  64. package/templates/dev/template_admin/tools/iconfont/node_modules/svgfont2svgicons/.npmignore +6 -0
  65. package/templates/dev/template_admin/tools/iconfont/node_modules/varstream/.npmignore +6 -0
  66. package/templates/dev/template_admin/tools/iconfont/package-lock.json +4736 -0
  67. package/templates/dev/template_admin/tools/iconfont/svg/.DS_Store +0 -0
  68. package/templates/dev/template_admin/tools/tinypng/.DS_Store +0 -0
  69. package/templates/dev/template_admin/tools/tinypng/img/.DS_Store +0 -0
  70. package/templates/dev/template_admin/tools/tinypng/package-lock.json +13 -0
  71. package/templates/template_app/.gitignore +6 -0
  72. package/templates/template_app/cli.config.js +6 -1
  73. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/lru-cache/LICENSE +0 -15
  74. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/lru-cache/README.md +0 -166
  75. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/lru-cache/index.js +0 -334
  76. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/lru-cache/package.json +0 -69
  77. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/LICENSE +0 -15
  78. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/README.md +0 -568
  79. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/bin/semver.js +0 -183
  80. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/classes/comparator.js +0 -136
  81. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/classes/index.js +0 -5
  82. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/classes/range.js +0 -519
  83. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/classes/semver.js +0 -287
  84. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/clean.js +0 -6
  85. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/cmp.js +0 -52
  86. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/coerce.js +0 -52
  87. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/compare-build.js +0 -7
  88. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/compare-loose.js +0 -3
  89. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/compare.js +0 -5
  90. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/diff.js +0 -23
  91. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/eq.js +0 -3
  92. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/gt.js +0 -3
  93. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/gte.js +0 -3
  94. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/inc.js +0 -18
  95. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/lt.js +0 -3
  96. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/lte.js +0 -3
  97. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/major.js +0 -3
  98. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/minor.js +0 -3
  99. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/neq.js +0 -3
  100. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/parse.js +0 -33
  101. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/patch.js +0 -3
  102. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/prerelease.js +0 -6
  103. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/rcompare.js +0 -3
  104. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/rsort.js +0 -3
  105. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/satisfies.js +0 -10
  106. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/sort.js +0 -3
  107. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/valid.js +0 -6
  108. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/index.js +0 -48
  109. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/internal/constants.js +0 -17
  110. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/internal/debug.js +0 -9
  111. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/internal/identifiers.js +0 -23
  112. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/internal/parse-options.js +0 -11
  113. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/internal/re.js +0 -182
  114. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/package.json +0 -106
  115. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/preload.js +0 -2
  116. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/range.bnf +0 -16
  117. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/gtr.js +0 -4
  118. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/intersects.js +0 -7
  119. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/ltr.js +0 -4
  120. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/max-satisfying.js +0 -25
  121. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/min-satisfying.js +0 -24
  122. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/min-version.js +0 -61
  123. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/outside.js +0 -80
  124. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/simplify.js +0 -47
  125. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/subset.js +0 -244
  126. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/to-comparators.js +0 -8
  127. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/valid.js +0 -11
  128. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/move-file/node_modules/rimraf/CHANGELOG.md +0 -65
  129. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/move-file/node_modules/rimraf/LICENSE +0 -15
  130. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/move-file/node_modules/rimraf/README.md +0 -101
  131. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/move-file/node_modules/rimraf/bin.js +0 -68
  132. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/move-file/node_modules/rimraf/package.json +0 -70
  133. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/move-file/node_modules/rimraf/rimraf.js +0 -360
  134. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/LICENSE +0 -20
  135. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/README.md +0 -481
  136. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/package.json +0 -101
  137. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/src/browser.js +0 -269
  138. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/src/common.js +0 -274
  139. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/src/index.js +0 -10
  140. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/src/node.js +0 -263
  141. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/ms/index.js +0 -162
  142. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/ms/license.md +0 -21
  143. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/ms/package.json +0 -69
  144. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/ms/readme.md +0 -60
  145. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/LICENSE +0 -20
  146. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/README.md +0 -481
  147. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/package.json +0 -101
  148. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/src/browser.js +0 -269
  149. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/src/common.js +0 -274
  150. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/src/index.js +0 -10
  151. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/src/node.js +0 -263
  152. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/ms/index.js +0 -162
  153. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/ms/license.md +0 -21
  154. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/ms/package.json +0 -69
  155. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/ms/readme.md +0 -60
  156. package/templates/dev/template_admin/tools/iconfont/node_modules/anymatch/node_modules/normalize-path/LICENSE +0 -21
  157. package/templates/dev/template_admin/tools/iconfont/node_modules/anymatch/node_modules/normalize-path/README.md +0 -92
  158. package/templates/dev/template_admin/tools/iconfont/node_modules/anymatch/node_modules/normalize-path/index.js +0 -19
  159. package/templates/dev/template_admin/tools/iconfont/node_modules/anymatch/node_modules/normalize-path/package.json +0 -117
  160. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  161. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/GOVERNANCE.md +0 -136
  162. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/LICENSE +0 -47
  163. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/README.md +0 -106
  164. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/errors-browser.js +0 -127
  165. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/errors.js +0 -116
  166. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/experimentalWarning.js +0 -17
  167. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_duplex.js +0 -139
  168. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_passthrough.js +0 -39
  169. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_readable.js +0 -1124
  170. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_transform.js +0 -201
  171. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_writable.js +0 -697
  172. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -207
  173. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -210
  174. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -105
  175. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -104
  176. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
  177. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/from.js +0 -64
  178. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -97
  179. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/state.js +0 -27
  180. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  181. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  182. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/package.json +0 -97
  183. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/readable-browser.js +0 -9
  184. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/readable.js +0 -16
  185. package/templates/dev/template_admin/tools/iconfont/node_modules/array-last/node_modules/is-number/LICENSE +0 -21
  186. package/templates/dev/template_admin/tools/iconfont/node_modules/array-last/node_modules/is-number/README.md +0 -135
  187. package/templates/dev/template_admin/tools/iconfont/node_modules/array-last/node_modules/is-number/index.js +0 -21
  188. package/templates/dev/template_admin/tools/iconfont/node_modules/array-last/node_modules/is-number/package.json +0 -113
  189. package/templates/dev/template_admin/tools/iconfont/node_modules/array-sort/node_modules/kind-of/LICENSE +0 -21
  190. package/templates/dev/template_admin/tools/iconfont/node_modules/array-sort/node_modules/kind-of/README.md +0 -342
  191. package/templates/dev/template_admin/tools/iconfont/node_modules/array-sort/node_modules/kind-of/index.js +0 -147
  192. package/templates/dev/template_admin/tools/iconfont/node_modules/array-sort/node_modules/kind-of/package.json +0 -146
  193. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/define-property/LICENSE +0 -21
  194. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/define-property/README.md +0 -95
  195. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/define-property/index.js +0 -31
  196. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/define-property/package.json +0 -93
  197. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-accessor-descriptor/LICENSE +0 -21
  198. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-accessor-descriptor/README.md +0 -144
  199. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-accessor-descriptor/index.js +0 -69
  200. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-accessor-descriptor/package.json +0 -110
  201. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-data-descriptor/LICENSE +0 -21
  202. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-data-descriptor/README.md +0 -161
  203. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-data-descriptor/index.js +0 -49
  204. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-data-descriptor/package.json +0 -109
  205. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-descriptor/LICENSE +0 -21
  206. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-descriptor/README.md +0 -193
  207. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-descriptor/index.js +0 -22
  208. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-descriptor/package.json +0 -114
  209. package/templates/dev/template_admin/tools/iconfont/node_modules/braces/node_modules/extend-shallow/LICENSE +0 -21
  210. package/templates/dev/template_admin/tools/iconfont/node_modules/braces/node_modules/extend-shallow/README.md +0 -61
  211. package/templates/dev/template_admin/tools/iconfont/node_modules/braces/node_modules/extend-shallow/index.js +0 -33
  212. package/templates/dev/template_admin/tools/iconfont/node_modules/braces/node_modules/extend-shallow/package.json +0 -87
  213. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/brace-expansion/.github/FUNDING.yml +0 -2
  214. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/brace-expansion/LICENSE +0 -21
  215. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/brace-expansion/README.md +0 -135
  216. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/brace-expansion/index.js +0 -203
  217. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/brace-expansion/package.json +0 -74
  218. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/glob/LICENSE +0 -15
  219. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/glob/README.md +0 -378
  220. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/glob/common.js +0 -240
  221. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/glob/glob.js +0 -790
  222. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/glob/package.json +0 -97
  223. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/glob/sync.js +0 -486
  224. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/minimatch/LICENSE +0 -15
  225. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/minimatch/README.md +0 -259
  226. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/minimatch/lib/path.js +0 -4
  227. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/minimatch/minimatch.js +0 -906
  228. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/minimatch/package.json +0 -65
  229. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/CHANGELOG.md +0 -65
  230. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/LICENSE +0 -15
  231. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/README.md +0 -101
  232. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/bin.js +0 -68
  233. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/brace-expansion/LICENSE +0 -21
  234. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/brace-expansion/README.md +0 -129
  235. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/brace-expansion/index.js +0 -201
  236. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/brace-expansion/package.json +0 -75
  237. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/glob/LICENSE +0 -21
  238. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/glob/README.md +0 -378
  239. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/glob/common.js +0 -238
  240. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/glob/glob.js +0 -790
  241. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/glob/package.json +0 -88
  242. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/glob/sync.js +0 -486
  243. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/minimatch/LICENSE +0 -15
  244. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/minimatch/README.md +0 -230
  245. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/minimatch/minimatch.js +0 -947
  246. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/minimatch/package.json +0 -66
  247. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/package.json +0 -78
  248. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/rimraf.js +0 -360
  249. package/templates/dev/template_admin/tools/iconfont/node_modules/class-utils/node_modules/define-property/LICENSE +0 -21
  250. package/templates/dev/template_admin/tools/iconfont/node_modules/class-utils/node_modules/define-property/README.md +0 -77
  251. package/templates/dev/template_admin/tools/iconfont/node_modules/class-utils/node_modules/define-property/index.js +0 -31
  252. package/templates/dev/template_admin/tools/iconfont/node_modules/class-utils/node_modules/define-property/package.json +0 -82
  253. package/templates/dev/template_admin/tools/iconfont/node_modules/console-control-strings/README.md~ +0 -140
  254. package/templates/dev/template_admin/tools/iconfont/node_modules/copy-props/node_modules/is-plain-object/LICENSE +0 -21
  255. package/templates/dev/template_admin/tools/iconfont/node_modules/copy-props/node_modules/is-plain-object/README.md +0 -125
  256. package/templates/dev/template_admin/tools/iconfont/node_modules/copy-props/node_modules/is-plain-object/dist/is-plain-object.js +0 -38
  257. package/templates/dev/template_admin/tools/iconfont/node_modules/copy-props/node_modules/is-plain-object/dist/is-plain-object.mjs +0 -34
  258. package/templates/dev/template_admin/tools/iconfont/node_modules/copy-props/node_modules/is-plain-object/is-plain-object.d.ts +0 -1
  259. package/templates/dev/template_admin/tools/iconfont/node_modules/copy-props/node_modules/is-plain-object/package.json +0 -130
  260. package/templates/dev/template_admin/tools/iconfont/node_modules/default-compare/node_modules/kind-of/LICENSE +0 -21
  261. package/templates/dev/template_admin/tools/iconfont/node_modules/default-compare/node_modules/kind-of/README.md +0 -342
  262. package/templates/dev/template_admin/tools/iconfont/node_modules/default-compare/node_modules/kind-of/index.js +0 -147
  263. package/templates/dev/template_admin/tools/iconfont/node_modules/default-compare/node_modules/kind-of/package.json +0 -146
  264. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-accessor-descriptor/LICENSE +0 -21
  265. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-accessor-descriptor/README.md +0 -144
  266. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-accessor-descriptor/index.js +0 -69
  267. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-accessor-descriptor/package.json +0 -110
  268. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-data-descriptor/LICENSE +0 -21
  269. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-data-descriptor/README.md +0 -161
  270. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-data-descriptor/index.js +0 -49
  271. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-data-descriptor/package.json +0 -109
  272. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-descriptor/LICENSE +0 -21
  273. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-descriptor/README.md +0 -193
  274. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-descriptor/index.js +0 -22
  275. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-descriptor/package.json +0 -114
  276. package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/define-property/LICENSE +0 -21
  277. package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/define-property/README.md +0 -77
  278. package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/define-property/index.js +0 -31
  279. package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/define-property/package.json +0 -82
  280. package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/extend-shallow/LICENSE +0 -21
  281. package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/extend-shallow/README.md +0 -61
  282. package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/extend-shallow/index.js +0 -33
  283. package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/extend-shallow/package.json +0 -87
  284. package/templates/dev/template_admin/tools/iconfont/node_modules/extend-shallow/node_modules/is-extendable/LICENSE +0 -21
  285. package/templates/dev/template_admin/tools/iconfont/node_modules/extend-shallow/node_modules/is-extendable/README.md +0 -88
  286. package/templates/dev/template_admin/tools/iconfont/node_modules/extend-shallow/node_modules/is-extendable/index.d.ts +0 -5
  287. package/templates/dev/template_admin/tools/iconfont/node_modules/extend-shallow/node_modules/is-extendable/index.js +0 -14
  288. package/templates/dev/template_admin/tools/iconfont/node_modules/extend-shallow/node_modules/is-extendable/package.json +0 -98
  289. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/define-property/LICENSE +0 -21
  290. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/define-property/README.md +0 -95
  291. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/define-property/index.js +0 -31
  292. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/define-property/package.json +0 -93
  293. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/extend-shallow/LICENSE +0 -21
  294. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/extend-shallow/README.md +0 -61
  295. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/extend-shallow/index.js +0 -33
  296. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/extend-shallow/package.json +0 -87
  297. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-accessor-descriptor/LICENSE +0 -21
  298. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-accessor-descriptor/README.md +0 -144
  299. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-accessor-descriptor/index.js +0 -69
  300. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-accessor-descriptor/package.json +0 -110
  301. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-data-descriptor/LICENSE +0 -21
  302. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-data-descriptor/README.md +0 -161
  303. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-data-descriptor/index.js +0 -49
  304. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-data-descriptor/package.json +0 -109
  305. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-descriptor/LICENSE +0 -21
  306. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-descriptor/README.md +0 -193
  307. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-descriptor/index.js +0 -22
  308. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-descriptor/package.json +0 -114
  309. package/templates/dev/template_admin/tools/iconfont/node_modules/fill-range/node_modules/extend-shallow/LICENSE +0 -21
  310. package/templates/dev/template_admin/tools/iconfont/node_modules/fill-range/node_modules/extend-shallow/README.md +0 -61
  311. package/templates/dev/template_admin/tools/iconfont/node_modules/fill-range/node_modules/extend-shallow/index.js +0 -33
  312. package/templates/dev/template_admin/tools/iconfont/node_modules/fill-range/node_modules/extend-shallow/package.json +0 -87
  313. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/ansi-regex/index.d.ts +0 -37
  314. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/ansi-regex/index.js +0 -10
  315. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/ansi-regex/license +0 -9
  316. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/ansi-regex/package.json +0 -87
  317. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/ansi-regex/readme.md +0 -78
  318. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/is-fullwidth-code-point/index.d.ts +0 -17
  319. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/is-fullwidth-code-point/index.js +0 -50
  320. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/is-fullwidth-code-point/license +0 -9
  321. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/is-fullwidth-code-point/package.json +0 -74
  322. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/is-fullwidth-code-point/readme.md +0 -39
  323. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/string-width/index.d.ts +0 -29
  324. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/string-width/index.js +0 -47
  325. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/string-width/license +0 -9
  326. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/string-width/package.json +0 -88
  327. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/string-width/readme.md +0 -50
  328. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/strip-ansi/index.d.ts +0 -17
  329. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/strip-ansi/index.js +0 -4
  330. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/strip-ansi/license +0 -9
  331. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/strip-ansi/package.json +0 -87
  332. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/strip-ansi/readme.md +0 -46
  333. package/templates/dev/template_admin/tools/iconfont/node_modules/glob-parent/node_modules/is-glob/LICENSE +0 -21
  334. package/templates/dev/template_admin/tools/iconfont/node_modules/glob-parent/node_modules/is-glob/README.md +0 -142
  335. package/templates/dev/template_admin/tools/iconfont/node_modules/glob-parent/node_modules/is-glob/index.js +0 -25
  336. package/templates/dev/template_admin/tools/iconfont/node_modules/glob-parent/node_modules/is-glob/package.json +0 -119
  337. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/LICENSE +0 -21
  338. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/README.md +0 -240
  339. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/bin/gulp.js +0 -5
  340. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/completion/README.md +0 -20
  341. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/completion/bash +0 -27
  342. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/completion/fish +0 -10
  343. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/completion/powershell +0 -61
  344. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/completion/zsh +0 -25
  345. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/gulp.1 +0 -83
  346. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/index.js +0 -212
  347. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/ansi.js +0 -41
  348. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/cli-options.js +0 -122
  349. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/completion.js +0 -22
  350. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/config/cli-flags.js +0 -25
  351. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/config/env-flags.js +0 -44
  352. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/config/load-files.js +0 -30
  353. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/exit.js +0 -15
  354. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/get-blacklist.js +0 -62
  355. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/log/blacklist-error.js +0 -15
  356. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/log/copy-tree.js +0 -81
  357. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/log/tasks.js +0 -166
  358. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/log/to-console.js +0 -58
  359. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/log/verify.js +0 -28
  360. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/make-title.js +0 -11
  361. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/register-exports.js +0 -21
  362. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/require-or-import.js +0 -32
  363. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/tildify.js +0 -9
  364. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/verify-dependencies.js +0 -25
  365. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^3.7.0/format-error.js +0 -23
  366. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js +0 -83
  367. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^3.7.0/log/events.js +0 -60
  368. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^3.7.0/log/tasks-simple.js +0 -9
  369. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^3.7.0/task-tree.js +0 -27
  370. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^4.0.0/format-error.js +0 -24
  371. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^4.0.0/index.js +0 -96
  372. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^4.0.0/log/events.js +0 -50
  373. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^4.0.0/log/get-task.js +0 -43
  374. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^4.0.0/log/sync-task.js +0 -52
  375. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^4.0.0/log/tasks-simple.js +0 -7
  376. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^4.0.0-alpha.1/index.js +0 -96
  377. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^4.0.0-alpha.2/index.js +0 -96
  378. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/package.json +0 -114
  379. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/CHANGELOG.md +0 -184
  380. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/LICENSE +0 -21
  381. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/README.md +0 -593
  382. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/index.js +0 -170
  383. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/lib/compile.js +0 -57
  384. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/lib/constants.js +0 -57
  385. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/lib/expand.js +0 -113
  386. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/lib/parse.js +0 -333
  387. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/lib/stringify.js +0 -32
  388. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/lib/utils.js +0 -112
  389. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/package.json +0 -123
  390. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/fill-range/LICENSE +0 -21
  391. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/fill-range/README.md +0 -237
  392. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/fill-range/index.js +0 -249
  393. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/fill-range/package.json +0 -114
  394. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/findup-sync/LICENSE +0 -21
  395. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/findup-sync/README.md +0 -59
  396. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/findup-sync/index.js +0 -87
  397. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/findup-sync/package.json +0 -105
  398. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/is-number/LICENSE +0 -21
  399. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/is-number/README.md +0 -187
  400. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/is-number/index.js +0 -18
  401. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/is-number/package.json +0 -122
  402. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/micromatch/LICENSE +0 -21
  403. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/micromatch/README.md +0 -1011
  404. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/micromatch/index.js +0 -467
  405. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/micromatch/package.json +0 -196
  406. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/to-regex-range/LICENSE +0 -21
  407. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/to-regex-range/README.md +0 -305
  408. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/to-regex-range/index.js +0 -288
  409. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/to-regex-range/package.json +0 -125
  410. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone/LICENSE +0 -18
  411. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone/README.md +0 -126
  412. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone/clone.iml +0 -10
  413. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone/clone.js +0 -166
  414. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone/package.json +0 -137
  415. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone-stats/LICENSE.md +0 -21
  416. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone-stats/README.md +0 -17
  417. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone-stats/index.js +0 -13
  418. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone-stats/package.json +0 -60
  419. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone-stats/test.js +0 -36
  420. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/.travis.yml +0 -3
  421. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/History.md +0 -25
  422. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/Makefile +0 -10
  423. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/Readme.md +0 -102
  424. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/index.js +0 -72
  425. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/package.json +0 -48
  426. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/test/multipipe.js +0 -141
  427. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/replace-ext/.travis.yml +0 -8
  428. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/replace-ext/LICENSE +0 -20
  429. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/replace-ext/README.md +0 -44
  430. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/replace-ext/index.js +0 -9
  431. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/replace-ext/package.json +0 -68
  432. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/replace-ext/test/main.js +0 -51
  433. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/LICENSE +0 -20
  434. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/README.md +0 -195
  435. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/index.js +0 -213
  436. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/lib/cloneBuffer.js +0 -7
  437. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/lib/inspectStream.js +0 -11
  438. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/lib/isBuffer.js +0 -1
  439. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/lib/isNull.js +0 -3
  440. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/lib/isStream.js +0 -5
  441. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/package.json +0 -72
  442. package/templates/dev/template_admin/tools/iconfont/node_modules/has-values/node_modules/kind-of/LICENSE +0 -21
  443. package/templates/dev/template_admin/tools/iconfont/node_modules/has-values/node_modules/kind-of/README.md +0 -267
  444. package/templates/dev/template_admin/tools/iconfont/node_modules/has-values/node_modules/kind-of/index.js +0 -119
  445. package/templates/dev/template_admin/tools/iconfont/node_modules/has-values/node_modules/kind-of/package.json +0 -139
  446. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/LICENSE +0 -20
  447. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/README.md +0 -481
  448. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/package.json +0 -101
  449. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/src/browser.js +0 -269
  450. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/src/common.js +0 -274
  451. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/src/index.js +0 -10
  452. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/src/node.js +0 -263
  453. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/ms/index.js +0 -162
  454. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/ms/license.md +0 -21
  455. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/ms/package.json +0 -69
  456. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/ms/readme.md +0 -60
  457. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/LICENSE +0 -20
  458. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/README.md +0 -481
  459. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/package.json +0 -101
  460. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/src/browser.js +0 -269
  461. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/src/common.js +0 -274
  462. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/src/index.js +0 -10
  463. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/src/node.js +0 -263
  464. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/ms/index.js +0 -162
  465. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/ms/license.md +0 -21
  466. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/ms/package.json +0 -69
  467. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/ms/readme.md +0 -60
  468. package/templates/dev/template_admin/tools/iconfont/node_modules/is-accessor-descriptor/node_modules/kind-of/LICENSE +0 -21
  469. package/templates/dev/template_admin/tools/iconfont/node_modules/is-accessor-descriptor/node_modules/kind-of/README.md +0 -261
  470. package/templates/dev/template_admin/tools/iconfont/node_modules/is-accessor-descriptor/node_modules/kind-of/index.js +0 -116
  471. package/templates/dev/template_admin/tools/iconfont/node_modules/is-accessor-descriptor/node_modules/kind-of/package.json +0 -139
  472. package/templates/dev/template_admin/tools/iconfont/node_modules/is-data-descriptor/node_modules/kind-of/LICENSE +0 -21
  473. package/templates/dev/template_admin/tools/iconfont/node_modules/is-data-descriptor/node_modules/kind-of/README.md +0 -261
  474. package/templates/dev/template_admin/tools/iconfont/node_modules/is-data-descriptor/node_modules/kind-of/index.js +0 -116
  475. package/templates/dev/template_admin/tools/iconfont/node_modules/is-data-descriptor/node_modules/kind-of/package.json +0 -139
  476. package/templates/dev/template_admin/tools/iconfont/node_modules/is-descriptor/node_modules/kind-of/LICENSE +0 -21
  477. package/templates/dev/template_admin/tools/iconfont/node_modules/is-descriptor/node_modules/kind-of/README.md +0 -342
  478. package/templates/dev/template_admin/tools/iconfont/node_modules/is-descriptor/node_modules/kind-of/index.js +0 -147
  479. package/templates/dev/template_admin/tools/iconfont/node_modules/is-descriptor/node_modules/kind-of/package.json +0 -146
  480. package/templates/dev/template_admin/tools/iconfont/node_modules/is-number/node_modules/kind-of/LICENSE +0 -21
  481. package/templates/dev/template_admin/tools/iconfont/node_modules/is-number/node_modules/kind-of/README.md +0 -261
  482. package/templates/dev/template_admin/tools/iconfont/node_modules/is-number/node_modules/kind-of/index.js +0 -116
  483. package/templates/dev/template_admin/tools/iconfont/node_modules/is-number/node_modules/kind-of/package.json +0 -139
  484. package/templates/dev/template_admin/tools/iconfont/node_modules/mixin-deep/node_modules/is-extendable/LICENSE +0 -21
  485. package/templates/dev/template_admin/tools/iconfont/node_modules/mixin-deep/node_modules/is-extendable/README.md +0 -88
  486. package/templates/dev/template_admin/tools/iconfont/node_modules/mixin-deep/node_modules/is-extendable/index.d.ts +0 -5
  487. package/templates/dev/template_admin/tools/iconfont/node_modules/mixin-deep/node_modules/is-extendable/index.js +0 -14
  488. package/templates/dev/template_admin/tools/iconfont/node_modules/mixin-deep/node_modules/is-extendable/package.json +0 -98
  489. package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/define-property/LICENSE +0 -21
  490. package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/define-property/README.md +0 -77
  491. package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/define-property/index.js +0 -31
  492. package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/define-property/package.json +0 -82
  493. package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/kind-of/LICENSE +0 -21
  494. package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/kind-of/README.md +0 -261
  495. package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/kind-of/index.js +0 -116
  496. package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/kind-of/package.json +0 -139
  497. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  498. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/GOVERNANCE.md +0 -136
  499. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/LICENSE +0 -47
  500. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/README.md +0 -106
  501. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/errors-browser.js +0 -127
  502. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/errors.js +0 -116
  503. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/experimentalWarning.js +0 -17
  504. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/_stream_duplex.js +0 -139
  505. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/_stream_passthrough.js +0 -39
  506. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/_stream_readable.js +0 -1124
  507. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/_stream_transform.js +0 -201
  508. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/_stream_writable.js +0 -697
  509. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -207
  510. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -210
  511. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -105
  512. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -104
  513. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
  514. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/from.js +0 -64
  515. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -97
  516. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/state.js +0 -27
  517. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  518. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  519. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/package.json +0 -97
  520. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/readable-browser.js +0 -9
  521. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/readable.js +0 -16
  522. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-diff/LICENSE +0 -24
  523. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-diff/README.md +0 -75
  524. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-diff/index.js +0 -58
  525. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-diff/package.json +0 -80
  526. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-union/LICENSE +0 -21
  527. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-union/README.md +0 -85
  528. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-union/index.js +0 -30
  529. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-union/package.json +0 -78
  530. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/array-slice/LICENSE +0 -21
  531. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/array-slice/README.md +0 -54
  532. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/array-slice/index.js +0 -36
  533. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/array-slice/package.json +0 -68
  534. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/extend-shallow/LICENSE +0 -21
  535. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/extend-shallow/README.md +0 -59
  536. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/extend-shallow/index.js +0 -36
  537. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/extend-shallow/package.json +0 -85
  538. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/kind-of/README.md +0 -155
  539. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/kind-of/index.js +0 -45
  540. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/kind-of/package.json +0 -86
  541. package/templates/dev/template_admin/tools/iconfont/node_modules/set-value/node_modules/extend-shallow/LICENSE +0 -21
  542. package/templates/dev/template_admin/tools/iconfont/node_modules/set-value/node_modules/extend-shallow/README.md +0 -61
  543. package/templates/dev/template_admin/tools/iconfont/node_modules/set-value/node_modules/extend-shallow/index.js +0 -33
  544. package/templates/dev/template_admin/tools/iconfont/node_modules/set-value/node_modules/extend-shallow/package.json +0 -87
  545. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/define-property/LICENSE +0 -21
  546. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/define-property/README.md +0 -77
  547. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/define-property/index.js +0 -31
  548. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/define-property/package.json +0 -82
  549. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/extend-shallow/LICENSE +0 -21
  550. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/extend-shallow/README.md +0 -61
  551. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/extend-shallow/index.js +0 -33
  552. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/extend-shallow/package.json +0 -87
  553. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/define-property/LICENSE +0 -21
  554. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/define-property/README.md +0 -95
  555. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/define-property/index.js +0 -31
  556. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/define-property/package.json +0 -93
  557. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-accessor-descriptor/LICENSE +0 -21
  558. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-accessor-descriptor/README.md +0 -144
  559. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-accessor-descriptor/index.js +0 -69
  560. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-accessor-descriptor/package.json +0 -110
  561. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-data-descriptor/LICENSE +0 -21
  562. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-data-descriptor/README.md +0 -161
  563. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-data-descriptor/index.js +0 -49
  564. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-data-descriptor/package.json +0 -109
  565. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-descriptor/LICENSE +0 -21
  566. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-descriptor/README.md +0 -193
  567. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-descriptor/index.js +0 -22
  568. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-descriptor/package.json +0 -114
  569. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-util/node_modules/kind-of/LICENSE +0 -21
  570. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-util/node_modules/kind-of/README.md +0 -261
  571. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-util/node_modules/kind-of/index.js +0 -116
  572. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-util/node_modules/kind-of/package.json +0 -139
  573. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/LICENSE +0 -20
  574. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/README.md +0 -481
  575. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/package.json +0 -101
  576. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/src/browser.js +0 -269
  577. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/src/common.js +0 -274
  578. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/src/index.js +0 -10
  579. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/src/node.js +0 -263
  580. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/ms/index.js +0 -162
  581. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/ms/license.md +0 -21
  582. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/ms/package.json +0 -69
  583. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/ms/readme.md +0 -60
  584. package/templates/dev/template_admin/tools/iconfont/node_modules/static-extend/node_modules/define-property/LICENSE +0 -21
  585. package/templates/dev/template_admin/tools/iconfont/node_modules/static-extend/node_modules/define-property/README.md +0 -77
  586. package/templates/dev/template_admin/tools/iconfont/node_modules/static-extend/node_modules/define-property/index.js +0 -31
  587. package/templates/dev/template_admin/tools/iconfont/node_modules/static-extend/node_modules/define-property/package.json +0 -82
  588. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  589. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/GOVERNANCE.md +0 -136
  590. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/LICENSE +0 -47
  591. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/README.md +0 -106
  592. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/errors-browser.js +0 -127
  593. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/errors.js +0 -116
  594. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/experimentalWarning.js +0 -17
  595. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/_stream_duplex.js +0 -139
  596. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/_stream_passthrough.js +0 -39
  597. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/_stream_readable.js +0 -1124
  598. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/_stream_transform.js +0 -201
  599. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/_stream_writable.js +0 -697
  600. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -207
  601. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -210
  602. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -105
  603. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -104
  604. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
  605. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/from.js +0 -64
  606. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -97
  607. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/state.js +0 -27
  608. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  609. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  610. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/package.json +0 -97
  611. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/readable-browser.js +0 -9
  612. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/readable.js +0 -16
  613. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/brace-expansion/.github/FUNDING.yml +0 -2
  614. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/brace-expansion/LICENSE +0 -21
  615. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/brace-expansion/README.md +0 -135
  616. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/brace-expansion/index.js +0 -203
  617. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/brace-expansion/package.json +0 -74
  618. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/LICENSE +0 -22
  619. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/Readme.md +0 -1114
  620. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/esm.mjs +0 -15
  621. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/index.js +0 -27
  622. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/lib/argument.js +0 -147
  623. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/lib/command.js +0 -2135
  624. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/lib/error.js +0 -45
  625. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/lib/help.js +0 -406
  626. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/lib/option.js +0 -324
  627. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/lib/suggestSimilar.js +0 -100
  628. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/package-support.json +0 -16
  629. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/package.json +0 -121
  630. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/typings/index.d.ts +0 -879
  631. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/glob/LICENSE +0 -15
  632. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/glob/README.md +0 -378
  633. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/glob/common.js +0 -240
  634. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/glob/glob.js +0 -790
  635. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/glob/package.json +0 -97
  636. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/glob/sync.js +0 -486
  637. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/minimatch/LICENSE +0 -15
  638. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/minimatch/README.md +0 -259
  639. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/minimatch/lib/path.js +0 -4
  640. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/minimatch/minimatch.js +0 -906
  641. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/minimatch/package.json +0 -65
  642. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/CHANGELOG.md +0 -248
  643. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/LICENSE +0 -20
  644. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/README.md +0 -162
  645. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/index.d.ts +0 -2
  646. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/karma.conf.js +0 -69
  647. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathData.cjs +0 -16
  648. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathData.cjs.map +0 -1
  649. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathData.d.ts +0 -43
  650. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathData.module.js +0 -16
  651. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathData.module.js.map +0 -1
  652. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathDataEncoder.d.ts +0 -2
  653. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathDataParser.d.ts +0 -19
  654. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathDataTransformer.d.ts +0 -28
  655. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/TransformableSVG.d.ts +0 -21
  656. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/mathUtils.d.ts +0 -28
  657. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/types.d.ts +0 -75
  658. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/package.json +0 -132
  659. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/SVGPathData.ts +0 -90
  660. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/SVGPathDataEncoder.ts +0 -62
  661. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/SVGPathDataParser.ts +0 -290
  662. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/SVGPathDataTransformer.ts +0 -620
  663. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/TransformableSVG.ts +0 -74
  664. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/mathUtils.ts +0 -200
  665. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/types.ts +0 -41
  666. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/tsconfig.json +0 -67
  667. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/tslint.json +0 -19
  668. package/templates/dev/template_admin/tools/iconfont/node_modules/to-object-path/node_modules/kind-of/LICENSE +0 -21
  669. package/templates/dev/template_admin/tools/iconfont/node_modules/to-object-path/node_modules/kind-of/README.md +0 -261
  670. package/templates/dev/template_admin/tools/iconfont/node_modules/to-object-path/node_modules/kind-of/index.js +0 -116
  671. package/templates/dev/template_admin/tools/iconfont/node_modules/to-object-path/node_modules/kind-of/package.json +0 -139
  672. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Makefile +0 -342
  673. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/addon.node.d +0 -1
  674. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/addon.o.d +0 -55
  675. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/enc/backward_references.o.d +0 -20
  676. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/enc/block_splitter.o.d +0 -17
  677. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/enc/brotli_bit_stream.o.d +0 -20
  678. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/enc/encode.o.d +0 -39
  679. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/enc/encode_parallel.o.d +0 -41
  680. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/enc/entropy_encode.o.d +0 -11
  681. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/enc/histogram.o.d +0 -14
  682. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/enc/literal_cost.o.d +0 -7
  683. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/enc/metablock.o.d +0 -17
  684. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/enc/streams.o.d +0 -5
  685. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/woff2/font.o.d +0 -12
  686. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/woff2/glyph.o.d +0 -8
  687. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/woff2/normalize.o.d +0 -17
  688. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/woff2/table_tags.o.d +0 -5
  689. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/woff2/transform.o.d +0 -13
  690. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/woff2/variable_length.o.d +0 -7
  691. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/woff2/woff2_common.o.d +0 -5
  692. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/woff2/woff2_enc.o.d +0 -42
  693. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/addon.node +0 -0
  694. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/addon.o +0 -0
  695. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/backward_references.o +0 -0
  696. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/block_splitter.o +0 -0
  697. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/brotli_bit_stream.o +0 -0
  698. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/encode.o +0 -0
  699. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/encode_parallel.o +0 -0
  700. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/entropy_encode.o +0 -0
  701. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/histogram.o +0 -0
  702. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/literal_cost.o +0 -0
  703. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/metablock.o +0 -0
  704. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/streams.o +0 -0
  705. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/font.o +0 -0
  706. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/glyph.o +0 -0
  707. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/normalize.o +0 -0
  708. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/table_tags.o +0 -0
  709. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/transform.o +0 -0
  710. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/variable_length.o +0 -0
  711. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/woff2_common.o +0 -0
  712. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/woff2_enc.o +0 -0
  713. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/addon.target.mk +0 -208
  714. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/binding.Makefile +0 -6
  715. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/config.gypi +0 -224
  716. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/gyp-mac-tool +0 -611
  717. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/builderror.log +0 -20
  718. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/bufferstreams/CHANGELOG.md +0 -86
  719. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/bufferstreams/LICENSE +0 -20
  720. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/bufferstreams/README.md +0 -106
  721. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/bufferstreams/package.json +0 -160
  722. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/bufferstreams/src/index.js +0 -97
  723. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  724. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/GOVERNANCE.md +0 -136
  725. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/LICENSE +0 -47
  726. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/README.md +0 -106
  727. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/errors-browser.js +0 -127
  728. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/errors.js +0 -116
  729. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/experimentalWarning.js +0 -17
  730. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/_stream_duplex.js +0 -139
  731. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/_stream_passthrough.js +0 -39
  732. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/_stream_readable.js +0 -1124
  733. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/_stream_transform.js +0 -201
  734. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/_stream_writable.js +0 -697
  735. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -207
  736. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -210
  737. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -105
  738. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -104
  739. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
  740. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/from.js +0 -64
  741. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -97
  742. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/state.js +0 -27
  743. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  744. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  745. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/package.json +0 -97
  746. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/readable-browser.js +0 -9
  747. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/readable.js +0 -16
  748. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/LICENSE +0 -21
  749. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/README.md +0 -130
  750. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/index.js +0 -19
  751. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/node_modules/isobject/LICENSE +0 -21
  752. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/node_modules/isobject/README.md +0 -112
  753. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/node_modules/isobject/index.js +0 -14
  754. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/node_modules/isobject/package.json +0 -98
  755. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/package.json +0 -114
  756. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-values/LICENSE +0 -21
  757. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-values/README.md +0 -114
  758. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-values/index.js +0 -36
  759. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-values/package.json +0 -106
  760. package/templates/dev/template_admin/tools/iconfont/node_modules/vinyl-sourcemap/node_modules/normalize-path/LICENSE +0 -21
  761. package/templates/dev/template_admin/tools/iconfont/node_modules/vinyl-sourcemap/node_modules/normalize-path/README.md +0 -92
  762. package/templates/dev/template_admin/tools/iconfont/node_modules/vinyl-sourcemap/node_modules/normalize-path/index.js +0 -19
  763. package/templates/dev/template_admin/tools/iconfont/node_modules/vinyl-sourcemap/node_modules/normalize-path/package.json +0 -117
  764. package/templates/template_app/tools/iconfont/dist/css/iconfont.css +0 -53
  765. package/templates/template_app/tools/iconfont/dist/css/iconfont.eot +0 -0
  766. package/templates/template_app/tools/iconfont/dist/css/iconfont.svg +0 -36
  767. package/templates/template_app/tools/iconfont/dist/css/iconfont.ttf +0 -0
  768. package/templates/template_app/tools/iconfont/dist/css/iconfont.woff +0 -0
  769. package/templates/template_app/tools/iconfont/dist/css/iconfont.woff2 +0 -0
  770. package/templates/template_app/tools/iconfont/dist/css/index.html +0 -84
  771. package/templates/template_app/tools/iconfont/dist/less/iconfont.eot +0 -0
  772. package/templates/template_app/tools/iconfont/dist/less/iconfont.less +0 -57
  773. package/templates/template_app/tools/iconfont/dist/less/iconfont.svg +0 -36
  774. package/templates/template_app/tools/iconfont/dist/less/iconfont.ttf +0 -0
  775. package/templates/template_app/tools/iconfont/dist/less/iconfont.woff +0 -0
  776. package/templates/template_app/tools/iconfont/dist/less/iconfont.woff2 +0 -0
@@ -1,1114 +0,0 @@
1
- # Commander.js
2
-
3
- [![Build Status](https://github.com/tj/commander.js/workflows/build/badge.svg)](https://github.com/tj/commander.js/actions?query=workflow%3A%22build%22)
4
- [![NPM Version](http://img.shields.io/npm/v/commander.svg?style=flat)](https://www.npmjs.org/package/commander)
5
- [![NPM Downloads](https://img.shields.io/npm/dm/commander.svg?style=flat)](https://npmcharts.com/compare/commander?minimal=true)
6
- [![Install Size](https://packagephobia.now.sh/badge?p=commander)](https://packagephobia.now.sh/result?p=commander)
7
-
8
- The complete solution for [node.js](http://nodejs.org) command-line interfaces.
9
-
10
- Read this in other languages: English | [简体中文](./Readme_zh-CN.md)
11
-
12
- - [Commander.js](#commanderjs)
13
- - [Installation](#installation)
14
- - [Quick Start](#quick-start)
15
- - [Declaring _program_ variable](#declaring-program-variable)
16
- - [Options](#options)
17
- - [Common option types, boolean and value](#common-option-types-boolean-and-value)
18
- - [Default option value](#default-option-value)
19
- - [Other option types, negatable boolean and boolean|value](#other-option-types-negatable-boolean-and-booleanvalue)
20
- - [Required option](#required-option)
21
- - [Variadic option](#variadic-option)
22
- - [Version option](#version-option)
23
- - [More configuration](#more-configuration)
24
- - [Custom option processing](#custom-option-processing)
25
- - [Commands](#commands)
26
- - [Command-arguments](#command-arguments)
27
- - [More configuration](#more-configuration-1)
28
- - [Custom argument processing](#custom-argument-processing)
29
- - [Action handler](#action-handler)
30
- - [Stand-alone executable (sub)commands](#stand-alone-executable-subcommands)
31
- - [Life cycle hooks](#life-cycle-hooks)
32
- - [Automated help](#automated-help)
33
- - [Custom help](#custom-help)
34
- - [Display help after errors](#display-help-after-errors)
35
- - [Display help from code](#display-help-from-code)
36
- - [.name](#name)
37
- - [.usage](#usage)
38
- - [.description and .summary](#description-and-summary)
39
- - [.helpOption(flags, description)](#helpoptionflags-description)
40
- - [.addHelpCommand()](#addhelpcommand)
41
- - [More configuration](#more-configuration-2)
42
- - [Custom event listeners](#custom-event-listeners)
43
- - [Bits and pieces](#bits-and-pieces)
44
- - [.parse() and .parseAsync()](#parse-and-parseasync)
45
- - [Parsing Configuration](#parsing-configuration)
46
- - [Legacy options as properties](#legacy-options-as-properties)
47
- - [TypeScript](#typescript)
48
- - [createCommand()](#createcommand)
49
- - [Node options such as `--harmony`](#node-options-such-as---harmony)
50
- - [Debugging stand-alone executable subcommands](#debugging-stand-alone-executable-subcommands)
51
- - [Display error](#display-error)
52
- - [Override exit and output handling](#override-exit-and-output-handling)
53
- - [Additional documentation](#additional-documentation)
54
- - [Support](#support)
55
- - [Commander for enterprise](#commander-for-enterprise)
56
-
57
- For information about terms used in this document see: [terminology](./docs/terminology.md)
58
-
59
- ## Installation
60
-
61
- ```sh
62
- npm install commander
63
- ```
64
-
65
- ## Quick Start
66
-
67
- You write code to describe your command line interface.
68
- Commander looks after parsing the arguments into options and command-arguments,
69
- displays usage errors for problems, and implements a help system.
70
-
71
- Commander is strict and displays an error for unrecognised options.
72
- The two most used option types are a boolean option, and an option which takes its value from the following argument.
73
-
74
- Example file: [split.js](./examples/split.js)
75
-
76
- ```js
77
- const { program } = require('commander');
78
-
79
- program
80
- .option('--first')
81
- .option('-s, --separator <char>');
82
-
83
- program.parse();
84
-
85
- const options = program.opts();
86
- const limit = options.first ? 1 : undefined;
87
- console.log(program.args[0].split(options.separator, limit));
88
- ```
89
-
90
- ```console
91
- $ node split.js -s / --fits a/b/c
92
- error: unknown option '--fits'
93
- (Did you mean --first?)
94
- $ node split.js -s / --first a/b/c
95
- [ 'a' ]
96
- ```
97
-
98
- Here is a more complete program using a subcommand and with descriptions for the help. In a multi-command program, you have an action handler for each command (or stand-alone executables for the commands).
99
-
100
- Example file: [string-util.js](./examples/string-util.js)
101
-
102
- ```js
103
- const { Command } = require('commander');
104
- const program = new Command();
105
-
106
- program
107
- .name('string-util')
108
- .description('CLI to some JavaScript string utilities')
109
- .version('0.8.0');
110
-
111
- program.command('split')
112
- .description('Split a string into substrings and display as an array')
113
- .argument('<string>', 'string to split')
114
- .option('--first', 'display just the first substring')
115
- .option('-s, --separator <char>', 'separator character', ',')
116
- .action((str, options) => {
117
- const limit = options.first ? 1 : undefined;
118
- console.log(str.split(options.separator, limit));
119
- });
120
-
121
- program.parse();
122
- ```
123
-
124
- ```console
125
- $ node string-util.js help split
126
- Usage: string-util split [options] <string>
127
-
128
- Split a string into substrings and display as an array.
129
-
130
- Arguments:
131
- string string to split
132
-
133
- Options:
134
- --first display just the first substring
135
- -s, --separator <char> separator character (default: ",")
136
- -h, --help display help for command
137
-
138
- $ node string-util.js split --separator=/ a/b/c
139
- [ 'a', 'b', 'c' ]
140
- ```
141
-
142
- More samples can be found in the [examples](https://github.com/tj/commander.js/tree/master/examples) directory.
143
-
144
- ## Declaring _program_ variable
145
-
146
- Commander exports a global object which is convenient for quick programs.
147
- This is used in the examples in this README for brevity.
148
-
149
- ```js
150
- // CommonJS (.cjs)
151
- const { program } = require('commander');
152
- ```
153
-
154
- For larger programs which may use commander in multiple ways, including unit testing, it is better to create a local Command object to use.
155
-
156
- ```js
157
- // CommonJS (.cjs)
158
- const { Command } = require('commander');
159
- const program = new Command();
160
- ```
161
-
162
- ```js
163
- // ECMAScript (.mjs)
164
- import { Command } from 'commander';
165
- const program = new Command();
166
- ```
167
-
168
- ```ts
169
- // TypeScript (.ts)
170
- import { Command } from 'commander';
171
- const program = new Command();
172
- ```
173
-
174
- ## Options
175
-
176
- Options are defined with the `.option()` method, also serving as documentation for the options. Each option can have a short flag (single character) and a long name, separated by a comma or space or vertical bar ('|').
177
-
178
- The parsed options can be accessed by calling `.opts()` on a `Command` object, and are passed to the action handler.
179
-
180
- Multi-word options such as "--template-engine" are camel-cased, becoming `program.opts().templateEngine` etc.
181
-
182
- An option and its option-argument can be separated by a space, or combined into the same argument. The option-argument can follow the short option directly or follow an `=` for a long option.
183
-
184
- ```sh
185
- serve -p 80
186
- serve -p80
187
- serve --port 80
188
- serve --port=80
189
- ```
190
-
191
- You can use `--` to indicate the end of the options, and any remaining arguments will be used without being interpreted.
192
-
193
- By default options on the command line are not positional, and can be specified before or after other arguments.
194
-
195
- There are additional related routines for when `.opts()` is not enough:
196
-
197
- - `.optsWithGlobals()` returns merged local and global option values
198
- - `.getOptionValue()` and `.setOptionValue()` work with a single option value
199
- - `.getOptionValueSource()` and `.setOptionValueWithSource()` include where the option value came from
200
-
201
- ### Common option types, boolean and value
202
-
203
- The two most used option types are a boolean option, and an option which takes its value
204
- from the following argument (declared with angle brackets like `--expect <value>`). Both are `undefined` unless specified on command line.
205
-
206
- Example file: [options-common.js](./examples/options-common.js)
207
-
208
- ```js
209
- program
210
- .option('-d, --debug', 'output extra debugging')
211
- .option('-s, --small', 'small pizza size')
212
- .option('-p, --pizza-type <type>', 'flavour of pizza');
213
-
214
- program.parse(process.argv);
215
-
216
- const options = program.opts();
217
- if (options.debug) console.log(options);
218
- console.log('pizza details:');
219
- if (options.small) console.log('- small pizza size');
220
- if (options.pizzaType) console.log(`- ${options.pizzaType}`);
221
- ```
222
-
223
- ```console
224
- $ pizza-options -p
225
- error: option '-p, --pizza-type <type>' argument missing
226
- $ pizza-options -d -s -p vegetarian
227
- { debug: true, small: true, pizzaType: 'vegetarian' }
228
- pizza details:
229
- - small pizza size
230
- - vegetarian
231
- $ pizza-options --pizza-type=cheese
232
- pizza details:
233
- - cheese
234
- ```
235
-
236
- Multiple boolean short options may be combined together following the dash, and may be followed by a single short option taking a value.
237
- For example `-d -s -p cheese` may be written as `-ds -p cheese` or even `-dsp cheese`.
238
-
239
- Options with an expected option-argument are greedy and will consume the following argument whatever the value.
240
- So `--id -xyz` reads `-xyz` as the option-argument.
241
-
242
- `program.parse(arguments)` processes the arguments, leaving any args not consumed by the program options in the `program.args` array. The parameter is optional and defaults to `process.argv`.
243
-
244
- ### Default option value
245
-
246
- You can specify a default value for an option.
247
-
248
- Example file: [options-defaults.js](./examples/options-defaults.js)
249
-
250
- ```js
251
- program
252
- .option('-c, --cheese <type>', 'add the specified type of cheese', 'blue');
253
-
254
- program.parse();
255
-
256
- console.log(`cheese: ${program.opts().cheese}`);
257
- ```
258
-
259
- ```console
260
- $ pizza-options
261
- cheese: blue
262
- $ pizza-options --cheese stilton
263
- cheese: stilton
264
- ```
265
-
266
- ### Other option types, negatable boolean and boolean|value
267
-
268
- You can define a boolean option long name with a leading `no-` to set the option value to false when used.
269
- Defined alone this also makes the option true by default.
270
-
271
- If you define `--foo` first, adding `--no-foo` does not change the default value from what it would
272
- otherwise be.
273
-
274
- Example file: [options-negatable.js](./examples/options-negatable.js)
275
-
276
- ```js
277
- program
278
- .option('--no-sauce', 'Remove sauce')
279
- .option('--cheese <flavour>', 'cheese flavour', 'mozzarella')
280
- .option('--no-cheese', 'plain with no cheese')
281
- .parse();
282
-
283
- const options = program.opts();
284
- const sauceStr = options.sauce ? 'sauce' : 'no sauce';
285
- const cheeseStr = (options.cheese === false) ? 'no cheese' : `${options.cheese} cheese`;
286
- console.log(`You ordered a pizza with ${sauceStr} and ${cheeseStr}`);
287
- ```
288
-
289
- ```console
290
- $ pizza-options
291
- You ordered a pizza with sauce and mozzarella cheese
292
- $ pizza-options --sauce
293
- error: unknown option '--sauce'
294
- $ pizza-options --cheese=blue
295
- You ordered a pizza with sauce and blue cheese
296
- $ pizza-options --no-sauce --no-cheese
297
- You ordered a pizza with no sauce and no cheese
298
- ```
299
-
300
- You can specify an option which may be used as a boolean option but may optionally take an option-argument
301
- (declared with square brackets like `--optional [value]`).
302
-
303
- Example file: [options-boolean-or-value.js](./examples/options-boolean-or-value.js)
304
-
305
- ```js
306
- program
307
- .option('-c, --cheese [type]', 'Add cheese with optional type');
308
-
309
- program.parse(process.argv);
310
-
311
- const options = program.opts();
312
- if (options.cheese === undefined) console.log('no cheese');
313
- else if (options.cheese === true) console.log('add cheese');
314
- else console.log(`add cheese type ${options.cheese}`);
315
- ```
316
-
317
- ```console
318
- $ pizza-options
319
- no cheese
320
- $ pizza-options --cheese
321
- add cheese
322
- $ pizza-options --cheese mozzarella
323
- add cheese type mozzarella
324
- ```
325
-
326
- Options with an optional option-argument are not greedy and will ignore arguments starting with a dash.
327
- So `id` behaves as a boolean option for `--id -5`, but you can use a combined form if needed like `--id=-5`.
328
-
329
- For information about possible ambiguous cases, see [options taking varying arguments](./docs/options-taking-varying-arguments.md).
330
-
331
- ### Required option
332
-
333
- You may specify a required (mandatory) option using `.requiredOption`. The option must have a value after parsing, usually specified on the command line, or perhaps from a default value (say from environment). The method is otherwise the same as `.option` in format, taking flags and description, and optional default value or custom processing.
334
-
335
- Example file: [options-required.js](./examples/options-required.js)
336
-
337
- ```js
338
- program
339
- .requiredOption('-c, --cheese <type>', 'pizza must have cheese');
340
-
341
- program.parse();
342
- ```
343
-
344
- ```console
345
- $ pizza
346
- error: required option '-c, --cheese <type>' not specified
347
- ```
348
-
349
- ### Variadic option
350
-
351
- You may make an option variadic by appending `...` to the value placeholder when declaring the option. On the command line you
352
- can then specify multiple option-arguments, and the parsed option value will be an array. The extra arguments
353
- are read until the first argument starting with a dash. The special argument `--` stops option processing entirely. If a value
354
- is specified in the same argument as the option then no further values are read.
355
-
356
- Example file: [options-variadic.js](./examples/options-variadic.js)
357
-
358
- ```js
359
- program
360
- .option('-n, --number <numbers...>', 'specify numbers')
361
- .option('-l, --letter [letters...]', 'specify letters');
362
-
363
- program.parse();
364
-
365
- console.log('Options: ', program.opts());
366
- console.log('Remaining arguments: ', program.args);
367
- ```
368
-
369
- ```console
370
- $ collect -n 1 2 3 --letter a b c
371
- Options: { number: [ '1', '2', '3' ], letter: [ 'a', 'b', 'c' ] }
372
- Remaining arguments: []
373
- $ collect --letter=A -n80 operand
374
- Options: { number: [ '80' ], letter: [ 'A' ] }
375
- Remaining arguments: [ 'operand' ]
376
- $ collect --letter -n 1 -n 2 3 -- operand
377
- Options: { number: [ '1', '2', '3' ], letter: true }
378
- Remaining arguments: [ 'operand' ]
379
- ```
380
-
381
- For information about possible ambiguous cases, see [options taking varying arguments](./docs/options-taking-varying-arguments.md).
382
-
383
- ### Version option
384
-
385
- The optional `version` method adds handling for displaying the command version. The default option flags are `-V` and `--version`, and when present the command prints the version number and exits.
386
-
387
- ```js
388
- program.version('0.0.1');
389
- ```
390
-
391
- ```console
392
- $ ./examples/pizza -V
393
- 0.0.1
394
- ```
395
-
396
- You may change the flags and description by passing additional parameters to the `version` method, using
397
- the same syntax for flags as the `option` method.
398
-
399
- ```js
400
- program.version('0.0.1', '-v, --vers', 'output the current version');
401
- ```
402
-
403
- ### More configuration
404
-
405
- You can add most options using the `.option()` method, but there are some additional features available
406
- by constructing an `Option` explicitly for less common cases.
407
-
408
- Example files: [options-extra.js](./examples/options-extra.js), [options-env.js](./examples/options-env.js), [options-conflicts.js](./examples/options-conflicts.js), [options-implies.js](./examples/options-implies.js)
409
-
410
- ```js
411
- program
412
- .addOption(new Option('-s, --secret').hideHelp())
413
- .addOption(new Option('-t, --timeout <delay>', 'timeout in seconds').default(60, 'one minute'))
414
- .addOption(new Option('-d, --drink <size>', 'drink size').choices(['small', 'medium', 'large']))
415
- .addOption(new Option('-p, --port <number>', 'port number').env('PORT'))
416
- .addOption(new Option('--donate [amount]', 'optional donation in dollars').preset('20').argParser(parseFloat))
417
- .addOption(new Option('--disable-server', 'disables the server').conflicts('port'))
418
- .addOption(new Option('--free-drink', 'small drink included free ').implies({ drink: 'small' }));
419
- ```
420
-
421
- ```console
422
- $ extra --help
423
- Usage: help [options]
424
-
425
- Options:
426
- -t, --timeout <delay> timeout in seconds (default: one minute)
427
- -d, --drink <size> drink cup size (choices: "small", "medium", "large")
428
- -p, --port <number> port number (env: PORT)
429
- --donate [amount] optional donation in dollars (preset: "20")
430
- --disable-server disables the server
431
- --free-drink small drink included free
432
- -h, --help display help for command
433
-
434
- $ extra --drink huge
435
- error: option '-d, --drink <size>' argument 'huge' is invalid. Allowed choices are small, medium, large.
436
-
437
- $ PORT=80 extra --donate --free-drink
438
- Options: { timeout: 60, donate: 20, port: '80', freeDrink: true, drink: 'small' }
439
-
440
- $ extra --disable-server --port 8000
441
- error: option '--disable-server' cannot be used with option '-p, --port <number>'
442
- ```
443
-
444
- ### Custom option processing
445
-
446
- You may specify a function to do custom processing of option-arguments. The callback function receives two parameters,
447
- the user specified option-argument and the previous value for the option. It returns the new value for the option.
448
-
449
- This allows you to coerce the option-argument to the desired type, or accumulate values, or do entirely custom processing.
450
-
451
- You can optionally specify the default/starting value for the option after the function parameter.
452
-
453
- Example file: [options-custom-processing.js](./examples/options-custom-processing.js)
454
-
455
- ```js
456
- function myParseInt(value, dummyPrevious) {
457
- // parseInt takes a string and a radix
458
- const parsedValue = parseInt(value, 10);
459
- if (isNaN(parsedValue)) {
460
- throw new commander.InvalidArgumentError('Not a number.');
461
- }
462
- return parsedValue;
463
- }
464
-
465
- function increaseVerbosity(dummyValue, previous) {
466
- return previous + 1;
467
- }
468
-
469
- function collect(value, previous) {
470
- return previous.concat([value]);
471
- }
472
-
473
- function commaSeparatedList(value, dummyPrevious) {
474
- return value.split(',');
475
- }
476
-
477
- program
478
- .option('-f, --float <number>', 'float argument', parseFloat)
479
- .option('-i, --integer <number>', 'integer argument', myParseInt)
480
- .option('-v, --verbose', 'verbosity that can be increased', increaseVerbosity, 0)
481
- .option('-c, --collect <value>', 'repeatable value', collect, [])
482
- .option('-l, --list <items>', 'comma separated list', commaSeparatedList)
483
- ;
484
-
485
- program.parse();
486
-
487
- const options = program.opts();
488
- if (options.float !== undefined) console.log(`float: ${options.float}`);
489
- if (options.integer !== undefined) console.log(`integer: ${options.integer}`);
490
- if (options.verbose > 0) console.log(`verbosity: ${options.verbose}`);
491
- if (options.collect.length > 0) console.log(options.collect);
492
- if (options.list !== undefined) console.log(options.list);
493
- ```
494
-
495
- ```console
496
- $ custom -f 1e2
497
- float: 100
498
- $ custom --integer 2
499
- integer: 2
500
- $ custom -v -v -v
501
- verbose: 3
502
- $ custom -c a -c b -c c
503
- [ 'a', 'b', 'c' ]
504
- $ custom --list x,y,z
505
- [ 'x', 'y', 'z' ]
506
- ```
507
-
508
- ## Commands
509
-
510
- You can specify (sub)commands using `.command()` or `.addCommand()`. There are two ways these can be implemented: using an action handler attached to the command, or as a stand-alone executable file (described in more detail later). The subcommands may be nested ([example](./examples/nestedCommands.js)).
511
-
512
- In the first parameter to `.command()` you specify the command name. You may append the command-arguments after the command name, or specify them separately using `.argument()`. The arguments may be `<required>` or `[optional]`, and the last argument may also be `variadic...`.
513
-
514
- You can use `.addCommand()` to add an already configured subcommand to the program.
515
-
516
- For example:
517
-
518
- ```js
519
- // Command implemented using action handler (description is supplied separately to `.command`)
520
- // Returns new command for configuring.
521
- program
522
- .command('clone <source> [destination]')
523
- .description('clone a repository into a newly created directory')
524
- .action((source, destination) => {
525
- console.log('clone command called');
526
- });
527
-
528
- // Command implemented using stand-alone executable file, indicated by adding description as second parameter to `.command`.
529
- // Returns `this` for adding more commands.
530
- program
531
- .command('start <service>', 'start named service')
532
- .command('stop [service]', 'stop named service, or all if no name supplied');
533
-
534
- // Command prepared separately.
535
- // Returns `this` for adding more commands.
536
- program
537
- .addCommand(build.makeBuildCommand());
538
- ```
539
-
540
- Configuration options can be passed with the call to `.command()` and `.addCommand()`. Specifying `hidden: true` will
541
- remove the command from the generated help output. Specifying `isDefault: true` will run the subcommand if no other
542
- subcommand is specified ([example](./examples/defaultCommand.js)).
543
-
544
- ### Command-arguments
545
-
546
- For subcommands, you can specify the argument syntax in the call to `.command()` (as shown above). This
547
- is the only method usable for subcommands implemented using a stand-alone executable, but for other subcommands
548
- you can instead use the following method.
549
-
550
- To configure a command, you can use `.argument()` to specify each expected command-argument.
551
- You supply the argument name and an optional description. The argument may be `<required>` or `[optional]`.
552
- You can specify a default value for an optional command-argument.
553
-
554
- Example file: [argument.js](./examples/argument.js)
555
-
556
- ```js
557
- program
558
- .version('0.1.0')
559
- .argument('<username>', 'user to login')
560
- .argument('[password]', 'password for user, if required', 'no password given')
561
- .action((username, password) => {
562
- console.log('username:', username);
563
- console.log('password:', password);
564
- });
565
- ```
566
-
567
- The last argument of a command can be variadic, and only the last argument. To make an argument variadic you
568
- append `...` to the argument name. A variadic argument is passed to the action handler as an array. For example:
569
-
570
- ```js
571
- program
572
- .version('0.1.0')
573
- .command('rmdir')
574
- .argument('<dirs...>')
575
- .action(function (dirs) {
576
- dirs.forEach((dir) => {
577
- console.log('rmdir %s', dir);
578
- });
579
- });
580
- ```
581
-
582
- There is a convenience method to add multiple arguments at once, but without descriptions:
583
-
584
- ```js
585
- program
586
- .arguments('<username> <password>');
587
- ```
588
-
589
- #### More configuration
590
-
591
- There are some additional features available by constructing an `Argument` explicitly for less common cases.
592
-
593
- Example file: [arguments-extra.js](./examples/arguments-extra.js)
594
-
595
- ```js
596
- program
597
- .addArgument(new commander.Argument('<drink-size>', 'drink cup size').choices(['small', 'medium', 'large']))
598
- .addArgument(new commander.Argument('[timeout]', 'timeout in seconds').default(60, 'one minute'))
599
- ```
600
-
601
- #### Custom argument processing
602
-
603
- You may specify a function to do custom processing of command-arguments (like for option-arguments).
604
- The callback function receives two parameters, the user specified command-argument and the previous value for the argument.
605
- It returns the new value for the argument.
606
-
607
- The processed argument values are passed to the action handler, and saved as `.processedArgs`.
608
-
609
- You can optionally specify the default/starting value for the argument after the function parameter.
610
-
611
- Example file: [arguments-custom-processing.js](./examples/arguments-custom-processing.js)
612
-
613
- ```js
614
- program
615
- .command('add')
616
- .argument('<first>', 'integer argument', myParseInt)
617
- .argument('[second]', 'integer argument', myParseInt, 1000)
618
- .action((first, second) => {
619
- console.log(`${first} + ${second} = ${first + second}`);
620
- })
621
- ;
622
- ```
623
-
624
- ### Action handler
625
-
626
- The action handler gets passed a parameter for each command-argument you declared, and two additional parameters
627
- which are the parsed options and the command object itself.
628
-
629
- Example file: [thank.js](./examples/thank.js)
630
-
631
- ```js
632
- program
633
- .argument('<name>')
634
- .option('-t, --title <honorific>', 'title to use before name')
635
- .option('-d, --debug', 'display some debugging')
636
- .action((name, options, command) => {
637
- if (options.debug) {
638
- console.error('Called %s with options %o', command.name(), options);
639
- }
640
- const title = options.title ? `${options.title} ` : '';
641
- console.log(`Thank-you ${title}${name}`);
642
- });
643
- ```
644
-
645
- If you prefer, you can work with the command directly and skip declaring the parameters for the action handler. The `this` keyword is set to the running command and can be used from a function expression (but not from an arrow function).
646
-
647
- Example file: [action-this.js](./examples/action-this.js)
648
-
649
- ```js
650
- program
651
- .command('serve')
652
- .argument('<script>')
653
- .option('-p, --port <number>', 'port number', 80)
654
- .action(function() {
655
- console.error('Run script %s on port %s', this.args[0], this.opts().port);
656
- });
657
- ```
658
-
659
- You may supply an `async` action handler, in which case you call `.parseAsync` rather than `.parse`.
660
-
661
- ```js
662
- async function run() { /* code goes here */ }
663
-
664
- async function main() {
665
- program
666
- .command('run')
667
- .action(run);
668
- await program.parseAsync(process.argv);
669
- }
670
- ```
671
-
672
- A command's options and arguments on the command line are validated when the command is used. Any unknown options or missing arguments will be reported as an error. You can suppress the unknown option checks with `.allowUnknownOption()`. By default it is not an error to
673
- pass more arguments than declared, but you can make this an error with `.allowExcessArguments(false)`.
674
-
675
- ### Stand-alone executable (sub)commands
676
-
677
- When `.command()` is invoked with a description argument, this tells Commander that you're going to use stand-alone executables for subcommands.
678
- Commander will search the files in the directory of the entry script for a file with the name combination `command-subcommand`, like `pm-install` or `pm-search` in the example below. The search includes trying common file extensions, like `.js`.
679
- You may specify a custom name (and path) with the `executableFile` configuration option.
680
- You may specify a custom search directory for subcommands with `.executableDir()`.
681
-
682
- You handle the options for an executable (sub)command in the executable, and don't declare them at the top-level.
683
-
684
- Example file: [pm](./examples/pm)
685
-
686
- ```js
687
- program
688
- .name('pm')
689
- .version('0.1.0')
690
- .command('install [name]', 'install one or more packages')
691
- .command('search [query]', 'search with optional query')
692
- .command('update', 'update installed packages', { executableFile: 'myUpdateSubCommand' })
693
- .command('list', 'list packages installed', { isDefault: true });
694
-
695
- program.parse(process.argv);
696
- ```
697
-
698
- If the program is designed to be installed globally, make sure the executables have proper modes, like `755`.
699
-
700
- ### Life cycle hooks
701
-
702
- You can add callback hooks to a command for life cycle events.
703
-
704
- Example file: [hook.js](./examples/hook.js)
705
-
706
- ```js
707
- program
708
- .option('-t, --trace', 'display trace statements for commands')
709
- .hook('preAction', (thisCommand, actionCommand) => {
710
- if (thisCommand.opts().trace) {
711
- console.log(`About to call action handler for subcommand: ${actionCommand.name()}`);
712
- console.log('arguments: %O', actionCommand.args);
713
- console.log('options: %o', actionCommand.opts());
714
- }
715
- });
716
- ```
717
-
718
- The callback hook can be `async`, in which case you call `.parseAsync` rather than `.parse`. You can add multiple hooks per event.
719
-
720
- The supported events are:
721
-
722
- - `preAction`: called before action handler for this command and its subcommands
723
- - `postAction`: called after action handler for this command and its subcommands
724
-
725
- The hook is passed the command it was added to, and the command running the action handler.
726
-
727
- ## Automated help
728
-
729
- The help information is auto-generated based on the information commander already knows about your program. The default
730
- help option is `-h,--help`.
731
-
732
- Example file: [pizza](./examples/pizza)
733
-
734
- ```console
735
- $ node ./examples/pizza --help
736
- Usage: pizza [options]
737
-
738
- An application for pizza ordering
739
-
740
- Options:
741
- -p, --peppers Add peppers
742
- -c, --cheese <type> Add the specified type of cheese (default: "marble")
743
- -C, --no-cheese You do not want any cheese
744
- -h, --help display help for command
745
- ```
746
-
747
- A `help` command is added by default if your command has subcommands. It can be used alone, or with a subcommand name to show
748
- further help for the subcommand. These are effectively the same if the `shell` program has implicit help:
749
-
750
- ```sh
751
- shell help
752
- shell --help
753
-
754
- shell help spawn
755
- shell spawn --help
756
- ```
757
-
758
- ### Custom help
759
-
760
- You can add extra text to be displayed along with the built-in help.
761
-
762
- Example file: [custom-help](./examples/custom-help)
763
-
764
- ```js
765
- program
766
- .option('-f, --foo', 'enable some foo');
767
-
768
- program.addHelpText('after', `
769
-
770
- Example call:
771
- $ custom-help --help`);
772
- ```
773
-
774
- Yields the following help output:
775
-
776
- ```Text
777
- Usage: custom-help [options]
778
-
779
- Options:
780
- -f, --foo enable some foo
781
- -h, --help display help for command
782
-
783
- Example call:
784
- $ custom-help --help
785
- ```
786
-
787
- The positions in order displayed are:
788
-
789
- - `beforeAll`: add to the program for a global banner or header
790
- - `before`: display extra information before built-in help
791
- - `after`: display extra information after built-in help
792
- - `afterAll`: add to the program for a global footer (epilog)
793
-
794
- The positions "beforeAll" and "afterAll" apply to the command and all its subcommands.
795
-
796
- The second parameter can be a string, or a function returning a string. The function is passed a context object for your convenience. The properties are:
797
-
798
- - error: a boolean for whether the help is being displayed due to a usage error
799
- - command: the Command which is displaying the help
800
-
801
- ### Display help after errors
802
-
803
- The default behaviour for usage errors is to just display a short error message.
804
- You can change the behaviour to show the full help or a custom help message after an error.
805
-
806
- ```js
807
- program.showHelpAfterError();
808
- // or
809
- program.showHelpAfterError('(add --help for additional information)');
810
- ```
811
-
812
- ```console
813
- $ pizza --unknown
814
- error: unknown option '--unknown'
815
- (add --help for additional information)
816
- ```
817
-
818
- The default behaviour is to suggest correct spelling after an error for an unknown command or option. You
819
- can disable this.
820
-
821
- ```js
822
- program.showSuggestionAfterError(false);
823
- ```
824
-
825
- ```console
826
- $ pizza --hepl
827
- error: unknown option '--hepl'
828
- (Did you mean --help?)
829
- ```
830
-
831
- ### Display help from code
832
-
833
- `.help()`: display help information and exit immediately. You can optionally pass `{ error: true }` to display on stderr and exit with an error status.
834
-
835
- `.outputHelp()`: output help information without exiting. You can optionally pass `{ error: true }` to display on stderr.
836
-
837
- `.helpInformation()`: get the built-in command help information as a string for processing or displaying yourself.
838
-
839
- ### .name
840
-
841
- The command name appears in the help, and is also used for locating stand-alone executable subcommands.
842
-
843
- You may specify the program name using `.name()` or in the Command constructor. For the program, Commander will
844
- fallback to using the script name from the full arguments passed into `.parse()`. However, the script name varies
845
- depending on how your program is launched so you may wish to specify it explicitly.
846
-
847
- ```js
848
- program.name('pizza');
849
- const pm = new Command('pm');
850
- ```
851
-
852
- Subcommands get a name when specified using `.command()`. If you create the subcommand yourself to use with `.addCommand()`,
853
- then set the name using `.name()` or in the Command constructor.
854
-
855
- ### .usage
856
-
857
- This allows you to customise the usage description in the first line of the help. Given:
858
-
859
- ```js
860
- program
861
- .name("my-command")
862
- .usage("[global options] command")
863
- ```
864
-
865
- The help will start with:
866
-
867
- ```Text
868
- Usage: my-command [global options] command
869
- ```
870
-
871
- ### .description and .summary
872
-
873
- The description appears in the help for the command. You can optionally supply a shorter
874
- summary to use when listed as a subcommand of the program.
875
-
876
- ```js
877
- program
878
- .command("duplicate")
879
- .summary("make a copy")
880
- .description(`Make a copy of the current project.
881
- This may require additional disk space.
882
- `);
883
- ```
884
-
885
- ### .helpOption(flags, description)
886
-
887
- By default every command has a help option. You may change the default help flags and description. Pass false to disable the built-in help option.
888
-
889
- ```js
890
- program
891
- .helpOption('-e, --HELP', 'read more information');
892
- ```
893
-
894
- ### .addHelpCommand()
895
-
896
- A help command is added by default if your command has subcommands. You can explicitly turn on or off the implicit help command with `.addHelpCommand()` and `.addHelpCommand(false)`.
897
-
898
- You can both turn on and customise the help command by supplying the name and description:
899
-
900
- ```js
901
- program.addHelpCommand('assist [command]', 'show assistance');
902
- ```
903
-
904
- ### More configuration
905
-
906
- The built-in help is formatted using the Help class.
907
- You can configure the Help behaviour by modifying data properties and methods using `.configureHelp()`, or by subclassing using `.createHelp()` if you prefer.
908
-
909
- The data properties are:
910
-
911
- - `helpWidth`: specify the wrap width, useful for unit tests
912
- - `sortSubcommands`: sort the subcommands alphabetically
913
- - `sortOptions`: sort the options alphabetically
914
-
915
- There are methods getting the visible lists of arguments, options, and subcommands. There are methods for formatting the items in the lists, with each item having a _term_ and _description_. Take a look at `.formatHelp()` to see how they are used.
916
-
917
- Example file: [configure-help.js](./examples/configure-help.js)
918
-
919
- ```js
920
- program.configureHelp({
921
- sortSubcommands: true,
922
- subcommandTerm: (cmd) => cmd.name() // Just show the name, instead of short usage.
923
- });
924
- ```
925
-
926
- ## Custom event listeners
927
-
928
- You can execute custom actions by listening to command and option events.
929
-
930
- ```js
931
- program.on('option:verbose', function () {
932
- process.env.VERBOSE = this.opts().verbose;
933
- });
934
- ```
935
-
936
- ## Bits and pieces
937
-
938
- ### .parse() and .parseAsync()
939
-
940
- The first argument to `.parse` is the array of strings to parse. You may omit the parameter to implicitly use `process.argv`.
941
-
942
- If the arguments follow different conventions than node you can pass a `from` option in the second parameter:
943
-
944
- - 'node': default, `argv[0]` is the application and `argv[1]` is the script being run, with user parameters after that
945
- - 'electron': `argv[1]` varies depending on whether the electron application is packaged
946
- - 'user': all of the arguments from the user
947
-
948
- For example:
949
-
950
- ```js
951
- program.parse(process.argv); // Explicit, node conventions
952
- program.parse(); // Implicit, and auto-detect electron
953
- program.parse(['-f', 'filename'], { from: 'user' });
954
- ```
955
-
956
- ### Parsing Configuration
957
-
958
- If the default parsing does not suit your needs, there are some behaviours to support other usage patterns.
959
-
960
- By default program options are recognised before and after subcommands. To only look for program options before subcommands, use `.enablePositionalOptions()`. This lets you use
961
- an option for a different purpose in subcommands.
962
-
963
- Example file: [positional-options.js](./examples/positional-options.js)
964
-
965
- With positional options, the `-b` is a program option in the first line and a subcommand option in the second line:
966
-
967
- ```sh
968
- program -b subcommand
969
- program subcommand -b
970
- ```
971
-
972
- By default options are recognised before and after command-arguments. To only process options that come
973
- before the command-arguments, use `.passThroughOptions()`. This lets you pass the arguments and following options through to another program
974
- without needing to use `--` to end the option processing.
975
- To use pass through options in a subcommand, the program needs to enable positional options.
976
-
977
- Example file: [pass-through-options.js](./examples/pass-through-options.js)
978
-
979
- With pass through options, the `--port=80` is a program option in the first line and passed through as a command-argument in the second line:
980
-
981
- ```sh
982
- program --port=80 arg
983
- program arg --port=80
984
- ```
985
-
986
- By default the option processing shows an error for an unknown option. To have an unknown option treated as an ordinary command-argument and continue looking for options, use `.allowUnknownOption()`. This lets you mix known and unknown options.
987
-
988
- By default the argument processing does not display an error for more command-arguments than expected.
989
- To display an error for excess arguments, use`.allowExcessArguments(false)`.
990
-
991
- ### Legacy options as properties
992
-
993
- Before Commander 7, the option values were stored as properties on the command.
994
- This was convenient to code but the downside was possible clashes with
995
- existing properties of `Command`. You can revert to the old behaviour to run unmodified legacy code by using `.storeOptionsAsProperties()`.
996
-
997
- ```js
998
- program
999
- .storeOptionsAsProperties()
1000
- .option('-d, --debug')
1001
- .action((commandAndOptions) => {
1002
- if (commandAndOptions.debug) {
1003
- console.error(`Called ${commandAndOptions.name()}`);
1004
- }
1005
- });
1006
- ```
1007
-
1008
- ### TypeScript
1009
-
1010
- If you use `ts-node` and stand-alone executable subcommands written as `.ts` files, you need to call your program through node to get the subcommands called correctly. e.g.
1011
-
1012
- ```sh
1013
- node -r ts-node/register pm.ts
1014
- ```
1015
-
1016
- ### createCommand()
1017
-
1018
- This factory function creates a new command. It is exported and may be used instead of using `new`, like:
1019
-
1020
- ```js
1021
- const { createCommand } = require('commander');
1022
- const program = createCommand();
1023
- ```
1024
-
1025
- `createCommand` is also a method of the Command object, and creates a new command rather than a subcommand. This gets used internally
1026
- when creating subcommands using `.command()`, and you may override it to
1027
- customise the new subcommand (example file [custom-command-class.js](./examples/custom-command-class.js)).
1028
-
1029
- ### Node options such as `--harmony`
1030
-
1031
- You can enable `--harmony` option in two ways:
1032
-
1033
- - Use `#! /usr/bin/env node --harmony` in the subcommands scripts. (Note Windows does not support this pattern.)
1034
- - Use the `--harmony` option when call the command, like `node --harmony examples/pm publish`. The `--harmony` option will be preserved when spawning subcommand process.
1035
-
1036
- ### Debugging stand-alone executable subcommands
1037
-
1038
- An executable subcommand is launched as a separate child process.
1039
-
1040
- If you are using the node inspector for [debugging](https://nodejs.org/en/docs/guides/debugging-getting-started/) executable subcommands using `node --inspect` et al,
1041
- the inspector port is incremented by 1 for the spawned subcommand.
1042
-
1043
- If you are using VSCode to debug executable subcommands you need to set the `"autoAttachChildProcesses": true` flag in your launch.json configuration.
1044
-
1045
- ### Display error
1046
-
1047
- This routine is available to invoke the Commander error handling for your own error conditions. (See also the next section about exit handling.)
1048
-
1049
- As well as the error message, you can optionally specify the `exitCode` (used with `process.exit`)
1050
- and `code` (used with `CommanderError`).
1051
-
1052
- ```js
1053
- program.error('Password must be longer than four characters');
1054
- program.error('Custom processing has failed', { exitCode: 2, code: 'my.custom.error' });
1055
- ```
1056
-
1057
- ### Override exit and output handling
1058
-
1059
- By default Commander calls `process.exit` when it detects errors, or after displaying the help or version. You can override
1060
- this behaviour and optionally supply a callback. The default override throws a `CommanderError`.
1061
-
1062
- The override callback is passed a `CommanderError` with properties `exitCode` number, `code` string, and `message`. The default override behaviour is to throw the error, except for async handling of executable subcommand completion which carries on. The normal display of error messages or version or help
1063
- is not affected by the override which is called after the display.
1064
-
1065
- ```js
1066
- program.exitOverride();
1067
-
1068
- try {
1069
- program.parse(process.argv);
1070
- } catch (err) {
1071
- // custom processing...
1072
- }
1073
- ```
1074
-
1075
- By default Commander is configured for a command-line application and writes to stdout and stderr.
1076
- You can modify this behaviour for custom applications. In addition, you can modify the display of error messages.
1077
-
1078
- Example file: [configure-output.js](./examples/configure-output.js)
1079
-
1080
- ```js
1081
- function errorColor(str) {
1082
- // Add ANSI escape codes to display text in red.
1083
- return `\x1b[31m${str}\x1b[0m`;
1084
- }
1085
-
1086
- program
1087
- .configureOutput({
1088
- // Visibly override write routines as example!
1089
- writeOut: (str) => process.stdout.write(`[OUT] ${str}`),
1090
- writeErr: (str) => process.stdout.write(`[ERR] ${str}`),
1091
- // Highlight errors in color.
1092
- outputError: (str, write) => write(errorColor(str))
1093
- });
1094
- ```
1095
-
1096
- ### Additional documentation
1097
-
1098
- There is more information available about:
1099
-
1100
- - [deprecated](./docs/deprecated.md) features still supported for backwards compatibility
1101
- - [options taking varying arguments](./docs/options-taking-varying-arguments.md)
1102
-
1103
- ## Support
1104
-
1105
- The current version of Commander is fully supported on Long Term Support versions of Node.js, and requires at least v12.20.0.
1106
- (For older versions of Node.js, use an older version of Commander.)
1107
-
1108
- The main forum for free and community support is the project [Issues](https://github.com/tj/commander.js/issues) on GitHub.
1109
-
1110
- ### Commander for enterprise
1111
-
1112
- Available as part of the Tidelift Subscription
1113
-
1114
- The maintainers of Commander and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-commander?utm_source=npm-commander&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)