projen 0.91.16 → 0.91.18

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 (493) hide show
  1. package/.jsii +62 -18
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps.js +1 -1
  28. package/lib/cdk8s/integration-test.js +1 -1
  29. package/lib/cdktf/cdktf-construct.js +1 -1
  30. package/lib/circleci/circleci.js +1 -1
  31. package/lib/component.js +1 -1
  32. package/lib/dependencies.js +1 -1
  33. package/lib/dev-env.js +1 -1
  34. package/lib/docker-compose/docker-compose-service.js +1 -1
  35. package/lib/docker-compose/docker-compose.js +1 -1
  36. package/lib/file.js +1 -1
  37. package/lib/gitattributes.js +1 -1
  38. package/lib/github/actions-provider.js +1 -1
  39. package/lib/github/auto-approve.js +1 -1
  40. package/lib/github/auto-merge.js +1 -1
  41. package/lib/github/auto-queue.js +1 -1
  42. package/lib/github/dependabot.js +1 -1
  43. package/lib/github/github-credentials.js +1 -1
  44. package/lib/github/github-project.js +1 -1
  45. package/lib/github/github.js +1 -1
  46. package/lib/github/merge-queue.js +1 -1
  47. package/lib/github/mergify.js +1 -1
  48. package/lib/github/pr-template.js +1 -1
  49. package/lib/github/pull-request-backport.js +1 -1
  50. package/lib/github/pull-request-lint.js +1 -1
  51. package/lib/github/stale.js +1 -1
  52. package/lib/github/task-workflow-job.js +1 -1
  53. package/lib/github/task-workflow.js +1 -1
  54. package/lib/github/workflow-actions.js +1 -1
  55. package/lib/github/workflow-jobs.js +1 -1
  56. package/lib/github/workflow-steps.js +1 -1
  57. package/lib/github/workflows.d.ts +10 -0
  58. package/lib/github/workflows.js +4 -2
  59. package/lib/gitlab/configuration.js +1 -1
  60. package/lib/gitlab/gitlab-configuration.js +1 -1
  61. package/lib/gitlab/nested-configuration.js +1 -1
  62. package/lib/gitpod.js +1 -1
  63. package/lib/ignore-file.js +1 -1
  64. package/lib/ini.js +1 -1
  65. package/lib/java/java-project.js +1 -1
  66. package/lib/java/junit.js +1 -1
  67. package/lib/java/maven-compile.js +1 -1
  68. package/lib/java/maven-packaging.js +1 -1
  69. package/lib/java/maven-sample.js +1 -1
  70. package/lib/java/pom.js +2 -2
  71. package/lib/java/projenrc.js +1 -1
  72. package/lib/javascript/bundler.js +1 -1
  73. package/lib/javascript/eslint.js +1 -1
  74. package/lib/javascript/jest.js +4 -4
  75. package/lib/javascript/license-checker.js +1 -1
  76. package/lib/javascript/node-package.js +1 -1
  77. package/lib/javascript/node-project.js +1 -1
  78. package/lib/javascript/npm-config.js +1 -1
  79. package/lib/javascript/prettier.js +1 -1
  80. package/lib/javascript/projenrc.js +1 -1
  81. package/lib/javascript/typescript-config.js +2 -2
  82. package/lib/javascript/upgrade-dependencies.js +2 -2
  83. package/lib/javascript/yarnrc.js +1 -1
  84. package/lib/json-patch.js +1 -1
  85. package/lib/json.js +1 -1
  86. package/lib/license.js +1 -1
  87. package/lib/logger.js +1 -1
  88. package/lib/makefile.js +1 -1
  89. package/lib/object-file.js +1 -1
  90. package/lib/project-build.js +1 -1
  91. package/lib/project-tree.js +1 -1
  92. package/lib/project.js +1 -1
  93. package/lib/projects.js +1 -1
  94. package/lib/projenrc-json.js +2 -2
  95. package/lib/projenrc.js +1 -1
  96. package/lib/python/pip.js +1 -1
  97. package/lib/python/poetry.js +2 -2
  98. package/lib/python/projenrc.js +1 -1
  99. package/lib/python/pytest-sample.js +1 -1
  100. package/lib/python/pytest.js +1 -1
  101. package/lib/python/python-project.js +1 -1
  102. package/lib/python/python-sample.js +1 -1
  103. package/lib/python/requirements-file.js +1 -1
  104. package/lib/python/setuppy.js +1 -1
  105. package/lib/python/setuptools.js +1 -1
  106. package/lib/python/venv.js +1 -1
  107. package/lib/readme.js +1 -1
  108. package/lib/release/publisher.js +1 -1
  109. package/lib/release/release-trigger.js +1 -1
  110. package/lib/release/release.js +1 -1
  111. package/lib/renovatebot.js +1 -1
  112. package/lib/sample-file.js +2 -2
  113. package/lib/semver.js +1 -1
  114. package/lib/source-code.js +1 -1
  115. package/lib/task-runtime.js +1 -1
  116. package/lib/task.js +1 -1
  117. package/lib/tasks.js +1 -1
  118. package/lib/testing.js +1 -1
  119. package/lib/textfile.js +1 -1
  120. package/lib/toml.js +1 -1
  121. package/lib/typescript/projenrc-ts.js +1 -1
  122. package/lib/typescript/projenrc.js +1 -1
  123. package/lib/typescript/typescript-typedoc.js +1 -1
  124. package/lib/typescript/typescript.js +6 -6
  125. package/lib/version.js +2 -2
  126. package/lib/vscode/devcontainer.js +1 -1
  127. package/lib/vscode/extensions.js +1 -1
  128. package/lib/vscode/launch-config.js +1 -1
  129. package/lib/vscode/settings.js +1 -1
  130. package/lib/vscode/vscode.js +1 -1
  131. package/lib/web/next.js +3 -3
  132. package/lib/web/postcss.js +1 -1
  133. package/lib/web/react.js +4 -4
  134. package/lib/web/tailwind.js +1 -1
  135. package/lib/xmlfile.js +1 -1
  136. package/lib/yaml.js +1 -1
  137. package/node_modules/{minimatch/node_modules/brace-expansion → @nodelib/fs.scandir}/LICENSE +2 -2
  138. package/node_modules/@nodelib/fs.scandir/README.md +171 -0
  139. package/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts +20 -0
  140. package/node_modules/@nodelib/fs.scandir/out/adapters/fs.js +19 -0
  141. package/node_modules/@nodelib/fs.scandir/out/constants.d.ts +4 -0
  142. package/node_modules/@nodelib/fs.scandir/out/constants.js +17 -0
  143. package/node_modules/@nodelib/fs.scandir/out/index.d.ts +12 -0
  144. package/node_modules/@nodelib/fs.scandir/out/index.js +26 -0
  145. package/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts +7 -0
  146. package/node_modules/@nodelib/fs.scandir/out/providers/async.js +104 -0
  147. package/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts +1 -0
  148. package/node_modules/@nodelib/fs.scandir/out/providers/common.js +13 -0
  149. package/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts +5 -0
  150. package/node_modules/@nodelib/fs.scandir/out/providers/sync.js +54 -0
  151. package/node_modules/@nodelib/fs.scandir/out/settings.d.ts +20 -0
  152. package/node_modules/@nodelib/fs.scandir/out/settings.js +24 -0
  153. package/node_modules/@nodelib/fs.scandir/out/types/index.d.ts +20 -0
  154. package/node_modules/@nodelib/fs.scandir/out/types/index.js +2 -0
  155. package/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts +2 -0
  156. package/node_modules/@nodelib/fs.scandir/out/utils/fs.js +19 -0
  157. package/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts +2 -0
  158. package/node_modules/@nodelib/fs.scandir/out/utils/index.js +5 -0
  159. package/node_modules/@nodelib/fs.scandir/package.json +44 -0
  160. package/node_modules/@nodelib/fs.stat/LICENSE +21 -0
  161. package/node_modules/@nodelib/fs.stat/README.md +126 -0
  162. package/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts +13 -0
  163. package/node_modules/@nodelib/fs.stat/out/adapters/fs.js +17 -0
  164. package/node_modules/@nodelib/fs.stat/out/index.d.ts +12 -0
  165. package/node_modules/@nodelib/fs.stat/out/index.js +26 -0
  166. package/node_modules/@nodelib/fs.stat/out/providers/async.d.ts +4 -0
  167. package/node_modules/@nodelib/fs.stat/out/providers/async.js +36 -0
  168. package/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts +3 -0
  169. package/node_modules/@nodelib/fs.stat/out/providers/sync.js +23 -0
  170. package/node_modules/@nodelib/fs.stat/out/settings.d.ts +16 -0
  171. package/node_modules/@nodelib/fs.stat/out/settings.js +16 -0
  172. package/node_modules/@nodelib/fs.stat/out/types/index.d.ts +4 -0
  173. package/node_modules/@nodelib/fs.stat/out/types/index.js +2 -0
  174. package/node_modules/@nodelib/fs.stat/package.json +37 -0
  175. package/node_modules/@nodelib/fs.walk/LICENSE +21 -0
  176. package/node_modules/@nodelib/fs.walk/README.md +215 -0
  177. package/node_modules/@nodelib/fs.walk/out/index.d.ts +14 -0
  178. package/node_modules/@nodelib/fs.walk/out/index.js +34 -0
  179. package/node_modules/@nodelib/fs.walk/out/providers/async.d.ts +12 -0
  180. package/node_modules/@nodelib/fs.walk/out/providers/async.js +30 -0
  181. package/node_modules/@nodelib/fs.walk/out/providers/index.d.ts +4 -0
  182. package/node_modules/@nodelib/fs.walk/out/providers/index.js +9 -0
  183. package/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts +12 -0
  184. package/node_modules/@nodelib/fs.walk/out/providers/stream.js +34 -0
  185. package/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts +10 -0
  186. package/node_modules/@nodelib/fs.walk/out/providers/sync.js +14 -0
  187. package/node_modules/@nodelib/fs.walk/out/readers/async.d.ts +30 -0
  188. package/node_modules/@nodelib/fs.walk/out/readers/async.js +97 -0
  189. package/node_modules/@nodelib/fs.walk/out/readers/common.d.ts +7 -0
  190. package/node_modules/@nodelib/fs.walk/out/readers/common.js +31 -0
  191. package/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts +6 -0
  192. package/node_modules/@nodelib/fs.walk/out/readers/reader.js +11 -0
  193. package/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts +15 -0
  194. package/node_modules/@nodelib/fs.walk/out/readers/sync.js +59 -0
  195. package/node_modules/@nodelib/fs.walk/out/settings.d.ts +30 -0
  196. package/node_modules/@nodelib/fs.walk/out/settings.js +26 -0
  197. package/node_modules/@nodelib/fs.walk/out/types/index.d.ts +8 -0
  198. package/node_modules/@nodelib/fs.walk/out/types/index.js +2 -0
  199. package/node_modules/@nodelib/fs.walk/package.json +44 -0
  200. package/node_modules/braces/LICENSE +21 -0
  201. package/node_modules/braces/README.md +586 -0
  202. package/node_modules/braces/index.js +170 -0
  203. package/node_modules/braces/lib/compile.js +60 -0
  204. package/node_modules/braces/lib/constants.js +57 -0
  205. package/node_modules/braces/lib/expand.js +113 -0
  206. package/node_modules/braces/lib/parse.js +331 -0
  207. package/node_modules/braces/lib/stringify.js +32 -0
  208. package/node_modules/braces/lib/utils.js +122 -0
  209. package/node_modules/braces/package.json +77 -0
  210. package/node_modules/end-of-stream/LICENSE +21 -0
  211. package/node_modules/end-of-stream/README.md +54 -0
  212. package/node_modules/end-of-stream/index.js +94 -0
  213. package/node_modules/end-of-stream/package.json +37 -0
  214. package/node_modules/execa/index.js +361 -0
  215. package/node_modules/execa/lib/errname.js +39 -0
  216. package/node_modules/execa/lib/stdio.js +41 -0
  217. package/node_modules/execa/license +9 -0
  218. package/node_modules/execa/node_modules/cross-spawn/LICENSE +21 -0
  219. package/node_modules/execa/node_modules/cross-spawn/README.md +94 -0
  220. package/node_modules/execa/node_modules/cross-spawn/index.js +39 -0
  221. package/node_modules/execa/node_modules/cross-spawn/lib/enoent.js +59 -0
  222. package/node_modules/execa/node_modules/cross-spawn/lib/parse.js +125 -0
  223. package/node_modules/execa/node_modules/cross-spawn/lib/util/escape.js +47 -0
  224. package/node_modules/execa/node_modules/cross-spawn/lib/util/readShebang.js +32 -0
  225. package/node_modules/execa/node_modules/cross-spawn/lib/util/resolveCommand.js +51 -0
  226. package/node_modules/execa/node_modules/cross-spawn/package.json +75 -0
  227. package/node_modules/execa/node_modules/semver/README.md +412 -0
  228. package/node_modules/execa/node_modules/semver/bin/semver +160 -0
  229. package/node_modules/execa/node_modules/semver/package.json +38 -0
  230. package/node_modules/execa/node_modules/semver/range.bnf +16 -0
  231. package/node_modules/execa/node_modules/semver/semver.js +1525 -0
  232. package/node_modules/execa/node_modules/shebang-command/index.js +19 -0
  233. package/node_modules/execa/node_modules/shebang-command/license +21 -0
  234. package/node_modules/execa/node_modules/shebang-command/package.json +39 -0
  235. package/node_modules/execa/node_modules/shebang-command/readme.md +39 -0
  236. package/node_modules/execa/node_modules/shebang-regex/index.js +2 -0
  237. package/node_modules/execa/node_modules/shebang-regex/package.json +32 -0
  238. package/node_modules/execa/node_modules/shebang-regex/readme.md +29 -0
  239. package/node_modules/{shelljs/node_modules/glob → execa/node_modules/which}/LICENSE +0 -6
  240. package/node_modules/execa/node_modules/which/README.md +51 -0
  241. package/node_modules/execa/node_modules/which/bin/which +52 -0
  242. package/node_modules/execa/node_modules/which/package.json +30 -0
  243. package/node_modules/execa/node_modules/which/which.js +135 -0
  244. package/node_modules/execa/package.json +69 -0
  245. package/node_modules/execa/readme.md +327 -0
  246. package/node_modules/fast-glob/LICENSE +21 -0
  247. package/node_modules/fast-glob/README.md +830 -0
  248. package/node_modules/fast-glob/node_modules/glob-parent/LICENSE +15 -0
  249. package/node_modules/fast-glob/node_modules/glob-parent/README.md +137 -0
  250. package/node_modules/fast-glob/node_modules/glob-parent/index.js +42 -0
  251. package/node_modules/fast-glob/node_modules/glob-parent/package.json +48 -0
  252. package/node_modules/fast-glob/out/index.d.ts +40 -0
  253. package/node_modules/fast-glob/out/index.js +102 -0
  254. package/node_modules/fast-glob/out/managers/tasks.d.ts +22 -0
  255. package/node_modules/fast-glob/out/managers/tasks.js +110 -0
  256. package/node_modules/fast-glob/out/providers/async.d.ts +9 -0
  257. package/node_modules/fast-glob/out/providers/async.js +23 -0
  258. package/node_modules/fast-glob/out/providers/filters/deep.d.ts +16 -0
  259. package/node_modules/fast-glob/out/providers/filters/deep.js +62 -0
  260. package/node_modules/fast-glob/out/providers/filters/entry.d.ts +17 -0
  261. package/node_modules/fast-glob/out/providers/filters/entry.js +85 -0
  262. package/node_modules/fast-glob/out/providers/filters/error.d.ts +8 -0
  263. package/node_modules/fast-glob/out/providers/filters/error.js +15 -0
  264. package/node_modules/fast-glob/out/providers/matchers/matcher.d.ts +33 -0
  265. package/node_modules/fast-glob/out/providers/matchers/matcher.js +45 -0
  266. package/node_modules/fast-glob/out/providers/matchers/partial.d.ts +4 -0
  267. package/node_modules/fast-glob/out/providers/matchers/partial.js +38 -0
  268. package/node_modules/fast-glob/out/providers/provider.d.ts +19 -0
  269. package/node_modules/fast-glob/out/providers/provider.js +48 -0
  270. package/node_modules/fast-glob/out/providers/stream.d.ts +11 -0
  271. package/node_modules/fast-glob/out/providers/stream.js +31 -0
  272. package/node_modules/fast-glob/out/providers/sync.d.ts +9 -0
  273. package/node_modules/fast-glob/out/providers/sync.js +23 -0
  274. package/node_modules/fast-glob/out/providers/transformers/entry.d.ts +8 -0
  275. package/node_modules/fast-glob/out/providers/transformers/entry.js +26 -0
  276. package/node_modules/fast-glob/out/readers/async.d.ts +10 -0
  277. package/node_modules/fast-glob/out/readers/async.js +35 -0
  278. package/node_modules/fast-glob/out/readers/reader.d.ts +15 -0
  279. package/node_modules/fast-glob/out/readers/reader.js +33 -0
  280. package/node_modules/fast-glob/out/readers/stream.d.ts +14 -0
  281. package/node_modules/fast-glob/out/readers/stream.js +55 -0
  282. package/node_modules/fast-glob/out/readers/sync.d.ts +12 -0
  283. package/node_modules/fast-glob/out/readers/sync.js +43 -0
  284. package/node_modules/fast-glob/out/settings.d.ts +164 -0
  285. package/node_modules/fast-glob/out/settings.js +59 -0
  286. package/node_modules/fast-glob/out/types/index.d.ts +31 -0
  287. package/node_modules/fast-glob/out/types/index.js +2 -0
  288. package/node_modules/fast-glob/out/utils/array.d.ts +2 -0
  289. package/node_modules/fast-glob/out/utils/array.js +22 -0
  290. package/node_modules/fast-glob/out/utils/errno.d.ts +2 -0
  291. package/node_modules/fast-glob/out/utils/errno.js +7 -0
  292. package/node_modules/fast-glob/out/utils/fs.d.ts +4 -0
  293. package/node_modules/fast-glob/out/utils/fs.js +19 -0
  294. package/node_modules/fast-glob/out/utils/index.d.ts +8 -0
  295. package/node_modules/fast-glob/out/utils/index.js +17 -0
  296. package/node_modules/fast-glob/out/utils/path.d.ts +13 -0
  297. package/node_modules/fast-glob/out/utils/path.js +68 -0
  298. package/node_modules/fast-glob/out/utils/pattern.d.ts +49 -0
  299. package/node_modules/fast-glob/out/utils/pattern.js +206 -0
  300. package/node_modules/fast-glob/out/utils/stream.d.ts +4 -0
  301. package/node_modules/fast-glob/out/utils/stream.js +17 -0
  302. package/node_modules/fast-glob/out/utils/string.d.ts +2 -0
  303. package/node_modules/fast-glob/out/utils/string.js +11 -0
  304. package/node_modules/fast-glob/package.json +81 -0
  305. package/node_modules/fastq/.github/dependabot.yml +11 -0
  306. package/node_modules/fastq/.github/workflows/ci.yml +75 -0
  307. package/node_modules/fastq/LICENSE +13 -0
  308. package/node_modules/fastq/README.md +312 -0
  309. package/node_modules/fastq/SECURITY.md +15 -0
  310. package/node_modules/fastq/bench.js +66 -0
  311. package/node_modules/fastq/example.js +14 -0
  312. package/node_modules/fastq/example.mjs +11 -0
  313. package/node_modules/fastq/index.d.ts +57 -0
  314. package/node_modules/fastq/package.json +53 -0
  315. package/node_modules/fastq/queue.js +311 -0
  316. package/node_modules/fastq/test/example.ts +83 -0
  317. package/node_modules/fastq/test/promise.js +291 -0
  318. package/node_modules/fastq/test/test.js +653 -0
  319. package/node_modules/fastq/test/tsconfig.json +11 -0
  320. package/node_modules/fill-range/LICENSE +21 -0
  321. package/node_modules/fill-range/README.md +237 -0
  322. package/node_modules/fill-range/index.js +248 -0
  323. package/node_modules/fill-range/package.json +74 -0
  324. package/node_modules/get-stream/buffer-stream.js +51 -0
  325. package/node_modules/get-stream/index.js +50 -0
  326. package/node_modules/get-stream/license +9 -0
  327. package/node_modules/get-stream/package.json +46 -0
  328. package/node_modules/get-stream/readme.md +123 -0
  329. package/node_modules/is-extglob/LICENSE +21 -0
  330. package/node_modules/is-extglob/README.md +107 -0
  331. package/node_modules/is-extglob/index.js +20 -0
  332. package/node_modules/is-extglob/package.json +69 -0
  333. package/node_modules/is-glob/LICENSE +21 -0
  334. package/node_modules/is-glob/README.md +206 -0
  335. package/node_modules/is-glob/index.js +150 -0
  336. package/node_modules/is-glob/package.json +81 -0
  337. package/node_modules/is-number/LICENSE +21 -0
  338. package/node_modules/is-number/README.md +187 -0
  339. package/node_modules/is-number/index.js +18 -0
  340. package/node_modules/is-number/package.json +82 -0
  341. package/node_modules/is-stream/index.js +21 -0
  342. package/node_modules/is-stream/license +21 -0
  343. package/node_modules/is-stream/package.json +38 -0
  344. package/node_modules/is-stream/readme.md +42 -0
  345. package/node_modules/isexe/.npmignore +2 -0
  346. package/node_modules/isexe/LICENSE +15 -0
  347. package/node_modules/isexe/README.md +51 -0
  348. package/node_modules/isexe/index.js +57 -0
  349. package/node_modules/isexe/mode.js +41 -0
  350. package/node_modules/isexe/package.json +31 -0
  351. package/node_modules/isexe/test/basic.js +221 -0
  352. package/node_modules/isexe/windows.js +42 -0
  353. package/node_modules/merge2/LICENSE +21 -0
  354. package/node_modules/merge2/README.md +144 -0
  355. package/node_modules/merge2/index.js +144 -0
  356. package/node_modules/merge2/package.json +43 -0
  357. package/node_modules/micromatch/LICENSE +21 -0
  358. package/node_modules/micromatch/README.md +1024 -0
  359. package/node_modules/micromatch/index.js +474 -0
  360. package/node_modules/micromatch/package.json +119 -0
  361. package/node_modules/nice-try/LICENSE +21 -0
  362. package/node_modules/nice-try/README.md +32 -0
  363. package/node_modules/nice-try/package.json +33 -0
  364. package/node_modules/nice-try/src/index.js +12 -0
  365. package/node_modules/npm-run-path/index.js +39 -0
  366. package/node_modules/npm-run-path/license +21 -0
  367. package/node_modules/npm-run-path/package.json +45 -0
  368. package/node_modules/npm-run-path/readme.md +81 -0
  369. package/node_modules/p-finally/index.js +15 -0
  370. package/node_modules/p-finally/license +21 -0
  371. package/node_modules/p-finally/package.json +42 -0
  372. package/node_modules/p-finally/readme.md +47 -0
  373. package/node_modules/path-key/index.js +13 -0
  374. package/node_modules/path-key/license +21 -0
  375. package/node_modules/path-key/package.json +39 -0
  376. package/node_modules/path-key/readme.md +51 -0
  377. package/node_modules/picomatch/LICENSE +21 -0
  378. package/node_modules/picomatch/README.md +708 -0
  379. package/node_modules/picomatch/index.js +3 -0
  380. package/node_modules/picomatch/lib/constants.js +179 -0
  381. package/node_modules/picomatch/lib/parse.js +1091 -0
  382. package/node_modules/picomatch/lib/picomatch.js +342 -0
  383. package/node_modules/picomatch/lib/scan.js +391 -0
  384. package/node_modules/picomatch/lib/utils.js +64 -0
  385. package/node_modules/picomatch/package.json +81 -0
  386. package/node_modules/pump/.github/FUNDING.yml +2 -0
  387. package/node_modules/pump/.travis.yml +5 -0
  388. package/node_modules/pump/LICENSE +21 -0
  389. package/node_modules/pump/README.md +74 -0
  390. package/node_modules/pump/SECURITY.md +5 -0
  391. package/node_modules/pump/index.js +86 -0
  392. package/node_modules/pump/package.json +24 -0
  393. package/node_modules/pump/test-browser.js +66 -0
  394. package/node_modules/pump/test-node.js +53 -0
  395. package/node_modules/{concat-map → queue-microtask}/LICENSE +3 -1
  396. package/node_modules/queue-microtask/README.md +90 -0
  397. package/node_modules/queue-microtask/index.d.ts +2 -0
  398. package/node_modules/queue-microtask/index.js +9 -0
  399. package/node_modules/queue-microtask/package.json +55 -0
  400. package/node_modules/reusify/.github/dependabot.yml +7 -0
  401. package/node_modules/reusify/.github/workflows/ci.yml +96 -0
  402. package/node_modules/reusify/LICENSE +22 -0
  403. package/node_modules/reusify/README.md +139 -0
  404. package/node_modules/reusify/SECURITY.md +15 -0
  405. package/node_modules/reusify/benchmarks/createNoCodeFunction.js +30 -0
  406. package/node_modules/reusify/benchmarks/fib.js +13 -0
  407. package/node_modules/reusify/benchmarks/reuseNoCodeFunction.js +38 -0
  408. package/node_modules/reusify/eslint.config.js +14 -0
  409. package/node_modules/reusify/package.json +50 -0
  410. package/node_modules/reusify/reusify.d.ts +14 -0
  411. package/node_modules/reusify/reusify.js +33 -0
  412. package/node_modules/reusify/test.js +66 -0
  413. package/node_modules/reusify/tsconfig.json +11 -0
  414. package/node_modules/run-parallel/LICENSE +20 -0
  415. package/node_modules/run-parallel/README.md +85 -0
  416. package/node_modules/run-parallel/index.js +51 -0
  417. package/node_modules/run-parallel/package.json +58 -0
  418. package/node_modules/shelljs/LICENSE +23 -20
  419. package/node_modules/shelljs/README.md +173 -65
  420. package/node_modules/shelljs/package.json +38 -22
  421. package/node_modules/shelljs/plugin.js +1 -1
  422. package/node_modules/shelljs/shell.js +70 -12
  423. package/node_modules/shelljs/src/cat.js +3 -3
  424. package/node_modules/shelljs/src/cd.js +2 -1
  425. package/node_modules/shelljs/src/chmod.js +17 -11
  426. package/node_modules/shelljs/src/cmd.js +122 -0
  427. package/node_modules/shelljs/src/common.js +103 -29
  428. package/node_modules/shelljs/src/cp.js +24 -14
  429. package/node_modules/shelljs/src/dirs.js +7 -9
  430. package/node_modules/shelljs/src/echo.js +1 -2
  431. package/node_modules/shelljs/src/errorCode.js +10 -0
  432. package/node_modules/shelljs/src/exec-child.js +60 -28
  433. package/node_modules/shelljs/src/exec.js +39 -10
  434. package/node_modules/shelljs/src/find.js +8 -3
  435. package/node_modules/shelljs/src/grep.js +15 -4
  436. package/node_modules/shelljs/src/head.js +1 -1
  437. package/node_modules/shelljs/src/ln.js +3 -1
  438. package/node_modules/shelljs/src/ls.js +29 -15
  439. package/node_modules/shelljs/src/mkdir.js +13 -11
  440. package/node_modules/shelljs/src/mv.js +4 -3
  441. package/node_modules/shelljs/src/pwd.js +1 -1
  442. package/node_modules/shelljs/src/rm.js +11 -11
  443. package/node_modules/shelljs/src/sed.js +12 -4
  444. package/node_modules/shelljs/src/set.js +0 -1
  445. package/node_modules/shelljs/src/sort.js +3 -2
  446. package/node_modules/shelljs/src/tail.js +12 -2
  447. package/node_modules/shelljs/src/test.js +3 -2
  448. package/node_modules/shelljs/src/to.js +2 -1
  449. package/node_modules/shelljs/src/toEnd.js +2 -1
  450. package/node_modules/shelljs/src/touch.js +13 -7
  451. package/node_modules/shelljs/src/uniq.js +5 -4
  452. package/node_modules/shelljs/src/which.js +5 -4
  453. package/node_modules/shx/README.md +27 -15
  454. package/node_modules/shx/lib/help.js +1 -1
  455. package/node_modules/shx/lib/shx.js +13 -8
  456. package/node_modules/shx/package.json +17 -25
  457. package/node_modules/signal-exit/LICENSE.txt +16 -0
  458. package/node_modules/signal-exit/README.md +39 -0
  459. package/node_modules/signal-exit/index.js +202 -0
  460. package/node_modules/signal-exit/package.json +38 -0
  461. package/node_modules/signal-exit/signals.js +53 -0
  462. package/node_modules/strip-eof/index.js +15 -0
  463. package/node_modules/strip-eof/license +21 -0
  464. package/node_modules/strip-eof/package.json +39 -0
  465. package/node_modules/strip-eof/readme.md +28 -0
  466. package/node_modules/to-regex-range/LICENSE +21 -0
  467. package/node_modules/to-regex-range/README.md +305 -0
  468. package/node_modules/to-regex-range/index.js +288 -0
  469. package/node_modules/to-regex-range/package.json +88 -0
  470. package/package.json +2 -2
  471. package/node_modules/concat-map/.travis.yml +0 -4
  472. package/node_modules/concat-map/README.markdown +0 -62
  473. package/node_modules/concat-map/example/map.js +0 -6
  474. package/node_modules/concat-map/index.js +0 -13
  475. package/node_modules/concat-map/package.json +0 -43
  476. package/node_modules/concat-map/test/map.js +0 -39
  477. package/node_modules/minimatch/README.md +0 -230
  478. package/node_modules/minimatch/minimatch.js +0 -947
  479. package/node_modules/minimatch/node_modules/brace-expansion/README.md +0 -129
  480. package/node_modules/minimatch/node_modules/brace-expansion/index.js +0 -201
  481. package/node_modules/minimatch/node_modules/brace-expansion/package.json +0 -47
  482. package/node_modules/minimatch/package.json +0 -33
  483. package/node_modules/path-is-absolute/index.js +0 -20
  484. package/node_modules/path-is-absolute/package.json +0 -43
  485. package/node_modules/path-is-absolute/readme.md +0 -59
  486. package/node_modules/shelljs/commands.js +0 -29
  487. package/node_modules/shelljs/node_modules/glob/README.md +0 -378
  488. package/node_modules/shelljs/node_modules/glob/common.js +0 -238
  489. package/node_modules/shelljs/node_modules/glob/glob.js +0 -790
  490. package/node_modules/shelljs/node_modules/glob/package.json +0 -55
  491. package/node_modules/shelljs/node_modules/glob/sync.js +0 -486
  492. /package/node_modules/{minimatch → execa/node_modules/semver}/LICENSE +0 -0
  493. /package/node_modules/{path-is-absolute → execa/node_modules/shebang-regex}/license +0 -0
