projen 0.91.17 → 0.91.19

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 (496) hide show
  1. package/.jsii +39 -15
  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.d.ts +7 -1
  41. package/lib/github/auto-merge.js +9 -3
  42. package/lib/github/auto-queue.d.ts +31 -0
  43. package/lib/github/auto-queue.js +25 -6
  44. package/lib/github/dependabot.js +1 -1
  45. package/lib/github/github-credentials.js +1 -1
  46. package/lib/github/github-project.js +1 -1
  47. package/lib/github/github.js +1 -1
  48. package/lib/github/merge-queue.js +26 -3
  49. package/lib/github/mergify.js +1 -1
  50. package/lib/github/pr-template.js +1 -1
  51. package/lib/github/private/util.d.ts +4 -0
  52. package/lib/github/private/util.js +22 -1
  53. package/lib/github/pull-request-backport.js +1 -1
  54. package/lib/github/pull-request-lint.js +1 -1
  55. package/lib/github/stale.js +1 -1
  56. package/lib/github/task-workflow-job.js +1 -1
  57. package/lib/github/task-workflow.js +1 -1
  58. package/lib/github/workflow-actions.js +1 -1
  59. package/lib/github/workflow-jobs.js +1 -1
  60. package/lib/github/workflow-steps.js +1 -1
  61. package/lib/github/workflows.js +1 -1
  62. package/lib/gitlab/configuration.js +1 -1
  63. package/lib/gitlab/gitlab-configuration.js +1 -1
  64. package/lib/gitlab/nested-configuration.js +1 -1
  65. package/lib/gitpod.js +1 -1
  66. package/lib/ignore-file.js +1 -1
  67. package/lib/ini.js +1 -1
  68. package/lib/java/java-project.js +1 -1
  69. package/lib/java/junit.js +1 -1
  70. package/lib/java/maven-compile.js +1 -1
  71. package/lib/java/maven-packaging.js +1 -1
  72. package/lib/java/maven-sample.js +1 -1
  73. package/lib/java/pom.js +2 -2
  74. package/lib/java/projenrc.js +1 -1
  75. package/lib/javascript/bundler.js +1 -1
  76. package/lib/javascript/eslint.js +1 -1
  77. package/lib/javascript/jest.js +4 -4
  78. package/lib/javascript/license-checker.js +1 -1
  79. package/lib/javascript/node-package.js +1 -1
  80. package/lib/javascript/node-project.js +1 -1
  81. package/lib/javascript/npm-config.js +1 -1
  82. package/lib/javascript/prettier.js +1 -1
  83. package/lib/javascript/projenrc.js +1 -1
  84. package/lib/javascript/typescript-config.js +2 -2
  85. package/lib/javascript/upgrade-dependencies.js +2 -2
  86. package/lib/javascript/yarnrc.js +1 -1
  87. package/lib/json-patch.js +1 -1
  88. package/lib/json.js +1 -1
  89. package/lib/license.js +1 -1
  90. package/lib/logger.js +1 -1
  91. package/lib/makefile.js +1 -1
  92. package/lib/object-file.js +1 -1
  93. package/lib/project-build.js +1 -1
  94. package/lib/project-tree.js +1 -1
  95. package/lib/project.js +1 -1
  96. package/lib/projects.js +1 -1
  97. package/lib/projenrc-json.js +2 -2
  98. package/lib/projenrc.js +1 -1
  99. package/lib/python/pip.js +1 -1
  100. package/lib/python/poetry.js +2 -2
  101. package/lib/python/projenrc.js +1 -1
  102. package/lib/python/pytest-sample.js +1 -1
  103. package/lib/python/pytest.js +1 -1
  104. package/lib/python/python-project.js +1 -1
  105. package/lib/python/python-sample.js +1 -1
  106. package/lib/python/requirements-file.js +1 -1
  107. package/lib/python/setuppy.js +1 -1
  108. package/lib/python/setuptools.js +1 -1
  109. package/lib/python/venv.js +1 -1
  110. package/lib/readme.js +1 -1
  111. package/lib/release/publisher.js +1 -1
  112. package/lib/release/release-trigger.js +1 -1
  113. package/lib/release/release.js +1 -1
  114. package/lib/renovatebot.js +1 -1
  115. package/lib/sample-file.js +2 -2
  116. package/lib/semver.js +1 -1
  117. package/lib/source-code.js +1 -1
  118. package/lib/task-runtime.js +1 -1
  119. package/lib/task.js +1 -1
  120. package/lib/tasks.js +1 -1
  121. package/lib/testing.js +1 -1
  122. package/lib/textfile.js +1 -1
  123. package/lib/toml.js +1 -1
  124. package/lib/typescript/projenrc-ts.js +1 -1
  125. package/lib/typescript/projenrc.js +1 -1
  126. package/lib/typescript/typescript-typedoc.js +1 -1
  127. package/lib/typescript/typescript.js +6 -6
  128. package/lib/version.js +2 -2
  129. package/lib/vscode/devcontainer.js +1 -1
  130. package/lib/vscode/extensions.js +1 -1
  131. package/lib/vscode/launch-config.js +1 -1
  132. package/lib/vscode/settings.js +1 -1
  133. package/lib/vscode/vscode.js +1 -1
  134. package/lib/web/next.js +3 -3
  135. package/lib/web/postcss.js +1 -1
  136. package/lib/web/react.js +4 -4
  137. package/lib/web/tailwind.js +1 -1
  138. package/lib/xmlfile.js +1 -1
  139. package/lib/yaml.js +1 -1
  140. package/node_modules/{minimatch/node_modules/brace-expansion → @nodelib/fs.scandir}/LICENSE +2 -2
  141. package/node_modules/@nodelib/fs.scandir/README.md +171 -0
  142. package/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts +20 -0
  143. package/node_modules/@nodelib/fs.scandir/out/adapters/fs.js +19 -0
  144. package/node_modules/@nodelib/fs.scandir/out/constants.d.ts +4 -0
  145. package/node_modules/@nodelib/fs.scandir/out/constants.js +17 -0
  146. package/node_modules/@nodelib/fs.scandir/out/index.d.ts +12 -0
  147. package/node_modules/@nodelib/fs.scandir/out/index.js +26 -0
  148. package/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts +7 -0
  149. package/node_modules/@nodelib/fs.scandir/out/providers/async.js +104 -0
  150. package/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts +1 -0
  151. package/node_modules/@nodelib/fs.scandir/out/providers/common.js +13 -0
  152. package/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts +5 -0
  153. package/node_modules/@nodelib/fs.scandir/out/providers/sync.js +54 -0
  154. package/node_modules/@nodelib/fs.scandir/out/settings.d.ts +20 -0
  155. package/node_modules/@nodelib/fs.scandir/out/settings.js +24 -0
  156. package/node_modules/@nodelib/fs.scandir/out/types/index.d.ts +20 -0
  157. package/node_modules/@nodelib/fs.scandir/out/types/index.js +2 -0
  158. package/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts +2 -0
  159. package/node_modules/@nodelib/fs.scandir/out/utils/fs.js +19 -0
  160. package/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts +2 -0
  161. package/node_modules/@nodelib/fs.scandir/out/utils/index.js +5 -0
  162. package/node_modules/@nodelib/fs.scandir/package.json +44 -0
  163. package/node_modules/@nodelib/fs.stat/LICENSE +21 -0
  164. package/node_modules/@nodelib/fs.stat/README.md +126 -0
  165. package/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts +13 -0
  166. package/node_modules/@nodelib/fs.stat/out/adapters/fs.js +17 -0
  167. package/node_modules/@nodelib/fs.stat/out/index.d.ts +12 -0
  168. package/node_modules/@nodelib/fs.stat/out/index.js +26 -0
  169. package/node_modules/@nodelib/fs.stat/out/providers/async.d.ts +4 -0
  170. package/node_modules/@nodelib/fs.stat/out/providers/async.js +36 -0
  171. package/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts +3 -0
  172. package/node_modules/@nodelib/fs.stat/out/providers/sync.js +23 -0
  173. package/node_modules/@nodelib/fs.stat/out/settings.d.ts +16 -0
  174. package/node_modules/@nodelib/fs.stat/out/settings.js +16 -0
  175. package/node_modules/@nodelib/fs.stat/out/types/index.d.ts +4 -0
  176. package/node_modules/@nodelib/fs.stat/out/types/index.js +2 -0
  177. package/node_modules/@nodelib/fs.stat/package.json +37 -0
  178. package/node_modules/@nodelib/fs.walk/LICENSE +21 -0
  179. package/node_modules/@nodelib/fs.walk/README.md +215 -0
  180. package/node_modules/@nodelib/fs.walk/out/index.d.ts +14 -0
  181. package/node_modules/@nodelib/fs.walk/out/index.js +34 -0
  182. package/node_modules/@nodelib/fs.walk/out/providers/async.d.ts +12 -0
  183. package/node_modules/@nodelib/fs.walk/out/providers/async.js +30 -0
  184. package/node_modules/@nodelib/fs.walk/out/providers/index.d.ts +4 -0
  185. package/node_modules/@nodelib/fs.walk/out/providers/index.js +9 -0
  186. package/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts +12 -0
  187. package/node_modules/@nodelib/fs.walk/out/providers/stream.js +34 -0
  188. package/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts +10 -0
  189. package/node_modules/@nodelib/fs.walk/out/providers/sync.js +14 -0
  190. package/node_modules/@nodelib/fs.walk/out/readers/async.d.ts +30 -0
  191. package/node_modules/@nodelib/fs.walk/out/readers/async.js +97 -0
  192. package/node_modules/@nodelib/fs.walk/out/readers/common.d.ts +7 -0
  193. package/node_modules/@nodelib/fs.walk/out/readers/common.js +31 -0
  194. package/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts +6 -0
  195. package/node_modules/@nodelib/fs.walk/out/readers/reader.js +11 -0
  196. package/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts +15 -0
  197. package/node_modules/@nodelib/fs.walk/out/readers/sync.js +59 -0
  198. package/node_modules/@nodelib/fs.walk/out/settings.d.ts +30 -0
  199. package/node_modules/@nodelib/fs.walk/out/settings.js +26 -0
  200. package/node_modules/@nodelib/fs.walk/out/types/index.d.ts +8 -0
  201. package/node_modules/@nodelib/fs.walk/out/types/index.js +2 -0
  202. package/node_modules/@nodelib/fs.walk/package.json +44 -0
  203. package/node_modules/braces/LICENSE +21 -0
  204. package/node_modules/braces/README.md +586 -0
  205. package/node_modules/braces/index.js +170 -0
  206. package/node_modules/braces/lib/compile.js +60 -0
  207. package/node_modules/braces/lib/constants.js +57 -0
  208. package/node_modules/braces/lib/expand.js +113 -0
  209. package/node_modules/braces/lib/parse.js +331 -0
  210. package/node_modules/braces/lib/stringify.js +32 -0
  211. package/node_modules/braces/lib/utils.js +122 -0
  212. package/node_modules/braces/package.json +77 -0
  213. package/node_modules/end-of-stream/LICENSE +21 -0
  214. package/node_modules/end-of-stream/README.md +54 -0
  215. package/node_modules/end-of-stream/index.js +94 -0
  216. package/node_modules/end-of-stream/package.json +37 -0
  217. package/node_modules/execa/index.js +361 -0
  218. package/node_modules/execa/lib/errname.js +39 -0
  219. package/node_modules/execa/lib/stdio.js +41 -0
  220. package/node_modules/execa/license +9 -0
  221. package/node_modules/execa/node_modules/cross-spawn/LICENSE +21 -0
  222. package/node_modules/execa/node_modules/cross-spawn/README.md +94 -0
  223. package/node_modules/execa/node_modules/cross-spawn/index.js +39 -0
  224. package/node_modules/execa/node_modules/cross-spawn/lib/enoent.js +59 -0
  225. package/node_modules/execa/node_modules/cross-spawn/lib/parse.js +125 -0
  226. package/node_modules/execa/node_modules/cross-spawn/lib/util/escape.js +47 -0
  227. package/node_modules/execa/node_modules/cross-spawn/lib/util/readShebang.js +32 -0
  228. package/node_modules/execa/node_modules/cross-spawn/lib/util/resolveCommand.js +51 -0
  229. package/node_modules/execa/node_modules/cross-spawn/package.json +75 -0
  230. package/node_modules/execa/node_modules/semver/README.md +412 -0
  231. package/node_modules/execa/node_modules/semver/bin/semver +160 -0
  232. package/node_modules/execa/node_modules/semver/package.json +38 -0
  233. package/node_modules/execa/node_modules/semver/range.bnf +16 -0
  234. package/node_modules/execa/node_modules/semver/semver.js +1525 -0
  235. package/node_modules/execa/node_modules/shebang-command/index.js +19 -0
  236. package/node_modules/execa/node_modules/shebang-command/license +21 -0
  237. package/node_modules/execa/node_modules/shebang-command/package.json +39 -0
  238. package/node_modules/execa/node_modules/shebang-command/readme.md +39 -0
  239. package/node_modules/execa/node_modules/shebang-regex/index.js +2 -0
  240. package/node_modules/execa/node_modules/shebang-regex/package.json +32 -0
  241. package/node_modules/execa/node_modules/shebang-regex/readme.md +29 -0
  242. package/node_modules/{shelljs/node_modules/glob → execa/node_modules/which}/LICENSE +0 -6
  243. package/node_modules/execa/node_modules/which/README.md +51 -0
  244. package/node_modules/execa/node_modules/which/bin/which +52 -0
  245. package/node_modules/execa/node_modules/which/package.json +30 -0
  246. package/node_modules/execa/node_modules/which/which.js +135 -0
  247. package/node_modules/execa/package.json +69 -0
  248. package/node_modules/execa/readme.md +327 -0
  249. package/node_modules/fast-glob/LICENSE +21 -0
  250. package/node_modules/fast-glob/README.md +830 -0
  251. package/node_modules/fast-glob/node_modules/glob-parent/LICENSE +15 -0
  252. package/node_modules/fast-glob/node_modules/glob-parent/README.md +137 -0
  253. package/node_modules/fast-glob/node_modules/glob-parent/index.js +42 -0
  254. package/node_modules/fast-glob/node_modules/glob-parent/package.json +48 -0
  255. package/node_modules/fast-glob/out/index.d.ts +40 -0
  256. package/node_modules/fast-glob/out/index.js +102 -0
  257. package/node_modules/fast-glob/out/managers/tasks.d.ts +22 -0
  258. package/node_modules/fast-glob/out/managers/tasks.js +110 -0
  259. package/node_modules/fast-glob/out/providers/async.d.ts +9 -0
  260. package/node_modules/fast-glob/out/providers/async.js +23 -0
  261. package/node_modules/fast-glob/out/providers/filters/deep.d.ts +16 -0
  262. package/node_modules/fast-glob/out/providers/filters/deep.js +62 -0
  263. package/node_modules/fast-glob/out/providers/filters/entry.d.ts +17 -0
  264. package/node_modules/fast-glob/out/providers/filters/entry.js +85 -0
  265. package/node_modules/fast-glob/out/providers/filters/error.d.ts +8 -0
  266. package/node_modules/fast-glob/out/providers/filters/error.js +15 -0
  267. package/node_modules/fast-glob/out/providers/matchers/matcher.d.ts +33 -0
  268. package/node_modules/fast-glob/out/providers/matchers/matcher.js +45 -0
  269. package/node_modules/fast-glob/out/providers/matchers/partial.d.ts +4 -0
  270. package/node_modules/fast-glob/out/providers/matchers/partial.js +38 -0
  271. package/node_modules/fast-glob/out/providers/provider.d.ts +19 -0
  272. package/node_modules/fast-glob/out/providers/provider.js +48 -0
  273. package/node_modules/fast-glob/out/providers/stream.d.ts +11 -0
  274. package/node_modules/fast-glob/out/providers/stream.js +31 -0
  275. package/node_modules/fast-glob/out/providers/sync.d.ts +9 -0
  276. package/node_modules/fast-glob/out/providers/sync.js +23 -0
  277. package/node_modules/fast-glob/out/providers/transformers/entry.d.ts +8 -0
  278. package/node_modules/fast-glob/out/providers/transformers/entry.js +26 -0
  279. package/node_modules/fast-glob/out/readers/async.d.ts +10 -0
  280. package/node_modules/fast-glob/out/readers/async.js +35 -0
  281. package/node_modules/fast-glob/out/readers/reader.d.ts +15 -0
  282. package/node_modules/fast-glob/out/readers/reader.js +33 -0
  283. package/node_modules/fast-glob/out/readers/stream.d.ts +14 -0
  284. package/node_modules/fast-glob/out/readers/stream.js +55 -0
  285. package/node_modules/fast-glob/out/readers/sync.d.ts +12 -0
  286. package/node_modules/fast-glob/out/readers/sync.js +43 -0
  287. package/node_modules/fast-glob/out/settings.d.ts +164 -0
  288. package/node_modules/fast-glob/out/settings.js +59 -0
  289. package/node_modules/fast-glob/out/types/index.d.ts +31 -0
  290. package/node_modules/fast-glob/out/types/index.js +2 -0
  291. package/node_modules/fast-glob/out/utils/array.d.ts +2 -0
  292. package/node_modules/fast-glob/out/utils/array.js +22 -0
  293. package/node_modules/fast-glob/out/utils/errno.d.ts +2 -0
  294. package/node_modules/fast-glob/out/utils/errno.js +7 -0
  295. package/node_modules/fast-glob/out/utils/fs.d.ts +4 -0
  296. package/node_modules/fast-glob/out/utils/fs.js +19 -0
  297. package/node_modules/fast-glob/out/utils/index.d.ts +8 -0
  298. package/node_modules/fast-glob/out/utils/index.js +17 -0
  299. package/node_modules/fast-glob/out/utils/path.d.ts +13 -0
  300. package/node_modules/fast-glob/out/utils/path.js +68 -0
  301. package/node_modules/fast-glob/out/utils/pattern.d.ts +49 -0
  302. package/node_modules/fast-glob/out/utils/pattern.js +206 -0
  303. package/node_modules/fast-glob/out/utils/stream.d.ts +4 -0
  304. package/node_modules/fast-glob/out/utils/stream.js +17 -0
  305. package/node_modules/fast-glob/out/utils/string.d.ts +2 -0
  306. package/node_modules/fast-glob/out/utils/string.js +11 -0
  307. package/node_modules/fast-glob/package.json +81 -0
  308. package/node_modules/fastq/.github/dependabot.yml +11 -0
  309. package/node_modules/fastq/.github/workflows/ci.yml +75 -0
  310. package/node_modules/fastq/LICENSE +13 -0
  311. package/node_modules/fastq/README.md +312 -0
  312. package/node_modules/fastq/SECURITY.md +15 -0
  313. package/node_modules/fastq/bench.js +66 -0
  314. package/node_modules/fastq/example.js +14 -0
  315. package/node_modules/fastq/example.mjs +11 -0
  316. package/node_modules/fastq/index.d.ts +57 -0
  317. package/node_modules/fastq/package.json +53 -0
  318. package/node_modules/fastq/queue.js +311 -0
  319. package/node_modules/fastq/test/example.ts +83 -0
  320. package/node_modules/fastq/test/promise.js +291 -0
  321. package/node_modules/fastq/test/test.js +653 -0
  322. package/node_modules/fastq/test/tsconfig.json +11 -0
  323. package/node_modules/fill-range/LICENSE +21 -0
  324. package/node_modules/fill-range/README.md +237 -0
  325. package/node_modules/fill-range/index.js +248 -0
  326. package/node_modules/fill-range/package.json +74 -0
  327. package/node_modules/get-stream/buffer-stream.js +51 -0
  328. package/node_modules/get-stream/index.js +50 -0
  329. package/node_modules/get-stream/license +9 -0
  330. package/node_modules/get-stream/package.json +46 -0
  331. package/node_modules/get-stream/readme.md +123 -0
  332. package/node_modules/is-extglob/LICENSE +21 -0
  333. package/node_modules/is-extglob/README.md +107 -0
  334. package/node_modules/is-extglob/index.js +20 -0
  335. package/node_modules/is-extglob/package.json +69 -0
  336. package/node_modules/is-glob/LICENSE +21 -0
  337. package/node_modules/is-glob/README.md +206 -0
  338. package/node_modules/is-glob/index.js +150 -0
  339. package/node_modules/is-glob/package.json +81 -0
  340. package/node_modules/is-number/LICENSE +21 -0
  341. package/node_modules/is-number/README.md +187 -0
  342. package/node_modules/is-number/index.js +18 -0
  343. package/node_modules/is-number/package.json +82 -0
  344. package/node_modules/is-stream/index.js +21 -0
  345. package/node_modules/is-stream/license +21 -0
  346. package/node_modules/is-stream/package.json +38 -0
  347. package/node_modules/is-stream/readme.md +42 -0
  348. package/node_modules/isexe/.npmignore +2 -0
  349. package/node_modules/isexe/LICENSE +15 -0
  350. package/node_modules/isexe/README.md +51 -0
  351. package/node_modules/isexe/index.js +57 -0
  352. package/node_modules/isexe/mode.js +41 -0
  353. package/node_modules/isexe/package.json +31 -0
  354. package/node_modules/isexe/test/basic.js +221 -0
  355. package/node_modules/isexe/windows.js +42 -0
  356. package/node_modules/merge2/LICENSE +21 -0
  357. package/node_modules/merge2/README.md +144 -0
  358. package/node_modules/merge2/index.js +144 -0
  359. package/node_modules/merge2/package.json +43 -0
  360. package/node_modules/micromatch/LICENSE +21 -0
  361. package/node_modules/micromatch/README.md +1024 -0
  362. package/node_modules/micromatch/index.js +474 -0
  363. package/node_modules/micromatch/package.json +119 -0
  364. package/node_modules/nice-try/LICENSE +21 -0
  365. package/node_modules/nice-try/README.md +32 -0
  366. package/node_modules/nice-try/package.json +33 -0
  367. package/node_modules/nice-try/src/index.js +12 -0
  368. package/node_modules/npm-run-path/index.js +39 -0
  369. package/node_modules/npm-run-path/license +21 -0
  370. package/node_modules/npm-run-path/package.json +45 -0
  371. package/node_modules/npm-run-path/readme.md +81 -0
  372. package/node_modules/p-finally/index.js +15 -0
  373. package/node_modules/p-finally/license +21 -0
  374. package/node_modules/p-finally/package.json +42 -0
  375. package/node_modules/p-finally/readme.md +47 -0
  376. package/node_modules/path-key/index.js +13 -0
  377. package/node_modules/path-key/license +21 -0
  378. package/node_modules/path-key/package.json +39 -0
  379. package/node_modules/path-key/readme.md +51 -0
  380. package/node_modules/picomatch/LICENSE +21 -0
  381. package/node_modules/picomatch/README.md +708 -0
  382. package/node_modules/picomatch/index.js +3 -0
  383. package/node_modules/picomatch/lib/constants.js +179 -0
  384. package/node_modules/picomatch/lib/parse.js +1091 -0
  385. package/node_modules/picomatch/lib/picomatch.js +342 -0
  386. package/node_modules/picomatch/lib/scan.js +391 -0
  387. package/node_modules/picomatch/lib/utils.js +64 -0
  388. package/node_modules/picomatch/package.json +81 -0
  389. package/node_modules/pump/.github/FUNDING.yml +2 -0
  390. package/node_modules/pump/.travis.yml +5 -0
  391. package/node_modules/pump/LICENSE +21 -0
  392. package/node_modules/pump/README.md +74 -0
  393. package/node_modules/pump/SECURITY.md +5 -0
  394. package/node_modules/pump/index.js +86 -0
  395. package/node_modules/pump/package.json +24 -0
  396. package/node_modules/pump/test-browser.js +66 -0
  397. package/node_modules/pump/test-node.js +53 -0
  398. package/node_modules/{concat-map → queue-microtask}/LICENSE +3 -1
  399. package/node_modules/queue-microtask/README.md +90 -0
  400. package/node_modules/queue-microtask/index.d.ts +2 -0
  401. package/node_modules/queue-microtask/index.js +9 -0
  402. package/node_modules/queue-microtask/package.json +55 -0
  403. package/node_modules/reusify/.github/dependabot.yml +7 -0
  404. package/node_modules/reusify/.github/workflows/ci.yml +96 -0
  405. package/node_modules/reusify/LICENSE +22 -0
  406. package/node_modules/reusify/README.md +139 -0
  407. package/node_modules/reusify/SECURITY.md +15 -0
  408. package/node_modules/reusify/benchmarks/createNoCodeFunction.js +30 -0
  409. package/node_modules/reusify/benchmarks/fib.js +13 -0
  410. package/node_modules/reusify/benchmarks/reuseNoCodeFunction.js +38 -0
  411. package/node_modules/reusify/eslint.config.js +14 -0
  412. package/node_modules/reusify/package.json +50 -0
  413. package/node_modules/reusify/reusify.d.ts +14 -0
  414. package/node_modules/reusify/reusify.js +33 -0
  415. package/node_modules/reusify/test.js +66 -0
  416. package/node_modules/reusify/tsconfig.json +11 -0
  417. package/node_modules/run-parallel/LICENSE +20 -0
  418. package/node_modules/run-parallel/README.md +85 -0
  419. package/node_modules/run-parallel/index.js +51 -0
  420. package/node_modules/run-parallel/package.json +58 -0
  421. package/node_modules/shelljs/LICENSE +23 -20
  422. package/node_modules/shelljs/README.md +173 -65
  423. package/node_modules/shelljs/package.json +38 -22
  424. package/node_modules/shelljs/plugin.js +1 -1
  425. package/node_modules/shelljs/shell.js +70 -12
  426. package/node_modules/shelljs/src/cat.js +3 -3
  427. package/node_modules/shelljs/src/cd.js +2 -1
  428. package/node_modules/shelljs/src/chmod.js +17 -11
  429. package/node_modules/shelljs/src/cmd.js +122 -0
  430. package/node_modules/shelljs/src/common.js +103 -29
  431. package/node_modules/shelljs/src/cp.js +24 -14
  432. package/node_modules/shelljs/src/dirs.js +7 -9
  433. package/node_modules/shelljs/src/echo.js +1 -2
  434. package/node_modules/shelljs/src/errorCode.js +10 -0
  435. package/node_modules/shelljs/src/exec-child.js +60 -28
  436. package/node_modules/shelljs/src/exec.js +39 -10
  437. package/node_modules/shelljs/src/find.js +8 -3
  438. package/node_modules/shelljs/src/grep.js +15 -4
  439. package/node_modules/shelljs/src/head.js +1 -1
  440. package/node_modules/shelljs/src/ln.js +3 -1
  441. package/node_modules/shelljs/src/ls.js +29 -15
  442. package/node_modules/shelljs/src/mkdir.js +13 -11
  443. package/node_modules/shelljs/src/mv.js +4 -3
  444. package/node_modules/shelljs/src/pwd.js +1 -1
  445. package/node_modules/shelljs/src/rm.js +11 -11
  446. package/node_modules/shelljs/src/sed.js +12 -4
  447. package/node_modules/shelljs/src/set.js +0 -1
  448. package/node_modules/shelljs/src/sort.js +3 -2
  449. package/node_modules/shelljs/src/tail.js +12 -2
  450. package/node_modules/shelljs/src/test.js +3 -2
  451. package/node_modules/shelljs/src/to.js +2 -1
  452. package/node_modules/shelljs/src/toEnd.js +2 -1
  453. package/node_modules/shelljs/src/touch.js +13 -7
  454. package/node_modules/shelljs/src/uniq.js +5 -4
  455. package/node_modules/shelljs/src/which.js +5 -4
  456. package/node_modules/shx/README.md +27 -15
  457. package/node_modules/shx/lib/help.js +1 -1
  458. package/node_modules/shx/lib/shx.js +13 -8
  459. package/node_modules/shx/package.json +17 -25
  460. package/node_modules/signal-exit/LICENSE.txt +16 -0
  461. package/node_modules/signal-exit/README.md +39 -0
  462. package/node_modules/signal-exit/index.js +202 -0
  463. package/node_modules/signal-exit/package.json +38 -0
  464. package/node_modules/signal-exit/signals.js +53 -0
  465. package/node_modules/strip-eof/index.js +15 -0
  466. package/node_modules/strip-eof/license +21 -0
  467. package/node_modules/strip-eof/package.json +39 -0
  468. package/node_modules/strip-eof/readme.md +28 -0
  469. package/node_modules/to-regex-range/LICENSE +21 -0
  470. package/node_modules/to-regex-range/README.md +305 -0
  471. package/node_modules/to-regex-range/index.js +288 -0
  472. package/node_modules/to-regex-range/package.json +88 -0
  473. package/package.json +2 -2
  474. package/node_modules/concat-map/.travis.yml +0 -4
  475. package/node_modules/concat-map/README.markdown +0 -62
  476. package/node_modules/concat-map/example/map.js +0 -6
  477. package/node_modules/concat-map/index.js +0 -13
  478. package/node_modules/concat-map/package.json +0 -43
  479. package/node_modules/concat-map/test/map.js +0 -39
  480. package/node_modules/minimatch/README.md +0 -230
  481. package/node_modules/minimatch/minimatch.js +0 -947
  482. package/node_modules/minimatch/node_modules/brace-expansion/README.md +0 -129
  483. package/node_modules/minimatch/node_modules/brace-expansion/index.js +0 -201
  484. package/node_modules/minimatch/node_modules/brace-expansion/package.json +0 -47
  485. package/node_modules/minimatch/package.json +0 -33
  486. package/node_modules/path-is-absolute/index.js +0 -20
  487. package/node_modules/path-is-absolute/package.json +0 -43
  488. package/node_modules/path-is-absolute/readme.md +0 -59
  489. package/node_modules/shelljs/commands.js +0 -29
  490. package/node_modules/shelljs/node_modules/glob/README.md +0 -378
  491. package/node_modules/shelljs/node_modules/glob/common.js +0 -238
  492. package/node_modules/shelljs/node_modules/glob/glob.js +0 -790
  493. package/node_modules/shelljs/node_modules/glob/package.json +0 -55
  494. package/node_modules/shelljs/node_modules/glob/sync.js +0 -486
  495. /package/node_modules/{minimatch → execa/node_modules/semver}/LICENSE +0 -0
  496. /package/node_modules/{path-is-absolute → execa/node_modules/shebang-regex}/license +0 -0
