{"library":"js-yaml-loader","type":"library","category":null,"description":"A Webpack loader that transpiles YAML files into JavaScript objects using js-yaml. Version 1.2.2 (latest) is stable with no active development since 2019. Unlike yaml-loader which outputs JSON, this loader supports YAML types disallowed in JSON (e.g., Infinity, RegExp, Function) via js-yaml's load. Options include safe load (default true) and iterator for multi-document YAML. Compatible with Webpack 4+.","language":"javascript","status":"maintenance","version":"1.2.2","tags":["javascript","yaml","webpack","loader"],"last_verified":"Wed May 27","install":[{"cmd":"npm install js-yaml-loader","imports":["import doc from 'js-yaml-loader!./file.yml'","module.exports = { module: { rules: [{ test: /\\.yaml$/, use: 'js-yaml-loader' }] } }","module.exports = { module: { rules: [{ test: /\\.yaml$/, use: { loader: 'js-yaml-loader', options: { safe: false } } }] } }"]},{"cmd":"yarn add js-yaml-loader","imports":[]},{"cmd":"pnpm add js-yaml-loader","imports":[]}],"homepage":null,"github":"https://github.com/wwilsman/js-yaml-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/js-yaml-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/js-yaml-loader/compatibility"}}