@@ -0,0 +1,30 @@
1
+ 'use strict'
2
+
3
+ var fib = require('./fib')
4
+ var max = 100000000
5
+ var start = Date.now()
6
+
7
+ // create a funcion with the typical error
8
+ // pattern, that delegates the heavy load
9
+ // to something else
10
+ function createNoCodeFunction () {
11
+ /* eslint no-constant-condition: "off" */
12
+ var num = 100
13
+
14
+ ;(function () {
15
+ if (null) {
16
+ // do nothing
17
+ } else {
18
+ fib(num)
19
+ }
20
+ })()
21
+ }
22
+
23
+ for (var i = 0; i < max; i++) {
24
+ createNoCodeFunction()
25
+ }
26
+
27
+ var time = Date.now() - start
28
+ console.log('Total time', time)
29
+ console.log('Total iterations', max)
30
+ console.log('Iteration/s', max / time * 1000)
@@ -0,0 +1,13 @@
1
+ 'use strict'
2
+
3
+ function fib (num) {
4
+ var fib = []
5
+
6
+ fib[0] = 0
7
+ fib[1] = 1
8
+ for (var i = 2; i <= num; i++) {
9
+ fib[i] = fib[i - 2] + fib[i - 1]
10
+ }
11
+ }
12
+
13
+ module.exports = fib
@@ -0,0 +1,38 @@
1
+ 'use strict'
2
+
3
+ var reusify = require('../')
4
+ var fib = require('./fib')
5
+ var instance = reusify(MyObject)
6
+ var max = 100000000
7
+ var start = Date.now()
8
+
9
+ function reuseNoCodeFunction () {
10
+ var obj = instance.get()
11
+ obj.num = 100
12
+ obj.func()
13
+ obj.num = 0
14
+ instance.release(obj)
15
+ }
16
+
17
+ function MyObject () {
18
+ this.next = null
19
+ var that = this
20
+ this.num = 0
21
+ this.func = function () {
22
+ /* eslint no-constant-condition: "off" */
23
+ if (null) {
24
+ // do nothing
25
+ } else {
26
+ fib(that.num)
27
+ }
28
+ }
29
+ }
30
+
31
+ for (var i = 0; i < max; i++) {
32
+ reuseNoCodeFunction()
33
+ }
34
+
35
+ var time = Date.now() - start
36
+ console.log('Total time', time)
37
+ console.log('Total iterations', max)
38
+ console.log('Iteration/s', max / time * 1000)
@@ -0,0 +1,14 @@
1
+ 'use strict'
2
+
3
+ const base = require('neostandard')({})
4
+
5
+ module.exports = [
6
+ ...base,
7
+ {
8
+ name: 'old-standard',
9
+ rules: {
10
+ 'no-var': 'off',
11
+ 'object-shorthand': 'off',
12
+ }
13
+ }
14
+ ]
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "reusify",
3
+ "version": "1.1.0",
4
+ "description": "Reuse objects and functions with style",
5
+ "main": "reusify.js",
6
+ "types": "reusify.d.ts",
7
+ "scripts": {
8
+ "lint": "eslint",
9
+ "test": "tape test.js",
10
+ "test:coverage": "c8 --100 tape test.js",
11
+ "test:typescript": "tsc"
12
+ },
13
+ "pre-commit": [
14
+ "lint",
15
+ "test",
16
+ "test:typescript"
17
+ ],
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+https://github.com/mcollina/reusify.git"
21
+ },
22
+ "keywords": [
23
+ "reuse",
24
+ "object",
25
+ "performance",
26
+ "function",
27
+ "fast"
28
+ ],
29
+ "author": "Matteo Collina <hello@matteocollina.com>",
30
+ "license": "MIT",
31
+ "bugs": {
32
+ "url": "https://github.com/mcollina/reusify/issues"
33
+ },
34
+ "homepage": "https://github.com/mcollina/reusify#readme",
35
+ "engines": {
36
+ "node": ">=0.10.0",
37
+ "iojs": ">=1.0.0"
38
+ },
39
+ "devDependencies": {
40
+ "@types/node": "^22.9.0",
41
+ "eslint": "^9.13.0",
42
+ "neostandard": "^0.12.0",
43
+ "pre-commit": "^1.2.2",
44
+ "tape": "^5.0.0",
45
+ "c8": "^10.1.2",
46
+ "typescript": "^5.2.2"
47
+ },
48
+ "dependencies": {
49
+ }
50
+ }
@@ -0,0 +1,14 @@
1
+ interface Node {
2
+ next: Node | null;
3
+ }
4
+
5
+ interface Constructor<T> {
6
+ new(): T;
7
+ }
8
+
9
+ declare function reusify<T extends Node>(constructor: Constructor<T>): {
10
+ get(): T;
11
+ release(node: T): void;
12
+ };
13
+
14
+ export = reusify;
@@ -0,0 +1,33 @@
1
+ 'use strict'
2
+
3
+ function reusify (Constructor) {
4
+ var head = new Constructor()
5
+ var tail = head
6
+
7
+ function get () {
8
+ var current = head
9
+
10
+ if (current.next) {
11
+ head = current.next
12
+ } else {
13
+ head = new Constructor()
14
+ tail = head
15
+ }
16
+
17
+ current.next = null
18
+
19
+ return current
20
+ }
21
+
22
+ function release (obj) {
23
+ tail.next = obj
24
+ tail = obj
25
+ }
26
+
27
+ return {
28
+ get: get,
29
+ release: release
30
+ }
31
+ }
32
+
33
+ module.exports = reusify
@@ -0,0 +1,66 @@
1
+ 'use strict'
2
+
3
+ var test = require('tape')
4
+ var reusify = require('./')
5
+
6
+ test('reuse objects', function (t) {
7
+ t.plan(6)
8
+
9
+ function MyObject () {
10
+ t.pass('constructor called')
11
+ this.next = null
12
+ }
13
+
14
+ var instance = reusify(MyObject)
15
+ var obj = instance.get()
16
+
17
+ t.notEqual(obj, instance.get(), 'two instance created')
18
+ t.notOk(obj.next, 'next must be null')
19
+
20
+ instance.release(obj)
21
+
22
+ // the internals keeps a hot copy ready for reuse
23
+ // putting this one back in the queue
24
+ instance.release(instance.get())
25
+
26
+ // comparing the old one with the one we got
27
+ // never do this in real code, after release you
28
+ // should never reuse that instance
29
+ t.equal(obj, instance.get(), 'instance must be reused')
30
+ })
31
+
32
+ test('reuse more than 2 objects', function (t) {
33
+ function MyObject () {
34
+ t.pass('constructor called')
35
+ this.next = null
36
+ }
37
+
38
+ var instance = reusify(MyObject)
39
+ var obj = instance.get()
40
+ var obj2 = instance.get()
41
+ var obj3 = instance.get()
42
+
43
+ t.notOk(obj.next, 'next must be null')
44
+ t.notOk(obj2.next, 'next must be null')
45
+ t.notOk(obj3.next, 'next must be null')
46
+
47
+ t.notEqual(obj, obj2)
48
+ t.notEqual(obj, obj3)
49
+ t.notEqual(obj3, obj2)
50
+
51
+ instance.release(obj)
52
+ instance.release(obj2)
53
+ instance.release(obj3)
54
+
55
+ // skip one
56
+ instance.get()
57
+
58
+ var obj4 = instance.get()
59
+ var obj5 = instance.get()
60
+ var obj6 = instance.get()
61
+
62
+ t.equal(obj4, obj)
63
+ t.equal(obj5, obj2)
64
+ t.equal(obj6, obj3)
65
+ t.end()
66
+ })
@@ -0,0 +1,11 @@
1
+ {
2
+ "compilerOptions": {
3
+ "target": "es6",
4
+ "module": "commonjs",
5
+ "noEmit": true,
6
+ "strict": true
7
+ },
8
+ "files": [
9
+ "./reusify.d.ts"
10
+ ]
11
+ }
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) Feross Aboukhadijeh
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,85 @@
1
+ # run-parallel [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
2
+
3
+ [travis-image]: https://img.shields.io/travis/feross/run-parallel/master.svg
4
+ [travis-url]: https://travis-ci.org/feross/run-parallel
5
+ [npm-image]: https://img.shields.io/npm/v/run-parallel.svg
6
+ [npm-url]: https://npmjs.org/package/run-parallel
7
+ [downloads-image]: https://img.shields.io/npm/dm/run-parallel.svg
8
+ [downloads-url]: https://npmjs.org/package/run-parallel
9
+ [standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
10
+ [standard-url]: https://standardjs.com
11
+
12
+ ### Run an array of functions in parallel
13
+
14
+ ![parallel](https://raw.githubusercontent.com/feross/run-parallel/master/img.png) [![Sauce Test Status](https://saucelabs.com/browser-matrix/run-parallel.svg)](https://saucelabs.com/u/run-parallel)
15
+
16
+ ### install
17
+
18
+ ```
19
+ npm install run-parallel
20
+ ```
21
+
22
+ ### usage
23
+
24
+ #### parallel(tasks, [callback])
25
+
26
+ Run the `tasks` array of functions in parallel, without waiting until the previous
27
+ function has completed. If any of the functions pass an error to its callback, the main
28
+ `callback` is immediately called with the value of the error. Once the `tasks` have
29
+ completed, the results are passed to the final `callback` as an array.
30
+
31
+ It is also possible to use an object instead of an array. Each property will be run as a
32
+ function and the results will be passed to the final `callback` as an object instead of
33
+ an array. This can be a more readable way of handling the results.
34
+
35
+ ##### arguments
36
+
37
+ - `tasks` - An array or object containing functions to run. Each function is passed a
38
+ `callback(err, result)` which it must call on completion with an error `err` (which can
39
+ be `null`) and an optional `result` value.
40
+ - `callback(err, results)` - An optional callback to run once all the functions have
41
+ completed. This function gets a results array (or object) containing all the result
42
+ arguments passed to the task callbacks.
43
+
44
+ ##### example
45
+
46
+ ```js
47
+ var parallel = require('run-parallel')
48
+
49
+ parallel([
50
+ function (callback) {
51
+ setTimeout(function () {
52
+ callback(null, 'one')
53
+ }, 200)
54
+ },
55
+ function (callback) {
56
+ setTimeout(function () {
57
+ callback(null, 'two')
58
+ }, 100)
59
+ }
60
+ ],
61
+ // optional callback
62
+ function (err, results) {
63
+ // the results array will equal ['one','two'] even though
64
+ // the second function had a shorter timeout.
65
+ })
66
+ ```
67
+
68
+ This module is basically equavalent to
69
+ [`async.parallel`](https://github.com/caolan/async#paralleltasks-callback), but it's
70
+ handy to just have the one function you need instead of the kitchen sink. Modularity!
71
+ Especially handy if you're serving to the browser and need to reduce your javascript
72
+ bundle size.
73
+
74
+ Works great in the browser with [browserify](http://browserify.org/)!
75
+
76
+ ### see also
77
+
78
+ - [run-auto](https://github.com/feross/run-auto)
79
+ - [run-parallel-limit](https://github.com/feross/run-parallel-limit)
80
+ - [run-series](https://github.com/feross/run-series)
81
+ - [run-waterfall](https://github.com/feross/run-waterfall)
82
+
83
+ ### license
84
+
85
+ MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org).
@@ -0,0 +1,51 @@
1
+ /*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
2
+ module.exports = runParallel
3
+
4
+ const queueMicrotask = require('queue-microtask')
5
+
6
+ function runParallel (tasks, cb) {
7
+ let results, pending, keys
8
+ let isSync = true
9
+
10
+ if (Array.isArray(tasks)) {
11
+ results = []
12
+ pending = tasks.length
13
+ } else {
14
+ keys = Object.keys(tasks)
15
+ results = {}
16
+ pending = keys.length
17
+ }
18
+
19
+ function done (err) {
20
+ function end () {
21
+ if (cb) cb(err, results)
22
+ cb = null
23
+ }
24
+ if (isSync) queueMicrotask(end)
25
+ else end()
26
+ }
27
+
28
+ function each (i, err, result) {
29
+ results[i] = result
30
+ if (--pending === 0 || err) {
31
+ done(err)
32
+ }
33
+ }
34
+
35
+ if (!pending) {
36
+ // empty
37
+ done(null)
38
+ } else if (keys) {
39
+ // object
40
+ keys.forEach(function (key) {
41
+ tasks[key](function (err, result) { each(key, err, result) })
42
+ })
43
+ } else {
44
+ // array
45
+ tasks.forEach(function (task, i) {
46
+ task(function (err, result) { each(i, err, result) })
47
+ })
48
+ }
49
+
50
+ isSync = false
51
+ }
@@ -0,0 +1,58 @@
1
+ {
2
+ "name": "run-parallel",
3
+ "description": "Run an array of functions in parallel",
4
+ "version": "1.2.0",
5
+ "author": {
6
+ "name": "Feross Aboukhadijeh",
7
+ "email": "feross@feross.org",
8
+ "url": "https://feross.org"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/feross/run-parallel/issues"
12
+ },
13
+ "dependencies": {
14
+ "queue-microtask": "^1.2.2"
15
+ },
16
+ "devDependencies": {
17
+ "airtap": "^3.0.0",
18
+ "standard": "*",
19
+ "tape": "^5.0.1"
20
+ },
21
+ "homepage": "https://github.com/feross/run-parallel",
22
+ "keywords": [
23
+ "parallel",
24
+ "async",
25
+ "function",
26
+ "callback",
27
+ "asynchronous",
28
+ "run",
29
+ "array",
30
+ "run parallel"
31
+ ],
32
+ "license": "MIT",
33
+ "main": "index.js",
34
+ "repository": {
35
+ "type": "git",
36
+ "url": "git://github.com/feross/run-parallel.git"
37
+ },
38
+ "scripts": {
39
+ "test": "standard && npm run test-node && npm run test-browser",
40
+ "test-browser": "airtap -- test/*.js",
41
+ "test-browser-local": "airtap --local -- test/*.js",
42
+ "test-node": "tape test/*.js"
43
+ },
44
+ "funding": [
45
+ {
46
+ "type": "github",
47
+ "url": "https://github.com/sponsors/feross"
48
+ },
49
+ {
50
+ "type": "patreon",
51
+ "url": "https://www.patreon.com/feross"
52
+ },
53
+ {
54
+ "type": "consulting",
55
+ "url": "https://feross.org/support"
56
+ }
57
+ ]
58
+ }
@@ -1,26 +1,29 @@
1
+ BSD 3-Clause License
2
+
1
3
  Copyright (c) 2012, Artur Adib <arturadib@gmail.com>
2
4
  All rights reserved.
3
5
 
4
- You may use this project under the terms of the New BSD license as follows:
5
-
6
6
  Redistribution and use in source and binary forms, with or without
7
7
  modification, are permitted provided that the following conditions are met:
8
- * Redistributions of source code must retain the above copyright
9
- notice, this list of conditions and the following disclaimer.
10
- * Redistributions in binary form must reproduce the above copyright
11
- notice, this list of conditions and the following disclaimer in the
12
- documentation and/or other materials provided with the distribution.
13
- * Neither the name of Artur Adib nor the
14
- names of the contributors may be used to endorse or promote products
15
- derived from this software without specific prior written permission.
16
8
 
17
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20
- ARE DISCLAIMED. IN NO EVENT SHALL ARTUR ADIB BE LIABLE FOR ANY
21
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9
+ * Redistributions of source code must retain the above copyright notice, this
10
+ list of conditions and the following disclaimer.
11
+
12
+ * Redistributions in binary form must reproduce the above copyright notice,
13
+ this list of conditions and the following disclaimer in the documentation
14
+ and/or other materials provided with the distribution.
15
+
16
+ * Neither the name of the copyright holder nor the names of its
17
+ contributors may be used to endorse or promote products derived from
18
+ this software without specific prior written permission.
19
+
20
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.