@@ -0,0 +1,39 @@
1
+ 'use strict';
2
+ const path = require('path');
3
+ const pathKey = require('path-key');
4
+
5
+ module.exports = opts => {
6
+ opts = Object.assign({
7
+ cwd: process.cwd(),
8
+ path: process.env[pathKey()]
9
+ }, opts);
10
+
11
+ let prev;
12
+ let pth = path.resolve(opts.cwd);
13
+ const ret = [];
14
+
15
+ while (prev !== pth) {
16
+ ret.push(path.join(pth, 'node_modules/.bin'));
17
+ prev = pth;
18
+ pth = path.resolve(pth, '..');
19
+ }
20
+
21
+ // ensure the running `node` binary is used
22
+ ret.push(path.dirname(process.execPath));
23
+
24
+ return ret.concat(opts.path).join(path.delimiter);
25
+ };
26
+
27
+ module.exports.env = opts => {
28
+ opts = Object.assign({
29
+ env: process.env
30
+ }, opts);
31
+
32
+ const env = Object.assign({}, opts.env);
33
+ const path = pathKey({env});
34
+
35
+ opts.path = env[path];
36
+ env[path] = module.exports(opts);
37
+
38
+ return env;
39
+ };
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all 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,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,45 @@
1
+ {
2
+ "name": "npm-run-path",
3
+ "version": "2.0.2",
4
+ "description": "Get your PATH prepended with locally installed binaries",
5
+ "license": "MIT",
6
+ "repository": "sindresorhus/npm-run-path",
7
+ "author": {
8
+ "name": "Sindre Sorhus",
9
+ "email": "sindresorhus@gmail.com",
10
+ "url": "sindresorhus.com"
11
+ },
12
+ "engines": {
13
+ "node": ">=4"
14
+ },
15
+ "scripts": {
16
+ "test": "xo && ava"
17
+ },
18
+ "files": [
19
+ "index.js"
20
+ ],
21
+ "keywords": [
22
+ "npm",
23
+ "run",
24
+ "path",
25
+ "package",
26
+ "bin",
27
+ "binary",
28
+ "binaries",
29
+ "script",
30
+ "cli",
31
+ "command-line",
32
+ "execute",
33
+ "executable"
34
+ ],
35
+ "dependencies": {
36
+ "path-key": "^2.0.0"
37
+ },
38
+ "devDependencies": {
39
+ "ava": "*",
40
+ "xo": "*"
41
+ },
42
+ "xo": {
43
+ "esnext": true
44
+ }
45
+ }
@@ -0,0 +1,81 @@
1
+ # npm-run-path [![Build Status](https://travis-ci.org/sindresorhus/npm-run-path.svg?branch=master)](https://travis-ci.org/sindresorhus/npm-run-path)
2
+
3
+ > Get your [PATH](https://en.wikipedia.org/wiki/PATH_(variable)) prepended with locally installed binaries
4
+
5
+ In [npm run scripts](https://docs.npmjs.com/cli/run-script) you can execute locally installed binaries by name. This enables the same outside npm.
6
+
7
+
8
+ ## Install
9
+
10
+ ```
11
+ $ npm install --save npm-run-path
12
+ ```
13
+
14
+
15
+ ## Usage
16
+
17
+ ```js
18
+ const childProcess = require('child_process');
19
+ const npmRunPath = require('npm-run-path');
20
+
21
+ console.log(process.env.PATH);
22
+ //=> '/usr/local/bin'
23
+
24
+ console.log(npmRunPath());
25
+ //=> '/Users/sindresorhus/dev/foo/node_modules/.bin:/Users/sindresorhus/dev/node_modules/.bin:/Users/sindresorhus/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin:/usr/local/bin'
26
+
27
+ // `foo` is a locally installed binary
28
+ childProcess.execFileSync('foo', {
29
+ env: npmRunPath.env()
30
+ });
31
+ ```
32
+
33
+
34
+ ## API
35
+
36
+ ### npmRunPath([options])
37
+
38
+ #### options
39
+
40
+ ##### cwd
41
+
42
+ Type: `string`<br>
43
+ Default: `process.cwd()`
44
+
45
+ Working directory.
46
+
47
+ ##### path
48
+
49
+ Type: `string`<br>
50
+ Default: [`PATH`](https://github.com/sindresorhus/path-key)
51
+
52
+ PATH to be appended.<br>
53
+ Set it to an empty string to exclude the default PATH.
54
+
55
+ ### npmRunPath.env([options])
56
+
57
+ #### options
58
+
59
+ ##### cwd
60
+
61
+ Type: `string`<br>
62
+ Default: `process.cwd()`
63
+
64
+ Working directory.
65
+
66
+ ##### env
67
+
68
+ Type: `Object`
69
+
70
+ Accepts an object of environment variables, like `process.env`, and modifies the PATH using the correct [PATH key](https://github.com/sindresorhus/path-key). Use this if you're modifying the PATH for use in the `child_process` options.
71
+
72
+
73
+ ## Related
74
+
75
+ - [npm-run-path-cli](https://github.com/sindresorhus/npm-run-path-cli) - CLI for this module
76
+ - [execa](https://github.com/sindresorhus/execa) - Execute a locally installed binary
77
+
78
+
79
+ ## License
80
+
81
+ MIT © [Sindre Sorhus](https://sindresorhus.com)
@@ -0,0 +1,15 @@
1
+ 'use strict';
2
+ module.exports = (promise, onFinally) => {
3
+ onFinally = onFinally || (() => {});
4
+
5
+ return promise.then(
6
+ val => new Promise(resolve => {
7
+ resolve(onFinally());
8
+ }).then(() => val),
9
+ err => new Promise(resolve => {
10
+ resolve(onFinally());
11
+ }).then(() => {
12
+ throw err;
13
+ })
14
+ );
15
+ };
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all 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,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "p-finally",
3
+ "version": "1.0.0",
4
+ "description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome",
5
+ "license": "MIT",
6
+ "repository": "sindresorhus/p-finally",
7
+ "author": {
8
+ "name": "Sindre Sorhus",
9
+ "email": "sindresorhus@gmail.com",
10
+ "url": "sindresorhus.com"
11
+ },
12
+ "engines": {
13
+ "node": ">=4"
14
+ },
15
+ "scripts": {
16
+ "test": "xo && ava"
17
+ },
18
+ "files": [
19
+ "index.js"
20
+ ],
21
+ "keywords": [
22
+ "promise",
23
+ "finally",
24
+ "handler",
25
+ "function",
26
+ "async",
27
+ "await",
28
+ "promises",
29
+ "settled",
30
+ "ponyfill",
31
+ "polyfill",
32
+ "shim",
33
+ "bluebird"
34
+ ],
35
+ "devDependencies": {
36
+ "ava": "*",
37
+ "xo": "*"
38
+ },
39
+ "xo": {
40
+ "esnext": true
41
+ }
42
+ }
@@ -0,0 +1,47 @@
1
+ # p-finally [![Build Status](https://travis-ci.org/sindresorhus/p-finally.svg?branch=master)](https://travis-ci.org/sindresorhus/p-finally)
2
+
3
+ > [`Promise#finally()`](https://github.com/tc39/proposal-promise-finally) [ponyfill](https://ponyfill.com) - Invoked when the promise is settled regardless of outcome
4
+
5
+ Useful for cleanup.
6
+
7
+
8
+ ## Install
9
+
10
+ ```
11
+ $ npm install --save p-finally
12
+ ```
13
+
14
+
15
+ ## Usage
16
+
17
+ ```js
18
+ const pFinally = require('p-finally');
19
+
20
+ const dir = createTempDir();
21
+
22
+ pFinally(write(dir), () => cleanup(dir));
23
+ ```
24
+
25
+
26
+ ## API
27
+
28
+ ### pFinally(promise, [onFinally])
29
+
30
+ Returns a `Promise`.
31
+
32
+ #### onFinally
33
+
34
+ Type: `Function`
35
+
36
+ Note: Throwing or returning a rejected promise will reject `promise` with the rejection reason.
37
+
38
+
39
+ ## Related
40
+
41
+ - [p-try](https://github.com/sindresorhus/p-try) - `Promise#try()` ponyfill - Starts a promise chain
42
+ - [More…](https://github.com/sindresorhus/promise-fun)
43
+
44
+
45
+ ## License
46
+
47
+ MIT © [Sindre Sorhus](https://sindresorhus.com)
@@ -0,0 +1,13 @@
1
+ 'use strict';
2
+ module.exports = opts => {
3
+ opts = opts || {};
4
+
5
+ const env = opts.env || process.env;
6
+ const platform = opts.platform || process.platform;
7
+
8
+ if (platform !== 'win32') {
9
+ return 'PATH';
10
+ }
11
+
12
+ return Object.keys(env).find(x => x.toUpperCase() === 'PATH') || 'Path';
13
+ };
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all 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,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,39 @@
1
+ {
2
+ "name": "path-key",
3
+ "version": "2.0.1",
4
+ "description": "Get the PATH environment variable key cross-platform",
5
+ "license": "MIT",
6
+ "repository": "sindresorhus/path-key",
7
+ "author": {
8
+ "name": "Sindre Sorhus",
9
+ "email": "sindresorhus@gmail.com",
10
+ "url": "sindresorhus.com"
11
+ },
12
+ "engines": {
13
+ "node": ">=4"
14
+ },
15
+ "scripts": {
16
+ "test": "xo && ava"
17
+ },
18
+ "files": [
19
+ "index.js"
20
+ ],
21
+ "keywords": [
22
+ "path",
23
+ "key",
24
+ "environment",
25
+ "env",
26
+ "variable",
27
+ "var",
28
+ "get",
29
+ "cross-platform",
30
+ "windows"
31
+ ],
32
+ "devDependencies": {
33
+ "ava": "*",
34
+ "xo": "*"
35
+ },
36
+ "xo": {
37
+ "esnext": true
38
+ }
39
+ }
@@ -0,0 +1,51 @@
1
+ # path-key [![Build Status](https://travis-ci.org/sindresorhus/path-key.svg?branch=master)](https://travis-ci.org/sindresorhus/path-key)
2
+
3
+ > Get the [PATH](https://en.wikipedia.org/wiki/PATH_(variable)) environment variable key cross-platform
4
+
5
+ It's usually `PATH`, but on Windows it can be any casing like `Path`...
6
+
7
+
8
+ ## Install
9
+
10
+ ```
11
+ $ npm install --save path-key
12
+ ```
13
+
14
+
15
+ ## Usage
16
+
17
+ ```js
18
+ const pathKey = require('path-key');
19
+
20
+ const key = pathKey();
21
+ //=> 'PATH'
22
+
23
+ const PATH = process.env[key];
24
+ //=> '/usr/local/bin:/usr/bin:/bin'
25
+ ```
26
+
27
+
28
+ ## API
29
+
30
+ ### pathKey([options])
31
+
32
+ #### options
33
+
34
+ ##### env
35
+
36
+ Type: `Object`<br>
37
+ Default: [`process.env`](https://nodejs.org/api/process.html#process_process_env)
38
+
39
+ Use a custom environment variables object.
40
+
41
+ #### platform
42
+
43
+ Type: `string`<br>
44
+ Default: [`process.platform`](https://nodejs.org/api/process.html#process_process_platform)
45
+
46
+ Get the PATH key for a specific platform.
47
+
48
+
49
+ ## License
50
+
51
+ MIT © [Sindre Sorhus](https://sindresorhus.com)
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017-present, Jon Schlinkert.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all 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,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.