{"library":"yml-loader","type":"library","category":null,"description":"YAML loader for webpack that imports .yml files as JSON objects. Version 2.1.0 is the latest stable release. This loader supports multiple documents via the `multiDocument` option and key blacklisting via `keysToRemove` to exclude sensitive keys from output. It is commonly used in webpack configurations to load YAML configuration files. The package is unmaintained since 2019 and relies on `js-yaml` for parsing. Alternatives like `yaml-loader` offer more active maintenance and broader compatibility with webpack 4+.","language":"javascript","status":"maintenance","version":"2.1.0","tags":["javascript","yaml","json","remove","keys","blacklist","loader","webpack","webpack-loader"],"last_verified":"Sat Apr 25","install":[{"cmd":"npm install yml-loader","imports":["import yml from 'yml-loader'","module.exports = { module: { rules: [ { test: /\\.yml$/, use: 'yml-loader' } ] } }"]},{"cmd":"yarn add yml-loader","imports":[]},{"cmd":"pnpm add yml-loader","imports":[]}],"homepage":null,"github":"https://github.com/nkt/yml-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/yml-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}