From 5a21abda2f63d805c66842fb4fcfc5fdc033820b Mon Sep 17 00:00:00 2001 From: cliffhall Date: Tue, 13 Aug 2024 11:52:49 -0400 Subject: [PATCH] Remove unnecessary dev dependencies --- docs/Controller.html | 2 +- docs/MacroCommand.html | 2 +- docs/Mediator.html | 2 +- docs/Model.html | 2 +- docs/Notification.html | 2 +- docs/Notifier.html | 2 +- docs/Observer.html | 2 +- docs/Proxy.html | 2 +- docs/SimpleCommand.html | 2 +- docs/View.html | 2 +- docs/core_Controller.js.html | 2 +- docs/core_Model.js.html | 2 +- docs/core_View.js.html | 2 +- docs/global.html | 2 +- docs/global.html#Facade | 2 +- docs/index.html | 10 +- docs/patterns_command_MacroCommand.js.html | 2 +- docs/patterns_command_SimpleCommand.js.html | 2 +- docs/patterns_facade_Facade.js.html | 2 +- docs/patterns_mediator_Mediator.js.html | 2 +- docs/patterns_observer_Notification.js.html | 2 +- docs/patterns_observer_Notifier.js.html | 2 +- docs/patterns_observer_Observer.js.html | 2 +- docs/patterns_proxy_Proxy.js.html | 5 +- package.json | 647 +------------------- 25 files changed, 36 insertions(+), 670 deletions(-) diff --git a/docs/Controller.html b/docs/Controller.html index a4bf56d..69aea42 100644 --- a/docs/Controller.html +++ b/docs/Controller.html @@ -3156,7 +3156,7 @@
Parameters:

diff --git a/docs/MacroCommand.html b/docs/MacroCommand.html index 3256fc5..485d554 100644 --- a/docs/MacroCommand.html +++ b/docs/MacroCommand.html @@ -1217,7 +1217,7 @@

- Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
diff --git a/docs/Mediator.html b/docs/Mediator.html index 57d8b03..0b3fcb7 100644 --- a/docs/Mediator.html +++ b/docs/Mediator.html @@ -1770,7 +1770,7 @@

onRemove
- Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
diff --git a/docs/Model.html b/docs/Model.html index da442bc..70a2cbf 100644 --- a/docs/Model.html +++ b/docs/Model.html @@ -3011,7 +3011,7 @@
Returns:

- Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
diff --git a/docs/Notification.html b/docs/Notification.html index 4a54974..bf3dc3c 100644 --- a/docs/Notification.html +++ b/docs/Notification.html @@ -1331,7 +1331,7 @@
Returns:

- Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
diff --git a/docs/Notifier.html b/docs/Notifier.html index a20b443..15a73f3 100644 --- a/docs/Notifier.html +++ b/docs/Notifier.html @@ -652,7 +652,7 @@
Parameters:

- Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
diff --git a/docs/Observer.html b/docs/Observer.html index cae564f..a325310 100644 --- a/docs/Observer.html +++ b/docs/Observer.html @@ -1493,7 +1493,7 @@
Parameters:

- Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
diff --git a/docs/Proxy.html b/docs/Proxy.html index 1854511..614bc6f 100644 --- a/docs/Proxy.html +++ b/docs/Proxy.html @@ -1550,7 +1550,7 @@

onRemove
- Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
diff --git a/docs/SimpleCommand.html b/docs/SimpleCommand.html index 904d3b2..901fcf7 100644 --- a/docs/SimpleCommand.html +++ b/docs/SimpleCommand.html @@ -321,7 +321,7 @@
Parameters:

- Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
diff --git a/docs/View.html b/docs/View.html index 6d936f3..c5538fa 100644 --- a/docs/View.html +++ b/docs/View.html @@ -4098,7 +4098,7 @@
Returns:

- Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
diff --git a/docs/core_Controller.js.html b/docs/core_Controller.js.html index ec120bd..9275a85 100644 --- a/docs/core_Controller.js.html +++ b/docs/core_Controller.js.html @@ -247,7 +247,7 @@

core/Controller.js


- Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
diff --git a/docs/core_Model.js.html b/docs/core_Model.js.html index c7249d4..4a6c89e 100644 --- a/docs/core_Model.js.html +++ b/docs/core_Model.js.html @@ -203,7 +203,7 @@

core/Model.js


- Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
diff --git a/docs/core_View.js.html b/docs/core_View.js.html index ddb6d3a..3cd838f 100644 --- a/docs/core_View.js.html +++ b/docs/core_View.js.html @@ -317,7 +317,7 @@

core/View.js


- Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
diff --git a/docs/global.html b/docs/global.html index f2bb4b1..caf7c6a 100644 --- a/docs/global.html +++ b/docs/global.html @@ -203,7 +203,7 @@
Type:

- Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
diff --git a/docs/global.html#Facade b/docs/global.html#Facade index e115bd9..14d2814 100644 --- a/docs/global.html#Facade +++ b/docs/global.html#Facade @@ -6691,7 +6691,7 @@ instances in our implementation code.


- Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
diff --git a/docs/index.html b/docs/index.html index 5c8f75a..b1d5051 100644 --- a/docs/index.html +++ b/docs/index.html @@ -51,6 +51,7 @@

PureMVC JavaScript MultiCore Framework Node.js CI

PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. It supports modular programming through the use of Multiton Core actors instead of the Singletons.

@@ -63,10 +64,13 @@

Platforms / Technologies

Status

-

Production - Version 2.0

+

Production - Version 2.0.4

Documentation

  • https://jsdoc.app/about-commandline.html
  • @@ -92,7 +96,7 @@

    Project management

    License

    • -

      PureMVC MultiCore Framework for JavaScript - Copyright © 2023 Saad Shams, David Foley

      +

      PureMVC MultiCore Framework for JavaScript - Copyright © 2023 Saad Shams, David Foley, Cliff Hall

    • PureMVC - Copyright © 2023 Futurescale, Inc.

      @@ -122,7 +126,7 @@

      License


      - Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
      diff --git a/docs/patterns_command_MacroCommand.js.html b/docs/patterns_command_MacroCommand.js.html index 9c62759..a9efb4e 100644 --- a/docs/patterns_command_MacroCommand.js.html +++ b/docs/patterns_command_MacroCommand.js.html @@ -162,7 +162,7 @@

      patterns/command/MacroCommand.js


      - Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
      diff --git a/docs/patterns_command_SimpleCommand.js.html b/docs/patterns_command_SimpleCommand.js.html index 0948e3c..6122e91 100644 --- a/docs/patterns_command_SimpleCommand.js.html +++ b/docs/patterns_command_SimpleCommand.js.html @@ -95,7 +95,7 @@

      patterns/command/SimpleCommand.js


      - Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
      diff --git a/docs/patterns_facade_Facade.js.html b/docs/patterns_facade_Facade.js.html index 39f488b..c3a4293 100644 --- a/docs/patterns_facade_Facade.js.html +++ b/docs/patterns_facade_Facade.js.html @@ -388,7 +388,7 @@

      patterns/facade/Facade.js


      - Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
      diff --git a/docs/patterns_mediator_Mediator.js.html b/docs/patterns_mediator_Mediator.js.html index 0d30e87..87f3f47 100644 --- a/docs/patterns_mediator_Mediator.js.html +++ b/docs/patterns_mediator_Mediator.js.html @@ -166,7 +166,7 @@

      patterns/mediator/Mediator.js


      - Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
      diff --git a/docs/patterns_observer_Notification.js.html b/docs/patterns_observer_Notification.js.html index fd7f0ab..32e1911 100644 --- a/docs/patterns_observer_Notification.js.html +++ b/docs/patterns_observer_Notification.js.html @@ -165,7 +165,7 @@

      patterns/observer/Notification.js


      - Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
      diff --git a/docs/patterns_observer_Notifier.js.html b/docs/patterns_observer_Notifier.js.html index 97bc259..b61b19b 100644 --- a/docs/patterns_observer_Notifier.js.html +++ b/docs/patterns_observer_Notifier.js.html @@ -157,7 +157,7 @@

      patterns/observer/Notifier.js


      - Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
      diff --git a/docs/patterns_observer_Observer.js.html b/docs/patterns_observer_Observer.js.html index 83b1707..7350f67 100644 --- a/docs/patterns_observer_Observer.js.html +++ b/docs/patterns_observer_Observer.js.html @@ -152,7 +152,7 @@

      patterns/observer/Observer.js


      - Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
      diff --git a/docs/patterns_proxy_Proxy.js.html b/docs/patterns_proxy_Proxy.js.html index f1dea56..e380636 100644 --- a/docs/patterns_proxy_Proxy.js.html +++ b/docs/patterns_proxy_Proxy.js.html @@ -131,7 +131,8 @@

      patterns/proxy/Proxy.js

      */ static get NAME() { return "Proxy" } } -export { Proxy } +export { Proxy } +
@@ -143,7 +144,7 @@

patterns/proxy/Proxy.js


