{"_id":"microbundle","_rev":"2881825","name":"microbundle","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","dist-tags":{"latest":"0.15.1","next":"0.12.0-next.9"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"time":{"modified":"2022-10-06T07:25:56.000Z","created":"2017-12-11T21:51:36.151Z","0.15.1":"2022-08-12T22:06:46.946Z","0.15.0":"2022-04-26T20:27:01.834Z","0.14.2":"2021-11-18T00:22:49.855Z","0.14.1":"2021-10-14T15:55:19.199Z","0.14.0":"2021-10-06T14:22:22.761Z","0.13.3":"2021-06-11T19:40:59.294Z","0.13.2":"2021-06-07T20:15:58.864Z","0.13.1":"2021-05-27T01:04:58.408Z","0.13.0":"2020-12-21T16:16:01.081Z","0.12.4":"2020-09-28T01:56:49.041Z","0.12.3":"2020-07-14T18:52:36.348Z","0.12.2":"2020-06-20T21:20:47.494Z","0.12.1":"2020-06-15T20:24:14.713Z","0.12.0":"2020-05-08T21:00:36.298Z","0.12.0-next.9":"2020-05-01T20:58:20.454Z","0.12.0-next.8":"2020-01-22T17:13:24.295Z","0.12.0-next.7":"2020-01-06T03:29:17.733Z","0.12.0-next.6":"2019-08-23T19:49:13.494Z","0.12.0-next.5":"2019-08-23T19:42:18.767Z","0.12.0-next.4":"2019-08-08T18:14:12.276Z","0.12.0-next.3":"2019-06-17T17:48:54.637Z","0.12.0-next.2":"2019-06-15T00:49:29.536Z","0.12.0-next.1":"2019-06-11T23:09:35.445Z","0.12.0-next.0":"2019-05-27T22:47:51.511Z","0.11.0":"2019-03-04T23:32:35.737Z","0.10.1":"2019-02-22T22:47:30.700Z","0.10.0":"2019-02-21T21:31:18.185Z","0.9.0":"2018-12-18T23:30:31.789Z","0.8.4":"2018-12-17T19:14:41.449Z","0.8.3":"2018-12-03T23:30:09.704Z","0.8.2":"2018-12-03T21:23:19.287Z","0.8.1":"2018-12-01T13:31:18.208Z","0.8.0":"2018-11-30T23:36:13.442Z","0.7.0":"2018-10-26T02:42:04.862Z","0.7.0-beta.0":"2018-10-23T20:14:42.283Z","0.6.0":"2018-07-19T20:26:22.219Z","0.5.1":"2018-07-05T07:27:54.691Z","0.4.4":"2018-02-21T03:51:24.323Z","0.4.3":"2018-01-26T19:21:57.832Z","0.4.2":"2018-01-24T20:58:01.043Z","0.4.1":"2018-01-24T13:59:39.107Z","0.4.0":"2018-01-23T19:58:49.736Z","0.3.1":"2018-01-14T18:38:23.124Z","0.3.0":"2018-01-13T23:12:41.882Z","0.2.4":"2017-12-13T14:50:49.051Z","0.2.3":"2017-12-12T02:39:25.624Z","0.2.2":"2017-12-12T01:33:37.413Z","0.2.1":"2017-12-12T01:32:14.876Z","0.2.0":"2017-12-12T01:06:30.341Z","0.1.1":"2017-12-11T21:55:24.804Z","0.1.0":"2017-12-11T21:51:36.151Z"},"users":{},"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"versions":{"0.15.1":{"name":"microbundle","version":"0.15.1","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","jest":"cross-env BABEL_ENV=test jest","format":"prettier --write \"{*,{src,test}/**/*}.+(js|css)\"","changeset":"changeset","release":"npm run -s prepare && npm test && changeset publish"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true,"arrowParens":"avoid","overrides":[{"files":"package.json","options":{"useTabs":false,"parser":"json-stringify"}}]},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"],"{*,{src,test}/**/*}.+(js|css)":["prettier --write"],"*.md":["prettier --write"]},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"dependencies":{"@babel/core":"^7.12.10","@babel/plugin-proposal-class-properties":"7.12.1","@babel/plugin-syntax-import-meta":"^7.10.4","@babel/plugin-syntax-jsx":"^7.12.1","@babel/plugin-transform-flow-strip-types":"^7.12.10","@babel/plugin-transform-react-jsx":"^7.12.11","@babel/plugin-transform-regenerator":"^7.12.1","@babel/preset-env":"^7.12.11","@babel/preset-flow":"^7.12.1","@babel/preset-react":"^7.12.10","@rollup/plugin-alias":"^3.1.1","@rollup/plugin-babel":"^5.2.2","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^11.0.1","@surma/rollup-plugin-off-main-thread":"^2.2.2","asyncro":"^3.0.0","autoprefixer":"^10.1.0","babel-plugin-macros":"^3.0.1","babel-plugin-transform-async-to-promises":"^0.8.18","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","builtin-modules":"^3.1.0","camelcase":"^6.2.0","escape-string-regexp":"^4.0.0","filesize":"^6.1.0","gzip-size":"^6.0.0","kleur":"^4.1.3","lodash.merge":"^4.6.2","postcss":"^8.2.1","pretty-bytes":"^5.4.1","rollup":"^2.35.1","rollup-plugin-bundle-size":"^1.0.3","rollup-plugin-postcss":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.32.0","rollup-plugin-visualizer":"^5.6.0","sade":"^1.7.4","terser":"^5.7.0","tiny-glob":"^0.2.8","tslib":"^2.0.3","typescript":"^4.1.3"},"devDependencies":{"@babel/cli":"^7.12.10","@babel/node":"^7.12.10","@babel/plugin-proposal-throw-expressions":"^7.12.1","@changesets/changelog-github":"^0.2.7","@changesets/cli":"^2.12.0","babel-jest":"^26.6.3","cross-env":"^7.0.3","directory-tree":"^2.2.5","eslint":"^7.15.0","eslint-config-developit":"^1.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.3.0","esm":"^3.2.25","fs-extra":"^9.0.1","husky":"^4.3.6","jest":"^26.6.3","lint-staged":"^10.5.3","npm-merge-driver-install":"^1.1.1","prettier":"^2.2.1","regenerator-runtime":"^0.13.7","rimraf":"^3.0.2","shell-quote":"^1.7.2","strip-ansi":"^6.0.0"},"gitHead":"c76c41f8317611f7592d8e44c569e8083076f25f","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.15.1","_nodeVersion":"12.22.12","_npmVersion":"6.14.16","dist":{"shasum":"3fa67128934b31736823b5c868dae4b92d94e766","size":103690,"noattachment":false,"key":"/microbundle/-/microbundle-0.15.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.15.1.tgz"},"_npmUser":{"name":"smoljsteam","email":"smoljs@developit.ca"},"directories":{},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.15.1_1660342006657_0.11933045683535659"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-12T22:06:57.383Z","publish_time":1660342006946,"_cnpm_publish_time":1660342006946},"0.15.0":{"name":"microbundle","version":"0.15.0","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","jest":"cross-env BABEL_ENV=test jest","format":"prettier --write \"{*,{src,test}/**/*}.+(js|css)\"","changeset":"changeset","release":"npm run -s prepare && npm test && changeset publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true,"arrowParens":"avoid","overrides":[{"files":"package.json","options":{"useTabs":false,"parser":"json-stringify"}}]},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"],"{*,{src,test}/**/*}.+(js|css)":["prettier --write"],"*.md":["prettier --write"]},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"greenkeeper":{"lockfiles":{"outOfRangeUpdatesOnly":true}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.12.10","@babel/plugin-proposal-class-properties":"7.12.1","@babel/plugin-syntax-import-meta":"^7.10.4","@babel/plugin-syntax-jsx":"^7.12.1","@babel/plugin-transform-flow-strip-types":"^7.12.10","@babel/plugin-transform-react-jsx":"^7.12.11","@babel/plugin-transform-regenerator":"^7.12.1","@babel/preset-env":"^7.12.11","@babel/preset-flow":"^7.12.1","@babel/preset-react":"^7.12.10","@rollup/plugin-alias":"^3.1.1","@rollup/plugin-babel":"^5.2.2","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^11.0.1","@surma/rollup-plugin-off-main-thread":"^2.2.2","asyncro":"^3.0.0","autoprefixer":"^10.1.0","babel-plugin-macros":"^3.0.1","babel-plugin-transform-async-to-promises":"^0.8.15","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","builtin-modules":"^3.1.0","camelcase":"^6.2.0","escape-string-regexp":"^4.0.0","filesize":"^6.1.0","gzip-size":"^6.0.0","kleur":"^4.1.3","lodash.merge":"^4.6.2","postcss":"^8.2.1","pretty-bytes":"^5.4.1","rollup":"^2.35.1","rollup-plugin-bundle-size":"^1.0.3","rollup-plugin-postcss":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","rollup-plugin-visualizer":"^5.6.0","sade":"^1.7.4","terser":"^5.7.0","tiny-glob":"^0.2.8","tslib":"^2.0.3","typescript":"^4.1.3"},"devDependencies":{"@babel/cli":"^7.12.10","@babel/node":"^7.12.10","@babel/plugin-proposal-throw-expressions":"^7.12.1","@changesets/changelog-github":"^0.2.7","@changesets/cli":"^2.12.0","babel-jest":"^26.6.3","cross-env":"^7.0.3","directory-tree":"^2.2.5","eslint":"^7.15.0","eslint-config-developit":"^1.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.3.0","esm":"^3.2.25","fs-extra":"^9.0.1","husky":"^4.3.6","jest":"^26.6.3","lint-staged":"^10.5.3","npm-merge-driver-install":"^1.1.1","prettier":"^2.2.1","regenerator-runtime":"^0.13.7","rimraf":"^3.0.2","shell-quote":"^1.7.2","strip-ansi":"^6.0.0","travis-size-report":"^1.1.0"},"gitHead":"84c0a89dd5005af0b707ebb4fd3474746366852c","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.15.0","_nodeVersion":"12.22.12","_npmVersion":"6.14.16","dist":{"shasum":"d5a63ce02271b20d79fd30d83a123aaf962a5191","size":103295,"noattachment":false,"key":"/microbundle/-/microbundle-0.15.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.15.0.tgz"},"_npmUser":{"name":"smoljsteam","email":"smoljs@developit.ca"},"directories":{},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.15.0_1651004821694_0.10042022843368592"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-26T20:27:09.183Z","publish_time":1651004821834,"_cnpm_publish_time":1651004821834},"0.14.2":{"name":"microbundle","version":"0.14.2","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","jest":"cross-env BABEL_ENV=test jest","format":"prettier --write \"{*,{src,test}/**/*}.+(js|css)\"","changeset":"changeset","release":"npm run -s prepare && npm test && changeset publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true,"arrowParens":"avoid","overrides":[{"files":"package.json","options":{"useTabs":false,"parser":"json-stringify"}}]},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"],"{*,{src,test}/**/*}.+(js|css)":["prettier --write"],"*.md":["prettier --write"]},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"greenkeeper":{"lockfiles":{"outOfRangeUpdatesOnly":true}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.12.10","@babel/plugin-proposal-class-properties":"7.12.1","@babel/plugin-syntax-import-meta":"^7.10.4","@babel/plugin-syntax-jsx":"^7.12.1","@babel/plugin-transform-flow-strip-types":"^7.12.10","@babel/plugin-transform-react-jsx":"^7.12.11","@babel/plugin-transform-regenerator":"^7.12.1","@babel/preset-env":"^7.12.11","@babel/preset-flow":"^7.12.1","@babel/preset-react":"^7.12.10","@rollup/plugin-alias":"^3.1.1","@rollup/plugin-babel":"^5.2.2","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^11.0.1","@surma/rollup-plugin-off-main-thread":"^2.2.2","asyncro":"^3.0.0","autoprefixer":"^10.1.0","babel-plugin-macros":"^3.0.1","babel-plugin-transform-async-to-promises":"^0.8.15","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","builtin-modules":"^3.1.0","camelcase":"^6.2.0","escape-string-regexp":"^4.0.0","filesize":"^6.1.0","gzip-size":"^6.0.0","kleur":"^4.1.3","lodash.merge":"^4.6.2","postcss":"^8.2.1","pretty-bytes":"^5.4.1","rollup":"^2.35.1","rollup-plugin-bundle-size":"^1.0.3","rollup-plugin-postcss":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","sade":"^1.7.4","terser":"^5.7.0","tiny-glob":"^0.2.8","tslib":"^2.0.3","typescript":"^4.1.3"},"devDependencies":{"@babel/cli":"^7.12.10","@babel/node":"^7.12.10","@babel/plugin-proposal-throw-expressions":"^7.12.1","@changesets/changelog-github":"^0.2.7","@changesets/cli":"^2.12.0","babel-jest":"^26.6.3","cross-env":"^7.0.3","directory-tree":"^2.2.5","eslint":"^7.15.0","eslint-config-developit":"^1.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.3.0","esm":"^3.2.25","fs-extra":"^9.0.1","husky":"^4.3.6","jest":"^26.6.3","lint-staged":"^10.5.3","npm-merge-driver-install":"^1.1.1","prettier":"^2.2.1","regenerator-runtime":"^0.13.7","rimraf":"^3.0.2","shell-quote":"^1.7.2","strip-ansi":"^6.0.0","travis-size-report":"^1.1.0"},"gitHead":"778ca3ce3e75370ca0f4802b224891bda2417704","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.14.2","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"shasum":"2db869c8145bd159aa55058ead47223f58f93bf2","size":101027,"noattachment":false,"key":"/microbundle/-/microbundle-0.14.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.14.2.tgz"},"_npmUser":{"name":"smoljsteam","email":"smoljs@developit.ca"},"directories":{},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.14.2_1637194969613_0.32008952554564063"},"_hasShrinkwrap":false,"publish_time":1637194969855,"_cnpm_publish_time":1637194969855,"_cnpmcore_publish_time":"2021-12-16T18:34:16.677Z"},"0.14.1":{"name":"microbundle","version":"0.14.1","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","jest":"cross-env BABEL_ENV=test jest","format":"prettier --write \"{*,{src,test}/**/*}.+(js|css)\"","changeset":"changeset","release":"npm run -s prepare && npm test && changeset publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true,"arrowParens":"avoid","overrides":[{"files":"package.json","options":{"useTabs":false,"parser":"json-stringify"}}]},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"],"{*,{src,test}/**/*}.+(js|css)":["prettier --write"],"*.md":["prettier --write"]},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"greenkeeper":{"lockfiles":{"outOfRangeUpdatesOnly":true}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.12.10","@babel/plugin-proposal-class-properties":"7.12.1","@babel/plugin-syntax-import-meta":"^7.10.4","@babel/plugin-syntax-jsx":"^7.12.1","@babel/plugin-transform-flow-strip-types":"^7.12.10","@babel/plugin-transform-react-jsx":"^7.12.11","@babel/plugin-transform-regenerator":"^7.12.1","@babel/preset-env":"^7.12.11","@babel/preset-flow":"^7.12.1","@babel/preset-react":"^7.12.10","@rollup/plugin-alias":"^3.1.1","@rollup/plugin-babel":"^5.2.2","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^11.0.1","@surma/rollup-plugin-off-main-thread":"^2.2.2","asyncro":"^3.0.0","autoprefixer":"^10.1.0","babel-plugin-macros":"^3.0.1","babel-plugin-transform-async-to-promises":"^0.8.15","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","builtin-modules":"^3.1.0","camelcase":"^6.2.0","escape-string-regexp":"^4.0.0","filesize":"^6.1.0","gzip-size":"^6.0.0","kleur":"^4.1.3","lodash.merge":"^4.6.2","postcss":"^8.2.1","pretty-bytes":"^5.4.1","rollup":"^2.35.1","rollup-plugin-bundle-size":"^1.0.3","rollup-plugin-postcss":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","sade":"^1.7.4","terser":"^5.7.0","tiny-glob":"^0.2.8","tslib":"^2.0.3","typescript":"^4.1.3"},"devDependencies":{"@babel/cli":"^7.12.10","@babel/node":"^7.12.10","@babel/plugin-proposal-throw-expressions":"^7.12.1","@changesets/changelog-github":"^0.2.7","@changesets/cli":"^2.12.0","babel-jest":"^26.6.3","cross-env":"^7.0.3","directory-tree":"^2.2.5","eslint":"^7.15.0","eslint-config-developit":"^1.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.3.0","esm":"^3.2.25","fs-extra":"^9.0.1","husky":"^4.3.6","jest":"^26.6.3","lint-staged":"^10.5.3","npm-merge-driver-install":"^1.1.1","prettier":"^2.2.1","regenerator-runtime":"^0.13.7","rimraf":"^3.0.2","shell-quote":"^1.7.2","strip-ansi":"^6.0.0","travis-size-report":"^1.1.0"},"gitHead":"c04bd48cd2e6ef08a7a84720096a22dced317b7b","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.14.1","_nodeVersion":"12.22.6","_npmVersion":"6.14.15","dist":{"shasum":"a7de2dfa2efce01233dc494bd8dccb4570804aa4","size":100790,"noattachment":false,"key":"/microbundle/-/microbundle-0.14.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.14.1.tgz"},"_npmUser":{"name":"smoljsteam","email":"smoljs@developit.ca"},"directories":{},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.14.1_1634226919045_0.5725553842316757"},"_hasShrinkwrap":false,"publish_time":1634226919199,"_cnpm_publish_time":1634226919199,"_cnpmcore_publish_time":"2021-12-16T18:34:17.068Z"},"0.14.0":{"name":"microbundle","version":"0.14.0","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","jest":"cross-env BABEL_ENV=test jest","format":"prettier --write \"{*,{src,test}/**/*}.+(js|css)\"","changeset":"changeset","release":"npm run -s prepare && npm test && changeset publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true,"arrowParens":"avoid","overrides":[{"files":"package.json","options":{"useTabs":false,"parser":"json-stringify"}}]},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"],"{*,{src,test}/**/*}.+(js|css)":["prettier --write"],"*.md":["prettier --write"]},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"greenkeeper":{"lockfiles":{"outOfRangeUpdatesOnly":true}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.12.10","@babel/plugin-proposal-class-properties":"7.12.1","@babel/plugin-syntax-import-meta":"^7.10.4","@babel/plugin-syntax-jsx":"^7.12.1","@babel/plugin-transform-flow-strip-types":"^7.12.10","@babel/plugin-transform-react-jsx":"^7.12.11","@babel/plugin-transform-regenerator":"^7.12.1","@babel/preset-env":"^7.12.11","@babel/preset-flow":"^7.12.1","@babel/preset-react":"^7.12.10","@rollup/plugin-alias":"^3.1.1","@rollup/plugin-babel":"^5.2.2","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^11.0.1","@surma/rollup-plugin-off-main-thread":"^2.2.2","asyncro":"^3.0.0","autoprefixer":"^10.1.0","babel-plugin-macros":"^3.0.1","babel-plugin-transform-async-to-promises":"^0.8.15","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","builtin-modules":"^3.1.0","camelcase":"^6.2.0","escape-string-regexp":"^4.0.0","filesize":"^6.1.0","gzip-size":"^6.0.0","kleur":"^4.1.3","lodash.merge":"^4.6.2","postcss":"^8.2.1","pretty-bytes":"^5.4.1","rollup":"^2.35.1","rollup-plugin-bundle-size":"^1.0.3","rollup-plugin-postcss":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","sade":"^1.7.4","terser":"^5.7.0","tiny-glob":"^0.2.8","tslib":"^2.0.3","typescript":"^4.1.3"},"devDependencies":{"@babel/cli":"^7.12.10","@babel/node":"^7.12.10","@babel/plugin-proposal-throw-expressions":"^7.12.1","@changesets/changelog-github":"^0.2.7","@changesets/cli":"^2.12.0","babel-jest":"^26.6.3","cross-env":"^7.0.3","directory-tree":"^2.2.5","eslint":"^7.15.0","eslint-config-developit":"^1.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.3.0","esm":"^3.2.25","fs-extra":"^9.0.1","husky":"^4.3.6","jest":"^26.6.3","lint-staged":"^10.5.3","npm-merge-driver-install":"^1.1.1","prettier":"^2.2.1","regenerator-runtime":"^0.13.7","rimraf":"^3.0.2","shell-quote":"^1.7.2","strip-ansi":"^6.0.0","travis-size-report":"^1.1.0"},"gitHead":"d94bd975f433d5d98d805a298d376d98abc7aba3","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.14.0","_nodeVersion":"12.22.6","_npmVersion":"6.14.15","dist":{"shasum":"eeaa17e0596d544d4a19324a28049fdde59c279b","size":100086,"noattachment":false,"key":"/microbundle/-/microbundle-0.14.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.14.0.tgz"},"_npmUser":{"name":"smoljsteam","email":"smoljs@developit.ca"},"directories":{},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.14.0_1633530142637_0.52852855516845"},"_hasShrinkwrap":false,"publish_time":1633530142761,"_cnpm_publish_time":1633530142761,"_cnpmcore_publish_time":"2021-12-16T18:34:17.585Z"},"0.13.3":{"name":"microbundle","version":"0.13.3","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","jest":"cross-env BABEL_ENV=test jest","format":"prettier --write \"{*,{src,test}/**/*}.+(js|css)\"","changeset":"changeset","release":"npm run -s prepare && npm test && changeset publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true,"arrowParens":"avoid","overrides":[{"files":"package.json","options":{"useTabs":false,"parser":"json-stringify"}}]},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"],"{*,{src,test}/**/*}.+(js|css)":["prettier --write"],"*.md":["prettier --write"]},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"greenkeeper":{"lockfiles":{"outOfRangeUpdatesOnly":true}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.12.10","@babel/plugin-proposal-class-properties":"7.12.1","@babel/plugin-syntax-import-meta":"^7.10.4","@babel/plugin-syntax-jsx":"^7.12.1","@babel/plugin-transform-flow-strip-types":"^7.12.10","@babel/plugin-transform-react-jsx":"^7.12.11","@babel/plugin-transform-regenerator":"^7.12.1","@babel/preset-env":"^7.12.11","@babel/preset-flow":"^7.12.1","@babel/preset-react":"^7.12.10","@rollup/plugin-alias":"^3.1.1","@rollup/plugin-babel":"^5.2.2","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^11.0.1","asyncro":"^3.0.0","autoprefixer":"^10.1.0","babel-plugin-macros":"^3.0.1","babel-plugin-transform-async-to-promises":"^0.8.15","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","builtin-modules":"^3.1.0","camelcase":"^6.2.0","escape-string-regexp":"^4.0.0","filesize":"^6.1.0","gzip-size":"^6.0.0","kleur":"^4.1.3","lodash.merge":"^4.6.2","postcss":"^8.2.1","pretty-bytes":"^5.4.1","rollup":"^2.35.1","rollup-plugin-bundle-size":"^1.0.3","rollup-plugin-postcss":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","sade":"^1.7.4","terser":"^5.7.0","tiny-glob":"^0.2.8","tslib":"^2.0.3","typescript":"^4.1.3"},"devDependencies":{"@babel/cli":"^7.12.10","@babel/node":"^7.12.10","@babel/plugin-proposal-throw-expressions":"^7.12.1","@changesets/changelog-github":"^0.2.7","@changesets/cli":"^2.12.0","babel-jest":"^26.6.3","cross-env":"^7.0.3","directory-tree":"^2.2.5","eslint":"^7.15.0","eslint-config-developit":"^1.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.3.0","esm":"^3.2.25","fs-extra":"^9.0.1","husky":"^4.3.6","jest":"^26.6.3","lint-staged":"^10.5.3","npm-merge-driver-install":"^1.1.1","prettier":"^2.2.1","regenerator-runtime":"^0.13.7","rimraf":"^3.0.2","shell-quote":"^1.7.2","strip-ansi":"^6.0.0","travis-size-report":"^1.1.0"},"gitHead":"3760f4edc928a56430d56b78f6b73e67b0459a64","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.13.3","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"cfc5055b50cf7a0bcc5eec441604f4520ccd07ec","size":97436,"noattachment":false,"key":"/microbundle/-/microbundle-0.13.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.13.3.tgz"},"_npmUser":{"name":"smoljsteam","email":"smoljs@developit.ca"},"directories":{},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.13.3_1623440459162_0.5171605441499278"},"_hasShrinkwrap":false,"publish_time":1623440459294,"_cnpm_publish_time":1623440459294,"_cnpmcore_publish_time":"2021-12-16T18:34:17.973Z"},"0.13.2":{"name":"microbundle","version":"0.13.2","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","jest":"cross-env BABEL_ENV=test jest","format":"prettier --write \"{*,{src,test}/**/*}.+(js|css)\"","changeset":"changeset","release":"npm run -s prepare && npm test && changeset publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true,"arrowParens":"avoid","overrides":[{"files":"package.json","options":{"useTabs":false,"parser":"json-stringify"}}]},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"],"{*,{src,test}/**/*}.+(js|css)":["prettier --write"],"*.md":["prettier --write"]},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"greenkeeper":{"lockfiles":{"outOfRangeUpdatesOnly":true}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.12.10","@babel/plugin-proposal-class-properties":"7.12.1","@babel/plugin-syntax-import-meta":"^7.10.4","@babel/plugin-syntax-jsx":"^7.12.1","@babel/plugin-transform-flow-strip-types":"^7.12.10","@babel/plugin-transform-react-jsx":"^7.12.11","@babel/plugin-transform-regenerator":"^7.12.1","@babel/preset-env":"^7.12.11","@babel/preset-flow":"^7.12.1","@babel/preset-react":"^7.12.10","@rollup/plugin-alias":"^3.1.1","@rollup/plugin-babel":"^5.2.2","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^11.0.1","asyncro":"^3.0.0","autoprefixer":"^10.1.0","babel-plugin-macros":"^3.0.1","babel-plugin-transform-async-to-promises":"^0.8.15","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","builtin-modules":"^3.1.0","camelcase":"^6.2.0","escape-string-regexp":"^4.0.0","filesize":"^6.1.0","gzip-size":"^6.0.0","kleur":"^4.1.3","lodash.merge":"^4.6.2","postcss":"^8.2.1","pretty-bytes":"^5.4.1","rollup":"^2.35.1","rollup-plugin-bundle-size":"^1.0.3","rollup-plugin-postcss":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","sade":"^1.7.4","terser":"^5.7.0","tiny-glob":"^0.2.8","tslib":"^2.0.3","typescript":"^4.1.3"},"devDependencies":{"@babel/cli":"^7.12.10","@babel/node":"^7.12.10","@babel/plugin-proposal-throw-expressions":"^7.12.1","@changesets/changelog-github":"^0.2.7","@changesets/cli":"^2.12.0","babel-jest":"^26.6.3","cross-env":"^7.0.3","directory-tree":"^2.2.5","eslint":"^7.15.0","eslint-config-developit":"^1.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.3.0","esm":"^3.2.25","fs-extra":"^9.0.1","husky":"^4.3.6","jest":"^26.6.3","lint-staged":"^10.5.3","npm-merge-driver-install":"^1.1.1","prettier":"^2.2.1","regenerator-runtime":"^0.13.7","rimraf":"^3.0.2","shell-quote":"^1.7.2","strip-ansi":"^6.0.0","travis-size-report":"^1.1.0"},"gitHead":"a5a222ea08cdb327ca18f756d7e6731855f37d05","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.13.2","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"e624aefa745eaff5ea0638e78a20b9c7ad81c284","size":97325,"noattachment":false,"key":"/microbundle/-/microbundle-0.13.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.13.2.tgz"},"_npmUser":{"name":"smoljsteam","email":"smoljs@developit.ca"},"directories":{},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.13.2_1623096958695_0.21514158528708704"},"_hasShrinkwrap":false,"publish_time":1623096958864,"_cnpm_publish_time":1623096958864,"_cnpmcore_publish_time":"2021-12-16T18:34:18.763Z"},"0.13.1":{"name":"microbundle","version":"0.13.1","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","jest":"cross-env BABEL_ENV=test jest","format":"prettier --write \"{*,{src,test}/**/*}.+(js|css)\"","changeset":"changeset","release":"npm run -s prepare && npm test && changeset publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true,"arrowParens":"avoid","overrides":[{"files":"package.json","options":{"useTabs":false,"parser":"json-stringify"}}]},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"],"{*,{src,test}/**/*}.+(js|css)":["prettier --write"],"*.md":["prettier --write"]},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"greenkeeper":{"lockfiles":{"outOfRangeUpdatesOnly":true}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.12.10","@babel/plugin-proposal-class-properties":"7.12.1","@babel/plugin-syntax-import-meta":"^7.10.4","@babel/plugin-syntax-jsx":"^7.12.1","@babel/plugin-transform-flow-strip-types":"^7.12.10","@babel/plugin-transform-react-jsx":"^7.12.11","@babel/plugin-transform-regenerator":"^7.12.1","@babel/preset-env":"^7.12.11","@babel/preset-flow":"^7.12.1","@babel/preset-react":"^7.12.10","@rollup/plugin-alias":"^3.1.1","@rollup/plugin-babel":"^5.2.2","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^11.0.1","asyncro":"^3.0.0","autoprefixer":"^10.1.0","babel-plugin-macros":"^3.0.1","babel-plugin-transform-async-to-promises":"^0.8.15","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","builtin-modules":"^3.1.0","camelcase":"^6.2.0","escape-string-regexp":"^4.0.0","filesize":"^6.1.0","gzip-size":"^6.0.0","kleur":"^4.1.3","lodash.merge":"^4.6.2","postcss":"^8.2.1","pretty-bytes":"^5.4.1","rollup":"^2.35.1","rollup-plugin-bundle-size":"^1.0.3","rollup-plugin-postcss":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","sade":"^1.7.4","tiny-glob":"^0.2.8","tslib":"^2.0.3","typescript":"^4.1.3"},"devDependencies":{"@babel/cli":"^7.12.10","@babel/node":"^7.12.10","@babel/plugin-proposal-throw-expressions":"^7.12.1","@changesets/changelog-github":"^0.2.7","@changesets/cli":"^2.12.0","babel-jest":"^26.6.3","cross-env":"^7.0.3","directory-tree":"^2.2.5","eslint":"^7.15.0","eslint-config-developit":"^1.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.3.0","esm":"^3.2.25","fs-extra":"^9.0.1","husky":"^4.3.6","jest":"^26.6.3","lint-staged":"^10.5.3","npm-merge-driver-install":"^1.1.1","prettier":"^2.2.1","regenerator-runtime":"^0.13.7","rimraf":"^3.0.2","shell-quote":"^1.7.2","strip-ansi":"^6.0.0","travis-size-report":"^1.1.0"},"gitHead":"2b37c12ed49ce6d0cd866526b8fe4e6f86402bf8","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.13.1","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"c65307026f2862147bd4dcea267eb2f3eaa9e79d","size":96146,"noattachment":false,"key":"/microbundle/-/microbundle-0.13.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.13.1.tgz"},"_npmUser":{"name":"smoljsteam","email":"smoljs@developit.ca"},"directories":{},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.13.1_1622077498282_0.8027360674909911"},"_hasShrinkwrap":false,"publish_time":1622077498408,"_cnpm_publish_time":1622077498408,"_cnpmcore_publish_time":"2021-12-16T18:34:19.113Z"},"0.13.0":{"name":"microbundle","version":"0.13.0","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","jest":"cross-env BABEL_ENV=test jest","format":"prettier --write \"{*,{src,test}/**/*}.+(js|css)\"","changeset":"changeset","release":"npm run -s prepare && npm test && changeset publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true,"arrowParens":"avoid","overrides":[{"files":"package.json","options":{"useTabs":false,"parser":"json-stringify"}}]},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"],"{*,{src,test}/**/*}.+(js|css)":["prettier --write"],"*.md":["prettier --write"]},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"greenkeeper":{"lockfiles":{"outOfRangeUpdatesOnly":true}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.12.10","@babel/plugin-proposal-class-properties":"7.12.1","@babel/plugin-syntax-import-meta":"^7.10.4","@babel/plugin-syntax-jsx":"^7.12.1","@babel/plugin-transform-flow-strip-types":"^7.12.10","@babel/plugin-transform-react-jsx":"^7.12.11","@babel/plugin-transform-regenerator":"^7.12.1","@babel/preset-env":"^7.12.11","@babel/preset-flow":"^7.12.1","@babel/preset-react":"^7.12.10","@rollup/plugin-alias":"^3.1.1","@rollup/plugin-babel":"^5.2.2","@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^11.0.1","asyncro":"^3.0.0","autoprefixer":"^10.1.0","babel-plugin-macros":"^3.0.1","babel-plugin-transform-async-to-promises":"^0.8.15","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","builtin-modules":"^3.1.0","camelcase":"^6.2.0","escape-string-regexp":"^4.0.0","filesize":"^6.1.0","gzip-size":"^6.0.0","kleur":"^4.1.3","lodash.merge":"^4.6.2","postcss":"^8.2.1","pretty-bytes":"^5.4.1","rollup":"^2.35.1","rollup-plugin-bundle-size":"^1.0.3","rollup-plugin-postcss":"^4.0.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.29.0","sade":"^1.7.4","tiny-glob":"^0.2.8","tslib":"^2.0.3","typescript":"^4.1.3"},"devDependencies":{"@babel/cli":"^7.12.10","@babel/node":"^7.12.10","@babel/plugin-proposal-throw-expressions":"^7.12.1","@changesets/changelog-github":"^0.2.7","@changesets/cli":"^2.12.0","babel-jest":"^26.6.3","cross-env":"^7.0.3","directory-tree":"^2.2.5","eslint":"^7.15.0","eslint-config-developit":"^1.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.3.0","esm":"^3.2.25","fs-extra":"^9.0.1","husky":"^4.3.6","jest":"^26.6.3","lint-staged":"^10.5.3","npm-merge-driver-install":"^1.1.1","prettier":"^2.2.1","regenerator-runtime":"^0.13.7","rimraf":"^3.0.2","shell-quote":"^1.7.2","strip-ansi":"^6.0.0","travis-size-report":"^1.1.0"},"gitHead":"eb5cfd91ce92aa260c74e267ca1285fd0a24e3e3","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.13.0","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"e715a7492c6d2b42c292281f381e550dc0e014ee","size":93022,"noattachment":false,"key":"/microbundle/-/microbundle-0.13.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.13.0.tgz"},"_npmUser":{"name":"smoljsteam","email":"smoljs@developit.ca"},"directories":{},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.13.0_1608567360623_0.39114252567021657"},"_hasShrinkwrap":false,"publish_time":1608567361081,"_cnpm_publish_time":1608567361081,"_cnpmcore_publish_time":"2021-12-16T18:34:19.472Z"},"0.12.4":{"name":"microbundle","version":"0.12.4","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","jest":"cross-env BABEL_ENV=test jest","format":"prettier --write \"{*,{src,test}/**/*}.+(js|css)\"","changeset":"changeset","release":"npm run -s prepare && npm test && changeset publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true,"arrowParens":"avoid","overrides":[{"files":"package.json","options":{"useTabs":false,"parser":"json-stringify"}}]},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"],"{*,{src,test}/**/*}.+(js|css)":["prettier --write"],"*.md":["prettier --write"]},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"greenkeeper":{"lockfiles":{"outOfRangeUpdatesOnly":true}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.10.2","@babel/plugin-proposal-class-properties":"7.7.4","@babel/plugin-syntax-import-meta":"^7.10.1","@babel/plugin-syntax-jsx":"^7.10.1","@babel/plugin-transform-flow-strip-types":"^7.10.1","@babel/plugin-transform-react-jsx":"^7.10.1","@babel/plugin-transform-regenerator":"^7.10.1","@babel/preset-env":"^7.11.0","@babel/preset-flow":"^7.10.1","@babel/preset-react":"^7.10.4","@rollup/plugin-alias":"^3.1.1","@rollup/plugin-babel":"^5.0.3","@rollup/plugin-commonjs":"^13.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^6.1.0","asyncro":"^3.0.0","autoprefixer":"^9.8.0","babel-plugin-macros":"^2.8.0","babel-plugin-transform-async-to-promises":"^0.8.15","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","builtin-modules":"^3.1.0","camelcase":"^5.3.1","cssnano":"^4.1.10","es6-promisify":"^6.1.1","escape-string-regexp":"^4.0.0","filesize":"^6.1.0","gzip-size":"^5.1.1","kleur":"^3.0.3","lodash.merge":"^4.6.2","module-details-from-path":"^1.0.3","pretty-bytes":"^5.3.0","rollup":"^1.32.1","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-es3":"^1.1.0","rollup-plugin-postcss":"^2.9.0","rollup-plugin-terser":"^5.3.0","rollup-plugin-typescript2":"^0.25.3","sade":"^1.7.3","tiny-glob":"^0.2.6","tslib":"^1.13.0","typescript":"^3.9.5"},"devDependencies":{"@babel/cli":"^7.10.1","@babel/node":"^7.10.1","@babel/plugin-proposal-throw-expressions":"^7.10.1","@changesets/changelog-github":"^0.2.6","@changesets/cli":"^2.9.2","babel-jest":"^24.8.0","cross-env":"^6.0.3","directory-tree":"^2.2.3","eslint":"^6.8.0","eslint-config-developit":"^1.2.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.1.4","esm":"^3.2.22","fs-extra":"^8.1.0","husky":"^4.2.5","jest":"^24.8.0","lint-staged":"^10.2.10","npm-merge-driver-install":"^1.1.1","prettier":"^1.19.1","regenerator-runtime":"^0.13.5","rimraf":"^3.0.2","shell-quote":"^1.6.1","strip-ansi":"^6.0.0","travis-size-report":"^1.1.0"},"gitHead":"3f12b9f55d46069039a38ec77202a338f011859c","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.12.4","_nodeVersion":"12.18.4","_npmVersion":"6.14.6","dist":{"shasum":"b0cf10b7dbcf9424a13b04086aef9cbf416756a4","size":85722,"noattachment":false,"key":"/microbundle/-/microbundle-0.12.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.12.4.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmUser":{"name":"smoljsteam","email":"smoljs@developit.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.12.4_1601258208918_0.9821250864946671"},"_hasShrinkwrap":false,"publish_time":1601258209041,"_cnpm_publish_time":1601258209041,"_cnpmcore_publish_time":"2021-12-16T18:34:19.794Z"},"0.12.3":{"name":"microbundle","version":"0.12.3","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","jest":"cross-env BABEL_ENV=test jest","format":"prettier --write \"{*,{src,test}/**/*}.+(js|css)\"","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true,"arrowParens":"avoid","overrides":[{"files":"package.json","options":{"useTabs":false,"parser":"json-stringify"}}]},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"],"{*,{src,test}/**/*}.+(js|css)":["prettier --write"],"*.md":["prettier --write"]},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"greenkeeper":{"lockfiles":{"outOfRangeUpdatesOnly":true}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.10.2","@babel/plugin-proposal-class-properties":"7.7.4","@babel/plugin-syntax-import-meta":"^7.10.1","@babel/plugin-syntax-jsx":"^7.10.1","@babel/plugin-transform-flow-strip-types":"^7.10.1","@babel/plugin-transform-react-jsx":"^7.10.1","@babel/plugin-transform-regenerator":"^7.10.1","@babel/preset-env":"^7.10.2","@babel/preset-flow":"^7.10.1","@babel/preset-modules":"^0.1.3","@rollup/plugin-alias":"^3.1.1","@rollup/plugin-babel":"^5.0.3","@rollup/plugin-commonjs":"^13.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^6.1.0","asyncro":"^3.0.0","autoprefixer":"^9.8.0","babel-plugin-macros":"^2.8.0","babel-plugin-transform-async-to-promises":"^0.8.15","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","camelcase":"^5.3.1","cssnano":"^4.1.10","es6-promisify":"^6.1.1","escape-string-regexp":"^4.0.0","filesize":"^6.1.0","gzip-size":"^5.1.1","kleur":"^3.0.3","lodash.merge":"^4.6.2","module-details-from-path":"^1.0.3","pretty-bytes":"^5.3.0","rollup":"^1.32.1","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-es3":"^1.1.0","rollup-plugin-postcss":"^2.9.0","rollup-plugin-terser":"^5.3.0","rollup-plugin-typescript2":"^0.25.3","sade":"^1.7.3","tiny-glob":"^0.2.6","tslib":"^1.13.0","typescript":"^3.9.5"},"devDependencies":{"@babel/cli":"^7.10.1","@babel/node":"^7.10.1","@babel/plugin-proposal-optional-chaining":"^7.10.1","@babel/plugin-proposal-throw-expressions":"^7.10.1","babel-jest":"^24.8.0","cross-env":"^6.0.3","directory-tree":"^2.2.3","eslint":"^6.8.0","eslint-config-developit":"^1.2.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.1.4","esm":"^3.2.22","fs-extra":"^8.1.0","husky":"^4.2.5","jest":"^24.8.0","lint-staged":"^10.2.10","npm-merge-driver-install":"^1.1.1","prettier":"^1.19.1","regenerator-runtime":"^0.13.5","rimraf":"^3.0.2","shell-quote":"^1.6.1","strip-ansi":"^6.0.0","travis-size-report":"^1.1.0"},"gitHead":"c87aaf0e97cddc89ac177e55daf0688cfe4eda48","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.12.3","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"6f43f1a7d0ad6258f4406e390340db4ad0312e1f","size":85371,"noattachment":false,"key":"/microbundle/-/microbundle-0.12.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.12.3.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmUser":{"name":"developit","email":"jason@developit.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.12.3_1594752755900_0.4004668008859973"},"_hasShrinkwrap":false,"publish_time":1594752756348,"_cnpm_publish_time":1594752756348,"_cnpmcore_publish_time":"2021-12-16T18:34:20.305Z"},"0.12.2":{"name":"microbundle","version":"0.12.2","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","jest":"cross-env BABEL_ENV=test jest","format":"prettier --write \"{*,{src,test}/**/*}.+(js|css)\"","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true,"arrowParens":"avoid"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"],"{*,{src,test}/**/*}.+(js|css)":["prettier --write"],"*.md":["prettier --write"]},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"greenkeeper":{"lockfiles":{"outOfRangeUpdatesOnly":true}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.10.2","@babel/plugin-proposal-class-properties":"7.7.4","@babel/plugin-syntax-import-meta":"^7.10.1","@babel/plugin-syntax-jsx":"^7.10.1","@babel/plugin-transform-flow-strip-types":"^7.10.1","@babel/plugin-transform-react-jsx":"^7.10.1","@babel/plugin-transform-regenerator":"^7.10.1","@babel/preset-env":"^7.10.2","@babel/preset-flow":"^7.10.1","@babel/preset-modules":"^0.1.3","@rollup/plugin-alias":"^3.1.1","@rollup/plugin-babel":"^5.0.3","@rollup/plugin-commonjs":"^13.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^6.1.0","asyncro":"^3.0.0","autoprefixer":"^9.8.0","babel-plugin-macros":"^2.8.0","babel-plugin-transform-async-to-promises":"^0.8.15","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","camelcase":"^5.3.1","cssnano":"^4.1.10","es6-promisify":"^6.1.1","escape-string-regexp":"^4.0.0","filesize":"^6.1.0","gzip-size":"^5.1.1","kleur":"^3.0.3","lodash.merge":"^4.6.2","module-details-from-path":"^1.0.3","pretty-bytes":"^5.3.0","rollup":"^1.32.1","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-es3":"^1.1.0","rollup-plugin-postcss":"^2.9.0","rollup-plugin-terser":"^5.3.0","rollup-plugin-typescript2":"^0.25.3","sade":"^1.7.3","tiny-glob":"^0.2.6","tslib":"^1.13.0","typescript":"^3.9.5"},"devDependencies":{"@babel/cli":"^7.10.1","@babel/node":"^7.10.1","@babel/plugin-proposal-optional-chaining":"^7.10.1","@babel/plugin-proposal-throw-expressions":"^7.10.1","babel-jest":"^24.8.0","cross-env":"^6.0.3","directory-tree":"^2.2.3","eslint":"^6.8.0","eslint-config-developit":"^1.2.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.1.4","esm":"^3.2.22","fs-extra":"^8.1.0","husky":"^4.2.5","jest":"^24.8.0","lint-staged":"^10.2.10","npm-merge-driver-install":"^1.1.1","prettier":"^1.19.1","regenerator-runtime":"^0.13.5","rimraf":"^3.0.2","shell-quote":"^1.6.1","strip-ansi":"^6.0.0","travis-size-report":"^1.1.0"},"gitHead":"946bc9c591839bdeaa2987efde97cf26c3ba444c","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.12.2","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"3d79941291ef919dd280ecdffd4c8ee15ad394e3","size":54205,"noattachment":false,"key":"/microbundle/-/microbundle-0.12.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.12.2.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmUser":{"name":"developit","email":"jason@developit.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.12.2_1592688047322_0.009535672020520414"},"_hasShrinkwrap":false,"publish_time":1592688047494,"_cnpm_publish_time":1592688047494,"_cnpmcore_publish_time":"2021-12-16T18:34:20.951Z"},"0.12.1":{"name":"microbundle","version":"0.12.1","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","jest":"cross-env BABEL_ENV=test jest","format":"prettier --write \"{*,{src,test}/**/*}.+(js|css)\"","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true,"arrowParens":"avoid"},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"],"{*,{src,test}/**/*}.+(js|css)":["prettier --write"],"*.md":["prettier --write"]},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"greenkeeper":{"lockfiles":{"outOfRangeUpdatesOnly":true}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.8.7","@babel/plugin-proposal-class-properties":"7.7.4","@babel/plugin-syntax-import-meta":"^7.8.3","@babel/plugin-syntax-jsx":"^7.7.4","@babel/plugin-transform-flow-strip-types":"^7.7.4","@babel/plugin-transform-react-jsx":"^7.7.7","@babel/plugin-transform-regenerator":"^7.8.7","@babel/preset-env":"^7.8.7","@babel/preset-flow":"^7.7.4","@babel/preset-modules":"^0.1.3","@rollup/plugin-alias":"^3.0.1","@rollup/plugin-babel":"^5.0.0","@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-json":"^4.0.2","@rollup/plugin-node-resolve":"^6.1.0","asyncro":"^3.0.0","autoprefixer":"^9.7.3","babel-plugin-macros":"^2.8.0","babel-plugin-transform-async-to-promises":"^0.8.15","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","camelcase":"^5.3.1","cssnano":"^4.1.10","es6-promisify":"^6.0.1","escape-string-regexp":"^4.0.0","filesize":"^6.1.0","gzip-size":"^5.1.1","kleur":"^3.0.3","lodash.merge":"^4.6.2","module-details-from-path":"^1.0.3","pretty-bytes":"^5.3.0","rollup":"^1.32.1","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-es3":"^1.1.0","rollup-plugin-postcss":"^2.4.1","rollup-plugin-terser":"^5.3.0","rollup-plugin-typescript2":"^0.25.3","sade":"^1.7.3","tiny-glob":"^0.2.6","tslib":"^1.11.1","typescript":"^3.8.3"},"devDependencies":{"@babel/cli":"^7.8.4","@babel/node":"^7.8.7","@babel/plugin-proposal-optional-chaining":"^7.7.5","@babel/plugin-proposal-throw-expressions":"^7.7.4","babel-jest":"^24.8.0","cross-env":"^6.0.3","directory-tree":"^2.2.3","eslint":"^6.8.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-prettier":"^3.1.2","esm":"^3.2.22","fs-extra":"^8.1.0","husky":"^4.2.3","jest":"^24.8.0","lint-staged":"^10.0.8","npm-merge-driver-install":"^1.1.1","prettier":"^1.19.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.2","shell-quote":"^1.6.1","strip-ansi":"^6.0.0","travis-size-report":"^1.1.0"},"gitHead":"de18d466c1fd60fee14ef9336dd03caccd1731dc","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.12.1","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"ff27b2ff4c7cb70fb6cf69a810d9a8da2542b3df","size":53397,"noattachment":false,"key":"/microbundle/-/microbundle-0.12.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.12.1.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmUser":{"name":"developit","email":"jason@developit.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.12.1_1592252654595_0.6236933627019554"},"_hasShrinkwrap":false,"publish_time":1592252654713,"_cnpm_publish_time":1592252654713,"_cnpmcore_publish_time":"2021-12-16T18:34:21.411Z"},"0.12.0":{"name":"microbundle","version":"0.12.0","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","jest":"cross-env BABEL_ENV=test jest","format":"prettier --write \"{*,{src,test}/**/*}.+(js|css)\"","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"],"{*,{src,test}/**/*}.+(js|css)":["prettier --write"],"*.md":["prettier --write"]},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"greenkeeper":{"lockfiles":{"outOfRangeUpdatesOnly":true}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.8.7","@babel/plugin-proposal-class-properties":"7.7.4","@babel/plugin-syntax-jsx":"^7.7.4","@babel/plugin-transform-flow-strip-types":"^7.7.4","@babel/plugin-transform-react-jsx":"^7.7.7","@babel/preset-env":"^7.8.7","@babel/preset-flow":"^7.7.4","@rollup/plugin-alias":"^3.0.1","@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-json":"^4.0.2","@rollup/plugin-node-resolve":"^6.1.0","asyncro":"^3.0.0","autoprefixer":"^9.7.3","babel-plugin-macros":"^2.8.0","babel-plugin-transform-async-to-promises":"^0.8.15","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","camelcase":"^5.3.1","cssnano":"^4.1.10","es6-promisify":"^6.0.1","filesize":"^6.1.0","gzip-size":"^5.1.1","kleur":"^3.0.3","lodash.merge":"^4.6.2","module-details-from-path":"^1.0.3","pretty-bytes":"^5.3.0","rollup":"^1.32.1","rollup-plugin-babel":"^4.4.0","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-es3":"^1.1.0","rollup-plugin-postcss":"^2.4.1","rollup-plugin-terser":"^5.3.0","rollup-plugin-typescript2":"^0.25.3","sade":"^1.7.3","tiny-glob":"^0.2.6","tslib":"^1.11.1","typescript":"^3.8.3"},"devDependencies":{"@babel/cli":"^7.8.4","@babel/node":"^7.8.7","@babel/plugin-proposal-optional-chaining":"^7.7.5","@babel/plugin-proposal-throw-expressions":"^7.7.4","@babel/preset-modules":"^0.1.3","babel-jest":"^24.8.0","cross-env":"^6.0.3","directory-tree":"^2.2.3","eslint":"^6.8.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-prettier":"^3.1.2","esm":"^3.2.22","fs-extra":"^8.1.0","husky":"^4.2.3","jest":"^24.8.0","lint-staged":"^10.0.8","npm-merge-driver-install":"^1.1.1","prettier":"^1.19.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.2","shell-quote":"^1.6.1","strip-ansi":"^6.0.0","travis-size-report":"^1.1.0"},"gitHead":"590cb4b306772d948f6e27f50bd4edce026c4e7a","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.12.0","_nodeVersion":"12.16.0","_npmVersion":"6.13.4","dist":{"shasum":"d3d531c4d7553ea2f38688e3076f8e4d70adcc65","size":47879,"noattachment":false,"key":"/microbundle/-/microbundle-0.12.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.12.0.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmUser":{"name":"developit","email":"jason@developit.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.12.0_1588971636142_0.39975480776753525"},"_hasShrinkwrap":false,"publish_time":1588971636298,"_cnpm_publish_time":1588971636298,"_cnpmcore_publish_time":"2021-12-16T18:34:22.171Z"},"0.12.0-next.9":{"name":"microbundle","version":"0.12.0-next.9","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","jest":"cross-env BABEL_ENV=test jest","format":"prettier --write \"{*,{src,test}/**/*}.+(js|css)\"","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"lint-staged":{"{src,test}/**/*.js":["eslint --fix","prettier --write"],"{*,{src,test}/**/*}.+(js|css)":["prettier --write"],"*.md":["prettier --write"]},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"greenkeeper":{"lockfiles":{"outOfRangeUpdatesOnly":true}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.8.7","@babel/plugin-proposal-class-properties":"7.7.4","@babel/plugin-syntax-jsx":"^7.7.4","@babel/plugin-transform-flow-strip-types":"^7.7.4","@babel/plugin-transform-react-jsx":"^7.7.7","@babel/preset-env":"^7.8.7","@babel/preset-flow":"^7.7.4","@rollup/plugin-alias":"^3.0.1","@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-json":"^4.0.2","@rollup/plugin-node-resolve":"^6.1.0","asyncro":"^3.0.0","autoprefixer":"^9.7.3","babel-plugin-macros":"^2.8.0","babel-plugin-transform-async-to-promises":"^0.8.15","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","camelcase":"^5.3.1","cssnano":"^4.1.10","es6-promisify":"^6.0.1","filesize":"^6.1.0","gzip-size":"^5.1.1","kleur":"^3.0.3","lodash.merge":"^4.6.2","module-details-from-path":"^1.0.3","pretty-bytes":"^5.3.0","rollup":"^1.32.1","rollup-plugin-babel":"^4.4.0","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-es3":"^1.1.0","rollup-plugin-postcss":"^2.4.1","rollup-plugin-terser":"^5.3.0","rollup-plugin-typescript2":"^0.25.3","sade":"^1.7.3","tiny-glob":"^0.2.6","tslib":"^1.11.1","typescript":"^3.8.3"},"devDependencies":{"@babel/cli":"^7.8.4","@babel/node":"^7.8.7","@babel/plugin-proposal-optional-chaining":"^7.7.5","@babel/plugin-proposal-throw-expressions":"^7.7.4","@babel/preset-modules":"^0.1.3","babel-jest":"^24.8.0","cross-env":"^6.0.3","directory-tree":"^2.2.3","eslint":"^6.8.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^6.10.0","eslint-plugin-prettier":"^3.1.2","esm":"^3.2.22","fs-extra":"^8.1.0","husky":"^4.2.3","jest":"^24.8.0","lint-staged":"^10.0.8","npm-merge-driver-install":"^1.1.1","prettier":"^1.19.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.2","shell-quote":"^1.6.1","strip-ansi":"^6.0.0","travis-size-report":"^1.1.0"},"readmeFilename":"README.md","gitHead":"aa8a312f3121252bf2e1d438a00593fada6e5992","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.12.0-next.9","_nodeVersion":"12.16.0","_npmVersion":"6.13.4","dist":{"shasum":"23588c6f0491f66a5724b8c04ab2f93629364c97","size":43204,"noattachment":false,"key":"/microbundle/-/microbundle-0.12.0-next.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.12.0-next.9.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmUser":{"name":"developit","email":"jason@developit.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.12.0-next.9_1588366700297_0.6461836243884203"},"_hasShrinkwrap":false,"publish_time":1588366700454,"_cnpm_publish_time":1588366700454,"_cnpmcore_publish_time":"2021-12-16T18:34:22.410Z"},"0.12.0-next.8":{"name":"microbundle","version":"0.12.0-next.8","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.5.5","@babel/plugin-proposal-class-properties":"7.5.5","@babel/plugin-syntax-jsx":"^7.2.0","@babel/plugin-transform-flow-strip-types":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/preset-env":"^7.5.5","@babel/preset-flow":"^7.0.0","@rollup/plugin-alias":"^3.0.0","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.1","@rollup/plugin-node-resolve":"^7.0.0","asyncro":"^3.0.0","autoprefixer":"^9.6.1","babel-plugin-macros":"^2.4.2","babel-plugin-transform-async-to-promises":"^0.8.14","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","camelcase":"^5.3.1","cssnano":"^4.1.10","es6-promisify":"^6.0.1","filesize":"^4.1.2","gzip-size":"^5.1.1","kleur":"^3.0.3","lodash.merge":"^4.6.2","module-details-from-path":"^1.0.3","pretty-bytes":"^5.3.0","rollup":"^1.29.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-es3":"^1.1.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-terser":"^5.1.1","rollup-plugin-typescript2":"^0.23.0","sade":"^1.6.1","tiny-glob":"^0.2.6","tslib":"^1.10.0","typescript":"^3.5.3"},"devDependencies":{"@babel/cli":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-throw-expressions":"^7.2.0","babel-jest":"^24.8.0","cross-env":"^5.2.0","directory-tree":"^2.2.3","eslint":"^6.1.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","esm":"^3.2.22","fs-extra":"^8.1.0","husky":"^3.0.3","jest":"^24.8.0","lint-staged":"^9.2.0","prettier":"^1.18.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shell-quote":"^1.6.1","strip-ansi":"^5.2.0","travis-size-report":"^1.1.0"},"gitHead":"e0001118d512a000c29cd41eeee8043636bdf44e","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.12.0-next.8","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"232833b272907e79585d56d934a0e551f0900807","size":45525,"noattachment":false,"key":"/microbundle/-/microbundle-0.12.0-next.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.12.0-next.8.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmUser":{"name":"developit","email":"jason@developit.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.12.0-next.8_1579713204120_0.09103724338990071"},"_hasShrinkwrap":false,"publish_time":1579713204295,"_cnpm_publish_time":1579713204295,"_cnpmcore_publish_time":"2021-12-16T18:34:22.902Z"},"0.12.0-next.7":{"name":"microbundle","version":"0.12.0-next.7","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist\\cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","jest":"cross-env BABEL_ENV=test jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.7.7","@babel/plugin-proposal-class-properties":"7.7.4","@babel/plugin-syntax-jsx":"^7.7.4","@babel/plugin-transform-flow-strip-types":"^7.7.4","@babel/plugin-transform-react-jsx":"^7.7.7","@babel/preset-env":"^7.7.7","@babel/preset-flow":"^7.7.4","@rollup/plugin-alias":"^3.0.0","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.1","@rollup/plugin-node-resolve":"^6.1.0","asyncro":"^3.0.0","autoprefixer":"^9.7.3","babel-plugin-macros":"^2.8.0","babel-plugin-transform-async-to-promises":"^0.8.15","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","camelcase":"^5.3.1","cssnano":"^4.1.10","es6-promisify":"^6.0.1","filesize":"^6.0.1","gzip-size":"^5.1.1","kleur":"^3.0.3","lodash.merge":"^4.6.2","module-details-from-path":"^1.0.3","pretty-bytes":"^5.3.0","rollup":"^1.28.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-es3":"^1.1.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-terser":"^5.1.3","rollup-plugin-typescript2":"^0.25.3","sade":"^1.7.0","tiny-glob":"^0.2.6","tslib":"^1.10.0","typescript":"^3.7.4"},"devDependencies":{"@babel/cli":"^7.7.7","@babel/node":"^7.7.7","@babel/plugin-proposal-optional-chaining":"^7.7.5","@babel/plugin-proposal-throw-expressions":"^7.7.4","babel-jest":"^24.8.0","cross-env":"^6.0.3","directory-tree":"^2.2.3","eslint":"^6.8.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^6.9.0","eslint-plugin-prettier":"^3.1.2","esm":"^3.2.22","fs-extra":"^8.1.0","husky":"^3.1.0","jest":"^24.8.0","lint-staged":"^9.5.0","prettier":"^1.19.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shell-quote":"^1.6.1","strip-ansi":"^6.0.0","travis-size-report":"^1.1.0"},"readmeFilename":"README.md","_id":"microbundle@0.12.0-next.7","dist":{"shasum":"d6f42928221880d4700df09226506c94c7dba844","size":45688,"noattachment":false,"key":"/microbundle/-/microbundle-0.12.0-next.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.12.0-next.7.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmUser":{"name":"harmony","email":"npm.leah@hrmny.sh"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.12.0-next.7_1578281357618_0.1624583242256581"},"_hasShrinkwrap":false,"publish_time":1578281357733,"_cnpm_publish_time":1578281357733,"_cnpmcore_publish_time":"2021-12-16T18:34:23.193Z"},"0.12.0-next.6":{"name":"microbundle","version":"0.12.0-next.6","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.5.5","@babel/plugin-proposal-class-properties":"7.5.5","@babel/plugin-syntax-jsx":"^7.2.0","@babel/plugin-transform-flow-strip-types":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/preset-env":"^7.5.5","@babel/preset-flow":"^7.0.0","asyncro":"^3.0.0","autoprefixer":"^9.6.1","babel-plugin-macros":"^2.4.2","babel-plugin-transform-async-to-promises":"^0.8.14","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","camelcase":"^5.3.1","cssnano":"^4.1.10","es6-promisify":"^6.0.1","filesize":"^4.1.2","gzip-size":"^5.1.1","kleur":"^3.0.3","lodash.merge":"^4.6.2","module-details-from-path":"^1.0.3","pretty-bytes":"^5.3.0","rollup":"^1.19.4","rollup-plugin-alias":"^2.0.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^10.0.2","rollup-plugin-es3":"^1.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-terser":"^5.1.1","rollup-plugin-typescript2":"^0.23.0","sade":"^1.6.1","tiny-glob":"^0.2.6","tslib":"^1.10.0","typescript":"^3.5.3"},"devDependencies":{"@babel/cli":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-throw-expressions":"^7.2.0","babel-jest":"^24.8.0","cross-env":"^5.2.0","directory-tree":"^2.2.3","eslint":"^6.1.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","esm":"^3.2.22","fs-extra":"^8.1.0","husky":"^3.0.3","jest":"^24.8.0","lint-staged":"^9.2.0","prettier":"^1.18.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shell-quote":"^1.6.1","strip-ansi":"^5.2.0","travis-size-report":"^1.1.0"},"readmeFilename":"README.md","_id":"microbundle@0.12.0-next.6","dist":{"shasum":"e5f60d45e2a082b7ddac3a6953715717019e2fa7","size":44316,"noattachment":false,"key":"/microbundle/-/microbundle-0.12.0-next.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.12.0-next.6.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmUser":{"name":"harmony","email":"npm.leah@hrmny.sh"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.12.0-next.6_1566589753374_0.9981393426083986"},"_hasShrinkwrap":false,"publish_time":1566589753494,"_cnpm_publish_time":1566589753494,"_cnpmcore_publish_time":"2021-12-16T18:34:23.535Z"},"0.12.0-next.5":{"name":"microbundle","version":"0.12.0-next.5","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.5.5","@babel/plugin-proposal-class-properties":"7.5.5","@babel/plugin-syntax-jsx":"^7.2.0","@babel/plugin-transform-flow-strip-types":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/preset-env":"^7.5.5","@babel/preset-flow":"^7.0.0","asyncro":"^3.0.0","autoprefixer":"^9.6.1","babel-plugin-macros":"^2.4.2","babel-plugin-transform-async-to-promises":"^0.8.14","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^4.0.0","camelcase":"^5.3.1","cssnano":"^4.1.10","es6-promisify":"^6.0.1","filesize":"^4.1.2","gzip-size":"^5.1.1","kleur":"^3.0.3","lodash.merge":"^4.6.2","module-details-from-path":"^1.0.3","pretty-bytes":"^5.3.0","rollup":"^1.19.4","rollup-plugin-alias":"^2.0.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^10.0.2","rollup-plugin-es3":"^1.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-terser":"^5.1.1","rollup-plugin-typescript2":"^0.23.0","sade":"^1.6.1","tiny-glob":"^0.2.6","tslib":"^1.10.0","typescript":"^3.5.3"},"devDependencies":{"@babel/cli":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-throw-expressions":"^7.2.0","babel-jest":"^24.8.0","cross-env":"^5.2.0","directory-tree":"^2.2.3","eslint":"^6.1.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","esm":"^3.2.22","fs-extra":"^8.1.0","husky":"^3.0.3","jest":"^24.8.0","lint-staged":"^9.2.0","prettier":"^1.18.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shell-quote":"^1.6.1","strip-ansi":"^5.2.0","travis-size-report":"^1.1.0"},"readmeFilename":"README.md","_id":"microbundle@0.12.0-next.5","dist":{"shasum":"35434159cbabf07cccc44d1a0a49faeed05fa454","size":44338,"noattachment":false,"key":"/microbundle/-/microbundle-0.12.0-next.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.12.0-next.5.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmUser":{"name":"harmony","email":"npm.leah@hrmny.sh"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.12.0-next.5_1566589338629_0.6149984364226357"},"_hasShrinkwrap":false,"publish_time":1566589338767,"_cnpm_publish_time":1566589338767,"_cnpmcore_publish_time":"2021-12-16T18:34:23.856Z"},"0.12.0-next.4":{"name":"microbundle","version":"0.12.0-next.4","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.5.5","@babel/plugin-proposal-class-properties":"7.5.5","@babel/plugin-syntax-jsx":"^7.2.0","@babel/plugin-transform-flow-strip-types":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/preset-env":"^7.5.5","@babel/preset-flow":"^7.0.0","asyncro":"^3.0.0","autoprefixer":"^9.6.1","babel-plugin-macros":"^2.4.2","babel-plugin-transform-async-to-promises":"^0.8.14","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^3.0.1","camelcase":"^5.3.1","cssnano":"^4.1.10","es6-promisify":"^6.0.1","filesize":"^4.1.2","gzip-size":"^5.1.1","kleur":"^3.0.3","lodash.merge":"^4.6.2","module-details-from-path":"^1.0.3","pretty-bytes":"^5.3.0","rollup":"^1.19.4","rollup-plugin-alias":"^1.5.2","rollup-plugin-babel":"^4.3.3","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^10.0.2","rollup-plugin-es3":"^1.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-terser":"^5.1.1","rollup-plugin-typescript2":"^0.22.0","sade":"^1.6.1","tiny-glob":"^0.2.6","tslib":"^1.10.0","typescript":"^3.5.3"},"devDependencies":{"@babel/cli":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-throw-expressions":"^7.2.0","babel-jest":"^24.8.0","cross-env":"^5.2.0","directory-tree":"^2.2.3","eslint":"^6.1.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","esm":"^3.2.22","fs-extra":"^8.1.0","husky":"^3.0.3","jest":"^24.8.0","lint-staged":"^9.2.0","prettier":"^1.18.2","regenerator-runtime":"^0.13.3","rimraf":"^2.6.3","shell-quote":"^1.6.1","strip-ansi":"^5.2.0","travis-size-report":"^1.1.0"},"readmeFilename":"README.md","_id":"microbundle@0.12.0-next.4","dist":{"shasum":"36b99c6c8a91da678a9902706596bf94eb84a624","size":44078,"noattachment":false,"key":"/microbundle/-/microbundle-0.12.0-next.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.12.0-next.4.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmUser":{"name":"harmony","email":"npm.leah@hrmny.sh"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.12.0-next.4_1565288052087_0.5042235565374229"},"_hasShrinkwrap":false,"publish_time":1565288052276,"_cnpm_publish_time":1565288052276,"_cnpmcore_publish_time":"2021-12-16T18:34:24.108Z"},"0.12.0-next.3":{"name":"microbundle","version":"0.12.0-next.3","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.4.5","@babel/plugin-proposal-class-properties":"7.4.4","@babel/plugin-syntax-jsx":"^7.2.0","@babel/plugin-transform-flow-strip-types":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/preset-env":"^7.4.5","@babel/preset-flow":"^7.0.0","asyncro":"^3.0.0","autoprefixer":"^9.6.0","babel-plugin-macros":"^2.4.2","babel-plugin-transform-async-to-promises":"^0.8.12","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^0.1.0","camelcase":"^5.3.1","cssnano":"^4.1.10","es6-promisify":"^6.0.1","filesize":"^4.1.2","gzip-size":"^5.1.1","kleur":"^3.0.3","lodash.merge":"^4.6.1","module-details-from-path":"^1.0.3","pretty-bytes":"^5.2.0","rollup":"^1.15.6","rollup-plugin-alias":"^1.5.2","rollup-plugin-babel":"^4.3.2","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-es3":"^1.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.0.3","rollup-plugin-postcss":"^2.0.3","rollup-plugin-terser":"^5.0.0","rollup-plugin-typescript2":"^0.21.2","sade":"^1.5.1","tiny-glob":"^0.2.6","tslib":"^1.10.0","typescript":"^3.5.2"},"devDependencies":{"@babel/cli":"^7.4.4","@babel/node":"^7.4.5","@babel/plugin-proposal-throw-expressions":"^7.2.0","babel-jest":"^24.8.0","cross-env":"^5.2.0","directory-tree":"^2.2.3","eslint":"^5.16.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^5.0.0","eslint-plugin-prettier":"^3.1.0","esm":"^3.2.22","fs-extra":"^8.0.1","husky":"^2.4.0","jest":"^24.8.0","lint-staged":"^8.2.1","prettier":"^1.18.2","regenerator-runtime":"^0.13.2","rimraf":"^2.6.3","shell-quote":"^1.6.1","strip-ansi":"^5.2.0","travis-size-report":"^1.1.0"},"readmeFilename":"README.md","_id":"microbundle@0.12.0-next.3","dist":{"shasum":"e47e049579e19101c0c035f062e71eac19db61f1","size":43517,"noattachment":false,"key":"/microbundle/-/microbundle-0.12.0-next.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.12.0-next.3.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmUser":{"name":"harmony","email":"me@hrmny.sh"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.12.0-next.3_1560793734510_0.01863244084094129"},"_hasShrinkwrap":false,"publish_time":1560793734637,"_cnpm_publish_time":1560793734637,"_cnpmcore_publish_time":"2021-12-16T18:34:24.705Z"},"0.12.0-next.2":{"name":"microbundle","version":"0.12.0-next.2","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.4.5","@babel/plugin-proposal-class-properties":"7.4.4","@babel/plugin-syntax-jsx":"^7.2.0","@babel/plugin-transform-flow-strip-types":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/polyfill":"^7.4.4","@babel/preset-env":"^7.4.5","@babel/preset-flow":"^7.0.0","asyncro":"^3.0.0","autoprefixer":"^9.6.0","babel-plugin-macros":"^2.4.2","babel-plugin-transform-async-to-promises":"^0.8.12","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^0.1.0","camelcase":"^5.3.1","cssnano":"^4.1.10","es6-promisify":"^6.0.1","filesize":"^4.1.2","gzip-size":"^5.1.1","kleur":"^3.0.3","lodash.merge":"^4.6.1","module-details-from-path":"^1.0.3","pretty-bytes":"^5.2.0","rollup":"^1.15.3","rollup-plugin-alias":"^1.5.2","rollup-plugin-babel":"^4.3.2","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-es3":"^1.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-postcss":"^2.0.3","rollup-plugin-terser":"^5.0.0","rollup-plugin-typescript2":"^0.21.1","sade":"^1.5.0","tiny-glob":"^0.2.6","tslib":"^1.10.0","typescript":"^3.5.2"},"devDependencies":{"@babel/cli":"^7.4.4","@babel/node":"^7.4.5","@babel/plugin-proposal-throw-expressions":"^7.2.0","babel-jest":"^24.8.0","core-js":"^3.1.2","cross-env":"^5.2.0","directory-tree":"^2.2.3","eslint":"^5.16.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^4.3.0","eslint-plugin-prettier":"^3.1.0","esm":"^3.2.22","fs-extra":"^8.0.1","husky":"^2.4.0","jest":"^24.8.0","lint-staged":"^8.2.1","prettier":"^1.18.2","regenerator-runtime":"^0.13.2","rimraf":"^2.6.3","shell-quote":"^1.6.1","strip-ansi":"^5.2.0","travis-size-report":"^1.0.1"},"readmeFilename":"README.md","_id":"microbundle@0.12.0-next.2","dist":{"shasum":"cac07007efd7c5a96a9065b2b5425862efc6dd91","size":43466,"noattachment":false,"key":"/microbundle/-/microbundle-0.12.0-next.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.12.0-next.2.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmUser":{"name":"harmony","email":"me@hrmny.sh"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.12.0-next.2_1560559769403_0.12859221546087696"},"_hasShrinkwrap":false,"publish_time":1560559769536,"_cnpm_publish_time":1560559769536,"_cnpmcore_publish_time":"2021-12-16T18:34:24.978Z"},"0.12.0-next.1":{"name":"microbundle","version":"0.12.0-next.1","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.4.5","@babel/plugin-proposal-class-properties":"7.4.4","@babel/plugin-syntax-jsx":"^7.2.0","@babel/plugin-transform-flow-strip-types":"^7.4.4","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/polyfill":"^7.4.4","@babel/preset-flow":"^7.0.0","asyncro":"^3.0.0","autoprefixer":"^9.6.0","babel-plugin-macros":"^2.4.2","babel-plugin-transform-async-to-promises":"^0.8.12","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^0.1.0","camelcase":"^5.3.1","cssnano":"^4.1.10","es6-promisify":"^6.0.1","filesize":"^4.1.2","gzip-size":"^5.1.1","kleur":"^3.0.3","lodash.merge":"^4.6.1","module-details-from-path":"^1.0.3","pretty-bytes":"^5.2.0","rollup":"^1.15.1","rollup-plugin-alias":"^1.5.2","rollup-plugin-babel":"^4.3.2","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-es3":"^1.1.0","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.0.1","rollup-plugin-postcss":"^2.0.3","rollup-plugin-terser":"^5.0.0","rollup-plugin-typescript2":"^0.21.1","sade":"^1.5.0","tiny-glob":"^0.2.6","tslib":"^1.10.0","typescript":"^3.5.1"},"devDependencies":{"@babel/cli":"^7.4.4","@babel/node":"^7.4.5","@babel/plugin-proposal-throw-expressions":"^7.2.0","@babel/preset-env":"^7.4.5","babel-core":"^7.0.0-bridge.0","babel-jest":"^24.8.0","core-js":"^3.1.2","cross-env":"^5.2.0","directory-tree":"^2.2.3","eslint":"^5.16.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^4.3.0","eslint-plugin-prettier":"^3.1.0","esm":"^3.2.22","fs-extra":"^8.0.1","husky":"^2.4.0","jest":"^24.8.0","lint-staged":"^8.2.0","prettier":"^1.18.2","regenerator-runtime":"^0.13.2","rimraf":"^2.6.3","shell-quote":"^1.6.1","strip-ansi":"^5.2.0","travis-size-report":"^1.0.1"},"readmeFilename":"README.md","_id":"microbundle@0.12.0-next.1","dist":{"shasum":"2094267291c8cbda06d8089ac9b4eaf37e08d436","size":43483,"noattachment":false,"key":"/microbundle/-/microbundle-0.12.0-next.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.12.0-next.1.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmUser":{"name":"harmony","email":"me@hrmny.sh"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.12.0-next.1_1560294575294_0.5501555453833245"},"_hasShrinkwrap":false,"publish_time":1560294575445,"_cnpm_publish_time":1560294575445,"_cnpmcore_publish_time":"2021-12-16T18:34:25.234Z"},"0.12.0-next.0":{"name":"microbundle","version":"0.12.0-next.0","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.4.5","@babel/plugin-proposal-class-properties":"7.4.4","@babel/plugin-syntax-jsx":"^7.2.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/polyfill":"^7.4.4","@babel/preset-flow":"^7.0.0","asyncro":"^3.0.0","autoprefixer":"^9.5.1","babel-plugin-transform-async-to-promises":"^0.8.11","babel-plugin-transform-replace-expressions":"^0.2.0","brotli-size":"^0.1.0","camelcase":"^5.3.1","cssnano":"^4.1.10","es6-promisify":"^6.0.1","filesize":"^4.1.2","gzip-size":"^5.1.1","kleur":"^3.0.3","module-details-from-path":"^1.0.3","pretty-bytes":"^5.2.0","rollup":"^1.12.4","rollup-plugin-alias":"^1.5.1","rollup-plugin-babel":"^4.3.2","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-json":"^4.0.0","rollup-plugin-node-resolve":"^5.0.0","rollup-plugin-postcss":"^2.0.3","rollup-plugin-terser":"^5.0.0","rollup-plugin-typescript2":"^0.21.1","sade":"^1.4.0","tiny-glob":"^0.2.6","tslib":"^1.9.0","typescript":"^3.4.5"},"devDependencies":{"@babel/cli":"^7.4.4","@babel/node":"^7.4.5","@babel/plugin-proposal-throw-expressions":"^7.2.0","@babel/preset-env":"^7.4.5","babel-core":"^7.0.0-bridge.0","babel-jest":"^24.8.0","cross-env":"^5.2.0","directory-tree":"^2.2.3","eslint":"^5.16.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^4.3.0","eslint-plugin-prettier":"^3.1.0","esm":"^3.2.22","fs-extra":"^8.0.1","husky":"^2.3.0","jest":"^24.8.0","lint-staged":"^8.1.7","prettier":"^1.17.1","regenerator-runtime":"^0.13.2","rimraf":"^2.6.3","shell-quote":"^1.6.1","strip-ansi":"^5.2.0","travis-size-report":"^1.0.1"},"readmeFilename":"README.md","_id":"microbundle@0.12.0-next.0","dist":{"shasum":"c6adccba7cc9d9d62fe0f8328ec2a9c424252a51","size":81283,"noattachment":false,"key":"/microbundle/-/microbundle-0.12.0-next.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.12.0-next.0.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmUser":{"name":"harmony","email":"me@hrmny.sh"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.12.0-next.0_1558997271343_0.08452736115110748"},"_hasShrinkwrap":false,"publish_time":1558997271511,"_cnpm_publish_time":1558997271511,"_cnpmcore_publish_time":"2021-12-16T18:34:25.598Z"},"0.11.0":{"name":"microbundle","version":"0.11.0","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.2.2","@babel/plugin-proposal-class-properties":"7.2.1","@babel/plugin-syntax-jsx":"^7.2.0","@babel/polyfill":"^7.0.0","asyncro":"^3.0.0","autoprefixer":"^9.0.0","babel-plugin-transform-async-to-promises":"^0.8.3","brotli-size":"^0.0.3","camelcase":"^5.0.0","chalk":"^2.4.0","cssnano":"^4.1.7","es6-promisify":"^6.0.1","gzip-size":"^5.0.0","pretty-bytes":"^5.1.0","rollup":"^0.67.3","rollup-plugin-alias":"^1.5.1","rollup-plugin-babel":"^4.1.0-0","rollup-plugin-buble":"^0.19.4","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-json":"^3.1.0","rollup-plugin-node-resolve":"^4.0.0","rollup-plugin-postcss":"^1.6.1","rollup-plugin-preserve-shebang":"^0.1.6","rollup-plugin-sizes":"^0.4.2","rollup-plugin-terser":"^3.0.0","rollup-plugin-typescript2":"^0.19.0","sade":"^1.4.0","tiny-glob":"^0.2.6","tslib":"^1.9.0","typescript":">=2.8.3"},"devDependencies":{"@babel/cli":"^7.2.0","@babel/node":"^7.2.2","@babel/preset-env":"^7.2.0","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.6.0","cross-env":"^5.2.0","directory-tree":"^2.1.0","eslint":"^5.0.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^3.0.0","fs-extra":"^7.0.1","husky":"^1.1.2","jest":"^23.6.0","lint-staged":"^8.0.0","prettier":"^1.15.3","regenerator-runtime":"^0.13.1","rimraf":"^2.6.2","shell-quote":"^1.6.1","strip-ansi":"^5.0.0"},"gitHead":"2c32109528c6b4d370afe44e20d0c09e2b18c3d9","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.11.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"266bcf4210192698c23fe3bf3581ab81d31a14d0","size":41468,"noattachment":false,"key":"/microbundle/-/microbundle-0.11.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.11.0.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.11.0_1551742355542_0.6730879383403068"},"_hasShrinkwrap":false,"publish_time":1551742355737,"_cnpm_publish_time":1551742355737,"_cnpmcore_publish_time":"2021-12-16T18:34:25.864Z"},"0.10.1":{"name":"microbundle","version":"0.10.1","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.2.2","@babel/plugin-proposal-class-properties":"7.2.1","@babel/plugin-syntax-jsx":"^7.2.0","@babel/polyfill":"^7.0.0","asyncro":"^3.0.0","autoprefixer":"^9.0.0","babel-plugin-transform-async-to-promises":"^0.8.3","brotli-size":"^0.0.3","camelcase":"^5.0.0","chalk":"^2.4.0","cssnano":"^4.1.7","es6-promisify":"^6.0.1","gzip-size":"^5.0.0","pretty-bytes":"^5.1.0","rollup":"^0.67.3","rollup-plugin-alias":"^1.5.1","rollup-plugin-babel":"^4.1.0-0","rollup-plugin-buble":"^0.19.4","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-json":"^3.1.0","rollup-plugin-node-resolve":"^4.0.0","rollup-plugin-postcss":"^1.6.1","rollup-plugin-preserve-shebang":"^0.1.6","rollup-plugin-sizes":"^0.4.2","rollup-plugin-terser":"^3.0.0","rollup-plugin-typescript2":"^0.19.0","sade":"^1.4.0","tiny-glob":"^0.2.6","tslib":"^1.9.0","typescript":">=2.8.3"},"devDependencies":{"@babel/cli":"^7.2.0","@babel/node":"^7.2.2","@babel/preset-env":"^7.2.0","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.6.0","cross-env":"^5.2.0","directory-tree":"^2.1.0","eslint":"^5.0.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^3.0.0","fs-extra":"^7.0.1","husky":"^1.1.2","jest":"^23.6.0","lint-staged":"^8.0.0","prettier":"^1.15.3","regenerator-runtime":"^0.13.1","rimraf":"^2.6.2","shell-quote":"^1.6.1","strip-ansi":"^5.0.0"},"gitHead":"31cc2c94e0da23c2ae964bed55133bf44cad630a","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.10.1","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"567d845e92fb24f14f20e79ca9909aabbbc5bb9b","size":39983,"noattachment":false,"key":"/microbundle/-/microbundle-0.10.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.10.1.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.10.1_1550875650503_0.243699194638884"},"_hasShrinkwrap":false,"publish_time":1550875650700,"_cnpm_publish_time":1550875650700,"_cnpmcore_publish_time":"2021-12-16T18:34:26.139Z"},"0.10.0":{"name":"microbundle","version":"0.10.0","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.2.2","@babel/plugin-proposal-class-properties":"7.2.1","@babel/plugin-syntax-jsx":"^7.2.0","@babel/polyfill":"^7.0.0","asyncro":"^3.0.0","autoprefixer":"^9.0.0","babel-plugin-transform-async-to-promises":"^0.8.3","brotli-size":"^0.0.3","camelcase":"^5.0.0","chalk":"^2.4.0","cssnano":"^4.1.7","es6-promisify":"^6.0.1","gzip-size":"^5.0.0","pretty-bytes":"^5.1.0","rollup":"^0.67.3","rollup-plugin-babel":"^4.1.0-0","rollup-plugin-buble":"^0.19.4","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-json":"^3.1.0","rollup-plugin-node-resolve":"^4.0.0","rollup-plugin-postcss":"^1.6.1","rollup-plugin-preserve-shebang":"^0.1.6","rollup-plugin-sizes":"^0.4.2","rollup-plugin-terser":"^3.0.0","rollup-plugin-typescript2":"^0.19.0","sade":"^1.4.0","tiny-glob":"^0.2.6","tslib":"^1.9.0","typescript":">=2.8.3"},"devDependencies":{"@babel/cli":"^7.2.0","@babel/node":"^7.2.2","@babel/preset-env":"^7.2.0","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.6.0","cross-env":"^5.2.0","directory-tree":"^2.1.0","eslint":"^5.0.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^3.0.0","fs-extra":"^7.0.1","husky":"^1.1.2","jest":"^23.6.0","lint-staged":"^8.0.0","prettier":"^1.15.3","regenerator-runtime":"^0.13.1","rimraf":"^2.6.2","shell-quote":"^1.6.1","strip-ansi":"^5.0.0"},"gitHead":"a0fd75e85c7448fd6df3fe0c8edb768097d746df","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.10.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"ae8bd415942f7170fd51bfa935f88c9d881f74ca","size":38338,"noattachment":false,"key":"/microbundle/-/microbundle-0.10.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.10.0.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.10.0_1550784678035_0.7785867006099159"},"_hasShrinkwrap":false,"publish_time":1550784678185,"_cnpm_publish_time":1550784678185,"_cnpmcore_publish_time":"2021-12-16T18:34:26.434Z"},"0.9.0":{"name":"microbundle","version":"0.9.0","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.1.6","@babel/plugin-proposal-class-properties":"7.1.0","@babel/plugin-syntax-jsx":"^7.0.0","@babel/polyfill":"^7.0.0","asyncro":"^3.0.0","autoprefixer":"^9.0.0","babel-plugin-transform-async-to-promises":"^0.8.3","brotli-size":"^0.0.3","camelcase":"^5.0.0","chalk":"^2.4.0","cssnano":"^4.1.7","es6-promisify":"^6.0.1","gzip-size":"^5.0.0","pretty-bytes":"^5.1.0","rollup":"^0.67.3","rollup-plugin-babel":"^4.1.0-0","rollup-plugin-buble":"^0.19.4","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-json":"^3.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-postcss":"^1.6.1","rollup-plugin-preserve-shebang":"^0.1.6","rollup-plugin-sizes":"^0.4.2","rollup-plugin-terser":"^3.0.0","rollup-plugin-typescript2":"^0.18.0","sade":"^1.4.0","tiny-glob":"^0.2.6","tslib":"^1.9.0","typescript":">=2.8.3"},"devDependencies":{"@babel/cli":"^7.1.5","@babel/node":"^7.0.0","@babel/preset-env":"^7.1.6","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.6.0","cross-env":"^5.2.0","directory-tree":"^2.1.0","eslint":"^5.0.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^3.0.0","fs-extra":"^7.0.1","husky":"^1.1.2","jest":"^23.6.0","lint-staged":"^8.0.0","prettier":"^1.15.3","regenerator-runtime":"^0.13.1","rimraf":"^2.6.2","shell-quote":"^1.6.1","strip-ansi":"^5.0.0"},"gitHead":"e1fbcc7e6b94aa9a58ca797cd80faebf0eccd689","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.9.0","_npmVersion":"6.4.1","_nodeVersion":"11.0.0","_npmUser":{"name":"harmony","email":"ulliftw@gmail.com"},"dist":{"shasum":"bbec53047ff238c592aba0e5fd8fea3ce7654de3","size":35987,"noattachment":false,"key":"/microbundle/-/microbundle-0.9.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.9.0.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.9.0_1545175831685_0.3919230997644154"},"_hasShrinkwrap":false,"publish_time":1545175831789,"_cnpm_publish_time":1545175831789,"_cnpmcore_publish_time":"2021-12-16T18:34:26.696Z"},"0.8.4":{"name":"microbundle","version":"0.8.4","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.1.6","@babel/plugin-proposal-class-properties":"7.1.0","@babel/plugin-syntax-jsx":"^7.0.0","@babel/polyfill":"^7.0.0","asyncro":"^3.0.0","autoprefixer":"^9.0.0","babel-plugin-transform-async-to-promises":"^0.8.3","brotli-size":"^0.0.3","camelcase":"^5.0.0","chalk":"^2.4.0","cssnano":"^4.1.7","es6-promisify":"^6.0.1","gzip-size":"^5.0.0","pretty-bytes":"^5.1.0","rollup":"^0.67.3","rollup-plugin-babel":"^4.1.0-0","rollup-plugin-buble":"^0.19.4","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-json":"^3.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-postcss":"^1.6.1","rollup-plugin-preserve-shebang":"^0.1.6","rollup-plugin-sizes":"^0.4.2","rollup-plugin-strict-alias":"^1.0.0","rollup-plugin-terser":"^3.0.0","rollup-plugin-typescript2":"^0.18.0","sade":"^1.4.0","tiny-glob":"^0.2.6","tslib":"^1.9.0","typescript":">=2.8.3"},"devDependencies":{"@babel/cli":"^7.1.5","@babel/node":"^7.0.0","@babel/preset-env":"^7.1.6","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.6.0","cross-env":"^5.2.0","directory-tree":"^2.1.0","eslint":"^5.0.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^3.0.0","fs-extra":"^7.0.1","husky":"^1.1.2","jest":"^23.6.0","lint-staged":"^8.0.0","prettier":"^1.15.3","regenerator-runtime":"^0.13.1","rimraf":"^2.6.2","shell-quote":"^1.6.1","strip-ansi":"^5.0.0"},"gitHead":"391800a88cb7dc6aeb57d97e7d783112e3ad0206","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.8.4","_npmVersion":"6.4.1","_nodeVersion":"11.0.0","_npmUser":{"name":"harmony","email":"ulliftw@gmail.com"},"dist":{"shasum":"72f08b6fac0f166e07ab6b9f77d43c0e84d54510","size":36846,"noattachment":false,"key":"/microbundle/-/microbundle-0.8.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.8.4.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.8.4_1545074081342_0.662589407614357"},"_hasShrinkwrap":false,"publish_time":1545074081449,"_cnpm_publish_time":1545074081449,"_cnpmcore_publish_time":"2021-12-16T18:34:26.945Z"},"0.8.3":{"name":"microbundle","version":"0.8.3","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.1.6","@babel/plugin-proposal-class-properties":"7.1.0","@babel/plugin-syntax-jsx":"^7.0.0","@babel/polyfill":"^7.0.0","asyncro":"^3.0.0","autoprefixer":"^9.0.0","babel-plugin-transform-async-to-promises":"^0.8.1","brotli-size":"^0.0.3","camelcase":"^5.0.0","chalk":"^2.4.0","cssnano":"^4.1.7","es6-promisify":"^6.0.1","gzip-size":"^5.0.0","pretty-bytes":"^5.1.0","rollup":"^0.67.3","rollup-plugin-babel":"^4.1.0-0","rollup-plugin-buble":"^0.19.4","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-postcss":"^1.6.1","rollup-plugin-preserve-shebang":"^0.1.6","rollup-plugin-sizes":"^0.4.2","rollup-plugin-strict-alias":"^1.0.0","rollup-plugin-terser":"^3.0.0","rollup-plugin-typescript2":"^0.18.0","sade":"^1.4.0","tiny-glob":"^0.2.6","tslib":"^1.9.0","typescript":">=2.8.3"},"devDependencies":{"@babel/cli":"^7.1.5","@babel/node":"^7.0.0","@babel/preset-env":"^7.1.6","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.6.0","directory-tree":"^2.1.0","eslint":"^5.0.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^3.0.0","fs-extra":"^7.0.1","husky":"^1.1.2","jest":"^23.6.0","lint-staged":"^8.0.0","prettier":"^1.15.3","regenerator-runtime":"^0.13.1","rimraf":"^2.6.2","shell-quote":"^1.6.1","strip-ansi":"^5.0.0"},"gitHead":"b0c4b88e9f565d961d60c31b9e3cec98a7192646","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.8.3","_npmVersion":"6.4.1","_nodeVersion":"10.9.0","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"9e8b7988ddeb8b0e316709949c77f64789823ec6","size":33177,"noattachment":false,"key":"/microbundle/-/microbundle-0.8.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.8.3.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.8.3_1543879809523_0.5748670406516121"},"_hasShrinkwrap":false,"publish_time":1543879809704,"_cnpm_publish_time":1543879809704,"_cnpmcore_publish_time":"2021-12-16T18:34:27.586Z"},"0.8.2":{"name":"microbundle","version":"0.8.2","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.1.6","@babel/plugin-proposal-class-properties":"^7.1.0","@babel/plugin-syntax-jsx":"^7.0.0","@babel/polyfill":"^7.0.0","asyncro":"^3.0.0","autoprefixer":"^9.0.0","babel-plugin-transform-async-to-promises":"^0.8.1","brotli-size":"^0.0.3","camelcase":"^5.0.0","chalk":"^2.4.0","cssnano":"^4.1.7","es6-promisify":"^6.0.1","gzip-size":"^5.0.0","pretty-bytes":"^5.1.0","rollup":"^0.67.3","rollup-plugin-babel":"^4.1.0-0","rollup-plugin-buble":"^0.19.4","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-postcss":"^1.6.1","rollup-plugin-preserve-shebang":"^0.1.6","rollup-plugin-sizes":"^0.4.2","rollup-plugin-strict-alias":"^1.0.0","rollup-plugin-terser":"^3.0.0","rollup-plugin-typescript2":"^0.18.0","sade":"^1.4.0","tiny-glob":"0.2.4","tslib":"^1.9.0","typescript":">=2.8.3"},"devDependencies":{"@babel/cli":"^7.1.5","@babel/node":"^7.0.0","@babel/preset-env":"^7.1.6","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.6.0","directory-tree":"^2.1.0","eslint":"^5.0.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^3.0.0","fs-extra":"^7.0.0","husky":"^1.1.2","jest":"^23.6.0","lint-staged":"^8.0.0","prettier":"^1.15.3","regenerator-runtime":"^0.12.1","rimraf":"^2.6.2","shell-quote":"^1.6.1","strip-ansi":"^5.0.0"},"gitHead":"23e8e6250435cd3ff8cf0927377ba32759d08dc7","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.8.2","_npmVersion":"6.4.1","_nodeVersion":"10.9.0","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"f37cbd38d97cef282acb605190119de46a89329d","size":33174,"noattachment":false,"key":"/microbundle/-/microbundle-0.8.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.8.2.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.8.2_1543872199113_0.47788176222413425"},"_hasShrinkwrap":false,"publish_time":1543872199287,"_cnpm_publish_time":1543872199287,"_cnpmcore_publish_time":"2021-12-16T18:34:27.873Z"},"0.8.1":{"name":"microbundle","version":"0.8.1","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.1.6","@babel/plugin-proposal-class-properties":"^7.1.0","@babel/plugin-syntax-jsx":"^7.0.0","@babel/polyfill":"^7.0.0","asyncro":"^3.0.0","autoprefixer":"^9.0.0","babel-plugin-transform-async-to-promises":"^0.8.1","brotli-size":"^0.0.3","camelcase":"^5.0.0","chalk":"^2.4.0","cssnano":"^4.1.7","es6-promisify":"^6.0.1","gzip-size":"^5.0.0","pretty-bytes":"^5.1.0","rollup":"^0.67.3","rollup-plugin-babel":"^4.1.0-0","rollup-plugin-buble":"^0.19.4","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-postcss":"^1.6.1","rollup-plugin-preserve-shebang":"^0.1.6","rollup-plugin-sizes":"^0.4.2","rollup-plugin-strict-alias":"^1.0.0","rollup-plugin-terser":"^3.0.0","rollup-plugin-typescript2":"^0.18.0","sade":"^1.4.0","tiny-glob":"^0.2.0","tslib":"^1.9.0","typescript":">=2.8.3"},"devDependencies":{"@babel/cli":"^7.1.5","@babel/node":"^7.0.0","@babel/preset-env":"^7.1.6","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.6.0","directory-tree":"^2.1.0","eslint":"^5.0.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^3.0.0","fs-extra":"^7.0.0","husky":"^1.1.2","jest":"^23.6.0","lint-staged":"^8.0.0","prettier":"^1.15.3","regenerator-runtime":"^0.12.1","rimraf":"^2.6.2","shell-quote":"^1.6.1","strip-ansi":"^5.0.0"},"gitHead":"53c5172da21c8aec1612d68f346e964c9c3f3678","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.8.1","_npmVersion":"6.4.1","_nodeVersion":"11.0.0","_npmUser":{"name":"harmony","email":"ulliftw@gmail.com"},"dist":{"shasum":"b04a6aacf58d4d5d083ddc875715bfaac4268f1a","size":33224,"noattachment":false,"key":"/microbundle/-/microbundle-0.8.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.8.1.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.8.1_1543671078110_0.23928692119303419"},"_hasShrinkwrap":false,"publish_time":1543671078208,"_cnpm_publish_time":1543671078208,"_cnpmcore_publish_time":"2021-12-16T18:34:28.115Z"},"0.8.0":{"name":"microbundle","version":"0.8.0","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"@babel/core":"^7.1.6","@babel/plugin-proposal-class-properties":"^7.1.0","@babel/plugin-syntax-jsx":"^7.0.0","@babel/polyfill":"^7.0.0","asyncro":"^3.0.0","autoprefixer":"^9.0.0","babel-plugin-transform-async-to-promises":"^0.8.1","brotli-size":"^0.0.3","camelcase":"^5.0.0","chalk":"^2.4.0","cssnano":"^4.1.7","es6-promisify":"^6.0.1","gzip-size":"^5.0.0","pretty-bytes":"^5.1.0","rollup":"^0.67.3","rollup-plugin-babel":"^4.1.0-0","rollup-plugin-buble":"^0.19.4","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-postcss":"^1.6.1","rollup-plugin-preserve-shebang":"^0.1.6","rollup-plugin-sizes":"^0.4.2","rollup-plugin-strict-alias":"^1.0.0","rollup-plugin-terser":"^3.0.0","rollup-plugin-typescript2":"^0.18.0","sade":"^1.4.0","tiny-glob":"^0.2.0","tslib":"^1.9.0","typescript":">=2.8.3"},"devDependencies":{"@babel/cli":"^7.1.5","@babel/node":"^7.0.0","@babel/preset-env":"^7.1.6","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.6.0","directory-tree":"^2.1.0","eslint":"^5.0.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^3.0.0","fs-extra":"^7.0.0","husky":"^1.1.2","jest":"^23.6.0","lint-staged":"^8.0.0","prettier":"^1.13.0","regenerator-runtime":"^0.12.1","rimraf":"^2.6.2","shell-quote":"^1.6.1","strip-ansi":"^5.0.0"},"gitHead":"ecf38ace4a286f44c1ead4d01515e5df207fcbad","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.8.0","_npmVersion":"6.4.1","_nodeVersion":"11.0.0","_npmUser":{"name":"harmony","email":"ulliftw@gmail.com"},"dist":{"shasum":"3e52c04d09ebe76c5a682548bf8d2bce116f6cdf","size":32357,"noattachment":false,"key":"/microbundle/-/microbundle-0.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.8.0.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.8.0_1543620973205_0.7885865830452088"},"_hasShrinkwrap":false,"publish_time":1543620973442,"_cnpm_publish_time":1543620973442,"_cnpmcore_publish_time":"2021-12-16T18:34:28.370Z"},"0.7.0":{"name":"microbundle","version":"0.7.0","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --target=node --format cjs src/{cli,index}.js --presets env","build:self":"node dist/cli.js --target=node --format cjs src/{cli,index}.js","prepare":"npm run -s build","prepare:babel":"babel --presets env src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"babel":{"presets":["env"]},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"acorn-jsx":"^4.1.1","asyncro":"^3.0.0","autoprefixer":"^9.0.0","babel-polyfill":"^6.26.0","brotli-size":"^0.0.3","camelcase":"^5.0.0","chalk":"^2.4.0","cssnano":"^4.1.7","es6-promisify":"^6.0.1","gzip-size":"^5.0.0","pretty-bytes":"^5.1.0","rollup":"^0.66.6","rollup-plugin-buble":"^0.19.2","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-nodent":"^0.2.2","rollup-plugin-postcss":"^1.6.1","rollup-plugin-preserve-shebang":"^0.1.6","rollup-plugin-sizes":"^0.4.2","rollup-plugin-strict-alias":"^1.0.0","rollup-plugin-terser":"^3.0.0","rollup-plugin-typescript2":"^0.17.2","sade":"^1.4.0","tiny-glob":"^0.2.0","tslib":"^1.9.0","typescript":">=2.8.3"},"devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","directory-tree":"^2.1.0","eslint":"^5.0.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^3.0.0","fs-extra":"^7.0.0","husky":"^1.1.2","jest":"^23.6.0","lint-staged":"^7.1.0","prettier":"^1.13.0","rimraf":"^2.6.2","shell-quote":"^1.6.1","strip-ansi":"^5.0.0"},"gitHead":"8568bb660da4a2ee695542033f0b791194a7d83c","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.7.0","_npmVersion":"6.4.1","_nodeVersion":"11.0.0","_npmUser":{"name":"harmony","email":"ulliftw@gmail.com"},"dist":{"shasum":"17491bc7c9825ed585e1d27d748bdbc07d7c8783","size":23624,"noattachment":false,"key":"/microbundle/-/microbundle-0.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.7.0.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.7.0_1540521724630_0.963239300933368"},"_hasShrinkwrap":false,"publish_time":1540521724862,"_cnpm_publish_time":1540521724862,"_cnpmcore_publish_time":"2021-12-16T18:34:28.625Z"},"0.7.0-beta.0":{"name":"microbundle","version":"0.7.0-beta.0","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --format cjs src/{cli,index}.js --presets env","build:self":"node dist/cli.js --format cjs src/{cli,index}.js","precommit":"lint-staged","prepare":"npm run -s build","prepare:babel":"babel --presets env src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"babel":{"presets":["env"]},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"jest":{"testEnvironment":"node","testURL":"http://localhost"},"keywords":["bundle","rollup","micro library"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"acorn-jsx":"^4.1.1","asyncro":"^3.0.0","autoprefixer":"^9.0.0","babel-polyfill":"^6.26.0","brotli-size":"^0.0.3","camelcase":"^5.0.0","chalk":"^2.4.0","cssnano":"^4.0.0","es6-promisify":"^6.0.0","gzip-size":"^5.0.0","pretty-bytes":"^5.1.0","rollup":"^0.63.0","rollup-plugin-buble":"^0.19.2","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-nodent":"^0.2.2","rollup-plugin-postcss":"^1.6.1","rollup-plugin-preserve-shebang":"^0.1.6","rollup-plugin-sizes":"^0.4.2","rollup-plugin-strict-alias":"^1.0.0","rollup-plugin-terser":"^1.0.1","rollup-plugin-typescript2":"^0.13.0","sade":"^1.4.0","tiny-glob":"^0.2.0","tslib":"^1.9.0","typescript":">=2.8.3"},"devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","directory-tree":"^2.1.0","eslint":"^5.0.0","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^2.6.0","fs-extra":"^7.0.0","husky":"^0.14.3","jest":"^22.4.3","lint-staged":"^7.1.0","prettier":"^1.13.0","rimraf":"^2.6.2","shell-quote":"^1.6.1","strip-ansi":"^4.0.0"},"readmeFilename":"README.md","gitHead":"0353a88d8aa706e829bd9fe47c49ebb4f10829b7","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.7.0-beta.0","_npmVersion":"6.4.1","_nodeVersion":"10.9.0","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"477871395de45d38c1291919537d7fec8298f6fd","size":21181,"noattachment":false,"key":"/microbundle/-/microbundle-0.7.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.7.0-beta.0.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.7.0-beta.0_1540325682146_0.27557854813282545"},"_hasShrinkwrap":false,"publish_time":1540325682283,"_cnpm_publish_time":1540325682283,"_cnpmcore_publish_time":"2021-12-16T18:34:28.823Z"},"0.6.0":{"name":"microbundle","version":"0.6.0","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --format cjs src/{cli,index}.js --presets env","build:self":"node dist/cli.js --format cjs src/{cli,index}.js","precommit":"lint-staged","prepare":"npm run -s build","prepare:babel":"babel --presets env src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"babel":{"presets":["env"]},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"keywords":["bundle","rollup","micro library"],"files":["src","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"acorn-jsx":"^4.1.1","asyncro":"^3.0.0","autoprefixer":"^8.3.0","babel-polyfill":"^6.26.0","camelcase":"^5.0.0","chalk":"^2.4.0","cssnano":"^3.10.0","es6-promisify":"^6.0.0","gzip-size":"^5.0.0","pretty-bytes":"^5.1.0","rollup":"^0.63.0","rollup-plugin-buble":"^0.19.2","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-nodent":"^0.2.2","rollup-plugin-postcss":"^1.6.1","rollup-plugin-preserve-shebang":"^0.1.6","rollup-plugin-sizes":"^0.4.2","rollup-plugin-strict-alias":"^1.0.0","rollup-plugin-typescript2":"^0.13.0","rollup-plugin-uglify":"^3.0.0","sade":"^1.4.0","tiny-glob":"^0.2.0","tslib":"^1.9.0","typescript":"^2.8.3"},"devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","directory-tree":"^2.1.0","eslint":"^4.19.1","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","fs-extra":"^5.0.0","husky":"^0.14.3","jest":"^22.4.3","lint-staged":"^7.1.0","prettier":"^1.13.0","rimraf":"^2.6.2","shell-quote":"^1.6.1","strip-ansi":"^4.0.0"},"gitHead":"d9abf1ad4c65d951ea5c5512c0b77ab9c849b964","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.6.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"0e1c4a055b90c500d031f28ff518a209bdb93898","size":19756,"noattachment":false,"key":"/microbundle/-/microbundle-0.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.6.0.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.6.0_1532031982120_0.5606308919202043"},"_hasShrinkwrap":false,"publish_time":1532031982219,"_cnpm_publish_time":1532031982219,"_cnpmcore_publish_time":"2021-12-16T18:34:29.069Z"},"0.5.1":{"name":"microbundle","version":"0.5.1","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --format cjs src/{cli,index}.js --presets env","build:self":"node dist/cli.js --format cjs src/{cli,index}.js","precommit":"lint-staged","prepare":"npm run -s build","prepare:babel":"babel --presets env src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"babel":{"presets":["env"]},"prettier":{"singleQuote":true,"trailingComma":"all","useTabs":true},"keywords":["bundle","rollup","micro library"],"files":["src","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"acorn-jsx":"^4.1.1","asyncro":"^3.0.0","autoprefixer":"^8.3.0","babel-polyfill":"^6.26.0","camelcase":"^5.0.0","chalk":"^2.4.0","cssnano":"^3.10.0","es6-promisify":"^6.0.0","gzip-size":"^4.1.0","pretty-bytes":"^5.1.0","regenerator-runtime":"^0.11.1","rollup":"^0.62.0","rollup-plugin-buble":"^0.19.2","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^9.0.0","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-nodent":"^0.2.2","rollup-plugin-postcss":"^1.6.1","rollup-plugin-preserve-shebang":"^0.1.6","rollup-plugin-sizes":"^0.4.2","rollup-plugin-strict-alias":"^1.0.0","rollup-plugin-typescript2":"^0.13.0","rollup-plugin-uglify":"^3.0.0","sade":"^1.4.0","tiny-glob":"^0.2.0","tslib":"^1.9.0","typescript":"^2.8.3"},"devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","directory-tree":"^2.1.0","eslint":"^4.19.1","eslint-config-developit":"^1.1.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.0","fs-extra":"^5.0.0","husky":"^0.14.3","jest":"^22.4.3","lint-staged":"^7.1.0","prettier":"^1.13.0","rimraf":"^2.6.2","shell-quote":"^1.6.1","strip-ansi":"^4.0.0"},"gitHead":"acc80d0b9f974b4caf4291077ffa253a8fe50a0c","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.5.1","_npmVersion":"6.1.0","_nodeVersion":"10.6.0","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"ddb9fc8d85fe19ba5354bea70eb0b32576685058","size":19743,"noattachment":false,"key":"/microbundle/-/microbundle-0.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.5.1.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.5.1_1530775674568_0.0585529989541953"},"_hasShrinkwrap":false,"publish_time":1530775674691,"_cnpm_publish_time":1530775674691,"_cnpmcore_publish_time":"2021-12-16T18:34:29.285Z"},"0.4.4":{"name":"microbundle","version":"0.4.4","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --external all --format cjs src/*.js --presets env","build:self":"node dist/cli.js --external all --format cjs src/*.js","prepare":"npm run -s build","prepare:babel":"babel --presets env src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"eslintConfig":{"extends":"eslint-config-developit"},"babel":{"presets":["env"]},"keywords":["bundle","rollup","micro library"],"files":["src","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"acorn-jsx":"^4.1.1","asyncro":"^3.0.0","autoprefixer":"^7.2.5","babel-polyfill":"^6.26.0","camelcase":"^4.1.0","chalk":"^2.3.0","es6-promisify":"^5.0.0","glob":"^7.1.2","gzip-size":"^4.1.0","pretty-bytes":"^4.0.2","regenerator-runtime":"^0.11.1","rollup":"^0.55.1","rollup-plugin-buble":"^0.18.0","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^8.2.6","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-node-resolve":"^3.0.2","rollup-plugin-nodent":"^0.2.2","rollup-plugin-postcss":"^1.2.7","rollup-plugin-preserve-shebang":"^0.1.6","rollup-plugin-sizes":"^0.4.2","rollup-plugin-strict-alias":"^1.0.0","rollup-plugin-typescript2":"^0.11","rollup-plugin-uglify":"^3.0.0","sade":"^1.3.1","tslib":"^1.9.0","typescript":"^2.6.2"},"devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","directory-tree":"^2.0.0","eslint":"^4.16.0","eslint-config-developit":"^1.1.1","fs-extra":"^5.0.0","jest":"^22.1.4","strip-ansi":"^4.0.0"},"gitHead":"b20b79bf87f9592209d27094b493a9adb76d70ab","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.4.4","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"7a9e3d6b05e237ea66a8ec9ac736006f21a23101","size":16298,"noattachment":false,"key":"/microbundle/-/microbundle-0.4.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.4.4.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle_0.4.4_1519185084252_0.4204966213990715"},"_hasShrinkwrap":false,"publish_time":1519185084323,"_cnpm_publish_time":1519185084323,"_cnpmcore_publish_time":"2021-12-16T18:34:29.568Z"},"0.4.3":{"name":"microbundle","version":"0.4.3","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --external all --format cjs src/*.js --presets env","build:self":"node dist/cli.js --external all --format cjs src/*.js","prepare":"npm run -s build","prepare:babel":"babel --presets env src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"eslintConfig":{"extends":"eslint-config-developit"},"babel":{"presets":["env"]},"keywords":["bundle","rollup","micro library"],"files":["src","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"acorn-jsx":"^4.1.1","asyncro":"^3.0.0","autoprefixer":"^7.2.5","babel-polyfill":"^6.26.0","camelcase":"^4.1.0","chalk":"^2.3.0","es6-promisify":"^5.0.0","glob":"^7.1.2","gzip-size":"^4.1.0","pretty-bytes":"^4.0.2","regenerator-runtime":"^0.11.1","rollup":"^0.55.1","rollup-plugin-buble":"^0.18.0","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^8.2.6","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-node-resolve":"^3.0.2","rollup-plugin-nodent":"github:developit/rollup-plugin-nodent","rollup-plugin-postcss":"^1.2.7","rollup-plugin-preserve-shebang":"^0.1.6","rollup-plugin-sizes":"^0.4.2","rollup-plugin-strict-alias":"^1.0.0","rollup-plugin-typescript":"^0.8.1","rollup-plugin-uglify":"^3.0.0","sade":"^1.3.1","tslib":"^1.9.0","typescript":"^2.6.2"},"devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","directory-tree":"^2.0.0","eslint":"^4.16.0","eslint-config-developit":"^1.1.1","fs-extra":"^5.0.0","jest":"^22.1.4","strip-ansi":"^4.0.0"},"gitHead":"6ae396906e8d0d9fdede52dd275a441428fc8b74","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.4.3","_npmVersion":"5.6.0","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"d1c4186b53eeb5998c75bcb65b238f47ca7b0344","size":16030,"noattachment":false,"key":"/microbundle/-/microbundle-0.4.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.4.3.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle-0.4.3.tgz_1516994517653_0.09657814935781062"},"directories":{},"publish_time":1516994517832,"_hasShrinkwrap":false,"_cnpm_publish_time":1516994517832,"_cnpmcore_publish_time":"2021-12-16T18:34:29.796Z"},"0.4.2":{"name":"microbundle","version":"0.4.2","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --external all --format cjs src/*.js --presets env","build:self":"node dist/cli.js --external all --format cjs src/*.js","prepare":"npm run -s build","prepare:babel":"babel --presets env src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"eslintConfig":{"extends":"eslint-config-developit"},"babel":{"presets":["env"]},"keywords":["bundle","rollup","micro library"],"files":["src","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"acorn-jsx":"4.1.0","asyncro":"^2.0.1","autoprefixer":"^7.2.5","babel-polyfill":"^6.26.0","camelcase":"^4.1.0","chalk":"^2.3.0","es6-promisify":"^5.0.0","exorcist":"^1.0.0","glob":"^7.1.2","gzip-size":"^4.1.0","pretty-bytes":"^4.0.2","regenerator-runtime":"^0.11.1","rollup":"^0.55.0","rollup-plugin-buble":"^0.18.0","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^8.2.6","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-node-resolve":"^3.0.2","rollup-plugin-nodent":"^0.1.3","rollup-plugin-postcss":"^1.2.6","rollup-plugin-preserve-shebang":"^0.1.6","rollup-plugin-sizes":"^0.4.2","rollup-plugin-strict-alias":"^1.0.0","rollup-plugin-typescript":"^0.8.1","rollup-plugin-uglify":"^2.0.1","sade":"^1.3.1","typescript":"^2.6.2","uglify-es":"^3.3.6"},"devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","directory-tree":"^2.0.0","eslint":"^4.16.0","eslint-config-developit":"^1.1.1","fs-extra":"^5.0.0","jest":"^22.1.4","strip-ansi":"^4.0.0"},"gitHead":"096b8ba8d9020cbc103556be10f9fcb2cc961fa0","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.4.2","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"4cc2b2046a76e70be2ea3bcc346b2749626f27a7","size":16035,"noattachment":false,"key":"/microbundle/-/microbundle-0.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.4.2.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle-0.4.2.tgz_1516827480947_0.4518587745260447"},"directories":{},"publish_time":1516827481043,"_hasShrinkwrap":false,"_cnpm_publish_time":1516827481043,"_cnpmcore_publish_time":"2021-12-16T18:34:30.032Z"},"0.4.1":{"name":"microbundle","version":"0.4.1","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --external all --format cjs src/*.js --presets env","build:self":"node dist/cli.js --external all --format cjs src/*.js","prepare":"npm run -s build","prepare:babel":"babel --presets env src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"eslintConfig":{"extends":"eslint-config-developit"},"babel":{"presets":["env"]},"keywords":["bundle","rollup","micro library"],"files":["src","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"acorn-jsx":"4.1.0","asyncro":"^2.0.1","autoprefixer":"^7.2.5","babel-polyfill":"^6.26.0","camelcase":"^4.1.0","chalk":"^2.3.0","es6-promisify":"^5.0.0","exorcist":"^1.0.0","glob":"^7.1.2","gzip-size":"^4.1.0","pretty-bytes":"^4.0.2","regenerator-runtime":"^0.11.1","rollup":"^0.55.0","rollup-plugin-buble":"^0.18.0","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^8.2.6","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-node-resolve":"^3.0.2","rollup-plugin-nodent":"^0.1.3","rollup-plugin-postcss":"^1.2.6","rollup-plugin-preserve-shebang":"^0.1.6","rollup-plugin-sizes":"^0.4.2","rollup-plugin-strict-alias":"^1.0.0","rollup-plugin-typescript":"^0.8.1","rollup-plugin-uglify":"^2.0.1","sade":"^1.3.1","typescript":"^2.6.2","uglify-es":"^3.3.6"},"devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","eslint":"^4.16.0","eslint-config-developit":"^1.1.1","fs-extra":"^5.0.0","jest":"^22.1.4","strip-ansi":"^4.0.0"},"gitHead":"f42f4b202ab4480ed7c42030e1ae1d2a7029edcb","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.4.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"60764de82a68290058942711bd75a5f16f5be57e","size":16086,"noattachment":false,"key":"/microbundle/-/microbundle-0.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.4.1.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle-0.4.1.tgz_1516802378070_0.04152833693660796"},"directories":{},"publish_time":1516802379107,"_hasShrinkwrap":false,"_cnpm_publish_time":1516802379107,"_cnpmcore_publish_time":"2021-12-16T18:34:30.241Z"},"0.4.0":{"name":"microbundle","version":"0.4.0","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --external all --format cjs src/*.js --presets env","build:self":"node dist/cli.js --external all --format cjs src/*.js","prepare":"npm run -s build","prepare:babel":"babel --presets env src/*.js -d dist && npm t","lint":"eslint src","test":"npm run -s lint && npm run -s build && jest","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"eslintConfig":{"extends":"eslint-config-developit"},"babel":{"presets":["env"]},"keywords":["bundle","rollup","micro library"],"files":["src","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"acorn-jsx":"4.1.0","asyncro":"^2.0.1","autoprefixer":"^7.2.5","babel-polyfill":"^6.26.0","camelcase":"^4.1.0","chalk":"^2.3.0","es6-promisify":"^5.0.0","glob":"^7.1.2","gzip-size":"^4.1.0","pretty-bytes":"^4.0.2","regenerator-runtime":"^0.11.1","rollup":"^0.54.0","rollup-plugin-buble":"^0.18.0","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^8.2.6","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-node-resolve":"^3.0.2","rollup-plugin-nodent":"^0.1.3","rollup-plugin-postcss":"^1.1.0","rollup-plugin-preserve-shebang":"^0.1.4","rollup-plugin-sizes":"^0.4.2","rollup-plugin-typescript":"^0.8.1","rollup-plugin-strict-alias":"^1.0.0","rollup-plugin-uglify":"^2.0.1","sade":"^1.3.1","typescript":"^2.6.2","uglify-es":"^3.3.6"},"devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","eslint":"^4.15.0","eslint-config-developit":"^1.1.1","fs-extra":"^5.0.0","jest":"^22.1.4","strip-ansi":"^4.0.0"},"gitHead":"d8d2bf0bd4dad485cfaeed8dfe5804fd568bf13c","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.4.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"b5c48494248be668aeb2d06bdeb253657ec65f36","size":9571,"noattachment":false,"key":"/microbundle/-/microbundle-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.4.0.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle-0.4.0.tgz_1516737529581_0.5333473845385015"},"directories":{},"publish_time":1516737529736,"_hasShrinkwrap":false,"_cnpm_publish_time":1516737529736,"_cnpmcore_publish_time":"2021-12-16T18:34:30.528Z"},"0.3.1":{"name":"microbundle","version":"0.3.1","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --external all --format cjs src/*.js --presets env","build:self":"node dist/cli.js --external all --format cjs src/*.js","prepare":"npm run -s build","prepare:babel":"babel --presets env src/*.js -d dist && npm t","lint":"eslint src","test:build":"node dist/cli.js --no-compress --cwd test/demo","test":"npm run -s lint && npm run -s build && npm run -s test:build","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"eslintConfig":{"extends":"eslint-config-developit"},"keywords":["bundle","rollup","micro library"],"files":["src","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"acorn-jsx":"4.1.0","asyncro":"^2.0.1","autoprefixer":"^7.2.5","babel-polyfill":"^6.26.0","camelcase":"^4.1.0","chalk":"^2.3.0","es6-promisify":"^5.0.0","glob":"^7.1.2","gzip-size":"^4.1.0","pretty-bytes":"^4.0.2","regenerator-runtime":"^0.11.1","rollup":"^0.54.0","rollup-plugin-buble":"^0.18.0","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^8.2.6","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-node-resolve":"^3.0.2","rollup-plugin-nodent":"^0.1.3","rollup-plugin-postcss":"^1.1.0","rollup-plugin-preserve-shebang":"^0.1.4","rollup-plugin-sizes":"^0.4.2","rollup-plugin-strict-alias":"^1.0.0","rollup-plugin-uglify":"^2.0.1","sade":"^1.3.1","uglify-es":"^3.3.6"},"devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","eslint":"^4.15.0","eslint-config-developit":"^1.1.1"},"gitHead":"932acd640b754d0f899527f287bea7e199941077","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.3.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"ae18ea6c672793eb7895adbd2987475cf94f5fa6","size":9318,"noattachment":false,"key":"/microbundle/-/microbundle-0.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.3.1.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle-0.3.1.tgz_1515955103025_0.9747868981212378"},"directories":{},"publish_time":1515955103124,"_hasShrinkwrap":false,"_cnpm_publish_time":1515955103124,"_cnpmcore_publish_time":"2021-12-16T18:34:30.729Z"},"0.3.0":{"name":"microbundle","version":"0.3.0","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node src/cli.js --external all --format cjs src/*.js --presets env","build:self":"node dist/cli.js --external all --format cjs src/*.js","prepare":"npm run -s build","prepare:babel":"babel --presets env src/*.js -d dist && npm t","lint":"eslint src","test:build":"node dist/cli.js --no-compress --cwd test/demo","test":"npm run -s lint && npm run -s build && npm run -s test:build","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"eslintConfig":{"extends":"eslint-config-developit"},"keywords":["bundle","rollup","micro library"],"files":["src","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"acorn-jsx":"4.1.0","asyncro":"^2.0.1","autoprefixer":"^7.2.5","babel-polyfill":"^6.26.0","camelcase":"^4.1.0","chalk":"^2.3.0","es6-promisify":"^5.0.0","glob":"^7.1.2","gzip-size":"^4.1.0","pretty-bytes":"^4.0.2","regenerator-runtime":"^0.11.1","rollup":"^0.54.0","rollup-plugin-buble":"^0.18.0","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^8.2.6","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-node-resolve":"^3.0.2","rollup-plugin-nodent":"^0.1.3","rollup-plugin-post-replace":"^1.0.0","rollup-plugin-postcss":"^1.1.0","rollup-plugin-preserve-shebang":"^0.1.4","rollup-plugin-sizes":"^0.4.2","rollup-plugin-uglify":"^2.0.1","sade":"^1.3.1","uglify-es":"^3.3.6"},"devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","eslint":"^4.15.0","eslint-config-developit":"^1.1.1"},"gitHead":"d52bd6cd855e226baa771aba642dca751aa6cf50","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.3.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"3825e9c8de2e177531c5ab85b3b96fdff24cb062","size":8825,"noattachment":false,"key":"/microbundle/-/microbundle-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.3.0.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle-0.3.0.tgz_1515885161729_0.42745638149790466"},"directories":{},"publish_time":1515885161882,"_hasShrinkwrap":false,"_cnpm_publish_time":1515885161882,"_cnpmcore_publish_time":"2021-12-16T18:34:30.937Z"},"0.2.4":{"name":"microbundle","version":"0.2.4","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node --presets env src/cli.js --external all --format cjs src/*.js","build:self":"node dist/cli.js --external all --format cjs src/*.js","prepare":"npm run -s build","prepare:babel":"babel --presets env src/*.js -d dist && npm t","lint":"eslint src","test:build":"node dist/cli.js --no-compress --cwd test/demo","test":"npm run -s lint && npm run -s build && npm run -s test:build","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"eslintConfig":{"extends":"eslint-config-developit"},"keywords":["bundle","rollup","micro library"],"files":["src","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"asyncro":"^2.0.1","babel-polyfill":"^6.26.0","chalk":"^2.3.0","es6-promisify":"^5.0.0","gzip-size":"^4.1.0","pretty-bytes":"^4.0.2","regenerator-runtime":"^0.11.1","rollup":"^0.52.1","rollup-plugin-buble":"^0.18.0","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^8.2.6","rollup-plugin-es3":"^1.1.0","rollup-plugin-flow":"^1.1.1","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-nodent":"^0.1.3","rollup-plugin-post-replace":"^1.0.0","rollup-plugin-preserve-shebang":"^0.1.3","rollup-plugin-sizes":"^0.4.2","rollup-plugin-uglify":"^2.0.1","yargs":"^10.0.3"},"devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","eslint":"^4.13.0","eslint-config-developit":"^1.1.1"},"gitHead":"f50cada94a328333d9dd303adc9df88e6f3b8400","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.2.4","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"3a241455faa92d20a99071f2cdc274e282a19c82","size":8285,"noattachment":false,"key":"/microbundle/-/microbundle-0.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.2.4.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle-0.2.4.tgz_1513176648089_0.5507605806924403"},"directories":{},"publish_time":1513176649051,"_hasShrinkwrap":false,"_cnpm_publish_time":1513176649051,"_cnpmcore_publish_time":"2021-12-16T18:34:31.155Z"},"0.2.3":{"name":"microbundle","version":"0.2.3","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node --presets env src/cli.js --external all --format cjs src/*.js","build:self":"node dist/cli.js --external all --format cjs src/*.js","prepare":"npm run -s build","prepare:babel":"babel --presets env src/*.js -d dist && npm t","lint":"eslint src","test:build":"node dist/cli.js --no-compress --cwd test/demo","test":"npm run -s lint && npm run -s build && npm run -s test:build","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"eslintConfig":{"extends":"eslint-config-developit"},"keywords":["bundle","rollup","micro library"],"files":["src","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"asyncro":"^2.0.1","babel-polyfill":"^6.26.0","chalk":"^2.3.0","es6-promisify":"^5.0.0","gzip-size":"^4.1.0","pretty-bytes":"^4.0.2","regenerator-runtime":"^0.11.1","rollup":"^0.52.1","rollup-plugin-buble":"^0.18.0","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^8.2.6","rollup-plugin-es3":"^1.1.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-nodent":"^0.1.3","rollup-plugin-post-replace":"^1.0.0","rollup-plugin-preserve-shebang":"^0.1.3","rollup-plugin-sizes":"^0.4.2","rollup-plugin-uglify":"^2.0.1","yargs":"^10.0.3"},"devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","eslint":"^4.13.0","eslint-config-developit":"^1.1.1"},"gitHead":"ed2764f76292084f2e392fb1fe7a4f7d1b89f77c","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.2.3","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"8667c5358a30f5b9f0873176fcafd9a6e67e9e69","size":10782,"noattachment":false,"key":"/microbundle/-/microbundle-0.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.2.3.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle-0.2.3.tgz_1513046364634_0.007125741336494684"},"directories":{},"publish_time":1513046365624,"_hasShrinkwrap":false,"_cnpm_publish_time":1513046365624,"_cnpmcore_publish_time":"2021-12-16T18:34:31.832Z"},"0.2.2":{"name":"microbundle","version":"0.2.2","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node --presets env src/cli.js --external all --format cjs src/*.js","build:self":"node dist/cli.js --external all --format cjs src/*.js","prepare":"npm run -s build","prepare:babel":"babel --presets env src/*.js -d dist && npm t","lint":"eslint src","test:build":"node dist/cli.js --no-compress --cwd test/demo","test":"npm run -s lint && npm run -s build && npm run -s test:build","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/microbundle.git"},"eslintConfig":{"extends":"eslint-config-developit"},"keywords":["bundle","rollup","micro library"],"files":["src","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"asyncro":"^2.0.1","babel-polyfill":"^6.26.0","chalk":"^2.3.0","es6-promisify":"^5.0.0","gzip-size":"^4.1.0","pretty-bytes":"^4.0.2","regenerator-runtime":"^0.11.1","rollup":"^0.52.1","rollup-plugin-buble":"^0.18.0","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^8.2.6","rollup-plugin-es3":"^1.1.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-nodent":"^0.1.3","rollup-plugin-post-replace":"^1.0.0","rollup-plugin-preserve-shebang":"^0.1.3","rollup-plugin-sizes":"^0.4.2","rollup-plugin-uglify":"^2.0.1","yargs":"^10.0.3"},"devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","eslint":"^4.13.0","eslint-config-developit":"^1.1.1"},"gitHead":"baa50e55843b2aa12981caac0e7c996e83aba0a9","bugs":{"url":"https://github.com/developit/microbundle/issues"},"homepage":"https://github.com/developit/microbundle#readme","_id":"microbundle@0.2.2","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"da481d02645495ca91c99d94cdc70aac344485a5","size":10613,"noattachment":false,"key":"/microbundle/-/microbundle-0.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.2.2.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle-0.2.2.tgz_1513042417146_0.8193793997634202"},"directories":{},"publish_time":1513042417413,"_hasShrinkwrap":false,"_cnpm_publish_time":1513042417413,"_cnpmcore_publish_time":"2021-12-16T18:34:32.025Z"},"0.2.1":{"name":"microbundle","version":"0.2.1","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node --presets env src/cli.js --external all --format cjs src/*.js","build:self":"node dist/cli.js --external all --format cjs src/*.js","prepare":"npm run -s build","prepare:babel":"babel --presets env src/*.js -d dist && npm t","lint":"eslint src","test:build":"node dist/cli.js --no-compress --cwd test/demo","test":"npm run -s lint && npm run -s build && npm run -s test:build","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repo":"developit/microbundle","eslintConfig":{"extends":"eslint-config-developit"},"keywords":["bundle","rollup","micro library"],"files":["src","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"asyncro":"^2.0.1","babel-polyfill":"^6.26.0","chalk":"^2.3.0","es6-promisify":"^5.0.0","gzip-size":"^4.1.0","pretty-bytes":"^4.0.2","regenerator-runtime":"^0.11.1","rollup":"^0.52.1","rollup-plugin-buble":"^0.18.0","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^8.2.6","rollup-plugin-es3":"^1.1.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-nodent":"^0.1.3","rollup-plugin-post-replace":"^1.0.0","rollup-plugin-preserve-shebang":"^0.1.3","rollup-plugin-sizes":"^0.4.2","rollup-plugin-uglify":"^2.0.1","yargs":"^10.0.3"},"devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","eslint":"^4.13.0","eslint-config-developit":"^1.1.1"},"gitHead":"e2b9b9cee918b65c77c93d5e871b067817a46a17","_id":"microbundle@0.2.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"2ad2cc0c11e04c706aaccf2d86f39ee024f682eb","size":10606,"noattachment":false,"key":"/microbundle/-/microbundle-0.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.2.1.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle-0.2.1.tgz_1513042334804_0.9785925617907196"},"directories":{},"publish_time":1513042334876,"_hasShrinkwrap":false,"_cnpm_publish_time":1513042334876,"_cnpmcore_publish_time":"2021-12-16T18:34:32.242Z"},"0.2.0":{"name":"microbundle","version":"0.2.0","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"npm run -s build:babel && npm run -s build:self","build:babel":"babel-node --presets env src/cli.js --external all --format cjs src/*.js","build:self":"node dist/cli.js --external all --format cjs src/*.js","prepare":"npm run -s build","prepare:babel":"babel --presets env src/*.js -d dist && npm t","lint":"eslint src","test:build":"node dist/cli.js --no-compress --cwd test/demo","test":"npm run -s lint && npm run -s build && npm run -s test:build","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"eslintConfig":{"extends":"eslint-config-developit"},"keywords":["bundle","rollup"],"files":["src","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"asyncro":"^2.0.1","babel-polyfill":"^6.26.0","chalk":"^2.3.0","es6-promisify":"^5.0.0","gzip-size":"^4.1.0","pretty-bytes":"^4.0.2","regenerator-runtime":"^0.11.1","rollup":"^0.52.1","rollup-plugin-buble":"^0.18.0","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^8.2.6","rollup-plugin-es3":"^1.1.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-nodent":"^0.1.3","rollup-plugin-post-replace":"^1.0.0","rollup-plugin-preserve-shebang":"^0.1.3","rollup-plugin-sizes":"^0.4.2","rollup-plugin-uglify":"^2.0.1","yargs":"^10.0.3"},"devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","eslint":"^4.13.0","eslint-config-developit":"^1.1.1"},"gitHead":"546bfec5c27ad4347be2b3f5436a31bcbdfd1337","_id":"microbundle@0.2.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"55f4abd931cfe0f4d9788c4f687ce0b9b87a0604","size":10586,"noattachment":false,"key":"/microbundle/-/microbundle-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.2.0.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle-0.2.0.tgz_1513040790198_0.6279945734422654"},"directories":{},"publish_time":1513040790341,"_hasShrinkwrap":false,"_cnpm_publish_time":1513040790341,"_cnpmcore_publish_time":"2021-12-16T18:34:32.455Z"},"0.1.1":{"name":"microbundle","version":"0.1.1","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"babel-node --presets env src/cli.js --external all --format cjs src/*.js","prepare":"babel --presets env src/*.js -d dist && npm t","lint":"eslint src","test:build":"node dist/cli.js --no-compress --cwd test/demo","test":"npm run -s lint && npm run -s build && npm run -s test:build"},"eslintConfig":{"extends":"eslint-config-developit"},"keywords":["bundle","rollup"],"files":["src","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"asyncro":"^2.0.1","babel-polyfill":"^6.26.0","chalk":"^2.3.0","es6-promisify":"^5.0.0","gzip-size":"^4.1.0","pretty-bytes":"^4.0.2","regenerator-runtime":"^0.11.1","rollup":"^0.52.1","rollup-plugin-buble":"^0.18.0","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^8.2.6","rollup-plugin-es3":"^1.1.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-nodent":"^0.1.3","rollup-plugin-post-replace":"^1.0.0","rollup-plugin-sizes":"^0.4.2","rollup-plugin-uglify":"^2.0.1","yargs":"^10.0.3"},"devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","eslint":"^4.13.0","eslint-config-developit":"^1.1.1"},"gitHead":"b9318461dc5bab28b237a54efb7e5ccf49913a3d","_id":"microbundle@0.1.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"2089b76af0c33942fdce89ceb245f41ca5edb533","size":13988,"noattachment":false,"key":"/microbundle/-/microbundle-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.1.1.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle-0.1.1.tgz_1513029323770_0.8435899058822542"},"directories":{},"publish_time":1513029324804,"_hasShrinkwrap":false,"_cnpm_publish_time":1513029324804,"_cnpmcore_publish_time":"2021-12-16T18:34:32.661Z"},"0.1.0":{"name":"microbundle","version":"0.1.0","description":"Zero-configuration bundler for tiny JS libs, powered by Rollup.","main":"dist/microbundle.js","source":"src/index.js","bin":{"microbundle":"dist/cli.js"},"scripts":{"build":"babel-node --presets env src/cli.js --external all --format cjs src/*.js","prepare":"npm run -s build && npm t","lint":"eslint src","test:build":"node dist/cli.js --no-compress --cwd test/demo","test":"npm run -s lint && npm run -s build && npm run -s test:build"},"eslintConfig":{"extends":"eslint-config-developit"},"keywords":["bundle","rollup"],"files":["src","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","dependencies":{"asyncro":"^2.0.1","babel-polyfill":"^6.26.0","chalk":"^2.3.0","es6-promisify":"^5.0.0","gzip-size":"^4.1.0","pretty-bytes":"^4.0.2","regenerator-runtime":"^0.11.1","rollup":"^0.52.1","rollup-plugin-buble":"^0.18.0","rollup-plugin-bundle-size":"^1.0.1","rollup-plugin-commonjs":"^8.2.6","rollup-plugin-es3":"^1.1.0","rollup-plugin-node-resolve":"^3.0.0","rollup-plugin-nodent":"^0.1.3","rollup-plugin-post-replace":"^1.0.0","rollup-plugin-sizes":"^0.4.2","rollup-plugin-uglify":"^2.0.1","yargs":"^10.0.3"},"devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","eslint":"^4.13.0","eslint-config-developit":"^1.1.1"},"gitHead":"6c486e53e46efa1e7818a862c429950901b72e27","_id":"microbundle@0.1.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"420b4f67f0053349bd76664feb53011dd4ccf16e","size":10474,"noattachment":false,"key":"/microbundle/-/microbundle-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/microbundle/download/microbundle-0.1.0.tgz"},"maintainers":[{"name":"andarist","email":""},{"name":"developit","email":"jason@developit.ca"},{"name":"harmony","email":"ulliftw@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/microbundle-0.1.0.tgz_1513029095278_0.5785416753496975"},"directories":{},"publish_time":1513029096151,"_hasShrinkwrap":false,"_cnpm_publish_time":1513029096151,"_cnpmcore_publish_time":"2021-12-16T18:34:32.852Z"}},"readme":"<p align=\"center\">\n  <img src=\"https://i.imgur.com/LMEgZMh.gif\" width=\"597\" alt=\"microbundle\">\n</p>\n<h1 align=\"center\">\n\tMicrobundle\n\t<a href=\"https://www.npmjs.org/package/microbundle\"><img src=\"https://img.shields.io/npm/v/microbundle.svg?style=flat\" alt=\"npm\"></a> <a href=\"https://travis-ci.org/developit/microbundle\"><img src=\"https://travis-ci.org/developit/microbundle.svg?branch=master\" alt=\"travis\"></a>\n</h1>\n<p align=\"center\">The <strong>zero-configuration</strong> bundler for <em>tiny modules</em>, powered by <a href=\"https://github.com/rollup/rollup\">Rollup</a>.</p>\n\n---\n\n<p align=\"center\">\n  <strong>Guide → </strong>\n  <a href=\"#setup\">Setup</a> ✯\n  <a href=\"#formats\">Formats</a> ✯\n  <a href=\"#modern\">Modern Mode</a> ✯\n  <a href=\"#usage\">Usage &amp; Configuration</a> ✯\n  <a href=\"#options\">All Options</a>\n</p>\n\n---\n\n## ✨ Features <a name=\"features\"></a>\n\n- **One dependency** to bundle your library using only a `package.json`\n- Support for ESnext & async/await _(via [Babel] & [async-to-promises])_\n- Produces tiny, optimized code for all inputs\n- Supports multiple entry modules _(`cli.js` + `index.js`, etc)_\n- Creates multiple output formats for each entry _(<abbr title=\"CommonJS (node)\">CJS</abbr>, <abbr title=\"Universal Module Definition\">UMD</abbr> & <abbr title=\"ECMAScript Modules\">ESM</abbr>)_\n- 0 configuration TypeScript support\n- Built-in Terser compression & gzipped bundle size tracking\n\n## ???? Installation & Setup <a name=\"setup\"></a> <a name=\"installation\"></a>\n\n1️⃣ **Install** by running: `npm i -D microbundle`\n\n2️⃣ **Set up** your `package.json`:\n\n```jsonc\n{\n  \"name\": \"foo\",                      // your package name\n  \"type\": \"module\",\n  \"source\": \"src/foo.js\",             // your source code\n  \"exports\": {\n    \"require\": \"./dist/foo.cjs\",      // used for require() in Node 12+\n    \"default\": \"./dist/foo.modern.js\" // where to generate the modern bundle (see below)\n  },\n  \"main\": \"./dist/foo.cjs\",           // where to generate the CommonJS bundle\n  \"module\": \"./dist/foo.module.js\",   // where to generate the ESM bundle\n  \"unpkg\": \"./dist/foo.umd.js\",       // where to generate the UMD bundle (also aliased as \"umd:main\")\n  \"scripts\": {\n    \"build\": \"microbundle\",           // compiles \"source\" to \"main\"/\"module\"/\"unpkg\"\n    \"dev\": \"microbundle watch\"        // re-build when source files change\n  }\n}\n```\n\n3️⃣ **Try it out** by running `npm run build`.\n\n## ???? Output Formats <a name=\"formats\"></a>\n\nMicrobundle produces <code title=\"ECMAScript Modules (import / export)\">esm</code>, <code title=\"CommonJS (Node-style module.exports)\">cjs</code>, <code title=\"Universal Module Definition (works everywhere)\">umd</code> bundles with your code compiled to syntax that works pretty much everywhere.\nWhile it's possible to customize the browser or Node versions you wish to support using a [browserslist configuration](https://github.com/browserslist/browserslist#browserslist-), the default setting is optimal and strongly recommended.\n\n## ???? Modern Mode <a name=\"modern\"></a>\n\nIn addition to the above formats, Microbundle also outputs a `modern` bundle specially designed to work in _all modern browsers_.\nThis bundle preserves most modern JS features when compiling your code, but ensures the result runs in 95% of web browsers without needing to be transpiled.\nSpecifically, it uses Babel's [\"bugfixes\" mode](https://babeljs.io/blog/2020/03/16/7.9.0#babelpreset-envs-bugfixes-option-11083httpsgithubcombabelbabelpull11083)\n(previously known as [preset-modules](https://github.com/babel/preset-modules)) to target the set of browsers that support `<script type=\"module\">` - that allows syntax like async/await, tagged templates, arrow functions, destructured and rest parameters, etc.\nThe result is generally smaller and faster to execute than the plain `esm` bundle.\n\nTake the following source code for example:\n\n```js\n// Our source, \"src/make-dom.js\":\nexport default async function makeDom(tag, props, children) {\n\tlet el = document.createElement(tag);\n\tel.append(...(await children));\n\treturn Object.assign(el, props);\n}\n```\n\nCompiling the above using Microbundle produces the following `modern` and `esm` bundles:\n\n<table>\n<thead><tr>\n  <th align=\"left\"><code>make-dom.modern.js</code> <sup>(117b)</sup></th>\n  <th align=\"left\"><code>make-dom.module.js</code> <sup>(194b)</sup></th>\n</tr></thead>\n<tbody><tr valign=\"top\"><td>\n\n```js\nexport default async function (e, t, a) {\n\tlet n = document.createElement(e);\n\tn.append(...(await a));\n\treturn Object.assign(n, t);\n}\n```\n\n</td><td>\n\n```js\nexport default function (e, t, r) {\n\ttry {\n\t\tvar n = document.createElement(e);\n\t\treturn Promise.resolve(r).then(function (e) {\n\t\t\treturn n.append.apply(n, e), Object.assign(n, t);\n\t\t});\n\t} catch (e) {\n\t\treturn Promise.reject(e);\n\t}\n}\n```\n\n</td></tbody></table>\n\n**This is enabled by default.** All you have to do is add an `\"exports\"` field to your `package.json`:\n\n```jsonc\n{\n\t\"main\": \"./dist/foo.umd.js\", // legacy UMD output (for Node & CDN use)\n\t\"module\": \"./dist/foo.module.mjs\", // legacy ES Modules output (for bundlers)\n\t\"exports\": \"./dist/foo.modern.mjs\", // modern ES2017 output\n\t\"scripts\": {\n\t\t\"build\": \"microbundle src/foo.js\"\n\t}\n}\n```\n\nThe `\"exports\"` field can also be an object for packages with multiple entry modules:\n\n```jsonc\n{\n\t\"name\": \"foo\",\n\t\"exports\": {\n\t\t\".\": \"./dist/foo.modern.mjs\", // import \"foo\" (the default)\n\t\t\"./lite\": \"./dist/lite.modern.mjs\", // import \"foo/lite\"\n\t\t\"./full\": \"./dist/full.modern.mjs\" // import \"foo/full\"\n\t},\n\t\"scripts\": {\n\t\t\"build\": \"microbundle src/*.js\" // build foo.js, lite.js and full.js\n\t}\n}\n```\n\n## ???? Usage & Configuration <a name=\"usage\"></a>\n\nMicrobundle includes two commands - `build` (the default) and `watch`.\nNeither require any options, but you can tailor things to suit your needs a bit if you like.\n\n- **`microbundle`** – bundles your code once and exits. (alias: `microbundle build`)\n- **`microbundle watch`** – bundles your code, then re-bundles when files change.\n\n> ℹ️ Microbundle automatically determines which dependencies to inline into bundles based on your `package.json`.\n>\n> Read more about [How Microbundle decides which dependencies to bundle](https://github.com/developit/microbundle/wiki/How-Microbundle-decides-which-dependencies-to-bundle), including some example configurations.\n\n### Specifying filenames in package.json\n\nUnless overridden via the command line, microbundle uses the `source` property in your `package.json` to determine which of your JavaScript files to start bundling from (your \"entry module\").\nThe filenames and paths for generated bundles in each format are defined by the `main`, `umd:main`, `module` and `exports` properties in your `package.json`.\n\n```jsonc\n{\n  \"source\": \"src/index.js\",             // input\n  \"main\": \"dist/foo.js\",                // CommonJS output bundle\n  \"umd:main\": \"dist/foo.umd.js\",        // UMD output bundle\n  \"module\": \"dist/foo.mjs\",           // ES Modules output bundle\n  \"exports\": {\n    \"require\": \"./dist/foo.js\",         // CommonJS output bundle\n    \"default\": \"./dist/foo.modern.mjs\", // Modern ES Modules output bundle\n  },\n  \"types\": \"dist/foo.d.ts\"              // TypeScript typings directory\n}\n```\n\nWhen deciding which bundle to use, Node.js 12+ and webpack 5+ will prefer the `exports` property, while older Node.js releases use the `main` property, and other bundlers prefer the `module` field.\nFor more information about the meaning of the different properties, refer to the [Node.js documentation](https://nodejs.org/api/packages.html#packages_package_entry_points).\n\nFor UMD builds, microbundle will use a camelCase version of the `name` field in your `package.json` as export name.\nAlternatively, this can be explicitly set by adding an `\"amdName\"` key in your `package.json`, or passing the `--name` command line argument.\n\n### Usage with `{\"type\":\"module\"}` in `package.json`\n\nNode.js 12.16+ adds a new \"ES Module package\", which can be enabled by adding `{\"type\":\"module\"}` to your package.json.\nThis property [changes the default source type](https://nodejs.org/api/packages.html#packages_determining_module_system) of `.js` files to be ES Modules instead of CommonJS.\nWhen using `{\"type\":\"module\"}`, the file extension for CommonJS bundles generated by Microbundle must be changed to `.cjs`:\n\n```jsonc\n{\n  \"type\": \"module\",\n  \"module\": \"dist/foo.js\",  // ES Module bundle\n  \"main\": \"dist/foo.cjs\",   // CommonJS bundle\n}\n```\n\n### Additional Configuration Options\n\nConfig also can be overridded by the [`publishConfig`](https://docs.npmjs.com/cli/v7/configuring-npm/package-json#publishconfig) property in your `package.json`.\n\n```jsonc\n{\n  \"main\": \"src/index.ts\",          // this would be used in the dev environment (e.g. Jest)\n  \"publishConfig\": {\n    \"source\": \"src/index.js\",      // input\n    \"main\": \"dist/my-library.js\",  // output\n  },\n  \"scripts\": {\n    \"build\": \"microbundle\"\n  }\n}\n```\n\n### Building a single bundle with fixed output name\n\nBy default Microbundle outputs multiple bundles, one bundle per format. A single bundle with a fixed output name can be built like this:\n\n```bash\nmicrobundle -i lib/main.js -o dist/bundle.js --no-pkg-main -f umd\n```\n\n### Using with TypeScript\n\nJust point the input to a `.ts` file through either the cli or the `source` key in your `package.json` and you’re done.\n\nMicrobundle will generally respect your TypeScript config defined in a `tsconfig.json` file with notable exceptions being the \"[target](https://www.typescriptlang.org/tsconfig#target)\" and \"[module](https://www.typescriptlang.org/tsconfig#module)\" settings. To ensure your TypeScript configuration matches the configuration that Microbundle uses internally it's strongly recommended that you set `\"module\": \"ESNext\"` and `\"target\": \"ESNext\"` in your `tsconfig.json`.\n\nTo ensure Microbundle does not process extraneous files, by default it only includes your entry point. If you want to include other files for compilation, such as ambient declarations, make sure to add either \"[files](https://www.typescriptlang.org/tsconfig#files)\" or \"[include](https://www.typescriptlang.org/tsconfig#include)\" into your `tsconfig.json`.\n\nIf you're using TypeScript with CSS Modules, you will want to set `\"include\": [\"node_modules/microbundle/index.d.ts\"]` in your `tsconfig.json` to tell TypeScript how to handle your CSS Module imports.\n\n### CSS and CSS Modules\n\nImporting CSS files is supported via `import \"./foo.css\"`. By default, generated CSS output is written to disk. The `--css inline` command line option will inline generated CSS into your bundles as a string, returning the CSS string from the import:\n\n```js\n// with the default external CSS:\nimport './foo.css'; // generates a minified .css file in the output directory\n\n// with `microbundle --css inline`:\nimport css from './foo.css';\nconsole.log(css); // the generated minified stylesheet\n```\n\n**CSS Modules:** CSS files with names ending in `.module.css` are treated as a [CSS Modules](https://github.com/css-modules/css-modules).\nTo instead treat imported `.css` files as modules, run Microbundle with `--css-modules true`. To disable CSS Modules for your project, pass `--no-css-modules` or `--css-modules false`.\n\nThe default scope name for CSS Modules is`_[name]__[local]__[hash:base64:5]` in watch mode, and `_[hash:base64:5]` for production builds.\nThis can be customized by passing the command line argument `--css-modules \"[name]_[hash:base64:7]\"`, using [these fields and naming conventions](https://github.com/webpack/loader-utils#interpolatename).\n\n| flag  | import                         |   is css module?   |\n| ----- | ------------------------------ | :----------------: |\n| null  | import './my-file.css';        |        :x:         |\n| null  | import './my-file.module.css'; | :white_check_mark: |\n| false | import './my-file.css';        |        :x:         |\n| false | import './my-file.module.css'; |        :x:         |\n| true  | import './my-file.css';        | :white_check_mark: |\n| true  | import './my-file.module.css'; | :white_check_mark: |\n\n### Building Module Workers\n\nMicrobundle is able to detect and bundle Module Workers when generating bundles in the\n`esm` and `modern` formats. To use this feature, instantiate your Web Worker as follows:\n\n```js\nworker = new Worker(new URL('./worker.js', import.meta.url), { type: 'module' });\n// or simply:\nworker = new Worker('./worker.js', { type: 'module' });\n```\n\n... then add the `--workers` flag to your build command:\n\n```bash\nmicrobundle --workers\n```\n\nFor more information see\n[@surma/rollup-plugin-off-main-thread](https://github.com/surma/rollup-plugin-off-main-thread#config).\n\n### Visualize Bundle Makeup\n\nUse the `--visualize` flag to generate a `stats.html` file at build time, showing the makeup of your bundle. Uses [rollup-plugin-visualizer](https://www.npmjs.com/package/rollup-plugin-visualizer).\n\n### Mangling Properties\n\nTo achieve the smallest possible bundle size, libraries often wish to rename internal object properties or class members to smaller names - transforming `this._internalIdValue` to `this._i`. Microbundle doesn't do this by default, however it can be enabled by creating a `mangle.json` file (or a `\"mangle\"` property in your package.json). Within that file, you can specify a regular expression pattern to control which properties should be mangled. For example: to mangle all property names beginning an underscore:\n\n```jsonc\n{\n\t\"mangle\": {\n\t\t\"regex\": \"^_\"\n\t}\n}\n```\n\nIt's also possible to configure repeatable short names for each mangled property, so that every build of your library has the same output. **See the wiki for a [complete guide to property mangling in Microbundle](https://github.com/developit/microbundle/wiki/mangle.json).**\n\n### Defining build-time constants\n\nThe `--define` option can be used to inject or replace build-time constants when bundling. In addition to injecting string or number constants, prefixing the define name with `@` allows injecting JavaScript expressions.\n\n| Build command                                | Source code            | Output                  |\n| -------------------------------------------- | ---------------------- | ----------------------- |\n| `microbundle --define VERSION=2`             | `console.log(VERSION)` | `console.log(2)`        |\n| `microbundle --define API_KEY='abc123'`      | `console.log(API_KEY)` | `console.log(\"abc123\")` |\n| `microbundle --define @assign=Object.assign` | `assign(a, b)`         | `Object.assign(a, b)`   |\n\n### All CLI Options <a name=\"options\"></a>\n\n```\nUsage\n\t$ microbundle <command> [options]\n\nAvailable Commands\n\tbuild    Build once and exit\n\twatch    Rebuilds on any change\n\nFor more info, run any command with the `--help` flag\n\t$ microbundle build --help\n\t$ microbundle watch --help\n\nOptions\n\t-v, --version      Displays current version\n\t-i, --entry        Entry module(s)\n\t-o, --output       Directory to place build files into\n\t-f, --format       Only build specified formats (any of modern,esm,cjs,umd or iife) (default modern,esm,cjs,umd)\n\t-w, --watch        Rebuilds on any change  (default false)\n\t--pkg-main         Outputs files analog to package.json main entries  (default true)\n\t--target           Specify your target environment (node or web)  (default web)\n\t--external         Specify external dependencies, or 'none' (default peerDependencies and dependencies in package.json)\n\t--globals          Specify globals dependencies, or 'none'\n\t--define           Replace constants with hard-coded values (use @key=exp to replace an expression)\n\t--alias            Map imports to different modules\n\t--compress         Compress output using Terser (default true when --target is web, false when --target is node)\n\t--strict           Enforce undefined global context and add \"use strict\"\n\t--name             Specify name exposed in UMD and IIFE builds\n\t--cwd              Use an alternative working directory  (default .)\n\t--sourcemap        Generate source map  (default true)\n\t--raw              Show raw byte size  (default false)\n\t--jsx              A custom JSX pragma like React.createElement (default h)\n\t--jsxFragment      A custom JSX fragment pragma like React.Fragment (default Fragment)\n\t--jsxImportSource  Declares the module specifier to be used for importing jsx factory functions\n\t--tsconfig         Specify the path to a custom tsconfig.json\n\t--generateTypes    Whether or not to generate types, if `types` or `typings` is set in `package.json` then it will default to be `true`\n\t--css              Where to output CSS: \"inline\" or \"external\" (default \"external\")\n\t--css-modules      Configures .css to be treated as modules (default null)\n\t--workers          Bundle module workers - see https://github.com/surma/rollup-plugin-off-main-thread#auto-bundling  (default false)\n\t--visualize        Generate bundle makeup visualization (stats.html)\n\t-h, --help         Displays this message\n\nExamples\n\t$ microbundle build --globals react=React,jquery=$\n\t$ microbundle build --define API_KEY=1234\n\t$ microbundle build --alias react=preact/compat\n\t$ microbundle watch --no-sourcemap # don't generate sourcemaps\n\t$ microbundle build --tsconfig tsconfig.build.json\n```\n\n## ???? Roadmap\n\nHere's what's coming up for Microbundle:\n\n- [ ] [Multiple separate inputs->outputs](https://github.com/developit/microbundle/issues/50)\n- [x] [TypeScript support](https://github.com/developit/microbundle/issues/5)\n- [x] [Flowtype support](https://github.com/developit/microbundle/issues/5#issuecomment-351075881)\n\n## ???? Built with Microbundle\n\n- [Preact](https://github.com/preactjs/preact) Fast 3kB React alternative with the same modern API. Components & Virtual DOM.\n- [Stockroom](https://github.com/developit/stockroom) Offload your store management to a worker easily.\n- [Microenvi](https://github.com/fwilkerson/microenvi) Bundle, serve, and hot reload with one command.\n- [Theme UI](https://github.com/system-ui/theme-ui) Build consistent, themeable React apps based on constraint-based design principles.\n- [react-recomponent](https://github.com/philipp-spiess/react-recomponent) Reason-style reducer components for React using ES6 classes.\n- [brazilian-utils](https://github.com/brazilian-utils/brazilian-utils) Utils library for specific Brazilian businesses.\n- [react-hooks-lib](https://github.com/beizhedenglong/react-hooks-lib) A set of reusable react hooks.\n- [mdx-deck-live-code](https://github.com/JReinhold/mdx-deck-live-code) A library for [mdx-deck](https://github.com/jxnblk/mdx-deck) to do live React and JS coding directly in slides.\n- [react-router-ext](https://github.com/ri7nz/react-router-ext) An Extended [react-router-dom](https://github.com/ReactTraining/react-router/tree/master/packages/react-router-dom) with simple usage.\n- [routex.js](https://github.com/alexhoma/routex.js) A dynamic routing library for Next.js.\n- [hooked-form](https://github.com/JoviDeCroock/hooked-form) A lightweight form-management library for React.\n- [goober](https://github.com/cristianbote/goober) Less than 1KB css-in-js alternative with a familiar API.\n- [react-model](https://github.com/byte-fe/react-model) The next generation state management library for React\n- [Teaful](https://github.com/teafuljs/teaful) Tiny, easy and powerful (P)React state management\n\n\n## ???? License\n\n[MIT](https://oss.ninja/mit/developit/)\n\n[rollup]: https://github.com/rollup/rollup\n[babel]: https://babeljs.io/\n[async-to-promises]: https://github.com/rpetrich/babel-plugin-transform-async-to-promises\n","_attachments":{},"homepage":"https://github.com/developit/microbundle#readme","bugs":{"url":"https://github.com/developit/microbundle/issues"},"license":"MIT"}