{"_id":"@akrc/yaml","name":"@akrc/yaml","dist-tags":{"latest":"4.2.0"},"versions":{"4.2.0":{"name":"@akrc/yaml","version":"4.2.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"type":"module","author":{"name":"Vladimir Zapparov","email":"dervus.grim@gmail.com"},"contributors":[{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},{"name":"Vitaly Puzrin","email":"vitaly@rcdesign.ru","url":"https://github.com/puzrin"},{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/nodeca/js-yaml.git"},"module":"./dist/js-yaml.js","main":"./dist/js-yaml.cjs","exports":{".":{"types":"./index.d.ts","import":"./dist/js-yaml.js","default":"./dist/js-yaml.cjs"},"./package.json":"./package.json"},"scripts":{"lint":"eslint .","test":"npm run lint && mocha","coverage":"npm run lint && nyc mocha && nyc report --reporter html","demo":"npm run lint && node support/build_demo.js","gh-demo":"npm run demo && gh-pages -d demo -f","browserify":"rollup -c support/rollup.config.mjs","prepublishOnly":"npm run gh-demo","check":"biome check . --write"},"devDependencies":{"@biomejs/biome":"^1.8.3","@rollup/plugin-commonjs":"^26.0.1","@rollup/plugin-node-resolve":"^15.2.3","@rollup/plugin-terser":"^0.4.4","ansi":"^0.3.1","benchmark":"^2.1.4","codemirror":"^5.13.4","eslint":"^8.57.0","fast-check":"^2.8.0","gh-pages":"^3.1.0","mocha":"^8.2.1","nyc":"^17.0.0","rollup":"^4.21.0","rollup-plugin-node-polyfills":"^0.2.1","shelljs":"^0.8.4"},"packageManager":"pnpm@9.7.1","types":"./index.d.ts","publishConfig":{"access":"public"},"_id":"@akrc/yaml@4.2.0","gitHead":"38338c45d8742bf60965423f2b11a93eb065d42d","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"homepage":"https://github.com/nodeca/js-yaml#readme","_nodeVersion":"22.2.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-9o+d6YmdZSyd79teSdQryDuHd30sCeG88B0aqqCz9AMbDxvvhc+KgDqIXrOXOy5cSsGAAaJfxuFiWvsldtyBWA==","shasum":"6d80b08474f3e1827d9ded7122b37c31b84f31d9","tarball":"https://registry.npmjs.org/@akrc/yaml/-/yaml-4.2.0.tgz","fileCount":6,"unpackedSize":86455,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBfO3Gws/8KbvL6KxK4BUi1/PeW8v9nHWhD1KcOebfLUAiEAn6dDdZH3IhJPCFb/tXZdC2uDnt0gnb5XqGGuiSStgH4="}]},"_npmUser":{"name":"akarachen","email":"akarachen@outlook.com"},"directories":{},"maintainers":[{"name":"akarachen","email":"akarachen@outlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/yaml_4.2.0_1724334116059_0.39314047207689695"},"_hasShrinkwrap":false}},"time":{"created":"2024-08-22T13:41:55.945Z","4.2.0":"2024-08-22T13:41:56.189Z","modified":"2024-08-22T13:41:56.496Z"},"maintainers":[{"name":"akarachen","email":"akarachen@outlook.com"}],"description":"YAML 1.2 parser and serializer","homepage":"https://github.com/nodeca/js-yaml#readme","keywords":["yaml","parser","serializer","pyyaml"],"repository":{"type":"git","url":"git+https://github.com/nodeca/js-yaml.git"},"contributors":[{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},{"name":"Vitaly Puzrin","email":"vitaly@rcdesign.ru","url":"https://github.com/puzrin"},{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"author":{"name":"Vladimir Zapparov","email":"dervus.grim@gmail.com"},"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":"MIT","readme":"JS-YAML - YAML 1.2 parser / writer for JavaScript\n=================================================\n\n## Introduction\n\nThis is a fork of [js-yaml](https://github.com/nodeca/js-yaml), containing a few changes to make it work with the modern javascript ecosystem.\n\n## Changes\n\n1. Remove the `js-yaml` global cli, as it is not needed.\n2. Migrate all code to esm, so it can be well tree-shaken.\n3. Build for esm and cjs, no umd, if you want umd build, just import from the original package.\n4. Add TypeScript typings, now you don't need to install `@types/js-yaml` anymore.\n5. Quite smaller package size, shrink the package size from 0.5MB to 0.1MB.\n\n## Installation\n\n```bash\nnpm install @akrc/yaml\n```\n","readmeFilename":"README.md"}