1
0
Fork 0
Go to file
dependabot[bot] 2b3385d528 build(deps): bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-30 11:13:41 -06:00
.github feat: new project from template 2019-11-13 08:01:51 -06:00
config fix(build): pull images from nexus 2020-12-29 12:42:26 -06:00
docs/api feat(include): add flag option to includes 2020-08-09 09:44:11 -05:00
scripts feat: new project from template 2019-11-13 08:01:51 -06:00
src feat: list allowed encodings, include ASCII 2020-09-07 07:08:58 -05:00
test feat: switch to instantiated API, add `createSchema` entrypoint 2020-08-08 20:01:34 -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
.gitignore feat: new project from template 2019-11-13 08:01:51 -06:00
.gitlab-ci.yml lint(build): remove unused image stage 2020-03-30 08:48:33 -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.4.0-3 2020-08-09 09:44:28 -05:00
Dockerfile.alpine feat: new project from template 2019-11-13 08:01:51 -06:00
Dockerfile.stretch feat: new project from template 2019-11-13 08:01:51 -06:00
LICENSE.md feat: new project from template 2019-11-13 08:01:51 -06:00
Makefile feat(build): bundle as ES module 2020-06-29 18:19:35 -05:00
README.md fix(docs): list tags in readme 2019-11-13 08:26:10 -06:00
package.json update: update dependency standard-version to v9.1.0 2020-12-30 10:05:54 -06:00
renovate.json feat: new project from template 2019-11-13 08:01:51 -06: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 ini from 1.3.5 to 1.3.8 2020-12-30 11:13:41 -06: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