koffing 0.5.0 → 2.0.0

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 (73) hide show
  1. package/LICENSE +2 -2
  2. package/README.md +64 -151
  3. package/dist/data-CP51LAc9.cjs +404 -0
  4. package/dist/data-CRHBhbCJ.js +345 -0
  5. package/dist/index.cjs +441 -0
  6. package/dist/index.d.cts +29 -0
  7. package/dist/index.d.ts +29 -0
  8. package/dist/index.js +433 -0
  9. package/dist/types-BVzP_Ko4.d.cts +62 -0
  10. package/dist/types-BVzP_Ko4.d.ts +62 -0
  11. package/dist/validator.cjs +3563 -0
  12. package/dist/validator.d.cts +14 -0
  13. package/dist/validator.d.ts +14 -0
  14. package/dist/validator.js +3562 -0
  15. package/package.json +46 -41
  16. package/Makefile +0 -21
  17. package/build/asset-manifest.json +0 -22
  18. package/build/favicon.png +0 -0
  19. package/build/index.html +0 -1
  20. package/build/precache-manifest.5382b78dea2866c8a94cee003da35d84.js +0 -26
  21. package/build/robots.txt +0 -3
  22. package/build/service-worker.js +0 -39
  23. package/build/static/css/main.102b9840.chunk.css +0 -2
  24. package/build/static/css/main.102b9840.chunk.css.map +0 -1
  25. package/build/static/js/2.4b3dd85a.chunk.js +0 -3
  26. package/build/static/js/2.4b3dd85a.chunk.js.LICENSE.txt +0 -67
  27. package/build/static/js/2.4b3dd85a.chunk.js.map +0 -1
  28. package/build/static/js/main.07f66bec.chunk.js +0 -2
  29. package/build/static/js/main.07f66bec.chunk.js.map +0 -1
  30. package/build/static/js/runtime-main.525bb0ff.js +0 -2
  31. package/build/static/js/runtime-main.525bb0ff.js.map +0 -1
  32. package/public/favicon.png +0 -0
  33. package/public/index.html +0 -30
  34. package/public/robots.txt +0 -3
  35. package/src/App.test.js +0 -9
  36. package/src/components/App.js +0 -18
  37. package/src/components/AppFooter/AppFooter.css.js +0 -12
  38. package/src/components/AppFooter/AppFooter.js +0 -31
  39. package/src/components/AppFooter/index.js +0 -3
  40. package/src/components/AppHeader/AppHeader.css.js +0 -21
  41. package/src/components/AppHeader/AppHeader.js +0 -34
  42. package/src/components/AppHeader/index.js +0 -3
  43. package/src/components/Board/Board.css.js +0 -21
  44. package/src/components/Board/Board.js +0 -110
  45. package/src/components/Board/index.js +0 -3
  46. package/src/components/BoardInput/BoardInput.css.js +0 -14
  47. package/src/components/BoardInput/BoardInput.js +0 -36
  48. package/src/components/BoardInput/index.js +0 -3
  49. package/src/components/BoardOutput/BoardOutput.css.js +0 -17
  50. package/src/components/BoardOutput/BoardOutput.js +0 -36
  51. package/src/components/BoardOutput/index.js +0 -3
  52. package/src/components/Code/Code.css.js +0 -10
  53. package/src/components/Code/Code.js +0 -28
  54. package/src/components/Code/index.js +0 -3
  55. package/src/components/StyledComponent.js +0 -24
  56. package/src/components/ThemedApp.js +0 -25
  57. package/src/core/Koffing.js +0 -71
  58. package/src/core/Pokemon.js +0 -181
  59. package/src/core/PokemonTeam.js +0 -78
  60. package/src/core/PokemonTeamSet.js +0 -52
  61. package/src/core/ShowdownParser.js +0 -280
  62. package/src/core/index.js +0 -7
  63. package/src/img/koffing-shiny.png +0 -0
  64. package/src/img/koffing.png +0 -0
  65. package/src/index.css +0 -42
  66. package/src/index.js +0 -17
  67. package/src/serviceWorker.js +0 -141
  68. package/src/setupTests.js +0 -5
  69. package/src/teams/example.koffing.js +0 -25
  70. package/src/tools/base64.js +0 -25
  71. package/src/tools/history.js +0 -17
  72. package/src/tools/index.js +0 -4
  73. package/src/variables.json +0 -5
@@ -1,67 +0,0 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
- /*!
8
- * The buffer module from node.js, for the browser.
9
- *
10
- * @author Feross Aboukhadijeh <http://feross.org>
11
- * @license MIT
12
- */
13
-
14
- /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
15
-
16
- /**
17
- * A better abstraction over CSS.
18
- *
19
- * @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
20
- * @website https://github.com/cssinjs/jss
21
- * @license MIT
22
- */
23
-
24
- /** @license React v0.19.1
25
- * scheduler.production.min.js
26
- *
27
- * Copyright (c) Facebook, Inc. and its affiliates.
28
- *
29
- * This source code is licensed under the MIT license found in the
30
- * LICENSE file in the root directory of this source tree.
31
- */
32
-
33
- /** @license React v16.13.1
34
- * react-is.production.min.js
35
- *
36
- * Copyright (c) Facebook, Inc. and its affiliates.
37
- *
38
- * This source code is licensed under the MIT license found in the
39
- * LICENSE file in the root directory of this source tree.
40
- */
41
-
42
- /** @license React v16.14.0
43
- * react-dom.production.min.js
44
- *
45
- * Copyright (c) Facebook, Inc. and its affiliates.
46
- *
47
- * This source code is licensed under the MIT license found in the
48
- * LICENSE file in the root directory of this source tree.
49
- */
50
-
51
- /** @license React v16.14.0
52
- * react.production.min.js
53
- *
54
- * Copyright (c) Facebook, Inc. and its affiliates.
55
- *
56
- * This source code is licensed under the MIT license found in the
57
- * LICENSE file in the root directory of this source tree.
58
- */
59
-
60
- /** @license React v17.0.2
61
- * react-is.production.min.js
62
- *
63
- * Copyright (c) Facebook, Inc. and its affiliates.
64
- *
65
- * This source code is licensed under the MIT license found in the
66
- * LICENSE file in the root directory of this source tree.
67
- */