@adonoustech/bacon-tax 3.1.0 → 3.3.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 (231) hide show
  1. package/.nx/workspace-data/file-map.json +260 -0
  2. package/.nx/workspace-data/lockfile-dependencies.hash +1 -0
  3. package/.nx/workspace-data/lockfile-nodes.hash +1 -0
  4. package/.nx/workspace-data/nx_files.nxt +0 -0
  5. package/.nx/workspace-data/parsed-lock-file.dependencies.json +4602 -0
  6. package/.nx/workspace-data/parsed-lock-file.nodes.json +4566 -0
  7. package/.nx/workspace-data/project-graph.json +9064 -0
  8. package/.nx/workspace-data/source-maps.json +1 -0
  9. package/CHANGELOG.md +2 -2
  10. package/LICENSE +200 -200
  11. package/README.md +11 -11
  12. package/package.json +2 -2
  13. package/src/action-tems/action-tax-fragments.ts +2293 -2293
  14. package/src/action-tems/action-tax-reminder-types.ts +4 -4
  15. package/src/action-tems/action-tax-subjects.ts +129 -129
  16. package/src/action-tems/i-action-tax-correspondence.ts +11 -11
  17. package/src/action-tems/i-action-tax-upload.ts +6 -6
  18. package/src/action-tems/i-tax-action.ts +23 -23
  19. package/src/action-tems/index.ts +5 -5
  20. package/src/email/tax-email-templates.ts +7 -7
  21. package/src/form-models/i-address-model.ts +6 -6
  22. package/src/form-models/i-adjustments-income-model.ts +18 -18
  23. package/src/form-models/i-business-travel-personal-funds-model.ts +2 -2
  24. package/src/form-models/i-business-use-vehicle-model.ts +2 -2
  25. package/src/form-models/i-canonical-residency.model.ts +3 -3
  26. package/src/form-models/i-capital-gains-loss-model.ts +44 -12
  27. package/src/form-models/i-clergy-taxation-model.ts +4 -4
  28. package/src/form-models/i-dependents-form-model.ts +2 -2
  29. package/src/form-models/i-employee-compensation-model.ts +14 -14
  30. package/src/form-models/i-foreign-financial-reporting-model.ts +3 -3
  31. package/src/form-models/i-fringe-benefits-model.ts +26 -26
  32. package/src/form-models/i-hybrid-business-use-home-model.ts +4 -4
  33. package/src/form-models/i-individual-additional-taxes-model.ts +6 -6
  34. package/src/form-models/i-individual-retirement-accounts-model.ts +4 -4
  35. package/src/form-models/i-individual-tax-credits-model.ts +11 -11
  36. package/src/form-models/i-insurance-payments-model.ts +9 -9
  37. package/src/form-models/i-intake-extended-data.ts +46 -0
  38. package/src/form-models/i-investment-income-model.ts +23 -23
  39. package/src/form-models/i-itemized-deductions-model.ts +8 -8
  40. package/src/form-models/i-last-day-year-marital-status-model.ts +8 -8
  41. package/src/form-models/i-multiple-business-se-tax-model.ts +2 -2
  42. package/src/form-models/i-non-recognition-transfers-model.ts +4 -4
  43. package/src/form-models/i-other-taxable-income-form-model.ts +19 -19
  44. package/src/form-models/i-premium-tax-credit-model.ts +4 -4
  45. package/src/form-models/i-rental-royalty-income-model.ts +18 -18
  46. package/src/form-models/i-statutory-extensions-model.ts +4 -4
  47. package/src/form-models/i-tax-general-model.ts +2 -2
  48. package/src/form-models/i-taxable-self-employment-income-model.ts +9 -9
  49. package/src/form-models/i-taxpayer-bio-model.ts +11 -11
  50. package/src/form-models/i-veteran-benefits-model.ts +11 -11
  51. package/src/form-models/index.ts +31 -30
  52. package/src/form-models/last-day-year-marital-statuses.ts +8 -8
  53. package/src/index.ts +11 -11
  54. package/src/other-models/bacon-tax-service-statuses.ts +4 -4
  55. package/src/other-models/business-entity-types.ts +9 -9
  56. package/src/other-models/i-bacon-tax-client-business.ts +12 -12
  57. package/src/other-models/i-bacon-tax-client.ts +3 -3
  58. package/src/other-models/i-bacon-tax-service.ts +9 -9
  59. package/src/other-models/index.ts +6 -6
  60. package/src/other-models/tax-system-process-status.ts +14 -14
  61. package/src/other-models/tax-system-return-complexity.ts +5 -5
  62. package/tsconfig.cjs.json +9 -9
  63. package/tsconfig.es.json +10 -10
  64. package/dist/cjs/action-tems/action-tax-fragments.js +0 -2297
  65. package/dist/cjs/action-tems/action-tax-reminder-types.js +0 -10
  66. package/dist/cjs/action-tems/action-tax-subjects.js +0 -135
  67. package/dist/cjs/action-tems/i-action-tax-correspondence.js +0 -3
  68. package/dist/cjs/action-tems/i-action-tax-upload.js +0 -3
  69. package/dist/cjs/action-tems/i-tax-action.js +0 -3
  70. package/dist/cjs/action-tems/index.js +0 -10
  71. package/dist/cjs/email/index.js +0 -5
  72. package/dist/cjs/email/tax-email-templates.js +0 -13
  73. package/dist/cjs/enums/index.js +0 -2
  74. package/dist/cjs/form-models/i-address-model.js +0 -3
  75. package/dist/cjs/form-models/i-adjustments-income-model.js +0 -3
  76. package/dist/cjs/form-models/i-business-travel-personal-funds-model.js +0 -3
  77. package/dist/cjs/form-models/i-business-use-vehicle-model.js +0 -3
  78. package/dist/cjs/form-models/i-canonical-residency.model.js +0 -3
  79. package/dist/cjs/form-models/i-capital-gains-loss-model.js +0 -3
  80. package/dist/cjs/form-models/i-clergy-taxation-model.js +0 -3
  81. package/dist/cjs/form-models/i-client-tax-settings-model.js +0 -3
  82. package/dist/cjs/form-models/i-dependents-form-model.js +0 -3
  83. package/dist/cjs/form-models/i-employee-cafeteria-plan-model.js +0 -3
  84. package/dist/cjs/form-models/i-employee-compensation-model.js +0 -3
  85. package/dist/cjs/form-models/i-foreign-financial-reporting-model.js +0 -3
  86. package/dist/cjs/form-models/i-fringe-benefits-model.js +0 -3
  87. package/dist/cjs/form-models/i-hybrid-business-use-home-model.js +0 -3
  88. package/dist/cjs/form-models/i-individual-additional-taxes-model.js +0 -3
  89. package/dist/cjs/form-models/i-individual-retirement-accounts-model.js +0 -3
  90. package/dist/cjs/form-models/i-individual-tax-credits-model.js +0 -3
  91. package/dist/cjs/form-models/i-insurance-payments-model.js +0 -3
  92. package/dist/cjs/form-models/i-investment-income-model.js +0 -3
  93. package/dist/cjs/form-models/i-itemized-deductions-model.js +0 -3
  94. package/dist/cjs/form-models/i-last-day-year-marital-status-model.js +0 -3
  95. package/dist/cjs/form-models/i-multiple-business-se-tax-model.js +0 -3
  96. package/dist/cjs/form-models/i-non-recognition-transfers-model.js +0 -3
  97. package/dist/cjs/form-models/i-other-taxable-income-form-model.js +0 -3
  98. package/dist/cjs/form-models/i-premium-tax-credit-model.js +0 -3
  99. package/dist/cjs/form-models/i-rental-royalty-income-form-model.js +0 -3
  100. package/dist/cjs/form-models/i-rental-royalty-income-model.js +0 -3
  101. package/dist/cjs/form-models/i-statutory-extensions-model.js +0 -3
  102. package/dist/cjs/form-models/i-tax-general-model.js +0 -3
  103. package/dist/cjs/form-models/i-taxable-self-employment-income-model.js +0 -3
  104. package/dist/cjs/form-models/i-taxpayer-bio-model.js +0 -3
  105. package/dist/cjs/form-models/i-taxpayer-identification-model.js +0 -2
  106. package/dist/cjs/form-models/i-veteran-benefits-model.js +0 -3
  107. package/dist/cjs/form-models/index.js +0 -34
  108. package/dist/cjs/form-models/last-day-year-marital-statuses.js +0 -14
  109. package/dist/cjs/index.js +0 -16
  110. package/dist/cjs/other-models/bacon-tax-service-statuses.js +0 -10
  111. package/dist/cjs/other-models/business-entity-types.js +0 -15
  112. package/dist/cjs/other-models/i-bacon-tax-client-business.js +0 -3
  113. package/dist/cjs/other-models/i-bacon-tax-client.js +0 -3
  114. package/dist/cjs/other-models/i-bacon-tax-service.js +0 -3
  115. package/dist/cjs/other-models/index.js +0 -11
  116. package/dist/cjs/other-models/tax-system-process-status.js +0 -3
  117. package/dist/cjs/other-models/tax-system-return-complexity.js +0 -3
  118. package/dist/cjs/tax-years/index.js +0 -5
  119. package/dist/cjs/tax-years/tax-years.js +0 -5
  120. package/dist/es/action-tems/action-tax-fragments.js +0 -638
  121. package/dist/es/action-tems/action-tax-reminder-types.js +0 -7
  122. package/dist/es/action-tems/action-tax-subjects.js +0 -132
  123. package/dist/es/action-tems/i-action-tax-correspondence.js +0 -2
  124. package/dist/es/action-tems/i-action-tax-upload.js +0 -2
  125. package/dist/es/action-tems/i-tax-action.js +0 -2
  126. package/dist/es/action-tems/index.js +0 -7
  127. package/dist/es/email/index.js +0 -2
  128. package/dist/es/email/tax-email-templates.js +0 -10
  129. package/dist/es/enums/index.js +0 -2
  130. package/dist/es/form-models/i-address-model.js +0 -2
  131. package/dist/es/form-models/i-adjustments-income-model.js +0 -2
  132. package/dist/es/form-models/i-business-travel-personal-funds-model.js +0 -2
  133. package/dist/es/form-models/i-business-use-vehicle-model.js +0 -2
  134. package/dist/es/form-models/i-canonical-residency.model.js +0 -2
  135. package/dist/es/form-models/i-capital-gains-loss-model.js +0 -2
  136. package/dist/es/form-models/i-clergy-taxation-model.js +0 -2
  137. package/dist/es/form-models/i-client-tax-settings-model.js +0 -2
  138. package/dist/es/form-models/i-dependents-form-model.js +0 -2
  139. package/dist/es/form-models/i-employee-cafeteria-plan-model.js +0 -2
  140. package/dist/es/form-models/i-employee-compensation-model.js +0 -2
  141. package/dist/es/form-models/i-foreign-financial-reporting-model.js +0 -2
  142. package/dist/es/form-models/i-fringe-benefits-model.js +0 -2
  143. package/dist/es/form-models/i-hybrid-business-use-home-model.js +0 -2
  144. package/dist/es/form-models/i-individual-additional-taxes-model.js +0 -2
  145. package/dist/es/form-models/i-individual-retirement-accounts-model.js +0 -2
  146. package/dist/es/form-models/i-individual-tax-credits-model.js +0 -2
  147. package/dist/es/form-models/i-insurance-payments-model.js +0 -2
  148. package/dist/es/form-models/i-investment-income-model.js +0 -2
  149. package/dist/es/form-models/i-itemized-deductions-model.js +0 -2
  150. package/dist/es/form-models/i-last-day-year-marital-status-model.js +0 -2
  151. package/dist/es/form-models/i-multiple-business-se-tax-model.js +0 -2
  152. package/dist/es/form-models/i-non-recognition-transfers-model.js +0 -2
  153. package/dist/es/form-models/i-other-taxable-income-form-model.js +0 -2
  154. package/dist/es/form-models/i-premium-tax-credit-model.js +0 -2
  155. package/dist/es/form-models/i-rental-royalty-income-form-model.js +0 -2
  156. package/dist/es/form-models/i-rental-royalty-income-model.js +0 -2
  157. package/dist/es/form-models/i-statutory-extensions-model.js +0 -2
  158. package/dist/es/form-models/i-tax-general-model.js +0 -2
  159. package/dist/es/form-models/i-taxable-self-employment-income-model.js +0 -2
  160. package/dist/es/form-models/i-taxpayer-bio-model.js +0 -2
  161. package/dist/es/form-models/i-taxpayer-identification-model.js +0 -2
  162. package/dist/es/form-models/i-veteran-benefits-model.js +0 -2
  163. package/dist/es/form-models/index.js +0 -31
  164. package/dist/es/form-models/last-day-year-marital-statuses.js +0 -11
  165. package/dist/es/index.js +0 -13
  166. package/dist/es/other-models/bacon-tax-service-statuses.js +0 -7
  167. package/dist/es/other-models/business-entity-types.js +0 -12
  168. package/dist/es/other-models/i-bacon-tax-client-business.js +0 -2
  169. package/dist/es/other-models/i-bacon-tax-client.js +0 -2
  170. package/dist/es/other-models/i-bacon-tax-service.js +0 -2
  171. package/dist/es/other-models/index.js +0 -8
  172. package/dist/es/other-models/tax-system-process-status.js +0 -2
  173. package/dist/es/other-models/tax-system-return-complexity.js +0 -2
  174. package/dist/es/tax-years/index.js +0 -2
  175. package/dist/es/tax-years/tax-years.js +0 -2
  176. package/dist/types/action-tems/action-tax-fragments.d.ts +0 -5
  177. package/dist/types/action-tems/action-tax-reminder-types.d.ts +0 -5
  178. package/dist/types/action-tems/action-tax-subjects.d.ts +0 -130
  179. package/dist/types/action-tems/i-action-tax-correspondence.d.ts +0 -10
  180. package/dist/types/action-tems/i-action-tax-upload.d.ts +0 -7
  181. package/dist/types/action-tems/i-tax-action.d.ts +0 -23
  182. package/dist/types/action-tems/index.d.ts +0 -6
  183. package/dist/types/email/index.d.ts +0 -1
  184. package/dist/types/email/tax-email-templates.d.ts +0 -8
  185. package/dist/types/form-models/i-address-model.d.ts +0 -7
  186. package/dist/types/form-models/i-adjustments-income-model.d.ts +0 -19
  187. package/dist/types/form-models/i-business-travel-personal-funds-model.d.ts +0 -3
  188. package/dist/types/form-models/i-business-use-vehicle-model.d.ts +0 -3
  189. package/dist/types/form-models/i-canonical-residency.model.d.ts +0 -4
  190. package/dist/types/form-models/i-capital-gains-loss-model.d.ts +0 -13
  191. package/dist/types/form-models/i-clergy-taxation-model.d.ts +0 -5
  192. package/dist/types/form-models/i-client-tax-settings-model.d.ts +0 -3
  193. package/dist/types/form-models/i-dependents-form-model.d.ts +0 -3
  194. package/dist/types/form-models/i-employee-cafeteria-plan-model.d.ts +0 -6
  195. package/dist/types/form-models/i-employee-compensation-model.d.ts +0 -15
  196. package/dist/types/form-models/i-foreign-financial-reporting-model.d.ts +0 -4
  197. package/dist/types/form-models/i-fringe-benefits-model.d.ts +0 -27
  198. package/dist/types/form-models/i-hybrid-business-use-home-model.d.ts +0 -5
  199. package/dist/types/form-models/i-individual-additional-taxes-model.d.ts +0 -7
  200. package/dist/types/form-models/i-individual-retirement-accounts-model.d.ts +0 -5
  201. package/dist/types/form-models/i-individual-tax-credits-model.d.ts +0 -12
  202. package/dist/types/form-models/i-insurance-payments-model.d.ts +0 -10
  203. package/dist/types/form-models/i-investment-income-model.d.ts +0 -24
  204. package/dist/types/form-models/i-itemized-deductions-model.d.ts +0 -9
  205. package/dist/types/form-models/i-last-day-year-marital-status-model.d.ts +0 -8
  206. package/dist/types/form-models/i-multiple-business-se-tax-model.d.ts +0 -3
  207. package/dist/types/form-models/i-non-recognition-transfers-model.d.ts +0 -5
  208. package/dist/types/form-models/i-other-taxable-income-form-model.d.ts +0 -20
  209. package/dist/types/form-models/i-premium-tax-credit-model.d.ts +0 -5
  210. package/dist/types/form-models/i-rental-royalty-income-form-model.d.ts +0 -19
  211. package/dist/types/form-models/i-rental-royalty-income-model.d.ts +0 -19
  212. package/dist/types/form-models/i-statutory-extensions-model.d.ts +0 -5
  213. package/dist/types/form-models/i-tax-general-model.d.ts +0 -3
  214. package/dist/types/form-models/i-taxable-self-employment-income-model.d.ts +0 -10
  215. package/dist/types/form-models/i-taxpayer-bio-model.d.ts +0 -12
  216. package/dist/types/form-models/i-taxpayer-identification-model.d.ts +0 -0
  217. package/dist/types/form-models/i-veteran-benefits-model.d.ts +0 -12
  218. package/dist/types/form-models/index.d.ts +0 -30
  219. package/dist/types/form-models/last-day-year-marital-statuses.d.ts +0 -9
  220. package/dist/types/index.d.ts +0 -10
  221. package/dist/types/other-models/bacon-tax-service-statuses.d.ts +0 -5
  222. package/dist/types/other-models/business-entity-types.d.ts +0 -10
  223. package/dist/types/other-models/i-bacon-tax-client-business.d.ts +0 -12
  224. package/dist/types/other-models/i-bacon-tax-client.d.ts +0 -4
  225. package/dist/types/other-models/i-bacon-tax-service.d.ts +0 -9
  226. package/dist/types/other-models/index.d.ts +0 -7
  227. package/dist/types/other-models/tax-system-process-status.d.ts +0 -15
  228. package/dist/types/other-models/tax-system-return-complexity.d.ts +0 -6
  229. package/dist/types/tax-years/index.d.ts +0 -1
  230. package/dist/types/tax-years/tax-years.d.ts +0 -1
  231. /package/{dist/types/enums/index.d.ts → .nx/workspace-data/project-graph.lock} +0 -0
