@slicemachine/init 0.1.1-debug → 0.1.1-dev-plugins.3
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/LICENSE +202 -0
- package/bin/slicemachine-init.js +2 -0
- package/dist/SliceMachineInitProcess.cjs +682 -0
- package/dist/SliceMachineInitProcess.cjs.map +1 -0
- package/dist/SliceMachineInitProcess.d.ts +45 -0
- package/dist/SliceMachineInitProcess.js +664 -0
- package/dist/SliceMachineInitProcess.js.map +1 -0
- package/dist/__node_modules/@babel/code-frame/lib/index.cjs +144 -0
- package/dist/__node_modules/@babel/code-frame/lib/index.cjs.map +1 -0
- package/dist/__node_modules/@babel/code-frame/lib/index.js +143 -0
- package/dist/__node_modules/@babel/code-frame/lib/index.js.map +1 -0
- package/dist/__node_modules/@babel/helper-validator-identifier/lib/identifier.cjs +82 -0
- package/dist/__node_modules/@babel/helper-validator-identifier/lib/identifier.cjs.map +1 -0
- package/dist/__node_modules/@babel/helper-validator-identifier/lib/identifier.js +83 -0
- package/dist/__node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
- package/dist/__node_modules/@babel/helper-validator-identifier/lib/index.cjs +62 -0
- package/dist/__node_modules/@babel/helper-validator-identifier/lib/index.cjs.map +1 -0
- package/dist/__node_modules/@babel/helper-validator-identifier/lib/index.js +61 -0
- package/dist/__node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
- package/dist/__node_modules/@babel/helper-validator-identifier/lib/keyword.cjs +35 -0
- package/dist/__node_modules/@babel/helper-validator-identifier/lib/keyword.cjs.map +1 -0
- package/dist/__node_modules/@babel/helper-validator-identifier/lib/keyword.js +36 -0
- package/dist/__node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
- package/dist/__node_modules/@babel/highlight/lib/index.cjs +100 -0
- package/dist/__node_modules/@babel/highlight/lib/index.cjs.map +1 -0
- package/dist/__node_modules/@babel/highlight/lib/index.js +99 -0
- package/dist/__node_modules/@babel/highlight/lib/index.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/adapters/fs.cjs +24 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/adapters/fs.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/adapters/fs.js +23 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/adapters/fs.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/constants.cjs +17 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/constants.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/constants.js +18 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/constants.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/index.cjs +35 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/index.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/index.js +36 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/index.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/providers/async.cjs +116 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/providers/async.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/providers/async.js +117 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/providers/async.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/providers/common.cjs +13 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/providers/common.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/providers/common.js +14 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/providers/common.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/providers/sync.cjs +64 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/providers/sync.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/providers/sync.js +65 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/providers/sync.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/settings.cjs +31 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/settings.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/settings.js +30 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/settings.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/utils/fs.cjs +22 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/utils/fs.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/utils/fs.js +23 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/utils/fs.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/utils/index.cjs +10 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/utils/index.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/utils/index.js +11 -0
- package/dist/__node_modules/@nodelib/fs.scandir/out/utils/index.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/adapters/fs.cjs +22 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/adapters/fs.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/adapters/fs.js +21 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/adapters/fs.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/index.cjs +35 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/index.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/index.js +36 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/index.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/providers/async.cjs +39 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/providers/async.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/providers/async.js +40 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/providers/async.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/providers/sync.cjs +25 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/providers/sync.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/providers/sync.js +26 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/providers/sync.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/settings.cjs +20 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/settings.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/settings.js +19 -0
- package/dist/__node_modules/@nodelib/fs.stat/out/settings.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/index.cjs +45 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/index.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/index.js +46 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/index.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/providers/async.cjs +34 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/providers/async.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/providers/async.js +33 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/providers/async.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/providers/stream.cjs +40 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/providers/stream.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/providers/stream.js +39 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/providers/stream.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/providers/sync.cjs +18 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/providers/sync.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/providers/sync.js +17 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/providers/sync.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/readers/async.cjs +108 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/readers/async.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/readers/async.js +107 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/readers/async.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/readers/common.cjs +31 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/readers/common.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/readers/common.js +32 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/readers/common.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/readers/reader.cjs +15 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/readers/reader.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/readers/reader.js +14 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/readers/reader.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/readers/sync.cjs +66 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/readers/sync.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/readers/sync.js +65 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/readers/sync.js.map +1 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/settings.cjs +31 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/settings.cjs.map +1 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/settings.js +30 -0
- package/dist/__node_modules/@nodelib/fs.walk/out/settings.js.map +1 -0
- package/dist/__node_modules/arrify/index.cjs +9 -0
- package/dist/__node_modules/arrify/index.cjs.map +1 -0
- package/dist/__node_modules/arrify/index.js +10 -0
- package/dist/__node_modules/arrify/index.js.map +1 -0
- package/dist/__node_modules/braces/index.cjs +63 -0
- package/dist/__node_modules/braces/index.cjs.map +1 -0
- package/dist/__node_modules/braces/index.js +64 -0
- package/dist/__node_modules/braces/index.js.map +1 -0
- package/dist/__node_modules/braces/lib/compile.cjs +50 -0
- package/dist/__node_modules/braces/lib/compile.cjs.map +1 -0
- package/dist/__node_modules/braces/lib/compile.js +51 -0
- package/dist/__node_modules/braces/lib/compile.js.map +1 -0
- package/dist/__node_modules/braces/lib/constants.cjs +97 -0
- package/dist/__node_modules/braces/lib/constants.cjs.map +1 -0
- package/dist/__node_modules/braces/lib/constants.js +98 -0
- package/dist/__node_modules/braces/lib/constants.js.map +1 -0
- package/dist/__node_modules/braces/lib/expand.cjs +97 -0
- package/dist/__node_modules/braces/lib/expand.cjs.map +1 -0
- package/dist/__node_modules/braces/lib/expand.js +98 -0
- package/dist/__node_modules/braces/lib/expand.js.map +1 -0
- package/dist/__node_modules/braces/lib/parse.cjs +240 -0
- package/dist/__node_modules/braces/lib/parse.cjs.map +1 -0
- package/dist/__node_modules/braces/lib/parse.js +241 -0
- package/dist/__node_modules/braces/lib/parse.js.map +1 -0
- package/dist/__node_modules/braces/lib/stringify.cjs +29 -0
- package/dist/__node_modules/braces/lib/stringify.cjs.map +1 -0
- package/dist/__node_modules/braces/lib/stringify.js +30 -0
- package/dist/__node_modules/braces/lib/stringify.js.map +1 -0
- package/dist/__node_modules/braces/lib/utils.cjs +83 -0
- package/dist/__node_modules/braces/lib/utils.cjs.map +1 -0
- package/dist/__node_modules/braces/lib/utils.js +84 -0
- package/dist/__node_modules/braces/lib/utils.js.map +1 -0
- package/dist/__node_modules/camelcase-keys/__node_modules/camelcase/index.cjs +83 -0
- package/dist/__node_modules/camelcase-keys/__node_modules/camelcase/index.cjs.map +1 -0
- package/dist/__node_modules/camelcase-keys/__node_modules/camelcase/index.js +84 -0
- package/dist/__node_modules/camelcase-keys/__node_modules/camelcase/index.js.map +1 -0
- package/dist/__node_modules/camelcase-keys/index.cjs +56 -0
- package/dist/__node_modules/camelcase-keys/index.cjs.map +1 -0
- package/dist/__node_modules/camelcase-keys/index.js +57 -0
- package/dist/__node_modules/camelcase-keys/index.js.map +1 -0
- package/dist/__node_modules/cross-spawn/index.cjs +27 -0
- package/dist/__node_modules/cross-spawn/index.cjs.map +1 -0
- package/dist/__node_modules/cross-spawn/index.js +28 -0
- package/dist/__node_modules/cross-spawn/index.js.map +1 -0
- package/dist/__node_modules/cross-spawn/lib/enoent.cjs +46 -0
- package/dist/__node_modules/cross-spawn/lib/enoent.cjs.map +1 -0
- package/dist/__node_modules/cross-spawn/lib/enoent.js +47 -0
- package/dist/__node_modules/cross-spawn/lib/enoent.js.map +1 -0
- package/dist/__node_modules/cross-spawn/lib/parse.cjs +63 -0
- package/dist/__node_modules/cross-spawn/lib/parse.cjs.map +1 -0
- package/dist/__node_modules/cross-spawn/lib/parse.js +64 -0
- package/dist/__node_modules/cross-spawn/lib/parse.js.map +1 -0
- package/dist/__node_modules/cross-spawn/lib/util/escape.cjs +22 -0
- package/dist/__node_modules/cross-spawn/lib/util/escape.cjs.map +1 -0
- package/dist/__node_modules/cross-spawn/lib/util/escape.js +23 -0
- package/dist/__node_modules/cross-spawn/lib/util/escape.js.map +1 -0
- package/dist/__node_modules/cross-spawn/lib/util/readShebang.cjs +20 -0
- package/dist/__node_modules/cross-spawn/lib/util/readShebang.cjs.map +1 -0
- package/dist/__node_modules/cross-spawn/lib/util/readShebang.js +21 -0
- package/dist/__node_modules/cross-spawn/lib/util/readShebang.js.map +1 -0
- package/dist/__node_modules/cross-spawn/lib/util/resolveCommand.cjs +42 -0
- package/dist/__node_modules/cross-spawn/lib/util/resolveCommand.cjs.map +1 -0
- package/dist/__node_modules/cross-spawn/lib/util/resolveCommand.js +43 -0
- package/dist/__node_modules/cross-spawn/lib/util/resolveCommand.js.map +1 -0
- package/dist/__node_modules/decamelize/index.cjs +38 -0
- package/dist/__node_modules/decamelize/index.cjs.map +1 -0
- package/dist/__node_modules/decamelize/index.js +39 -0
- package/dist/__node_modules/decamelize/index.js.map +1 -0
- package/dist/__node_modules/decamelize-keys/__node_modules/decamelize/index.cjs +10 -0
- package/dist/__node_modules/decamelize-keys/__node_modules/decamelize/index.cjs.map +1 -0
- package/dist/__node_modules/decamelize-keys/__node_modules/decamelize/index.js +11 -0
- package/dist/__node_modules/decamelize-keys/__node_modules/decamelize/index.js.map +1 -0
- package/dist/__node_modules/decamelize-keys/__node_modules/map-obj/index.cjs +13 -0
- package/dist/__node_modules/decamelize-keys/__node_modules/map-obj/index.cjs.map +1 -0
- package/dist/__node_modules/decamelize-keys/__node_modules/map-obj/index.js +14 -0
- package/dist/__node_modules/decamelize-keys/__node_modules/map-obj/index.js.map +1 -0
- package/dist/__node_modules/decamelize-keys/index.cjs +20 -0
- package/dist/__node_modules/decamelize-keys/index.cjs.map +1 -0
- package/dist/__node_modules/decamelize-keys/index.js +21 -0
- package/dist/__node_modules/decamelize-keys/index.js.map +1 -0
- package/dist/__node_modules/dir-glob/index.cjs +63 -0
- package/dist/__node_modules/dir-glob/index.cjs.map +1 -0
- package/dist/__node_modules/dir-glob/index.js +64 -0
- package/dist/__node_modules/dir-glob/index.js.map +1 -0
- package/dist/__node_modules/error-ex/index.cjs +108 -0
- package/dist/__node_modules/error-ex/index.cjs.map +1 -0
- package/dist/__node_modules/error-ex/index.js +109 -0
- package/dist/__node_modules/error-ex/index.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/index.cjs +77 -0
- package/dist/__node_modules/fast-glob/out/index.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/index.js +78 -0
- package/dist/__node_modules/fast-glob/out/index.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/managers/patterns.cjs +15 -0
- package/dist/__node_modules/fast-glob/out/managers/patterns.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/managers/patterns.js +16 -0
- package/dist/__node_modules/fast-glob/out/managers/patterns.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/managers/tasks.cjs +83 -0
- package/dist/__node_modules/fast-glob/out/managers/tasks.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/managers/tasks.js +84 -0
- package/dist/__node_modules/fast-glob/out/managers/tasks.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/async.cjs +29 -0
- package/dist/__node_modules/fast-glob/out/providers/async.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/async.js +28 -0
- package/dist/__node_modules/fast-glob/out/providers/async.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/filters/deep.cjs +65 -0
- package/dist/__node_modules/fast-glob/out/providers/filters/deep.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/filters/deep.js +64 -0
- package/dist/__node_modules/fast-glob/out/providers/filters/deep.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/filters/entry.cjs +65 -0
- package/dist/__node_modules/fast-glob/out/providers/filters/entry.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/filters/entry.js +64 -0
- package/dist/__node_modules/fast-glob/out/providers/filters/entry.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/filters/error.cjs +19 -0
- package/dist/__node_modules/fast-glob/out/providers/filters/error.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/filters/error.js +18 -0
- package/dist/__node_modules/fast-glob/out/providers/filters/error.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/matchers/matcher.cjs +50 -0
- package/dist/__node_modules/fast-glob/out/providers/matchers/matcher.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/matchers/matcher.js +49 -0
- package/dist/__node_modules/fast-glob/out/providers/matchers/matcher.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/matchers/partial.cjs +35 -0
- package/dist/__node_modules/fast-glob/out/providers/matchers/partial.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/matchers/partial.js +34 -0
- package/dist/__node_modules/fast-glob/out/providers/matchers/partial.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/provider.cjs +59 -0
- package/dist/__node_modules/fast-glob/out/providers/provider.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/provider.js +58 -0
- package/dist/__node_modules/fast-glob/out/providers/provider.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/stream.cjs +35 -0
- package/dist/__node_modules/fast-glob/out/providers/stream.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/stream.js +34 -0
- package/dist/__node_modules/fast-glob/out/providers/stream.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/sync.cjs +29 -0
- package/dist/__node_modules/fast-glob/out/providers/sync.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/sync.js +28 -0
- package/dist/__node_modules/fast-glob/out/providers/sync.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/transformers/entry.cjs +30 -0
- package/dist/__node_modules/fast-glob/out/providers/transformers/entry.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/providers/transformers/entry.js +29 -0
- package/dist/__node_modules/fast-glob/out/providers/transformers/entry.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/readers/async.cjs +41 -0
- package/dist/__node_modules/fast-glob/out/readers/async.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/readers/async.js +40 -0
- package/dist/__node_modules/fast-glob/out/readers/async.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/readers/reader.cjs +40 -0
- package/dist/__node_modules/fast-glob/out/readers/reader.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/readers/reader.js +39 -0
- package/dist/__node_modules/fast-glob/out/readers/reader.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/readers/stream.cjs +60 -0
- package/dist/__node_modules/fast-glob/out/readers/stream.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/readers/stream.js +59 -0
- package/dist/__node_modules/fast-glob/out/readers/stream.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/readers/sync.cjs +50 -0
- package/dist/__node_modules/fast-glob/out/readers/sync.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/readers/sync.js +49 -0
- package/dist/__node_modules/fast-glob/out/readers/sync.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/settings.cjs +59 -0
- package/dist/__node_modules/fast-glob/out/settings.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/settings.js +58 -0
- package/dist/__node_modules/fast-glob/out/settings.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/utils/array.cjs +24 -0
- package/dist/__node_modules/fast-glob/out/utils/array.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/utils/array.js +25 -0
- package/dist/__node_modules/fast-glob/out/utils/array.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/utils/errno.cjs +10 -0
- package/dist/__node_modules/fast-glob/out/utils/errno.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/utils/errno.js +11 -0
- package/dist/__node_modules/fast-glob/out/utils/errno.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/utils/fs.cjs +22 -0
- package/dist/__node_modules/fast-glob/out/utils/fs.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/utils/fs.js +23 -0
- package/dist/__node_modules/fast-glob/out/utils/fs.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/utils/index.cjs +34 -0
- package/dist/__node_modules/fast-glob/out/utils/index.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/utils/index.js +35 -0
- package/dist/__node_modules/fast-glob/out/utils/index.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/utils/path.cjs +32 -0
- package/dist/__node_modules/fast-glob/out/utils/path.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/utils/path.js +33 -0
- package/dist/__node_modules/fast-glob/out/utils/path.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/utils/pattern.cjs +144 -0
- package/dist/__node_modules/fast-glob/out/utils/pattern.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/utils/pattern.js +145 -0
- package/dist/__node_modules/fast-glob/out/utils/pattern.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/utils/stream.cjs +21 -0
- package/dist/__node_modules/fast-glob/out/utils/stream.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/utils/stream.js +22 -0
- package/dist/__node_modules/fast-glob/out/utils/stream.js.map +1 -0
- package/dist/__node_modules/fast-glob/out/utils/string.cjs +14 -0
- package/dist/__node_modules/fast-glob/out/utils/string.cjs.map +1 -0
- package/dist/__node_modules/fast-glob/out/utils/string.js +15 -0
- package/dist/__node_modules/fast-glob/out/utils/string.js.map +1 -0
- package/dist/__node_modules/fastq/queue.cjs +239 -0
- package/dist/__node_modules/fastq/queue.cjs.map +1 -0
- package/dist/__node_modules/fastq/queue.js +240 -0
- package/dist/__node_modules/fastq/queue.js.map +1 -0
- package/dist/__node_modules/fill-range/index.cjs +210 -0
- package/dist/__node_modules/fill-range/index.cjs.map +1 -0
- package/dist/__node_modules/fill-range/index.js +211 -0
- package/dist/__node_modules/fill-range/index.js.map +1 -0
- package/dist/__node_modules/function-bind/implementation.cjs +46 -0
- package/dist/__node_modules/function-bind/implementation.cjs.map +1 -0
- package/dist/__node_modules/function-bind/implementation.js +47 -0
- package/dist/__node_modules/function-bind/implementation.js.map +1 -0
- package/dist/__node_modules/function-bind/index.cjs +6 -0
- package/dist/__node_modules/function-bind/index.cjs.map +1 -0
- package/dist/__node_modules/function-bind/index.js +7 -0
- package/dist/__node_modules/function-bind/index.js.map +1 -0
- package/dist/__node_modules/glob-parent/index.cjs +28 -0
- package/dist/__node_modules/glob-parent/index.cjs.map +1 -0
- package/dist/__node_modules/glob-parent/index.js +29 -0
- package/dist/__node_modules/glob-parent/index.js.map +1 -0
- package/dist/__node_modules/globby/ignore.cjs +61 -0
- package/dist/__node_modules/globby/ignore.cjs.map +1 -0
- package/dist/__node_modules/globby/ignore.js +61 -0
- package/dist/__node_modules/globby/ignore.js.map +1 -0
- package/dist/__node_modules/globby/index.cjs +137 -0
- package/dist/__node_modules/globby/index.cjs.map +1 -0
- package/dist/__node_modules/globby/index.js +137 -0
- package/dist/__node_modules/globby/index.js.map +1 -0
- package/dist/__node_modules/globby/utilities.cjs +9 -0
- package/dist/__node_modules/globby/utilities.cjs.map +1 -0
- package/dist/__node_modules/globby/utilities.js +9 -0
- package/dist/__node_modules/globby/utilities.js.map +1 -0
- package/dist/__node_modules/hard-rejection/index.cjs +22 -0
- package/dist/__node_modules/hard-rejection/index.cjs.map +1 -0
- package/dist/__node_modules/hard-rejection/index.js +23 -0
- package/dist/__node_modules/hard-rejection/index.js.map +1 -0
- package/dist/__node_modules/has/src/index.cjs +6 -0
- package/dist/__node_modules/has/src/index.cjs.map +1 -0
- package/dist/__node_modules/has/src/index.js +7 -0
- package/dist/__node_modules/has/src/index.js.map +1 -0
- package/dist/__node_modules/ignore/index.cjs +368 -0
- package/dist/__node_modules/ignore/index.cjs.map +1 -0
- package/dist/__node_modules/ignore/index.js +369 -0
- package/dist/__node_modules/ignore/index.js.map +1 -0
- package/dist/__node_modules/is-arrayish/index.cjs +9 -0
- package/dist/__node_modules/is-arrayish/index.cjs.map +1 -0
- package/dist/__node_modules/is-arrayish/index.js +10 -0
- package/dist/__node_modules/is-arrayish/index.js.map +1 -0
- package/dist/__node_modules/is-core-module/core.json.cjs +487 -0
- package/dist/__node_modules/is-core-module/core.json.cjs.map +1 -0
- package/dist/__node_modules/is-core-module/core.json.js +487 -0
- package/dist/__node_modules/is-core-module/core.json.js.map +1 -0
- package/dist/__node_modules/is-core-module/index.cjs +61 -0
- package/dist/__node_modules/is-core-module/index.cjs.map +1 -0
- package/dist/__node_modules/is-core-module/index.js +62 -0
- package/dist/__node_modules/is-core-module/index.js.map +1 -0
- package/dist/__node_modules/is-extglob/index.cjs +21 -0
- package/dist/__node_modules/is-extglob/index.cjs.map +1 -0
- package/dist/__node_modules/is-extglob/index.js +22 -0
- package/dist/__node_modules/is-extglob/index.js.map +1 -0
- package/dist/__node_modules/is-glob/index.cjs +135 -0
- package/dist/__node_modules/is-glob/index.cjs.map +1 -0
- package/dist/__node_modules/is-glob/index.js +136 -0
- package/dist/__node_modules/is-glob/index.js.map +1 -0
- package/dist/__node_modules/is-number/index.cjs +18 -0
- package/dist/__node_modules/is-number/index.cjs.map +1 -0
- package/dist/__node_modules/is-number/index.js +19 -0
- package/dist/__node_modules/is-number/index.js.map +1 -0
- package/dist/__node_modules/is-plain-obj/index.cjs +8 -0
- package/dist/__node_modules/is-plain-obj/index.cjs.map +1 -0
- package/dist/__node_modules/is-plain-obj/index.js +9 -0
- package/dist/__node_modules/is-plain-obj/index.js.map +1 -0
- package/dist/__node_modules/isexe/index.cjs +55 -0
- package/dist/__node_modules/isexe/index.cjs.map +1 -0
- package/dist/__node_modules/isexe/index.js +56 -0
- package/dist/__node_modules/isexe/index.js.map +1 -0
- package/dist/__node_modules/isexe/mode.cjs +40 -0
- package/dist/__node_modules/isexe/mode.cjs.map +1 -0
- package/dist/__node_modules/isexe/mode.js +40 -0
- package/dist/__node_modules/isexe/mode.js.map +1 -0
- package/dist/__node_modules/isexe/windows.cjs +47 -0
- package/dist/__node_modules/isexe/windows.cjs.map +1 -0
- package/dist/__node_modules/isexe/windows.js +47 -0
- package/dist/__node_modules/isexe/windows.js.map +1 -0
- package/dist/__node_modules/js-tokens/index.cjs +27 -0
- package/dist/__node_modules/js-tokens/index.cjs.map +1 -0
- package/dist/__node_modules/js-tokens/index.js +26 -0
- package/dist/__node_modules/js-tokens/index.js.map +1 -0
- package/dist/__node_modules/json-parse-even-better-errors/index.cjs +89 -0
- package/dist/__node_modules/json-parse-even-better-errors/index.cjs.map +1 -0
- package/dist/__node_modules/json-parse-even-better-errors/index.js +90 -0
- package/dist/__node_modules/json-parse-even-better-errors/index.js.map +1 -0
- package/dist/__node_modules/kind-of/index.cjs +128 -0
- package/dist/__node_modules/kind-of/index.cjs.map +1 -0
- package/dist/__node_modules/kind-of/index.js +129 -0
- package/dist/__node_modules/kind-of/index.js.map +1 -0
- package/dist/__node_modules/lines-and-columns/build/index.cjs +64 -0
- package/dist/__node_modules/lines-and-columns/build/index.cjs.map +1 -0
- package/dist/__node_modules/lines-and-columns/build/index.js +63 -0
- package/dist/__node_modules/lines-and-columns/build/index.js.map +1 -0
- package/dist/__node_modules/map-obj/index.cjs +46 -0
- package/dist/__node_modules/map-obj/index.cjs.map +1 -0
- package/dist/__node_modules/map-obj/index.js +47 -0
- package/dist/__node_modules/map-obj/index.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/find-up/index.cjs +48 -0
- package/dist/__node_modules/meow/__node_modules/find-up/index.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/find-up/index.js +48 -0
- package/dist/__node_modules/meow/__node_modules/find-up/index.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/hosted-git-info/lib/git-host-info.cjs +165 -0
- package/dist/__node_modules/meow/__node_modules/hosted-git-info/lib/git-host-info.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/hosted-git-info/lib/git-host-info.js +166 -0
- package/dist/__node_modules/meow/__node_modules/hosted-git-info/lib/git-host-info.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/hosted-git-info/lib/git-host.cjs +90 -0
- package/dist/__node_modules/meow/__node_modules/hosted-git-info/lib/git-host.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/hosted-git-info/lib/git-host.js +91 -0
- package/dist/__node_modules/meow/__node_modules/hosted-git-info/lib/git-host.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/hosted-git-info/lib/index.cjs +124 -0
- package/dist/__node_modules/meow/__node_modules/hosted-git-info/lib/index.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/hosted-git-info/lib/index.js +123 -0
- package/dist/__node_modules/meow/__node_modules/hosted-git-info/lib/index.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/hosted-git-info/lib/parse-url.cjs +50 -0
- package/dist/__node_modules/meow/__node_modules/hosted-git-info/lib/parse-url.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/hosted-git-info/lib/parse-url.js +51 -0
- package/dist/__node_modules/meow/__node_modules/hosted-git-info/lib/parse-url.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/indent-string/index.cjs +34 -0
- package/dist/__node_modules/meow/__node_modules/indent-string/index.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/indent-string/index.js +35 -0
- package/dist/__node_modules/meow/__node_modules/indent-string/index.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/locate-path/index.cjs +38 -0
- package/dist/__node_modules/meow/__node_modules/locate-path/index.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/locate-path/index.js +38 -0
- package/dist/__node_modules/meow/__node_modules/locate-path/index.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/lru-cache/index.cjs +834 -0
- package/dist/__node_modules/meow/__node_modules/lru-cache/index.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/lru-cache/index.js +835 -0
- package/dist/__node_modules/meow/__node_modules/lru-cache/index.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/extract_description.cjs +23 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/extract_description.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/extract_description.js +24 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/extract_description.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/fixer.cjs +438 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/fixer.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/fixer.js +439 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/fixer.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/make_warning.cjs +25 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/make_warning.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/make_warning.js +26 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/make_warning.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/normalize.cjs +56 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/normalize.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/normalize.js +57 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/normalize.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/typos.json.cjs +41 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/typos.json.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/typos.json.js +41 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/typos.json.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/warning_messages.json.cjs +90 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/warning_messages.json.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/warning_messages.json.js +90 -0
- package/dist/__node_modules/meow/__node_modules/normalize-package-data/lib/warning_messages.json.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/hosted-git-info/git-host-info.cjs +158 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/hosted-git-info/git-host-info.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/hosted-git-info/git-host-info.js +159 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/hosted-git-info/git-host-info.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/hosted-git-info/git-host.cjs +87 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/hosted-git-info/git-host.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/hosted-git-info/git-host.js +88 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/hosted-git-info/git-host.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/hosted-git-info/index.cjs +179 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/hosted-git-info/index.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/hosted-git-info/index.js +178 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/hosted-git-info/index.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/lru-cache/index.cjs +267 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/lru-cache/index.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/lru-cache/index.js +268 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/lru-cache/index.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/extract_description.cjs +19 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/extract_description.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/extract_description.js +20 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/extract_description.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/fixer.cjs +438 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/fixer.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/fixer.js +439 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/fixer.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/make_warning.cjs +25 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/make_warning.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/make_warning.js +26 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/make_warning.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/normalize.cjs +56 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/normalize.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/normalize.js +57 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/normalize.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/typos.json.cjs +41 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/typos.json.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/typos.json.js +41 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/typos.json.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/warning_messages.json.cjs +90 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/warning_messages.json.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/warning_messages.json.js +90 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/__node_modules/normalize-package-data/lib/warning_messages.json.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/index.cjs +20 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/index.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/index.js +20 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg/index.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg-up/index.cjs +17 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg-up/index.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg-up/index.js +17 -0
- package/dist/__node_modules/meow/__node_modules/read-pkg-up/index.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/redent/index.cjs +8 -0
- package/dist/__node_modules/meow/__node_modules/redent/index.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/redent/index.js +9 -0
- package/dist/__node_modules/meow/__node_modules/redent/index.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/strip-indent/index.cjs +12 -0
- package/dist/__node_modules/meow/__node_modules/strip-indent/index.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/strip-indent/index.js +13 -0
- package/dist/__node_modules/meow/__node_modules/strip-indent/index.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yallist/iterator.cjs +19 -0
- package/dist/__node_modules/meow/__node_modules/yallist/iterator.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yallist/iterator.js +19 -0
- package/dist/__node_modules/meow/__node_modules/yallist/iterator.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yallist/yallist.cjs +366 -0
- package/dist/__node_modules/meow/__node_modules/yallist/yallist.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yallist/yallist.js +367 -0
- package/dist/__node_modules/meow/__node_modules/yallist/yallist.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/index.cjs +56 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/index.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/index.js +57 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/index.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/string-utils.cjs +63 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/string-utils.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/string-utils.js +63 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/string-utils.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/tokenize-arg-string.cjs +39 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/tokenize-arg-string.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/tokenize-arg-string.js +39 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/tokenize-arg-string.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/yargs-parser-types.cjs +15 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/yargs-parser-types.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/yargs-parser-types.js +16 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/yargs-parser-types.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/yargs-parser.cjs +847 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/yargs-parser.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/yargs-parser.js +847 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/yargs-parser.js.map +1 -0
- package/dist/__node_modules/meow/index.cjs +202 -0
- package/dist/__node_modules/meow/index.cjs.map +1 -0
- package/dist/__node_modules/meow/index.js +203 -0
- package/dist/__node_modules/meow/index.js.map +1 -0
- package/dist/__node_modules/merge-stream/index.cjs +37 -0
- package/dist/__node_modules/merge-stream/index.cjs.map +1 -0
- package/dist/__node_modules/merge-stream/index.js +38 -0
- package/dist/__node_modules/merge-stream/index.js.map +1 -0
- package/dist/__node_modules/merge2/index.cjs +116 -0
- package/dist/__node_modules/merge2/index.cjs.map +1 -0
- package/dist/__node_modules/merge2/index.js +117 -0
- package/dist/__node_modules/merge2/index.js.map +1 -0
- package/dist/__node_modules/micromatch/index.cjs +164 -0
- package/dist/__node_modules/micromatch/index.cjs.map +1 -0
- package/dist/__node_modules/micromatch/index.js +165 -0
- package/dist/__node_modules/micromatch/index.js.map +1 -0
- package/dist/__node_modules/min-indent/index.cjs +10 -0
- package/dist/__node_modules/min-indent/index.cjs.map +1 -0
- package/dist/__node_modules/min-indent/index.js +11 -0
- package/dist/__node_modules/min-indent/index.js.map +1 -0
- package/dist/__node_modules/minimist-options/index.cjs +91 -0
- package/dist/__node_modules/minimist-options/index.cjs.map +1 -0
- package/dist/__node_modules/minimist-options/index.js +92 -0
- package/dist/__node_modules/minimist-options/index.js.map +1 -0
- package/dist/__node_modules/parse-json/index.cjs +52 -0
- package/dist/__node_modules/parse-json/index.cjs.map +1 -0
- package/dist/__node_modules/parse-json/index.js +53 -0
- package/dist/__node_modules/parse-json/index.js.map +1 -0
- package/dist/__node_modules/path-key/index.cjs +14 -0
- package/dist/__node_modules/path-key/index.cjs.map +1 -0
- package/dist/__node_modules/path-key/index.js +15 -0
- package/dist/__node_modules/path-key/index.js.map +1 -0
- package/dist/__node_modules/path-type/index.cjs +41 -0
- package/dist/__node_modules/path-type/index.cjs.map +1 -0
- package/dist/__node_modules/path-type/index.js +42 -0
- package/dist/__node_modules/path-type/index.js.map +1 -0
- package/dist/__node_modules/picomatch/index.cjs +7 -0
- package/dist/__node_modules/picomatch/index.cjs.map +1 -0
- package/dist/__node_modules/picomatch/index.js +6 -0
- package/dist/__node_modules/picomatch/index.js.map +1 -0
- package/dist/__node_modules/picomatch/lib/constants.cjs +194 -0
- package/dist/__node_modules/picomatch/lib/constants.cjs.map +1 -0
- package/dist/__node_modules/picomatch/lib/constants.js +195 -0
- package/dist/__node_modules/picomatch/lib/constants.js.map +1 -0
- package/dist/__node_modules/picomatch/lib/parse.cjs +780 -0
- package/dist/__node_modules/picomatch/lib/parse.cjs.map +1 -0
- package/dist/__node_modules/picomatch/lib/parse.js +781 -0
- package/dist/__node_modules/picomatch/lib/parse.js.map +1 -0
- package/dist/__node_modules/picomatch/lib/picomatch.cjs +146 -0
- package/dist/__node_modules/picomatch/lib/picomatch.cjs.map +1 -0
- package/dist/__node_modules/picomatch/lib/picomatch.js +147 -0
- package/dist/__node_modules/picomatch/lib/picomatch.js.map +1 -0
- package/dist/__node_modules/picomatch/lib/scan.cjs +332 -0
- package/dist/__node_modules/picomatch/lib/scan.cjs.map +1 -0
- package/dist/__node_modules/picomatch/lib/scan.js +333 -0
- package/dist/__node_modules/picomatch/lib/scan.js.map +1 -0
- package/dist/__node_modules/picomatch/lib/utils.cjs +64 -0
- package/dist/__node_modules/picomatch/lib/utils.cjs.map +1 -0
- package/dist/__node_modules/picomatch/lib/utils.js +65 -0
- package/dist/__node_modules/picomatch/lib/utils.js.map +1 -0
- package/dist/__node_modules/queue-microtask/index.cjs +9 -0
- package/dist/__node_modules/queue-microtask/index.cjs.map +1 -0
- package/dist/__node_modules/queue-microtask/index.js +10 -0
- package/dist/__node_modules/queue-microtask/index.js.map +1 -0
- package/dist/__node_modules/quick-lru/index.cjs +234 -0
- package/dist/__node_modules/quick-lru/index.cjs.map +1 -0
- package/dist/__node_modules/quick-lru/index.js +235 -0
- package/dist/__node_modules/quick-lru/index.js.map +1 -0
- package/dist/__node_modules/reusify/reusify.cjs +27 -0
- package/dist/__node_modules/reusify/reusify.cjs.map +1 -0
- package/dist/__node_modules/reusify/reusify.js +28 -0
- package/dist/__node_modules/reusify/reusify.js.map +1 -0
- package/dist/__node_modules/run-parallel/index.cjs +52 -0
- package/dist/__node_modules/run-parallel/index.cjs.map +1 -0
- package/dist/__node_modules/run-parallel/index.js +53 -0
- package/dist/__node_modules/run-parallel/index.js.map +1 -0
- package/dist/__node_modules/shebang-command/index.cjs +17 -0
- package/dist/__node_modules/shebang-command/index.cjs.map +1 -0
- package/dist/__node_modules/shebang-command/index.js +18 -0
- package/dist/__node_modules/shebang-command/index.js.map +1 -0
- package/dist/__node_modules/shebang-regex/index.cjs +4 -0
- package/dist/__node_modules/shebang-regex/index.cjs.map +1 -0
- package/dist/__node_modules/shebang-regex/index.js +5 -0
- package/dist/__node_modules/shebang-regex/index.js.map +1 -0
- package/dist/__node_modules/signal-exit/index.cjs +148 -0
- package/dist/__node_modules/signal-exit/index.cjs.map +1 -0
- package/dist/__node_modules/signal-exit/index.js +149 -0
- package/dist/__node_modules/signal-exit/index.js.map +1 -0
- package/dist/__node_modules/signal-exit/signals.cjs +45 -0
- package/dist/__node_modules/signal-exit/signals.cjs.map +1 -0
- package/dist/__node_modules/signal-exit/signals.js +45 -0
- package/dist/__node_modules/signal-exit/signals.js.map +1 -0
- package/dist/__node_modules/slash/index.cjs +11 -0
- package/dist/__node_modules/slash/index.cjs.map +1 -0
- package/dist/__node_modules/slash/index.js +12 -0
- package/dist/__node_modules/slash/index.js.map +1 -0
- package/dist/__node_modules/spdx-correct/index.cjs +317 -0
- package/dist/__node_modules/spdx-correct/index.cjs.map +1 -0
- package/dist/__node_modules/spdx-correct/index.js +318 -0
- package/dist/__node_modules/spdx-correct/index.js.map +1 -0
- package/dist/__node_modules/spdx-exceptions/index.json.cjs +43 -0
- package/dist/__node_modules/spdx-exceptions/index.json.cjs.map +1 -0
- package/dist/__node_modules/spdx-exceptions/index.json.js +44 -0
- package/dist/__node_modules/spdx-exceptions/index.json.js.map +1 -0
- package/dist/__node_modules/spdx-expression-parse/index.cjs +10 -0
- package/dist/__node_modules/spdx-expression-parse/index.cjs.map +1 -0
- package/dist/__node_modules/spdx-expression-parse/index.js +11 -0
- package/dist/__node_modules/spdx-expression-parse/index.js.map +1 -0
- package/dist/__node_modules/spdx-expression-parse/parse.cjs +110 -0
- package/dist/__node_modules/spdx-expression-parse/parse.cjs.map +1 -0
- package/dist/__node_modules/spdx-expression-parse/parse.js +111 -0
- package/dist/__node_modules/spdx-expression-parse/parse.js.map +1 -0
- package/dist/__node_modules/spdx-expression-parse/scan.cjs +103 -0
- package/dist/__node_modules/spdx-expression-parse/scan.cjs.map +1 -0
- package/dist/__node_modules/spdx-expression-parse/scan.js +104 -0
- package/dist/__node_modules/spdx-expression-parse/scan.js.map +1 -0
- package/dist/__node_modules/spdx-license-ids/deprecated.json.cjs +30 -0
- package/dist/__node_modules/spdx-license-ids/deprecated.json.cjs.map +1 -0
- package/dist/__node_modules/spdx-license-ids/deprecated.json.js +31 -0
- package/dist/__node_modules/spdx-license-ids/deprecated.json.js.map +1 -0
- package/dist/__node_modules/spdx-license-ids/index.json.cjs +470 -0
- package/dist/__node_modules/spdx-license-ids/index.json.cjs.map +1 -0
- package/dist/__node_modules/spdx-license-ids/index.json.js +471 -0
- package/dist/__node_modules/spdx-license-ids/index.json.js.map +1 -0
- package/dist/__node_modules/to-regex-range/index.cjs +215 -0
- package/dist/__node_modules/to-regex-range/index.cjs.map +1 -0
- package/dist/__node_modules/to-regex-range/index.js +216 -0
- package/dist/__node_modules/to-regex-range/index.js.map +1 -0
- package/dist/__node_modules/trim-newlines/index.cjs +29 -0
- package/dist/__node_modules/trim-newlines/index.cjs.map +1 -0
- package/dist/__node_modules/trim-newlines/index.js +30 -0
- package/dist/__node_modules/trim-newlines/index.js.map +1 -0
- package/dist/__node_modules/validate-npm-package-license/index.cjs +70 -0
- package/dist/__node_modules/validate-npm-package-license/index.cjs.map +1 -0
- package/dist/__node_modules/validate-npm-package-license/index.js +71 -0
- package/dist/__node_modules/validate-npm-package-license/index.js.map +1 -0
- package/dist/__node_modules/which/which.cjs +95 -0
- package/dist/__node_modules/which/which.cjs.map +1 -0
- package/dist/__node_modules/which/which.js +96 -0
- package/dist/__node_modules/which/which.js.map +1 -0
- package/dist/_virtual/_commonjsHelpers.cjs +5 -0
- package/dist/_virtual/_commonjsHelpers.cjs.map +1 -0
- package/dist/_virtual/_commonjsHelpers.js +5 -0
- package/dist/_virtual/_commonjsHelpers.js.map +1 -0
- package/dist/_virtual/array.cjs +5 -0
- package/dist/_virtual/array.cjs.map +1 -0
- package/dist/_virtual/array.js +5 -0
- package/dist/_virtual/array.js.map +1 -0
- package/dist/_virtual/async.cjs +5 -0
- package/dist/_virtual/async.cjs.map +1 -0
- package/dist/_virtual/async.js +5 -0
- package/dist/_virtual/async.js.map +1 -0
- package/dist/_virtual/async2.cjs +5 -0
- package/dist/_virtual/async2.cjs.map +1 -0
- package/dist/_virtual/async2.js +5 -0
- package/dist/_virtual/async2.js.map +1 -0
- package/dist/_virtual/async3.cjs +5 -0
- package/dist/_virtual/async3.cjs.map +1 -0
- package/dist/_virtual/async3.js +5 -0
- package/dist/_virtual/async3.js.map +1 -0
- package/dist/_virtual/async4.cjs +5 -0
- package/dist/_virtual/async4.cjs.map +1 -0
- package/dist/_virtual/async4.js +5 -0
- package/dist/_virtual/async4.js.map +1 -0
- package/dist/_virtual/async5.cjs +5 -0
- package/dist/_virtual/async5.cjs.map +1 -0
- package/dist/_virtual/async5.js +5 -0
- package/dist/_virtual/async5.js.map +1 -0
- package/dist/_virtual/async6.cjs +5 -0
- package/dist/_virtual/async6.cjs.map +1 -0
- package/dist/_virtual/async6.js +5 -0
- package/dist/_virtual/async6.js.map +1 -0
- package/dist/_virtual/common.cjs +5 -0
- package/dist/_virtual/common.cjs.map +1 -0
- package/dist/_virtual/common.js +5 -0
- package/dist/_virtual/common.js.map +1 -0
- package/dist/_virtual/common2.cjs +5 -0
- package/dist/_virtual/common2.cjs.map +1 -0
- package/dist/_virtual/common2.js +5 -0
- package/dist/_virtual/common2.js.map +1 -0
- package/dist/_virtual/constants.cjs +5 -0
- package/dist/_virtual/constants.cjs.map +1 -0
- package/dist/_virtual/constants.js +5 -0
- package/dist/_virtual/constants.js.map +1 -0
- package/dist/_virtual/deep.cjs +5 -0
- package/dist/_virtual/deep.cjs.map +1 -0
- package/dist/_virtual/deep.js +5 -0
- package/dist/_virtual/deep.js.map +1 -0
- package/dist/_virtual/entry.cjs +5 -0
- package/dist/_virtual/entry.cjs.map +1 -0
- package/dist/_virtual/entry.js +5 -0
- package/dist/_virtual/entry.js.map +1 -0
- package/dist/_virtual/entry2.cjs +5 -0
- package/dist/_virtual/entry2.cjs.map +1 -0
- package/dist/_virtual/entry2.js +5 -0
- package/dist/_virtual/entry2.js.map +1 -0
- package/dist/_virtual/errno.cjs +5 -0
- package/dist/_virtual/errno.cjs.map +1 -0
- package/dist/_virtual/errno.js +5 -0
- package/dist/_virtual/errno.js.map +1 -0
- package/dist/_virtual/error.cjs +5 -0
- package/dist/_virtual/error.cjs.map +1 -0
- package/dist/_virtual/error.js +5 -0
- package/dist/_virtual/error.js.map +1 -0
- package/dist/_virtual/escape.cjs +5 -0
- package/dist/_virtual/escape.cjs.map +1 -0
- package/dist/_virtual/escape.js +5 -0
- package/dist/_virtual/escape.js.map +1 -0
- package/dist/_virtual/fs.cjs +5 -0
- package/dist/_virtual/fs.cjs.map +1 -0
- package/dist/_virtual/fs.js +5 -0
- package/dist/_virtual/fs.js.map +1 -0
- package/dist/_virtual/fs2.cjs +5 -0
- package/dist/_virtual/fs2.cjs.map +1 -0
- package/dist/_virtual/fs2.js +5 -0
- package/dist/_virtual/fs2.js.map +1 -0
- package/dist/_virtual/fs3.cjs +5 -0
- package/dist/_virtual/fs3.cjs.map +1 -0
- package/dist/_virtual/fs3.js +5 -0
- package/dist/_virtual/fs3.js.map +1 -0
- package/dist/_virtual/fs4.cjs +5 -0
- package/dist/_virtual/fs4.cjs.map +1 -0
- package/dist/_virtual/fs4.js +5 -0
- package/dist/_virtual/fs4.js.map +1 -0
- package/dist/_virtual/identifier.cjs +5 -0
- package/dist/_virtual/identifier.cjs.map +1 -0
- package/dist/_virtual/identifier.js +5 -0
- package/dist/_virtual/identifier.js.map +1 -0
- package/dist/_virtual/index.cjs +13 -0
- package/dist/_virtual/index.cjs.map +1 -0
- package/dist/_virtual/index.js +14 -0
- package/dist/_virtual/index.js.map +1 -0
- package/dist/_virtual/index10.cjs +13 -0
- package/dist/_virtual/index10.cjs.map +1 -0
- package/dist/_virtual/index10.js +14 -0
- package/dist/_virtual/index10.js.map +1 -0
- package/dist/_virtual/index11.cjs +5 -0
- package/dist/_virtual/index11.cjs.map +1 -0
- package/dist/_virtual/index11.js +5 -0
- package/dist/_virtual/index11.js.map +1 -0
- package/dist/_virtual/index12.cjs +5 -0
- package/dist/_virtual/index12.cjs.map +1 -0
- package/dist/_virtual/index12.js +5 -0
- package/dist/_virtual/index12.js.map +1 -0
- package/dist/_virtual/index13.cjs +5 -0
- package/dist/_virtual/index13.cjs.map +1 -0
- package/dist/_virtual/index13.js +5 -0
- package/dist/_virtual/index13.js.map +1 -0
- package/dist/_virtual/index14.cjs +5 -0
- package/dist/_virtual/index14.cjs.map +1 -0
- package/dist/_virtual/index14.js +5 -0
- package/dist/_virtual/index14.js.map +1 -0
- package/dist/_virtual/index15.cjs +5 -0
- package/dist/_virtual/index15.cjs.map +1 -0
- package/dist/_virtual/index15.js +5 -0
- package/dist/_virtual/index15.js.map +1 -0
- package/dist/_virtual/index16.cjs +13 -0
- package/dist/_virtual/index16.cjs.map +1 -0
- package/dist/_virtual/index16.js +14 -0
- package/dist/_virtual/index16.js.map +1 -0
- package/dist/_virtual/index17.cjs +13 -0
- package/dist/_virtual/index17.cjs.map +1 -0
- package/dist/_virtual/index17.js +14 -0
- package/dist/_virtual/index17.js.map +1 -0
- package/dist/_virtual/index18.cjs +13 -0
- package/dist/_virtual/index18.cjs.map +1 -0
- package/dist/_virtual/index18.js +14 -0
- package/dist/_virtual/index18.js.map +1 -0
- package/dist/_virtual/index19.cjs +5 -0
- package/dist/_virtual/index19.cjs.map +1 -0
- package/dist/_virtual/index19.js +5 -0
- package/dist/_virtual/index19.js.map +1 -0
- package/dist/_virtual/index2.cjs +13 -0
- package/dist/_virtual/index2.cjs.map +1 -0
- package/dist/_virtual/index2.js +14 -0
- package/dist/_virtual/index2.js.map +1 -0
- package/dist/_virtual/index20.cjs +5 -0
- package/dist/_virtual/index20.cjs.map +1 -0
- package/dist/_virtual/index20.js +5 -0
- package/dist/_virtual/index20.js.map +1 -0
- package/dist/_virtual/index21.cjs +5 -0
- package/dist/_virtual/index21.cjs.map +1 -0
- package/dist/_virtual/index21.js +5 -0
- package/dist/_virtual/index21.js.map +1 -0
- package/dist/_virtual/index22.cjs +5 -0
- package/dist/_virtual/index22.cjs.map +1 -0
- package/dist/_virtual/index22.js +5 -0
- package/dist/_virtual/index22.js.map +1 -0
- package/dist/_virtual/index3.cjs +13 -0
- package/dist/_virtual/index3.cjs.map +1 -0
- package/dist/_virtual/index3.js +14 -0
- package/dist/_virtual/index3.js.map +1 -0
- package/dist/_virtual/index4.cjs +13 -0
- package/dist/_virtual/index4.cjs.map +1 -0
- package/dist/_virtual/index4.js +14 -0
- package/dist/_virtual/index4.js.map +1 -0
- package/dist/_virtual/index5.cjs +5 -0
- package/dist/_virtual/index5.cjs.map +1 -0
- package/dist/_virtual/index5.js +5 -0
- package/dist/_virtual/index5.js.map +1 -0
- package/dist/_virtual/index6.cjs +5 -0
- package/dist/_virtual/index6.cjs.map +1 -0
- package/dist/_virtual/index6.js +5 -0
- package/dist/_virtual/index6.js.map +1 -0
- package/dist/_virtual/index7.cjs +13 -0
- package/dist/_virtual/index7.cjs.map +1 -0
- package/dist/_virtual/index7.js +14 -0
- package/dist/_virtual/index7.js.map +1 -0
- package/dist/_virtual/index8.cjs +13 -0
- package/dist/_virtual/index8.cjs.map +1 -0
- package/dist/_virtual/index8.js +14 -0
- package/dist/_virtual/index8.js.map +1 -0
- package/dist/_virtual/index9.cjs +13 -0
- package/dist/_virtual/index9.cjs.map +1 -0
- package/dist/_virtual/index9.js +14 -0
- package/dist/_virtual/index9.js.map +1 -0
- package/dist/_virtual/keyword.cjs +5 -0
- package/dist/_virtual/keyword.cjs.map +1 -0
- package/dist/_virtual/keyword.js +5 -0
- package/dist/_virtual/keyword.js.map +1 -0
- package/dist/_virtual/matcher.cjs +5 -0
- package/dist/_virtual/matcher.cjs.map +1 -0
- package/dist/_virtual/matcher.js +5 -0
- package/dist/_virtual/matcher.js.map +1 -0
- package/dist/_virtual/partial.cjs +5 -0
- package/dist/_virtual/partial.cjs.map +1 -0
- package/dist/_virtual/partial.js +5 -0
- package/dist/_virtual/partial.js.map +1 -0
- package/dist/_virtual/path.cjs +5 -0
- package/dist/_virtual/path.cjs.map +1 -0
- package/dist/_virtual/path.js +5 -0
- package/dist/_virtual/path.js.map +1 -0
- package/dist/_virtual/pattern.cjs +5 -0
- package/dist/_virtual/pattern.cjs.map +1 -0
- package/dist/_virtual/pattern.js +5 -0
- package/dist/_virtual/pattern.js.map +1 -0
- package/dist/_virtual/patterns.cjs +5 -0
- package/dist/_virtual/patterns.cjs.map +1 -0
- package/dist/_virtual/patterns.js +5 -0
- package/dist/_virtual/patterns.js.map +1 -0
- package/dist/_virtual/provider.cjs +5 -0
- package/dist/_virtual/provider.cjs.map +1 -0
- package/dist/_virtual/provider.js +5 -0
- package/dist/_virtual/provider.js.map +1 -0
- package/dist/_virtual/queue.cjs +13 -0
- package/dist/_virtual/queue.cjs.map +1 -0
- package/dist/_virtual/queue.js +14 -0
- package/dist/_virtual/queue.js.map +1 -0
- package/dist/_virtual/reader.cjs +5 -0
- package/dist/_virtual/reader.cjs.map +1 -0
- package/dist/_virtual/reader.js +5 -0
- package/dist/_virtual/reader.js.map +1 -0
- package/dist/_virtual/reader2.cjs +5 -0
- package/dist/_virtual/reader2.cjs.map +1 -0
- package/dist/_virtual/reader2.js +5 -0
- package/dist/_virtual/reader2.js.map +1 -0
- package/dist/_virtual/settings.cjs +5 -0
- package/dist/_virtual/settings.cjs.map +1 -0
- package/dist/_virtual/settings.js +5 -0
- package/dist/_virtual/settings.js.map +1 -0
- package/dist/_virtual/settings2.cjs +5 -0
- package/dist/_virtual/settings2.cjs.map +1 -0
- package/dist/_virtual/settings2.js +5 -0
- package/dist/_virtual/settings2.js.map +1 -0
- package/dist/_virtual/settings3.cjs +5 -0
- package/dist/_virtual/settings3.cjs.map +1 -0
- package/dist/_virtual/settings3.js +5 -0
- package/dist/_virtual/settings3.js.map +1 -0
- package/dist/_virtual/settings4.cjs +5 -0
- package/dist/_virtual/settings4.cjs.map +1 -0
- package/dist/_virtual/settings4.js +5 -0
- package/dist/_virtual/settings4.js.map +1 -0
- package/dist/_virtual/signals.cjs +13 -0
- package/dist/_virtual/signals.cjs.map +1 -0
- package/dist/_virtual/signals.js +14 -0
- package/dist/_virtual/signals.js.map +1 -0
- package/dist/_virtual/stream.cjs +5 -0
- package/dist/_virtual/stream.cjs.map +1 -0
- package/dist/_virtual/stream.js +5 -0
- package/dist/_virtual/stream.js.map +1 -0
- package/dist/_virtual/stream2.cjs +5 -0
- package/dist/_virtual/stream2.cjs.map +1 -0
- package/dist/_virtual/stream2.js +5 -0
- package/dist/_virtual/stream2.js.map +1 -0
- package/dist/_virtual/stream3.cjs +5 -0
- package/dist/_virtual/stream3.cjs.map +1 -0
- package/dist/_virtual/stream3.js +5 -0
- package/dist/_virtual/stream3.js.map +1 -0
- package/dist/_virtual/stream4.cjs +5 -0
- package/dist/_virtual/stream4.cjs.map +1 -0
- package/dist/_virtual/stream4.js +5 -0
- package/dist/_virtual/stream4.js.map +1 -0
- package/dist/_virtual/string.cjs +5 -0
- package/dist/_virtual/string.cjs.map +1 -0
- package/dist/_virtual/string.js +5 -0
- package/dist/_virtual/string.js.map +1 -0
- package/dist/_virtual/sync.cjs +5 -0
- package/dist/_virtual/sync.cjs.map +1 -0
- package/dist/_virtual/sync.js +5 -0
- package/dist/_virtual/sync.js.map +1 -0
- package/dist/_virtual/sync2.cjs +5 -0
- package/dist/_virtual/sync2.cjs.map +1 -0
- package/dist/_virtual/sync2.js +5 -0
- package/dist/_virtual/sync2.js.map +1 -0
- package/dist/_virtual/sync3.cjs +5 -0
- package/dist/_virtual/sync3.cjs.map +1 -0
- package/dist/_virtual/sync3.js +5 -0
- package/dist/_virtual/sync3.js.map +1 -0
- package/dist/_virtual/sync4.cjs +5 -0
- package/dist/_virtual/sync4.cjs.map +1 -0
- package/dist/_virtual/sync4.js +5 -0
- package/dist/_virtual/sync4.js.map +1 -0
- package/dist/_virtual/sync5.cjs +5 -0
- package/dist/_virtual/sync5.cjs.map +1 -0
- package/dist/_virtual/sync5.js +5 -0
- package/dist/_virtual/sync5.js.map +1 -0
- package/dist/_virtual/sync6.cjs +5 -0
- package/dist/_virtual/sync6.cjs.map +1 -0
- package/dist/_virtual/sync6.js +5 -0
- package/dist/_virtual/sync6.js.map +1 -0
- package/dist/_virtual/tasks.cjs +5 -0
- package/dist/_virtual/tasks.cjs.map +1 -0
- package/dist/_virtual/tasks.js +5 -0
- package/dist/_virtual/tasks.js.map +1 -0
- package/dist/_virtual/utils.cjs +5 -0
- package/dist/_virtual/utils.cjs.map +1 -0
- package/dist/_virtual/utils.js +5 -0
- package/dist/_virtual/utils.js.map +1 -0
- package/dist/_virtual/utils2.cjs +5 -0
- package/dist/_virtual/utils2.cjs.map +1 -0
- package/dist/_virtual/utils2.js +5 -0
- package/dist/_virtual/utils2.js.map +1 -0
- package/dist/cli.cjs +78 -0
- package/dist/cli.cjs.map +1 -0
- package/dist/cli.d.ts +1 -0
- package/dist/cli.js +77 -0
- package/dist/cli.js.map +1 -0
- package/dist/index.cjs +6 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/assertExists.cjs +9 -0
- package/dist/lib/assertExists.cjs.map +1 -0
- package/dist/lib/assertExists.d.ts +1 -0
- package/dist/lib/assertExists.js +9 -0
- package/dist/lib/assertExists.js.map +1 -0
- package/dist/lib/framework.cjs +73 -0
- package/dist/lib/framework.cjs.map +1 -0
- package/dist/lib/framework.d.ts +37 -0
- package/dist/lib/framework.js +73 -0
- package/dist/lib/framework.js.map +1 -0
- package/dist/lib/listr.cjs +13 -0
- package/dist/lib/listr.cjs.map +1 -0
- package/dist/lib/listr.d.ts +3 -0
- package/dist/lib/listr.js +13 -0
- package/dist/lib/listr.js.map +1 -0
- package/dist/lib/packageManager.cjs +39 -0
- package/dist/lib/packageManager.cjs.map +1 -0
- package/dist/lib/packageManager.d.ts +14 -0
- package/dist/lib/packageManager.js +39 -0
- package/dist/lib/packageManager.js.map +1 -0
- package/dist/lib/prompt.cjs +14 -0
- package/dist/lib/prompt.cjs.map +1 -0
- package/dist/lib/prompt.d.ts +10 -0
- package/dist/lib/prompt.js +14 -0
- package/dist/lib/prompt.js.map +1 -0
- package/dist/lib/repositoryDomain.cjs +130 -0
- package/dist/lib/repositoryDomain.cjs.map +1 -0
- package/dist/lib/repositoryDomain.d.ts +25 -0
- package/dist/lib/repositoryDomain.js +130 -0
- package/dist/lib/repositoryDomain.js.map +1 -0
- package/dist/packages/init/__node_modules/execa/index.cjs +141 -0
- package/dist/packages/init/__node_modules/execa/index.cjs.map +1 -0
- package/dist/packages/init/__node_modules/execa/index.js +141 -0
- package/dist/packages/init/__node_modules/execa/index.js.map +1 -0
- package/dist/packages/init/__node_modules/execa/lib/command.cjs +35 -0
- package/dist/packages/init/__node_modules/execa/lib/command.cjs.map +1 -0
- package/dist/packages/init/__node_modules/execa/lib/command.js +35 -0
- package/dist/packages/init/__node_modules/execa/lib/command.js.map +1 -0
- package/dist/packages/init/__node_modules/execa/lib/error.cjs +73 -0
- package/dist/packages/init/__node_modules/execa/lib/error.cjs.map +1 -0
- package/dist/packages/init/__node_modules/execa/lib/error.js +73 -0
- package/dist/packages/init/__node_modules/execa/lib/error.js.map +1 -0
- package/dist/packages/init/__node_modules/execa/lib/kill.cjs +81 -0
- package/dist/packages/init/__node_modules/execa/lib/kill.cjs.map +1 -0
- package/dist/packages/init/__node_modules/execa/lib/kill.js +81 -0
- package/dist/packages/init/__node_modules/execa/lib/kill.js.map +1 -0
- package/dist/packages/init/__node_modules/execa/lib/promise.cjs +31 -0
- package/dist/packages/init/__node_modules/execa/lib/promise.cjs.map +1 -0
- package/dist/packages/init/__node_modules/execa/lib/promise.js +31 -0
- package/dist/packages/init/__node_modules/execa/lib/promise.js.map +1 -0
- package/dist/packages/init/__node_modules/execa/lib/stdio.cjs +26 -0
- package/dist/packages/init/__node_modules/execa/lib/stdio.cjs.map +1 -0
- package/dist/packages/init/__node_modules/execa/lib/stdio.js +26 -0
- package/dist/packages/init/__node_modules/execa/lib/stdio.js.map +1 -0
- package/dist/packages/init/__node_modules/execa/lib/stream.cjs +68 -0
- package/dist/packages/init/__node_modules/execa/lib/stream.cjs.map +1 -0
- package/dist/packages/init/__node_modules/execa/lib/stream.js +68 -0
- package/dist/packages/init/__node_modules/execa/lib/stream.js.map +1 -0
- package/dist/packages/init/__node_modules/get-stream/buffer-stream.cjs +42 -0
- package/dist/packages/init/__node_modules/get-stream/buffer-stream.cjs.map +1 -0
- package/dist/packages/init/__node_modules/get-stream/buffer-stream.js +43 -0
- package/dist/packages/init/__node_modules/get-stream/buffer-stream.js.map +1 -0
- package/dist/packages/init/__node_modules/get-stream/index.cjs +56 -0
- package/dist/packages/init/__node_modules/get-stream/index.cjs.map +1 -0
- package/dist/packages/init/__node_modules/get-stream/index.js +57 -0
- package/dist/packages/init/__node_modules/get-stream/index.js.map +1 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/core.cjs +275 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/core.cjs.map +1 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/core.js +275 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/core.js.map +1 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/main.cjs +50 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/main.cjs.map +1 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/main.js +50 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/main.js.map +1 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/realtime.cjs +20 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/realtime.cjs.map +1 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/realtime.js +20 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/realtime.js.map +1 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/signals.cjs +27 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/signals.cjs.map +1 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/signals.js +27 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/signals.js.map +1 -0
- package/dist/packages/init/__node_modules/is-stream/index.cjs +7 -0
- package/dist/packages/init/__node_modules/is-stream/index.cjs.map +1 -0
- package/dist/packages/init/__node_modules/is-stream/index.js +7 -0
- package/dist/packages/init/__node_modules/is-stream/index.js.map +1 -0
- package/dist/packages/init/__node_modules/mimic-fn/index.cjs +46 -0
- package/dist/packages/init/__node_modules/mimic-fn/index.cjs.map +1 -0
- package/dist/packages/init/__node_modules/mimic-fn/index.js +47 -0
- package/dist/packages/init/__node_modules/mimic-fn/index.js.map +1 -0
- package/dist/packages/init/__node_modules/npm-run-path/index.cjs +34 -0
- package/dist/packages/init/__node_modules/npm-run-path/index.cjs.map +1 -0
- package/dist/packages/init/__node_modules/npm-run-path/index.js +34 -0
- package/dist/packages/init/__node_modules/npm-run-path/index.js.map +1 -0
- package/dist/packages/init/__node_modules/onetime/index.cjs +32 -0
- package/dist/packages/init/__node_modules/onetime/index.cjs.map +1 -0
- package/dist/packages/init/__node_modules/onetime/index.js +33 -0
- package/dist/packages/init/__node_modules/onetime/index.js.map +1 -0
- package/dist/packages/init/__node_modules/path-key/index.cjs +13 -0
- package/dist/packages/init/__node_modules/path-key/index.cjs.map +1 -0
- package/dist/packages/init/__node_modules/path-key/index.js +14 -0
- package/dist/packages/init/__node_modules/path-key/index.js.map +1 -0
- package/dist/packages/init/__node_modules/strip-final-newline/index.cjs +14 -0
- package/dist/packages/init/__node_modules/strip-final-newline/index.cjs.map +1 -0
- package/dist/packages/init/__node_modules/strip-final-newline/index.js +15 -0
- package/dist/packages/init/__node_modules/strip-final-newline/index.js.map +1 -0
- package/dist/packages/init/package.json.cjs +7 -0
- package/dist/packages/init/package.json.cjs.map +1 -0
- package/dist/packages/init/package.json.js +7 -0
- package/dist/packages/init/package.json.js.map +1 -0
- package/package.json +85 -48
- package/src/SliceMachineInitProcess.ts +999 -0
- package/src/cli.ts +84 -0
- package/src/index.ts +5 -65
- package/src/lib/assertExists.ts +9 -0
- package/src/lib/framework.ts +124 -0
- package/src/lib/listr.ts +15 -0
- package/src/lib/packageManager.ts +67 -0
- package/src/lib/prompt.ts +27 -0
- package/src/lib/repositoryDomain.ts +218 -0
- package/.eslintignore +0 -3
- package/.eslintrc.json +0 -21
- package/.prettierignore +0 -4
- package/README.md +0 -51
- package/babel.config.js +0 -7
- package/build/index.js +0 -33
- package/build/steps/add-script-to-pkg.js +0 -13
- package/build/steps/configure-project.js +0 -29
- package/build/steps/create-repo.js +0 -26
- package/build/steps/detect-framework.js +0 -86
- package/build/steps/display-final-message.js +0 -11
- package/build/steps/index.js +0 -20
- package/build/steps/install-sm.js +0 -26
- package/build/steps/loginOrBypass.js +0 -13
- package/build/steps/maybe-existing-repo.js +0 -145
- package/build/steps/validate-pkg.js +0 -17
- package/build/utils/index.js +0 -22
- package/jest.config.js +0 -16
- package/src/steps/configure-project.ts +0 -37
- package/src/steps/create-repo.ts +0 -34
- package/src/steps/detect-framework.ts +0 -83
- package/src/steps/display-final-message.ts +0 -14
- package/src/steps/index.ts +0 -8
- package/src/steps/install-sm.ts +0 -31
- package/src/steps/loginOrBypass.ts +0 -7
- package/src/steps/maybe-existing-repo.ts +0 -159
- package/src/steps/validate-pkg.ts +0 -13
- package/src/utils/index.ts +0 -18
- package/test.sh +0 -16
- package/tsconfig.json +0 -26
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
const UPPERCASE = /[\p{Lu}]/u;
|
|
2
|
+
const LOWERCASE = /[\p{Ll}]/u;
|
|
3
|
+
const LEADING_CAPITAL = /^[\p{Lu}](?![\p{Lu}])/gu;
|
|
4
|
+
const IDENTIFIER = /([\p{Alpha}\p{N}_]|$)/u;
|
|
5
|
+
const SEPARATORS = /[_.\- ]+/;
|
|
6
|
+
const LEADING_SEPARATORS = new RegExp("^" + SEPARATORS.source);
|
|
7
|
+
const SEPARATORS_AND_IDENTIFIER = new RegExp(SEPARATORS.source + IDENTIFIER.source, "gu");
|
|
8
|
+
const NUMBERS_AND_IDENTIFIER = new RegExp("\\d+" + IDENTIFIER.source, "gu");
|
|
9
|
+
const preserveCamelCase = (string, toLowerCase, toUpperCase, preserveConsecutiveUppercase2) => {
|
|
10
|
+
let isLastCharLower = false;
|
|
11
|
+
let isLastCharUpper = false;
|
|
12
|
+
let isLastLastCharUpper = false;
|
|
13
|
+
let isLastLastCharPreserved = false;
|
|
14
|
+
for (let index = 0; index < string.length; index++) {
|
|
15
|
+
const character = string[index];
|
|
16
|
+
isLastLastCharPreserved = index > 2 ? string[index - 3] === "-" : true;
|
|
17
|
+
if (isLastCharLower && UPPERCASE.test(character)) {
|
|
18
|
+
string = string.slice(0, index) + "-" + string.slice(index);
|
|
19
|
+
isLastCharLower = false;
|
|
20
|
+
isLastLastCharUpper = isLastCharUpper;
|
|
21
|
+
isLastCharUpper = true;
|
|
22
|
+
index++;
|
|
23
|
+
} else if (isLastCharUpper && isLastLastCharUpper && LOWERCASE.test(character) && (!isLastLastCharPreserved || preserveConsecutiveUppercase2)) {
|
|
24
|
+
string = string.slice(0, index - 1) + "-" + string.slice(index - 1);
|
|
25
|
+
isLastLastCharUpper = isLastCharUpper;
|
|
26
|
+
isLastCharUpper = false;
|
|
27
|
+
isLastCharLower = true;
|
|
28
|
+
} else {
|
|
29
|
+
isLastCharLower = toLowerCase(character) === character && toUpperCase(character) !== character;
|
|
30
|
+
isLastLastCharUpper = isLastCharUpper;
|
|
31
|
+
isLastCharUpper = toUpperCase(character) === character && toLowerCase(character) !== character;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
return string;
|
|
35
|
+
};
|
|
36
|
+
const preserveConsecutiveUppercase = (input, toLowerCase) => {
|
|
37
|
+
LEADING_CAPITAL.lastIndex = 0;
|
|
38
|
+
return input.replace(LEADING_CAPITAL, (m1) => toLowerCase(m1));
|
|
39
|
+
};
|
|
40
|
+
const postProcess = (input, toUpperCase) => {
|
|
41
|
+
SEPARATORS_AND_IDENTIFIER.lastIndex = 0;
|
|
42
|
+
NUMBERS_AND_IDENTIFIER.lastIndex = 0;
|
|
43
|
+
return input.replace(SEPARATORS_AND_IDENTIFIER, (_, identifier) => toUpperCase(identifier)).replace(NUMBERS_AND_IDENTIFIER, (m) => toUpperCase(m));
|
|
44
|
+
};
|
|
45
|
+
function camelCase(input, options) {
|
|
46
|
+
if (!(typeof input === "string" || Array.isArray(input))) {
|
|
47
|
+
throw new TypeError("Expected the input to be `string | string[]`");
|
|
48
|
+
}
|
|
49
|
+
options = {
|
|
50
|
+
pascalCase: false,
|
|
51
|
+
preserveConsecutiveUppercase: false,
|
|
52
|
+
...options
|
|
53
|
+
};
|
|
54
|
+
if (Array.isArray(input)) {
|
|
55
|
+
input = input.map((x) => x.trim()).filter((x) => x.length).join("-");
|
|
56
|
+
} else {
|
|
57
|
+
input = input.trim();
|
|
58
|
+
}
|
|
59
|
+
if (input.length === 0) {
|
|
60
|
+
return "";
|
|
61
|
+
}
|
|
62
|
+
const toLowerCase = options.locale === false ? (string) => string.toLowerCase() : (string) => string.toLocaleLowerCase(options.locale);
|
|
63
|
+
const toUpperCase = options.locale === false ? (string) => string.toUpperCase() : (string) => string.toLocaleUpperCase(options.locale);
|
|
64
|
+
if (input.length === 1) {
|
|
65
|
+
if (SEPARATORS.test(input)) {
|
|
66
|
+
return "";
|
|
67
|
+
}
|
|
68
|
+
return options.pascalCase ? toUpperCase(input) : toLowerCase(input);
|
|
69
|
+
}
|
|
70
|
+
const hasUpperCase = input !== toLowerCase(input);
|
|
71
|
+
if (hasUpperCase) {
|
|
72
|
+
input = preserveCamelCase(input, toLowerCase, toUpperCase, options.preserveConsecutiveUppercase);
|
|
73
|
+
}
|
|
74
|
+
input = input.replace(LEADING_SEPARATORS, "");
|
|
75
|
+
input = options.preserveConsecutiveUppercase ? preserveConsecutiveUppercase(input, toLowerCase) : toLowerCase(input);
|
|
76
|
+
if (options.pascalCase) {
|
|
77
|
+
input = toUpperCase(input.charAt(0)) + input.slice(1);
|
|
78
|
+
}
|
|
79
|
+
return postProcess(input, toUpperCase);
|
|
80
|
+
}
|
|
81
|
+
export {
|
|
82
|
+
camelCase as default
|
|
83
|
+
};
|
|
84
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../node_modules/camelcase-keys/node_modules/camelcase/index.js"],"sourcesContent":["const UPPERCASE = /[\\p{Lu}]/u;\nconst LOWERCASE = /[\\p{Ll}]/u;\nconst LEADING_CAPITAL = /^[\\p{Lu}](?![\\p{Lu}])/gu;\nconst IDENTIFIER = /([\\p{Alpha}\\p{N}_]|$)/u;\nconst SEPARATORS = /[_.\\- ]+/;\n\nconst LEADING_SEPARATORS = new RegExp('^' + SEPARATORS.source);\nconst SEPARATORS_AND_IDENTIFIER = new RegExp(SEPARATORS.source + IDENTIFIER.source, 'gu');\nconst NUMBERS_AND_IDENTIFIER = new RegExp('\\\\d+' + IDENTIFIER.source, 'gu');\n\nconst preserveCamelCase = (string, toLowerCase, toUpperCase, preserveConsecutiveUppercase) => {\n\tlet isLastCharLower = false;\n\tlet isLastCharUpper = false;\n\tlet isLastLastCharUpper = false;\n\tlet isLastLastCharPreserved = false;\n\n\tfor (let index = 0; index < string.length; index++) {\n\t\tconst character = string[index];\n\t\tisLastLastCharPreserved = index > 2 ? string[index - 3] === '-' : true;\n\n\t\tif (isLastCharLower && UPPERCASE.test(character)) {\n\t\t\tstring = string.slice(0, index) + '-' + string.slice(index);\n\t\t\tisLastCharLower = false;\n\t\t\tisLastLastCharUpper = isLastCharUpper;\n\t\t\tisLastCharUpper = true;\n\t\t\tindex++;\n\t\t} else if (isLastCharUpper && isLastLastCharUpper && LOWERCASE.test(character) && (!isLastLastCharPreserved || preserveConsecutiveUppercase)) {\n\t\t\tstring = string.slice(0, index - 1) + '-' + string.slice(index - 1);\n\t\t\tisLastLastCharUpper = isLastCharUpper;\n\t\t\tisLastCharUpper = false;\n\t\t\tisLastCharLower = true;\n\t\t} else {\n\t\t\tisLastCharLower = toLowerCase(character) === character && toUpperCase(character) !== character;\n\t\t\tisLastLastCharUpper = isLastCharUpper;\n\t\t\tisLastCharUpper = toUpperCase(character) === character && toLowerCase(character) !== character;\n\t\t}\n\t}\n\n\treturn string;\n};\n\nconst preserveConsecutiveUppercase = (input, toLowerCase) => {\n\tLEADING_CAPITAL.lastIndex = 0;\n\n\treturn input.replace(LEADING_CAPITAL, m1 => toLowerCase(m1));\n};\n\nconst postProcess = (input, toUpperCase) => {\n\tSEPARATORS_AND_IDENTIFIER.lastIndex = 0;\n\tNUMBERS_AND_IDENTIFIER.lastIndex = 0;\n\n\treturn input.replace(SEPARATORS_AND_IDENTIFIER, (_, identifier) => toUpperCase(identifier))\n\t\t.replace(NUMBERS_AND_IDENTIFIER, m => toUpperCase(m));\n};\n\nexport default function camelCase(input, options) {\n\tif (!(typeof input === 'string' || Array.isArray(input))) {\n\t\tthrow new TypeError('Expected the input to be `string | string[]`');\n\t}\n\n\toptions = {\n\t\tpascalCase: false,\n\t\tpreserveConsecutiveUppercase: false,\n\t\t...options,\n\t};\n\n\tif (Array.isArray(input)) {\n\t\tinput = input.map(x => x.trim())\n\t\t\t.filter(x => x.length)\n\t\t\t.join('-');\n\t} else {\n\t\tinput = input.trim();\n\t}\n\n\tif (input.length === 0) {\n\t\treturn '';\n\t}\n\n\tconst toLowerCase = options.locale === false\n\t\t? string => string.toLowerCase()\n\t\t: string => string.toLocaleLowerCase(options.locale);\n\n\tconst toUpperCase = options.locale === false\n\t\t? string => string.toUpperCase()\n\t\t: string => string.toLocaleUpperCase(options.locale);\n\n\tif (input.length === 1) {\n\t\tif (SEPARATORS.test(input)) {\n\t\t\treturn '';\n\t\t}\n\n\t\treturn options.pascalCase ? toUpperCase(input) : toLowerCase(input);\n\t}\n\n\tconst hasUpperCase = input !== toLowerCase(input);\n\n\tif (hasUpperCase) {\n\t\tinput = preserveCamelCase(input, toLowerCase, toUpperCase, options.preserveConsecutiveUppercase);\n\t}\n\n\tinput = input.replace(LEADING_SEPARATORS, '');\n\tinput = options.preserveConsecutiveUppercase ? preserveConsecutiveUppercase(input, toLowerCase) : toLowerCase(input);\n\n\tif (options.pascalCase) {\n\t\tinput = toUpperCase(input.charAt(0)) + input.slice(1);\n\t}\n\n\treturn postProcess(input, toUpperCase);\n}\n"],"names":["preserveConsecutiveUppercase"],"mappings":"AAAA,MAAM,YAAY;AAClB,MAAM,YAAY;AAClB,MAAM,kBAAkB;AACxB,MAAM,aAAa;AACnB,MAAM,aAAa;AAEnB,MAAM,qBAAqB,IAAI,OAAO,MAAM,WAAW,MAAM;AAC7D,MAAM,4BAA4B,IAAI,OAAO,WAAW,SAAS,WAAW,QAAQ,IAAI;AACxF,MAAM,yBAAyB,IAAI,OAAO,SAAS,WAAW,QAAQ,IAAI;AAE1E,MAAM,oBAAoB,CAAC,QAAQ,aAAa,aAAaA,kCAAiC;AAC7F,MAAI,kBAAkB;AACtB,MAAI,kBAAkB;AACtB,MAAI,sBAAsB;AAC1B,MAAI,0BAA0B;AAE9B,WAAS,QAAQ,GAAG,QAAQ,OAAO,QAAQ,SAAS;AACnD,UAAM,YAAY,OAAO,KAAK;AAC9B,8BAA0B,QAAQ,IAAI,OAAO,QAAQ,CAAC,MAAM,MAAM;AAElE,QAAI,mBAAmB,UAAU,KAAK,SAAS,GAAG;AACjD,eAAS,OAAO,MAAM,GAAG,KAAK,IAAI,MAAM,OAAO,MAAM,KAAK;AAC1D,wBAAkB;AAClB,4BAAsB;AACtB,wBAAkB;AAClB;AAAA,IACH,WAAa,mBAAmB,uBAAuB,UAAU,KAAK,SAAS,MAAM,CAAC,2BAA2BA,gCAA+B;AAC7I,eAAS,OAAO,MAAM,GAAG,QAAQ,CAAC,IAAI,MAAM,OAAO,MAAM,QAAQ,CAAC;AAClE,4BAAsB;AACtB,wBAAkB;AAClB,wBAAkB;AAAA,IACrB,OAAS;AACN,wBAAkB,YAAY,SAAS,MAAM,aAAa,YAAY,SAAS,MAAM;AACrF,4BAAsB;AACtB,wBAAkB,YAAY,SAAS,MAAM,aAAa,YAAY,SAAS,MAAM;AAAA,IACrF;AAAA,EACD;AAED,SAAO;AACR;AAEA,MAAM,+BAA+B,CAAC,OAAO,gBAAgB;AAC5D,kBAAgB,YAAY;AAE5B,SAAO,MAAM,QAAQ,iBAAiB,QAAM,YAAY,EAAE,CAAC;AAC5D;AAEA,MAAM,cAAc,CAAC,OAAO,gBAAgB;AAC3C,4BAA0B,YAAY;AACtC,yBAAuB,YAAY;AAEnC,SAAO,MAAM,QAAQ,2BAA2B,CAAC,GAAG,eAAe,YAAY,UAAU,CAAC,EACxF,QAAQ,wBAAwB,OAAK,YAAY,CAAC,CAAC;AACtD;AAEe,SAAS,UAAU,OAAO,SAAS;AACjD,MAAI,EAAE,OAAO,UAAU,YAAY,MAAM,QAAQ,KAAK,IAAI;AACzD,UAAM,IAAI,UAAU,8CAA8C;AAAA,EAClE;AAED,YAAU;AAAA,IACT,YAAY;AAAA,IACZ,8BAA8B;AAAA,IAC9B,GAAG;AAAA,EACL;AAEC,MAAI,MAAM,QAAQ,KAAK,GAAG;AACzB,YAAQ,MAAM,IAAI,OAAK,EAAE,KAAI,CAAE,EAC7B,OAAO,OAAK,EAAE,MAAM,EACpB,KAAK,GAAG;AAAA,EACZ,OAAQ;AACN,YAAQ,MAAM;EACd;AAED,MAAI,MAAM,WAAW,GAAG;AACvB,WAAO;AAAA,EACP;AAED,QAAM,cAAc,QAAQ,WAAW,QACpC,YAAU,OAAO,YAAa,IAC9B,YAAU,OAAO,kBAAkB,QAAQ,MAAM;AAEpD,QAAM,cAAc,QAAQ,WAAW,QACpC,YAAU,OAAO,YAAa,IAC9B,YAAU,OAAO,kBAAkB,QAAQ,MAAM;AAEpD,MAAI,MAAM,WAAW,GAAG;AACvB,QAAI,WAAW,KAAK,KAAK,GAAG;AAC3B,aAAO;AAAA,IACP;AAED,WAAO,QAAQ,aAAa,YAAY,KAAK,IAAI,YAAY,KAAK;AAAA,EAClE;AAED,QAAM,eAAe,UAAU,YAAY,KAAK;AAEhD,MAAI,cAAc;AACjB,YAAQ,kBAAkB,OAAO,aAAa,aAAa,QAAQ,4BAA4B;AAAA,EAC/F;AAED,UAAQ,MAAM,QAAQ,oBAAoB,EAAE;AAC5C,UAAQ,QAAQ,+BAA+B,6BAA6B,OAAO,WAAW,IAAI,YAAY,KAAK;AAEnH,MAAI,QAAQ,YAAY;AACvB,YAAQ,YAAY,MAAM,OAAO,CAAC,CAAC,IAAI,MAAM,MAAM,CAAC;AAAA,EACpD;AAED,SAAO,YAAY,OAAO,WAAW;AACtC;"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
require("../map-obj/index.cjs");
|
|
3
|
+
const index$2 = require('./__node_modules/camelcase/index.cjs');
|
|
4
|
+
const index = require("../quick-lru/index.cjs");
|
|
5
|
+
const index$1 = require("../../_virtual/index4.cjs");
|
|
6
|
+
const has = (array, key) => array.some((element) => {
|
|
7
|
+
if (typeof element === "string") {
|
|
8
|
+
return element === key;
|
|
9
|
+
}
|
|
10
|
+
element.lastIndex = 0;
|
|
11
|
+
return element.test(key);
|
|
12
|
+
});
|
|
13
|
+
const cache = new index({ maxSize: 1e5 });
|
|
14
|
+
const isObject = (value) => typeof value === "object" && value !== null && !(value instanceof RegExp) && !(value instanceof Error) && !(value instanceof Date);
|
|
15
|
+
const camelCaseConvert = (input, options) => {
|
|
16
|
+
if (!isObject(input)) {
|
|
17
|
+
return input;
|
|
18
|
+
}
|
|
19
|
+
options = {
|
|
20
|
+
deep: false,
|
|
21
|
+
pascalCase: false,
|
|
22
|
+
...options
|
|
23
|
+
};
|
|
24
|
+
const { exclude, pascalCase, stopPaths, deep } = options;
|
|
25
|
+
const stopPathsSet = new Set(stopPaths);
|
|
26
|
+
const makeMapper = (parentPath) => (key, value) => {
|
|
27
|
+
if (deep && isObject(value)) {
|
|
28
|
+
const path = parentPath === void 0 ? key : `${parentPath}.${key}`;
|
|
29
|
+
if (!stopPathsSet.has(path)) {
|
|
30
|
+
value = index$1.exports(value, makeMapper(path));
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
if (!(exclude && has(exclude, key))) {
|
|
34
|
+
const cacheKey = pascalCase ? `${key}_` : key;
|
|
35
|
+
if (cache.has(cacheKey)) {
|
|
36
|
+
key = cache.get(cacheKey);
|
|
37
|
+
} else {
|
|
38
|
+
const returnValue = index$2(key, { pascalCase, locale: false });
|
|
39
|
+
if (key.length < 100) {
|
|
40
|
+
cache.set(cacheKey, returnValue);
|
|
41
|
+
}
|
|
42
|
+
key = returnValue;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
return [key, value];
|
|
46
|
+
};
|
|
47
|
+
return index$1.exports(input, makeMapper(void 0));
|
|
48
|
+
};
|
|
49
|
+
function camelcaseKeys(input, options) {
|
|
50
|
+
if (Array.isArray(input)) {
|
|
51
|
+
return Object.keys(input).map((key) => camelCaseConvert(input[key], options));
|
|
52
|
+
}
|
|
53
|
+
return camelCaseConvert(input, options);
|
|
54
|
+
}
|
|
55
|
+
module.exports = camelcaseKeys;
|
|
56
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../../../../../node_modules/camelcase-keys/index.js"],"sourcesContent":["import mapObject from 'map-obj';\nimport camelCase from 'camelcase';\nimport QuickLru from 'quick-lru';\n\nconst has = (array, key) => array.some(element => {\n\tif (typeof element === 'string') {\n\t\treturn element === key;\n\t}\n\n\telement.lastIndex = 0;\n\n\treturn element.test(key);\n});\n\nconst cache = new QuickLru({maxSize: 100_000});\n\n// Reproduces behavior from `map-obj`.\nconst isObject = value =>\n\ttypeof value === 'object'\n\t\t&& value !== null\n\t\t&& !(value instanceof RegExp)\n\t\t&& !(value instanceof Error)\n\t\t&& !(value instanceof Date);\n\nconst camelCaseConvert = (input, options) => {\n\tif (!isObject(input)) {\n\t\treturn input;\n\t}\n\n\toptions = {\n\t\tdeep: false,\n\t\tpascalCase: false,\n\t\t...options,\n\t};\n\n\tconst {exclude, pascalCase, stopPaths, deep} = options;\n\n\tconst stopPathsSet = new Set(stopPaths);\n\n\tconst makeMapper = parentPath => (key, value) => {\n\t\tif (deep && isObject(value)) {\n\t\t\tconst path = parentPath === undefined ? key : `${parentPath}.${key}`;\n\n\t\t\tif (!stopPathsSet.has(path)) {\n\t\t\t\tvalue = mapObject(value, makeMapper(path));\n\t\t\t}\n\t\t}\n\n\t\tif (!(exclude && has(exclude, key))) {\n\t\t\tconst cacheKey = pascalCase ? `${key}_` : key;\n\n\t\t\tif (cache.has(cacheKey)) {\n\t\t\t\tkey = cache.get(cacheKey);\n\t\t\t} else {\n\t\t\t\tconst returnValue = camelCase(key, {pascalCase, locale: false});\n\n\t\t\t\tif (key.length < 100) { // Prevent abuse\n\t\t\t\t\tcache.set(cacheKey, returnValue);\n\t\t\t\t}\n\n\t\t\t\tkey = returnValue;\n\t\t\t}\n\t\t}\n\n\t\treturn [key, value];\n\t};\n\n\treturn mapObject(input, makeMapper(undefined));\n};\n\nexport default function camelcaseKeys(input, options) {\n\tif (Array.isArray(input)) {\n\t\treturn Object.keys(input).map(key => camelCaseConvert(input[key], options));\n\t}\n\n\treturn camelCaseConvert(input, options);\n}\n"],"names":["QuickLru","mapObject","camelCase"],"mappings":";;;;;AAIA,MAAM,MAAM,CAAC,OAAO,QAAQ,MAAM,KAAK,aAAW;AACjD,MAAI,OAAO,YAAY,UAAU;AAChC,WAAO,YAAY;AAAA,EACnB;AAED,UAAQ,YAAY;AAEpB,SAAO,QAAQ,KAAK,GAAG;AACxB,CAAC;AAED,MAAM,QAAQ,IAAIA,MAAS,EAAC,SAAS,IAAO,CAAC;AAG7C,MAAM,WAAW,WAChB,OAAO,UAAU,YACb,UAAU,QACV,EAAE,iBAAiB,WACnB,EAAE,iBAAiB,UACnB,EAAE,iBAAiB;AAExB,MAAM,mBAAmB,CAAC,OAAO,YAAY;AAC5C,MAAI,CAAC,SAAS,KAAK,GAAG;AACrB,WAAO;AAAA,EACP;AAED,YAAU;AAAA,IACT,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,GAAG;AAAA,EACL;AAEC,QAAM,EAAC,SAAS,YAAY,WAAW,KAAI,IAAI;AAE/C,QAAM,eAAe,IAAI,IAAI,SAAS;AAEtC,QAAM,aAAa,gBAAc,CAAC,KAAK,UAAU;AAChD,QAAI,QAAQ,SAAS,KAAK,GAAG;AAC5B,YAAM,OAAO,eAAe,SAAY,MAAM,GAAG,cAAc;AAE/D,UAAI,CAAC,aAAa,IAAI,IAAI,GAAG;AAC5B,gBAAQC,QAAAA,QAAU,OAAO,WAAW,IAAI,CAAC;AAAA,MACzC;AAAA,IACD;AAED,QAAI,EAAE,WAAW,IAAI,SAAS,GAAG,IAAI;AACpC,YAAM,WAAW,aAAa,GAAG,SAAS;AAE1C,UAAI,MAAM,IAAI,QAAQ,GAAG;AACxB,cAAM,MAAM,IAAI,QAAQ;AAAA,MAC5B,OAAU;AACN,cAAM,cAAcC,QAAU,KAAK,EAAC,YAAY,QAAQ,MAAK,CAAC;AAE9D,YAAI,IAAI,SAAS,KAAK;AACrB,gBAAM,IAAI,UAAU,WAAW;AAAA,QAC/B;AAED,cAAM;AAAA,MACN;AAAA,IACD;AAED,WAAO,CAAC,KAAK,KAAK;AAAA,EACpB;AAEC,SAAOD,QAAS,QAAC,OAAO,WAAW,MAAS,CAAC;AAC9C;AAEe,SAAS,cAAc,OAAO,SAAS;AACrD,MAAI,MAAM,QAAQ,KAAK,GAAG;AACzB,WAAO,OAAO,KAAK,KAAK,EAAE,IAAI,SAAO,iBAAiB,MAAM,GAAG,GAAG,OAAO,CAAC;AAAA,EAC1E;AAED,SAAO,iBAAiB,OAAO,OAAO;AACvC;;"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import "../map-obj/index.js";
|
|
2
|
+
import camelCase from './__node_modules/camelcase/index.js';
|
|
3
|
+
import QuickLRU from "../quick-lru/index.js";
|
|
4
|
+
import { exports as mapObjExports } from "../../_virtual/index4.js";
|
|
5
|
+
const has = (array, key) => array.some((element) => {
|
|
6
|
+
if (typeof element === "string") {
|
|
7
|
+
return element === key;
|
|
8
|
+
}
|
|
9
|
+
element.lastIndex = 0;
|
|
10
|
+
return element.test(key);
|
|
11
|
+
});
|
|
12
|
+
const cache = new QuickLRU({ maxSize: 1e5 });
|
|
13
|
+
const isObject = (value) => typeof value === "object" && value !== null && !(value instanceof RegExp) && !(value instanceof Error) && !(value instanceof Date);
|
|
14
|
+
const camelCaseConvert = (input, options) => {
|
|
15
|
+
if (!isObject(input)) {
|
|
16
|
+
return input;
|
|
17
|
+
}
|
|
18
|
+
options = {
|
|
19
|
+
deep: false,
|
|
20
|
+
pascalCase: false,
|
|
21
|
+
...options
|
|
22
|
+
};
|
|
23
|
+
const { exclude, pascalCase, stopPaths, deep } = options;
|
|
24
|
+
const stopPathsSet = new Set(stopPaths);
|
|
25
|
+
const makeMapper = (parentPath) => (key, value) => {
|
|
26
|
+
if (deep && isObject(value)) {
|
|
27
|
+
const path = parentPath === void 0 ? key : `${parentPath}.${key}`;
|
|
28
|
+
if (!stopPathsSet.has(path)) {
|
|
29
|
+
value = mapObjExports(value, makeMapper(path));
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
if (!(exclude && has(exclude, key))) {
|
|
33
|
+
const cacheKey = pascalCase ? `${key}_` : key;
|
|
34
|
+
if (cache.has(cacheKey)) {
|
|
35
|
+
key = cache.get(cacheKey);
|
|
36
|
+
} else {
|
|
37
|
+
const returnValue = camelCase(key, { pascalCase, locale: false });
|
|
38
|
+
if (key.length < 100) {
|
|
39
|
+
cache.set(cacheKey, returnValue);
|
|
40
|
+
}
|
|
41
|
+
key = returnValue;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
return [key, value];
|
|
45
|
+
};
|
|
46
|
+
return mapObjExports(input, makeMapper(void 0));
|
|
47
|
+
};
|
|
48
|
+
function camelcaseKeys(input, options) {
|
|
49
|
+
if (Array.isArray(input)) {
|
|
50
|
+
return Object.keys(input).map((key) => camelCaseConvert(input[key], options));
|
|
51
|
+
}
|
|
52
|
+
return camelCaseConvert(input, options);
|
|
53
|
+
}
|
|
54
|
+
export {
|
|
55
|
+
camelcaseKeys as default
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../node_modules/camelcase-keys/index.js"],"sourcesContent":["import mapObject from 'map-obj';\nimport camelCase from 'camelcase';\nimport QuickLru from 'quick-lru';\n\nconst has = (array, key) => array.some(element => {\n\tif (typeof element === 'string') {\n\t\treturn element === key;\n\t}\n\n\telement.lastIndex = 0;\n\n\treturn element.test(key);\n});\n\nconst cache = new QuickLru({maxSize: 100_000});\n\n// Reproduces behavior from `map-obj`.\nconst isObject = value =>\n\ttypeof value === 'object'\n\t\t&& value !== null\n\t\t&& !(value instanceof RegExp)\n\t\t&& !(value instanceof Error)\n\t\t&& !(value instanceof Date);\n\nconst camelCaseConvert = (input, options) => {\n\tif (!isObject(input)) {\n\t\treturn input;\n\t}\n\n\toptions = {\n\t\tdeep: false,\n\t\tpascalCase: false,\n\t\t...options,\n\t};\n\n\tconst {exclude, pascalCase, stopPaths, deep} = options;\n\n\tconst stopPathsSet = new Set(stopPaths);\n\n\tconst makeMapper = parentPath => (key, value) => {\n\t\tif (deep && isObject(value)) {\n\t\t\tconst path = parentPath === undefined ? key : `${parentPath}.${key}`;\n\n\t\t\tif (!stopPathsSet.has(path)) {\n\t\t\t\tvalue = mapObject(value, makeMapper(path));\n\t\t\t}\n\t\t}\n\n\t\tif (!(exclude && has(exclude, key))) {\n\t\t\tconst cacheKey = pascalCase ? `${key}_` : key;\n\n\t\t\tif (cache.has(cacheKey)) {\n\t\t\t\tkey = cache.get(cacheKey);\n\t\t\t} else {\n\t\t\t\tconst returnValue = camelCase(key, {pascalCase, locale: false});\n\n\t\t\t\tif (key.length < 100) { // Prevent abuse\n\t\t\t\t\tcache.set(cacheKey, returnValue);\n\t\t\t\t}\n\n\t\t\t\tkey = returnValue;\n\t\t\t}\n\t\t}\n\n\t\treturn [key, value];\n\t};\n\n\treturn mapObject(input, makeMapper(undefined));\n};\n\nexport default function camelcaseKeys(input, options) {\n\tif (Array.isArray(input)) {\n\t\treturn Object.keys(input).map(key => camelCaseConvert(input[key], options));\n\t}\n\n\treturn camelCaseConvert(input, options);\n}\n"],"names":["QuickLru","mapObject"],"mappings":";;;;AAIA,MAAM,MAAM,CAAC,OAAO,QAAQ,MAAM,KAAK,aAAW;AACjD,MAAI,OAAO,YAAY,UAAU;AAChC,WAAO,YAAY;AAAA,EACnB;AAED,UAAQ,YAAY;AAEpB,SAAO,QAAQ,KAAK,GAAG;AACxB,CAAC;AAED,MAAM,QAAQ,IAAIA,SAAS,EAAC,SAAS,IAAO,CAAC;AAG7C,MAAM,WAAW,WAChB,OAAO,UAAU,YACb,UAAU,QACV,EAAE,iBAAiB,WACnB,EAAE,iBAAiB,UACnB,EAAE,iBAAiB;AAExB,MAAM,mBAAmB,CAAC,OAAO,YAAY;AAC5C,MAAI,CAAC,SAAS,KAAK,GAAG;AACrB,WAAO;AAAA,EACP;AAED,YAAU;AAAA,IACT,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,GAAG;AAAA,EACL;AAEC,QAAM,EAAC,SAAS,YAAY,WAAW,KAAI,IAAI;AAE/C,QAAM,eAAe,IAAI,IAAI,SAAS;AAEtC,QAAM,aAAa,gBAAc,CAAC,KAAK,UAAU;AAChD,QAAI,QAAQ,SAAS,KAAK,GAAG;AAC5B,YAAM,OAAO,eAAe,SAAY,MAAM,GAAG,cAAc;AAE/D,UAAI,CAAC,aAAa,IAAI,IAAI,GAAG;AAC5B,gBAAQC,cAAU,OAAO,WAAW,IAAI,CAAC;AAAA,MACzC;AAAA,IACD;AAED,QAAI,EAAE,WAAW,IAAI,SAAS,GAAG,IAAI;AACpC,YAAM,WAAW,aAAa,GAAG,SAAS;AAE1C,UAAI,MAAM,IAAI,QAAQ,GAAG;AACxB,cAAM,MAAM,IAAI,QAAQ;AAAA,MAC5B,OAAU;AACN,cAAM,cAAc,UAAU,KAAK,EAAC,YAAY,QAAQ,MAAK,CAAC;AAE9D,YAAI,IAAI,SAAS,KAAK;AACrB,gBAAM,IAAI,UAAU,WAAW;AAAA,QAC/B;AAED,cAAM;AAAA,MACN;AAAA,IACD;AAED,WAAO,CAAC,KAAK,KAAK;AAAA,EACpB;AAEC,SAAOA,cAAU,OAAO,WAAW,MAAS,CAAC;AAC9C;AAEe,SAAS,cAAc,OAAO,SAAS;AACrD,MAAI,MAAM,QAAQ,KAAK,GAAG;AACzB,WAAO,OAAO,KAAK,KAAK,EAAE,IAAI,SAAO,iBAAiB,MAAM,GAAG,GAAG,OAAO,CAAC;AAAA,EAC1E;AAED,SAAO,iBAAiB,OAAO,OAAO;AACvC;"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const index = require("../../_virtual/index7.cjs");
|
|
3
|
+
const require$$0 = require("child_process");
|
|
4
|
+
const parse$1 = require("./lib/parse.cjs");
|
|
5
|
+
const enoent$1 = require("./lib/enoent.cjs");
|
|
6
|
+
const cp = require$$0;
|
|
7
|
+
const parse = parse$1;
|
|
8
|
+
const enoent = enoent$1;
|
|
9
|
+
function spawn(command, args, options) {
|
|
10
|
+
const parsed = parse(command, args, options);
|
|
11
|
+
const spawned = cp.spawn(parsed.command, parsed.args, parsed.options);
|
|
12
|
+
enoent.hookChildProcess(spawned, parsed);
|
|
13
|
+
return spawned;
|
|
14
|
+
}
|
|
15
|
+
function spawnSync(command, args, options) {
|
|
16
|
+
const parsed = parse(command, args, options);
|
|
17
|
+
const result = cp.spawnSync(parsed.command, parsed.args, parsed.options);
|
|
18
|
+
result.error = result.error || enoent.verifyENOENTSync(result.status, parsed);
|
|
19
|
+
return result;
|
|
20
|
+
}
|
|
21
|
+
index.__module.exports = spawn;
|
|
22
|
+
index.exports.spawn = spawn;
|
|
23
|
+
index.exports.sync = spawnSync;
|
|
24
|
+
index.exports._parse = parse;
|
|
25
|
+
index.exports._enoent = enoent;
|
|
26
|
+
module.exports = index.exports;
|
|
27
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../../../../../node_modules/cross-spawn/index.js"],"sourcesContent":["'use strict';\n\nconst cp = require('child_process');\nconst parse = require('./lib/parse');\nconst enoent = require('./lib/enoent');\n\nfunction spawn(command, args, options) {\n // Parse the arguments\n const parsed = parse(command, args, options);\n\n // Spawn the child process\n const spawned = cp.spawn(parsed.command, parsed.args, parsed.options);\n\n // Hook into child process \"exit\" event to emit an error if the command\n // does not exists, see: https://github.com/IndigoUnited/node-cross-spawn/issues/16\n enoent.hookChildProcess(spawned, parsed);\n\n return spawned;\n}\n\nfunction spawnSync(command, args, options) {\n // Parse the arguments\n const parsed = parse(command, args, options);\n\n // Spawn the child process\n const result = cp.spawnSync(parsed.command, parsed.args, parsed.options);\n\n // Analyze if the command does not exist, see: https://github.com/IndigoUnited/node-cross-spawn/issues/16\n result.error = result.error || enoent.verifyENOENTSync(result.status, parsed);\n\n return result;\n}\n\nmodule.exports = spawn;\nmodule.exports.spawn = spawn;\nmodule.exports.sync = spawnSync;\n\nmodule.exports._parse = parse;\nmodule.exports._enoent = enoent;\n"],"names":["require$$1","require$$2","crossSpawnModule","crossSpawn"],"mappings":";;;;;AAEA,MAAM,KAAK;AACX,MAAM,QAAQA;AACd,MAAM,SAASC;AAEf,SAAS,MAAM,SAAS,MAAM,SAAS;AAEnC,QAAM,SAAS,MAAM,SAAS,MAAM,OAAO;AAG3C,QAAM,UAAU,GAAG,MAAM,OAAO,SAAS,OAAO,MAAM,OAAO,OAAO;AAIpE,SAAO,iBAAiB,SAAS,MAAM;AAEvC,SAAO;AACX;AAEA,SAAS,UAAU,SAAS,MAAM,SAAS;AAEvC,QAAM,SAAS,MAAM,SAAS,MAAM,OAAO;AAG3C,QAAM,SAAS,GAAG,UAAU,OAAO,SAAS,OAAO,MAAM,OAAO,OAAO;AAGvE,SAAO,QAAQ,OAAO,SAAS,OAAO,iBAAiB,OAAO,QAAQ,MAAM;AAE5E,SAAO;AACX;AAEAC,MAAAA,SAAc,UAAG;AACGC,MAAA,QAAA,QAAG;AACJA,MAAA,QAAA,OAAG;AAEDA,MAAA,QAAA,SAAG;AACxBA,MAAA,QAAA,UAAyB;;"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { exports as crossSpawnExports, __module as crossSpawn } from "../../_virtual/index7.js";
|
|
2
|
+
import require$$0 from "child_process";
|
|
3
|
+
import parse_1 from "./lib/parse.js";
|
|
4
|
+
import enoent$1 from "./lib/enoent.js";
|
|
5
|
+
const cp = require$$0;
|
|
6
|
+
const parse = parse_1;
|
|
7
|
+
const enoent = enoent$1;
|
|
8
|
+
function spawn(command, args, options) {
|
|
9
|
+
const parsed = parse(command, args, options);
|
|
10
|
+
const spawned = cp.spawn(parsed.command, parsed.args, parsed.options);
|
|
11
|
+
enoent.hookChildProcess(spawned, parsed);
|
|
12
|
+
return spawned;
|
|
13
|
+
}
|
|
14
|
+
function spawnSync(command, args, options) {
|
|
15
|
+
const parsed = parse(command, args, options);
|
|
16
|
+
const result = cp.spawnSync(parsed.command, parsed.args, parsed.options);
|
|
17
|
+
result.error = result.error || enoent.verifyENOENTSync(result.status, parsed);
|
|
18
|
+
return result;
|
|
19
|
+
}
|
|
20
|
+
crossSpawn.exports = spawn;
|
|
21
|
+
crossSpawnExports.spawn = spawn;
|
|
22
|
+
crossSpawnExports.sync = spawnSync;
|
|
23
|
+
crossSpawnExports._parse = parse;
|
|
24
|
+
crossSpawnExports._enoent = enoent;
|
|
25
|
+
export {
|
|
26
|
+
crossSpawnExports as default
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../node_modules/cross-spawn/index.js"],"sourcesContent":["'use strict';\n\nconst cp = require('child_process');\nconst parse = require('./lib/parse');\nconst enoent = require('./lib/enoent');\n\nfunction spawn(command, args, options) {\n // Parse the arguments\n const parsed = parse(command, args, options);\n\n // Spawn the child process\n const spawned = cp.spawn(parsed.command, parsed.args, parsed.options);\n\n // Hook into child process \"exit\" event to emit an error if the command\n // does not exists, see: https://github.com/IndigoUnited/node-cross-spawn/issues/16\n enoent.hookChildProcess(spawned, parsed);\n\n return spawned;\n}\n\nfunction spawnSync(command, args, options) {\n // Parse the arguments\n const parsed = parse(command, args, options);\n\n // Spawn the child process\n const result = cp.spawnSync(parsed.command, parsed.args, parsed.options);\n\n // Analyze if the command does not exist, see: https://github.com/IndigoUnited/node-cross-spawn/issues/16\n result.error = result.error || enoent.verifyENOENTSync(result.status, parsed);\n\n return result;\n}\n\nmodule.exports = spawn;\nmodule.exports.spawn = spawn;\nmodule.exports.sync = spawnSync;\n\nmodule.exports._parse = parse;\nmodule.exports._enoent = enoent;\n"],"names":["require$$1","require$$2","crossSpawnModule","crossSpawn"],"mappings":";;;;AAEA,MAAM,KAAK;AACX,MAAM,QAAQA;AACd,MAAM,SAASC;AAEf,SAAS,MAAM,SAAS,MAAM,SAAS;AAEnC,QAAM,SAAS,MAAM,SAAS,MAAM,OAAO;AAG3C,QAAM,UAAU,GAAG,MAAM,OAAO,SAAS,OAAO,MAAM,OAAO,OAAO;AAIpE,SAAO,iBAAiB,SAAS,MAAM;AAEvC,SAAO;AACX;AAEA,SAAS,UAAU,SAAS,MAAM,SAAS;AAEvC,QAAM,SAAS,MAAM,SAAS,MAAM,OAAO;AAG3C,QAAM,SAAS,GAAG,UAAU,OAAO,SAAS,OAAO,MAAM,OAAO,OAAO;AAGvE,SAAO,QAAQ,OAAO,SAAS,OAAO,iBAAiB,OAAO,QAAQ,MAAM;AAE5E,SAAO;AACX;AAEAC,WAAc,UAAG;AACGC,kBAAA,QAAG;AACJA,kBAAA,OAAG;AAEDA,kBAAA,SAAG;AACxBA,kBAAA,UAAyB;"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const isWin = process.platform === "win32";
|
|
3
|
+
function notFoundError(original, syscall) {
|
|
4
|
+
return Object.assign(new Error(`${syscall} ${original.command} ENOENT`), {
|
|
5
|
+
code: "ENOENT",
|
|
6
|
+
errno: "ENOENT",
|
|
7
|
+
syscall: `${syscall} ${original.command}`,
|
|
8
|
+
path: original.command,
|
|
9
|
+
spawnargs: original.args
|
|
10
|
+
});
|
|
11
|
+
}
|
|
12
|
+
function hookChildProcess(cp, parsed) {
|
|
13
|
+
if (!isWin) {
|
|
14
|
+
return;
|
|
15
|
+
}
|
|
16
|
+
const originalEmit = cp.emit;
|
|
17
|
+
cp.emit = function(name, arg1) {
|
|
18
|
+
if (name === "exit") {
|
|
19
|
+
const err = verifyENOENT(arg1, parsed);
|
|
20
|
+
if (err) {
|
|
21
|
+
return originalEmit.call(cp, "error", err);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
return originalEmit.apply(cp, arguments);
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
function verifyENOENT(status, parsed) {
|
|
28
|
+
if (isWin && status === 1 && !parsed.file) {
|
|
29
|
+
return notFoundError(parsed.original, "spawn");
|
|
30
|
+
}
|
|
31
|
+
return null;
|
|
32
|
+
}
|
|
33
|
+
function verifyENOENTSync(status, parsed) {
|
|
34
|
+
if (isWin && status === 1 && !parsed.file) {
|
|
35
|
+
return notFoundError(parsed.original, "spawnSync");
|
|
36
|
+
}
|
|
37
|
+
return null;
|
|
38
|
+
}
|
|
39
|
+
var enoent = {
|
|
40
|
+
hookChildProcess,
|
|
41
|
+
verifyENOENT,
|
|
42
|
+
verifyENOENTSync,
|
|
43
|
+
notFoundError
|
|
44
|
+
};
|
|
45
|
+
module.exports = enoent;
|
|
46
|
+
//# sourceMappingURL=enoent.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enoent.cjs","sources":["../../../../../../node_modules/cross-spawn/lib/enoent.js"],"sourcesContent":["'use strict';\n\nconst isWin = process.platform === 'win32';\n\nfunction notFoundError(original, syscall) {\n return Object.assign(new Error(`${syscall} ${original.command} ENOENT`), {\n code: 'ENOENT',\n errno: 'ENOENT',\n syscall: `${syscall} ${original.command}`,\n path: original.command,\n spawnargs: original.args,\n });\n}\n\nfunction hookChildProcess(cp, parsed) {\n if (!isWin) {\n return;\n }\n\n const originalEmit = cp.emit;\n\n cp.emit = function (name, arg1) {\n // If emitting \"exit\" event and exit code is 1, we need to check if\n // the command exists and emit an \"error\" instead\n // See https://github.com/IndigoUnited/node-cross-spawn/issues/16\n if (name === 'exit') {\n const err = verifyENOENT(arg1, parsed, 'spawn');\n\n if (err) {\n return originalEmit.call(cp, 'error', err);\n }\n }\n\n return originalEmit.apply(cp, arguments); // eslint-disable-line prefer-rest-params\n };\n}\n\nfunction verifyENOENT(status, parsed) {\n if (isWin && status === 1 && !parsed.file) {\n return notFoundError(parsed.original, 'spawn');\n }\n\n return null;\n}\n\nfunction verifyENOENTSync(status, parsed) {\n if (isWin && status === 1 && !parsed.file) {\n return notFoundError(parsed.original, 'spawnSync');\n }\n\n return null;\n}\n\nmodule.exports = {\n hookChildProcess,\n verifyENOENT,\n verifyENOENTSync,\n notFoundError,\n};\n"],"names":[],"mappings":";AAEA,MAAM,QAAQ,QAAQ,aAAa;AAEnC,SAAS,cAAc,UAAU,SAAS;AACtC,SAAO,OAAO,OAAO,IAAI,MAAM,GAAG,WAAW,SAAS,gBAAgB,GAAG;AAAA,IACrE,MAAM;AAAA,IACN,OAAO;AAAA,IACP,SAAS,GAAG,WAAW,SAAS;AAAA,IAChC,MAAM,SAAS;AAAA,IACf,WAAW,SAAS;AAAA,EAC5B,CAAK;AACL;AAEA,SAAS,iBAAiB,IAAI,QAAQ;AAClC,MAAI,CAAC,OAAO;AACR;AAAA,EACH;AAED,QAAM,eAAe,GAAG;AAExB,KAAG,OAAO,SAAU,MAAM,MAAM;AAI5B,QAAI,SAAS,QAAQ;AACjB,YAAM,MAAM,aAAa,MAAM,MAAe;AAE9C,UAAI,KAAK;AACL,eAAO,aAAa,KAAK,IAAI,SAAS,GAAG;AAAA,MAC5C;AAAA,IACJ;AAED,WAAO,aAAa,MAAM,IAAI,SAAS;AAAA,EAC/C;AACA;AAEA,SAAS,aAAa,QAAQ,QAAQ;AAClC,MAAI,SAAS,WAAW,KAAK,CAAC,OAAO,MAAM;AACvC,WAAO,cAAc,OAAO,UAAU,OAAO;AAAA,EAChD;AAED,SAAO;AACX;AAEA,SAAS,iBAAiB,QAAQ,QAAQ;AACtC,MAAI,SAAS,WAAW,KAAK,CAAC,OAAO,MAAM;AACvC,WAAO,cAAc,OAAO,UAAU,WAAW;AAAA,EACpD;AAED,SAAO;AACX;AAEA,IAAA,SAAiB;AAAA,EACb;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACJ;;"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
const isWin = process.platform === "win32";
|
|
2
|
+
function notFoundError(original, syscall) {
|
|
3
|
+
return Object.assign(new Error(`${syscall} ${original.command} ENOENT`), {
|
|
4
|
+
code: "ENOENT",
|
|
5
|
+
errno: "ENOENT",
|
|
6
|
+
syscall: `${syscall} ${original.command}`,
|
|
7
|
+
path: original.command,
|
|
8
|
+
spawnargs: original.args
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
function hookChildProcess(cp, parsed) {
|
|
12
|
+
if (!isWin) {
|
|
13
|
+
return;
|
|
14
|
+
}
|
|
15
|
+
const originalEmit = cp.emit;
|
|
16
|
+
cp.emit = function(name, arg1) {
|
|
17
|
+
if (name === "exit") {
|
|
18
|
+
const err = verifyENOENT(arg1, parsed);
|
|
19
|
+
if (err) {
|
|
20
|
+
return originalEmit.call(cp, "error", err);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
return originalEmit.apply(cp, arguments);
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
function verifyENOENT(status, parsed) {
|
|
27
|
+
if (isWin && status === 1 && !parsed.file) {
|
|
28
|
+
return notFoundError(parsed.original, "spawn");
|
|
29
|
+
}
|
|
30
|
+
return null;
|
|
31
|
+
}
|
|
32
|
+
function verifyENOENTSync(status, parsed) {
|
|
33
|
+
if (isWin && status === 1 && !parsed.file) {
|
|
34
|
+
return notFoundError(parsed.original, "spawnSync");
|
|
35
|
+
}
|
|
36
|
+
return null;
|
|
37
|
+
}
|
|
38
|
+
var enoent = {
|
|
39
|
+
hookChildProcess,
|
|
40
|
+
verifyENOENT,
|
|
41
|
+
verifyENOENTSync,
|
|
42
|
+
notFoundError
|
|
43
|
+
};
|
|
44
|
+
export {
|
|
45
|
+
enoent as default
|
|
46
|
+
};
|
|
47
|
+
//# sourceMappingURL=enoent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enoent.js","sources":["../../../../../../node_modules/cross-spawn/lib/enoent.js"],"sourcesContent":["'use strict';\n\nconst isWin = process.platform === 'win32';\n\nfunction notFoundError(original, syscall) {\n return Object.assign(new Error(`${syscall} ${original.command} ENOENT`), {\n code: 'ENOENT',\n errno: 'ENOENT',\n syscall: `${syscall} ${original.command}`,\n path: original.command,\n spawnargs: original.args,\n });\n}\n\nfunction hookChildProcess(cp, parsed) {\n if (!isWin) {\n return;\n }\n\n const originalEmit = cp.emit;\n\n cp.emit = function (name, arg1) {\n // If emitting \"exit\" event and exit code is 1, we need to check if\n // the command exists and emit an \"error\" instead\n // See https://github.com/IndigoUnited/node-cross-spawn/issues/16\n if (name === 'exit') {\n const err = verifyENOENT(arg1, parsed, 'spawn');\n\n if (err) {\n return originalEmit.call(cp, 'error', err);\n }\n }\n\n return originalEmit.apply(cp, arguments); // eslint-disable-line prefer-rest-params\n };\n}\n\nfunction verifyENOENT(status, parsed) {\n if (isWin && status === 1 && !parsed.file) {\n return notFoundError(parsed.original, 'spawn');\n }\n\n return null;\n}\n\nfunction verifyENOENTSync(status, parsed) {\n if (isWin && status === 1 && !parsed.file) {\n return notFoundError(parsed.original, 'spawnSync');\n }\n\n return null;\n}\n\nmodule.exports = {\n hookChildProcess,\n verifyENOENT,\n verifyENOENTSync,\n notFoundError,\n};\n"],"names":[],"mappings":"AAEA,MAAM,QAAQ,QAAQ,aAAa;AAEnC,SAAS,cAAc,UAAU,SAAS;AACtC,SAAO,OAAO,OAAO,IAAI,MAAM,GAAG,WAAW,SAAS,gBAAgB,GAAG;AAAA,IACrE,MAAM;AAAA,IACN,OAAO;AAAA,IACP,SAAS,GAAG,WAAW,SAAS;AAAA,IAChC,MAAM,SAAS;AAAA,IACf,WAAW,SAAS;AAAA,EAC5B,CAAK;AACL;AAEA,SAAS,iBAAiB,IAAI,QAAQ;AAClC,MAAI,CAAC,OAAO;AACR;AAAA,EACH;AAED,QAAM,eAAe,GAAG;AAExB,KAAG,OAAO,SAAU,MAAM,MAAM;AAI5B,QAAI,SAAS,QAAQ;AACjB,YAAM,MAAM,aAAa,MAAM,MAAe;AAE9C,UAAI,KAAK;AACL,eAAO,aAAa,KAAK,IAAI,SAAS,GAAG;AAAA,MAC5C;AAAA,IACJ;AAED,WAAO,aAAa,MAAM,IAAI,SAAS;AAAA,EAC/C;AACA;AAEA,SAAS,aAAa,QAAQ,QAAQ;AAClC,MAAI,SAAS,WAAW,KAAK,CAAC,OAAO,MAAM;AACvC,WAAO,cAAc,OAAO,UAAU,OAAO;AAAA,EAChD;AAED,SAAO;AACX;AAEA,SAAS,iBAAiB,QAAQ,QAAQ;AACtC,MAAI,SAAS,WAAW,KAAK,CAAC,OAAO,MAAM;AACvC,WAAO,cAAc,OAAO,UAAU,WAAW;AAAA,EACpD;AAED,SAAO;AACX;AAEA,IAAA,SAAiB;AAAA,EACb;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACJ;"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const require$$0 = require("path");
|
|
3
|
+
const resolveCommand$1 = require("./util/resolveCommand.cjs");
|
|
4
|
+
require("./util/escape.cjs");
|
|
5
|
+
const readShebang$1 = require("./util/readShebang.cjs");
|
|
6
|
+
const escape$1 = require("../../../_virtual/escape.cjs");
|
|
7
|
+
const path = require$$0;
|
|
8
|
+
const resolveCommand = resolveCommand$1;
|
|
9
|
+
const escape = escape$1.__exports;
|
|
10
|
+
const readShebang = readShebang$1;
|
|
11
|
+
const isWin = process.platform === "win32";
|
|
12
|
+
const isExecutableRegExp = /\.(?:com|exe)$/i;
|
|
13
|
+
const isCmdShimRegExp = /node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;
|
|
14
|
+
function detectShebang(parsed) {
|
|
15
|
+
parsed.file = resolveCommand(parsed);
|
|
16
|
+
const shebang = parsed.file && readShebang(parsed.file);
|
|
17
|
+
if (shebang) {
|
|
18
|
+
parsed.args.unshift(parsed.file);
|
|
19
|
+
parsed.command = shebang;
|
|
20
|
+
return resolveCommand(parsed);
|
|
21
|
+
}
|
|
22
|
+
return parsed.file;
|
|
23
|
+
}
|
|
24
|
+
function parseNonShell(parsed) {
|
|
25
|
+
if (!isWin) {
|
|
26
|
+
return parsed;
|
|
27
|
+
}
|
|
28
|
+
const commandFile = detectShebang(parsed);
|
|
29
|
+
const needsShell = !isExecutableRegExp.test(commandFile);
|
|
30
|
+
if (parsed.options.forceShell || needsShell) {
|
|
31
|
+
const needsDoubleEscapeMetaChars = isCmdShimRegExp.test(commandFile);
|
|
32
|
+
parsed.command = path.normalize(parsed.command);
|
|
33
|
+
parsed.command = escape.command(parsed.command);
|
|
34
|
+
parsed.args = parsed.args.map((arg) => escape.argument(arg, needsDoubleEscapeMetaChars));
|
|
35
|
+
const shellCommand = [parsed.command].concat(parsed.args).join(" ");
|
|
36
|
+
parsed.args = ["/d", "/s", "/c", `"${shellCommand}"`];
|
|
37
|
+
parsed.command = process.env.comspec || "cmd.exe";
|
|
38
|
+
parsed.options.windowsVerbatimArguments = true;
|
|
39
|
+
}
|
|
40
|
+
return parsed;
|
|
41
|
+
}
|
|
42
|
+
function parse(command, args, options) {
|
|
43
|
+
if (args && !Array.isArray(args)) {
|
|
44
|
+
options = args;
|
|
45
|
+
args = null;
|
|
46
|
+
}
|
|
47
|
+
args = args ? args.slice(0) : [];
|
|
48
|
+
options = Object.assign({}, options);
|
|
49
|
+
const parsed = {
|
|
50
|
+
command,
|
|
51
|
+
args,
|
|
52
|
+
options,
|
|
53
|
+
file: void 0,
|
|
54
|
+
original: {
|
|
55
|
+
command,
|
|
56
|
+
args
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
return options.shell ? parsed : parseNonShell(parsed);
|
|
60
|
+
}
|
|
61
|
+
var parse_1 = parse;
|
|
62
|
+
module.exports = parse_1;
|
|
63
|
+
//# sourceMappingURL=parse.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parse.cjs","sources":["../../../../../../node_modules/cross-spawn/lib/parse.js"],"sourcesContent":["'use strict';\n\nconst path = require('path');\nconst resolveCommand = require('./util/resolveCommand');\nconst escape = require('./util/escape');\nconst readShebang = require('./util/readShebang');\n\nconst isWin = process.platform === 'win32';\nconst isExecutableRegExp = /\\.(?:com|exe)$/i;\nconst isCmdShimRegExp = /node_modules[\\\\/].bin[\\\\/][^\\\\/]+\\.cmd$/i;\n\nfunction detectShebang(parsed) {\n parsed.file = resolveCommand(parsed);\n\n const shebang = parsed.file && readShebang(parsed.file);\n\n if (shebang) {\n parsed.args.unshift(parsed.file);\n parsed.command = shebang;\n\n return resolveCommand(parsed);\n }\n\n return parsed.file;\n}\n\nfunction parseNonShell(parsed) {\n if (!isWin) {\n return parsed;\n }\n\n // Detect & add support for shebangs\n const commandFile = detectShebang(parsed);\n\n // We don't need a shell if the command filename is an executable\n const needsShell = !isExecutableRegExp.test(commandFile);\n\n // If a shell is required, use cmd.exe and take care of escaping everything correctly\n // Note that `forceShell` is an hidden option used only in tests\n if (parsed.options.forceShell || needsShell) {\n // Need to double escape meta chars if the command is a cmd-shim located in `node_modules/.bin/`\n // The cmd-shim simply calls execute the package bin file with NodeJS, proxying any argument\n // Because the escape of metachars with ^ gets interpreted when the cmd.exe is first called,\n // we need to double escape them\n const needsDoubleEscapeMetaChars = isCmdShimRegExp.test(commandFile);\n\n // Normalize posix paths into OS compatible paths (e.g.: foo/bar -> foo\\bar)\n // This is necessary otherwise it will always fail with ENOENT in those cases\n parsed.command = path.normalize(parsed.command);\n\n // Escape command & arguments\n parsed.command = escape.command(parsed.command);\n parsed.args = parsed.args.map((arg) => escape.argument(arg, needsDoubleEscapeMetaChars));\n\n const shellCommand = [parsed.command].concat(parsed.args).join(' ');\n\n parsed.args = ['/d', '/s', '/c', `\"${shellCommand}\"`];\n parsed.command = process.env.comspec || 'cmd.exe';\n parsed.options.windowsVerbatimArguments = true; // Tell node's spawn that the arguments are already escaped\n }\n\n return parsed;\n}\n\nfunction parse(command, args, options) {\n // Normalize arguments, similar to nodejs\n if (args && !Array.isArray(args)) {\n options = args;\n args = null;\n }\n\n args = args ? args.slice(0) : []; // Clone array to avoid changing the original\n options = Object.assign({}, options); // Clone object to avoid changing the original\n\n // Build our parsed object\n const parsed = {\n command,\n args,\n options,\n file: undefined,\n original: {\n command,\n args,\n },\n };\n\n // Delegate further parsing to shell or non-shell\n return options.shell ? parsed : parseNonShell(parsed);\n}\n\nmodule.exports = parse;\n"],"names":["require$$1","require$$2","require$$3"],"mappings":";;;;;;AAEA,MAAM,OAAO;AACb,MAAM,iBAAiBA;AACvB,MAAM,SAASC,SAAAA;AACf,MAAM,cAAcC;AAEpB,MAAM,QAAQ,QAAQ,aAAa;AACnC,MAAM,qBAAqB;AAC3B,MAAM,kBAAkB;AAExB,SAAS,cAAc,QAAQ;AAC3B,SAAO,OAAO,eAAe,MAAM;AAEnC,QAAM,UAAU,OAAO,QAAQ,YAAY,OAAO,IAAI;AAEtD,MAAI,SAAS;AACT,WAAO,KAAK,QAAQ,OAAO,IAAI;AAC/B,WAAO,UAAU;AAEjB,WAAO,eAAe,MAAM;AAAA,EAC/B;AAED,SAAO,OAAO;AAClB;AAEA,SAAS,cAAc,QAAQ;AAC3B,MAAI,CAAC,OAAO;AACR,WAAO;AAAA,EACV;AAGD,QAAM,cAAc,cAAc,MAAM;AAGxC,QAAM,aAAa,CAAC,mBAAmB,KAAK,WAAW;AAIvD,MAAI,OAAO,QAAQ,cAAc,YAAY;AAKzC,UAAM,6BAA6B,gBAAgB,KAAK,WAAW;AAInE,WAAO,UAAU,KAAK,UAAU,OAAO,OAAO;AAG9C,WAAO,UAAU,OAAO,QAAQ,OAAO,OAAO;AAC9C,WAAO,OAAO,OAAO,KAAK,IAAI,CAAC,QAAQ,OAAO,SAAS,KAAK,0BAA0B,CAAC;AAEvF,UAAM,eAAe,CAAC,OAAO,OAAO,EAAE,OAAO,OAAO,IAAI,EAAE,KAAK,GAAG;AAElE,WAAO,OAAO,CAAC,MAAM,MAAM,MAAM,IAAI,eAAe;AACpD,WAAO,UAAU,QAAQ,IAAI,WAAW;AACxC,WAAO,QAAQ,2BAA2B;AAAA,EAC7C;AAED,SAAO;AACX;AAEA,SAAS,MAAM,SAAS,MAAM,SAAS;AAEnC,MAAI,QAAQ,CAAC,MAAM,QAAQ,IAAI,GAAG;AAC9B,cAAU;AACV,WAAO;AAAA,EACV;AAED,SAAO,OAAO,KAAK,MAAM,CAAC,IAAI,CAAA;AAC9B,YAAU,OAAO,OAAO,CAAE,GAAE,OAAO;AAGnC,QAAM,SAAS;AAAA,IACX;AAAA,IACA;AAAA,IACA;AAAA,IACA,MAAM;AAAA,IACN,UAAU;AAAA,MACN;AAAA,MACA;AAAA,IACH;AAAA,EACT;AAGI,SAAO,QAAQ,QAAQ,SAAS,cAAc,MAAM;AACxD;AAEA,IAAA,UAAiB;;"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import require$$0 from "path";
|
|
2
|
+
import resolveCommand_1 from "./util/resolveCommand.js";
|
|
3
|
+
import "./util/escape.js";
|
|
4
|
+
import readShebang_1 from "./util/readShebang.js";
|
|
5
|
+
import { __exports as _escape } from "../../../_virtual/escape.js";
|
|
6
|
+
const path = require$$0;
|
|
7
|
+
const resolveCommand = resolveCommand_1;
|
|
8
|
+
const escape = _escape;
|
|
9
|
+
const readShebang = readShebang_1;
|
|
10
|
+
const isWin = process.platform === "win32";
|
|
11
|
+
const isExecutableRegExp = /\.(?:com|exe)$/i;
|
|
12
|
+
const isCmdShimRegExp = /node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;
|
|
13
|
+
function detectShebang(parsed) {
|
|
14
|
+
parsed.file = resolveCommand(parsed);
|
|
15
|
+
const shebang = parsed.file && readShebang(parsed.file);
|
|
16
|
+
if (shebang) {
|
|
17
|
+
parsed.args.unshift(parsed.file);
|
|
18
|
+
parsed.command = shebang;
|
|
19
|
+
return resolveCommand(parsed);
|
|
20
|
+
}
|
|
21
|
+
return parsed.file;
|
|
22
|
+
}
|
|
23
|
+
function parseNonShell(parsed) {
|
|
24
|
+
if (!isWin) {
|
|
25
|
+
return parsed;
|
|
26
|
+
}
|
|
27
|
+
const commandFile = detectShebang(parsed);
|
|
28
|
+
const needsShell = !isExecutableRegExp.test(commandFile);
|
|
29
|
+
if (parsed.options.forceShell || needsShell) {
|
|
30
|
+
const needsDoubleEscapeMetaChars = isCmdShimRegExp.test(commandFile);
|
|
31
|
+
parsed.command = path.normalize(parsed.command);
|
|
32
|
+
parsed.command = escape.command(parsed.command);
|
|
33
|
+
parsed.args = parsed.args.map((arg) => escape.argument(arg, needsDoubleEscapeMetaChars));
|
|
34
|
+
const shellCommand = [parsed.command].concat(parsed.args).join(" ");
|
|
35
|
+
parsed.args = ["/d", "/s", "/c", `"${shellCommand}"`];
|
|
36
|
+
parsed.command = process.env.comspec || "cmd.exe";
|
|
37
|
+
parsed.options.windowsVerbatimArguments = true;
|
|
38
|
+
}
|
|
39
|
+
return parsed;
|
|
40
|
+
}
|
|
41
|
+
function parse(command, args, options) {
|
|
42
|
+
if (args && !Array.isArray(args)) {
|
|
43
|
+
options = args;
|
|
44
|
+
args = null;
|
|
45
|
+
}
|
|
46
|
+
args = args ? args.slice(0) : [];
|
|
47
|
+
options = Object.assign({}, options);
|
|
48
|
+
const parsed = {
|
|
49
|
+
command,
|
|
50
|
+
args,
|
|
51
|
+
options,
|
|
52
|
+
file: void 0,
|
|
53
|
+
original: {
|
|
54
|
+
command,
|
|
55
|
+
args
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
return options.shell ? parsed : parseNonShell(parsed);
|
|
59
|
+
}
|
|
60
|
+
var parse_1 = parse;
|
|
61
|
+
export {
|
|
62
|
+
parse_1 as default
|
|
63
|
+
};
|
|
64
|
+
//# sourceMappingURL=parse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parse.js","sources":["../../../../../../node_modules/cross-spawn/lib/parse.js"],"sourcesContent":["'use strict';\n\nconst path = require('path');\nconst resolveCommand = require('./util/resolveCommand');\nconst escape = require('./util/escape');\nconst readShebang = require('./util/readShebang');\n\nconst isWin = process.platform === 'win32';\nconst isExecutableRegExp = /\\.(?:com|exe)$/i;\nconst isCmdShimRegExp = /node_modules[\\\\/].bin[\\\\/][^\\\\/]+\\.cmd$/i;\n\nfunction detectShebang(parsed) {\n parsed.file = resolveCommand(parsed);\n\n const shebang = parsed.file && readShebang(parsed.file);\n\n if (shebang) {\n parsed.args.unshift(parsed.file);\n parsed.command = shebang;\n\n return resolveCommand(parsed);\n }\n\n return parsed.file;\n}\n\nfunction parseNonShell(parsed) {\n if (!isWin) {\n return parsed;\n }\n\n // Detect & add support for shebangs\n const commandFile = detectShebang(parsed);\n\n // We don't need a shell if the command filename is an executable\n const needsShell = !isExecutableRegExp.test(commandFile);\n\n // If a shell is required, use cmd.exe and take care of escaping everything correctly\n // Note that `forceShell` is an hidden option used only in tests\n if (parsed.options.forceShell || needsShell) {\n // Need to double escape meta chars if the command is a cmd-shim located in `node_modules/.bin/`\n // The cmd-shim simply calls execute the package bin file with NodeJS, proxying any argument\n // Because the escape of metachars with ^ gets interpreted when the cmd.exe is first called,\n // we need to double escape them\n const needsDoubleEscapeMetaChars = isCmdShimRegExp.test(commandFile);\n\n // Normalize posix paths into OS compatible paths (e.g.: foo/bar -> foo\\bar)\n // This is necessary otherwise it will always fail with ENOENT in those cases\n parsed.command = path.normalize(parsed.command);\n\n // Escape command & arguments\n parsed.command = escape.command(parsed.command);\n parsed.args = parsed.args.map((arg) => escape.argument(arg, needsDoubleEscapeMetaChars));\n\n const shellCommand = [parsed.command].concat(parsed.args).join(' ');\n\n parsed.args = ['/d', '/s', '/c', `\"${shellCommand}\"`];\n parsed.command = process.env.comspec || 'cmd.exe';\n parsed.options.windowsVerbatimArguments = true; // Tell node's spawn that the arguments are already escaped\n }\n\n return parsed;\n}\n\nfunction parse(command, args, options) {\n // Normalize arguments, similar to nodejs\n if (args && !Array.isArray(args)) {\n options = args;\n args = null;\n }\n\n args = args ? args.slice(0) : []; // Clone array to avoid changing the original\n options = Object.assign({}, options); // Clone object to avoid changing the original\n\n // Build our parsed object\n const parsed = {\n command,\n args,\n options,\n file: undefined,\n original: {\n command,\n args,\n },\n };\n\n // Delegate further parsing to shell or non-shell\n return options.shell ? parsed : parseNonShell(parsed);\n}\n\nmodule.exports = parse;\n"],"names":["require$$1","require$$2","require$$3"],"mappings":";;;;;AAEA,MAAM,OAAO;AACb,MAAM,iBAAiBA;AACvB,MAAM,SAASC;AACf,MAAM,cAAcC;AAEpB,MAAM,QAAQ,QAAQ,aAAa;AACnC,MAAM,qBAAqB;AAC3B,MAAM,kBAAkB;AAExB,SAAS,cAAc,QAAQ;AAC3B,SAAO,OAAO,eAAe,MAAM;AAEnC,QAAM,UAAU,OAAO,QAAQ,YAAY,OAAO,IAAI;AAEtD,MAAI,SAAS;AACT,WAAO,KAAK,QAAQ,OAAO,IAAI;AAC/B,WAAO,UAAU;AAEjB,WAAO,eAAe,MAAM;AAAA,EAC/B;AAED,SAAO,OAAO;AAClB;AAEA,SAAS,cAAc,QAAQ;AAC3B,MAAI,CAAC,OAAO;AACR,WAAO;AAAA,EACV;AAGD,QAAM,cAAc,cAAc,MAAM;AAGxC,QAAM,aAAa,CAAC,mBAAmB,KAAK,WAAW;AAIvD,MAAI,OAAO,QAAQ,cAAc,YAAY;AAKzC,UAAM,6BAA6B,gBAAgB,KAAK,WAAW;AAInE,WAAO,UAAU,KAAK,UAAU,OAAO,OAAO;AAG9C,WAAO,UAAU,OAAO,QAAQ,OAAO,OAAO;AAC9C,WAAO,OAAO,OAAO,KAAK,IAAI,CAAC,QAAQ,OAAO,SAAS,KAAK,0BAA0B,CAAC;AAEvF,UAAM,eAAe,CAAC,OAAO,OAAO,EAAE,OAAO,OAAO,IAAI,EAAE,KAAK,GAAG;AAElE,WAAO,OAAO,CAAC,MAAM,MAAM,MAAM,IAAI,eAAe;AACpD,WAAO,UAAU,QAAQ,IAAI,WAAW;AACxC,WAAO,QAAQ,2BAA2B;AAAA,EAC7C;AAED,SAAO;AACX;AAEA,SAAS,MAAM,SAAS,MAAM,SAAS;AAEnC,MAAI,QAAQ,CAAC,MAAM,QAAQ,IAAI,GAAG;AAC9B,cAAU;AACV,WAAO;AAAA,EACV;AAED,SAAO,OAAO,KAAK,MAAM,CAAC,IAAI,CAAA;AAC9B,YAAU,OAAO,OAAO,CAAE,GAAE,OAAO;AAGnC,QAAM,SAAS;AAAA,IACX;AAAA,IACA;AAAA,IACA;AAAA,IACA,MAAM;AAAA,IACN,UAAU;AAAA,MACN;AAAA,MACA;AAAA,IACH;AAAA,EACT;AAGI,SAAO,QAAQ,QAAQ,SAAS,cAAc,MAAM;AACxD;AAEA,IAAA,UAAiB;"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const escape = require("../../../../_virtual/escape.cjs");
|
|
3
|
+
const metaCharsRegExp = /([()\][%!^"`<>&|;, *?])/g;
|
|
4
|
+
function escapeCommand(arg) {
|
|
5
|
+
arg = arg.replace(metaCharsRegExp, "^$1");
|
|
6
|
+
return arg;
|
|
7
|
+
}
|
|
8
|
+
function escapeArgument(arg, doubleEscapeMetaChars) {
|
|
9
|
+
arg = `${arg}`;
|
|
10
|
+
arg = arg.replace(/(\\*)"/g, '$1$1\\"');
|
|
11
|
+
arg = arg.replace(/(\\*)$/, "$1$1");
|
|
12
|
+
arg = `"${arg}"`;
|
|
13
|
+
arg = arg.replace(metaCharsRegExp, "^$1");
|
|
14
|
+
if (doubleEscapeMetaChars) {
|
|
15
|
+
arg = arg.replace(metaCharsRegExp, "^$1");
|
|
16
|
+
}
|
|
17
|
+
return arg;
|
|
18
|
+
}
|
|
19
|
+
escape.__exports.command = escapeCommand;
|
|
20
|
+
escape.__exports.argument = escapeArgument;
|
|
21
|
+
module.exports = escape.__exports;
|
|
22
|
+
//# sourceMappingURL=escape.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"escape.cjs","sources":["../../../../../../../node_modules/cross-spawn/lib/util/escape.js"],"sourcesContent":["'use strict';\n\n// See http://www.robvanderwoude.com/escapechars.php\nconst metaCharsRegExp = /([()\\][%!^\"`<>&|;, *?])/g;\n\nfunction escapeCommand(arg) {\n // Escape meta chars\n arg = arg.replace(metaCharsRegExp, '^$1');\n\n return arg;\n}\n\nfunction escapeArgument(arg, doubleEscapeMetaChars) {\n // Convert to string\n arg = `${arg}`;\n\n // Algorithm below is based on https://qntm.org/cmd\n\n // Sequence of backslashes followed by a double quote:\n // double up all the backslashes and escape the double quote\n arg = arg.replace(/(\\\\*)\"/g, '$1$1\\\\\"');\n\n // Sequence of backslashes followed by the end of the string\n // (which will become a double quote later):\n // double up all the backslashes\n arg = arg.replace(/(\\\\*)$/, '$1$1');\n\n // All other backslashes occur literally\n\n // Quote the whole thing:\n arg = `\"${arg}\"`;\n\n // Escape meta chars\n arg = arg.replace(metaCharsRegExp, '^$1');\n\n // Double escape meta chars if necessary\n if (doubleEscapeMetaChars) {\n arg = arg.replace(metaCharsRegExp, '^$1');\n }\n\n return arg;\n}\n\nmodule.exports.command = escapeCommand;\nmodule.exports.argument = escapeArgument;\n"],"names":["_escape"],"mappings":";;AAGA,MAAM,kBAAkB;AAExB,SAAS,cAAc,KAAK;AAExB,QAAM,IAAI,QAAQ,iBAAiB,KAAK;AAExC,SAAO;AACX;AAEA,SAAS,eAAe,KAAK,uBAAuB;AAEhD,QAAM,GAAG;AAMT,QAAM,IAAI,QAAQ,WAAW,SAAS;AAKtC,QAAM,IAAI,QAAQ,UAAU,MAAM;AAKlC,QAAM,IAAI;AAGV,QAAM,IAAI,QAAQ,iBAAiB,KAAK;AAGxC,MAAI,uBAAuB;AACvB,UAAM,IAAI,QAAQ,iBAAiB,KAAK;AAAA,EAC3C;AAED,SAAO;AACX;AAEsBA,OAAA,UAAA,UAAG;AACzBA,OAAA,UAAA,WAA0B;;"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { __exports as _escape } from "../../../../_virtual/escape.js";
|
|
2
|
+
const metaCharsRegExp = /([()\][%!^"`<>&|;, *?])/g;
|
|
3
|
+
function escapeCommand(arg) {
|
|
4
|
+
arg = arg.replace(metaCharsRegExp, "^$1");
|
|
5
|
+
return arg;
|
|
6
|
+
}
|
|
7
|
+
function escapeArgument(arg, doubleEscapeMetaChars) {
|
|
8
|
+
arg = `${arg}`;
|
|
9
|
+
arg = arg.replace(/(\\*)"/g, '$1$1\\"');
|
|
10
|
+
arg = arg.replace(/(\\*)$/, "$1$1");
|
|
11
|
+
arg = `"${arg}"`;
|
|
12
|
+
arg = arg.replace(metaCharsRegExp, "^$1");
|
|
13
|
+
if (doubleEscapeMetaChars) {
|
|
14
|
+
arg = arg.replace(metaCharsRegExp, "^$1");
|
|
15
|
+
}
|
|
16
|
+
return arg;
|
|
17
|
+
}
|
|
18
|
+
_escape.command = escapeCommand;
|
|
19
|
+
_escape.argument = escapeArgument;
|
|
20
|
+
export {
|
|
21
|
+
_escape as default
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=escape.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"escape.js","sources":["../../../../../../../node_modules/cross-spawn/lib/util/escape.js"],"sourcesContent":["'use strict';\n\n// See http://www.robvanderwoude.com/escapechars.php\nconst metaCharsRegExp = /([()\\][%!^\"`<>&|;, *?])/g;\n\nfunction escapeCommand(arg) {\n // Escape meta chars\n arg = arg.replace(metaCharsRegExp, '^$1');\n\n return arg;\n}\n\nfunction escapeArgument(arg, doubleEscapeMetaChars) {\n // Convert to string\n arg = `${arg}`;\n\n // Algorithm below is based on https://qntm.org/cmd\n\n // Sequence of backslashes followed by a double quote:\n // double up all the backslashes and escape the double quote\n arg = arg.replace(/(\\\\*)\"/g, '$1$1\\\\\"');\n\n // Sequence of backslashes followed by the end of the string\n // (which will become a double quote later):\n // double up all the backslashes\n arg = arg.replace(/(\\\\*)$/, '$1$1');\n\n // All other backslashes occur literally\n\n // Quote the whole thing:\n arg = `\"${arg}\"`;\n\n // Escape meta chars\n arg = arg.replace(metaCharsRegExp, '^$1');\n\n // Double escape meta chars if necessary\n if (doubleEscapeMetaChars) {\n arg = arg.replace(metaCharsRegExp, '^$1');\n }\n\n return arg;\n}\n\nmodule.exports.command = escapeCommand;\nmodule.exports.argument = escapeArgument;\n"],"names":[],"mappings":";AAGA,MAAM,kBAAkB;AAExB,SAAS,cAAc,KAAK;AAExB,QAAM,IAAI,QAAQ,iBAAiB,KAAK;AAExC,SAAO;AACX;AAEA,SAAS,eAAe,KAAK,uBAAuB;AAEhD,QAAM,GAAG;AAMT,QAAM,IAAI,QAAQ,WAAW,SAAS;AAKtC,QAAM,IAAI,QAAQ,UAAU,MAAM;AAKlC,QAAM,IAAI;AAGV,QAAM,IAAI,QAAQ,iBAAiB,KAAK;AAGxC,MAAI,uBAAuB;AACvB,UAAM,IAAI,QAAQ,iBAAiB,KAAK;AAAA,EAC3C;AAED,SAAO;AACX;AAEsB,QAAA,UAAG;AACzB,QAAA,WAA0B;"}
|