kn-cli 1.0.17 → 1.0.19
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 +367 -276
- package/package.json +1 -1
- package/readme.md +41 -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,116 +0,0 @@
|
|
|
1
|
-
var isBuffer = require('is-buffer');
|
|
2
|
-
var toString = Object.prototype.toString;
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Get the native `typeof` a value.
|
|
6
|
-
*
|
|
7
|
-
* @param {*} `val`
|
|
8
|
-
* @return {*} Native javascript type
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
module.exports = function kindOf(val) {
|
|
12
|
-
// primitivies
|
|
13
|
-
if (typeof val === 'undefined') {
|
|
14
|
-
return 'undefined';
|
|
15
|
-
}
|
|
16
|
-
if (val === null) {
|
|
17
|
-
return 'null';
|
|
18
|
-
}
|
|
19
|
-
if (val === true || val === false || val instanceof Boolean) {
|
|
20
|
-
return 'boolean';
|
|
21
|
-
}
|
|
22
|
-
if (typeof val === 'string' || val instanceof String) {
|
|
23
|
-
return 'string';
|
|
24
|
-
}
|
|
25
|
-
if (typeof val === 'number' || val instanceof Number) {
|
|
26
|
-
return 'number';
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
// functions
|
|
30
|
-
if (typeof val === 'function' || val instanceof Function) {
|
|
31
|
-
return 'function';
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
// array
|
|
35
|
-
if (typeof Array.isArray !== 'undefined' && Array.isArray(val)) {
|
|
36
|
-
return 'array';
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
// check for instances of RegExp and Date before calling `toString`
|
|
40
|
-
if (val instanceof RegExp) {
|
|
41
|
-
return 'regexp';
|
|
42
|
-
}
|
|
43
|
-
if (val instanceof Date) {
|
|
44
|
-
return 'date';
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
// other objects
|
|
48
|
-
var type = toString.call(val);
|
|
49
|
-
|
|
50
|
-
if (type === '[object RegExp]') {
|
|
51
|
-
return 'regexp';
|
|
52
|
-
}
|
|
53
|
-
if (type === '[object Date]') {
|
|
54
|
-
return 'date';
|
|
55
|
-
}
|
|
56
|
-
if (type === '[object Arguments]') {
|
|
57
|
-
return 'arguments';
|
|
58
|
-
}
|
|
59
|
-
if (type === '[object Error]') {
|
|
60
|
-
return 'error';
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
// buffer
|
|
64
|
-
if (isBuffer(val)) {
|
|
65
|
-
return 'buffer';
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
// es6: Map, WeakMap, Set, WeakSet
|
|
69
|
-
if (type === '[object Set]') {
|
|
70
|
-
return 'set';
|
|
71
|
-
}
|
|
72
|
-
if (type === '[object WeakSet]') {
|
|
73
|
-
return 'weakset';
|
|
74
|
-
}
|
|
75
|
-
if (type === '[object Map]') {
|
|
76
|
-
return 'map';
|
|
77
|
-
}
|
|
78
|
-
if (type === '[object WeakMap]') {
|
|
79
|
-
return 'weakmap';
|
|
80
|
-
}
|
|
81
|
-
if (type === '[object Symbol]') {
|
|
82
|
-
return 'symbol';
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
// typed arrays
|
|
86
|
-
if (type === '[object Int8Array]') {
|
|
87
|
-
return 'int8array';
|
|
88
|
-
}
|
|
89
|
-
if (type === '[object Uint8Array]') {
|
|
90
|
-
return 'uint8array';
|
|
91
|
-
}
|
|
92
|
-
if (type === '[object Uint8ClampedArray]') {
|
|
93
|
-
return 'uint8clampedarray';
|
|
94
|
-
}
|
|
95
|
-
if (type === '[object Int16Array]') {
|
|
96
|
-
return 'int16array';
|
|
97
|
-
}
|
|
98
|
-
if (type === '[object Uint16Array]') {
|
|
99
|
-
return 'uint16array';
|
|
100
|
-
}
|
|
101
|
-
if (type === '[object Int32Array]') {
|
|
102
|
-
return 'int32array';
|
|
103
|
-
}
|
|
104
|
-
if (type === '[object Uint32Array]') {
|
|
105
|
-
return 'uint32array';
|
|
106
|
-
}
|
|
107
|
-
if (type === '[object Float32Array]') {
|
|
108
|
-
return 'float32array';
|
|
109
|
-
}
|
|
110
|
-
if (type === '[object Float64Array]') {
|
|
111
|
-
return 'float64array';
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
// must be a plain object
|
|
115
|
-
return 'object';
|
|
116
|
-
};
|
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_from": "kind-of@^3.0.3",
|
|
3
|
-
"_id": "kind-of@3.2.2",
|
|
4
|
-
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
|
|
6
|
-
"_location": "/object-copy/kind-of",
|
|
7
|
-
"_phantomChildren": {},
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "kind-of@^3.0.3",
|
|
12
|
-
"name": "kind-of",
|
|
13
|
-
"escapedName": "kind-of",
|
|
14
|
-
"rawSpec": "^3.0.3",
|
|
15
|
-
"saveSpec": null,
|
|
16
|
-
"fetchSpec": "^3.0.3"
|
|
17
|
-
},
|
|
18
|
-
"_requiredBy": [
|
|
19
|
-
"/object-copy"
|
|
20
|
-
],
|
|
21
|
-
"_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
|
22
|
-
"_shasum": "31ea21a734bab9bbb0f32466d893aea51e4a3c64",
|
|
23
|
-
"_spec": "kind-of@^3.0.3",
|
|
24
|
-
"_where": "/Users/tsuneasahi/Documents/kingnet/open-platform/tools/iconfont/node_modules/object-copy",
|
|
25
|
-
"author": {
|
|
26
|
-
"name": "Jon Schlinkert",
|
|
27
|
-
"url": "https://github.com/jonschlinkert"
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/jonschlinkert/kind-of/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
33
|
-
"contributors": [
|
|
34
|
-
{
|
|
35
|
-
"name": "David Fox-Powell",
|
|
36
|
-
"url": "https://dtothefp.github.io/me"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "Jon Schlinkert",
|
|
40
|
-
"url": "http://twitter.com/jonschlinkert"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "Ken Sheedlo",
|
|
44
|
-
"url": "kensheedlo.com"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "laggingreflex",
|
|
48
|
-
"url": "https://github.com/laggingreflex"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"name": "Miguel Mota",
|
|
52
|
-
"url": "https://miguelmota.com"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "Peter deHaan",
|
|
56
|
-
"url": "http://about.me/peterdehaan"
|
|
57
|
-
}
|
|
58
|
-
],
|
|
59
|
-
"dependencies": {
|
|
60
|
-
"is-buffer": "^1.1.5"
|
|
61
|
-
},
|
|
62
|
-
"deprecated": false,
|
|
63
|
-
"description": "Get the native type of a value.",
|
|
64
|
-
"devDependencies": {
|
|
65
|
-
"ansi-bold": "^0.1.1",
|
|
66
|
-
"benchmarked": "^1.0.0",
|
|
67
|
-
"browserify": "^14.3.0",
|
|
68
|
-
"glob": "^7.1.1",
|
|
69
|
-
"gulp-format-md": "^0.1.12",
|
|
70
|
-
"mocha": "^3.3.0",
|
|
71
|
-
"type-of": "^2.0.1",
|
|
72
|
-
"typeof": "^1.0.0"
|
|
73
|
-
},
|
|
74
|
-
"engines": {
|
|
75
|
-
"node": ">=0.10.0"
|
|
76
|
-
},
|
|
77
|
-
"files": [
|
|
78
|
-
"index.js"
|
|
79
|
-
],
|
|
80
|
-
"homepage": "https://github.com/jonschlinkert/kind-of",
|
|
81
|
-
"keywords": [
|
|
82
|
-
"arguments",
|
|
83
|
-
"array",
|
|
84
|
-
"boolean",
|
|
85
|
-
"check",
|
|
86
|
-
"date",
|
|
87
|
-
"function",
|
|
88
|
-
"is",
|
|
89
|
-
"is-type",
|
|
90
|
-
"is-type-of",
|
|
91
|
-
"kind",
|
|
92
|
-
"kind-of",
|
|
93
|
-
"number",
|
|
94
|
-
"object",
|
|
95
|
-
"of",
|
|
96
|
-
"regexp",
|
|
97
|
-
"string",
|
|
98
|
-
"test",
|
|
99
|
-
"type",
|
|
100
|
-
"type-of",
|
|
101
|
-
"typeof",
|
|
102
|
-
"types"
|
|
103
|
-
],
|
|
104
|
-
"license": "MIT",
|
|
105
|
-
"main": "index.js",
|
|
106
|
-
"name": "kind-of",
|
|
107
|
-
"repository": {
|
|
108
|
-
"type": "git",
|
|
109
|
-
"url": "git+https://github.com/jonschlinkert/kind-of.git"
|
|
110
|
-
},
|
|
111
|
-
"scripts": {
|
|
112
|
-
"prepublish": "browserify -o browser.js -e index.js -s index --bare",
|
|
113
|
-
"test": "mocha"
|
|
114
|
-
},
|
|
115
|
-
"verb": {
|
|
116
|
-
"related": {
|
|
117
|
-
"list": [
|
|
118
|
-
"is-glob",
|
|
119
|
-
"is-number",
|
|
120
|
-
"is-primitive"
|
|
121
|
-
]
|
|
122
|
-
},
|
|
123
|
-
"toc": false,
|
|
124
|
-
"layout": "default",
|
|
125
|
-
"tasks": [
|
|
126
|
-
"readme"
|
|
127
|
-
],
|
|
128
|
-
"plugins": [
|
|
129
|
-
"gulp-format-md"
|
|
130
|
-
],
|
|
131
|
-
"lint": {
|
|
132
|
-
"reflinks": true
|
|
133
|
-
},
|
|
134
|
-
"reflinks": [
|
|
135
|
-
"verb"
|
|
136
|
-
]
|
|
137
|
-
},
|
|
138
|
-
"version": "3.2.2"
|
|
139
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
# Developer's Certificate of Origin 1.1
|
|
2
|
-
|
|
3
|
-
By making a contribution to this project, I certify that:
|
|
4
|
-
|
|
5
|
-
* (a) The contribution was created in whole or in part by me and I
|
|
6
|
-
have the right to submit it under the open source license
|
|
7
|
-
indicated in the file; or
|
|
8
|
-
|
|
9
|
-
* (b) The contribution is based upon previous work that, to the best
|
|
10
|
-
of my knowledge, is covered under an appropriate open source
|
|
11
|
-
license and I have the right under that license to submit that
|
|
12
|
-
work with modifications, whether created in whole or in part
|
|
13
|
-
by me, under the same open source license (unless I am
|
|
14
|
-
permitted to submit under a different license), as indicated
|
|
15
|
-
in the file; or
|
|
16
|
-
|
|
17
|
-
* (c) The contribution was provided directly to me by some other
|
|
18
|
-
person who certified (a), (b) or (c) and I have not modified
|
|
19
|
-
it.
|
|
20
|
-
|
|
21
|
-
* (d) I understand and agree that this project and the contribution
|
|
22
|
-
are public and that a record of the contribution (including all
|
|
23
|
-
personal information I submit with it, including my sign-off) is
|
|
24
|
-
maintained indefinitely and may be redistributed consistent with
|
|
25
|
-
this project or the open source license(s) involved.
|
|
26
|
-
|
|
27
|
-
## Moderation Policy
|
|
28
|
-
|
|
29
|
-
The [Node.js Moderation Policy] applies to this WG.
|
|
30
|
-
|
|
31
|
-
## Code of Conduct
|
|
32
|
-
|
|
33
|
-
The [Node.js Code of Conduct][] applies to this WG.
|
|
34
|
-
|
|
35
|
-
[Node.js Code of Conduct]:
|
|
36
|
-
https://github.com/nodejs/node/blob/master/CODE_OF_CONDUCT.md
|
|
37
|
-
[Node.js Moderation Policy]:
|
|
38
|
-
https://github.com/nodejs/TSC/blob/master/Moderation-Policy.md
|
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
### Streams Working Group
|
|
2
|
-
|
|
3
|
-
The Node.js Streams is jointly governed by a Working Group
|
|
4
|
-
(WG)
|
|
5
|
-
that is responsible for high-level guidance of the project.
|
|
6
|
-
|
|
7
|
-
The WG has final authority over this project including:
|
|
8
|
-
|
|
9
|
-
* Technical direction
|
|
10
|
-
* Project governance and process (including this policy)
|
|
11
|
-
* Contribution policy
|
|
12
|
-
* GitHub repository hosting
|
|
13
|
-
* Conduct guidelines
|
|
14
|
-
* Maintaining the list of additional Collaborators
|
|
15
|
-
|
|
16
|
-
For the current list of WG members, see the project
|
|
17
|
-
[README.md](./README.md#current-project-team-members).
|
|
18
|
-
|
|
19
|
-
### Collaborators
|
|
20
|
-
|
|
21
|
-
The readable-stream GitHub repository is
|
|
22
|
-
maintained by the WG and additional Collaborators who are added by the
|
|
23
|
-
WG on an ongoing basis.
|
|
24
|
-
|
|
25
|
-
Individuals making significant and valuable contributions are made
|
|
26
|
-
Collaborators and given commit-access to the project. These
|
|
27
|
-
individuals are identified by the WG and their addition as
|
|
28
|
-
Collaborators is discussed during the WG meeting.
|
|
29
|
-
|
|
30
|
-
_Note:_ If you make a significant contribution and are not considered
|
|
31
|
-
for commit-access log an issue or contact a WG member directly and it
|
|
32
|
-
will be brought up in the next WG meeting.
|
|
33
|
-
|
|
34
|
-
Modifications of the contents of the readable-stream repository are
|
|
35
|
-
made on
|
|
36
|
-
a collaborative basis. Anybody with a GitHub account may propose a
|
|
37
|
-
modification via pull request and it will be considered by the project
|
|
38
|
-
Collaborators. All pull requests must be reviewed and accepted by a
|
|
39
|
-
Collaborator with sufficient expertise who is able to take full
|
|
40
|
-
responsibility for the change. In the case of pull requests proposed
|
|
41
|
-
by an existing Collaborator, an additional Collaborator is required
|
|
42
|
-
for sign-off. Consensus should be sought if additional Collaborators
|
|
43
|
-
participate and there is disagreement around a particular
|
|
44
|
-
modification. See _Consensus Seeking Process_ below for further detail
|
|
45
|
-
on the consensus model used for governance.
|
|
46
|
-
|
|
47
|
-
Collaborators may opt to elevate significant or controversial
|
|
48
|
-
modifications, or modifications that have not found consensus to the
|
|
49
|
-
WG for discussion by assigning the ***WG-agenda*** tag to a pull
|
|
50
|
-
request or issue. The WG should serve as the final arbiter where
|
|
51
|
-
required.
|
|
52
|
-
|
|
53
|
-
For the current list of Collaborators, see the project
|
|
54
|
-
[README.md](./README.md#members).
|
|
55
|
-
|
|
56
|
-
### WG Membership
|
|
57
|
-
|
|
58
|
-
WG seats are not time-limited. There is no fixed size of the WG.
|
|
59
|
-
However, the expected target is between 6 and 12, to ensure adequate
|
|
60
|
-
coverage of important areas of expertise, balanced with the ability to
|
|
61
|
-
make decisions efficiently.
|
|
62
|
-
|
|
63
|
-
There is no specific set of requirements or qualifications for WG
|
|
64
|
-
membership beyond these rules.
|
|
65
|
-
|
|
66
|
-
The WG may add additional members to the WG by unanimous consensus.
|
|
67
|
-
|
|
68
|
-
A WG member may be removed from the WG by voluntary resignation, or by
|
|
69
|
-
unanimous consensus of all other WG members.
|
|
70
|
-
|
|
71
|
-
Changes to WG membership should be posted in the agenda, and may be
|
|
72
|
-
suggested as any other agenda item (see "WG Meetings" below).
|
|
73
|
-
|
|
74
|
-
If an addition or removal is proposed during a meeting, and the full
|
|
75
|
-
WG is not in attendance to participate, then the addition or removal
|
|
76
|
-
is added to the agenda for the subsequent meeting. This is to ensure
|
|
77
|
-
that all members are given the opportunity to participate in all
|
|
78
|
-
membership decisions. If a WG member is unable to attend a meeting
|
|
79
|
-
where a planned membership decision is being made, then their consent
|
|
80
|
-
is assumed.
|
|
81
|
-
|
|
82
|
-
No more than 1/3 of the WG members may be affiliated with the same
|
|
83
|
-
employer. If removal or resignation of a WG member, or a change of
|
|
84
|
-
employment by a WG member, creates a situation where more than 1/3 of
|
|
85
|
-
the WG membership shares an employer, then the situation must be
|
|
86
|
-
immediately remedied by the resignation or removal of one or more WG
|
|
87
|
-
members affiliated with the over-represented employer(s).
|
|
88
|
-
|
|
89
|
-
### WG Meetings
|
|
90
|
-
|
|
91
|
-
The WG meets occasionally on a Google Hangout On Air. A designated moderator
|
|
92
|
-
approved by the WG runs the meeting. Each meeting should be
|
|
93
|
-
published to YouTube.
|
|
94
|
-
|
|
95
|
-
Items are added to the WG agenda that are considered contentious or
|
|
96
|
-
are modifications of governance, contribution policy, WG membership,
|
|
97
|
-
or release process.
|
|
98
|
-
|
|
99
|
-
The intention of the agenda is not to approve or review all patches;
|
|
100
|
-
that should happen continuously on GitHub and be handled by the larger
|
|
101
|
-
group of Collaborators.
|
|
102
|
-
|
|
103
|
-
Any community member or contributor can ask that something be added to
|
|
104
|
-
the next meeting's agenda by logging a GitHub Issue. Any Collaborator,
|
|
105
|
-
WG member or the moderator can add the item to the agenda by adding
|
|
106
|
-
the ***WG-agenda*** tag to the issue.
|
|
107
|
-
|
|
108
|
-
Prior to each WG meeting the moderator will share the Agenda with
|
|
109
|
-
members of the WG. WG members can add any items they like to the
|
|
110
|
-
agenda at the beginning of each meeting. The moderator and the WG
|
|
111
|
-
cannot veto or remove items.
|
|
112
|
-
|
|
113
|
-
The WG may invite persons or representatives from certain projects to
|
|
114
|
-
participate in a non-voting capacity.
|
|
115
|
-
|
|
116
|
-
The moderator is responsible for summarizing the discussion of each
|
|
117
|
-
agenda item and sends it as a pull request after the meeting.
|
|
118
|
-
|
|
119
|
-
### Consensus Seeking Process
|
|
120
|
-
|
|
121
|
-
The WG follows a
|
|
122
|
-
[Consensus
|
|
123
|
-
Seeking](http://en.wikipedia.org/wiki/Consensus-seeking_decision-making)
|
|
124
|
-
decision-making model.
|
|
125
|
-
|
|
126
|
-
When an agenda item has appeared to reach a consensus the moderator
|
|
127
|
-
will ask "Does anyone object?" as a final call for dissent from the
|
|
128
|
-
consensus.
|
|
129
|
-
|
|
130
|
-
If an agenda item cannot reach a consensus a WG member can call for
|
|
131
|
-
either a closing vote or a vote to table the issue to the next
|
|
132
|
-
meeting. The call for a vote must be seconded by a majority of the WG
|
|
133
|
-
or else the discussion will continue. Simple majority wins.
|
|
134
|
-
|
|
135
|
-
Note that changes to WG membership require a majority consensus. See
|
|
136
|
-
"WG Membership" above.
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
Node.js is licensed for use as follows:
|
|
2
|
-
|
|
3
|
-
"""
|
|
4
|
-
Copyright Node.js contributors. All rights reserved.
|
|
5
|
-
|
|
6
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
-
of this software and associated documentation files (the "Software"), to
|
|
8
|
-
deal in the Software without restriction, including without limitation the
|
|
9
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
10
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
11
|
-
furnished to do so, subject to the following conditions:
|
|
12
|
-
|
|
13
|
-
The above copyright notice and this permission notice shall be included in
|
|
14
|
-
all copies or substantial portions of the Software.
|
|
15
|
-
|
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
21
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
22
|
-
IN THE SOFTWARE.
|
|
23
|
-
"""
|
|
24
|
-
|
|
25
|
-
This license applies to parts of Node.js originating from the
|
|
26
|
-
https://github.com/joyent/node repository:
|
|
27
|
-
|
|
28
|
-
"""
|
|
29
|
-
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
30
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31
|
-
of this software and associated documentation files (the "Software"), to
|
|
32
|
-
deal in the Software without restriction, including without limitation the
|
|
33
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
34
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
35
|
-
furnished to do so, subject to the following conditions:
|
|
36
|
-
|
|
37
|
-
The above copyright notice and this permission notice shall be included in
|
|
38
|
-
all copies or substantial portions of the Software.
|
|
39
|
-
|
|
40
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
41
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
42
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
43
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
44
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
45
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
46
|
-
IN THE SOFTWARE.
|
|
47
|
-
"""
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
# readable-stream
|
|
2
|
-
|
|
3
|
-
***Node.js core streams for userland*** [](https://travis-ci.com/nodejs/readable-stream)
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
[](https://nodei.co/npm/readable-stream/)
|
|
7
|
-
[](https://nodei.co/npm/readable-stream/)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
[](https://saucelabs.com/u/readabe-stream)
|
|
11
|
-
|
|
12
|
-
```bash
|
|
13
|
-
npm install --save readable-stream
|
|
14
|
-
```
|
|
15
|
-
|
|
16
|
-
This package is a mirror of the streams implementations in Node.js.
|
|
17
|
-
|
|
18
|
-
Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v10.19.0/docs/api/stream.html).
|
|
19
|
-
|
|
20
|
-
If you want to guarantee a stable streams base, regardless of what version of
|
|
21
|
-
Node you, or the users of your libraries are using, use **readable-stream** *only* and avoid the *"stream"* module in Node-core, for background see [this blogpost](http://r.va.gg/2014/06/why-i-dont-use-nodes-core-stream-module.html).
|
|
22
|
-
|
|
23
|
-
As of version 2.0.0 **readable-stream** uses semantic versioning.
|
|
24
|
-
|
|
25
|
-
## Version 3.x.x
|
|
26
|
-
|
|
27
|
-
v3.x.x of `readable-stream` is a cut from Node 10. This version supports Node 6, 8, and 10, as well as evergreen browsers, IE 11 and latest Safari. The breaking changes introduced by v3 are composed by the combined breaking changes in [Node v9](https://nodejs.org/en/blog/release/v9.0.0/) and [Node v10](https://nodejs.org/en/blog/release/v10.0.0/), as follows:
|
|
28
|
-
|
|
29
|
-
1. Error codes: https://github.com/nodejs/node/pull/13310,
|
|
30
|
-
https://github.com/nodejs/node/pull/13291,
|
|
31
|
-
https://github.com/nodejs/node/pull/16589,
|
|
32
|
-
https://github.com/nodejs/node/pull/15042,
|
|
33
|
-
https://github.com/nodejs/node/pull/15665,
|
|
34
|
-
https://github.com/nodejs/readable-stream/pull/344
|
|
35
|
-
2. 'readable' have precedence over flowing
|
|
36
|
-
https://github.com/nodejs/node/pull/18994
|
|
37
|
-
3. make virtual methods errors consistent
|
|
38
|
-
https://github.com/nodejs/node/pull/18813
|
|
39
|
-
4. updated streams error handling
|
|
40
|
-
https://github.com/nodejs/node/pull/18438
|
|
41
|
-
5. writable.end should return this.
|
|
42
|
-
https://github.com/nodejs/node/pull/18780
|
|
43
|
-
6. readable continues to read when push('')
|
|
44
|
-
https://github.com/nodejs/node/pull/18211
|
|
45
|
-
7. add custom inspect to BufferList
|
|
46
|
-
https://github.com/nodejs/node/pull/17907
|
|
47
|
-
8. always defer 'readable' with nextTick
|
|
48
|
-
https://github.com/nodejs/node/pull/17979
|
|
49
|
-
|
|
50
|
-
## Version 2.x.x
|
|
51
|
-
v2.x.x of `readable-stream` is a cut of the stream module from Node 8 (there have been no semver-major changes from Node 4 to 8). This version supports all Node.js versions from 0.8, as well as evergreen browsers and IE 10 & 11.
|
|
52
|
-
|
|
53
|
-
### Big Thanks
|
|
54
|
-
|
|
55
|
-
Cross-browser Testing Platform and Open Source <3 Provided by [Sauce Labs][sauce]
|
|
56
|
-
|
|
57
|
-
# Usage
|
|
58
|
-
|
|
59
|
-
You can swap your `require('stream')` with `require('readable-stream')`
|
|
60
|
-
without any changes, if you are just using one of the main classes and
|
|
61
|
-
functions.
|
|
62
|
-
|
|
63
|
-
```js
|
|
64
|
-
const {
|
|
65
|
-
Readable,
|
|
66
|
-
Writable,
|
|
67
|
-
Transform,
|
|
68
|
-
Duplex,
|
|
69
|
-
pipeline,
|
|
70
|
-
finished
|
|
71
|
-
} = require('readable-stream')
|
|
72
|
-
````
|
|
73
|
-
|
|
74
|
-
Note that `require('stream')` will return `Stream`, while
|
|
75
|
-
`require('readable-stream')` will return `Readable`. We discourage using
|
|
76
|
-
whatever is exported directly, but rather use one of the properties as
|
|
77
|
-
shown in the example above.
|
|
78
|
-
|
|
79
|
-
# Streams Working Group
|
|
80
|
-
|
|
81
|
-
`readable-stream` is maintained by the Streams Working Group, which
|
|
82
|
-
oversees the development and maintenance of the Streams API within
|
|
83
|
-
Node.js. The responsibilities of the Streams Working Group include:
|
|
84
|
-
|
|
85
|
-
* Addressing stream issues on the Node.js issue tracker.
|
|
86
|
-
* Authoring and editing stream documentation within the Node.js project.
|
|
87
|
-
* Reviewing changes to stream subclasses within the Node.js project.
|
|
88
|
-
* Redirecting changes to streams from the Node.js project to this
|
|
89
|
-
project.
|
|
90
|
-
* Assisting in the implementation of stream providers within Node.js.
|
|
91
|
-
* Recommending versions of `readable-stream` to be included in Node.js.
|
|
92
|
-
* Messaging about the future of streams to give the community advance
|
|
93
|
-
notice of changes.
|
|
94
|
-
|
|
95
|
-
<a name="members"></a>
|
|
96
|
-
## Team Members
|
|
97
|
-
|
|
98
|
-
* **Calvin Metcalf** ([@calvinmetcalf](https://github.com/calvinmetcalf)) <calvin.metcalf@gmail.com>
|
|
99
|
-
- Release GPG key: F3EF5F62A87FC27A22E643F714CE4FF5015AA242
|
|
100
|
-
* **Mathias Buus** ([@mafintosh](https://github.com/mafintosh)) <mathiasbuus@gmail.com>
|
|
101
|
-
* **Matteo Collina** ([@mcollina](https://github.com/mcollina)) <matteo.collina@gmail.com>
|
|
102
|
-
- Release GPG key: 3ABC01543F22DD2239285CDD818674489FBC127E
|
|
103
|
-
* **Irina Shestak** ([@lrlna](https://github.com/lrlna)) <shestak.irina@gmail.com>
|
|
104
|
-
* **Yoshua Wyuts** ([@yoshuawuyts](https://github.com/yoshuawuyts)) <yoshuawuyts@gmail.com>
|
|
105
|
-
|
|
106
|
-
[sauce]: https://saucelabs.com
|