@@ -0,0 +1,4602 @@
1
+ [
2
+ {
3
+ "source": "npm:@ampproject/remapping",
4
+ "target": "npm:@jridgewell/gen-mapping",
5
+ "type": "static"
6
+ },
7
+ {
8
+ "source": "npm:@ampproject/remapping",
9
+ "target": "npm:@jridgewell/trace-mapping",
10
+ "type": "static"
11
+ },
12
+ {
13
+ "source": "npm:@babel/code-frame",
14
+ "target": "npm:@babel/highlight",
15
+ "type": "static"
16
+ },
17
+ {
18
+ "source": "npm:@babel/code-frame",
19
+ "target": "npm:picocolors",
20
+ "type": "static"
21
+ },
22
+ {
23
+ "source": "npm:@babel/core",
24
+ "target": "npm:@ampproject/remapping",
25
+ "type": "static"
26
+ },
27
+ {
28
+ "source": "npm:@babel/core",
29
+ "target": "npm:@babel/code-frame",
30
+ "type": "static"
31
+ },
32
+ {
33
+ "source": "npm:@babel/core",
34
+ "target": "npm:@babel/generator",
35
+ "type": "static"
36
+ },
37
+ {
38
+ "source": "npm:@babel/core",
39
+ "target": "npm:@babel/helper-compilation-targets",
40
+ "type": "static"
41
+ },
42
+ {
43
+ "source": "npm:@babel/core",
44
+ "target": "npm:@babel/helper-module-transforms",
45
+ "type": "static"
46
+ },
47
+ {
48
+ "source": "npm:@babel/core",
49
+ "target": "npm:@babel/helpers",
50
+ "type": "static"
51
+ },
52
+ {
53
+ "source": "npm:@babel/core",
54
+ "target": "npm:@babel/parser",
55
+ "type": "static"
56
+ },
57
+ {
58
+ "source": "npm:@babel/core",
59
+ "target": "npm:@babel/template",
60
+ "type": "static"
61
+ },
62
+ {
63
+ "source": "npm:@babel/core",
64
+ "target": "npm:@babel/traverse",
65
+ "type": "static"
66
+ },
67
+ {
68
+ "source": "npm:@babel/core",
69
+ "target": "npm:@babel/types",
70
+ "type": "static"
71
+ },
72
+ {
73
+ "source": "npm:@babel/core",
74
+ "target": "npm:convert-source-map@2.0.0",
75
+ "type": "static"
76
+ },
77
+ {
78
+ "source": "npm:@babel/core",
79
+ "target": "npm:debug",
80
+ "type": "static"
81
+ },
82
+ {
83
+ "source": "npm:@babel/core",
84
+ "target": "npm:gensync",
85
+ "type": "static"
86
+ },
87
+ {
88
+ "source": "npm:@babel/core",
89
+ "target": "npm:json5",
90
+ "type": "static"
91
+ },
92
+ {
93
+ "source": "npm:@babel/core",
94
+ "target": "npm:semver",
95
+ "type": "static"
96
+ },
97
+ {
98
+ "source": "npm:@babel/generator",
99
+ "target": "npm:@babel/types",
100
+ "type": "static"
101
+ },
102
+ {
103
+ "source": "npm:@babel/generator",
104
+ "target": "npm:@jridgewell/gen-mapping",
105
+ "type": "static"
106
+ },
107
+ {
108
+ "source": "npm:@babel/generator",
109
+ "target": "npm:@jridgewell/trace-mapping",
110
+ "type": "static"
111
+ },
112
+ {
113
+ "source": "npm:@babel/generator",
114
+ "target": "npm:jsesc",
115
+ "type": "static"
116
+ },
117
+ {
118
+ "source": "npm:@babel/helper-compilation-targets",
119
+ "target": "npm:@babel/compat-data",
120
+ "type": "static"
121
+ },
122
+ {
123
+ "source": "npm:@babel/helper-compilation-targets",
124
+ "target": "npm:@babel/helper-validator-option",
125
+ "type": "static"
126
+ },
127
+ {
128
+ "source": "npm:@babel/helper-compilation-targets",
129
+ "target": "npm:browserslist",
130
+ "type": "static"
131
+ },
132
+ {
133
+ "source": "npm:@babel/helper-compilation-targets",
134
+ "target": "npm:lru-cache",
135
+ "type": "static"
136
+ },
137
+ {
138
+ "source": "npm:@babel/helper-compilation-targets",
139
+ "target": "npm:semver",
140
+ "type": "static"
141
+ },
142
+ {
143
+ "source": "npm:@babel/helper-module-imports",
144
+ "target": "npm:@babel/traverse",
145
+ "type": "static"
146
+ },
147
+ {
148
+ "source": "npm:@babel/helper-module-imports",
149
+ "target": "npm:@babel/types",
150
+ "type": "static"
151
+ },
152
+ {
153
+ "source": "npm:@babel/helper-module-transforms",
154
+ "target": "npm:@babel/core",
155
+ "type": "static"
156
+ },
157
+ {
158
+ "source": "npm:@babel/helper-module-transforms",
159
+ "target": "npm:@babel/helper-module-imports",
160
+ "type": "static"
161
+ },
162
+ {
163
+ "source": "npm:@babel/helper-module-transforms",
164
+ "target": "npm:@babel/helper-simple-access",
165
+ "type": "static"
166
+ },
167
+ {
168
+ "source": "npm:@babel/helper-module-transforms",
169
+ "target": "npm:@babel/helper-validator-identifier",
170
+ "type": "static"
171
+ },
172
+ {
173
+ "source": "npm:@babel/helper-module-transforms",
174
+ "target": "npm:@babel/traverse",
175
+ "type": "static"
176
+ },
177
+ {
178
+ "source": "npm:@babel/helper-simple-access",
179
+ "target": "npm:@babel/traverse",
180
+ "type": "static"
181
+ },
182
+ {
183
+ "source": "npm:@babel/helper-simple-access",
184
+ "target": "npm:@babel/types",
185
+ "type": "static"
186
+ },
187
+ {
188
+ "source": "npm:@babel/helpers",
189
+ "target": "npm:@babel/template",
190
+ "type": "static"
191
+ },
192
+ {
193
+ "source": "npm:@babel/helpers",
194
+ "target": "npm:@babel/types",
195
+ "type": "static"
196
+ },
197
+ {
198
+ "source": "npm:@babel/highlight",
199
+ "target": "npm:@babel/helper-validator-identifier",
200
+ "type": "static"
201
+ },
202
+ {
203
+ "source": "npm:@babel/highlight",
204
+ "target": "npm:chalk@2.4.2",
205
+ "type": "static"
206
+ },
207
+ {
208
+ "source": "npm:@babel/highlight",
209
+ "target": "npm:js-tokens",
210
+ "type": "static"
211
+ },
212
+ {
213
+ "source": "npm:@babel/highlight",
214
+ "target": "npm:picocolors",
215
+ "type": "static"
216
+ },
217
+ {
218
+ "source": "npm:ansi-styles@3.2.1",
219
+ "target": "npm:color-convert@1.9.3",
220
+ "type": "static"
221
+ },
222
+ {
223
+ "source": "npm:chalk@2.4.2",
224
+ "target": "npm:ansi-styles@3.2.1",
225
+ "type": "static"
226
+ },
227
+ {
228
+ "source": "npm:chalk@2.4.2",
229
+ "target": "npm:escape-string-regexp@1.0.5",
230
+ "type": "static"
231
+ },
232
+ {
233
+ "source": "npm:chalk@2.4.2",
234
+ "target": "npm:supports-color@5.5.0",
235
+ "type": "static"
236
+ },
237
+ {
238
+ "source": "npm:color-convert@1.9.3",
239
+ "target": "npm:color-name@1.1.3",
240
+ "type": "static"
241
+ },
242
+ {
243
+ "source": "npm:supports-color@5.5.0",
244
+ "target": "npm:has-flag@3.0.0",
245
+ "type": "static"
246
+ },
247
+ {
248
+ "source": "npm:@babel/parser",
249
+ "target": "npm:@babel/types",
250
+ "type": "static"
251
+ },
252
+ {
253
+ "source": "npm:@babel/plugin-syntax-async-generators",
254
+ "target": "npm:@babel/core",
255
+ "type": "static"
256
+ },
257
+ {
258
+ "source": "npm:@babel/plugin-syntax-async-generators",
259
+ "target": "npm:@babel/helper-plugin-utils",
260
+ "type": "static"
261
+ },
262
+ {
263
+ "source": "npm:@babel/plugin-syntax-bigint",
264
+ "target": "npm:@babel/core",
265
+ "type": "static"
266
+ },
267
+ {
268
+ "source": "npm:@babel/plugin-syntax-bigint",
269
+ "target": "npm:@babel/helper-plugin-utils",
270
+ "type": "static"
271
+ },
272
+ {
273
+ "source": "npm:@babel/plugin-syntax-class-properties",
274
+ "target": "npm:@babel/core",
275
+ "type": "static"
276
+ },
277
+ {
278
+ "source": "npm:@babel/plugin-syntax-class-properties",
279
+ "target": "npm:@babel/helper-plugin-utils",
280
+ "type": "static"
281
+ },
282
+ {
283
+ "source": "npm:@babel/plugin-syntax-class-static-block",
284
+ "target": "npm:@babel/core",
285
+ "type": "static"
286
+ },
287
+ {
288
+ "source": "npm:@babel/plugin-syntax-class-static-block",
289
+ "target": "npm:@babel/helper-plugin-utils",
290
+ "type": "static"
291
+ },
292
+ {
293
+ "source": "npm:@babel/plugin-syntax-import-attributes",
294
+ "target": "npm:@babel/core",
295
+ "type": "static"
296
+ },
297
+ {
298
+ "source": "npm:@babel/plugin-syntax-import-attributes",
299
+ "target": "npm:@babel/helper-plugin-utils",
300
+ "type": "static"
301
+ },
302
+ {
303
+ "source": "npm:@babel/plugin-syntax-import-meta",
304
+ "target": "npm:@babel/core",
305
+ "type": "static"
306
+ },
307
+ {
308
+ "source": "npm:@babel/plugin-syntax-import-meta",
309
+ "target": "npm:@babel/helper-plugin-utils",
310
+ "type": "static"
311
+ },
312
+ {
313
+ "source": "npm:@babel/plugin-syntax-json-strings",
314
+ "target": "npm:@babel/core",
315
+ "type": "static"
316
+ },
317
+ {
318
+ "source": "npm:@babel/plugin-syntax-json-strings",
319
+ "target": "npm:@babel/helper-plugin-utils",
320
+ "type": "static"
321
+ },
322
+ {
323
+ "source": "npm:@babel/plugin-syntax-logical-assignment-operators",
324
+ "target": "npm:@babel/core",
325
+ "type": "static"
326
+ },
327
+ {
328
+ "source": "npm:@babel/plugin-syntax-logical-assignment-operators",
329
+ "target": "npm:@babel/helper-plugin-utils",
330
+ "type": "static"
331
+ },
332
+ {
333
+ "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator",
334
+ "target": "npm:@babel/core",
335
+ "type": "static"
336
+ },
337
+ {
338
+ "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator",
339
+ "target": "npm:@babel/helper-plugin-utils",
340
+ "type": "static"
341
+ },
342
+ {
343
+ "source": "npm:@babel/plugin-syntax-numeric-separator",
344
+ "target": "npm:@babel/core",
345
+ "type": "static"
346
+ },
347
+ {
348
+ "source": "npm:@babel/plugin-syntax-numeric-separator",
349
+ "target": "npm:@babel/helper-plugin-utils",
350
+ "type": "static"
351
+ },
352
+ {
353
+ "source": "npm:@babel/plugin-syntax-object-rest-spread",
354
+ "target": "npm:@babel/core",
355
+ "type": "static"
356
+ },
357
+ {
358
+ "source": "npm:@babel/plugin-syntax-object-rest-spread",
359
+ "target": "npm:@babel/helper-plugin-utils",
360
+ "type": "static"
361
+ },
362
+ {
363
+ "source": "npm:@babel/plugin-syntax-optional-catch-binding",
364
+ "target": "npm:@babel/core",
365
+ "type": "static"
366
+ },
367
+ {
368
+ "source": "npm:@babel/plugin-syntax-optional-catch-binding",
369
+ "target": "npm:@babel/helper-plugin-utils",
370
+ "type": "static"
371
+ },
372
+ {
373
+ "source": "npm:@babel/plugin-syntax-optional-chaining",
374
+ "target": "npm:@babel/core",
375
+ "type": "static"
376
+ },
377
+ {
378
+ "source": "npm:@babel/plugin-syntax-optional-chaining",
379
+ "target": "npm:@babel/helper-plugin-utils",
380
+ "type": "static"
381
+ },
382
+ {
383
+ "source": "npm:@babel/plugin-syntax-private-property-in-object",
384
+ "target": "npm:@babel/core",
385
+ "type": "static"
386
+ },
387
+ {
388
+ "source": "npm:@babel/plugin-syntax-private-property-in-object",
389
+ "target": "npm:@babel/helper-plugin-utils",
390
+ "type": "static"
391
+ },
392
+ {
393
+ "source": "npm:@babel/plugin-syntax-top-level-await",
394
+ "target": "npm:@babel/core",
395
+ "type": "static"
396
+ },
397
+ {
398
+ "source": "npm:@babel/plugin-syntax-top-level-await",
399
+ "target": "npm:@babel/helper-plugin-utils",
400
+ "type": "static"
401
+ },
402
+ {
403
+ "source": "npm:@babel/template",
404
+ "target": "npm:@babel/code-frame",
405
+ "type": "static"
406
+ },
407
+ {
408
+ "source": "npm:@babel/template",
409
+ "target": "npm:@babel/parser",
410
+ "type": "static"
411
+ },
412
+ {
413
+ "source": "npm:@babel/template",
414
+ "target": "npm:@babel/types",
415
+ "type": "static"
416
+ },
417
+ {
418
+ "source": "npm:@babel/traverse",
419
+ "target": "npm:@babel/code-frame",
420
+ "type": "static"
421
+ },
422
+ {
423
+ "source": "npm:@babel/traverse",
424
+ "target": "npm:@babel/generator",
425
+ "type": "static"
426
+ },
427
+ {
428
+ "source": "npm:@babel/traverse",
429
+ "target": "npm:@babel/parser",
430
+ "type": "static"
431
+ },
432
+ {
433
+ "source": "npm:@babel/traverse",
434
+ "target": "npm:@babel/template",
435
+ "type": "static"
436
+ },
437
+ {
438
+ "source": "npm:@babel/traverse",
439
+ "target": "npm:@babel/types",
440
+ "type": "static"
441
+ },
442
+ {
443
+ "source": "npm:@babel/traverse",
444
+ "target": "npm:debug",
445
+ "type": "static"
446
+ },
447
+ {
448
+ "source": "npm:@babel/traverse",
449
+ "target": "npm:globals",
450
+ "type": "static"
451
+ },
452
+ {
453
+ "source": "npm:@babel/types",
454
+ "target": "npm:@babel/helper-string-parser",
455
+ "type": "static"
456
+ },
457
+ {
458
+ "source": "npm:@babel/types",
459
+ "target": "npm:@babel/helper-validator-identifier",
460
+ "type": "static"
461
+ },
462
+ {
463
+ "source": "npm:@babel/types",
464
+ "target": "npm:to-fast-properties",
465
+ "type": "static"
466
+ },
467
+ {
468
+ "source": "npm:@cnakazawa/watch",
469
+ "target": "npm:exec-sh",
470
+ "type": "static"
471
+ },
472
+ {
473
+ "source": "npm:@cnakazawa/watch",
474
+ "target": "npm:minimist",
475
+ "type": "static"
476
+ },
477
+ {
478
+ "source": "npm:@istanbuljs/load-nyc-config",
479
+ "target": "npm:camelcase",
480
+ "type": "static"
481
+ },
482
+ {
483
+ "source": "npm:@istanbuljs/load-nyc-config",
484
+ "target": "npm:find-up",
485
+ "type": "static"
486
+ },
487
+ {
488
+ "source": "npm:@istanbuljs/load-nyc-config",
489
+ "target": "npm:get-package-type",
490
+ "type": "static"
491
+ },
492
+ {
493
+ "source": "npm:@istanbuljs/load-nyc-config",
494
+ "target": "npm:js-yaml",
495
+ "type": "static"
496
+ },
497
+ {
498
+ "source": "npm:@istanbuljs/load-nyc-config",
499
+ "target": "npm:resolve-from",
500
+ "type": "static"
501
+ },
502
+ {
503
+ "source": "npm:@jest/console",
504
+ "target": "npm:@jest/types",
505
+ "type": "static"
506
+ },
507
+ {
508
+ "source": "npm:@jest/console",
509
+ "target": "npm:@types/node",
510
+ "type": "static"
511
+ },
512
+ {
513
+ "source": "npm:@jest/console",
514
+ "target": "npm:chalk",
515
+ "type": "static"
516
+ },
517
+ {
518
+ "source": "npm:@jest/console",
519
+ "target": "npm:jest-message-util",
520
+ "type": "static"
521
+ },
522
+ {
523
+ "source": "npm:@jest/console",
524
+ "target": "npm:jest-util",
525
+ "type": "static"
526
+ },
527
+ {
528
+ "source": "npm:@jest/console",
529
+ "target": "npm:slash",
530
+ "type": "static"
531
+ },
532
+ {
533
+ "source": "npm:@jest/core",
534
+ "target": "npm:@jest/console",
535
+ "type": "static"
536
+ },
537
+ {
538
+ "source": "npm:@jest/core",
539
+ "target": "npm:@jest/reporters",
540
+ "type": "static"
541
+ },
542
+ {
543
+ "source": "npm:@jest/core",
544
+ "target": "npm:@jest/test-result",
545
+ "type": "static"
546
+ },
547
+ {
548
+ "source": "npm:@jest/core",
549
+ "target": "npm:@jest/transform",
550
+ "type": "static"
551
+ },
552
+ {
553
+ "source": "npm:@jest/core",
554
+ "target": "npm:@jest/types",
555
+ "type": "static"
556
+ },
557
+ {
558
+ "source": "npm:@jest/core",
559
+ "target": "npm:@types/node",
560
+ "type": "static"
561
+ },
562
+ {
563
+ "source": "npm:@jest/core",
564
+ "target": "npm:ansi-escapes",
565
+ "type": "static"
566
+ },
567
+ {
568
+ "source": "npm:@jest/core",
569
+ "target": "npm:chalk",
570
+ "type": "static"
571
+ },
572
+ {
573
+ "source": "npm:@jest/core",
574
+ "target": "npm:exit",
575
+ "type": "static"
576
+ },
577
+ {
578
+ "source": "npm:@jest/core",
579
+ "target": "npm:graceful-fs",
580
+ "type": "static"
581
+ },
582
+ {
583
+ "source": "npm:@jest/core",
584
+ "target": "npm:jest-changed-files",
585
+ "type": "static"
586
+ },
587
+ {
588
+ "source": "npm:@jest/core",
589
+ "target": "npm:jest-config",
590
+ "type": "static"
591
+ },
592
+ {
593
+ "source": "npm:@jest/core",
594
+ "target": "npm:jest-haste-map",
595
+ "type": "static"
596
+ },
597
+ {
598
+ "source": "npm:@jest/core",
599
+ "target": "npm:jest-message-util",
600
+ "type": "static"
601
+ },
602
+ {
603
+ "source": "npm:@jest/core",
604
+ "target": "npm:jest-regex-util",
605
+ "type": "static"
606
+ },
607
+ {
608
+ "source": "npm:@jest/core",
609
+ "target": "npm:jest-resolve",
610
+ "type": "static"
611
+ },
612
+ {
613
+ "source": "npm:@jest/core",
614
+ "target": "npm:jest-resolve-dependencies",
615
+ "type": "static"
616
+ },
617
+ {
618
+ "source": "npm:@jest/core",
619
+ "target": "npm:jest-runner",
620
+ "type": "static"
621
+ },
622
+ {
623
+ "source": "npm:@jest/core",
624
+ "target": "npm:jest-runtime",
625
+ "type": "static"
626
+ },
627
+ {
628
+ "source": "npm:@jest/core",
629
+ "target": "npm:jest-snapshot",
630
+ "type": "static"
631
+ },
632
+ {
633
+ "source": "npm:@jest/core",
634
+ "target": "npm:jest-util",
635
+ "type": "static"
636
+ },
637
+ {
638
+ "source": "npm:@jest/core",
639
+ "target": "npm:jest-validate",
640
+ "type": "static"
641
+ },
642
+ {
643
+ "source": "npm:@jest/core",
644
+ "target": "npm:jest-watcher",
645
+ "type": "static"
646
+ },
647
+ {
648
+ "source": "npm:@jest/core",
649
+ "target": "npm:micromatch",
650
+ "type": "static"
651
+ },
652
+ {
653
+ "source": "npm:@jest/core",
654
+ "target": "npm:p-each-series",
655
+ "type": "static"
656
+ },
657
+ {
658
+ "source": "npm:@jest/core",
659
+ "target": "npm:rimraf",
660
+ "type": "static"
661
+ },
662
+ {
663
+ "source": "npm:@jest/core",
664
+ "target": "npm:slash",
665
+ "type": "static"
666
+ },
667
+ {
668
+ "source": "npm:@jest/core",
669
+ "target": "npm:strip-ansi",
670
+ "type": "static"
671
+ },
672
+ {
673
+ "source": "npm:@jest/environment",
674
+ "target": "npm:@jest/fake-timers",
675
+ "type": "static"
676
+ },
677
+ {
678
+ "source": "npm:@jest/environment",
679
+ "target": "npm:@jest/types",
680
+ "type": "static"
681
+ },
682
+ {
683
+ "source": "npm:@jest/environment",
684
+ "target": "npm:@types/node",
685
+ "type": "static"
686
+ },
687
+ {
688
+ "source": "npm:@jest/environment",
689
+ "target": "npm:jest-mock",
690
+ "type": "static"
691
+ },
692
+ {
693
+ "source": "npm:@jest/fake-timers",
694
+ "target": "npm:@jest/types",
695
+ "type": "static"
696
+ },
697
+ {
698
+ "source": "npm:@jest/fake-timers",
699
+ "target": "npm:@sinonjs/fake-timers",
700
+ "type": "static"
701
+ },
702
+ {
703
+ "source": "npm:@jest/fake-timers",
704
+ "target": "npm:@types/node",
705
+ "type": "static"
706
+ },
707
+ {
708
+ "source": "npm:@jest/fake-timers",
709
+ "target": "npm:jest-message-util",
710
+ "type": "static"
711
+ },
712
+ {
713
+ "source": "npm:@jest/fake-timers",
714
+ "target": "npm:jest-mock",
715
+ "type": "static"
716
+ },
717
+ {
718
+ "source": "npm:@jest/fake-timers",
719
+ "target": "npm:jest-util",
720
+ "type": "static"
721
+ },
722
+ {
723
+ "source": "npm:@jest/globals",
724
+ "target": "npm:@jest/environment",
725
+ "type": "static"
726
+ },
727
+ {
728
+ "source": "npm:@jest/globals",
729
+ "target": "npm:@jest/types",
730
+ "type": "static"
731
+ },
732
+ {
733
+ "source": "npm:@jest/globals",
734
+ "target": "npm:expect",
735
+ "type": "static"
736
+ },
737
+ {
738
+ "source": "npm:@jest/reporters",
739
+ "target": "npm:@bcoe/v8-coverage",
740
+ "type": "static"
741
+ },
742
+ {
743
+ "source": "npm:@jest/reporters",
744
+ "target": "npm:@jest/console",
745
+ "type": "static"
746
+ },
747
+ {
748
+ "source": "npm:@jest/reporters",
749
+ "target": "npm:@jest/test-result",
750
+ "type": "static"
751
+ },
752
+ {
753
+ "source": "npm:@jest/reporters",
754
+ "target": "npm:@jest/transform",
755
+ "type": "static"
756
+ },
757
+ {
758
+ "source": "npm:@jest/reporters",
759
+ "target": "npm:@jest/types",
760
+ "type": "static"
761
+ },
762
+ {
763
+ "source": "npm:@jest/reporters",
764
+ "target": "npm:chalk",
765
+ "type": "static"
766
+ },
767
+ {
768
+ "source": "npm:@jest/reporters",
769
+ "target": "npm:collect-v8-coverage",
770
+ "type": "static"
771
+ },
772
+ {
773
+ "source": "npm:@jest/reporters",
774
+ "target": "npm:exit",
775
+ "type": "static"
776
+ },
777
+ {
778
+ "source": "npm:@jest/reporters",
779
+ "target": "npm:glob",
780
+ "type": "static"
781
+ },
782
+ {
783
+ "source": "npm:@jest/reporters",
784
+ "target": "npm:graceful-fs",
785
+ "type": "static"
786
+ },
787
+ {
788
+ "source": "npm:@jest/reporters",
789
+ "target": "npm:istanbul-lib-coverage",
790
+ "type": "static"
791
+ },
792
+ {
793
+ "source": "npm:@jest/reporters",
794
+ "target": "npm:istanbul-lib-instrument",
795
+ "type": "static"
796
+ },
797
+ {
798
+ "source": "npm:@jest/reporters",
799
+ "target": "npm:istanbul-lib-report",
800
+ "type": "static"
801
+ },
802
+ {
803
+ "source": "npm:@jest/reporters",
804
+ "target": "npm:istanbul-lib-source-maps",
805
+ "type": "static"
806
+ },
807
+ {
808
+ "source": "npm:@jest/reporters",
809
+ "target": "npm:istanbul-reports",
810
+ "type": "static"
811
+ },
812
+ {
813
+ "source": "npm:@jest/reporters",
814
+ "target": "npm:jest-haste-map",
815
+ "type": "static"
816
+ },
817
+ {
818
+ "source": "npm:@jest/reporters",
819
+ "target": "npm:jest-resolve",
820
+ "type": "static"
821
+ },
822
+ {
823
+ "source": "npm:@jest/reporters",
824
+ "target": "npm:jest-util",
825
+ "type": "static"
826
+ },
827
+ {
828
+ "source": "npm:@jest/reporters",
829
+ "target": "npm:jest-worker",
830
+ "type": "static"
831
+ },
832
+ {
833
+ "source": "npm:@jest/reporters",
834
+ "target": "npm:slash",
835
+ "type": "static"
836
+ },
837
+ {
838
+ "source": "npm:@jest/reporters",
839
+ "target": "npm:source-map",
840
+ "type": "static"
841
+ },
842
+ {
843
+ "source": "npm:@jest/reporters",
844
+ "target": "npm:string-length",
845
+ "type": "static"
846
+ },
847
+ {
848
+ "source": "npm:@jest/reporters",
849
+ "target": "npm:terminal-link",
850
+ "type": "static"
851
+ },
852
+ {
853
+ "source": "npm:@jest/reporters",
854
+ "target": "npm:v8-to-istanbul",
855
+ "type": "static"
856
+ },
857
+ {
858
+ "source": "npm:@jest/reporters",
859
+ "target": "npm:node-notifier",
860
+ "type": "static"
861
+ },
862
+ {
863
+ "source": "npm:@jest/source-map",
864
+ "target": "npm:callsites",
865
+ "type": "static"
866
+ },
867
+ {
868
+ "source": "npm:@jest/source-map",
869
+ "target": "npm:graceful-fs",
870
+ "type": "static"
871
+ },
872
+ {
873
+ "source": "npm:@jest/source-map",
874
+ "target": "npm:source-map",
875
+ "type": "static"
876
+ },
877
+ {
878
+ "source": "npm:@jest/test-result",
879
+ "target": "npm:@jest/console",
880
+ "type": "static"
881
+ },
882
+ {
883
+ "source": "npm:@jest/test-result",
884
+ "target": "npm:@jest/types",
885
+ "type": "static"
886
+ },
887
+ {
888
+ "source": "npm:@jest/test-result",
889
+ "target": "npm:@types/istanbul-lib-coverage",
890
+ "type": "static"
891
+ },
892
+ {
893
+ "source": "npm:@jest/test-result",
894
+ "target": "npm:collect-v8-coverage",
895
+ "type": "static"
896
+ },
897
+ {
898
+ "source": "npm:@jest/test-sequencer",
899
+ "target": "npm:@jest/test-result",
900
+ "type": "static"
901
+ },
902
+ {
903
+ "source": "npm:@jest/test-sequencer",
904
+ "target": "npm:graceful-fs",
905
+ "type": "static"
906
+ },
907
+ {
908
+ "source": "npm:@jest/test-sequencer",
909
+ "target": "npm:jest-haste-map",
910
+ "type": "static"
911
+ },
912
+ {
913
+ "source": "npm:@jest/test-sequencer",
914
+ "target": "npm:jest-runner",
915
+ "type": "static"
916
+ },
917
+ {
918
+ "source": "npm:@jest/test-sequencer",
919
+ "target": "npm:jest-runtime",
920
+ "type": "static"
921
+ },
922
+ {
923
+ "source": "npm:@jest/transform",
924
+ "target": "npm:@babel/core",
925
+ "type": "static"
926
+ },
927
+ {
928
+ "source": "npm:@jest/transform",
929
+ "target": "npm:@jest/types",
930
+ "type": "static"
931
+ },
932
+ {
933
+ "source": "npm:@jest/transform",
934
+ "target": "npm:babel-plugin-istanbul",
935
+ "type": "static"
936
+ },
937
+ {
938
+ "source": "npm:@jest/transform",
939
+ "target": "npm:chalk",
940
+ "type": "static"
941
+ },
942
+ {
943
+ "source": "npm:@jest/transform",
944
+ "target": "npm:convert-source-map",
945
+ "type": "static"
946
+ },
947
+ {
948
+ "source": "npm:@jest/transform",
949
+ "target": "npm:fast-json-stable-stringify",
950
+ "type": "static"
951
+ },
952
+ {
953
+ "source": "npm:@jest/transform",
954
+ "target": "npm:graceful-fs",
955
+ "type": "static"
956
+ },
957
+ {
958
+ "source": "npm:@jest/transform",
959
+ "target": "npm:jest-haste-map",
960
+ "type": "static"
961
+ },
962
+ {
963
+ "source": "npm:@jest/transform",
964
+ "target": "npm:jest-regex-util",
965
+ "type": "static"
966
+ },
967
+ {
968
+ "source": "npm:@jest/transform",
969
+ "target": "npm:jest-util",
970
+ "type": "static"
971
+ },
972
+ {
973
+ "source": "npm:@jest/transform",
974
+ "target": "npm:micromatch",
975
+ "type": "static"
976
+ },
977
+ {
978
+ "source": "npm:@jest/transform",
979
+ "target": "npm:pirates",
980
+ "type": "static"
981
+ },
982
+ {
983
+ "source": "npm:@jest/transform",
984
+ "target": "npm:slash",
985
+ "type": "static"
986
+ },
987
+ {
988
+ "source": "npm:@jest/transform",
989
+ "target": "npm:source-map",
990
+ "type": "static"
991
+ },
992
+ {
993
+ "source": "npm:@jest/transform",
994
+ "target": "npm:write-file-atomic",
995
+ "type": "static"
996
+ },
997
+ {
998
+ "source": "npm:@jest/types",
999
+ "target": "npm:@types/istanbul-lib-coverage",
1000
+ "type": "static"
1001
+ },
1002
+ {
1003
+ "source": "npm:@jest/types",
1004
+ "target": "npm:@types/istanbul-reports",
1005
+ "type": "static"
1006
+ },
1007
+ {
1008
+ "source": "npm:@jest/types",
1009
+ "target": "npm:@types/node",
1010
+ "type": "static"
1011
+ },
1012
+ {
1013
+ "source": "npm:@jest/types",
1014
+ "target": "npm:@types/yargs",
1015
+ "type": "static"
1016
+ },
1017
+ {
1018
+ "source": "npm:@jest/types",
1019
+ "target": "npm:chalk",
1020
+ "type": "static"
1021
+ },
1022
+ {
1023
+ "source": "npm:@jridgewell/gen-mapping",
1024
+ "target": "npm:@jridgewell/set-array",
1025
+ "type": "static"
1026
+ },
1027
+ {
1028
+ "source": "npm:@jridgewell/gen-mapping",
1029
+ "target": "npm:@jridgewell/sourcemap-codec",
1030
+ "type": "static"
1031
+ },
1032
+ {
1033
+ "source": "npm:@jridgewell/gen-mapping",
1034
+ "target": "npm:@jridgewell/trace-mapping",
1035
+ "type": "static"
1036
+ },
1037
+ {
1038
+ "source": "npm:@jridgewell/trace-mapping",
1039
+ "target": "npm:@jridgewell/resolve-uri",
1040
+ "type": "static"
1041
+ },
1042
+ {
1043
+ "source": "npm:@jridgewell/trace-mapping",
1044
+ "target": "npm:@jridgewell/sourcemap-codec",
1045
+ "type": "static"
1046
+ },
1047
+ {
1048
+ "source": "npm:@sinonjs/commons",
1049
+ "target": "npm:type-detect",
1050
+ "type": "static"
1051
+ },
1052
+ {
1053
+ "source": "npm:@sinonjs/fake-timers",
1054
+ "target": "npm:@sinonjs/commons",
1055
+ "type": "static"
1056
+ },
1057
+ {
1058
+ "source": "npm:@types/babel__core",
1059
+ "target": "npm:@babel/parser",
1060
+ "type": "static"
1061
+ },
1062
+ {
1063
+ "source": "npm:@types/babel__core",
1064
+ "target": "npm:@babel/types",
1065
+ "type": "static"
1066
+ },
1067
+ {
1068
+ "source": "npm:@types/babel__core",
1069
+ "target": "npm:@types/babel__generator",
1070
+ "type": "static"
1071
+ },
1072
+ {
1073
+ "source": "npm:@types/babel__core",
1074
+ "target": "npm:@types/babel__template",
1075
+ "type": "static"
1076
+ },
1077
+ {
1078
+ "source": "npm:@types/babel__core",
1079
+ "target": "npm:@types/babel__traverse",
1080
+ "type": "static"
1081
+ },
1082
+ {
1083
+ "source": "npm:@types/babel__generator",
1084
+ "target": "npm:@babel/types",
1085
+ "type": "static"
1086
+ },
1087
+ {
1088
+ "source": "npm:@types/babel__template",
1089
+ "target": "npm:@babel/parser",
1090
+ "type": "static"
1091
+ },
1092
+ {
1093
+ "source": "npm:@types/babel__template",
1094
+ "target": "npm:@babel/types",
1095
+ "type": "static"
1096
+ },
1097
+ {
1098
+ "source": "npm:@types/babel__traverse",
1099
+ "target": "npm:@babel/types",
1100
+ "type": "static"
1101
+ },
1102
+ {
1103
+ "source": "npm:@types/graceful-fs",
1104
+ "target": "npm:@types/node",
1105
+ "type": "static"
1106
+ },
1107
+ {
1108
+ "source": "npm:@types/istanbul-lib-report",
1109
+ "target": "npm:@types/istanbul-lib-coverage",
1110
+ "type": "static"
1111
+ },
1112
+ {
1113
+ "source": "npm:@types/istanbul-reports",
1114
+ "target": "npm:@types/istanbul-lib-report",
1115
+ "type": "static"
1116
+ },
1117
+ {
1118
+ "source": "npm:@types/node",
1119
+ "target": "npm:undici-types",
1120
+ "type": "static"
1121
+ },
1122
+ {
1123
+ "source": "npm:@types/yargs",
1124
+ "target": "npm:@types/yargs-parser",
1125
+ "type": "static"
1126
+ },
1127
+ {
1128
+ "source": "npm:acorn-globals",
1129
+ "target": "npm:acorn@7.4.1",
1130
+ "type": "static"
1131
+ },
1132
+ {
1133
+ "source": "npm:acorn-globals",
1134
+ "target": "npm:acorn-walk",
1135
+ "type": "static"
1136
+ },
1137
+ {
1138
+ "source": "npm:agent-base",
1139
+ "target": "npm:debug",
1140
+ "type": "static"
1141
+ },
1142
+ {
1143
+ "source": "npm:ansi-escapes",
1144
+ "target": "npm:type-fest",
1145
+ "type": "static"
1146
+ },
1147
+ {
1148
+ "source": "npm:ansi-styles",
1149
+ "target": "npm:color-convert",
1150
+ "type": "static"
1151
+ },
1152
+ {
1153
+ "source": "npm:anymatch",
1154
+ "target": "npm:normalize-path",
1155
+ "type": "static"
1156
+ },
1157
+ {
1158
+ "source": "npm:anymatch",
1159
+ "target": "npm:picomatch",
1160
+ "type": "static"
1161
+ },
1162
+ {
1163
+ "source": "npm:argparse",
1164
+ "target": "npm:sprintf-js",
1165
+ "type": "static"
1166
+ },
1167
+ {
1168
+ "source": "npm:babel-jest",
1169
+ "target": "npm:@babel/core",
1170
+ "type": "static"
1171
+ },
1172
+ {
1173
+ "source": "npm:babel-jest",
1174
+ "target": "npm:@jest/transform",
1175
+ "type": "static"
1176
+ },
1177
+ {
1178
+ "source": "npm:babel-jest",
1179
+ "target": "npm:@jest/types",
1180
+ "type": "static"
1181
+ },
1182
+ {
1183
+ "source": "npm:babel-jest",
1184
+ "target": "npm:@types/babel__core",
1185
+ "type": "static"
1186
+ },
1187
+ {
1188
+ "source": "npm:babel-jest",
1189
+ "target": "npm:babel-plugin-istanbul",
1190
+ "type": "static"
1191
+ },
1192
+ {
1193
+ "source": "npm:babel-jest",
1194
+ "target": "npm:babel-preset-jest",
1195
+ "type": "static"
1196
+ },
1197
+ {
1198
+ "source": "npm:babel-jest",
1199
+ "target": "npm:chalk",
1200
+ "type": "static"
1201
+ },
1202
+ {
1203
+ "source": "npm:babel-jest",
1204
+ "target": "npm:graceful-fs",
1205
+ "type": "static"
1206
+ },
1207
+ {
1208
+ "source": "npm:babel-jest",
1209
+ "target": "npm:slash",
1210
+ "type": "static"
1211
+ },
1212
+ {
1213
+ "source": "npm:babel-plugin-istanbul",
1214
+ "target": "npm:@babel/helper-plugin-utils",
1215
+ "type": "static"
1216
+ },
1217
+ {
1218
+ "source": "npm:babel-plugin-istanbul",
1219
+ "target": "npm:@istanbuljs/load-nyc-config",
1220
+ "type": "static"
1221
+ },
1222
+ {
1223
+ "source": "npm:babel-plugin-istanbul",
1224
+ "target": "npm:@istanbuljs/schema",
1225
+ "type": "static"
1226
+ },
1227
+ {
1228
+ "source": "npm:babel-plugin-istanbul",
1229
+ "target": "npm:istanbul-lib-instrument@5.2.1",
1230
+ "type": "static"
1231
+ },
1232
+ {
1233
+ "source": "npm:babel-plugin-istanbul",
1234
+ "target": "npm:test-exclude",
1235
+ "type": "static"
1236
+ },
1237
+ {
1238
+ "source": "npm:istanbul-lib-instrument@5.2.1",
1239
+ "target": "npm:@babel/core",
1240
+ "type": "static"
1241
+ },
1242
+ {
1243
+ "source": "npm:istanbul-lib-instrument@5.2.1",
1244
+ "target": "npm:@babel/parser",
1245
+ "type": "static"
1246
+ },
1247
+ {
1248
+ "source": "npm:istanbul-lib-instrument@5.2.1",
1249
+ "target": "npm:@istanbuljs/schema",
1250
+ "type": "static"
1251
+ },
1252
+ {
1253
+ "source": "npm:istanbul-lib-instrument@5.2.1",
1254
+ "target": "npm:istanbul-lib-coverage",
1255
+ "type": "static"
1256
+ },
1257
+ {
1258
+ "source": "npm:istanbul-lib-instrument@5.2.1",
1259
+ "target": "npm:semver",
1260
+ "type": "static"
1261
+ },
1262
+ {
1263
+ "source": "npm:babel-plugin-jest-hoist",
1264
+ "target": "npm:@babel/template",
1265
+ "type": "static"
1266
+ },
1267
+ {
1268
+ "source": "npm:babel-plugin-jest-hoist",
1269
+ "target": "npm:@babel/types",
1270
+ "type": "static"
1271
+ },
1272
+ {
1273
+ "source": "npm:babel-plugin-jest-hoist",
1274
+ "target": "npm:@types/babel__core",
1275
+ "type": "static"
1276
+ },
1277
+ {
1278
+ "source": "npm:babel-plugin-jest-hoist",
1279
+ "target": "npm:@types/babel__traverse",
1280
+ "type": "static"
1281
+ },
1282
+ {
1283
+ "source": "npm:babel-preset-current-node-syntax",
1284
+ "target": "npm:@babel/core",
1285
+ "type": "static"
1286
+ },
1287
+ {
1288
+ "source": "npm:babel-preset-current-node-syntax",
1289
+ "target": "npm:@babel/plugin-syntax-async-generators",
1290
+ "type": "static"
1291
+ },
1292
+ {
1293
+ "source": "npm:babel-preset-current-node-syntax",
1294
+ "target": "npm:@babel/plugin-syntax-bigint",
1295
+ "type": "static"
1296
+ },
1297
+ {
1298
+ "source": "npm:babel-preset-current-node-syntax",
1299
+ "target": "npm:@babel/plugin-syntax-class-properties",
1300
+ "type": "static"
1301
+ },
1302
+ {
1303
+ "source": "npm:babel-preset-current-node-syntax",
1304
+ "target": "npm:@babel/plugin-syntax-class-static-block",
1305
+ "type": "static"
1306
+ },
1307
+ {
1308
+ "source": "npm:babel-preset-current-node-syntax",
1309
+ "target": "npm:@babel/plugin-syntax-import-attributes",
1310
+ "type": "static"
1311
+ },
1312
+ {
1313
+ "source": "npm:babel-preset-current-node-syntax",
1314
+ "target": "npm:@babel/plugin-syntax-import-meta",
1315
+ "type": "static"
1316
+ },
1317
+ {
1318
+ "source": "npm:babel-preset-current-node-syntax",
1319
+ "target": "npm:@babel/plugin-syntax-json-strings",
1320
+ "type": "static"
1321
+ },
1322
+ {
1323
+ "source": "npm:babel-preset-current-node-syntax",
1324
+ "target": "npm:@babel/plugin-syntax-logical-assignment-operators",
1325
+ "type": "static"
1326
+ },
1327
+ {
1328
+ "source": "npm:babel-preset-current-node-syntax",
1329
+ "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator",
1330
+ "type": "static"
1331
+ },
1332
+ {
1333
+ "source": "npm:babel-preset-current-node-syntax",
1334
+ "target": "npm:@babel/plugin-syntax-numeric-separator",
1335
+ "type": "static"
1336
+ },
1337
+ {
1338
+ "source": "npm:babel-preset-current-node-syntax",
1339
+ "target": "npm:@babel/plugin-syntax-object-rest-spread",
1340
+ "type": "static"
1341
+ },
1342
+ {
1343
+ "source": "npm:babel-preset-current-node-syntax",
1344
+ "target": "npm:@babel/plugin-syntax-optional-catch-binding",
1345
+ "type": "static"
1346
+ },
1347
+ {
1348
+ "source": "npm:babel-preset-current-node-syntax",
1349
+ "target": "npm:@babel/plugin-syntax-optional-chaining",
1350
+ "type": "static"
1351
+ },
1352
+ {
1353
+ "source": "npm:babel-preset-current-node-syntax",
1354
+ "target": "npm:@babel/plugin-syntax-private-property-in-object",
1355
+ "type": "static"
1356
+ },
1357
+ {
1358
+ "source": "npm:babel-preset-current-node-syntax",
1359
+ "target": "npm:@babel/plugin-syntax-top-level-await",
1360
+ "type": "static"
1361
+ },
1362
+ {
1363
+ "source": "npm:babel-preset-jest",
1364
+ "target": "npm:@babel/core",
1365
+ "type": "static"
1366
+ },
1367
+ {
1368
+ "source": "npm:babel-preset-jest",
1369
+ "target": "npm:babel-plugin-jest-hoist",
1370
+ "type": "static"
1371
+ },
1372
+ {
1373
+ "source": "npm:babel-preset-jest",
1374
+ "target": "npm:babel-preset-current-node-syntax",
1375
+ "type": "static"
1376
+ },
1377
+ {
1378
+ "source": "npm:base",
1379
+ "target": "npm:cache-base",
1380
+ "type": "static"
1381
+ },
1382
+ {
1383
+ "source": "npm:base",
1384
+ "target": "npm:class-utils",
1385
+ "type": "static"
1386
+ },
1387
+ {
1388
+ "source": "npm:base",
1389
+ "target": "npm:component-emitter",
1390
+ "type": "static"
1391
+ },
1392
+ {
1393
+ "source": "npm:base",
1394
+ "target": "npm:define-property@1.0.0",
1395
+ "type": "static"
1396
+ },
1397
+ {
1398
+ "source": "npm:base",
1399
+ "target": "npm:isobject",
1400
+ "type": "static"
1401
+ },
1402
+ {
1403
+ "source": "npm:base",
1404
+ "target": "npm:mixin-deep",
1405
+ "type": "static"
1406
+ },
1407
+ {
1408
+ "source": "npm:base",
1409
+ "target": "npm:pascalcase",
1410
+ "type": "static"
1411
+ },
1412
+ {
1413
+ "source": "npm:define-property@1.0.0",
1414
+ "target": "npm:is-descriptor",
1415
+ "type": "static"
1416
+ },
1417
+ {
1418
+ "source": "npm:brace-expansion",
1419
+ "target": "npm:balanced-match",
1420
+ "type": "static"
1421
+ },
1422
+ {
1423
+ "source": "npm:brace-expansion",
1424
+ "target": "npm:concat-map",
1425
+ "type": "static"
1426
+ },
1427
+ {
1428
+ "source": "npm:braces",
1429
+ "target": "npm:fill-range",
1430
+ "type": "static"
1431
+ },
1432
+ {
1433
+ "source": "npm:browserslist",
1434
+ "target": "npm:caniuse-lite",
1435
+ "type": "static"
1436
+ },
1437
+ {
1438
+ "source": "npm:browserslist",
1439
+ "target": "npm:electron-to-chromium",
1440
+ "type": "static"
1441
+ },
1442
+ {
1443
+ "source": "npm:browserslist",
1444
+ "target": "npm:node-releases",
1445
+ "type": "static"
1446
+ },
1447
+ {
1448
+ "source": "npm:browserslist",
1449
+ "target": "npm:update-browserslist-db",
1450
+ "type": "static"
1451
+ },
1452
+ {
1453
+ "source": "npm:bser",
1454
+ "target": "npm:node-int64",
1455
+ "type": "static"
1456
+ },
1457
+ {
1458
+ "source": "npm:cache-base",
1459
+ "target": "npm:collection-visit",
1460
+ "type": "static"
1461
+ },
1462
+ {
1463
+ "source": "npm:cache-base",
1464
+ "target": "npm:component-emitter",
1465
+ "type": "static"
1466
+ },
1467
+ {
1468
+ "source": "npm:cache-base",
1469
+ "target": "npm:get-value",
1470
+ "type": "static"
1471
+ },
1472
+ {
1473
+ "source": "npm:cache-base",
1474
+ "target": "npm:has-value",
1475
+ "type": "static"
1476
+ },
1477
+ {
1478
+ "source": "npm:cache-base",
1479
+ "target": "npm:isobject",
1480
+ "type": "static"
1481
+ },
1482
+ {
1483
+ "source": "npm:cache-base",
1484
+ "target": "npm:set-value",
1485
+ "type": "static"
1486
+ },
1487
+ {
1488
+ "source": "npm:cache-base",
1489
+ "target": "npm:to-object-path",
1490
+ "type": "static"
1491
+ },
1492
+ {
1493
+ "source": "npm:cache-base",
1494
+ "target": "npm:union-value",
1495
+ "type": "static"
1496
+ },
1497
+ {
1498
+ "source": "npm:cache-base",
1499
+ "target": "npm:unset-value",
1500
+ "type": "static"
1501
+ },
1502
+ {
1503
+ "source": "npm:capture-exit",
1504
+ "target": "npm:rsvp",
1505
+ "type": "static"
1506
+ },
1507
+ {
1508
+ "source": "npm:chalk",
1509
+ "target": "npm:ansi-styles",
1510
+ "type": "static"
1511
+ },
1512
+ {
1513
+ "source": "npm:chalk",
1514
+ "target": "npm:supports-color",
1515
+ "type": "static"
1516
+ },
1517
+ {
1518
+ "source": "npm:class-utils",
1519
+ "target": "npm:arr-union",
1520
+ "type": "static"
1521
+ },
1522
+ {
1523
+ "source": "npm:class-utils",
1524
+ "target": "npm:define-property@0.2.5",
1525
+ "type": "static"
1526
+ },
1527
+ {
1528
+ "source": "npm:class-utils",
1529
+ "target": "npm:isobject",
1530
+ "type": "static"
1531
+ },
1532
+ {
1533
+ "source": "npm:class-utils",
1534
+ "target": "npm:static-extend",
1535
+ "type": "static"
1536
+ },
1537
+ {
1538
+ "source": "npm:define-property@0.2.5",
1539
+ "target": "npm:is-descriptor@0.1.7",
1540
+ "type": "static"
1541
+ },
1542
+ {
1543
+ "source": "npm:is-descriptor@0.1.7",
1544
+ "target": "npm:is-accessor-descriptor",
1545
+ "type": "static"
1546
+ },
1547
+ {
1548
+ "source": "npm:is-descriptor@0.1.7",
1549
+ "target": "npm:is-data-descriptor",
1550
+ "type": "static"
1551
+ },
1552
+ {
1553
+ "source": "npm:cliui",
1554
+ "target": "npm:string-width",
1555
+ "type": "static"
1556
+ },
1557
+ {
1558
+ "source": "npm:cliui",
1559
+ "target": "npm:strip-ansi",
1560
+ "type": "static"
1561
+ },
1562
+ {
1563
+ "source": "npm:cliui",
1564
+ "target": "npm:wrap-ansi",
1565
+ "type": "static"
1566
+ },
1567
+ {
1568
+ "source": "npm:collection-visit",
1569
+ "target": "npm:map-visit",
1570
+ "type": "static"
1571
+ },
1572
+ {
1573
+ "source": "npm:collection-visit",
1574
+ "target": "npm:object-visit",
1575
+ "type": "static"
1576
+ },
1577
+ {
1578
+ "source": "npm:color-convert",
1579
+ "target": "npm:color-name",
1580
+ "type": "static"
1581
+ },
1582
+ {
1583
+ "source": "npm:combined-stream",
1584
+ "target": "npm:delayed-stream",
1585
+ "type": "static"
1586
+ },
1587
+ {
1588
+ "source": "npm:cross-spawn",
1589
+ "target": "npm:path-key",
1590
+ "type": "static"
1591
+ },
1592
+ {
1593
+ "source": "npm:cross-spawn",
1594
+ "target": "npm:shebang-command",
1595
+ "type": "static"
1596
+ },
1597
+ {
1598
+ "source": "npm:cross-spawn",
1599
+ "target": "npm:which",
1600
+ "type": "static"
1601
+ },
1602
+ {
1603
+ "source": "npm:cssstyle",
1604
+ "target": "npm:cssom@0.3.8",
1605
+ "type": "static"
1606
+ },
1607
+ {
1608
+ "source": "npm:data-urls",
1609
+ "target": "npm:abab",
1610
+ "type": "static"
1611
+ },
1612
+ {
1613
+ "source": "npm:data-urls",
1614
+ "target": "npm:whatwg-mimetype",
1615
+ "type": "static"
1616
+ },
1617
+ {
1618
+ "source": "npm:data-urls",
1619
+ "target": "npm:whatwg-url",
1620
+ "type": "static"
1621
+ },
1622
+ {
1623
+ "source": "npm:debug",
1624
+ "target": "npm:ms",
1625
+ "type": "static"
1626
+ },
1627
+ {
1628
+ "source": "npm:define-property",
1629
+ "target": "npm:is-descriptor",
1630
+ "type": "static"
1631
+ },
1632
+ {
1633
+ "source": "npm:define-property",
1634
+ "target": "npm:isobject",
1635
+ "type": "static"
1636
+ },
1637
+ {
1638
+ "source": "npm:domexception",
1639
+ "target": "npm:webidl-conversions@5.0.0",
1640
+ "type": "static"
1641
+ },
1642
+ {
1643
+ "source": "npm:end-of-stream",
1644
+ "target": "npm:once",
1645
+ "type": "static"
1646
+ },
1647
+ {
1648
+ "source": "npm:error-ex",
1649
+ "target": "npm:is-arrayish",
1650
+ "type": "static"
1651
+ },
1652
+ {
1653
+ "source": "npm:escodegen",
1654
+ "target": "npm:esprima",
1655
+ "type": "static"
1656
+ },
1657
+ {
1658
+ "source": "npm:escodegen",
1659
+ "target": "npm:estraverse",
1660
+ "type": "static"
1661
+ },
1662
+ {
1663
+ "source": "npm:escodegen",
1664
+ "target": "npm:esutils",
1665
+ "type": "static"
1666
+ },
1667
+ {
1668
+ "source": "npm:escodegen",
1669
+ "target": "npm:source-map",
1670
+ "type": "static"
1671
+ },
1672
+ {
1673
+ "source": "npm:execa",
1674
+ "target": "npm:cross-spawn",
1675
+ "type": "static"
1676
+ },
1677
+ {
1678
+ "source": "npm:execa",
1679
+ "target": "npm:get-stream",
1680
+ "type": "static"
1681
+ },
1682
+ {
1683
+ "source": "npm:execa",
1684
+ "target": "npm:human-signals",
1685
+ "type": "static"
1686
+ },
1687
+ {
1688
+ "source": "npm:execa",
1689
+ "target": "npm:is-stream",
1690
+ "type": "static"
1691
+ },
1692
+ {
1693
+ "source": "npm:execa",
1694
+ "target": "npm:merge-stream",
1695
+ "type": "static"
1696
+ },
1697
+ {
1698
+ "source": "npm:execa",
1699
+ "target": "npm:npm-run-path",
1700
+ "type": "static"
1701
+ },
1702
+ {
1703
+ "source": "npm:execa",
1704
+ "target": "npm:onetime",
1705
+ "type": "static"
1706
+ },
1707
+ {
1708
+ "source": "npm:execa",
1709
+ "target": "npm:signal-exit",
1710
+ "type": "static"
1711
+ },
1712
+ {
1713
+ "source": "npm:execa",
1714
+ "target": "npm:strip-final-newline",
1715
+ "type": "static"
1716
+ },
1717
+ {
1718
+ "source": "npm:expand-brackets",
1719
+ "target": "npm:debug@2.6.9",
1720
+ "type": "static"
1721
+ },
1722
+ {
1723
+ "source": "npm:expand-brackets",
1724
+ "target": "npm:define-property@0.2.5",
1725
+ "type": "static"
1726
+ },
1727
+ {
1728
+ "source": "npm:expand-brackets",
1729
+ "target": "npm:extend-shallow@2.0.1",
1730
+ "type": "static"
1731
+ },
1732
+ {
1733
+ "source": "npm:expand-brackets",
1734
+ "target": "npm:posix-character-classes",
1735
+ "type": "static"
1736
+ },
1737
+ {
1738
+ "source": "npm:expand-brackets",
1739
+ "target": "npm:regex-not",
1740
+ "type": "static"
1741
+ },
1742
+ {
1743
+ "source": "npm:expand-brackets",
1744
+ "target": "npm:snapdragon",
1745
+ "type": "static"
1746
+ },
1747
+ {
1748
+ "source": "npm:expand-brackets",
1749
+ "target": "npm:to-regex",
1750
+ "type": "static"
1751
+ },
1752
+ {
1753
+ "source": "npm:debug@2.6.9",
1754
+ "target": "npm:ms@2.0.0",
1755
+ "type": "static"
1756
+ },
1757
+ {
1758
+ "source": "npm:define-property@0.2.5",
1759
+ "target": "npm:is-descriptor@0.1.7",
1760
+ "type": "static"
1761
+ },
1762
+ {
1763
+ "source": "npm:extend-shallow@2.0.1",
1764
+ "target": "npm:is-extendable@0.1.1",
1765
+ "type": "static"
1766
+ },
1767
+ {
1768
+ "source": "npm:is-descriptor@0.1.7",
1769
+ "target": "npm:is-accessor-descriptor",
1770
+ "type": "static"
1771
+ },
1772
+ {
1773
+ "source": "npm:is-descriptor@0.1.7",
1774
+ "target": "npm:is-data-descriptor",
1775
+ "type": "static"
1776
+ },
1777
+ {
1778
+ "source": "npm:expect",
1779
+ "target": "npm:@jest/types",
1780
+ "type": "static"
1781
+ },
1782
+ {
1783
+ "source": "npm:expect",
1784
+ "target": "npm:ansi-styles",
1785
+ "type": "static"
1786
+ },
1787
+ {
1788
+ "source": "npm:expect",
1789
+ "target": "npm:jest-get-type",
1790
+ "type": "static"
1791
+ },
1792
+ {
1793
+ "source": "npm:expect",
1794
+ "target": "npm:jest-matcher-utils",
1795
+ "type": "static"
1796
+ },
1797
+ {
1798
+ "source": "npm:expect",
1799
+ "target": "npm:jest-message-util",
1800
+ "type": "static"
1801
+ },
1802
+ {
1803
+ "source": "npm:expect",
1804
+ "target": "npm:jest-regex-util",
1805
+ "type": "static"
1806
+ },
1807
+ {
1808
+ "source": "npm:extend-shallow",
1809
+ "target": "npm:assign-symbols",
1810
+ "type": "static"
1811
+ },
1812
+ {
1813
+ "source": "npm:extend-shallow",
1814
+ "target": "npm:is-extendable",
1815
+ "type": "static"
1816
+ },
1817
+ {
1818
+ "source": "npm:extglob",
1819
+ "target": "npm:array-unique",
1820
+ "type": "static"
1821
+ },
1822
+ {
1823
+ "source": "npm:extglob",
1824
+ "target": "npm:define-property@1.0.0",
1825
+ "type": "static"
1826
+ },
1827
+ {
1828
+ "source": "npm:extglob",
1829
+ "target": "npm:expand-brackets",
1830
+ "type": "static"
1831
+ },
1832
+ {
1833
+ "source": "npm:extglob",
1834
+ "target": "npm:extend-shallow@2.0.1",
1835
+ "type": "static"
1836
+ },
1837
+ {
1838
+ "source": "npm:extglob",
1839
+ "target": "npm:fragment-cache",
1840
+ "type": "static"
1841
+ },
1842
+ {
1843
+ "source": "npm:extglob",
1844
+ "target": "npm:regex-not",
1845
+ "type": "static"
1846
+ },
1847
+ {
1848
+ "source": "npm:extglob",
1849
+ "target": "npm:snapdragon",
1850
+ "type": "static"
1851
+ },
1852
+ {
1853
+ "source": "npm:extglob",
1854
+ "target": "npm:to-regex",
1855
+ "type": "static"
1856
+ },
1857
+ {
1858
+ "source": "npm:define-property@1.0.0",
1859
+ "target": "npm:is-descriptor",
1860
+ "type": "static"
1861
+ },
1862
+ {
1863
+ "source": "npm:extend-shallow@2.0.1",
1864
+ "target": "npm:is-extendable@0.1.1",
1865
+ "type": "static"
1866
+ },
1867
+ {
1868
+ "source": "npm:fb-watchman",
1869
+ "target": "npm:bser",
1870
+ "type": "static"
1871
+ },
1872
+ {
1873
+ "source": "npm:fill-range",
1874
+ "target": "npm:to-regex-range",
1875
+ "type": "static"
1876
+ },
1877
+ {
1878
+ "source": "npm:find-up",
1879
+ "target": "npm:locate-path",
1880
+ "type": "static"
1881
+ },
1882
+ {
1883
+ "source": "npm:find-up",
1884
+ "target": "npm:path-exists",
1885
+ "type": "static"
1886
+ },
1887
+ {
1888
+ "source": "npm:form-data",
1889
+ "target": "npm:asynckit",
1890
+ "type": "static"
1891
+ },
1892
+ {
1893
+ "source": "npm:form-data",
1894
+ "target": "npm:combined-stream",
1895
+ "type": "static"
1896
+ },
1897
+ {
1898
+ "source": "npm:form-data",
1899
+ "target": "npm:mime-types",
1900
+ "type": "static"
1901
+ },
1902
+ {
1903
+ "source": "npm:fragment-cache",
1904
+ "target": "npm:map-cache",
1905
+ "type": "static"
1906
+ },
1907
+ {
1908
+ "source": "npm:get-stream",
1909
+ "target": "npm:pump",
1910
+ "type": "static"
1911
+ },
1912
+ {
1913
+ "source": "npm:glob",
1914
+ "target": "npm:fs.realpath",
1915
+ "type": "static"
1916
+ },
1917
+ {
1918
+ "source": "npm:glob",
1919
+ "target": "npm:inflight",
1920
+ "type": "static"
1921
+ },
1922
+ {
1923
+ "source": "npm:glob",
1924
+ "target": "npm:inherits",
1925
+ "type": "static"
1926
+ },
1927
+ {
1928
+ "source": "npm:glob",
1929
+ "target": "npm:minimatch",
1930
+ "type": "static"
1931
+ },
1932
+ {
1933
+ "source": "npm:glob",
1934
+ "target": "npm:once",
1935
+ "type": "static"
1936
+ },
1937
+ {
1938
+ "source": "npm:glob",
1939
+ "target": "npm:path-is-absolute",
1940
+ "type": "static"
1941
+ },
1942
+ {
1943
+ "source": "npm:has-value",
1944
+ "target": "npm:get-value",
1945
+ "type": "static"
1946
+ },
1947
+ {
1948
+ "source": "npm:has-value",
1949
+ "target": "npm:has-values",
1950
+ "type": "static"
1951
+ },
1952
+ {
1953
+ "source": "npm:has-value",
1954
+ "target": "npm:isobject",
1955
+ "type": "static"
1956
+ },
1957
+ {
1958
+ "source": "npm:has-values",
1959
+ "target": "npm:is-number@3.0.0",
1960
+ "type": "static"
1961
+ },
1962
+ {
1963
+ "source": "npm:has-values",
1964
+ "target": "npm:kind-of@4.0.0",
1965
+ "type": "static"
1966
+ },
1967
+ {
1968
+ "source": "npm:is-number@3.0.0",
1969
+ "target": "npm:kind-of@3.2.2",
1970
+ "type": "static"
1971
+ },
1972
+ {
1973
+ "source": "npm:kind-of@3.2.2",
1974
+ "target": "npm:is-buffer",
1975
+ "type": "static"
1976
+ },
1977
+ {
1978
+ "source": "npm:kind-of@4.0.0",
1979
+ "target": "npm:is-buffer",
1980
+ "type": "static"
1981
+ },
1982
+ {
1983
+ "source": "npm:hasown",
1984
+ "target": "npm:function-bind",
1985
+ "type": "static"
1986
+ },
1987
+ {
1988
+ "source": "npm:html-encoding-sniffer",
1989
+ "target": "npm:whatwg-encoding",
1990
+ "type": "static"
1991
+ },
1992
+ {
1993
+ "source": "npm:http-proxy-agent",
1994
+ "target": "npm:@tootallnate/once",
1995
+ "type": "static"
1996
+ },
1997
+ {
1998
+ "source": "npm:http-proxy-agent",
1999
+ "target": "npm:agent-base",
2000
+ "type": "static"
2001
+ },
2002
+ {
2003
+ "source": "npm:http-proxy-agent",
2004
+ "target": "npm:debug",
2005
+ "type": "static"
2006
+ },
2007
+ {
2008
+ "source": "npm:https-proxy-agent",
2009
+ "target": "npm:agent-base",
2010
+ "type": "static"
2011
+ },
2012
+ {
2013
+ "source": "npm:https-proxy-agent",
2014
+ "target": "npm:debug",
2015
+ "type": "static"
2016
+ },
2017
+ {
2018
+ "source": "npm:iconv-lite",
2019
+ "target": "npm:safer-buffer",
2020
+ "type": "static"
2021
+ },
2022
+ {
2023
+ "source": "npm:import-local",
2024
+ "target": "npm:pkg-dir",
2025
+ "type": "static"
2026
+ },
2027
+ {
2028
+ "source": "npm:import-local",
2029
+ "target": "npm:resolve-cwd",
2030
+ "type": "static"
2031
+ },
2032
+ {
2033
+ "source": "npm:inflight",
2034
+ "target": "npm:once",
2035
+ "type": "static"
2036
+ },
2037
+ {
2038
+ "source": "npm:inflight",
2039
+ "target": "npm:wrappy",
2040
+ "type": "static"
2041
+ },
2042
+ {
2043
+ "source": "npm:is-accessor-descriptor",
2044
+ "target": "npm:hasown",
2045
+ "type": "static"
2046
+ },
2047
+ {
2048
+ "source": "npm:is-ci",
2049
+ "target": "npm:ci-info",
2050
+ "type": "static"
2051
+ },
2052
+ {
2053
+ "source": "npm:is-core-module",
2054
+ "target": "npm:hasown",
2055
+ "type": "static"
2056
+ },
2057
+ {
2058
+ "source": "npm:is-data-descriptor",
2059
+ "target": "npm:hasown",
2060
+ "type": "static"
2061
+ },
2062
+ {
2063
+ "source": "npm:is-descriptor",
2064
+ "target": "npm:is-accessor-descriptor",
2065
+ "type": "static"
2066
+ },
2067
+ {
2068
+ "source": "npm:is-descriptor",
2069
+ "target": "npm:is-data-descriptor",
2070
+ "type": "static"
2071
+ },
2072
+ {
2073
+ "source": "npm:is-extendable",
2074
+ "target": "npm:is-plain-object",
2075
+ "type": "static"
2076
+ },
2077
+ {
2078
+ "source": "npm:is-plain-object",
2079
+ "target": "npm:isobject",
2080
+ "type": "static"
2081
+ },
2082
+ {
2083
+ "source": "npm:is-wsl",
2084
+ "target": "npm:is-docker",
2085
+ "type": "static"
2086
+ },
2087
+ {
2088
+ "source": "npm:istanbul-lib-instrument",
2089
+ "target": "npm:@babel/core",
2090
+ "type": "static"
2091
+ },
2092
+ {
2093
+ "source": "npm:istanbul-lib-instrument",
2094
+ "target": "npm:@istanbuljs/schema",
2095
+ "type": "static"
2096
+ },
2097
+ {
2098
+ "source": "npm:istanbul-lib-instrument",
2099
+ "target": "npm:istanbul-lib-coverage",
2100
+ "type": "static"
2101
+ },
2102
+ {
2103
+ "source": "npm:istanbul-lib-instrument",
2104
+ "target": "npm:semver",
2105
+ "type": "static"
2106
+ },
2107
+ {
2108
+ "source": "npm:istanbul-lib-report",
2109
+ "target": "npm:istanbul-lib-coverage",
2110
+ "type": "static"
2111
+ },
2112
+ {
2113
+ "source": "npm:istanbul-lib-report",
2114
+ "target": "npm:make-dir",
2115
+ "type": "static"
2116
+ },
2117
+ {
2118
+ "source": "npm:istanbul-lib-report",
2119
+ "target": "npm:supports-color",
2120
+ "type": "static"
2121
+ },
2122
+ {
2123
+ "source": "npm:istanbul-lib-source-maps",
2124
+ "target": "npm:debug",
2125
+ "type": "static"
2126
+ },
2127
+ {
2128
+ "source": "npm:istanbul-lib-source-maps",
2129
+ "target": "npm:istanbul-lib-coverage",
2130
+ "type": "static"
2131
+ },
2132
+ {
2133
+ "source": "npm:istanbul-lib-source-maps",
2134
+ "target": "npm:source-map",
2135
+ "type": "static"
2136
+ },
2137
+ {
2138
+ "source": "npm:istanbul-reports",
2139
+ "target": "npm:html-escaper",
2140
+ "type": "static"
2141
+ },
2142
+ {
2143
+ "source": "npm:istanbul-reports",
2144
+ "target": "npm:istanbul-lib-report",
2145
+ "type": "static"
2146
+ },
2147
+ {
2148
+ "source": "npm:jest",
2149
+ "target": "npm:@jest/core",
2150
+ "type": "static"
2151
+ },
2152
+ {
2153
+ "source": "npm:jest",
2154
+ "target": "npm:import-local",
2155
+ "type": "static"
2156
+ },
2157
+ {
2158
+ "source": "npm:jest",
2159
+ "target": "npm:jest-cli",
2160
+ "type": "static"
2161
+ },
2162
+ {
2163
+ "source": "npm:jest-changed-files",
2164
+ "target": "npm:@jest/types",
2165
+ "type": "static"
2166
+ },
2167
+ {
2168
+ "source": "npm:jest-changed-files",
2169
+ "target": "npm:execa",
2170
+ "type": "static"
2171
+ },
2172
+ {
2173
+ "source": "npm:jest-changed-files",
2174
+ "target": "npm:throat",
2175
+ "type": "static"
2176
+ },
2177
+ {
2178
+ "source": "npm:jest-cli",
2179
+ "target": "npm:@jest/core",
2180
+ "type": "static"
2181
+ },
2182
+ {
2183
+ "source": "npm:jest-cli",
2184
+ "target": "npm:@jest/test-result",
2185
+ "type": "static"
2186
+ },
2187
+ {
2188
+ "source": "npm:jest-cli",
2189
+ "target": "npm:@jest/types",
2190
+ "type": "static"
2191
+ },
2192
+ {
2193
+ "source": "npm:jest-cli",
2194
+ "target": "npm:chalk",
2195
+ "type": "static"
2196
+ },
2197
+ {
2198
+ "source": "npm:jest-cli",
2199
+ "target": "npm:exit",
2200
+ "type": "static"
2201
+ },
2202
+ {
2203
+ "source": "npm:jest-cli",
2204
+ "target": "npm:graceful-fs",
2205
+ "type": "static"
2206
+ },
2207
+ {
2208
+ "source": "npm:jest-cli",
2209
+ "target": "npm:import-local",
2210
+ "type": "static"
2211
+ },
2212
+ {
2213
+ "source": "npm:jest-cli",
2214
+ "target": "npm:is-ci",
2215
+ "type": "static"
2216
+ },
2217
+ {
2218
+ "source": "npm:jest-cli",
2219
+ "target": "npm:jest-config",
2220
+ "type": "static"
2221
+ },
2222
+ {
2223
+ "source": "npm:jest-cli",
2224
+ "target": "npm:jest-util",
2225
+ "type": "static"
2226
+ },
2227
+ {
2228
+ "source": "npm:jest-cli",
2229
+ "target": "npm:jest-validate",
2230
+ "type": "static"
2231
+ },
2232
+ {
2233
+ "source": "npm:jest-cli",
2234
+ "target": "npm:prompts",
2235
+ "type": "static"
2236
+ },
2237
+ {
2238
+ "source": "npm:jest-cli",
2239
+ "target": "npm:yargs",
2240
+ "type": "static"
2241
+ },
2242
+ {
2243
+ "source": "npm:jest-config",
2244
+ "target": "npm:@babel/core",
2245
+ "type": "static"
2246
+ },
2247
+ {
2248
+ "source": "npm:jest-config",
2249
+ "target": "npm:@jest/test-sequencer",
2250
+ "type": "static"
2251
+ },
2252
+ {
2253
+ "source": "npm:jest-config",
2254
+ "target": "npm:@jest/types",
2255
+ "type": "static"
2256
+ },
2257
+ {
2258
+ "source": "npm:jest-config",
2259
+ "target": "npm:babel-jest",
2260
+ "type": "static"
2261
+ },
2262
+ {
2263
+ "source": "npm:jest-config",
2264
+ "target": "npm:chalk",
2265
+ "type": "static"
2266
+ },
2267
+ {
2268
+ "source": "npm:jest-config",
2269
+ "target": "npm:deepmerge",
2270
+ "type": "static"
2271
+ },
2272
+ {
2273
+ "source": "npm:jest-config",
2274
+ "target": "npm:glob",
2275
+ "type": "static"
2276
+ },
2277
+ {
2278
+ "source": "npm:jest-config",
2279
+ "target": "npm:graceful-fs",
2280
+ "type": "static"
2281
+ },
2282
+ {
2283
+ "source": "npm:jest-config",
2284
+ "target": "npm:jest-environment-jsdom",
2285
+ "type": "static"
2286
+ },
2287
+ {
2288
+ "source": "npm:jest-config",
2289
+ "target": "npm:jest-environment-node",
2290
+ "type": "static"
2291
+ },
2292
+ {
2293
+ "source": "npm:jest-config",
2294
+ "target": "npm:jest-get-type",
2295
+ "type": "static"
2296
+ },
2297
+ {
2298
+ "source": "npm:jest-config",
2299
+ "target": "npm:jest-jasmine2",
2300
+ "type": "static"
2301
+ },
2302
+ {
2303
+ "source": "npm:jest-config",
2304
+ "target": "npm:jest-regex-util",
2305
+ "type": "static"
2306
+ },
2307
+ {
2308
+ "source": "npm:jest-config",
2309
+ "target": "npm:jest-resolve",
2310
+ "type": "static"
2311
+ },
2312
+ {
2313
+ "source": "npm:jest-config",
2314
+ "target": "npm:jest-util",
2315
+ "type": "static"
2316
+ },
2317
+ {
2318
+ "source": "npm:jest-config",
2319
+ "target": "npm:jest-validate",
2320
+ "type": "static"
2321
+ },
2322
+ {
2323
+ "source": "npm:jest-config",
2324
+ "target": "npm:micromatch",
2325
+ "type": "static"
2326
+ },
2327
+ {
2328
+ "source": "npm:jest-config",
2329
+ "target": "npm:pretty-format",
2330
+ "type": "static"
2331
+ },
2332
+ {
2333
+ "source": "npm:jest-diff",
2334
+ "target": "npm:chalk",
2335
+ "type": "static"
2336
+ },
2337
+ {
2338
+ "source": "npm:jest-diff",
2339
+ "target": "npm:diff-sequences",
2340
+ "type": "static"
2341
+ },
2342
+ {
2343
+ "source": "npm:jest-diff",
2344
+ "target": "npm:jest-get-type",
2345
+ "type": "static"
2346
+ },
2347
+ {
2348
+ "source": "npm:jest-diff",
2349
+ "target": "npm:pretty-format",
2350
+ "type": "static"
2351
+ },
2352
+ {
2353
+ "source": "npm:jest-docblock",
2354
+ "target": "npm:detect-newline",
2355
+ "type": "static"
2356
+ },
2357
+ {
2358
+ "source": "npm:jest-each",
2359
+ "target": "npm:@jest/types",
2360
+ "type": "static"
2361
+ },
2362
+ {
2363
+ "source": "npm:jest-each",
2364
+ "target": "npm:chalk",
2365
+ "type": "static"
2366
+ },
2367
+ {
2368
+ "source": "npm:jest-each",
2369
+ "target": "npm:jest-get-type",
2370
+ "type": "static"
2371
+ },
2372
+ {
2373
+ "source": "npm:jest-each",
2374
+ "target": "npm:jest-util",
2375
+ "type": "static"
2376
+ },
2377
+ {
2378
+ "source": "npm:jest-each",
2379
+ "target": "npm:pretty-format",
2380
+ "type": "static"
2381
+ },
2382
+ {
2383
+ "source": "npm:jest-environment-jsdom",
2384
+ "target": "npm:@jest/environment",
2385
+ "type": "static"
2386
+ },
2387
+ {
2388
+ "source": "npm:jest-environment-jsdom",
2389
+ "target": "npm:@jest/fake-timers",
2390
+ "type": "static"
2391
+ },
2392
+ {
2393
+ "source": "npm:jest-environment-jsdom",
2394
+ "target": "npm:@jest/types",
2395
+ "type": "static"
2396
+ },
2397
+ {
2398
+ "source": "npm:jest-environment-jsdom",
2399
+ "target": "npm:@types/node",
2400
+ "type": "static"
2401
+ },
2402
+ {
2403
+ "source": "npm:jest-environment-jsdom",
2404
+ "target": "npm:jest-mock",
2405
+ "type": "static"
2406
+ },
2407
+ {
2408
+ "source": "npm:jest-environment-jsdom",
2409
+ "target": "npm:jest-util",
2410
+ "type": "static"
2411
+ },
2412
+ {
2413
+ "source": "npm:jest-environment-jsdom",
2414
+ "target": "npm:jsdom",
2415
+ "type": "static"
2416
+ },
2417
+ {
2418
+ "source": "npm:jest-environment-node",
2419
+ "target": "npm:@jest/environment",
2420
+ "type": "static"
2421
+ },
2422
+ {
2423
+ "source": "npm:jest-environment-node",
2424
+ "target": "npm:@jest/fake-timers",
2425
+ "type": "static"
2426
+ },
2427
+ {
2428
+ "source": "npm:jest-environment-node",
2429
+ "target": "npm:@jest/types",
2430
+ "type": "static"
2431
+ },
2432
+ {
2433
+ "source": "npm:jest-environment-node",
2434
+ "target": "npm:@types/node",
2435
+ "type": "static"
2436
+ },
2437
+ {
2438
+ "source": "npm:jest-environment-node",
2439
+ "target": "npm:jest-mock",
2440
+ "type": "static"
2441
+ },
2442
+ {
2443
+ "source": "npm:jest-environment-node",
2444
+ "target": "npm:jest-util",
2445
+ "type": "static"
2446
+ },
2447
+ {
2448
+ "source": "npm:jest-haste-map",
2449
+ "target": "npm:@jest/types",
2450
+ "type": "static"
2451
+ },
2452
+ {
2453
+ "source": "npm:jest-haste-map",
2454
+ "target": "npm:@types/graceful-fs",
2455
+ "type": "static"
2456
+ },
2457
+ {
2458
+ "source": "npm:jest-haste-map",
2459
+ "target": "npm:@types/node",
2460
+ "type": "static"
2461
+ },
2462
+ {
2463
+ "source": "npm:jest-haste-map",
2464
+ "target": "npm:anymatch",
2465
+ "type": "static"
2466
+ },
2467
+ {
2468
+ "source": "npm:jest-haste-map",
2469
+ "target": "npm:fb-watchman",
2470
+ "type": "static"
2471
+ },
2472
+ {
2473
+ "source": "npm:jest-haste-map",
2474
+ "target": "npm:graceful-fs",
2475
+ "type": "static"
2476
+ },
2477
+ {
2478
+ "source": "npm:jest-haste-map",
2479
+ "target": "npm:jest-regex-util",
2480
+ "type": "static"
2481
+ },
2482
+ {
2483
+ "source": "npm:jest-haste-map",
2484
+ "target": "npm:jest-serializer",
2485
+ "type": "static"
2486
+ },
2487
+ {
2488
+ "source": "npm:jest-haste-map",
2489
+ "target": "npm:jest-util",
2490
+ "type": "static"
2491
+ },
2492
+ {
2493
+ "source": "npm:jest-haste-map",
2494
+ "target": "npm:jest-worker",
2495
+ "type": "static"
2496
+ },
2497
+ {
2498
+ "source": "npm:jest-haste-map",
2499
+ "target": "npm:micromatch",
2500
+ "type": "static"
2501
+ },
2502
+ {
2503
+ "source": "npm:jest-haste-map",
2504
+ "target": "npm:sane",
2505
+ "type": "static"
2506
+ },
2507
+ {
2508
+ "source": "npm:jest-haste-map",
2509
+ "target": "npm:walker",
2510
+ "type": "static"
2511
+ },
2512
+ {
2513
+ "source": "npm:jest-haste-map",
2514
+ "target": "npm:fsevents",
2515
+ "type": "static"
2516
+ },
2517
+ {
2518
+ "source": "npm:jest-jasmine2",
2519
+ "target": "npm:@babel/traverse",
2520
+ "type": "static"
2521
+ },
2522
+ {
2523
+ "source": "npm:jest-jasmine2",
2524
+ "target": "npm:@jest/environment",
2525
+ "type": "static"
2526
+ },
2527
+ {
2528
+ "source": "npm:jest-jasmine2",
2529
+ "target": "npm:@jest/source-map",
2530
+ "type": "static"
2531
+ },
2532
+ {
2533
+ "source": "npm:jest-jasmine2",
2534
+ "target": "npm:@jest/test-result",
2535
+ "type": "static"
2536
+ },
2537
+ {
2538
+ "source": "npm:jest-jasmine2",
2539
+ "target": "npm:@jest/types",
2540
+ "type": "static"
2541
+ },
2542
+ {
2543
+ "source": "npm:jest-jasmine2",
2544
+ "target": "npm:@types/node",
2545
+ "type": "static"
2546
+ },
2547
+ {
2548
+ "source": "npm:jest-jasmine2",
2549
+ "target": "npm:chalk",
2550
+ "type": "static"
2551
+ },
2552
+ {
2553
+ "source": "npm:jest-jasmine2",
2554
+ "target": "npm:co",
2555
+ "type": "static"
2556
+ },
2557
+ {
2558
+ "source": "npm:jest-jasmine2",
2559
+ "target": "npm:expect",
2560
+ "type": "static"
2561
+ },
2562
+ {
2563
+ "source": "npm:jest-jasmine2",
2564
+ "target": "npm:is-generator-fn",
2565
+ "type": "static"
2566
+ },
2567
+ {
2568
+ "source": "npm:jest-jasmine2",
2569
+ "target": "npm:jest-each",
2570
+ "type": "static"
2571
+ },
2572
+ {
2573
+ "source": "npm:jest-jasmine2",
2574
+ "target": "npm:jest-matcher-utils",
2575
+ "type": "static"
2576
+ },
2577
+ {
2578
+ "source": "npm:jest-jasmine2",
2579
+ "target": "npm:jest-message-util",
2580
+ "type": "static"
2581
+ },
2582
+ {
2583
+ "source": "npm:jest-jasmine2",
2584
+ "target": "npm:jest-runtime",
2585
+ "type": "static"
2586
+ },
2587
+ {
2588
+ "source": "npm:jest-jasmine2",
2589
+ "target": "npm:jest-snapshot",
2590
+ "type": "static"
2591
+ },
2592
+ {
2593
+ "source": "npm:jest-jasmine2",
2594
+ "target": "npm:jest-util",
2595
+ "type": "static"
2596
+ },
2597
+ {
2598
+ "source": "npm:jest-jasmine2",
2599
+ "target": "npm:pretty-format",
2600
+ "type": "static"
2601
+ },
2602
+ {
2603
+ "source": "npm:jest-jasmine2",
2604
+ "target": "npm:throat",
2605
+ "type": "static"
2606
+ },
2607
+ {
2608
+ "source": "npm:jest-leak-detector",
2609
+ "target": "npm:jest-get-type",
2610
+ "type": "static"
2611
+ },
2612
+ {
2613
+ "source": "npm:jest-leak-detector",
2614
+ "target": "npm:pretty-format",
2615
+ "type": "static"
2616
+ },
2617
+ {
2618
+ "source": "npm:jest-matcher-utils",
2619
+ "target": "npm:chalk",
2620
+ "type": "static"
2621
+ },
2622
+ {
2623
+ "source": "npm:jest-matcher-utils",
2624
+ "target": "npm:jest-diff",
2625
+ "type": "static"
2626
+ },
2627
+ {
2628
+ "source": "npm:jest-matcher-utils",
2629
+ "target": "npm:jest-get-type",
2630
+ "type": "static"
2631
+ },
2632
+ {
2633
+ "source": "npm:jest-matcher-utils",
2634
+ "target": "npm:pretty-format",
2635
+ "type": "static"
2636
+ },
2637
+ {
2638
+ "source": "npm:jest-message-util",
2639
+ "target": "npm:@babel/code-frame",
2640
+ "type": "static"
2641
+ },
2642
+ {
2643
+ "source": "npm:jest-message-util",
2644
+ "target": "npm:@jest/types",
2645
+ "type": "static"
2646
+ },
2647
+ {
2648
+ "source": "npm:jest-message-util",
2649
+ "target": "npm:@types/stack-utils",
2650
+ "type": "static"
2651
+ },
2652
+ {
2653
+ "source": "npm:jest-message-util",
2654
+ "target": "npm:chalk",
2655
+ "type": "static"
2656
+ },
2657
+ {
2658
+ "source": "npm:jest-message-util",
2659
+ "target": "npm:graceful-fs",
2660
+ "type": "static"
2661
+ },
2662
+ {
2663
+ "source": "npm:jest-message-util",
2664
+ "target": "npm:micromatch",
2665
+ "type": "static"
2666
+ },
2667
+ {
2668
+ "source": "npm:jest-message-util",
2669
+ "target": "npm:pretty-format",
2670
+ "type": "static"
2671
+ },
2672
+ {
2673
+ "source": "npm:jest-message-util",
2674
+ "target": "npm:slash",
2675
+ "type": "static"
2676
+ },
2677
+ {
2678
+ "source": "npm:jest-message-util",
2679
+ "target": "npm:stack-utils",
2680
+ "type": "static"
2681
+ },
2682
+ {
2683
+ "source": "npm:jest-mock",
2684
+ "target": "npm:@jest/types",
2685
+ "type": "static"
2686
+ },
2687
+ {
2688
+ "source": "npm:jest-mock",
2689
+ "target": "npm:@types/node",
2690
+ "type": "static"
2691
+ },
2692
+ {
2693
+ "source": "npm:jest-pnp-resolver",
2694
+ "target": "npm:jest-resolve",
2695
+ "type": "static"
2696
+ },
2697
+ {
2698
+ "source": "npm:jest-resolve",
2699
+ "target": "npm:@jest/types",
2700
+ "type": "static"
2701
+ },
2702
+ {
2703
+ "source": "npm:jest-resolve",
2704
+ "target": "npm:chalk",
2705
+ "type": "static"
2706
+ },
2707
+ {
2708
+ "source": "npm:jest-resolve",
2709
+ "target": "npm:graceful-fs",
2710
+ "type": "static"
2711
+ },
2712
+ {
2713
+ "source": "npm:jest-resolve",
2714
+ "target": "npm:jest-pnp-resolver",
2715
+ "type": "static"
2716
+ },
2717
+ {
2718
+ "source": "npm:jest-resolve",
2719
+ "target": "npm:jest-util",
2720
+ "type": "static"
2721
+ },
2722
+ {
2723
+ "source": "npm:jest-resolve",
2724
+ "target": "npm:read-pkg-up",
2725
+ "type": "static"
2726
+ },
2727
+ {
2728
+ "source": "npm:jest-resolve",
2729
+ "target": "npm:resolve",
2730
+ "type": "static"
2731
+ },
2732
+ {
2733
+ "source": "npm:jest-resolve",
2734
+ "target": "npm:slash",
2735
+ "type": "static"
2736
+ },
2737
+ {
2738
+ "source": "npm:jest-resolve-dependencies",
2739
+ "target": "npm:@jest/types",
2740
+ "type": "static"
2741
+ },
2742
+ {
2743
+ "source": "npm:jest-resolve-dependencies",
2744
+ "target": "npm:jest-regex-util",
2745
+ "type": "static"
2746
+ },
2747
+ {
2748
+ "source": "npm:jest-resolve-dependencies",
2749
+ "target": "npm:jest-snapshot",
2750
+ "type": "static"
2751
+ },
2752
+ {
2753
+ "source": "npm:jest-runner",
2754
+ "target": "npm:@jest/console",
2755
+ "type": "static"
2756
+ },
2757
+ {
2758
+ "source": "npm:jest-runner",
2759
+ "target": "npm:@jest/environment",
2760
+ "type": "static"
2761
+ },
2762
+ {
2763
+ "source": "npm:jest-runner",
2764
+ "target": "npm:@jest/test-result",
2765
+ "type": "static"
2766
+ },
2767
+ {
2768
+ "source": "npm:jest-runner",
2769
+ "target": "npm:@jest/types",
2770
+ "type": "static"
2771
+ },
2772
+ {
2773
+ "source": "npm:jest-runner",
2774
+ "target": "npm:@types/node",
2775
+ "type": "static"
2776
+ },
2777
+ {
2778
+ "source": "npm:jest-runner",
2779
+ "target": "npm:chalk",
2780
+ "type": "static"
2781
+ },
2782
+ {
2783
+ "source": "npm:jest-runner",
2784
+ "target": "npm:emittery",
2785
+ "type": "static"
2786
+ },
2787
+ {
2788
+ "source": "npm:jest-runner",
2789
+ "target": "npm:exit",
2790
+ "type": "static"
2791
+ },
2792
+ {
2793
+ "source": "npm:jest-runner",
2794
+ "target": "npm:graceful-fs",
2795
+ "type": "static"
2796
+ },
2797
+ {
2798
+ "source": "npm:jest-runner",
2799
+ "target": "npm:jest-config",
2800
+ "type": "static"
2801
+ },
2802
+ {
2803
+ "source": "npm:jest-runner",
2804
+ "target": "npm:jest-docblock",
2805
+ "type": "static"
2806
+ },
2807
+ {
2808
+ "source": "npm:jest-runner",
2809
+ "target": "npm:jest-haste-map",
2810
+ "type": "static"
2811
+ },
2812
+ {
2813
+ "source": "npm:jest-runner",
2814
+ "target": "npm:jest-leak-detector",
2815
+ "type": "static"
2816
+ },
2817
+ {
2818
+ "source": "npm:jest-runner",
2819
+ "target": "npm:jest-message-util",
2820
+ "type": "static"
2821
+ },
2822
+ {
2823
+ "source": "npm:jest-runner",
2824
+ "target": "npm:jest-resolve",
2825
+ "type": "static"
2826
+ },
2827
+ {
2828
+ "source": "npm:jest-runner",
2829
+ "target": "npm:jest-runtime",
2830
+ "type": "static"
2831
+ },
2832
+ {
2833
+ "source": "npm:jest-runner",
2834
+ "target": "npm:jest-util",
2835
+ "type": "static"
2836
+ },
2837
+ {
2838
+ "source": "npm:jest-runner",
2839
+ "target": "npm:jest-worker",
2840
+ "type": "static"
2841
+ },
2842
+ {
2843
+ "source": "npm:jest-runner",
2844
+ "target": "npm:source-map-support",
2845
+ "type": "static"
2846
+ },
2847
+ {
2848
+ "source": "npm:jest-runner",
2849
+ "target": "npm:throat",
2850
+ "type": "static"
2851
+ },
2852
+ {
2853
+ "source": "npm:jest-runtime",
2854
+ "target": "npm:@jest/console",
2855
+ "type": "static"
2856
+ },
2857
+ {
2858
+ "source": "npm:jest-runtime",
2859
+ "target": "npm:@jest/environment",
2860
+ "type": "static"
2861
+ },
2862
+ {
2863
+ "source": "npm:jest-runtime",
2864
+ "target": "npm:@jest/fake-timers",
2865
+ "type": "static"
2866
+ },
2867
+ {
2868
+ "source": "npm:jest-runtime",
2869
+ "target": "npm:@jest/globals",
2870
+ "type": "static"
2871
+ },
2872
+ {
2873
+ "source": "npm:jest-runtime",
2874
+ "target": "npm:@jest/source-map",
2875
+ "type": "static"
2876
+ },
2877
+ {
2878
+ "source": "npm:jest-runtime",
2879
+ "target": "npm:@jest/test-result",
2880
+ "type": "static"
2881
+ },
2882
+ {
2883
+ "source": "npm:jest-runtime",
2884
+ "target": "npm:@jest/transform",
2885
+ "type": "static"
2886
+ },
2887
+ {
2888
+ "source": "npm:jest-runtime",
2889
+ "target": "npm:@jest/types",
2890
+ "type": "static"
2891
+ },
2892
+ {
2893
+ "source": "npm:jest-runtime",
2894
+ "target": "npm:@types/yargs",
2895
+ "type": "static"
2896
+ },
2897
+ {
2898
+ "source": "npm:jest-runtime",
2899
+ "target": "npm:chalk",
2900
+ "type": "static"
2901
+ },
2902
+ {
2903
+ "source": "npm:jest-runtime",
2904
+ "target": "npm:cjs-module-lexer",
2905
+ "type": "static"
2906
+ },
2907
+ {
2908
+ "source": "npm:jest-runtime",
2909
+ "target": "npm:collect-v8-coverage",
2910
+ "type": "static"
2911
+ },
2912
+ {
2913
+ "source": "npm:jest-runtime",
2914
+ "target": "npm:exit",
2915
+ "type": "static"
2916
+ },
2917
+ {
2918
+ "source": "npm:jest-runtime",
2919
+ "target": "npm:glob",
2920
+ "type": "static"
2921
+ },
2922
+ {
2923
+ "source": "npm:jest-runtime",
2924
+ "target": "npm:graceful-fs",
2925
+ "type": "static"
2926
+ },
2927
+ {
2928
+ "source": "npm:jest-runtime",
2929
+ "target": "npm:jest-config",
2930
+ "type": "static"
2931
+ },
2932
+ {
2933
+ "source": "npm:jest-runtime",
2934
+ "target": "npm:jest-haste-map",
2935
+ "type": "static"
2936
+ },
2937
+ {
2938
+ "source": "npm:jest-runtime",
2939
+ "target": "npm:jest-message-util",
2940
+ "type": "static"
2941
+ },
2942
+ {
2943
+ "source": "npm:jest-runtime",
2944
+ "target": "npm:jest-mock",
2945
+ "type": "static"
2946
+ },
2947
+ {
2948
+ "source": "npm:jest-runtime",
2949
+ "target": "npm:jest-regex-util",
2950
+ "type": "static"
2951
+ },
2952
+ {
2953
+ "source": "npm:jest-runtime",
2954
+ "target": "npm:jest-resolve",
2955
+ "type": "static"
2956
+ },
2957
+ {
2958
+ "source": "npm:jest-runtime",
2959
+ "target": "npm:jest-snapshot",
2960
+ "type": "static"
2961
+ },
2962
+ {
2963
+ "source": "npm:jest-runtime",
2964
+ "target": "npm:jest-util",
2965
+ "type": "static"
2966
+ },
2967
+ {
2968
+ "source": "npm:jest-runtime",
2969
+ "target": "npm:jest-validate",
2970
+ "type": "static"
2971
+ },
2972
+ {
2973
+ "source": "npm:jest-runtime",
2974
+ "target": "npm:slash",
2975
+ "type": "static"
2976
+ },
2977
+ {
2978
+ "source": "npm:jest-runtime",
2979
+ "target": "npm:strip-bom",
2980
+ "type": "static"
2981
+ },
2982
+ {
2983
+ "source": "npm:jest-runtime",
2984
+ "target": "npm:yargs",
2985
+ "type": "static"
2986
+ },
2987
+ {
2988
+ "source": "npm:jest-serializer",
2989
+ "target": "npm:@types/node",
2990
+ "type": "static"
2991
+ },
2992
+ {
2993
+ "source": "npm:jest-serializer",
2994
+ "target": "npm:graceful-fs",
2995
+ "type": "static"
2996
+ },
2997
+ {
2998
+ "source": "npm:jest-snapshot",
2999
+ "target": "npm:@babel/types",
3000
+ "type": "static"
3001
+ },
3002
+ {
3003
+ "source": "npm:jest-snapshot",
3004
+ "target": "npm:@jest/types",
3005
+ "type": "static"
3006
+ },
3007
+ {
3008
+ "source": "npm:jest-snapshot",
3009
+ "target": "npm:@types/babel__traverse",
3010
+ "type": "static"
3011
+ },
3012
+ {
3013
+ "source": "npm:jest-snapshot",
3014
+ "target": "npm:@types/prettier",
3015
+ "type": "static"
3016
+ },
3017
+ {
3018
+ "source": "npm:jest-snapshot",
3019
+ "target": "npm:chalk",
3020
+ "type": "static"
3021
+ },
3022
+ {
3023
+ "source": "npm:jest-snapshot",
3024
+ "target": "npm:expect",
3025
+ "type": "static"
3026
+ },
3027
+ {
3028
+ "source": "npm:jest-snapshot",
3029
+ "target": "npm:graceful-fs",
3030
+ "type": "static"
3031
+ },
3032
+ {
3033
+ "source": "npm:jest-snapshot",
3034
+ "target": "npm:jest-diff",
3035
+ "type": "static"
3036
+ },
3037
+ {
3038
+ "source": "npm:jest-snapshot",
3039
+ "target": "npm:jest-get-type",
3040
+ "type": "static"
3041
+ },
3042
+ {
3043
+ "source": "npm:jest-snapshot",
3044
+ "target": "npm:jest-haste-map",
3045
+ "type": "static"
3046
+ },
3047
+ {
3048
+ "source": "npm:jest-snapshot",
3049
+ "target": "npm:jest-matcher-utils",
3050
+ "type": "static"
3051
+ },
3052
+ {
3053
+ "source": "npm:jest-snapshot",
3054
+ "target": "npm:jest-message-util",
3055
+ "type": "static"
3056
+ },
3057
+ {
3058
+ "source": "npm:jest-snapshot",
3059
+ "target": "npm:jest-resolve",
3060
+ "type": "static"
3061
+ },
3062
+ {
3063
+ "source": "npm:jest-snapshot",
3064
+ "target": "npm:natural-compare",
3065
+ "type": "static"
3066
+ },
3067
+ {
3068
+ "source": "npm:jest-snapshot",
3069
+ "target": "npm:pretty-format",
3070
+ "type": "static"
3071
+ },
3072
+ {
3073
+ "source": "npm:jest-snapshot",
3074
+ "target": "npm:semver@7.6.3",
3075
+ "type": "static"
3076
+ },
3077
+ {
3078
+ "source": "npm:jest-util",
3079
+ "target": "npm:@jest/types",
3080
+ "type": "static"
3081
+ },
3082
+ {
3083
+ "source": "npm:jest-util",
3084
+ "target": "npm:@types/node",
3085
+ "type": "static"
3086
+ },
3087
+ {
3088
+ "source": "npm:jest-util",
3089
+ "target": "npm:chalk",
3090
+ "type": "static"
3091
+ },
3092
+ {
3093
+ "source": "npm:jest-util",
3094
+ "target": "npm:graceful-fs",
3095
+ "type": "static"
3096
+ },
3097
+ {
3098
+ "source": "npm:jest-util",
3099
+ "target": "npm:is-ci",
3100
+ "type": "static"
3101
+ },
3102
+ {
3103
+ "source": "npm:jest-util",
3104
+ "target": "npm:micromatch",
3105
+ "type": "static"
3106
+ },
3107
+ {
3108
+ "source": "npm:jest-validate",
3109
+ "target": "npm:@jest/types",
3110
+ "type": "static"
3111
+ },
3112
+ {
3113
+ "source": "npm:jest-validate",
3114
+ "target": "npm:camelcase@6.3.0",
3115
+ "type": "static"
3116
+ },
3117
+ {
3118
+ "source": "npm:jest-validate",
3119
+ "target": "npm:chalk",
3120
+ "type": "static"
3121
+ },
3122
+ {
3123
+ "source": "npm:jest-validate",
3124
+ "target": "npm:jest-get-type",
3125
+ "type": "static"
3126
+ },
3127
+ {
3128
+ "source": "npm:jest-validate",
3129
+ "target": "npm:leven",
3130
+ "type": "static"
3131
+ },
3132
+ {
3133
+ "source": "npm:jest-validate",
3134
+ "target": "npm:pretty-format",
3135
+ "type": "static"
3136
+ },
3137
+ {
3138
+ "source": "npm:jest-watcher",
3139
+ "target": "npm:@jest/test-result",
3140
+ "type": "static"
3141
+ },
3142
+ {
3143
+ "source": "npm:jest-watcher",
3144
+ "target": "npm:@jest/types",
3145
+ "type": "static"
3146
+ },
3147
+ {
3148
+ "source": "npm:jest-watcher",
3149
+ "target": "npm:@types/node",
3150
+ "type": "static"
3151
+ },
3152
+ {
3153
+ "source": "npm:jest-watcher",
3154
+ "target": "npm:ansi-escapes",
3155
+ "type": "static"
3156
+ },
3157
+ {
3158
+ "source": "npm:jest-watcher",
3159
+ "target": "npm:chalk",
3160
+ "type": "static"
3161
+ },
3162
+ {
3163
+ "source": "npm:jest-watcher",
3164
+ "target": "npm:jest-util",
3165
+ "type": "static"
3166
+ },
3167
+ {
3168
+ "source": "npm:jest-watcher",
3169
+ "target": "npm:string-length",
3170
+ "type": "static"
3171
+ },
3172
+ {
3173
+ "source": "npm:jest-worker",
3174
+ "target": "npm:@types/node",
3175
+ "type": "static"
3176
+ },
3177
+ {
3178
+ "source": "npm:jest-worker",
3179
+ "target": "npm:merge-stream",
3180
+ "type": "static"
3181
+ },
3182
+ {
3183
+ "source": "npm:jest-worker",
3184
+ "target": "npm:supports-color",
3185
+ "type": "static"
3186
+ },
3187
+ {
3188
+ "source": "npm:js-yaml",
3189
+ "target": "npm:argparse",
3190
+ "type": "static"
3191
+ },
3192
+ {
3193
+ "source": "npm:js-yaml",
3194
+ "target": "npm:esprima",
3195
+ "type": "static"
3196
+ },
3197
+ {
3198
+ "source": "npm:jsdom",
3199
+ "target": "npm:abab",
3200
+ "type": "static"
3201
+ },
3202
+ {
3203
+ "source": "npm:jsdom",
3204
+ "target": "npm:acorn",
3205
+ "type": "static"
3206
+ },
3207
+ {
3208
+ "source": "npm:jsdom",
3209
+ "target": "npm:acorn-globals",
3210
+ "type": "static"
3211
+ },
3212
+ {
3213
+ "source": "npm:jsdom",
3214
+ "target": "npm:cssom",
3215
+ "type": "static"
3216
+ },
3217
+ {
3218
+ "source": "npm:jsdom",
3219
+ "target": "npm:cssstyle",
3220
+ "type": "static"
3221
+ },
3222
+ {
3223
+ "source": "npm:jsdom",
3224
+ "target": "npm:data-urls",
3225
+ "type": "static"
3226
+ },
3227
+ {
3228
+ "source": "npm:jsdom",
3229
+ "target": "npm:decimal.js",
3230
+ "type": "static"
3231
+ },
3232
+ {
3233
+ "source": "npm:jsdom",
3234
+ "target": "npm:domexception",
3235
+ "type": "static"
3236
+ },
3237
+ {
3238
+ "source": "npm:jsdom",
3239
+ "target": "npm:escodegen",
3240
+ "type": "static"
3241
+ },
3242
+ {
3243
+ "source": "npm:jsdom",
3244
+ "target": "npm:form-data",
3245
+ "type": "static"
3246
+ },
3247
+ {
3248
+ "source": "npm:jsdom",
3249
+ "target": "npm:html-encoding-sniffer",
3250
+ "type": "static"
3251
+ },
3252
+ {
3253
+ "source": "npm:jsdom",
3254
+ "target": "npm:http-proxy-agent",
3255
+ "type": "static"
3256
+ },
3257
+ {
3258
+ "source": "npm:jsdom",
3259
+ "target": "npm:https-proxy-agent",
3260
+ "type": "static"
3261
+ },
3262
+ {
3263
+ "source": "npm:jsdom",
3264
+ "target": "npm:is-potential-custom-element-name",
3265
+ "type": "static"
3266
+ },
3267
+ {
3268
+ "source": "npm:jsdom",
3269
+ "target": "npm:nwsapi",
3270
+ "type": "static"
3271
+ },
3272
+ {
3273
+ "source": "npm:jsdom",
3274
+ "target": "npm:parse5",
3275
+ "type": "static"
3276
+ },
3277
+ {
3278
+ "source": "npm:jsdom",
3279
+ "target": "npm:saxes",
3280
+ "type": "static"
3281
+ },
3282
+ {
3283
+ "source": "npm:jsdom",
3284
+ "target": "npm:symbol-tree",
3285
+ "type": "static"
3286
+ },
3287
+ {
3288
+ "source": "npm:jsdom",
3289
+ "target": "npm:tough-cookie",
3290
+ "type": "static"
3291
+ },
3292
+ {
3293
+ "source": "npm:jsdom",
3294
+ "target": "npm:w3c-hr-time",
3295
+ "type": "static"
3296
+ },
3297
+ {
3298
+ "source": "npm:jsdom",
3299
+ "target": "npm:w3c-xmlserializer",
3300
+ "type": "static"
3301
+ },
3302
+ {
3303
+ "source": "npm:jsdom",
3304
+ "target": "npm:webidl-conversions",
3305
+ "type": "static"
3306
+ },
3307
+ {
3308
+ "source": "npm:jsdom",
3309
+ "target": "npm:whatwg-encoding",
3310
+ "type": "static"
3311
+ },
3312
+ {
3313
+ "source": "npm:jsdom",
3314
+ "target": "npm:whatwg-mimetype",
3315
+ "type": "static"
3316
+ },
3317
+ {
3318
+ "source": "npm:jsdom",
3319
+ "target": "npm:whatwg-url",
3320
+ "type": "static"
3321
+ },
3322
+ {
3323
+ "source": "npm:jsdom",
3324
+ "target": "npm:ws",
3325
+ "type": "static"
3326
+ },
3327
+ {
3328
+ "source": "npm:jsdom",
3329
+ "target": "npm:xml-name-validator",
3330
+ "type": "static"
3331
+ },
3332
+ {
3333
+ "source": "npm:locate-path",
3334
+ "target": "npm:p-locate",
3335
+ "type": "static"
3336
+ },
3337
+ {
3338
+ "source": "npm:lru-cache",
3339
+ "target": "npm:yallist",
3340
+ "type": "static"
3341
+ },
3342
+ {
3343
+ "source": "npm:make-dir",
3344
+ "target": "npm:semver@7.6.3",
3345
+ "type": "static"
3346
+ },
3347
+ {
3348
+ "source": "npm:makeerror",
3349
+ "target": "npm:tmpl",
3350
+ "type": "static"
3351
+ },
3352
+ {
3353
+ "source": "npm:map-visit",
3354
+ "target": "npm:object-visit",
3355
+ "type": "static"
3356
+ },
3357
+ {
3358
+ "source": "npm:micromatch",
3359
+ "target": "npm:braces",
3360
+ "type": "static"
3361
+ },
3362
+ {
3363
+ "source": "npm:micromatch",
3364
+ "target": "npm:picomatch",
3365
+ "type": "static"
3366
+ },
3367
+ {
3368
+ "source": "npm:mime-types",
3369
+ "target": "npm:mime-db",
3370
+ "type": "static"
3371
+ },
3372
+ {
3373
+ "source": "npm:minimatch",
3374
+ "target": "npm:brace-expansion",
3375
+ "type": "static"
3376
+ },
3377
+ {
3378
+ "source": "npm:mixin-deep",
3379
+ "target": "npm:for-in",
3380
+ "type": "static"
3381
+ },
3382
+ {
3383
+ "source": "npm:mixin-deep",
3384
+ "target": "npm:is-extendable",
3385
+ "type": "static"
3386
+ },
3387
+ {
3388
+ "source": "npm:nanomatch",
3389
+ "target": "npm:arr-diff",
3390
+ "type": "static"
3391
+ },
3392
+ {
3393
+ "source": "npm:nanomatch",
3394
+ "target": "npm:array-unique",
3395
+ "type": "static"
3396
+ },
3397
+ {
3398
+ "source": "npm:nanomatch",
3399
+ "target": "npm:define-property",
3400
+ "type": "static"
3401
+ },
3402
+ {
3403
+ "source": "npm:nanomatch",
3404
+ "target": "npm:extend-shallow",
3405
+ "type": "static"
3406
+ },
3407
+ {
3408
+ "source": "npm:nanomatch",
3409
+ "target": "npm:fragment-cache",
3410
+ "type": "static"
3411
+ },
3412
+ {
3413
+ "source": "npm:nanomatch",
3414
+ "target": "npm:is-windows",
3415
+ "type": "static"
3416
+ },
3417
+ {
3418
+ "source": "npm:nanomatch",
3419
+ "target": "npm:kind-of",
3420
+ "type": "static"
3421
+ },
3422
+ {
3423
+ "source": "npm:nanomatch",
3424
+ "target": "npm:object.pick",
3425
+ "type": "static"
3426
+ },
3427
+ {
3428
+ "source": "npm:nanomatch",
3429
+ "target": "npm:regex-not",
3430
+ "type": "static"
3431
+ },
3432
+ {
3433
+ "source": "npm:nanomatch",
3434
+ "target": "npm:snapdragon",
3435
+ "type": "static"
3436
+ },
3437
+ {
3438
+ "source": "npm:nanomatch",
3439
+ "target": "npm:to-regex",
3440
+ "type": "static"
3441
+ },
3442
+ {
3443
+ "source": "npm:node-notifier",
3444
+ "target": "npm:growly",
3445
+ "type": "static"
3446
+ },
3447
+ {
3448
+ "source": "npm:node-notifier",
3449
+ "target": "npm:is-wsl",
3450
+ "type": "static"
3451
+ },
3452
+ {
3453
+ "source": "npm:node-notifier",
3454
+ "target": "npm:semver@7.6.3",
3455
+ "type": "static"
3456
+ },
3457
+ {
3458
+ "source": "npm:node-notifier",
3459
+ "target": "npm:shellwords",
3460
+ "type": "static"
3461
+ },
3462
+ {
3463
+ "source": "npm:node-notifier",
3464
+ "target": "npm:uuid",
3465
+ "type": "static"
3466
+ },
3467
+ {
3468
+ "source": "npm:node-notifier",
3469
+ "target": "npm:which",
3470
+ "type": "static"
3471
+ },
3472
+ {
3473
+ "source": "npm:normalize-package-data",
3474
+ "target": "npm:hosted-git-info",
3475
+ "type": "static"
3476
+ },
3477
+ {
3478
+ "source": "npm:normalize-package-data",
3479
+ "target": "npm:resolve",
3480
+ "type": "static"
3481
+ },
3482
+ {
3483
+ "source": "npm:normalize-package-data",
3484
+ "target": "npm:semver@5.7.2",
3485
+ "type": "static"
3486
+ },
3487
+ {
3488
+ "source": "npm:normalize-package-data",
3489
+ "target": "npm:validate-npm-package-license",
3490
+ "type": "static"
3491
+ },
3492
+ {
3493
+ "source": "npm:npm-run-path",
3494
+ "target": "npm:path-key",
3495
+ "type": "static"
3496
+ },
3497
+ {
3498
+ "source": "npm:object-copy",
3499
+ "target": "npm:copy-descriptor",
3500
+ "type": "static"
3501
+ },
3502
+ {
3503
+ "source": "npm:object-copy",
3504
+ "target": "npm:define-property@0.2.5",
3505
+ "type": "static"
3506
+ },
3507
+ {
3508
+ "source": "npm:object-copy",
3509
+ "target": "npm:kind-of@3.2.2",
3510
+ "type": "static"
3511
+ },
3512
+ {
3513
+ "source": "npm:define-property@0.2.5",
3514
+ "target": "npm:is-descriptor@0.1.7",
3515
+ "type": "static"
3516
+ },
3517
+ {
3518
+ "source": "npm:is-descriptor@0.1.7",
3519
+ "target": "npm:is-accessor-descriptor",
3520
+ "type": "static"
3521
+ },
3522
+ {
3523
+ "source": "npm:is-descriptor@0.1.7",
3524
+ "target": "npm:is-data-descriptor",
3525
+ "type": "static"
3526
+ },
3527
+ {
3528
+ "source": "npm:kind-of@3.2.2",
3529
+ "target": "npm:is-buffer",
3530
+ "type": "static"
3531
+ },
3532
+ {
3533
+ "source": "npm:object-visit",
3534
+ "target": "npm:isobject",
3535
+ "type": "static"
3536
+ },
3537
+ {
3538
+ "source": "npm:object.pick",
3539
+ "target": "npm:isobject",
3540
+ "type": "static"
3541
+ },
3542
+ {
3543
+ "source": "npm:once",
3544
+ "target": "npm:wrappy",
3545
+ "type": "static"
3546
+ },
3547
+ {
3548
+ "source": "npm:onetime",
3549
+ "target": "npm:mimic-fn",
3550
+ "type": "static"
3551
+ },
3552
+ {
3553
+ "source": "npm:p-limit",
3554
+ "target": "npm:p-try",
3555
+ "type": "static"
3556
+ },
3557
+ {
3558
+ "source": "npm:p-locate",
3559
+ "target": "npm:p-limit",
3560
+ "type": "static"
3561
+ },
3562
+ {
3563
+ "source": "npm:parse-json",
3564
+ "target": "npm:@babel/code-frame",
3565
+ "type": "static"
3566
+ },
3567
+ {
3568
+ "source": "npm:parse-json",
3569
+ "target": "npm:error-ex",
3570
+ "type": "static"
3571
+ },
3572
+ {
3573
+ "source": "npm:parse-json",
3574
+ "target": "npm:json-parse-even-better-errors",
3575
+ "type": "static"
3576
+ },
3577
+ {
3578
+ "source": "npm:parse-json",
3579
+ "target": "npm:lines-and-columns",
3580
+ "type": "static"
3581
+ },
3582
+ {
3583
+ "source": "npm:pkg-dir",
3584
+ "target": "npm:find-up",
3585
+ "type": "static"
3586
+ },
3587
+ {
3588
+ "source": "npm:pretty-format",
3589
+ "target": "npm:@jest/types",
3590
+ "type": "static"
3591
+ },
3592
+ {
3593
+ "source": "npm:pretty-format",
3594
+ "target": "npm:ansi-regex",
3595
+ "type": "static"
3596
+ },
3597
+ {
3598
+ "source": "npm:pretty-format",
3599
+ "target": "npm:ansi-styles",
3600
+ "type": "static"
3601
+ },
3602
+ {
3603
+ "source": "npm:pretty-format",
3604
+ "target": "npm:react-is",
3605
+ "type": "static"
3606
+ },
3607
+ {
3608
+ "source": "npm:prompts",
3609
+ "target": "npm:kleur",
3610
+ "type": "static"
3611
+ },
3612
+ {
3613
+ "source": "npm:prompts",
3614
+ "target": "npm:sisteransi",
3615
+ "type": "static"
3616
+ },
3617
+ {
3618
+ "source": "npm:pump",
3619
+ "target": "npm:end-of-stream",
3620
+ "type": "static"
3621
+ },
3622
+ {
3623
+ "source": "npm:pump",
3624
+ "target": "npm:once",
3625
+ "type": "static"
3626
+ },
3627
+ {
3628
+ "source": "npm:read-pkg",
3629
+ "target": "npm:@types/normalize-package-data",
3630
+ "type": "static"
3631
+ },
3632
+ {
3633
+ "source": "npm:read-pkg",
3634
+ "target": "npm:normalize-package-data",
3635
+ "type": "static"
3636
+ },
3637
+ {
3638
+ "source": "npm:read-pkg",
3639
+ "target": "npm:parse-json",
3640
+ "type": "static"
3641
+ },
3642
+ {
3643
+ "source": "npm:read-pkg",
3644
+ "target": "npm:type-fest@0.6.0",
3645
+ "type": "static"
3646
+ },
3647
+ {
3648
+ "source": "npm:read-pkg-up",
3649
+ "target": "npm:find-up",
3650
+ "type": "static"
3651
+ },
3652
+ {
3653
+ "source": "npm:read-pkg-up",
3654
+ "target": "npm:read-pkg",
3655
+ "type": "static"
3656
+ },
3657
+ {
3658
+ "source": "npm:read-pkg-up",
3659
+ "target": "npm:type-fest@0.8.1",
3660
+ "type": "static"
3661
+ },
3662
+ {
3663
+ "source": "npm:regex-not",
3664
+ "target": "npm:extend-shallow",
3665
+ "type": "static"
3666
+ },
3667
+ {
3668
+ "source": "npm:regex-not",
3669
+ "target": "npm:safe-regex",
3670
+ "type": "static"
3671
+ },
3672
+ {
3673
+ "source": "npm:resolve",
3674
+ "target": "npm:is-core-module",
3675
+ "type": "static"
3676
+ },
3677
+ {
3678
+ "source": "npm:resolve",
3679
+ "target": "npm:path-parse",
3680
+ "type": "static"
3681
+ },
3682
+ {
3683
+ "source": "npm:resolve",
3684
+ "target": "npm:supports-preserve-symlinks-flag",
3685
+ "type": "static"
3686
+ },
3687
+ {
3688
+ "source": "npm:resolve-cwd",
3689
+ "target": "npm:resolve-from",
3690
+ "type": "static"
3691
+ },
3692
+ {
3693
+ "source": "npm:rimraf",
3694
+ "target": "npm:glob",
3695
+ "type": "static"
3696
+ },
3697
+ {
3698
+ "source": "npm:safe-regex",
3699
+ "target": "npm:ret",
3700
+ "type": "static"
3701
+ },
3702
+ {
3703
+ "source": "npm:sane",
3704
+ "target": "npm:@cnakazawa/watch",
3705
+ "type": "static"
3706
+ },
3707
+ {
3708
+ "source": "npm:sane",
3709
+ "target": "npm:anymatch@2.0.0",
3710
+ "type": "static"
3711
+ },
3712
+ {
3713
+ "source": "npm:sane",
3714
+ "target": "npm:capture-exit",
3715
+ "type": "static"
3716
+ },
3717
+ {
3718
+ "source": "npm:sane",
3719
+ "target": "npm:exec-sh",
3720
+ "type": "static"
3721
+ },
3722
+ {
3723
+ "source": "npm:sane",
3724
+ "target": "npm:execa@1.0.0",
3725
+ "type": "static"
3726
+ },
3727
+ {
3728
+ "source": "npm:sane",
3729
+ "target": "npm:fb-watchman",
3730
+ "type": "static"
3731
+ },
3732
+ {
3733
+ "source": "npm:sane",
3734
+ "target": "npm:micromatch@3.1.10",
3735
+ "type": "static"
3736
+ },
3737
+ {
3738
+ "source": "npm:sane",
3739
+ "target": "npm:minimist",
3740
+ "type": "static"
3741
+ },
3742
+ {
3743
+ "source": "npm:sane",
3744
+ "target": "npm:walker",
3745
+ "type": "static"
3746
+ },
3747
+ {
3748
+ "source": "npm:anymatch@2.0.0",
3749
+ "target": "npm:micromatch@3.1.10",
3750
+ "type": "static"
3751
+ },
3752
+ {
3753
+ "source": "npm:anymatch@2.0.0",
3754
+ "target": "npm:normalize-path@2.1.1",
3755
+ "type": "static"
3756
+ },
3757
+ {
3758
+ "source": "npm:braces@2.3.2",
3759
+ "target": "npm:arr-flatten",
3760
+ "type": "static"
3761
+ },
3762
+ {
3763
+ "source": "npm:braces@2.3.2",
3764
+ "target": "npm:array-unique",
3765
+ "type": "static"
3766
+ },
3767
+ {
3768
+ "source": "npm:braces@2.3.2",
3769
+ "target": "npm:extend-shallow@2.0.1",
3770
+ "type": "static"
3771
+ },
3772
+ {
3773
+ "source": "npm:braces@2.3.2",
3774
+ "target": "npm:fill-range@4.0.0",
3775
+ "type": "static"
3776
+ },
3777
+ {
3778
+ "source": "npm:braces@2.3.2",
3779
+ "target": "npm:isobject",
3780
+ "type": "static"
3781
+ },
3782
+ {
3783
+ "source": "npm:braces@2.3.2",
3784
+ "target": "npm:repeat-element",
3785
+ "type": "static"
3786
+ },
3787
+ {
3788
+ "source": "npm:braces@2.3.2",
3789
+ "target": "npm:snapdragon",
3790
+ "type": "static"
3791
+ },
3792
+ {
3793
+ "source": "npm:braces@2.3.2",
3794
+ "target": "npm:snapdragon-node",
3795
+ "type": "static"
3796
+ },
3797
+ {
3798
+ "source": "npm:braces@2.3.2",
3799
+ "target": "npm:split-string",
3800
+ "type": "static"
3801
+ },
3802
+ {
3803
+ "source": "npm:braces@2.3.2",
3804
+ "target": "npm:to-regex",
3805
+ "type": "static"
3806
+ },
3807
+ {
3808
+ "source": "npm:extend-shallow@2.0.1",
3809
+ "target": "npm:is-extendable@0.1.1",
3810
+ "type": "static"
3811
+ },
3812
+ {
3813
+ "source": "npm:cross-spawn@6.0.5",
3814
+ "target": "npm:nice-try",
3815
+ "type": "static"
3816
+ },
3817
+ {
3818
+ "source": "npm:cross-spawn@6.0.5",
3819
+ "target": "npm:path-key@2.0.1",
3820
+ "type": "static"
3821
+ },
3822
+ {
3823
+ "source": "npm:cross-spawn@6.0.5",
3824
+ "target": "npm:semver@5.7.2",
3825
+ "type": "static"
3826
+ },
3827
+ {
3828
+ "source": "npm:cross-spawn@6.0.5",
3829
+ "target": "npm:shebang-command@1.2.0",
3830
+ "type": "static"
3831
+ },
3832
+ {
3833
+ "source": "npm:cross-spawn@6.0.5",
3834
+ "target": "npm:which@1.3.1",
3835
+ "type": "static"
3836
+ },
3837
+ {
3838
+ "source": "npm:execa@1.0.0",
3839
+ "target": "npm:cross-spawn@6.0.5",
3840
+ "type": "static"
3841
+ },
3842
+ {
3843
+ "source": "npm:execa@1.0.0",
3844
+ "target": "npm:get-stream@4.1.0",
3845
+ "type": "static"
3846
+ },
3847
+ {
3848
+ "source": "npm:execa@1.0.0",
3849
+ "target": "npm:is-stream@1.1.0",
3850
+ "type": "static"
3851
+ },
3852
+ {
3853
+ "source": "npm:execa@1.0.0",
3854
+ "target": "npm:npm-run-path@2.0.2",
3855
+ "type": "static"
3856
+ },
3857
+ {
3858
+ "source": "npm:execa@1.0.0",
3859
+ "target": "npm:p-finally",
3860
+ "type": "static"
3861
+ },
3862
+ {
3863
+ "source": "npm:execa@1.0.0",
3864
+ "target": "npm:signal-exit",
3865
+ "type": "static"
3866
+ },
3867
+ {
3868
+ "source": "npm:execa@1.0.0",
3869
+ "target": "npm:strip-eof",
3870
+ "type": "static"
3871
+ },
3872
+ {
3873
+ "source": "npm:fill-range@4.0.0",
3874
+ "target": "npm:extend-shallow@2.0.1",
3875
+ "type": "static"
3876
+ },
3877
+ {
3878
+ "source": "npm:fill-range@4.0.0",
3879
+ "target": "npm:is-number@3.0.0",
3880
+ "type": "static"
3881
+ },
3882
+ {
3883
+ "source": "npm:fill-range@4.0.0",
3884
+ "target": "npm:repeat-string",
3885
+ "type": "static"
3886
+ },
3887
+ {
3888
+ "source": "npm:fill-range@4.0.0",
3889
+ "target": "npm:to-regex-range@2.1.1",
3890
+ "type": "static"
3891
+ },
3892
+ {
3893
+ "source": "npm:extend-shallow@2.0.1",
3894
+ "target": "npm:is-extendable@0.1.1",
3895
+ "type": "static"
3896
+ },
3897
+ {
3898
+ "source": "npm:get-stream@4.1.0",
3899
+ "target": "npm:pump",
3900
+ "type": "static"
3901
+ },
3902
+ {
3903
+ "source": "npm:is-number@3.0.0",
3904
+ "target": "npm:kind-of@3.2.2",
3905
+ "type": "static"
3906
+ },
3907
+ {
3908
+ "source": "npm:kind-of@3.2.2",
3909
+ "target": "npm:is-buffer",
3910
+ "type": "static"
3911
+ },
3912
+ {
3913
+ "source": "npm:micromatch@3.1.10",
3914
+ "target": "npm:arr-diff",
3915
+ "type": "static"
3916
+ },
3917
+ {
3918
+ "source": "npm:micromatch@3.1.10",
3919
+ "target": "npm:array-unique",
3920
+ "type": "static"
3921
+ },
3922
+ {
3923
+ "source": "npm:micromatch@3.1.10",
3924
+ "target": "npm:braces@2.3.2",
3925
+ "type": "static"
3926
+ },
3927
+ {
3928
+ "source": "npm:micromatch@3.1.10",
3929
+ "target": "npm:define-property",
3930
+ "type": "static"
3931
+ },
3932
+ {
3933
+ "source": "npm:micromatch@3.1.10",
3934
+ "target": "npm:extend-shallow",
3935
+ "type": "static"
3936
+ },
3937
+ {
3938
+ "source": "npm:micromatch@3.1.10",
3939
+ "target": "npm:extglob",
3940
+ "type": "static"
3941
+ },
3942
+ {
3943
+ "source": "npm:micromatch@3.1.10",
3944
+ "target": "npm:fragment-cache",
3945
+ "type": "static"
3946
+ },
3947
+ {
3948
+ "source": "npm:micromatch@3.1.10",
3949
+ "target": "npm:kind-of",
3950
+ "type": "static"
3951
+ },
3952
+ {
3953
+ "source": "npm:micromatch@3.1.10",
3954
+ "target": "npm:nanomatch",
3955
+ "type": "static"
3956
+ },
3957
+ {
3958
+ "source": "npm:micromatch@3.1.10",
3959
+ "target": "npm:object.pick",
3960
+ "type": "static"
3961
+ },
3962
+ {
3963
+ "source": "npm:micromatch@3.1.10",
3964
+ "target": "npm:regex-not",
3965
+ "type": "static"
3966
+ },
3967
+ {
3968
+ "source": "npm:micromatch@3.1.10",
3969
+ "target": "npm:snapdragon",
3970
+ "type": "static"
3971
+ },
3972
+ {
3973
+ "source": "npm:micromatch@3.1.10",
3974
+ "target": "npm:to-regex",
3975
+ "type": "static"
3976
+ },
3977
+ {
3978
+ "source": "npm:normalize-path@2.1.1",
3979
+ "target": "npm:remove-trailing-separator",
3980
+ "type": "static"
3981
+ },
3982
+ {
3983
+ "source": "npm:npm-run-path@2.0.2",
3984
+ "target": "npm:path-key@2.0.1",
3985
+ "type": "static"
3986
+ },
3987
+ {
3988
+ "source": "npm:shebang-command@1.2.0",
3989
+ "target": "npm:shebang-regex@1.0.0",
3990
+ "type": "static"
3991
+ },
3992
+ {
3993
+ "source": "npm:to-regex-range@2.1.1",
3994
+ "target": "npm:is-number@3.0.0",
3995
+ "type": "static"
3996
+ },
3997
+ {
3998
+ "source": "npm:to-regex-range@2.1.1",
3999
+ "target": "npm:repeat-string",
4000
+ "type": "static"
4001
+ },
4002
+ {
4003
+ "source": "npm:which@1.3.1",
4004
+ "target": "npm:isexe",
4005
+ "type": "static"
4006
+ },
4007
+ {
4008
+ "source": "npm:saxes",
4009
+ "target": "npm:xmlchars",
4010
+ "type": "static"
4011
+ },
4012
+ {
4013
+ "source": "npm:set-value",
4014
+ "target": "npm:extend-shallow@2.0.1",
4015
+ "type": "static"
4016
+ },
4017
+ {
4018
+ "source": "npm:set-value",
4019
+ "target": "npm:is-extendable@0.1.1",
4020
+ "type": "static"
4021
+ },
4022
+ {
4023
+ "source": "npm:set-value",
4024
+ "target": "npm:is-plain-object",
4025
+ "type": "static"
4026
+ },
4027
+ {
4028
+ "source": "npm:set-value",
4029
+ "target": "npm:split-string",
4030
+ "type": "static"
4031
+ },
4032
+ {
4033
+ "source": "npm:extend-shallow@2.0.1",
4034
+ "target": "npm:is-extendable@0.1.1",
4035
+ "type": "static"
4036
+ },
4037
+ {
4038
+ "source": "npm:shebang-command",
4039
+ "target": "npm:shebang-regex",
4040
+ "type": "static"
4041
+ },
4042
+ {
4043
+ "source": "npm:snapdragon",
4044
+ "target": "npm:base",
4045
+ "type": "static"
4046
+ },
4047
+ {
4048
+ "source": "npm:snapdragon",
4049
+ "target": "npm:debug@2.6.9",
4050
+ "type": "static"
4051
+ },
4052
+ {
4053
+ "source": "npm:snapdragon",
4054
+ "target": "npm:define-property@0.2.5",
4055
+ "type": "static"
4056
+ },
4057
+ {
4058
+ "source": "npm:snapdragon",
4059
+ "target": "npm:extend-shallow@2.0.1",
4060
+ "type": "static"
4061
+ },
4062
+ {
4063
+ "source": "npm:snapdragon",
4064
+ "target": "npm:map-cache",
4065
+ "type": "static"
4066
+ },
4067
+ {
4068
+ "source": "npm:snapdragon",
4069
+ "target": "npm:source-map@0.5.7",
4070
+ "type": "static"
4071
+ },
4072
+ {
4073
+ "source": "npm:snapdragon",
4074
+ "target": "npm:source-map-resolve",
4075
+ "type": "static"
4076
+ },
4077
+ {
4078
+ "source": "npm:snapdragon",
4079
+ "target": "npm:use",
4080
+ "type": "static"
4081
+ },
4082
+ {
4083
+ "source": "npm:snapdragon-node",
4084
+ "target": "npm:define-property@1.0.0",
4085
+ "type": "static"
4086
+ },
4087
+ {
4088
+ "source": "npm:snapdragon-node",
4089
+ "target": "npm:isobject",
4090
+ "type": "static"
4091
+ },
4092
+ {
4093
+ "source": "npm:snapdragon-node",
4094
+ "target": "npm:snapdragon-util",
4095
+ "type": "static"
4096
+ },
4097
+ {
4098
+ "source": "npm:define-property@1.0.0",
4099
+ "target": "npm:is-descriptor",
4100
+ "type": "static"
4101
+ },
4102
+ {
4103
+ "source": "npm:snapdragon-util",
4104
+ "target": "npm:kind-of@3.2.2",
4105
+ "type": "static"
4106
+ },
4107
+ {
4108
+ "source": "npm:kind-of@3.2.2",
4109
+ "target": "npm:is-buffer",
4110
+ "type": "static"
4111
+ },
4112
+ {
4113
+ "source": "npm:debug@2.6.9",
4114
+ "target": "npm:ms@2.0.0",
4115
+ "type": "static"
4116
+ },
4117
+ {
4118
+ "source": "npm:define-property@0.2.5",
4119
+ "target": "npm:is-descriptor@0.1.7",
4120
+ "type": "static"
4121
+ },
4122
+ {
4123
+ "source": "npm:extend-shallow@2.0.1",
4124
+ "target": "npm:is-extendable@0.1.1",
4125
+ "type": "static"
4126
+ },
4127
+ {
4128
+ "source": "npm:is-descriptor@0.1.7",
4129
+ "target": "npm:is-accessor-descriptor",
4130
+ "type": "static"
4131
+ },
4132
+ {
4133
+ "source": "npm:is-descriptor@0.1.7",
4134
+ "target": "npm:is-data-descriptor",
4135
+ "type": "static"
4136
+ },
4137
+ {
4138
+ "source": "npm:source-map-resolve",
4139
+ "target": "npm:atob",
4140
+ "type": "static"
4141
+ },
4142
+ {
4143
+ "source": "npm:source-map-resolve",
4144
+ "target": "npm:decode-uri-component",
4145
+ "type": "static"
4146
+ },
4147
+ {
4148
+ "source": "npm:source-map-resolve",
4149
+ "target": "npm:resolve-url",
4150
+ "type": "static"
4151
+ },
4152
+ {
4153
+ "source": "npm:source-map-resolve",
4154
+ "target": "npm:source-map-url",
4155
+ "type": "static"
4156
+ },
4157
+ {
4158
+ "source": "npm:source-map-resolve",
4159
+ "target": "npm:urix",
4160
+ "type": "static"
4161
+ },
4162
+ {
4163
+ "source": "npm:source-map-support",
4164
+ "target": "npm:buffer-from",
4165
+ "type": "static"
4166
+ },
4167
+ {
4168
+ "source": "npm:source-map-support",
4169
+ "target": "npm:source-map",
4170
+ "type": "static"
4171
+ },
4172
+ {
4173
+ "source": "npm:spdx-correct",
4174
+ "target": "npm:spdx-expression-parse",
4175
+ "type": "static"
4176
+ },
4177
+ {
4178
+ "source": "npm:spdx-correct",
4179
+ "target": "npm:spdx-license-ids",
4180
+ "type": "static"
4181
+ },
4182
+ {
4183
+ "source": "npm:spdx-expression-parse",
4184
+ "target": "npm:spdx-exceptions",
4185
+ "type": "static"
4186
+ },
4187
+ {
4188
+ "source": "npm:spdx-expression-parse",
4189
+ "target": "npm:spdx-license-ids",
4190
+ "type": "static"
4191
+ },
4192
+ {
4193
+ "source": "npm:split-string",
4194
+ "target": "npm:extend-shallow",
4195
+ "type": "static"
4196
+ },
4197
+ {
4198
+ "source": "npm:stack-utils",
4199
+ "target": "npm:escape-string-regexp",
4200
+ "type": "static"
4201
+ },
4202
+ {
4203
+ "source": "npm:static-extend",
4204
+ "target": "npm:define-property@0.2.5",
4205
+ "type": "static"
4206
+ },
4207
+ {
4208
+ "source": "npm:static-extend",
4209
+ "target": "npm:object-copy",
4210
+ "type": "static"
4211
+ },
4212
+ {
4213
+ "source": "npm:define-property@0.2.5",
4214
+ "target": "npm:is-descriptor@0.1.7",
4215
+ "type": "static"
4216
+ },
4217
+ {
4218
+ "source": "npm:is-descriptor@0.1.7",
4219
+ "target": "npm:is-accessor-descriptor",
4220
+ "type": "static"
4221
+ },
4222
+ {
4223
+ "source": "npm:is-descriptor@0.1.7",
4224
+ "target": "npm:is-data-descriptor",
4225
+ "type": "static"
4226
+ },
4227
+ {
4228
+ "source": "npm:string-length",
4229
+ "target": "npm:char-regex",
4230
+ "type": "static"
4231
+ },
4232
+ {
4233
+ "source": "npm:string-length",
4234
+ "target": "npm:strip-ansi",
4235
+ "type": "static"
4236
+ },
4237
+ {
4238
+ "source": "npm:string-width",
4239
+ "target": "npm:emoji-regex",
4240
+ "type": "static"
4241
+ },
4242
+ {
4243
+ "source": "npm:string-width",
4244
+ "target": "npm:is-fullwidth-code-point",
4245
+ "type": "static"
4246
+ },
4247
+ {
4248
+ "source": "npm:string-width",
4249
+ "target": "npm:strip-ansi",
4250
+ "type": "static"
4251
+ },
4252
+ {
4253
+ "source": "npm:strip-ansi",
4254
+ "target": "npm:ansi-regex",
4255
+ "type": "static"
4256
+ },
4257
+ {
4258
+ "source": "npm:supports-color",
4259
+ "target": "npm:has-flag",
4260
+ "type": "static"
4261
+ },
4262
+ {
4263
+ "source": "npm:supports-hyperlinks",
4264
+ "target": "npm:has-flag",
4265
+ "type": "static"
4266
+ },
4267
+ {
4268
+ "source": "npm:supports-hyperlinks",
4269
+ "target": "npm:supports-color",
4270
+ "type": "static"
4271
+ },
4272
+ {
4273
+ "source": "npm:terminal-link",
4274
+ "target": "npm:ansi-escapes",
4275
+ "type": "static"
4276
+ },
4277
+ {
4278
+ "source": "npm:terminal-link",
4279
+ "target": "npm:supports-hyperlinks",
4280
+ "type": "static"
4281
+ },
4282
+ {
4283
+ "source": "npm:test-exclude",
4284
+ "target": "npm:@istanbuljs/schema",
4285
+ "type": "static"
4286
+ },
4287
+ {
4288
+ "source": "npm:test-exclude",
4289
+ "target": "npm:glob",
4290
+ "type": "static"
4291
+ },
4292
+ {
4293
+ "source": "npm:test-exclude",
4294
+ "target": "npm:minimatch",
4295
+ "type": "static"
4296
+ },
4297
+ {
4298
+ "source": "npm:to-object-path",
4299
+ "target": "npm:kind-of@3.2.2",
4300
+ "type": "static"
4301
+ },
4302
+ {
4303
+ "source": "npm:kind-of@3.2.2",
4304
+ "target": "npm:is-buffer",
4305
+ "type": "static"
4306
+ },
4307
+ {
4308
+ "source": "npm:to-regex",
4309
+ "target": "npm:define-property",
4310
+ "type": "static"
4311
+ },
4312
+ {
4313
+ "source": "npm:to-regex",
4314
+ "target": "npm:extend-shallow",
4315
+ "type": "static"
4316
+ },
4317
+ {
4318
+ "source": "npm:to-regex",
4319
+ "target": "npm:regex-not",
4320
+ "type": "static"
4321
+ },
4322
+ {
4323
+ "source": "npm:to-regex",
4324
+ "target": "npm:safe-regex",
4325
+ "type": "static"
4326
+ },
4327
+ {
4328
+ "source": "npm:to-regex-range",
4329
+ "target": "npm:is-number",
4330
+ "type": "static"
4331
+ },
4332
+ {
4333
+ "source": "npm:tough-cookie",
4334
+ "target": "npm:psl",
4335
+ "type": "static"
4336
+ },
4337
+ {
4338
+ "source": "npm:tough-cookie",
4339
+ "target": "npm:punycode",
4340
+ "type": "static"
4341
+ },
4342
+ {
4343
+ "source": "npm:tough-cookie",
4344
+ "target": "npm:universalify",
4345
+ "type": "static"
4346
+ },
4347
+ {
4348
+ "source": "npm:tough-cookie",
4349
+ "target": "npm:url-parse",
4350
+ "type": "static"
4351
+ },
4352
+ {
4353
+ "source": "npm:tr46",
4354
+ "target": "npm:punycode",
4355
+ "type": "static"
4356
+ },
4357
+ {
4358
+ "source": "npm:typedarray-to-buffer",
4359
+ "target": "npm:is-typedarray",
4360
+ "type": "static"
4361
+ },
4362
+ {
4363
+ "source": "npm:union-value",
4364
+ "target": "npm:arr-union",
4365
+ "type": "static"
4366
+ },
4367
+ {
4368
+ "source": "npm:union-value",
4369
+ "target": "npm:get-value",
4370
+ "type": "static"
4371
+ },
4372
+ {
4373
+ "source": "npm:union-value",
4374
+ "target": "npm:is-extendable@0.1.1",
4375
+ "type": "static"
4376
+ },
4377
+ {
4378
+ "source": "npm:union-value",
4379
+ "target": "npm:set-value",
4380
+ "type": "static"
4381
+ },
4382
+ {
4383
+ "source": "npm:unset-value",
4384
+ "target": "npm:has-value@0.3.1",
4385
+ "type": "static"
4386
+ },
4387
+ {
4388
+ "source": "npm:unset-value",
4389
+ "target": "npm:isobject",
4390
+ "type": "static"
4391
+ },
4392
+ {
4393
+ "source": "npm:has-value@0.3.1",
4394
+ "target": "npm:get-value",
4395
+ "type": "static"
4396
+ },
4397
+ {
4398
+ "source": "npm:has-value@0.3.1",
4399
+ "target": "npm:has-values@0.1.4",
4400
+ "type": "static"
4401
+ },
4402
+ {
4403
+ "source": "npm:has-value@0.3.1",
4404
+ "target": "npm:isobject@2.1.0",
4405
+ "type": "static"
4406
+ },
4407
+ {
4408
+ "source": "npm:isobject@2.1.0",
4409
+ "target": "npm:isarray",
4410
+ "type": "static"
4411
+ },
4412
+ {
4413
+ "source": "npm:update-browserslist-db",
4414
+ "target": "npm:browserslist",
4415
+ "type": "static"
4416
+ },
4417
+ {
4418
+ "source": "npm:update-browserslist-db",
4419
+ "target": "npm:escalade",
4420
+ "type": "static"
4421
+ },
4422
+ {
4423
+ "source": "npm:update-browserslist-db",
4424
+ "target": "npm:picocolors",
4425
+ "type": "static"
4426
+ },
4427
+ {
4428
+ "source": "npm:url-parse",
4429
+ "target": "npm:querystringify",
4430
+ "type": "static"
4431
+ },
4432
+ {
4433
+ "source": "npm:url-parse",
4434
+ "target": "npm:requires-port",
4435
+ "type": "static"
4436
+ },
4437
+ {
4438
+ "source": "npm:v8-to-istanbul",
4439
+ "target": "npm:@types/istanbul-lib-coverage",
4440
+ "type": "static"
4441
+ },
4442
+ {
4443
+ "source": "npm:v8-to-istanbul",
4444
+ "target": "npm:convert-source-map",
4445
+ "type": "static"
4446
+ },
4447
+ {
4448
+ "source": "npm:v8-to-istanbul",
4449
+ "target": "npm:source-map@0.7.4",
4450
+ "type": "static"
4451
+ },
4452
+ {
4453
+ "source": "npm:validate-npm-package-license",
4454
+ "target": "npm:spdx-correct",
4455
+ "type": "static"
4456
+ },
4457
+ {
4458
+ "source": "npm:validate-npm-package-license",
4459
+ "target": "npm:spdx-expression-parse",
4460
+ "type": "static"
4461
+ },
4462
+ {
4463
+ "source": "npm:w3c-hr-time",
4464
+ "target": "npm:browser-process-hrtime",
4465
+ "type": "static"
4466
+ },
4467
+ {
4468
+ "source": "npm:w3c-xmlserializer",
4469
+ "target": "npm:xml-name-validator",
4470
+ "type": "static"
4471
+ },
4472
+ {
4473
+ "source": "npm:walker",
4474
+ "target": "npm:makeerror",
4475
+ "type": "static"
4476
+ },
4477
+ {
4478
+ "source": "npm:whatwg-encoding",
4479
+ "target": "npm:iconv-lite",
4480
+ "type": "static"
4481
+ },
4482
+ {
4483
+ "source": "npm:whatwg-url",
4484
+ "target": "npm:lodash",
4485
+ "type": "static"
4486
+ },
4487
+ {
4488
+ "source": "npm:whatwg-url",
4489
+ "target": "npm:tr46",
4490
+ "type": "static"
4491
+ },
4492
+ {
4493
+ "source": "npm:whatwg-url",
4494
+ "target": "npm:webidl-conversions",
4495
+ "type": "static"
4496
+ },
4497
+ {
4498
+ "source": "npm:which",
4499
+ "target": "npm:isexe",
4500
+ "type": "static"
4501
+ },
4502
+ {
4503
+ "source": "npm:wrap-ansi",
4504
+ "target": "npm:ansi-styles",
4505
+ "type": "static"
4506
+ },
4507
+ {
4508
+ "source": "npm:wrap-ansi",
4509
+ "target": "npm:string-width",
4510
+ "type": "static"
4511
+ },
4512
+ {
4513
+ "source": "npm:wrap-ansi",
4514
+ "target": "npm:strip-ansi",
4515
+ "type": "static"
4516
+ },
4517
+ {
4518
+ "source": "npm:write-file-atomic",
4519
+ "target": "npm:imurmurhash",
4520
+ "type": "static"
4521
+ },
4522
+ {
4523
+ "source": "npm:write-file-atomic",
4524
+ "target": "npm:is-typedarray",
4525
+ "type": "static"
4526
+ },
4527
+ {
4528
+ "source": "npm:write-file-atomic",
4529
+ "target": "npm:signal-exit",
4530
+ "type": "static"
4531
+ },
4532
+ {
4533
+ "source": "npm:write-file-atomic",
4534
+ "target": "npm:typedarray-to-buffer",
4535
+ "type": "static"
4536
+ },
4537
+ {
4538
+ "source": "npm:yargs",
4539
+ "target": "npm:cliui",
4540
+ "type": "static"
4541
+ },
4542
+ {
4543
+ "source": "npm:yargs",
4544
+ "target": "npm:decamelize",
4545
+ "type": "static"
4546
+ },
4547
+ {
4548
+ "source": "npm:yargs",
4549
+ "target": "npm:find-up",
4550
+ "type": "static"
4551
+ },
4552
+ {
4553
+ "source": "npm:yargs",
4554
+ "target": "npm:get-caller-file",
4555
+ "type": "static"
4556
+ },
4557
+ {
4558
+ "source": "npm:yargs",
4559
+ "target": "npm:require-directory",
4560
+ "type": "static"
4561
+ },
4562
+ {
4563
+ "source": "npm:yargs",
4564
+ "target": "npm:require-main-filename",
4565
+ "type": "static"
4566
+ },
4567
+ {
4568
+ "source": "npm:yargs",
4569
+ "target": "npm:set-blocking",
4570
+ "type": "static"
4571
+ },
4572
+ {
4573
+ "source": "npm:yargs",
4574
+ "target": "npm:string-width",
4575
+ "type": "static"
4576
+ },
4577
+ {
4578
+ "source": "npm:yargs",
4579
+ "target": "npm:which-module",
4580
+ "type": "static"
4581
+ },
4582
+ {
4583
+ "source": "npm:yargs",
4584
+ "target": "npm:y18n",
4585
+ "type": "static"
4586
+ },
4587
+ {
4588
+ "source": "npm:yargs",
4589
+ "target": "npm:yargs-parser",
4590
+ "type": "static"
4591
+ },
4592
+ {
4593
+ "source": "npm:yargs-parser",
4594
+ "target": "npm:camelcase",
4595
+ "type": "static"
4596
+ },
4597
+ {
4598
+ "source": "npm:yargs-parser",
4599
+ "target": "npm:decamelize",
4600
+ "type": "static"
4601
+ }
4602
+ ]