- Generated by JSDoc 3.6.5 on Sun Mar 03 2024 17:47:07 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Tue Aug 13 2024 11:50:50 GMT-0400 (Eastern Daylight Time) using the Minami theme.
diff --git a/package.json b/package.json index 5078beb..cb3afe4 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@puremvc/puremvc-js-multicore-framework", - "version": "2.0.3", + "version": "2.0.4", "type": "module", "main": "bin/cjs/puremvc.js", "modules": "bin/esm/puremvc.js", @@ -66,652 +66,13 @@ "chai": "^4.2.0", "chromedriver": "^127.0.2", "dotenv": "^16.0.3", - "edgedriver": "^5.6.1", - "geckodriver": "^4.4.2", + "edgedriver": "^5.3.8", + "geckodriver": "^4.2.1", "jsdoc": "3.6.5", "minami": "^1.2.3", "mocha": "10.1.0", "nightwatch": "^3.3.2", - "rollup": "^4.6.1", - "abab": "^2.0.6", - "acorn": "^8.11.2", - "acorn-babel": "^0.11.1-38", - "acorn-globals": "^7.0.1", - "acorn-walk": "^8.3.1", - "agent-base": "^7.1.0", - "ajv": "^6.12.6", - "ajv-errors": "^1.0.1", - "ajv-keywords": "^3.5.2", - "amdefine": "^1.0.1", - "ansi-align": "^3.0.1", - "ansi-colors": "^4.1.1", - "ansi-regex": "^2.1.1", - "ansi-styles": "^2.2.1", - "ansi-to-html": "^0.7.2", - "anymatch": "^3.1.3", - "aproba": "^1.2.0", - "archiver": "^5.3.2", - "archiver-utils": "^2.1.0", - "argparse": "^1.0.10", - "aria-query": "^5.1.3", - "arr-diff": "^4.0.0", - "arr-flatten": "^1.1.0", - "arr-union": "^3.1.0", - "array-buffer-byte-length": "^1.0.0", - "array-unique": "^0.3.2", - "asn1.js": "^5.4.1", - "assert": "^1.5.1", - "assertion-error": "^1.1.0", - "assign-symbols": "^1.0.0", - "ast-types": "^0.7.8", - "async": "^3.2.5", - "async-each": "^1.0.6", - "asynckit": "^0.4.0", - "atob": "^2.1.2", - "available-typed-arrays": "^1.0.5", - "axe-core": "^4.8.2", - "axios": "^1.6.2", - "b4a": "^1.6.4", - "babel-code-frame": "^6.26.0", - "babel-helper-builder-binary-assignment-operator-visitor": "^6.24.1", - "babel-helper-call-delegate": "^6.24.1", - "babel-helper-define-map": "^6.26.0", - "babel-helper-explode-assignable-expression": "^6.24.1", - "babel-helper-function-name": "^6.24.1", - "babel-helper-get-function-arity": "^6.24.1", - "babel-helper-hoist-variables": "^6.24.1", - "babel-helper-optimise-call-expression": "^6.24.1", - "babel-helper-regex": "^6.26.0", - "babel-helper-remap-async-to-generator": "^6.24.1", - "babel-helper-replace-supers": "^6.24.1", - "babel-messages": "^6.23.0", - "babel-plugin-check-es2015-constants": "^6.22.0", - "babel-plugin-syntax-async-functions": "^6.13.0", - "babel-plugin-syntax-exponentiation-operator": "^6.13.0", - "babel-plugin-syntax-trailing-function-commas": "^6.22.0", - "babel-plugin-transform-async-to-generator": "^6.24.1", - "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", - "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0", - "babel-plugin-transform-es2015-block-scoping": "^6.26.0", - "babel-plugin-transform-es2015-classes": "^6.24.1", - "babel-plugin-transform-es2015-computed-properties": "^6.24.1", - "babel-plugin-transform-es2015-destructuring": "^6.23.0", - "babel-plugin-transform-es2015-duplicate-keys": "^6.24.1", - "babel-plugin-transform-es2015-for-of": "^6.23.0", - "babel-plugin-transform-es2015-function-name": "^6.24.1", - "babel-plugin-transform-es2015-literals": "^6.22.0", - "babel-plugin-transform-es2015-modules-amd": "^6.24.1", - "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", - "babel-plugin-transform-es2015-modules-systemjs": "^6.24.1", - "babel-plugin-transform-es2015-modules-umd": "^6.24.1", - "babel-plugin-transform-es2015-object-super": "^6.24.1", - "babel-plugin-transform-es2015-parameters": "^6.24.1", - "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1", - "babel-plugin-transform-es2015-spread": "^6.22.0", - "babel-plugin-transform-es2015-sticky-regex": "^6.24.1", - "babel-plugin-transform-es2015-template-literals": "^6.22.0", - "babel-plugin-transform-es2015-typeof-symbol": "^6.23.0", - "babel-plugin-transform-es2015-unicode-regex": "^6.24.1", - "babel-plugin-transform-exponentiation-operator": "^6.24.1", - "babel-plugin-transform-regenerator": "^6.26.0", - "babel-plugin-transform-strict-mode": "^6.24.1", - "babel-runtime": "^6.26.0", - "babel-template": "^6.26.0", - "babel-traverse": "^6.26.0", - "babel-types": "^6.26.0", - "babylon": "^6.18.0", - "balanced-match": "^1.0.2", - "base": "^0.11.2", - "base64-js": "^1.5.1", - "big-integer": "^1.6.52", - "big.js": "^5.2.2", - "binary": "^0.3.0", - "binary-extensions": "^2.2.0", - "bindings": "^1.5.0", - "bl": "^4.1.0", - "bluebird": "^3.7.2", - "bn.js": "^5.2.1", - "boxen": "^5.1.2", - "brace-expansion": "^2.0.1", - "braces": "^3.0.2", - "brorand": "^1.1.0", - "browser-stdout": "^1.3.1", - "browserify-aes": "^1.2.0", - "browserify-cipher": "^1.0.1", - "browserify-des": "^1.0.2", - "browserify-rsa": "^4.1.0", - "browserify-sign": "^4.2.2", - "browserify-zlib": "^0.2.0", - "browserslist": "^3.2.8", - "buffer": "^5.7.1", - "buffer-crc32": "^0.2.13", - "buffer-from": "^1.1.2", - "buffer-indexof-polyfill": "^1.0.2", - "buffer-xor": "^1.0.3", - "buffers": "^0.1.1", - "builtin-status-codes": "^3.0.0", - "cacache": "^12.0.4", - "cache-base": "^1.0.1", - "call-bind": "^1.0.5", - "camelcase": "^6.3.0", - "caniuse-lite": "^1.0.30001570", - "catharsis": "^0.8.11", - "chai-nightwatch": "^0.5.3", - "chainsaw": "^0.1.0", - "chalk": "^1.1.3", - "check-error": "^1.0.3", - "chokidar": "^3.5.3", - "chownr": "^1.1.4", - "chrome-trace-event": "^1.0.3", - "ci-info": "^3.3.0", - "cipher-base": "^1.0.4", - "class-utils": "^0.3.6", - "cli-boxes": "^2.2.1", - "cli-cursor": "^3.1.0", - "cli-spinners": "^2.9.2", - "cli-table3": "^0.6.3", - "cliui": "^7.0.4", - "clone": "^1.0.4", - "clone-deep": "^4.0.1", - "collection-visit": "^1.0.0", - "color-convert": "^2.0.1", - "color-name": "^1.1.4", - "colorette": "^2.0.20", - "combined-stream": "^1.0.8", - "commander": "^2.20.3", - "commondir": "^1.0.1", - "commoner": "^0.10.8", - "compare-versions": "^6.1.0", - "component-emitter": "^1.3.1", - "compress-commons": "^4.1.2", - "concat-map": "^0.0.1", - "concat-stream": "^1.6.2", - "console-browserify": "^1.2.0", - "constants-browserify": "^1.0.0", - "convert-source-map": "^0.5.1", - "copy-concurrently": "^1.0.5", - "copy-descriptor": "^0.1.1", - "core-js": "^0.6.1", - "core-util-is": "^1.0.3", - "crc-32": "^1.2.2", - "crc32-stream": "^4.0.3", - "create-ecdh": "^4.0.4", - "create-hash": "^1.2.0", - "create-hmac": "^1.1.7", - "cross-spawn": "^7.0.3", - "crypto-browserify": "^3.12.0", - "cssstyle": "^3.0.0", - "cyclist": "^1.0.2", - "data-uri-to-buffer": "^4.0.1", - "data-urls": "^4.0.0", - "debug": "^2.6.9", - "decamelize": "^6.0.0", - "decimal.js": "^10.4.3", - "decode-uri-component": "^0.2.2", - "deep-eql": "^4.1.3", - "deep-equal": "^2.2.3", - "deep-is": "^0.1.4", - "defaults": "^1.0.4", - "define-data-property": "^1.1.1", - "define-lazy-prop": "^2.0.0", - "define-properties": "^1.2.1", - "define-property": "^2.0.2", - "defined": "^1.0.1", - "delayed-stream": "^1.0.0", - "des.js": "^1.1.0", - "detect-indent": "^3.0.1", - "detective": "^4.7.1", - "devtools-protocol": "^0.0.1140464", - "didyoumean": "^1.2.2", - "diff": "^5.0.0", - "diffie-hellman": "^5.0.3", - "domain-browser": "^1.2.0", - "domexception": "^4.0.0", - "duplexer2": "^0.1.4", - "duplexify": "^3.7.1", - "edge-paths": "^3.0.5", - "ejs": "^3.1.8", - "electron-to-chromium": "^1.4.613", - "elliptic": "^6.5.4", - "emoji-regex": "^8.0.0", - "emojis-list": "^3.0.0", - "end-of-stream": "^1.4.4", - "enhanced-resolve": "^4.5.0", - "entities": "^2.0.3", - "envinfo": "^7.11.0", - "errno": "^0.1.8", - "es-get-iterator": "^1.1.3", - "escalade": "^3.1.1", - "escape-string-regexp": "^1.0.5", - "escodegen": "^2.1.0", - "eslint-scope": "^4.0.3", - "esprima": "^4.0.1", - "esprima-fb": "^15001.1001.0-dev-harmony-fb", - "esrecurse": "^4.3.0", - "estraverse": "^1.9.3", - "esutils": "^1.1.6", - "eventemitter-asyncresource": "^1.0.0", - "events": "^3.3.0", - "evp_bytestokey": "^1.0.3", - "expand-brackets": "^2.1.4", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "extract-zip": "^2.0.1", - "fast-deep-equal": "^3.1.3", - "fast-fifo": "^1.3.2", - "fast-json-stable-stringify": "^2.1.0", - "fastest-levenshtein": "^1.0.16", - "fd-slicer": "^1.1.0", - "fetch-blob": "^3.2.0", - "figgy-pudding": "^3.5.2", - "file-uri-to-path": "^1.0.0", - "filelist": "^1.0.4", - "fill-range": "^7.0.1", - "find-cache-dir": "^2.1.0", - "find-up": "^5.0.0", - "flat": "^5.0.2", - "flush-write-stream": "^1.1.1", - "follow-redirects": "^1.15.3", - "for-each": "^0.3.3", - "for-in": "^1.0.2", - "form-data": "^4.0.0", - "formdata-polyfill": "^4.0.10", - "fragment-cache": "^0.2.1", - "from2": "^2.3.0", - "fs-constants": "^1.0.0", - "fs-readdir-recursive": "^0.1.2", - "fs-write-stream-atomic": "^1.0.10", - "fs.realpath": "^1.0.0", - "fsevents": "^2.3.3", - "fstream": "^1.0.12", - "function-bind": "^1.1.2", - "functions-have-names": "^1.2.3", - "get-caller-file": "^2.0.5", - "get-func-name": "^2.0.2", - "get-intrinsic": "^1.2.2", - "get-stdin": "^4.0.1", - "get-stream": "^5.2.0", - "get-value": "^2.0.6", - "glob": "^7.2.0", - "glob-parent": "^5.1.2", - "globals": "^6.4.1", - "gopd": "^1.0.1", - "graceful-fs": "^4.2.11", - "has-ansi": "^2.0.0", - "has-bigints": "^1.0.2", - "has-flag": "^4.0.0", - "has-property-descriptors": "^1.0.1", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "has-tostringtag": "^1.0.0", - "has-value": "^1.0.0", - "has-values": "^1.0.0", - "hash-base": "^3.1.0", - "hash.js": "^1.1.7", - "hasown": "^2.0.0", - "hdr-histogram-js": "^2.0.3", - "hdr-histogram-percentiles-obj": "^3.0.0", - "he": "^1.2.0", - "hmac-drbg": "^1.0.1", - "html-encoding-sniffer": "^3.0.0", - "http-proxy-agent": "^7.0.0", - "https-browserify": "^1.0.0", - "https-proxy-agent": "^5.0.1", - "iconv-lite": "^0.4.24", - "ieee754": "^1.2.1", - "iferr": "^0.1.5", - "immediate": "^3.0.6", - "import-local": "^3.1.0", - "imurmurhash": "^0.1.4", - "infer-owner": "^1.0.4", - "inflight": "^1.0.6", - "inherits": "^2.0.4", - "internal-slot": "^1.0.6", - "interpret": "^2.2.0", - "invariant": "^2.2.4", - "ip-regex": "^4.3.0", - "is-accessor-descriptor": "^1.0.1", - "is-arguments": "^1.1.1", - "is-array-buffer": "^3.0.2", - "is-bigint": "^1.0.4", - "is-binary-path": "^2.1.0", - "is-boolean-object": "^1.1.2", - "is-buffer": "^1.1.6", - "is-callable": "^1.2.7", - "is-core-module": "^2.13.1", - "is-data-descriptor": "^1.0.1", - "is-date-object": "^1.0.5", - "is-descriptor": "^1.0.3", - "is-docker": "^2.2.1", - "is-extendable": "^1.0.1", - "is-extglob": "^2.1.1", - "is-finite": "^1.1.0", - "is-fullwidth-code-point": "^3.0.0", - "is-glob": "^4.0.3", - "is-integer": "^1.0.7", - "is-interactive": "^1.0.0", - "is-map": "^2.0.2", - "is-number": "^7.0.0", - "is-number-object": "^1.0.7", - "is-plain-obj": "^2.1.0", - "is-plain-object": "^2.0.4", - "is-potential-custom-element-name": "^1.0.1", - "is-regex": "^1.1.4", - "is-set": "^2.0.2", - "is-shared-array-buffer": "^1.0.2", - "is-string": "^1.0.7", - "is-symbol": "^1.0.4", - "is-typed-array": "^1.1.12", - "is-unicode-supported": "^0.1.0", - "is-url": "^1.2.4", - "is-weakmap": "^2.0.1", - "is-weakset": "^2.0.2", - "is-windows": "^1.0.2", - "is-wsl": "^2.2.0", - "is2": "^2.0.9", - "isarray": "^2.0.5", - "isexe": "^3.1.1", - "isobject": "^3.0.1", - "jake": "^10.8.7", - "js-tokens": "^1.0.0", - "js-yaml": "^4.1.0", - "js2xmlparser": "^4.0.2", - "jsdom": "^21.1.2", - "jsesc": "^0.5.0", - "json-parse-better-errors": "^1.0.2", - "json-schema-traverse": "^0.4.1", - "json5": "^1.0.2", - "jszip": "^3.10.1", - "kind-of": "^6.0.3", - "klaw": "^3.0.0", - "lazystream": "^1.0.1", - "left-pad": "^0.0.3", - "leven": "^1.0.2", - "lie": "^3.3.0", - "line-numbers": "^0.2.0", - "linkify-it": "^2.2.0", - "listenercount": "^1.0.1", - "loader-runner": "^2.4.0", - "loader-utils": "^1.4.2", - "locate-path": "^6.0.0", - "lodash": "^3.10.1", - "lodash._arraycopy": "^3.0.0", - "lodash._arrayeach": "^3.0.0", - "lodash._baseassign": "^3.2.0", - "lodash._baseclone": "^3.3.0", - "lodash._basecopy": "^3.0.1", - "lodash._basefor": "^3.0.3", - "lodash._bindcallback": "^3.0.1", - "lodash._getnative": "^3.9.1", - "lodash._isiterateecall": "^3.0.9", - "lodash.clone": "^3.0.3", - "lodash.defaults": "^4.2.0", - "lodash.defaultsdeep": "^4.6.1", - "lodash.difference": "^4.5.0", - "lodash.escape": "^4.0.1", - "lodash.flatten": "^4.4.0", - "lodash.isarguments": "^3.1.0", - "lodash.isarray": "^3.0.4", - "lodash.isplainobject": "^4.0.6", - "lodash.keys": "^3.1.2", - "lodash.merge": "^4.6.2", - "lodash.pick": "^4.4.0", - "lodash.union": "^4.6.0", - "log-symbols": "^4.1.0", - "loglevel": "^1.8.1", - "loglevel-plugin-prefix": "^0.8.4", - "loose-envify": "^1.4.0", - "loupe": "^2.3.7", - "lru-cache": "^6.0.0", - "make-dir": "^2.1.0", - "map-cache": "^0.2.2", - "map-visit": "^1.0.0", - "markdown-it": "^10.0.0", - "markdown-it-anchor": "^5.3.0", - "marked": "^0.8.2", - "md5.js": "^1.3.5", - "mdurl": "^1.0.1", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "miller-rabin": "^4.0.1", - "mime-db": "^1.52.0", - "mime-types": "^2.1.35", - "mimic-fn": "^2.1.0", - "minimalistic-assert": "^1.0.1", - "minimalistic-crypto-utils": "^1.0.1", - "minimatch": "^5.0.1", - "minimist": "^1.2.8", - "mississippi": "^3.0.0", - "mixin-deep": "^1.3.2", - "mkdirp": "^1.0.4", - "mkdirp-classic": "^0.5.3", - "move-concurrently": "^1.0.1", - "ms": "^2.0.0", - "nan": "^2.18.0", - "nanoid": "^3.3.3", - "nanomatch": "^1.2.13", - "neo-async": "^2.6.2", - "nice-napi": "^1.0.2", - "nightwatch-axe-verbose": "^2.2.2", - "node-addon-api": "^3.2.1", - "node-domexception": "^1.0.0", - "node-fetch": "^3.3.2", - "node-gyp-build": "^4.7.1", - "node-libs-browser": "^2.2.1", - "normalize-path": "^3.0.0", - "nwsapi": "^2.2.7", - "object-assign": "^4.1.1", - "object-copy": "^0.1.0", - "object-inspect": "^1.13.1", - "object-is": "^1.1.5", - "object-keys": "^1.1.1", - "object-visit": "^1.0.1", - "object.assign": "^4.1.5", - "object.pick": "^1.3.0", - "once": "^1.4.0", - "onetime": "^5.1.2", - "open": "^8.4.2", - "ora": "^5.4.1", - "os-browserify": "^0.3.0", - "output-file-sync": "^1.1.2", - "p-limit": "^3.1.0", - "p-locate": "^5.0.0", - "p-try": "^2.2.0", - "pako": "^1.0.11", - "parallel-transform": "^1.2.0", - "parse-asn1": "^5.1.6", - "parse5": "^7.1.2", - "pascalcase": "^0.1.1", - "path-browserify": "^0.0.1", - "path-dirname": "^1.0.2", - "path-exists": "^4.0.0", - "path-is-absolute": "^1.0.1", - "path-key": "^3.1.1", - "path-parse": "^1.0.7", - "pathval": "^1.1.1", - "pbkdf2": "^3.1.2", - "pend": "^1.2.0", - "picomatch": "^2.3.1", - "pify": "^4.0.1", - "piscina": "^3.2.0", - "pkg-dir": "^3.0.0", - "posix-character-classes": "^0.1.1", - "private": "^0.1.8", - "process": "^0.11.10", - "process-nextick-args": "^2.0.1", - "promise-inflight": "^1.0.1", - "proxy-from-env": "^1.1.0", - "prr": "^1.0.1", - "psl": "^1.9.0", - "public-encrypt": "^4.0.3", - "pump": "^3.0.0", - "pumpify": "^1.5.1", - "punycode": "^2.3.1", - "q": "^1.5.1", - "qs": "^6.11.2", - "querystring-es3": "^0.2.1", - "querystringify": "^2.2.0", - "queue-tick": "^1.0.1", - "randombytes": "^2.1.0", - "randomfill": "^1.0.4", - "readable-stream": "^3.6.2", - "readdir-glob": "^1.1.3", - "readdirp": "^3.6.0", - "recast": "^0.11.23", - "rechoir": "^0.7.1", - "regenerate": "^1.4.2", - "regenerator-babel": "^0.8.13-2", - "regenerator-runtime": "^0.11.1", - "regenerator-transform": "^0.10.1", - "regex-not": "^1.0.2", - "regexp.prototype.flags": "^1.5.1", - "regexpu": "^1.3.0", - "regexpu-core": "^2.0.0", - "regjsgen": "^0.2.0", - "regjsparser": "^0.1.5", - "remove-trailing-separator": "^1.1.0", - "repeat-element": "^1.1.4", - "repeat-string": "^1.6.1", - "repeating": "^1.1.3", - "require-directory": "^2.1.1", - "requires-port": "^1.0.0", - "requizzle": "^0.2.4", - "resolve": "^1.22.8", - "resolve-cwd": "^3.0.0", - "resolve-from": "^5.0.0", - "resolve-url": "^0.2.1", - "restore-cursor": "^3.1.0", - "ret": "^0.1.15", - "rimraf": "^3.0.2", - "ripemd160": "^2.0.2", - "rrweb-cssom": "^0.6.0", - "run-queue": "^1.0.3", - "safe-buffer": "^5.2.1", - "safe-regex": "^1.1.0", - "safer-buffer": "^2.1.2", - "saxes": "^6.0.0", - "schema-utils": "^1.0.0", - "selenium-webdriver": "^4.14.0", - "semver": "^5.7.2", - "serialize-javascript": "^6.0.1", - "set-function-length": "^1.1.1", - "set-function-name": "^2.0.1", - "set-value": "^2.0.1", - "setimmediate": "^1.0.5", - "sha.js": "^2.4.11", - "shallow-clone": "^3.0.1", - "shebang-command": "^2.0.0", - "shebang-regex": "^1.0.0", - "side-channel": "^1.0.4", - "signal-exit": "^3.0.7", - "slash": "^1.0.0", - "smob": "^1.4.1", - "snapdragon": "^0.8.2", - "snapdragon-node": "^2.1.1", - "snapdragon-util": "^3.0.1", - "source-list-map": "^2.0.1", - "source-map": "^0.4.4", - "source-map-resolve": "^0.5.3", - "source-map-support": "^0.2.10", - "source-map-url": "^0.4.1", - "split-string": "^3.1.0", - "sprintf-js": "^1.0.3", - "ssri": "^6.0.2", - "stacktrace-parser": "^0.1.10", - "static-extend": "^0.1.2", - "stop-iteration-iterator": "^1.0.0", - "stream-browserify": "^2.0.2", - "stream-each": "^1.2.3", - "stream-http": "^2.8.3", - "stream-shift": "^1.0.3", - "streamx": "^2.15.6", - "string-width": "^4.2.3", - "string_decoder": "^1.3.0", - "strip-ansi": "^3.0.1", - "strip-json-comments": "^3.1.1", - "supports-color": "^2.0.0", - "supports-preserve-symlinks-flag": "^1.0.0", - "symbol-tree": "^3.2.4", - "taffydb": "^2.6.2", - "tapable": "^1.1.3", - "tar-fs": "^3.0.4", - "tar-stream": "^2.2.0", - "tcp-port-used": "^1.0.2", - "terser": "^5.26.0", - "terser-webpack-plugin": "^1.4.5", - "through": "^2.3.8", - "through2": "^2.0.5", - "timers-browserify": "^2.0.12", - "tmp": "^0.2.1", - "to-arraybuffer": "^1.0.1", - "to-fast-properties": "^1.0.3", - "to-object-path": "^0.3.0", - "to-regex": "^3.0.2", - "to-regex-range": "^5.0.1", - "tough-cookie": "^4.1.3", - "tr46": "^4.1.1", - "traverse": "^0.3.9", - "trim-right": "^1.0.1", - "tty-browserify": "^0.0.0", - "type-detect": "^4.0.8", - "type-fest": "^0.20.2", - "typedarray": "^0.0.6", - "uc.micro": "^1.0.6", - "underscore": "^1.10.2", - "undici-types": "^5.26.5", - "union-value": "^1.0.1", - "unique-filename": "^1.1.1", - "unique-slug": "^2.0.2", - "universalify": "^0.2.0", - "unset-value": "^1.0.0", - "untildify": "^4.0.0", - "unzipper": "^0.10.14", - "upath": "^1.2.0", - "uri-js": "^4.4.1", - "urix": "^0.1.0", - "url": "^0.11.3", - "url-parse": "^1.5.10", - "use": "^3.1.1", - "util": "^0.11.1", - "util-deprecate": "^1.0.2", - "uuid": "^8.3.2", - "vm-browserify": "^1.1.2", - "w3c-xmlserializer": "^4.0.0", - "watchpack": "^1.7.5", - "watchpack-chokidar2": "^2.0.1", - "wcwidth": "^1.0.1", - "web-streams-polyfill": "^3.2.1", - "webidl-conversions": "^7.0.0", - "webpack": "^4.47.0", - "webpack-cli": "^4.10.0", - "webpack-merge": "^5.10.0", - "webpack-sources": "^1.4.3", - "whatwg-encoding": "^2.0.0", - "whatwg-mimetype": "^3.0.0", - "whatwg-url": "^12.0.1", - "which": "^4.0.0", - "which-boxed-primitive": "^1.0.2", - "which-collection": "^1.0.1", - "which-typed-array": "^1.1.13", - "widest-line": "^3.1.0", - "wildcard": "^2.0.1", - "worker-farm": "^1.7.0", - "workerpool": "^6.2.1", - "wrap-ansi": "^7.0.0", - "wrappy": "^1.0.2", - "ws": "^8.15.1", - "xml-name-validator": "^4.0.0", - "xmlchars": "^2.2.0", - "xmlcreate": "^2.0.4", - "xtend": "^4.0.2", - "y18n": "^5.0.8", - "yallist": "^4.0.0", - "yargs": "^16.2.0", - "yargs-parser": "^20.2.4", - "yargs-unparser": "^2.0.0", - "yauzl": "^2.10.0", - "yocto-queue": "^0.1.0", - "zip-stream": "^4.1.1" + "rollup": "^4.6.1" }, "bin": { "puremvc-js-multicore-framework": "bin/puremvc.js"