kn-cli 1.0.16 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cli.config.js +26 -0
- package/build/dev.sh +1 -0
- package/build/package.json +2 -1
- package/build/start.sh +8 -2
- package/build/webpack.config.js +363 -277
- package/package.json +1 -1
- package/readme.md +38 -5
- package/src/build.js +10 -4
- package/templates/.DS_Store +0 -0
- package/templates/dev/template_admin/.DS_Store +0 -0
- package/templates/dev/template_admin/public/.DS_Store +0 -0
- package/templates/dev/template_admin/public/pluginjs/.DS_Store +0 -0
- package/templates/dev/template_admin/public/src/.DS_Store +0 -0
- package/templates/dev/template_admin/public/src/assets/.DS_Store +0 -0
- package/templates/dev/template_admin/public/src/assets/iconfont/.DS_Store +0 -0
- package/templates/dev/template_admin/public/src/assets/images/.DS_Store +0 -0
- package/templates/dev/template_admin/public/src/components/.DS_Store +0 -0
- package/templates/dev/template_admin/public/src/components/Layout/.DS_Store +0 -0
- package/templates/dev/template_admin/public/src/components/Page/.DS_Store +0 -0
- package/templates/dev/template_admin/public/src/hooks/.DS_Store +0 -0
- package/templates/dev/template_admin/public/src/pages/.DS_Store +0 -0
- package/templates/dev/template_admin/public/src/services/.DS_Store +0 -0
- package/templates/dev/template_admin/public/src/utils/.DS_Store +0 -0
- package/templates/dev/template_admin/public/static/.DS_Store +0 -0
- package/templates/dev/template_admin/release/.DS_Store +0 -0
- package/templates/dev/template_admin/tools/.DS_Store +0 -0
- package/templates/dev/template_admin/tools/iconfont/.DS_Store +0 -0
- package/templates/dev/template_admin/tools/iconfont/dist/.DS_Store +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/.DS_Store +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/array-initial/.npmignore +59 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/clone/.npmignore +4 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/dateformat/.npmignore +2 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/debug/.npmignore +9 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/delegates/.npmignore +1 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/duplexer2/.npmignore +1 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/es6-iterator/.npmignore +12 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/lib/.DS_Store +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/file-uri-to-path/.npmignore +1 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/function-bind/.npmignore +22 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/geometry-interfaces/.npmignore +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-iconfont-css/.npmignore +2 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-svg2ttf/.npmignore +5 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-ttf2eot/.npmignore +5 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-ttf2woff/.npmignore +5 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/is-arrayish/.npmignore +5 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/is-lambda/.npmignore +1 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/isarray/.npmignore +1 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/isexe/.npmignore +2 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/isstream/.npmignore +1 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/json-stable-stringify-without-jsonify/.npmignore +1 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/matchdep/.npmignore +2 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/microbuffer/.npmignore +4 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/micromatch/lib/.DS_Store +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/neatequal/.npmignore +5 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/pretty-hrtime/.npmignore +10 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/rechoir/.npmignore +1 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/require-directory/.npmignore +1 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/require-main-filename/.npmignore +3 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/retry/.npmignore +3 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/sprintf-js/.npmignore +1 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/stack-trace/.npmignore +1 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/stream-combiner/.npmignore +3 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/sver-compat/.npmignore +2 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgfont2svgicons/.npmignore +6 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/varstream/.npmignore +6 -0
- package/templates/dev/template_admin/tools/iconfont/package-lock.json +4736 -0
- package/templates/dev/template_admin/tools/iconfont/svg/.DS_Store +0 -0
- package/templates/dev/template_admin/tools/tinypng/.DS_Store +0 -0
- package/templates/dev/template_admin/tools/tinypng/img/.DS_Store +0 -0
- package/templates/dev/template_admin/tools/tinypng/package-lock.json +13 -0
- package/templates/template_app/.gitignore +6 -0
- package/templates/template_app/cli.config.js +6 -1
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/lru-cache/LICENSE +0 -15
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/lru-cache/README.md +0 -166
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/lru-cache/index.js +0 -334
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/lru-cache/package.json +0 -69
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/LICENSE +0 -15
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/README.md +0 -568
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/bin/semver.js +0 -183
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/classes/comparator.js +0 -136
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/classes/index.js +0 -5
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/classes/range.js +0 -519
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/classes/semver.js +0 -287
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/clean.js +0 -6
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/cmp.js +0 -52
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/coerce.js +0 -52
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/compare-build.js +0 -7
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/compare-loose.js +0 -3
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/compare.js +0 -5
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/diff.js +0 -23
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/eq.js +0 -3
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/gt.js +0 -3
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/gte.js +0 -3
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/inc.js +0 -18
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/lt.js +0 -3
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/lte.js +0 -3
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/major.js +0 -3
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/minor.js +0 -3
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/neq.js +0 -3
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/parse.js +0 -33
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/patch.js +0 -3
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/prerelease.js +0 -6
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/rcompare.js +0 -3
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/rsort.js +0 -3
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/satisfies.js +0 -10
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/sort.js +0 -3
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/functions/valid.js +0 -6
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/index.js +0 -48
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/internal/constants.js +0 -17
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/internal/debug.js +0 -9
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/internal/identifiers.js +0 -23
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/internal/parse-options.js +0 -11
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/internal/re.js +0 -182
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/package.json +0 -106
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/preload.js +0 -2
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/range.bnf +0 -16
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/gtr.js +0 -4
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/intersects.js +0 -7
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/ltr.js +0 -4
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/max-satisfying.js +0 -25
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/min-satisfying.js +0 -24
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/min-version.js +0 -61
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/outside.js +0 -80
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/simplify.js +0 -47
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/subset.js +0 -244
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/to-comparators.js +0 -8
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/fs/node_modules/semver/ranges/valid.js +0 -11
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/move-file/node_modules/rimraf/CHANGELOG.md +0 -65
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/move-file/node_modules/rimraf/LICENSE +0 -15
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/move-file/node_modules/rimraf/README.md +0 -101
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/move-file/node_modules/rimraf/bin.js +0 -68
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/move-file/node_modules/rimraf/package.json +0 -70
- package/templates/dev/template_admin/tools/iconfont/node_modules/@npmcli/move-file/node_modules/rimraf/rimraf.js +0 -360
- package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/LICENSE +0 -20
- package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/README.md +0 -481
- package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/package.json +0 -101
- package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/src/browser.js +0 -269
- package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/src/common.js +0 -274
- package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/src/index.js +0 -10
- package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/debug/src/node.js +0 -263
- package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/ms/index.js +0 -162
- package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/ms/license.md +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/ms/package.json +0 -69
- package/templates/dev/template_admin/tools/iconfont/node_modules/agent-base/node_modules/ms/readme.md +0 -60
- package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/LICENSE +0 -20
- package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/README.md +0 -481
- package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/package.json +0 -101
- package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/src/browser.js +0 -269
- package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/src/common.js +0 -274
- package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/src/index.js +0 -10
- package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/debug/src/node.js +0 -263
- package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/ms/index.js +0 -162
- package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/ms/license.md +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/ms/package.json +0 -69
- package/templates/dev/template_admin/tools/iconfont/node_modules/agentkeepalive/node_modules/ms/readme.md +0 -60
- package/templates/dev/template_admin/tools/iconfont/node_modules/anymatch/node_modules/normalize-path/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/anymatch/node_modules/normalize-path/README.md +0 -92
- package/templates/dev/template_admin/tools/iconfont/node_modules/anymatch/node_modules/normalize-path/index.js +0 -19
- package/templates/dev/template_admin/tools/iconfont/node_modules/anymatch/node_modules/normalize-path/package.json +0 -117
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/CONTRIBUTING.md +0 -38
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/GOVERNANCE.md +0 -136
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/LICENSE +0 -47
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/README.md +0 -106
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/errors-browser.js +0 -127
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/errors.js +0 -116
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/experimentalWarning.js +0 -17
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_duplex.js +0 -139
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_passthrough.js +0 -39
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_readable.js +0 -1124
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_transform.js +0 -201
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_writable.js +0 -697
- 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
- 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
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -105
- 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
- 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
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/from.js +0 -64
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -97
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/state.js +0 -27
- 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
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/package.json +0 -97
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/readable-browser.js +0 -9
- package/templates/dev/template_admin/tools/iconfont/node_modules/are-we-there-yet/node_modules/readable-stream/readable.js +0 -16
- package/templates/dev/template_admin/tools/iconfont/node_modules/array-last/node_modules/is-number/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/array-last/node_modules/is-number/README.md +0 -135
- package/templates/dev/template_admin/tools/iconfont/node_modules/array-last/node_modules/is-number/index.js +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/array-last/node_modules/is-number/package.json +0 -113
- package/templates/dev/template_admin/tools/iconfont/node_modules/array-sort/node_modules/kind-of/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/array-sort/node_modules/kind-of/README.md +0 -342
- package/templates/dev/template_admin/tools/iconfont/node_modules/array-sort/node_modules/kind-of/index.js +0 -147
- package/templates/dev/template_admin/tools/iconfont/node_modules/array-sort/node_modules/kind-of/package.json +0 -146
- package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/define-property/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/define-property/README.md +0 -95
- package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/define-property/index.js +0 -31
- package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/define-property/package.json +0 -93
- package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-accessor-descriptor/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-accessor-descriptor/README.md +0 -144
- package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-accessor-descriptor/index.js +0 -69
- package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-accessor-descriptor/package.json +0 -110
- package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-data-descriptor/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-data-descriptor/README.md +0 -161
- package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-data-descriptor/index.js +0 -49
- package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-data-descriptor/package.json +0 -109
- package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-descriptor/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-descriptor/README.md +0 -193
- package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-descriptor/index.js +0 -22
- package/templates/dev/template_admin/tools/iconfont/node_modules/base/node_modules/is-descriptor/package.json +0 -114
- package/templates/dev/template_admin/tools/iconfont/node_modules/braces/node_modules/extend-shallow/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/braces/node_modules/extend-shallow/README.md +0 -61
- package/templates/dev/template_admin/tools/iconfont/node_modules/braces/node_modules/extend-shallow/index.js +0 -33
- package/templates/dev/template_admin/tools/iconfont/node_modules/braces/node_modules/extend-shallow/package.json +0 -87
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/brace-expansion/.github/FUNDING.yml +0 -2
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/brace-expansion/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/brace-expansion/README.md +0 -135
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/brace-expansion/index.js +0 -203
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/brace-expansion/package.json +0 -74
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/glob/LICENSE +0 -15
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/glob/README.md +0 -378
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/glob/common.js +0 -240
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/glob/glob.js +0 -790
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/glob/package.json +0 -97
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/glob/sync.js +0 -486
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/minimatch/LICENSE +0 -15
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/minimatch/README.md +0 -259
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/minimatch/lib/path.js +0 -4
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/minimatch/minimatch.js +0 -906
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/minimatch/package.json +0 -65
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/CHANGELOG.md +0 -65
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/LICENSE +0 -15
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/README.md +0 -101
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/bin.js +0 -68
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/brace-expansion/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/brace-expansion/README.md +0 -129
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/brace-expansion/index.js +0 -201
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/brace-expansion/package.json +0 -75
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/glob/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/glob/README.md +0 -378
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/glob/common.js +0 -238
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/glob/glob.js +0 -790
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/glob/package.json +0 -88
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/glob/sync.js +0 -486
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/minimatch/LICENSE +0 -15
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/minimatch/README.md +0 -230
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/minimatch/minimatch.js +0 -947
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/node_modules/minimatch/package.json +0 -66
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/package.json +0 -78
- package/templates/dev/template_admin/tools/iconfont/node_modules/cacache/node_modules/rimraf/rimraf.js +0 -360
- package/templates/dev/template_admin/tools/iconfont/node_modules/class-utils/node_modules/define-property/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/class-utils/node_modules/define-property/README.md +0 -77
- package/templates/dev/template_admin/tools/iconfont/node_modules/class-utils/node_modules/define-property/index.js +0 -31
- package/templates/dev/template_admin/tools/iconfont/node_modules/class-utils/node_modules/define-property/package.json +0 -82
- package/templates/dev/template_admin/tools/iconfont/node_modules/console-control-strings/README.md~ +0 -140
- package/templates/dev/template_admin/tools/iconfont/node_modules/copy-props/node_modules/is-plain-object/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/copy-props/node_modules/is-plain-object/README.md +0 -125
- package/templates/dev/template_admin/tools/iconfont/node_modules/copy-props/node_modules/is-plain-object/dist/is-plain-object.js +0 -38
- package/templates/dev/template_admin/tools/iconfont/node_modules/copy-props/node_modules/is-plain-object/dist/is-plain-object.mjs +0 -34
- package/templates/dev/template_admin/tools/iconfont/node_modules/copy-props/node_modules/is-plain-object/is-plain-object.d.ts +0 -1
- package/templates/dev/template_admin/tools/iconfont/node_modules/copy-props/node_modules/is-plain-object/package.json +0 -130
- package/templates/dev/template_admin/tools/iconfont/node_modules/default-compare/node_modules/kind-of/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/default-compare/node_modules/kind-of/README.md +0 -342
- package/templates/dev/template_admin/tools/iconfont/node_modules/default-compare/node_modules/kind-of/index.js +0 -147
- package/templates/dev/template_admin/tools/iconfont/node_modules/default-compare/node_modules/kind-of/package.json +0 -146
- package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-accessor-descriptor/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-accessor-descriptor/README.md +0 -144
- package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-accessor-descriptor/index.js +0 -69
- package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-accessor-descriptor/package.json +0 -110
- package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-data-descriptor/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-data-descriptor/README.md +0 -161
- package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-data-descriptor/index.js +0 -49
- package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-data-descriptor/package.json +0 -109
- package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-descriptor/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-descriptor/README.md +0 -193
- package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-descriptor/index.js +0 -22
- package/templates/dev/template_admin/tools/iconfont/node_modules/define-property/node_modules/is-descriptor/package.json +0 -114
- package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/define-property/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/define-property/README.md +0 -77
- package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/define-property/index.js +0 -31
- package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/define-property/package.json +0 -82
- package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/extend-shallow/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/extend-shallow/README.md +0 -61
- package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/extend-shallow/index.js +0 -33
- package/templates/dev/template_admin/tools/iconfont/node_modules/expand-brackets/node_modules/extend-shallow/package.json +0 -87
- package/templates/dev/template_admin/tools/iconfont/node_modules/extend-shallow/node_modules/is-extendable/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/extend-shallow/node_modules/is-extendable/README.md +0 -88
- package/templates/dev/template_admin/tools/iconfont/node_modules/extend-shallow/node_modules/is-extendable/index.d.ts +0 -5
- package/templates/dev/template_admin/tools/iconfont/node_modules/extend-shallow/node_modules/is-extendable/index.js +0 -14
- package/templates/dev/template_admin/tools/iconfont/node_modules/extend-shallow/node_modules/is-extendable/package.json +0 -98
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/define-property/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/define-property/README.md +0 -95
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/define-property/index.js +0 -31
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/define-property/package.json +0 -93
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/extend-shallow/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/extend-shallow/README.md +0 -61
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/extend-shallow/index.js +0 -33
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/extend-shallow/package.json +0 -87
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-accessor-descriptor/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-accessor-descriptor/README.md +0 -144
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-accessor-descriptor/index.js +0 -69
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-accessor-descriptor/package.json +0 -110
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-data-descriptor/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-data-descriptor/README.md +0 -161
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-data-descriptor/index.js +0 -49
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-data-descriptor/package.json +0 -109
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-descriptor/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-descriptor/README.md +0 -193
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-descriptor/index.js +0 -22
- package/templates/dev/template_admin/tools/iconfont/node_modules/extglob/node_modules/is-descriptor/package.json +0 -114
- package/templates/dev/template_admin/tools/iconfont/node_modules/fill-range/node_modules/extend-shallow/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/fill-range/node_modules/extend-shallow/README.md +0 -61
- package/templates/dev/template_admin/tools/iconfont/node_modules/fill-range/node_modules/extend-shallow/index.js +0 -33
- package/templates/dev/template_admin/tools/iconfont/node_modules/fill-range/node_modules/extend-shallow/package.json +0 -87
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/ansi-regex/index.d.ts +0 -37
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/ansi-regex/index.js +0 -10
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/ansi-regex/license +0 -9
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/ansi-regex/package.json +0 -87
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/ansi-regex/readme.md +0 -78
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/is-fullwidth-code-point/index.d.ts +0 -17
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/is-fullwidth-code-point/index.js +0 -50
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/is-fullwidth-code-point/license +0 -9
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/is-fullwidth-code-point/package.json +0 -74
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/is-fullwidth-code-point/readme.md +0 -39
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/string-width/index.d.ts +0 -29
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/string-width/index.js +0 -47
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/string-width/license +0 -9
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/string-width/package.json +0 -88
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/string-width/readme.md +0 -50
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/strip-ansi/index.d.ts +0 -17
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/strip-ansi/index.js +0 -4
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/strip-ansi/license +0 -9
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/strip-ansi/package.json +0 -87
- package/templates/dev/template_admin/tools/iconfont/node_modules/gauge/node_modules/strip-ansi/readme.md +0 -46
- package/templates/dev/template_admin/tools/iconfont/node_modules/glob-parent/node_modules/is-glob/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/glob-parent/node_modules/is-glob/README.md +0 -142
- package/templates/dev/template_admin/tools/iconfont/node_modules/glob-parent/node_modules/is-glob/index.js +0 -25
- package/templates/dev/template_admin/tools/iconfont/node_modules/glob-parent/node_modules/is-glob/package.json +0 -119
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/README.md +0 -240
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/bin/gulp.js +0 -5
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/completion/README.md +0 -20
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/completion/bash +0 -27
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/completion/fish +0 -10
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/completion/powershell +0 -61
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/completion/zsh +0 -25
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/gulp.1 +0 -83
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/index.js +0 -212
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/ansi.js +0 -41
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/cli-options.js +0 -122
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/completion.js +0 -22
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/config/cli-flags.js +0 -25
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/config/env-flags.js +0 -44
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/config/load-files.js +0 -30
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/exit.js +0 -15
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/get-blacklist.js +0 -62
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/log/blacklist-error.js +0 -15
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/log/copy-tree.js +0 -81
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/log/tasks.js +0 -166
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/log/to-console.js +0 -58
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/log/verify.js +0 -28
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/make-title.js +0 -11
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/register-exports.js +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/require-or-import.js +0 -32
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/tildify.js +0 -9
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/shared/verify-dependencies.js +0 -25
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^3.7.0/format-error.js +0 -23
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js +0 -83
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^3.7.0/log/events.js +0 -60
- 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
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^3.7.0/task-tree.js +0 -27
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^4.0.0/format-error.js +0 -24
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^4.0.0/index.js +0 -96
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^4.0.0/log/events.js +0 -50
- 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
- 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
- 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
- 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
- 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
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp/node_modules/gulp-cli/package.json +0 -114
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/CHANGELOG.md +0 -184
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/README.md +0 -593
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/index.js +0 -170
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/lib/compile.js +0 -57
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/lib/constants.js +0 -57
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/lib/expand.js +0 -113
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/lib/parse.js +0 -333
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/lib/stringify.js +0 -32
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/lib/utils.js +0 -112
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/braces/package.json +0 -123
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/fill-range/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/fill-range/README.md +0 -237
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/fill-range/index.js +0 -249
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/fill-range/package.json +0 -114
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/findup-sync/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/findup-sync/README.md +0 -59
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/findup-sync/index.js +0 -87
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/findup-sync/package.json +0 -105
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/is-number/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/is-number/README.md +0 -187
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/is-number/index.js +0 -18
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/is-number/package.json +0 -122
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/micromatch/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/micromatch/README.md +0 -1011
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/micromatch/index.js +0 -467
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/micromatch/package.json +0 -196
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/to-regex-range/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/to-regex-range/README.md +0 -305
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/to-regex-range/index.js +0 -288
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-load-plugins/node_modules/to-regex-range/package.json +0 -125
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone/LICENSE +0 -18
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone/README.md +0 -126
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone/clone.iml +0 -10
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone/clone.js +0 -166
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone/package.json +0 -137
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone-stats/LICENSE.md +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone-stats/README.md +0 -17
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone-stats/index.js +0 -13
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone-stats/package.json +0 -60
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/clone-stats/test.js +0 -36
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/.travis.yml +0 -3
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/History.md +0 -25
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/Makefile +0 -10
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/Readme.md +0 -102
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/index.js +0 -72
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/package.json +0 -48
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/multipipe/test/multipipe.js +0 -141
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/replace-ext/.travis.yml +0 -8
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/replace-ext/LICENSE +0 -20
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/replace-ext/README.md +0 -44
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/replace-ext/index.js +0 -9
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/replace-ext/package.json +0 -68
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/replace-ext/test/main.js +0 -51
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/LICENSE +0 -20
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/README.md +0 -195
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/index.js +0 -213
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/lib/cloneBuffer.js +0 -7
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/lib/inspectStream.js +0 -11
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/lib/isBuffer.js +0 -1
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/lib/isNull.js +0 -3
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/lib/isStream.js +0 -5
- package/templates/dev/template_admin/tools/iconfont/node_modules/gulp-util/node_modules/vinyl/package.json +0 -72
- package/templates/dev/template_admin/tools/iconfont/node_modules/has-values/node_modules/kind-of/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/has-values/node_modules/kind-of/README.md +0 -267
- package/templates/dev/template_admin/tools/iconfont/node_modules/has-values/node_modules/kind-of/index.js +0 -119
- package/templates/dev/template_admin/tools/iconfont/node_modules/has-values/node_modules/kind-of/package.json +0 -139
- package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/LICENSE +0 -20
- package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/README.md +0 -481
- package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/package.json +0 -101
- package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/src/browser.js +0 -269
- package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/src/common.js +0 -274
- package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/src/index.js +0 -10
- package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/debug/src/node.js +0 -263
- package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/ms/index.js +0 -162
- package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/ms/license.md +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/ms/package.json +0 -69
- package/templates/dev/template_admin/tools/iconfont/node_modules/http-proxy-agent/node_modules/ms/readme.md +0 -60
- package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/LICENSE +0 -20
- package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/README.md +0 -481
- package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/package.json +0 -101
- package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/src/browser.js +0 -269
- package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/src/common.js +0 -274
- package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/src/index.js +0 -10
- package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/debug/src/node.js +0 -263
- package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/ms/index.js +0 -162
- package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/ms/license.md +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/ms/package.json +0 -69
- package/templates/dev/template_admin/tools/iconfont/node_modules/https-proxy-agent/node_modules/ms/readme.md +0 -60
- package/templates/dev/template_admin/tools/iconfont/node_modules/is-accessor-descriptor/node_modules/kind-of/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/is-accessor-descriptor/node_modules/kind-of/README.md +0 -261
- package/templates/dev/template_admin/tools/iconfont/node_modules/is-accessor-descriptor/node_modules/kind-of/index.js +0 -116
- package/templates/dev/template_admin/tools/iconfont/node_modules/is-accessor-descriptor/node_modules/kind-of/package.json +0 -139
- package/templates/dev/template_admin/tools/iconfont/node_modules/is-data-descriptor/node_modules/kind-of/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/is-data-descriptor/node_modules/kind-of/README.md +0 -261
- package/templates/dev/template_admin/tools/iconfont/node_modules/is-data-descriptor/node_modules/kind-of/index.js +0 -116
- package/templates/dev/template_admin/tools/iconfont/node_modules/is-data-descriptor/node_modules/kind-of/package.json +0 -139
- package/templates/dev/template_admin/tools/iconfont/node_modules/is-descriptor/node_modules/kind-of/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/is-descriptor/node_modules/kind-of/README.md +0 -342
- package/templates/dev/template_admin/tools/iconfont/node_modules/is-descriptor/node_modules/kind-of/index.js +0 -147
- package/templates/dev/template_admin/tools/iconfont/node_modules/is-descriptor/node_modules/kind-of/package.json +0 -146
- package/templates/dev/template_admin/tools/iconfont/node_modules/is-number/node_modules/kind-of/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/is-number/node_modules/kind-of/README.md +0 -261
- package/templates/dev/template_admin/tools/iconfont/node_modules/is-number/node_modules/kind-of/index.js +0 -116
- package/templates/dev/template_admin/tools/iconfont/node_modules/is-number/node_modules/kind-of/package.json +0 -139
- package/templates/dev/template_admin/tools/iconfont/node_modules/mixin-deep/node_modules/is-extendable/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/mixin-deep/node_modules/is-extendable/README.md +0 -88
- package/templates/dev/template_admin/tools/iconfont/node_modules/mixin-deep/node_modules/is-extendable/index.d.ts +0 -5
- package/templates/dev/template_admin/tools/iconfont/node_modules/mixin-deep/node_modules/is-extendable/index.js +0 -14
- package/templates/dev/template_admin/tools/iconfont/node_modules/mixin-deep/node_modules/is-extendable/package.json +0 -98
- package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/define-property/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/define-property/README.md +0 -77
- package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/define-property/index.js +0 -31
- package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/define-property/package.json +0 -82
- package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/kind-of/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/kind-of/README.md +0 -261
- package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/kind-of/index.js +0 -116
- package/templates/dev/template_admin/tools/iconfont/node_modules/object-copy/node_modules/kind-of/package.json +0 -139
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/CONTRIBUTING.md +0 -38
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/GOVERNANCE.md +0 -136
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/LICENSE +0 -47
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/README.md +0 -106
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/errors-browser.js +0 -127
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/errors.js +0 -116
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/experimentalWarning.js +0 -17
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/_stream_duplex.js +0 -139
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/_stream_passthrough.js +0 -39
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/_stream_readable.js +0 -1124
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/_stream_transform.js +0 -201
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/_stream_writable.js +0 -697
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -207
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -210
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -105
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -104
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/from.js +0 -64
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -97
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/state.js +0 -27
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/package.json +0 -97
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/readable-browser.js +0 -9
- package/templates/dev/template_admin/tools/iconfont/node_modules/plexer/node_modules/readable-stream/readable.js +0 -16
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-diff/LICENSE +0 -24
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-diff/README.md +0 -75
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-diff/index.js +0 -58
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-diff/package.json +0 -80
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-union/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-union/README.md +0 -85
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-union/index.js +0 -30
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/arr-union/package.json +0 -78
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/array-slice/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/array-slice/README.md +0 -54
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/array-slice/index.js +0 -36
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/array-slice/package.json +0 -68
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/extend-shallow/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/extend-shallow/README.md +0 -59
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/extend-shallow/index.js +0 -36
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/extend-shallow/package.json +0 -85
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/kind-of/README.md +0 -155
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/kind-of/index.js +0 -45
- package/templates/dev/template_admin/tools/iconfont/node_modules/plugin-error/node_modules/kind-of/package.json +0 -86
- package/templates/dev/template_admin/tools/iconfont/node_modules/set-value/node_modules/extend-shallow/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/set-value/node_modules/extend-shallow/README.md +0 -61
- package/templates/dev/template_admin/tools/iconfont/node_modules/set-value/node_modules/extend-shallow/index.js +0 -33
- package/templates/dev/template_admin/tools/iconfont/node_modules/set-value/node_modules/extend-shallow/package.json +0 -87
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/define-property/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/define-property/README.md +0 -77
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/define-property/index.js +0 -31
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/define-property/package.json +0 -82
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/extend-shallow/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/extend-shallow/README.md +0 -61
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/extend-shallow/index.js +0 -33
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon/node_modules/extend-shallow/package.json +0 -87
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/define-property/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/define-property/README.md +0 -95
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/define-property/index.js +0 -31
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/define-property/package.json +0 -93
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-accessor-descriptor/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-accessor-descriptor/README.md +0 -144
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-accessor-descriptor/index.js +0 -69
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-accessor-descriptor/package.json +0 -110
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-data-descriptor/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-data-descriptor/README.md +0 -161
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-data-descriptor/index.js +0 -49
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-data-descriptor/package.json +0 -109
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-descriptor/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-descriptor/README.md +0 -193
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-descriptor/index.js +0 -22
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-node/node_modules/is-descriptor/package.json +0 -114
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-util/node_modules/kind-of/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-util/node_modules/kind-of/README.md +0 -261
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-util/node_modules/kind-of/index.js +0 -116
- package/templates/dev/template_admin/tools/iconfont/node_modules/snapdragon-util/node_modules/kind-of/package.json +0 -139
- package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/LICENSE +0 -20
- package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/README.md +0 -481
- package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/package.json +0 -101
- package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/src/browser.js +0 -269
- package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/src/common.js +0 -274
- package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/src/index.js +0 -10
- package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/debug/src/node.js +0 -263
- package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/ms/index.js +0 -162
- package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/ms/license.md +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/ms/package.json +0 -69
- package/templates/dev/template_admin/tools/iconfont/node_modules/socks-proxy-agent/node_modules/ms/readme.md +0 -60
- package/templates/dev/template_admin/tools/iconfont/node_modules/static-extend/node_modules/define-property/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/static-extend/node_modules/define-property/README.md +0 -77
- package/templates/dev/template_admin/tools/iconfont/node_modules/static-extend/node_modules/define-property/index.js +0 -31
- package/templates/dev/template_admin/tools/iconfont/node_modules/static-extend/node_modules/define-property/package.json +0 -82
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/CONTRIBUTING.md +0 -38
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/GOVERNANCE.md +0 -136
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/LICENSE +0 -47
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/README.md +0 -106
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/errors-browser.js +0 -127
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/errors.js +0 -116
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/experimentalWarning.js +0 -17
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/_stream_duplex.js +0 -139
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/_stream_passthrough.js +0 -39
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/_stream_readable.js +0 -1124
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/_stream_transform.js +0 -201
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/_stream_writable.js +0 -697
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -207
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -210
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -105
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -104
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/from.js +0 -64
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -97
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/state.js +0 -27
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/package.json +0 -97
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/readable-browser.js +0 -9
- package/templates/dev/template_admin/tools/iconfont/node_modules/streamfilter/node_modules/readable-stream/readable.js +0 -16
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/brace-expansion/.github/FUNDING.yml +0 -2
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/brace-expansion/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/brace-expansion/README.md +0 -135
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/brace-expansion/index.js +0 -203
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/brace-expansion/package.json +0 -74
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/LICENSE +0 -22
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/Readme.md +0 -1114
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/esm.mjs +0 -15
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/index.js +0 -27
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/lib/argument.js +0 -147
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/lib/command.js +0 -2135
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/lib/error.js +0 -45
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/lib/help.js +0 -406
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/lib/option.js +0 -324
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/lib/suggestSimilar.js +0 -100
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/package-support.json +0 -16
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/package.json +0 -121
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/commander/typings/index.d.ts +0 -879
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/glob/LICENSE +0 -15
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/glob/README.md +0 -378
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/glob/common.js +0 -240
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/glob/glob.js +0 -790
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/glob/package.json +0 -97
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/glob/sync.js +0 -486
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/minimatch/LICENSE +0 -15
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/minimatch/README.md +0 -259
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/minimatch/lib/path.js +0 -4
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/minimatch/minimatch.js +0 -906
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/minimatch/package.json +0 -65
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/CHANGELOG.md +0 -248
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/LICENSE +0 -20
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/README.md +0 -162
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/index.d.ts +0 -2
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/karma.conf.js +0 -69
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathData.cjs +0 -16
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathData.cjs.map +0 -1
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathData.d.ts +0 -43
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathData.module.js +0 -16
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathData.module.js.map +0 -1
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathDataEncoder.d.ts +0 -2
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathDataParser.d.ts +0 -19
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/SVGPathDataTransformer.d.ts +0 -28
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/TransformableSVG.d.ts +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/mathUtils.d.ts +0 -28
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/lib/types.d.ts +0 -75
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/package.json +0 -132
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/SVGPathData.ts +0 -90
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/SVGPathDataEncoder.ts +0 -62
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/SVGPathDataParser.ts +0 -290
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/SVGPathDataTransformer.ts +0 -620
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/TransformableSVG.ts +0 -74
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/mathUtils.ts +0 -200
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/src/types.ts +0 -41
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/tsconfig.json +0 -67
- package/templates/dev/template_admin/tools/iconfont/node_modules/svgicons2svgfont/node_modules/svg-pathdata/tslint.json +0 -19
- package/templates/dev/template_admin/tools/iconfont/node_modules/to-object-path/node_modules/kind-of/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/to-object-path/node_modules/kind-of/README.md +0 -261
- package/templates/dev/template_admin/tools/iconfont/node_modules/to-object-path/node_modules/kind-of/index.js +0 -116
- package/templates/dev/template_admin/tools/iconfont/node_modules/to-object-path/node_modules/kind-of/package.json +0 -139
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Makefile +0 -342
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/addon.node.d +0 -1
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/addon.o.d +0 -55
- 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
- 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
- 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
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/enc/encode.o.d +0 -39
- 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
- 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
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/enc/histogram.o.d +0 -14
- 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
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/enc/metablock.o.d +0 -17
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/enc/streams.o.d +0 -5
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/woff2/font.o.d +0 -12
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/woff2/glyph.o.d +0 -8
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/woff2/normalize.o.d +0 -17
- 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
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/.deps/Release/obj.target/addon/csrc/woff2/transform.o.d +0 -13
- 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
- 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
- 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
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/addon.node +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/addon.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/backward_references.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/block_splitter.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/brotli_bit_stream.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/encode.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/encode_parallel.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/entropy_encode.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/histogram.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/literal_cost.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/metablock.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/enc/streams.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/font.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/glyph.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/normalize.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/table_tags.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/transform.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/variable_length.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/woff2_common.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/Release/obj.target/addon/csrc/woff2/woff2_enc.o +0 -0
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/addon.target.mk +0 -208
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/binding.Makefile +0 -6
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/config.gypi +0 -224
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/build/gyp-mac-tool +0 -611
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/builderror.log +0 -20
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/bufferstreams/CHANGELOG.md +0 -86
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/bufferstreams/LICENSE +0 -20
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/bufferstreams/README.md +0 -106
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/bufferstreams/package.json +0 -160
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/bufferstreams/src/index.js +0 -97
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/CONTRIBUTING.md +0 -38
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/GOVERNANCE.md +0 -136
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/LICENSE +0 -47
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/README.md +0 -106
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/errors-browser.js +0 -127
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/errors.js +0 -116
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/experimentalWarning.js +0 -17
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/_stream_duplex.js +0 -139
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/_stream_passthrough.js +0 -39
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/_stream_readable.js +0 -1124
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/_stream_transform.js +0 -201
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/_stream_writable.js +0 -697
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -207
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -210
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -105
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -104
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/from.js +0 -64
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -97
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/state.js +0 -27
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/package.json +0 -97
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/readable-browser.js +0 -9
- package/templates/dev/template_admin/tools/iconfont/node_modules/ttf2woff2/node_modules/readable-stream/readable.js +0 -16
- package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/README.md +0 -130
- package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/index.js +0 -19
- package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/node_modules/isobject/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/node_modules/isobject/README.md +0 -112
- package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/node_modules/isobject/index.js +0 -14
- package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/node_modules/isobject/package.json +0 -98
- package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-value/package.json +0 -114
- package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-values/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-values/README.md +0 -114
- package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-values/index.js +0 -36
- package/templates/dev/template_admin/tools/iconfont/node_modules/unset-value/node_modules/has-values/package.json +0 -106
- package/templates/dev/template_admin/tools/iconfont/node_modules/vinyl-sourcemap/node_modules/normalize-path/LICENSE +0 -21
- package/templates/dev/template_admin/tools/iconfont/node_modules/vinyl-sourcemap/node_modules/normalize-path/README.md +0 -92
- package/templates/dev/template_admin/tools/iconfont/node_modules/vinyl-sourcemap/node_modules/normalize-path/index.js +0 -19
- package/templates/dev/template_admin/tools/iconfont/node_modules/vinyl-sourcemap/node_modules/normalize-path/package.json +0 -117
- package/templates/template_app/tools/iconfont/dist/css/iconfont.css +0 -53
- package/templates/template_app/tools/iconfont/dist/css/iconfont.eot +0 -0
- package/templates/template_app/tools/iconfont/dist/css/iconfont.svg +0 -36
- package/templates/template_app/tools/iconfont/dist/css/iconfont.ttf +0 -0
- package/templates/template_app/tools/iconfont/dist/css/iconfont.woff +0 -0
- package/templates/template_app/tools/iconfont/dist/css/iconfont.woff2 +0 -0
- package/templates/template_app/tools/iconfont/dist/css/index.html +0 -84
- package/templates/template_app/tools/iconfont/dist/less/iconfont.eot +0 -0
- package/templates/template_app/tools/iconfont/dist/less/iconfont.less +0 -57
- package/templates/template_app/tools/iconfont/dist/less/iconfont.svg +0 -36
- package/templates/template_app/tools/iconfont/dist/less/iconfont.ttf +0 -0
- package/templates/template_app/tools/iconfont/dist/less/iconfont.woff +0 -0
- package/templates/template_app/tools/iconfont/dist/less/iconfont.woff2 +0 -0
|
@@ -1,879 +0,0 @@
|
|
|
1
|
-
// Type definitions for commander
|
|
2
|
-
// Original definitions by: Alan Agius <https://github.com/alan-agius4>, Marcelo Dezem <https://github.com/mdezem>, vvakame <https://github.com/vvakame>, Jules Randolph <https://github.com/sveinburne>
|
|
3
|
-
|
|
4
|
-
// Using method rather than property for method-signature-style, to document method overloads separately. Allow either.
|
|
5
|
-
/* eslint-disable @typescript-eslint/method-signature-style */
|
|
6
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
7
|
-
|
|
8
|
-
export class CommanderError extends Error {
|
|
9
|
-
code: string;
|
|
10
|
-
exitCode: number;
|
|
11
|
-
message: string;
|
|
12
|
-
nestedError?: string;
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* Constructs the CommanderError class
|
|
16
|
-
* @param exitCode - suggested exit code which could be used with process.exit
|
|
17
|
-
* @param code - an id string representing the error
|
|
18
|
-
* @param message - human-readable description of the error
|
|
19
|
-
* @constructor
|
|
20
|
-
*/
|
|
21
|
-
constructor(exitCode: number, code: string, message: string);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export class InvalidArgumentError extends CommanderError {
|
|
25
|
-
/**
|
|
26
|
-
* Constructs the InvalidArgumentError class
|
|
27
|
-
* @param message - explanation of why argument is invalid
|
|
28
|
-
* @constructor
|
|
29
|
-
*/
|
|
30
|
-
constructor(message: string);
|
|
31
|
-
}
|
|
32
|
-
export { InvalidArgumentError as InvalidOptionArgumentError }; // deprecated old name
|
|
33
|
-
|
|
34
|
-
export interface ErrorOptions { // optional parameter for error()
|
|
35
|
-
/** an id string representing the error */
|
|
36
|
-
code?: string;
|
|
37
|
-
/** suggested exit code which could be used with process.exit */
|
|
38
|
-
exitCode?: number;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
export class Argument {
|
|
42
|
-
description: string;
|
|
43
|
-
required: boolean;
|
|
44
|
-
variadic: boolean;
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* Initialize a new command argument with the given name and description.
|
|
48
|
-
* The default is that the argument is required, and you can explicitly
|
|
49
|
-
* indicate this with <> around the name. Put [] around the name for an optional argument.
|
|
50
|
-
*/
|
|
51
|
-
constructor(arg: string, description?: string);
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* Return argument name.
|
|
55
|
-
*/
|
|
56
|
-
name(): string;
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* Set the default value, and optionally supply the description to be displayed in the help.
|
|
60
|
-
*/
|
|
61
|
-
default(value: unknown, description?: string): this;
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
* Set the custom handler for processing CLI command arguments into argument values.
|
|
65
|
-
*/
|
|
66
|
-
argParser<T>(fn: (value: string, previous: T) => T): this;
|
|
67
|
-
|
|
68
|
-
/**
|
|
69
|
-
* Only allow argument value to be one of choices.
|
|
70
|
-
*/
|
|
71
|
-
choices(values: readonly string[]): this;
|
|
72
|
-
|
|
73
|
-
/**
|
|
74
|
-
* Make argument required.
|
|
75
|
-
*/
|
|
76
|
-
argRequired(): this;
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* Make argument optional.
|
|
80
|
-
*/
|
|
81
|
-
argOptional(): this;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
export class Option {
|
|
85
|
-
flags: string;
|
|
86
|
-
description: string;
|
|
87
|
-
|
|
88
|
-
required: boolean; // A value must be supplied when the option is specified.
|
|
89
|
-
optional: boolean; // A value is optional when the option is specified.
|
|
90
|
-
variadic: boolean;
|
|
91
|
-
mandatory: boolean; // The option must have a value after parsing, which usually means it must be specified on command line.
|
|
92
|
-
optionFlags: string;
|
|
93
|
-
short?: string;
|
|
94
|
-
long?: string;
|
|
95
|
-
negate: boolean;
|
|
96
|
-
defaultValue?: any;
|
|
97
|
-
defaultValueDescription?: string;
|
|
98
|
-
parseArg?: <T>(value: string, previous: T) => T;
|
|
99
|
-
hidden: boolean;
|
|
100
|
-
argChoices?: string[];
|
|
101
|
-
|
|
102
|
-
constructor(flags: string, description?: string);
|
|
103
|
-
|
|
104
|
-
/**
|
|
105
|
-
* Set the default value, and optionally supply the description to be displayed in the help.
|
|
106
|
-
*/
|
|
107
|
-
default(value: unknown, description?: string): this;
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* Preset to use when option used without option-argument, especially optional but also boolean and negated.
|
|
111
|
-
* The custom processing (parseArg) is called.
|
|
112
|
-
*
|
|
113
|
-
* @example
|
|
114
|
-
* ```ts
|
|
115
|
-
* new Option('--color').default('GREYSCALE').preset('RGB');
|
|
116
|
-
* new Option('--donate [amount]').preset('20').argParser(parseFloat);
|
|
117
|
-
* ```
|
|
118
|
-
*/
|
|
119
|
-
preset(arg: unknown): this;
|
|
120
|
-
|
|
121
|
-
/**
|
|
122
|
-
* Add option name(s) that conflict with this option.
|
|
123
|
-
* An error will be displayed if conflicting options are found during parsing.
|
|
124
|
-
*
|
|
125
|
-
* @example
|
|
126
|
-
* ```ts
|
|
127
|
-
* new Option('--rgb').conflicts('cmyk');
|
|
128
|
-
* new Option('--js').conflicts(['ts', 'jsx']);
|
|
129
|
-
* ```
|
|
130
|
-
*/
|
|
131
|
-
conflicts(names: string | string[]): this;
|
|
132
|
-
|
|
133
|
-
/**
|
|
134
|
-
* Specify implied option values for when this option is set and the implied options are not.
|
|
135
|
-
*
|
|
136
|
-
* The custom processing (parseArg) is not called on the implied values.
|
|
137
|
-
*
|
|
138
|
-
* @example
|
|
139
|
-
* program
|
|
140
|
-
* .addOption(new Option('--log', 'write logging information to file'))
|
|
141
|
-
* .addOption(new Option('--trace', 'log extra details').implies({ log: 'trace.txt' }));
|
|
142
|
-
*/
|
|
143
|
-
implies(optionValues: OptionValues): this;
|
|
144
|
-
|
|
145
|
-
/**
|
|
146
|
-
* Set environment variable to check for option value.
|
|
147
|
-
* Priority order of option values is default < env < cli
|
|
148
|
-
*/
|
|
149
|
-
env(name: string): this;
|
|
150
|
-
|
|
151
|
-
/**
|
|
152
|
-
* Calculate the full description, including defaultValue etc.
|
|
153
|
-
*/
|
|
154
|
-
fullDescription(): string;
|
|
155
|
-
|
|
156
|
-
/**
|
|
157
|
-
* Set the custom handler for processing CLI option arguments into option values.
|
|
158
|
-
*/
|
|
159
|
-
argParser<T>(fn: (value: string, previous: T) => T): this;
|
|
160
|
-
|
|
161
|
-
/**
|
|
162
|
-
* Whether the option is mandatory and must have a value after parsing.
|
|
163
|
-
*/
|
|
164
|
-
makeOptionMandatory(mandatory?: boolean): this;
|
|
165
|
-
|
|
166
|
-
/**
|
|
167
|
-
* Hide option in help.
|
|
168
|
-
*/
|
|
169
|
-
hideHelp(hide?: boolean): this;
|
|
170
|
-
|
|
171
|
-
/**
|
|
172
|
-
* Only allow option value to be one of choices.
|
|
173
|
-
*/
|
|
174
|
-
choices(values: readonly string[]): this;
|
|
175
|
-
|
|
176
|
-
/**
|
|
177
|
-
* Return option name.
|
|
178
|
-
*/
|
|
179
|
-
name(): string;
|
|
180
|
-
|
|
181
|
-
/**
|
|
182
|
-
* Return option name, in a camelcase format that can be used
|
|
183
|
-
* as a object attribute key.
|
|
184
|
-
*/
|
|
185
|
-
attributeName(): string;
|
|
186
|
-
|
|
187
|
-
/**
|
|
188
|
-
* Return whether a boolean option.
|
|
189
|
-
*
|
|
190
|
-
* Options are one of boolean, negated, required argument, or optional argument.
|
|
191
|
-
*/
|
|
192
|
-
isBoolean(): boolean;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
export class Help {
|
|
196
|
-
/** output helpWidth, long lines are wrapped to fit */
|
|
197
|
-
helpWidth?: number;
|
|
198
|
-
sortSubcommands: boolean;
|
|
199
|
-
sortOptions: boolean;
|
|
200
|
-
|
|
201
|
-
constructor();
|
|
202
|
-
|
|
203
|
-
/** Get the command term to show in the list of subcommands. */
|
|
204
|
-
subcommandTerm(cmd: Command): string;
|
|
205
|
-
/** Get the command summary to show in the list of subcommands. */
|
|
206
|
-
subcommandDescription(cmd: Command): string;
|
|
207
|
-
/** Get the option term to show in the list of options. */
|
|
208
|
-
optionTerm(option: Option): string;
|
|
209
|
-
/** Get the option description to show in the list of options. */
|
|
210
|
-
optionDescription(option: Option): string;
|
|
211
|
-
/** Get the argument term to show in the list of arguments. */
|
|
212
|
-
argumentTerm(argument: Argument): string;
|
|
213
|
-
/** Get the argument description to show in the list of arguments. */
|
|
214
|
-
argumentDescription(argument: Argument): string;
|
|
215
|
-
|
|
216
|
-
/** Get the command usage to be displayed at the top of the built-in help. */
|
|
217
|
-
commandUsage(cmd: Command): string;
|
|
218
|
-
/** Get the description for the command. */
|
|
219
|
-
commandDescription(cmd: Command): string;
|
|
220
|
-
|
|
221
|
-
/** Get an array of the visible subcommands. Includes a placeholder for the implicit help command, if there is one. */
|
|
222
|
-
visibleCommands(cmd: Command): Command[];
|
|
223
|
-
/** Get an array of the visible options. Includes a placeholder for the implicit help option, if there is one. */
|
|
224
|
-
visibleOptions(cmd: Command): Option[];
|
|
225
|
-
/** Get an array of the arguments which have descriptions. */
|
|
226
|
-
visibleArguments(cmd: Command): Argument[];
|
|
227
|
-
|
|
228
|
-
/** Get the longest command term length. */
|
|
229
|
-
longestSubcommandTermLength(cmd: Command, helper: Help): number;
|
|
230
|
-
/** Get the longest option term length. */
|
|
231
|
-
longestOptionTermLength(cmd: Command, helper: Help): number;
|
|
232
|
-
/** Get the longest argument term length. */
|
|
233
|
-
longestArgumentTermLength(cmd: Command, helper: Help): number;
|
|
234
|
-
/** Calculate the pad width from the maximum term length. */
|
|
235
|
-
padWidth(cmd: Command, helper: Help): number;
|
|
236
|
-
|
|
237
|
-
/**
|
|
238
|
-
* Wrap the given string to width characters per line, with lines after the first indented.
|
|
239
|
-
* Do not wrap if insufficient room for wrapping (minColumnWidth), or string is manually formatted.
|
|
240
|
-
*/
|
|
241
|
-
wrap(str: string, width: number, indent: number, minColumnWidth?: number): string;
|
|
242
|
-
|
|
243
|
-
/** Generate the built-in help text. */
|
|
244
|
-
formatHelp(cmd: Command, helper: Help): string;
|
|
245
|
-
}
|
|
246
|
-
export type HelpConfiguration = Partial<Help>;
|
|
247
|
-
|
|
248
|
-
export interface ParseOptions {
|
|
249
|
-
from: 'node' | 'electron' | 'user';
|
|
250
|
-
}
|
|
251
|
-
export interface HelpContext { // optional parameter for .help() and .outputHelp()
|
|
252
|
-
error: boolean;
|
|
253
|
-
}
|
|
254
|
-
export interface AddHelpTextContext { // passed to text function used with .addHelpText()
|
|
255
|
-
error: boolean;
|
|
256
|
-
command: Command;
|
|
257
|
-
}
|
|
258
|
-
export interface OutputConfiguration {
|
|
259
|
-
writeOut?(str: string): void;
|
|
260
|
-
writeErr?(str: string): void;
|
|
261
|
-
getOutHelpWidth?(): number;
|
|
262
|
-
getErrHelpWidth?(): number;
|
|
263
|
-
outputError?(str: string, write: (str: string) => void): void;
|
|
264
|
-
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
export type AddHelpTextPosition = 'beforeAll' | 'before' | 'after' | 'afterAll';
|
|
268
|
-
export type HookEvent = 'preAction' | 'postAction';
|
|
269
|
-
export type OptionValueSource = 'default' | 'env' | 'config' | 'cli';
|
|
270
|
-
|
|
271
|
-
export interface OptionValues {
|
|
272
|
-
[key: string]: any;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
export class Command {
|
|
276
|
-
args: string[];
|
|
277
|
-
processedArgs: any[];
|
|
278
|
-
commands: Command[];
|
|
279
|
-
parent: Command | null;
|
|
280
|
-
|
|
281
|
-
constructor(name?: string);
|
|
282
|
-
|
|
283
|
-
/**
|
|
284
|
-
* Set the program version to `str`.
|
|
285
|
-
*
|
|
286
|
-
* This method auto-registers the "-V, --version" flag
|
|
287
|
-
* which will print the version number when passed.
|
|
288
|
-
*
|
|
289
|
-
* You can optionally supply the flags and description to override the defaults.
|
|
290
|
-
*/
|
|
291
|
-
version(str: string, flags?: string, description?: string): this;
|
|
292
|
-
|
|
293
|
-
/**
|
|
294
|
-
* Define a command, implemented using an action handler.
|
|
295
|
-
*
|
|
296
|
-
* @remarks
|
|
297
|
-
* The command description is supplied using `.description`, not as a parameter to `.command`.
|
|
298
|
-
*
|
|
299
|
-
* @example
|
|
300
|
-
* ```ts
|
|
301
|
-
* program
|
|
302
|
-
* .command('clone <source> [destination]')
|
|
303
|
-
* .description('clone a repository into a newly created directory')
|
|
304
|
-
* .action((source, destination) => {
|
|
305
|
-
* console.log('clone command called');
|
|
306
|
-
* });
|
|
307
|
-
* ```
|
|
308
|
-
*
|
|
309
|
-
* @param nameAndArgs - command name and arguments, args are `<required>` or `[optional]` and last may also be `variadic...`
|
|
310
|
-
* @param opts - configuration options
|
|
311
|
-
* @returns new command
|
|
312
|
-
*/
|
|
313
|
-
command(nameAndArgs: string, opts?: CommandOptions): ReturnType<this['createCommand']>;
|
|
314
|
-
/**
|
|
315
|
-
* Define a command, implemented in a separate executable file.
|
|
316
|
-
*
|
|
317
|
-
* @remarks
|
|
318
|
-
* The command description is supplied as the second parameter to `.command`.
|
|
319
|
-
*
|
|
320
|
-
* @example
|
|
321
|
-
* ```ts
|
|
322
|
-
* program
|
|
323
|
-
* .command('start <service>', 'start named service')
|
|
324
|
-
* .command('stop [service]', 'stop named service, or all if no name supplied');
|
|
325
|
-
* ```
|
|
326
|
-
*
|
|
327
|
-
* @param nameAndArgs - command name and arguments, args are `<required>` or `[optional]` and last may also be `variadic...`
|
|
328
|
-
* @param description - description of executable command
|
|
329
|
-
* @param opts - configuration options
|
|
330
|
-
* @returns `this` command for chaining
|
|
331
|
-
*/
|
|
332
|
-
command(nameAndArgs: string, description: string, opts?: ExecutableCommandOptions): this;
|
|
333
|
-
|
|
334
|
-
/**
|
|
335
|
-
* Factory routine to create a new unattached command.
|
|
336
|
-
*
|
|
337
|
-
* See .command() for creating an attached subcommand, which uses this routine to
|
|
338
|
-
* create the command. You can override createCommand to customise subcommands.
|
|
339
|
-
*/
|
|
340
|
-
createCommand(name?: string): Command;
|
|
341
|
-
|
|
342
|
-
/**
|
|
343
|
-
* Add a prepared subcommand.
|
|
344
|
-
*
|
|
345
|
-
* See .command() for creating an attached subcommand which inherits settings from its parent.
|
|
346
|
-
*
|
|
347
|
-
* @returns `this` command for chaining
|
|
348
|
-
*/
|
|
349
|
-
addCommand(cmd: Command, opts?: CommandOptions): this;
|
|
350
|
-
|
|
351
|
-
/**
|
|
352
|
-
* Factory routine to create a new unattached argument.
|
|
353
|
-
*
|
|
354
|
-
* See .argument() for creating an attached argument, which uses this routine to
|
|
355
|
-
* create the argument. You can override createArgument to return a custom argument.
|
|
356
|
-
*/
|
|
357
|
-
createArgument(name: string, description?: string): Argument;
|
|
358
|
-
|
|
359
|
-
/**
|
|
360
|
-
* Define argument syntax for command.
|
|
361
|
-
*
|
|
362
|
-
* The default is that the argument is required, and you can explicitly
|
|
363
|
-
* indicate this with <> around the name. Put [] around the name for an optional argument.
|
|
364
|
-
*
|
|
365
|
-
* @example
|
|
366
|
-
* ```
|
|
367
|
-
* program.argument('<input-file>');
|
|
368
|
-
* program.argument('[output-file]');
|
|
369
|
-
* ```
|
|
370
|
-
*
|
|
371
|
-
* @returns `this` command for chaining
|
|
372
|
-
*/
|
|
373
|
-
argument<T>(flags: string, description: string, fn: (value: string, previous: T) => T, defaultValue?: T): this;
|
|
374
|
-
argument(name: string, description?: string, defaultValue?: unknown): this;
|
|
375
|
-
|
|
376
|
-
/**
|
|
377
|
-
* Define argument syntax for command, adding a prepared argument.
|
|
378
|
-
*
|
|
379
|
-
* @returns `this` command for chaining
|
|
380
|
-
*/
|
|
381
|
-
addArgument(arg: Argument): this;
|
|
382
|
-
|
|
383
|
-
/**
|
|
384
|
-
* Define argument syntax for command, adding multiple at once (without descriptions).
|
|
385
|
-
*
|
|
386
|
-
* See also .argument().
|
|
387
|
-
*
|
|
388
|
-
* @example
|
|
389
|
-
* ```
|
|
390
|
-
* program.arguments('<cmd> [env]');
|
|
391
|
-
* ```
|
|
392
|
-
*
|
|
393
|
-
* @returns `this` command for chaining
|
|
394
|
-
*/
|
|
395
|
-
arguments(names: string): this;
|
|
396
|
-
|
|
397
|
-
/**
|
|
398
|
-
* Override default decision whether to add implicit help command.
|
|
399
|
-
*
|
|
400
|
-
* @example
|
|
401
|
-
* ```
|
|
402
|
-
* addHelpCommand() // force on
|
|
403
|
-
* addHelpCommand(false); // force off
|
|
404
|
-
* addHelpCommand('help [cmd]', 'display help for [cmd]'); // force on with custom details
|
|
405
|
-
* ```
|
|
406
|
-
*
|
|
407
|
-
* @returns `this` command for chaining
|
|
408
|
-
*/
|
|
409
|
-
addHelpCommand(enableOrNameAndArgs?: string | boolean, description?: string): this;
|
|
410
|
-
|
|
411
|
-
/**
|
|
412
|
-
* Add hook for life cycle event.
|
|
413
|
-
*/
|
|
414
|
-
hook(event: HookEvent, listener: (thisCommand: Command, actionCommand: Command) => void | Promise<void>): this;
|
|
415
|
-
|
|
416
|
-
/**
|
|
417
|
-
* Register callback to use as replacement for calling process.exit.
|
|
418
|
-
*/
|
|
419
|
-
exitOverride(callback?: (err: CommanderError) => never|void): this;
|
|
420
|
-
|
|
421
|
-
/**
|
|
422
|
-
* Display error message and exit (or call exitOverride).
|
|
423
|
-
*/
|
|
424
|
-
error(message: string, errorOptions?: ErrorOptions): never;
|
|
425
|
-
|
|
426
|
-
/**
|
|
427
|
-
* You can customise the help with a subclass of Help by overriding createHelp,
|
|
428
|
-
* or by overriding Help properties using configureHelp().
|
|
429
|
-
*/
|
|
430
|
-
createHelp(): Help;
|
|
431
|
-
|
|
432
|
-
/**
|
|
433
|
-
* You can customise the help by overriding Help properties using configureHelp(),
|
|
434
|
-
* or with a subclass of Help by overriding createHelp().
|
|
435
|
-
*/
|
|
436
|
-
configureHelp(configuration: HelpConfiguration): this;
|
|
437
|
-
/** Get configuration */
|
|
438
|
-
configureHelp(): HelpConfiguration;
|
|
439
|
-
|
|
440
|
-
/**
|
|
441
|
-
* The default output goes to stdout and stderr. You can customise this for special
|
|
442
|
-
* applications. You can also customise the display of errors by overriding outputError.
|
|
443
|
-
*
|
|
444
|
-
* The configuration properties are all functions:
|
|
445
|
-
* ```
|
|
446
|
-
* // functions to change where being written, stdout and stderr
|
|
447
|
-
* writeOut(str)
|
|
448
|
-
* writeErr(str)
|
|
449
|
-
* // matching functions to specify width for wrapping help
|
|
450
|
-
* getOutHelpWidth()
|
|
451
|
-
* getErrHelpWidth()
|
|
452
|
-
* // functions based on what is being written out
|
|
453
|
-
* outputError(str, write) // used for displaying errors, and not used for displaying help
|
|
454
|
-
* ```
|
|
455
|
-
*/
|
|
456
|
-
configureOutput(configuration: OutputConfiguration): this;
|
|
457
|
-
/** Get configuration */
|
|
458
|
-
configureOutput(): OutputConfiguration;
|
|
459
|
-
|
|
460
|
-
/**
|
|
461
|
-
* Copy settings that are useful to have in common across root command and subcommands.
|
|
462
|
-
*
|
|
463
|
-
* (Used internally when adding a command using `.command()` so subcommands inherit parent settings.)
|
|
464
|
-
*/
|
|
465
|
-
copyInheritedSettings(sourceCommand: Command): this;
|
|
466
|
-
|
|
467
|
-
/**
|
|
468
|
-
* Display the help or a custom message after an error occurs.
|
|
469
|
-
*/
|
|
470
|
-
showHelpAfterError(displayHelp?: boolean | string): this;
|
|
471
|
-
|
|
472
|
-
/**
|
|
473
|
-
* Display suggestion of similar commands for unknown commands, or options for unknown options.
|
|
474
|
-
*/
|
|
475
|
-
showSuggestionAfterError(displaySuggestion?: boolean): this;
|
|
476
|
-
|
|
477
|
-
/**
|
|
478
|
-
* Register callback `fn` for the command.
|
|
479
|
-
*
|
|
480
|
-
* @example
|
|
481
|
-
* ```
|
|
482
|
-
* program
|
|
483
|
-
* .command('serve')
|
|
484
|
-
* .description('start service')
|
|
485
|
-
* .action(function() {
|
|
486
|
-
* // do work here
|
|
487
|
-
* });
|
|
488
|
-
* ```
|
|
489
|
-
*
|
|
490
|
-
* @returns `this` command for chaining
|
|
491
|
-
*/
|
|
492
|
-
action(fn: (...args: any[]) => void | Promise<void>): this;
|
|
493
|
-
|
|
494
|
-
/**
|
|
495
|
-
* Define option with `flags`, `description` and optional
|
|
496
|
-
* coercion `fn`.
|
|
497
|
-
*
|
|
498
|
-
* The `flags` string contains the short and/or long flags,
|
|
499
|
-
* separated by comma, a pipe or space. The following are all valid
|
|
500
|
-
* all will output this way when `--help` is used.
|
|
501
|
-
*
|
|
502
|
-
* "-p, --pepper"
|
|
503
|
-
* "-p|--pepper"
|
|
504
|
-
* "-p --pepper"
|
|
505
|
-
*
|
|
506
|
-
* @example
|
|
507
|
-
* ```
|
|
508
|
-
* // simple boolean defaulting to false
|
|
509
|
-
* program.option('-p, --pepper', 'add pepper');
|
|
510
|
-
*
|
|
511
|
-
* --pepper
|
|
512
|
-
* program.pepper
|
|
513
|
-
* // => Boolean
|
|
514
|
-
*
|
|
515
|
-
* // simple boolean defaulting to true
|
|
516
|
-
* program.option('-C, --no-cheese', 'remove cheese');
|
|
517
|
-
*
|
|
518
|
-
* program.cheese
|
|
519
|
-
* // => true
|
|
520
|
-
*
|
|
521
|
-
* --no-cheese
|
|
522
|
-
* program.cheese
|
|
523
|
-
* // => false
|
|
524
|
-
*
|
|
525
|
-
* // required argument
|
|
526
|
-
* program.option('-C, --chdir <path>', 'change the working directory');
|
|
527
|
-
*
|
|
528
|
-
* --chdir /tmp
|
|
529
|
-
* program.chdir
|
|
530
|
-
* // => "/tmp"
|
|
531
|
-
*
|
|
532
|
-
* // optional argument
|
|
533
|
-
* program.option('-c, --cheese [type]', 'add cheese [marble]');
|
|
534
|
-
* ```
|
|
535
|
-
*
|
|
536
|
-
* @returns `this` command for chaining
|
|
537
|
-
*/
|
|
538
|
-
option(flags: string, description?: string, defaultValue?: string | boolean | string[]): this;
|
|
539
|
-
option<T>(flags: string, description: string, fn: (value: string, previous: T) => T, defaultValue?: T): this;
|
|
540
|
-
/** @deprecated since v7, instead use choices or a custom function */
|
|
541
|
-
option(flags: string, description: string, regexp: RegExp, defaultValue?: string | boolean | string[]): this;
|
|
542
|
-
|
|
543
|
-
/**
|
|
544
|
-
* Define a required option, which must have a value after parsing. This usually means
|
|
545
|
-
* the option must be specified on the command line. (Otherwise the same as .option().)
|
|
546
|
-
*
|
|
547
|
-
* The `flags` string contains the short and/or long flags, separated by comma, a pipe or space.
|
|
548
|
-
*/
|
|
549
|
-
requiredOption(flags: string, description?: string, defaultValue?: string | boolean | string[]): this;
|
|
550
|
-
requiredOption<T>(flags: string, description: string, fn: (value: string, previous: T) => T, defaultValue?: T): this;
|
|
551
|
-
/** @deprecated since v7, instead use choices or a custom function */
|
|
552
|
-
requiredOption(flags: string, description: string, regexp: RegExp, defaultValue?: string | boolean | string[]): this;
|
|
553
|
-
|
|
554
|
-
/**
|
|
555
|
-
* Factory routine to create a new unattached option.
|
|
556
|
-
*
|
|
557
|
-
* See .option() for creating an attached option, which uses this routine to
|
|
558
|
-
* create the option. You can override createOption to return a custom option.
|
|
559
|
-
*/
|
|
560
|
-
|
|
561
|
-
createOption(flags: string, description?: string): Option;
|
|
562
|
-
|
|
563
|
-
/**
|
|
564
|
-
* Add a prepared Option.
|
|
565
|
-
*
|
|
566
|
-
* See .option() and .requiredOption() for creating and attaching an option in a single call.
|
|
567
|
-
*/
|
|
568
|
-
addOption(option: Option): this;
|
|
569
|
-
|
|
570
|
-
/**
|
|
571
|
-
* Whether to store option values as properties on command object,
|
|
572
|
-
* or store separately (specify false). In both cases the option values can be accessed using .opts().
|
|
573
|
-
*
|
|
574
|
-
* @returns `this` command for chaining
|
|
575
|
-
*/
|
|
576
|
-
storeOptionsAsProperties<T extends OptionValues>(): this & T;
|
|
577
|
-
storeOptionsAsProperties<T extends OptionValues>(storeAsProperties: true): this & T;
|
|
578
|
-
storeOptionsAsProperties(storeAsProperties?: boolean): this;
|
|
579
|
-
|
|
580
|
-
/**
|
|
581
|
-
* Retrieve option value.
|
|
582
|
-
*/
|
|
583
|
-
getOptionValue(key: string): any;
|
|
584
|
-
|
|
585
|
-
/**
|
|
586
|
-
* Store option value.
|
|
587
|
-
*/
|
|
588
|
-
setOptionValue(key: string, value: unknown): this;
|
|
589
|
-
|
|
590
|
-
/**
|
|
591
|
-
* Store option value and where the value came from.
|
|
592
|
-
*/
|
|
593
|
-
setOptionValueWithSource(key: string, value: unknown, source: OptionValueSource): this;
|
|
594
|
-
|
|
595
|
-
/**
|
|
596
|
-
* Retrieve option value source.
|
|
597
|
-
*/
|
|
598
|
-
getOptionValueSource(key: string): OptionValueSource;
|
|
599
|
-
|
|
600
|
-
/**
|
|
601
|
-
* Alter parsing of short flags with optional values.
|
|
602
|
-
*
|
|
603
|
-
* @example
|
|
604
|
-
* ```
|
|
605
|
-
* // for `.option('-f,--flag [value]'):
|
|
606
|
-
* .combineFlagAndOptionalValue(true) // `-f80` is treated like `--flag=80`, this is the default behaviour
|
|
607
|
-
* .combineFlagAndOptionalValue(false) // `-fb` is treated like `-f -b`
|
|
608
|
-
* ```
|
|
609
|
-
*
|
|
610
|
-
* @returns `this` command for chaining
|
|
611
|
-
*/
|
|
612
|
-
combineFlagAndOptionalValue(combine?: boolean): this;
|
|
613
|
-
|
|
614
|
-
/**
|
|
615
|
-
* Allow unknown options on the command line.
|
|
616
|
-
*
|
|
617
|
-
* @returns `this` command for chaining
|
|
618
|
-
*/
|
|
619
|
-
allowUnknownOption(allowUnknown?: boolean): this;
|
|
620
|
-
|
|
621
|
-
/**
|
|
622
|
-
* Allow excess command-arguments on the command line. Pass false to make excess arguments an error.
|
|
623
|
-
*
|
|
624
|
-
* @returns `this` command for chaining
|
|
625
|
-
*/
|
|
626
|
-
allowExcessArguments(allowExcess?: boolean): this;
|
|
627
|
-
|
|
628
|
-
/**
|
|
629
|
-
* Enable positional options. Positional means global options are specified before subcommands which lets
|
|
630
|
-
* subcommands reuse the same option names, and also enables subcommands to turn on passThroughOptions.
|
|
631
|
-
*
|
|
632
|
-
* The default behaviour is non-positional and global options may appear anywhere on the command line.
|
|
633
|
-
*
|
|
634
|
-
* @returns `this` command for chaining
|
|
635
|
-
*/
|
|
636
|
-
enablePositionalOptions(positional?: boolean): this;
|
|
637
|
-
|
|
638
|
-
/**
|
|
639
|
-
* Pass through options that come after command-arguments rather than treat them as command-options,
|
|
640
|
-
* so actual command-options come before command-arguments. Turning this on for a subcommand requires
|
|
641
|
-
* positional options to have been enabled on the program (parent commands).
|
|
642
|
-
*
|
|
643
|
-
* The default behaviour is non-positional and options may appear before or after command-arguments.
|
|
644
|
-
*
|
|
645
|
-
* @returns `this` command for chaining
|
|
646
|
-
*/
|
|
647
|
-
passThroughOptions(passThrough?: boolean): this;
|
|
648
|
-
|
|
649
|
-
/**
|
|
650
|
-
* Parse `argv`, setting options and invoking commands when defined.
|
|
651
|
-
*
|
|
652
|
-
* The default expectation is that the arguments are from node and have the application as argv[0]
|
|
653
|
-
* and the script being run in argv[1], with user parameters after that.
|
|
654
|
-
*
|
|
655
|
-
* @example
|
|
656
|
-
* ```
|
|
657
|
-
* program.parse(process.argv);
|
|
658
|
-
* program.parse(); // implicitly use process.argv and auto-detect node vs electron conventions
|
|
659
|
-
* program.parse(my-args, { from: 'user' }); // just user supplied arguments, nothing special about argv[0]
|
|
660
|
-
* ```
|
|
661
|
-
*
|
|
662
|
-
* @returns `this` command for chaining
|
|
663
|
-
*/
|
|
664
|
-
parse(argv?: readonly string[], options?: ParseOptions): this;
|
|
665
|
-
|
|
666
|
-
/**
|
|
667
|
-
* Parse `argv`, setting options and invoking commands when defined.
|
|
668
|
-
*
|
|
669
|
-
* Use parseAsync instead of parse if any of your action handlers are async. Returns a Promise.
|
|
670
|
-
*
|
|
671
|
-
* The default expectation is that the arguments are from node and have the application as argv[0]
|
|
672
|
-
* and the script being run in argv[1], with user parameters after that.
|
|
673
|
-
*
|
|
674
|
-
* @example
|
|
675
|
-
* ```
|
|
676
|
-
* program.parseAsync(process.argv);
|
|
677
|
-
* program.parseAsync(); // implicitly use process.argv and auto-detect node vs electron conventions
|
|
678
|
-
* program.parseAsync(my-args, { from: 'user' }); // just user supplied arguments, nothing special about argv[0]
|
|
679
|
-
* ```
|
|
680
|
-
*
|
|
681
|
-
* @returns Promise
|
|
682
|
-
*/
|
|
683
|
-
parseAsync(argv?: readonly string[], options?: ParseOptions): Promise<this>;
|
|
684
|
-
|
|
685
|
-
/**
|
|
686
|
-
* Parse options from `argv` removing known options,
|
|
687
|
-
* and return argv split into operands and unknown arguments.
|
|
688
|
-
*
|
|
689
|
-
* argv => operands, unknown
|
|
690
|
-
* --known kkk op => [op], []
|
|
691
|
-
* op --known kkk => [op], []
|
|
692
|
-
* sub --unknown uuu op => [sub], [--unknown uuu op]
|
|
693
|
-
* sub -- --unknown uuu op => [sub --unknown uuu op], []
|
|
694
|
-
*/
|
|
695
|
-
parseOptions(argv: string[]): ParseOptionsResult;
|
|
696
|
-
|
|
697
|
-
/**
|
|
698
|
-
* Return an object containing local option values as key-value pairs
|
|
699
|
-
*/
|
|
700
|
-
opts<T extends OptionValues>(): T;
|
|
701
|
-
|
|
702
|
-
/**
|
|
703
|
-
* Return an object containing merged local and global option values as key-value pairs.
|
|
704
|
-
*/
|
|
705
|
-
optsWithGlobals<T extends OptionValues>(): T;
|
|
706
|
-
|
|
707
|
-
/**
|
|
708
|
-
* Set the description.
|
|
709
|
-
*
|
|
710
|
-
* @returns `this` command for chaining
|
|
711
|
-
*/
|
|
712
|
-
|
|
713
|
-
description(str: string): this;
|
|
714
|
-
/** @deprecated since v8, instead use .argument to add command argument with description */
|
|
715
|
-
description(str: string, argsDescription: {[argName: string]: string}): this;
|
|
716
|
-
/**
|
|
717
|
-
* Get the description.
|
|
718
|
-
*/
|
|
719
|
-
description(): string;
|
|
720
|
-
|
|
721
|
-
/**
|
|
722
|
-
* Set the summary. Used when listed as subcommand of parent.
|
|
723
|
-
*
|
|
724
|
-
* @returns `this` command for chaining
|
|
725
|
-
*/
|
|
726
|
-
|
|
727
|
-
summary(str: string): this;
|
|
728
|
-
/**
|
|
729
|
-
* Get the summary.
|
|
730
|
-
*/
|
|
731
|
-
summary(): string;
|
|
732
|
-
|
|
733
|
-
/**
|
|
734
|
-
* Set an alias for the command.
|
|
735
|
-
*
|
|
736
|
-
* You may call more than once to add multiple aliases. Only the first alias is shown in the auto-generated help.
|
|
737
|
-
*
|
|
738
|
-
* @returns `this` command for chaining
|
|
739
|
-
*/
|
|
740
|
-
alias(alias: string): this;
|
|
741
|
-
/**
|
|
742
|
-
* Get alias for the command.
|
|
743
|
-
*/
|
|
744
|
-
alias(): string;
|
|
745
|
-
|
|
746
|
-
/**
|
|
747
|
-
* Set aliases for the command.
|
|
748
|
-
*
|
|
749
|
-
* Only the first alias is shown in the auto-generated help.
|
|
750
|
-
*
|
|
751
|
-
* @returns `this` command for chaining
|
|
752
|
-
*/
|
|
753
|
-
aliases(aliases: readonly string[]): this;
|
|
754
|
-
/**
|
|
755
|
-
* Get aliases for the command.
|
|
756
|
-
*/
|
|
757
|
-
aliases(): string[];
|
|
758
|
-
|
|
759
|
-
/**
|
|
760
|
-
* Set the command usage.
|
|
761
|
-
*
|
|
762
|
-
* @returns `this` command for chaining
|
|
763
|
-
*/
|
|
764
|
-
usage(str: string): this;
|
|
765
|
-
/**
|
|
766
|
-
* Get the command usage.
|
|
767
|
-
*/
|
|
768
|
-
usage(): string;
|
|
769
|
-
|
|
770
|
-
/**
|
|
771
|
-
* Set the name of the command.
|
|
772
|
-
*
|
|
773
|
-
* @returns `this` command for chaining
|
|
774
|
-
*/
|
|
775
|
-
name(str: string): this;
|
|
776
|
-
/**
|
|
777
|
-
* Get the name of the command.
|
|
778
|
-
*/
|
|
779
|
-
name(): string;
|
|
780
|
-
|
|
781
|
-
/**
|
|
782
|
-
* Set the name of the command from script filename, such as process.argv[1],
|
|
783
|
-
* or require.main.filename, or __filename.
|
|
784
|
-
*
|
|
785
|
-
* (Used internally and public although not documented in README.)
|
|
786
|
-
*
|
|
787
|
-
* @example
|
|
788
|
-
* ```ts
|
|
789
|
-
* program.nameFromFilename(require.main.filename);
|
|
790
|
-
* ```
|
|
791
|
-
*
|
|
792
|
-
* @returns `this` command for chaining
|
|
793
|
-
*/
|
|
794
|
-
nameFromFilename(filename: string): this;
|
|
795
|
-
|
|
796
|
-
/**
|
|
797
|
-
* Set the directory for searching for executable subcommands of this command.
|
|
798
|
-
*
|
|
799
|
-
* @example
|
|
800
|
-
* ```ts
|
|
801
|
-
* program.executableDir(__dirname);
|
|
802
|
-
* // or
|
|
803
|
-
* program.executableDir('subcommands');
|
|
804
|
-
* ```
|
|
805
|
-
*
|
|
806
|
-
* @returns `this` command for chaining
|
|
807
|
-
*/
|
|
808
|
-
executableDir(path: string): this;
|
|
809
|
-
/**
|
|
810
|
-
* Get the executable search directory.
|
|
811
|
-
*/
|
|
812
|
-
executableDir(): string;
|
|
813
|
-
|
|
814
|
-
/**
|
|
815
|
-
* Output help information for this command.
|
|
816
|
-
*
|
|
817
|
-
* Outputs built-in help, and custom text added using `.addHelpText()`.
|
|
818
|
-
*
|
|
819
|
-
*/
|
|
820
|
-
outputHelp(context?: HelpContext): void;
|
|
821
|
-
/** @deprecated since v7 */
|
|
822
|
-
outputHelp(cb?: (str: string) => string): void;
|
|
823
|
-
|
|
824
|
-
/**
|
|
825
|
-
* Return command help documentation.
|
|
826
|
-
*/
|
|
827
|
-
helpInformation(context?: HelpContext): string;
|
|
828
|
-
|
|
829
|
-
/**
|
|
830
|
-
* You can pass in flags and a description to override the help
|
|
831
|
-
* flags and help description for your command. Pass in false
|
|
832
|
-
* to disable the built-in help option.
|
|
833
|
-
*/
|
|
834
|
-
helpOption(flags?: string | boolean, description?: string): this;
|
|
835
|
-
|
|
836
|
-
/**
|
|
837
|
-
* Output help information and exit.
|
|
838
|
-
*
|
|
839
|
-
* Outputs built-in help, and custom text added using `.addHelpText()`.
|
|
840
|
-
*/
|
|
841
|
-
help(context?: HelpContext): never;
|
|
842
|
-
/** @deprecated since v7 */
|
|
843
|
-
help(cb?: (str: string) => string): never;
|
|
844
|
-
|
|
845
|
-
/**
|
|
846
|
-
* Add additional text to be displayed with the built-in help.
|
|
847
|
-
*
|
|
848
|
-
* Position is 'before' or 'after' to affect just this command,
|
|
849
|
-
* and 'beforeAll' or 'afterAll' to affect this command and all its subcommands.
|
|
850
|
-
*/
|
|
851
|
-
addHelpText(position: AddHelpTextPosition, text: string): this;
|
|
852
|
-
addHelpText(position: AddHelpTextPosition, text: (context: AddHelpTextContext) => string): this;
|
|
853
|
-
|
|
854
|
-
/**
|
|
855
|
-
* Add a listener (callback) for when events occur. (Implemented using EventEmitter.)
|
|
856
|
-
*/
|
|
857
|
-
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
export interface CommandOptions {
|
|
861
|
-
hidden?: boolean;
|
|
862
|
-
isDefault?: boolean;
|
|
863
|
-
/** @deprecated since v7, replaced by hidden */
|
|
864
|
-
noHelp?: boolean;
|
|
865
|
-
}
|
|
866
|
-
export interface ExecutableCommandOptions extends CommandOptions {
|
|
867
|
-
executableFile?: string;
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
export interface ParseOptionsResult {
|
|
871
|
-
operands: string[];
|
|
872
|
-
unknown: string[];
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
export function createCommand(name?: string): Command;
|
|
876
|
-
export function createOption(flags: string, description?: string): Option;
|
|
877
|
-
export function createArgument(name: string, description?: string): Argument;
|
|
878
|
-
|
|
879
|
-
export const program: Command;
|