shell-mirror 1.5.139 → 1.5.143
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/auth.js +8 -2
- package/mac-agent/.env.example +9 -0
- package/mac-agent/agent.js +46 -18
- package/package.json +4 -1
- package/public/app/config.js +12 -0
- package/public/app/dashboard.html +1 -0
- package/public/app/dashboard.js +10 -4
- package/public/app/terminal.html +115 -67
- package/public/app/terminal.js +252 -61
- package/mac-agent/.env +0 -9
- package/mac-agent/agent-debug.log +0 -143
- package/mac-agent/authorized-users.json +0 -35
- package/mac-agent/logs/http-agent.log +0 -823
- package/mac-agent/node +0 -0
- package/mac-agent/node_modules/.package-lock.json +0 -2255
- package/mac-agent/node_modules/@colors/colors/LICENSE +0 -26
- package/mac-agent/node_modules/@colors/colors/README.md +0 -219
- package/mac-agent/node_modules/@colors/colors/examples/normal-usage.js +0 -83
- package/mac-agent/node_modules/@colors/colors/examples/safe-string.js +0 -80
- package/mac-agent/node_modules/@colors/colors/index.d.ts +0 -184
- package/mac-agent/node_modules/@colors/colors/lib/colors.js +0 -211
- package/mac-agent/node_modules/@colors/colors/lib/custom/trap.js +0 -46
- package/mac-agent/node_modules/@colors/colors/lib/custom/zalgo.js +0 -110
- package/mac-agent/node_modules/@colors/colors/lib/extendStringPrototype.js +0 -110
- package/mac-agent/node_modules/@colors/colors/lib/index.js +0 -13
- package/mac-agent/node_modules/@colors/colors/lib/maps/america.js +0 -10
- package/mac-agent/node_modules/@colors/colors/lib/maps/rainbow.js +0 -12
- package/mac-agent/node_modules/@colors/colors/lib/maps/random.js +0 -11
- package/mac-agent/node_modules/@colors/colors/lib/maps/zebra.js +0 -5
- package/mac-agent/node_modules/@colors/colors/lib/styles.js +0 -95
- package/mac-agent/node_modules/@colors/colors/lib/system/has-flag.js +0 -35
- package/mac-agent/node_modules/@colors/colors/lib/system/supports-colors.js +0 -151
- package/mac-agent/node_modules/@colors/colors/package.json +0 -45
- package/mac-agent/node_modules/@colors/colors/safe.d.ts +0 -64
- package/mac-agent/node_modules/@colors/colors/safe.js +0 -10
- package/mac-agent/node_modules/@colors/colors/themes/generic-logging.js +0 -12
- package/mac-agent/node_modules/@dabh/diagnostics/CHANGELOG.md +0 -26
- package/mac-agent/node_modules/@dabh/diagnostics/LICENSE +0 -20
- package/mac-agent/node_modules/@dabh/diagnostics/README.md +0 -473
- package/mac-agent/node_modules/@dabh/diagnostics/adapters/hash.js +0 -11
- package/mac-agent/node_modules/@dabh/diagnostics/adapters/index.js +0 -18
- package/mac-agent/node_modules/@dabh/diagnostics/adapters/localstorage.js +0 -11
- package/mac-agent/node_modules/@dabh/diagnostics/adapters/process.env.js +0 -11
- package/mac-agent/node_modules/@dabh/diagnostics/browser/development.js +0 -35
- package/mac-agent/node_modules/@dabh/diagnostics/browser/index.js +0 -8
- package/mac-agent/node_modules/@dabh/diagnostics/browser/override.js +0 -6
- package/mac-agent/node_modules/@dabh/diagnostics/browser/production.js +0 -24
- package/mac-agent/node_modules/@dabh/diagnostics/diagnostics.js +0 -212
- package/mac-agent/node_modules/@dabh/diagnostics/logger/console.js +0 -19
- package/mac-agent/node_modules/@dabh/diagnostics/modifiers/namespace-ansi.js +0 -20
- package/mac-agent/node_modules/@dabh/diagnostics/modifiers/namespace.js +0 -32
- package/mac-agent/node_modules/@dabh/diagnostics/node/development.js +0 -36
- package/mac-agent/node_modules/@dabh/diagnostics/node/index.js +0 -8
- package/mac-agent/node_modules/@dabh/diagnostics/node/override.js +0 -21
- package/mac-agent/node_modules/@dabh/diagnostics/node/production.js +0 -24
- package/mac-agent/node_modules/@dabh/diagnostics/package.json +0 -64
- package/mac-agent/node_modules/@koush/wrtc/CMakeLists.txt +0 -664
- package/mac-agent/node_modules/@koush/wrtc/LICENSE.md +0 -30
- package/mac-agent/node_modules/@koush/wrtc/NodeJS.cmake +0 -638
- package/mac-agent/node_modules/@koush/wrtc/README.md +0 -120
- package/mac-agent/node_modules/@koush/wrtc/THIRD_PARTY_LICENSES.md +0 -1314
- package/mac-agent/node_modules/@koush/wrtc/build/Release/wrtc.node +0 -0
- package/mac-agent/node_modules/@koush/wrtc/build-linux-variants.sh +0 -10
- package/mac-agent/node_modules/@koush/wrtc/build-mac-variants.sh +0 -14
- package/mac-agent/node_modules/@koush/wrtc/clean.sh +0 -2
- package/mac-agent/node_modules/@koush/wrtc/lib/binding.js +0 -7
- package/mac-agent/node_modules/@koush/wrtc/lib/browser.js +0 -18
- package/mac-agent/node_modules/@koush/wrtc/lib/datachannelevent.js +0 -26
- package/mac-agent/node_modules/@koush/wrtc/lib/datachannelmessageevent.js +0 -9
- package/mac-agent/node_modules/@koush/wrtc/lib/error.js +0 -20
- package/mac-agent/node_modules/@koush/wrtc/lib/eventtarget.js +0 -50
- package/mac-agent/node_modules/@koush/wrtc/lib/icecandidate.js +0 -28
- package/mac-agent/node_modules/@koush/wrtc/lib/index.js +0 -81
- package/mac-agent/node_modules/@koush/wrtc/lib/mediadevices.js +0 -24
- package/mac-agent/node_modules/@koush/wrtc/lib/peerconnection.js +0 -313
- package/mac-agent/node_modules/@koush/wrtc/lib/rtcpeerconnectioniceerrorevent.js +0 -36
- package/mac-agent/node_modules/@koush/wrtc/lib/rtcpeerconnectioniceevent.js +0 -20
- package/mac-agent/node_modules/@koush/wrtc/lib/sessiondescription.js +0 -10
- package/mac-agent/node_modules/@koush/wrtc/package.json +0 -95
- package/mac-agent/node_modules/@koush/wrtc/scripts/build-appveyor.bat +0 -73
- package/mac-agent/node_modules/@koush/wrtc/scripts/build-from-source.js +0 -45
- package/mac-agent/node_modules/@koush/wrtc/scripts/build-webrtc.bat +0 -20
- package/mac-agent/node_modules/@koush/wrtc/scripts/build-webrtc.sh +0 -23
- package/mac-agent/node_modules/@koush/wrtc/scripts/configure-webrtc.bat +0 -28
- package/mac-agent/node_modules/@koush/wrtc/scripts/configure-webrtc.sh +0 -25
- package/mac-agent/node_modules/@koush/wrtc/scripts/download-prebuilt-or-build-from-source.js +0 -25
- package/mac-agent/node_modules/@koush/wrtc/scripts/download-prebuilt.js +0 -35
- package/mac-agent/node_modules/@koush/wrtc/scripts/download-webrtc.bat +0 -47
- package/mac-agent/node_modules/@koush/wrtc/scripts/download-webrtc.sh +0 -21
- package/mac-agent/node_modules/@koush/wrtc/scripts/install-example.js +0 -80
- package/mac-agent/node_modules/@koush/wrtc/scripts/karma.js +0 -70
- package/mac-agent/node_modules/@koush/wrtc/scripts/pack-webrtc.bat +0 -1
- package/mac-agent/node_modules/@koush/wrtc/scripts/pack-webrtc.js +0 -93
- package/mac-agent/node_modules/@koush/wrtc/scripts/pack-webrtc.sh +0 -38
- package/mac-agent/node_modules/@koush/wrtc/scripts/publish-to-npm.js +0 -98
- package/mac-agent/node_modules/@koush/wrtc/scripts/publish.js +0 -26
- package/mac-agent/node_modules/@koush/wrtc/scripts/run-tests.bat +0 -25
- package/mac-agent/node_modules/@koush/wrtc/scripts/unpack-webrtc.bat +0 -1
- package/mac-agent/node_modules/@koush/wrtc/scripts/unpack-webrtc.js +0 -36
- package/mac-agent/node_modules/@koush/wrtc/scripts/unpack-webrtc.sh +0 -28
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/.github/workflows/codeql.yml +0 -74
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/CHANGELOG.md +0 -510
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/LICENSE +0 -27
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/README.md +0 -742
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/bin/node-pre-gyp +0 -4
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/bin/node-pre-gyp.cmd +0 -2
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/contributing.md +0 -10
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/build.js +0 -51
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/clean.js +0 -31
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/configure.js +0 -52
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/info.js +0 -38
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/install.js +0 -235
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/main.js +0 -125
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/node-pre-gyp.js +0 -309
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/package.js +0 -73
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/pre-binding.js +0 -34
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/publish.js +0 -81
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/rebuild.js +0 -20
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/reinstall.js +0 -19
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/reveal.js +0 -32
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/testbinary.js +0 -79
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/testpackage.js +0 -53
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/unpublish.js +0 -41
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.json +0 -2602
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/util/compile.js +0 -93
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/util/handle_gyp_opts.js +0 -102
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/util/napi.js +0 -205
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/util/nw-pre-gyp/index.html +0 -26
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/util/nw-pre-gyp/package.json +0 -9
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/util/s3_setup.js +0 -163
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/lib/util/versioning.js +0 -335
- package/mac-agent/node_modules/@mapbox/node-pre-gyp/package.json +0 -62
- package/mac-agent/node_modules/@types/triple-beam/LICENSE +0 -21
- package/mac-agent/node_modules/@types/triple-beam/README.md +0 -36
- package/mac-agent/node_modules/@types/triple-beam/index.d.ts +0 -17
- package/mac-agent/node_modules/@types/triple-beam/package.json +0 -25
- package/mac-agent/node_modules/abbrev/LICENSE +0 -46
- package/mac-agent/node_modules/abbrev/README.md +0 -23
- package/mac-agent/node_modules/abbrev/abbrev.js +0 -61
- package/mac-agent/node_modules/abbrev/package.json +0 -21
- package/mac-agent/node_modules/agent-base/README.md +0 -145
- package/mac-agent/node_modules/agent-base/dist/src/index.d.ts +0 -78
- package/mac-agent/node_modules/agent-base/dist/src/index.js +0 -203
- package/mac-agent/node_modules/agent-base/dist/src/index.js.map +0 -1
- package/mac-agent/node_modules/agent-base/dist/src/promisify.d.ts +0 -4
- package/mac-agent/node_modules/agent-base/dist/src/promisify.js +0 -18
- package/mac-agent/node_modules/agent-base/dist/src/promisify.js.map +0 -1
- package/mac-agent/node_modules/agent-base/package.json +0 -64
- package/mac-agent/node_modules/agent-base/src/index.ts +0 -345
- package/mac-agent/node_modules/agent-base/src/promisify.ts +0 -33
- package/mac-agent/node_modules/ansi-regex/index.d.ts +0 -37
- package/mac-agent/node_modules/ansi-regex/index.js +0 -10
- package/mac-agent/node_modules/ansi-regex/license +0 -9
- package/mac-agent/node_modules/ansi-regex/package.json +0 -55
- package/mac-agent/node_modules/ansi-regex/readme.md +0 -78
- package/mac-agent/node_modules/anymatch/LICENSE +0 -15
- package/mac-agent/node_modules/anymatch/README.md +0 -87
- package/mac-agent/node_modules/anymatch/index.d.ts +0 -20
- package/mac-agent/node_modules/anymatch/index.js +0 -104
- package/mac-agent/node_modules/anymatch/package.json +0 -48
- package/mac-agent/node_modules/aproba/LICENSE +0 -14
- package/mac-agent/node_modules/aproba/README.md +0 -94
- package/mac-agent/node_modules/aproba/index.js +0 -105
- package/mac-agent/node_modules/aproba/package.json +0 -35
- package/mac-agent/node_modules/are-we-there-yet/LICENSE.md +0 -18
- package/mac-agent/node_modules/are-we-there-yet/README.md +0 -208
- package/mac-agent/node_modules/are-we-there-yet/lib/index.js +0 -4
- package/mac-agent/node_modules/are-we-there-yet/lib/tracker-base.js +0 -11
- package/mac-agent/node_modules/are-we-there-yet/lib/tracker-group.js +0 -116
- package/mac-agent/node_modules/are-we-there-yet/lib/tracker-stream.js +0 -36
- package/mac-agent/node_modules/are-we-there-yet/lib/tracker.js +0 -32
- package/mac-agent/node_modules/are-we-there-yet/package.json +0 -53
- package/mac-agent/node_modules/async/CHANGELOG.md +0 -351
- package/mac-agent/node_modules/async/LICENSE +0 -19
- package/mac-agent/node_modules/async/README.md +0 -59
- package/mac-agent/node_modules/async/all.js +0 -119
- package/mac-agent/node_modules/async/allLimit.js +0 -46
- package/mac-agent/node_modules/async/allSeries.js +0 -45
- package/mac-agent/node_modules/async/any.js +0 -122
- package/mac-agent/node_modules/async/anyLimit.js +0 -47
- package/mac-agent/node_modules/async/anySeries.js +0 -46
- package/mac-agent/node_modules/async/apply.js +0 -11
- package/mac-agent/node_modules/async/applyEach.js +0 -57
- package/mac-agent/node_modules/async/applyEachSeries.js +0 -37
- package/mac-agent/node_modules/async/asyncify.js +0 -118
- package/mac-agent/node_modules/async/auto.js +0 -333
- package/mac-agent/node_modules/async/autoInject.js +0 -182
- package/mac-agent/node_modules/async/bower.json +0 -17
- package/mac-agent/node_modules/async/cargo.js +0 -63
- package/mac-agent/node_modules/async/cargoQueue.js +0 -71
- package/mac-agent/node_modules/async/compose.js +0 -55
- package/mac-agent/node_modules/async/concat.js +0 -115
- package/mac-agent/node_modules/async/concatLimit.js +0 -60
- package/mac-agent/node_modules/async/concatSeries.js +0 -41
- package/mac-agent/node_modules/async/constant.js +0 -14
- package/mac-agent/node_modules/async/detect.js +0 -96
- package/mac-agent/node_modules/async/detectLimit.js +0 -48
- package/mac-agent/node_modules/async/detectSeries.js +0 -47
- package/mac-agent/node_modules/async/dir.js +0 -43
- package/mac-agent/node_modules/async/dist/async.js +0 -6061
- package/mac-agent/node_modules/async/dist/async.min.js +0 -1
- package/mac-agent/node_modules/async/dist/async.mjs +0 -5948
- package/mac-agent/node_modules/async/doDuring.js +0 -68
- package/mac-agent/node_modules/async/doUntil.js +0 -46
- package/mac-agent/node_modules/async/doWhilst.js +0 -68
- package/mac-agent/node_modules/async/during.js +0 -78
- package/mac-agent/node_modules/async/each.js +0 -129
- package/mac-agent/node_modules/async/eachLimit.js +0 -50
- package/mac-agent/node_modules/async/eachOf.js +0 -185
- package/mac-agent/node_modules/async/eachOfLimit.js +0 -47
- package/mac-agent/node_modules/async/eachOfSeries.js +0 -39
- package/mac-agent/node_modules/async/eachSeries.js +0 -44
- package/mac-agent/node_modules/async/ensureAsync.js +0 -67
- package/mac-agent/node_modules/async/every.js +0 -119
- package/mac-agent/node_modules/async/everyLimit.js +0 -46
- package/mac-agent/node_modules/async/everySeries.js +0 -45
- package/mac-agent/node_modules/async/filter.js +0 -93
- package/mac-agent/node_modules/async/filterLimit.js +0 -45
- package/mac-agent/node_modules/async/filterSeries.js +0 -43
- package/mac-agent/node_modules/async/find.js +0 -96
- package/mac-agent/node_modules/async/findLimit.js +0 -48
- package/mac-agent/node_modules/async/findSeries.js +0 -47
- package/mac-agent/node_modules/async/flatMap.js +0 -115
- package/mac-agent/node_modules/async/flatMapLimit.js +0 -60
- package/mac-agent/node_modules/async/flatMapSeries.js +0 -41
- package/mac-agent/node_modules/async/foldl.js +0 -153
- package/mac-agent/node_modules/async/foldr.js +0 -41
- package/mac-agent/node_modules/async/forEach.js +0 -129
- package/mac-agent/node_modules/async/forEachLimit.js +0 -50
- package/mac-agent/node_modules/async/forEachOf.js +0 -185
- package/mac-agent/node_modules/async/forEachOfLimit.js +0 -47
- package/mac-agent/node_modules/async/forEachOfSeries.js +0 -39
- package/mac-agent/node_modules/async/forEachSeries.js +0 -44
- package/mac-agent/node_modules/async/forever.js +0 -68
- package/mac-agent/node_modules/async/groupBy.js +0 -108
- package/mac-agent/node_modules/async/groupByLimit.js +0 -71
- package/mac-agent/node_modules/async/groupBySeries.js +0 -36
- package/mac-agent/node_modules/async/index.js +0 -588
- package/mac-agent/node_modules/async/inject.js +0 -153
- package/mac-agent/node_modules/async/internal/DoublyLinkedList.js +0 -92
- package/mac-agent/node_modules/async/internal/Heap.js +0 -120
- package/mac-agent/node_modules/async/internal/applyEach.js +0 -29
- package/mac-agent/node_modules/async/internal/asyncEachOfLimit.js +0 -75
- package/mac-agent/node_modules/async/internal/awaitify.js +0 -28
- package/mac-agent/node_modules/async/internal/breakLoop.js +0 -10
- package/mac-agent/node_modules/async/internal/consoleFunc.js +0 -31
- package/mac-agent/node_modules/async/internal/createTester.js +0 -40
- package/mac-agent/node_modules/async/internal/eachOfLimit.js +0 -90
- package/mac-agent/node_modules/async/internal/filter.js +0 -55
- package/mac-agent/node_modules/async/internal/getIterator.js +0 -11
- package/mac-agent/node_modules/async/internal/initialParams.js +0 -14
- package/mac-agent/node_modules/async/internal/isArrayLike.js +0 -10
- package/mac-agent/node_modules/async/internal/iterator.js +0 -57
- package/mac-agent/node_modules/async/internal/map.js +0 -30
- package/mac-agent/node_modules/async/internal/once.js +0 -17
- package/mac-agent/node_modules/async/internal/onlyOnce.js +0 -15
- package/mac-agent/node_modules/async/internal/parallel.js +0 -34
- package/mac-agent/node_modules/async/internal/promiseCallback.js +0 -23
- package/mac-agent/node_modules/async/internal/queue.js +0 -294
- package/mac-agent/node_modules/async/internal/range.js +0 -14
- package/mac-agent/node_modules/async/internal/reject.js +0 -26
- package/mac-agent/node_modules/async/internal/setImmediate.js +0 -34
- package/mac-agent/node_modules/async/internal/withoutIndex.js +0 -10
- package/mac-agent/node_modules/async/internal/wrapAsync.js +0 -34
- package/mac-agent/node_modules/async/log.js +0 -41
- package/mac-agent/node_modules/async/map.js +0 -142
- package/mac-agent/node_modules/async/mapLimit.js +0 -45
- package/mac-agent/node_modules/async/mapSeries.js +0 -44
- package/mac-agent/node_modules/async/mapValues.js +0 -152
- package/mac-agent/node_modules/async/mapValuesLimit.js +0 -61
- package/mac-agent/node_modules/async/mapValuesSeries.js +0 -37
- package/mac-agent/node_modules/async/memoize.js +0 -91
- package/mac-agent/node_modules/async/nextTick.js +0 -52
- package/mac-agent/node_modules/async/package.json +0 -75
- package/mac-agent/node_modules/async/parallel.js +0 -180
- package/mac-agent/node_modules/async/parallelLimit.js +0 -41
- package/mac-agent/node_modules/async/priorityQueue.js +0 -60
- package/mac-agent/node_modules/async/queue.js +0 -24
- package/mac-agent/node_modules/async/race.js +0 -67
- package/mac-agent/node_modules/async/reduce.js +0 -153
- package/mac-agent/node_modules/async/reduceRight.js +0 -41
- package/mac-agent/node_modules/async/reflect.js +0 -78
- package/mac-agent/node_modules/async/reflectAll.js +0 -93
- package/mac-agent/node_modules/async/reject.js +0 -87
- package/mac-agent/node_modules/async/rejectLimit.js +0 -45
- package/mac-agent/node_modules/async/rejectSeries.js +0 -43
- package/mac-agent/node_modules/async/retry.js +0 -159
- package/mac-agent/node_modules/async/retryable.js +0 -77
- package/mac-agent/node_modules/async/select.js +0 -93
- package/mac-agent/node_modules/async/selectLimit.js +0 -45
- package/mac-agent/node_modules/async/selectSeries.js +0 -43
- package/mac-agent/node_modules/async/seq.js +0 -79
- package/mac-agent/node_modules/async/series.js +0 -186
- package/mac-agent/node_modules/async/setImmediate.js +0 -45
- package/mac-agent/node_modules/async/some.js +0 -122
- package/mac-agent/node_modules/async/someLimit.js +0 -47
- package/mac-agent/node_modules/async/someSeries.js +0 -46
- package/mac-agent/node_modules/async/sortBy.js +0 -190
- package/mac-agent/node_modules/async/timeout.js +0 -89
- package/mac-agent/node_modules/async/times.js +0 -50
- package/mac-agent/node_modules/async/timesLimit.js +0 -43
- package/mac-agent/node_modules/async/timesSeries.js +0 -32
- package/mac-agent/node_modules/async/transform.js +0 -173
- package/mac-agent/node_modules/async/tryEach.js +0 -78
- package/mac-agent/node_modules/async/unmemoize.js +0 -25
- package/mac-agent/node_modules/async/until.js +0 -61
- package/mac-agent/node_modules/async/waterfall.js +0 -105
- package/mac-agent/node_modules/async/whilst.js +0 -78
- package/mac-agent/node_modules/async/wrapSync.js +0 -118
- package/mac-agent/node_modules/asynckit/LICENSE +0 -21
- package/mac-agent/node_modules/asynckit/README.md +0 -233
- package/mac-agent/node_modules/asynckit/bench.js +0 -76
- package/mac-agent/node_modules/asynckit/index.js +0 -6
- package/mac-agent/node_modules/asynckit/lib/abort.js +0 -29
- package/mac-agent/node_modules/asynckit/lib/async.js +0 -34
- package/mac-agent/node_modules/asynckit/lib/defer.js +0 -26
- package/mac-agent/node_modules/asynckit/lib/iterate.js +0 -75
- package/mac-agent/node_modules/asynckit/lib/readable_asynckit.js +0 -91
- package/mac-agent/node_modules/asynckit/lib/readable_parallel.js +0 -25
- package/mac-agent/node_modules/asynckit/lib/readable_serial.js +0 -25
- package/mac-agent/node_modules/asynckit/lib/readable_serial_ordered.js +0 -29
- package/mac-agent/node_modules/asynckit/lib/state.js +0 -37
- package/mac-agent/node_modules/asynckit/lib/streamify.js +0 -141
- package/mac-agent/node_modules/asynckit/lib/terminator.js +0 -29
- package/mac-agent/node_modules/asynckit/package.json +0 -63
- package/mac-agent/node_modules/asynckit/parallel.js +0 -43
- package/mac-agent/node_modules/asynckit/serial.js +0 -17
- package/mac-agent/node_modules/asynckit/serialOrdered.js +0 -75
- package/mac-agent/node_modules/asynckit/stream.js +0 -21
- package/mac-agent/node_modules/axios/CHANGELOG.md +0 -1220
- package/mac-agent/node_modules/axios/LICENSE +0 -7
- package/mac-agent/node_modules/axios/MIGRATION_GUIDE.md +0 -3
- package/mac-agent/node_modules/axios/README.md +0 -1682
- package/mac-agent/node_modules/axios/dist/axios.js +0 -4296
- package/mac-agent/node_modules/axios/dist/axios.js.map +0 -1
- package/mac-agent/node_modules/axios/dist/axios.min.js +0 -3
- package/mac-agent/node_modules/axios/dist/axios.min.js.map +0 -1
- package/mac-agent/node_modules/axios/dist/browser/axios.cjs +0 -3730
- package/mac-agent/node_modules/axios/dist/browser/axios.cjs.map +0 -1
- package/mac-agent/node_modules/axios/dist/esm/axios.js +0 -3753
- package/mac-agent/node_modules/axios/dist/esm/axios.js.map +0 -1
- package/mac-agent/node_modules/axios/dist/esm/axios.min.js +0 -3
- package/mac-agent/node_modules/axios/dist/esm/axios.min.js.map +0 -1
- package/mac-agent/node_modules/axios/dist/node/axios.cjs +0 -4787
- package/mac-agent/node_modules/axios/dist/node/axios.cjs.map +0 -1
- package/mac-agent/node_modules/axios/index.d.cts +0 -550
- package/mac-agent/node_modules/axios/index.d.ts +0 -572
- package/mac-agent/node_modules/axios/index.js +0 -43
- package/mac-agent/node_modules/axios/lib/adapters/README.md +0 -37
- package/mac-agent/node_modules/axios/lib/adapters/adapters.js +0 -79
- package/mac-agent/node_modules/axios/lib/adapters/fetch.js +0 -229
- package/mac-agent/node_modules/axios/lib/adapters/http.js +0 -695
- package/mac-agent/node_modules/axios/lib/adapters/xhr.js +0 -197
- package/mac-agent/node_modules/axios/lib/axios.js +0 -89
- package/mac-agent/node_modules/axios/lib/cancel/CancelToken.js +0 -135
- package/mac-agent/node_modules/axios/lib/cancel/CanceledError.js +0 -25
- package/mac-agent/node_modules/axios/lib/cancel/isCancel.js +0 -5
- package/mac-agent/node_modules/axios/lib/core/Axios.js +0 -242
- package/mac-agent/node_modules/axios/lib/core/AxiosError.js +0 -103
- package/mac-agent/node_modules/axios/lib/core/AxiosHeaders.js +0 -314
- package/mac-agent/node_modules/axios/lib/core/InterceptorManager.js +0 -71
- package/mac-agent/node_modules/axios/lib/core/README.md +0 -8
- package/mac-agent/node_modules/axios/lib/core/buildFullPath.js +0 -22
- package/mac-agent/node_modules/axios/lib/core/dispatchRequest.js +0 -81
- package/mac-agent/node_modules/axios/lib/core/mergeConfig.js +0 -106
- package/mac-agent/node_modules/axios/lib/core/settle.js +0 -27
- package/mac-agent/node_modules/axios/lib/core/transformData.js +0 -28
- package/mac-agent/node_modules/axios/lib/defaults/index.js +0 -161
- package/mac-agent/node_modules/axios/lib/defaults/transitional.js +0 -7
- package/mac-agent/node_modules/axios/lib/env/README.md +0 -3
- package/mac-agent/node_modules/axios/lib/env/classes/FormData.js +0 -2
- package/mac-agent/node_modules/axios/lib/env/data.js +0 -1
- package/mac-agent/node_modules/axios/lib/helpers/AxiosTransformStream.js +0 -143
- package/mac-agent/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -58
- package/mac-agent/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -71
- package/mac-agent/node_modules/axios/lib/helpers/README.md +0 -7
- package/mac-agent/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +0 -28
- package/mac-agent/node_modules/axios/lib/helpers/bind.js +0 -7
- package/mac-agent/node_modules/axios/lib/helpers/buildURL.js +0 -69
- package/mac-agent/node_modules/axios/lib/helpers/callbackify.js +0 -16
- package/mac-agent/node_modules/axios/lib/helpers/combineURLs.js +0 -15
- package/mac-agent/node_modules/axios/lib/helpers/composeSignals.js +0 -48
- package/mac-agent/node_modules/axios/lib/helpers/cookies.js +0 -42
- package/mac-agent/node_modules/axios/lib/helpers/deprecatedMethod.js +0 -26
- package/mac-agent/node_modules/axios/lib/helpers/formDataToJSON.js +0 -95
- package/mac-agent/node_modules/axios/lib/helpers/formDataToStream.js +0 -112
- package/mac-agent/node_modules/axios/lib/helpers/fromDataURI.js +0 -53
- package/mac-agent/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -15
- package/mac-agent/node_modules/axios/lib/helpers/isAxiosError.js +0 -14
- package/mac-agent/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -14
- package/mac-agent/node_modules/axios/lib/helpers/null.js +0 -2
- package/mac-agent/node_modules/axios/lib/helpers/parseHeaders.js +0 -55
- package/mac-agent/node_modules/axios/lib/helpers/parseProtocol.js +0 -6
- package/mac-agent/node_modules/axios/lib/helpers/progressEventReducer.js +0 -44
- package/mac-agent/node_modules/axios/lib/helpers/readBlob.js +0 -15
- package/mac-agent/node_modules/axios/lib/helpers/resolveConfig.js +0 -57
- package/mac-agent/node_modules/axios/lib/helpers/speedometer.js +0 -55
- package/mac-agent/node_modules/axios/lib/helpers/spread.js +0 -28
- package/mac-agent/node_modules/axios/lib/helpers/throttle.js +0 -44
- package/mac-agent/node_modules/axios/lib/helpers/toFormData.js +0 -223
- package/mac-agent/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -18
- package/mac-agent/node_modules/axios/lib/helpers/trackStream.js +0 -87
- package/mac-agent/node_modules/axios/lib/helpers/validator.js +0 -99
- package/mac-agent/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -3
- package/mac-agent/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -3
- package/mac-agent/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -4
- package/mac-agent/node_modules/axios/lib/platform/browser/index.js +0 -13
- package/mac-agent/node_modules/axios/lib/platform/common/utils.js +0 -51
- package/mac-agent/node_modules/axios/lib/platform/index.js +0 -7
- package/mac-agent/node_modules/axios/lib/platform/node/classes/FormData.js +0 -3
- package/mac-agent/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +0 -4
- package/mac-agent/node_modules/axios/lib/platform/node/index.js +0 -38
- package/mac-agent/node_modules/axios/lib/utils.js +0 -744
- package/mac-agent/node_modules/axios/package.json +0 -228
- package/mac-agent/node_modules/balanced-match/.github/FUNDING.yml +0 -2
- package/mac-agent/node_modules/balanced-match/LICENSE.md +0 -21
- package/mac-agent/node_modules/balanced-match/README.md +0 -97
- package/mac-agent/node_modules/balanced-match/index.js +0 -62
- package/mac-agent/node_modules/balanced-match/package.json +0 -48
- package/mac-agent/node_modules/binary-extensions/binary-extensions.json +0 -263
- package/mac-agent/node_modules/binary-extensions/binary-extensions.json.d.ts +0 -3
- package/mac-agent/node_modules/binary-extensions/index.d.ts +0 -14
- package/mac-agent/node_modules/binary-extensions/index.js +0 -1
- package/mac-agent/node_modules/binary-extensions/license +0 -10
- package/mac-agent/node_modules/binary-extensions/package.json +0 -40
- package/mac-agent/node_modules/binary-extensions/readme.md +0 -25
- package/mac-agent/node_modules/brace-expansion/LICENSE +0 -21
- package/mac-agent/node_modules/brace-expansion/README.md +0 -129
- package/mac-agent/node_modules/brace-expansion/index.js +0 -201
- package/mac-agent/node_modules/brace-expansion/package.json +0 -50
- package/mac-agent/node_modules/braces/LICENSE +0 -21
- package/mac-agent/node_modules/braces/README.md +0 -586
- package/mac-agent/node_modules/braces/index.js +0 -170
- package/mac-agent/node_modules/braces/lib/compile.js +0 -60
- package/mac-agent/node_modules/braces/lib/constants.js +0 -57
- package/mac-agent/node_modules/braces/lib/expand.js +0 -113
- package/mac-agent/node_modules/braces/lib/parse.js +0 -331
- package/mac-agent/node_modules/braces/lib/stringify.js +0 -32
- package/mac-agent/node_modules/braces/lib/utils.js +0 -122
- package/mac-agent/node_modules/braces/package.json +0 -77
- package/mac-agent/node_modules/call-bind/.eslintignore +0 -1
- package/mac-agent/node_modules/call-bind/.eslintrc +0 -16
- package/mac-agent/node_modules/call-bind/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/call-bind/.nycrc +0 -9
- package/mac-agent/node_modules/call-bind/CHANGELOG.md +0 -106
- package/mac-agent/node_modules/call-bind/LICENSE +0 -21
- package/mac-agent/node_modules/call-bind/README.md +0 -64
- package/mac-agent/node_modules/call-bind/callBound.js +0 -15
- package/mac-agent/node_modules/call-bind/index.js +0 -24
- package/mac-agent/node_modules/call-bind/package.json +0 -93
- package/mac-agent/node_modules/call-bind/test/callBound.js +0 -54
- package/mac-agent/node_modules/call-bind/test/index.js +0 -74
- package/mac-agent/node_modules/call-bind-apply-helpers/.eslintrc +0 -17
- package/mac-agent/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/call-bind-apply-helpers/.nycrc +0 -9
- package/mac-agent/node_modules/call-bind-apply-helpers/CHANGELOG.md +0 -30
- package/mac-agent/node_modules/call-bind-apply-helpers/LICENSE +0 -21
- package/mac-agent/node_modules/call-bind-apply-helpers/README.md +0 -62
- package/mac-agent/node_modules/call-bind-apply-helpers/actualApply.d.ts +0 -1
- package/mac-agent/node_modules/call-bind-apply-helpers/actualApply.js +0 -10
- package/mac-agent/node_modules/call-bind-apply-helpers/applyBind.d.ts +0 -19
- package/mac-agent/node_modules/call-bind-apply-helpers/applyBind.js +0 -10
- package/mac-agent/node_modules/call-bind-apply-helpers/functionApply.d.ts +0 -1
- package/mac-agent/node_modules/call-bind-apply-helpers/functionApply.js +0 -4
- package/mac-agent/node_modules/call-bind-apply-helpers/functionCall.d.ts +0 -1
- package/mac-agent/node_modules/call-bind-apply-helpers/functionCall.js +0 -4
- package/mac-agent/node_modules/call-bind-apply-helpers/index.d.ts +0 -64
- package/mac-agent/node_modules/call-bind-apply-helpers/index.js +0 -15
- package/mac-agent/node_modules/call-bind-apply-helpers/package.json +0 -85
- package/mac-agent/node_modules/call-bind-apply-helpers/reflectApply.d.ts +0 -3
- package/mac-agent/node_modules/call-bind-apply-helpers/reflectApply.js +0 -4
- package/mac-agent/node_modules/call-bind-apply-helpers/test/index.js +0 -63
- package/mac-agent/node_modules/call-bind-apply-helpers/tsconfig.json +0 -9
- package/mac-agent/node_modules/call-bound/.eslintrc +0 -13
- package/mac-agent/node_modules/call-bound/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/call-bound/.nycrc +0 -9
- package/mac-agent/node_modules/call-bound/CHANGELOG.md +0 -42
- package/mac-agent/node_modules/call-bound/LICENSE +0 -21
- package/mac-agent/node_modules/call-bound/README.md +0 -53
- package/mac-agent/node_modules/call-bound/index.d.ts +0 -94
- package/mac-agent/node_modules/call-bound/index.js +0 -19
- package/mac-agent/node_modules/call-bound/package.json +0 -99
- package/mac-agent/node_modules/call-bound/test/index.js +0 -61
- package/mac-agent/node_modules/call-bound/tsconfig.json +0 -10
- package/mac-agent/node_modules/camelcase/index.js +0 -56
- package/mac-agent/node_modules/camelcase/license +0 -21
- package/mac-agent/node_modules/camelcase/package.json +0 -39
- package/mac-agent/node_modules/camelcase/readme.md +0 -57
- package/mac-agent/node_modules/chokidar/LICENSE +0 -21
- package/mac-agent/node_modules/chokidar/README.md +0 -308
- package/mac-agent/node_modules/chokidar/index.js +0 -973
- package/mac-agent/node_modules/chokidar/lib/constants.js +0 -66
- package/mac-agent/node_modules/chokidar/lib/fsevents-handler.js +0 -526
- package/mac-agent/node_modules/chokidar/lib/nodefs-handler.js +0 -654
- package/mac-agent/node_modules/chokidar/package.json +0 -70
- package/mac-agent/node_modules/chokidar/types/index.d.ts +0 -192
- package/mac-agent/node_modules/chownr/LICENSE +0 -15
- package/mac-agent/node_modules/chownr/README.md +0 -3
- package/mac-agent/node_modules/chownr/chownr.js +0 -167
- package/mac-agent/node_modules/chownr/package.json +0 -32
- package/mac-agent/node_modules/cliui/CHANGELOG.md +0 -15
- package/mac-agent/node_modules/cliui/LICENSE.txt +0 -14
- package/mac-agent/node_modules/cliui/README.md +0 -110
- package/mac-agent/node_modules/cliui/index.js +0 -316
- package/mac-agent/node_modules/cliui/node_modules/ansi-regex/index.js +0 -4
- package/mac-agent/node_modules/cliui/node_modules/ansi-regex/license +0 -21
- package/mac-agent/node_modules/cliui/node_modules/ansi-regex/package.json +0 -64
- package/mac-agent/node_modules/cliui/node_modules/ansi-regex/readme.md +0 -39
- package/mac-agent/node_modules/cliui/node_modules/is-fullwidth-code-point/index.js +0 -46
- package/mac-agent/node_modules/cliui/node_modules/is-fullwidth-code-point/license +0 -21
- package/mac-agent/node_modules/cliui/node_modules/is-fullwidth-code-point/package.json +0 -45
- package/mac-agent/node_modules/cliui/node_modules/is-fullwidth-code-point/readme.md +0 -39
- package/mac-agent/node_modules/cliui/node_modules/string-width/index.js +0 -37
- package/mac-agent/node_modules/cliui/node_modules/string-width/license +0 -21
- package/mac-agent/node_modules/cliui/node_modules/string-width/package.json +0 -56
- package/mac-agent/node_modules/cliui/node_modules/string-width/readme.md +0 -42
- package/mac-agent/node_modules/cliui/node_modules/strip-ansi/index.js +0 -6
- package/mac-agent/node_modules/cliui/node_modules/strip-ansi/license +0 -21
- package/mac-agent/node_modules/cliui/node_modules/strip-ansi/package.json +0 -57
- package/mac-agent/node_modules/cliui/node_modules/strip-ansi/readme.md +0 -33
- package/mac-agent/node_modules/cliui/package.json +0 -64
- package/mac-agent/node_modules/code-point-at/index.js +0 -32
- package/mac-agent/node_modules/code-point-at/license +0 -21
- package/mac-agent/node_modules/code-point-at/package.json +0 -38
- package/mac-agent/node_modules/code-point-at/readme.md +0 -32
- package/mac-agent/node_modules/color/LICENSE +0 -21
- package/mac-agent/node_modules/color/README.md +0 -123
- package/mac-agent/node_modules/color/index.js +0 -482
- package/mac-agent/node_modules/color/package.json +0 -40
- package/mac-agent/node_modules/color-convert/CHANGELOG.md +0 -54
- package/mac-agent/node_modules/color-convert/LICENSE +0 -21
- package/mac-agent/node_modules/color-convert/README.md +0 -68
- package/mac-agent/node_modules/color-convert/conversions.js +0 -868
- package/mac-agent/node_modules/color-convert/index.js +0 -78
- package/mac-agent/node_modules/color-convert/package.json +0 -46
- package/mac-agent/node_modules/color-convert/route.js +0 -97
- package/mac-agent/node_modules/color-name/.eslintrc.json +0 -43
- package/mac-agent/node_modules/color-name/LICENSE +0 -8
- package/mac-agent/node_modules/color-name/README.md +0 -11
- package/mac-agent/node_modules/color-name/index.js +0 -152
- package/mac-agent/node_modules/color-name/package.json +0 -25
- package/mac-agent/node_modules/color-name/test.js +0 -7
- package/mac-agent/node_modules/color-string/LICENSE +0 -21
- package/mac-agent/node_modules/color-string/README.md +0 -62
- package/mac-agent/node_modules/color-string/index.js +0 -242
- package/mac-agent/node_modules/color-string/package.json +0 -39
- package/mac-agent/node_modules/color-support/LICENSE +0 -15
- package/mac-agent/node_modules/color-support/README.md +0 -129
- package/mac-agent/node_modules/color-support/bin.js +0 -3
- package/mac-agent/node_modules/color-support/browser.js +0 -14
- package/mac-agent/node_modules/color-support/index.js +0 -134
- package/mac-agent/node_modules/color-support/package.json +0 -36
- package/mac-agent/node_modules/colorspace/LICENSE.md +0 -20
- package/mac-agent/node_modules/colorspace/README.md +0 -43
- package/mac-agent/node_modules/colorspace/index.js +0 -29
- package/mac-agent/node_modules/colorspace/package.json +0 -37
- package/mac-agent/node_modules/combined-stream/License +0 -19
- package/mac-agent/node_modules/combined-stream/Readme.md +0 -138
- package/mac-agent/node_modules/combined-stream/lib/combined_stream.js +0 -208
- package/mac-agent/node_modules/combined-stream/package.json +0 -25
- package/mac-agent/node_modules/combined-stream/yarn.lock +0 -17
- package/mac-agent/node_modules/concat-map/.travis.yml +0 -4
- package/mac-agent/node_modules/concat-map/LICENSE +0 -18
- package/mac-agent/node_modules/concat-map/README.markdown +0 -62
- package/mac-agent/node_modules/concat-map/example/map.js +0 -6
- package/mac-agent/node_modules/concat-map/index.js +0 -13
- package/mac-agent/node_modules/concat-map/package.json +0 -43
- package/mac-agent/node_modules/concat-map/test/map.js +0 -39
- package/mac-agent/node_modules/console-control-strings/LICENSE +0 -13
- package/mac-agent/node_modules/console-control-strings/README.md +0 -145
- package/mac-agent/node_modules/console-control-strings/README.md~ +0 -140
- package/mac-agent/node_modules/console-control-strings/index.js +0 -125
- package/mac-agent/node_modules/console-control-strings/package.json +0 -27
- package/mac-agent/node_modules/debug/LICENSE +0 -20
- package/mac-agent/node_modules/debug/README.md +0 -481
- package/mac-agent/node_modules/debug/package.json +0 -64
- package/mac-agent/node_modules/debug/src/browser.js +0 -272
- package/mac-agent/node_modules/debug/src/common.js +0 -292
- package/mac-agent/node_modules/debug/src/index.js +0 -10
- package/mac-agent/node_modules/debug/src/node.js +0 -263
- package/mac-agent/node_modules/decamelize/index.js +0 -13
- package/mac-agent/node_modules/decamelize/license +0 -21
- package/mac-agent/node_modules/decamelize/package.json +0 -38
- package/mac-agent/node_modules/decamelize/readme.md +0 -48
- package/mac-agent/node_modules/define-data-property/.eslintrc +0 -24
- package/mac-agent/node_modules/define-data-property/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/define-data-property/.nycrc +0 -13
- package/mac-agent/node_modules/define-data-property/CHANGELOG.md +0 -70
- package/mac-agent/node_modules/define-data-property/LICENSE +0 -21
- package/mac-agent/node_modules/define-data-property/README.md +0 -67
- package/mac-agent/node_modules/define-data-property/index.d.ts +0 -12
- package/mac-agent/node_modules/define-data-property/index.js +0 -56
- package/mac-agent/node_modules/define-data-property/package.json +0 -106
- package/mac-agent/node_modules/define-data-property/test/index.js +0 -392
- package/mac-agent/node_modules/define-data-property/tsconfig.json +0 -59
- package/mac-agent/node_modules/define-properties/.editorconfig +0 -13
- package/mac-agent/node_modules/define-properties/.eslintrc +0 -19
- package/mac-agent/node_modules/define-properties/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/define-properties/.nycrc +0 -9
- package/mac-agent/node_modules/define-properties/CHANGELOG.md +0 -91
- package/mac-agent/node_modules/define-properties/LICENSE +0 -21
- package/mac-agent/node_modules/define-properties/README.md +0 -84
- package/mac-agent/node_modules/define-properties/index.js +0 -47
- package/mac-agent/node_modules/define-properties/package.json +0 -88
- package/mac-agent/node_modules/delayed-stream/License +0 -19
- package/mac-agent/node_modules/delayed-stream/Makefile +0 -7
- package/mac-agent/node_modules/delayed-stream/Readme.md +0 -141
- package/mac-agent/node_modules/delayed-stream/lib/delayed_stream.js +0 -107
- package/mac-agent/node_modules/delayed-stream/package.json +0 -27
- package/mac-agent/node_modules/delegates/History.md +0 -22
- package/mac-agent/node_modules/delegates/License +0 -20
- package/mac-agent/node_modules/delegates/Makefile +0 -8
- package/mac-agent/node_modules/delegates/Readme.md +0 -94
- package/mac-agent/node_modules/delegates/index.js +0 -121
- package/mac-agent/node_modules/delegates/package.json +0 -13
- package/mac-agent/node_modules/delegates/test/index.js +0 -94
- package/mac-agent/node_modules/detect-libc/LICENSE +0 -201
- package/mac-agent/node_modules/detect-libc/README.md +0 -163
- package/mac-agent/node_modules/detect-libc/index.d.ts +0 -14
- package/mac-agent/node_modules/detect-libc/lib/detect-libc.js +0 -267
- package/mac-agent/node_modules/detect-libc/lib/filesystem.js +0 -41
- package/mac-agent/node_modules/detect-libc/lib/process.js +0 -24
- package/mac-agent/node_modules/detect-libc/package.json +0 -41
- package/mac-agent/node_modules/domexception/LICENSE.txt +0 -21
- package/mac-agent/node_modules/domexception/README.md +0 -19
- package/mac-agent/node_modules/domexception/lib/DOMException-impl.js +0 -22
- package/mac-agent/node_modules/domexception/lib/DOMException.js +0 -368
- package/mac-agent/node_modules/domexception/lib/legacy-error-codes.json +0 -27
- package/mac-agent/node_modules/domexception/lib/public-api.js +0 -5
- package/mac-agent/node_modules/domexception/lib/utils.js +0 -86
- package/mac-agent/node_modules/domexception/package.json +0 -36
- package/mac-agent/node_modules/dotenv/CHANGELOG.md +0 -520
- package/mac-agent/node_modules/dotenv/LICENSE +0 -23
- package/mac-agent/node_modules/dotenv/README-es.md +0 -411
- package/mac-agent/node_modules/dotenv/README.md +0 -645
- package/mac-agent/node_modules/dotenv/SECURITY.md +0 -1
- package/mac-agent/node_modules/dotenv/config.d.ts +0 -1
- package/mac-agent/node_modules/dotenv/config.js +0 -9
- package/mac-agent/node_modules/dotenv/lib/cli-options.js +0 -17
- package/mac-agent/node_modules/dotenv/lib/env-options.js +0 -28
- package/mac-agent/node_modules/dotenv/lib/main.d.ts +0 -162
- package/mac-agent/node_modules/dotenv/lib/main.js +0 -386
- package/mac-agent/node_modules/dotenv/package.json +0 -62
- package/mac-agent/node_modules/dunder-proto/.eslintrc +0 -5
- package/mac-agent/node_modules/dunder-proto/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/dunder-proto/.nycrc +0 -13
- package/mac-agent/node_modules/dunder-proto/CHANGELOG.md +0 -24
- package/mac-agent/node_modules/dunder-proto/LICENSE +0 -21
- package/mac-agent/node_modules/dunder-proto/README.md +0 -54
- package/mac-agent/node_modules/dunder-proto/get.d.ts +0 -5
- package/mac-agent/node_modules/dunder-proto/get.js +0 -30
- package/mac-agent/node_modules/dunder-proto/package.json +0 -76
- package/mac-agent/node_modules/dunder-proto/set.d.ts +0 -5
- package/mac-agent/node_modules/dunder-proto/set.js +0 -35
- package/mac-agent/node_modules/dunder-proto/test/get.js +0 -34
- package/mac-agent/node_modules/dunder-proto/test/index.js +0 -4
- package/mac-agent/node_modules/dunder-proto/test/set.js +0 -50
- package/mac-agent/node_modules/dunder-proto/tsconfig.json +0 -9
- package/mac-agent/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
- package/mac-agent/node_modules/emoji-regex/README.md +0 -73
- package/mac-agent/node_modules/emoji-regex/es2015/index.js +0 -6
- package/mac-agent/node_modules/emoji-regex/es2015/text.js +0 -6
- package/mac-agent/node_modules/emoji-regex/index.d.ts +0 -23
- package/mac-agent/node_modules/emoji-regex/index.js +0 -6
- package/mac-agent/node_modules/emoji-regex/package.json +0 -50
- package/mac-agent/node_modules/emoji-regex/text.js +0 -6
- package/mac-agent/node_modules/enabled/.travis.yml +0 -9
- package/mac-agent/node_modules/enabled/LICENSE +0 -20
- package/mac-agent/node_modules/enabled/README.md +0 -68
- package/mac-agent/node_modules/enabled/index.js +0 -34
- package/mac-agent/node_modules/enabled/package.json +0 -33
- package/mac-agent/node_modules/enabled/test.js +0 -39
- package/mac-agent/node_modules/error-ex/LICENSE +0 -21
- package/mac-agent/node_modules/error-ex/README.md +0 -144
- package/mac-agent/node_modules/error-ex/index.js +0 -141
- package/mac-agent/node_modules/error-ex/node_modules/is-arrayish/.editorconfig +0 -18
- package/mac-agent/node_modules/error-ex/node_modules/is-arrayish/.istanbul.yml +0 -4
- package/mac-agent/node_modules/error-ex/node_modules/is-arrayish/.travis.yml +0 -17
- package/mac-agent/node_modules/error-ex/node_modules/is-arrayish/LICENSE +0 -21
- package/mac-agent/node_modules/error-ex/node_modules/is-arrayish/README.md +0 -16
- package/mac-agent/node_modules/error-ex/node_modules/is-arrayish/index.js +0 -10
- package/mac-agent/node_modules/error-ex/node_modules/is-arrayish/package.json +0 -34
- package/mac-agent/node_modules/error-ex/package.json +0 -46
- package/mac-agent/node_modules/es-define-property/.eslintrc +0 -13
- package/mac-agent/node_modules/es-define-property/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/es-define-property/.nycrc +0 -9
- package/mac-agent/node_modules/es-define-property/CHANGELOG.md +0 -29
- package/mac-agent/node_modules/es-define-property/LICENSE +0 -21
- package/mac-agent/node_modules/es-define-property/README.md +0 -49
- package/mac-agent/node_modules/es-define-property/index.d.ts +0 -3
- package/mac-agent/node_modules/es-define-property/index.js +0 -14
- package/mac-agent/node_modules/es-define-property/package.json +0 -81
- package/mac-agent/node_modules/es-define-property/test/index.js +0 -56
- package/mac-agent/node_modules/es-define-property/tsconfig.json +0 -10
- package/mac-agent/node_modules/es-errors/.eslintrc +0 -5
- package/mac-agent/node_modules/es-errors/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/es-errors/CHANGELOG.md +0 -40
- package/mac-agent/node_modules/es-errors/LICENSE +0 -21
- package/mac-agent/node_modules/es-errors/README.md +0 -55
- package/mac-agent/node_modules/es-errors/eval.d.ts +0 -3
- package/mac-agent/node_modules/es-errors/eval.js +0 -4
- package/mac-agent/node_modules/es-errors/index.d.ts +0 -3
- package/mac-agent/node_modules/es-errors/index.js +0 -4
- package/mac-agent/node_modules/es-errors/package.json +0 -80
- package/mac-agent/node_modules/es-errors/range.d.ts +0 -3
- package/mac-agent/node_modules/es-errors/range.js +0 -4
- package/mac-agent/node_modules/es-errors/ref.d.ts +0 -3
- package/mac-agent/node_modules/es-errors/ref.js +0 -4
- package/mac-agent/node_modules/es-errors/syntax.d.ts +0 -3
- package/mac-agent/node_modules/es-errors/syntax.js +0 -4
- package/mac-agent/node_modules/es-errors/test/index.js +0 -19
- package/mac-agent/node_modules/es-errors/tsconfig.json +0 -49
- package/mac-agent/node_modules/es-errors/type.d.ts +0 -3
- package/mac-agent/node_modules/es-errors/type.js +0 -4
- package/mac-agent/node_modules/es-errors/uri.d.ts +0 -3
- package/mac-agent/node_modules/es-errors/uri.js +0 -4
- package/mac-agent/node_modules/es-object-atoms/.eslintrc +0 -16
- package/mac-agent/node_modules/es-object-atoms/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/es-object-atoms/CHANGELOG.md +0 -37
- package/mac-agent/node_modules/es-object-atoms/LICENSE +0 -21
- package/mac-agent/node_modules/es-object-atoms/README.md +0 -63
- package/mac-agent/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +0 -3
- package/mac-agent/node_modules/es-object-atoms/RequireObjectCoercible.js +0 -11
- package/mac-agent/node_modules/es-object-atoms/ToObject.d.ts +0 -7
- package/mac-agent/node_modules/es-object-atoms/ToObject.js +0 -10
- package/mac-agent/node_modules/es-object-atoms/index.d.ts +0 -3
- package/mac-agent/node_modules/es-object-atoms/index.js +0 -4
- package/mac-agent/node_modules/es-object-atoms/isObject.d.ts +0 -3
- package/mac-agent/node_modules/es-object-atoms/isObject.js +0 -6
- package/mac-agent/node_modules/es-object-atoms/package.json +0 -80
- package/mac-agent/node_modules/es-object-atoms/test/index.js +0 -38
- package/mac-agent/node_modules/es-object-atoms/tsconfig.json +0 -6
- package/mac-agent/node_modules/es-set-tostringtag/.eslintrc +0 -13
- package/mac-agent/node_modules/es-set-tostringtag/.nycrc +0 -9
- package/mac-agent/node_modules/es-set-tostringtag/CHANGELOG.md +0 -67
- package/mac-agent/node_modules/es-set-tostringtag/LICENSE +0 -21
- package/mac-agent/node_modules/es-set-tostringtag/README.md +0 -53
- package/mac-agent/node_modules/es-set-tostringtag/index.d.ts +0 -10
- package/mac-agent/node_modules/es-set-tostringtag/index.js +0 -35
- package/mac-agent/node_modules/es-set-tostringtag/package.json +0 -78
- package/mac-agent/node_modules/es-set-tostringtag/test/index.js +0 -85
- package/mac-agent/node_modules/es-set-tostringtag/tsconfig.json +0 -9
- package/mac-agent/node_modules/fecha/LICENSE +0 -22
- package/mac-agent/node_modules/fecha/README.md +0 -320
- package/mac-agent/node_modules/fecha/dist/fecha.min.js +0 -2
- package/mac-agent/node_modules/fecha/dist/fecha.min.js.map +0 -1
- package/mac-agent/node_modules/fecha/lib/fecha.d.ts +0 -52
- package/mac-agent/node_modules/fecha/lib/fecha.js +0 -403
- package/mac-agent/node_modules/fecha/lib/fecha.js.map +0 -1
- package/mac-agent/node_modules/fecha/lib/fecha.umd.js +0 -418
- package/mac-agent/node_modules/fecha/lib/fecha.umd.js.map +0 -1
- package/mac-agent/node_modules/fecha/package.json +0 -55
- package/mac-agent/node_modules/fecha/src/fecha.ts +0 -524
- package/mac-agent/node_modules/fill-range/LICENSE +0 -21
- package/mac-agent/node_modules/fill-range/README.md +0 -237
- package/mac-agent/node_modules/fill-range/index.js +0 -248
- package/mac-agent/node_modules/fill-range/package.json +0 -74
- package/mac-agent/node_modules/find-up/index.js +0 -53
- package/mac-agent/node_modules/find-up/license +0 -21
- package/mac-agent/node_modules/find-up/package.json +0 -51
- package/mac-agent/node_modules/find-up/readme.md +0 -72
- package/mac-agent/node_modules/fn.name/.gitattributes +0 -1
- package/mac-agent/node_modules/fn.name/.travis.yml +0 -10
- package/mac-agent/node_modules/fn.name/LICENSE +0 -22
- package/mac-agent/node_modules/fn.name/README.md +0 -42
- package/mac-agent/node_modules/fn.name/index.js +0 -42
- package/mac-agent/node_modules/fn.name/package.json +0 -37
- package/mac-agent/node_modules/fn.name/test.js +0 -73
- package/mac-agent/node_modules/follow-redirects/LICENSE +0 -18
- package/mac-agent/node_modules/follow-redirects/README.md +0 -155
- package/mac-agent/node_modules/follow-redirects/debug.js +0 -15
- package/mac-agent/node_modules/follow-redirects/http.js +0 -1
- package/mac-agent/node_modules/follow-redirects/https.js +0 -1
- package/mac-agent/node_modules/follow-redirects/index.js +0 -686
- package/mac-agent/node_modules/follow-redirects/package.json +0 -58
- package/mac-agent/node_modules/form-data/License +0 -19
- package/mac-agent/node_modules/form-data/README.md.bak +0 -355
- package/mac-agent/node_modules/form-data/Readme.md +0 -355
- package/mac-agent/node_modules/form-data/index.d.ts +0 -62
- package/mac-agent/node_modules/form-data/lib/browser.js +0 -4
- package/mac-agent/node_modules/form-data/lib/form_data.js +0 -498
- package/mac-agent/node_modules/form-data/lib/populate.js +0 -10
- package/mac-agent/node_modules/form-data/package.json +0 -66
- package/mac-agent/node_modules/fs-minipass/LICENSE +0 -15
- package/mac-agent/node_modules/fs-minipass/README.md +0 -70
- package/mac-agent/node_modules/fs-minipass/index.js +0 -422
- package/mac-agent/node_modules/fs-minipass/node_modules/minipass/LICENSE +0 -15
- package/mac-agent/node_modules/fs-minipass/node_modules/minipass/README.md +0 -728
- package/mac-agent/node_modules/fs-minipass/node_modules/minipass/index.d.ts +0 -155
- package/mac-agent/node_modules/fs-minipass/node_modules/minipass/index.js +0 -649
- package/mac-agent/node_modules/fs-minipass/node_modules/minipass/package.json +0 -56
- package/mac-agent/node_modules/fs-minipass/package.json +0 -39
- package/mac-agent/node_modules/fs.realpath/LICENSE +0 -43
- package/mac-agent/node_modules/fs.realpath/README.md +0 -33
- package/mac-agent/node_modules/fs.realpath/index.js +0 -66
- package/mac-agent/node_modules/fs.realpath/old.js +0 -303
- package/mac-agent/node_modules/fs.realpath/package.json +0 -26
- package/mac-agent/node_modules/fsevents/LICENSE +0 -22
- package/mac-agent/node_modules/fsevents/README.md +0 -89
- package/mac-agent/node_modules/fsevents/fsevents.d.ts +0 -46
- package/mac-agent/node_modules/fsevents/fsevents.js +0 -83
- package/mac-agent/node_modules/fsevents/fsevents.node +0 -0
- package/mac-agent/node_modules/fsevents/package.json +0 -62
- package/mac-agent/node_modules/function-bind/.eslintrc +0 -21
- package/mac-agent/node_modules/function-bind/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/function-bind/.github/SECURITY.md +0 -3
- package/mac-agent/node_modules/function-bind/.nycrc +0 -13
- package/mac-agent/node_modules/function-bind/CHANGELOG.md +0 -136
- package/mac-agent/node_modules/function-bind/LICENSE +0 -20
- package/mac-agent/node_modules/function-bind/README.md +0 -46
- package/mac-agent/node_modules/function-bind/implementation.js +0 -84
- package/mac-agent/node_modules/function-bind/index.js +0 -5
- package/mac-agent/node_modules/function-bind/package.json +0 -87
- package/mac-agent/node_modules/function-bind/test/.eslintrc +0 -9
- package/mac-agent/node_modules/function-bind/test/index.js +0 -252
- package/mac-agent/node_modules/gauge/CHANGELOG.md +0 -163
- package/mac-agent/node_modules/gauge/LICENSE +0 -13
- package/mac-agent/node_modules/gauge/README.md +0 -402
- package/mac-agent/node_modules/gauge/base-theme.js +0 -14
- package/mac-agent/node_modules/gauge/error.js +0 -24
- package/mac-agent/node_modules/gauge/has-color.js +0 -4
- package/mac-agent/node_modules/gauge/index.js +0 -233
- package/mac-agent/node_modules/gauge/package.json +0 -66
- package/mac-agent/node_modules/gauge/plumbing.js +0 -48
- package/mac-agent/node_modules/gauge/process.js +0 -3
- package/mac-agent/node_modules/gauge/progress-bar.js +0 -35
- package/mac-agent/node_modules/gauge/render-template.js +0 -178
- package/mac-agent/node_modules/gauge/set-immediate.js +0 -7
- package/mac-agent/node_modules/gauge/set-interval.js +0 -3
- package/mac-agent/node_modules/gauge/spin.js +0 -5
- package/mac-agent/node_modules/gauge/template-item.js +0 -72
- package/mac-agent/node_modules/gauge/theme-set.js +0 -114
- package/mac-agent/node_modules/gauge/themes.js +0 -56
- package/mac-agent/node_modules/gauge/wide-truncate.js +0 -25
- package/mac-agent/node_modules/get-caller-file/LICENSE.md +0 -6
- package/mac-agent/node_modules/get-caller-file/README.md +0 -4
- package/mac-agent/node_modules/get-caller-file/index.js +0 -20
- package/mac-agent/node_modules/get-caller-file/package.json +0 -31
- package/mac-agent/node_modules/get-intrinsic/.eslintrc +0 -42
- package/mac-agent/node_modules/get-intrinsic/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/get-intrinsic/.nycrc +0 -9
- package/mac-agent/node_modules/get-intrinsic/CHANGELOG.md +0 -186
- package/mac-agent/node_modules/get-intrinsic/LICENSE +0 -21
- package/mac-agent/node_modules/get-intrinsic/README.md +0 -71
- package/mac-agent/node_modules/get-intrinsic/index.js +0 -378
- package/mac-agent/node_modules/get-intrinsic/package.json +0 -97
- package/mac-agent/node_modules/get-intrinsic/test/GetIntrinsic.js +0 -274
- package/mac-agent/node_modules/get-proto/.eslintrc +0 -10
- package/mac-agent/node_modules/get-proto/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/get-proto/.nycrc +0 -9
- package/mac-agent/node_modules/get-proto/CHANGELOG.md +0 -21
- package/mac-agent/node_modules/get-proto/LICENSE +0 -21
- package/mac-agent/node_modules/get-proto/Object.getPrototypeOf.d.ts +0 -5
- package/mac-agent/node_modules/get-proto/Object.getPrototypeOf.js +0 -6
- package/mac-agent/node_modules/get-proto/README.md +0 -50
- package/mac-agent/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +0 -3
- package/mac-agent/node_modules/get-proto/Reflect.getPrototypeOf.js +0 -4
- package/mac-agent/node_modules/get-proto/index.d.ts +0 -5
- package/mac-agent/node_modules/get-proto/index.js +0 -27
- package/mac-agent/node_modules/get-proto/package.json +0 -81
- package/mac-agent/node_modules/get-proto/test/index.js +0 -68
- package/mac-agent/node_modules/get-proto/tsconfig.json +0 -9
- package/mac-agent/node_modules/glob/LICENSE +0 -21
- package/mac-agent/node_modules/glob/README.md +0 -378
- package/mac-agent/node_modules/glob/common.js +0 -238
- package/mac-agent/node_modules/glob/glob.js +0 -790
- package/mac-agent/node_modules/glob/package.json +0 -55
- package/mac-agent/node_modules/glob/sync.js +0 -486
- package/mac-agent/node_modules/glob-parent/CHANGELOG.md +0 -110
- package/mac-agent/node_modules/glob-parent/LICENSE +0 -15
- package/mac-agent/node_modules/glob-parent/README.md +0 -137
- package/mac-agent/node_modules/glob-parent/index.js +0 -42
- package/mac-agent/node_modules/glob-parent/package.json +0 -48
- package/mac-agent/node_modules/gopd/.eslintrc +0 -16
- package/mac-agent/node_modules/gopd/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/gopd/CHANGELOG.md +0 -45
- package/mac-agent/node_modules/gopd/LICENSE +0 -21
- package/mac-agent/node_modules/gopd/README.md +0 -40
- package/mac-agent/node_modules/gopd/gOPD.d.ts +0 -1
- package/mac-agent/node_modules/gopd/gOPD.js +0 -4
- package/mac-agent/node_modules/gopd/index.d.ts +0 -5
- package/mac-agent/node_modules/gopd/index.js +0 -15
- package/mac-agent/node_modules/gopd/package.json +0 -77
- package/mac-agent/node_modules/gopd/test/index.js +0 -36
- package/mac-agent/node_modules/gopd/tsconfig.json +0 -9
- package/mac-agent/node_modules/graceful-fs/LICENSE +0 -15
- package/mac-agent/node_modules/graceful-fs/README.md +0 -143
- package/mac-agent/node_modules/graceful-fs/clone.js +0 -23
- package/mac-agent/node_modules/graceful-fs/graceful-fs.js +0 -448
- package/mac-agent/node_modules/graceful-fs/legacy-streams.js +0 -118
- package/mac-agent/node_modules/graceful-fs/package.json +0 -53
- package/mac-agent/node_modules/graceful-fs/polyfills.js +0 -355
- package/mac-agent/node_modules/has-flag/index.js +0 -8
- package/mac-agent/node_modules/has-flag/license +0 -9
- package/mac-agent/node_modules/has-flag/package.json +0 -44
- package/mac-agent/node_modules/has-flag/readme.md +0 -70
- package/mac-agent/node_modules/has-property-descriptors/.eslintrc +0 -13
- package/mac-agent/node_modules/has-property-descriptors/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/has-property-descriptors/.nycrc +0 -9
- package/mac-agent/node_modules/has-property-descriptors/CHANGELOG.md +0 -35
- package/mac-agent/node_modules/has-property-descriptors/LICENSE +0 -21
- package/mac-agent/node_modules/has-property-descriptors/README.md +0 -43
- package/mac-agent/node_modules/has-property-descriptors/index.js +0 -22
- package/mac-agent/node_modules/has-property-descriptors/package.json +0 -77
- package/mac-agent/node_modules/has-property-descriptors/test/index.js +0 -57
- package/mac-agent/node_modules/has-symbols/.eslintrc +0 -11
- package/mac-agent/node_modules/has-symbols/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/has-symbols/.nycrc +0 -9
- package/mac-agent/node_modules/has-symbols/CHANGELOG.md +0 -91
- package/mac-agent/node_modules/has-symbols/LICENSE +0 -21
- package/mac-agent/node_modules/has-symbols/README.md +0 -46
- package/mac-agent/node_modules/has-symbols/index.d.ts +0 -3
- package/mac-agent/node_modules/has-symbols/index.js +0 -14
- package/mac-agent/node_modules/has-symbols/package.json +0 -111
- package/mac-agent/node_modules/has-symbols/shams.d.ts +0 -3
- package/mac-agent/node_modules/has-symbols/shams.js +0 -45
- package/mac-agent/node_modules/has-symbols/test/index.js +0 -22
- package/mac-agent/node_modules/has-symbols/test/shams/core-js.js +0 -29
- package/mac-agent/node_modules/has-symbols/test/shams/get-own-property-symbols.js +0 -29
- package/mac-agent/node_modules/has-symbols/test/tests.js +0 -58
- package/mac-agent/node_modules/has-symbols/tsconfig.json +0 -10
- package/mac-agent/node_modules/has-tostringtag/.eslintrc +0 -5
- package/mac-agent/node_modules/has-tostringtag/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/has-tostringtag/.nycrc +0 -13
- package/mac-agent/node_modules/has-tostringtag/CHANGELOG.md +0 -42
- package/mac-agent/node_modules/has-tostringtag/LICENSE +0 -21
- package/mac-agent/node_modules/has-tostringtag/README.md +0 -46
- package/mac-agent/node_modules/has-tostringtag/index.d.ts +0 -3
- package/mac-agent/node_modules/has-tostringtag/index.js +0 -8
- package/mac-agent/node_modules/has-tostringtag/package.json +0 -108
- package/mac-agent/node_modules/has-tostringtag/shams.d.ts +0 -3
- package/mac-agent/node_modules/has-tostringtag/shams.js +0 -8
- package/mac-agent/node_modules/has-tostringtag/test/index.js +0 -21
- package/mac-agent/node_modules/has-tostringtag/test/shams/core-js.js +0 -31
- package/mac-agent/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +0 -30
- package/mac-agent/node_modules/has-tostringtag/test/tests.js +0 -15
- package/mac-agent/node_modules/has-tostringtag/tsconfig.json +0 -49
- package/mac-agent/node_modules/has-unicode/LICENSE +0 -14
- package/mac-agent/node_modules/has-unicode/README.md +0 -43
- package/mac-agent/node_modules/has-unicode/index.js +0 -16
- package/mac-agent/node_modules/has-unicode/package.json +0 -30
- package/mac-agent/node_modules/hasown/.eslintrc +0 -5
- package/mac-agent/node_modules/hasown/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/hasown/.nycrc +0 -13
- package/mac-agent/node_modules/hasown/CHANGELOG.md +0 -40
- package/mac-agent/node_modules/hasown/LICENSE +0 -21
- package/mac-agent/node_modules/hasown/README.md +0 -40
- package/mac-agent/node_modules/hasown/index.d.ts +0 -3
- package/mac-agent/node_modules/hasown/index.js +0 -8
- package/mac-agent/node_modules/hasown/package.json +0 -92
- package/mac-agent/node_modules/hasown/tsconfig.json +0 -6
- package/mac-agent/node_modules/hosted-git-info/CHANGELOG.md +0 -151
- package/mac-agent/node_modules/hosted-git-info/LICENSE +0 -13
- package/mac-agent/node_modules/hosted-git-info/README.md +0 -133
- package/mac-agent/node_modules/hosted-git-info/git-host-info.js +0 -79
- package/mac-agent/node_modules/hosted-git-info/git-host.js +0 -156
- package/mac-agent/node_modules/hosted-git-info/index.js +0 -148
- package/mac-agent/node_modules/hosted-git-info/package.json +0 -40
- package/mac-agent/node_modules/https-proxy-agent/README.md +0 -137
- package/mac-agent/node_modules/https-proxy-agent/dist/agent.d.ts +0 -30
- package/mac-agent/node_modules/https-proxy-agent/dist/agent.js +0 -177
- package/mac-agent/node_modules/https-proxy-agent/dist/agent.js.map +0 -1
- package/mac-agent/node_modules/https-proxy-agent/dist/index.d.ts +0 -23
- package/mac-agent/node_modules/https-proxy-agent/dist/index.js +0 -14
- package/mac-agent/node_modules/https-proxy-agent/dist/index.js.map +0 -1
- package/mac-agent/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +0 -7
- package/mac-agent/node_modules/https-proxy-agent/dist/parse-proxy-response.js +0 -66
- package/mac-agent/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +0 -1
- package/mac-agent/node_modules/https-proxy-agent/package.json +0 -56
- package/mac-agent/node_modules/ignore-by-default/LICENSE +0 -14
- package/mac-agent/node_modules/ignore-by-default/README.md +0 -26
- package/mac-agent/node_modules/ignore-by-default/index.js +0 -12
- package/mac-agent/node_modules/ignore-by-default/package.json +0 -34
- package/mac-agent/node_modules/inflight/LICENSE +0 -15
- package/mac-agent/node_modules/inflight/README.md +0 -37
- package/mac-agent/node_modules/inflight/inflight.js +0 -54
- package/mac-agent/node_modules/inflight/package.json +0 -29
- package/mac-agent/node_modules/inherits/LICENSE +0 -16
- package/mac-agent/node_modules/inherits/README.md +0 -42
- package/mac-agent/node_modules/inherits/inherits.js +0 -9
- package/mac-agent/node_modules/inherits/inherits_browser.js +0 -27
- package/mac-agent/node_modules/inherits/package.json +0 -29
- package/mac-agent/node_modules/invert-kv/index.js +0 -15
- package/mac-agent/node_modules/invert-kv/package.json +0 -33
- package/mac-agent/node_modules/invert-kv/readme.md +0 -25
- package/mac-agent/node_modules/is-arrayish/LICENSE +0 -21
- package/mac-agent/node_modules/is-arrayish/README.md +0 -16
- package/mac-agent/node_modules/is-arrayish/index.js +0 -9
- package/mac-agent/node_modules/is-arrayish/package.json +0 -45
- package/mac-agent/node_modules/is-arrayish/yarn-error.log +0 -1443
- package/mac-agent/node_modules/is-binary-path/index.d.ts +0 -17
- package/mac-agent/node_modules/is-binary-path/index.js +0 -7
- package/mac-agent/node_modules/is-binary-path/license +0 -9
- package/mac-agent/node_modules/is-binary-path/package.json +0 -40
- package/mac-agent/node_modules/is-binary-path/readme.md +0 -34
- package/mac-agent/node_modules/is-core-module/.eslintrc +0 -18
- package/mac-agent/node_modules/is-core-module/.nycrc +0 -9
- package/mac-agent/node_modules/is-core-module/CHANGELOG.md +0 -218
- package/mac-agent/node_modules/is-core-module/LICENSE +0 -20
- package/mac-agent/node_modules/is-core-module/README.md +0 -40
- package/mac-agent/node_modules/is-core-module/core.json +0 -162
- package/mac-agent/node_modules/is-core-module/index.js +0 -69
- package/mac-agent/node_modules/is-core-module/package.json +0 -76
- package/mac-agent/node_modules/is-core-module/test/index.js +0 -157
- package/mac-agent/node_modules/is-extglob/LICENSE +0 -21
- package/mac-agent/node_modules/is-extglob/README.md +0 -107
- package/mac-agent/node_modules/is-extglob/index.js +0 -20
- package/mac-agent/node_modules/is-extglob/package.json +0 -69
- package/mac-agent/node_modules/is-fullwidth-code-point/index.d.ts +0 -17
- package/mac-agent/node_modules/is-fullwidth-code-point/index.js +0 -50
- package/mac-agent/node_modules/is-fullwidth-code-point/license +0 -9
- package/mac-agent/node_modules/is-fullwidth-code-point/package.json +0 -42
- package/mac-agent/node_modules/is-fullwidth-code-point/readme.md +0 -39
- package/mac-agent/node_modules/is-glob/LICENSE +0 -21
- package/mac-agent/node_modules/is-glob/README.md +0 -206
- package/mac-agent/node_modules/is-glob/index.js +0 -150
- package/mac-agent/node_modules/is-glob/package.json +0 -81
- package/mac-agent/node_modules/is-number/LICENSE +0 -21
- package/mac-agent/node_modules/is-number/README.md +0 -187
- package/mac-agent/node_modules/is-number/index.js +0 -18
- package/mac-agent/node_modules/is-number/package.json +0 -82
- package/mac-agent/node_modules/is-stream/index.d.ts +0 -79
- package/mac-agent/node_modules/is-stream/index.js +0 -28
- package/mac-agent/node_modules/is-stream/license +0 -9
- package/mac-agent/node_modules/is-stream/package.json +0 -42
- package/mac-agent/node_modules/is-stream/readme.md +0 -60
- package/mac-agent/node_modules/is-utf8/LICENSE +0 -9
- package/mac-agent/node_modules/is-utf8/README.md +0 -16
- package/mac-agent/node_modules/is-utf8/is-utf8.js +0 -76
- package/mac-agent/node_modules/is-utf8/package.json +0 -19
- package/mac-agent/node_modules/isexe/LICENSE +0 -15
- package/mac-agent/node_modules/isexe/README.md +0 -51
- package/mac-agent/node_modules/isexe/index.js +0 -57
- package/mac-agent/node_modules/isexe/mode.js +0 -41
- package/mac-agent/node_modules/isexe/package.json +0 -31
- package/mac-agent/node_modules/isexe/test/basic.js +0 -221
- package/mac-agent/node_modules/isexe/windows.js +0 -42
- package/mac-agent/node_modules/kuler/.travis.yml +0 -5
- package/mac-agent/node_modules/kuler/LICENSE +0 -7
- package/mac-agent/node_modules/kuler/README.md +0 -40
- package/mac-agent/node_modules/kuler/index.js +0 -118
- package/mac-agent/node_modules/kuler/package.json +0 -34
- package/mac-agent/node_modules/kuler/test.js +0 -23
- package/mac-agent/node_modules/lcid/index.js +0 -22
- package/mac-agent/node_modules/lcid/lcid.json +0 -203
- package/mac-agent/node_modules/lcid/license +0 -21
- package/mac-agent/node_modules/lcid/package.json +0 -46
- package/mac-agent/node_modules/lcid/readme.md +0 -35
- package/mac-agent/node_modules/load-json-file/index.js +0 -21
- package/mac-agent/node_modules/load-json-file/license +0 -21
- package/mac-agent/node_modules/load-json-file/package.json +0 -46
- package/mac-agent/node_modules/load-json-file/readme.md +0 -45
- package/mac-agent/node_modules/logform/.babelrc +0 -3
- package/mac-agent/node_modules/logform/.eslintrc +0 -7
- package/mac-agent/node_modules/logform/.gitattributes +0 -1
- package/mac-agent/node_modules/logform/CHANGELOG.md +0 -309
- package/mac-agent/node_modules/logform/LICENSE +0 -21
- package/mac-agent/node_modules/logform/README.md +0 -653
- package/mac-agent/node_modules/logform/align.js +0 -14
- package/mac-agent/node_modules/logform/browser.js +0 -38
- package/mac-agent/node_modules/logform/cli.js +0 -52
- package/mac-agent/node_modules/logform/colorize.js +0 -122
- package/mac-agent/node_modules/logform/combine.js +0 -66
- package/mac-agent/node_modules/logform/dist/align.js +0 -14
- package/mac-agent/node_modules/logform/dist/browser.js +0 -72
- package/mac-agent/node_modules/logform/dist/cli.js +0 -62
- package/mac-agent/node_modules/logform/dist/colorize.js +0 -131
- package/mac-agent/node_modules/logform/dist/combine.js +0 -62
- package/mac-agent/node_modules/logform/dist/errors.js +0 -44
- package/mac-agent/node_modules/logform/dist/format.js +0 -70
- package/mac-agent/node_modules/logform/dist/index.js +0 -86
- package/mac-agent/node_modules/logform/dist/json.js +0 -30
- package/mac-agent/node_modules/logform/dist/label.js +0 -18
- package/mac-agent/node_modules/logform/dist/levels.js +0 -13
- package/mac-agent/node_modules/logform/dist/logstash.js +0 -28
- package/mac-agent/node_modules/logform/dist/metadata.js +0 -56
- package/mac-agent/node_modules/logform/dist/ms.js +0 -18
- package/mac-agent/node_modules/logform/dist/pad-levels.js +0 -110
- package/mac-agent/node_modules/logform/dist/pretty-print.js +0 -32
- package/mac-agent/node_modules/logform/dist/printf.js +0 -33
- package/mac-agent/node_modules/logform/dist/simple.js +0 -32
- package/mac-agent/node_modules/logform/dist/splat.js +0 -143
- package/mac-agent/node_modules/logform/dist/timestamp.js +0 -26
- package/mac-agent/node_modules/logform/dist/uncolorize.js +0 -25
- package/mac-agent/node_modules/logform/errors.js +0 -41
- package/mac-agent/node_modules/logform/format.js +0 -52
- package/mac-agent/node_modules/logform/index.d.ts +0 -201
- package/mac-agent/node_modules/logform/index.js +0 -52
- package/mac-agent/node_modules/logform/json.js +0 -30
- package/mac-agent/node_modules/logform/label.js +0 -19
- package/mac-agent/node_modules/logform/levels.js +0 -12
- package/mac-agent/node_modules/logform/logstash.js +0 -29
- package/mac-agent/node_modules/logform/metadata.js +0 -61
- package/mac-agent/node_modules/logform/ms.js +0 -18
- package/mac-agent/node_modules/logform/package.json +0 -53
- package/mac-agent/node_modules/logform/pad-levels.js +0 -83
- package/mac-agent/node_modules/logform/pretty-print.js +0 -29
- package/mac-agent/node_modules/logform/printf.js +0 -26
- package/mac-agent/node_modules/logform/simple.js +0 -33
- package/mac-agent/node_modules/logform/splat.js +0 -132
- package/mac-agent/node_modules/logform/timestamp.js +0 -30
- package/mac-agent/node_modules/logform/tsconfig.json +0 -22
- package/mac-agent/node_modules/logform/uncolorize.js +0 -27
- package/mac-agent/node_modules/make-dir/index.d.ts +0 -66
- package/mac-agent/node_modules/make-dir/index.js +0 -156
- package/mac-agent/node_modules/make-dir/license +0 -9
- package/mac-agent/node_modules/make-dir/node_modules/semver/LICENSE +0 -15
- package/mac-agent/node_modules/make-dir/node_modules/semver/README.md +0 -443
- package/mac-agent/node_modules/make-dir/node_modules/semver/bin/semver.js +0 -174
- package/mac-agent/node_modules/make-dir/node_modules/semver/package.json +0 -38
- package/mac-agent/node_modules/make-dir/node_modules/semver/range.bnf +0 -16
- package/mac-agent/node_modules/make-dir/node_modules/semver/semver.js +0 -1643
- package/mac-agent/node_modules/make-dir/package.json +0 -59
- package/mac-agent/node_modules/make-dir/readme.md +0 -125
- package/mac-agent/node_modules/math-intrinsics/.eslintrc +0 -16
- package/mac-agent/node_modules/math-intrinsics/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/math-intrinsics/CHANGELOG.md +0 -24
- package/mac-agent/node_modules/math-intrinsics/LICENSE +0 -21
- package/mac-agent/node_modules/math-intrinsics/README.md +0 -50
- package/mac-agent/node_modules/math-intrinsics/abs.d.ts +0 -1
- package/mac-agent/node_modules/math-intrinsics/abs.js +0 -4
- package/mac-agent/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +0 -3
- package/mac-agent/node_modules/math-intrinsics/constants/maxArrayLength.js +0 -4
- package/mac-agent/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +0 -3
- package/mac-agent/node_modules/math-intrinsics/constants/maxSafeInteger.js +0 -5
- package/mac-agent/node_modules/math-intrinsics/constants/maxValue.d.ts +0 -3
- package/mac-agent/node_modules/math-intrinsics/constants/maxValue.js +0 -5
- package/mac-agent/node_modules/math-intrinsics/floor.d.ts +0 -1
- package/mac-agent/node_modules/math-intrinsics/floor.js +0 -4
- package/mac-agent/node_modules/math-intrinsics/isFinite.d.ts +0 -3
- package/mac-agent/node_modules/math-intrinsics/isFinite.js +0 -12
- package/mac-agent/node_modules/math-intrinsics/isInteger.d.ts +0 -3
- package/mac-agent/node_modules/math-intrinsics/isInteger.js +0 -16
- package/mac-agent/node_modules/math-intrinsics/isNaN.d.ts +0 -1
- package/mac-agent/node_modules/math-intrinsics/isNaN.js +0 -6
- package/mac-agent/node_modules/math-intrinsics/isNegativeZero.d.ts +0 -3
- package/mac-agent/node_modules/math-intrinsics/isNegativeZero.js +0 -6
- package/mac-agent/node_modules/math-intrinsics/max.d.ts +0 -1
- package/mac-agent/node_modules/math-intrinsics/max.js +0 -4
- package/mac-agent/node_modules/math-intrinsics/min.d.ts +0 -1
- package/mac-agent/node_modules/math-intrinsics/min.js +0 -4
- package/mac-agent/node_modules/math-intrinsics/mod.d.ts +0 -3
- package/mac-agent/node_modules/math-intrinsics/mod.js +0 -9
- package/mac-agent/node_modules/math-intrinsics/package.json +0 -86
- package/mac-agent/node_modules/math-intrinsics/pow.d.ts +0 -1
- package/mac-agent/node_modules/math-intrinsics/pow.js +0 -4
- package/mac-agent/node_modules/math-intrinsics/round.d.ts +0 -1
- package/mac-agent/node_modules/math-intrinsics/round.js +0 -4
- package/mac-agent/node_modules/math-intrinsics/sign.d.ts +0 -3
- package/mac-agent/node_modules/math-intrinsics/sign.js +0 -11
- package/mac-agent/node_modules/math-intrinsics/test/index.js +0 -192
- package/mac-agent/node_modules/math-intrinsics/tsconfig.json +0 -3
- package/mac-agent/node_modules/mime-db/HISTORY.md +0 -507
- package/mac-agent/node_modules/mime-db/LICENSE +0 -23
- package/mac-agent/node_modules/mime-db/README.md +0 -100
- package/mac-agent/node_modules/mime-db/db.json +0 -8519
- package/mac-agent/node_modules/mime-db/index.js +0 -12
- package/mac-agent/node_modules/mime-db/package.json +0 -60
- package/mac-agent/node_modules/mime-types/HISTORY.md +0 -397
- package/mac-agent/node_modules/mime-types/LICENSE +0 -23
- package/mac-agent/node_modules/mime-types/README.md +0 -113
- package/mac-agent/node_modules/mime-types/index.js +0 -188
- package/mac-agent/node_modules/mime-types/package.json +0 -44
- package/mac-agent/node_modules/minimatch/LICENSE +0 -15
- package/mac-agent/node_modules/minimatch/README.md +0 -230
- package/mac-agent/node_modules/minimatch/minimatch.js +0 -947
- package/mac-agent/node_modules/minimatch/package.json +0 -33
- package/mac-agent/node_modules/minipass/LICENSE +0 -15
- package/mac-agent/node_modules/minipass/README.md +0 -769
- package/mac-agent/node_modules/minipass/index.d.ts +0 -152
- package/mac-agent/node_modules/minipass/index.js +0 -702
- package/mac-agent/node_modules/minipass/index.mjs +0 -702
- package/mac-agent/node_modules/minipass/package.json +0 -76
- package/mac-agent/node_modules/minizlib/LICENSE +0 -26
- package/mac-agent/node_modules/minizlib/README.md +0 -60
- package/mac-agent/node_modules/minizlib/constants.js +0 -115
- package/mac-agent/node_modules/minizlib/index.js +0 -348
- package/mac-agent/node_modules/minizlib/node_modules/minipass/LICENSE +0 -15
- package/mac-agent/node_modules/minizlib/node_modules/minipass/README.md +0 -728
- package/mac-agent/node_modules/minizlib/node_modules/minipass/index.d.ts +0 -155
- package/mac-agent/node_modules/minizlib/node_modules/minipass/index.js +0 -649
- package/mac-agent/node_modules/minizlib/node_modules/minipass/package.json +0 -56
- package/mac-agent/node_modules/minizlib/package.json +0 -42
- package/mac-agent/node_modules/mkdirp/CHANGELOG.md +0 -15
- package/mac-agent/node_modules/mkdirp/LICENSE +0 -21
- package/mac-agent/node_modules/mkdirp/bin/cmd.js +0 -68
- package/mac-agent/node_modules/mkdirp/index.js +0 -31
- package/mac-agent/node_modules/mkdirp/lib/find-made.js +0 -29
- package/mac-agent/node_modules/mkdirp/lib/mkdirp-manual.js +0 -64
- package/mac-agent/node_modules/mkdirp/lib/mkdirp-native.js +0 -39
- package/mac-agent/node_modules/mkdirp/lib/opts-arg.js +0 -23
- package/mac-agent/node_modules/mkdirp/lib/path-arg.js +0 -29
- package/mac-agent/node_modules/mkdirp/lib/use-native.js +0 -10
- package/mac-agent/node_modules/mkdirp/package.json +0 -44
- package/mac-agent/node_modules/mkdirp/readme.markdown +0 -266
- package/mac-agent/node_modules/ms/index.js +0 -162
- package/mac-agent/node_modules/ms/license.md +0 -21
- package/mac-agent/node_modules/ms/package.json +0 -38
- package/mac-agent/node_modules/ms/readme.md +0 -59
- package/mac-agent/node_modules/nan/.github/workflows/ci.yml +0 -52
- package/mac-agent/node_modules/nan/CHANGELOG.md +0 -577
- package/mac-agent/node_modules/nan/CMakeLists.txt +0 -138
- package/mac-agent/node_modules/nan/LICENSE.md +0 -9
- package/mac-agent/node_modules/nan/README.md +0 -455
- package/mac-agent/node_modules/nan/doc/asyncworker.md +0 -146
- package/mac-agent/node_modules/nan/doc/buffers.md +0 -54
- package/mac-agent/node_modules/nan/doc/callback.md +0 -76
- package/mac-agent/node_modules/nan/doc/converters.md +0 -41
- package/mac-agent/node_modules/nan/doc/errors.md +0 -226
- package/mac-agent/node_modules/nan/doc/json.md +0 -62
- package/mac-agent/node_modules/nan/doc/maybe_types.md +0 -583
- package/mac-agent/node_modules/nan/doc/methods.md +0 -672
- package/mac-agent/node_modules/nan/doc/new.md +0 -147
- package/mac-agent/node_modules/nan/doc/node_misc.md +0 -123
- package/mac-agent/node_modules/nan/doc/object_wrappers.md +0 -263
- package/mac-agent/node_modules/nan/doc/persistent.md +0 -296
- package/mac-agent/node_modules/nan/doc/scopes.md +0 -73
- package/mac-agent/node_modules/nan/doc/script.md +0 -58
- package/mac-agent/node_modules/nan/doc/string_bytes.md +0 -62
- package/mac-agent/node_modules/nan/doc/v8_internals.md +0 -199
- package/mac-agent/node_modules/nan/doc/v8_misc.md +0 -85
- package/mac-agent/node_modules/nan/include_dirs.js +0 -1
- package/mac-agent/node_modules/nan/nan.h +0 -3049
- package/mac-agent/node_modules/nan/nan_callbacks.h +0 -128
- package/mac-agent/node_modules/nan/nan_callbacks_12_inl.h +0 -676
- package/mac-agent/node_modules/nan/nan_callbacks_pre_12_inl.h +0 -520
- package/mac-agent/node_modules/nan/nan_converters.h +0 -72
- package/mac-agent/node_modules/nan/nan_converters_43_inl.h +0 -68
- package/mac-agent/node_modules/nan/nan_converters_pre_43_inl.h +0 -42
- package/mac-agent/node_modules/nan/nan_define_own_property_helper.h +0 -29
- package/mac-agent/node_modules/nan/nan_implementation_12_inl.h +0 -430
- package/mac-agent/node_modules/nan/nan_implementation_pre_12_inl.h +0 -263
- package/mac-agent/node_modules/nan/nan_json.h +0 -166
- package/mac-agent/node_modules/nan/nan_maybe_43_inl.h +0 -356
- package/mac-agent/node_modules/nan/nan_maybe_pre_43_inl.h +0 -268
- package/mac-agent/node_modules/nan/nan_new.h +0 -340
- package/mac-agent/node_modules/nan/nan_object_wrap.h +0 -156
- package/mac-agent/node_modules/nan/nan_persistent_12_inl.h +0 -132
- package/mac-agent/node_modules/nan/nan_persistent_pre_12_inl.h +0 -242
- package/mac-agent/node_modules/nan/nan_private.h +0 -73
- package/mac-agent/node_modules/nan/nan_scriptorigin.h +0 -95
- package/mac-agent/node_modules/nan/nan_string_bytes.h +0 -305
- package/mac-agent/node_modules/nan/nan_typedarray_contents.h +0 -96
- package/mac-agent/node_modules/nan/nan_weak.h +0 -437
- package/mac-agent/node_modules/nan/package.json +0 -38
- package/mac-agent/node_modules/nan/tools/1to2.js +0 -412
- package/mac-agent/node_modules/nan/tools/README.md +0 -14
- package/mac-agent/node_modules/nan/tools/package.json +0 -19
- package/mac-agent/node_modules/node-addon-api/.editorconfig +0 -8
- package/mac-agent/node_modules/node-addon-api/.travis.yml +0 -65
- package/mac-agent/node_modules/node-addon-api/CHANGELOG.md +0 -325
- package/mac-agent/node_modules/node-addon-api/CODE_OF_CONDUCT.md +0 -4
- package/mac-agent/node_modules/node-addon-api/CONTRIBUTING.md +0 -66
- package/mac-agent/node_modules/node-addon-api/LICENSE.md +0 -13
- package/mac-agent/node_modules/node-addon-api/README.md +0 -200
- package/mac-agent/node_modules/node-addon-api/appveyor.yml +0 -48
- package/mac-agent/node_modules/node-addon-api/doc/Doxyfile +0 -2450
- package/mac-agent/node_modules/node-addon-api/doc/array_buffer.md +0 -129
- package/mac-agent/node_modules/node-addon-api/doc/async_context.md +0 -76
- package/mac-agent/node_modules/node-addon-api/doc/async_operations.md +0 -31
- package/mac-agent/node_modules/node-addon-api/doc/async_worker.md +0 -397
- package/mac-agent/node_modules/node-addon-api/doc/basic_types.md +0 -415
- package/mac-agent/node_modules/node-addon-api/doc/bigint.md +0 -92
- package/mac-agent/node_modules/node-addon-api/doc/boolean.md +0 -64
- package/mac-agent/node_modules/node-addon-api/doc/buffer.md +0 -140
- package/mac-agent/node_modules/node-addon-api/doc/callback_scope.md +0 -54
- package/mac-agent/node_modules/node-addon-api/doc/callbackinfo.md +0 -97
- package/mac-agent/node_modules/node-addon-api/doc/checker-tool.md +0 -32
- package/mac-agent/node_modules/node-addon-api/doc/class_property_descriptor.md +0 -118
- package/mac-agent/node_modules/node-addon-api/doc/cmake-js.md +0 -19
- package/mac-agent/node_modules/node-addon-api/doc/conversion-tool.md +0 -28
- package/mac-agent/node_modules/node-addon-api/doc/creating_a_release.md +0 -62
- package/mac-agent/node_modules/node-addon-api/doc/dataview.md +0 -244
- package/mac-agent/node_modules/node-addon-api/doc/env.md +0 -63
- package/mac-agent/node_modules/node-addon-api/doc/error.md +0 -115
- package/mac-agent/node_modules/node-addon-api/doc/error_handling.md +0 -186
- package/mac-agent/node_modules/node-addon-api/doc/escapable_handle_scope.md +0 -82
- package/mac-agent/node_modules/node-addon-api/doc/external.md +0 -59
- package/mac-agent/node_modules/node-addon-api/doc/function.md +0 -294
- package/mac-agent/node_modules/node-addon-api/doc/function_reference.md +0 -238
- package/mac-agent/node_modules/node-addon-api/doc/generator.md +0 -13
- package/mac-agent/node_modules/node-addon-api/doc/handle_scope.md +0 -65
- package/mac-agent/node_modules/node-addon-api/doc/memory_management.md +0 -27
- package/mac-agent/node_modules/node-addon-api/doc/node-gyp.md +0 -82
- package/mac-agent/node_modules/node-addon-api/doc/number.md +0 -163
- package/mac-agent/node_modules/node-addon-api/doc/object.md +0 -202
- package/mac-agent/node_modules/node-addon-api/doc/object_lifetime_management.md +0 -83
- package/mac-agent/node_modules/node-addon-api/doc/object_reference.md +0 -117
- package/mac-agent/node_modules/node-addon-api/doc/object_wrap.md +0 -546
- package/mac-agent/node_modules/node-addon-api/doc/prebuild_tools.md +0 -16
- package/mac-agent/node_modules/node-addon-api/doc/promises.md +0 -74
- package/mac-agent/node_modules/node-addon-api/doc/property_descriptor.md +0 -231
- package/mac-agent/node_modules/node-addon-api/doc/range_error.md +0 -59
- package/mac-agent/node_modules/node-addon-api/doc/reference.md +0 -111
- package/mac-agent/node_modules/node-addon-api/doc/setup.md +0 -82
- package/mac-agent/node_modules/node-addon-api/doc/string.md +0 -89
- package/mac-agent/node_modules/node-addon-api/doc/symbol.md +0 -44
- package/mac-agent/node_modules/node-addon-api/doc/threadsafe_function.md +0 -303
- package/mac-agent/node_modules/node-addon-api/doc/type_error.md +0 -59
- package/mac-agent/node_modules/node-addon-api/doc/typed_array.md +0 -74
- package/mac-agent/node_modules/node-addon-api/doc/typed_array_of.md +0 -133
- package/mac-agent/node_modules/node-addon-api/doc/value.md +0 -269
- package/mac-agent/node_modules/node-addon-api/doc/version_management.md +0 -43
- package/mac-agent/node_modules/node-addon-api/doc/working_with_javascript_values.md +0 -14
- package/mac-agent/node_modules/node-addon-api/external-napi/node_api.h +0 -7
- package/mac-agent/node_modules/node-addon-api/index.js +0 -45
- package/mac-agent/node_modules/node-addon-api/napi-inl.deprecated.h +0 -192
- package/mac-agent/node_modules/node-addon-api/napi-inl.h +0 -4097
- package/mac-agent/node_modules/node-addon-api/napi.h +0 -2053
- package/mac-agent/node_modules/node-addon-api/package.json +0 -79
- package/mac-agent/node_modules/node-addon-api/src/node_api.cc +0 -3655
- package/mac-agent/node_modules/node-addon-api/src/node_api.gyp +0 -21
- package/mac-agent/node_modules/node-addon-api/src/node_api.h +0 -588
- package/mac-agent/node_modules/node-addon-api/src/node_api_types.h +0 -115
- package/mac-agent/node_modules/node-addon-api/src/node_internals.cc +0 -142
- package/mac-agent/node_modules/node-addon-api/src/node_internals.h +0 -157
- package/mac-agent/node_modules/node-addon-api/src/nothing.c +0 -0
- package/mac-agent/node_modules/node-addon-api/src/util-inl.h +0 -38
- package/mac-agent/node_modules/node-addon-api/src/util.h +0 -7
- package/mac-agent/node_modules/node-addon-api/tools/README.md +0 -67
- package/mac-agent/node_modules/node-addon-api/tools/check-napi.js +0 -100
- package/mac-agent/node_modules/node-addon-api/tools/conversion.js +0 -313
- package/mac-agent/node_modules/node-cmake/.jshintrc +0 -20
- package/mac-agent/node_modules/node-cmake/LICENSE.txt +0 -15
- package/mac-agent/node_modules/node-cmake/NodeJS.cmake +0 -637
- package/mac-agent/node_modules/node-cmake/README.md +0 -93
- package/mac-agent/node_modules/node-cmake/docs/Nan.md +0 -9
- package/mac-agent/node_modules/node-cmake/docs/NcmakeManual.md +0 -83
- package/mac-agent/node_modules/node-cmake/docs/NodeJSCmakeManual.md +0 -107
- package/mac-agent/node_modules/node-cmake/example/CMakeLists.txt +0 -8
- package/mac-agent/node_modules/node-cmake/example/README.md +0 -28
- package/mac-agent/node_modules/node-cmake/example/index.js +0 -2
- package/mac-agent/node_modules/node-cmake/example/package.json +0 -20
- package/mac-agent/node_modules/node-cmake/example/src/hello.cc +0 -16
- package/mac-agent/node_modules/node-cmake/index.js +0 -44
- package/mac-agent/node_modules/node-cmake/lib/embed.js +0 -17
- package/mac-agent/node_modules/node-cmake/lib/ncmake.js +0 -284
- package/mac-agent/node_modules/node-cmake/package.json +0 -34
- package/mac-agent/node_modules/node-cmake/src/win_delay_load_hook.c +0 -68
- package/mac-agent/node_modules/node-fetch/LICENSE.md +0 -22
- package/mac-agent/node_modules/node-fetch/README.md +0 -634
- package/mac-agent/node_modules/node-fetch/browser.js +0 -25
- package/mac-agent/node_modules/node-fetch/lib/index.es.js +0 -1777
- package/mac-agent/node_modules/node-fetch/lib/index.js +0 -1787
- package/mac-agent/node_modules/node-fetch/lib/index.mjs +0 -1775
- package/mac-agent/node_modules/node-fetch/package.json +0 -89
- package/mac-agent/node_modules/node-pty/LICENSE +0 -69
- package/mac-agent/node_modules/node-pty/README.md +0 -163
- package/mac-agent/node_modules/node-pty/binding.gyp +0 -117
- package/mac-agent/node_modules/node-pty/build/Makefile +0 -352
- package/mac-agent/node_modules/node-pty/build/Release/pty.node +0 -0
- package/mac-agent/node_modules/node-pty/build/Release/spawn-helper +0 -0
- package/mac-agent/node_modules/node-pty/build/binding.Makefile +0 -6
- package/mac-agent/node_modules/node-pty/build/gyp-mac-tool +0 -768
- package/mac-agent/node_modules/node-pty/build/pty.target.mk +0 -183
- package/mac-agent/node_modules/node-pty/build/spawn-helper.target.mk +0 -172
- package/mac-agent/node_modules/node-pty/deps/.editorconfig +0 -2
- package/mac-agent/node_modules/node-pty/deps/winpty/.drone.yml +0 -17
- package/mac-agent/node_modules/node-pty/deps/winpty/.gitattributes +0 -19
- package/mac-agent/node_modules/node-pty/deps/winpty/LICENSE +0 -21
- package/mac-agent/node_modules/node-pty/deps/winpty/Makefile +0 -166
- package/mac-agent/node_modules/node-pty/deps/winpty/README.md +0 -151
- package/mac-agent/node_modules/node-pty/deps/winpty/RELEASES.md +0 -280
- package/mac-agent/node_modules/node-pty/deps/winpty/VERSION.txt +0 -1
- package/mac-agent/node_modules/node-pty/deps/winpty/configure +0 -167
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/BufferResizeTests.cc +0 -90
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/ChangeScreenBuffer.cc +0 -53
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/ClearConsole.cc +0 -72
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/ConinMode.cc +0 -117
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/ConinMode.ps1 +0 -116
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/ConoutMode.cc +0 -113
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/DebugClient.py +0 -42
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/DebugServer.py +0 -63
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/DumpLines.py +0 -5
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/EnableExtendedFlags.txt +0 -46
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/CP437-Consolas.txt +0 -528
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/CP437-Lucida.txt +0 -633
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/CP932.txt +0 -630
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/CP936.txt +0 -630
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/CP949.txt +0 -630
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/CP950.txt +0 -630
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/MinimumWindowWidths.txt +0 -16
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/Results.txt +0 -4
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/Windows10SetFontBugginess.txt +0 -144
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/FontSurvey.cc +0 -100
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/FormatChar.h +0 -21
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/FreezePerfTest.cc +0 -62
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/GetCh.cc +0 -20
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/GetConsolePos.cc +0 -41
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/GetFont.cc +0 -261
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/IdentifyConsoleWindow.ps1 +0 -51
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/IsNewConsole.cc +0 -87
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/MouseInputNotes.txt +0 -90
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/MoveConsoleWindow.cc +0 -34
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Notes.txt +0 -219
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/OSVersion.cc +0 -27
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/ScreenBufferFreezeInactive.cc +0 -101
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/ScreenBufferTest.cc +0 -671
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/ScreenBufferTest2.cc +0 -151
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/SelectAllTest.cc +0 -45
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/SetBufferSize.cc +0 -32
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/SetCursorPos.cc +0 -10
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/SetFont.cc +0 -145
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/SetWindowRect.cc +0 -36
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/ShowArgv.cc +0 -12
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/ShowConsoleInput.cc +0 -40
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Spew.py +0 -5
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/TestUtil.cc +0 -172
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/UnicodeDoubleWidthTest.cc +0 -102
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/UnicodeWideTest1.cc +0 -246
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/UnicodeWideTest2.cc +0 -130
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/UnixEcho.cc +0 -89
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Utf16Echo.cc +0 -46
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/VeryLargeRead.cc +0 -122
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/VkEscapeTest.cc +0 -56
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Win10ResizeWhileFrozen.cc +0 -52
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Win10WrapTest1.cc +0 -57
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Win10WrapTest2.cc +0 -30
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Win32Echo1.cc +0 -26
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Win32Echo2.cc +0 -19
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Win32Test1.cc +0 -46
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Win32Test2.cc +0 -70
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Win32Test3.cc +0 -78
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/Win32Write1.cc +0 -44
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/WindowsBugCrashReader.cc +0 -27
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/WriteConsole.cc +0 -106
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/build32.sh +0 -9
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/build64.sh +0 -9
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/color-test.sh +0 -212
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/font-notes.txt +0 -300
- package/mac-agent/node_modules/node-pty/deps/winpty/misc/winbug-15048.cc +0 -201
- package/mac-agent/node_modules/node-pty/deps/winpty/ship/build-pty4j-libpty.bat +0 -36
- package/mac-agent/node_modules/node-pty/deps/winpty/ship/common_ship.py +0 -53
- package/mac-agent/node_modules/node-pty/deps/winpty/ship/make_msvc_package.py +0 -165
- package/mac-agent/node_modules/node-pty/deps/winpty/ship/ship.py +0 -108
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Agent.cc +0 -605
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Agent.h +0 -103
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/AgentCreateDesktop.cc +0 -84
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/AgentCreateDesktop.h +0 -28
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/ConsoleFont.cc +0 -632
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/ConsoleFont.h +0 -28
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/ConsoleInput.cc +0 -852
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/ConsoleInput.h +0 -109
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/ConsoleInputReencoding.cc +0 -121
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/ConsoleInputReencoding.h +0 -36
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/ConsoleLine.cc +0 -152
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/ConsoleLine.h +0 -41
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Coord.h +0 -87
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/DebugShowInput.cc +0 -239
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/DebugShowInput.h +0 -32
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/DefaultInputMap.cc +0 -422
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/DefaultInputMap.h +0 -28
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/DsrSender.h +0 -30
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/EventLoop.cc +0 -99
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/EventLoop.h +0 -47
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/InputMap.cc +0 -246
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/InputMap.h +0 -114
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/LargeConsoleRead.cc +0 -71
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/LargeConsoleRead.h +0 -68
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/NamedPipe.cc +0 -378
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/NamedPipe.h +0 -125
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Scraper.cc +0 -699
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Scraper.h +0 -103
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/SimplePool.h +0 -75
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/SmallRect.h +0 -143
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Terminal.cc +0 -535
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Terminal.h +0 -69
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/UnicodeEncoding.h +0 -157
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/UnicodeEncodingTest.cc +0 -189
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Win32Console.cc +0 -107
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Win32Console.h +0 -67
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Win32ConsoleBuffer.cc +0 -193
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/Win32ConsoleBuffer.h +0 -99
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/main.cc +0 -114
- package/mac-agent/node_modules/node-pty/deps/winpty/src/agent/subdir.mk +0 -61
- package/mac-agent/node_modules/node-pty/deps/winpty/src/configurations.gypi +0 -60
- package/mac-agent/node_modules/node-pty/deps/winpty/src/debugserver/DebugServer.cc +0 -117
- package/mac-agent/node_modules/node-pty/deps/winpty/src/debugserver/subdir.mk +0 -41
- package/mac-agent/node_modules/node-pty/deps/winpty/src/include/winpty.h +0 -242
- package/mac-agent/node_modules/node-pty/deps/winpty/src/include/winpty_constants.h +0 -131
- package/mac-agent/node_modules/node-pty/deps/winpty/src/libwinpty/AgentLocation.cc +0 -75
- package/mac-agent/node_modules/node-pty/deps/winpty/src/libwinpty/AgentLocation.h +0 -28
- package/mac-agent/node_modules/node-pty/deps/winpty/src/libwinpty/LibWinptyException.h +0 -54
- package/mac-agent/node_modules/node-pty/deps/winpty/src/libwinpty/WinptyInternal.h +0 -72
- package/mac-agent/node_modules/node-pty/deps/winpty/src/libwinpty/subdir.mk +0 -46
- package/mac-agent/node_modules/node-pty/deps/winpty/src/libwinpty/winpty.cc +0 -970
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/AgentMsg.h +0 -38
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/BackgroundDesktop.cc +0 -122
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/BackgroundDesktop.h +0 -73
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/Buffer.cc +0 -103
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/Buffer.h +0 -102
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/DebugClient.cc +0 -187
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/DebugClient.h +0 -38
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/GenRandom.cc +0 -138
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/GenRandom.h +0 -55
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/GetCommitHash.bat +0 -13
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/Mutex.h +0 -54
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/OsModule.h +0 -63
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/OwnedHandle.cc +0 -36
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/OwnedHandle.h +0 -45
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/PrecompiledHeader.h +0 -43
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/StringBuilder.h +0 -227
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/StringBuilderTest.cc +0 -114
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/StringUtil.cc +0 -55
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/StringUtil.h +0 -80
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/TimeMeasurement.h +0 -63
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/UnixCtrlChars.h +0 -45
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/UpdateGenVersion.bat +0 -20
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WindowsSecurity.cc +0 -460
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WindowsSecurity.h +0 -104
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WindowsVersion.cc +0 -252
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WindowsVersion.h +0 -29
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WinptyAssert.cc +0 -55
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WinptyAssert.h +0 -64
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WinptyException.cc +0 -57
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WinptyException.h +0 -43
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WinptyVersion.cc +0 -42
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/WinptyVersion.h +0 -27
- package/mac-agent/node_modules/node-pty/deps/winpty/src/shared/winpty_snprintf.h +0 -99
- package/mac-agent/node_modules/node-pty/deps/winpty/src/subdir.mk +0 -5
- package/mac-agent/node_modules/node-pty/deps/winpty/src/tests/subdir.mk +0 -28
- package/mac-agent/node_modules/node-pty/deps/winpty/src/tests/trivial_test.cc +0 -158
- package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/InputHandler.cc +0 -114
- package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/InputHandler.h +0 -56
- package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/OutputHandler.cc +0 -80
- package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/OutputHandler.h +0 -53
- package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/Util.cc +0 -86
- package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/Util.h +0 -31
- package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/WakeupFd.cc +0 -70
- package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/WakeupFd.h +0 -42
- package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/main.cc +0 -729
- package/mac-agent/node_modules/node-pty/deps/winpty/src/unix-adapter/subdir.mk +0 -41
- package/mac-agent/node_modules/node-pty/deps/winpty/src/winpty.gyp +0 -206
- package/mac-agent/node_modules/node-pty/deps/winpty/vcbuild.bat +0 -83
- package/mac-agent/node_modules/node-pty/lib/conpty_console_list_agent.js +0 -20
- package/mac-agent/node_modules/node-pty/lib/conpty_console_list_agent.js.map +0 -1
- package/mac-agent/node_modules/node-pty/lib/eventEmitter2.js +0 -47
- package/mac-agent/node_modules/node-pty/lib/eventEmitter2.js.map +0 -1
- package/mac-agent/node_modules/node-pty/lib/eventEmitter2.test.js +0 -30
- package/mac-agent/node_modules/node-pty/lib/eventEmitter2.test.js.map +0 -1
- package/mac-agent/node_modules/node-pty/lib/index.js +0 -51
- package/mac-agent/node_modules/node-pty/lib/index.js.map +0 -1
- package/mac-agent/node_modules/node-pty/lib/interfaces.js +0 -7
- package/mac-agent/node_modules/node-pty/lib/interfaces.js.map +0 -1
- package/mac-agent/node_modules/node-pty/lib/shared/conout.js +0 -11
- package/mac-agent/node_modules/node-pty/lib/shared/conout.js.map +0 -1
- package/mac-agent/node_modules/node-pty/lib/terminal.js +0 -190
- package/mac-agent/node_modules/node-pty/lib/terminal.js.map +0 -1
- package/mac-agent/node_modules/node-pty/lib/terminal.test.js +0 -139
- package/mac-agent/node_modules/node-pty/lib/terminal.test.js.map +0 -1
- package/mac-agent/node_modules/node-pty/lib/testUtils.test.js +0 -28
- package/mac-agent/node_modules/node-pty/lib/testUtils.test.js.map +0 -1
- package/mac-agent/node_modules/node-pty/lib/types.js +0 -7
- package/mac-agent/node_modules/node-pty/lib/types.js.map +0 -1
- package/mac-agent/node_modules/node-pty/lib/unixTerminal.js +0 -304
- package/mac-agent/node_modules/node-pty/lib/unixTerminal.js.map +0 -1
- package/mac-agent/node_modules/node-pty/lib/unixTerminal.test.js +0 -330
- package/mac-agent/node_modules/node-pty/lib/unixTerminal.test.js.map +0 -1
- package/mac-agent/node_modules/node-pty/lib/utils.js +0 -17
- package/mac-agent/node_modules/node-pty/lib/utils.js.map +0 -1
- package/mac-agent/node_modules/node-pty/lib/windowsConoutConnection.js +0 -122
- package/mac-agent/node_modules/node-pty/lib/windowsConoutConnection.js.map +0 -1
- package/mac-agent/node_modules/node-pty/lib/windowsPtyAgent.js +0 -324
- package/mac-agent/node_modules/node-pty/lib/windowsPtyAgent.js.map +0 -1
- package/mac-agent/node_modules/node-pty/lib/windowsPtyAgent.test.js +0 -90
- package/mac-agent/node_modules/node-pty/lib/windowsPtyAgent.test.js.map +0 -1
- package/mac-agent/node_modules/node-pty/lib/windowsTerminal.js +0 -201
- package/mac-agent/node_modules/node-pty/lib/windowsTerminal.js.map +0 -1
- package/mac-agent/node_modules/node-pty/lib/windowsTerminal.test.js +0 -203
- package/mac-agent/node_modules/node-pty/lib/windowsTerminal.test.js.map +0 -1
- package/mac-agent/node_modules/node-pty/lib/worker/conoutSocketWorker.js +0 -22
- package/mac-agent/node_modules/node-pty/lib/worker/conoutSocketWorker.js.map +0 -1
- package/mac-agent/node_modules/node-pty/package.json +0 -59
- package/mac-agent/node_modules/node-pty/scripts/post-install.js +0 -42
- package/mac-agent/node_modules/node-pty/scripts/publish.js +0 -62
- package/mac-agent/node_modules/node-pty/src/conpty_console_list_agent.ts +0 -19
- package/mac-agent/node_modules/node-pty/src/eventEmitter2.test.ts +0 -30
- package/mac-agent/node_modules/node-pty/src/eventEmitter2.ts +0 -48
- package/mac-agent/node_modules/node-pty/src/index.ts +0 -51
- package/mac-agent/node_modules/node-pty/src/interfaces.ts +0 -129
- package/mac-agent/node_modules/node-pty/src/native.d.ts +0 -56
- package/mac-agent/node_modules/node-pty/src/shared/conout.ts +0 -15
- package/mac-agent/node_modules/node-pty/src/terminal.test.ts +0 -119
- package/mac-agent/node_modules/node-pty/src/terminal.ts +0 -211
- package/mac-agent/node_modules/node-pty/src/testUtils.test.ts +0 -23
- package/mac-agent/node_modules/node-pty/src/tsconfig.json +0 -22
- package/mac-agent/node_modules/node-pty/src/types.ts +0 -15
- package/mac-agent/node_modules/node-pty/src/unix/pty.cc +0 -826
- package/mac-agent/node_modules/node-pty/src/unix/spawn-helper.cc +0 -23
- package/mac-agent/node_modules/node-pty/src/unixTerminal.test.ts +0 -335
- package/mac-agent/node_modules/node-pty/src/unixTerminal.ts +0 -320
- package/mac-agent/node_modules/node-pty/src/utils.ts +0 -9
- package/mac-agent/node_modules/node-pty/src/win/conpty.cc +0 -498
- package/mac-agent/node_modules/node-pty/src/win/conpty_console_list.cc +0 -43
- package/mac-agent/node_modules/node-pty/src/win/path_util.cc +0 -73
- package/mac-agent/node_modules/node-pty/src/win/path_util.h +0 -22
- package/mac-agent/node_modules/node-pty/src/win/winpty.cc +0 -312
- package/mac-agent/node_modules/node-pty/src/windowsConoutConnection.ts +0 -79
- package/mac-agent/node_modules/node-pty/src/windowsPtyAgent.test.ts +0 -94
- package/mac-agent/node_modules/node-pty/src/windowsPtyAgent.ts +0 -323
- package/mac-agent/node_modules/node-pty/src/windowsTerminal.test.ts +0 -214
- package/mac-agent/node_modules/node-pty/src/windowsTerminal.ts +0 -208
- package/mac-agent/node_modules/node-pty/src/worker/conoutSocketWorker.ts +0 -22
- package/mac-agent/node_modules/node-pty/typings/node-pty.d.ts +0 -203
- package/mac-agent/node_modules/nodemon/.prettierrc.json +0 -3
- package/mac-agent/node_modules/nodemon/LICENSE +0 -21
- package/mac-agent/node_modules/nodemon/README.md +0 -441
- package/mac-agent/node_modules/nodemon/bin/nodemon.js +0 -16
- package/mac-agent/node_modules/nodemon/bin/windows-kill.exe +0 -0
- package/mac-agent/node_modules/nodemon/doc/cli/authors.txt +0 -8
- package/mac-agent/node_modules/nodemon/doc/cli/config.txt +0 -44
- package/mac-agent/node_modules/nodemon/doc/cli/help.txt +0 -29
- package/mac-agent/node_modules/nodemon/doc/cli/logo.txt +0 -20
- package/mac-agent/node_modules/nodemon/doc/cli/options.txt +0 -36
- package/mac-agent/node_modules/nodemon/doc/cli/topics.txt +0 -8
- package/mac-agent/node_modules/nodemon/doc/cli/usage.txt +0 -3
- package/mac-agent/node_modules/nodemon/doc/cli/whoami.txt +0 -9
- package/mac-agent/node_modules/nodemon/index.d.ts +0 -125
- package/mac-agent/node_modules/nodemon/jsconfig.json +0 -7
- package/mac-agent/node_modules/nodemon/lib/cli/index.js +0 -49
- package/mac-agent/node_modules/nodemon/lib/cli/parse.js +0 -230
- package/mac-agent/node_modules/nodemon/lib/config/command.js +0 -43
- package/mac-agent/node_modules/nodemon/lib/config/defaults.js +0 -34
- package/mac-agent/node_modules/nodemon/lib/config/exec.js +0 -234
- package/mac-agent/node_modules/nodemon/lib/config/index.js +0 -93
- package/mac-agent/node_modules/nodemon/lib/config/load.js +0 -225
- package/mac-agent/node_modules/nodemon/lib/help/index.js +0 -27
- package/mac-agent/node_modules/nodemon/lib/index.js +0 -1
- package/mac-agent/node_modules/nodemon/lib/monitor/index.js +0 -4
- package/mac-agent/node_modules/nodemon/lib/monitor/match.js +0 -287
- package/mac-agent/node_modules/nodemon/lib/monitor/run.js +0 -562
- package/mac-agent/node_modules/nodemon/lib/monitor/signals.js +0 -34
- package/mac-agent/node_modules/nodemon/lib/monitor/watch.js +0 -244
- package/mac-agent/node_modules/nodemon/lib/nodemon.js +0 -317
- package/mac-agent/node_modules/nodemon/lib/rules/add.js +0 -89
- package/mac-agent/node_modules/nodemon/lib/rules/index.js +0 -53
- package/mac-agent/node_modules/nodemon/lib/rules/parse.js +0 -43
- package/mac-agent/node_modules/nodemon/lib/spawn.js +0 -74
- package/mac-agent/node_modules/nodemon/lib/utils/bus.js +0 -44
- package/mac-agent/node_modules/nodemon/lib/utils/clone.js +0 -40
- package/mac-agent/node_modules/nodemon/lib/utils/colour.js +0 -26
- package/mac-agent/node_modules/nodemon/lib/utils/index.js +0 -103
- package/mac-agent/node_modules/nodemon/lib/utils/log.js +0 -82
- package/mac-agent/node_modules/nodemon/lib/utils/merge.js +0 -47
- package/mac-agent/node_modules/nodemon/lib/version.js +0 -100
- package/mac-agent/node_modules/nodemon/package.json +0 -75
- package/mac-agent/node_modules/nopt/CHANGELOG.md +0 -58
- package/mac-agent/node_modules/nopt/LICENSE +0 -15
- package/mac-agent/node_modules/nopt/README.md +0 -213
- package/mac-agent/node_modules/nopt/bin/nopt.js +0 -54
- package/mac-agent/node_modules/nopt/lib/nopt.js +0 -441
- package/mac-agent/node_modules/nopt/package.json +0 -34
- package/mac-agent/node_modules/normalize-package-data/AUTHORS +0 -4
- package/mac-agent/node_modules/normalize-package-data/LICENSE +0 -30
- package/mac-agent/node_modules/normalize-package-data/README.md +0 -106
- package/mac-agent/node_modules/normalize-package-data/lib/extract_description.js +0 -14
- package/mac-agent/node_modules/normalize-package-data/lib/fixer.js +0 -418
- package/mac-agent/node_modules/normalize-package-data/lib/make_warning.js +0 -23
- package/mac-agent/node_modules/normalize-package-data/lib/normalize.js +0 -39
- package/mac-agent/node_modules/normalize-package-data/lib/safe_format.js +0 -9
- package/mac-agent/node_modules/normalize-package-data/lib/typos.json +0 -25
- package/mac-agent/node_modules/normalize-package-data/lib/warning_messages.json +0 -30
- package/mac-agent/node_modules/normalize-package-data/node_modules/semver/LICENSE +0 -15
- package/mac-agent/node_modules/normalize-package-data/node_modules/semver/README.md +0 -412
- package/mac-agent/node_modules/normalize-package-data/node_modules/semver/bin/semver +0 -160
- package/mac-agent/node_modules/normalize-package-data/node_modules/semver/package.json +0 -38
- package/mac-agent/node_modules/normalize-package-data/node_modules/semver/range.bnf +0 -16
- package/mac-agent/node_modules/normalize-package-data/node_modules/semver/semver.js +0 -1525
- package/mac-agent/node_modules/normalize-package-data/package.json +0 -31
- package/mac-agent/node_modules/normalize-path/LICENSE +0 -21
- package/mac-agent/node_modules/normalize-path/README.md +0 -127
- package/mac-agent/node_modules/normalize-path/index.js +0 -35
- package/mac-agent/node_modules/normalize-path/package.json +0 -77
- package/mac-agent/node_modules/npmlog/LICENSE +0 -15
- package/mac-agent/node_modules/npmlog/README.md +0 -216
- package/mac-agent/node_modules/npmlog/log.js +0 -403
- package/mac-agent/node_modules/npmlog/package.json +0 -33
- package/mac-agent/node_modules/number-is-nan/index.js +0 -4
- package/mac-agent/node_modules/number-is-nan/license +0 -21
- package/mac-agent/node_modules/number-is-nan/package.json +0 -35
- package/mac-agent/node_modules/number-is-nan/readme.md +0 -28
- package/mac-agent/node_modules/object-assign/index.js +0 -90
- package/mac-agent/node_modules/object-assign/license +0 -21
- package/mac-agent/node_modules/object-assign/package.json +0 -42
- package/mac-agent/node_modules/object-assign/readme.md +0 -61
- package/mac-agent/node_modules/object-keys/.editorconfig +0 -13
- package/mac-agent/node_modules/object-keys/.eslintrc +0 -17
- package/mac-agent/node_modules/object-keys/.travis.yml +0 -277
- package/mac-agent/node_modules/object-keys/CHANGELOG.md +0 -232
- package/mac-agent/node_modules/object-keys/LICENSE +0 -21
- package/mac-agent/node_modules/object-keys/README.md +0 -76
- package/mac-agent/node_modules/object-keys/implementation.js +0 -122
- package/mac-agent/node_modules/object-keys/index.js +0 -32
- package/mac-agent/node_modules/object-keys/isArguments.js +0 -17
- package/mac-agent/node_modules/object-keys/package.json +0 -88
- package/mac-agent/node_modules/object-keys/test/index.js +0 -5
- package/mac-agent/node_modules/object.assign/.editorconfig +0 -20
- package/mac-agent/node_modules/object.assign/.eslintrc +0 -28
- package/mac-agent/node_modules/object.assign/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/object.assign/.nycrc +0 -9
- package/mac-agent/node_modules/object.assign/CHANGELOG.md +0 -246
- package/mac-agent/node_modules/object.assign/LICENSE +0 -21
- package/mac-agent/node_modules/object.assign/README.md +0 -136
- package/mac-agent/node_modules/object.assign/auto.js +0 -3
- package/mac-agent/node_modules/object.assign/dist/browser.js +0 -1304
- package/mac-agent/node_modules/object.assign/hasSymbols.js +0 -43
- package/mac-agent/node_modules/object.assign/implementation.js +0 -46
- package/mac-agent/node_modules/object.assign/index.js +0 -22
- package/mac-agent/node_modules/object.assign/package.json +0 -96
- package/mac-agent/node_modules/object.assign/polyfill.js +0 -55
- package/mac-agent/node_modules/object.assign/shim.js +0 -14
- package/mac-agent/node_modules/object.assign/test/implementation.js +0 -19
- package/mac-agent/node_modules/object.assign/test/index.js +0 -17
- package/mac-agent/node_modules/object.assign/test/native.js +0 -49
- package/mac-agent/node_modules/object.assign/test/ses-compat.js +0 -12
- package/mac-agent/node_modules/object.assign/test/shimmed.js +0 -52
- package/mac-agent/node_modules/object.assign/test/tests.js +0 -232
- package/mac-agent/node_modules/once/LICENSE +0 -15
- package/mac-agent/node_modules/once/README.md +0 -79
- package/mac-agent/node_modules/once/once.js +0 -42
- package/mac-agent/node_modules/once/package.json +0 -33
- package/mac-agent/node_modules/one-time/LICENSE +0 -22
- package/mac-agent/node_modules/one-time/README.md +0 -88
- package/mac-agent/node_modules/one-time/async.js +0 -43
- package/mac-agent/node_modules/one-time/index.js +0 -42
- package/mac-agent/node_modules/one-time/package.json +0 -34
- package/mac-agent/node_modules/os-locale/index.js +0 -127
- package/mac-agent/node_modules/os-locale/license +0 -21
- package/mac-agent/node_modules/os-locale/package.json +0 -43
- package/mac-agent/node_modules/os-locale/readme.md +0 -47
- package/mac-agent/node_modules/parse-json/index.js +0 -35
- package/mac-agent/node_modules/parse-json/license +0 -21
- package/mac-agent/node_modules/parse-json/package.json +0 -46
- package/mac-agent/node_modules/parse-json/readme.md +0 -83
- package/mac-agent/node_modules/parse-json/vendor/parse.js +0 -752
- package/mac-agent/node_modules/parse-json/vendor/unicode.js +0 -71
- package/mac-agent/node_modules/path-exists/index.js +0 -24
- package/mac-agent/node_modules/path-exists/license +0 -21
- package/mac-agent/node_modules/path-exists/package.json +0 -40
- package/mac-agent/node_modules/path-exists/readme.md +0 -45
- package/mac-agent/node_modules/path-is-absolute/index.js +0 -20
- package/mac-agent/node_modules/path-is-absolute/license +0 -21
- package/mac-agent/node_modules/path-is-absolute/package.json +0 -43
- package/mac-agent/node_modules/path-is-absolute/readme.md +0 -59
- package/mac-agent/node_modules/path-parse/LICENSE +0 -21
- package/mac-agent/node_modules/path-parse/README.md +0 -42
- package/mac-agent/node_modules/path-parse/index.js +0 -75
- package/mac-agent/node_modules/path-parse/package.json +0 -33
- package/mac-agent/node_modules/path-type/index.js +0 -29
- package/mac-agent/node_modules/path-type/license +0 -21
- package/mac-agent/node_modules/path-type/package.json +0 -52
- package/mac-agent/node_modules/path-type/readme.md +0 -42
- package/mac-agent/node_modules/picomatch/CHANGELOG.md +0 -136
- package/mac-agent/node_modules/picomatch/LICENSE +0 -21
- package/mac-agent/node_modules/picomatch/README.md +0 -708
- package/mac-agent/node_modules/picomatch/index.js +0 -3
- package/mac-agent/node_modules/picomatch/lib/constants.js +0 -179
- package/mac-agent/node_modules/picomatch/lib/parse.js +0 -1091
- package/mac-agent/node_modules/picomatch/lib/picomatch.js +0 -342
- package/mac-agent/node_modules/picomatch/lib/scan.js +0 -391
- package/mac-agent/node_modules/picomatch/lib/utils.js +0 -64
- package/mac-agent/node_modules/picomatch/package.json +0 -81
- package/mac-agent/node_modules/pify/index.js +0 -68
- package/mac-agent/node_modules/pify/license +0 -21
- package/mac-agent/node_modules/pify/package.json +0 -48
- package/mac-agent/node_modules/pify/readme.md +0 -119
- package/mac-agent/node_modules/pinkie/index.js +0 -292
- package/mac-agent/node_modules/pinkie/license +0 -21
- package/mac-agent/node_modules/pinkie/package.json +0 -36
- package/mac-agent/node_modules/pinkie/readme.md +0 -83
- package/mac-agent/node_modules/pinkie-promise/index.js +0 -3
- package/mac-agent/node_modules/pinkie-promise/license +0 -21
- package/mac-agent/node_modules/pinkie-promise/package.json +0 -35
- package/mac-agent/node_modules/pinkie-promise/readme.md +0 -28
- package/mac-agent/node_modules/proxy-from-env/.eslintrc +0 -29
- package/mac-agent/node_modules/proxy-from-env/.travis.yml +0 -10
- package/mac-agent/node_modules/proxy-from-env/LICENSE +0 -20
- package/mac-agent/node_modules/proxy-from-env/README.md +0 -131
- package/mac-agent/node_modules/proxy-from-env/index.js +0 -108
- package/mac-agent/node_modules/proxy-from-env/package.json +0 -34
- package/mac-agent/node_modules/proxy-from-env/test.js +0 -483
- package/mac-agent/node_modules/pstree.remy/.travis.yml +0 -8
- package/mac-agent/node_modules/pstree.remy/LICENSE +0 -7
- package/mac-agent/node_modules/pstree.remy/README.md +0 -26
- package/mac-agent/node_modules/pstree.remy/lib/index.js +0 -37
- package/mac-agent/node_modules/pstree.remy/lib/tree.js +0 -37
- package/mac-agent/node_modules/pstree.remy/lib/utils.js +0 -53
- package/mac-agent/node_modules/pstree.remy/package.json +0 -33
- package/mac-agent/node_modules/pstree.remy/tests/fixtures/index.js +0 -13
- package/mac-agent/node_modules/pstree.remy/tests/fixtures/out1 +0 -10
- package/mac-agent/node_modules/pstree.remy/tests/fixtures/out2 +0 -29
- package/mac-agent/node_modules/pstree.remy/tests/index.test.js +0 -51
- package/mac-agent/node_modules/read-pkg/index.js +0 -48
- package/mac-agent/node_modules/read-pkg/license +0 -21
- package/mac-agent/node_modules/read-pkg/package.json +0 -42
- package/mac-agent/node_modules/read-pkg/readme.md +0 -79
- package/mac-agent/node_modules/read-pkg-up/index.js +0 -31
- package/mac-agent/node_modules/read-pkg-up/license +0 -21
- package/mac-agent/node_modules/read-pkg-up/package.json +0 -59
- package/mac-agent/node_modules/read-pkg-up/readme.md +0 -79
- package/mac-agent/node_modules/readable-stream/CONTRIBUTING.md +0 -38
- package/mac-agent/node_modules/readable-stream/GOVERNANCE.md +0 -136
- package/mac-agent/node_modules/readable-stream/LICENSE +0 -47
- package/mac-agent/node_modules/readable-stream/README.md +0 -106
- package/mac-agent/node_modules/readable-stream/errors-browser.js +0 -127
- package/mac-agent/node_modules/readable-stream/errors.js +0 -116
- package/mac-agent/node_modules/readable-stream/experimentalWarning.js +0 -17
- package/mac-agent/node_modules/readable-stream/lib/_stream_duplex.js +0 -126
- package/mac-agent/node_modules/readable-stream/lib/_stream_passthrough.js +0 -37
- package/mac-agent/node_modules/readable-stream/lib/_stream_readable.js +0 -1027
- package/mac-agent/node_modules/readable-stream/lib/_stream_transform.js +0 -190
- package/mac-agent/node_modules/readable-stream/lib/_stream_writable.js +0 -641
- package/mac-agent/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -180
- package/mac-agent/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -183
- package/mac-agent/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -96
- package/mac-agent/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -86
- package/mac-agent/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
- package/mac-agent/node_modules/readable-stream/lib/internal/streams/from.js +0 -52
- package/mac-agent/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -86
- package/mac-agent/node_modules/readable-stream/lib/internal/streams/state.js +0 -22
- package/mac-agent/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
- package/mac-agent/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
- package/mac-agent/node_modules/readable-stream/package.json +0 -68
- package/mac-agent/node_modules/readable-stream/readable-browser.js +0 -9
- package/mac-agent/node_modules/readable-stream/readable.js +0 -16
- package/mac-agent/node_modules/readdirp/LICENSE +0 -21
- package/mac-agent/node_modules/readdirp/README.md +0 -122
- package/mac-agent/node_modules/readdirp/index.d.ts +0 -43
- package/mac-agent/node_modules/readdirp/index.js +0 -287
- package/mac-agent/node_modules/readdirp/package.json +0 -122
- package/mac-agent/node_modules/require-directory/.jshintrc +0 -67
- package/mac-agent/node_modules/require-directory/.travis.yml +0 -3
- package/mac-agent/node_modules/require-directory/LICENSE +0 -22
- package/mac-agent/node_modules/require-directory/README.markdown +0 -184
- package/mac-agent/node_modules/require-directory/index.js +0 -86
- package/mac-agent/node_modules/require-directory/package.json +0 -40
- package/mac-agent/node_modules/require-main-filename/.travis.yml +0 -8
- package/mac-agent/node_modules/require-main-filename/LICENSE.txt +0 -14
- package/mac-agent/node_modules/require-main-filename/README.md +0 -26
- package/mac-agent/node_modules/require-main-filename/index.js +0 -18
- package/mac-agent/node_modules/require-main-filename/package.json +0 -30
- package/mac-agent/node_modules/require-main-filename/test.js +0 -36
- package/mac-agent/node_modules/resolve/.editorconfig +0 -37
- package/mac-agent/node_modules/resolve/.eslintrc +0 -65
- package/mac-agent/node_modules/resolve/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/resolve/LICENSE +0 -21
- package/mac-agent/node_modules/resolve/SECURITY.md +0 -3
- package/mac-agent/node_modules/resolve/async.js +0 -3
- package/mac-agent/node_modules/resolve/bin/resolve +0 -50
- package/mac-agent/node_modules/resolve/example/async.js +0 -5
- package/mac-agent/node_modules/resolve/example/sync.js +0 -3
- package/mac-agent/node_modules/resolve/index.js +0 -6
- package/mac-agent/node_modules/resolve/lib/async.js +0 -329
- package/mac-agent/node_modules/resolve/lib/caller.js +0 -8
- package/mac-agent/node_modules/resolve/lib/core.js +0 -12
- package/mac-agent/node_modules/resolve/lib/core.json +0 -162
- package/mac-agent/node_modules/resolve/lib/homedir.js +0 -24
- package/mac-agent/node_modules/resolve/lib/is-core.js +0 -5
- package/mac-agent/node_modules/resolve/lib/node-modules-paths.js +0 -42
- package/mac-agent/node_modules/resolve/lib/normalize-options.js +0 -10
- package/mac-agent/node_modules/resolve/lib/sync.js +0 -208
- package/mac-agent/node_modules/resolve/package.json +0 -75
- package/mac-agent/node_modules/resolve/readme.markdown +0 -301
- package/mac-agent/node_modules/resolve/sync.js +0 -3
- package/mac-agent/node_modules/resolve/test/core.js +0 -88
- package/mac-agent/node_modules/resolve/test/dotdot/abc/index.js +0 -2
- package/mac-agent/node_modules/resolve/test/dotdot/index.js +0 -1
- package/mac-agent/node_modules/resolve/test/dotdot.js +0 -29
- package/mac-agent/node_modules/resolve/test/faulty_basedir.js +0 -29
- package/mac-agent/node_modules/resolve/test/filter.js +0 -34
- package/mac-agent/node_modules/resolve/test/filter_sync.js +0 -33
- package/mac-agent/node_modules/resolve/test/home_paths.js +0 -127
- package/mac-agent/node_modules/resolve/test/home_paths_sync.js +0 -114
- package/mac-agent/node_modules/resolve/test/mock.js +0 -315
- package/mac-agent/node_modules/resolve/test/mock_sync.js +0 -214
- package/mac-agent/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +0 -1
- package/mac-agent/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +0 -1
- package/mac-agent/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +0 -1
- package/mac-agent/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +0 -3
- package/mac-agent/node_modules/resolve/test/module_dir.js +0 -56
- package/mac-agent/node_modules/resolve/test/node-modules-paths.js +0 -143
- package/mac-agent/node_modules/resolve/test/node_path/x/aaa/index.js +0 -1
- package/mac-agent/node_modules/resolve/test/node_path/x/ccc/index.js +0 -1
- package/mac-agent/node_modules/resolve/test/node_path/y/bbb/index.js +0 -1
- package/mac-agent/node_modules/resolve/test/node_path/y/ccc/index.js +0 -1
- package/mac-agent/node_modules/resolve/test/node_path.js +0 -70
- package/mac-agent/node_modules/resolve/test/nonstring.js +0 -9
- package/mac-agent/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
- package/mac-agent/node_modules/resolve/test/pathfilter.js +0 -75
- package/mac-agent/node_modules/resolve/test/precedence/aaa/index.js +0 -1
- package/mac-agent/node_modules/resolve/test/precedence/aaa/main.js +0 -1
- package/mac-agent/node_modules/resolve/test/precedence/aaa.js +0 -1
- package/mac-agent/node_modules/resolve/test/precedence/bbb/main.js +0 -1
- package/mac-agent/node_modules/resolve/test/precedence/bbb.js +0 -1
- package/mac-agent/node_modules/resolve/test/precedence.js +0 -23
- package/mac-agent/node_modules/resolve/test/resolver/baz/doom.js +0 -0
- package/mac-agent/node_modules/resolve/test/resolver/baz/package.json +0 -4
- package/mac-agent/node_modules/resolve/test/resolver/baz/quux.js +0 -1
- package/mac-agent/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
- package/mac-agent/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
- package/mac-agent/node_modules/resolve/test/resolver/browser_field/package.json +0 -5
- package/mac-agent/node_modules/resolve/test/resolver/cup.coffee +0 -1
- package/mac-agent/node_modules/resolve/test/resolver/dot_main/index.js +0 -1
- package/mac-agent/node_modules/resolve/test/resolver/dot_main/package.json +0 -3
- package/mac-agent/node_modules/resolve/test/resolver/dot_slash_main/index.js +0 -1
- package/mac-agent/node_modules/resolve/test/resolver/dot_slash_main/package.json +0 -3
- package/mac-agent/node_modules/resolve/test/resolver/false_main/index.js +0 -0
- package/mac-agent/node_modules/resolve/test/resolver/false_main/package.json +0 -4
- package/mac-agent/node_modules/resolve/test/resolver/foo.js +0 -1
- package/mac-agent/node_modules/resolve/test/resolver/incorrect_main/index.js +0 -2
- package/mac-agent/node_modules/resolve/test/resolver/incorrect_main/package.json +0 -3
- package/mac-agent/node_modules/resolve/test/resolver/invalid_main/package.json +0 -7
- package/mac-agent/node_modules/resolve/test/resolver/mug.coffee +0 -0
- package/mac-agent/node_modules/resolve/test/resolver/mug.js +0 -0
- package/mac-agent/node_modules/resolve/test/resolver/multirepo/lerna.json +0 -6
- package/mac-agent/node_modules/resolve/test/resolver/multirepo/package.json +0 -20
- package/mac-agent/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +0 -35
- package/mac-agent/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +0 -14
- package/mac-agent/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
- package/mac-agent/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +0 -14
- package/mac-agent/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +0 -26
- package/mac-agent/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +0 -15
- package/mac-agent/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +0 -12
- package/mac-agent/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
- package/mac-agent/node_modules/resolve/test/resolver/other_path/root.js +0 -0
- package/mac-agent/node_modules/resolve/test/resolver/quux/foo/index.js +0 -1
- package/mac-agent/node_modules/resolve/test/resolver/same_names/foo/index.js +0 -1
- package/mac-agent/node_modules/resolve/test/resolver/same_names/foo.js +0 -1
- package/mac-agent/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
- package/mac-agent/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
- package/mac-agent/node_modules/resolve/test/resolver/symlinked/package/bar.js +0 -1
- package/mac-agent/node_modules/resolve/test/resolver/symlinked/package/package.json +0 -3
- package/mac-agent/node_modules/resolve/test/resolver/without_basedir/main.js +0 -5
- package/mac-agent/node_modules/resolve/test/resolver.js +0 -597
- package/mac-agent/node_modules/resolve/test/resolver_sync.js +0 -730
- package/mac-agent/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
- package/mac-agent/node_modules/resolve/test/shadowed_core.js +0 -54
- package/mac-agent/node_modules/resolve/test/subdirs.js +0 -13
- package/mac-agent/node_modules/resolve/test/symlinks.js +0 -176
- package/mac-agent/node_modules/rimraf/CHANGELOG.md +0 -65
- package/mac-agent/node_modules/rimraf/LICENSE +0 -15
- package/mac-agent/node_modules/rimraf/README.md +0 -101
- package/mac-agent/node_modules/rimraf/bin.js +0 -68
- package/mac-agent/node_modules/rimraf/package.json +0 -32
- package/mac-agent/node_modules/rimraf/rimraf.js +0 -360
- package/mac-agent/node_modules/safe-buffer/LICENSE +0 -21
- package/mac-agent/node_modules/safe-buffer/README.md +0 -584
- package/mac-agent/node_modules/safe-buffer/index.d.ts +0 -187
- package/mac-agent/node_modules/safe-buffer/index.js +0 -65
- package/mac-agent/node_modules/safe-buffer/package.json +0 -51
- package/mac-agent/node_modules/safe-stable-stringify/LICENSE +0 -21
- package/mac-agent/node_modules/safe-stable-stringify/esm/package.json +0 -4
- package/mac-agent/node_modules/safe-stable-stringify/esm/wrapper.d.ts +0 -4
- package/mac-agent/node_modules/safe-stable-stringify/esm/wrapper.js +0 -6
- package/mac-agent/node_modules/safe-stable-stringify/index.d.ts +0 -22
- package/mac-agent/node_modules/safe-stable-stringify/index.js +0 -625
- package/mac-agent/node_modules/safe-stable-stringify/package.json +0 -65
- package/mac-agent/node_modules/safe-stable-stringify/readme.md +0 -179
- package/mac-agent/node_modules/semver/LICENSE +0 -15
- package/mac-agent/node_modules/semver/README.md +0 -664
- package/mac-agent/node_modules/semver/bin/semver.js +0 -191
- package/mac-agent/node_modules/semver/classes/comparator.js +0 -143
- package/mac-agent/node_modules/semver/classes/index.js +0 -7
- package/mac-agent/node_modules/semver/classes/range.js +0 -556
- package/mac-agent/node_modules/semver/classes/semver.js +0 -319
- package/mac-agent/node_modules/semver/functions/clean.js +0 -8
- package/mac-agent/node_modules/semver/functions/cmp.js +0 -54
- package/mac-agent/node_modules/semver/functions/coerce.js +0 -62
- package/mac-agent/node_modules/semver/functions/compare-build.js +0 -9
- package/mac-agent/node_modules/semver/functions/compare-loose.js +0 -5
- package/mac-agent/node_modules/semver/functions/compare.js +0 -7
- package/mac-agent/node_modules/semver/functions/diff.js +0 -60
- package/mac-agent/node_modules/semver/functions/eq.js +0 -5
- package/mac-agent/node_modules/semver/functions/gt.js +0 -5
- package/mac-agent/node_modules/semver/functions/gte.js +0 -5
- package/mac-agent/node_modules/semver/functions/inc.js +0 -21
- package/mac-agent/node_modules/semver/functions/lt.js +0 -5
- package/mac-agent/node_modules/semver/functions/lte.js +0 -5
- package/mac-agent/node_modules/semver/functions/major.js +0 -5
- package/mac-agent/node_modules/semver/functions/minor.js +0 -5
- package/mac-agent/node_modules/semver/functions/neq.js +0 -5
- package/mac-agent/node_modules/semver/functions/parse.js +0 -18
- package/mac-agent/node_modules/semver/functions/patch.js +0 -5
- package/mac-agent/node_modules/semver/functions/prerelease.js +0 -8
- package/mac-agent/node_modules/semver/functions/rcompare.js +0 -5
- package/mac-agent/node_modules/semver/functions/rsort.js +0 -5
- package/mac-agent/node_modules/semver/functions/satisfies.js +0 -12
- package/mac-agent/node_modules/semver/functions/sort.js +0 -5
- package/mac-agent/node_modules/semver/functions/valid.js +0 -8
- package/mac-agent/node_modules/semver/index.js +0 -91
- package/mac-agent/node_modules/semver/internal/constants.js +0 -37
- package/mac-agent/node_modules/semver/internal/debug.js +0 -11
- package/mac-agent/node_modules/semver/internal/identifiers.js +0 -25
- package/mac-agent/node_modules/semver/internal/lrucache.js +0 -42
- package/mac-agent/node_modules/semver/internal/parse-options.js +0 -17
- package/mac-agent/node_modules/semver/internal/re.js +0 -223
- package/mac-agent/node_modules/semver/package.json +0 -78
- package/mac-agent/node_modules/semver/preload.js +0 -4
- package/mac-agent/node_modules/semver/range.bnf +0 -16
- package/mac-agent/node_modules/semver/ranges/gtr.js +0 -6
- package/mac-agent/node_modules/semver/ranges/intersects.js +0 -9
- package/mac-agent/node_modules/semver/ranges/ltr.js +0 -6
- package/mac-agent/node_modules/semver/ranges/max-satisfying.js +0 -27
- package/mac-agent/node_modules/semver/ranges/min-satisfying.js +0 -26
- package/mac-agent/node_modules/semver/ranges/min-version.js +0 -63
- package/mac-agent/node_modules/semver/ranges/outside.js +0 -82
- package/mac-agent/node_modules/semver/ranges/simplify.js +0 -49
- package/mac-agent/node_modules/semver/ranges/subset.js +0 -249
- package/mac-agent/node_modules/semver/ranges/to-comparators.js +0 -10
- package/mac-agent/node_modules/semver/ranges/valid.js +0 -13
- package/mac-agent/node_modules/set-blocking/CHANGELOG.md +0 -26
- package/mac-agent/node_modules/set-blocking/LICENSE.txt +0 -14
- package/mac-agent/node_modules/set-blocking/README.md +0 -31
- package/mac-agent/node_modules/set-blocking/index.js +0 -7
- package/mac-agent/node_modules/set-blocking/package.json +0 -42
- package/mac-agent/node_modules/set-function-length/.eslintrc +0 -27
- package/mac-agent/node_modules/set-function-length/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/set-function-length/.nycrc +0 -13
- package/mac-agent/node_modules/set-function-length/CHANGELOG.md +0 -70
- package/mac-agent/node_modules/set-function-length/LICENSE +0 -21
- package/mac-agent/node_modules/set-function-length/README.md +0 -56
- package/mac-agent/node_modules/set-function-length/env.d.ts +0 -9
- package/mac-agent/node_modules/set-function-length/env.js +0 -25
- package/mac-agent/node_modules/set-function-length/index.d.ts +0 -7
- package/mac-agent/node_modules/set-function-length/index.js +0 -42
- package/mac-agent/node_modules/set-function-length/package.json +0 -102
- package/mac-agent/node_modules/set-function-length/tsconfig.json +0 -9
- package/mac-agent/node_modules/signal-exit/LICENSE.txt +0 -16
- package/mac-agent/node_modules/signal-exit/README.md +0 -39
- package/mac-agent/node_modules/signal-exit/index.js +0 -202
- package/mac-agent/node_modules/signal-exit/package.json +0 -38
- package/mac-agent/node_modules/signal-exit/signals.js +0 -53
- package/mac-agent/node_modules/simple-swizzle/LICENSE +0 -21
- package/mac-agent/node_modules/simple-swizzle/README.md +0 -39
- package/mac-agent/node_modules/simple-swizzle/index.js +0 -29
- package/mac-agent/node_modules/simple-swizzle/package.json +0 -36
- package/mac-agent/node_modules/simple-update-notifier/LICENSE +0 -21
- package/mac-agent/node_modules/simple-update-notifier/README.md +0 -82
- package/mac-agent/node_modules/simple-update-notifier/build/index.d.ts +0 -13
- package/mac-agent/node_modules/simple-update-notifier/build/index.js +0 -210
- package/mac-agent/node_modules/simple-update-notifier/package.json +0 -100
- package/mac-agent/node_modules/simple-update-notifier/src/borderedText.ts +0 -12
- package/mac-agent/node_modules/simple-update-notifier/src/cache.spec.ts +0 -17
- package/mac-agent/node_modules/simple-update-notifier/src/cache.ts +0 -44
- package/mac-agent/node_modules/simple-update-notifier/src/getDistVersion.spec.ts +0 -35
- package/mac-agent/node_modules/simple-update-notifier/src/getDistVersion.ts +0 -29
- package/mac-agent/node_modules/simple-update-notifier/src/hasNewVersion.spec.ts +0 -82
- package/mac-agent/node_modules/simple-update-notifier/src/hasNewVersion.ts +0 -40
- package/mac-agent/node_modules/simple-update-notifier/src/index.spec.ts +0 -27
- package/mac-agent/node_modules/simple-update-notifier/src/index.ts +0 -34
- package/mac-agent/node_modules/simple-update-notifier/src/isNpmOrYarn.ts +0 -12
- package/mac-agent/node_modules/simple-update-notifier/src/types.ts +0 -8
- package/mac-agent/node_modules/spdx-correct/LICENSE +0 -202
- package/mac-agent/node_modules/spdx-correct/README.md +0 -22
- package/mac-agent/node_modules/spdx-correct/index.js +0 -386
- package/mac-agent/node_modules/spdx-correct/package.json +0 -32
- package/mac-agent/node_modules/spdx-exceptions/README.md +0 -36
- package/mac-agent/node_modules/spdx-exceptions/deprecated.json +0 -3
- package/mac-agent/node_modules/spdx-exceptions/index.json +0 -68
- package/mac-agent/node_modules/spdx-exceptions/package.json +0 -19
- package/mac-agent/node_modules/spdx-expression-parse/AUTHORS +0 -4
- package/mac-agent/node_modules/spdx-expression-parse/LICENSE +0 -22
- package/mac-agent/node_modules/spdx-expression-parse/README.md +0 -91
- package/mac-agent/node_modules/spdx-expression-parse/index.js +0 -8
- package/mac-agent/node_modules/spdx-expression-parse/package.json +0 -39
- package/mac-agent/node_modules/spdx-expression-parse/parse.js +0 -138
- package/mac-agent/node_modules/spdx-expression-parse/scan.js +0 -131
- package/mac-agent/node_modules/spdx-license-ids/README.md +0 -51
- package/mac-agent/node_modules/spdx-license-ids/deprecated.json +0 -28
- package/mac-agent/node_modules/spdx-license-ids/index.json +0 -650
- package/mac-agent/node_modules/spdx-license-ids/package.json +0 -29
- package/mac-agent/node_modules/stack-trace/License +0 -19
- package/mac-agent/node_modules/stack-trace/Makefile +0 -11
- package/mac-agent/node_modules/stack-trace/Readme.md +0 -98
- package/mac-agent/node_modules/stack-trace/lib/stack-trace.js +0 -136
- package/mac-agent/node_modules/stack-trace/package.json +0 -21
- package/mac-agent/node_modules/string-width/index.d.ts +0 -29
- package/mac-agent/node_modules/string-width/index.js +0 -47
- package/mac-agent/node_modules/string-width/license +0 -9
- package/mac-agent/node_modules/string-width/package.json +0 -56
- package/mac-agent/node_modules/string-width/readme.md +0 -50
- package/mac-agent/node_modules/string_decoder/LICENSE +0 -48
- package/mac-agent/node_modules/string_decoder/README.md +0 -47
- package/mac-agent/node_modules/string_decoder/lib/string_decoder.js +0 -296
- package/mac-agent/node_modules/string_decoder/package.json +0 -34
- package/mac-agent/node_modules/strip-ansi/index.d.ts +0 -17
- package/mac-agent/node_modules/strip-ansi/index.js +0 -4
- package/mac-agent/node_modules/strip-ansi/license +0 -9
- package/mac-agent/node_modules/strip-ansi/package.json +0 -54
- package/mac-agent/node_modules/strip-ansi/readme.md +0 -46
- package/mac-agent/node_modules/strip-bom/index.js +0 -17
- package/mac-agent/node_modules/strip-bom/license +0 -21
- package/mac-agent/node_modules/strip-bom/package.json +0 -42
- package/mac-agent/node_modules/strip-bom/readme.md +0 -39
- package/mac-agent/node_modules/supports-color/browser.js +0 -5
- package/mac-agent/node_modules/supports-color/index.js +0 -131
- package/mac-agent/node_modules/supports-color/license +0 -9
- package/mac-agent/node_modules/supports-color/package.json +0 -53
- package/mac-agent/node_modules/supports-color/readme.md +0 -66
- package/mac-agent/node_modules/supports-preserve-symlinks-flag/.eslintrc +0 -14
- package/mac-agent/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +0 -12
- package/mac-agent/node_modules/supports-preserve-symlinks-flag/.nycrc +0 -9
- package/mac-agent/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +0 -22
- package/mac-agent/node_modules/supports-preserve-symlinks-flag/LICENSE +0 -21
- package/mac-agent/node_modules/supports-preserve-symlinks-flag/README.md +0 -42
- package/mac-agent/node_modules/supports-preserve-symlinks-flag/browser.js +0 -3
- package/mac-agent/node_modules/supports-preserve-symlinks-flag/index.js +0 -9
- package/mac-agent/node_modules/supports-preserve-symlinks-flag/package.json +0 -70
- package/mac-agent/node_modules/supports-preserve-symlinks-flag/test/index.js +0 -29
- package/mac-agent/node_modules/tar/LICENSE +0 -15
- package/mac-agent/node_modules/tar/README.md +0 -1080
- package/mac-agent/node_modules/tar/index.js +0 -18
- package/mac-agent/node_modules/tar/lib/create.js +0 -111
- package/mac-agent/node_modules/tar/lib/extract.js +0 -113
- package/mac-agent/node_modules/tar/lib/get-write-flag.js +0 -20
- package/mac-agent/node_modules/tar/lib/header.js +0 -304
- package/mac-agent/node_modules/tar/lib/high-level-opt.js +0 -29
- package/mac-agent/node_modules/tar/lib/large-numbers.js +0 -104
- package/mac-agent/node_modules/tar/lib/list.js +0 -139
- package/mac-agent/node_modules/tar/lib/mkdir.js +0 -229
- package/mac-agent/node_modules/tar/lib/mode-fix.js +0 -27
- package/mac-agent/node_modules/tar/lib/normalize-unicode.js +0 -12
- package/mac-agent/node_modules/tar/lib/normalize-windows-path.js +0 -8
- package/mac-agent/node_modules/tar/lib/pack.js +0 -432
- package/mac-agent/node_modules/tar/lib/parse.js +0 -552
- package/mac-agent/node_modules/tar/lib/path-reservations.js +0 -156
- package/mac-agent/node_modules/tar/lib/pax.js +0 -150
- package/mac-agent/node_modules/tar/lib/read-entry.js +0 -107
- package/mac-agent/node_modules/tar/lib/replace.js +0 -246
- package/mac-agent/node_modules/tar/lib/strip-absolute-path.js +0 -24
- package/mac-agent/node_modules/tar/lib/strip-trailing-slashes.js +0 -13
- package/mac-agent/node_modules/tar/lib/types.js +0 -44
- package/mac-agent/node_modules/tar/lib/unpack.js +0 -923
- package/mac-agent/node_modules/tar/lib/update.js +0 -40
- package/mac-agent/node_modules/tar/lib/warn-mixin.js +0 -24
- package/mac-agent/node_modules/tar/lib/winchars.js +0 -23
- package/mac-agent/node_modules/tar/lib/write-entry.js +0 -546
- package/mac-agent/node_modules/tar/package.json +0 -70
- package/mac-agent/node_modules/text-hex/LICENSE +0 -21
- package/mac-agent/node_modules/text-hex/README.md +0 -20
- package/mac-agent/node_modules/text-hex/index.js +0 -24
- package/mac-agent/node_modules/text-hex/package.json +0 -30
- package/mac-agent/node_modules/text-hex/test.js +0 -11
- package/mac-agent/node_modules/to-regex-range/LICENSE +0 -21
- package/mac-agent/node_modules/to-regex-range/README.md +0 -305
- package/mac-agent/node_modules/to-regex-range/index.js +0 -288
- package/mac-agent/node_modules/to-regex-range/package.json +0 -88
- package/mac-agent/node_modules/touch/LICENSE +0 -15
- package/mac-agent/node_modules/touch/README.md +0 -52
- package/mac-agent/node_modules/touch/bin/nodetouch.js +0 -112
- package/mac-agent/node_modules/touch/index.js +0 -224
- package/mac-agent/node_modules/touch/package.json +0 -25
- package/mac-agent/node_modules/tr46/index.js +0 -193
- package/mac-agent/node_modules/tr46/lib/.gitkeep +0 -0
- package/mac-agent/node_modules/tr46/lib/mappingTable.json +0 -1
- package/mac-agent/node_modules/tr46/package.json +0 -31
- package/mac-agent/node_modules/triple-beam/.nyc_output/c579bf8f-6820-47a5-b2da-a11267eb8435.json +0 -1
- package/mac-agent/node_modules/triple-beam/.nyc_output/processinfo/c579bf8f-6820-47a5-b2da-a11267eb8435.json +0 -1
- package/mac-agent/node_modules/triple-beam/.nyc_output/processinfo/index.json +0 -1
- package/mac-agent/node_modules/triple-beam/CHANGELOG.md +0 -22
- package/mac-agent/node_modules/triple-beam/LICENSE +0 -21
- package/mac-agent/node_modules/triple-beam/README.md +0 -34
- package/mac-agent/node_modules/triple-beam/config/cli.js +0 -42
- package/mac-agent/node_modules/triple-beam/config/index.js +0 -32
- package/mac-agent/node_modules/triple-beam/config/npm.js +0 -36
- package/mac-agent/node_modules/triple-beam/config/syslog.js +0 -38
- package/mac-agent/node_modules/triple-beam/index.js +0 -46
- package/mac-agent/node_modules/triple-beam/package.json +0 -40
- package/mac-agent/node_modules/undefsafe/.github/workflows/release.yml +0 -25
- package/mac-agent/node_modules/undefsafe/.jscsrc +0 -13
- package/mac-agent/node_modules/undefsafe/.jshintrc +0 -16
- package/mac-agent/node_modules/undefsafe/.travis.yml +0 -18
- package/mac-agent/node_modules/undefsafe/LICENSE +0 -22
- package/mac-agent/node_modules/undefsafe/README.md +0 -63
- package/mac-agent/node_modules/undefsafe/example.js +0 -14
- package/mac-agent/node_modules/undefsafe/lib/undefsafe.js +0 -125
- package/mac-agent/node_modules/undefsafe/package.json +0 -34
- package/mac-agent/node_modules/util-deprecate/History.md +0 -16
- package/mac-agent/node_modules/util-deprecate/LICENSE +0 -24
- package/mac-agent/node_modules/util-deprecate/README.md +0 -53
- package/mac-agent/node_modules/util-deprecate/browser.js +0 -67
- package/mac-agent/node_modules/util-deprecate/node.js +0 -6
- package/mac-agent/node_modules/util-deprecate/package.json +0 -27
- package/mac-agent/node_modules/uuid/CHANGELOG.md +0 -229
- package/mac-agent/node_modules/uuid/CONTRIBUTING.md +0 -18
- package/mac-agent/node_modules/uuid/LICENSE.md +0 -9
- package/mac-agent/node_modules/uuid/README.md +0 -505
- package/mac-agent/node_modules/uuid/dist/bin/uuid +0 -2
- package/mac-agent/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/mac-agent/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/mac-agent/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/mac-agent/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/mac-agent/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/mac-agent/node_modules/uuid/dist/esm-browser/rng.js +0 -19
- package/mac-agent/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/mac-agent/node_modules/uuid/dist/esm-browser/stringify.js +0 -30
- package/mac-agent/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/mac-agent/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/mac-agent/node_modules/uuid/dist/esm-browser/v35.js +0 -64
- package/mac-agent/node_modules/uuid/dist/esm-browser/v4.js +0 -24
- package/mac-agent/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/mac-agent/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/mac-agent/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/mac-agent/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/mac-agent/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/mac-agent/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/mac-agent/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/mac-agent/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/mac-agent/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/mac-agent/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/mac-agent/node_modules/uuid/dist/esm-node/stringify.js +0 -29
- package/mac-agent/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/mac-agent/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/mac-agent/node_modules/uuid/dist/esm-node/v35.js +0 -64
- package/mac-agent/node_modules/uuid/dist/esm-node/v4.js +0 -24
- package/mac-agent/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/mac-agent/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/mac-agent/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/mac-agent/node_modules/uuid/dist/index.js +0 -79
- package/mac-agent/node_modules/uuid/dist/md5-browser.js +0 -223
- package/mac-agent/node_modules/uuid/dist/md5.js +0 -23
- package/mac-agent/node_modules/uuid/dist/nil.js +0 -8
- package/mac-agent/node_modules/uuid/dist/parse.js +0 -45
- package/mac-agent/node_modules/uuid/dist/regex.js +0 -8
- package/mac-agent/node_modules/uuid/dist/rng-browser.js +0 -26
- package/mac-agent/node_modules/uuid/dist/rng.js +0 -24
- package/mac-agent/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/mac-agent/node_modules/uuid/dist/sha1.js +0 -23
- package/mac-agent/node_modules/uuid/dist/stringify.js +0 -39
- package/mac-agent/node_modules/uuid/dist/umd/uuid.min.js +0 -1
- package/mac-agent/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
- package/mac-agent/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
- package/mac-agent/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
- package/mac-agent/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
- package/mac-agent/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
- package/mac-agent/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
- package/mac-agent/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
- package/mac-agent/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
- package/mac-agent/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
- package/mac-agent/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/mac-agent/node_modules/uuid/dist/v1.js +0 -107
- package/mac-agent/node_modules/uuid/dist/v3.js +0 -16
- package/mac-agent/node_modules/uuid/dist/v35.js +0 -78
- package/mac-agent/node_modules/uuid/dist/v4.js +0 -37
- package/mac-agent/node_modules/uuid/dist/v5.js +0 -16
- package/mac-agent/node_modules/uuid/dist/validate.js +0 -17
- package/mac-agent/node_modules/uuid/dist/version.js +0 -21
- package/mac-agent/node_modules/uuid/package.json +0 -135
- package/mac-agent/node_modules/uuid/wrapper.mjs +0 -10
- package/mac-agent/node_modules/validate-npm-package-license/LICENSE +0 -202
- package/mac-agent/node_modules/validate-npm-package-license/README.md +0 -113
- package/mac-agent/node_modules/validate-npm-package-license/index.js +0 -86
- package/mac-agent/node_modules/validate-npm-package-license/package.json +0 -28
- package/mac-agent/node_modules/webidl-conversions/LICENSE.md +0 -12
- package/mac-agent/node_modules/webidl-conversions/README.md +0 -80
- package/mac-agent/node_modules/webidl-conversions/lib/index.js +0 -332
- package/mac-agent/node_modules/webidl-conversions/package.json +0 -27
- package/mac-agent/node_modules/whatwg-url/LICENSE.txt +0 -21
- package/mac-agent/node_modules/whatwg-url/README.md +0 -67
- package/mac-agent/node_modules/whatwg-url/lib/URL-impl.js +0 -200
- package/mac-agent/node_modules/whatwg-url/lib/URL.js +0 -196
- package/mac-agent/node_modules/whatwg-url/lib/public-api.js +0 -11
- package/mac-agent/node_modules/whatwg-url/lib/url-state-machine.js +0 -1297
- package/mac-agent/node_modules/whatwg-url/lib/utils.js +0 -20
- package/mac-agent/node_modules/whatwg-url/node_modules/webidl-conversions/LICENSE.md +0 -12
- package/mac-agent/node_modules/whatwg-url/node_modules/webidl-conversions/README.md +0 -53
- package/mac-agent/node_modules/whatwg-url/node_modules/webidl-conversions/lib/index.js +0 -189
- package/mac-agent/node_modules/whatwg-url/node_modules/webidl-conversions/package.json +0 -23
- package/mac-agent/node_modules/whatwg-url/package.json +0 -32
- package/mac-agent/node_modules/which/CHANGELOG.md +0 -152
- package/mac-agent/node_modules/which/LICENSE +0 -15
- package/mac-agent/node_modules/which/README.md +0 -51
- package/mac-agent/node_modules/which/bin/which +0 -52
- package/mac-agent/node_modules/which/package.json +0 -30
- package/mac-agent/node_modules/which/which.js +0 -135
- package/mac-agent/node_modules/which-module/CHANGELOG.md +0 -11
- package/mac-agent/node_modules/which-module/LICENSE +0 -13
- package/mac-agent/node_modules/which-module/README.md +0 -55
- package/mac-agent/node_modules/which-module/index.js +0 -9
- package/mac-agent/node_modules/which-module/package.json +0 -41
- package/mac-agent/node_modules/wide-align/LICENSE +0 -14
- package/mac-agent/node_modules/wide-align/README.md +0 -47
- package/mac-agent/node_modules/wide-align/align.js +0 -65
- package/mac-agent/node_modules/wide-align/package.json +0 -33
- package/mac-agent/node_modules/winston/LICENSE +0 -19
- package/mac-agent/node_modules/winston/README.md +0 -1271
- package/mac-agent/node_modules/winston/dist/winston/common.js +0 -44
- package/mac-agent/node_modules/winston/dist/winston/config/index.js +0 -36
- package/mac-agent/node_modules/winston/dist/winston/container.js +0 -141
- package/mac-agent/node_modules/winston/dist/winston/create-logger.js +0 -123
- package/mac-agent/node_modules/winston/dist/winston/exception-handler.js +0 -265
- package/mac-agent/node_modules/winston/dist/winston/exception-stream.js +0 -75
- package/mac-agent/node_modules/winston/dist/winston/logger.js +0 -672
- package/mac-agent/node_modules/winston/dist/winston/profiler.js +0 -65
- package/mac-agent/node_modules/winston/dist/winston/rejection-handler.js +0 -265
- package/mac-agent/node_modules/winston/dist/winston/rejection-stream.js +0 -72
- package/mac-agent/node_modules/winston/dist/winston/tail-file.js +0 -113
- package/mac-agent/node_modules/winston/dist/winston/transports/console.js +0 -143
- package/mac-agent/node_modules/winston/dist/winston/transports/file.js +0 -788
- package/mac-agent/node_modules/winston/dist/winston/transports/http.js +0 -288
- package/mac-agent/node_modules/winston/dist/winston/transports/index.js +0 -56
- package/mac-agent/node_modules/winston/dist/winston/transports/stream.js +0 -86
- package/mac-agent/node_modules/winston/dist/winston.js +0 -171
- package/mac-agent/node_modules/winston/index.d.ts +0 -208
- package/mac-agent/node_modules/winston/lib/winston/common.js +0 -46
- package/mac-agent/node_modules/winston/lib/winston/config/index.d.ts +0 -99
- package/mac-agent/node_modules/winston/lib/winston/config/index.js +0 -35
- package/mac-agent/node_modules/winston/lib/winston/container.js +0 -118
- package/mac-agent/node_modules/winston/lib/winston/create-logger.js +0 -104
- package/mac-agent/node_modules/winston/lib/winston/exception-handler.js +0 -245
- package/mac-agent/node_modules/winston/lib/winston/exception-stream.js +0 -54
- package/mac-agent/node_modules/winston/lib/winston/logger.js +0 -677
- package/mac-agent/node_modules/winston/lib/winston/profiler.js +0 -53
- package/mac-agent/node_modules/winston/lib/winston/rejection-handler.js +0 -251
- package/mac-agent/node_modules/winston/lib/winston/rejection-stream.js +0 -52
- package/mac-agent/node_modules/winston/lib/winston/tail-file.js +0 -124
- package/mac-agent/node_modules/winston/lib/winston/transports/console.js +0 -125
- package/mac-agent/node_modules/winston/lib/winston/transports/file.js +0 -763
- package/mac-agent/node_modules/winston/lib/winston/transports/http.js +0 -262
- package/mac-agent/node_modules/winston/lib/winston/transports/index.d.ts +0 -117
- package/mac-agent/node_modules/winston/lib/winston/transports/index.js +0 -56
- package/mac-agent/node_modules/winston/lib/winston/transports/stream.js +0 -63
- package/mac-agent/node_modules/winston/lib/winston.js +0 -191
- package/mac-agent/node_modules/winston/package.json +0 -74
- package/mac-agent/node_modules/winston-transport/.babelrc +0 -3
- package/mac-agent/node_modules/winston-transport/.eslintrc +0 -7
- package/mac-agent/node_modules/winston-transport/.gitattributes +0 -1
- package/mac-agent/node_modules/winston-transport/.nyc_output/68e78020-c804-4f37-a68a-a967c6380da9.json +0 -1
- package/mac-agent/node_modules/winston-transport/.nyc_output/processinfo/68e78020-c804-4f37-a68a-a967c6380da9.json +0 -1
- package/mac-agent/node_modules/winston-transport/.nyc_output/processinfo/index.json +0 -1
- package/mac-agent/node_modules/winston-transport/CHANGELOG.md +0 -126
- package/mac-agent/node_modules/winston-transport/LICENSE +0 -22
- package/mac-agent/node_modules/winston-transport/README.md +0 -50
- package/mac-agent/node_modules/winston-transport/dist/index.js +0 -8
- package/mac-agent/node_modules/winston-transport/dist/legacy.js +0 -116
- package/mac-agent/node_modules/winston-transport/dist/modern.js +0 -212
- package/mac-agent/node_modules/winston-transport/index.d.ts +0 -39
- package/mac-agent/node_modules/winston-transport/index.js +0 -7
- package/mac-agent/node_modules/winston-transport/legacy.js +0 -119
- package/mac-agent/node_modules/winston-transport/modern.js +0 -211
- package/mac-agent/node_modules/winston-transport/package.json +0 -52
- package/mac-agent/node_modules/wrap-ansi/index.js +0 -168
- package/mac-agent/node_modules/wrap-ansi/license +0 -21
- package/mac-agent/node_modules/wrap-ansi/node_modules/ansi-regex/index.js +0 -4
- package/mac-agent/node_modules/wrap-ansi/node_modules/ansi-regex/license +0 -21
- package/mac-agent/node_modules/wrap-ansi/node_modules/ansi-regex/package.json +0 -64
- package/mac-agent/node_modules/wrap-ansi/node_modules/ansi-regex/readme.md +0 -39
- package/mac-agent/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/index.js +0 -46
- package/mac-agent/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/license +0 -21
- package/mac-agent/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/package.json +0 -45
- package/mac-agent/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/readme.md +0 -39
- package/mac-agent/node_modules/wrap-ansi/node_modules/string-width/index.js +0 -37
- package/mac-agent/node_modules/wrap-ansi/node_modules/string-width/license +0 -21
- package/mac-agent/node_modules/wrap-ansi/node_modules/string-width/package.json +0 -56
- package/mac-agent/node_modules/wrap-ansi/node_modules/string-width/readme.md +0 -42
- package/mac-agent/node_modules/wrap-ansi/node_modules/strip-ansi/index.js +0 -6
- package/mac-agent/node_modules/wrap-ansi/node_modules/strip-ansi/license +0 -21
- package/mac-agent/node_modules/wrap-ansi/node_modules/strip-ansi/package.json +0 -57
- package/mac-agent/node_modules/wrap-ansi/node_modules/strip-ansi/readme.md +0 -33
- package/mac-agent/node_modules/wrap-ansi/package.json +0 -68
- package/mac-agent/node_modules/wrap-ansi/readme.md +0 -73
- package/mac-agent/node_modules/wrappy/LICENSE +0 -15
- package/mac-agent/node_modules/wrappy/README.md +0 -36
- package/mac-agent/node_modules/wrappy/package.json +0 -29
- package/mac-agent/node_modules/wrappy/wrappy.js +0 -33
- package/mac-agent/node_modules/ws/LICENSE +0 -20
- package/mac-agent/node_modules/ws/README.md +0 -548
- package/mac-agent/node_modules/ws/browser.js +0 -8
- package/mac-agent/node_modules/ws/index.js +0 -13
- package/mac-agent/node_modules/ws/lib/buffer-util.js +0 -131
- package/mac-agent/node_modules/ws/lib/constants.js +0 -18
- package/mac-agent/node_modules/ws/lib/event-target.js +0 -292
- package/mac-agent/node_modules/ws/lib/extension.js +0 -203
- package/mac-agent/node_modules/ws/lib/limiter.js +0 -55
- package/mac-agent/node_modules/ws/lib/permessage-deflate.js +0 -528
- package/mac-agent/node_modules/ws/lib/receiver.js +0 -706
- package/mac-agent/node_modules/ws/lib/sender.js +0 -602
- package/mac-agent/node_modules/ws/lib/stream.js +0 -161
- package/mac-agent/node_modules/ws/lib/subprotocol.js +0 -62
- package/mac-agent/node_modules/ws/lib/validation.js +0 -152
- package/mac-agent/node_modules/ws/lib/websocket-server.js +0 -550
- package/mac-agent/node_modules/ws/lib/websocket.js +0 -1388
- package/mac-agent/node_modules/ws/package.json +0 -69
- package/mac-agent/node_modules/ws/wrapper.mjs +0 -8
- package/mac-agent/node_modules/y18n/CHANGELOG.md +0 -6
- package/mac-agent/node_modules/y18n/LICENSE +0 -13
- package/mac-agent/node_modules/y18n/README.md +0 -91
- package/mac-agent/node_modules/y18n/index.js +0 -172
- package/mac-agent/node_modules/y18n/package.json +0 -37
- package/mac-agent/node_modules/yallist/LICENSE +0 -15
- package/mac-agent/node_modules/yallist/README.md +0 -204
- package/mac-agent/node_modules/yallist/iterator.js +0 -8
- package/mac-agent/node_modules/yallist/package.json +0 -29
- package/mac-agent/node_modules/yallist/yallist.js +0 -426
- package/mac-agent/node_modules/yargs/CHANGELOG.md +0 -928
- package/mac-agent/node_modules/yargs/LICENSE +0 -22
- package/mac-agent/node_modules/yargs/README.md +0 -2017
- package/mac-agent/node_modules/yargs/completion.sh.hbs +0 -28
- package/mac-agent/node_modules/yargs/index.js +0 -31
- package/mac-agent/node_modules/yargs/lib/apply-extends.js +0 -41
- package/mac-agent/node_modules/yargs/lib/argsert.js +0 -72
- package/mac-agent/node_modules/yargs/lib/assign.js +0 -15
- package/mac-agent/node_modules/yargs/lib/command.js +0 -334
- package/mac-agent/node_modules/yargs/lib/completion.js +0 -104
- package/mac-agent/node_modules/yargs/lib/levenshtein.js +0 -47
- package/mac-agent/node_modules/yargs/lib/obj-filter.js +0 -10
- package/mac-agent/node_modules/yargs/lib/usage.js +0 -489
- package/mac-agent/node_modules/yargs/lib/validation.js +0 -363
- package/mac-agent/node_modules/yargs/lib/yerror.js +0 -10
- package/mac-agent/node_modules/yargs/locales/be.json +0 -39
- package/mac-agent/node_modules/yargs/locales/de.json +0 -39
- package/mac-agent/node_modules/yargs/locales/en.json +0 -40
- package/mac-agent/node_modules/yargs/locales/es.json +0 -39
- package/mac-agent/node_modules/yargs/locales/fr.json +0 -37
- package/mac-agent/node_modules/yargs/locales/hi.json +0 -39
- package/mac-agent/node_modules/yargs/locales/hu.json +0 -39
- package/mac-agent/node_modules/yargs/locales/id.json +0 -40
- package/mac-agent/node_modules/yargs/locales/it.json +0 -39
- package/mac-agent/node_modules/yargs/locales/ja.json +0 -39
- package/mac-agent/node_modules/yargs/locales/ko.json +0 -39
- package/mac-agent/node_modules/yargs/locales/nb.json +0 -37
- package/mac-agent/node_modules/yargs/locales/nl.json +0 -39
- package/mac-agent/node_modules/yargs/locales/pirate.json +0 -12
- package/mac-agent/node_modules/yargs/locales/pl.json +0 -39
- package/mac-agent/node_modules/yargs/locales/pt.json +0 -38
- package/mac-agent/node_modules/yargs/locales/pt_BR.json +0 -40
- package/mac-agent/node_modules/yargs/locales/ru.json +0 -39
- package/mac-agent/node_modules/yargs/locales/th.json +0 -39
- package/mac-agent/node_modules/yargs/locales/tr.json +0 -39
- package/mac-agent/node_modules/yargs/locales/zh_CN.json +0 -37
- package/mac-agent/node_modules/yargs/locales/zh_TW.json +0 -40
- package/mac-agent/node_modules/yargs/node_modules/ansi-regex/index.js +0 -4
- package/mac-agent/node_modules/yargs/node_modules/ansi-regex/license +0 -21
- package/mac-agent/node_modules/yargs/node_modules/ansi-regex/package.json +0 -64
- package/mac-agent/node_modules/yargs/node_modules/ansi-regex/readme.md +0 -39
- package/mac-agent/node_modules/yargs/node_modules/is-fullwidth-code-point/index.js +0 -46
- package/mac-agent/node_modules/yargs/node_modules/is-fullwidth-code-point/license +0 -21
- package/mac-agent/node_modules/yargs/node_modules/is-fullwidth-code-point/package.json +0 -45
- package/mac-agent/node_modules/yargs/node_modules/is-fullwidth-code-point/readme.md +0 -39
- package/mac-agent/node_modules/yargs/node_modules/string-width/index.js +0 -37
- package/mac-agent/node_modules/yargs/node_modules/string-width/license +0 -21
- package/mac-agent/node_modules/yargs/node_modules/string-width/package.json +0 -56
- package/mac-agent/node_modules/yargs/node_modules/string-width/readme.md +0 -42
- package/mac-agent/node_modules/yargs/node_modules/strip-ansi/index.js +0 -6
- package/mac-agent/node_modules/yargs/node_modules/strip-ansi/license +0 -21
- package/mac-agent/node_modules/yargs/node_modules/strip-ansi/package.json +0 -57
- package/mac-agent/node_modules/yargs/node_modules/strip-ansi/readme.md +0 -33
- package/mac-agent/node_modules/yargs/package.json +0 -80
- package/mac-agent/node_modules/yargs/yargs.js +0 -1126
- package/mac-agent/node_modules/yargs-parser/CHANGELOG.md +0 -176
- package/mac-agent/node_modules/yargs-parser/LICENSE.txt +0 -14
- package/mac-agent/node_modules/yargs-parser/README.md +0 -257
- package/mac-agent/node_modules/yargs-parser/index.js +0 -753
- package/mac-agent/node_modules/yargs-parser/lib/tokenize-arg-string.js +0 -34
- package/mac-agent/node_modules/yargs-parser/package.json +0 -44
- package/mac-agent/package-lock.json +0 -2272
- package/mac-agent/shell-mirror@1.5.7 +0 -0
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
'use strict'
|
|
2
|
-
var util = require('util')
|
|
3
|
-
var TrackerBase = require('./tracker-base.js')
|
|
4
|
-
var Tracker = require('./tracker.js')
|
|
5
|
-
var TrackerStream = require('./tracker-stream.js')
|
|
6
|
-
|
|
7
|
-
var TrackerGroup = module.exports = function (name) {
|
|
8
|
-
TrackerBase.call(this, name)
|
|
9
|
-
this.parentGroup = null
|
|
10
|
-
this.trackers = []
|
|
11
|
-
this.completion = {}
|
|
12
|
-
this.weight = {}
|
|
13
|
-
this.totalWeight = 0
|
|
14
|
-
this.finished = false
|
|
15
|
-
this.bubbleChange = bubbleChange(this)
|
|
16
|
-
}
|
|
17
|
-
util.inherits(TrackerGroup, TrackerBase)
|
|
18
|
-
|
|
19
|
-
function bubbleChange (trackerGroup) {
|
|
20
|
-
return function (name, completed, tracker) {
|
|
21
|
-
trackerGroup.completion[tracker.id] = completed
|
|
22
|
-
if (trackerGroup.finished) {
|
|
23
|
-
return
|
|
24
|
-
}
|
|
25
|
-
trackerGroup.emit('change', name || trackerGroup.name, trackerGroup.completed(), trackerGroup)
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
TrackerGroup.prototype.nameInTree = function () {
|
|
30
|
-
var names = []
|
|
31
|
-
var from = this
|
|
32
|
-
while (from) {
|
|
33
|
-
names.unshift(from.name)
|
|
34
|
-
from = from.parentGroup
|
|
35
|
-
}
|
|
36
|
-
return names.join('/')
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
TrackerGroup.prototype.addUnit = function (unit, weight) {
|
|
40
|
-
if (unit.addUnit) {
|
|
41
|
-
var toTest = this
|
|
42
|
-
while (toTest) {
|
|
43
|
-
if (unit === toTest) {
|
|
44
|
-
throw new Error(
|
|
45
|
-
'Attempted to add tracker group ' +
|
|
46
|
-
unit.name + ' to tree that already includes it ' +
|
|
47
|
-
this.nameInTree(this))
|
|
48
|
-
}
|
|
49
|
-
toTest = toTest.parentGroup
|
|
50
|
-
}
|
|
51
|
-
unit.parentGroup = this
|
|
52
|
-
}
|
|
53
|
-
this.weight[unit.id] = weight || 1
|
|
54
|
-
this.totalWeight += this.weight[unit.id]
|
|
55
|
-
this.trackers.push(unit)
|
|
56
|
-
this.completion[unit.id] = unit.completed()
|
|
57
|
-
unit.on('change', this.bubbleChange)
|
|
58
|
-
if (!this.finished) {
|
|
59
|
-
this.emit('change', unit.name, this.completion[unit.id], unit)
|
|
60
|
-
}
|
|
61
|
-
return unit
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
TrackerGroup.prototype.completed = function () {
|
|
65
|
-
if (this.trackers.length === 0) {
|
|
66
|
-
return 0
|
|
67
|
-
}
|
|
68
|
-
var valPerWeight = 1 / this.totalWeight
|
|
69
|
-
var completed = 0
|
|
70
|
-
for (var ii = 0; ii < this.trackers.length; ii++) {
|
|
71
|
-
var trackerId = this.trackers[ii].id
|
|
72
|
-
completed +=
|
|
73
|
-
valPerWeight * this.weight[trackerId] * this.completion[trackerId]
|
|
74
|
-
}
|
|
75
|
-
return completed
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
TrackerGroup.prototype.newGroup = function (name, weight) {
|
|
79
|
-
return this.addUnit(new TrackerGroup(name), weight)
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
TrackerGroup.prototype.newItem = function (name, todo, weight) {
|
|
83
|
-
return this.addUnit(new Tracker(name, todo), weight)
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
TrackerGroup.prototype.newStream = function (name, todo, weight) {
|
|
87
|
-
return this.addUnit(new TrackerStream(name, todo), weight)
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
TrackerGroup.prototype.finish = function () {
|
|
91
|
-
this.finished = true
|
|
92
|
-
if (!this.trackers.length) {
|
|
93
|
-
this.addUnit(new Tracker(), 1, true)
|
|
94
|
-
}
|
|
95
|
-
for (var ii = 0; ii < this.trackers.length; ii++) {
|
|
96
|
-
var tracker = this.trackers[ii]
|
|
97
|
-
tracker.finish()
|
|
98
|
-
tracker.removeListener('change', this.bubbleChange)
|
|
99
|
-
}
|
|
100
|
-
this.emit('change', this.name, 1, this)
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
var buffer = ' '
|
|
104
|
-
TrackerGroup.prototype.debug = function (depth) {
|
|
105
|
-
depth = depth || 0
|
|
106
|
-
var indent = depth ? buffer.substr(0, depth) : ''
|
|
107
|
-
var output = indent + (this.name || 'top') + ': ' + this.completed() + '\n'
|
|
108
|
-
this.trackers.forEach(function (tracker) {
|
|
109
|
-
if (tracker instanceof TrackerGroup) {
|
|
110
|
-
output += tracker.debug(depth + 1)
|
|
111
|
-
} else {
|
|
112
|
-
output += indent + ' ' + tracker.name + ': ' + tracker.completed() + '\n'
|
|
113
|
-
}
|
|
114
|
-
})
|
|
115
|
-
return output
|
|
116
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
'use strict'
|
|
2
|
-
var util = require('util')
|
|
3
|
-
var stream = require('readable-stream')
|
|
4
|
-
var delegate = require('delegates')
|
|
5
|
-
var Tracker = require('./tracker.js')
|
|
6
|
-
|
|
7
|
-
var TrackerStream = module.exports = function (name, size, options) {
|
|
8
|
-
stream.Transform.call(this, options)
|
|
9
|
-
this.tracker = new Tracker(name, size)
|
|
10
|
-
this.name = name
|
|
11
|
-
this.id = this.tracker.id
|
|
12
|
-
this.tracker.on('change', delegateChange(this))
|
|
13
|
-
}
|
|
14
|
-
util.inherits(TrackerStream, stream.Transform)
|
|
15
|
-
|
|
16
|
-
function delegateChange (trackerStream) {
|
|
17
|
-
return function (name, completion, tracker) {
|
|
18
|
-
trackerStream.emit('change', name, completion, trackerStream)
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
TrackerStream.prototype._transform = function (data, encoding, cb) {
|
|
23
|
-
this.tracker.completeWork(data.length ? data.length : 1)
|
|
24
|
-
this.push(data)
|
|
25
|
-
cb()
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
TrackerStream.prototype._flush = function (cb) {
|
|
29
|
-
this.tracker.finish()
|
|
30
|
-
cb()
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
delegate(TrackerStream.prototype, 'tracker')
|
|
34
|
-
.method('completed')
|
|
35
|
-
.method('addWork')
|
|
36
|
-
.method('finish')
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
'use strict'
|
|
2
|
-
var util = require('util')
|
|
3
|
-
var TrackerBase = require('./tracker-base.js')
|
|
4
|
-
|
|
5
|
-
var Tracker = module.exports = function (name, todo) {
|
|
6
|
-
TrackerBase.call(this, name)
|
|
7
|
-
this.workDone = 0
|
|
8
|
-
this.workTodo = todo || 0
|
|
9
|
-
}
|
|
10
|
-
util.inherits(Tracker, TrackerBase)
|
|
11
|
-
|
|
12
|
-
Tracker.prototype.completed = function () {
|
|
13
|
-
return this.workTodo === 0 ? 0 : this.workDone / this.workTodo
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
Tracker.prototype.addWork = function (work) {
|
|
17
|
-
this.workTodo += work
|
|
18
|
-
this.emit('change', this.name, this.completed(), this)
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
Tracker.prototype.completeWork = function (work) {
|
|
22
|
-
this.workDone += work
|
|
23
|
-
if (this.workDone > this.workTodo) {
|
|
24
|
-
this.workDone = this.workTodo
|
|
25
|
-
}
|
|
26
|
-
this.emit('change', this.name, this.completed(), this)
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
Tracker.prototype.finish = function () {
|
|
30
|
-
this.workTodo = this.workDone = 1
|
|
31
|
-
this.emit('change', this.name, 1, this)
|
|
32
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "are-we-there-yet",
|
|
3
|
-
"version": "2.0.0",
|
|
4
|
-
"description": "Keep track of the overall completion of many disparate processes",
|
|
5
|
-
"main": "lib/index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"test": "tap",
|
|
8
|
-
"npmclilint": "npmcli-lint",
|
|
9
|
-
"lint": "eslint '**/*.js'",
|
|
10
|
-
"lintfix": "npm run lint -- --fix",
|
|
11
|
-
"posttest": "npm run lint",
|
|
12
|
-
"postsnap": "npm run lintfix --",
|
|
13
|
-
"preversion": "npm test",
|
|
14
|
-
"postversion": "npm publish",
|
|
15
|
-
"prepublishOnly": "git push origin --follow-tags",
|
|
16
|
-
"snap": "tap"
|
|
17
|
-
},
|
|
18
|
-
"repository": {
|
|
19
|
-
"type": "git",
|
|
20
|
-
"url": "https://github.com/npm/are-we-there-yet.git"
|
|
21
|
-
},
|
|
22
|
-
"author": "GitHub Inc.",
|
|
23
|
-
"license": "ISC",
|
|
24
|
-
"bugs": {
|
|
25
|
-
"url": "https://github.com/npm/are-we-there-yet/issues"
|
|
26
|
-
},
|
|
27
|
-
"homepage": "https://github.com/npm/are-we-there-yet",
|
|
28
|
-
"devDependencies": {
|
|
29
|
-
"@npmcli/eslint-config": "^1.0.0",
|
|
30
|
-
"@npmcli/template-oss": "^1.0.2",
|
|
31
|
-
"eslint": "^7.32.0",
|
|
32
|
-
"eslint-plugin-node": "^11.1.0",
|
|
33
|
-
"tap": "^15.0.9"
|
|
34
|
-
},
|
|
35
|
-
"dependencies": {
|
|
36
|
-
"delegates": "^1.0.0",
|
|
37
|
-
"readable-stream": "^3.6.0"
|
|
38
|
-
},
|
|
39
|
-
"files": [
|
|
40
|
-
"bin",
|
|
41
|
-
"lib"
|
|
42
|
-
],
|
|
43
|
-
"engines": {
|
|
44
|
-
"node": ">=10"
|
|
45
|
-
},
|
|
46
|
-
"tap": {
|
|
47
|
-
"branches": 68,
|
|
48
|
-
"statements": 92,
|
|
49
|
-
"functions": 86,
|
|
50
|
-
"lines": 92
|
|
51
|
-
},
|
|
52
|
-
"templateVersion": "1.0.2"
|
|
53
|
-
}
|
|
@@ -1,351 +0,0 @@
|
|
|
1
|
-
# v3.2.5
|
|
2
|
-
- Ensure `Error` objects such as `AggregateError` are propagated without modification (#1920)
|
|
3
|
-
|
|
4
|
-
# v3.2.4
|
|
5
|
-
- Fix a bug in `priorityQueue` where it didn't wait for the result. (#1725)
|
|
6
|
-
- Fix a bug where `unshiftAsync` was included in `priorityQueue`. (#1790)
|
|
7
|
-
|
|
8
|
-
# v3.2.3
|
|
9
|
-
- Fix bugs in comment parsing in `autoInject`. (#1767, #1780)
|
|
10
|
-
|
|
11
|
-
# v3.2.2
|
|
12
|
-
- Fix potential prototype pollution exploit
|
|
13
|
-
|
|
14
|
-
# v3.2.1
|
|
15
|
-
- Use `queueMicrotask` if available to the environment (#1761)
|
|
16
|
-
- Minor perf improvement in `priorityQueue` (#1727)
|
|
17
|
-
- More examples in documentation (#1726)
|
|
18
|
-
- Various doc fixes (#1708, #1712, #1717, #1740, #1739, #1749, #1756)
|
|
19
|
-
- Improved test coverage (#1754)
|
|
20
|
-
|
|
21
|
-
# v3.2.0
|
|
22
|
-
- Fix a bug in Safari related to overwriting `func.name`
|
|
23
|
-
- Remove built-in browserify configuration (#1653)
|
|
24
|
-
- Varios doc fixes (#1688, #1703, #1704)
|
|
25
|
-
|
|
26
|
-
# v3.1.1
|
|
27
|
-
- Allow redefining `name` property on wrapped functions.
|
|
28
|
-
|
|
29
|
-
# v3.1.0
|
|
30
|
-
|
|
31
|
-
- Added `q.pushAsync` and `q.unshiftAsync`, analagous to `q.push` and `q.unshift`, except they always do not accept a callback, and reject if processing the task errors. (#1659)
|
|
32
|
-
- Promises returned from `q.push` and `q.unshift` when a callback is not passed now resolve even if an error ocurred. (#1659)
|
|
33
|
-
- Fixed a parsing bug in `autoInject` with complicated function bodies (#1663)
|
|
34
|
-
- Added ES6+ configuration for Browserify bundlers (#1653)
|
|
35
|
-
- Various doc fixes (#1664, #1658, #1665, #1652)
|
|
36
|
-
|
|
37
|
-
# v3.0.1
|
|
38
|
-
|
|
39
|
-
## Bug fixes
|
|
40
|
-
- Fixed a regression where arrays passed to `queue` and `cargo` would be completely flattened. (#1645)
|
|
41
|
-
- Clarified Async's browser support (#1643)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
# v3.0.0
|
|
45
|
-
|
|
46
|
-
The `async`/`await` release!
|
|
47
|
-
|
|
48
|
-
There are a lot of new features and subtle breaking changes in this major version, but the biggest feature is that most Async methods return a Promise if you omit the callback, meaning you can `await` them from within an `async` function.
|
|
49
|
-
|
|
50
|
-
```js
|
|
51
|
-
const results = await async.mapLimit(urls, 5, async url => {
|
|
52
|
-
const resp = await fetch(url)
|
|
53
|
-
return resp.body
|
|
54
|
-
})
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
## Breaking Changes
|
|
58
|
-
- Most Async methods return a Promise when the final callback is omitted, making them `await`-able! (#1572)
|
|
59
|
-
- We are now making heavy use of ES2015 features, this means we have dropped out-of-the-box support for Node 4 and earlier, and many old versions of browsers. (#1541, #1553)
|
|
60
|
-
- In `queue`, `priorityQueue`, `cargo` and `cargoQueue`, the "event"-style methods, like `q.drain` and `q.saturated` are now methods that register a callback, rather than properties you assign a callback to. They are now of the form `q.drain(callback)`. If you do not pass a callback a Promise will be returned for the next occurrence of the event, making them `await`-able, e.g. `await q.drain()`. (#1586, #1641)
|
|
61
|
-
- Calling `callback(false)` will cancel an async method, preventing further iteration and callback calls. This is useful for preventing memory leaks when you break out of an async flow by calling an outer callback. (#1064, #1542)
|
|
62
|
-
- `during` and `doDuring` have been removed, and instead `whilst`, `doWhilst`, `until` and `doUntil` now have asynchronous `test` functions. (#850, #1557)
|
|
63
|
-
- `limits` of less than 1 now cause an error to be thrown in queues and collection methods. (#1249, #1552)
|
|
64
|
-
- `memoize` no longer memoizes errors (#1465, #1466)
|
|
65
|
-
- `applyEach`/`applyEachSeries` have a simpler interface, to make them more easily type-able. It always returns a function that takes in a single callback argument. If that callback is omitted, a promise is returned, making it awaitable. (#1228, #1640)
|
|
66
|
-
|
|
67
|
-
## New Features
|
|
68
|
-
- Async generators are now supported in all the Collection methods. (#1560)
|
|
69
|
-
- Added `cargoQueue`, a queue with both `concurrency` and `payload` size parameters. (#1567)
|
|
70
|
-
- Queue objects returned from `queue` now have a `Symbol.iterator` method, meaning they can be iterated over to inspect the current list of items in the queue. (#1459, #1556)
|
|
71
|
-
- A ESM-flavored `async.mjs` is included in the `async` package. This is described in the `package.json` `"module"` field, meaning it should be automatically used by Webpack and other compatible bundlers.
|
|
72
|
-
|
|
73
|
-
## Bug fixes
|
|
74
|
-
- Better handle arbitrary error objects in `asyncify` (#1568, #1569)
|
|
75
|
-
|
|
76
|
-
## Other
|
|
77
|
-
- Removed Lodash as a dependency (#1283, #1528)
|
|
78
|
-
- Miscellaneous docs fixes (#1393, #1501, #1540, #1543, #1558, #1563, #1564, #1579, #1581)
|
|
79
|
-
- Miscellaneous test fixes (#1538)
|
|
80
|
-
|
|
81
|
-
-------
|
|
82
|
-
|
|
83
|
-
# v2.6.1
|
|
84
|
-
- Updated lodash to prevent `npm audit` warnings. (#1532, #1533)
|
|
85
|
-
- Made `async-es` more optimized for webpack users (#1517)
|
|
86
|
-
- Fixed a stack overflow with large collections and a synchronous iterator (#1514)
|
|
87
|
-
- Various small fixes/chores (#1505, #1511, #1527, #1530)
|
|
88
|
-
|
|
89
|
-
# v2.6.0
|
|
90
|
-
- Added missing aliases for many methods. Previously, you could not (e.g.) `require('async/find')` or use `async.anyLimit`. (#1483)
|
|
91
|
-
- Improved `queue` performance. (#1448, #1454)
|
|
92
|
-
- Add missing sourcemap (#1452, #1453)
|
|
93
|
-
- Various doc updates (#1448, #1471, #1483)
|
|
94
|
-
|
|
95
|
-
# v2.5.0
|
|
96
|
-
- Added `concatLimit`, the `Limit` equivalent of [`concat`](https://caolan.github.io/async/docs.html#concat) ([#1426](https://github.com/caolan/async/issues/1426), [#1430](https://github.com/caolan/async/pull/1430))
|
|
97
|
-
- `concat` improvements: it now preserves order, handles falsy values and the `iteratee` callback takes a variable number of arguments ([#1437](https://github.com/caolan/async/issues/1437), [#1436](https://github.com/caolan/async/pull/1436))
|
|
98
|
-
- Fixed an issue in `queue` where there was a size discrepancy between `workersList().length` and `running()` ([#1428](https://github.com/caolan/async/issues/1428), [#1429](https://github.com/caolan/async/pull/1429))
|
|
99
|
-
- Various doc fixes ([#1422](https://github.com/caolan/async/issues/1422), [#1424](https://github.com/caolan/async/pull/1424))
|
|
100
|
-
|
|
101
|
-
# v2.4.1
|
|
102
|
-
- Fixed a bug preventing functions wrapped with `timeout()` from being re-used. ([#1418](https://github.com/caolan/async/issues/1418), [#1419](https://github.com/caolan/async/issues/1419))
|
|
103
|
-
|
|
104
|
-
# v2.4.0
|
|
105
|
-
- Added `tryEach`, for running async functions in parallel, where you only expect one to succeed. ([#1365](https://github.com/caolan/async/issues/1365), [#687](https://github.com/caolan/async/issues/687))
|
|
106
|
-
- Improved performance, most notably in `parallel` and `waterfall` ([#1395](https://github.com/caolan/async/issues/1395))
|
|
107
|
-
- Added `queue.remove()`, for removing items in a `queue` ([#1397](https://github.com/caolan/async/issues/1397), [#1391](https://github.com/caolan/async/issues/1391))
|
|
108
|
-
- Fixed using `eval`, preventing Async from running in pages with Content Security Policy ([#1404](https://github.com/caolan/async/issues/1404), [#1403](https://github.com/caolan/async/issues/1403))
|
|
109
|
-
- Fixed errors thrown in an `asyncify`ed function's callback being caught by the underlying Promise ([#1408](https://github.com/caolan/async/issues/1408))
|
|
110
|
-
- Fixed timing of `queue.empty()` ([#1367](https://github.com/caolan/async/issues/1367))
|
|
111
|
-
- Various doc fixes ([#1314](https://github.com/caolan/async/issues/1314), [#1394](https://github.com/caolan/async/issues/1394), [#1412](https://github.com/caolan/async/issues/1412))
|
|
112
|
-
|
|
113
|
-
# v2.3.0
|
|
114
|
-
- Added support for ES2017 `async` functions. Wherever you can pass a Node-style/CPS function that uses a callback, you can also pass an `async` function. Previously, you had to wrap `async` functions with `asyncify`. The caveat is that it will only work if `async` functions are supported natively in your environment, transpiled implementations can't be detected. ([#1386](https://github.com/caolan/async/issues/1386), [#1390](https://github.com/caolan/async/issues/1390))
|
|
115
|
-
- Small doc fix ([#1392](https://github.com/caolan/async/issues/1392))
|
|
116
|
-
|
|
117
|
-
# v2.2.0
|
|
118
|
-
- Added `groupBy`, and the `Series`/`Limit` equivalents, analogous to [`_.groupBy`](http://lodash.com/docs#groupBy) ([#1364](https://github.com/caolan/async/issues/1364))
|
|
119
|
-
- Fixed `transform` bug when `callback` was not passed ([#1381](https://github.com/caolan/async/issues/1381))
|
|
120
|
-
- Added note about `reflect` to `parallel` docs ([#1385](https://github.com/caolan/async/issues/1385))
|
|
121
|
-
|
|
122
|
-
# v2.1.5
|
|
123
|
-
- Fix `auto` bug when function names collided with Array.prototype ([#1358](https://github.com/caolan/async/issues/1358))
|
|
124
|
-
- Improve some error messages ([#1349](https://github.com/caolan/async/issues/1349))
|
|
125
|
-
- Avoid stack overflow case in queue
|
|
126
|
-
- Fixed an issue in `some`, `every` and `find` where processing would continue after the result was determined.
|
|
127
|
-
- Cleanup implementations of `some`, `every` and `find`
|
|
128
|
-
|
|
129
|
-
# v2.1.3
|
|
130
|
-
- Make bundle size smaller
|
|
131
|
-
- Create optimized hotpath for `filter` in array case.
|
|
132
|
-
|
|
133
|
-
# v2.1.2
|
|
134
|
-
- Fixed a stackoverflow bug with `detect`, `some`, `every` on large inputs ([#1293](https://github.com/caolan/async/issues/1293)).
|
|
135
|
-
|
|
136
|
-
# v2.1.0
|
|
137
|
-
|
|
138
|
-
- `retry` and `retryable` now support an optional `errorFilter` function that determines if the `task` should retry on the error ([#1256](https://github.com/caolan/async/issues/1256), [#1261](https://github.com/caolan/async/issues/1261))
|
|
139
|
-
- Optimized array iteration in `race`, `cargo`, `queue`, and `priorityQueue` ([#1253](https://github.com/caolan/async/issues/1253))
|
|
140
|
-
- Added alias documentation to doc site ([#1251](https://github.com/caolan/async/issues/1251), [#1254](https://github.com/caolan/async/issues/1254))
|
|
141
|
-
- Added [BootStrap scrollspy](http://getbootstrap.com/javascript/#scrollspy) to docs to highlight in the sidebar the current method being viewed ([#1289](https://github.com/caolan/async/issues/1289), [#1300](https://github.com/caolan/async/issues/1300))
|
|
142
|
-
- Various minor doc fixes ([#1263](https://github.com/caolan/async/issues/1263), [#1264](https://github.com/caolan/async/issues/1264), [#1271](https://github.com/caolan/async/issues/1271), [#1278](https://github.com/caolan/async/issues/1278), [#1280](https://github.com/caolan/async/issues/1280), [#1282](https://github.com/caolan/async/issues/1282), [#1302](https://github.com/caolan/async/issues/1302))
|
|
143
|
-
|
|
144
|
-
# v2.0.1
|
|
145
|
-
|
|
146
|
-
- Significantly optimized all iteration based collection methods such as `each`, `map`, `filter`, etc ([#1245](https://github.com/caolan/async/issues/1245), [#1246](https://github.com/caolan/async/issues/1246), [#1247](https://github.com/caolan/async/issues/1247)).
|
|
147
|
-
|
|
148
|
-
# v2.0.0
|
|
149
|
-
|
|
150
|
-
Lots of changes here!
|
|
151
|
-
|
|
152
|
-
First and foremost, we have a slick new [site for docs](https://caolan.github.io/async/). Special thanks to [**@hargasinski**](https://github.com/hargasinski) for his work converting our old docs to `jsdoc` format and implementing the new website. Also huge ups to [**@ivanseidel**](https://github.com/ivanseidel) for designing our new logo. It was a long process for both of these tasks, but I think these changes turned out extraordinary well.
|
|
153
|
-
|
|
154
|
-
The biggest feature is modularization. You can now `require("async/series")` to only require the `series` function. Every Async library function is available this way. You still can `require("async")` to require the entire library, like you could do before.
|
|
155
|
-
|
|
156
|
-
We also provide Async as a collection of ES2015 modules. You can now `import {each} from 'async-es'` or `import waterfall from 'async-es/waterfall'`. If you are using only a few Async functions, and are using a ES bundler such as Rollup, this can significantly lower your build size.
|
|
157
|
-
|
|
158
|
-
Major thanks to [**@Kikobeats**](github.com/Kikobeats), [**@aearly**](github.com/aearly) and [**@megawac**](github.com/megawac) for doing the majority of the modularization work, as well as [**@jdalton**](github.com/jdalton) and [**@Rich-Harris**](github.com/Rich-Harris) for advisory work on the general modularization strategy.
|
|
159
|
-
|
|
160
|
-
Another one of the general themes of the 2.0 release is standardization of what an "async" function is. We are now more strictly following the node-style continuation passing style. That is, an async function is a function that:
|
|
161
|
-
|
|
162
|
-
1. Takes a variable number of arguments
|
|
163
|
-
2. The last argument is always a callback
|
|
164
|
-
3. The callback can accept any number of arguments
|
|
165
|
-
4. The first argument passed to the callback will be treated as an error result, if the argument is truthy
|
|
166
|
-
5. Any number of result arguments can be passed after the "error" argument
|
|
167
|
-
6. The callback is called once and exactly once, either on the same tick or later tick of the JavaScript event loop.
|
|
168
|
-
|
|
169
|
-
There were several cases where Async accepted some functions that did not strictly have these properties, most notably `auto`, `every`, `some`, `filter`, `reject` and `detect`.
|
|
170
|
-
|
|
171
|
-
Another theme is performance. We have eliminated internal deferrals in all cases where they make sense. For example, in `waterfall` and `auto`, there was a `setImmediate` between each task -- these deferrals have been removed. A `setImmediate` call can add up to 1ms of delay. This might not seem like a lot, but it can add up if you are using many Async functions in the course of processing a HTTP request, for example. Nearly all asynchronous functions that do I/O already have some sort of deferral built in, so the extra deferral is unnecessary. The trade-off of this change is removing our built-in stack-overflow defense. Many synchronous callback calls in series can quickly overflow the JS call stack. If you do have a function that is sometimes synchronous (calling its callback on the same tick), and are running into stack overflows, wrap it with `async.ensureAsync()`.
|
|
172
|
-
|
|
173
|
-
Another big performance win has been re-implementing `queue`, `cargo`, and `priorityQueue` with [doubly linked lists](https://en.wikipedia.org/wiki/Doubly_linked_list) instead of arrays. This has lead to queues being an order of [magnitude faster on large sets of tasks](https://github.com/caolan/async/pull/1205).
|
|
174
|
-
|
|
175
|
-
## New Features
|
|
176
|
-
|
|
177
|
-
- Async is now modularized. Individual functions can be `require()`d from the main package. (`require('async/auto')`) ([#984](https://github.com/caolan/async/issues/984), [#996](https://github.com/caolan/async/issues/996))
|
|
178
|
-
- Async is also available as a collection of ES2015 modules in the new `async-es` package. (`import {forEachSeries} from 'async-es'`) ([#984](https://github.com/caolan/async/issues/984), [#996](https://github.com/caolan/async/issues/996))
|
|
179
|
-
- Added `race`, analogous to `Promise.race()`. It will run an array of async tasks in parallel and will call its callback with the result of the first task to respond. ([#568](https://github.com/caolan/async/issues/568), [#1038](https://github.com/caolan/async/issues/1038))
|
|
180
|
-
- Collection methods now accept ES2015 iterators. Maps, Sets, and anything that implements the iterator spec can now be passed directly to `each`, `map`, `parallel`, etc.. ([#579](https://github.com/caolan/async/issues/579), [#839](https://github.com/caolan/async/issues/839), [#1074](https://github.com/caolan/async/issues/1074))
|
|
181
|
-
- Added `mapValues`, for mapping over the properties of an object and returning an object with the same keys. ([#1157](https://github.com/caolan/async/issues/1157), [#1177](https://github.com/caolan/async/issues/1177))
|
|
182
|
-
- Added `timeout`, a wrapper for an async function that will make the task time-out after the specified time. ([#1007](https://github.com/caolan/async/issues/1007), [#1027](https://github.com/caolan/async/issues/1027))
|
|
183
|
-
- Added `reflect` and `reflectAll`, analagous to [`Promise.reflect()`](http://bluebirdjs.com/docs/api/reflect.html), a wrapper for async tasks that always succeeds, by gathering results and errors into an object. ([#942](https://github.com/caolan/async/issues/942), [#1012](https://github.com/caolan/async/issues/1012), [#1095](https://github.com/caolan/async/issues/1095))
|
|
184
|
-
- `constant` supports dynamic arguments -- it will now always use its last argument as the callback. ([#1016](https://github.com/caolan/async/issues/1016), [#1052](https://github.com/caolan/async/issues/1052))
|
|
185
|
-
- `setImmediate` and `nextTick` now support arguments to partially apply to the deferred function, like the node-native versions do. ([#940](https://github.com/caolan/async/issues/940), [#1053](https://github.com/caolan/async/issues/1053))
|
|
186
|
-
- `auto` now supports resolving cyclic dependencies using [Kahn's algorithm](https://en.wikipedia.org/wiki/Topological_sorting#Kahn.27s_algorithm) ([#1140](https://github.com/caolan/async/issues/1140)).
|
|
187
|
-
- Added `autoInject`, a relative of `auto` that automatically spreads a task's dependencies as arguments to the task function. ([#608](https://github.com/caolan/async/issues/608), [#1055](https://github.com/caolan/async/issues/1055), [#1099](https://github.com/caolan/async/issues/1099), [#1100](https://github.com/caolan/async/issues/1100))
|
|
188
|
-
- You can now limit the concurrency of `auto` tasks. ([#635](https://github.com/caolan/async/issues/635), [#637](https://github.com/caolan/async/issues/637))
|
|
189
|
-
- Added `retryable`, a relative of `retry` that wraps an async function, making it retry when called. ([#1058](https://github.com/caolan/async/issues/1058))
|
|
190
|
-
- `retry` now supports specifying a function that determines the next time interval, useful for exponential backoff, logging and other retry strategies. ([#1161](https://github.com/caolan/async/issues/1161))
|
|
191
|
-
- `retry` will now pass all of the arguments the task function was resolved with to the callback ([#1231](https://github.com/caolan/async/issues/1231)).
|
|
192
|
-
- Added `q.unsaturated` -- callback called when a `queue`'s number of running workers falls below a threshold. ([#868](https://github.com/caolan/async/issues/868), [#1030](https://github.com/caolan/async/issues/1030), [#1033](https://github.com/caolan/async/issues/1033), [#1034](https://github.com/caolan/async/issues/1034))
|
|
193
|
-
- Added `q.error` -- a callback called whenever a `queue` task calls its callback with an error. ([#1170](https://github.com/caolan/async/issues/1170))
|
|
194
|
-
- `applyEach` and `applyEachSeries` now pass results to the final callback. ([#1088](https://github.com/caolan/async/issues/1088))
|
|
195
|
-
|
|
196
|
-
## Breaking changes
|
|
197
|
-
|
|
198
|
-
- Calling a callback more than once is considered an error, and an error will be thrown. This had an explicit breaking change in `waterfall`. If you were relying on this behavior, you should more accurately represent your control flow as an event emitter or stream. ([#814](https://github.com/caolan/async/issues/814), [#815](https://github.com/caolan/async/issues/815), [#1048](https://github.com/caolan/async/issues/1048), [#1050](https://github.com/caolan/async/issues/1050))
|
|
199
|
-
- `auto` task functions now always take the callback as the last argument. If a task has dependencies, the `results` object will be passed as the first argument. To migrate old task functions, wrap them with [`_.flip`](https://lodash.com/docs#flip) ([#1036](https://github.com/caolan/async/issues/1036), [#1042](https://github.com/caolan/async/issues/1042))
|
|
200
|
-
- Internal `setImmediate` calls have been refactored away. This may make existing flows vulnerable to stack overflows if you use many synchronous functions in series. Use `ensureAsync` to work around this. ([#696](https://github.com/caolan/async/issues/696), [#704](https://github.com/caolan/async/issues/704), [#1049](https://github.com/caolan/async/issues/1049), [#1050](https://github.com/caolan/async/issues/1050))
|
|
201
|
-
- `map` used to return an object when iterating over an object. `map` now always returns an array, like in other libraries. The previous object behavior has been split out into `mapValues`. ([#1157](https://github.com/caolan/async/issues/1157), [#1177](https://github.com/caolan/async/issues/1177))
|
|
202
|
-
- `filter`, `reject`, `some`, `every`, `detect` and their families like `{METHOD}Series` and `{METHOD}Limit` now expect an error as the first callback argument, rather than just a simple boolean. Pass `null` as the first argument, or use `fs.access` instead of `fs.exists`. ([#118](https://github.com/caolan/async/issues/118), [#774](https://github.com/caolan/async/issues/774), [#1028](https://github.com/caolan/async/issues/1028), [#1041](https://github.com/caolan/async/issues/1041))
|
|
203
|
-
- `{METHOD}` and `{METHOD}Series` are now implemented in terms of `{METHOD}Limit`. This is a major internal simplification, and is not expected to cause many problems, but it does subtly affect how functions execute internally. ([#778](https://github.com/caolan/async/issues/778), [#847](https://github.com/caolan/async/issues/847))
|
|
204
|
-
- `retry`'s callback is now optional. Previously, omitting the callback would partially apply the function, meaning it could be passed directly as a task to `series` or `auto`. The partially applied "control-flow" behavior has been separated out into `retryable`. ([#1054](https://github.com/caolan/async/issues/1054), [#1058](https://github.com/caolan/async/issues/1058))
|
|
205
|
-
- The test function for `whilst`, `until`, and `during` used to be passed non-error args from the iteratee function's callback, but this led to weirdness where the first call of the test function would be passed no args. We have made it so the test function is never passed extra arguments, and only the `doWhilst`, `doUntil`, and `doDuring` functions pass iteratee callback arguments to the test function ([#1217](https://github.com/caolan/async/issues/1217), [#1224](https://github.com/caolan/async/issues/1224))
|
|
206
|
-
- The `q.tasks` array has been renamed `q._tasks` and is now implemented as a doubly linked list (DLL). Any code that used to interact with this array will need to be updated to either use the provided helpers or support DLLs ([#1205](https://github.com/caolan/async/issues/1205)).
|
|
207
|
-
- The timing of the `q.saturated()` callback in a `queue` has been modified to better reflect when tasks pushed to the queue will start queueing. ([#724](https://github.com/caolan/async/issues/724), [#1078](https://github.com/caolan/async/issues/1078))
|
|
208
|
-
- Removed `iterator` method in favour of [ES2015 iterator protocol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators ) which natively supports arrays ([#1237](https://github.com/caolan/async/issues/1237))
|
|
209
|
-
- Dropped support for Component, Jam, SPM, and Volo ([#1175](https://github.com/caolan/async/issues/1175), #[#176](https://github.com/caolan/async/issues/176))
|
|
210
|
-
|
|
211
|
-
## Bug Fixes
|
|
212
|
-
|
|
213
|
-
- Improved handling of no dependency cases in `auto` & `autoInject` ([#1147](https://github.com/caolan/async/issues/1147)).
|
|
214
|
-
- Fixed a bug where the callback generated by `asyncify` with `Promises` could resolve twice ([#1197](https://github.com/caolan/async/issues/1197)).
|
|
215
|
-
- Fixed several documented optional callbacks not actually being optional ([#1223](https://github.com/caolan/async/issues/1223)).
|
|
216
|
-
|
|
217
|
-
## Other
|
|
218
|
-
|
|
219
|
-
- Added `someSeries` and `everySeries` for symmetry, as well as a complete set of `any`/`anyLimit`/`anySeries` and `all`/`/allLmit`/`allSeries` aliases.
|
|
220
|
-
- Added `find` as an alias for `detect. (as well as `findLimit` and `findSeries`).
|
|
221
|
-
- Various doc fixes ([#1005](https://github.com/caolan/async/issues/1005), [#1008](https://github.com/caolan/async/issues/1008), [#1010](https://github.com/caolan/async/issues/1010), [#1015](https://github.com/caolan/async/issues/1015), [#1021](https://github.com/caolan/async/issues/1021), [#1037](https://github.com/caolan/async/issues/1037), [#1039](https://github.com/caolan/async/issues/1039), [#1051](https://github.com/caolan/async/issues/1051), [#1102](https://github.com/caolan/async/issues/1102), [#1107](https://github.com/caolan/async/issues/1107), [#1121](https://github.com/caolan/async/issues/1121), [#1123](https://github.com/caolan/async/issues/1123), [#1129](https://github.com/caolan/async/issues/1129), [#1135](https://github.com/caolan/async/issues/1135), [#1138](https://github.com/caolan/async/issues/1138), [#1141](https://github.com/caolan/async/issues/1141), [#1153](https://github.com/caolan/async/issues/1153), [#1216](https://github.com/caolan/async/issues/1216), [#1217](https://github.com/caolan/async/issues/1217), [#1232](https://github.com/caolan/async/issues/1232), [#1233](https://github.com/caolan/async/issues/1233), [#1236](https://github.com/caolan/async/issues/1236), [#1238](https://github.com/caolan/async/issues/1238))
|
|
222
|
-
|
|
223
|
-
Thank you [**@aearly**](github.com/aearly) and [**@megawac**](github.com/megawac) for taking the lead on version 2 of async.
|
|
224
|
-
|
|
225
|
-
------------------------------------------
|
|
226
|
-
|
|
227
|
-
# v1.5.2
|
|
228
|
-
- Allow using `"constructor"` as an argument in `memoize` ([#998](https://github.com/caolan/async/issues/998))
|
|
229
|
-
- Give a better error messsage when `auto` dependency checking fails ([#994](https://github.com/caolan/async/issues/994))
|
|
230
|
-
- Various doc updates ([#936](https://github.com/caolan/async/issues/936), [#956](https://github.com/caolan/async/issues/956), [#979](https://github.com/caolan/async/issues/979), [#1002](https://github.com/caolan/async/issues/1002))
|
|
231
|
-
|
|
232
|
-
# v1.5.1
|
|
233
|
-
- Fix issue with `pause` in `queue` with concurrency enabled ([#946](https://github.com/caolan/async/issues/946))
|
|
234
|
-
- `while` and `until` now pass the final result to callback ([#963](https://github.com/caolan/async/issues/963))
|
|
235
|
-
- `auto` will properly handle concurrency when there is no callback ([#966](https://github.com/caolan/async/issues/966))
|
|
236
|
-
- `auto` will no. properly stop execution when an error occurs ([#988](https://github.com/caolan/async/issues/988), [#993](https://github.com/caolan/async/issues/993))
|
|
237
|
-
- Various doc fixes ([#971](https://github.com/caolan/async/issues/971), [#980](https://github.com/caolan/async/issues/980))
|
|
238
|
-
|
|
239
|
-
# v1.5.0
|
|
240
|
-
|
|
241
|
-
- Added `transform`, analogous to [`_.transform`](http://lodash.com/docs#transform) ([#892](https://github.com/caolan/async/issues/892))
|
|
242
|
-
- `map` now returns an object when an object is passed in, rather than array with non-numeric keys. `map` will begin always returning an array with numeric indexes in the next major release. ([#873](https://github.com/caolan/async/issues/873))
|
|
243
|
-
- `auto` now accepts an optional `concurrency` argument to limit the number o. running tasks ([#637](https://github.com/caolan/async/issues/637))
|
|
244
|
-
- Added `queue#workersList()`, to retrieve the lis. of currently running tasks. ([#891](https://github.com/caolan/async/issues/891))
|
|
245
|
-
- Various code simplifications ([#896](https://github.com/caolan/async/issues/896), [#904](https://github.com/caolan/async/issues/904))
|
|
246
|
-
- Various doc fixes :scroll: ([#890](https://github.com/caolan/async/issues/890), [#894](https://github.com/caolan/async/issues/894), [#903](https://github.com/caolan/async/issues/903), [#905](https://github.com/caolan/async/issues/905), [#912](https://github.com/caolan/async/issues/912))
|
|
247
|
-
|
|
248
|
-
# v1.4.2
|
|
249
|
-
|
|
250
|
-
- Ensure coverage files don't get published on npm ([#879](https://github.com/caolan/async/issues/879))
|
|
251
|
-
|
|
252
|
-
# v1.4.1
|
|
253
|
-
|
|
254
|
-
- Add in overlooked `detectLimit` method ([#866](https://github.com/caolan/async/issues/866))
|
|
255
|
-
- Removed unnecessary files from npm releases ([#861](https://github.com/caolan/async/issues/861))
|
|
256
|
-
- Removed usage of a reserved word to prevent :boom: in older environments ([#870](https://github.com/caolan/async/issues/870))
|
|
257
|
-
|
|
258
|
-
# v1.4.0
|
|
259
|
-
|
|
260
|
-
- `asyncify` now supports promises ([#840](https://github.com/caolan/async/issues/840))
|
|
261
|
-
- Added `Limit` versions of `filter` and `reject` ([#836](https://github.com/caolan/async/issues/836))
|
|
262
|
-
- Add `Limit` versions of `detect`, `some` and `every` ([#828](https://github.com/caolan/async/issues/828), [#829](https://github.com/caolan/async/issues/829))
|
|
263
|
-
- `some`, `every` and `detect` now short circuit early ([#828](https://github.com/caolan/async/issues/828), [#829](https://github.com/caolan/async/issues/829))
|
|
264
|
-
- Improve detection of the global object ([#804](https://github.com/caolan/async/issues/804)), enabling use in WebWorkers
|
|
265
|
-
- `whilst` now called with arguments from iterator ([#823](https://github.com/caolan/async/issues/823))
|
|
266
|
-
- `during` now gets called with arguments from iterator ([#824](https://github.com/caolan/async/issues/824))
|
|
267
|
-
- Code simplifications and optimizations aplenty ([diff](https://github.com/caolan/async/compare/v1.3.0...v1.4.0))
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
# v1.3.0
|
|
271
|
-
|
|
272
|
-
New Features:
|
|
273
|
-
- Added `constant`
|
|
274
|
-
- Added `asyncify`/`wrapSync` for making sync functions work with callbacks. ([#671](https://github.com/caolan/async/issues/671), [#806](https://github.com/caolan/async/issues/806))
|
|
275
|
-
- Added `during` and `doDuring`, which are like `whilst` with an async truth test. ([#800](https://github.com/caolan/async/issues/800))
|
|
276
|
-
- `retry` now accepts an `interval` parameter to specify a delay between retries. ([#793](https://github.com/caolan/async/issues/793))
|
|
277
|
-
- `async` should work better in Web Workers due to better `root` detection ([#804](https://github.com/caolan/async/issues/804))
|
|
278
|
-
- Callbacks are now optional in `whilst`, `doWhilst`, `until`, and `doUntil` ([#642](https://github.com/caolan/async/issues/642))
|
|
279
|
-
- Various internal updates ([#786](https://github.com/caolan/async/issues/786), [#801](https://github.com/caolan/async/issues/801), [#802](https://github.com/caolan/async/issues/802), [#803](https://github.com/caolan/async/issues/803))
|
|
280
|
-
- Various doc fixes ([#790](https://github.com/caolan/async/issues/790), [#794](https://github.com/caolan/async/issues/794))
|
|
281
|
-
|
|
282
|
-
Bug Fixes:
|
|
283
|
-
- `cargo` now exposes the `payload` size, and `cargo.payload` can be changed on the fly after the `cargo` is created. ([#740](https://github.com/caolan/async/issues/740), [#744](https://github.com/caolan/async/issues/744), [#783](https://github.com/caolan/async/issues/783))
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
# v1.2.1
|
|
287
|
-
|
|
288
|
-
Bug Fix:
|
|
289
|
-
|
|
290
|
-
- Small regression with synchronous iterator behavior in `eachSeries` with a 1-element array. Before 1.1.0, `eachSeries`'s callback was called on the same tick, which this patch restores. In 2.0.0, it will be called on the next tick. ([#782](https://github.com/caolan/async/issues/782))
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
# v1.2.0
|
|
294
|
-
|
|
295
|
-
New Features:
|
|
296
|
-
|
|
297
|
-
- Added `timesLimit` ([#743](https://github.com/caolan/async/issues/743))
|
|
298
|
-
- `concurrency` can be changed after initialization in `queue` by setting `q.concurrency`. The new concurrency will be reflected the next time a task is processed. ([#747](https://github.com/caolan/async/issues/747), [#772](https://github.com/caolan/async/issues/772))
|
|
299
|
-
|
|
300
|
-
Bug Fixes:
|
|
301
|
-
|
|
302
|
-
- Fixed a regression in `each` and family with empty arrays that have additional properties. ([#775](https://github.com/caolan/async/issues/775), [#777](https://github.com/caolan/async/issues/777))
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
# v1.1.1
|
|
306
|
-
|
|
307
|
-
Bug Fix:
|
|
308
|
-
|
|
309
|
-
- Small regression with synchronous iterator behavior in `eachSeries` with a 1-element array. Before 1.1.0, `eachSeries`'s callback was called on the same tick, which this patch restores. In 2.0.0, it will be called on the next tick. ([#782](https://github.com/caolan/async/issues/782))
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
# v1.1.0
|
|
313
|
-
|
|
314
|
-
New Features:
|
|
315
|
-
|
|
316
|
-
- `cargo` now supports all of the same methods and event callbacks as `queue`.
|
|
317
|
-
- Added `ensureAsync` - A wrapper that ensures an async function calls its callback on a later tick. ([#769](https://github.com/caolan/async/issues/769))
|
|
318
|
-
- Optimized `map`, `eachOf`, and `waterfall` families of functions
|
|
319
|
-
- Passing a `null` or `undefined` array to `map`, `each`, `parallel` and families will be treated as an empty array ([#667](https://github.com/caolan/async/issues/667)).
|
|
320
|
-
- The callback is now optional for the composed results of `compose` and `seq`. ([#618](https://github.com/caolan/async/issues/618))
|
|
321
|
-
- Reduced file size by 4kb, (minified version by 1kb)
|
|
322
|
-
- Added code coverage through `nyc` and `coveralls` ([#768](https://github.com/caolan/async/issues/768))
|
|
323
|
-
|
|
324
|
-
Bug Fixes:
|
|
325
|
-
|
|
326
|
-
- `forever` will no longer stack overflow with a synchronous iterator ([#622](https://github.com/caolan/async/issues/622))
|
|
327
|
-
- `eachLimit` and other limit functions will stop iterating once an error occurs ([#754](https://github.com/caolan/async/issues/754))
|
|
328
|
-
- Always pass `null` in callbacks when there is no error ([#439](https://github.com/caolan/async/issues/439))
|
|
329
|
-
- Ensure proper conditions when calling `drain()` after pushing an empty data set to a queue ([#668](https://github.com/caolan/async/issues/668))
|
|
330
|
-
- `each` and family will properly handle an empty array ([#578](https://github.com/caolan/async/issues/578))
|
|
331
|
-
- `eachSeries` and family will finish if the underlying array is modified during execution ([#557](https://github.com/caolan/async/issues/557))
|
|
332
|
-
- `queue` will throw if a non-function is passed to `q.push()` ([#593](https://github.com/caolan/async/issues/593))
|
|
333
|
-
- Doc fixes ([#629](https://github.com/caolan/async/issues/629), [#766](https://github.com/caolan/async/issues/766))
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
# v1.0.0
|
|
337
|
-
|
|
338
|
-
No known breaking changes, we are simply complying with semver from here on out.
|
|
339
|
-
|
|
340
|
-
Changes:
|
|
341
|
-
|
|
342
|
-
- Start using a changelog!
|
|
343
|
-
- Add `forEachOf` for iterating over Objects (or to iterate Arrays with indexes available) ([#168](https://github.com/caolan/async/issues/168) [#704](https://github.com/caolan/async/issues/704) [#321](https://github.com/caolan/async/issues/321))
|
|
344
|
-
- Detect deadlocks in `auto` ([#663](https://github.com/caolan/async/issues/663))
|
|
345
|
-
- Better support for require.js ([#527](https://github.com/caolan/async/issues/527))
|
|
346
|
-
- Throw if queue created with concurrency `0` ([#714](https://github.com/caolan/async/issues/714))
|
|
347
|
-
- Fix unneeded iteration in `queue.resume()` ([#758](https://github.com/caolan/async/issues/758))
|
|
348
|
-
- Guard against timer mocking overriding `setImmediate` ([#609](https://github.com/caolan/async/issues/609) [#611](https://github.com/caolan/async/issues/611))
|
|
349
|
-
- Miscellaneous doc fixes ([#542](https://github.com/caolan/async/issues/542) [#596](https://github.com/caolan/async/issues/596) [#615](https://github.com/caolan/async/issues/615) [#628](https://github.com/caolan/async/issues/628) [#631](https://github.com/caolan/async/issues/631) [#690](https://github.com/caolan/async/issues/690) [#729](https://github.com/caolan/async/issues/729))
|
|
350
|
-
- Use single noop function internally ([#546](https://github.com/caolan/async/issues/546))
|
|
351
|
-
- Optimize internal `_each`, `_map` and `_keys` functions.
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
Copyright (c) 2010-2018 Caolan McMahon
|
|
2
|
-
|
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
5
|
-
in the Software without restriction, including without limitation the rights
|
|
6
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
8
|
-
furnished to do so, subject to the following conditions:
|
|
9
|
-
|
|
10
|
-
The above copyright notice and this permission notice shall be included in
|
|
11
|
-
all copies or substantial portions of the Software.
|
|
12
|
-
|
|
13
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19
|
-
THE SOFTWARE.
|