1
0
Fork 0
Go to file
dependabot[bot] d565873bff build(deps): bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 16:56:49 -05:00
.github feat: new project from template 2019-11-13 08:01:51 -06:00
config fix(build): add docker TLS options, remove codecov job 2021-08-05 22:26:18 -05:00
docs/api feat(build): update eslint config, remove tslint plugins 2021-07-10 17:38:08 -05:00
scripts feat: new project from template 2019-11-13 08:01:51 -06:00
src feat: export include schema helper 2021-08-05 22:26:10 -05:00
test feat(build): update eslint config, remove tslint plugins 2021-07-10 17:38:08 -05:00
vendor/rollup-resources feat: new project from template 2019-11-13 08:01:51 -06:00
.codeclimate.yml feat: new project from template 2019-11-13 08:01:51 -06:00
.dockerignore feat: new project from template 2019-11-13 08:01:51 -06:00
.eslintrc.json feat: expose package as ES module 2021-07-27 21:06:45 -05:00
.gitignore feat: new project from template 2019-11-13 08:01:51 -06:00
.gitlab-ci.yml fix(build): add docker TLS options, remove codecov job 2021-08-05 22:26:18 -05:00
.npmignore feat: new project from template 2019-11-13 08:01:51 -06:00
.npmrc feat: new project from template 2019-11-13 08:01:51 -06:00
CHANGELOG.md chore(release): 0.5.0 2021-07-28 08:11:48 -05:00
Dockerfile.alpine update: update node.js to v16 2021-05-28 07:22:58 -05:00
Dockerfile.stretch update: update node.js to v16 2021-05-28 07:22:58 -05:00
LICENSE.md feat: new project from template 2019-11-13 08:01:51 -06:00
Makefile feat: expose package as ES module 2021-07-27 21:06:45 -05:00
README.md fix(docs): list tags in readme 2019-11-13 08:26:10 -06:00
package.json update: update eslint-plugins to v4.29.1 2021-08-09 20:57:34 -05:00
renovate.json fix: reduce renovate noise, automerge test deps 2021-06-11 10:57:52 -05:00
run.mk feat: new project from template 2019-11-13 08:01:51 -06:00
tsconfig.json feat: new project from template 2019-11-13 08:01:51 -06:00
yarn.lock build(deps): bump path-parse from 1.0.6 to 1.0.7 2021-08-11 16:56:49 -05:00

README.md

js-yaml-schema

This is an extension schema for js-yaml, adding custom tags for common config types.

Tags

  • !env: environment variables
  • !include: file include, parsed with the same schema
  • !regexp: regular expression, with flags
  • !stream: NodeJS stream, from process with name restrictions