@modern-js/module-tools 2.0.0-beta.3 → 2.0.0-beta.4

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 (449) hide show
  1. package/CHANGELOG.md +207 -211
  2. package/bin/modern.js +1 -0
  3. package/compiled/@babel/code-frame/index.d.ts +1 -0
  4. package/compiled/@babel/code-frame/index.js +1 -0
  5. package/compiled/@babel/code-frame/license +22 -0
  6. package/compiled/@babel/code-frame/package.json +1 -0
  7. package/compiled/@babel/generator/index.d.ts +1 -0
  8. package/compiled/@babel/generator/index.js +1 -0
  9. package/compiled/@babel/generator/license +22 -0
  10. package/compiled/@babel/generator/package.json +1 -0
  11. package/compiled/@babel/helper-validator-identifier/index.d.ts +1 -0
  12. package/compiled/@babel/helper-validator-identifier/index.js +1 -0
  13. package/compiled/@babel/helper-validator-identifier/license +22 -0
  14. package/compiled/@babel/helper-validator-identifier/package.json +1 -0
  15. package/compiled/@babel/highlight/index.d.ts +1 -0
  16. package/compiled/@babel/highlight/index.js +1 -0
  17. package/compiled/@babel/highlight/license +22 -0
  18. package/compiled/@babel/highlight/package.json +1 -0
  19. package/compiled/@babel/parser/@babel/types/lib/index-legacy.d.ts +2742 -0
  20. package/compiled/@babel/parser/index.js +1 -0
  21. package/compiled/@babel/parser/license +19 -0
  22. package/compiled/@babel/parser/package.json +1 -0
  23. package/compiled/@babel/parser/typings/babel-parser.d.ts +214 -0
  24. package/compiled/@babel/template/index.d.ts +1 -0
  25. package/compiled/@babel/template/index.js +1 -0
  26. package/compiled/@babel/template/license +22 -0
  27. package/compiled/@babel/template/package.json +1 -0
  28. package/compiled/@babel/traverse/index.d.ts +1199 -0
  29. package/compiled/@babel/traverse/index.js +1 -0
  30. package/compiled/@babel/traverse/license +22 -0
  31. package/compiled/@babel/traverse/package.json +1 -0
  32. package/compiled/@babel/types/index.js +1 -0
  33. package/compiled/@babel/types/lib/index-legacy.d.ts +2732 -0
  34. package/compiled/@babel/types/license +22 -0
  35. package/compiled/@babel/types/package.json +1 -0
  36. package/compiled/@rollup/plugin-json/@rollup/pluginutils/types/index.d.ts +86 -0
  37. package/compiled/@rollup/plugin-json/estree/index.d.ts +548 -0
  38. package/compiled/@rollup/plugin-json/index.js +1 -0
  39. package/compiled/@rollup/plugin-json/license +21 -0
  40. package/compiled/@rollup/plugin-json/package.json +1 -0
  41. package/compiled/@rollup/plugin-json/rollup/dist/rollup.d.ts +948 -0
  42. package/compiled/@rollup/plugin-json/types/index.d.ts +41 -0
  43. package/compiled/find-up/index.d.ts +138 -0
  44. package/compiled/find-up/index.js +1 -0
  45. package/compiled/find-up/license +9 -0
  46. package/compiled/find-up/locate-path/index.d.ts +83 -0
  47. package/compiled/find-up/package.json +1 -0
  48. package/compiled/less/index.d.ts +282 -0
  49. package/compiled/less/index.js +1 -0
  50. package/compiled/less/package.json +1 -0
  51. package/compiled/normalize-path/index.d.ts +8 -0
  52. package/compiled/normalize-path/index.js +8 -0
  53. package/compiled/normalize-path/license +21 -0
  54. package/compiled/normalize-path/package.json +1 -0
  55. package/compiled/p-map/@szmarczak/http-timer/dist/source/index.d.ts +32 -0
  56. package/compiled/p-map/cacheable-lookup/index.d.ts +139 -0
  57. package/compiled/p-map/cacheable-request/index.d.ts +137 -0
  58. package/compiled/p-map/got/dist/source/as-promise/index.d.ts +3 -0
  59. package/compiled/p-map/got/dist/source/as-promise/types.d.ts +256 -0
  60. package/compiled/p-map/got/dist/source/core/index.d.ts +1124 -0
  61. package/compiled/p-map/got/dist/source/core/utils/dns-ip-version.d.ts +5 -0
  62. package/compiled/p-map/got/dist/source/core/utils/options-to-url.d.ts +14 -0
  63. package/compiled/p-map/got/dist/source/core/utils/timed-out.d.ts +29 -0
  64. package/compiled/p-map/got/dist/source/index.d.ts +4 -0
  65. package/compiled/p-map/got/dist/source/types.d.ts +344 -0
  66. package/compiled/p-map/http-cache-semantics/index.d.ts +170 -0
  67. package/compiled/p-map/index.d.ts +67 -0
  68. package/compiled/p-map/index.js +1 -0
  69. package/compiled/p-map/keyv/src/index.d.ts +104 -0
  70. package/compiled/p-map/license +9 -0
  71. package/compiled/p-map/p-cancelable/index.d.ts +176 -0
  72. package/compiled/p-map/package.json +1 -0
  73. package/compiled/p-map/responselike/index.d.ts +34 -0
  74. package/compiled/postcss-custom-properties/index.d.ts +1 -0
  75. package/compiled/postcss-custom-properties/index.js +1 -0
  76. package/compiled/postcss-custom-properties/package.json +1 -0
  77. package/compiled/postcss-flexbugs-fixes/index.d.ts +1 -0
  78. package/compiled/postcss-flexbugs-fixes/index.js +1 -0
  79. package/compiled/postcss-flexbugs-fixes/license +20 -0
  80. package/compiled/postcss-flexbugs-fixes/package.json +1 -0
  81. package/compiled/postcss-font-variant/index.d.ts +1 -0
  82. package/compiled/postcss-font-variant/index.js +1 -0
  83. package/compiled/postcss-font-variant/license +20 -0
  84. package/compiled/postcss-font-variant/package.json +1 -0
  85. package/compiled/postcss-initial/index.d.ts +1 -0
  86. package/compiled/postcss-initial/index.js +1 -0
  87. package/compiled/postcss-initial/license +20 -0
  88. package/compiled/postcss-initial/package.json +1 -0
  89. package/compiled/postcss-media-minmax/index.d.ts +1 -0
  90. package/compiled/postcss-media-minmax/index.js +1 -0
  91. package/compiled/postcss-media-minmax/license +22 -0
  92. package/compiled/postcss-media-minmax/package.json +1 -0
  93. package/compiled/postcss-nesting/index.d.ts +1 -0
  94. package/compiled/postcss-nesting/index.js +2 -0
  95. package/compiled/postcss-nesting/package.json +1 -0
  96. package/compiled/postcss-page-break/index.d.ts +1 -0
  97. package/compiled/postcss-page-break/index.js +1 -0
  98. package/compiled/postcss-page-break/license +20 -0
  99. package/compiled/postcss-page-break/package.json +1 -0
  100. package/compiled/postcss-value-parser/index.d.ts +1 -0
  101. package/compiled/postcss-value-parser/index.js +1 -0
  102. package/compiled/postcss-value-parser/license +22 -0
  103. package/compiled/postcss-value-parser/package.json +1 -0
  104. package/compiled/rollup/fsevents.node +0 -0
  105. package/compiled/rollup/index.js +82 -0
  106. package/compiled/rollup/package.json +1 -0
  107. package/compiled/rollup/types/rollup.d.ts +948 -0
  108. package/compiled/rollup-plugin-dts/dist/rollup-plugin-dts.d.ts +21 -0
  109. package/compiled/rollup-plugin-dts/index.js +1 -0
  110. package/compiled/rollup-plugin-dts/package.json +1 -0
  111. package/compiled/rollup-plugin-dts/rollup/dist/rollup.d.ts +948 -0
  112. package/compiled/sass/index.js +1 -0
  113. package/compiled/sass/license +1619 -0
  114. package/compiled/sass/package.json +1 -0
  115. package/compiled/sass/types/compile.d.ts +152 -0
  116. package/compiled/sass/types/exception.d.ts +41 -0
  117. package/compiled/sass/types/importer.d.ts +294 -0
  118. package/compiled/sass/types/index.d.ts +80 -0
  119. package/compiled/sass/types/legacy/exception.d.ts +54 -0
  120. package/compiled/sass/types/legacy/function.d.ts +756 -0
  121. package/compiled/sass/types/legacy/importer.d.ts +168 -0
  122. package/compiled/sass/types/legacy/options.d.ts +642 -0
  123. package/compiled/sass/types/legacy/plugin_this.d.ts +73 -0
  124. package/compiled/sass/types/legacy/render.d.ts +139 -0
  125. package/compiled/sass/types/logger/index.d.ts +94 -0
  126. package/compiled/sass/types/logger/source_location.d.ts +21 -0
  127. package/compiled/sass/types/logger/source_span.d.ts +34 -0
  128. package/compiled/sass/types/options.d.ts +435 -0
  129. package/compiled/sass/types/util/promise_or.d.ts +17 -0
  130. package/compiled/sass/types/value/argument_list.d.ts +47 -0
  131. package/compiled/sass/types/value/boolean.d.ts +29 -0
  132. package/compiled/sass/types/value/color.d.ts +107 -0
  133. package/compiled/sass/types/value/function.d.ts +22 -0
  134. package/compiled/sass/types/value/index.d.ts +173 -0
  135. package/compiled/sass/types/value/list.d.ts +54 -0
  136. package/compiled/sass/types/value/map.d.ts +41 -0
  137. package/compiled/sass/types/value/number.d.ts +305 -0
  138. package/compiled/sass/types/value/string.d.ts +84 -0
  139. package/compiled/signal-exit/index.d.ts +24 -0
  140. package/compiled/signal-exit/index.js +1 -0
  141. package/compiled/signal-exit/package.json +1 -0
  142. package/dist/builder/build.d.ts +23 -0
  143. package/dist/builder/build.js +265 -0
  144. package/dist/builder/build.js.map +1 -0
  145. package/dist/builder/clear.d.ts +3 -0
  146. package/dist/builder/clear.js +74 -0
  147. package/dist/builder/clear.js.map +1 -0
  148. package/dist/builder/copy.d.ts +9 -0
  149. package/dist/builder/copy.js +207 -0
  150. package/dist/builder/copy.js.map +1 -0
  151. package/dist/builder/dts/index.d.ts +2 -0
  152. package/dist/builder/dts/index.js +27 -0
  153. package/dist/builder/dts/index.js.map +1 -0
  154. package/dist/builder/dts/rollup.d.ts +17 -0
  155. package/dist/builder/dts/rollup.js +180 -0
  156. package/dist/builder/dts/rollup.js.map +1 -0
  157. package/dist/builder/dts/tsc.d.ts +3 -0
  158. package/dist/builder/dts/tsc.js +160 -0
  159. package/dist/builder/dts/tsc.js.map +1 -0
  160. package/dist/builder/index.d.ts +8 -0
  161. package/dist/builder/index.js +124 -0
  162. package/dist/builder/index.js.map +1 -0
  163. package/dist/builder/platform.d.ts +4 -0
  164. package/dist/builder/platform.js +140 -0
  165. package/dist/builder/platform.js.map +1 -0
  166. package/dist/cli.d.ts +3 -0
  167. package/dist/cli.js +103 -0
  168. package/dist/cli.js.map +1 -0
  169. package/dist/command.d.ts +7 -0
  170. package/dist/command.js +169 -0
  171. package/dist/command.js.map +1 -0
  172. package/dist/config/defineConfig.d.ts +2 -0
  173. package/dist/config/defineConfig.js +25 -0
  174. package/dist/config/defineConfig.js.map +1 -0
  175. package/dist/config/normalize.d.ts +17 -0
  176. package/dist/config/normalize.js +177 -0
  177. package/dist/config/normalize.js.map +1 -0
  178. package/dist/config/schema.d.ts +641 -0
  179. package/dist/config/schema.js +207 -0
  180. package/dist/config/schema.js.map +1 -0
  181. package/dist/constants/build-presets.d.ts +81 -0
  182. package/dist/constants/build-presets.js +219 -0
  183. package/dist/constants/build-presets.js.map +1 -0
  184. package/dist/constants/build.d.ts +5 -0
  185. package/dist/constants/build.js +71 -0
  186. package/dist/constants/build.js.map +1 -0
  187. package/dist/constants/colors.d.ts +4 -0
  188. package/dist/constants/colors.js +29 -0
  189. package/dist/constants/colors.js.map +1 -0
  190. package/dist/constants/dts.d.ts +4 -0
  191. package/dist/constants/dts.js +45 -0
  192. package/dist/constants/dts.js.map +1 -0
  193. package/dist/constants/file.d.ts +3 -0
  194. package/dist/constants/file.js +29 -0
  195. package/dist/constants/file.js.map +1 -0
  196. package/dist/constants/legacy-build-presets.d.ts +13 -0
  197. package/dist/constants/legacy-build-presets.js +189 -0
  198. package/dist/constants/legacy-build-presets.js.map +1 -0
  199. package/dist/constants/log.d.ts +8 -0
  200. package/dist/constants/log.js +36 -0
  201. package/dist/constants/log.js.map +1 -0
  202. package/dist/dev.d.ts +10 -0
  203. package/dist/dev.js +135 -0
  204. package/dist/dev.js.map +1 -0
  205. package/dist/{types/features/build/error.d.ts → error.d.ts} +1 -1
  206. package/dist/error.js +139 -0
  207. package/dist/error.js.map +1 -0
  208. package/dist/hooks/build.d.ts +22 -0
  209. package/dist/hooks/build.js +35 -0
  210. package/dist/hooks/build.js.map +1 -0
  211. package/dist/hooks/dev.d.ts +12 -0
  212. package/dist/hooks/dev.js +33 -0
  213. package/dist/hooks/dev.js.map +1 -0
  214. package/dist/hooks/index.d.ts +29 -0
  215. package/dist/hooks/index.js +44 -0
  216. package/dist/hooks/index.js.map +1 -0
  217. package/dist/hooks/misc.d.ts +5 -0
  218. package/dist/hooks/misc.js +29 -0
  219. package/dist/hooks/misc.js.map +1 -0
  220. package/dist/index.d.ts +5 -0
  221. package/dist/index.js +32 -0
  222. package/dist/index.js.map +1 -0
  223. package/dist/{types/locale → locale}/en.d.ts +0 -0
  224. package/dist/locale/en.js +47 -0
  225. package/dist/locale/en.js.map +1 -0
  226. package/dist/{types/locale → locale}/index.d.ts +0 -0
  227. package/dist/locale/index.js +34 -0
  228. package/dist/locale/index.js.map +1 -0
  229. package/dist/{types/locale → locale}/zh.d.ts +0 -0
  230. package/dist/locale/zh.js +47 -0
  231. package/dist/locale/zh.js.map +1 -0
  232. package/dist/plugins.d.ts +2 -0
  233. package/dist/plugins.js +51 -0
  234. package/dist/plugins.js.map +1 -0
  235. package/dist/types/color.d.ts +1 -0
  236. package/dist/{js/modern/features/build/types.js → types/color.js} +0 -0
  237. package/dist/types/command.d.ts +11 -0
  238. package/dist/{js/modern/schema/types.js → types/command.js} +0 -0
  239. package/dist/types/config/index.d.ts +95 -0
  240. package/dist/types/config/index.js +19 -0
  241. package/dist/types/config/index.js.map +1 -0
  242. package/dist/types/config/style.d.ts +12 -0
  243. package/dist/{js/modern/types.js → types/config/style.js} +0 -0
  244. package/dist/types/context.d.ts +5 -0
  245. package/dist/{js/node/features/build/types.js → types/context.js} +0 -0
  246. package/dist/types/copy.d.ts +15 -0
  247. package/dist/{js/node/schema/types.js → types/copy.js} +0 -0
  248. package/dist/types/{utils/tsconfig.d.ts → dts.d.ts} +11 -3
  249. package/dist/{js/node/types.js → types/dts.js} +0 -0
  250. package/dist/types/hooks.d.ts +25 -0
  251. package/dist/types/hooks.js +0 -0
  252. package/dist/types/index.d.ts +17 -6
  253. package/dist/types/index.js +23 -0
  254. package/dist/types/index.js.map +1 -0
  255. package/dist/types/utils.d.ts +7 -0
  256. package/dist/types/utils.js +0 -0
  257. package/dist/utils/builder.d.ts +8 -0
  258. package/dist/utils/builder.js +117 -0
  259. package/dist/utils/builder.js.map +1 -0
  260. package/dist/utils/config.d.ts +6 -0
  261. package/dist/utils/config.js +172 -0
  262. package/dist/utils/config.js.map +1 -0
  263. package/dist/utils/context.d.ts +7 -0
  264. package/dist/utils/context.js +68 -0
  265. package/dist/utils/context.js.map +1 -0
  266. package/dist/utils/dts.d.ts +14 -0
  267. package/dist/utils/dts.js +197 -0
  268. package/dist/utils/dts.js.map +1 -0
  269. package/dist/utils/input.d.ts +16 -0
  270. package/dist/utils/input.js +124 -0
  271. package/dist/utils/input.js.map +1 -0
  272. package/dist/utils/language.d.ts +2 -0
  273. package/dist/utils/language.js +75 -0
  274. package/dist/utils/language.js.map +1 -0
  275. package/dist/utils/libuild-plugins.d.ts +6 -0
  276. package/dist/utils/libuild-plugins.js +90 -0
  277. package/dist/utils/libuild-plugins.js.map +1 -0
  278. package/dist/utils/log.d.ts +2 -0
  279. package/dist/utils/log.js +76 -0
  280. package/dist/utils/log.js.map +1 -0
  281. package/dist/utils/onExit.d.ts +1 -0
  282. package/dist/utils/onExit.js +71 -0
  283. package/dist/utils/onExit.js.map +1 -0
  284. package/dist/utils/path.d.ts +1 -0
  285. package/dist/utils/path.js +73 -0
  286. package/dist/utils/path.js.map +1 -0
  287. package/dist/utils/style.d.ts +31 -0
  288. package/dist/utils/style.js +134 -0
  289. package/dist/utils/style.js.map +1 -0
  290. package/dist/{types/utils/tspaths-transform/index.d.ts → utils/tspaths-transform.d.ts} +0 -0
  291. package/dist/utils/tspaths-transform.js +115 -0
  292. package/dist/utils/tspaths-transform.js.map +1 -0
  293. package/package.json +45 -72
  294. package/dist/js/modern/cli/build.js +0 -11
  295. package/dist/js/modern/cli/dev.js +0 -11
  296. package/dist/js/modern/cli/index.js +0 -3
  297. package/dist/js/modern/cli/new.js +0 -13
  298. package/dist/js/modern/commands/build.js +0 -69
  299. package/dist/js/modern/commands/dev.js +0 -43
  300. package/dist/js/modern/commands/index.js +0 -2
  301. package/dist/js/modern/features/build/build-platform.js +0 -69
  302. package/dist/js/modern/features/build/bundle/index.js +0 -9
  303. package/dist/js/modern/features/build/bundle/runRollup.js +0 -136
  304. package/dist/js/modern/features/build/bundle/runSpeedy.js +0 -176
  305. package/dist/js/modern/features/build/bundleless/copy-assets.js +0 -75
  306. package/dist/js/modern/features/build/bundleless/generator-dts/index.js +0 -106
  307. package/dist/js/modern/features/build/bundleless/generator-dts/utils.js +0 -94
  308. package/dist/js/modern/features/build/bundleless/index.js +0 -21
  309. package/dist/js/modern/features/build/bundleless/runBabel.js +0 -242
  310. package/dist/js/modern/features/build/bundleless/style.js +0 -241
  311. package/dist/js/modern/features/build/constants.js +0 -98
  312. package/dist/js/modern/features/build/error.js +0 -127
  313. package/dist/js/modern/features/build/index.js +0 -117
  314. package/dist/js/modern/features/build/legacy-constants.js +0 -103
  315. package/dist/js/modern/features/build/logger/index.js +0 -2
  316. package/dist/js/modern/features/build/logger/logText.js +0 -56
  317. package/dist/js/modern/features/build/logger/loggerManager.js +0 -93
  318. package/dist/js/modern/features/build/normalize.js +0 -277
  319. package/dist/js/modern/features/build/utils.js +0 -92
  320. package/dist/js/modern/features/dev/index.js +0 -47
  321. package/dist/js/modern/hooks/build.js +0 -20
  322. package/dist/js/modern/hooks/dev.js +0 -14
  323. package/dist/js/modern/hooks/index.js +0 -15
  324. package/dist/js/modern/index.js +0 -63
  325. package/dist/js/modern/locale/en.js +0 -25
  326. package/dist/js/modern/locale/index.js +0 -10
  327. package/dist/js/modern/locale/zh.js +0 -25
  328. package/dist/js/modern/schema/build-config.js +0 -117
  329. package/dist/js/modern/schema/index.js +0 -4
  330. package/dist/js/modern/schema/output.js +0 -45
  331. package/dist/js/modern/schema/source.js +0 -7
  332. package/dist/js/modern/schema/tools.js +0 -6
  333. package/dist/js/modern/utils/babel.js +0 -84
  334. package/dist/js/modern/utils/color.js +0 -2
  335. package/dist/js/modern/utils/constants.js +0 -3
  336. package/dist/js/modern/utils/copy.js +0 -70
  337. package/dist/js/modern/utils/init-env.js +0 -13
  338. package/dist/js/modern/utils/json.js +0 -13
  339. package/dist/js/modern/utils/language.js +0 -6
  340. package/dist/js/modern/utils/logger.js +0 -96
  341. package/dist/js/modern/utils/readline.js +0 -17
  342. package/dist/js/modern/utils/tsconfig.js +0 -13
  343. package/dist/js/modern/utils/tspaths-transform/constants.js +0 -5
  344. package/dist/js/modern/utils/tspaths-transform/index.js +0 -113
  345. package/dist/js/modern/utils/tspaths-transform/utils.js +0 -18
  346. package/dist/js/modern/utils/valide.js +0 -26
  347. package/dist/js/node/cli/build.js +0 -18
  348. package/dist/js/node/cli/dev.js +0 -18
  349. package/dist/js/node/cli/index.js +0 -38
  350. package/dist/js/node/cli/new.js +0 -20
  351. package/dist/js/node/commands/build.js +0 -80
  352. package/dist/js/node/commands/dev.js +0 -52
  353. package/dist/js/node/commands/index.js +0 -19
  354. package/dist/js/node/features/build/build-platform.js +0 -76
  355. package/dist/js/node/features/build/bundle/index.js +0 -17
  356. package/dist/js/node/features/build/bundle/runRollup.js +0 -145
  357. package/dist/js/node/features/build/bundle/runSpeedy.js +0 -186
  358. package/dist/js/node/features/build/bundleless/copy-assets.js +0 -84
  359. package/dist/js/node/features/build/bundleless/generator-dts/index.js +0 -114
  360. package/dist/js/node/features/build/bundleless/generator-dts/utils.js +0 -105
  361. package/dist/js/node/features/build/bundleless/index.js +0 -29
  362. package/dist/js/node/features/build/bundleless/runBabel.js +0 -255
  363. package/dist/js/node/features/build/bundleless/style.js +0 -254
  364. package/dist/js/node/features/build/constants.js +0 -116
  365. package/dist/js/node/features/build/error.js +0 -139
  366. package/dist/js/node/features/build/index.js +0 -128
  367. package/dist/js/node/features/build/legacy-constants.js +0 -111
  368. package/dist/js/node/features/build/logger/index.js +0 -27
  369. package/dist/js/node/features/build/logger/logText.js +0 -66
  370. package/dist/js/node/features/build/logger/loggerManager.js +0 -95
  371. package/dist/js/node/features/build/normalize.js +0 -288
  372. package/dist/js/node/features/build/utils.js +0 -107
  373. package/dist/js/node/features/dev/index.js +0 -56
  374. package/dist/js/node/hooks/build.js +0 -32
  375. package/dist/js/node/hooks/dev.js +0 -24
  376. package/dist/js/node/hooks/index.js +0 -36
  377. package/dist/js/node/index.js +0 -83
  378. package/dist/js/node/locale/en.js +0 -32
  379. package/dist/js/node/locale/index.js +0 -17
  380. package/dist/js/node/locale/zh.js +0 -32
  381. package/dist/js/node/schema/build-config.js +0 -126
  382. package/dist/js/node/schema/index.js +0 -11
  383. package/dist/js/node/schema/output.js +0 -52
  384. package/dist/js/node/schema/source.js +0 -14
  385. package/dist/js/node/schema/tools.js +0 -13
  386. package/dist/js/node/utils/babel.js +0 -93
  387. package/dist/js/node/utils/color.js +0 -9
  388. package/dist/js/node/utils/constants.js +0 -11
  389. package/dist/js/node/utils/copy.js +0 -79
  390. package/dist/js/node/utils/init-env.js +0 -20
  391. package/dist/js/node/utils/json.js +0 -20
  392. package/dist/js/node/utils/language.js +0 -12
  393. package/dist/js/node/utils/logger.js +0 -107
  394. package/dist/js/node/utils/readline.js +0 -25
  395. package/dist/js/node/utils/tsconfig.js +0 -21
  396. package/dist/js/node/utils/tspaths-transform/constants.js +0 -12
  397. package/dist/js/node/utils/tspaths-transform/index.js +0 -123
  398. package/dist/js/node/utils/tspaths-transform/utils.js +0 -25
  399. package/dist/js/node/utils/valide.js +0 -34
  400. package/dist/types/cli/build.d.ts +0 -3
  401. package/dist/types/cli/dev.d.ts +0 -3
  402. package/dist/types/cli/index.d.ts +0 -3
  403. package/dist/types/cli/new.d.ts +0 -2
  404. package/dist/types/commands/build.d.ts +0 -17
  405. package/dist/types/commands/dev.d.ts +0 -5
  406. package/dist/types/commands/index.d.ts +0 -2
  407. package/dist/types/features/build/build-platform.d.ts +0 -7
  408. package/dist/types/features/build/bundle/index.d.ts +0 -3
  409. package/dist/types/features/build/bundle/runRollup.d.ts +0 -3
  410. package/dist/types/features/build/bundle/runSpeedy.d.ts +0 -10
  411. package/dist/types/features/build/bundleless/copy-assets.d.ts +0 -3
  412. package/dist/types/features/build/bundleless/generator-dts/index.d.ts +0 -3
  413. package/dist/types/features/build/bundleless/generator-dts/utils.d.ts +0 -21
  414. package/dist/types/features/build/bundleless/index.d.ts +0 -4
  415. package/dist/types/features/build/bundleless/runBabel.d.ts +0 -32
  416. package/dist/types/features/build/bundleless/style.d.ts +0 -25
  417. package/dist/types/features/build/constants.d.ts +0 -18
  418. package/dist/types/features/build/index.d.ts +0 -12
  419. package/dist/types/features/build/legacy-constants.d.ts +0 -8
  420. package/dist/types/features/build/logger/index.d.ts +0 -2
  421. package/dist/types/features/build/logger/logText.d.ts +0 -39
  422. package/dist/types/features/build/logger/loggerManager.d.ts +0 -40
  423. package/dist/types/features/build/normalize.d.ts +0 -19
  424. package/dist/types/features/build/types.d.ts +0 -15
  425. package/dist/types/features/build/utils.d.ts +0 -36
  426. package/dist/types/features/dev/index.d.ts +0 -9
  427. package/dist/types/hooks/build.d.ts +0 -46
  428. package/dist/types/hooks/dev.d.ts +0 -20
  429. package/dist/types/hooks/index.d.ts +0 -30
  430. package/dist/types/schema/build-config.d.ts +0 -205
  431. package/dist/types/schema/index.d.ts +0 -217
  432. package/dist/types/schema/output.d.ts +0 -215
  433. package/dist/types/schema/source.d.ts +0 -6
  434. package/dist/types/schema/tools.d.ts +0 -6
  435. package/dist/types/schema/types.d.ts +0 -45
  436. package/dist/types/types.d.ts +0 -51
  437. package/dist/types/utils/babel.d.ts +0 -8
  438. package/dist/types/utils/color.d.ts +0 -2
  439. package/dist/types/utils/constants.d.ts +0 -2
  440. package/dist/types/utils/copy.d.ts +0 -5
  441. package/dist/types/utils/init-env.d.ts +0 -21
  442. package/dist/types/utils/json.d.ts +0 -4
  443. package/dist/types/utils/language.d.ts +0 -1
  444. package/dist/types/utils/logger.d.ts +0 -58
  445. package/dist/types/utils/readline.d.ts +0 -9
  446. package/dist/types/utils/tspaths-transform/constants.d.ts +0 -1
  447. package/dist/types/utils/tspaths-transform/utils.d.ts +0 -4
  448. package/dist/types/utils/valide.d.ts +0 -12
  449. package/types.d.ts +0 -1
