kn-cli 1.0.27 → 1.0.28

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 (757) hide show
  1. package/build/webpack.config.js +1 -1
  2. package/package.json +1 -1
  3. package/readme.md +3 -0
  4. package/templates/.DS_Store +0 -0
  5. package/templates/dev/template_admin/.DS_Store +0 -0
  6. package/templates/dev/template_admin/public/.DS_Store +0 -0
  7. package/templates/dev/template_admin/public/pluginjs/.DS_Store +0 -0
  8. package/templates/dev/template_admin/public/src/.DS_Store +0 -0
  9. package/templates/dev/template_admin/public/src/assets/.DS_Store +0 -0
  10. package/templates/dev/template_admin/public/src/assets/iconfont/.DS_Store +0 -0
  11. package/templates/dev/template_admin/public/src/assets/images/.DS_Store +0 -0
  12. package/templates/dev/template_admin/public/src/components/.DS_Store +0 -0
  13. package/templates/dev/template_admin/public/src/components/Layout/.DS_Store +0 -0
  14. package/templates/dev/template_admin/public/src/components/Page/.DS_Store +0 -0
  15. package/templates/dev/template_admin/public/src/hooks/.DS_Store +0 -0
  16. package/templates/dev/template_admin/public/src/pages/.DS_Store +0 -0
  17. package/templates/dev/template_admin/public/src/services/.DS_Store +0 -0
  18. package/templates/dev/template_admin/public/src/utils/.DS_Store +0 -0
  19. package/templates/dev/template_admin/public/static/.DS_Store +0 -0
  20. package/templates/dev/template_admin/release/.DS_Store +0 -0
  21. package/templates/dev/template_admin/tools/.DS_Store +0 -0
  22. package/templates/dev/template_admin/tools/iconfont/.DS_Store +0 -0
  23. package/templates/dev/template_admin/tools/iconfont/dist/.DS_Store +0 -0
  24. package/templates/dev/template_admin/tools/iconfont/node_modules/.DS_Store +0 -0
  25. package/templates/dev/template_admin/tools/iconfont/node_modules/array-initial/.npmignore +59 -0
  26. package/templates/dev/template_admin/tools/iconfont/node_modules/clone/.npmignore +4 -0
  27. package/templates/dev/template_admin/tools/iconfont/node_modules/dateformat/.npmignore +2 -0
  28. package/templates/dev/template_admin/tools/iconfont/node_modules/debug/.npmignore +9 -0
  29. package/templates/dev/template_admin/tools/iconfont/node_modules/delegates/.npmignore +1 -0
  30. package/templates/dev/template_admin/tools/iconfont/node_modules/duplexer2/.npmignore +1 -0
  31. package/templates/dev/template_admin/tools/iconfont/node_modules/es6-iterator/.npmignore +12 -0
  32. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/lib/.DS_Store +0 -0
  33. package/templates/dev/template_admin/tools/iconfont/node_modules/file-uri-to-path/.npmignore +1 -0
  34. package/templates/dev/template_admin/tools/iconfont/node_modules/function-bind/.npmignore +22 -0
  35. package/templates/dev/template_admin/tools/iconfont/node_modules/geometry-interfaces/.npmignore +0 -0
  36. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-iconfont-css/.npmignore +2 -0
  37. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-svg2ttf/.npmignore +5 -0
  38. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-ttf2eot/.npmignore +5 -0
  39. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-ttf2woff/.npmignore +5 -0
  40. package/templates/dev/template_admin/tools/iconfont/node_modules/is-arrayish/.npmignore +5 -0
  41. package/templates/dev/template_admin/tools/iconfont/node_modules/is-lambda/.npmignore +1 -0
  42. package/templates/dev/template_admin/tools/iconfont/node_modules/isarray/.npmignore +1 -0
  43. package/templates/dev/template_admin/tools/iconfont/node_modules/isexe/.npmignore +2 -0
  44. package/templates/dev/template_admin/tools/iconfont/node_modules/isstream/.npmignore +1 -0
  45. package/templates/dev/template_admin/tools/iconfont/node_modules/json-stable-stringify-without-jsonify/.npmignore +1 -0
  46. package/templates/dev/template_admin/tools/iconfont/node_modules/matchdep/.npmignore +2 -0
  47. package/templates/dev/template_admin/tools/iconfont/node_modules/microbuffer/.npmignore +4 -0
  48. package/templates/dev/template_admin/tools/iconfont/node_modules/micromatch/lib/.DS_Store +0 -0
  49. package/templates/dev/template_admin/tools/iconfont/node_modules/neatequal/.npmignore +5 -0
  50. package/templates/dev/template_admin/tools/iconfont/node_modules/pretty-hrtime/.npmignore +10 -0
  51. package/templates/dev/template_admin/tools/iconfont/node_modules/rechoir/.npmignore +1 -0
  52. package/templates/dev/template_admin/tools/iconfont/node_modules/require-directory/.npmignore +1 -0
  53. package/templates/dev/template_admin/tools/iconfont/node_modules/require-main-filename/.npmignore +3 -0
  54. package/templates/dev/template_admin/tools/iconfont/node_modules/retry/.npmignore +3 -0
  55. package/templates/dev/template_admin/tools/iconfont/node_modules/sprintf-js/.npmignore +1 -0
  56. package/templates/dev/template_admin/tools/iconfont/node_modules/stack-trace/.npmignore +1 -0
  57. package/templates/dev/template_admin/tools/iconfont/node_modules/stream-combiner/.npmignore +3 -0
  58. package/templates/dev/template_admin/tools/iconfont/node_modules/sver-compat/.npmignore +2 -0
  59. package/templates/dev/template_admin/tools/iconfont/node_modules/svgfont2svgicons/.npmignore +6 -0
  60. package/templates/dev/template_admin/tools/iconfont/node_modules/varstream/.npmignore +6 -0
  61. package/templates/dev/template_admin/tools/iconfont/package-lock.json +4736 -0
  62. package/templates/dev/template_admin/tools/iconfont/svg/.DS_Store +0 -0
  63. package/templates/dev/template_admin/tools/tinypng/.DS_Store +0 -0
  64. package/templates/dev/template_admin/tools/tinypng/img/.DS_Store +0 -0
  65. package/templates/dev/template_admin/tools/tinypng/package-lock.json +13 -0
  66. package/templates/template_app/.gitignore +6 -0
  67. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/lru-cache/LICENSE +0 -15
  68. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/lru-cache/README.md +0 -166
  69. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/lru-cache/index.js +0 -334
  70. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/lru-cache/package.json +0 -69
  71. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/LICENSE +0 -15
  72. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/README.md +0 -568
  73. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/bin/semver.js +0 -183
  74. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/classes/comparator.js +0 -136
  75. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/classes/index.js +0 -5
  76. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/classes/range.js +0 -519
  77. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/classes/semver.js +0 -287
  78. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/clean.js +0 -6
  79. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/cmp.js +0 -52
  80. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/coerce.js +0 -52
  81. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/compare-build.js +0 -7
  82. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/compare-loose.js +0 -3
  83. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/compare.js +0 -5
  84. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/diff.js +0 -23
  85. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/eq.js +0 -3
  86. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/gt.js +0 -3
  87. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/gte.js +0 -3
  88. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/inc.js +0 -18
  89. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/lt.js +0 -3
  90. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/lte.js +0 -3
  91. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/major.js +0 -3
  92. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/minor.js +0 -3
  93. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/neq.js +0 -3
  94. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/parse.js +0 -33
  95. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/patch.js +0 -3
  96. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/prerelease.js +0 -6
  97. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/rcompare.js +0 -3
  98. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/rsort.js +0 -3
  99. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/satisfies.js +0 -10
  100. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/sort.js +0 -3
  101. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/valid.js +0 -6
  102. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/index.js +0 -48
  103. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/internal/constants.js +0 -17
  104. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/internal/debug.js +0 -9
  105. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/internal/identifiers.js +0 -23
  106. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/internal/parse-options.js +0 -11
  107. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/internal/re.js +0 -182
  108. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/package.json +0 -106
  109. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/preload.js +0 -2
  110. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/range.bnf +0 -16
  111. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/gtr.js +0 -4
  112. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/intersects.js +0 -7
  113. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/ltr.js +0 -4
  114. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/max-satisfying.js +0 -25
  115. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/min-satisfying.js +0 -24
  116. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/min-version.js +0 -61
  117. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/outside.js +0 -80
  118. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/simplify.js +0 -47
  119. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/subset.js +0 -244
  120. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/to-comparators.js +0 -8
  121. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/valid.js +0 -11
  122. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/move-file/node_modules/rimraf/CHANGELOG.md +0 -65
  123. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/move-file/node_modules/rimraf/LICENSE +0 -15
  124. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/move-file/node_modules/rimraf/README.md +0 -101
  125. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/move-file/node_modules/rimraf/bin.js +0 -68
  126. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/move-file/node_modules/rimraf/package.json +0 -70
  127. package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/move-file/node_modules/rimraf/rimraf.js +0 -360
  128. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/LICENSE +0 -20
  129. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/README.md +0 -481
  130. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/package.json +0 -101
  131. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/src/browser.js +0 -269
  132. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/src/common.js +0 -274
  133. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/src/index.js +0 -10
  134. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/src/node.js +0 -263
  135. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/ms/index.js +0 -162
  136. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/ms/license.md +0 -21
  137. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/ms/package.json +0 -69
  138. package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/ms/readme.md +0 -60
  139. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/LICENSE +0 -20
  140. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/README.md +0 -481
  141. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/package.json +0 -101
  142. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/src/browser.js +0 -269
  143. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/src/common.js +0 -274
  144. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/src/index.js +0 -10
  145. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/src/node.js +0 -263
  146. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/ms/index.js +0 -162
  147. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/ms/license.md +0 -21
  148. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/ms/package.json +0 -69
  149. package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/ms/readme.md +0 -60
  150. package/templates/dev/template_admin/tools/iconfont/node_modules/anymatch/node_modules/normalize-path/LICENSE +0 -21
  151. package/templates/dev/template_admin/tools/iconfont/node_modules/anymatch/node_modules/normalize-path/README.md +0 -92
  152. package/templates/dev/template_admin/tools/iconfont/node_modules/anymatch/node_modules/normalize-path/index.js +0 -19
  153. package/templates/dev/template_admin/tools/iconfont/node_modules/anymatch/node_modules/normalize-path/package.json +0 -117
  154. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  155. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/GOVERNANCE.md +0 -136
  156. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/LICENSE +0 -47
  157. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/README.md +0 -106
  158. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/errors-browser.js +0 -127
  159. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/errors.js +0 -116
  160. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/experimentalWarning.js +0 -17
  161. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_duplex.js +0 -139
  162. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_passthrough.js +0 -39
  163. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_readable.js +0 -1124
  164. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_transform.js +0 -201
  165. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_writable.js +0 -697
  166. 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
  167. 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
  168. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -105
  169. 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
  170. 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
  171. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/from.js +0 -64
  172. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -97
  173. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/state.js +0 -27
  174. 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
  175. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  176. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/package.json +0 -97
  177. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/readable-browser.js +0 -9
  178. package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/readable.js +0 -16
  179. package/templates/dev/template_admin/tools/iconfont/node_modules/array-last/node_modules/is-number/LICENSE +0 -21
  180. package/templates/dev/template_admin/tools/iconfont/node_modules/array-last/node_modules/is-number/README.md +0 -135
  181. package/templates/dev/template_admin/tools/iconfont/node_modules/array-last/node_modules/is-number/index.js +0 -21
  182. package/templates/dev/template_admin/tools/iconfont/node_modules/array-last/node_modules/is-number/package.json +0 -113
  183. package/templates/dev/template_admin/tools/iconfont/node_modules/array-sort/node_modules/kind-of/LICENSE +0 -21
  184. package/templates/dev/template_admin/tools/iconfont/node_modules/array-sort/node_modules/kind-of/README.md +0 -342
  185. package/templates/dev/template_admin/tools/iconfont/node_modules/array-sort/node_modules/kind-of/index.js +0 -147
  186. package/templates/dev/template_admin/tools/iconfont/node_modules/array-sort/node_modules/kind-of/package.json +0 -146
  187. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/define-property/LICENSE +0 -21
  188. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/define-property/README.md +0 -95
  189. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/define-property/index.js +0 -31
  190. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/define-property/package.json +0 -93
  191. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-accessor-descriptor/LICENSE +0 -21
  192. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-accessor-descriptor/README.md +0 -144
  193. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-accessor-descriptor/index.js +0 -69
  194. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-accessor-descriptor/package.json +0 -110
  195. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-data-descriptor/LICENSE +0 -21
  196. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-data-descriptor/README.md +0 -161
  197. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-data-descriptor/index.js +0 -49
  198. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-data-descriptor/package.json +0 -109
  199. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-descriptor/LICENSE +0 -21
  200. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-descriptor/README.md +0 -193
  201. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-descriptor/index.js +0 -22
  202. package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-descriptor/package.json +0 -114
  203. package/templates/dev/template_admin/tools/iconfont/node_modules/braces/node_modules/extend-shallow/LICENSE +0 -21
  204. package/templates/dev/template_admin/tools/iconfont/node_modules/braces/node_modules/extend-shallow/README.md +0 -61
  205. package/templates/dev/template_admin/tools/iconfont/node_modules/braces/node_modules/extend-shallow/index.js +0 -33
  206. package/templates/dev/template_admin/tools/iconfont/node_modules/braces/node_modules/extend-shallow/package.json +0 -87
  207. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/brace-expansion/.github/FUNDING.yml +0 -2
  208. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/brace-expansion/LICENSE +0 -21
  209. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/brace-expansion/README.md +0 -135
  210. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/brace-expansion/index.js +0 -203
  211. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/brace-expansion/package.json +0 -74
  212. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/glob/LICENSE +0 -15
  213. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/glob/README.md +0 -378
  214. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/glob/common.js +0 -240
  215. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/glob/glob.js +0 -790
  216. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/glob/package.json +0 -97
  217. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/glob/sync.js +0 -486
  218. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/minimatch/LICENSE +0 -15
  219. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/minimatch/README.md +0 -259
  220. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/minimatch/lib/path.js +0 -4
  221. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/minimatch/minimatch.js +0 -906
  222. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/minimatch/package.json +0 -65
  223. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/CHANGELOG.md +0 -65
  224. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/LICENSE +0 -15
  225. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/README.md +0 -101
  226. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/bin.js +0 -68
  227. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/brace-expansion/LICENSE +0 -21
  228. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/brace-expansion/README.md +0 -129
  229. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/brace-expansion/index.js +0 -201
  230. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/brace-expansion/package.json +0 -75
  231. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/glob/LICENSE +0 -21
  232. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/glob/README.md +0 -378
  233. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/glob/common.js +0 -238
  234. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/glob/glob.js +0 -790
  235. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/glob/package.json +0 -88
  236. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/glob/sync.js +0 -486
  237. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/minimatch/LICENSE +0 -15
  238. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/minimatch/README.md +0 -230
  239. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/minimatch/minimatch.js +0 -947
  240. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/minimatch/package.json +0 -66
  241. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/package.json +0 -78
  242. package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/rimraf.js +0 -360
  243. package/templates/dev/template_admin/tools/iconfont/node_modules/class-utils/node_modules/define-property/LICENSE +0 -21
  244. package/templates/dev/template_admin/tools/iconfont/node_modules/class-utils/node_modules/define-property/README.md +0 -77
  245. package/templates/dev/template_admin/tools/iconfont/node_modules/class-utils/node_modules/define-property/index.js +0 -31
  246. package/templates/dev/template_admin/tools/iconfont/node_modules/class-utils/node_modules/define-property/package.json +0 -82
  247. package/templates/dev/template_admin/tools/iconfont/node_modules/console-control-strings/README.md~ +0 -140
  248. package/templates/dev/template_admin/tools/iconfont/node_modules/copy-props/node_modules/is-plain-object/LICENSE +0 -21
  249. package/templates/dev/template_admin/tools/iconfont/node_modules/copy-props/node_modules/is-plain-object/README.md +0 -125
  250. package/templates/dev/template_admin/tools/iconfont/node_modules/copy-props/node_modules/is-plain-object/dist/is-plain-object.js +0 -38
  251. package/templates/dev/template_admin/tools/iconfont/node_modules/copy-props/node_modules/is-plain-object/dist/is-plain-object.mjs +0 -34
  252. package/templates/dev/template_admin/tools/iconfont/node_modules/copy-props/node_modules/is-plain-object/is-plain-object.d.ts +0 -1
  253. package/templates/dev/template_admin/tools/iconfont/node_modules/copy-props/node_modules/is-plain-object/package.json +0 -130
  254. package/templates/dev/template_admin/tools/iconfont/node_modules/default-compare/node_modules/kind-of/LICENSE +0 -21
  255. package/templates/dev/template_admin/tools/iconfont/node_modules/default-compare/node_modules/kind-of/README.md +0 -342
  256. package/templates/dev/template_admin/tools/iconfont/node_modules/default-compare/node_modules/kind-of/index.js +0 -147
  257. package/templates/dev/template_admin/tools/iconfont/node_modules/default-compare/node_modules/kind-of/package.json +0 -146
  258. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-accessor-descriptor/LICENSE +0 -21
  259. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-accessor-descriptor/README.md +0 -144
  260. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-accessor-descriptor/index.js +0 -69
  261. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-accessor-descriptor/package.json +0 -110
  262. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-data-descriptor/LICENSE +0 -21
  263. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-data-descriptor/README.md +0 -161
  264. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-data-descriptor/index.js +0 -49
  265. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-data-descriptor/package.json +0 -109
  266. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-descriptor/LICENSE +0 -21
  267. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-descriptor/README.md +0 -193
  268. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-descriptor/index.js +0 -22
  269. package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-descriptor/package.json +0 -114
  270. package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/define-property/LICENSE +0 -21
  271. package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/define-property/README.md +0 -77
  272. package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/define-property/index.js +0 -31
  273. package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/define-property/package.json +0 -82
  274. package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/extend-shallow/LICENSE +0 -21
  275. package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/extend-shallow/README.md +0 -61
  276. package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/extend-shallow/index.js +0 -33
  277. package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/extend-shallow/package.json +0 -87
  278. package/templates/dev/template_admin/tools/iconfont/node_modules/extend-shallow/node_modules/is-extendable/LICENSE +0 -21
  279. package/templates/dev/template_admin/tools/iconfont/node_modules/extend-shallow/node_modules/is-extendable/README.md +0 -88
  280. package/templates/dev/template_admin/tools/iconfont/node_modules/extend-shallow/node_modules/is-extendable/index.d.ts +0 -5
  281. package/templates/dev/template_admin/tools/iconfont/node_modules/extend-shallow/node_modules/is-extendable/index.js +0 -14
  282. package/templates/dev/template_admin/tools/iconfont/node_modules/extend-shallow/node_modules/is-extendable/package.json +0 -98
  283. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/define-property/LICENSE +0 -21
  284. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/define-property/README.md +0 -95
  285. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/define-property/index.js +0 -31
  286. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/define-property/package.json +0 -93
  287. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/extend-shallow/LICENSE +0 -21
  288. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/extend-shallow/README.md +0 -61
  289. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/extend-shallow/index.js +0 -33
  290. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/extend-shallow/package.json +0 -87
  291. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-accessor-descriptor/LICENSE +0 -21
  292. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-accessor-descriptor/README.md +0 -144
  293. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-accessor-descriptor/index.js +0 -69
  294. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-accessor-descriptor/package.json +0 -110
  295. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-data-descriptor/LICENSE +0 -21
  296. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-data-descriptor/README.md +0 -161
  297. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-data-descriptor/index.js +0 -49
  298. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-data-descriptor/package.json +0 -109
  299. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-descriptor/LICENSE +0 -21
  300. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-descriptor/README.md +0 -193
  301. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-descriptor/index.js +0 -22
  302. package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-descriptor/package.json +0 -114
  303. package/templates/dev/template_admin/tools/iconfont/node_modules/fill-range/node_modules/extend-shallow/LICENSE +0 -21
  304. package/templates/dev/template_admin/tools/iconfont/node_modules/fill-range/node_modules/extend-shallow/README.md +0 -61
  305. package/templates/dev/template_admin/tools/iconfont/node_modules/fill-range/node_modules/extend-shallow/index.js +0 -33
  306. package/templates/dev/template_admin/tools/iconfont/node_modules/fill-range/node_modules/extend-shallow/package.json +0 -87
  307. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/ansi-regex/index.d.ts +0 -37
  308. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/ansi-regex/index.js +0 -10
  309. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/ansi-regex/license +0 -9
  310. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/ansi-regex/package.json +0 -87
  311. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/ansi-regex/readme.md +0 -78
  312. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/is-fullwidth-code-point/index.d.ts +0 -17
  313. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/is-fullwidth-code-point/index.js +0 -50
  314. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/is-fullwidth-code-point/license +0 -9
  315. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/is-fullwidth-code-point/package.json +0 -74
  316. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/is-fullwidth-code-point/readme.md +0 -39
  317. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/string-width/index.d.ts +0 -29
  318. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/string-width/index.js +0 -47
  319. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/string-width/license +0 -9
  320. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/string-width/package.json +0 -88
  321. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/string-width/readme.md +0 -50
  322. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/strip-ansi/index.d.ts +0 -17
  323. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/strip-ansi/index.js +0 -4
  324. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/strip-ansi/license +0 -9
  325. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/strip-ansi/package.json +0 -87
  326. package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/strip-ansi/readme.md +0 -46
  327. package/templates/dev/template_admin/tools/iconfont/node_modules/glob-parent/node_modules/is-glob/LICENSE +0 -21
  328. package/templates/dev/template_admin/tools/iconfont/node_modules/glob-parent/node_modules/is-glob/README.md +0 -142
  329. package/templates/dev/template_admin/tools/iconfont/node_modules/glob-parent/node_modules/is-glob/index.js +0 -25
  330. package/templates/dev/template_admin/tools/iconfont/node_modules/glob-parent/node_modules/is-glob/package.json +0 -119
  331. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/LICENSE +0 -21
  332. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/README.md +0 -240
  333. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/bin/gulp.js +0 -5
  334. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/completion/README.md +0 -20
  335. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/completion/bash +0 -27
  336. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/completion/fish +0 -10
  337. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/completion/powershell +0 -61
  338. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/completion/zsh +0 -25
  339. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/gulp.1 +0 -83
  340. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/index.js +0 -212
  341. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/ansi.js +0 -41
  342. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/cli-options.js +0 -122
  343. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/completion.js +0 -22
  344. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/config/cli-flags.js +0 -25
  345. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/config/env-flags.js +0 -44
  346. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/config/load-files.js +0 -30
  347. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/exit.js +0 -15
  348. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/get-blacklist.js +0 -62
  349. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/log/blacklist-error.js +0 -15
  350. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/log/copy-tree.js +0 -81
  351. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/log/tasks.js +0 -166
  352. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/log/to-console.js +0 -58
  353. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/log/verify.js +0 -28
  354. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/make-title.js +0 -11
  355. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/register-exports.js +0 -21
  356. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/require-or-import.js +0 -32
  357. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/tildify.js +0 -9
  358. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/verify-dependencies.js +0 -25
  359. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^3.7.0/format-error.js +0 -23
  360. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js +0 -83
  361. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^3.7.0/log/events.js +0 -60
  362. 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
  363. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^3.7.0/task-tree.js +0 -27
  364. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^4.0.0/format-error.js +0 -24
  365. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^4.0.0/index.js +0 -96
  366. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^4.0.0/log/events.js +0 -50
  367. 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
  368. 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
  369. 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
  370. 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
  371. 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
  372. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/package.json +0 -114
  373. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/CHANGELOG.md +0 -184
  374. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/LICENSE +0 -21
  375. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/README.md +0 -593
  376. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/index.js +0 -170
  377. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/lib/compile.js +0 -57
  378. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/lib/constants.js +0 -57
  379. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/lib/expand.js +0 -113
  380. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/lib/parse.js +0 -333
  381. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/lib/stringify.js +0 -32
  382. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/lib/utils.js +0 -112
  383. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/package.json +0 -123
  384. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/fill-range/LICENSE +0 -21
  385. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/fill-range/README.md +0 -237
  386. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/fill-range/index.js +0 -249
  387. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/fill-range/package.json +0 -114
  388. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/findup-sync/LICENSE +0 -21
  389. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/findup-sync/README.md +0 -59
  390. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/findup-sync/index.js +0 -87
  391. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/findup-sync/package.json +0 -105
  392. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/is-number/LICENSE +0 -21
  393. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/is-number/README.md +0 -187
  394. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/is-number/index.js +0 -18
  395. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/is-number/package.json +0 -122
  396. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/micromatch/LICENSE +0 -21
  397. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/micromatch/README.md +0 -1011
  398. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/micromatch/index.js +0 -467
  399. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/micromatch/package.json +0 -196
  400. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/to-regex-range/LICENSE +0 -21
  401. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/to-regex-range/README.md +0 -305
  402. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/to-regex-range/index.js +0 -288
  403. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/to-regex-range/package.json +0 -125
  404. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone/LICENSE +0 -18
  405. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone/README.md +0 -126
  406. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone/clone.iml +0 -10
  407. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone/clone.js +0 -166
  408. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone/package.json +0 -137
  409. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone-stats/LICENSE.md +0 -21
  410. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone-stats/README.md +0 -17
  411. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone-stats/index.js +0 -13
  412. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone-stats/package.json +0 -60
  413. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone-stats/test.js +0 -36
  414. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/.travis.yml +0 -3
  415. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/History.md +0 -25
  416. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/Makefile +0 -10
  417. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/Readme.md +0 -102
  418. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/index.js +0 -72
  419. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/package.json +0 -48
  420. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/test/multipipe.js +0 -141
  421. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/replace-ext/.travis.yml +0 -8
  422. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/replace-ext/LICENSE +0 -20
  423. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/replace-ext/README.md +0 -44
  424. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/replace-ext/index.js +0 -9
  425. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/replace-ext/package.json +0 -68
  426. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/replace-ext/test/main.js +0 -51
  427. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/LICENSE +0 -20
  428. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/README.md +0 -195
  429. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/index.js +0 -213
  430. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/lib/cloneBuffer.js +0 -7
  431. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/lib/inspectStream.js +0 -11
  432. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/lib/isBuffer.js +0 -1
  433. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/lib/isNull.js +0 -3
  434. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/lib/isStream.js +0 -5
  435. package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/package.json +0 -72
  436. package/templates/dev/template_admin/tools/iconfont/node_modules/has-values/node_modules/kind-of/LICENSE +0 -21
  437. package/templates/dev/template_admin/tools/iconfont/node_modules/has-values/node_modules/kind-of/README.md +0 -267
  438. package/templates/dev/template_admin/tools/iconfont/node_modules/has-values/node_modules/kind-of/index.js +0 -119
  439. package/templates/dev/template_admin/tools/iconfont/node_modules/has-values/node_modules/kind-of/package.json +0 -139
  440. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/LICENSE +0 -20
  441. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/README.md +0 -481
  442. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/package.json +0 -101
  443. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/src/browser.js +0 -269
  444. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/src/common.js +0 -274
  445. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/src/index.js +0 -10
  446. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/src/node.js +0 -263
  447. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/ms/index.js +0 -162
  448. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/ms/license.md +0 -21
  449. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/ms/package.json +0 -69
  450. package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/ms/readme.md +0 -60
  451. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/LICENSE +0 -20
  452. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/README.md +0 -481
  453. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/package.json +0 -101
  454. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/src/browser.js +0 -269
  455. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/src/common.js +0 -274
  456. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/src/index.js +0 -10
  457. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/src/node.js +0 -263
  458. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/ms/index.js +0 -162
  459. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/ms/license.md +0 -21
  460. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/ms/package.json +0 -69
  461. package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/ms/readme.md +0 -60
  462. package/templates/dev/template_admin/tools/iconfont/node_modules/is-accessor-descriptor/node_modules/kind-of/LICENSE +0 -21
  463. package/templates/dev/template_admin/tools/iconfont/node_modules/is-accessor-descriptor/node_modules/kind-of/README.md +0 -261
  464. package/templates/dev/template_admin/tools/iconfont/node_modules/is-accessor-descriptor/node_modules/kind-of/index.js +0 -116
  465. package/templates/dev/template_admin/tools/iconfont/node_modules/is-accessor-descriptor/node_modules/kind-of/package.json +0 -139
  466. package/templates/dev/template_admin/tools/iconfont/node_modules/is-data-descriptor/node_modules/kind-of/LICENSE +0 -21
  467. package/templates/dev/template_admin/tools/iconfont/node_modules/is-data-descriptor/node_modules/kind-of/README.md +0 -261
  468. package/templates/dev/template_admin/tools/iconfont/node_modules/is-data-descriptor/node_modules/kind-of/index.js +0 -116
  469. package/templates/dev/template_admin/tools/iconfont/node_modules/is-data-descriptor/node_modules/kind-of/package.json +0 -139
  470. package/templates/dev/template_admin/tools/iconfont/node_modules/is-descriptor/node_modules/kind-of/LICENSE +0 -21
  471. package/templates/dev/template_admin/tools/iconfont/node_modules/is-descriptor/node_modules/kind-of/README.md +0 -342
  472. package/templates/dev/template_admin/tools/iconfont/node_modules/is-descriptor/node_modules/kind-of/index.js +0 -147
  473. package/templates/dev/template_admin/tools/iconfont/node_modules/is-descriptor/node_modules/kind-of/package.json +0 -146
  474. package/templates/dev/template_admin/tools/iconfont/node_modules/is-number/node_modules/kind-of/LICENSE +0 -21
  475. package/templates/dev/template_admin/tools/iconfont/node_modules/is-number/node_modules/kind-of/README.md +0 -261
  476. package/templates/dev/template_admin/tools/iconfont/node_modules/is-number/node_modules/kind-of/index.js +0 -116
  477. package/templates/dev/template_admin/tools/iconfont/node_modules/is-number/node_modules/kind-of/package.json +0 -139
  478. package/templates/dev/template_admin/tools/iconfont/node_modules/mixin-deep/node_modules/is-extendable/LICENSE +0 -21
  479. package/templates/dev/template_admin/tools/iconfont/node_modules/mixin-deep/node_modules/is-extendable/README.md +0 -88
  480. package/templates/dev/template_admin/tools/iconfont/node_modules/mixin-deep/node_modules/is-extendable/index.d.ts +0 -5
  481. package/templates/dev/template_admin/tools/iconfont/node_modules/mixin-deep/node_modules/is-extendable/index.js +0 -14
  482. package/templates/dev/template_admin/tools/iconfont/node_modules/mixin-deep/node_modules/is-extendable/package.json +0 -98
  483. package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/define-property/LICENSE +0 -21
  484. package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/define-property/README.md +0 -77
  485. package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/define-property/index.js +0 -31
  486. package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/define-property/package.json +0 -82
  487. package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/kind-of/LICENSE +0 -21
  488. package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/kind-of/README.md +0 -261
  489. package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/kind-of/index.js +0 -116
  490. package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/kind-of/package.json +0 -139
  491. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  492. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/GOVERNANCE.md +0 -136
  493. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/LICENSE +0 -47
  494. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/README.md +0 -106
  495. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/errors-browser.js +0 -127
  496. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/errors.js +0 -116
  497. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/experimentalWarning.js +0 -17
  498. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/_stream_duplex.js +0 -139
  499. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/_stream_passthrough.js +0 -39
  500. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/_stream_readable.js +0 -1124
  501. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/_stream_transform.js +0 -201
  502. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/_stream_writable.js +0 -697
  503. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -207
  504. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -210
  505. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -105
  506. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -104
  507. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
  508. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/from.js +0 -64
  509. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -97
  510. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/state.js +0 -27
  511. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  512. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  513. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/package.json +0 -97
  514. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/readable-browser.js +0 -9
  515. package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/readable.js +0 -16
  516. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-diff/LICENSE +0 -24
  517. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-diff/README.md +0 -75
  518. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-diff/index.js +0 -58
  519. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-diff/package.json +0 -80
  520. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-union/LICENSE +0 -21
  521. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-union/README.md +0 -85
  522. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-union/index.js +0 -30
  523. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-union/package.json +0 -78
  524. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/array-slice/LICENSE +0 -21
  525. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/array-slice/README.md +0 -54
  526. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/array-slice/index.js +0 -36
  527. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/array-slice/package.json +0 -68
  528. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/extend-shallow/LICENSE +0 -21
  529. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/extend-shallow/README.md +0 -59
  530. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/extend-shallow/index.js +0 -36
  531. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/extend-shallow/package.json +0 -85
  532. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/kind-of/README.md +0 -155
  533. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/kind-of/index.js +0 -45
  534. package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/kind-of/package.json +0 -86
  535. package/templates/dev/template_admin/tools/iconfont/node_modules/set-value/node_modules/extend-shallow/LICENSE +0 -21
  536. package/templates/dev/template_admin/tools/iconfont/node_modules/set-value/node_modules/extend-shallow/README.md +0 -61
  537. package/templates/dev/template_admin/tools/iconfont/node_modules/set-value/node_modules/extend-shallow/index.js +0 -33
  538. package/templates/dev/template_admin/tools/iconfont/node_modules/set-value/node_modules/extend-shallow/package.json +0 -87
  539. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/define-property/LICENSE +0 -21
  540. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/define-property/README.md +0 -77
  541. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/define-property/index.js +0 -31
  542. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/define-property/package.json +0 -82
  543. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/extend-shallow/LICENSE +0 -21
  544. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/extend-shallow/README.md +0 -61
  545. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/extend-shallow/index.js +0 -33
  546. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/extend-shallow/package.json +0 -87
  547. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/define-property/LICENSE +0 -21
  548. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/define-property/README.md +0 -95
  549. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/define-property/index.js +0 -31
  550. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/define-property/package.json +0 -93
  551. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-accessor-descriptor/LICENSE +0 -21
  552. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-accessor-descriptor/README.md +0 -144
  553. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-accessor-descriptor/index.js +0 -69
  554. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-accessor-descriptor/package.json +0 -110
  555. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-data-descriptor/LICENSE +0 -21
  556. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-data-descriptor/README.md +0 -161
  557. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-data-descriptor/index.js +0 -49
  558. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-data-descriptor/package.json +0 -109
  559. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-descriptor/LICENSE +0 -21
  560. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-descriptor/README.md +0 -193
  561. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-descriptor/index.js +0 -22
  562. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-descriptor/package.json +0 -114
  563. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-util/node_modules/kind-of/LICENSE +0 -21
  564. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-util/node_modules/kind-of/README.md +0 -261
  565. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-util/node_modules/kind-of/index.js +0 -116
  566. package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-util/node_modules/kind-of/package.json +0 -139
  567. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/LICENSE +0 -20
  568. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/README.md +0 -481
  569. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/package.json +0 -101
  570. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/src/browser.js +0 -269
  571. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/src/common.js +0 -274
  572. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/src/index.js +0 -10
  573. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/src/node.js +0 -263
  574. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/ms/index.js +0 -162
  575. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/ms/license.md +0 -21
  576. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/ms/package.json +0 -69
  577. package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/ms/readme.md +0 -60
  578. package/templates/dev/template_admin/tools/iconfont/node_modules/static-extend/node_modules/define-property/LICENSE +0 -21
  579. package/templates/dev/template_admin/tools/iconfont/node_modules/static-extend/node_modules/define-property/README.md +0 -77
  580. package/templates/dev/template_admin/tools/iconfont/node_modules/static-extend/node_modules/define-property/index.js +0 -31
  581. package/templates/dev/template_admin/tools/iconfont/node_modules/static-extend/node_modules/define-property/package.json +0 -82
  582. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  583. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/GOVERNANCE.md +0 -136
  584. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/LICENSE +0 -47
  585. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/README.md +0 -106
  586. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/errors-browser.js +0 -127
  587. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/errors.js +0 -116
  588. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/experimentalWarning.js +0 -17
  589. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/_stream_duplex.js +0 -139
  590. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/_stream_passthrough.js +0 -39
  591. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/_stream_readable.js +0 -1124
  592. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/_stream_transform.js +0 -201
  593. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/_stream_writable.js +0 -697
  594. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -207
  595. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -210
  596. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -105
  597. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -104
  598. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
  599. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/from.js +0 -64
  600. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -97
  601. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/state.js +0 -27
  602. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  603. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  604. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/package.json +0 -97
  605. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/readable-browser.js +0 -9
  606. package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/readable.js +0 -16
  607. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/brace-expansion/.github/FUNDING.yml +0 -2
  608. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/brace-expansion/LICENSE +0 -21
  609. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/brace-expansion/README.md +0 -135
  610. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/brace-expansion/index.js +0 -203
  611. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/brace-expansion/package.json +0 -74
  612. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/LICENSE +0 -22
  613. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/Readme.md +0 -1114
  614. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/esm.mjs +0 -15
  615. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/index.js +0 -27
  616. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/lib/argument.js +0 -147
  617. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/lib/command.js +0 -2135
  618. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/lib/error.js +0 -45
  619. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/lib/help.js +0 -406
  620. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/lib/option.js +0 -324
  621. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/lib/suggestSimilar.js +0 -100
  622. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/package-support.json +0 -16
  623. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/package.json +0 -121
  624. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/typings/index.d.ts +0 -879
  625. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/glob/LICENSE +0 -15
  626. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/glob/README.md +0 -378
  627. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/glob/common.js +0 -240
  628. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/glob/glob.js +0 -790
  629. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/glob/package.json +0 -97
  630. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/glob/sync.js +0 -486
  631. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/minimatch/LICENSE +0 -15
  632. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/minimatch/README.md +0 -259
  633. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/minimatch/lib/path.js +0 -4
  634. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/minimatch/minimatch.js +0 -906
  635. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/minimatch/package.json +0 -65
  636. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/CHANGELOG.md +0 -248
  637. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/LICENSE +0 -20
  638. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/README.md +0 -162
  639. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/index.d.ts +0 -2
  640. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/karma.conf.js +0 -69
  641. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathData.cjs +0 -16
  642. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathData.cjs.map +0 -1
  643. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathData.d.ts +0 -43
  644. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathData.module.js +0 -16
  645. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathData.module.js.map +0 -1
  646. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathDataEncoder.d.ts +0 -2
  647. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathDataParser.d.ts +0 -19
  648. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathDataTransformer.d.ts +0 -28
  649. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/TransformableSVG.d.ts +0 -21
  650. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/mathUtils.d.ts +0 -28
  651. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/types.d.ts +0 -75
  652. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/package.json +0 -132
  653. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/SVGPathData.ts +0 -90
  654. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/SVGPathDataEncoder.ts +0 -62
  655. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/SVGPathDataParser.ts +0 -290
  656. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/SVGPathDataTransformer.ts +0 -620
  657. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/TransformableSVG.ts +0 -74
  658. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/mathUtils.ts +0 -200
  659. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/types.ts +0 -41
  660. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/tsconfig.json +0 -67
  661. package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/tslint.json +0 -19
  662. package/templates/dev/template_admin/tools/iconfont/node_modules/to-object-path/node_modules/kind-of/LICENSE +0 -21
  663. package/templates/dev/template_admin/tools/iconfont/node_modules/to-object-path/node_modules/kind-of/README.md +0 -261
  664. package/templates/dev/template_admin/tools/iconfont/node_modules/to-object-path/node_modules/kind-of/index.js +0 -116
  665. package/templates/dev/template_admin/tools/iconfont/node_modules/to-object-path/node_modules/kind-of/package.json +0 -139
  666. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Makefile +0 -342
  667. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/addon.node.d +0 -1
  668. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/addon.o.d +0 -55
  669. 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
  670. 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
  671. 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
  672. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/enc/encode.o.d +0 -39
  673. 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
  674. 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
  675. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/enc/histogram.o.d +0 -14
  676. 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
  677. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/enc/metablock.o.d +0 -17
  678. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/enc/streams.o.d +0 -5
  679. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/woff2/font.o.d +0 -12
  680. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/woff2/glyph.o.d +0 -8
  681. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/woff2/normalize.o.d +0 -17
  682. 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
  683. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/woff2/transform.o.d +0 -13
  684. 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
  685. 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
  686. 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
  687. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/addon.node +0 -0
  688. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/addon.o +0 -0
  689. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/backward_references.o +0 -0
  690. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/block_splitter.o +0 -0
  691. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/brotli_bit_stream.o +0 -0
  692. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/encode.o +0 -0
  693. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/encode_parallel.o +0 -0
  694. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/entropy_encode.o +0 -0
  695. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/histogram.o +0 -0
  696. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/literal_cost.o +0 -0
  697. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/metablock.o +0 -0
  698. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/streams.o +0 -0
  699. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/font.o +0 -0
  700. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/glyph.o +0 -0
  701. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/normalize.o +0 -0
  702. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/table_tags.o +0 -0
  703. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/transform.o +0 -0
  704. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/variable_length.o +0 -0
  705. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/woff2_common.o +0 -0
  706. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/woff2_enc.o +0 -0
  707. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/addon.target.mk +0 -208
  708. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/binding.Makefile +0 -6
  709. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/config.gypi +0 -224
  710. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/gyp-mac-tool +0 -611
  711. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/builderror.log +0 -20
  712. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/bufferstreams/CHANGELOG.md +0 -86
  713. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/bufferstreams/LICENSE +0 -20
  714. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/bufferstreams/README.md +0 -106
  715. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/bufferstreams/package.json +0 -160
  716. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/bufferstreams/src/index.js +0 -97
  717. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  718. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/GOVERNANCE.md +0 -136
  719. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/LICENSE +0 -47
  720. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/README.md +0 -106
  721. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/errors-browser.js +0 -127
  722. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/errors.js +0 -116
  723. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/experimentalWarning.js +0 -17
  724. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/_stream_duplex.js +0 -139
  725. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/_stream_passthrough.js +0 -39
  726. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/_stream_readable.js +0 -1124
  727. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/_stream_transform.js +0 -201
  728. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/_stream_writable.js +0 -697
  729. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -207
  730. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -210
  731. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -105
  732. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -104
  733. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
  734. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/from.js +0 -64
  735. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -97
  736. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/state.js +0 -27
  737. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  738. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  739. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/package.json +0 -97
  740. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/readable-browser.js +0 -9
  741. package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/readable.js +0 -16
  742. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/LICENSE +0 -21
  743. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/README.md +0 -130
  744. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/index.js +0 -19
  745. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/node_modules/isobject/LICENSE +0 -21
  746. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/node_modules/isobject/README.md +0 -112
  747. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/node_modules/isobject/index.js +0 -14
  748. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/node_modules/isobject/package.json +0 -98
  749. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/package.json +0 -114
  750. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-values/LICENSE +0 -21
  751. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-values/README.md +0 -114
  752. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-values/index.js +0 -36
  753. package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-values/package.json +0 -106
  754. package/templates/dev/template_admin/tools/iconfont/node_modules/vinyl-sourcemap/node_modules/normalize-path/LICENSE +0 -21
  755. package/templates/dev/template_admin/tools/iconfont/node_modules/vinyl-sourcemap/node_modules/normalize-path/README.md +0 -92
  756. package/templates/dev/template_admin/tools/iconfont/node_modules/vinyl-sourcemap/node_modules/normalize-path/index.js +0 -19
  757. package/templates/dev/template_admin/tools/iconfont/node_modules/vinyl-sourcemap/node_modules/normalize-path/package.json +0 -117
@@ -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)