isomorfeus-preact 10.5.5 → 10.5.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (948) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +28 -1
  3. data/lib/isomorfeus/preact/config.rb +4 -15
  4. data/lib/isomorfeus/preact/imports.rb +0 -10
  5. data/lib/isomorfeus/preact_view_helper.rb +9 -9
  6. data/lib/isomorfeus/props/validator.rb +1 -1
  7. data/lib/isomorfeus/top_level.rb +3 -6
  8. data/lib/isomorfeus-preact.rb +4 -1
  9. data/lib/lucid_app/context.rb +12 -12
  10. data/lib/nano_css.rb +464 -0
  11. data/lib/preact/version.rb +1 -1
  12. data/lib/preact.rb +17 -7
  13. data/node_modules/.package-lock.json +6 -244
  14. data/node_modules/preact/compat/dist/compat.js +1 -1
  15. data/node_modules/preact/compat/dist/compat.js.map +1 -1
  16. data/node_modules/preact/compat/dist/compat.mjs +1 -1
  17. data/node_modules/preact/compat/dist/compat.mjs.map +1 -1
  18. data/node_modules/preact/compat/dist/compat.module.js +1 -1
  19. data/node_modules/preact/compat/dist/compat.module.js.map +1 -1
  20. data/node_modules/preact/compat/dist/compat.umd.js +1 -1
  21. data/node_modules/preact/compat/dist/compat.umd.js.map +1 -1
  22. data/node_modules/preact/compat/src/index.d.ts +1 -1
  23. data/node_modules/preact/compat/src/render.js +10 -3
  24. data/node_modules/preact/debug/dist/debug.js.map +1 -1
  25. data/node_modules/preact/debug/dist/debug.mjs.map +1 -1
  26. data/node_modules/preact/debug/dist/debug.module.js.map +1 -1
  27. data/node_modules/preact/debug/dist/debug.umd.js.map +1 -1
  28. data/node_modules/preact/devtools/dist/devtools.js +1 -1
  29. data/node_modules/preact/devtools/dist/devtools.js.map +1 -1
  30. data/node_modules/preact/devtools/dist/devtools.mjs +1 -1
  31. data/node_modules/preact/devtools/dist/devtools.mjs.map +1 -1
  32. data/node_modules/preact/devtools/dist/devtools.module.js +1 -1
  33. data/node_modules/preact/devtools/dist/devtools.module.js.map +1 -1
  34. data/node_modules/preact/devtools/dist/devtools.umd.js +1 -1
  35. data/node_modules/preact/devtools/dist/devtools.umd.js.map +1 -1
  36. data/node_modules/preact/devtools/src/devtools.js +1 -1
  37. data/node_modules/preact/dist/index.d.ts +1295 -0
  38. data/node_modules/preact/dist/preact.js +1 -1
  39. data/node_modules/preact/dist/preact.js.map +1 -1
  40. data/node_modules/preact/dist/preact.min.js +1 -1
  41. data/node_modules/preact/dist/preact.min.js.map +1 -1
  42. data/node_modules/preact/dist/preact.mjs +1 -1
  43. data/node_modules/preact/dist/preact.mjs.map +1 -1
  44. data/node_modules/preact/dist/preact.module.js +1 -1
  45. data/node_modules/preact/dist/preact.module.js.map +1 -1
  46. data/node_modules/preact/dist/preact.umd.js +1 -1
  47. data/node_modules/preact/dist/preact.umd.js.map +1 -1
  48. data/node_modules/preact/hooks/dist/hooks.js +1 -1
  49. data/node_modules/preact/hooks/dist/hooks.js.map +1 -1
  50. data/node_modules/preact/hooks/dist/hooks.mjs +1 -1
  51. data/node_modules/preact/hooks/dist/hooks.mjs.map +1 -1
  52. data/node_modules/preact/hooks/dist/hooks.module.js +1 -1
  53. data/node_modules/preact/hooks/dist/hooks.module.js.map +1 -1
  54. data/node_modules/preact/hooks/dist/hooks.umd.js +1 -1
  55. data/node_modules/preact/hooks/dist/hooks.umd.js.map +1 -1
  56. data/node_modules/preact/hooks/src/index.js +1 -8
  57. data/node_modules/preact/jsx-runtime/dist/jsxRuntime.mjs.map +1 -0
  58. data/node_modules/preact/package.json +8 -4
  59. data/node_modules/preact/src/create-element.js +2 -1
  60. data/node_modules/preact/src/diff/children.js +7 -19
  61. data/node_modules/preact/src/jsx.d.ts +45 -2
  62. data/node_modules/preact/test-utils/dist/testUtils.mjs.map +1 -1
  63. data/node_modules/wouter-preact/cjs/index.js +1 -1
  64. data/node_modules/wouter-preact/cjs/use-location.js +6 -6
  65. data/node_modules/wouter-preact/index.js +1 -1
  66. data/node_modules/wouter-preact/package.json +1 -1
  67. data/node_modules/wouter-preact/use-location.js +6 -6
  68. data/package.json +3 -5
  69. metadata +17 -893
  70. data/node_modules/.bin/loose-envify +0 -12
  71. data/node_modules/.bin/loose-envify.cmd +0 -17
  72. data/node_modules/.bin/loose-envify.ps1 +0 -28
  73. data/node_modules/@babel/runtime/LICENSE +0 -22
  74. data/node_modules/@babel/runtime/README.md +0 -19
  75. data/node_modules/@babel/runtime/helpers/AsyncGenerator.js +0 -99
  76. data/node_modules/@babel/runtime/helpers/AwaitValue.js +0 -6
  77. data/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js +0 -31
  78. data/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +0 -12
  79. data/node_modules/@babel/runtime/helpers/arrayWithHoles.js +0 -6
  80. data/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +0 -8
  81. data/node_modules/@babel/runtime/helpers/assertThisInitialized.js +0 -10
  82. data/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js +0 -57
  83. data/node_modules/@babel/runtime/helpers/asyncIterator.js +0 -16
  84. data/node_modules/@babel/runtime/helpers/asyncToGenerator.js +0 -38
  85. data/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js +0 -8
  86. data/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js +0 -8
  87. data/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js +0 -23
  88. data/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js +0 -10
  89. data/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js +0 -14
  90. data/node_modules/@babel/runtime/helpers/classCallCheck.js +0 -8
  91. data/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js +0 -8
  92. data/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js +0 -8
  93. data/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js +0 -10
  94. data/node_modules/@babel/runtime/helpers/classNameTDZError.js +0 -6
  95. data/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js +0 -11
  96. data/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js +0 -11
  97. data/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js +0 -9
  98. data/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js +0 -10
  99. data/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js +0 -8
  100. data/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js +0 -12
  101. data/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js +0 -10
  102. data/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js +0 -9
  103. data/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js +0 -6
  104. data/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js +0 -14
  105. data/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js +0 -14
  106. data/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js +0 -15
  107. data/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js +0 -9
  108. data/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js +0 -6
  109. data/node_modules/@babel/runtime/helpers/construct.js +0 -26
  110. data/node_modules/@babel/runtime/helpers/createClass.js +0 -18
  111. data/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js +0 -61
  112. data/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js +0 -25
  113. data/node_modules/@babel/runtime/helpers/createSuper.js +0 -25
  114. data/node_modules/@babel/runtime/helpers/decorate.js +0 -401
  115. data/node_modules/@babel/runtime/helpers/defaults.js +0 -17
  116. data/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js +0 -25
  117. data/node_modules/@babel/runtime/helpers/defineProperty.js +0 -17
  118. data/node_modules/@babel/runtime/helpers/esm/AsyncGenerator.js +0 -95
  119. data/node_modules/@babel/runtime/helpers/esm/AwaitValue.js +0 -3
  120. data/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js +0 -28
  121. data/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -9
  122. data/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -3
  123. data/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +0 -4
  124. data/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -7
  125. data/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js +0 -54
  126. data/node_modules/@babel/runtime/helpers/esm/asyncIterator.js +0 -13
  127. data/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js +0 -35
  128. data/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js +0 -4
  129. data/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js +0 -5
  130. data/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js +0 -20
  131. data/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js +0 -7
  132. data/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js +0 -11
  133. data/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -5
  134. data/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js +0 -5
  135. data/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +0 -5
  136. data/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js +0 -7
  137. data/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js +0 -3
  138. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js +0 -6
  139. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js +0 -6
  140. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js +0 -5
  141. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js +0 -7
  142. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js +0 -4
  143. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js +0 -7
  144. data/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js +0 -7
  145. data/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js +0 -5
  146. data/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js +0 -3
  147. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js +0 -8
  148. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js +0 -8
  149. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js +0 -9
  150. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js +0 -5
  151. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js +0 -3
  152. data/node_modules/@babel/runtime/helpers/esm/construct.js +0 -18
  153. data/node_modules/@babel/runtime/helpers/esm/createClass.js +0 -15
  154. data/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +0 -57
  155. data/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js +0 -21
  156. data/node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -19
  157. data/node_modules/@babel/runtime/helpers/esm/decorate.js +0 -396
  158. data/node_modules/@babel/runtime/helpers/esm/defaults.js +0 -14
  159. data/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js +0 -22
  160. data/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -14
  161. data/node_modules/@babel/runtime/helpers/esm/extends.js +0 -17
  162. data/node_modules/@babel/runtime/helpers/esm/get.js +0 -20
  163. data/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -6
  164. data/node_modules/@babel/runtime/helpers/esm/inherits.js +0 -15
  165. data/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +0 -6
  166. data/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js +0 -9
  167. data/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js +0 -3
  168. data/node_modules/@babel/runtime/helpers/esm/instanceof.js +0 -7
  169. data/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js +0 -5
  170. data/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js +0 -51
  171. data/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js +0 -3
  172. data/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -12
  173. data/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +0 -3
  174. data/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -29
  175. data/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimitLoose.js +0 -14
  176. data/node_modules/@babel/runtime/helpers/esm/jsx.js +0 -46
  177. data/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js +0 -9
  178. data/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js +0 -5
  179. data/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -3
  180. data/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +0 -3
  181. data/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js +0 -3
  182. data/node_modules/@babel/runtime/helpers/esm/objectSpread.js +0 -19
  183. data/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -39
  184. data/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +0 -19
  185. data/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -14
  186. data/node_modules/@babel/runtime/helpers/esm/package.json +0 -3
  187. data/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -11
  188. data/node_modules/@babel/runtime/helpers/esm/readOnlyError.js +0 -3
  189. data/node_modules/@babel/runtime/helpers/esm/set.js +0 -51
  190. data/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -8
  191. data/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js +0 -7
  192. data/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -7
  193. data/node_modules/@babel/runtime/helpers/esm/slicedToArrayLoose.js +0 -7
  194. data/node_modules/@babel/runtime/helpers/esm/superPropBase.js +0 -9
  195. data/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +0 -11
  196. data/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js +0 -8
  197. data/node_modules/@babel/runtime/helpers/esm/tdz.js +0 -3
  198. data/node_modules/@babel/runtime/helpers/esm/temporalRef.js +0 -5
  199. data/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js +0 -1
  200. data/node_modules/@babel/runtime/helpers/esm/toArray.js +0 -7
  201. data/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +0 -7
  202. data/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +0 -13
  203. data/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +0 -6
  204. data/node_modules/@babel/runtime/helpers/esm/typeof.js +0 -15
  205. data/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -9
  206. data/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js +0 -6
  207. data/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js +0 -37
  208. data/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js +0 -65
  209. data/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js +0 -3
  210. data/node_modules/@babel/runtime/helpers/extends.js +0 -21
  211. data/node_modules/@babel/runtime/helpers/get.js +0 -27
  212. data/node_modules/@babel/runtime/helpers/getPrototypeOf.js +0 -10
  213. data/node_modules/@babel/runtime/helpers/inherits.js +0 -19
  214. data/node_modules/@babel/runtime/helpers/inheritsLoose.js +0 -10
  215. data/node_modules/@babel/runtime/helpers/initializerDefineProperty.js +0 -12
  216. data/node_modules/@babel/runtime/helpers/initializerWarningHelper.js +0 -6
  217. data/node_modules/@babel/runtime/helpers/instanceof.js +0 -10
  218. data/node_modules/@babel/runtime/helpers/interopRequireDefault.js +0 -8
  219. data/node_modules/@babel/runtime/helpers/interopRequireWildcard.js +0 -54
  220. data/node_modules/@babel/runtime/helpers/isNativeFunction.js +0 -6
  221. data/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js +0 -15
  222. data/node_modules/@babel/runtime/helpers/iterableToArray.js +0 -6
  223. data/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js +0 -32
  224. data/node_modules/@babel/runtime/helpers/iterableToArrayLimitLoose.js +0 -17
  225. data/node_modules/@babel/runtime/helpers/jsx.js +0 -50
  226. data/node_modules/@babel/runtime/helpers/maybeArrayLike.js +0 -13
  227. data/node_modules/@babel/runtime/helpers/newArrowCheck.js +0 -8
  228. data/node_modules/@babel/runtime/helpers/nonIterableRest.js +0 -6
  229. data/node_modules/@babel/runtime/helpers/nonIterableSpread.js +0 -6
  230. data/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js +0 -6
  231. data/node_modules/@babel/runtime/helpers/objectSpread.js +0 -23
  232. data/node_modules/@babel/runtime/helpers/objectSpread2.js +0 -42
  233. data/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +0 -23
  234. data/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +0 -17
  235. data/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js +0 -16
  236. data/node_modules/@babel/runtime/helpers/readOnlyError.js +0 -6
  237. data/node_modules/@babel/runtime/helpers/set.js +0 -55
  238. data/node_modules/@babel/runtime/helpers/setPrototypeOf.js +0 -12
  239. data/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js +0 -10
  240. data/node_modules/@babel/runtime/helpers/slicedToArray.js +0 -14
  241. data/node_modules/@babel/runtime/helpers/slicedToArrayLoose.js +0 -14
  242. data/node_modules/@babel/runtime/helpers/superPropBase.js +0 -13
  243. data/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js +0 -14
  244. data/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js +0 -11
  245. data/node_modules/@babel/runtime/helpers/tdz.js +0 -6
  246. data/node_modules/@babel/runtime/helpers/temporalRef.js +0 -10
  247. data/node_modules/@babel/runtime/helpers/temporalUndefined.js +0 -4
  248. data/node_modules/@babel/runtime/helpers/toArray.js +0 -14
  249. data/node_modules/@babel/runtime/helpers/toConsumableArray.js +0 -14
  250. data/node_modules/@babel/runtime/helpers/toPrimitive.js +0 -17
  251. data/node_modules/@babel/runtime/helpers/toPropertyKey.js +0 -11
  252. data/node_modules/@babel/runtime/helpers/typeof.js +0 -22
  253. data/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +0 -13
  254. data/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js +0 -10
  255. data/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +0 -45
  256. data/node_modules/@babel/runtime/helpers/wrapRegExp.js +0 -72
  257. data/node_modules/@babel/runtime/helpers/writeOnlyError.js +0 -6
  258. data/node_modules/@babel/runtime/package.json +0 -848
  259. data/node_modules/@babel/runtime/regenerator/index.js +0 -1
  260. data/node_modules/css-in-js-utils/Changelog.md +0 -16
  261. data/node_modules/css-in-js-utils/LICENSE +0 -21
  262. data/node_modules/css-in-js-utils/README.md +0 -241
  263. data/node_modules/css-in-js-utils/lib/__tests__/assignStyle-test.js +0 -117
  264. data/node_modules/css-in-js-utils/lib/__tests__/camelCaseProperty-test.js +0 -15
  265. data/node_modules/css-in-js-utils/lib/__tests__/cssifyDeclaration-test.js +0 -15
  266. data/node_modules/css-in-js-utils/lib/__tests__/cssifyObject-test.js +0 -31
  267. data/node_modules/css-in-js-utils/lib/__tests__/isPrefixedProperty-test.js +0 -19
  268. data/node_modules/css-in-js-utils/lib/__tests__/isPrefixedValue-test.js +0 -19
  269. data/node_modules/css-in-js-utils/lib/__tests__/isUnitlessProperty-test.js +0 -43
  270. data/node_modules/css-in-js-utils/lib/__tests__/normalizeProperty-test.js +0 -21
  271. data/node_modules/css-in-js-utils/lib/__tests__/resolveArrayValue-test.js +0 -17
  272. data/node_modules/css-in-js-utils/lib/__tests__/unprefixProperty-test.js +0 -19
  273. data/node_modules/css-in-js-utils/lib/__tests__/unprefixValue-test.js +0 -20
  274. data/node_modules/css-in-js-utils/lib/assignStyle.js +0 -37
  275. data/node_modules/css-in-js-utils/lib/camelCaseProperty.js +0 -15
  276. data/node_modules/css-in-js-utils/lib/cssifyDeclaration.js +0 -17
  277. data/node_modules/css-in-js-utils/lib/cssifyObject.js +0 -34
  278. data/node_modules/css-in-js-utils/lib/hyphenateProperty.js +0 -17
  279. data/node_modules/css-in-js-utils/lib/index.js +0 -71
  280. data/node_modules/css-in-js-utils/lib/isPrefixedProperty.js +0 -12
  281. data/node_modules/css-in-js-utils/lib/isPrefixedValue.js +0 -12
  282. data/node_modules/css-in-js-utils/lib/isUnitlessProperty.js +0 -64
  283. data/node_modules/css-in-js-utils/lib/normalizeProperty.js +0 -21
  284. data/node_modules/css-in-js-utils/lib/resolveArrayValue.js +0 -19
  285. data/node_modules/css-in-js-utils/lib/unprefixProperty.js +0 -13
  286. data/node_modules/css-in-js-utils/lib/unprefixValue.js +0 -16
  287. data/node_modules/css-in-js-utils/package.json +0 -56
  288. data/node_modules/css-tree/CHANGELOG.md +0 -590
  289. data/node_modules/css-tree/LICENSE +0 -19
  290. data/node_modules/css-tree/README.md +0 -130
  291. data/node_modules/css-tree/data/index.js +0 -103
  292. data/node_modules/css-tree/data/patch.json +0 -721
  293. data/node_modules/css-tree/dist/csstree.js +0 -12606
  294. data/node_modules/css-tree/dist/csstree.min.js +0 -1
  295. data/node_modules/css-tree/lib/common/List.js +0 -576
  296. data/node_modules/css-tree/lib/common/OffsetToLocation.js +0 -91
  297. data/node_modules/css-tree/lib/common/SyntaxError.js +0 -82
  298. data/node_modules/css-tree/lib/common/TokenStream.js +0 -219
  299. data/node_modules/css-tree/lib/common/adopt-buffer.js +0 -10
  300. data/node_modules/css-tree/lib/convertor/create.js +0 -28
  301. data/node_modules/css-tree/lib/convertor/index.js +0 -3
  302. data/node_modules/css-tree/lib/definition-syntax/SyntaxError.js +0 -14
  303. data/node_modules/css-tree/lib/definition-syntax/generate.js +0 -129
  304. data/node_modules/css-tree/lib/definition-syntax/index.js +0 -6
  305. data/node_modules/css-tree/lib/definition-syntax/parse.js +0 -568
  306. data/node_modules/css-tree/lib/definition-syntax/tokenizer.js +0 -55
  307. data/node_modules/css-tree/lib/definition-syntax/walk.js +0 -52
  308. data/node_modules/css-tree/lib/generator/create.js +0 -66
  309. data/node_modules/css-tree/lib/generator/index.js +0 -4
  310. data/node_modules/css-tree/lib/generator/sourceMap.js +0 -95
  311. data/node_modules/css-tree/lib/index.js +0 -1
  312. data/node_modules/css-tree/lib/lexer/Lexer.js +0 -466
  313. data/node_modules/css-tree/lib/lexer/error.js +0 -127
  314. data/node_modules/css-tree/lib/lexer/generic-an-plus-b.js +0 -236
  315. data/node_modules/css-tree/lib/lexer/generic-urange.js +0 -159
  316. data/node_modules/css-tree/lib/lexer/generic.js +0 -585
  317. data/node_modules/css-tree/lib/lexer/index.js +0 -3
  318. data/node_modules/css-tree/lib/lexer/match-graph.js +0 -455
  319. data/node_modules/css-tree/lib/lexer/match.js +0 -639
  320. data/node_modules/css-tree/lib/lexer/prepare-tokens.js +0 -73
  321. data/node_modules/css-tree/lib/lexer/search.js +0 -65
  322. data/node_modules/css-tree/lib/lexer/structure.js +0 -163
  323. data/node_modules/css-tree/lib/lexer/trace.js +0 -79
  324. data/node_modules/css-tree/lib/parser/create.js +0 -304
  325. data/node_modules/css-tree/lib/parser/index.js +0 -4
  326. data/node_modules/css-tree/lib/parser/sequence.js +0 -54
  327. data/node_modules/css-tree/lib/syntax/atrule/font-face.js +0 -8
  328. data/node_modules/css-tree/lib/syntax/atrule/import.js +0 -40
  329. data/node_modules/css-tree/lib/syntax/atrule/index.js +0 -7
  330. data/node_modules/css-tree/lib/syntax/atrule/media.js +0 -12
  331. data/node_modules/css-tree/lib/syntax/atrule/page.js +0 -12
  332. data/node_modules/css-tree/lib/syntax/atrule/supports.js +0 -89
  333. data/node_modules/css-tree/lib/syntax/config/lexer.js +0 -9
  334. data/node_modules/css-tree/lib/syntax/config/mix.js +0 -140
  335. data/node_modules/css-tree/lib/syntax/config/parser.js +0 -25
  336. data/node_modules/css-tree/lib/syntax/config/walker.js +0 -3
  337. data/node_modules/css-tree/lib/syntax/create.js +0 -77
  338. data/node_modules/css-tree/lib/syntax/function/expression.js +0 -7
  339. data/node_modules/css-tree/lib/syntax/function/var.js +0 -43
  340. data/node_modules/css-tree/lib/syntax/index.js +0 -21
  341. data/node_modules/css-tree/lib/syntax/node/AnPlusB.js +0 -297
  342. data/node_modules/css-tree/lib/syntax/node/Atrule.js +0 -107
  343. data/node_modules/css-tree/lib/syntax/node/AtrulePrelude.js +0 -51
  344. data/node_modules/css-tree/lib/syntax/node/AttributeSelector.js +0 -165
  345. data/node_modules/css-tree/lib/syntax/node/Block.js +0 -91
  346. data/node_modules/css-tree/lib/syntax/node/Brackets.js +0 -34
  347. data/node_modules/css-tree/lib/syntax/node/CDC.js +0 -19
  348. data/node_modules/css-tree/lib/syntax/node/CDO.js +0 -19
  349. data/node_modules/css-tree/lib/syntax/node/ClassSelector.js +0 -29
  350. data/node_modules/css-tree/lib/syntax/node/Combinator.js +0 -55
  351. data/node_modules/css-tree/lib/syntax/node/Comment.js +0 -36
  352. data/node_modules/css-tree/lib/syntax/node/Declaration.js +0 -169
  353. data/node_modules/css-tree/lib/syntax/node/DeclarationList.js +0 -49
  354. data/node_modules/css-tree/lib/syntax/node/Dimension.js +0 -29
  355. data/node_modules/css-tree/lib/syntax/node/Function.js +0 -40
  356. data/node_modules/css-tree/lib/syntax/node/Hash.js +0 -26
  357. data/node_modules/css-tree/lib/syntax/node/IdSelector.js +0 -27
  358. data/node_modules/css-tree/lib/syntax/node/Identifier.js +0 -20
  359. data/node_modules/css-tree/lib/syntax/node/MediaFeature.js +0 -76
  360. data/node_modules/css-tree/lib/syntax/node/MediaQuery.js +0 -68
  361. data/node_modules/css-tree/lib/syntax/node/MediaQueryList.js +0 -36
  362. data/node_modules/css-tree/lib/syntax/node/Nth.js +0 -51
  363. data/node_modules/css-tree/lib/syntax/node/Number.js +0 -18
  364. data/node_modules/css-tree/lib/syntax/node/Operator.js +0 -21
  365. data/node_modules/css-tree/lib/syntax/node/Parentheses.js +0 -34
  366. data/node_modules/css-tree/lib/syntax/node/Percentage.js +0 -27
  367. data/node_modules/css-tree/lib/syntax/node/PseudoClassSelector.js +0 -61
  368. data/node_modules/css-tree/lib/syntax/node/PseudoElementSelector.js +0 -62
  369. data/node_modules/css-tree/lib/syntax/node/Ratio.js +0 -66
  370. data/node_modules/css-tree/lib/syntax/node/Raw.js +0 -87
  371. data/node_modules/css-tree/lib/syntax/node/Rule.js +0 -54
  372. data/node_modules/css-tree/lib/syntax/node/Selector.js +0 -32
  373. data/node_modules/css-tree/lib/syntax/node/SelectorList.js +0 -39
  374. data/node_modules/css-tree/lib/syntax/node/String.js +0 -18
  375. data/node_modules/css-tree/lib/syntax/node/StyleSheet.js +0 -81
  376. data/node_modules/css-tree/lib/syntax/node/TypeSelector.js +0 -53
  377. data/node_modules/css-tree/lib/syntax/node/UnicodeRange.js +0 -173
  378. data/node_modules/css-tree/lib/syntax/node/Url.js +0 -69
  379. data/node_modules/css-tree/lib/syntax/node/Value.js +0 -19
  380. data/node_modules/css-tree/lib/syntax/node/WhiteSpace.js +0 -26
  381. data/node_modules/css-tree/lib/syntax/node/index.js +0 -42
  382. data/node_modules/css-tree/lib/syntax/pseudo/common/nth.js +0 -9
  383. data/node_modules/css-tree/lib/syntax/pseudo/common/nthWithOfClause.js +0 -9
  384. data/node_modules/css-tree/lib/syntax/pseudo/common/selectorList.js +0 -7
  385. data/node_modules/css-tree/lib/syntax/pseudo/dir.js +0 -7
  386. data/node_modules/css-tree/lib/syntax/pseudo/has.js +0 -7
  387. data/node_modules/css-tree/lib/syntax/pseudo/index.js +0 -12
  388. data/node_modules/css-tree/lib/syntax/pseudo/lang.js +0 -7
  389. data/node_modules/css-tree/lib/syntax/pseudo/matches.js +0 -1
  390. data/node_modules/css-tree/lib/syntax/pseudo/not.js +0 -1
  391. data/node_modules/css-tree/lib/syntax/pseudo/nth-child.js +0 -1
  392. data/node_modules/css-tree/lib/syntax/pseudo/nth-last-child.js +0 -1
  393. data/node_modules/css-tree/lib/syntax/pseudo/nth-last-of-type.js +0 -1
  394. data/node_modules/css-tree/lib/syntax/pseudo/nth-of-type.js +0 -1
  395. data/node_modules/css-tree/lib/syntax/pseudo/slotted.js +0 -7
  396. data/node_modules/css-tree/lib/syntax/scope/atrulePrelude.js +0 -3
  397. data/node_modules/css-tree/lib/syntax/scope/default.js +0 -87
  398. data/node_modules/css-tree/lib/syntax/scope/index.js +0 -5
  399. data/node_modules/css-tree/lib/syntax/scope/selector.js +0 -80
  400. data/node_modules/css-tree/lib/syntax/scope/value.js +0 -5
  401. data/node_modules/css-tree/lib/tokenizer/char-code-definitions.js +0 -249
  402. data/node_modules/css-tree/lib/tokenizer/const.js +0 -40
  403. data/node_modules/css-tree/lib/tokenizer/index.js +0 -591
  404. data/node_modules/css-tree/lib/tokenizer/utils.js +0 -243
  405. data/node_modules/css-tree/lib/utils/clone.js +0 -21
  406. data/node_modules/css-tree/lib/utils/createCustomError.js +0 -17
  407. data/node_modules/css-tree/lib/utils/names.js +0 -104
  408. data/node_modules/css-tree/lib/walker/create.js +0 -284
  409. data/node_modules/css-tree/lib/walker/index.js +0 -4
  410. data/node_modules/css-tree/package.json +0 -60
  411. data/node_modules/csstype/LICENSE +0 -19
  412. data/node_modules/csstype/README.md +0 -273
  413. data/node_modules/csstype/index.d.ts +0 -20553
  414. data/node_modules/csstype/index.js.flow +0 -6278
  415. data/node_modules/csstype/package.json +0 -62
  416. data/node_modules/error-stack-parser/CHANGELOG.md +0 -53
  417. data/node_modules/error-stack-parser/LICENSE +0 -19
  418. data/node_modules/error-stack-parser/README.md +0 -44
  419. data/node_modules/error-stack-parser/dist/error-stack-parser.js +0 -202
  420. data/node_modules/error-stack-parser/dist/error-stack-parser.min.js +0 -2
  421. data/node_modules/error-stack-parser/dist/error-stack-parser.min.js.map +0 -1
  422. data/node_modules/error-stack-parser/error-stack-parser.d.ts +0 -66
  423. data/node_modules/error-stack-parser/error-stack-parser.js +0 -202
  424. data/node_modules/error-stack-parser/package.json +0 -63
  425. data/node_modules/fastest-stable-stringify/.eslintrc.yml +0 -26
  426. data/node_modules/fastest-stable-stringify/.travis.yml +0 -7
  427. data/node_modules/fastest-stable-stringify/LICENSE +0 -18
  428. data/node_modules/fastest-stable-stringify/README.md +0 -44
  429. data/node_modules/fastest-stable-stringify/benchmark/index.js +0 -32
  430. data/node_modules/fastest-stable-stringify/benchmark/test.json +0 -215
  431. data/node_modules/fastest-stable-stringify/example/key_cmp.js +0 -7
  432. data/node_modules/fastest-stable-stringify/example/nested.js +0 -3
  433. data/node_modules/fastest-stable-stringify/example/str.js +0 -3
  434. data/node_modules/fastest-stable-stringify/example/value_cmp.js +0 -7
  435. data/node_modules/fastest-stable-stringify/index.js +0 -60
  436. data/node_modules/fastest-stable-stringify/package.json +0 -54
  437. data/node_modules/fastest-stable-stringify/test/bench.js +0 -20
  438. data/node_modules/fastest-stable-stringify/test/nested.js +0 -24
  439. data/node_modules/fastest-stable-stringify/test/str.js +0 -52
  440. data/node_modules/fastest-stable-stringify/test/to-json.js +0 -22
  441. data/node_modules/hyphenate-style-name/LICENSE +0 -28
  442. data/node_modules/hyphenate-style-name/README.md +0 -28
  443. data/node_modules/hyphenate-style-name/index.cjs.js +0 -21
  444. data/node_modules/hyphenate-style-name/index.js +0 -19
  445. data/node_modules/hyphenate-style-name/package.json +0 -42
  446. data/node_modules/inline-style-prefixer/CHANGELOG.md +0 -195
  447. data/node_modules/inline-style-prefixer/LICENSE +0 -22
  448. data/node_modules/inline-style-prefixer/README.md +0 -100
  449. data/node_modules/inline-style-prefixer/es/createPrefixer.js +0 -47
  450. data/node_modules/inline-style-prefixer/es/data.js +0 -12
  451. data/node_modules/inline-style-prefixer/es/generator/generatePluginList.js +0 -21
  452. data/node_modules/inline-style-prefixer/es/generator/generatePrefixMap.js +0 -75
  453. data/node_modules/inline-style-prefixer/es/generator/index.js +0 -69
  454. data/node_modules/inline-style-prefixer/es/generator/maps/pluginMap.js +0 -108
  455. data/node_modules/inline-style-prefixer/es/generator/maps/propertyMap.js +0 -38
  456. data/node_modules/inline-style-prefixer/es/index.js +0 -26
  457. data/node_modules/inline-style-prefixer/es/plugins/backgroundClip.js +0 -7
  458. data/node_modules/inline-style-prefixer/es/plugins/calc.js +0 -11
  459. data/node_modules/inline-style-prefixer/es/plugins/crossFade.js +0 -12
  460. data/node_modules/inline-style-prefixer/es/plugins/cursor.js +0 -16
  461. data/node_modules/inline-style-prefixer/es/plugins/filter.js +0 -12
  462. data/node_modules/inline-style-prefixer/es/plugins/flex.js +0 -10
  463. data/node_modules/inline-style-prefixer/es/plugins/flexboxIE.js +0 -67
  464. data/node_modules/inline-style-prefixer/es/plugins/flexboxOld.js +0 -33
  465. data/node_modules/inline-style-prefixer/es/plugins/gradient.js +0 -14
  466. data/node_modules/inline-style-prefixer/es/plugins/grid.js +0 -129
  467. data/node_modules/inline-style-prefixer/es/plugins/imageSet.js +0 -12
  468. data/node_modules/inline-style-prefixer/es/plugins/index.js +0 -17
  469. data/node_modules/inline-style-prefixer/es/plugins/logical.js +0 -35
  470. data/node_modules/inline-style-prefixer/es/plugins/position.js +0 -5
  471. data/node_modules/inline-style-prefixer/es/plugins/sizing.js +0 -26
  472. data/node_modules/inline-style-prefixer/es/plugins/transition.js +0 -75
  473. data/node_modules/inline-style-prefixer/es/utils/addNewValuesOnly.js +0 -15
  474. data/node_modules/inline-style-prefixer/es/utils/capitalizeString.js +0 -3
  475. data/node_modules/inline-style-prefixer/es/utils/isObject.js +0 -3
  476. data/node_modules/inline-style-prefixer/es/utils/prefixProperty.js +0 -22
  477. data/node_modules/inline-style-prefixer/es/utils/prefixValue.js +0 -11
  478. data/node_modules/inline-style-prefixer/lib/createPrefixer.js +0 -66
  479. data/node_modules/inline-style-prefixer/lib/data.js +0 -17
  480. data/node_modules/inline-style-prefixer/lib/generator/generatePluginList.js +0 -32
  481. data/node_modules/inline-style-prefixer/lib/generator/generatePrefixMap.js +0 -86
  482. data/node_modules/inline-style-prefixer/lib/generator/index.js +0 -85
  483. data/node_modules/inline-style-prefixer/lib/generator/maps/pluginMap.js +0 -113
  484. data/node_modules/inline-style-prefixer/lib/generator/maps/propertyMap.js +0 -43
  485. data/node_modules/inline-style-prefixer/lib/index.js +0 -78
  486. data/node_modules/inline-style-prefixer/lib/plugins/backgroundClip.js +0 -13
  487. data/node_modules/inline-style-prefixer/lib/plugins/calc.js +0 -21
  488. data/node_modules/inline-style-prefixer/lib/plugins/crossFade.js +0 -22
  489. data/node_modules/inline-style-prefixer/lib/plugins/cursor.js +0 -22
  490. data/node_modules/inline-style-prefixer/lib/plugins/filter.js +0 -22
  491. data/node_modules/inline-style-prefixer/lib/plugins/flex.js +0 -16
  492. data/node_modules/inline-style-prefixer/lib/plugins/flexboxIE.js +0 -73
  493. data/node_modules/inline-style-prefixer/lib/plugins/flexboxOld.js +0 -39
  494. data/node_modules/inline-style-prefixer/lib/plugins/gradient.js +0 -26
  495. data/node_modules/inline-style-prefixer/lib/plugins/grid.js +0 -136
  496. data/node_modules/inline-style-prefixer/lib/plugins/imageSet.js +0 -22
  497. data/node_modules/inline-style-prefixer/lib/plugins/index.js +0 -69
  498. data/node_modules/inline-style-prefixer/lib/plugins/logical.js +0 -41
  499. data/node_modules/inline-style-prefixer/lib/plugins/position.js +0 -11
  500. data/node_modules/inline-style-prefixer/lib/plugins/sizing.js +0 -32
  501. data/node_modules/inline-style-prefixer/lib/plugins/transition.js +0 -92
  502. data/node_modules/inline-style-prefixer/lib/utils/addNewValuesOnly.js +0 -21
  503. data/node_modules/inline-style-prefixer/lib/utils/capitalizeString.js +0 -9
  504. data/node_modules/inline-style-prefixer/lib/utils/isObject.js +0 -9
  505. data/node_modules/inline-style-prefixer/lib/utils/prefixProperty.js +0 -32
  506. data/node_modules/inline-style-prefixer/lib/utils/prefixValue.js +0 -17
  507. data/node_modules/inline-style-prefixer/package.json +0 -79
  508. data/node_modules/isobject/LICENSE +0 -21
  509. data/node_modules/isobject/README.md +0 -122
  510. data/node_modules/isobject/index.d.ts +0 -5
  511. data/node_modules/isobject/index.js +0 -12
  512. data/node_modules/isobject/package.json +0 -74
  513. data/node_modules/js-tokens/CHANGELOG.md +0 -151
  514. data/node_modules/js-tokens/LICENSE +0 -21
  515. data/node_modules/js-tokens/README.md +0 -240
  516. data/node_modules/js-tokens/index.js +0 -23
  517. data/node_modules/js-tokens/package.json +0 -30
  518. data/node_modules/loose-envify/LICENSE +0 -21
  519. data/node_modules/loose-envify/README.md +0 -45
  520. data/node_modules/loose-envify/cli.js +0 -16
  521. data/node_modules/loose-envify/custom.js +0 -4
  522. data/node_modules/loose-envify/index.js +0 -3
  523. data/node_modules/loose-envify/loose-envify.js +0 -36
  524. data/node_modules/loose-envify/package.json +0 -36
  525. data/node_modules/loose-envify/replace.js +0 -65
  526. data/node_modules/mdn-data/LICENSE +0 -116
  527. data/node_modules/mdn-data/README.md +0 -56
  528. data/node_modules/mdn-data/api/index.js +0 -3
  529. data/node_modules/mdn-data/api/inheritance.json +0 -2681
  530. data/node_modules/mdn-data/api/inheritance.schema.json +0 -31
  531. data/node_modules/mdn-data/css/at-rules.json +0 -560
  532. data/node_modules/mdn-data/css/at-rules.schema.json +0 -132
  533. data/node_modules/mdn-data/css/definitions.json +0 -77
  534. data/node_modules/mdn-data/css/index.js +0 -8
  535. data/node_modules/mdn-data/css/properties.json +0 -9163
  536. data/node_modules/mdn-data/css/properties.schema.json +0 -402
  537. data/node_modules/mdn-data/css/selectors.json +0 -927
  538. data/node_modules/mdn-data/css/selectors.schema.json +0 -36
  539. data/node_modules/mdn-data/css/syntaxes.json +0 -761
  540. data/node_modules/mdn-data/css/syntaxes.schema.json +0 -15
  541. data/node_modules/mdn-data/css/types.json +0 -265
  542. data/node_modules/mdn-data/css/types.schema.json +0 -32
  543. data/node_modules/mdn-data/css/units.json +0 -199
  544. data/node_modules/mdn-data/css/units.schema.json +0 -28
  545. data/node_modules/mdn-data/index.js +0 -5
  546. data/node_modules/mdn-data/l10n/css.json +0 -1567
  547. data/node_modules/mdn-data/l10n/index.js +0 -3
  548. data/node_modules/mdn-data/package.json +0 -39
  549. data/node_modules/nano-css/.circleci/config.yml +0 -85
  550. data/node_modules/nano-css/.eslintrc.yml +0 -27
  551. data/node_modules/nano-css/.github/FUNDING.yml +0 -3
  552. data/node_modules/nano-css/.github/workflows/nodejs.yml +0 -23
  553. data/node_modules/nano-css/CHANGELOG.md +0 -362
  554. data/node_modules/nano-css/LICENSE +0 -24
  555. data/node_modules/nano-css/README.md +0 -70
  556. data/node_modules/nano-css/addon/__dev__/warnOnMissingDependencies.js +0 -25
  557. data/node_modules/nano-css/addon/__tests__/__snapshots__/reset.test.js.snap +0 -407
  558. data/node_modules/nano-css/addon/__tests__/__snapshots__/tachyons.test.js.snap +0 -43
  559. data/node_modules/nano-css/addon/__tests__/amp.server.dev.test.js +0 -6
  560. data/node_modules/nano-css/addon/__tests__/amp.server.test.js +0 -223
  561. data/node_modules/nano-css/addon/__tests__/atoms.dev.test.js +0 -5
  562. data/node_modules/nano-css/addon/__tests__/atoms.server.dev.test.js +0 -8
  563. data/node_modules/nano-css/addon/__tests__/atoms.server.test.js +0 -6
  564. data/node_modules/nano-css/addon/__tests__/atoms.test.js +0 -49
  565. data/node_modules/nano-css/addon/__tests__/cssom.server.test.js +0 -12
  566. data/node_modules/nano-css/addon/__tests__/emmet/emmet.dev.test.js +0 -5
  567. data/node_modules/nano-css/addon/__tests__/emmet/emmet.server.dev.test.js +0 -8
  568. data/node_modules/nano-css/addon/__tests__/emmet/emmet.server.test.js +0 -6
  569. data/node_modules/nano-css/addon/__tests__/emmet/emmet.test.js +0 -219
  570. data/node_modules/nano-css/addon/__tests__/env.js +0 -6
  571. data/node_modules/nano-css/addon/__tests__/extract.server.test.js +0 -159
  572. data/node_modules/nano-css/addon/__tests__/index.server.dev.test.js +0 -6
  573. data/node_modules/nano-css/addon/__tests__/index.server.test.js +0 -4
  574. data/node_modules/nano-css/addon/__tests__/index.test.js +0 -257
  575. data/node_modules/nano-css/addon/__tests__/jsx.dev.test.js +0 -5
  576. data/node_modules/nano-css/addon/__tests__/jsx.server.dev.test.js +0 -6
  577. data/node_modules/nano-css/addon/__tests__/jsx.server.test.js +0 -4
  578. data/node_modules/nano-css/addon/__tests__/jsx.test.js +0 -33
  579. data/node_modules/nano-css/addon/__tests__/keyframes.dev.test.js +0 -5
  580. data/node_modules/nano-css/addon/__tests__/keyframes.server.dev.test.js +0 -6
  581. data/node_modules/nano-css/addon/__tests__/keyframes.server.test.js +0 -4
  582. data/node_modules/nano-css/addon/__tests__/keyframes.test.js +0 -131
  583. data/node_modules/nano-css/addon/__tests__/limit.server.test.js +0 -54
  584. data/node_modules/nano-css/addon/__tests__/nesting.test.js +0 -85
  585. data/node_modules/nano-css/addon/__tests__/prefixer.test.js +0 -121
  586. data/node_modules/nano-css/addon/__tests__/put.dev.test.js +0 -5
  587. data/node_modules/nano-css/addon/__tests__/put.server.dev.test.js +0 -6
  588. data/node_modules/nano-css/addon/__tests__/put.server.test.js +0 -4
  589. data/node_modules/nano-css/addon/__tests__/put.test.js +0 -75
  590. data/node_modules/nano-css/addon/__tests__/reset.test.js +0 -38
  591. data/node_modules/nano-css/addon/__tests__/rule.dev.test.js +0 -5
  592. data/node_modules/nano-css/addon/__tests__/rule.server.dev.test.js +0 -7
  593. data/node_modules/nano-css/addon/__tests__/rule.server.test.js +0 -5
  594. data/node_modules/nano-css/addon/__tests__/rule.test.js +0 -57
  595. data/node_modules/nano-css/addon/__tests__/setup.js +0 -7
  596. data/node_modules/nano-css/addon/__tests__/sheet.test.js +0 -74
  597. data/node_modules/nano-css/addon/__tests__/snake.test.js +0 -124
  598. data/node_modules/nano-css/addon/__tests__/tachyons.test.js +0 -45
  599. data/node_modules/nano-css/addon/__tests__/units.dev.test.js +0 -5
  600. data/node_modules/nano-css/addon/__tests__/units.server.dev.test.js +0 -6
  601. data/node_modules/nano-css/addon/__tests__/units.server.test.js +0 -4
  602. data/node_modules/nano-css/addon/__tests__/units.test.js +0 -41
  603. data/node_modules/nano-css/addon/__tests__/validate.dev.test.js +0 -5
  604. data/node_modules/nano-css/addon/__tests__/validate.test.js +0 -69
  605. data/node_modules/nano-css/addon/__tests__/vcssom.server.test.js +0 -14
  606. data/node_modules/nano-css/addon/__tests__/virtual.dev.test.js +0 -5
  607. data/node_modules/nano-css/addon/__tests__/virtual.server.dev.test.js +0 -6
  608. data/node_modules/nano-css/addon/__tests__/virtual.server.test.js +0 -4
  609. data/node_modules/nano-css/addon/__tests__/virtual.test.js +0 -225
  610. data/node_modules/nano-css/addon/amp.d.ts +0 -5
  611. data/node_modules/nano-css/addon/amp.js +0 -156
  612. data/node_modules/nano-css/addon/animate/fadeIn.js +0 -22
  613. data/node_modules/nano-css/addon/animate/fadeInDown.js +0 -25
  614. data/node_modules/nano-css/addon/animate/fadeInScale.js +0 -25
  615. data/node_modules/nano-css/addon/animate/fadeOut.js +0 -23
  616. data/node_modules/nano-css/addon/animate/fadeOutScale.js +0 -21
  617. data/node_modules/nano-css/addon/array.d.ts +0 -5
  618. data/node_modules/nano-css/addon/array.js +0 -33
  619. data/node_modules/nano-css/addon/atoms.d.ts +0 -243
  620. data/node_modules/nano-css/addon/atoms.js +0 -63
  621. data/node_modules/nano-css/addon/cache.d.ts +0 -8
  622. data/node_modules/nano-css/addon/cache.js +0 -17
  623. data/node_modules/nano-css/addon/component.d.ts +0 -7
  624. data/node_modules/nano-css/addon/component.js +0 -26
  625. data/node_modules/nano-css/addon/cssom.d.ts +0 -17
  626. data/node_modules/nano-css/addon/cssom.js +0 -36
  627. data/node_modules/nano-css/addon/decorator.d.ts +0 -7
  628. data/node_modules/nano-css/addon/decorator.js +0 -43
  629. data/node_modules/nano-css/addon/drule.d.ts +0 -8
  630. data/node_modules/nano-css/addon/drule.js +0 -27
  631. data/node_modules/nano-css/addon/dsheet.d.ts +0 -8
  632. data/node_modules/nano-css/addon/dsheet.js +0 -36
  633. data/node_modules/nano-css/addon/emmet.d.ts +0 -614
  634. data/node_modules/nano-css/addon/emmet.js +0 -177
  635. data/node_modules/nano-css/addon/extract.d.ts +0 -5
  636. data/node_modules/nano-css/addon/extract.js +0 -59
  637. data/node_modules/nano-css/addon/global.d.ts +0 -8
  638. data/node_modules/nano-css/addon/global.js +0 -19
  639. data/node_modules/nano-css/addon/googleFont.d.ts +0 -8
  640. data/node_modules/nano-css/addon/googleFont.js +0 -43
  641. data/node_modules/nano-css/addon/hydrate.d.ts +0 -7
  642. data/node_modules/nano-css/addon/hydrate.js +0 -28
  643. data/node_modules/nano-css/addon/hyperstyle.js +0 -27
  644. data/node_modules/nano-css/addon/important.js +0 -38
  645. data/node_modules/nano-css/addon/jsx.js +0 -60
  646. data/node_modules/nano-css/addon/keyframes.d.ts +0 -34
  647. data/node_modules/nano-css/addon/keyframes.js +0 -61
  648. data/node_modules/nano-css/addon/limit.js +0 -26
  649. data/node_modules/nano-css/addon/nesting.js +0 -37
  650. data/node_modules/nano-css/addon/pipe.js +0 -57
  651. data/node_modules/nano-css/addon/prefixer.js +0 -79
  652. data/node_modules/nano-css/addon/ref.js +0 -87
  653. data/node_modules/nano-css/addon/reset/EricMeyer.js +0 -48
  654. data/node_modules/nano-css/addon/reset/EricMeyerCondensed.js +0 -44
  655. data/node_modules/nano-css/addon/reset/Minimalistic.js +0 -16
  656. data/node_modules/nano-css/addon/reset/Minimalistic2.js +0 -17
  657. data/node_modules/nano-css/addon/reset/Minimalistic3.js +0 -18
  658. data/node_modules/nano-css/addon/reset/Normalize.js +0 -83
  659. data/node_modules/nano-css/addon/reset/PoorMan.js +0 -25
  660. data/node_modules/nano-css/addon/reset/ShaunInman.js +0 -42
  661. data/node_modules/nano-css/addon/reset/Siolon.js +0 -34
  662. data/node_modules/nano-css/addon/reset/Tantek.js +0 -31
  663. data/node_modules/nano-css/addon/reset/Tripoli.js +0 -75
  664. data/node_modules/nano-css/addon/reset/Universal.js +0 -23
  665. data/node_modules/nano-css/addon/reset/Yahoo.js +0 -43
  666. data/node_modules/nano-css/addon/reset-font.js +0 -24
  667. data/node_modules/nano-css/addon/rtl.js +0 -15
  668. data/node_modules/nano-css/addon/rule.d.ts +0 -26
  669. data/node_modules/nano-css/addon/rule.js +0 -39
  670. data/node_modules/nano-css/addon/sheet.d.ts +0 -22
  671. data/node_modules/nano-css/addon/sheet.js +0 -45
  672. data/node_modules/nano-css/addon/snake.js +0 -141
  673. data/node_modules/nano-css/addon/sourcemaps.js +0 -96
  674. data/node_modules/nano-css/addon/spread.js +0 -23
  675. data/node_modules/nano-css/addon/stable.js +0 -7
  676. data/node_modules/nano-css/addon/style.js +0 -33
  677. data/node_modules/nano-css/addon/styled.js +0 -161
  678. data/node_modules/nano-css/addon/stylis/plugin-onRule.js +0 -43
  679. data/node_modules/nano-css/addon/stylis.js +0 -28
  680. data/node_modules/nano-css/addon/tachyons.js +0 -215
  681. data/node_modules/nano-css/addon/unitless.js +0 -78
  682. data/node_modules/nano-css/addon/units.d.ts +0 -89
  683. data/node_modules/nano-css/addon/units.js +0 -27
  684. data/node_modules/nano-css/addon/useStyles.js +0 -24
  685. data/node_modules/nano-css/addon/util/cloneElement.js +0 -11
  686. data/node_modules/nano-css/addon/util/transformComponentDynamic.js +0 -50
  687. data/node_modules/nano-css/addon/util/transformComponentStatic.js +0 -26
  688. data/node_modules/nano-css/addon/validate.js +0 -82
  689. data/node_modules/nano-css/addon/vcssom/__tests__/cssToTree.test.js +0 -159
  690. data/node_modules/nano-css/addon/vcssom/cssToTree.d.ts +0 -15
  691. data/node_modules/nano-css/addon/vcssom/cssToTree.js +0 -42
  692. data/node_modules/nano-css/addon/vcssom/removeRule.d.ts +0 -3
  693. data/node_modules/nano-css/addon/vcssom/removeRule.js +0 -15
  694. data/node_modules/nano-css/addon/vcssom.d.ts +0 -72
  695. data/node_modules/nano-css/addon/vcssom.js +0 -97
  696. data/node_modules/nano-css/addon/virtual.js +0 -107
  697. data/node_modules/nano-css/addon/withStyles.js +0 -32
  698. data/node_modules/nano-css/index.d.ts +0 -4
  699. data/node_modules/nano-css/index.js +0 -138
  700. data/node_modules/nano-css/package.json +0 -145
  701. data/node_modules/nano-css/preset/react.js +0 -43
  702. data/node_modules/nano-css/preset/sheet.d.ts +0 -5
  703. data/node_modules/nano-css/preset/sheet.js +0 -27
  704. data/node_modules/nano-css/preset/vdom.js +0 -40
  705. data/node_modules/nano-css/prettier.config.js +0 -13
  706. data/node_modules/nano-css/renovate.json +0 -3
  707. data/node_modules/nano-css/types/common.d.ts +0 -14
  708. data/node_modules/nano-css/types/demo.ts +0 -7
  709. data/node_modules/nano-css/types/nano.d.ts +0 -171
  710. data/node_modules/object-assign/index.js +0 -90
  711. data/node_modules/object-assign/license +0 -21
  712. data/node_modules/object-assign/package.json +0 -42
  713. data/node_modules/object-assign/readme.md +0 -61
  714. data/node_modules/preact/compat/LICENSE +0 -21
  715. data/node_modules/preact/debug/LICENSE +0 -21
  716. data/node_modules/preact/devtools/LICENSE +0 -21
  717. data/node_modules/preact/hooks/LICENSE +0 -21
  718. data/node_modules/preact/jsx-runtime/LICENSE +0 -21
  719. data/node_modules/preact-deep-force-update/.babelrc +0 -8
  720. data/node_modules/preact-deep-force-update/.eslintrc +0 -66
  721. data/node_modules/preact-deep-force-update/.npmignore +0 -2
  722. data/node_modules/preact-deep-force-update/.travis.yml +0 -3
  723. data/node_modules/preact-deep-force-update/LICENSE +0 -21
  724. data/node_modules/preact-deep-force-update/README.md +0 -53
  725. data/node_modules/preact-deep-force-update/dist/deep-force-update.js +0 -36
  726. data/node_modules/preact-deep-force-update/dist/deep-force-update.js.map +0 -1
  727. data/node_modules/preact-deep-force-update/dist/deep-force-update.min.js +0 -2
  728. data/node_modules/preact-deep-force-update/dist/deep-force-update.min.js.map +0 -1
  729. data/node_modules/preact-deep-force-update/karma.conf.js +0 -32
  730. data/node_modules/preact-deep-force-update/package.json +0 -80
  731. data/node_modules/preact-deep-force-update/rollup.config.js +0 -17
  732. data/node_modules/preact-deep-force-update/src/index.js +0 -27
  733. data/node_modules/preact-deep-force-update/test/index.js +0 -50
  734. data/node_modules/react/LICENSE +0 -21
  735. data/node_modules/react/README.md +0 -13
  736. data/node_modules/react/build-info.json +0 -8
  737. data/node_modules/react/cjs/react-jsx-dev-runtime.development.js +0 -1203
  738. data/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js +0 -9
  739. data/node_modules/react/cjs/react-jsx-dev-runtime.profiling.min.js +0 -9
  740. data/node_modules/react/cjs/react-jsx-runtime.development.js +0 -1221
  741. data/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -10
  742. data/node_modules/react/cjs/react-jsx-runtime.profiling.min.js +0 -10
  743. data/node_modules/react/cjs/react.development.js +0 -2333
  744. data/node_modules/react/cjs/react.production.min.js +0 -23
  745. data/node_modules/react/index.js +0 -7
  746. data/node_modules/react/jsx-dev-runtime.js +0 -7
  747. data/node_modules/react/jsx-runtime.js +0 -7
  748. data/node_modules/react/package.json +0 -39
  749. data/node_modules/react/umd/react.development.js +0 -3357
  750. data/node_modules/react/umd/react.production.min.js +0 -31
  751. data/node_modules/react/umd/react.profiling.min.js +0 -36
  752. data/node_modules/react-dom/LICENSE +0 -21
  753. data/node_modules/react-dom/README.md +0 -54
  754. data/node_modules/react-dom/build-info.json +0 -8
  755. data/node_modules/react-dom/cjs/react-dom-server.browser.development.js +0 -4342
  756. data/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +0 -51
  757. data/node_modules/react-dom/cjs/react-dom-server.node.development.js +0 -4383
  758. data/node_modules/react-dom/cjs/react-dom-server.node.production.min.js +0 -52
  759. data/node_modules/react-dom/cjs/react-dom-test-utils.development.js +0 -2118
  760. data/node_modules/react-dom/cjs/react-dom-test-utils.production.min.js +0 -43
  761. data/node_modules/react-dom/cjs/react-dom.development.js +0 -26262
  762. data/node_modules/react-dom/cjs/react-dom.production.min.js +0 -297
  763. data/node_modules/react-dom/cjs/react-dom.profiling.min.js +0 -310
  764. data/node_modules/react-dom/index.js +0 -38
  765. data/node_modules/react-dom/package.json +0 -49
  766. data/node_modules/react-dom/profiling.js +0 -38
  767. data/node_modules/react-dom/server.browser.js +0 -7
  768. data/node_modules/react-dom/server.js +0 -3
  769. data/node_modules/react-dom/server.node.js +0 -7
  770. data/node_modules/react-dom/test-utils.js +0 -7
  771. data/node_modules/react-dom/umd/react-dom-server.browser.development.js +0 -4341
  772. data/node_modules/react-dom/umd/react-dom-server.browser.production.min.js +0 -46
  773. data/node_modules/react-dom/umd/react-dom-test-utils.development.js +0 -2136
  774. data/node_modules/react-dom/umd/react-dom-test-utils.production.min.js +0 -35
  775. data/node_modules/react-dom/umd/react-dom.development.js +0 -26292
  776. data/node_modules/react-dom/umd/react-dom.production.min.js +0 -245
  777. data/node_modules/react-dom/umd/react-dom.profiling.min.js +0 -252
  778. data/node_modules/regenerator-runtime/LICENSE +0 -21
  779. data/node_modules/regenerator-runtime/README.md +0 -31
  780. data/node_modules/regenerator-runtime/package.json +0 -19
  781. data/node_modules/regenerator-runtime/path.js +0 -11
  782. data/node_modules/regenerator-runtime/runtime.js +0 -754
  783. data/node_modules/rtl-css-js/CHANGELOG.md +0 -5
  784. data/node_modules/rtl-css-js/LICENSE +0 -20
  785. data/node_modules/rtl-css-js/README.md +0 -205
  786. data/node_modules/rtl-css-js/core/package.json +0 -6
  787. data/node_modules/rtl-css-js/core.d.ts +0 -163
  788. data/node_modules/rtl-css-js/core.esm.d.ts +0 -1
  789. data/node_modules/rtl-css-js/core.esm.js +0 -9
  790. data/node_modules/rtl-css-js/dist/cjs/convert-a10c80e3.js +0 -509
  791. data/node_modules/rtl-css-js/dist/cjs/core.js +0 -30
  792. data/node_modules/rtl-css-js/dist/cjs/index.js +0 -7
  793. data/node_modules/rtl-css-js/dist/esm/convert-09159978.js +0 -487
  794. data/node_modules/rtl-css-js/dist/esm/core.js +0 -1
  795. data/node_modules/rtl-css-js/dist/esm/index.js +0 -5
  796. data/node_modules/rtl-css-js/dist/rtl-css-js.core.umd.js +0 -519
  797. data/node_modules/rtl-css-js/dist/rtl-css-js.core.umd.js.map +0 -1
  798. data/node_modules/rtl-css-js/dist/rtl-css-js.core.umd.min.js +0 -2
  799. data/node_modules/rtl-css-js/dist/rtl-css-js.core.umd.min.js.map +0 -1
  800. data/node_modules/rtl-css-js/dist/rtl-css-js.umd.js +0 -496
  801. data/node_modules/rtl-css-js/dist/rtl-css-js.umd.js.map +0 -1
  802. data/node_modules/rtl-css-js/dist/rtl-css-js.umd.min.js +0 -2
  803. data/node_modules/rtl-css-js/dist/rtl-css-js.umd.min.js.map +0 -1
  804. data/node_modules/rtl-css-js/package.json +0 -66
  805. data/node_modules/rtl-css-js/types.d.ts +0 -8
  806. data/node_modules/scheduler/LICENSE +0 -21
  807. data/node_modules/scheduler/README.md +0 -9
  808. data/node_modules/scheduler/build-info.json +0 -8
  809. data/node_modules/scheduler/cjs/scheduler-tracing.development.js +0 -347
  810. data/node_modules/scheduler/cjs/scheduler-tracing.production.min.js +0 -9
  811. data/node_modules/scheduler/cjs/scheduler-tracing.profiling.min.js +0 -16
  812. data/node_modules/scheduler/cjs/scheduler-unstable_mock.development.js +0 -665
  813. data/node_modules/scheduler/cjs/scheduler-unstable_mock.production.min.js +0 -19
  814. data/node_modules/scheduler/cjs/scheduler-unstable_post_task.development.js +0 -206
  815. data/node_modules/scheduler/cjs/scheduler-unstable_post_task.production.min.js +0 -13
  816. data/node_modules/scheduler/cjs/scheduler.development.js +0 -646
  817. data/node_modules/scheduler/cjs/scheduler.production.min.js +0 -20
  818. data/node_modules/scheduler/index.js +0 -7
  819. data/node_modules/scheduler/package.json +0 -40
  820. data/node_modules/scheduler/tracing-profiling.js +0 -7
  821. data/node_modules/scheduler/tracing.js +0 -7
  822. data/node_modules/scheduler/umd/scheduler-tracing.development.js +0 -80
  823. data/node_modules/scheduler/umd/scheduler-tracing.production.min.js +0 -80
  824. data/node_modules/scheduler/umd/scheduler-tracing.profiling.min.js +0 -80
  825. data/node_modules/scheduler/umd/scheduler-unstable_mock.development.js +0 -664
  826. data/node_modules/scheduler/umd/scheduler-unstable_mock.production.min.js +0 -18
  827. data/node_modules/scheduler/umd/scheduler.development.js +0 -152
  828. data/node_modules/scheduler/umd/scheduler.production.min.js +0 -146
  829. data/node_modules/scheduler/umd/scheduler.profiling.min.js +0 -146
  830. data/node_modules/scheduler/unstable_mock.js +0 -7
  831. data/node_modules/scheduler/unstable_post_task.js +0 -7
  832. data/node_modules/source-map/CHANGELOG.md +0 -301
  833. data/node_modules/source-map/LICENSE +0 -28
  834. data/node_modules/source-map/README.md +0 -742
  835. data/node_modules/source-map/dist/source-map.debug.js +0 -3234
  836. data/node_modules/source-map/dist/source-map.js +0 -3233
  837. data/node_modules/source-map/dist/source-map.min.js +0 -2
  838. data/node_modules/source-map/dist/source-map.min.js.map +0 -1
  839. data/node_modules/source-map/lib/array-set.js +0 -121
  840. data/node_modules/source-map/lib/base64-vlq.js +0 -140
  841. data/node_modules/source-map/lib/base64.js +0 -67
  842. data/node_modules/source-map/lib/binary-search.js +0 -111
  843. data/node_modules/source-map/lib/mapping-list.js +0 -79
  844. data/node_modules/source-map/lib/quick-sort.js +0 -114
  845. data/node_modules/source-map/lib/source-map-consumer.js +0 -1145
  846. data/node_modules/source-map/lib/source-map-generator.js +0 -425
  847. data/node_modules/source-map/lib/source-node.js +0 -413
  848. data/node_modules/source-map/lib/util.js +0 -488
  849. data/node_modules/source-map/package.json +0 -73
  850. data/node_modules/source-map/source-map.d.ts +0 -98
  851. data/node_modules/source-map/source-map.js +0 -8
  852. data/node_modules/sourcemap-codec/CHANGELOG.md +0 -64
  853. data/node_modules/sourcemap-codec/LICENSE +0 -21
  854. data/node_modules/sourcemap-codec/README.md +0 -63
  855. data/node_modules/sourcemap-codec/dist/sourcemap-codec.es.js +0 -124
  856. data/node_modules/sourcemap-codec/dist/sourcemap-codec.es.js.map +0 -1
  857. data/node_modules/sourcemap-codec/dist/sourcemap-codec.umd.js +0 -135
  858. data/node_modules/sourcemap-codec/dist/sourcemap-codec.umd.js.map +0 -1
  859. data/node_modules/sourcemap-codec/dist/types/sourcemap-codec.d.ts +0 -5
  860. data/node_modules/sourcemap-codec/package.json +0 -53
  861. data/node_modules/stack-generator/.eslintrc.yml +0 -32
  862. data/node_modules/stack-generator/CHANGELOG.md +0 -18
  863. data/node_modules/stack-generator/CONTRIBUTING.md +0 -27
  864. data/node_modules/stack-generator/LICENSE +0 -19
  865. data/node_modules/stack-generator/README.md +0 -28
  866. data/node_modules/stack-generator/bower.json +0 -33
  867. data/node_modules/stack-generator/component.json +0 -17
  868. data/node_modules/stack-generator/dist/stack-generator.js +0 -45
  869. data/node_modules/stack-generator/dist/stack-generator.min.js +0 -2
  870. data/node_modules/stack-generator/dist/stack-generator.min.js.map +0 -1
  871. data/node_modules/stack-generator/karma.conf.ci.js +0 -108
  872. data/node_modules/stack-generator/karma.conf.js +0 -26
  873. data/node_modules/stack-generator/package.json +0 -53
  874. data/node_modules/stack-generator/stack-generator.js +0 -45
  875. data/node_modules/stackframe/.eslintrc.yml +0 -29
  876. data/node_modules/stackframe/CHANGELOG.md +0 -39
  877. data/node_modules/stackframe/CONTRIBUTING.md +0 -28
  878. data/node_modules/stackframe/LICENSE +0 -19
  879. data/node_modules/stackframe/README.md +0 -78
  880. data/node_modules/stackframe/bower.json +0 -31
  881. data/node_modules/stackframe/component.json +0 -16
  882. data/node_modules/stackframe/dist/stackframe.js +0 -143
  883. data/node_modules/stackframe/dist/stackframe.min.js +0 -2
  884. data/node_modules/stackframe/dist/stackframe.min.js.map +0 -1
  885. data/node_modules/stackframe/karma.conf.ci.js +0 -105
  886. data/node_modules/stackframe/karma.conf.js +0 -23
  887. data/node_modules/stackframe/package.json +0 -51
  888. data/node_modules/stackframe/stackframe-tests.ts +0 -47
  889. data/node_modules/stackframe/stackframe.d.ts +0 -74
  890. data/node_modules/stackframe/stackframe.js +0 -143
  891. data/node_modules/stacktrace-gps/CHANGELOG.md +0 -60
  892. data/node_modules/stacktrace-gps/LICENSE +0 -19
  893. data/node_modules/stacktrace-gps/README.md +0 -89
  894. data/node_modules/stacktrace-gps/dist/polyfills.js +0 -5
  895. data/node_modules/stacktrace-gps/dist/stacktrace-gps-with-polyfills.min.js +0 -2
  896. data/node_modules/stacktrace-gps/dist/stacktrace-gps-with-polyfills.min.js.map +0 -1
  897. data/node_modules/stacktrace-gps/dist/stacktrace-gps.js +0 -342
  898. data/node_modules/stacktrace-gps/dist/stacktrace-gps.min.js +0 -2
  899. data/node_modules/stacktrace-gps/dist/stacktrace-gps.min.js.map +0 -1
  900. data/node_modules/stacktrace-gps/node_modules/source-map/CHANGELOG.md +0 -301
  901. data/node_modules/stacktrace-gps/node_modules/source-map/LICENSE +0 -28
  902. data/node_modules/stacktrace-gps/node_modules/source-map/README.md +0 -729
  903. data/node_modules/stacktrace-gps/node_modules/source-map/dist/source-map.debug.js +0 -3056
  904. data/node_modules/stacktrace-gps/node_modules/source-map/dist/source-map.js +0 -3055
  905. data/node_modules/stacktrace-gps/node_modules/source-map/dist/source-map.min.js +0 -2
  906. data/node_modules/stacktrace-gps/node_modules/source-map/dist/source-map.min.js.map +0 -1
  907. data/node_modules/stacktrace-gps/node_modules/source-map/lib/array-set.js +0 -104
  908. data/node_modules/stacktrace-gps/node_modules/source-map/lib/base64-vlq.js +0 -140
  909. data/node_modules/stacktrace-gps/node_modules/source-map/lib/base64.js +0 -67
  910. data/node_modules/stacktrace-gps/node_modules/source-map/lib/binary-search.js +0 -111
  911. data/node_modules/stacktrace-gps/node_modules/source-map/lib/mapping-list.js +0 -79
  912. data/node_modules/stacktrace-gps/node_modules/source-map/lib/quick-sort.js +0 -114
  913. data/node_modules/stacktrace-gps/node_modules/source-map/lib/source-map-consumer.js +0 -1082
  914. data/node_modules/stacktrace-gps/node_modules/source-map/lib/source-map-generator.js +0 -404
  915. data/node_modules/stacktrace-gps/node_modules/source-map/lib/source-node.js +0 -407
  916. data/node_modules/stacktrace-gps/node_modules/source-map/lib/util.js +0 -417
  917. data/node_modules/stacktrace-gps/node_modules/source-map/package.json +0 -71
  918. data/node_modules/stacktrace-gps/node_modules/source-map/source-map.js +0 -8
  919. data/node_modules/stacktrace-gps/package.json +0 -66
  920. data/node_modules/stacktrace-gps/stacktrace-gps.js +0 -342
  921. data/node_modules/stacktrace-js/CHANGELOG.md +0 -97
  922. data/node_modules/stacktrace-js/LICENSE +0 -19
  923. data/node_modules/stacktrace-js/README.md +0 -186
  924. data/node_modules/stacktrace-js/dist/stacktrace-with-promises-and-json-polyfills.js +0 -5405
  925. data/node_modules/stacktrace-js/dist/stacktrace-with-promises-and-json-polyfills.min.js +0 -3
  926. data/node_modules/stacktrace-js/dist/stacktrace-with-promises-and-json-polyfills.min.js.map +0 -1
  927. data/node_modules/stacktrace-js/dist/stacktrace.js +0 -3025
  928. data/node_modules/stacktrace-js/dist/stacktrace.min.js +0 -2
  929. data/node_modules/stacktrace-js/dist/stacktrace.min.js.map +0 -1
  930. data/node_modules/stacktrace-js/package.json +0 -82
  931. data/node_modules/stacktrace-js/stacktrace-js.d.ts +0 -134
  932. data/node_modules/stacktrace-js/stacktrace.js +0 -227
  933. data/node_modules/stylis/LICENSE +0 -21
  934. data/node_modules/stylis/README.md +0 -152
  935. data/node_modules/stylis/dist/stylis.mjs +0 -2
  936. data/node_modules/stylis/dist/stylis.mjs.map +0 -1
  937. data/node_modules/stylis/dist/umd/package.json +0 -1
  938. data/node_modules/stylis/dist/umd/stylis.js +0 -2
  939. data/node_modules/stylis/dist/umd/stylis.js.map +0 -1
  940. data/node_modules/stylis/index.js +0 -7
  941. data/node_modules/stylis/package.json +0 -164
  942. data/node_modules/stylis/src/Enum.js +0 -20
  943. data/node_modules/stylis/src/Middleware.js +0 -107
  944. data/node_modules/stylis/src/Parser.js +0 -184
  945. data/node_modules/stylis/src/Prefixer.js +0 -119
  946. data/node_modules/stylis/src/Serializer.js +0 -34
  947. data/node_modules/stylis/src/Tokenizer.js +0 -244
  948. data/node_modules/stylis/src/Utility.js +0 -109
