1
0
Fork 0
Go to file
dependabot[bot] 0e52a517d9 build(deps): bump acorn from 7.1.0 to 7.1.1
Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-14 10:38:35 -05:00
.github feat: new project from template 2019-11-13 08:01:51 -06:00
config feat(type): add env, include, regexp, and stream 2019-11-13 08:20:34 -06:00
docs/api feat(type): add env, include, regexp, and stream 2019-11-13 08:20:34 -06:00
scripts feat: new project from template 2019-11-13 08:01:51 -06:00
src feat(type): add env, include, regexp, and stream 2019-11-13 08:20:34 -06:00
test feat(type): add env, include, regexp, and stream 2019-11-13 08:20:34 -06: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 fix(build): base sonar project key on gitlab group 2019-12-20 11:46:18 -06: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
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: new project from template 2019-11-13 08:01:51 -06:00
README.md fix(docs): list tags in readme 2019-11-13 08:26:10 -06:00
package.json update: update dependency @types/chai to v4.2.11 2020-03-14 08:34:35 -05: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 acorn from 7.1.0 to 7.1.1 2020-03-14 10:38:35 -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