@@ -0,0 +1,1619 @@
1
+ Dart Sass license:
2
+
3
+ Copyright (c) 2016, Google Inc.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
+
24
+
25
+ --------------------------------------------------------------------------------
26
+
27
+ Dart SDK license:
28
+
29
+ Copyright 2012, the Dart project authors.
30
+
31
+ Redistribution and use in source and binary forms, with or without
32
+ modification, are permitted provided that the following conditions are
33
+ met:
34
+ * Redistributions of source code must retain the above copyright
35
+ notice, this list of conditions and the following disclaimer.
36
+ * Redistributions in binary form must reproduce the above
37
+ copyright notice, this list of conditions and the following
38
+ disclaimer in the documentation and/or other materials provided
39
+ with the distribution.
40
+ * Neither the name of Google LLC nor the names of its
41
+ contributors may be used to endorse or promote products derived
42
+ from this software without specific prior written permission.
43
+
44
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
45
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
46
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
47
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
48
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
49
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
50
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
51
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
52
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
53
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
54
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
55
+
56
+
57
+ --------------------------------------------------------------------------------
58
+
59
+ _fe_analyzer_shared license:
60
+
61
+ Copyright 2019, the Dart project authors.
62
+
63
+ Redistribution and use in source and binary forms, with or without
64
+ modification, are permitted provided that the following conditions are
65
+ met:
66
+
67
+ * Redistributions of source code must retain the above copyright
68
+ notice, this list of conditions and the following disclaimer.
69
+ * Redistributions in binary form must reproduce the above
70
+ copyright notice, this list of conditions and the following
71
+ disclaimer in the documentation and/or other materials provided
72
+ with the distribution.
73
+ * Neither the name of Google LLC nor the names of its
74
+ contributors may be used to endorse or promote products derived
75
+ from this software without specific prior written permission.
76
+
77
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
78
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
79
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
80
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
81
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
82
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
83
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
84
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
85
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
86
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
87
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
88
+
89
+
90
+ --------------------------------------------------------------------------------
91
+
92
+ analyzer license:
93
+
94
+ Copyright 2013, the Dart project authors.
95
+
96
+ Redistribution and use in source and binary forms, with or without
97
+ modification, are permitted provided that the following conditions are
98
+ met:
99
+
100
+ * Redistributions of source code must retain the above copyright
101
+ notice, this list of conditions and the following disclaimer.
102
+ * Redistributions in binary form must reproduce the above
103
+ copyright notice, this list of conditions and the following
104
+ disclaimer in the documentation and/or other materials provided
105
+ with the distribution.
106
+ * Neither the name of Google LLC nor the names of its
107
+ contributors may be used to endorse or promote products derived
108
+ from this software without specific prior written permission.
109
+
110
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
111
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
112
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
113
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
114
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
115
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
116
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
117
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
118
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
119
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
120
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
121
+
122
+
123
+ --------------------------------------------------------------------------------
124
+
125
+ archive license:
126
+
127
+ The MIT License
128
+
129
+ Copyright (c) 2013-2021 Brendan Duncan.
130
+ All rights reserved.
131
+
132
+ Permission is hereby granted, free of charge, to any person obtaining a copy
133
+ of this software and associated documentation files (the "Software"), to deal
134
+ in the Software without restriction, including without limitation the rights
135
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
136
+ copies of the Software, and to permit persons to whom the Software is
137
+ furnished to do so, subject to the following conditions:
138
+
139
+ The above copyright notice and this permission notice shall be included in
140
+ all copies or substantial portions of the Software.
141
+
142
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
143
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
144
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
145
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
146
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
147
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
148
+ THE SOFTWARE.
149
+
150
+ --------------------------------------------------------------------------------
151
+
152
+ args, csslib and logging license:
153
+
154
+ Copyright 2013, the Dart project authors.
155
+
156
+ Redistribution and use in source and binary forms, with or without
157
+ modification, are permitted provided that the following conditions are
158
+ met:
159
+
160
+ * Redistributions of source code must retain the above copyright
161
+ notice, this list of conditions and the following disclaimer.
162
+ * Redistributions in binary form must reproduce the above
163
+ copyright notice, this list of conditions and the following
164
+ disclaimer in the documentation and/or other materials provided
165
+ with the distribution.
166
+ * Neither the name of Google LLC nor the names of its
167
+ contributors may be used to endorse or promote products derived
168
+ from this software without specific prior written permission.
169
+
170
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
171
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
172
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
173
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
174
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
175
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
176
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
177
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
178
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
179
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
180
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
181
+
182
+
183
+ --------------------------------------------------------------------------------
184
+
185
+ async, cli_util, collection, mime and typed_data license:
186
+
187
+ Copyright 2015, the Dart project authors.
188
+
189
+ Redistribution and use in source and binary forms, with or without
190
+ modification, are permitted provided that the following conditions are
191
+ met:
192
+
193
+ * Redistributions of source code must retain the above copyright
194
+ notice, this list of conditions and the following disclaimer.
195
+ * Redistributions in binary form must reproduce the above
196
+ copyright notice, this list of conditions and the following
197
+ disclaimer in the documentation and/or other materials provided
198
+ with the distribution.
199
+ * Neither the name of Google LLC nor the names of its
200
+ contributors may be used to endorse or promote products derived
201
+ from this software without specific prior written permission.
202
+
203
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
204
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
205
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
206
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
207
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
208
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
209
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
210
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
211
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
212
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
213
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
214
+
215
+
216
+ --------------------------------------------------------------------------------
217
+
218
+ boolean_selector and test_descriptor license:
219
+
220
+ Copyright 2016, the Dart project authors. All rights reserved.
221
+ Redistribution and use in source and binary forms, with or without
222
+ modification, are permitted provided that the following conditions are
223
+ met:
224
+
225
+ * Redistributions of source code must retain the above copyright
226
+ notice, this list of conditions and the following disclaimer.
227
+ * Redistributions in binary form must reproduce the above
228
+ copyright notice, this list of conditions and the following
229
+ disclaimer in the documentation and/or other materials provided
230
+ with the distribution.
231
+ * Neither the name of Google Inc. nor the names of its
232
+ contributors may be used to endorse or promote products derived
233
+ from this software without specific prior written permission.
234
+
235
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
236
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
237
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
238
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
239
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
240
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
241
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
242
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
243
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
244
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
245
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
246
+
247
+
248
+ --------------------------------------------------------------------------------
249
+
250
+ charcode, oauth2, source_maps and stack_trace license:
251
+
252
+ Copyright 2014, the Dart project authors. All rights reserved.
253
+ Redistribution and use in source and binary forms, with or without
254
+ modification, are permitted provided that the following conditions are
255
+ met:
256
+
257
+ * Redistributions of source code must retain the above copyright
258
+ notice, this list of conditions and the following disclaimer.
259
+ * Redistributions in binary form must reproduce the above
260
+ copyright notice, this list of conditions and the following
261
+ disclaimer in the documentation and/or other materials provided
262
+ with the distribution.
263
+ * Neither the name of Google Inc. nor the names of its
264
+ contributors may be used to endorse or promote products derived
265
+ from this software without specific prior written permission.
266
+
267
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
268
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
269
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
270
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
271
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
272
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
273
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
274
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
275
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
276
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
277
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
278
+
279
+
280
+ --------------------------------------------------------------------------------
281
+
282
+ checked_yaml license:
283
+
284
+ Copyright 2019, the Dart project authors. All rights reserved.
285
+ Redistribution and use in source and binary forms, with or without
286
+ modification, are permitted provided that the following conditions are
287
+ met:
288
+
289
+ * Redistributions of source code must retain the above copyright
290
+ notice, this list of conditions and the following disclaimer.
291
+ * Redistributions in binary form must reproduce the above
292
+ copyright notice, this list of conditions and the following
293
+ disclaimer in the documentation and/or other materials provided
294
+ with the distribution.
295
+ * Neither the name of Google Inc. nor the names of its
296
+ contributors may be used to endorse or promote products derived
297
+ from this software without specific prior written permission.
298
+
299
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
300
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
301
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
302
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
303
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
304
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
305
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
306
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
307
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
308
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
309
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
310
+
311
+
312
+ --------------------------------------------------------------------------------
313
+
314
+ cli_pkg license:
315
+
316
+ Apache License
317
+ Version 2.0, January 2004
318
+ http://www.apache.org/licenses/
319
+
320
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
321
+
322
+ 1. Definitions.
323
+
324
+ "License" shall mean the terms and conditions for use, reproduction,
325
+ and distribution as defined by Sections 1 through 9 of this document.
326
+
327
+ "Licensor" shall mean the copyright owner or entity authorized by
328
+ the copyright owner that is granting the License.
329
+
330
+ "Legal Entity" shall mean the union of the acting entity and all
331
+ other entities that control, are controlled by, or are under common
332
+ control with that entity. For the purposes of this definition,
333
+ "control" means (i) the power, direct or indirect, to cause the
334
+ direction or management of such entity, whether by contract or
335
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
336
+ outstanding shares, or (iii) beneficial ownership of such entity.
337
+
338
+ "You" (or "Your") shall mean an individual or Legal Entity
339
+ exercising permissions granted by this License.
340
+
341
+ "Source" form shall mean the preferred form for making modifications,
342
+ including but not limited to software source code, documentation
343
+ source, and configuration files.
344
+
345
+ "Object" form shall mean any form resulting from mechanical
346
+ transformation or translation of a Source form, including but
347
+ not limited to compiled object code, generated documentation,
348
+ and conversions to other media types.
349
+
350
+ "Work" shall mean the work of authorship, whether in Source or
351
+ Object form, made available under the License, as indicated by a
352
+ copyright notice that is included in or attached to the work
353
+ (an example is provided in the Appendix below).
354
+
355
+ "Derivative Works" shall mean any work, whether in Source or Object
356
+ form, that is based on (or derived from) the Work and for which the
357
+ editorial revisions, annotations, elaborations, or other modifications
358
+ represent, as a whole, an original work of authorship. For the purposes
359
+ of this License, Derivative Works shall not include works that remain
360
+ separable from, or merely link (or bind by name) to the interfaces of,
361
+ the Work and Derivative Works thereof.
362
+
363
+ "Contribution" shall mean any work of authorship, including
364
+ the original version of the Work and any modifications or additions
365
+ to that Work or Derivative Works thereof, that is intentionally
366
+ submitted to Licensor for inclusion in the Work by the copyright owner
367
+ or by an individual or Legal Entity authorized to submit on behalf of
368
+ the copyright owner. For the purposes of this definition, "submitted"
369
+ means any form of electronic, verbal, or written communication sent
370
+ to the Licensor or its representatives, including but not limited to
371
+ communication on electronic mailing lists, source code control systems,
372
+ and issue tracking systems that are managed by, or on behalf of, the
373
+ Licensor for the purpose of discussing and improving the Work, but
374
+ excluding communication that is conspicuously marked or otherwise
375
+ designated in writing by the copyright owner as "Not a Contribution."
376
+
377
+ "Contributor" shall mean Licensor and any individual or Legal Entity
378
+ on behalf of whom a Contribution has been received by Licensor and
379
+ subsequently incorporated within the Work.
380
+
381
+ 2. Grant of Copyright License. Subject to the terms and conditions of
382
+ this License, each Contributor hereby grants to You a perpetual,
383
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
384
+ copyright license to reproduce, prepare Derivative Works of,
385
+ publicly display, publicly perform, sublicense, and distribute the
386
+ Work and such Derivative Works in Source or Object form.
387
+
388
+ 3. Grant of Patent License. Subject to the terms and conditions of
389
+ this License, each Contributor hereby grants to You a perpetual,
390
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
391
+ (except as stated in this section) patent license to make, have made,
392
+ use, offer to sell, sell, import, and otherwise transfer the Work,
393
+ where such license applies only to those patent claims licensable
394
+ by such Contributor that are necessarily infringed by their
395
+ Contribution(s) alone or by combination of their Contribution(s)
396
+ with the Work to which such Contribution(s) was submitted. If You
397
+ institute patent litigation against any entity (including a
398
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
399
+ or a Contribution incorporated within the Work constitutes direct
400
+ or contributory patent infringement, then any patent licenses
401
+ granted to You under this License for that Work shall terminate
402
+ as of the date such litigation is filed.
403
+
404
+ 4. Redistribution. You may reproduce and distribute copies of the
405
+ Work or Derivative Works thereof in any medium, with or without
406
+ modifications, and in Source or Object form, provided that You
407
+ meet the following conditions:
408
+
409
+ (a) You must give any other recipients of the Work or
410
+ Derivative Works a copy of this License; and
411
+
412
+ (b) You must cause any modified files to carry prominent notices
413
+ stating that You changed the files; and
414
+
415
+ (c) You must retain, in the Source form of any Derivative Works
416
+ that You distribute, all copyright, patent, trademark, and
417
+ attribution notices from the Source form of the Work,
418
+ excluding those notices that do not pertain to any part of
419
+ the Derivative Works; and
420
+
421
+ (d) If the Work includes a "NOTICE" text file as part of its
422
+ distribution, then any Derivative Works that You distribute must
423
+ include a readable copy of the attribution notices contained
424
+ within such NOTICE file, excluding those notices that do not
425
+ pertain to any part of the Derivative Works, in at least one
426
+ of the following places: within a NOTICE text file distributed
427
+ as part of the Derivative Works; within the Source form or
428
+ documentation, if provided along with the Derivative Works; or,
429
+ within a display generated by the Derivative Works, if and
430
+ wherever such third-party notices normally appear. The contents
431
+ of the NOTICE file are for informational purposes only and
432
+ do not modify the License. You may add Your own attribution
433
+ notices within Derivative Works that You distribute, alongside
434
+ or as an addendum to the NOTICE text from the Work, provided
435
+ that such additional attribution notices cannot be construed
436
+ as modifying the License.
437
+
438
+ You may add Your own copyright statement to Your modifications and
439
+ may provide additional or different license terms and conditions
440
+ for use, reproduction, or distribution of Your modifications, or
441
+ for any such Derivative Works as a whole, provided Your use,
442
+ reproduction, and distribution of the Work otherwise complies with
443
+ the conditions stated in this License.
444
+
445
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
446
+ any Contribution intentionally submitted for inclusion in the Work
447
+ by You to the Licensor shall be under the terms and conditions of
448
+ this License, without any additional terms or conditions.
449
+ Notwithstanding the above, nothing herein shall supersede or modify
450
+ the terms of any separate license agreement you may have executed
451
+ with Licensor regarding such Contributions.
452
+
453
+ 6. Trademarks. This License does not grant permission to use the trade
454
+ names, trademarks, service marks, or product names of the Licensor,
455
+ except as required for reasonable and customary use in describing the
456
+ origin of the Work and reproducing the content of the NOTICE file.
457
+
458
+ 7. Disclaimer of Warranty. Unless required by applicable law or
459
+ agreed to in writing, Licensor provides the Work (and each
460
+ Contributor provides its Contributions) on an "AS IS" BASIS,
461
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
462
+ implied, including, without limitation, any warranties or conditions
463
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
464
+ PARTICULAR PURPOSE. You are solely responsible for determining the
465
+ appropriateness of using or redistributing the Work and assume any
466
+ risks associated with Your exercise of permissions under this License.
467
+
468
+ 8. Limitation of Liability. In no event and under no legal theory,
469
+ whether in tort (including negligence), contract, or otherwise,
470
+ unless required by applicable law (such as deliberate and grossly
471
+ negligent acts) or agreed to in writing, shall any Contributor be
472
+ liable to You for damages, including any direct, indirect, special,
473
+ incidental, or consequential damages of any character arising as a
474
+ result of this License or out of the use or inability to use the
475
+ Work (including but not limited to damages for loss of goodwill,
476
+ work stoppage, computer failure or malfunction, or any and all
477
+ other commercial damages or losses), even if such Contributor
478
+ has been advised of the possibility of such damages.
479
+
480
+ 9. Accepting Warranty or Additional Liability. While redistributing
481
+ the Work or Derivative Works thereof, You may choose to offer,
482
+ and charge a fee for, acceptance of support, warranty, indemnity,
483
+ or other liability obligations and/or rights consistent with this
484
+ License. However, in accepting such obligations, You may act only
485
+ on Your own behalf and on Your sole responsibility, not on behalf
486
+ of any other Contributor, and only if You agree to indemnify,
487
+ defend, and hold each Contributor harmless for any liability
488
+ incurred by, or claims asserted against, such Contributor by reason
489
+ of your accepting any such warranty or additional liability.
490
+
491
+ END OF TERMS AND CONDITIONS
492
+
493
+ APPENDIX: How to apply the Apache License to your work.
494
+
495
+ To apply the Apache License to your work, attach the following
496
+ boilerplate notice, with the fields enclosed by brackets "[]"
497
+ replaced with your own identifying information. (Don't include
498
+ the brackets!) The text should be enclosed in the appropriate
499
+ comment syntax for the file format. We also recommend that a
500
+ file or class name and description of purpose be included on the
501
+ same "printed page" as the copyright notice for easier
502
+ identification within third-party archives.
503
+
504
+ Copyright [yyyy] [name of copyright owner]
505
+
506
+ Licensed under the Apache License, Version 2.0 (the "License");
507
+ you may not use this file except in compliance with the License.
508
+ You may obtain a copy of the License at
509
+
510
+ http://www.apache.org/licenses/LICENSE-2.0
511
+
512
+ Unless required by applicable law or agreed to in writing, software
513
+ distributed under the License is distributed on an "AS IS" BASIS,
514
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
515
+ See the License for the specific language governing permissions and
516
+ limitations under the License.
517
+
518
+
519
+ --------------------------------------------------------------------------------
520
+
521
+ cli_repl license:
522
+
523
+ Copyright (c) 2018, Jennifer Thakar.
524
+ All rights reserved.
525
+
526
+ Redistribution and use in source and binary forms, with or without
527
+ modification, are permitted provided that the following conditions are met:
528
+ * Redistributions of source code must retain the above copyright
529
+ notice, this list of conditions and the following disclaimer.
530
+ * Redistributions in binary form must reproduce the above copyright
531
+ notice, this list of conditions and the following disclaimer in the
532
+ documentation and/or other materials provided with the distribution.
533
+ * Neither the name of the project nor the names of its contributors may be
534
+ used to endorse or promote products derived from this software without
535
+ specific prior written permission.
536
+
537
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
538
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
539
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
540
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
541
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
542
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
543
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
544
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
545
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
546
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
547
+
548
+
549
+ --------------------------------------------------------------------------------
550
+
551
+ convert, crypto, shelf_static and vm_service license:
552
+
553
+ Copyright 2015, the Dart project authors.
554
+
555
+ Redistribution and use in source and binary forms, with or without
556
+ modification, are permitted provided that the following conditions are
557
+ met:
558
+
559
+ * Redistributions of source code must retain the above copyright
560
+ notice, this list of conditions and the following disclaimer.
561
+ * Redistributions in binary form must reproduce the above
562
+ copyright notice, this list of conditions and the following
563
+ disclaimer in the documentation and/or other materials provided
564
+ with the distribution.
565
+ * Neither the name of Google LLC nor the names of its
566
+ contributors may be used to endorse or promote products derived
567
+ from this software without specific prior written permission.
568
+
569
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
570
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
571
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
572
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
573
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
574
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
575
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
576
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
577
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
578
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
579
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
580
+
581
+
582
+ --------------------------------------------------------------------------------
583
+
584
+ coverage and quiver license:
585
+
586
+
587
+ Apache License
588
+ Version 2.0, January 2004
589
+ http://www.apache.org/licenses/
590
+
591
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
592
+
593
+ 1. Definitions.
594
+
595
+ "License" shall mean the terms and conditions for use, reproduction,
596
+ and distribution as defined by Sections 1 through 9 of this document.
597
+
598
+ "Licensor" shall mean the copyright owner or entity authorized by
599
+ the copyright owner that is granting the License.
600
+
601
+ "Legal Entity" shall mean the union of the acting entity and all
602
+ other entities that control, are controlled by, or are under common
603
+ control with that entity. For the purposes of this definition,
604
+ "control" means (i) the power, direct or indirect, to cause the
605
+ direction or management of such entity, whether by contract or
606
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
607
+ outstanding shares, or (iii) beneficial ownership of such entity.
608
+
609
+ "You" (or "Your") shall mean an individual or Legal Entity
610
+ exercising permissions granted by this License.
611
+
612
+ "Source" form shall mean the preferred form for making modifications,
613
+ including but not limited to software source code, documentation
614
+ source, and configuration files.
615
+
616
+ "Object" form shall mean any form resulting from mechanical
617
+ transformation or translation of a Source form, including but
618
+ not limited to compiled object code, generated documentation,
619
+ and conversions to other media types.
620
+
621
+ "Work" shall mean the work of authorship, whether in Source or
622
+ Object form, made available under the License, as indicated by a
623
+ copyright notice that is included in or attached to the work
624
+ (an example is provided in the Appendix below).
625
+
626
+ "Derivative Works" shall mean any work, whether in Source or Object
627
+ form, that is based on (or derived from) the Work and for which the
628
+ editorial revisions, annotations, elaborations, or other modifications
629
+ represent, as a whole, an original work of authorship. For the purposes
630
+ of this License, Derivative Works shall not include works that remain
631
+ separable from, or merely link (or bind by name) to the interfaces of,
632
+ the Work and Derivative Works thereof.
633
+
634
+ "Contribution" shall mean any work of authorship, including
635
+ the original version of the Work and any modifications or additions
636
+ to that Work or Derivative Works thereof, that is intentionally
637
+ submitted to Licensor for inclusion in the Work by the copyright owner
638
+ or by an individual or Legal Entity authorized to submit on behalf of
639
+ the copyright owner. For the purposes of this definition, "submitted"
640
+ means any form of electronic, verbal, or written communication sent
641
+ to the Licensor or its representatives, including but not limited to
642
+ communication on electronic mailing lists, source code control systems,
643
+ and issue tracking systems that are managed by, or on behalf of, the
644
+ Licensor for the purpose of discussing and improving the Work, but
645
+ excluding communication that is conspicuously marked or otherwise
646
+ designated in writing by the copyright owner as "Not a Contribution."
647
+
648
+ "Contributor" shall mean Licensor and any individual or Legal Entity
649
+ on behalf of whom a Contribution has been received by Licensor and
650
+ subsequently incorporated within the Work.
651
+
652
+ 2. Grant of Copyright License. Subject to the terms and conditions of
653
+ this License, each Contributor hereby grants to You a perpetual,
654
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
655
+ copyright license to reproduce, prepare Derivative Works of,
656
+ publicly display, publicly perform, sublicense, and distribute the
657
+ Work and such Derivative Works in Source or Object form.
658
+
659
+ 3. Grant of Patent License. Subject to the terms and conditions of
660
+ this License, each Contributor hereby grants to You a perpetual,
661
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
662
+ (except as stated in this section) patent license to make, have made,
663
+ use, offer to sell, sell, import, and otherwise transfer the Work,
664
+ where such license applies only to those patent claims licensable
665
+ by such Contributor that are necessarily infringed by their
666
+ Contribution(s) alone or by combination of their Contribution(s)
667
+ with the Work to which such Contribution(s) was submitted. If You
668
+ institute patent litigation against any entity (including a
669
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
670
+ or a Contribution incorporated within the Work constitutes direct
671
+ or contributory patent infringement, then any patent licenses
672
+ granted to You under this License for that Work shall terminate
673
+ as of the date such litigation is filed.
674
+
675
+ 4. Redistribution. You may reproduce and distribute copies of the
676
+ Work or Derivative Works thereof in any medium, with or without
677
+ modifications, and in Source or Object form, provided that You
678
+ meet the following conditions:
679
+
680
+ (a) You must give any other recipients of the Work or
681
+ Derivative Works a copy of this License; and
682
+
683
+ (b) You must cause any modified files to carry prominent notices
684
+ stating that You changed the files; and
685
+
686
+ (c) You must retain, in the Source form of any Derivative Works
687
+ that You distribute, all copyright, patent, trademark, and
688
+ attribution notices from the Source form of the Work,
689
+ excluding those notices that do not pertain to any part of
690
+ the Derivative Works; and
691
+
692
+ (d) If the Work includes a "NOTICE" text file as part of its
693
+ distribution, then any Derivative Works that You distribute must
694
+ include a readable copy of the attribution notices contained
695
+ within such NOTICE file, excluding those notices that do not
696
+ pertain to any part of the Derivative Works, in at least one
697
+ of the following places: within a NOTICE text file distributed
698
+ as part of the Derivative Works; within the Source form or
699
+ documentation, if provided along with the Derivative Works; or,
700
+ within a display generated by the Derivative Works, if and
701
+ wherever such third-party notices normally appear. The contents
702
+ of the NOTICE file are for informational purposes only and
703
+ do not modify the License. You may add Your own attribution
704
+ notices within Derivative Works that You distribute, alongside
705
+ or as an addendum to the NOTICE text from the Work, provided
706
+ that such additional attribution notices cannot be construed
707
+ as modifying the License.
708
+
709
+ You may add Your own copyright statement to Your modifications and
710
+ may provide additional or different license terms and conditions
711
+ for use, reproduction, or distribution of Your modifications, or
712
+ for any such Derivative Works as a whole, provided Your use,
713
+ reproduction, and distribution of the Work otherwise complies with
714
+ the conditions stated in this License.
715
+
716
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
717
+ any Contribution intentionally submitted for inclusion in the Work
718
+ by You to the Licensor shall be under the terms and conditions of
719
+ this License, without any additional terms or conditions.
720
+ Notwithstanding the above, nothing herein shall supersede or modify
721
+ the terms of any separate license agreement you may have executed
722
+ with Licensor regarding such Contributions.
723
+
724
+ 6. Trademarks. This License does not grant permission to use the trade
725
+ names, trademarks, service marks, or product names of the Licensor,
726
+ except as required for reasonable and customary use in describing the
727
+ origin of the Work and reproducing the content of the NOTICE file.
728
+
729
+ 7. Disclaimer of Warranty. Unless required by applicable law or
730
+ agreed to in writing, Licensor provides the Work (and each
731
+ Contributor provides its Contributions) on an "AS IS" BASIS,
732
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
733
+ implied, including, without limitation, any warranties or conditions
734
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
735
+ PARTICULAR PURPOSE. You are solely responsible for determining the
736
+ appropriateness of using or redistributing the Work and assume any
737
+ risks associated with Your exercise of permissions under this License.
738
+
739
+ 8. Limitation of Liability. In no event and under no legal theory,
740
+ whether in tort (including negligence), contract, or otherwise,
741
+ unless required by applicable law (such as deliberate and grossly
742
+ negligent acts) or agreed to in writing, shall any Contributor be
743
+ liable to You for damages, including any direct, indirect, special,
744
+ incidental, or consequential damages of any character arising as a
745
+ result of this License or out of the use or inability to use the
746
+ Work (including but not limited to damages for loss of goodwill,
747
+ work stoppage, computer failure or malfunction, or any and all
748
+ other commercial damages or losses), even if such Contributor
749
+ has been advised of the possibility of such damages.
750
+
751
+ 9. Accepting Warranty or Additional Liability. While redistributing
752
+ the Work or Derivative Works thereof, You may choose to offer,
753
+ and charge a fee for, acceptance of support, warranty, indemnity,
754
+ or other liability obligations and/or rights consistent with this
755
+ License. However, in accepting such obligations, You may act only
756
+ on Your own behalf and on Your sole responsibility, not on behalf
757
+ of any other Contributor, and only if You agree to indemnify,
758
+ defend, and hold each Contributor harmless for any liability
759
+ incurred by, or claims asserted against, such Contributor by reason
760
+ of your accepting any such warranty or additional liability.
761
+
762
+ END OF TERMS AND CONDITIONS
763
+
764
+ APPENDIX: How to apply the Apache License to your work.
765
+
766
+ To apply the Apache License to your work, attach the following
767
+ boilerplate notice, with the fields enclosed by brackets "[]"
768
+ replaced with your own identifying information. (Don't include
769
+ the brackets!) The text should be enclosed in the appropriate
770
+ comment syntax for the file format. We also recommend that a
771
+ file or class name and description of purpose be included on the
772
+ same "printed page" as the copyright notice for easier
773
+ identification within third-party archives.
774
+
775
+ Copyright [yyyy] [name of copyright owner]
776
+
777
+ Licensed under the Apache License, Version 2.0 (the "License");
778
+ you may not use this file except in compliance with the License.
779
+ You may obtain a copy of the License at
780
+
781
+ http://www.apache.org/licenses/LICENSE-2.0
782
+
783
+ Unless required by applicable law or agreed to in writing, software
784
+ distributed under the License is distributed on an "AS IS" BASIS,
785
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
786
+ See the License for the specific language governing permissions and
787
+ limitations under the License.
788
+
789
+ --------------------------------------------------------------------------------
790
+
791
+ dart_style, dartdoc, glob, http, http_parser, matcher, path, pool, pub_semver,
792
+ source_span, string_scanner, test and watcher license:
793
+
794
+ Copyright 2014, the Dart project authors.
795
+
796
+ Redistribution and use in source and binary forms, with or without
797
+ modification, are permitted provided that the following conditions are
798
+ met:
799
+
800
+ * Redistributions of source code must retain the above copyright
801
+ notice, this list of conditions and the following disclaimer.
802
+ * Redistributions in binary form must reproduce the above
803
+ copyright notice, this list of conditions and the following
804
+ disclaimer in the documentation and/or other materials provided
805
+ with the distribution.
806
+ * Neither the name of Google LLC nor the names of its
807
+ contributors may be used to endorse or promote products derived
808
+ from this software without specific prior written permission.
809
+
810
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
811
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
812
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
813
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
814
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
815
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
816
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
817
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
818
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
819
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
820
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
821
+
822
+
823
+ --------------------------------------------------------------------------------
824
+
825
+ file license:
826
+
827
+ Copyright 2017, the Dart project authors. All rights reserved.
828
+ Redistribution and use in source and binary forms, with or without
829
+ modification, are permitted provided that the following conditions are
830
+ met:
831
+
832
+ * Redistributions of source code must retain the above copyright
833
+ notice, this list of conditions and the following disclaimer.
834
+ * Redistributions in binary form must reproduce the above
835
+ copyright notice, this list of conditions and the following
836
+ disclaimer in the documentation and/or other materials provided
837
+ with the distribution.
838
+ * Neither the name of Google Inc. nor the names of its
839
+ contributors may be used to endorse or promote products derived
840
+ from this software without specific prior written permission.
841
+
842
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
843
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
844
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
845
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
846
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
847
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
848
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
849
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
850
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
851
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
852
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
853
+
854
+ --------------------------------------------------------------------------------
855
+
856
+ freezed_annotation license:
857
+
858
+ MIT License
859
+
860
+ Copyright (c) 2020 Remi Rousselet
861
+
862
+ Permission is hereby granted, free of charge, to any person obtaining a copy
863
+ of this software and associated documentation files (the "Software"), to deal
864
+ in the Software without restriction, including without limitation the rights
865
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
866
+ copies of the Software, and to permit persons to whom the Software is
867
+ furnished to do so, subject to the following conditions:
868
+
869
+ The above copyright notice and this permission notice shall be included in all
870
+ copies or substantial portions of the Software.
871
+
872
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
873
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
874
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
875
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
876
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
877
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
878
+ SOFTWARE.
879
+
880
+ --------------------------------------------------------------------------------
881
+
882
+ frontend_server_client license:
883
+
884
+ Copyright 2020, the Dart project authors.
885
+
886
+ Redistribution and use in source and binary forms, with or without
887
+ modification, are permitted provided that the following conditions are
888
+ met:
889
+
890
+ * Redistributions of source code must retain the above copyright
891
+ notice, this list of conditions and the following disclaimer.
892
+ * Redistributions in binary form must reproduce the above
893
+ copyright notice, this list of conditions and the following
894
+ disclaimer in the documentation and/or other materials provided
895
+ with the distribution.
896
+ * Neither the name of Google LLC nor the names of its
897
+ contributors may be used to endorse or promote products derived
898
+ from this software without specific prior written permission.
899
+
900
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
901
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
902
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
903
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
904
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
905
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
906
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
907
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
908
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
909
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
910
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
911
+
912
+
913
+ --------------------------------------------------------------------------------
914
+
915
+ grinder and webkit_inspection_protocol license:
916
+
917
+ Copyright 2013, Google Inc.
918
+ All rights reserved.
919
+
920
+ Redistribution and use in source and binary forms, with or without
921
+ modification, are permitted provided that the following conditions are
922
+ met:
923
+
924
+ * Redistributions of source code must retain the above copyright
925
+ notice, this list of conditions and the following disclaimer.
926
+ * Redistributions in binary form must reproduce the above
927
+ copyright notice, this list of conditions and the following disclaimer
928
+ in the documentation and/or other materials provided with the
929
+ distribution.
930
+ * Neither the name of Google Inc. nor the names of its
931
+ contributors may be used to endorse or promote products derived from
932
+ this software without specific prior written permission.
933
+
934
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
935
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
936
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
937
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
938
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
939
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
940
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
941
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
942
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
943
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
944
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
945
+
946
+
947
+ --------------------------------------------------------------------------------
948
+
949
+ html license:
950
+
951
+ Copyright (c) 2006-2012 The Authors
952
+
953
+ Contributors:
954
+ James Graham - jg307@cam.ac.uk
955
+ Anne van Kesteren - annevankesteren@gmail.com
956
+ Lachlan Hunt - lachlan.hunt@lachy.id.au
957
+ Matt McDonald - kanashii@kanashii.ca
958
+ Sam Ruby - rubys@intertwingly.net
959
+ Ian Hickson (Google) - ian@hixie.ch
960
+ Thomas Broyer - t.broyer@ltgt.net
961
+ Jacques Distler - distler@golem.ph.utexas.edu
962
+ Henri Sivonen - hsivonen@iki.fi
963
+ Adam Barth - abarth@webkit.org
964
+ Eric Seidel - eric@webkit.org
965
+ The Mozilla Foundation (contributions from Henri Sivonen since 2008)
966
+ David Flanagan (Mozilla) - dflanagan@mozilla.com
967
+ Google Inc. (contributed the Dart port) - misc@dartlang.org
968
+
969
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
970
+
971
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
972
+
973
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
974
+
975
+
976
+ --------------------------------------------------------------------------------
977
+
978
+ http_multi_server, shelf and shelf_web_socket license:
979
+
980
+ Copyright 2014, the Dart project authors.
981
+
982
+ Redistribution and use in source and binary forms, with or without
983
+ modification, are permitted provided that the following conditions are
984
+ met:
985
+
986
+ * Redistributions of source code must retain the above copyright
987
+ notice, this list of conditions and the following disclaimer.
988
+ * Redistributions in binary form must reproduce the above
989
+ copyright notice, this list of conditions and the following
990
+ disclaimer in the documentation and/or other materials provided
991
+ with the distribution.
992
+ * Neither the name of Google LLC nor the names of its
993
+ contributors may be used to endorse or promote products derived
994
+ from this software without specific prior written permission.
995
+
996
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
997
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
998
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
999
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1000
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1001
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1002
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1003
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1004
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1005
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1006
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1007
+
1008
+
1009
+ --------------------------------------------------------------------------------
1010
+
1011
+ io and term_glyph license:
1012
+
1013
+ Copyright 2017, the Dart project authors.
1014
+
1015
+ Redistribution and use in source and binary forms, with or without
1016
+ modification, are permitted provided that the following conditions are
1017
+ met:
1018
+
1019
+ * Redistributions of source code must retain the above copyright
1020
+ notice, this list of conditions and the following disclaimer.
1021
+ * Redistributions in binary form must reproduce the above
1022
+ copyright notice, this list of conditions and the following
1023
+ disclaimer in the documentation and/or other materials provided
1024
+ with the distribution.
1025
+ * Neither the name of Google LLC nor the names of its
1026
+ contributors may be used to endorse or promote products derived
1027
+ from this software without specific prior written permission.
1028
+
1029
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1030
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1031
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1032
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1033
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1034
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1035
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1036
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1037
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1038
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1039
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1040
+
1041
+
1042
+ --------------------------------------------------------------------------------
1043
+
1044
+ js license:
1045
+
1046
+ Copyright 2012, the Dart project authors.
1047
+
1048
+ Redistribution and use in source and binary forms, with or without
1049
+ modification, are permitted provided that the following conditions are
1050
+ met:
1051
+
1052
+ * Redistributions of source code must retain the above copyright
1053
+ notice, this list of conditions and the following disclaimer.
1054
+ * Redistributions in binary form must reproduce the above
1055
+ copyright notice, this list of conditions and the following
1056
+ disclaimer in the documentation and/or other materials provided
1057
+ with the distribution.
1058
+ * Neither the name of Google LLC nor the names of its
1059
+ contributors may be used to endorse or promote products derived
1060
+ from this software without specific prior written permission.
1061
+
1062
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1063
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1064
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1065
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1066
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1067
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1068
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1069
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1070
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1071
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1072
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1073
+
1074
+
1075
+ --------------------------------------------------------------------------------
1076
+
1077
+ json_annotation and stream_transform license:
1078
+
1079
+ Copyright 2017, the Dart project authors. All rights reserved.
1080
+ Redistribution and use in source and binary forms, with or without
1081
+ modification, are permitted provided that the following conditions are
1082
+ met:
1083
+
1084
+ * Redistributions of source code must retain the above copyright
1085
+ notice, this list of conditions and the following disclaimer.
1086
+ * Redistributions in binary form must reproduce the above
1087
+ copyright notice, this list of conditions and the following
1088
+ disclaimer in the documentation and/or other materials provided
1089
+ with the distribution.
1090
+ * Neither the name of Google Inc. nor the names of its
1091
+ contributors may be used to endorse or promote products derived
1092
+ from this software without specific prior written permission.
1093
+
1094
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1095
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1096
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1097
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1098
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1099
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1100
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1101
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1102
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1103
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1104
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1105
+
1106
+
1107
+ --------------------------------------------------------------------------------
1108
+
1109
+ lints license:
1110
+
1111
+ Copyright 2021, the Dart project authors.
1112
+
1113
+ Redistribution and use in source and binary forms, with or without
1114
+ modification, are permitted provided that the following conditions are
1115
+ met:
1116
+
1117
+ * Redistributions of source code must retain the above copyright
1118
+ notice, this list of conditions and the following disclaimer.
1119
+ * Redistributions in binary form must reproduce the above
1120
+ copyright notice, this list of conditions and the following
1121
+ disclaimer in the documentation and/or other materials provided
1122
+ with the distribution.
1123
+ * Neither the name of Google LLC nor the names of its
1124
+ contributors may be used to endorse or promote products derived
1125
+ from this software without specific prior written permission.
1126
+
1127
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1128
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1129
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1130
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1131
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1132
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1133
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1134
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1135
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1136
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1137
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1138
+
1139
+
1140
+ --------------------------------------------------------------------------------
1141
+
1142
+ markdown license:
1143
+
1144
+ Copyright 2012, the Dart project authors.
1145
+
1146
+ Redistribution and use in source and binary forms, with or without
1147
+ modification, are permitted provided that the following conditions are
1148
+ met:
1149
+
1150
+ * Redistributions of source code must retain the above copyright
1151
+ notice, this list of conditions and the following disclaimer.
1152
+ * Redistributions in binary form must reproduce the above
1153
+ copyright notice, this list of conditions and the following
1154
+ disclaimer in the documentation and/or other materials provided
1155
+ with the distribution.
1156
+ * Neither the name of Google LLC nor the names of its
1157
+ contributors may be used to endorse or promote products derived
1158
+ from this software without specific prior written permission.
1159
+
1160
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1161
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1162
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1163
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1164
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1165
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1166
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1167
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1168
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1169
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1170
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1171
+
1172
+
1173
+ --------------------------------------------------------------------------------
1174
+
1175
+ meta and shelf_packages_handler license:
1176
+
1177
+ Copyright 2016, the Dart project authors.
1178
+
1179
+ Redistribution and use in source and binary forms, with or without
1180
+ modification, are permitted provided that the following conditions are
1181
+ met:
1182
+
1183
+ * Redistributions of source code must retain the above copyright
1184
+ notice, this list of conditions and the following disclaimer.
1185
+ * Redistributions in binary form must reproduce the above
1186
+ copyright notice, this list of conditions and the following
1187
+ disclaimer in the documentation and/or other materials provided
1188
+ with the distribution.
1189
+ * Neither the name of Google LLC nor the names of its
1190
+ contributors may be used to endorse or promote products derived
1191
+ from this software without specific prior written permission.
1192
+
1193
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1194
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1195
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1196
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1197
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1198
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1199
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1200
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1201
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1202
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1203
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1204
+
1205
+
1206
+ --------------------------------------------------------------------------------
1207
+
1208
+ node_interop license:
1209
+
1210
+ Copyright (c) 2017, Anatoly Pulyaevskiy.
1211
+ All rights reserved.
1212
+
1213
+ Redistribution and use in source and binary forms, with or without
1214
+ modification, are permitted provided that the following conditions are met:
1215
+ * Redistributions of source code must retain the above copyright
1216
+ notice, this list of conditions and the following disclaimer.
1217
+ * Redistributions in binary form must reproduce the above copyright
1218
+ notice, this list of conditions and the following disclaimer in the
1219
+ documentation and/or other materials provided with the distribution.
1220
+ * Neither the name of the <organization> nor the
1221
+ names of its contributors may be used to endorse or promote products
1222
+ derived from this software without specific prior written permission.
1223
+
1224
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1225
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1226
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1227
+ DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1228
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1229
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1230
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1231
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1232
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1233
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1234
+
1235
+
1236
+ --------------------------------------------------------------------------------
1237
+
1238
+ node_preamble license:
1239
+
1240
+ The MIT License (MIT)
1241
+
1242
+ Copyright (c) 2015 Michael Bullington
1243
+
1244
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1245
+ of this software and associated documentation files (the "Software"), to deal
1246
+ in the Software without restriction, including without limitation the rights
1247
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1248
+ copies of the Software, and to permit persons to whom the Software is
1249
+ furnished to do so, subject to the following conditions:
1250
+
1251
+ The above copyright notice and this permission notice shall be included in all
1252
+ copies or substantial portions of the Software.
1253
+
1254
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1255
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1256
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1257
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1258
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1259
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1260
+ SOFTWARE.
1261
+
1262
+ ===
1263
+
1264
+ Copyright 2012, the Dart project authors. All rights reserved.
1265
+ Redistribution and use in source and binary forms, with or without
1266
+ modification, are permitted provided that the following conditions are
1267
+ met:
1268
+ * Redistributions of source code must retain the above copyright
1269
+ notice, this list of conditions and the following disclaimer.
1270
+ * Redistributions in binary form must reproduce the above
1271
+ copyright notice, this list of conditions and the following
1272
+ disclaimer in the documentation and/or other materials provided
1273
+ with the distribution.
1274
+ * Neither the name of Google Inc. nor the names of its
1275
+ contributors may be used to endorse or promote products derived
1276
+ from this software without specific prior written permission.
1277
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1278
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1279
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1280
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1281
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1282
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1283
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1284
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1285
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1286
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1287
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1288
+
1289
+
1290
+ --------------------------------------------------------------------------------
1291
+
1292
+ package_config license:
1293
+
1294
+ Copyright 2019, the Dart project authors.
1295
+
1296
+ Redistribution and use in source and binary forms, with or without
1297
+ modification, are permitted provided that the following conditions are
1298
+ met:
1299
+
1300
+ * Redistributions of source code must retain the above copyright
1301
+ notice, this list of conditions and the following disclaimer.
1302
+ * Redistributions in binary form must reproduce the above
1303
+ copyright notice, this list of conditions and the following
1304
+ disclaimer in the documentation and/or other materials provided
1305
+ with the distribution.
1306
+ * Neither the name of Google LLC nor the names of its
1307
+ contributors may be used to endorse or promote products derived
1308
+ from this software without specific prior written permission.
1309
+
1310
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1311
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1312
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1313
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1314
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1315
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1316
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1317
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1318
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1319
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1320
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1321
+
1322
+
1323
+ --------------------------------------------------------------------------------
1324
+
1325
+ petitparser and xml license:
1326
+
1327
+ The MIT License
1328
+
1329
+ Copyright (c) 2006-2022 Lukas Renggli.
1330
+ All rights reserved.
1331
+
1332
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1333
+ of this software and associated documentation files (the "Software"), to deal
1334
+ in the Software without restriction, including without limitation the rights
1335
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1336
+ copies of the Software, and to permit persons to whom the Software is
1337
+ furnished to do so, subject to the following conditions:
1338
+
1339
+ The above copyright notice and this permission notice shall be included in
1340
+ all copies or substantial portions of the Software.
1341
+
1342
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1343
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1344
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1345
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1346
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1347
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1348
+ THE SOFTWARE.
1349
+
1350
+
1351
+ --------------------------------------------------------------------------------
1352
+
1353
+ pub_api_client license:
1354
+
1355
+ MIT License
1356
+
1357
+ Copyright (c) 2020 Leo Farias
1358
+
1359
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1360
+ of this software and associated documentation files (the "Software"), to deal
1361
+ in the Software without restriction, including without limitation the rights
1362
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1363
+ copies of the Software, and to permit persons to whom the Software is
1364
+ furnished to do so, subject to the following conditions:
1365
+
1366
+ The above copyright notice and this permission notice shall be included in all
1367
+ copies or substantial portions of the Software.
1368
+
1369
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1370
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1371
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1372
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1373
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1374
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1375
+ SOFTWARE.
1376
+
1377
+
1378
+ --------------------------------------------------------------------------------
1379
+
1380
+ pubspec license:
1381
+
1382
+ Copyright (c) 2015, Anders Holmgren.
1383
+ All rights reserved.
1384
+
1385
+ Redistribution and use in source and binary forms, with or without
1386
+ modification, are permitted provided that the following conditions are met:
1387
+ * Redistributions of source code must retain the above copyright
1388
+ notice, this list of conditions and the following disclaimer.
1389
+ * Redistributions in binary form must reproduce the above copyright
1390
+ notice, this list of conditions and the following disclaimer in the
1391
+ documentation and/or other materials provided with the distribution.
1392
+ * Neither the name of the <organization> nor the
1393
+ names of its contributors may be used to endorse or promote products
1394
+ derived from this software without specific prior written permission.
1395
+
1396
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1397
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1398
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1399
+ DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1400
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1401
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1402
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1403
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1404
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1405
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1406
+
1407
+
1408
+ --------------------------------------------------------------------------------
1409
+
1410
+ pubspec_parse, test_api and test_core license:
1411
+
1412
+ Copyright 2018, the Dart project authors.
1413
+
1414
+ Redistribution and use in source and binary forms, with or without
1415
+ modification, are permitted provided that the following conditions are
1416
+ met:
1417
+
1418
+ * Redistributions of source code must retain the above copyright
1419
+ notice, this list of conditions and the following disclaimer.
1420
+ * Redistributions in binary form must reproduce the above
1421
+ copyright notice, this list of conditions and the following
1422
+ disclaimer in the documentation and/or other materials provided
1423
+ with the distribution.
1424
+ * Neither the name of Google LLC nor the names of its
1425
+ contributors may be used to endorse or promote products derived
1426
+ from this software without specific prior written permission.
1427
+
1428
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1429
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1430
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1431
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1432
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1433
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1434
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1435
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1436
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1437
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1438
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1439
+
1440
+
1441
+ --------------------------------------------------------------------------------
1442
+
1443
+ source_map_stack_trace and stream_channel license:
1444
+
1445
+ Copyright 2015, the Dart project authors. All rights reserved.
1446
+ Redistribution and use in source and binary forms, with or without
1447
+ modification, are permitted provided that the following conditions are
1448
+ met:
1449
+
1450
+ * Redistributions of source code must retain the above copyright
1451
+ notice, this list of conditions and the following disclaimer.
1452
+ * Redistributions in binary form must reproduce the above
1453
+ copyright notice, this list of conditions and the following
1454
+ disclaimer in the documentation and/or other materials provided
1455
+ with the distribution.
1456
+ * Neither the name of Google Inc. nor the names of its
1457
+ contributors may be used to endorse or promote products derived
1458
+ from this software without specific prior written permission.
1459
+
1460
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1461
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1462
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1463
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1464
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1465
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1466
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1467
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1468
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1469
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1470
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1471
+
1472
+
1473
+ --------------------------------------------------------------------------------
1474
+
1475
+ test_process license:
1476
+
1477
+ Copyright 2017, the Dart project authors.
1478
+
1479
+ Redistribution and use in source and binary forms, with or without
1480
+ modification, are permitted provided that the following conditions are
1481
+ met:
1482
+
1483
+ * Redistributions of source code must retain the above copyright
1484
+ notice, this list of conditions and the following disclaimer.
1485
+ * Redistributions in binary form must reproduce the above
1486
+ copyright notice, this list of conditions and the following
1487
+ disclaimer in the documentation and/or other materials provided
1488
+ with the distribution.
1489
+ * Neither the name of Google LLC nor the names of its
1490
+ contributors may be used to endorse or promote products derived
1491
+ from this software without specific prior written permission.
1492
+
1493
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1494
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1495
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1496
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1497
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1498
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1499
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1500
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1501
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1502
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1503
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1504
+
1505
+
1506
+ --------------------------------------------------------------------------------
1507
+
1508
+ tuple license:
1509
+
1510
+ Copyright (c) 2014, the tuple project authors.
1511
+ All rights reserved.
1512
+
1513
+ Redistribution and use in source and binary forms, with or without
1514
+ modification, are permitted provided that the following conditions are met:
1515
+
1516
+ * Redistributions of source code must retain the above copyright
1517
+ notice, this list of conditions and the following disclaimer.
1518
+ * Redistributions in binary form must reproduce the above copyright
1519
+ notice, this list of conditions and the following disclaimer in the
1520
+ documentation and/or other materials provided with the distribution.
1521
+
1522
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1523
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1524
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1525
+ DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1526
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1527
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1528
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1529
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1530
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1531
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1532
+
1533
+ --------------------------------------------------------------------------------
1534
+
1535
+ uri license:
1536
+
1537
+ Copyright 2013, the Dart project authors. All rights reserved.
1538
+ Redistribution and use in source and binary forms, with or without
1539
+ modification, are permitted provided that the following conditions are
1540
+ met:
1541
+ * Redistributions of source code must retain the above copyright
1542
+ notice, this list of conditions and the following disclaimer.
1543
+ * Redistributions in binary form must reproduce the above
1544
+ copyright notice, this list of conditions and the following
1545
+ disclaimer in the documentation and/or other materials provided
1546
+ with the distribution.
1547
+ * Neither the name of Google Inc. nor the names of its
1548
+ contributors may be used to endorse or promote products derived
1549
+ from this software without specific prior written permission.
1550
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1551
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1552
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1553
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1554
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1555
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1556
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1557
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1558
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1559
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1560
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1561
+
1562
+
1563
+ --------------------------------------------------------------------------------
1564
+
1565
+ web_socket_channel license:
1566
+
1567
+ Copyright 2016, the Dart project authors.
1568
+
1569
+ Redistribution and use in source and binary forms, with or without
1570
+ modification, are permitted provided that the following conditions are
1571
+ met:
1572
+
1573
+ * Redistributions of source code must retain the above copyright
1574
+ notice, this list of conditions and the following disclaimer.
1575
+ * Redistributions in binary form must reproduce the above
1576
+ copyright notice, this list of conditions and the following
1577
+ disclaimer in the documentation and/or other materials provided
1578
+ with the distribution.
1579
+ * Neither the name of Google LLC nor the names of its
1580
+ contributors may be used to endorse or promote products derived
1581
+ from this software without specific prior written permission.
1582
+
1583
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1584
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1585
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1586
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1587
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1588
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1589
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1590
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1591
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1592
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1593
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1594
+
1595
+
1596
+ --------------------------------------------------------------------------------
1597
+
1598
+ yaml license:
1599
+
1600
+ Copyright (c) 2014, the Dart project authors.
1601
+ Copyright (c) 2006, Kirill Simonov.
1602
+
1603
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1604
+ this software and associated documentation files (the "Software"), to deal in
1605
+ the Software without restriction, including without limitation the rights to
1606
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1607
+ of the Software, and to permit persons to whom the Software is furnished to do
1608
+ so, subject to the following conditions:
1609
+
1610
+ The above copyright notice and this permission notice shall be included in all
1611
+ copies or substantial portions of the Software.
1612
+
1613
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1614
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1615
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1616
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1617
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1618
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1619
+ SOFTWARE.