risei 2.0.0 → 2.0.1

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.
Files changed (33) hide show
  1. package/README.md +114 -222
  2. package/package.json +1 -1
  3. package/Read-me reduced.md +0 -294
  4. package/Read-me redux.md +0 -581
  5. package/test-target-objects/ConditionalThrowTarget.js +0 -11
  6. package/test-target-objects/Counter.js +0 -46
  7. package/test-target-objects/DomTarget.js +0 -37
  8. package/test-target-objects/InterSpoofer.js +0 -230
  9. package/test-target-objects/MixedContents.js +0 -33
  10. package/test-target-objects/MutationTarget.js +0 -37
  11. package/test-target-objects/ObjectComposer.js +0 -34
  12. package/test-target-objects/PolySpoofableInner.js +0 -29
  13. package/test-target-objects/PolySpoofableOuter.js +0 -52
  14. package/test-target-objects/PropertiesTarget.js +0 -98
  15. package/test-target-objects/Returner.js +0 -7
  16. package/test-target-objects/Searcher.js +0 -25
  17. package/test-target-objects/Sorter.js +0 -91
  18. package/test-target-objects/Spoofable.js +0 -36
  19. package/test-target-objects/StateTarget.js +0 -34
  20. package/test-target-objects/StaticTarget.js +0 -17
  21. package/test-target-objects/TestableTarget.js +0 -57
  22. package/trial-tests/SelfTests.outward-rt.js +0 -511
  23. package/trial-tests/TopicTests.outward-rt.js +0 -313
  24. package/usage-examples/Gold-bar-example.png +0 -0
  25. package/usage-examples/Output-example.png +0 -0
  26. package/usage-examples/Summary-example.png +0 -0
  27. package/usage-examples/Syntax-example.png +0 -0
  28. package/usage-examples/Title-example.png +0 -0
  29. package/xternal-tests/ASpoofingFixture.tests.js +0 -242
  30. package/xternal-tests/MethodSpoofer.tests.js +0 -130
  31. package/xternal-tests/SpoofDef.tests.js +0 -91
  32. package/xternal-tests/TotalComparer.tests.js +0 -1055
  33. package/xternal-tests/package.json +0 -7
@@ -1,7 +0,0 @@
1
- {
2
- "name": "mocha-tests",
3
- "version": "1.0.0",
4
- "type": "module",
5
- "dependencies": {
6
- }
7
- }