{"_id":"@rollup/plugin-json","_rev":"13-b78b213c157b9c5d9d1483b5f9ffb570","name":"@rollup/plugin-json","dist-tags":{"latest":"6.1.0"},"versions":{"4.0.0":{"name":"@rollup/plugin-json","version":"4.0.0","publishConfig":{"access":"public"},"description":"Convert .json files to ES6 modules","license":"MIT","repository":{"type":"git","url":"git+https://github.com/rollup/plugins.git"},"main":"dist/index.js","scripts":{"build":"rollup -c","ci:coverage":"nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov","ci:lint":"pnpm run build && pnpm run lint && pnpm run security","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","ci:test":"pnpm run test -- --verbose && pnpm run test:ts","lint":"pnpm run lint:js && pnpm run lint:docs && pnpm run lint:package","lint:docs":"prettier --single-quote --write README.md","lint:js":"eslint --fix --cache src test","lint:package":"prettier --write package.json --plugin=prettier-plugin-package","prebuild":"del-cli dist","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","pretest":"npm run build","security":"echo 'pnpm needs `npm audit` support'","test":"ava","test:ts":"tsc index.d.ts test/types.ts --noEmit"},"keywords":["rollup","plugin","json","es2015","npm","modules"],"peerDependencies":{"rollup":"^1.20.0"},"dependencies":{"rollup-pluginutils":"^2.5.0"},"devDependencies":{"rollup-plugin-buble":"^0.19.6","rollup-plugin-node-resolve":"^5.2.0","source-map-support":"^0.5.11"},"ava":{"files":["!**/fixtures/**","!**/helpers/**","!**/recipes/**","!**/types.ts"]},"jsnext:main":"dist/rollup-plugin-json.es.js","module":"dist/index.es.js","bugs":{"url":"https://github.com/rollup/plugins/issues"},"homepage":"https://github.com/rollup/plugins#readme","_id":"@rollup/plugin-json@4.0.0","_nodeVersion":"12.3.1","_npmVersion":"6.11.2","dist":{"integrity":"sha512-Z65CtEVWv40+ri4CvmswyhtuUtki9yP5p0UJN/GyCKKyU4jRuDS9CG0ZuV7/XuS7zGkoajyE7E4XBEaC4GW62A==","shasum":"4462e83c7ad5544bef4a601a6e8450daedc4b69b","tarball":"https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.0.0.tgz","fileCount":9,"unpackedSize":12962,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyCSbCRA9TVsSAnZWagAALSgP/iZXxZmyK6XcpnkcFTCM\nApg/XelstwB5z8Xl6NU/pMTCIS9ztQcRMkCiCZaWvCidFTT5Cvt5GXizeR1o\ntZAMTG68E2nCxoAzXb47B0HyaZAblDuM0NrRadsAyVlJ5L35PlU+ZG23W8CI\nwj4DI2X92gV7A/L3UGqIIG4OKcJPf0UTMX/ZyMBaz42BRsrZVVQAVQjFCqAg\nj+yJAFUFMHvT6AKK2xLGRDXXAZkHiYZGccwx1E+oWZmUdqwxYxnW275INI1e\nMUwesCDpFno70+0sp4ALat+W3MeNyChq/uIjZpmxJNrJ3JnpTuT++U1DztFA\nj5/7K95MUeqwq4F7Tp05NiznuXPxW97JBaaADpOZgea2/NtNw4XoHIjxTNSL\ncDa7LEAJ2p0T8lXqHJ21YlpV8WgIpE0DUp7FHW5WTllbolSBCgCRyCIZc3S6\n0s2fYf6LRxsiF83eQ/GG3E1OkhZ8rO0l+Jl3kgl9hoQj/EsevAhvNK8kMw0P\nFd5ZgiFwA4GvGCevIa8QsI58jfX0j9V1jY2wpq1D76w1GjUHJazYhVpiLgAZ\nd6qngzuu2TRvfJBNi0T3hhzB77u+kQ0k9YiB/5dQ0jUVLW5dgQfyoCUZ9kEI\nRBNbGGh1/2GPxjPvSddftWzdUtrjvgzAbe3FaH9tKze8keBsn7yIbSb1bdza\nshVt\r\n=Kvww\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDwO6yvnaED2g8jAYFBjBYUd/o1b9xUYU7XaQ/zvHojwIhAOyiSO0y9mp3iRu88OD+WYuRYcGysYDdaQCgbUsRHvM7"}]},"maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"},{"name":"rich_harris","email":"richard.a.harris@gmail.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"lukastaegert","email":"lukas.taegert@tngtech.com"}],"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-json_4.0.0_1573397658548_0.7283027854486563"},"_hasShrinkwrap":false},"4.0.1":{"name":"@rollup/plugin-json","version":"4.0.1","publishConfig":{"access":"public"},"description":"Convert .json files to ES6 modules","license":"MIT","repository":{"type":"git","url":"git+https://github.com/rollup/plugins.git"},"main":"dist/index.js","scripts":{"build":"rollup -c","ci:coverage":"nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov","ci:lint":"pnpm run build && pnpm run lint","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","ci:test":"pnpm run test -- --verbose && pnpm run test:ts","lint":"pnpm run lint:js && pnpm run lint:docs && pnpm run lint:package","lint:docs":"prettier --single-quote --write README.md","lint:js":"eslint --fix --cache src test","lint:package":"prettier --write package.json --plugin=prettier-plugin-package","prebuild":"del-cli dist","prepare":"pnpm run build","prepublishOnly":"pnpm run lint && pnpm run test","pretest":"pnpm run build","test":"ava","test:ts":"tsc index.d.ts test/types.ts --noEmit"},"keywords":["rollup","plugin","json","es2015","npm","modules"],"peerDependencies":{"rollup":"^1.20.0"},"dependencies":{"rollup-pluginutils":"^2.5.0"},"devDependencies":{"rollup-plugin-buble":"^0.19.6","rollup-plugin-node-resolve":"^5.2.0","source-map-support":"^0.5.11"},"ava":{"files":["!**/fixtures/**","!**/helpers/**","!**/recipes/**","!**/types.ts"]},"module":"dist/index.es.js","bugs":{"url":"https://github.com/rollup/plugins/issues"},"homepage":"https://github.com/rollup/plugins#readme","_id":"@rollup/plugin-json@4.0.1","_nodeVersion":"12.3.1","_npmVersion":"6.11.2","dist":{"integrity":"sha512-soxllkhOGgchswBAAaTe7X9G80U2tjjHvXv0sBrriLJcC/89PkP59iTrKPOfbz3SjX088mKDmMhAscuyLz8ZSg==","shasum":"223898c6c37993886da06989b0e93ceef52aa3ce","tarball":"https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.0.1.tgz","fileCount":9,"unpackedSize":12951,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/o8CCRA9TVsSAnZWagAA8o4QAIauil8NWEmNVZntbSK7\nKZejWOyGWp73EpU+KsuBe6J8bJv2jALeOvQHHFBLa0AJ4ga0dWo9+H8xlXDj\np7Zm57tMKsNRiyqDLxNHJMIUOfzQUi8dsvrkvyEIy6j5ppALqOD7ubYgPHVz\nDbExXrcBBI1l2ml9J0SvrpQjklRrJm/6Bof3pAWHMyGvfAUrFwNOo/Vcvnjh\n8OBtuKhNWk8JNMOL90tBYaywjAUdXwmcxb6qdP73TSAN17y8HjgHkGNFICC3\ns35IufOMwbYxLZDsz20NeKKqppb0I9LRfDXxB5RjKoHezyC17Ngp8itV5cr2\n1mDOXG7xSddEuM3/qbSKq58RcRhSCp1Fza+SdV1N2QE5y5A8Tf1aJIsiBGzw\nhn7w1/Qv9oBYLnP9V2qbjPjetKKH5emHyIXY5zB+RhMdkuTwc6zbEJE4wu6x\nYhyOcCwvAmXwAs873e2XV+Mi79uwNkUP60GcgpLijeHBikiRSmUpbMW05gYB\nhic5D7l+D+Olqai1S/N2neHZdfJiJv9SVarRKjNyWNXuTX2px7sWAj2exY87\nF4XyWPO2G2llqunbyNnJidrQop4rmiTnGK2+GcSg1O3yW0Ac/9mB1deSIHin\nNdPW/cPVwHAD+uIZtsIQ2yLA7P00ilXtC/SsKnGYZaMBPvCVqBZZjDQL/r4Z\nld5N\r\n=FQhD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwVx05ejLkdt+D54cPqZPNzjuHfEd4Xrujox+nvIwrDQIgPdEAj9pd/tmjRKG3OISmOaScgJ/2+WSxY5TusQfZ+Mc="}]},"maintainers":[{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"lukastaegert","email":"lukas.taegert@tngtech.com"},{"name":"rich_harris","email":"richard.a.harris@gmail.com"},{"name":"shellscape","email":"andrew@shellscape.org"}],"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-json_4.0.1_1576963842508_0.298365256839914"},"_hasShrinkwrap":false},"4.0.2":{"name":"@rollup/plugin-json","version":"4.0.2","publishConfig":{"access":"public"},"description":"Convert .json files to ES6 modules","license":"MIT","repository":{"type":"git","url":"git+https://github.com/rollup/plugins.git"},"author":{"name":"rollup"},"homepage":"https://github.com/rollup/plugins/tree/master/packages/json#readme","bugs":{"url":"https://github.com/rollup/plugins/issues"},"main":"dist/index.js","scripts":{"build":"rollup -c","ci:coverage":"nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov","ci:lint":"pnpm run build && pnpm run lint","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","ci:test":"pnpm run test -- --verbose && pnpm run test:ts","lint":"pnpm run lint:js && pnpm run lint:docs && pnpm run lint:package","lint:docs":"prettier --single-quote --write README.md","lint:js":"eslint --fix --cache src test","lint:package":"prettier --write package.json --plugin=prettier-plugin-package","prebuild":"del-cli dist","prepare":"pnpm run build","prepublishOnly":"pnpm run lint && pnpm run test","pretest":"pnpm run build","test":"ava","test:ts":"tsc index.d.ts test/types.ts --noEmit"},"keywords":["rollup","plugin","json","es2015","npm","modules"],"peerDependencies":{"rollup":"^1.20.0"},"dependencies":{"@rollup/pluginutils":"^3.0.4"},"devDependencies":{"@rollup/plugin-buble":"^0.21.0","@rollup/plugin-node-resolve":"^7.0.0","source-map-support":"^0.5.16"},"ava":{"files":["!**/fixtures/**","!**/helpers/**","!**/recipes/**","!**/types.ts"]},"module":"dist/index.es.js","_id":"@rollup/plugin-json@4.0.2","_nodeVersion":"12.3.1","_npmVersion":"6.11.2","dist":{"integrity":"sha512-t4zJMc98BdH42mBuzjhQA7dKh0t4vMJlUka6Fz0c+iO5IVnWaEMiYBy1uBj9ruHZzXBW23IPDGL9oCzBkQ9Udg==","shasum":"482185ee36ac7dd21c346e2dbcc22ffed0c6f2d6","tarball":"https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.0.2.tgz","fileCount":9,"unpackedSize":13456,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeNcFaCRA9TVsSAnZWagAApegP/iFpBNNaGx1iqi7Vayci\nR0Yu1QSlwu0Bd8+so4ytD5/bZNHNhE9QkVBQbVTtCvEfIUzVApvXHtjq8mGt\nNV25j48dSJIMRNQ+fFR/55suknys6iM9QJGZx0vUHZvcZLdKeXIFwCB7DaKj\nHKgzWW0zKkWFgl384C3BtY1KOYWFfsVmTogAD7olFhfS7dwK2LQ+RfjienYE\nwGi2RZg4CzCZ1Qr1pC3BHZwykH82ERX+yjhdmNNq5dmx1dgmFiY+mDKALuOV\nkFI7LbyofSh3REw2+y9A9qFK4wAYpFHzQcHtdcsgMO19QU9OQxEl76tKyCSf\nWJkGmKuvCnjMKfqa/4u4bGpYbwWUBqR9mrvVnbizEeW2HMHvYEo0YjoZ8pl1\n3XB32wwlZxIAeYO/+r6sAAKQgxy67PVm69C+/xdqJo3epkLQCoLZwM1YgG2+\nsMHhxgIfUfbSdT40TiO/jQCKVNM1QwgGa4OjdaIu4BllWx6z0pL6SECjc9TJ\nKnElqnIHtQ9Q0CCE1kW71/XI4MWEVRDLN4qNxTSuxYp2dk+iDrlEueQIJeyK\nGqszWZEpzYUO+tN77Cgua7Wyz9ztPYXdZB5uHDcZwTvG0p4TwQ3j1/G7jUXW\nwinsy/WjBa86KFtaNTbJnjx92+IIaNS3EqbS2rXpHLTkSo3auHq6NPia+rzI\nfoOC\r\n=QtBf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCc3Ri1rR7WfybuaFhJDMSCJKBzsQjuhmiqxsS2zSlX4gIhAPDk0gU0XeEPxHoGnlWJ0zlpu3+I5z9IdmKS1nzspEZf"}]},"maintainers":[{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"lukastaegert","email":"lukas.taegert@tngtech.com"},{"name":"rich_harris","email":"richard.a.harris@gmail.com"},{"name":"shellscape","email":"andrew@shellscape.org"}],"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-json_4.0.2_1580581209998_0.45876190867663724"},"_hasShrinkwrap":false},"4.0.3":{"name":"@rollup/plugin-json","version":"4.0.3","publishConfig":{"access":"public"},"description":"Convert .json files to ES6 modules","license":"MIT","repository":{"type":"git","url":"git+https://github.com/rollup/plugins.git"},"author":{"name":"rollup"},"homepage":"https://github.com/rollup/plugins/tree/master/packages/json#readme","bugs":{"url":"https://github.com/rollup/plugins/issues"},"main":"dist/index.js","scripts":{"build":"rollup -c","ci:coverage":"nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov","ci:lint":"pnpm run build && pnpm run lint","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","ci:test":"pnpm run test -- --verbose && pnpm run test:ts","lint":"pnpm run lint:js && pnpm run lint:docs && pnpm run lint:json && pnpm run lint:package","lint:docs":"prettier --single-quote --write README.md","lint:js":"eslint --fix --cache src test types --ext .js,.ts","lint:json":"prettier --write \"test/fixtures/!(garbage)/*.json\"","lint:package":"prettier --write package.json --plugin=prettier-plugin-package","prebuild":"del-cli dist","prepare":"pnpm run build","prepublishOnly":"pnpm run lint && pnpm run test","pretest":"pnpm run build","test":"ava","test:ts":"tsc types/index.d.ts test/types.ts --noEmit"},"keywords":["rollup","plugin","json","es2015","npm","modules"],"peerDependencies":{"rollup":"^1.20.0 || ^2.0.0"},"dependencies":{"@rollup/pluginutils":"^3.0.8"},"devDependencies":{"@rollup/plugin-buble":"^0.21.0","@rollup/plugin-node-resolve":"^7.0.0","source-map-support":"^0.5.16"},"ava":{"files":["!**/fixtures/**","!**/helpers/**","!**/recipes/**","!**/types.ts"]},"module":"dist/index.es.js","types":"types/index.d.ts","_id":"@rollup/plugin-json@4.0.3","_nodeVersion":"12.15.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-QMUT0HZNf4CX17LMdwaslzlYHUKTYGuuk34yYIgZrNdu+pMEfqMS55gck7HEeHBKXHM4cz5Dg1OVwythDdbbuQ==","shasum":"747e2c2884c5a0fa00b66c9c0f3f1012cddca534","tarball":"https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.0.3.tgz","fileCount":9,"unpackedSize":13698,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJem5omCRA9TVsSAnZWagAASjMP/3Hq8DmZM0/+yK0mil3N\nLJrn8OO6jEZCy7T+Ykczuy9DZR7qqk2IHvRlK4Gi+pLX5xOwHE6YRICRQEfv\nBeOBztKIBmIilXRC/Vk7tJFSBAQwTyFTyAA3wx+41ofwJIQAzIvdyyrqHt/8\ni6/PYAPPLG85IqJRSJalbwOXtMIwnR7x4mnkv/NE77X9ulNVs+yY4KOsykIX\nwRY6YEbkSIwau8ElRKbHzs4MI/tDbxMVDuX9m3p3/vHpJ6S9FHRKzRf3SQyL\n1xogFdbpF6+BOpJ0Gkqrv+R2Wd1DaBTBfGqbM1FYdiZ/05roXJM68NCXut/8\nmjH3ImXREH7PF9zbkhsAh2eSHccwzjSE1E9CUo0DP1djva7TgoVMs2dqSo/g\nI6mG/oBCYl0KNX5AZuhitqJqUSdpSVF/8f9nSlJOZLvA0wxOi1BWUaMPfa95\ndXNqXISwXMz48my/VcGniXsgb3U2zc/DvSmrF0whGqnOydWvhhWOOrd1PLy/\nrAZ/lgcYkje9tyF69MnS4NNXdR4utTfiRdsm2eCMlXwySUZySd4p8Ki85jBp\nGT4al/5ARYSYeRYzAfiJwUom6/fpt7BjHz6MhAqBLTnF2+kMeCzkamemJNJz\nxg8SQNoMesAUeeretIVrr1kjnHYohBCEYQEDCZOVdNUYRQp/XtSzH0M6NibY\nT9ww\r\n=wimJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGD4vEdJZ6w75E914u3uZGZ9e0aip0na2bBOn3Alsf7bAiEAiEIJ8bppEx2WO0s0i5cJybJdXbaN5SC7/a8JMX3YCXw="}]},"maintainers":[{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"lukastaegert","email":"lukas.taegert@tngtech.com"},{"name":"rich_harris","email":"richard.a.harris@gmail.com"},{"name":"shellscape","email":"andrew@shellscape.org"}],"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-json_4.0.3_1587255845938_0.6290599412602205"},"_hasShrinkwrap":false},"4.1.0":{"name":"@rollup/plugin-json","version":"4.1.0","publishConfig":{"access":"public"},"description":"Convert .json files to ES6 modules","license":"MIT","repository":{"type":"git","url":"git+https://github.com/rollup/plugins.git"},"author":{"name":"rollup"},"homepage":"https://github.com/rollup/plugins/tree/master/packages/json#readme","bugs":{"url":"https://github.com/rollup/plugins/issues"},"main":"dist/index.js","scripts":{"build":"rollup -c","ci:coverage":"nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov","ci:lint":"pnpm run build && pnpm run lint","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","ci:test":"pnpm run test -- --verbose && pnpm run test:ts","lint":"pnpm run lint:js && pnpm run lint:docs && pnpm run lint:json && pnpm run lint:package","lint:docs":"prettier --single-quote --write README.md","lint:js":"eslint --fix --cache src test types --ext .js,.ts","lint:json":"prettier --write \"test/fixtures/!(garbage)/*.json\"","lint:package":"prettier --write package.json --plugin=prettier-plugin-package","prebuild":"del-cli dist","prepare":"pnpm run build","prepublishOnly":"pnpm run lint && pnpm run test","pretest":"pnpm run build","test":"ava","test:ts":"tsc types/index.d.ts test/types.ts --noEmit"},"keywords":["rollup","plugin","json","es2015","npm","modules"],"peerDependencies":{"rollup":"^1.20.0 || ^2.0.0"},"dependencies":{"@rollup/pluginutils":"^3.0.8"},"devDependencies":{"@rollup/plugin-buble":"^0.21.0","@rollup/plugin-node-resolve":"^7.0.0","source-map-support":"^0.5.16"},"ava":{"files":["!**/fixtures/**","!**/helpers/**","!**/recipes/**","!**/types.ts"]},"module":"dist/index.es.js","types":"types/index.d.ts","_id":"@rollup/plugin-json@4.1.0","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==","shasum":"54e09867ae6963c593844d8bd7a9c718294496f3","tarball":"https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.1.0.tgz","fileCount":9,"unpackedSize":15652,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2k2NCRA9TVsSAnZWagAAMmoQAJn1mTaKytGxJZ/nfEaU\ngsSO2z8ZuS1Lje5N4C3dIVxTzmC5ytuKB4DWIMpanPL/YIXS3M6JvZ6S15iB\nFtDkfoyovyMc+mosy/BYWQoKnztzaovgcMsA0VPJV2WKtb29UbMwn6+wvwBz\niskQ5PSZDSCcsgVxe2qhl8UMmC+kZVrL0fgxuYkJeXbeporpP3kT7nyO/i3K\n3DXf1oTTz8MmN1rAn8V+fM/plUpyrMr65K4DYXl2xXtsD/MiEgYHUkfuvSH2\nPhtqlvP2bLE2nWmAuKQHbrV1D3kBwm/QToHGyzzPfSd34PCbNC5jKhCPr7Bf\nmPqV71ffzZMUgYkRD3BlmBW4DLWPTqw/+QOF65Hbb4D2X6QKXTR6jZcm+/uR\n9jK9pDKhW3b56VS8x5rgtVTt7j7B1+QSSIYWYI721tb6pYVs18MeeLK1k1S6\nuVPG/+eH/LJe4Q8XYpFA3HwtrslIiwP5dLgxOjIJbVYws1YKn8IcoMb9PmjO\n5hYO6yndEXzANbDnz4DqRUzgA0ZODM9BTEp8MrR9rSoZlAbrouUeKmfG5EwW\nLUP7YsuRYgt7NTeAeExN8ZAjOgBoNz8Y659WI0WLhjHa6LCyw3h4HBRb2n5W\nQn2wwlj1LrXkWfI4J2i0sxOaSho6f37tyjZtNM7lwv5WALEAQ9hTgGPrebul\nV7vK\r\n=7zgI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLOWOTfbl/rY3JsC+uixq62dLGvhK6klSrLEvcnOMknwIgUNUvKROXpx4UF0A1mvLLSDtCNxWwVZsYLOMr0YnO0fE="}]},"maintainers":[{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"lukastaegert","email":"lukas.taegert@tngtech.com"},{"name":"rich_harris","email":"richard.a.harris@gmail.com"},{"name":"shellscape","email":"andrew@shellscape.org"}],"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-json_4.1.0_1591365004789_0.38533025490010986"},"_hasShrinkwrap":false},"5.0.0":{"name":"@rollup/plugin-json","version":"5.0.0","publishConfig":{"access":"public"},"description":"Convert .json files to ES6 modules","license":"MIT","repository":{"url":"git+https://github.com/rollup/plugins.git","directory":"packages/json"},"author":{"name":"rollup"},"homepage":"https://github.com/rollup/plugins/tree/master/packages/json#readme","bugs":{"url":"https://github.com/rollup/plugins/issues"},"main":"./dist/cjs/index.js","module":"./dist/es/index.js","exports":{"types":"./types/index.d.ts","import":"./dist/es/index.js","default":"./dist/cjs/index.js"},"engines":{"node":">=14.0.0"},"scripts":{"build":"rollup -c","ci:coverage":"nyc pnpm test && nyc report --reporter=text-lcov > coverage.lcov","ci:lint":"pnpm build && pnpm lint","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","ci:test":"pnpm test -- --verbose && pnpm test:ts","prebuild":"del-cli dist","prepare":"if [ ! -d 'dist' ]; then pnpm build; fi","prerelease":"pnpm build","pretest":"pnpm build","release":"pnpm --workspace-root plugin:release --pkg $npm_package_name","test":"ava","test:ts":"tsc types/index.d.ts test/types.ts --noEmit"},"keywords":["rollup","plugin","json","es2015","npm","modules"],"peerDependencies":{"rollup":"^1.20.0||^2.0.0||^3.0.0"},"peerDependenciesMeta":{"rollup":{"optional":true}},"dependencies":{"@rollup/pluginutils":"^4.2.1"},"devDependencies":{"@rollup/plugin-buble":"^0.21.0","@rollup/plugin-node-resolve":"^14.1.0","rollup":"^3.0.0-7","source-map-support":"^0.5.21"},"types":"./types/index.d.ts","ava":{"workerThreads":false,"files":["!**/fixtures/**","!**/helpers/**","!**/recipes/**","!**/types.ts"]},"gitHead":"d4548c18a8a25e6d0c6176f2f89ce1d253a22c6d","_id":"@rollup/plugin-json@5.0.0","_nodeVersion":"18.10.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-LsWDA5wJs/ggzakVuKQhZo7HPRcQZgBa3jWIVxQSFxaRToUGNi8ZBh3+k/gQ+1eInVYJgn4WBRCUkmoDrmmGzw==","shasum":"1e3e18302637760353c83a41d1f3c4e760afb20d","tarball":"https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-5.0.0.tgz","fileCount":6,"unpackedSize":8074,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD+v8TjffJkBLG7H0ElyEKU9eLJNJcIk3DLlJ2pZpF89wIgSLHEpK/A7MkIWovsL5KmvTkEjv1DrlqenPNVvONQySA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQ/kaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoYkg//c8bLsZ8bX2DK6b77b+fq34nu5zeQ7pM35j0ay9ulxvlZ71g2\r\nq5t2+wP9ZSbBpcYK9H+nkN7W9KB8U0uQ0Zls1FBbTQ3U66g8UrlmCfss41yO\r\nqDk3xyxa81gTbybWXNvfw3gjxXdJbpQs+aJLvAMJcDeOFb2YJVDE2zNOAkgG\r\neYToIobqmccjdZm+DlZ+4iaeElYabN4ykxfCc23tgDUHilPnFVlX/wpjH7jB\r\nl/oGyXkHGBcRP9u75z4S2eLXOzvuIe0vnc9WVdHmXMyWJ4ddF83aLY8SDgd7\r\ne7w1vPfr6XHVstsU7jU1wR0PSgBcBrG22thb8r2ky+XBCc3xvY07+KHInwvk\r\n/RyrIbiKQKrj7jk0QLVyUzp2Hqh3ToHYKao/9fSXADWAwDVkCvIbHzLNHcBi\r\nWHZPbx6CEhUa+qKk8UT1udltlnbW4Rxh+iXOLKDB/OEz9FC5tl/e/mgkarp9\r\nocBobqY0BU0xJUgewnkv5xZXmQmv3ff9fWMS1wdjxO2ejHttqGDUeQs7ZCpX\r\nTZnyFgT/J5N4ny1pZH1OQF3jRybdqZblW4DWnuresu8UEQ4Pv7IlXBtXHyLn\r\n1ZEUDBVcgEy6o78nrpL82Dk81RrvgvRgx1R79gj1PyIWDZi0AqwAW57bLR/S\r\nvlm8Kay42cOtu7yNMnW5I7WA4hw4ik8U8cc=\r\n=inFm\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"directories":{},"maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"},{"name":"rich_harris","email":"richard.a.harris@gmail.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"lukastaegert","email":"lukas.taegert@tngtech.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-json_5.0.0_1665399066483_0.23689695806284816"},"_hasShrinkwrap":false},"5.0.1":{"name":"@rollup/plugin-json","version":"5.0.1","publishConfig":{"access":"public"},"description":"Convert .json files to ES6 modules","license":"MIT","repository":{"url":"git+https://github.com/rollup/plugins.git","directory":"packages/json"},"author":{"name":"rollup"},"homepage":"https://github.com/rollup/plugins/tree/master/packages/json#readme","bugs":{"url":"https://github.com/rollup/plugins/issues"},"main":"./dist/cjs/index.js","module":"./dist/es/index.js","exports":{"types":"./types/index.d.ts","import":"./dist/es/index.js","default":"./dist/cjs/index.js"},"engines":{"node":">=14.0.0"},"scripts":{"build":"rollup -c","ci:coverage":"nyc pnpm test && nyc report --reporter=text-lcov > coverage.lcov","ci:lint":"pnpm build && pnpm lint","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","ci:test":"pnpm test -- --verbose && pnpm test:ts","prebuild":"del-cli dist","prepare":"if [ ! -d 'dist' ]; then pnpm build; fi","prerelease":"pnpm build","pretest":"pnpm build","release":"pnpm --workspace-root plugin:release --pkg $npm_package_name","test":"ava","test:ts":"tsc types/index.d.ts test/types.ts --noEmit"},"keywords":["rollup","plugin","json","es2015","npm","modules"],"peerDependencies":{"rollup":"^1.20.0||^2.0.0||^3.0.0"},"peerDependenciesMeta":{"rollup":{"optional":true}},"dependencies":{"@rollup/pluginutils":"^5.0.1"},"devDependencies":{"@rollup/plugin-buble":"^1.0.0","@rollup/plugin-node-resolve":"^15.0.0","rollup":"^3.2.3","source-map-support":"^0.5.21"},"types":"./types/index.d.ts","ava":{"workerThreads":false,"files":["!**/fixtures/**","!**/helpers/**","!**/recipes/**","!**/types.ts"]},"gitHead":"55ceae39b6c4db0467674e3c3038aa4f753429d2","_id":"@rollup/plugin-json@5.0.1","_nodeVersion":"18.11.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-QCwhZZLvM8nRcTHyR1vOgyTMiAnjiNj1ebD/BMRvbO1oc/z14lZH6PfxXeegee2B6mky/u9fia4fxRM4TqrUaw==","shasum":"d5cd67cc83ede42967447dfabbe1be45a091f5b7","tarball":"https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-5.0.1.tgz","fileCount":6,"unpackedSize":8071,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGKw8pZ+Sv7f1mCBKEpNHVCOv70c0yyV9NrSPXpc7khIAiAnFi1pV02GwHt+9KIvOiBAnaAqvCjwe1nEVeHlZ94faQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUu5eACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmooAg/+OO/f+plxysCSX+9XFyb/2Y9Iqx510EtS+KgbqYF4Nsj2RwUz\r\nE60Xl4badMcNyXaACwKhQY/U8A3jw/mawD3qjmibPBaIcqh9jn57d84gqxNy\r\npTWsdueY32TsKZBlUgLcXuRAQ3IjGUQQ38rtXATvLZYHxHSAOGoh4HULWnE3\r\n++tXnM6FdgGkABgskTBjD5JOyKGAP3V9Ubby564Ew9/jcQfBPzb0KM7jO63e\r\ngnl0IMmEZRSm+GzGTyT7Z+XY8r+FejzCG5fopZPjroVl65sX/rwPVkK5bZRE\r\nJjJqdceJZHeQZPOQiSwl55tVUTivKVtpfREbdg7YWaymVFWJQNrEqwf2lckg\r\nuKbpORqyEs4J05SbcWDakq7OkiD0p45hbIMccXLdF/hl5VPuQHRqSzoXGMOP\r\nD9CpSJFJTKsYoxuYgHl/VuOGoYm9ExJUzcKWj+m0bhRtBIYhtN/rYve9+aHB\r\nOTLr1zw+dmPOwAwvEc36UaB6R/UuMgeVc9Cj698zg4X+wd56uXmsvNnRJUxi\r\nExDLpWSzpihEAD2/dWVlz9nUhTj3yA+oWb4h1NBBQzTfey+vChqry1PJkphR\r\nlUjOH3PQkI3kVJK98GmGPUgALmkUl7FVAL49elT9RzkPgiCWC9q5uM7CryFq\r\nP5SxnUjQLEiueFqFAVnUgfUtgPErJWGWg8g=\r\n=A8V7\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"directories":{},"maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"},{"name":"rich_harris","email":"richard.a.harris@gmail.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"lukastaegert","email":"lukas.taegert@tngtech.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-json_5.0.1_1666379358301_0.8282937556998065"},"_hasShrinkwrap":false},"5.0.2":{"name":"@rollup/plugin-json","version":"5.0.2","publishConfig":{"access":"public"},"description":"Convert .json files to ES6 modules","license":"MIT","repository":{"url":"git+https://github.com/rollup/plugins.git","directory":"packages/json"},"author":{"name":"rollup"},"homepage":"https://github.com/rollup/plugins/tree/master/packages/json#readme","bugs":{"url":"https://github.com/rollup/plugins/issues"},"main":"./dist/cjs/index.js","module":"./dist/es/index.js","exports":{"types":"./types/index.d.ts","import":"./dist/es/index.js","default":"./dist/cjs/index.js"},"engines":{"node":">=14.0.0"},"scripts":{"build":"rollup -c","ci:coverage":"nyc pnpm test && nyc report --reporter=text-lcov > coverage.lcov","ci:lint":"pnpm build && pnpm lint","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","ci:test":"pnpm test -- --verbose && pnpm test:ts","prebuild":"del-cli dist","prepare":"if [ ! -d 'dist' ]; then pnpm build; fi","prerelease":"pnpm build","pretest":"pnpm build","release":"pnpm --workspace-root plugin:release --pkg $npm_package_name","test":"ava","test:ts":"tsc types/index.d.ts test/types.ts --noEmit"},"keywords":["rollup","plugin","json","es2015","npm","modules"],"peerDependencies":{"rollup":"^1.20.0||^2.0.0||^3.0.0"},"peerDependenciesMeta":{"rollup":{"optional":true}},"dependencies":{"@rollup/pluginutils":"^5.0.1"},"devDependencies":{"@rollup/plugin-buble":"^1.0.0","@rollup/plugin-node-resolve":"^15.0.0","rollup":"^3.2.3","source-map-support":"^0.5.21"},"types":"./types/index.d.ts","ava":{"workerThreads":false,"files":["!**/fixtures/**","!**/helpers/**","!**/recipes/**","!**/types.ts"]},"gitHead":"87de3f50a553649806fc2a69343876ba34b499a2","_id":"@rollup/plugin-json@5.0.2","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-D1CoOT2wPvadWLhVcmpkDnesTzjhNIQRWLsc3fA49IFOP2Y84cFOOJ+nKGYedvXHKUsPeq07HR4hXpBBr+CHlA==","shasum":"d7dbbac62ff74064876b3e5d0d863cb3ad1e7cdb","tarball":"https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-5.0.2.tgz","fileCount":6,"unpackedSize":8079,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCwArQkNKR2G4JgeHkG8laahSgbkbWqNa8l3l2roDLFWAIhAMOkcSAyO9MZiLxnGriPZGtRyfLtcjKSiK4HZh/BtNVt"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjg5glACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpogQ//azYfx9EFOFKKJIdggWaL6nSiOW8LTamw21R18vYQ8+ZrFIYy\r\nQmIqnbQ2JScFHD9QI0s76EQlkx6nwOg3r4juQrbYEAlaerKVpxzOalEwRLMS\r\noUR6DWyQzgHmBM+EDOOJNU73OUnwmz9Ty6u8OwzMWUUqcslehioNYotgvxQN\r\nfbysJrnsihVLNNeWJhanWtFmjegfGU/K0xQiCcdkhdcmAFGTnVWXGvJqldYZ\r\n6jGSpQyfSWMCM2Rw8txQEcHSkQDWMZjnKi+6swi+Y4hB26MlyNOQERCKIzw2\r\nFEA69nrtJu0wJQ7Iedvd5wZx7tdZ/FksO55CHc/AoCUOgYP+Z4836u2QhmCr\r\n9KzwbLVRBuSZuWJ6/wcF//8Qc5hsNnvBL9c0l4iOw/EqFa6l12vWKZWAzca/\r\nrkZocY7qlmkAB+yxeQpcyNHrwVc9L1bG0xs+jvqiQKufL5dfRczx+sV0n3/A\r\n3A854UuOeIxsKmYN1Xds7S7HoLqYOi41bmxo7F8sgeRQbzJCObRgBFeV8E9B\r\n4jyW/1sdbFVftMOKlM77H6jf/IKaw1GE+Vbu0k5FV4QAoy47k2QWqPBHsZQZ\r\nmicUygwmqGIlYf4rKPcWZiUgLi749h4/6OtsASk/sZRc1oOyOyOk8Bwo7I7z\r\nIrVhEArihyVmeee+/+FWAOJY9j3ZJRltw+o=\r\n=XvVG\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"directories":{},"maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"},{"name":"rich_harris","email":"richard.a.harris@gmail.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"lukastaegert","email":"lukas.taegert@tngtech.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-json_5.0.2_1669568548982_0.8102219198519103"},"_hasShrinkwrap":false},"6.0.0":{"name":"@rollup/plugin-json","version":"6.0.0","publishConfig":{"access":"public"},"description":"Convert .json files to ES6 modules","license":"MIT","repository":{"url":"git+https://github.com/rollup/plugins.git","directory":"packages/json"},"author":{"name":"rollup"},"homepage":"https://github.com/rollup/plugins/tree/master/packages/json#readme","bugs":{"url":"https://github.com/rollup/plugins/issues"},"main":"./dist/cjs/index.js","module":"./dist/es/index.js","exports":{"types":"./types/index.d.ts","import":"./dist/es/index.js","default":"./dist/cjs/index.js"},"engines":{"node":">=14.0.0"},"scripts":{"build":"rollup -c","ci:coverage":"nyc pnpm test && nyc report --reporter=text-lcov > coverage.lcov","ci:lint":"pnpm build && pnpm lint","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","ci:test":"pnpm test -- --verbose && pnpm test:ts","prebuild":"del-cli dist","prepare":"if [ ! -d 'dist' ]; then pnpm build; fi","prerelease":"pnpm build","pretest":"pnpm build","release":"pnpm --workspace-root plugin:release --pkg $npm_package_name","test":"ava","test:ts":"tsc types/index.d.ts test/types.ts --noEmit"},"keywords":["rollup","plugin","json","es2015","npm","modules"],"peerDependencies":{"rollup":"^1.20.0||^2.0.0||^3.0.0"},"peerDependenciesMeta":{"rollup":{"optional":true}},"dependencies":{"@rollup/pluginutils":"^5.0.1"},"devDependencies":{"@rollup/plugin-buble":"^1.0.0","@rollup/plugin-node-resolve":"^15.0.0","rollup":"^3.2.3","source-map-support":"^0.5.21"},"types":"./types/index.d.ts","ava":{"workerThreads":false,"files":["!**/fixtures/**","!**/helpers/**","!**/recipes/**","!**/types.ts"]},"gitHead":"ba1c90019930e9a31f5c710bc72786772daf1373","_id":"@rollup/plugin-json@6.0.0","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-i/4C5Jrdr1XUarRhVu27EEwjt4GObltD7c+MkCIpO2QIbojw8MUs+CCTqOphQi3Qtg1FLmYt+l+6YeoIf51J7w==","shasum":"199fea6670fd4dfb1f4932250569b14719db234a","tarball":"https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.0.0.tgz","fileCount":6,"unpackedSize":7943,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHQCpK3V2YHoO0pK3UChb0uG69Bh776bYjUhGPMrmHbiAiEAguMLhqhLB4ORJKM4EErsIFF2dWPiI/XEgdBDZGN5QBw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjndzAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoV5g//T+bqRgJRyvWMU9Pc6kuz/44/Gg87A8v8/yi0QqjdtvfaqUnd\r\nHb4vH8dCWQLURS51ODKpOZ7Qw24/8NUKNB970DwxIg9BuUcjEJ2f3PmJYlUJ\r\nNLSVJIhWvgsOOvGmuDxybU+r3bwEUsb7ZQjzkdyxuREyW8gt0IFN+yKjOzpH\r\nfXonmtMIF3kPfkOkcuyKvzbD+0S5P3bjslooC8FhJIKwvKq7HaSXG6Im/UhX\r\nKgX1wveE//V65MfvQ7eYIpeTbjhy3tcLPapCvyFWQc8DyUKq4bugmqCA28w3\r\noutH+7HDI3/0ysFfGA7ogg0yfZa0G8IovWxv4wn/B/VTGTirE2r5dfm7onMi\r\ncsQjhboc8hxLfzGiqGE8FK5rq1fgxYuP7YaBpBxVsxX9cjoXdC4Qb2dm+Chc\r\n+j07zOhxTbBCEGiUruX/SKnCzR4ydYEo8nna4L7VPAJ23zVgRx5qcZ+u3uHP\r\nKp0eUsGqzmNbPTOveOIyzgC5h9WLDk1VE1hhGPIzTZjQ8bNXPr77OqtvQ8fk\r\nIMqA8HGrg1jMEQ6n1ntZEAdgo5g+BSYyjCTAjoGHXC2x9T55odJURXO2/v7X\r\naBtWqeai1pFaf2T96rEArOZhcHmVfgvb9EMSClvq2K2M3cKSiwJ/T6XTaWIl\r\n65Vmo8XmHIlUrT4A4SaZcAUv510X4r6mmRY=\r\n=BIRG\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"directories":{},"maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"},{"name":"rich_harris","email":"richard.a.harris@gmail.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"lukastaegert","email":"lukas.taegert@tngtech.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-json_6.0.0_1671290048360_0.31867515152085324"},"_hasShrinkwrap":false},"6.0.1":{"name":"@rollup/plugin-json","version":"6.0.1","publishConfig":{"access":"public"},"description":"Convert .json files to ES6 modules","license":"MIT","repository":{"url":"git+https://github.com/rollup/plugins.git","directory":"packages/json"},"author":{"name":"rollup"},"homepage":"https://github.com/rollup/plugins/tree/master/packages/json#readme","bugs":{"url":"https://github.com/rollup/plugins/issues"},"main":"./dist/cjs/index.js","module":"./dist/es/index.js","exports":{"types":"./types/index.d.ts","import":"./dist/es/index.js","default":"./dist/cjs/index.js"},"engines":{"node":">=14.0.0"},"scripts":{"build":"rollup -c","ci:coverage":"nyc pnpm test && nyc report --reporter=text-lcov > coverage.lcov","ci:lint":"pnpm build && pnpm lint","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","ci:test":"pnpm test -- --verbose && pnpm test:ts","prebuild":"del-cli dist","prepare":"if [ ! -d 'dist' ]; then pnpm build; fi","prerelease":"pnpm build","pretest":"pnpm build","release":"pnpm --workspace-root plugin:release --pkg $npm_package_name","test":"ava","test:ts":"tsc types/index.d.ts test/types.ts --noEmit"},"keywords":["rollup","plugin","json","es2015","npm","modules"],"peerDependencies":{"rollup":"^1.20.0||^2.0.0||^3.0.0||^4.0.0"},"peerDependenciesMeta":{"rollup":{"optional":true}},"dependencies":{"@rollup/pluginutils":"^5.0.1"},"devDependencies":{"@rollup/plugin-buble":"^1.0.0","@rollup/plugin-node-resolve":"^15.0.0","rollup":"^4.0.0-24","source-map-support":"^0.5.21"},"types":"./types/index.d.ts","ava":{"workerThreads":false,"files":["!**/fixtures/**","!**/helpers/**","!**/recipes/**","!**/types.ts"]},"_id":"@rollup/plugin-json@6.0.1","gitHead":"6a4e19605458a484c9daa2c45635c7d73599fb23","_nodeVersion":"20.8.0","_npmVersion":"10.1.0","dist":{"integrity":"sha512-RgVfl5hWMkxN1h/uZj8FVESvPuBJ/uf6ly6GTj0GONnkfoBN5KC0MSz+PN2OLDgYXMhtG0mWpTrkiOjoxAIevw==","shasum":"7e2efcf5ed549963f1444e010611d22f463931c0","tarball":"https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.0.1.tgz","fileCount":6,"unpackedSize":7954,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDx67kB7Iex2PyFrdwUDUkYQSG4in6ufGzPdP7OqCIEMAiEA7io8D+COazQLtKGeJC0hXbISldvsLoMs6/WFv+VI/nk="}]},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"directories":{},"maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"},{"name":"rich_harris","email":"richard.a.harris@gmail.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"lukastaegert","email":"lukas.taegert@tngtech.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-json_6.0.1_1696507413345_0.7022617116221439"},"_hasShrinkwrap":false},"6.1.0":{"name":"@rollup/plugin-json","version":"6.1.0","publishConfig":{"access":"public"},"description":"Convert .json files to ES6 modules","license":"MIT","repository":{"url":"git+https://github.com/rollup/plugins.git","directory":"packages/json"},"author":{"name":"rollup"},"homepage":"https://github.com/rollup/plugins/tree/master/packages/json#readme","bugs":{"url":"https://github.com/rollup/plugins/issues"},"main":"./dist/cjs/index.js","module":"./dist/es/index.js","exports":{"types":"./types/index.d.ts","import":"./dist/es/index.js","default":"./dist/cjs/index.js"},"engines":{"node":">=14.0.0"},"keywords":["rollup","plugin","json","es2015","npm","modules"],"peerDependencies":{"rollup":"^1.20.0||^2.0.0||^3.0.0||^4.0.0"},"peerDependenciesMeta":{"rollup":{"optional":true}},"dependencies":{"@rollup/pluginutils":"^5.1.0"},"devDependencies":{"@rollup/plugin-buble":"^1.0.0","@rollup/plugin-node-resolve":"^15.0.0","rollup":"^4.0.0-24","source-map-support":"^0.5.21"},"types":"./types/index.d.ts","ava":{"workerThreads":false,"files":["!**/fixtures/**","!**/helpers/**","!**/recipes/**","!**/types.ts"]},"scripts":{"build":"rollup -c","ci:coverage":"nyc pnpm test && nyc report --reporter=text-lcov > coverage.lcov","ci:lint":"pnpm build && pnpm lint","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}","ci:test":"pnpm test -- --verbose && pnpm test:ts","prebuild":"del-cli dist","prerelease":"pnpm build","pretest":"pnpm build","release":"pnpm --workspace-root package:release $(pwd)","test":"ava","test:ts":"tsc types/index.d.ts test/types.ts --noEmit"},"_id":"@rollup/plugin-json@6.1.0","_integrity":"sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==","_resolved":"/tmp/e58800e5d79d3c3b298d155b73d15a19/rollup-plugin-json-6.1.0.tgz","_from":"file:rollup-plugin-json-6.1.0.tgz","_nodeVersion":"20.10.0","_npmVersion":"10.2.3","dist":{"integrity":"sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==","shasum":"fbe784e29682e9bb6dee28ea75a1a83702e7b805","tarball":"https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz","fileCount":8,"unpackedSize":10683,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDyOqTe1FaAxUrCFTwPn3pJf8Bxirz9st50pxb61cnPLgIgZElxK2gYGFwxe0f/tS/+Fx/KRvgiwvrJWDbRrlIz8p0="}]},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"directories":{},"maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"},{"name":"rich_harris","email":"richard.a.harris@gmail.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"lukastaegert","email":"lukas.taegert@tngtech.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plugin-json_6.1.0_1702395217257_0.6010264870658086"},"_hasShrinkwrap":false}},"time":{"created":"2019-11-10T14:54:18.515Z","4.0.0":"2019-11-10T14:54:18.705Z","modified":"2023-12-12T15:33:37.718Z","4.0.1":"2019-12-21T21:30:42.647Z","4.0.2":"2020-02-01T18:20:10.090Z","4.0.3":"2020-04-19T00:24:06.073Z","4.1.0":"2020-06-05T13:50:04.899Z","5.0.0":"2022-10-10T10:51:06.646Z","5.0.1":"2022-10-21T19:09:18.474Z","5.0.2":"2022-11-27T17:02:29.148Z","6.0.0":"2022-12-17T15:14:08.547Z","6.0.1":"2023-10-05T12:03:33.647Z","6.1.0":"2023-12-12T15:33:37.473Z"},"maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"},{"name":"rich_harris","email":"richard.a.harris@gmail.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"lukastaegert","email":"lukas.taegert@tngtech.com"}],"description":"Convert .json files to ES6 modules","homepage":"https://github.com/rollup/plugins/tree/master/packages/json#readme","keywords":["rollup","plugin","json","es2015","npm","modules"],"repository":{"url":"git+https://github.com/rollup/plugins.git","directory":"packages/json"},"bugs":{"url":"https://github.com/rollup/plugins/issues"},"license":"MIT","readme":"[npm]: https://img.shields.io/npm/v/@rollup/plugin-json\n[npm-url]: https://www.npmjs.com/package/@rollup/plugin-json\n[size]: https://packagephobia.now.sh/badge?p=@rollup/plugin-json\n[size-url]: https://packagephobia.now.sh/result?p=@rollup/plugin-json\n\n[![npm][npm]][npm-url]\n[![size][size]][size-url]\n[](https://liberamanifesto.com)\n\n# @rollup/plugin-json\n\n🍣 A Rollup plugin which Converts .json files to ES6 modules.\n\n## Requirements\n\nThis plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v14.0.0+) and Rollup v1.20.0+.\n\n## Install\n\nUsing npm:\n\n```console\nnpm install @rollup/plugin-json --save-dev\n```\n\n## Usage\n\nCreate a `rollup.config.js` [configuration file](https://www.rollupjs.org/guide/en/#configuration-files) and import the plugin:\n\n```js\nimport json from '@rollup/plugin-json';\n\nexport default {\n input: 'src/index.js',\n output: {\n dir: 'output',\n format: 'cjs'\n },\n plugins: [json()]\n};\n```\n\nThen call `rollup` either via the [CLI](https://www.rollupjs.org/guide/en/#command-line-reference) or the [API](https://www.rollupjs.org/guide/en/#javascript-api).\n\nWith an accompanying file `src/index.js`, the local `package.json` file would now be importable as seen below:\n\n```js\n// src/index.js\nimport { readFileSync } from 'fs';\n\nconst pkg = JSON.parse(readFileSync(new URL('./package.json', import.meta.url), 'utf8'));\nconsole.log(`running version ${pkg.version}`);\n```\n\n## Options\n\n### `compact`\n\nType: `Boolean`
\nDefault: `false`\n\nIf `true`, instructs the plugin to ignore `indent` and generates the smallest code.\n\n### `exclude`\n\nType: `String` | `Array[...String]`
\nDefault: `null`\n\nA [picomatch pattern](https://github.com/micromatch/picomatch), or array of patterns, which specifies the files in the build the plugin should _ignore_. By default no files are ignored.\n\n### `include`\n\nType: `String` | `Array[...String]`
\nDefault: `null`\n\nA [picomatch pattern](https://github.com/micromatch/picomatch), or array of patterns, which specifies the files in the build the plugin should operate on. By default all files are targeted.\n\n### `includeArbitraryNames`\n\nType: `Boolean`
\nDefault: `false`\n\nIf `true` and `namedExports` is `true`, generates a named export for not a valid identifier properties of the JSON object by leveraging the [\"Arbitrary Module Namespace Identifier Names\" feature](https://github.com/tc39/ecma262/pull/2154).\n\n### `indent`\n\nType: `String`
\nDefault: `'\\t'`\n\nSpecifies the indentation for the generated default export.\n\n### `namedExports`\n\nType: `Boolean`
\nDefault: `true`\n\nIf `true`, instructs the plugin to generate a named export for every property of the JSON object.\n\n### `preferConst`\n\nType: `Boolean`
\nDefault: `false`\n\nIf `true`, instructs the plugin to declare properties as variables, using either `var` or `const`. This pertains to tree-shaking.\n\n## Meta\n\n[CONTRIBUTING](/.github/CONTRIBUTING.md)\n\n[LICENSE (MIT)](/LICENSE)\n","readmeFilename":"README.md","author":{"name":"rollup"},"users":{"takez0":true,"flumpus-dev":true}}