{"name":"rollup","version":"2.60.2","keywords":["modules","bundler","bundling","es6","optimizer"],"author":{"name":"Rich Harris"},"license":"MIT","_id":"rollup@2.60.2","maintainers":[{"name":"eventualbuddha","email":"brian@donovans.cc"},{"name":"trysound","email":"trysound@yandex.ru"},{"name":"rich_harris","email":"richard.a.harris@gmail.com"},{"name":"victorystick","email":"victorystick@gmail.com"},{"name":"lukastaegert","email":"lukas.taegert@tngtech.com"}],"homepage":"https://rollupjs.org/","bugs":{"url":"https://github.com/rollup/rollup/issues"},"bin":{"rollup":"dist/bin/rollup"},"dist":{"shasum":"3f45ace36a9b10b4297181831ea0719922513463","tarball":"https://registry.npmjs.org/rollup/-/rollup-2.60.2.tgz","fileCount":21,"integrity":"sha512-1Bgjpq61sPjgoZzuiDSGvbI1tD91giZABgjCQBKM5aYLnzjq52GoDuWVwT/cm/MCxCMPU8gqQvkj8doQ5C8Oqw==","signatures":[{"sig":"MEUCIDP29nfCdyBWjZkIZ+fpM77NXWbt/Wp3pOjtN9qTX6S4AiEAlk7G+ovmwmeyYPfKIrRPrG5N6/paJv1hhSHHQz/MGN4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4726893,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpbjnCRA9TVsSAnZWagAAV/wP/jxhWetD9PS125Omsayk\nHTrxAlbF3deKiiBnsVMU7xsI8eH7Oyvayn9+8jo457sN3jp6uiAvAFx1Mb5y\n1VtTNJndFaHJ8I+Gzjg/z84MO7TZ2aD6auDKC0VBmt45CJyGL7cc6aiKMpc8\nU+hgaELkK+3rN1iofyLqkFrc6qMA1Hpoza+z21JBogP7MwZxHYqTi2ITLj+l\nGHQTxd2Ngvs2klgFhRaAdgQb1LUm1sXYZG4WuSKAuIpNT0KU4GxkR6C59jH9\nTiVRpRMjiIIvl0ZPMswKZfAztP3xUCdHrBC5JgUp37Dn8AzegGicmBHaSK7z\nISl6Ko8GxpOVIH4NsPNZmP+aHel+BZ5THluVpMiRMCKXe0z4H7dKiahV8whM\nZrZIubPfeBzZlB4Ze9I2/3/VuAd9xJPFRn4uIIXVN9lqmsZh+GZpcm6Q8MJb\ngrD6/iTRNX45jim/WyU6VVaFt6/xT3A5upz30YblGX7lg4E68WFmksAkM9aX\neFRTeTLxpXsb5Ytl3/vFuMebkUdvz3BKFSRjXhzLBbkDpHgke/V82yb2/nyZ\nGGuRhuiIG4mFR7UM85zj298woGnyB872BLstqZ26P3IeluR2A3BReZb8CEfN\nq8BYKde4jgpLI8nqLh+vKTMaH9pLI2MrX1mqCy3C1U1azsoUT/CfzVyOeZKj\nQGte\r\n=y6pK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/rollup.js","module":"dist/es/rollup.js","engines":{"node":">=10.0.0"},"exports":{".":{"node":{"import":"./dist/es/rollup.js","require":"./dist/rollup.js"},"default":"./dist/es/rollup.browser.js"},"./dist/":"./dist/"},"gitHead":"7c9b89fade00a4eb8ea39c6b15ef7d0e6e5739be","scripts":{"lint":"eslint . --fix --cache && prettier --write \"**/*.md\"","perf":"npm run build:cjs && node --expose-gc scripts/perf.js","test":"npm run build && npm run test:all","build":"shx rm -rf dist && git rev-parse HEAD > .commithash && rollup --config rollup.config.ts --configPlugin typescript && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x dist/bin/rollup","watch":"rollup --config rollup.config.ts --configPlugin typescript --watch","ci:lint":"npm run lint:nofix","ci:test":"npm run build:cjs && npm run build:bootstrap && npm run test:all","prepare":"husky install && npm run build","security":"npm audit","test:all":"npm run test:only && npm run test:browser && npm run test:typescript && npm run test:leak && npm run test:package","test:cjs":"npm run build:cjs && npm run test:only","build:cjs":"shx rm -rf dist && rollup --config rollup.config.ts --configPlugin typescript --configTest && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x dist/bin/rollup","perf:init":"node scripts/perf-init.js","test:leak":"node --expose-gc test/leak/index.js","test:only":"mocha test/test.js","lint:nofix":"eslint . && prettier --check \"**/*.md\"","perf:debug":"node --inspect-brk scripts/perf-debug.js","test:quick":"mocha -b test/test.js","ci:coverage":"npm run build:cjs && npm run build:bootstrap && nyc --reporter lcovonly mocha","postpublish":"pinst --enable && git push && git push --tags","_postinstall":"husky install","ci:test:only":"npm run build:cjs && npm run build:bootstrap && npm run test:only","test:browser":"mocha test/browser/index.js","test:package":"node scripts/test-package.js","lint:markdown":"prettier --write \"**/*.md\"","test:coverage":"npm run build:cjs && shx rm -rf coverage/* && nyc --reporter html mocha test/test.js","prepublishOnly":"pinst --disable && npm ci && npm run lint:nofix && npm run security && npm run build:bootstrap && npm run test:all","build:bootstrap":"node dist/bin/rollup --config rollup.config.ts --configPlugin typescript && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x dist/bin/rollup","test:typescript":"shx rm -rf test/typescript/dist && shx cp -r dist test/typescript/ && tsc --noEmit -p test/typescript && tsc --noEmit","test:coverage:browser":"npm run build && shx rm -rf coverage/* && nyc mocha test/browser/index.js"},"typings":"dist/rollup.d.ts","_npmUser":{"name":"lukastaegert","email":"lukas.taegert@tngtech.com"},"repository":{"url":"git+https://github.com/rollup/rollup.git","type":"git"},"_npmVersion":"6.14.11","description":"Next-generation ES module bundler","directories":{},"_nodeVersion":"14.15.1","dependencies":{"fsevents":"~2.3.2"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","shx":"^0.3.3","acorn":"^8.5.0","buble":"^0.20.0","execa":"^5.1.1","husky":"^6.0.0","mocha":"^8.4.0","pinst":"^2.1.6","tslib":"^2.3.1","eslint":"^7.32.0","rollup":"^2.57.0","sander":"^0.6.0","terser":"^5.9.0","core-js":"^3.18.0","hash.js":"^1.1.7","chokidar":"^3.5.2","es5-shim":"^4.6.2","es6-shim":"^0.35.6","prettier":"^2.4.1","systemjs":"^6.10.3","acorn-jsx":"^5.3.2","colorette":"^1.4.0","date-time":"^4.0.0","fixturify":"^2.1.1","pretty-ms":"^7.0.1","requirejs":"^2.3.6","weak-napi":"^2.0.2","acorn-walk":"^8.2.0","source-map":"^0.7.3","typescript":"^4.4.3","@types/node":"^10.17.60","lint-staged":"^10.5.4","signal-exit":"^3.0.5","is-reference":"^3.0.0","magic-string":"^0.25.7","pretty-bytes":"^5.6.0","yargs-parser":"^20.2.9","sourcemap-codec":"^1.4.8","locate-character":"^2.0.5","require-relative":"^0.8.7","@types/signal-exit":"^3.0.1","source-map-support":"^0.5.20","@rollup/plugin-json":"^4.1.0","@rollup/pluginutils":"^4.1.1","@types/yargs-parser":"^20.2.1","@rollup/plugin-alias":"^3.1.5","@rollup/plugin-buble":"^0.21.3","eslint-plugin-import":"^2.24.2","rollup-plugin-string":"^3.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-license":"^2.5.0","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^8.3.0","eslint-plugin-prettier":"^3.4.1","@rollup/plugin-commonjs":"^20.0.0","@types/require-relative":"^0.8.0","rollup-plugin-thatworks":"^1.0.4","@rollup/plugin-typescript":"^8.2.5","@typescript-eslint/parser":"^4.32.0","@rollup/plugin-node-resolve":"^13.0.5","@typescript-eslint/eslint-plugin":"^4.32.0"},"optionalDependencies":{"fsevents":"~2.3.2"},"_npmOperationalInternal":{"tmp":"tmp/rollup_2.60.2_1638250727211_0.11373164900913557","host":"s3://npm-registry-packages"}}