{"_attachments":{},"_id":"js-yaml","_rev":"591-61f144e4b677e08f5113a371","author":{"name":"Vladimir Zapparov","email":"dervus.grim@gmail.com"},"description":"YAML 1.2 parser and serializer","dist-tags":{"latest":"5.4.0","v3-legacy":"3.15.1","v4-legacy":"4.3.1"},"license":"MIT","maintainers":[{"name":"vitaly","email":"vitaly@rcopen.com"}],"name":"js-yaml","readme":"# js-yaml\n\n[![CI](https://github.com/nodeca/js-yaml/actions/workflows/ci.yml/badge.svg)](https://github.com/nodeca/js-yaml/actions/workflows/ci.yml)\n[![NPM version](https://img.shields.io/npm/v/js-yaml.svg)](https://www.npmjs.org/package/js-yaml)\n\n> YAML 1.2 parser and serializer for JavaScript.\n\n__[Online demo](https://nodeca.github.io/js-yaml/)__\n\n- Supports the YAML 1.2 and YAML 1.1 specifications.\n- Passes the entire [YAML Test Suite](https://github.com/yaml/yaml-test-suite).\n\n\n### [Documentation >>](https://nodeca.github.io/js-yaml/doc/)\n\n\n##### Install\n\n```bash\nnpm install js-yaml\n```\n\n\n##### Usage\n\n```js\nimport { load } from 'js-yaml'\n\ntry {\n  const document = load('greeting: hello')\n  console.log(document.greeting)\n} catch (e) {\n  console.error(e)\n}\n```\n\n```js\nimport { dump } from 'js-yaml'\n\nconst source = dump({ greeting: 'hello' })\nconsole.log(source)\n```\n\n[More usage examples](docs/usage.md).\n","time":{"created":"2022-01-26T12:56:04.182Z","modified":"2026-08-25T07:40:28.927Z","4.1.0":"2021-04-14T21:07:09.057Z","4.0.0":"2021-01-03T13:51:18.695Z","3.14.1":"2020-12-07T19:45:10.828Z","3.14.0":"2020-05-22T18:30:32.680Z","3.13.1":"2019-04-05T16:15:22.531Z","3.13.0":"2019-03-20T19:16:31.897Z","3.12.2":"2019-02-26T15:03:08.027Z","3.12.1":"2019-01-05T09:22:04.437Z","3.12.0":"2018-06-01T22:48:26.432Z","3.11.0":"2018-03-05T15:52:52.361Z","3.10.0":"2017-09-11T08:19:12.765Z","3.9.1":"2017-07-30T07:33:59.643Z","3.9.0":"2017-07-08T08:50:56.677Z","3.8.4":"2017-05-08T15:16:29.219Z","3.8.3":"2017-04-05T12:47:42.580Z","3.8.2":"2017-03-02T16:49:42.243Z","3.8.1":"2017-02-07T00:39:35.390Z","3.8.0":"2017-02-07T00:31:34.951Z","3.7.0":"2016-11-12T01:32:04.258Z","3.6.1":"2016-05-11T19:40:39.230Z","3.6.0":"2016-04-15T21:18:53.001Z","3.5.5":"2016-03-17T14:48:49.376Z","3.5.4":"2016-03-09T18:25:33.192Z","3.5.3":"2016-02-11T07:27:27.075Z","3.5.2":"2016-01-11T11:03:18.527Z","3.5.1":"2016-01-11T01:28:37.047Z","3.5.0":"2016-01-10T19:09:01.309Z","3.4.6":"2015-11-26T13:53:40.452Z","3.4.5":"2015-11-23T04:26:14.849Z","3.4.4":"2015-11-21T20:20:51.107Z","3.4.3":"2015-10-10T19:41:24.397Z","3.4.2":"2015-09-09T10:06:07.503Z","3.4.1":"2015-09-04T23:36:30.962Z","3.4.0":"2015-08-22T22:35:19.729Z","3.3.1":"2015-05-13T13:37:54.734Z","3.3.0":"2015-04-26T05:56:35.340Z","3.2.7":"2015-02-19T10:09:14.968Z","3.2.6":"2015-02-07T03:02:33.322Z","3.2.5":"2014-12-27T22:20:55.637Z","3.2.4":"2014-12-19T13:13:57.457Z","3.2.3":"2014-11-08T05:12:03.094Z","3.2.2":"2014-09-06T20:33:29.831Z","3.2.1":"2014-08-24T08:05:01.740Z","3.1.0":"2014-07-07T09:31:00.559Z","3.0.2":"2014-02-27T03:20:28.502Z","3.0.1":"2013-12-22T18:44:21.114Z","3.0.0":"2013-12-16T08:35:24.383Z","2.1.3":"2013-10-15T21:30:17.137Z","2.1.2":"2013-10-06T21:35:32.358Z","2.1.1":"2013-10-01T20:08:34.063Z","2.1.0":"2013-06-05T14:44:09.636Z","2.0.5":"2013-04-26T14:40:59.621Z","2.0.4":"2013-04-08T11:45:36.838Z","2.0.3":"2013-02-26T03:14:59.871Z","2.0.2":"2013-02-15T11:22:57.482Z","2.0.1":"2013-02-09T15:41:35.905Z","2.0.0":"2013-02-09T07:34:25.954Z","1.0.3":"2012-11-05T01:57:23.010Z","1.0.2":"2012-08-02T08:44:43.484Z","1.0.1":"2012-07-07T09:42:56.820Z","1.0.0":"2012-07-01T15:02:00.004Z","0.3.7":"2012-02-28T16:06:34.722Z","0.3.6":"2012-02-22T04:58:30.034Z","0.3.5":"2012-01-10T12:03:28.241Z","0.3.4":"2011-12-24T12:11:57.618Z","0.3.3":"2011-12-20T00:33:34.021Z","0.3.2":"2011-12-16T03:11:23.796Z","0.3.1":"2011-11-18T04:40:26.297Z","0.3.0":"2011-11-09T11:50:52.572Z","0.2.2":"2011-11-06T19:36:46.376Z","0.2.1":"2011-11-02T15:44:59.476Z","0.2.0":"2011-11-02T01:56:04.988Z","4.1.1":"2025-11-12T15:18:03.524Z","3.14.2":"2025-11-14T22:32:17.773Z","4.2.0":"2026-05-31T22:17:13.783Z","5.0.0":"2026-06-20T17:28:55.421Z","5.1.0":"2026-06-22T22:01:32.626Z","5.2.0":"2026-06-26T20:07:00.244Z","4.3.0":"2026-06-26T22:29:00.874Z","3.15.0":"2026-06-26T23:12:41.657Z","5.2.1":"2026-07-02T00:55:21.714Z","5.2.2":"2026-07-23T22:55:18.680Z","4.3.1":"2026-07-31T17:39:51.183Z","3.15.1":"2026-07-31T17:48:53.128Z","5.2.3":"2026-08-01T06:25:05.164Z","5.3.0":"2026-08-14T09:31:39.879Z","5.4.0":"2026-08-25T07:03:21.871Z"},"versions":{"4.1.0":{"name":"js-yaml","version":"4.1.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"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"},"bin":{"js-yaml":"bin/js-yaml.js"},"module":"./dist/js-yaml.mjs","exports":{".":{"import":"./dist/js-yaml.mjs","require":"./index.js"},"./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.js","prepublishOnly":"npm run gh-demo"},"unpkg":"dist/js-yaml.min.js","jsdelivr":"dist/js-yaml.min.js","dependencies":{"argparse":"^2.0.1"},"devDependencies":{"@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.0","ansi":"^0.3.1","benchmark":"^2.1.4","codemirror":"^5.13.4","eslint":"^7.0.0","fast-check":"^2.8.0","gh-pages":"^3.1.0","mocha":"^8.2.1","nyc":"^15.1.0","rollup":"^2.34.1","rollup-plugin-node-polyfills":"^0.2.1","rollup-plugin-terser":"^7.0.2","shelljs":"^0.8.4"},"gitHead":"2cef47bebf60da141b78b085f3dea3b5733dcc12","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"homepage":"https://github.com/nodeca/js-yaml#readme","_id":"js-yaml@4.1.0","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"c1fb65f8f5017901cdd2c951864ba18458a10602","size":102356,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz","integrity":"sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA=="},"_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"directories":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-yaml_4.1.0_1618434428897_0.2929353399520087"},"_hasShrinkwrap":false,"publish_time":1618434429057,"_cnpm_publish_time":1618434429057,"_cnpmcore_publish_time":"2021-12-13T10:48:35.258Z"},"4.0.0":{"name":"js-yaml","version":"4.0.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"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"},"bin":{"js-yaml":"bin/js-yaml.js"},"module":"./dist/js-yaml.mjs","exports":{".":{"import":"./dist/js-yaml.mjs","require":"./index.js"},"./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.js","prepublishOnly":"npm run gh-demo"},"unpkg":"dist/js-yaml.min.js","jsdelivr":"dist/js-yaml.min.js","dependencies":{"argparse":"^2.0.1"},"devDependencies":{"@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.0","ansi":"^0.3.1","benchmark":"^2.1.4","codemirror":"^5.13.4","eslint":"^7.0.0","fast-check":"^2.8.0","gh-pages":"^3.1.0","mocha":"^8.2.1","nyc":"^15.1.0","rollup":"^2.34.1","rollup-plugin-node-polyfills":"^0.2.1","rollup-plugin-terser":"^7.0.2","shelljs":"^0.8.4"},"gitHead":"ee74ce4b4800282b2f23b776be7dc95dfe34db1c","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"homepage":"https://github.com/nodeca/js-yaml#readme","_id":"js-yaml@4.0.0","_nodeVersion":"14.15.2","_npmVersion":"6.14.9","dist":{"shasum":"f426bc0ff4b4051926cd588c71113183409a121f","size":101527,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-4.0.0.tgz","integrity":"sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q=="},"_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"directories":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-yaml_4.0.0_1609681878541_0.15239597588136355"},"_hasShrinkwrap":false,"publish_time":1609681878695,"_cnpm_publish_time":1609681878695,"_cnpmcore_publish_time":"2021-12-13T10:48:35.574Z"},"3.14.1":{"name":"js-yaml","version":"3.14.1","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"bin":{"js-yaml":"bin/js-yaml.js"},"unpkg":"dist/js-yaml.min.js","jsdelivr":"dist/js-yaml.min.js","dependencies":{"argparse":"^1.0.7","esprima":"^4.0.0"},"devDependencies":{"ansi":"^0.3.1","benchmark":"^2.1.4","browserify":"^16.2.2","codemirror":"^5.13.4","eslint":"^7.0.0","fast-check":"^1.24.2","istanbul":"^0.4.5","mocha":"^7.1.2","uglify-js":"^3.0.1"},"scripts":{"test":"make test"},"gitHead":"37caaad57dc37d350d9a4577a5da53f482bb2983","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.14.1","_nodeVersion":"14.15.1","_npmVersion":"6.14.8","dist":{"shasum":"dae812fdb3825fa306609a8717383c50c36a0537","size":76875,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.14.1.tgz","integrity":"sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g=="},"_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"directories":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-yaml_3.14.1_1607370310569_0.017986086639752985"},"_hasShrinkwrap":false,"publish_time":1607370310828,"_cnpm_publish_time":1607370310828,"_cnpmcore_publish_time":"2021-12-13T10:48:35.885Z"},"3.14.0":{"name":"js-yaml","version":"3.14.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"bin":{"js-yaml":"bin/js-yaml.js"},"unpkg":"dist/js-yaml.min.js","jsdelivr":"dist/js-yaml.min.js","dependencies":{"argparse":"^1.0.7","esprima":"^4.0.0"},"devDependencies":{"ansi":"^0.3.1","benchmark":"^2.1.4","browserify":"^16.2.2","codemirror":"^5.13.4","eslint":"^7.0.0","fast-check":"^1.24.2","istanbul":"^0.4.5","mocha":"^7.1.2","uglify-js":"^3.0.1"},"scripts":{"test":"make test"},"gitHead":"34e5072f43fd36b08aaaad433da73c10d47c41e5","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.14.0","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"shasum":"a7a34170f26a21bb162424d8adacb4113a69e482","size":76946,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.14.0.tgz","integrity":"sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A=="},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-yaml_3.14.0_1590172232500_0.06002287301971676"},"_hasShrinkwrap":false,"publish_time":1590172232680,"_cnpm_publish_time":1590172232680,"_cnpmcore_publish_time":"2021-12-13T10:48:36.234Z"},"3.13.1":{"name":"js-yaml","version":"3.13.1","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.7","esprima":"^4.0.0"},"devDependencies":{"ansi":"^0.3.1","benchmark":"^2.1.4","browserify":"^16.2.2","codemirror":"^5.13.4","eslint":"^4.1.1","fast-check":"1.1.3","istanbul":"^0.4.5","mocha":"^5.2.0","uglify-js":"^3.0.1"},"scripts":{"test":"make test"},"gitHead":"665aadda42349dcae869f12040d9b10ef18d12da","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.13.1","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"dist":{"shasum":"aff151b30bfdfa8e49e05da22e7415e9dfa37847","size":74050,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.13.1.tgz","integrity":"sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw=="},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-yaml_3.13.1_1554480922316_0.08046878232230115"},"_hasShrinkwrap":false,"publish_time":1554480922531,"_cnpm_publish_time":1554480922531,"_cnpmcore_publish_time":"2021-12-13T10:48:36.583Z"},"3.13.0":{"name":"js-yaml","version":"3.13.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.7","esprima":"^4.0.0"},"devDependencies":{"ansi":"^0.3.1","benchmark":"^2.1.4","browserify":"^16.2.2","codemirror":"^5.13.4","eslint":"^4.1.1","fast-check":"1.1.3","istanbul":"^0.4.5","mocha":"^5.2.0","uglify-js":"^3.0.1"},"scripts":{"test":"make test"},"gitHead":"9d4ce5e2895365c943d2bdf7e7c8ac1be3ec51a3","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.13.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"dist":{"shasum":"38ee7178ac0eea2c97ff6d96fff4b18c7d8cf98e","size":73639,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.13.0.tgz","integrity":"sha512-pZZoSxcCYco+DIKBTimr67J6Hy+EYGZDY/HCWC+iAEA9h1ByhMXAIVUXMcMFpOCxQ/xjXmPI2MkDL5HRm5eFrQ=="},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-yaml_3.13.0_1553109391761_0.11819358401977476"},"_hasShrinkwrap":false,"publish_time":1553109391897,"_cnpm_publish_time":1553109391897,"_cnpmcore_publish_time":"2021-12-13T10:48:36.958Z"},"3.12.2":{"name":"js-yaml","version":"3.12.2","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.7","esprima":"^4.0.0"},"devDependencies":{"ansi":"^0.3.1","benchmark":"^2.1.4","browserify":"^16.2.2","codemirror":"^5.13.4","eslint":"^4.1.1","fast-check":"1.1.3","istanbul":"^0.4.5","mocha":"^5.2.0","uglify-js":"^3.0.1"},"scripts":{"test":"make test"},"gitHead":"e4267fc733452d074a3e494fb5cab2a07c7e6b87","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.12.2","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"dist":{"shasum":"ef1d067c5a9d9cb65bd72f285b5d8105c77f14fc","size":73252,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.12.2.tgz","integrity":"sha512-QHn/Lh/7HhZ/Twc7vJYQTkjuCa0kaCcDcjK5Zlk2rvnUpy7DxMJ23+Jc2dcyvltwQVg1nygAVlB2oRDFHoRS5Q=="},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-yaml_3.12.2_1551193387893_0.4735706534836437"},"_hasShrinkwrap":false,"publish_time":1551193388027,"_cnpm_publish_time":1551193388027,"_cnpmcore_publish_time":"2021-12-13T10:48:37.343Z"},"3.12.1":{"name":"js-yaml","version":"3.12.1","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.7","esprima":"^4.0.0"},"devDependencies":{"ansi":"^0.3.1","benchmark":"^2.1.4","browserify":"^16.2.2","codemirror":"^5.13.4","eslint":"^4.1.1","fast-check":"1.1.3","istanbul":"^0.4.5","mocha":"^5.2.0","uglify-js":"^3.0.1"},"scripts":{"test":"make test"},"gitHead":"b6d260927b875404eac8b5e610f41d2f8fbe2425","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.12.1","_npmVersion":"6.4.1","_nodeVersion":"10.11.0","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"dist":{"shasum":"295c8632a18a23e054cf5c9d3cecafe678167600","size":73215,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.12.1.tgz","integrity":"sha512-um46hB9wNOKlwkHgiuyEVAybXBjwFUV0Z/RaHJblRd9DXltue9FTYvzCr9ErQrK9Adz5MU4gHWVaNUfdmrC8qA=="},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-yaml_3.12.1_1546680124230_0.014144717090798231"},"_hasShrinkwrap":false,"publish_time":1546680124437,"_cnpm_publish_time":1546680124437,"_cnpmcore_publish_time":"2021-12-13T10:48:37.833Z"},"3.12.0":{"name":"js-yaml","version":"3.12.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.7","esprima":"^4.0.0"},"devDependencies":{"ansi":"^0.3.1","benchmark":"^2.1.4","browserify":"^16.2.2","codemirror":"^5.13.4","eslint":"^4.1.1","fast-check":"1.1.3","istanbul":"^0.4.5","mocha":"^5.2.0","uglify-js":"^3.0.1"},"scripts":{"test":"make test"},"gitHead":"5cdad9bd27ad97627b21f0111ca3f125fe618acd","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.12.0","_npmVersion":"6.0.1","_nodeVersion":"10.1.0","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"eaed656ec8344f10f527c6bfa1b6e2244de167d1","size":73056,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.12.0.tgz","integrity":"sha512-PIt2cnwmPfL4hKNwqeiuz4bKfnzHTBv6HyVgjahA6mPLwPDzjDWrplJBMjHUFxku/N3FlmrbyPclad+I+4mJ3A=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-yaml_3.12.0_1527893306172_0.836872535976291"},"_hasShrinkwrap":false,"publish_time":1527893306432,"_cnpm_publish_time":1527893306432,"_cnpmcore_publish_time":"2021-12-13T10:48:38.213Z"},"3.11.0":{"name":"js-yaml","version":"3.11.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.7","esprima":"^4.0.0"},"devDependencies":{"ansi":"^0.3.1","benchmark":"^2.1.4","browserify":"^14.3.0","codemirror":"^5.13.4","eslint":"^4.1.1","istanbul":"^0.4.5","mocha":"^3.3.0","uglify-js":"^3.0.1"},"scripts":{"test":"make test"},"gitHead":"f2bb20759284e1af69aeea0fe11daf5f96a33e03","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.11.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"597c1a8bd57152f26d622ce4117851a51f5ebaef","size":72943,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.11.0.tgz","integrity":"sha512-saJstZWv7oNeOyBh3+Dx1qWzhW0+e6/8eDzo7p5rDFqxntSztloLtuKu+Ejhtq82jsilwOIZYsCz+lIjthg1Hw=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-yaml_3.11.0_1520265172253_0.8233823763210271"},"_hasShrinkwrap":false,"publish_time":1520265172361,"_cnpm_publish_time":1520265172361,"_cnpmcore_publish_time":"2021-12-13T10:48:38.612Z"},"3.10.0":{"name":"js-yaml","version":"3.10.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.7","esprima":"^4.0.0"},"devDependencies":{"ansi":"^0.3.1","benchmark":"^2.1.4","browserify":"^14.3.0","codemirror":"^5.13.4","eslint":"^4.1.1","istanbul":"^0.4.5","mocha":"^3.3.0","uglify-js":"^3.0.1"},"scripts":{"test":"make test"},"gitHead":"42e7fcccf10c74fe157b1f8eb9d73c1c25c3c259","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.10.0","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"2e78441646bd4682e963f22b6e92823c309c62dc","size":72821,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.10.0.tgz","integrity":"sha512-O2v52ffjLa9VeM43J4XocZE//WT9N0IiwDa3KSHH7Tu8CtH+1qM8SIZvnsTh6v+4yFy5KUY3BHUVwjpfAWsjIA=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-yaml-3.10.0.tgz_1505117951321_0.05147904600016773"},"directories":{},"publish_time":1505117952765,"_hasShrinkwrap":false,"_cnpm_publish_time":1505117952765,"_cnpmcore_publish_time":"2021-12-13T10:48:39.095Z"},"3.9.1":{"name":"js-yaml","version":"3.9.1","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.7","esprima":"^4.0.0"},"devDependencies":{"ansi":"^0.3.1","benchmark":"^2.1.4","browserify":"^14.3.0","codemirror":"^5.13.4","eslint":"^4.1.1","istanbul":"^0.4.5","mocha":"^3.3.0","uglify-js":"^3.0.1"},"scripts":{"test":"make test"},"gitHead":"82945a758526197ba023ed299d5b537823231002","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.9.1","_npmVersion":"5.0.3","_nodeVersion":"8.1.4","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"08775cebdfdd359209f0d2acd383c8f86a6904a0","size":72200,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.9.1.tgz","integrity":"sha512-CbcG379L1e+mWBnLvHWWeLs8GyV/EMw862uLI3c+GxVyDHWZcjZinwuBd3iW2pgxgIlksW/1vNJa4to+RvDOww=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-yaml-3.9.1.tgz_1501400037979_0.9373135957866907"},"directories":{},"publish_time":1501400039643,"_hasShrinkwrap":false,"_cnpm_publish_time":1501400039643,"_cnpmcore_publish_time":"2021-12-13T10:48:39.620Z"},"3.9.0":{"name":"js-yaml","version":"3.9.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.7","esprima":"^4.0.0"},"devDependencies":{"ansi":"^0.3.1","benchmark":"^2.1.4","browserify":"^14.3.0","codemirror":"^5.13.4","eslint":"^4.1.1","istanbul":"^0.4.5","mocha":"^3.3.0","uglify-js":"^3.0.1"},"scripts":{"test":"make test"},"gitHead":"d411eddbb7a340c89dd0557e277ce31463515c04","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.9.0","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"4ffbbf25c2ac963b8299dc74da7e3740de1c18ce","size":72168,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.9.0.tgz","integrity":"sha512-0LoUNELX4S+iofCT8f4uEHIiRBR+c2AINyC8qRWfC6QNruLtxVZRJaPcu/xwMgFIgDxF25tGHaDjvxzJCNE9yw=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-yaml-3.9.0.tgz_1499503855491_0.8773747310042381"},"directories":{},"publish_time":1499503856677,"_hasShrinkwrap":false,"_cnpm_publish_time":1499503856677,"_cnpmcore_publish_time":"2021-12-13T10:48:40.068Z"},"3.8.4":{"name":"js-yaml","version":"3.8.4","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.7","esprima":"^3.1.1"},"devDependencies":{"ansi":"^0.3.1","benchmark":"^2.1.4","browserify":"^14.3.0","codemirror":"^5.13.4","eslint":"^3.10.0","istanbul":"^0.4.5","mocha":"^3.3.0","uglify-js":"^3.0.1"},"scripts":{"test":"make test"},"gitHead":"3de650d4d6fd9e24052ffa7ae53439e36eb70cbb","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.8.4","_shasum":"520b4564f86573ba96662af85a8cafa7b4b5a6f6","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"520b4564f86573ba96662af85a8cafa7b4b5a6f6","size":71850,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.8.4.tgz","integrity":"sha512-bgjcVwQFrFX7lpj97N1cLRCEUrXKdRqLWwvoKVFep3Qg5RAuYw78NeThxDekWvmuE1tg+0Ke49RshU1ZcXCHmA=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/js-yaml-3.8.4.tgz_1494256586834_0.47078769421204925"},"directories":{},"publish_time":1494256589219,"_hasShrinkwrap":false,"_cnpm_publish_time":1494256589219,"_cnpmcore_publish_time":"2021-12-13T10:48:40.531Z"},"3.8.3":{"name":"js-yaml","version":"3.8.3","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.7","esprima":"^3.1.1"},"devDependencies":{"ansi":"*","benchmark":"*","browserify":"^13.0.0","codemirror":"^5.13.4","eslint":"^3.10.0","istanbul":"*","mocha":"*","uglify-js":"^2.6.1"},"scripts":{"test":"make test"},"gitHead":"db20313c9c432766d0606aa1d9659b4f96b9bf5b","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.8.3","_shasum":"33a05ec481c850c8875929166fe1beb61c728766","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"33a05ec481c850c8875929166fe1beb61c728766","size":71816,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.8.3.tgz","integrity":"sha512-Bo9Ovd9uC8ETeDKULNfUX69iKYxj0hysFx0iagESUuPovPSWjdfcaLBQ9cFZANMhH3Tenc0tAVZ43j2Sg/qUhQ=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/js-yaml-3.8.3.tgz_1491396461695_0.8139190883375704"},"directories":{},"publish_time":1491396462580,"_hasShrinkwrap":false,"_cnpm_publish_time":1491396462580,"_cnpmcore_publish_time":"2021-12-13T10:48:40.993Z"},"3.8.2":{"name":"js-yaml","version":"3.8.2","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.7","esprima":"^3.1.1"},"devDependencies":{"ansi":"*","benchmark":"*","browserify":"^13.0.0","codemirror":"^5.13.4","eslint":"^3.10.0","istanbul":"*","mocha":"*","uglify-js":"^2.6.1"},"scripts":{"test":"make test"},"gitHead":"7dd7254139804a0cd15683fd9e61ad949bd5ce14","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.8.2","_shasum":"02d3e2c0f6beab20248d412c352203827d786721","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"02d3e2c0f6beab20248d412c352203827d786721","size":71382,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.8.2.tgz","integrity":"sha512-9I4FTrWjv8PQbXPB9VfD2Ls3rrZS1JT0+ItFbyl0DNZV5nFBduBtugZr497pWmu5BgYrugScShqcQySGAipNag=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/js-yaml-3.8.2.tgz_1488473380123_0.05922025511972606"},"directories":{},"publish_time":1488473382243,"_hasShrinkwrap":false,"_cnpm_publish_time":1488473382243,"_cnpmcore_publish_time":"2021-12-13T10:48:41.496Z"},"3.8.1":{"name":"js-yaml","version":"3.8.1","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.7","esprima":"^3.1.1"},"devDependencies":{"ansi":"*","benchmark":"*","browserify":"^13.0.0","codemirror":"^5.13.4","eslint":"^3.10.0","istanbul":"*","mocha":"*","uglify-js":"^2.6.1"},"scripts":{"test":"make test"},"gitHead":"9c1894e2c4e2a14efaa0ba4afe71804bebfb77d6","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.8.1","_shasum":"782ba50200be7b9e5a8537001b7804db3ad02628","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"782ba50200be7b9e5a8537001b7804db3ad02628","size":71334,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.8.1.tgz","integrity":"sha512-oSFg1lsOgbJH+3LAZixNuWmPQnq/lLMQndRyM+mMixlSKGqOPH02fhICErNmdt/EMjs5E7QHpZI4BJ5PpSLfug=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/js-yaml-3.8.1.tgz_1486427973137_0.02093760436400771"},"directories":{},"publish_time":1486427975390,"_hasShrinkwrap":false,"_cnpm_publish_time":1486427975390,"_cnpmcore_publish_time":"2021-12-13T10:48:41.996Z"},"3.8.0":{"name":"js-yaml","version":"3.8.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.7","esprima":"^3.1.1"},"devDependencies":{"ansi":"*","benchmark":"*","browserify":"^13.0.0","codemirror":"^5.13.4","eslint":"^3.10.0","istanbul":"*","mocha":"*","uglify-js":"^2.6.1"},"scripts":{"test":"make test"},"gitHead":"dddcb5f15fa77a8f9a4d50ccbeb969297e980aa4","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.8.0","_shasum":"f63620d2ee6763dcf95078bf7bdbaa01d8db4e73","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"f63620d2ee6763dcf95078bf7bdbaa01d8db4e73","size":71189,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.8.0.tgz","integrity":"sha512-YWtrNUztpR1dafMJNk+iFX3ay/Ygs6nDbaPov05wfo6IWnY9M5Ma4kyZd99Ga5qmh6hHB0jKeKmYcxL1y4YniQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/js-yaml-3.8.0.tgz_1486427493008_0.31876423419453204"},"directories":{},"publish_time":1486427494951,"_hasShrinkwrap":false,"_cnpm_publish_time":1486427494951,"_cnpmcore_publish_time":"2021-12-13T10:48:42.499Z"},"3.7.0":{"name":"js-yaml","version":"3.7.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.7","esprima":"^2.6.0"},"devDependencies":{"ansi":"*","benchmark":"*","browserify":"^13.0.0","codemirror":"^5.13.4","eslint":"^2.8.0","istanbul":"*","mocha":"*","uglify-js":"^2.6.1"},"scripts":{"test":"make test"},"gitHead":"279655fa5ad46d17117f60680fa3b46a0b5391c5","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.7.0","_shasum":"5c967ddd837a9bfdca5f2de84253abe8a1c03b80","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.8.1","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"5c967ddd837a9bfdca5f2de84253abe8a1c03b80","size":70884,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.7.0.tgz","integrity":"sha512-eIlkGty7HGmntbV6P/ZlAsoncFLGsNoM27lkTzS+oneY/EiNhj+geqD9ezg/ip+SW6Var0BJU2JtV0vEUZpWVQ=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/js-yaml-3.7.0.tgz_1478914323559_0.38230896391905844"},"directories":{},"publish_time":1478914324258,"_hasShrinkwrap":false,"_cnpm_publish_time":1478914324258,"_cnpmcore_publish_time":"2021-12-13T10:48:43.048Z"},"3.6.1":{"name":"js-yaml","version":"3.6.1","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.7","esprima":"^2.6.0"},"devDependencies":{"ansi":"*","benchmark":"*","browserify":"^13.0.0","codemirror":"^5.13.4","eslint":"^2.8.0","istanbul":"*","mocha":"*","uglify-js":"^2.6.1"},"scripts":{"test":"make test"},"gitHead":"c76b837cacc69de6b86a0781db31a9bb7a193875","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.6.1","_shasum":"6e5fe67d8b205ce4d22fad05b7781e8dadcc4b30","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"6e5fe67d8b205ce4d22fad05b7781e8dadcc4b30","size":70622,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.6.1.tgz","integrity":"sha512-BLv3oxhfET+w5fjPwq3PsAsxzi9i3qzU//HMpWVz0A6KplF86HdR9x2TGnv9DXhSUrO7LO8czUiTd3yb3mLSvg=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/js-yaml-3.6.1.tgz_1462995636349_0.2209061929024756"},"directories":{},"publish_time":1462995639230,"_hasShrinkwrap":false,"_cnpm_publish_time":1462995639230,"_cnpmcore_publish_time":"2021-12-13T10:48:43.717Z"},"3.6.0":{"name":"js-yaml","version":"3.6.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.7","esprima":"^2.6.0"},"devDependencies":{"ansi":"*","benchmark":"*","browserify":"^13.0.0","codemirror":"^5.13.4","eslint":"^2.8.0","istanbul":"*","mocha":"*","uglify-js":"^2.6.1"},"scripts":{"test":"make test"},"gitHead":"87e4cdc21deec3dda9b811366fb3a3af16c08f0d","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.6.0","_shasum":"3b7bf3256dd598f60f8b6f8ea75514a585a24dc6","_from":".","_npmVersion":"2.14.20","_nodeVersion":"4.4.1","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"3b7bf3256dd598f60f8b6f8ea75514a585a24dc6","size":70593,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.6.0.tgz","integrity":"sha512-xDGO1N1cjMchRguXu75T9SdMt+e9ADVFdbFKbPbRRNnc+IslxCucwR+7u+UhC11UI3N/MoAtaKdFoWhBwnFpSw=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/js-yaml-3.6.0.tgz_1460755132000_0.1514641239773482"},"directories":{},"publish_time":1460755133001,"_hasShrinkwrap":false,"_cnpm_publish_time":1460755133001,"_cnpmcore_publish_time":"2021-12-13T10:48:44.362Z"},"3.5.5":{"name":"js-yaml","version":"3.5.5","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.2","esprima":"^2.6.0"},"devDependencies":{"ansi":"*","benchmark":"*","browserify":"^13.0.0","codemirror":"^5.10.0","eslint":"^2.0.0-rc.1","istanbul":"*","mocha":"*","uglify-js":"^2.6.1"},"browser":{"buffer":false},"scripts":{"test":"make test"},"gitHead":"fdd205e5a1175a62868c0efb28a77493e5e34e3f","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.5.5","_shasum":"0377c38017cabc7322b0d1fbcd25a491641f2fbe","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.0","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"0377c38017cabc7322b0d1fbcd25a491641f2fbe","size":68365,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.5.5.tgz","integrity":"sha512-epxjSConucMdujAtGaMmQ5PG+9562qhRQHmbHy29hoq06f5Ah9K5ez/b5nkYUyVrlGzGkxHma0NLIBKW0Zr9hw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/js-yaml-3.5.5.tgz_1458226126775_0.5821511475369334"},"directories":{},"publish_time":1458226129376,"_hasShrinkwrap":false,"_cnpm_publish_time":1458226129376,"_cnpmcore_publish_time":"2021-12-13T10:48:45.017Z"},"3.5.4":{"name":"js-yaml","version":"3.5.4","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.2","esprima":"^2.6.0"},"devDependencies":{"ansi":"*","benchmark":"*","browserify":"^13.0.0","codemirror":"^5.10.0","eslint":"^2.0.0-rc.1","istanbul":"*","mocha":"*","uglify-js":"^2.6.1"},"browser":{"buffer":false},"scripts":{"test":"make test"},"gitHead":"5f058c3a78fd1a1bd36fd2cdc2c3a8c45ab53fd1","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.5.4","_shasum":"f64f16dcd78beb9ce8361068e733ebe47b079179","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.0","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"f64f16dcd78beb9ce8361068e733ebe47b079179","size":68223,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.5.4.tgz","integrity":"sha512-XBGnYi4i/XkEeSclkcRmBKOR9t7SLViumIhaIqwHSkO7FU0F3xW/sqAQ1/y+AcYX2EcnwdKFY1nXWzjJHqBRoA=="},"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/js-yaml-3.5.4.tgz_1457547930676_0.2546668383292854"},"directories":{},"publish_time":1457547933192,"_hasShrinkwrap":false,"_cnpm_publish_time":1457547933192,"_cnpmcore_publish_time":"2021-12-13T10:48:45.608Z"},"3.5.3":{"name":"js-yaml","version":"3.5.3","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.2","esprima":"^2.6.0"},"devDependencies":{"ansi":"*","benchmark":"*","browserify":"^13.0.0","codemirror":"^5.10.0","eslint":"^2.0.0-rc.1","istanbul":"*","mocha":"*","uglify-js":"^2.6.1"},"browser":{"buffer":false},"scripts":{"test":"make test"},"gitHead":"4a9e0a258586cff292cab63e0b76044fc1f4cb63","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.5.3","_shasum":"e9ee6082b0657770e4346dfaf2a58c5992251f76","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.0","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"e9ee6082b0657770e4346dfaf2a58c5992251f76","size":68051,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.5.3.tgz","integrity":"sha512-rkxjJUwevxyYOdr45k3IOyZjyhRbEMqUvcMyXXeBXTf8kdFaFKUIvMkdHgIcFIjNIoctM6l/emA7OjXYVabYSw=="},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/js-yaml-3.5.3.tgz_1455175645225_0.033302413299679756"},"directories":{},"publish_time":1455175647075,"_hasShrinkwrap":false,"_cnpm_publish_time":1455175647075,"_cnpmcore_publish_time":"2021-12-13T10:48:46.297Z"},"3.5.2":{"name":"js-yaml","version":"3.5.2","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.2","esprima":"^2.6.0"},"devDependencies":{"ansi":"*","benchmark":"*","browserify":"^13.0.0","codemirror":"^5.10.0","eslint":"0.24.1","eslint-plugin-nodeca":"^1.0.3","istanbul":"*","mocha":"*","uglify-js":"^2.6.1"},"browser":{"buffer":false},"scripts":{"test":"make test"},"gitHead":"4e7b17612d3dd9e20880a8e959b4ae7c2d68209a","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.5.2","_shasum":"46a76fefeec9ec66cb4e71faef07118c6bf246e9","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"46a76fefeec9ec66cb4e71faef07118c6bf246e9","size":68215,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.5.2.tgz","integrity":"sha512-kzsWNFWgM4at+cOVrr3VubR/FtFHUy0SBmNaYhS/FspPL0XYAAxVsAYAGhOjMbo+F2R96SLTpaNu1I61oDBbLw=="},"directories":{},"publish_time":1452510198527,"_hasShrinkwrap":false,"_cnpm_publish_time":1452510198527,"_cnpmcore_publish_time":"2021-12-13T10:48:46.929Z"},"3.5.1":{"name":"js-yaml","version":"3.5.1","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.2","esprima":"^2.6.0"},"devDependencies":{"ansi":"*","benchmark":"*","browserify":"^13.0.0","codemirror":"^5.10.0","eslint":"0.24.1","eslint-plugin-nodeca":"^1.0.3","istanbul":"*","mocha":"*","uglify-js":"^2.6.1"},"browser":{"buffer":false},"scripts":{"test":"make test"},"gitHead":"8f787fac082198450db5f79e4e92714423cc8478","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.5.1","_shasum":"dadd0939be1956726051085d259973f301fcdb31","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"dadd0939be1956726051085d259973f301fcdb31","size":68194,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.5.1.tgz","integrity":"sha512-zEhizyMh84M98+DCY8DmHzf/PwMNBeO9dyxv35WozPjKNdn4igwvGqYVvWcz+LaoUOsJmoDyUa1VxqUMxbTzYQ=="},"directories":{},"publish_time":1452475717047,"_hasShrinkwrap":false,"_cnpm_publish_time":1452475717047,"_cnpmcore_publish_time":"2021-12-13T10:48:47.563Z"},"3.5.0":{"name":"js-yaml","version":"3.5.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.2","esprima":"^2.6.0","inherit":"^2.2.2"},"devDependencies":{"ansi":"*","benchmark":"*","browserify":"^13.0.0","eslint":"0.24.1","eslint-plugin-nodeca":"^1.0.3","istanbul":"*","mocha":"*","uglify-js":"^2.6.1"},"browser":{"buffer":false,"esprima":false},"scripts":{"test":"make test"},"gitHead":"4ad1e777f354e108d320afe85aea554bf3309e1e","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.5.0","_shasum":"617f504af336e98c219a8a6eb7d67ab1b7072fcc","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"617f504af336e98c219a8a6eb7d67ab1b7072fcc","size":70243,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.5.0.tgz","integrity":"sha512-zGmrRla6y/pMr3H2oU1EFi8MyYCXNUQ9PjKVA/RFql3KEsCMJlNnJXKzLJqyUNjmkyb694c6QhA8sgka30188w=="},"directories":{},"publish_time":1452452941309,"_hasShrinkwrap":false,"_cnpm_publish_time":1452452941309,"_cnpmcore_publish_time":"2021-12-13T10:48:48.219Z"},"3.4.6":{"name":"js-yaml","version":"3.4.6","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.2","esprima":"^2.6.0","inherit":"^2.2.2"},"devDependencies":{"ansi":"*","benchmark":"*","eslint":"0.24.1","eslint-plugin-nodeca":"^1.0.3","istanbul":"*","mocha":"*"},"browser":{"buffer":false},"scripts":{"test":"make test"},"gitHead":"38f9b2e82e80a9a540a264ab8920344165a2018b","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.4.6","_shasum":"6be1b23f6249f53d293370fd4d1aaa63ce1b4eb0","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"6be1b23f6249f53d293370fd4d1aaa63ce1b4eb0","size":69653,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.4.6.tgz","integrity":"sha512-k9JCHDD9Hefc/S1BhsZTHO93mgZ6Z6VrGrZnGLf1pm1KAFhKjERum6v/4Exk8q9MkQyTRKIqlF+IM0BAPxLduw=="},"directories":{},"publish_time":1448546020452,"_hasShrinkwrap":false,"_cnpm_publish_time":1448546020452,"_cnpmcore_publish_time":"2021-12-13T10:48:48.857Z"},"3.4.5":{"name":"js-yaml","version":"3.4.5","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.2","esprima":"^2.6.0"},"devDependencies":{"ansi":"*","benchmark":"*","eslint":"0.24.1","eslint-plugin-nodeca":"^1.0.3","istanbul":"*","mocha":"*"},"browser":{"buffer":false},"scripts":{"test":"make test"},"gitHead":"66035322ee0906f0bcb24700bd7332ce66726c32","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.4.5","_shasum":"c3403797df12b91866574f2de23646fe8cafb44d","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"c3403797df12b91866574f2de23646fe8cafb44d","size":75938,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.4.5.tgz","integrity":"sha512-dGw10UlZWZ7GlJzjvnS754Z9JPePU2ZciIOTcidpSdvWsU4Ct5RcFlUwRSI4JVqIpd/eGow9puxv2onTtUeA5Q=="},"directories":{},"publish_time":1448252774849,"_hasShrinkwrap":false,"_cnpm_publish_time":1448252774849,"_cnpmcore_publish_time":"2021-12-13T10:48:49.580Z"},"3.4.4":{"name":"js-yaml","version":"3.4.4","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.2","esprima":"^2.6.0"},"devDependencies":{"ansi":"*","benchmark":"*","eslint":"0.24.1","eslint-plugin-nodeca":"^1.0.3","istanbul":"*","mocha":"*"},"browser":{"buffer":false},"scripts":{"test":"make test"},"gitHead":"54e4dc30cc5fbfc21f291cace630a2f32d3114d9","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.4.4","_shasum":"33ac457edeb78040fc1490f57eb3e7e9fe57cee5","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"33ac457edeb78040fc1490f57eb3e7e9fe57cee5","size":75658,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.4.4.tgz","integrity":"sha512-siO1i88y1mp+k7+upa+hYXNw0PWejujxG2qxoCIGxjMSbIVZrw1UA0NYVyJ05qKr46ia9zL6Oi82AVPHb5koKQ=="},"directories":{},"publish_time":1448137251107,"_hasShrinkwrap":false,"_cnpm_publish_time":1448137251107,"_cnpmcore_publish_time":"2021-12-13T10:48:50.291Z"},"3.4.3":{"name":"js-yaml","version":"3.4.3","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","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://github.com/nodeca/js-yaml.git"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"^1.0.2","esprima":"^2.6.0"},"devDependencies":{"ansi":"*","benchmark":"*","eslint":"0.24.1","eslint-plugin-nodeca":"^1.0.3","istanbul":"*","mocha":"*"},"browser":{"buffer":false},"scripts":{"test":"make test"},"gitHead":"13e619cb93e100b9edd1d87f9a2cb1e805a3b2c7","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.4.3","_shasum":"98c3a3f06bdac9dfc270fd91cec9d943e364cecd","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"98c3a3f06bdac9dfc270fd91cec9d943e364cecd","size":75267,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.4.3.tgz","integrity":"sha512-x4x00j/71mI2/g/dm6DSs3tnPwkJBNae8DAKAjHZ+ywVwsgElxWzXS66ltRSYORwCeTgiicxflaaL2MrALjH7Q=="},"directories":{},"publish_time":1444506084397,"_hasShrinkwrap":false,"_cnpm_publish_time":1444506084397,"_cnpmcore_publish_time":"2021-12-13T10:48:50.986Z"},"3.4.2":{"name":"js-yaml","version":"3.4.2","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","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://github.com/nodeca/js-yaml.git"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"~1.0.2","esprima":"~2.2.0"},"devDependencies":{"ansi":"*","benchmark":"*","eslint":"0.24.1","eslint-plugin-nodeca":"^1.0.3","istanbul":"*","mocha":"*"},"browser":{"buffer":false},"scripts":{"test":"make test"},"gitHead":"cab39bb1065959e44f8fd48ad9ff637d1baf72c1","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.4.2","_shasum":"10942383ee4b9c2c20ede2388c1b0f3878a2b0ce","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"10942383ee4b9c2c20ede2388c1b0f3878a2b0ce","size":75251,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.4.2.tgz","integrity":"sha512-JoYL6fywI4XwrGnnbbIZR+UFSRxHMK+EpiX2lHAdq/RcEML0uX0Rfu+XdMrG7Q/XQ084OjR65qPfzQ4x3ubo9A=="},"directories":{},"publish_time":1441793167503,"_hasShrinkwrap":false,"_cnpm_publish_time":1441793167503,"_cnpmcore_publish_time":"2021-12-13T10:48:51.629Z"},"3.4.1":{"name":"js-yaml","version":"3.4.1","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","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://github.com/nodeca/js-yaml.git"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"~1.0.2","esprima":"~2.2.0"},"devDependencies":{"ansi":"*","benchmark":"*","eslint":"0.24.1","eslint-plugin-nodeca":"^1.0.3","istanbul":"*","mocha":"*"},"browser":{"buffer":false},"scripts":{"test":"make test"},"gitHead":"0215138ec880c1e0ebc93f5a8c94bb753f5a5456","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.4.1","_shasum":"7183990c62f646369eaa04675b2d5f1e71d62b8b","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"7183990c62f646369eaa04675b2d5f1e71d62b8b","size":75248,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.4.1.tgz","integrity":"sha512-jJ2AOydAfFTPVj7L9Hz1cZl+tg5LNoz4JXrsjH5Gl4e0lr1HShxG0U59IH7CccvbHDgqE9WY0IbTYs/qIrEKVA=="},"directories":{},"publish_time":1441409790962,"_hasShrinkwrap":false,"_cnpm_publish_time":1441409790962,"_cnpmcore_publish_time":"2021-12-13T10:48:52.313Z"},"3.4.0":{"name":"js-yaml","version":"3.4.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","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://github.com/nodeca/js-yaml.git"},"files":["index.js","lib/","bin/","dist/"],"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"~1.0.2","esprima":"~2.2.0"},"devDependencies":{"ansi":"*","benchmark":"*","eslint":"0.24.1","eslint-plugin-nodeca":"^1.0.3","istanbul":"*","mocha":"*"},"browser":{"buffer":false},"scripts":{"test":"make test"},"gitHead":"da3d1fa05a1e8087ecad25d53f91a8419cf041d1","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.4.0","_shasum":"63498041a26425d31c3d662ec6f5d0a25c1c7d9b","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"63498041a26425d31c3d662ec6f5d0a25c1c7d9b","size":75086,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.4.0.tgz","integrity":"sha512-w6c+CGyW0pEzKGtphho+XfLaNutY1V/KLFuuN6VEld5rXzQgTqtTy0YNXO4gkZYSrLPTv/U02WNwR7OINJSs4A=="},"directories":{},"publish_time":1440282919729,"_hasShrinkwrap":false,"_cnpm_publish_time":1440282919729,"_cnpmcore_publish_time":"2021-12-13T10:48:52.992Z"},"3.3.1":{"name":"js-yaml","version":"3.3.1","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","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://github.com/nodeca/js-yaml.git"},"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"~1.0.2","esprima":"~2.2.0"},"devDependencies":{"ansi":"*","benchmark":"*","eslint":"0.18.0","eslint-plugin-nodeca":"^1.0.3","istanbul":"*","mocha":"*"},"browser":{"buffer":false},"scripts":{"test":"make test"},"gitHead":"c50f9936bd1e99d64a54d30400e377f4fda401c5","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.3.1","_shasum":"ca1acd3423ec275d12140a7bab51db015ba0b3c0","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"ca1acd3423ec275d12140a7bab51db015ba0b3c0","size":57142,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.3.1.tgz","integrity":"sha512-fjgnhG5HijmXtlBCMcU0JyCq/VA8YtdBwFNIBDiu3hpJ5Zsvs7993VC0XNNSiKoM8g399vY+21yqzT/TRS3KMQ=="},"directories":{},"publish_time":1431524274734,"_hasShrinkwrap":false,"_cnpm_publish_time":1431524274734,"_cnpmcore_publish_time":"2021-12-13T10:48:53.831Z"},"3.3.0":{"name":"js-yaml","version":"3.3.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","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://github.com/nodeca/js-yaml.git"},"bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"~1.0.2","esprima":"~2.2.0"},"devDependencies":{"ansi":"*","benchmark":"*","eslint":"0.18.0","eslint-plugin-nodeca":"^1.0.3","istanbul":"*","mocha":"*"},"browser":{"buffer":false},"scripts":{"test":"make test"},"gitHead":"9cc570a50a767b08c3b0fcd0e61efec880aa7c11","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_id":"js-yaml@3.3.0","_shasum":"cb6422d39168dbde419fecb7fd06fbe27ad56210","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"cb6422d39168dbde419fecb7fd06fbe27ad56210","size":56579,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.3.0.tgz","integrity":"sha512-9gVU+tDOxypkaoPtktV/OESSH1kG0JLtUTAxSezghF/25ut1ofZL+oZFM/Mk2UiBpbOZ4UmFttWWt2Okb11lOQ=="},"directories":{},"publish_time":1430027795340,"_hasShrinkwrap":false,"_cnpm_publish_time":1430027795340,"_cnpmcore_publish_time":"2021-12-13T10:48:54.720Z"},"3.2.7":{"name":"js-yaml","version":"3.2.7","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","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"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"~ 1.0.0","esprima":"~ 2.0.0"},"devDependencies":{"ansi":"*","benchmark":"*","mocha":"*"},"browser":{"buffer":false},"gitHead":"2321c0b9d1e25f9b8e6202744bc601a4998fe27f","_id":"js-yaml@3.2.7","scripts":{},"_shasum":"102790f265d986fe95a4d0f2a792e7a7bd886eec","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"102790f265d986fe95a4d0f2a792e7a7bd886eec","size":64413,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.2.7.tgz","integrity":"sha512-mV4Mf9iZluwNTw5dU93TJoQFTes57+KAQi+70G9XKChV7uBi3u+fd7+JSa2fQRGfii+YVSMunxgFtD29PLpj6g=="},"directories":{},"publish_time":1424340554968,"_hasShrinkwrap":false,"_cnpm_publish_time":1424340554968,"_cnpmcore_publish_time":"2021-12-13T10:48:55.579Z"},"3.2.6":{"name":"js-yaml","version":"3.2.6","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","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"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"~ 0.1.11","esprima":"~ 1.0.2"},"devDependencies":{"ansi":"*","benchmark":"*","mocha":"*"},"browser":{"buffer":false},"gitHead":"9a7ae34da906df48e07e9eeb956f53d6aaab0b0b","_id":"js-yaml@3.2.6","scripts":{},"_shasum":"dde1ffbe2726e3fff97efb65fd02dbd6647b8309","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"dde1ffbe2726e3fff97efb65fd02dbd6647b8309","size":64384,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.2.6.tgz","integrity":"sha512-Q9wQqWydmmMKixbYdB2a6Oc7zgQI0lIdqTXGSzZ06ixl6DaITVoKKtYKrXU5z9MSJFFaDLVCI8PShJ+xAA4pTQ=="},"directories":{},"publish_time":1423278153322,"_hasShrinkwrap":false,"_cnpm_publish_time":1423278153322,"_cnpmcore_publish_time":"2021-12-13T10:48:56.374Z"},"3.2.5":{"name":"js-yaml","version":"3.2.5","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","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"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"~ 0.1.11","esprima":"~ 1.0.2"},"devDependencies":{"ansi":"*","benchmark":"*","mocha":"*"},"browser":{"buffer":false},"gitHead":"8a73181030e075b208c8f4065a4888a786365ae2","_id":"js-yaml@3.2.5","scripts":{},"_shasum":"c29ee9a9e503e7ab83f071ccacdd0dac25ff9e22","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"c29ee9a9e503e7ab83f071ccacdd0dac25ff9e22","size":64009,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.2.5.tgz","integrity":"sha512-IncH16MRjTl3hbDHNJSXajdxcalBjlxHfWONqPlUv99Do2HkNa5VcD1JsVSdm7OPbhANfsE4AXpSi95uKlrdWQ=="},"directories":{},"publish_time":1419718855637,"_hasShrinkwrap":false,"_cnpm_publish_time":1419718855637,"_cnpmcore_publish_time":"2021-12-13T10:48:57.251Z"},"3.2.4":{"name":"js-yaml","version":"3.2.4","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","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"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"~ 0.1.11","esprima":"~ 1.0.2"},"devDependencies":{"ansi":"*","benchmark":"*","mocha":"*"},"browser":{"buffer":false},"gitHead":"19bac7893be01d1f9c3e1263f43bd6c8a47abf90","_id":"js-yaml@3.2.4","scripts":{},"_shasum":"f2cfb5f5e1d251ff438f41d63139750001021083","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"f2cfb5f5e1d251ff438f41d63139750001021083","size":63486,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.2.4.tgz","integrity":"sha512-Q0QJS1aaefIR0fqvXzwgjUkZHrsI+suzJSoITwuDFumN0zWTIw3KEx7XC1SZeXi/H/PRaiWf40nWWDwIuzArbw=="},"directories":{},"publish_time":1418994837457,"_hasShrinkwrap":false,"_cnpm_publish_time":1418994837457,"_cnpmcore_publish_time":"2021-12-13T10:48:58.081Z"},"3.2.3":{"name":"js-yaml","version":"3.2.3","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","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"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"~ 0.1.11","esprima":"~ 1.0.2"},"devDependencies":{"ansi":"*","benchmark":"*","mocha":"*"},"browser":{"buffer":false},"gitHead":"a6cd5657603496c7128d3b9fa621ce9274283194","_id":"js-yaml@3.2.3","scripts":{},"_shasum":"a3af632d13df5bfa95f3b8f3c4b61efe212cd750","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"a3af632d13df5bfa95f3b8f3c4b61efe212cd750","size":63457,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.2.3.tgz","integrity":"sha512-G9ihATodIS5+k6bLErXh4GoN39evxvV9/0EC+zdbFr5Qh5oQrY8isLecur40OCUJf82G+pIthO8BgHDWQzazhQ=="},"directories":{},"publish_time":1415423523094,"_hasShrinkwrap":false,"_cnpm_publish_time":1415423523094,"_cnpmcore_publish_time":"2021-12-13T10:48:59.000Z"},"3.2.2":{"name":"js-yaml","version":"3.2.2","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","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"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"~ 0.1.11","esprima":"~ 1.0.2"},"devDependencies":{"ansi":"*","benchmark":"*","mocha":"*"},"browser":{"buffer":false},"_id":"js-yaml@3.2.2","_shasum":"a34e77fe8d5e10270e225d21d07790fa17fd2927","_from":"https://github.com/nodeca/js-yaml/tarball/3.2.2","_resolved":"https://github.com/nodeca/js-yaml/tarball/3.2.2","scripts":{},"_npmVersion":"1.4.9","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"a34e77fe8d5e10270e225d21d07790fa17fd2927","size":1095044,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.2.2.tgz","integrity":"sha512-LRbGv9GHzsD+GrVBXMIVODIN96VErcjot1MltAIhDqJ/OgDn3/Kl9EIc1M91o4AtApwPqc5Whm2CPf8I4XrnVw=="},"directories":{},"publish_time":1410035609831,"_hasShrinkwrap":false,"_cnpm_publish_time":1410035609831,"_cnpmcore_publish_time":"2021-12-13T10:49:00.117Z"},"3.2.1":{"name":"js-yaml","version":"3.2.1","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","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"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"~ 0.1.11","esprima":"~ 1.0.2"},"devDependencies":{"ansi":"*","benchmark":"*","mocha":"*"},"browser":{"buffer":false},"_id":"js-yaml@3.2.1","_shasum":"bcec9a6c5c7f4e4e195f3cefc867eec3f83ce79d","_from":"https://github.com/nodeca/js-yaml/tarball/3.2.1","_resolved":"https://github.com/nodeca/js-yaml/tarball/3.2.1","scripts":{},"_npmVersion":"1.4.23","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"bcec9a6c5c7f4e4e195f3cefc867eec3f83ce79d","size":1077940,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.2.1.tgz","integrity":"sha512-p+9m9qAJVU9QxB3JuushxB2F+Bm3YNg+qyMQpZLsP6Qa5DuMd8DcUtAs15av7vq8e0c8kkir2uFXeTXMYMT8NA=="},"directories":{},"publish_time":1408867501740,"_hasShrinkwrap":false,"_cnpm_publish_time":1408867501740,"_cnpmcore_publish_time":"2021-12-13T10:49:01.213Z"},"3.1.0":{"name":"js-yaml","version":"3.1.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","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"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"~ 0.1.11","esprima":"~ 1.0.2"},"devDependencies":{"ansi":"*","benchmark":"*","mocha":"*"},"browser":{"buffer":false},"_id":"js-yaml@3.1.0","_shasum":"36ba02e618c50748e772dd352428904cbbadcf44","_from":"https://github.com/nodeca/js-yaml/tarball/3.1.0","_resolved":"https://github.com/nodeca/js-yaml/tarball/3.1.0","scripts":{},"_npmVersion":"1.4.9","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"dist":{"shasum":"36ba02e618c50748e772dd352428904cbbadcf44","size":1077571,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.1.0.tgz","integrity":"sha512-AgPExLjC+sVh3GLVZdoTprN9oKoF911GFq0CMs8XVXPyfOfelpH9+NKGAn0NKqt9g38/5nPHqBOD8ObqhoSQ6Q=="},"directories":{},"publish_time":1404725460559,"_hasShrinkwrap":false,"_cnpm_publish_time":1404725460559,"_cnpmcore_publish_time":"2021-12-13T10:49:02.132Z"},"3.0.2":{"name":"js-yaml","version":"3.0.2","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","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"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"dependencies":{"argparse":"~ 0.1.11","esprima":"~ 1.0.2"},"devDependencies":{"mocha":"*"},"browser":{"./index.js":"./index_browser.js","buffer":false},"_id":"js-yaml@3.0.2","dist":{"shasum":"9937865f8e897a5e894e73c2c5cf2e89b32eb771","size":30718,"noattachment":false,"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.0.2.tgz","integrity":"sha512-8PVwV1480dnAPMj8FCW3I/mZZ+gvtOoMAZFWJKagkFq2eWv5kcyzWTR+6MloV0SY57t6jSIaKc7DIz86K9ZCfA=="},"_from":"https://github.com/nodeca/js-yaml/tarball/3.0.2","_resolved":"https://github.com/nodeca/js-yaml/tarball/3.0.2","scripts":{},"_npmVersion":"1.4.3","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1393471228502,"_hasShrinkwrap":false,"_cnpm_publish_time":1393471228502,"_cnpmcore_publish_time":"2021-12-13T10:49:02.886Z"},"3.0.1":{"name":"js-yaml","version":"3.0.1","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","email":"dervus.grim@gmail.com"},"contributors":[{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"scripts":{"test":"make test"},"dependencies":{"argparse":"~ 0.1.11","esprima":"~ 1.0.2"},"devDependencies":{"mocha":"*"},"engines":{"node":">= 0.6.0"},"readmeFilename":"README.md","_id":"js-yaml@3.0.1","dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.0.1.tgz","shasum":"76405fea5bce30fc8f405d48c6dca7f0a32c6afe","size":30671,"noattachment":false,"integrity":"sha512-dgxgLzZS9qLWAQd/wrVG8tOiRSBJq1Ss9gbd7+fdBhcia3efHjLLpPkcUhKOyVACxTEAgnao3RT1kj1otiW42g=="},"_from":"https://github.com/nodeca/js-yaml/tarball/3.0.1","_resolved":"https://github.com/nodeca/js-yaml/tarball/3.0.1","_npmVersion":"1.3.14","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1387737861114,"_hasShrinkwrap":false,"_cnpm_publish_time":1387737861114,"_cnpmcore_publish_time":"2021-12-13T10:49:03.686Z"},"3.0.0":{"name":"js-yaml","version":"3.0.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","email":"dervus.grim@gmail.com"},"contributors":[{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"scripts":{"test":"make test"},"dependencies":{"argparse":"~ 0.1.11","esprima":"~ 1.0.2"},"devDependencies":{"mocha":"*"},"engines":{"node":">= 0.6.0"},"readmeFilename":"README.md","_id":"js-yaml@3.0.0","dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.0.0.tgz","shasum":"46a8ac74fcc6e35f2d42e08c36e2961adc76bf2d","size":30483,"noattachment":false,"integrity":"sha512-DGd94kunMKjQaI5DbYd6lCSt5lK4ofdURChSDDWetItkeayUnrk2skiQIkDKSaKY+R06t2/MmsIMcFOFkJnxMw=="},"_from":"https://github.com/nodeca/js-yaml/tarball/3.0.0","_resolved":"https://github.com/nodeca/js-yaml/tarball/3.0.0","_npmVersion":"1.3.17","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1387182924383,"_hasShrinkwrap":false,"_cnpm_publish_time":1387182924383,"_cnpmcore_publish_time":"2021-12-13T10:49:04.564Z"},"2.1.3":{"name":"js-yaml","version":"2.1.3","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","email":"dervus.grim@gmail.com"},"contributors":[{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"scripts":{"test":"make test"},"dependencies":{"argparse":"~ 0.1.11","esprima":"~ 1.0.2"},"devDependencies":{"mocha":"*"},"engines":{"node":">= 0.6.0"},"readmeFilename":"README.md","_id":"js-yaml@2.1.3","dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-2.1.3.tgz","shasum":"0ffb5617be55525878063d7a16aee7fdd282e84c","size":29615,"noattachment":false,"integrity":"sha512-2ElQ5tUBsI5GIjddfYGdudelD5+9JM9FfJXlrn+Mj3k72t4XrqBr3vf3+1sky0WKC3dSVhF0ZqIUpX9QFBmmfQ=="},"_from":"https://github.com/nodeca/js-yaml/tarball/2.1.3","_resolved":"https://github.com/nodeca/js-yaml/tarball/2.1.3","_npmVersion":"1.3.8","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1381872617137,"_hasShrinkwrap":false,"_cnpm_publish_time":1381872617137,"_cnpmcore_publish_time":"2021-12-13T10:49:05.520Z"},"2.1.2":{"name":"js-yaml","version":"2.1.2","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","email":"dervus@lavabit.com"},"contributors":[{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"scripts":{"test":"make test"},"dependencies":{"argparse":"~ 0.1.11","esprima":"~ 1.0.2"},"devDependencies":{"mocha":"*"},"engines":{"node":">= 0.6.0"},"readmeFilename":"README.md","_id":"js-yaml@2.1.2","dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-2.1.2.tgz","shasum":"5404d58972f70112763e0b7e97ced20c39138bbd","size":29514,"noattachment":false,"integrity":"sha512-ZXyAmSyjTIFBN5m4be2aPESWG2wZCqAKCRT+hMr7D3qeEKE42ALyIBBsL9vxb5AoQlIo4/XBp9xf4L9QAWj9Iw=="},"_from":"https://github.com/nodeca/js-yaml/tarball/2.1.2","_resolved":"https://github.com/nodeca/js-yaml/tarball/2.1.2","_npmVersion":"1.3.8","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1381095332358,"_hasShrinkwrap":false,"_cnpm_publish_time":1381095332358,"_cnpmcore_publish_time":"2021-12-13T10:49:06.394Z"},"2.1.1":{"name":"js-yaml","version":"2.1.1","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","email":"dervus@lavabit.com"},"contributors":[{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"scripts":{"test":"make test"},"dependencies":{"argparse":"~ 0.1.11","esprima":"~ 1.0.2"},"devDependencies":{"mocha":"*"},"engines":{"node":">= 0.6.0"},"readmeFilename":"README.md","_id":"js-yaml@2.1.1","dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-2.1.1.tgz","shasum":"574095ef2253694313a6c2b261c7b6929a9603b7","size":29296,"noattachment":false,"integrity":"sha512-jAGKTTXiFazvAn5tJsMzSW299gN/nGpSGBOnoaKNcLewnqr/aRZqKuXY5gzkATPJYAGG4kvlLZh53wDUTfm51Q=="},"_from":"https://github.com/nodeca/js-yaml/tarball/2.1.1","_resolved":"https://github.com/nodeca/js-yaml/tarball/2.1.1","_npmVersion":"1.2.32","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1380658114063,"_hasShrinkwrap":false,"_cnpm_publish_time":1380658114063,"_cnpmcore_publish_time":"2021-12-13T10:49:07.203Z"},"2.1.0":{"name":"js-yaml","version":"2.1.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","email":"dervus@lavabit.com"},"contributors":[{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"scripts":{"test":"make test"},"dependencies":{"argparse":"~ 0.1.11","esprima":"~ 1.0.2"},"devDependencies":{"mocha":"*"},"engines":{"node":">= 0.6.0"},"readmeFilename":"README.md","_id":"js-yaml@2.1.0","dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-2.1.0.tgz","shasum":"a55a6e4706b01d06326259a6f4bfc42e6ae38b1f","size":29369,"noattachment":false,"integrity":"sha512-VEU3RaxK0f+wtexNOhfV0Kn9l7XnGb7Vwxdpx9j7fpbGqFUOms0g5mw/R8Z1PkYGXSFM18Bi4qdQLzEMV+jhVw=="},"_from":"https://github.com/nodeca/js-yaml/tarball/2.1.0","_resolved":"https://github.com/nodeca/js-yaml/tarball/2.1.0","_npmVersion":"1.2.18","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1370443449636,"_hasShrinkwrap":false,"_cnpm_publish_time":1370443449636,"_cnpmcore_publish_time":"2021-12-13T10:49:08.248Z"},"2.0.5":{"name":"js-yaml","version":"2.0.5","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","email":"dervus@lavabit.com"},"contributors":[{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"scripts":{"test":"make test"},"dependencies":{"argparse":"~ 0.1.11","esprima":"~ 1.0.2"},"devDependencies":{"mocha":"*"},"engines":{"node":">= 0.6.0"},"readmeFilename":"README.md","_id":"js-yaml@2.0.5","dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-2.0.5.tgz","shasum":"a25ae6509999e97df278c6719da11bd0687743a8","size":27642,"noattachment":false,"integrity":"sha512-VEKcIksckDBUhg2JS874xVouiPkywVUh4yyUmLCDe1Zg3bCd6M+F1eGPenPeHLc2XC8pp9G8bsuofK0NeEqRkA=="},"_from":"https://github.com/nodeca/js-yaml/tarball/2.0.5","_resolved":"https://github.com/nodeca/js-yaml/tarball/2.0.5","_npmVersion":"1.2.14","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1366987259621,"_hasShrinkwrap":false,"_cnpm_publish_time":1366987259621,"_cnpmcore_publish_time":"2021-12-13T10:49:09.331Z"},"2.0.4":{"name":"js-yaml","version":"2.0.4","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","email":"dervus@lavabit.com"},"contributors":[{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"scripts":{"test":"make test"},"dependencies":{"argparse":"~ 0.1.11"},"devDependencies":{"mocha":"*"},"engines":{"node":">= 0.6.0"},"readmeFilename":"README.md","_id":"js-yaml@2.0.4","dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-2.0.4.tgz","shasum":"e6b25fceaa2fe9ce062a4d6150079d110786153c","size":27337,"noattachment":false,"integrity":"sha512-HykeVw4J+XvQLv3l6GL3pd0CkIOLStUd+lj07orMJ2Fp8VI3FqfdPeeKBjcP976mGNiefFNIWwj26jfnrWS5iw=="},"_from":"https://github.com/nodeca/js-yaml/tarball/2.0.4","_resolved":"https://github.com/nodeca/js-yaml/tarball/2.0.4","_npmVersion":"1.2.14","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1365421536838,"_hasShrinkwrap":false,"_cnpm_publish_time":1365421536838,"_cnpmcore_publish_time":"2021-12-13T10:49:10.346Z"},"2.0.3":{"name":"js-yaml","version":"2.0.3","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","email":"dervus@lavabit.com"},"contributors":[{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"scripts":{"test":"make test"},"dependencies":{"argparse":"~ 0.1.11"},"devDependencies":{"mocha":"*"},"engines":{"node":">= 0.6.0"},"readmeFilename":"README.md","_id":"js-yaml@2.0.3","dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-2.0.3.tgz","shasum":"cf3d3372fd7bcc6d01b442d3dab408abf28c82e7","size":52066,"noattachment":false,"integrity":"sha512-n8ql53VmyDlI8fcF4CPojScB270inBj9FQyrtOGgVUb+5seOyN7ukZRJxC3x2diE+yPJ8rKZfdMNDoQWullFSw=="},"_from":"https://github.com/nodeca/js-yaml/tarball/2.0.3","_resolved":"https://github.com/nodeca/js-yaml/tarball/2.0.3","_npmVersion":"1.2.11","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1361848499871,"_hasShrinkwrap":false,"_cnpm_publish_time":1361848499871,"_cnpmcore_publish_time":"2021-12-13T10:49:11.432Z"},"2.0.2":{"name":"js-yaml","version":"2.0.2","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","email":"dervus@lavabit.com"},"contributors":[{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"scripts":{"test":"make test"},"dependencies":{"argparse":"~ 0.1.11"},"devDependencies":{"mocha":"*"},"engines":{"node":">= 0.6.0"},"readmeFilename":"README.md","_id":"js-yaml@2.0.2","dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-2.0.2.tgz","shasum":"cbaad5a596cdebdb3c3b5e1a32a0662962961bd8","size":51835,"noattachment":false,"integrity":"sha512-T6nASIzKRAW0ZsnyoSB2d0MRxYn/u01jR6EkSvunf7zHQpmpVbKd7pVNvtDlqatwIWyMmU0U48dW8VMWlE8bNA=="},"_npmVersion":"1.2.0","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1360927377482,"_hasShrinkwrap":false,"_cnpm_publish_time":1360927377482,"_cnpmcore_publish_time":"2021-12-13T10:49:12.472Z"},"2.0.1":{"name":"js-yaml","version":"2.0.1","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","email":"dervus@lavabit.com"},"contributors":[{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"scripts":{"test":"make test"},"dependencies":{"argparse":"~ 0.1.11"},"devDependencies":{"mocha":"*"},"engines":{"node":">= 0.6.0"},"readmeFilename":"README.md","_id":"js-yaml@2.0.1","dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-2.0.1.tgz","shasum":"f686747a6be294acadaf48ca68e7c0a647f05109","size":51778,"noattachment":false,"integrity":"sha512-u2Y4pilLqc0pfqM0LAEj+yPbYs5F4Yje7QeBi4Jrr0iIpMr9UoOul21pGZ8k4WE7H+eu70NVNtGJXNfclgGmBQ=="},"_npmVersion":"1.1.66","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1360424495905,"_hasShrinkwrap":false,"_cnpm_publish_time":1360424495905,"_cnpmcore_publish_time":"2021-12-13T10:49:13.494Z"},"2.0.0":{"name":"js-yaml","version":"2.0.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Dervus Grim","email":"dervus@lavabit.com"},"contributors":[{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"scripts":{"test":"make test"},"dependencies":{"argparse":"~ 0.1.11"},"devDependencies":{"mocha":"*"},"engines":{"node":">= 0.6.0"},"readmeFilename":"README.md","_id":"js-yaml@2.0.0","dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-2.0.0.tgz","shasum":"49f50ea0d2264f68c2e16061e4c71bbebe1c5f93","size":51845,"noattachment":false,"integrity":"sha512-CXw0GMCOjLamiV3rPjMx4aqebrdY1x9K30uttErduYrD7cu/8mgiDYEz6oTSMrqlScLAfAqZRxJscTQv7rDucQ=="},"_npmVersion":"1.1.66","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1360395265954,"_hasShrinkwrap":false,"_cnpm_publish_time":1360395265954,"_cnpmcore_publish_time":"2021-12-13T10:49:14.685Z"},"1.0.3":{"name":"js-yaml","version":"1.0.3","description":"YAML 1.1 Parser","keywords":["yaml","parser","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},"contributors":[{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"scripts":{"test":"make test"},"dependencies":{"argparse":"~ 0.1.3"},"devDependencies":{"vows":"~ 0.6.0"},"engines":{"node":">= 0.6.0"},"_id":"js-yaml@1.0.3","dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-1.0.3.tgz","shasum":"ec619760ffc8ae501c3d62673d874e2b9f07422a","size":97332,"noattachment":false,"integrity":"sha512-UqzDrK8526iLQnHaXZDBiAwn+ubNakeOViDTn/jK/PvoV8Zbib1ldAgvEopGIH4JqolR3zKPIMmxi9c5RpZ+EA=="},"_npmVersion":"1.1.61","_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1352080643010,"_hasShrinkwrap":false,"_cnpm_publish_time":1352080643010,"_cnpmcore_publish_time":"2021-12-13T10:49:15.729Z"},"1.0.2":{"name":"js-yaml","version":"1.0.2","description":"YAML 1.1 Parser","keywords":["yaml","parser","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},"contributors":[{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"scripts":{"test":"make test"},"dependencies":{"argparse":"~ 0.1.3"},"devDependencies":{"vows":"~ 0.6.0"},"engines":{"node":">= 0.6.0"},"_id":"js-yaml@1.0.2","dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-1.0.2.tgz","shasum":"ee3f5cebdf1b62d721e573480879d12e919c80d0","size":97376,"noattachment":false,"integrity":"sha512-vudqoSo7VMq4ufUf1nhwX/sOz0BgHc0NqhJI8JT3bMJd158R5iXJk0/gBqeIMrui5dnGN3lJZOIlG3fxh4LIeQ=="},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1343897083484,"_hasShrinkwrap":false,"_cnpm_publish_time":1343897083484,"_cnpmcore_publish_time":"2021-12-13T10:49:16.905Z"},"1.0.1":{"name":"js-yaml","version":"1.0.1","description":"YAML 1.1 Parser","keywords":["yaml","parser","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},"contributors":[{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"scripts":{"test":"make test"},"dependencies":{"argparse":"~ 0.1.3"},"devDependencies":{"vows":"~ 0.6.0"},"engines":{"node":">= 0.6.0"},"_id":"js-yaml@1.0.1","dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-1.0.1.tgz","shasum":"189fdf5ddf523f4f25d4f9914712e30776246201","size":97184,"noattachment":false,"integrity":"sha512-GWwH1zBVNwcJE9rmaZh2GY13hdDRoVwLLrAs+1ie72IqLzsmiL7Nau2Eva9kwSEznLiD0d8hAt87LvXeHkmPSg=="},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1341654176820,"_hasShrinkwrap":false,"_cnpm_publish_time":1341654176820,"_cnpmcore_publish_time":"2021-12-13T10:49:18.074Z"},"1.0.0":{"name":"js-yaml","version":"1.0.0","description":"YAML 1.1 Parser","keywords":["yaml","parser","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},"contributors":[{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","bin":{"js-yaml":"bin/js-yaml.js"},"scripts":{"test":"make test"},"dependencies":{"argparse":"~ 0.1.3"},"devDependencies":{"vows":"~ 0.6.0"},"engines":{"node":">= 0.6.0"},"_id":"js-yaml@1.0.0","dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-1.0.0.tgz","shasum":"3e5b18955f343d042c1f7506810697ceadded873","size":97148,"noattachment":false,"integrity":"sha512-sTLRjjwBZTCU1aQWytG2LvMm2MjoGGsBAqrC8CdzYRh2AOzQvMsYRstLr3cPismwy5hYhAY3bX/VEN4QZqSJCg=="},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1341154920004,"_hasShrinkwrap":false,"_cnpm_publish_time":1341154920004,"_cnpmcore_publish_time":"2021-12-13T10:49:19.250Z"},"0.3.7":{"name":"js-yaml","version":"0.3.7","description":"YAML 1.1 Parser","keywords":["yaml","parser","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},"contributors":[{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","scripts":{"test":"make test"},"devDependencies":{"vows":"~ 0.6.0","jslint":"https://github.com/reid/node-jslint/tarball/6131ebf5713274871b89735105e3286131804771"},"engines":{"node":"> 0.4.11"},"_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"_id":"js-yaml@0.3.7","dependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.10","_defaultsLoaded":true,"dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-0.3.7.tgz","shasum":"d739d8ee86461e54b354d6a7d7d1f2ad9a167f62","size":95136,"noattachment":false,"integrity":"sha512-/7PsVDNP2tVe2Z1cF9kTEkjamIwz4aooDpRKmN1+g/9eePCgcxsv4QDvEbxO0EH+gdDD7MLyDoR6BASo3hH51g=="},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1330445194722,"_hasShrinkwrap":false,"_cnpm_publish_time":1330445194722,"_cnpmcore_publish_time":"2021-12-13T10:49:20.438Z"},"0.3.6":{"name":"js-yaml","version":"0.3.6","description":"YAML 1.1 Parser","keywords":["yaml","parser","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},"contributors":[{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","scripts":{"test":"make test"},"devDependencies":{"vows":"~ 0.6.0","jslint":"https://github.com/reid/node-jslint/tarball/6131ebf5713274871b89735105e3286131804771"},"engines":{"node":"> 0.4.11"},"_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"_id":"js-yaml@0.3.6","dependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.10","_defaultsLoaded":true,"dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-0.3.6.tgz","shasum":"6134b2ffde54ad070beae9f342750f0f7133d7a9","size":94921,"noattachment":false,"integrity":"sha512-2lKFr6Ezy25yEhSw28Vi+rgAdbAaxFoLA1tsUsY0dB1IXsJ9vJmfEjfbYUpZmLzE8tEUnrVhBvVZsXYUpwwnTQ=="},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1329886710034,"_hasShrinkwrap":false,"_cnpm_publish_time":1329886710034,"_cnpmcore_publish_time":"2021-12-13T10:49:21.678Z"},"0.3.5":{"name":"js-yaml","version":"0.3.5","description":"YAML 1.1 Parser","keywords":["yaml","parser","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},"contributors":[{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","scripts":{"test":"make test"},"devDependencies":{"vows":"~ 0.6.0","jslint":"https://github.com/reid/node-jslint/tarball/6131ebf5713274871b89735105e3286131804771"},"engines":{"node":"> 0.4.11"},"_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"_id":"js-yaml@0.3.5","dependencies":{},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-0.3.5.tgz","shasum":"c41bac6f5332e22ae5962323e65cfc38487f2487","size":243529,"noattachment":false,"integrity":"sha512-wMGLri91GftZT4yFx6R15wYnzdokbLTKR8J7y1l6M4Fv8p176aBaPlfLKwr0UR6r1XUN6UezZzQPlCk3vvam2g=="},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1326197008241,"_hasShrinkwrap":false,"_cnpm_publish_time":1326197008241,"_cnpmcore_publish_time":"2021-12-13T10:49:22.990Z"},"0.3.4":{"name":"js-yaml","version":"0.3.4","description":"YAML 1.1 Parser","keywords":["yaml","parser","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},"contributors":[{"name":"Martin Grenfell","email":"martin.grenfell@gmail.com","url":"http://got-ravings.blogspot.com"}],"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","scripts":{"test":"make test"},"devDependencies":{"vows":"~ 0.6.0","jslint":"https://github.com/reid/node-jslint/tarball/6131ebf5713274871b89735105e3286131804771"},"engines":{"node":"> 0.4.11"},"_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"_id":"js-yaml@0.3.4","dependencies":{},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-0.3.4.tgz","shasum":"361a88e93e6a2cb5fe6222ed917906f0402fe4d3","size":243585,"noattachment":false,"integrity":"sha512-V/SKGGIc7YNvQKxjEGbQoEeUSBWefuf0XNXu8H1RURTVeK1lF3AdIiir0J+UG0OyMKnNZzFGXXYIyKFl3dp6cw=="},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1324728717618,"_hasShrinkwrap":false,"_cnpm_publish_time":1324728717618,"_cnpmcore_publish_time":"2021-12-13T10:49:24.296Z"},"0.3.3":{"name":"js-yaml","version":"0.3.3","description":"YAML 1.1 Parser","keywords":["yaml","parser","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","scripts":{"test":"make test"},"devDependencies":{"vows":"~ 0.6.0","jslint":"https://github.com/reid/node-jslint/tarball/6131ebf5713274871b89735105e3286131804771"},"engines":{"node":"> 0.4.11"},"_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"_id":"js-yaml@0.3.3","dependencies":{},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-0.3.3.tgz","shasum":"258a966b44a92dfbde4750c049a0fb5ff16d49ce","size":235690,"noattachment":false,"integrity":"sha512-sBA52KqfC4EAZH6UNaz7DTF0dtg0ygF2P5wCFecANk6T98DdmKwadAK4+CuQFJuh4KczzUyy1LAyG0W0nsdU8Q=="},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1324341214021,"_hasShrinkwrap":false,"_cnpm_publish_time":1324341214021,"_cnpmcore_publish_time":"2021-12-13T10:49:25.599Z"},"0.3.2":{"name":"js-yaml","version":"0.3.2","description":"YAML 1.1 Parser","keywords":["yaml","parser","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"bin":{"jsyaml":"bin/js-yaml.js"},"main":"./index.js","scripts":{"test":"make test"},"devDependencies":{"jslint":"https://github.com/reid/node-jslint/tarball/6131ebf5713274871b89735105e3286131804771"},"engines":{"node":"> 0.4.11"},"_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"_id":"js-yaml@0.3.2","dependencies":{},"_engineSupported":true,"_npmVersion":"1.0.103","_nodeVersion":"v0.4.12","_defaultsLoaded":true,"dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-0.3.2.tgz","shasum":"7b007593429b52d0e91825648c9d8e9e44fe1c8e","size":235254,"noattachment":false,"integrity":"sha512-+z9PiZWg3GMMvrbHoiJ/G32KlA5lA89qeS2SThwe5OrTuYGGxL4OtGVhm3+UfOlRQzI09C5Sh5v29gNxNmfxKQ=="},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1324005083796,"_hasShrinkwrap":false,"_cnpm_publish_time":1324005083796,"_cnpmcore_publish_time":"2021-12-13T10:49:26.886Z"},"0.3.1":{"name":"js-yaml","version":"0.3.1","description":"YAML 1.1 Parser","keywords":["yaml","parser","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","engines":{"node":"> 0.4.11 < 0.7.0"},"_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"_id":"js-yaml@0.3.1","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.103","_nodeVersion":"v0.4.12","_defaultsLoaded":true,"dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-0.3.1.tgz","shasum":"221a8b84dcddd5ee463311b10366574a091c42dd","size":232379,"noattachment":false,"integrity":"sha512-GPV56GQMXZtczFLbe6LzItRqLo5azARE2q7jL9L7+bVexc/0fMWrtB/j1CN15HetEPdnhQrHrOO1SdfApyRtYA=="},"scripts":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1321591226297,"_hasShrinkwrap":false,"_cnpm_publish_time":1321591226297,"_cnpmcore_publish_time":"2021-12-13T10:49:28.226Z"},"0.3.0":{"name":"js-yaml","version":"0.3.0","description":"YAML 1.1 Parser","keywords":["yaml","parser","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","engines":{"node":"> 0.4.11 < 0.7.0"},"_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"_id":"js-yaml@0.3.0","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.103","_nodeVersion":"v0.5.9","_defaultsLoaded":true,"dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-0.3.0.tgz","shasum":"ed2aecd85e9f474c6c766bde89b3e27a88754f97","size":224314,"noattachment":false,"integrity":"sha512-xBAB4HTxXKBHRrLFbh5zN9A47zCVdykVXxlVFoiLzDeytid0KkUiixZSw9usWVhtITsNPv/8oRBTL7xxP9/Vtg=="},"scripts":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1320839452572,"_hasShrinkwrap":false,"_cnpm_publish_time":1320839452572,"_cnpmcore_publish_time":"2021-12-13T10:49:29.480Z"},"0.2.2":{"name":"js-yaml","version":"0.2.2","description":"YAML 1.1 Parser","keywords":["yaml","parser","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net/"},"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","dependencies":{"jsclass":"3.0.4"},"engines":{"node":"> 0.4.11 < 0.7.0"},"_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"_id":"js-yaml@0.2.2","devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.103","_nodeVersion":"v0.5.9","_defaultsLoaded":true,"dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-0.2.2.tgz","shasum":"79650583b962457ef4eba143fcbd8b57f0972c07","size":120979,"noattachment":false,"integrity":"sha512-uDs326I93PjMegbbccrhCnCxWvmHa2/e8qi2JxmoDdtsLxEPURCfi1eex9PCnFkO3BY2uzTIPojKcqB4HKgs9g=="},"scripts":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1320608206376,"_hasShrinkwrap":false,"_cnpm_publish_time":1320608206376,"_cnpmcore_publish_time":"2021-12-13T10:49:30.673Z"},"0.2.1":{"name":"js-yaml","version":"0.2.1","description":"YAML 1.1 Parser","keywords":["yaml","parser","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net"},"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","dependencies":{"jsclass":"3.0.4"},"engines":{"node":"> 0.4.11 < 0.7.0"},"_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"_id":"js-yaml@0.2.1","devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.103","_nodeVersion":"v0.5.9","_defaultsLoaded":true,"dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-0.2.1.tgz","shasum":"f42ad812a3c3a72740d571f4fb016e31f4bb9344","size":29314,"noattachment":false,"integrity":"sha512-bk4SuEnoEaNSafutG68/WUF3GsQsL2aEzFlw7VHUPtrKZfQiqea1gjNzSq6ZPJpxlmBGzz0QPWa8Pcuf0ECo/w=="},"scripts":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1320248699476,"_hasShrinkwrap":false,"_cnpm_publish_time":1320248699476,"_cnpmcore_publish_time":"2021-12-13T10:49:31.923Z"},"0.2.0":{"name":"js-yaml","version":"0.2.0","description":"YAML 1.1 Parser","keywords":["yaml","parser","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","author":{"name":"Aleksey V Zapparov","email":"ixti@member.fsf.org","url":"http://www.ixti.net"},"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"license":{"type":"MIT","url":"https://github.com/nodeca/js-yaml/blob/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/nodeca/js-yaml.git"},"main":"./index.js","dependencies":{"jsclass":"3.0.4"},"engines":{"node":"> 0.4.11 < 0.7.0"},"_npmUser":{"name":"vitaly","email":"vitaly@rcdesign.ru"},"_id":"js-yaml@0.2.0","devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.103","_nodeVersion":"v0.4.12","_defaultsLoaded":true,"dist":{"tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-0.2.0.tgz","shasum":"a2480a4db3c6896e4a5db16b99b504cb2768cc32","size":28522,"noattachment":false,"integrity":"sha512-o6S45ie8keyNDekNzq2l4UCBsJ/UjOosg/RI3on4xRgLLltrEsRX3ffHKaF9tQ+ypZb0nEDSz0kucExz+CEQYg=="},"scripts":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcdesign.ru"}],"directories":{},"publish_time":1320198964988,"_hasShrinkwrap":false,"_cnpm_publish_time":1320198964988,"_cnpmcore_publish_time":"2021-12-13T10:49:33.108Z"},"4.1.1":{"name":"js-yaml","version":"4.1.1","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"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"},"bin":{"js-yaml":"bin/js-yaml.js"},"module":"./dist/js-yaml.mjs","exports":{".":{"import":"./dist/js-yaml.mjs","require":"./index.js"},"./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.js","prepublishOnly":"npm run gh-demo"},"unpkg":"dist/js-yaml.min.js","jsdelivr":"dist/js-yaml.min.js","dependencies":{"argparse":"^2.0.1"},"devDependencies":{"@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-node-resolve":"^11.0.0","ansi":"^0.3.1","benchmark":"^2.1.4","codemirror":"^5.13.4","eslint":"^7.0.0","fast-check":"^2.8.0","gh-pages":"^3.1.0","mocha":"^8.2.1","nyc":"^15.1.0","rollup":"^2.34.1","rollup-plugin-node-polyfills":"^0.2.1","rollup-plugin-terser":"^7.0.2","shelljs":"^0.8.4"},"_id":"js-yaml@4.1.1","gitHead":"cc482e775913e6625137572a3712d2826170e53a","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"homepage":"https://github.com/nodeca/js-yaml#readme","_nodeVersion":"22.7.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==","shasum":"854c292467705b699476e1a2decc0c8a3458806b","tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.1.tgz","fileCount":32,"unpackedSize":386271,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCCes6PRL5wFcFmbO7FJ3GoaKp2TlKz73vqiGxbWGGX7gIgRR3ETViKIxwoCo+2ka4OUOc23wRZPR8p1NN/pU+Mf5g="}],"size":95174},"_npmUser":{"name":"vitaly","email":"vitaly@rcopen.com"},"directories":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcopen.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/js-yaml_4.1.1_1762960683326_0.01837229021800124"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-12T15:18:03.524Z","publish_time":1762960683524,"_source_registry_name":"default"},"3.14.2":{"name":"js-yaml","version":"3.14.2","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"bin":{"js-yaml":"bin/js-yaml.js"},"unpkg":"dist/js-yaml.min.js","jsdelivr":"dist/js-yaml.min.js","dependencies":{"argparse":"^1.0.7","esprima":"^4.0.0"},"devDependencies":{"ansi":"^0.3.1","benchmark":"^2.1.4","browserify":"^16.2.2","codemirror":"^5.13.4","eslint":"^7.0.0","fast-check":"^1.24.2","istanbul":"^0.4.5","mocha":"^7.1.2","uglify-js":"^3.0.1"},"scripts":{"test":"make test"},"_id":"js-yaml@3.14.2","gitHead":"9963d366dfbde0c69722452bcd40b41e7e4160a0","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_nodeVersion":"22.7.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==","shasum":"77485ce1dd7f33c061fd1b16ecea23b55fcb04b0","tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.14.2.tgz","fileCount":36,"unpackedSize":275733,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICsyEUx11UeZ3/feUpfAlbWIz4l3u8TYWkLWnkzN4pgCAiBA5HPMNcQqFEHisEuPy7KR5EzMgj/jfmsvqAAdd0bXXw=="}],"size":72708},"_npmUser":{"name":"vitaly","email":"vitaly@rcopen.com"},"directories":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcopen.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/js-yaml_3.14.2_1763159537566_0.2179999522979441"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-14T22:32:17.773Z","publish_time":1763159537773,"_source_registry_name":"default"},"4.2.0":{"name":"js-yaml","version":"4.2.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"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"},"funding":[{"url":"https://github.com/sponsors/puzrin","type":"github"},{"url":"https://github.com/sponsors/nodeca","type":"github"}],"bin":{"js-yaml":"bin/js-yaml.js"},"module":"./dist/js-yaml.mjs","exports":{".":{"import":"./dist/js-yaml.mjs","require":"./index.js"},"./package.json":"./package.json"},"scripts":{"lint":"eslint .","lint-fix":"eslint . --fix","test":"npm run lint && npm run test:core && npm run test:build","test:core":"node --test test/core/*.test.*","test:build":"npm run build && node --test test/build/*.test.*","coverage":"npm run build && c8 --include 'lib/**' -r text -r html -r lcov node --test test/core/*.test.*","build":"node support/build-dist.mjs","build:demo":"npm run lint && node support/build_demo.mjs","gh-demo":"npm run build:demo && gh-pages -d demo -f","prepack":"npm test && npm run build && npm run build:demo","postpublish":"npm run gh-demo"},"unpkg":"dist/js-yaml.min.js","jsdelivr":"dist/js-yaml.min.js","dependencies":{"argparse":"^2.0.1"},"devDependencies":{"c8":"^11.0.0","codemirror":"^5.65.21","eslint":"^9.39.4","fast-check":"^4.8.0","gh-pages":"^6.3.0","neostandard":"^0.13.0","tinybench":"^6.0.2","vite":"^8.0.14","vite-plugin-node-polyfills":"^0.28.0","vite-plugin-singlefile":"^2.3.3","workerpool":"^10.0.2"},"gitHead":"590dbabadd172b099c07654fab2eabec8c7a07b9","_id":"js-yaml@4.2.0","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"homepage":"https://github.com/nodeca/js-yaml#readme","_nodeVersion":"24.16.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==","shasum":"2bd9e85682dd91bd469afb809d816043b3d49524","tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-4.2.0.tgz","fileCount":36,"unpackedSize":873981,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCSV1/D5qL7vlcWUcIs4yEZULO22QB9F7jpwpTqHz2CxQIgULy96wH9Nj3/8wq8bAm+jfCCKVTDJw/KAjMiuW2sp64="}],"size":204299},"_npmUser":{"name":"vitaly","email":"vitaly@rcopen.com"},"directories":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcopen.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/js-yaml_4.2.0_1780265833605_0.3604119376414041"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-05-31T22:17:13.783Z","publish_time":1780265833783,"_source_registry_name":"default"},"5.0.0":{"name":"js-yaml","version":"5.0.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"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"},"funding":[{"type":"github","url":"https://github.com/sponsors/puzrin"},{"type":"github","url":"https://github.com/sponsors/nodeca"}],"bin":{"js-yaml":"bin/js-yaml.mjs"},"main":"./dist/js-yaml.cjs.js","module":"./dist/js-yaml.mjs","types":"./dist/js-yaml.d.ts","exports":{".":{"types":"./dist/js-yaml.d.ts","import":"./dist/js-yaml.mjs","require":"./dist/js-yaml.cjs.js"},"./browser":{"types":"./dist/js-yaml.d.ts","import":"./dist/browser/js-yaml.esm.min.mjs","require":"./dist/browser/js-yaml.umd.min.js","default":"./dist/browser/js-yaml.umd.min.js"},"./package.json":"./package.json"},"scripts":{"lint":"eslint .","lint-fix":"eslint . --fix","type-check":"tsc --noEmit","test":"npm run lint && npm run build && npm run type-check && npm run test:examples && npm run spec:get && node --test 'test/core/**/*.test.mjs' 'test/spec/*.test.mjs'","test:examples":"node --test 'examples/*.mjs'","test:spec":"npm run build && npm run spec:get && node test/spec/spec.test.mjs","spec:get":"node support/get-yaml-test-suite.mjs","spec:update":"node support/get-yaml-test-suite.mjs update","coverage":"npm run build && npm run spec:get && c8 --include 'dist/js-yaml.mjs' --include 'src/**' -r text -r html -r lcov node --test 'test/core/**/*.test.mjs' 'test/spec/*.test.mjs'","build":"node support/build-dist.mjs","build:demo":"npm run lint && node support/build_demo.mjs","gh-demo":"npm run build:demo && gh-pages -d demo -f","benchmark:deps":"npm install --prefix benchmark/extra/","prepack":"npm test && npm run build && npm run build:demo","postpublish":"npm run gh-demo"},"dependencies":{"argparse":"^2.0.1"},"devDependencies":{"@streamparser/json":"^0.0.22","@types/node":"^24.12.2","c8":"^11.0.0","codemirror":"^5.65.21","eslint":"^9.39.4","fast-check":"^4.8.0","gh-pages":"^6.3.0","mitata":"^1.0.34","neostandard":"^0.13.0","rollup":"^4.62.2","rollup-plugin-dts":"^6.4.1","typescript":"^6.0.3","vite":"^8.0.14","vite-plugin-node-polyfills":"^0.28.0","vite-plugin-singlefile":"^2.3.3","workerpool":"^10.0.2"},"gitHead":"75148bc4f5eb69b3d338e1c355d8bb2dba5bdf34","_id":"js-yaml@5.0.0","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"homepage":"https://github.com/nodeca/js-yaml#readme","_nodeVersion":"24.16.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-GSvaPUbk1U+FMZ7rJzF+F8e5YVtu7KnD40et/5rBXXRBv2jCO9L3qCewvIDDdudC0QycTFlf6EAA+h3kxBsuUw==","shasum":"f8500ec24e26830f8f0f66f9df9cb909e22e82cc","tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-5.0.0.tgz","fileCount":13,"unpackedSize":1412499,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCgLkS0InAzwOlNlHFuw3ob6ILz0Fq4xclKMBB6IoX8AQIhAKsk23tHbY6Fk2SRh7AVodAUnXtE+toA+rW3ej/JVmIZ"}],"size":327687},"_npmUser":{"name":"vitaly","email":"vitaly@rcopen.com"},"directories":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcopen.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/js-yaml_5.0.0_1781976535274_0.18284058589057106"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-06-20T17:28:55.421Z","publish_time":1781976535421,"_source_registry_name":"default"},"5.1.0":{"name":"js-yaml","version":"5.1.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"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"},"funding":[{"type":"github","url":"https://github.com/sponsors/puzrin"},{"type":"github","url":"https://github.com/sponsors/nodeca"}],"bin":{"js-yaml":"bin/js-yaml.mjs"},"main":"./dist/js-yaml.cjs.js","module":"./dist/js-yaml.mjs","types":"./dist/js-yaml.d.ts","exports":{".":{"types":"./dist/js-yaml.d.ts","import":"./dist/js-yaml.mjs","require":"./dist/js-yaml.cjs.js"},"./browser":{"types":"./dist/js-yaml.d.ts","import":"./dist/browser/js-yaml.esm.min.mjs","require":"./dist/browser/js-yaml.umd.min.js","default":"./dist/browser/js-yaml.umd.min.js"},"./package.json":"./package.json"},"scripts":{"lint":"eslint .","lint-fix":"eslint . --fix","type-check":"tsc --noEmit","test":"npm run lint && npm run build && npm run type-check && npm run test:examples && npm run spec:get && node --test 'test/core/**/*.test.mjs' 'test/spec/*.test.mjs'","test:examples":"node --test 'examples/*.mjs'","test:spec":"npm run build && npm run spec:get && node test/spec/spec.test.mjs","spec:get":"node support/get-yaml-test-suite.mjs","spec:update":"node support/get-yaml-test-suite.mjs update","coverage":"npm run build && npm run spec:get && c8 --include 'dist/js-yaml.mjs' --include 'src/**' -r text -r html -r lcov node --test 'test/core/**/*.test.mjs' 'test/spec/*.test.mjs'","build":"node support/build-dist.mjs","build:demo":"npm run lint && node support/build_demo.mjs","gh-demo":"npm run build:demo && gh-pages -d demo -f","benchmark:deps":"npm install --prefix benchmark/extra/","prepack":"npm test && npm run build && npm run build:demo","postpublish":"npm run gh-demo"},"dependencies":{"argparse":"^2.0.1"},"devDependencies":{"@streamparser/json":"^0.0.22","@types/node":"^24.12.2","c8":"^11.0.0","codemirror":"^5.65.21","eslint":"^9.39.4","fast-check":"^4.8.0","gh-pages":"^6.3.0","mitata":"^1.0.34","neostandard":"^0.13.0","rollup":"^4.62.2","rollup-plugin-dts":"^6.4.1","typescript":"^6.0.3","vite":"^8.0.14","vite-plugin-node-polyfills":"^0.28.0","vite-plugin-singlefile":"^2.3.3","workerpool":"^10.0.2"},"gitHead":"f1e45cd201de162cc388a5175717eddf0743d367","_id":"js-yaml@5.1.0","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"homepage":"https://github.com/nodeca/js-yaml#readme","_nodeVersion":"24.16.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-s8VA5jkR8f22S3NAXmhKPFqGUduqZGlsufabVOgN14iTdw/RXcym7bKkbwjxLK9Yw2lEvvmJjFp119+KPeo8Kg==","shasum":"c084ac880197833810a69e9c7e51eae12ff35448","tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-5.1.0.tgz","fileCount":13,"unpackedSize":1430021,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDqRFi1aWb2zxu+PHj2ZMA/NEjYAsogksD24S3ePqIHhQIhAIFciuVTiB1mzulLAeGrw/C90+7nUzWaGkt42kv4n8x6"}],"size":331821},"_npmUser":{"name":"vitaly","email":"vitaly@rcopen.com"},"directories":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcopen.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/js-yaml_5.1.0_1782165692464_0.18773893647774442"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-06-22T22:01:32.626Z","publish_time":1782165692626,"_source_registry_name":"default"},"5.2.0":{"name":"js-yaml","version":"5.2.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"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"},"funding":[{"url":"https://github.com/sponsors/puzrin","type":"github"},{"url":"https://github.com/sponsors/nodeca","type":"github"}],"bin":{"js-yaml":"bin/js-yaml.mjs"},"main":"./dist/js-yaml.cjs.js","module":"./dist/js-yaml.mjs","types":"./dist/js-yaml.d.ts","exports":{".":{"types":"./dist/js-yaml.d.ts","import":"./dist/js-yaml.mjs","require":"./dist/js-yaml.cjs.js"},"./browser":{"types":"./dist/js-yaml.d.ts","import":"./dist/browser/js-yaml.esm.min.mjs","require":"./dist/browser/js-yaml.umd.min.js","default":"./dist/browser/js-yaml.umd.min.js"},"./package.json":"./package.json"},"scripts":{"lint":"eslint .","lint-fix":"eslint . --fix","type-check":"tsc --noEmit","test":"npm run lint && npm run build && npm run type-check && npm run test:examples && npm run spec:get && node --test 'test/core/**/*.test.mjs' 'test/spec/*.test.mjs'","test:examples":"node --test 'examples/*.mjs'","test:spec":"npm run build && npm run spec:get && node test/spec/spec.test.mjs","spec:get":"node support/get-yaml-test-suite.mjs","spec:update":"node support/get-yaml-test-suite.mjs update","coverage":"npm run build && npm run spec:get && c8 --include 'dist/js-yaml.mjs' --include 'src/**' -r text -r html -r lcov node --test 'test/core/**/*.test.mjs' 'test/spec/*.test.mjs'","build":"node support/build-dist.mjs","build:demo":"npm run lint && node support/build_demo.mjs","gh-demo":"npm run build:demo && gh-pages -d demo -f","benchmark:deps":"npm install --prefix benchmark/extra/","prepack":"npm test && npm run build && npm run build:demo","postpublish":"npm run gh-demo"},"dependencies":{"argparse":"^2.0.1"},"devDependencies":{"@streamparser/json":"^0.0.22","@types/node":"^24.12.2","c8":"^11.0.0","codemirror":"^5.65.21","eslint":"^9.39.4","fast-check":"^4.8.0","gh-pages":"^6.3.0","mitata":"^1.0.34","neostandard":"^0.13.0","rollup":"^4.62.2","rollup-plugin-dts":"^6.4.1","typescript":"^6.0.3","vite":"^8.0.14","vite-plugin-node-polyfills":"^0.28.0","vite-plugin-singlefile":"^2.3.3","workerpool":"^10.0.2"},"gitHead":"c28ed5ec1aa66a37b8202e17d0caa122922a1b00","_id":"js-yaml@5.2.0","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"homepage":"https://github.com/nodeca/js-yaml#readme","_nodeVersion":"24.16.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-YeLUMlvR4Ou1B119LIaM0r65JvbOBooJDc9yEu0dClb/uSC5P4FrLU8OCCz/HXWvtPoIrR0dRzABTjo1sTN9Bw==","shasum":"b559a892cae3e32fc5afecc9f18e1672378ddb68","tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-5.2.0.tgz","fileCount":13,"unpackedSize":1438106,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGDhEQDrKbohUvP9SlItKD7msm+J3BcgM+181al0qRXVAiA9/NxH41qsbFDKp4UIP5S2bxNVqG/qCAXCBgCqOTHnjw=="}],"size":333624},"_npmUser":{"name":"vitaly","email":"vitaly@rcopen.com"},"directories":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcopen.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/js-yaml_5.2.0_1782504420091_0.2037172397757614"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-06-26T20:07:00.244Z","publish_time":1782504420244,"_source_registry_name":"default"},"4.3.0":{"name":"js-yaml","version":"4.3.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"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"},"funding":[{"url":"https://github.com/sponsors/puzrin","type":"github"},{"url":"https://github.com/sponsors/nodeca","type":"github"}],"publishConfig":{"tag":"v4-legacy"},"bin":{"js-yaml":"bin/js-yaml.js"},"module":"./dist/js-yaml.mjs","exports":{".":{"import":"./dist/js-yaml.mjs","require":"./index.js"},"./package.json":"./package.json"},"scripts":{"lint":"eslint .","lint-fix":"eslint . --fix","test":"npm run lint && npm run test:core && npm run test:build","test:core":"node --test test/core/*.test.*","test:build":"npm run build && node --test test/build/*.test.*","coverage":"npm run build && c8 --include 'lib/**' -r text -r html -r lcov node --test test/core/*.test.*","build":"node support/build-dist.mjs","build:demo":"npm run lint && node support/build_demo.mjs","gh-demo":"npm run build:demo && gh-pages -d demo -f","prepack":"npm test && npm run build"},"unpkg":"dist/js-yaml.min.js","jsdelivr":"dist/js-yaml.min.js","dependencies":{"argparse":"^2.0.1"},"devDependencies":{"@babel/core":"8.0.1","@babel/preset-env":"8.0.1","@rollup/plugin-commonjs":"29.0.3","@rollup/plugin-terser":"0.4.4","c8":"^11.0.0","codemirror":"^5.65.21","eslint":"^9.39.4","fast-check":"^4.8.0","gh-pages":"^6.3.0","neostandard":"^0.13.0","tinybench":"^6.0.2","vite":"7.3.6","vite-plugin-node-polyfills":"^0.28.0","vite-plugin-singlefile":"^2.3.3","workerpool":"^10.0.2"},"readmeFilename":"README.md","gitHead":"33d05b5d29a8c21360f620f7e1c1706e24522eda","_id":"js-yaml@4.3.0","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"homepage":"https://github.com/nodeca/js-yaml#readme","_nodeVersion":"24.16.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==","shasum":"d1900572a7f7cf0b5f540c83673e60bad3436592","tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-4.3.0.tgz","fileCount":36,"unpackedSize":957572,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAiY5s5GxvZQgjA/+BQ0YaaiOQgK5ieSXe3FcVnirr5MAiEA3dlwFMv0ziE0Q2fbfe0BawL+PjVBKepDBgQZhzzstE0="}],"size":226823},"_npmUser":{"name":"vitaly","email":"vitaly@rcopen.com"},"directories":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcopen.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/js-yaml_4.3.0_1782512940682_0.2251337069166237"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-06-26T22:29:00.874Z","publish_time":1782512940874,"_source_registry_name":"default"},"3.15.0":{"name":"js-yaml","version":"3.15.0","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"homepage":"https://github.com/nodeca/js-yaml","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"},"publishConfig":{"tag":"v3-legacy"},"bin":{"js-yaml":"bin/js-yaml.js"},"unpkg":"dist/js-yaml.min.js","jsdelivr":"dist/js-yaml.min.js","dependencies":{"argparse":"^1.0.7","esprima":"^4.0.0"},"devDependencies":{"ansi":"^0.3.1","benchmark":"^2.1.4","browserify":"^16.2.2","codemirror":"^5.13.4","eslint":"^7.0.0","fast-check":"^1.24.2","istanbul":"^0.4.5","mocha":"^7.1.2","uglify-js":"^3.0.1"},"scripts":{"test":"make test"},"readmeFilename":"README.md","gitHead":"c34b6c40027a769eb0d67958ae615268a1d55f54","_id":"js-yaml@3.15.0","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"_nodeVersion":"24.16.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-ttBQIIQPDeLjpPOohtUdXuXUVoA2uIB6fEH9HyJ7234s5mBJ5wTx20njxplLZQgLaOfpmPQA7X2t5AX6tIPbog==","shasum":"586e5214eafe3e893756a41e979b50d89d3e4a67","tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.15.0.tgz","fileCount":36,"unpackedSize":276890,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCRxfzoZyBGzzOAQWq/9kMrM5uAzd9ZTxYOsLI98Vj+WgIhAOo6HKdi+9t5Nh0FgrPETIHliyr9ytGmKN2qpjKV7Wb4"}],"size":73061},"_npmUser":{"name":"vitaly","email":"vitaly@rcopen.com"},"directories":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcopen.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/js-yaml_3.15.0_1782515561500_0.6630044639893309"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-06-26T23:12:41.657Z","publish_time":1782515561657,"_source_registry_name":"default"},"5.2.1":{"name":"js-yaml","version":"5.2.1","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"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"},"funding":[{"type":"github","url":"https://github.com/sponsors/puzrin"},{"type":"github","url":"https://github.com/sponsors/nodeca"}],"bin":{"js-yaml":"bin/js-yaml.mjs"},"main":"./dist/js-yaml.cjs.js","module":"./dist/js-yaml.mjs","types":"./dist/js-yaml.d.ts","exports":{".":{"types":"./dist/js-yaml.d.ts","import":"./dist/js-yaml.mjs","require":"./dist/js-yaml.cjs.js"},"./browser":{"types":"./dist/js-yaml.d.ts","import":"./dist/browser/js-yaml.esm.min.mjs","require":"./dist/browser/js-yaml.umd.min.js","default":"./dist/browser/js-yaml.umd.min.js"},"./package.json":"./package.json"},"scripts":{"lint":"eslint .","lint-fix":"eslint . --fix","type-check":"tsc --noEmit","test":"npm run lint && npm run build && npm run type-check && npm run test:examples && npm run spec:get && node --test 'test/core/**/*.test.mjs' 'test/spec/*.test.mjs'","test:examples":"node --test 'examples/*.mjs'","test:spec":"npm run build && npm run spec:get && node test/spec/spec.test.mjs","spec:get":"node support/get-yaml-test-suite.mjs","spec:update":"node support/get-yaml-test-suite.mjs update","coverage":"npm run build && npm run spec:get && c8 --include 'dist/js-yaml.mjs' --include 'src/**' -r text -r html -r lcov node --test 'test/core/**/*.test.mjs' 'test/spec/*.test.mjs'","build":"node support/build-dist.mjs","build:demo":"npm run lint && node support/build_demo.mjs","gh-demo":"npm run build:demo && gh-pages -d demo -f","benchmark:deps":"npm install --prefix benchmark/extra/","prepack":"npm test && npm run build && npm run build:demo","postpublish":"npm run gh-demo"},"dependencies":{"argparse":"^2.0.1"},"devDependencies":{"@streamparser/json":"^0.0.22","@types/node":"^24.12.2","c8":"^11.0.0","codemirror":"^5.65.21","eslint":"^9.39.4","fast-check":"^4.8.0","gh-pages":"^6.3.0","mitata":"^1.0.34","neostandard":"^0.13.0","rollup":"^4.62.2","rollup-plugin-dts":"^6.4.1","typescript":"^6.0.3","vite":"^8.1.2","vite-plugin-node-polyfills":"^0.28.0","vite-plugin-singlefile":"^2.3.3","workerpool":"^10.0.3"},"gitHead":"ac16b42c46c11c5c7f66062bfc78b168b5f07ecd","_id":"js-yaml@5.2.1","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"homepage":"https://github.com/nodeca/js-yaml#readme","_nodeVersion":"24.16.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==","shasum":"bb3f2e87295ebfe6ef0a75e17c62834daeff9ce2","tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-5.2.1.tgz","fileCount":13,"unpackedSize":1440824,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCsOw0n7BFPaUC91VW2fMuWCxSWCMmFEaKTYCciTBvhpgIhANOVCYMgb9WghVpVHwNh+08/dl8eGOQxfJTrp8Ggerqc"}],"size":334735},"_npmUser":{"name":"vitaly","email":"vitaly@rcopen.com"},"directories":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcopen.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/js-yaml_5.2.1_1782953721497_0.03792397936114145"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-07-02T00:55:21.714Z","publish_time":1782953721714,"_source_registry_name":"default"},"5.2.2":{"name":"js-yaml","version":"5.2.2","description":"YAML 1.2 parser and serializer","keywords":["yaml","parser","serializer","pyyaml"],"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"},"funding":[{"url":"https://github.com/sponsors/puzrin","type":"github"},{"url":"https://github.com/sponsors/nodeca","type":"github"}],"bin":{"js-yaml":"bin/js-yaml.mjs"},"main":"./dist/js-yaml.cjs.js","module":"./dist/js-yaml.mjs","types":"./dist/js-yaml.d.ts","exports":{".":{"types":"./dist/js-yaml.d.ts","import":"./dist/js-yaml.mjs","require":"./dist/js-yaml.cjs.js"},"./browser":{"types":"./dist/js-yaml.d.ts","import":"./dist/browser/js-yaml.esm.min.mjs","require":"./dist/browser/js-yaml.umd.min.js","default":"./dist/browser/js-yaml.umd.min.js"},"./package.json":"./package.json"},"scripts":{"lint":"eslint .","lint-fix":"eslint . --fix","type-check":"tsc --noEmit","test":"npm run lint && npm run build && npm run type-check && npm run test:examples && npm run spec:get && node --test 'test/core/**/*.test.mjs' 'test/spec/*.test.mjs'","test:examples":"node --test 'examples/*.mjs'","test:spec":"npm run build && npm run spec:get && node test/spec/spec.test.mjs","spec:get":"node support/get-yaml-test-suite.mjs","spec:update":"node support/get-yaml-test-suite.mjs update","coverage":"npm run build && npm run spec:get && c8 --include 'dist/js-yaml.mjs' --include 'src/**' -r text -r html -r lcov node --test 'test/core/**/*.test.mjs' 'test/spec/*.test.mjs'","build":"node support/build-dist.mjs","build:demo":"npm run lint && node support/build_demo.mjs","gh-demo":"npm run build:demo && gh-pages -d demo -f","benchmark:deps":"npm install --prefix benchmark/extra/","prepack":"npm test && npm run build && npm run build:demo","postpublish":"npm run gh-demo"},"dependencies":{"argparse":"^2.0.1"},"devDependencies":{"@streamparser/json":"^0.0.22","@types/node":"^24.12.2","c8":"^11.0.0","codemirror":"^5.65.21","eslint":"^9.39.4","fast-check":"^4.8.0","gh-pages":"^6.3.0","mitata":"^1.0.34","neostandard":"^0.13.0","rollup":"^4.62.2","rollup-plugin-dts":"^6.4.1","typescript":"^6.0.3","vite":"^8.1.2","vite-plugin-node-polyfills":"^0.28.0","vite-plugin-singlefile":"^2.3.3","workerpool":"^10.0.3"},"gitHead":"3c2955942ef3a8c4b1e3cb9a5e64ba38012360ea","_id":"js-yaml@5.2.2","bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"homepage":"https://github.com/nodeca/js-yaml#readme","_nodeVersion":"24.16.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==","shasum":"497bfe63f0b0db11c7bbc5ce8bc568e836c8b08c","tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-5.2.2.tgz","fileCount":13,"unpackedSize":1442014,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCw8QlNfX26fEQ5wLkIQjh/hCyL60itxWClQvKenHT3rwIgHqLFia2BgCOWtuoEZPUbZnYXix92O0/L2mhpL1XIcqs="}],"size":335141},"_npmUser":{"name":"vitaly","email":"vitaly@rcopen.com"},"directories":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcopen.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/js-yaml_5.2.2_1784847318518_0.39364008671603656"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-07-23T22:55:18.680Z","publish_time":1784847318680,"_source_registry_name":"default"},"4.3.1":{"_id":"js-yaml@4.3.1","bin":{"js-yaml":"bin/js-yaml.js"},"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"dist":{"shasum":"01216c001d67f48e2cd560d708c7af21090a3848","tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-4.3.1.tgz","fileCount":36,"integrity":"sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==","signatures":[{"sig":"MEQCIEfeJDHJVb3WYEp2tLJa3SHD/hh6ar8/boVLSQuPYgNIAiBpVH1Lgv2q4deM2fhLqeV+HS691NZLmCcAaMld2JjcUg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEZsasSqJgdEzohFyrJTbfpYS1kTxmDg2sSQTZQQcfmaAiAr3WSz8NcSYBbTY8sANLxf9n/vbwzCkrNjR3Uz3ROqQQ=="}],"unpackedSize":957953,"size":226859},"name":"js-yaml","unpkg":"dist/js-yaml.min.js","author":{"name":"Vladimir Zapparov","email":"dervus.grim@gmail.com"},"module":"./dist/js-yaml.mjs","exports":{".":{"import":"./dist/js-yaml.mjs","require":"./index.js"},"./package.json":"./package.json"},"funding":[{"url":"https://github.com/sponsors/puzrin","type":"github"},{"url":"https://github.com/sponsors/nodeca","type":"github"}],"gitHead":"86e91b815b8794c3c73a179c1770871e37ec2df8","license":"MIT","scripts":{"lint":"eslint .","test":"npm run lint && npm run test:core && npm run test:build","build":"node support/build-dist.mjs","gh-demo":"npm run build:demo && gh-pages -d demo -f","prepack":"npm test && npm run build","coverage":"npm run build && c8 --include 'lib/**' -r text -r html -r lcov node --test test/core/*.test.*","lint-fix":"eslint . --fix","test:core":"node --test test/core/*.test.*","build:demo":"npm run lint && node support/build_demo.mjs","test:build":"npm run build && node --test test/build/*.test.*"},"version":"4.3.1","_npmUser":{"name":"vitaly","email":"vitaly@rcopen.com"},"homepage":"https://github.com/nodeca/js-yaml#readme","jsdelivr":"dist/js-yaml.min.js","keywords":["yaml","parser","serializer","pyyaml"],"repository":{"url":"git+https://github.com/nodeca/js-yaml.git","type":"git"},"_npmVersion":"11.13.0","description":"YAML 1.2 parser and serializer","directories":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcopen.com"}],"_nodeVersion":"24.16.0","contributors":[{"url":"http://www.ixti.net/","name":"Aleksey V Zapparov","email":"ixti@member.fsf.org"},{"url":"https://github.com/puzrin","name":"Vitaly Puzrin","email":"vitaly@rcdesign.ru"},{"url":"http://got-ravings.blogspot.com","name":"Martin Grenfell","email":"martin.grenfell@gmail.com"}],"dependencies":{"argparse":"^2.0.1"},"publishConfig":{"tag":"v4-legacy"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^11.0.0","vite":"7.3.6","eslint":"^9.39.4","gh-pages":"^6.3.0","tinybench":"^6.0.2","codemirror":"^5.65.21","fast-check":"^4.8.0","workerpool":"^10.0.2","@babel/core":"8.0.1","neostandard":"^0.13.0","@babel/preset-env":"8.0.1","@rollup/plugin-terser":"0.4.4","vite-plugin-singlefile":"^2.3.3","@rollup/plugin-commonjs":"29.0.3","vite-plugin-node-polyfills":"^0.28.0"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/js-yaml_4.3.1_1785519591026_0.7441913773460092"},"_cnpmcore_publish_time":"2026-07-31T17:39:51.183Z","publish_time":1785519591183,"_source_registry_name":"default"},"3.15.1":{"_id":"js-yaml@3.15.1","bin":{"js-yaml":"bin/js-yaml.js"},"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"dist":{"shasum":"24bc95028f361cdaaa84745b06a109c4486773c0","tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-3.15.1.tgz","fileCount":36,"integrity":"sha512-S99WuO3HlhO3XN41EtYUNl9zzXjoJx7QvmipxsJVxtCBT0YHEFy+iOJhjSvrmV12nYhWpZaM8lPHkJm0yUMbag==","signatures":[{"sig":"MEQCIAsAWnI8feeUSH9EMkJ/JNReZiIlqSjbI5pqJCSluhJxAiA5MSMJU9xMhQk+RCkDOZKBHOPFV89h/B60MqC8SBGpdw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD3d7kHCGtnPI9EjDZsqej7MxUOSa8uDPkFajSztjVC+gIhAOdfUKYo1cLqtrAq8lGl2x7YFBGRVTdrX30Qzeo60KgV"}],"unpackedSize":276986,"size":73076},"name":"js-yaml","unpkg":"dist/js-yaml.min.js","author":{"name":"Vladimir Zapparov","email":"dervus.grim@gmail.com"},"gitHead":"ab85ae2c622bc6d8cdbceccafe9f9b7df80463ed","license":"MIT","scripts":{"test":"make test"},"version":"3.15.1","_npmUser":{"name":"vitaly","email":"vitaly@rcopen.com"},"homepage":"https://github.com/nodeca/js-yaml","jsdelivr":"dist/js-yaml.min.js","keywords":["yaml","parser","serializer","pyyaml"],"repository":{"url":"git+https://github.com/nodeca/js-yaml.git","type":"git"},"_npmVersion":"11.13.0","description":"YAML 1.2 parser and serializer","directories":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcopen.com"}],"_nodeVersion":"24.16.0","contributors":[{"url":"http://www.ixti.net/","name":"Aleksey V Zapparov","email":"ixti@member.fsf.org"},{"url":"https://github.com/puzrin","name":"Vitaly Puzrin","email":"vitaly@rcdesign.ru"},{"url":"http://got-ravings.blogspot.com","name":"Martin Grenfell","email":"martin.grenfell@gmail.com"}],"dependencies":{"esprima":"^4.0.0","argparse":"^1.0.7"},"publishConfig":{"tag":"v3-legacy"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ansi":"^0.3.1","mocha":"^7.1.2","eslint":"^7.0.0","istanbul":"^0.4.5","benchmark":"^2.1.4","uglify-js":"^3.0.1","browserify":"^16.2.2","codemirror":"^5.13.4","fast-check":"^1.24.2"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/js-yaml_3.15.1_1785520133026_0.5607373484946898"},"_cnpmcore_publish_time":"2026-07-31T17:48:53.128Z","publish_time":1785520133128,"_source_registry_name":"default"},"5.2.3":{"_id":"js-yaml@5.2.3","bin":{"js-yaml":"bin/js-yaml.mjs"},"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"dist":{"shasum":"0942ae8f507e22eb0e54624871789cd477106e54","tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-5.2.3.tgz","fileCount":13,"integrity":"sha512-n+mUVyUX5bVv7G/G2zyIHOhdxfuU1dY2NOFzTQUWiMUbFss8b57NFlgCCaggU78wSw5KVS9cllzeLyzyR+n5nw==","signatures":[{"sig":"MEUCIDByj5R8bqNlPgliBs9BRsKqKbKeeaBgJxbPK7bMIM4iAiEA0i0jZyyVNmg3uBdsnLSvmuHw1k7PtXfYjSRe0mbC06E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICECQUUqF/sPq+J9OqN8/ucYaJYWZSpc5QFnvO42uTcLAiEAhO4NyG375S8MvI0JkPPy8yQ/3XkCf1D42KEnXZcuNNA="}],"unpackedSize":1453113,"size":338045},"main":"./dist/js-yaml.cjs.js","name":"js-yaml","types":"./dist/js-yaml.d.ts","author":{"name":"Vladimir Zapparov","email":"dervus.grim@gmail.com"},"module":"./dist/js-yaml.mjs","exports":{".":{"types":"./dist/js-yaml.d.ts","import":"./dist/js-yaml.mjs","require":"./dist/js-yaml.cjs.js"},"./browser":{"types":"./dist/js-yaml.d.ts","import":"./dist/browser/js-yaml.esm.min.mjs","default":"./dist/browser/js-yaml.umd.min.js","require":"./dist/browser/js-yaml.umd.min.js"},"./package.json":"./package.json"},"funding":[{"url":"https://github.com/sponsors/puzrin","type":"github"},{"url":"https://github.com/sponsors/nodeca","type":"github"}],"gitHead":"6740445e7bf0ec701f14226e1dfa7ef50f7068cc","license":"MIT","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run type-check && npm run test:examples && npm run spec:get && node --test 'test/core/**/*.test.mjs' 'test/spec/*.test.mjs'","build":"node support/build-dist.mjs","gh-demo":"npm run build:demo && gh-pages -d demo -f","prepack":"npm test && npm run build && npm run build:demo","coverage":"npm run build && npm run spec:get && c8 --include 'dist/js-yaml.mjs' --include 'src/**' -r text -r html -r lcov node --test 'test/core/**/*.test.mjs' 'test/spec/*.test.mjs'","lint-fix":"eslint . --fix","spec:get":"node support/get-yaml-test-suite.mjs","test:spec":"npm run build && npm run spec:get && node test/spec/spec.test.mjs","build:demo":"npm run lint && node support/build_demo.mjs","type-check":"tsc --noEmit","postpublish":"npm run gh-demo","spec:update":"node support/get-yaml-test-suite.mjs update","test:examples":"node --test 'examples/*.mjs'","benchmark:deps":"npm install --prefix benchmark/extra/"},"version":"5.2.3","_npmUser":{"name":"vitaly","email":"vitaly@rcopen.com"},"homepage":"https://github.com/nodeca/js-yaml#readme","keywords":["yaml","parser","serializer","pyyaml"],"repository":{"url":"git+https://github.com/nodeca/js-yaml.git","type":"git"},"_npmVersion":"11.13.0","description":"YAML 1.2 parser and serializer","directories":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcopen.com"}],"_nodeVersion":"24.16.0","contributors":[{"url":"http://www.ixti.net/","name":"Aleksey V Zapparov","email":"ixti@member.fsf.org"},{"url":"https://github.com/puzrin","name":"Vitaly Puzrin","email":"vitaly@rcdesign.ru"},{"url":"http://got-ravings.blogspot.com","name":"Martin Grenfell","email":"martin.grenfell@gmail.com"}],"dependencies":{"argparse":"^2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^11.0.0","vite":"^8.1.2","eslint":"^9.39.4","mitata":"^1.0.34","rollup":"^4.62.2","gh-pages":"^6.3.0","codemirror":"^5.65.21","fast-check":"^4.8.0","typescript":"^6.0.3","workerpool":"^10.0.3","@types/node":"^24.12.2","neostandard":"^0.13.0","rollup-plugin-dts":"^6.4.1","@streamparser/json":"^0.0.22","vite-plugin-singlefile":"^2.3.3","vite-plugin-node-polyfills":"^0.28.0"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/js-yaml_5.2.3_1785565505063_0.22885496281578832"},"_cnpmcore_publish_time":"2026-08-01T06:25:05.164Z","publish_time":1785565505164,"_source_registry_name":"default"},"5.3.0":{"_id":"js-yaml@5.3.0","bin":{"js-yaml":"bin/js-yaml.mjs"},"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"dist":{"shasum":"526430a6da31065127528ae695ce168cfc5f91f0","tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-5.3.0.tgz","fileCount":13,"integrity":"sha512-muutsYr+e2+d3rTgUGslq5rxbBlUy3cJ61IsHag2QNDQV+7zXWjkUpmALIajhrlLlrgRUiymj6U3zUr/TMK84Q==","signatures":[{"sig":"MEYCIQDIviXGTopjkrnEPUoyLV6MYHG9LqQ/u0eAE48wF1cGpQIhANOtOzDS5YKbQlelnhfhBZ7O9yHEtlXwtgs14KL4y7rE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDH5WtpWXQW3m43tXfEmlb5B8VBhR2Y3DGj452h4QPdrAIgU/72xna1TZ0+Bbnt22GV/+43pPHL7Cx14XBwboAW7kk="}],"unpackedSize":1556633,"size":365803},"main":"./dist/js-yaml.cjs.js","name":"js-yaml","types":"./dist/js-yaml.d.ts","author":{"name":"Vladimir Zapparov","email":"dervus.grim@gmail.com"},"module":"./dist/js-yaml.mjs","exports":{".":{"types":"./dist/js-yaml.d.ts","import":"./dist/js-yaml.mjs","require":"./dist/js-yaml.cjs.js"},"./browser":{"types":"./dist/js-yaml.d.ts","import":"./dist/browser/js-yaml.esm.min.mjs","default":"./dist/browser/js-yaml.umd.min.js","require":"./dist/browser/js-yaml.umd.min.js"},"./package.json":"./package.json"},"funding":[{"url":"https://github.com/sponsors/puzrin","type":"github"},{"url":"https://github.com/sponsors/nodeca","type":"github"}],"gitHead":"04db45830b9ef92454b409eca80ec80ae9b2701a","license":"MIT","scripts":{"doc":"typedoc","demo":"npm run lint && node support/build_demo.mjs && npm run doc","lint":"eslint .","test":"npm run lint && npm run build && npm run type-check && npm run spec:get && node --test 'test/core/**/*.test.mjs' 'test/spec/*.test.mjs'","build":"node support/build-dist.mjs","prepack":"npm test && npm run build && npm run demo","coverage":"npm run build && npm run spec:get && c8 --include 'dist/js-yaml.mjs' --include 'src/**' -r text -r html -r lcov node --test 'test/core/**/*.test.mjs' 'test/spec/*.test.mjs'","lint-fix":"eslint . --fix","spec:get":"node support/get-yaml-test-suite.mjs","test:spec":"npm run build && npm run spec:get && node test/spec/spec.test.mjs","type-check":"tsc --noEmit","postpublish":"npm run demo:publish","spec:update":"node support/get-yaml-test-suite.mjs update","demo:publish":"npm run demo && gh-pages -d demo -f","benchmark:deps":"npm install --prefix benchmark/extra/"},"version":"5.3.0","_npmUser":{"name":"vitaly","email":"vitaly@rcopen.com"},"homepage":"https://github.com/nodeca/js-yaml#readme","keywords":["yaml","parser","serializer","pyyaml"],"repository":{"url":"git+https://github.com/nodeca/js-yaml.git","type":"git"},"_npmVersion":"11.13.0","description":"YAML 1.2 parser and serializer","directories":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcopen.com"}],"_nodeVersion":"24.16.0","contributors":[{"url":"http://www.ixti.net/","name":"Aleksey V Zapparov","email":"ixti@member.fsf.org"},{"url":"https://github.com/puzrin","name":"Vitaly Puzrin","email":"vitaly@rcdesign.ru"},{"url":"http://got-ravings.blogspot.com","name":"Martin Grenfell","email":"martin.grenfell@gmail.com"}],"dependencies":{"argparse":"^2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^11.0.0","vite":"^8.1.2","eslint":"^9.39.4","mitata":"^1.0.34","rollup":"^4.62.2","typedoc":"^0.28.19","gh-pages":"^6.3.0","codemirror":"^5.65.21","fast-check":"^4.8.0","typescript":"^6.0.3","workerpool":"^10.0.3","@types/node":"^24.12.2","neostandard":"^0.13.0","rollup-plugin-dts":"^6.4.1","@streamparser/json":"^0.0.22","vite-plugin-singlefile":"^2.3.3","vite-plugin-node-polyfills":"^0.28.0"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/js-yaml_5.3.0_1786699899785_0.17350528431164736"},"_cnpmcore_publish_time":"2026-08-14T09:31:39.879Z","publish_time":1786699899879,"_source_registry_name":"default"},"5.4.0":{"_id":"js-yaml@5.4.0","bin":{"js-yaml":"bin/js-yaml.mjs"},"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"dist":{"shasum":"246dae8988029a6e9b19963e3ff5a1ff6e41f344","tarball":"https://registry.npmmirror.com/js-yaml/-/js-yaml-5.4.0.tgz","fileCount":13,"integrity":"sha512-jE7vUJIebKzYQI5xu4co5CRBDlDEYnHrdzsxs4O2giCz4v2SbVMYKpmt1D9L38OKQAeCWmrOTRiCV93u0UkaJA==","signatures":[{"sig":"MEUCIQCLmvYAyIEQLzQLzh8sGHRQ29PY6e4OgeFEwqxYxCVAhgIgBhThJ9l828PgR91wZ9qhdk7Bd/99HYoSRUnQj+u78sA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEa/0LmtBRwW2BPR5HW12HC6AQQKmMtL4VHbG+OvygatAiEA3PvcZzc0a4a8nJgU1MOBc8dw2TkcByAVY4js82MpttY="}],"unpackedSize":1566897,"size":361828},"main":"./dist/js-yaml.cjs.js","name":"js-yaml","types":"./dist/js-yaml.d.ts","author":{"name":"Vladimir Zapparov","email":"dervus.grim@gmail.com"},"module":"./dist/js-yaml.mjs","exports":{".":{"types":"./dist/js-yaml.d.ts","import":"./dist/js-yaml.mjs","require":"./dist/js-yaml.cjs.js"},"./browser":{"types":"./dist/js-yaml.d.ts","import":"./dist/browser/js-yaml.esm.min.mjs","default":"./dist/browser/js-yaml.umd.min.js","require":"./dist/browser/js-yaml.umd.min.js"},"./package.json":"./package.json"},"funding":[{"url":"https://github.com/sponsors/puzrin","type":"github"},{"url":"https://github.com/sponsors/nodeca","type":"github"}],"gitHead":"6b4ff5e92474186b0c0381021ba4120f883c1995","license":"MIT","scripts":{"doc":"typedoc","demo":"npm run lint && node support/build_demo.mjs && npm run doc","lint":"eslint .","test":"npm run lint && npm run build && npm run type-check && npm run spec:get && node --test 'test/core/**/*.test.mjs' 'test/spec/*.test.mjs'","build":"node support/build-dist.mjs","prepack":"npm test && npm run build && npm run demo","coverage":"npm run build && npm run spec:get && c8 --include 'dist/js-yaml.mjs' --include 'src/**' -r text -r html -r lcov node --test 'test/core/**/*.test.mjs' 'test/spec/*.test.mjs'","lint-fix":"eslint . --fix","spec:get":"node support/get-yaml-test-suite.mjs","test:spec":"npm run build && npm run spec:get && node test/spec/spec.test.mjs","type-check":"tsc --noEmit","postpublish":"npm run demo:publish","spec:update":"node support/get-yaml-test-suite.mjs update","demo:publish":"npm run demo && gh-pages -d demo -f","benchmark:deps":"npm install --prefix benchmark/extra/"},"version":"5.4.0","_npmUser":{"name":"vitaly","email":"vitaly@rcopen.com"},"homepage":"https://github.com/nodeca/js-yaml#readme","keywords":["yaml","parser","serializer","pyyaml"],"repository":{"url":"git+https://github.com/nodeca/js-yaml.git","type":"git"},"_npmVersion":"11.13.0","description":"YAML 1.2 parser and serializer","directories":{},"maintainers":[{"name":"vitaly","email":"vitaly@rcopen.com"}],"_nodeVersion":"24.16.0","contributors":[{"url":"http://www.ixti.net/","name":"Aleksey V Zapparov","email":"ixti@member.fsf.org"},{"url":"https://github.com/puzrin","name":"Vitaly Puzrin","email":"vitaly@rcdesign.ru"},{"url":"http://got-ravings.blogspot.com","name":"Martin Grenfell","email":"martin.grenfell@gmail.com"}],"dependencies":{"argparse":"^2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^11.0.0","vite":"^8.1.2","eslint":"^9.39.4","mitata":"^1.0.34","rollup":"^4.62.2","typedoc":"^0.28.19","gh-pages":"^6.3.0","codemirror":"^5.65.21","fast-check":"^4.8.0","typescript":"^6.0.3","workerpool":"^10.0.3","@types/node":"^24.12.2","neostandard":"^0.13.0","rollup-plugin-dts":"^6.4.1","@streamparser/json":"^0.0.22","vite-plugin-singlefile":"^2.3.3","vite-plugin-node-polyfills":"^0.28.0"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/js-yaml_5.4.0_1787641401720_0.12485945230854378"},"_cnpmcore_publish_time":"2026-08-25T07:03:21.871Z","publish_time":1787641401871,"_source_registry_name":"default"}},"bugs":{"url":"https://github.com/nodeca/js-yaml/issues"},"contributors":[{"url":"http://www.ixti.net/","name":"Aleksey V Zapparov","email":"ixti@member.fsf.org"},{"url":"https://github.com/puzrin","name":"Vitaly Puzrin","email":"vitaly@rcdesign.ru"},{"url":"http://got-ravings.blogspot.com","name":"Martin Grenfell","email":"martin.grenfell@gmail.com"}],"homepage":"https://github.com/nodeca/js-yaml#readme","keywords":["yaml","parser","serializer","pyyaml"],"repository":{"url":"git+https://github.com/nodeca/js-yaml.git","type":"git"},"_source_registry_name":"default"}