@@ -1,33 +0,0 @@
1
- {
2
- "name": "stack-generator",
3
- "main": "./dist/stack-generator.js",
4
- "homepage": "https://github.com/stacktracejs/stack-generator.js",
5
- "authors": [
6
- "Eric Wendelin <me@eriwen.com> (http://www.eriwen.com)",
7
- "Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)"
8
- ],
9
- "description": "Generate artificial backtrace by walking arguments.callee.caller chain",
10
- "dependencies": {
11
- "stackframe": "~1.0.3"
12
- },
13
- "moduleType": [
14
- "amd",
15
- "globals",
16
- "node"
17
- ],
18
- "keywords": [
19
- "stacktrace",
20
- "stack-trace",
21
- "backtrace",
22
- "cross-browser",
23
- "framework-agnostic",
24
- "error",
25
- "debugger"
26
- ],
27
- "license": "MIT",
28
- "ignore": [
29
- "**/.*",
30
- "node_modules",
31
- "spec"
32
- ]
33
- }
@@ -1,17 +0,0 @@
1
- {
2
- "name": "stack-generator",
3
- "repository": "stacktracejs/stack-generator",
4
- "description": "Generate artificial backtrace by walking arguments.callee.caller chain",
5
- "version": "2.0.0",
6
- "keywords": [
7
- "stacktrace",
8
- "error"
9
- ],
10
- "main": "stack-generator.js",
11
- "scripts": [
12
- "stack-generator.js"
13
- ],
14
- "dependencies": {
15
- "stacktracejs/stackframe": "1.0.2"
16
- }
17
- }
@@ -1,45 +0,0 @@
1
- (function(root, factory) {
2
- 'use strict';
3
- // Universal Module Definition (UMD) to support AMD, CommonJS/Node.js, Rhino, and browsers.
4
-
5
- /* istanbul ignore next */
6
- if (typeof define === 'function' && define.amd) {
7
- define('stack-generator', ['stackframe'], factory);
8
- } else if (typeof exports === 'object') {
9
- module.exports = factory(require('stackframe'));
10
- } else {
11
- root.StackGenerator = factory(root.StackFrame);
12
- }
13
- }(this, function(StackFrame) {
14
- return {
15
- backtrace: function StackGenerator$$backtrace(opts) {
16
- var stack = [];
17
- var maxStackSize = 10;
18
-
19
- if (typeof opts === 'object' && typeof opts.maxStackSize === 'number') {
20
- maxStackSize = opts.maxStackSize;
21
- }
22
-
23
- var curr = arguments.callee;
24
- while (curr && stack.length < maxStackSize && curr['arguments']) {
25
- // Allow V8 optimizations
26
- var args = new Array(curr['arguments'].length);
27
- for (var i = 0; i < args.length; ++i) {
28
- args[i] = curr['arguments'][i];
29
- }
30
- if (/function(?:\s+([\w$]+))+\s*\(/.test(curr.toString())) {
31
- stack.push(new StackFrame({functionName: RegExp.$1 || undefined, args: args}));
32
- } else {
33
- stack.push(new StackFrame({args: args}));
34
- }
35
-
36
- try {
37
- curr = curr.caller;
38
- } catch (e) {
39
- break;
40
- }
41
- }
42
- return stack;
43
- }
44
- };
45
- }));
@@ -1,2 +0,0 @@
1
- !function(t,e){"use strict";"function"==typeof define&&define.amd?define("stackframe",[],e):"object"==typeof exports?module.exports=e():t.StackFrame=e()}(this,function(){"use strict";function t(t){return t.charAt(0).toUpperCase()+t.substring(1)}function e(t){return function(){return this[t]}}var r=["isConstructor","isEval","isNative","isToplevel"],n=["columnNumber","lineNumber"],i=["fileName","functionName","source"],o=r.concat(n,i,["args"]);function a(e){if(e)for(var r=0;r<o.length;r++)void 0!==e[o[r]]&&this["set"+t(o[r])](e[o[r]])}a.prototype={getArgs:function(){return this.args},setArgs:function(t){if("[object Array]"!==Object.prototype.toString.call(t))throw new TypeError("Args must be an Array");this.args=t},getEvalOrigin:function(){return this.evalOrigin},setEvalOrigin:function(t){if(t instanceof a)this.evalOrigin=t;else{if(!(t instanceof Object))throw new TypeError("Eval Origin must be an Object or StackFrame");this.evalOrigin=new a(t)}},toString:function(){var t=this.getFileName()||"",e=this.getLineNumber()||"",r=this.getColumnNumber()||"",n=this.getFunctionName()||"";return this.getIsEval()?t?"[eval] ("+t+":"+e+":"+r+")":"[eval]:"+e+":"+r:n?n+" ("+t+":"+e+":"+r+")":t+":"+e+":"+r}},a.fromString=function(t){var e=t.indexOf("("),r=t.lastIndexOf(")"),n=t.substring(0,e),i=t.substring(e+1,r).split(","),o=t.substring(r+1);if(0===o.indexOf("@"))var s=/@(.+?)(?::(\d+))?(?::(\d+))?$/.exec(o,""),u=s[1],c=s[2],f=s[3];return new a({functionName:n,args:i||void 0,fileName:u,lineNumber:c||void 0,columnNumber:f||void 0})};for(var s=0;s<r.length;s++)a.prototype["get"+t(r[s])]=e(r[s]),a.prototype["set"+t(r[s])]=function(t){return function(e){this[t]=Boolean(e)}}(r[s]);for(var u=0;u<n.length;u++)a.prototype["get"+t(n[u])]=e(n[u]),a.prototype["set"+t(n[u])]=function(t){return function(e){if(r=e,isNaN(parseFloat(r))||!isFinite(r))throw new TypeError(t+" must be a Number");var r;this[t]=Number(e)}}(n[u]);for(var c=0;c<i.length;c++)a.prototype["get"+t(i[c])]=e(i[c]),a.prototype["set"+t(i[c])]=function(t){return function(e){this[t]=String(e)}}(i[c]);return a}),function(t,e){"use strict";"function"==typeof define&&define.amd?define("stack-generator",["stackframe"],e):"object"==typeof exports?module.exports=e(require("stackframe")):t.StackGenerator=e(t.StackFrame)}(this,function(t){return{backtrace:function(e){var r=[],n=10;"object"==typeof e&&"number"==typeof e.maxStackSize&&(n=e.maxStackSize);for(var i=arguments.callee;i&&r.length<n&&i.arguments;){for(var o=new Array(i.arguments.length),a=0;a<o.length;++a)o[a]=i.arguments[a];/function(?:\s+([\w$]+))+\s*\(/.test(i.toString())?r.push(new t({functionName:RegExp.$1||void 0,args:o})):r.push(new t({args:o}));try{i=i.caller}catch(t){break}}return r}}});
2
- //# sourceMappingURL=stack-generator.min.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["node_modules/stackframe/stackframe.js","stack-generator.js"],"names":["root","factory","define","amd","exports","module","StackFrame","this","_capitalize","str","charAt","toUpperCase","substring","_getter","p","booleanProps","numericProps","stringProps","props","concat","obj","i","length","undefined","prototype","getArgs","args","setArgs","v","Object","toString","call","TypeError","getEvalOrigin","evalOrigin","setEvalOrigin","fileName","getFileName","lineNumber","getLineNumber","columnNumber","getColumnNumber","functionName","getFunctionName","getIsEval","fromString","argsStartIndex","indexOf","argsEndIndex","lastIndexOf","split","locationString","parts","exec","Boolean","j","n","isNaN","parseFloat","isFinite","Number","k","String","require","StackGenerator","backtrace","opts","stack","maxStackSize","curr","arguments","callee","Array","test","push","RegExp","$1","caller","e"],"mappings":"CAAC,SAASA,EAAMC,GACZ,aAIsB,mBAAXC,QAAyBA,OAAOC,IACvCD,OAAO,gBAAkBD,GACC,iBAAZG,QACdC,OAAOD,QAAUH,IAEjBD,EAAKM,WAAaL,IAV1B,CAYEM,KAAM,WACJ,aAKA,SAASC,EAAYC,GACjB,OAAOA,EAAIC,OAAO,GAAGC,cAAgBF,EAAIG,UAAU,GAGvD,SAASC,EAAQC,GACb,OAAO,WACH,OAAOP,KAAKO,IAIpB,IAAIC,GAAgB,gBAAiB,SAAU,WAAY,cACvDC,GAAgB,eAAgB,cAChCC,GAAe,WAAY,eAAgB,UAG3CC,EAAQH,EAAaI,OAAOH,EAAcC,GAF5B,SAIlB,SAASX,EAAWc,GAChB,GAAKA,EACL,IAAK,IAAIC,EAAI,EAAGA,EAAIH,EAAMI,OAAQD,SACRE,IAAlBH,EAAIF,EAAMG,KACVd,KAAK,MAAQC,EAAYU,EAAMG,KAAKD,EAAIF,EAAMG,KAK1Df,EAAWkB,WACPC,QAAS,WACL,OAAOlB,KAAKmB,MAEhBC,QAAS,SAASC,GACd,GAA0C,mBAAtCC,OAAOL,UAAUM,SAASC,KAAKH,GAC/B,MAAM,IAAII,UAAU,yBAExBzB,KAAKmB,KAAOE,GAGhBK,cAAe,WACX,OAAO1B,KAAK2B,YAEhBC,cAAe,SAASP,GACpB,GAAIA,aAAatB,EACbC,KAAK2B,WAAaN,MACf,CAAA,KAAIA,aAAaC,QAGpB,MAAM,IAAIG,UAAU,+CAFpBzB,KAAK2B,WAAa,IAAI5B,EAAWsB,KAMzCE,SAAU,WACN,IAAIM,EAAW7B,KAAK8B,eAAiB,GACjCC,EAAa/B,KAAKgC,iBAAmB,GACrCC,EAAejC,KAAKkC,mBAAqB,GACzCC,EAAenC,KAAKoC,mBAAqB,GAC7C,OAAIpC,KAAKqC,YACDR,EACO,WAAaA,EAAW,IAAME,EAAa,IAAME,EAAe,IAEpE,UAAYF,EAAa,IAAME,EAEtCE,EACOA,EAAe,KAAON,EAAW,IAAME,EAAa,IAAME,EAAe,IAE7EJ,EAAW,IAAME,EAAa,IAAME,IAInDlC,EAAWuC,WAAa,SAAgCpC,GACpD,IAAIqC,EAAiBrC,EAAIsC,QAAQ,KAC7BC,EAAevC,EAAIwC,YAAY,KAE/BP,EAAejC,EAAIG,UAAU,EAAGkC,GAChCpB,EAAOjB,EAAIG,UAAUkC,EAAiB,EAAGE,GAAcE,MAAM,KAC7DC,EAAiB1C,EAAIG,UAAUoC,EAAe,GAElD,GAAoC,IAAhCG,EAAeJ,QAAQ,KACvB,IAAIK,EAAQ,gCAAgCC,KAAKF,EAAgB,IAC7Df,EAAWgB,EAAM,GACjBd,EAAac,EAAM,GACnBZ,EAAeY,EAAM,GAG7B,OAAO,IAAI9C,GACPoC,aAAcA,EACdhB,KAAMA,QAAQH,EACda,SAAUA,EACVE,WAAYA,QAAcf,EAC1BiB,aAAcA,QAAgBjB,KAItC,IAAK,IAAIF,EAAI,EAAGA,EAAIN,EAAaO,OAAQD,IACrCf,EAAWkB,UAAU,MAAQhB,EAAYO,EAAaM,KAAOR,EAAQE,EAAaM,IAClFf,EAAWkB,UAAU,MAAQhB,EAAYO,EAAaM,KAAO,SAAUP,GACnE,OAAO,SAASc,GACZrB,KAAKO,GAAKwC,QAAQ1B,IAFmC,CAI1Db,EAAaM,IAGpB,IAAK,IAAIkC,EAAI,EAAGA,EAAIvC,EAAaM,OAAQiC,IACrCjD,EAAWkB,UAAU,MAAQhB,EAAYQ,EAAauC,KAAO1C,EAAQG,EAAauC,IAClFjD,EAAWkB,UAAU,MAAQhB,EAAYQ,EAAauC,KAAO,SAAUzC,GACnE,OAAO,SAASc,GACZ,GA7GO4B,EA6GQ5B,EA5Gf6B,MAAMC,WAAWF,MAAOG,SAASH,GA6G7B,MAAM,IAAIxB,UAAUlB,EAAI,qBA9GxC,IAAmB0C,EAgHPjD,KAAKO,GAAK8C,OAAOhC,IALoC,CAO1DZ,EAAauC,IAGpB,IAAK,IAAIM,EAAI,EAAGA,EAAI5C,EAAYK,OAAQuC,IACpCvD,EAAWkB,UAAU,MAAQhB,EAAYS,EAAY4C,KAAOhD,EAAQI,EAAY4C,IAChFvD,EAAWkB,UAAU,MAAQhB,EAAYS,EAAY4C,KAAO,SAAU/C,GAClE,OAAO,SAASc,GACZrB,KAAKO,GAAKgD,OAAOlC,IAFmC,CAIzDX,EAAY4C,IAGnB,OAAOvD,IC5IV,SAASN,EAAMC,GACZ,aAIsB,mBAAXC,QAAyBA,OAAOC,IACvCD,OAAO,mBAAoB,cAAeD,GAChB,iBAAZG,QACdC,OAAOD,QAAUH,EAAQ8D,QAAQ,eAEjC/D,EAAKgE,eAAiB/D,EAAQD,EAAKM,YAV3C,CAYEC,KAAM,SAASD,GACb,OACI2D,UAAW,SAAmCC,GAC1C,IAAIC,KACAC,EAAe,GAEC,iBAATF,GAAkD,iBAAtBA,EAAKE,eACxCA,EAAeF,EAAKE,cAIxB,IADA,IAAIC,EAAOC,UAAUC,OACdF,GAAQF,EAAM7C,OAAS8C,GAAgBC,EAAgB,WAAG,CAG7D,IADA,IAAI3C,EAAO,IAAI8C,MAAMH,EAAgB,UAAE/C,QAC9BD,EAAI,EAAGA,EAAIK,EAAKJ,SAAUD,EAC/BK,EAAKL,GAAKgD,EAAgB,UAAEhD,GAE5B,gCAAgCoD,KAAKJ,EAAKvC,YAC1CqC,EAAMO,KAAK,IAAIpE,GAAYoC,aAAciC,OAAOC,SAAMrD,EAAWG,KAAMA,KAEvEyC,EAAMO,KAAK,IAAIpE,GAAYoB,KAAMA,KAGrC,IACI2C,EAAOA,EAAKQ,OACd,MAAOC,GACL,OAGR,OAAOX"}
@@ -1,108 +0,0 @@
1
- module.exports = function(config) {
2
- if (!process.env.SAUCE_USERNAME || !process.env.SAUCE_ACCESS_KEY) {
3
- console.error('Make sure the SAUCE_USERNAME and SAUCE_ACCESS_KEY environment variables are set.');
4
- process.exit(1);
5
- }
6
-
7
- // Check out https://saucelabs.com/platforms for all browser/platform combos
8
- var customLaunchers = {
9
- slChrome: {
10
- base: 'SauceLabs',
11
- browserName: 'chrome',
12
- version: 'latest'
13
- },
14
- slChromeBeta: {
15
- base: 'SauceLabs',
16
- browserName: 'chrome',
17
- version: 'beta'
18
- },
19
- slFirefox: {
20
- base: 'SauceLabs',
21
- browserName: 'firefox',
22
- version: 'latest'
23
- },
24
- slFirefoxBeta: {
25
- base: 'SauceLabs',
26
- browserName: 'firefox',
27
- version: 'beta'
28
- },
29
- slSafari: {
30
- base: 'SauceLabs',
31
- browserName: 'safari',
32
- platform: 'OS X 10.14',
33
- version: 'latest'
34
- },
35
- slEdge: {
36
- base: 'SauceLabs',
37
- browserName: 'microsoftedge',
38
- platform: 'Windows 10',
39
- version: 'latest'
40
- },
41
- slIE11: {
42
- base: 'SauceLabs',
43
- browserName: 'internet explorer',
44
- platform: 'Windows 8.1',
45
- version: '11'
46
- },
47
- slIE10: {
48
- base: 'SauceLabs',
49
- browserName: 'internet explorer',
50
- platform: 'Windows 7',
51
- version: '10'
52
- },
53
- slIE9: {
54
- base: 'SauceLabs',
55
- browserName: 'internet explorer',
56
- platform: 'Windows 7',
57
- version: '10',
58
- 'x-ua-compatible': 'IE=EmulateIE9'
59
- },
60
- slIE8: {
61
- base: 'SauceLabs',
62
- browserName: 'internet explorer',
63
- platform: 'Windows 7',
64
- version: '10',
65
- 'x-ua-compatible': 'IE=EmulateIE8'
66
- }
67
- };
68
-
69
- config.set({
70
- basePath: '',
71
- frameworks: ['jasmine'],
72
- files: [
73
- 'node_modules/stackframe/dist/stackframe.js',
74
- 'stack-generator.js',
75
- 'spec/spec-helper.js',
76
- 'spec/*-spec.js',
77
- { pattern: 'spec/fixtures/**', included: false }
78
- ],
79
- exclude: [],
80
- port: 9876,
81
- colors: true,
82
- logLevel: config.LOG_INFO,
83
- autoWatch: true,
84
- browserDisconnectTimeout: 10000,
85
- browserDisconnectTolerance: 1,
86
- browserNoActivityTimeout: 240000,
87
- captureTimeout: 240000,
88
- sauceLabs: {
89
- testName: 'stack-generator unit tests',
90
- recordScreenshots: false,
91
- connectOptions: {
92
- port: 5757,
93
- logfile: 'sauce_connect.log'
94
- }
95
- },
96
- customLaunchers: customLaunchers,
97
- browsers: Object.keys(customLaunchers),
98
- reporters: ['dots', 'saucelabs', 'coverage', 'coveralls'],
99
- preprocessors: {
100
- 'stack-generator.js': 'coverage'
101
- },
102
- coverageReporter: {
103
- type: 'lcov',
104
- dir: 'coverage'
105
- },
106
- singleRun: true
107
- });
108
- };
@@ -1,26 +0,0 @@
1
- module.exports = function (config) {
2
- config.set({
3
- basePath: '',
4
- frameworks: ['jasmine'],
5
- files: [
6
- 'node_modules/stackframe/dist/stackframe.js',
7
- 'stack-generator.js',
8
- 'spec/spec-helper.js',
9
- 'spec/*-spec.js',
10
- { pattern: 'spec/fixtures/**', included: false }
11
- ],
12
- reporters: ['spec'],
13
- port: 9876,
14
- colors: true,
15
- logLevel: config.LOG_INFO,
16
- autoWatch: true,
17
- customLaunchers: {
18
- Chrome_Travis: {
19
- base: 'Chrome',
20
- flags: ['--no-sandbox']
21
- }
22
- },
23
- browsers: ['PhantomJS'],
24
- singleRun: false
25
- });
26
- };
@@ -1,53 +0,0 @@
1
- {
2
- "name": "stack-generator",
3
- "description": "Generate artificial backtrace by walking arguments.callee.caller chain",
4
- "maintainers": [
5
- "Eric Wendelin <me@eriwen.com> (https://www.eriwen.com)",
6
- "Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)",
7
- "Oliver Salzburg (https://github.com/oliversalzburg)",
8
- "Ben Gourley (https://github.com/bengourley)"
9
- ],
10
- "version": "2.0.5",
11
- "license": "MIT",
12
- "keywords": [
13
- "stacktrace",
14
- "error"
15
- ],
16
- "homepage": "https://www.stacktracejs.com",
17
- "repository": {
18
- "type": "git",
19
- "url": "git://github.com/stacktracejs/stack-generator.git"
20
- },
21
- "dependencies": {
22
- "stackframe": "^1.1.1"
23
- },
24
- "devDependencies": {
25
- "eslint": "^6.8.0",
26
- "jasmine": "^3.5.0",
27
- "jasmine-core": "^3.5.0",
28
- "karma": "^4.4.1",
29
- "karma-chrome-launcher": "^3.1.0",
30
- "karma-coverage": "^2.0.1",
31
- "karma-coveralls": "^2.1.0",
32
- "karma-firefox-launcher": "^1.2.0",
33
- "karma-ie-launcher": "^1.0.0",
34
- "karma-jasmine": "^1.1.2",
35
- "karma-opera-launcher": "^1.0.0",
36
- "karma-phantomjs-launcher": "^1.0.4",
37
- "karma-safari-launcher": "^1.0.0",
38
- "karma-sauce-launcher": "^2.0.2",
39
- "karma-spec-reporter": "0.0.32",
40
- "uglify-es": "^3.3.9"
41
- },
42
- "bugs": {
43
- "url": "https://github.com/stacktracejs/stack-generator/issues"
44
- },
45
- "main": "./stack-generator.js",
46
- "scripts": {
47
- "lint": "eslint --fix stack-generator.js spec/",
48
- "test": "karma start karma.conf.js --single-run",
49
- "test-pr": "karma start karma.conf.js --single-run --browsers Firefox,Chrome_Travis",
50
- "test-ci": "karma start karma.conf.ci.js --single-run",
51
- "prepare": "cp stack-generator.js dist/ && uglifyjs node_modules/stackframe/stackframe.js stack-generator.js -o dist/stack-generator.min.js --compress --mangle --source-map \"url=stack-generator.min.js.map\""
52
- }
53
- }
@@ -1,45 +0,0 @@
1
- (function(root, factory) {
2
- 'use strict';
3
- // Universal Module Definition (UMD) to support AMD, CommonJS/Node.js, Rhino, and browsers.
4
-
5
- /* istanbul ignore next */
6
- if (typeof define === 'function' && define.amd) {
7
- define('stack-generator', ['stackframe'], factory);
8
- } else if (typeof exports === 'object') {
9
- module.exports = factory(require('stackframe'));
10
- } else {
11
- root.StackGenerator = factory(root.StackFrame);
12
- }
13
- }(this, function(StackFrame) {
14
- return {
15
- backtrace: function StackGenerator$$backtrace(opts) {
16
- var stack = [];
17
- var maxStackSize = 10;
18
-
19
- if (typeof opts === 'object' && typeof opts.maxStackSize === 'number') {
20
- maxStackSize = opts.maxStackSize;
21
- }
22
-
23
- var curr = arguments.callee;
24
- while (curr && stack.length < maxStackSize && curr['arguments']) {
25
- // Allow V8 optimizations
26
- var args = new Array(curr['arguments'].length);
27
- for (var i = 0; i < args.length; ++i) {
28
- args[i] = curr['arguments'][i];
29
- }
30
- if (/function(?:\s+([\w$]+))+\s*\(/.test(curr.toString())) {
31
- stack.push(new StackFrame({functionName: RegExp.$1 || undefined, args: args}));
32
- } else {
33
- stack.push(new StackFrame({args: args}));
34
- }
35
-
36
- try {
37
- curr = curr.caller;
38
- } catch (e) {
39
- break;
40
- }
41
- }
42
- return stack;
43
- }
44
- };
45
- }));
@@ -1,29 +0,0 @@
1
- env:
2
- browser: true
3
- commonjs: true
4
- node: true
5
- extends: 'eslint:recommended'
6
- globals:
7
- define: false
8
- describe: false
9
- expect: false
10
- it: false
11
- parserOptions:
12
- ecmaVersion: 5
13
- rules:
14
- indent:
15
- - error
16
- - 4
17
- linebreak-style:
18
- - error
19
- - unix
20
- quotes:
21
- - error
22
- - single
23
- semi:
24
- - error
25
- - always
26
- no-console:
27
- - error
28
- - allow:
29
- - error
@@ -1,39 +0,0 @@
1
- ## v1.0.x
2
- StackFrame v1.0 is out! Major features:
3
-
4
- * `eval`, native, and global code can now be represented.
5
- * `evalOrigin` represents location of code within an eval'd String or Function
6
- * BREAKING CHANGE: `new StackFrame(obj)` is now constructed with an Object parameter. For example:
7
-
8
- ```js
9
- var stackFrame = new StackFrame({
10
- functionName: 'funName',
11
- args: ['args'],
12
- fileName: 'http://localhost:3000/file.js',
13
- lineNumber: 1,
14
- columnNumber: 3288,
15
- isEval: true,
16
- isNative: false,
17
- source: 'ORIGINAL_STACK_LINE'
18
- });
19
- ```
20
-
21
- ## v0.3.x
22
- * Add source (original stack line) to StackFrame definition
23
-
24
- ## v0.2.2
25
- * Add name to AMD definition
26
- * Better docs
27
-
28
- ## v0.2.1
29
- * Add minified/source-mapped distribution
30
-
31
- ## v0.2.0
32
- * Add .toString() method compatible with stacktrace.js
33
-
34
- ## v0.1.1
35
- * Clean up npm package
36
-
37
- ## v0.1.0
38
- * Draft implementation
39
-
@@ -1,28 +0,0 @@
1
- ## Submitting bugs
2
- Please include the following information to help us reproduce and fix:
3
-
4
- * What you did
5
- * What you expected to happen
6
- * What actually happened
7
- * Browser and version
8
- * Example code that reproduces the problem (if possible)
9
- * *(l33t mode)* A failing test
10
-
11
- ## Making contributions
12
- Want to be listed as a *Contributor*? Make a pull request with:
13
-
14
- * Unit and/or functional tests that validate changes you're making.
15
- * Run unit tests in the latest IE, Firefox, Chrome, Safari and Opera and make sure they pass.
16
- * Rebase your changes onto origin/HEAD if you can do so cleanly.
17
- * If submitting additional functionality, provide an example of how to use it.
18
- * Please keep code style consistent with surrounding code.
19
-
20
- ## Dev Setup
21
- * Make sure you have [NodeJS v0.10](http://nodejs.org/) installed
22
- * Run `npm install` from the project directory
23
-
24
- ## Testing
25
- * (Local) Run `gulp test`. Make sure [Karma Local Config](karma.conf.js) has the browsers you want.
26
- * (Any browser, remotely) If you have a [Sauce Labs](https://saucelabs.com) account, you can run `gulp test-ci`.
27
- Make sure the target browser is enabled in [Karma CI Config](karma.conf.ci.js).
28
- Otherwise, Travis will run all browsers if you submit a Pull Request.
@@ -1,19 +0,0 @@
1
- Copyright (c) 2017 Eric Wendelin and other contributors
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy of
4
- this software and associated documentation files (the "Software"), to deal in
5
- the Software without restriction, including without limitation the rights to
6
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7
- of the Software, and to permit persons to whom the Software is furnished to do
8
- so, subject to the following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in all
11
- copies or substantial portions of the Software.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
- SOFTWARE.
@@ -1,78 +0,0 @@
1
- stackframe
2
- ==========
3
- ## JS Object representation of a stack frame
4
- [![Build Status](https://img.shields.io/travis/stacktracejs/stackframe/master.svg?style=flat-square)](https://travis-ci.org/stacktracejs/stackframe)
5
- [![Coverage Status](https://img.shields.io/coveralls/stacktracejs/stackframe.svg?style=flat-square)](https://coveralls.io/r/stacktracejs/stackframe?branch=master)
6
- [![GitHub license](https://img.shields.io/github/license/stacktracejs/stackframe.svg?style=flat-square)](https://opensource.org/licenses/MIT)
7
- [![dependencies](https://img.shields.io/badge/dependencies-0-green.svg?style=flat-square)](https://github.com/stacktracejs/stackframe/releases)
8
- [![gzip size](https://img.shields.io/badge/gzipped-0.96k-green.svg?style=flat-square)](https://github.com/stacktracejs/stackframe/releases)
9
- [![module format](https://img.shields.io/badge/module%20format-umd-lightgrey.svg?style=flat-square&colorB=ff69b4)](https://github.com/stacktracejs/stackframe/releases)
10
- [![code of conduct](https://img.shields.io/badge/code%20of-conduct-lightgrey.svg?style=flat-square&colorB=ff69b4)](http://todogroup.org/opencodeofconduct/#stacktrace.js/me@eriwen.com)
11
-
12
- Underlies functionality of other modules within [stacktrace.js](https://www.stacktracejs.com).
13
-
14
- Written to closely resemble StackFrame representations in [Gecko](http://mxr.mozilla.org/mozilla-central/source/xpcom/base/nsIException.idl#14) and [V8](https://github.com/v8/v8/wiki/Stack%20Trace%20API)
15
-
16
- ## Usage
17
- ```js
18
- // Create StackFrame and set properties
19
- var stackFrame = new StackFrame({
20
- functionName: 'funName',
21
- args: ['args'],
22
- fileName: 'http://localhost:3000/file.js',
23
- lineNumber: 1,
24
- columnNumber: 3288,
25
- isEval: true,
26
- isNative: false,
27
- source: 'ORIGINAL_STACK_LINE'
28
- evalOrigin: new StackFrame({functionName: 'withinEval', lineNumber: 2, columnNumber: 43})
29
- });
30
-
31
- stackFrame.functionName // => "funName"
32
- stackFrame.setFunctionName('newName')
33
- stackFrame.getFunctionName() // => "newName"
34
-
35
- stackFrame.args // => ["args"]
36
- stackFrame.setArgs([])
37
- stackFrame.getArgs() // => []
38
-
39
- stackFrame.fileName // => 'http://localhost:3000/file.min.js'
40
- stackFrame.setFileName('http://localhost:3000/file.js')
41
- stackFrame.getFileName() // => 'http://localhost:3000/file.js'
42
-
43
- stackFrame.lineNumber // => 1
44
- stackFrame.setLineNumber(325)
45
- stackFrame.getLineNumber() // => 325
46
-
47
- stackFrame.columnNumber // => 3288
48
- stackFrame.setColumnNumber(20)
49
- stackFrame.getColumnNumber() // => 20
50
-
51
- stackFrame.source // => 'ORIGINAL_STACK_LINE'
52
- stackFrame.setSource('NEW_SOURCE')
53
- stackFrame.getSource() // => 'NEW_SOURCE'
54
-
55
- stackFrame.isEval // => true
56
- stackFrame.setIsEval(false)
57
- stackFrame.getIsEval() // => false
58
-
59
- stackFrame.isNative // => false
60
- stackFrame.setIsNative(true)
61
- stackFrame.getIsNative() // => true
62
-
63
- stackFrame.evalOrigin // => StackFrame({functionName: 'withinEval', lineNumber: ...})
64
- stackFrame.setEvalOrigin({functionName: 'evalFn', fileName: 'anonymous'})
65
- stackFrame.getEvalOrigin().getFunctionName() // => 'evalFn'
66
-
67
- stackFrame.toString() // => 'funName(args)@http://localhost:3000/file.js:325:20'
68
- ```
69
-
70
- ## Browser Support
71
- [![Sauce Test Status](https://saucelabs.com/browser-matrix/stacktracejs.svg)](https://saucelabs.com/u/stacktracejs)
72
-
73
- ## Installation
74
- ```
75
- npm install stackframe
76
- bower install stackframe
77
- https://raw.githubusercontent.com/stacktracejs/stackframe/master/dist/stackframe.min.js
78
- ```
@@ -1,31 +0,0 @@
1
- {
2
- "name": "stackframe",
3
- "main": "./stackframe.js",
4
- "homepage": "https://github.com/stacktracejs/stackframe",
5
- "authors": [
6
- "Eric Wendelin <me@eriwen.com> (https://www.eriwen.com)",
7
- "Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)"
8
- ],
9
- "description": "JS Object representation of a stack frame",
10
- "moduleType": [
11
- "amd",
12
- "globals",
13
- "node"
14
- ],
15
- "keywords": [
16
- "stacktrace",
17
- "stack-trace",
18
- "backtrace",
19
- "cross-browser",
20
- "framework-agnostic",
21
- "error",
22
- "debugger"
23
- ],
24
- "license": "MIT",
25
- "ignore": [
26
- "**/.*",
27
- "node_modules",
28
- "spec",
29
- "coverage"
30
- ]
31
- }
@@ -1,16 +0,0 @@
1
- {
2
- "name": "stackframe",
3
- "repository": "stacktracejs/stackframe",
4
- "description": "JS Object representation of a stack frame",
5
- "version": "1.1.1",
6
- "keywords": [
7
- "stacktrace",
8
- "error",
9
- "debugger",
10
- "stack frame"
11
- ],
12
- "main": "stackframe.js",
13
- "scripts": [
14
- "stackframe.js"
15
- ]
16
- }