{"_id":"es2020","_rev":"18-a150d4e377f91830b6ba7b870a766acf","name":"es2020","time":{"modified":"2022-06-17T08:52:16.407Z","created":"2016-03-23T23:36:44.810Z","0.0.1":"2016-03-23T23:36:44.810Z","1.0.0":"2016-05-24T10:06:49.179Z","1.0.1":"2016-05-24T10:11:30.043Z","1.1.0":"2016-05-24T19:47:35.678Z","1.1.1":"2016-05-24T20:27:05.480Z","1.1.2":"2016-05-26T03:39:50.943Z","1.1.3":"2016-05-30T12:36:00.871Z","1.1.4":"2016-05-30T12:56:34.892Z","1.1.5":"2016-06-08T03:45:07.143Z","1.1.6":"2016-06-08T03:48:21.137Z","1.1.7":"2016-06-27T00:22:50.397Z","1.1.8":"2016-08-04T17:54:56.370Z","1.1.9":"2016-08-31T12:25:35.892Z"},"maintainers":[{"email":"michael.williams@enspiral.com","name":"ahdinosaur"},{"email":"bvdrucker@gmail.com","name":"bendrucker"},{"email":"i@yoshuawuyts.com","name":"yoshuawuyts"}],"dist-tags":{"latest":"1.1.9"},"description":"browserify transform that compiles a selection of ES6 to valid ES5","readme":"# es2020 [![stability][0]][1]\n[![npm version][2]][3] [![downloads][8]][9] [![js-standard-style][10]][11]\n\n`browserify` transform that compiles a selection of ES6 features to valid ES5,\nbecause in hindsight we can do without most of ES6:\n- `fat arrows` - make inline functions cute-looking\n- `template strings` / `tagged templates` - enable DSLs inside of JS\n- `const` - using `const` by default makes it easy to spot where values are\n  being redeclared\n\n## Usage\n__Via `package.json` (recommended):__\n```json\n{\n  \"browserify\": {\n    \"transform\": [\n      \"es2020\"\n    ]\n  }\n}\n```\n\n__Via CLI:__\n```js\n$ browserify client.js -t es2020\n```\n\n__Via Node API:__\n```js\nconst browserify = require('browserify')\nbrowserify('./client.js')\n  .transform('es2020')\n  .bundle()\n  .pipe(process.stdout)\n```\n\n## FAQ\n### Is this a joke?\nNot really. The TC39 does not represent my interests, and the features they\nintroduce are not useful for the stuff I'm doing.\n[I'm](https://github.com/whatwg/streams)\n[bloody](https://docs.google.com/presentation/d/1H3E2ToJ8VHgZS8eS6bRv-vg5OksObj5wv6gyzJJwOK0/edit)\n[serious](https://github.com/whatwg/loader). A few good things have been\nintroduced, so that's what we're backporting to older browsers.\n\n## Can you not?\nIf the TC39 had an open standards process perhaps this wasn't needed. But as it\nstands they're an unwelcoming club, so I get to poke fun at this situation that\notherwise fills me with sadness. Feel free to poke fun at me too. Or if you're\nangry that someone would make fun of _the hard work the TC39 has done_, feel\nfree to ignore this project. Do whatever, I'm doing the same.\n\n## Can you include feature X?\nMaybe. Open an issue, make a case and we can discuss it. Just remember that this\nproject is not democratically governed.\n\n## Installation\n```sh\n$ npm install es2020\n```\n\n## See Also\n- [babel-preset-es2020](https://github.com/yoshuawuyts/babel-preset-es2020)\n- [es2040](https://github.com/ahdinosaur/es2040)\n\n## License\n[MIT](https://tldrlegal.com/license/mit-license)\n\n[0]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square\n[1]: https://nodejs.org/api/documentation.html#documentation_stability_index\n[2]: https://img.shields.io/npm/v/es2020.svg?style=flat-square\n[3]: https://npmjs.org/package/es2020\n[4]: https://img.shields.io/travis/yoshuawuyts/es2020/master.svg?style=flat-square\n[5]: https://travis-ci.org/yoshuawuyts/es2020\n[6]: https://img.shields.io/codecov/c/github/yoshuawuyts/es2020/master.svg?style=flat-square\n[7]: https://codecov.io/github/yoshuawuyts/es2020\n[8]: http://img.shields.io/npm/dm/es2020.svg?style=flat-square\n[9]: https://npmjs.org/package/es2020\n[10]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square\n[11]: https://github.com/feross/standard\n","versions":{"1.0.0":{"name":"es2020","version":"1.0.0","description":"browserify transform that compiles a selection of ES6 to valid ES5","main":"index.js","scripts":{"deps":"dependency-check . && dependency-check . --extra --no-dev","test":"standard && npm run deps && NODE_ENV=test node test","test:cov":"standard && npm run deps && NODE_ENV=test istanbul cover test.js"},"repository":{"type":"git","url":"git+https://github.com/yoshuawuyts/es2020.git"},"keywords":["es6","babel","transform","fat-arrows","template-strings","tagged-templates","const","var","esnext","browserify"],"license":"MIT","dependencies":{"babel-core":"^6.9.0","babel-plugin-check-es2015-constants":"^6.8.0","babel-plugin-transform-es2015-arrow-functions":"^6.8.0","babel-plugin-transform-es2015-block-scoping":"^6.9.0","babel-plugin-transform-es2015-template-literals":"^6.8.0","through2":"^2.0.1"},"devDependencies":{"dependency-check":"^2.5.1","istanbul":"^0.4.3","standard":"^7.0.1","tape":"^4.5.1"},"gitHead":"ffc0ce602c6ec939ac75f605265190bb65143f3d","bugs":{"url":"https://github.com/yoshuawuyts/es2020/issues"},"homepage":"https://github.com/yoshuawuyts/es2020#readme","_id":"es2020@1.0.0","_shasum":"b8bd18f7594f6cf8ca7b5137b96ad28428b81146","_from":".","_npmVersion":"2.15.1","_nodeVersion":"5.9.1","_npmUser":{"name":"yoshuawuyts","email":"i@yoshuawuyts.com"},"dist":{"shasum":"b8bd18f7594f6cf8ca7b5137b96ad28428b81146","tarball":"https://registry.npmjs.org/es2020/-/es2020-1.0.0.tgz","integrity":"sha512-MA7uo/oduTqiJTNjP+HwN5Onbla7MaXvgkRH9mO1NQe0gWYPONGqRYsnJDzj/+za9FV+ol5cCcIP5naOUd0s2w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC07Nq7JntlYiaj7LtJSmdMfa6mJdZu/AvKa7xMspjJFAIhAIsiygSHkX3NsZJQ2G4IRfZIYerSU90ZpqKb5XXb7/g8"}]},"maintainers":[{"name":"yoshuawuyts","email":"i@yoshuawuyts.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/es2020-1.0.0.tgz_1464084408705_0.8886360982432961"}},"1.0.1":{"name":"es2020","version":"1.0.1","description":"browserify transform that compiles a selection of ES6 to valid ES5","main":"index.js","scripts":{"deps":"dependency-check . && dependency-check . --extra --no-dev","test":"standard && npm run deps && NODE_ENV=test node test","test:cov":"standard && npm run deps && NODE_ENV=test istanbul cover test.js"},"repository":{"type":"git","url":"git+https://github.com/yoshuawuyts/es2020.git"},"keywords":["es6","babel","transform","fat-arrows","template-strings","tagged-templates","const","var","esnext","browserify"],"license":"MIT","dependencies":{"babel-core":"^6.9.0","babel-plugin-check-es2015-constants":"^6.8.0","babel-plugin-transform-es2015-arrow-functions":"^6.8.0","babel-plugin-transform-es2015-block-scoping":"^6.9.0","babel-plugin-transform-es2015-template-literals":"^6.8.0","through2":"^2.0.1"},"devDependencies":{"dependency-check":"^2.5.1","istanbul":"^0.4.3","standard":"^7.0.1","tape":"^4.5.1"},"gitHead":"851ac1c47ae36458d4c04525630d000e22fc9620","bugs":{"url":"https://github.com/yoshuawuyts/es2020/issues"},"homepage":"https://github.com/yoshuawuyts/es2020#readme","_id":"es2020@1.0.1","_shasum":"ce089e40b6d6a9de6355689607df598b6223a51e","_from":".","_npmVersion":"2.15.1","_nodeVersion":"5.9.1","_npmUser":{"name":"yoshuawuyts","email":"i@yoshuawuyts.com"},"dist":{"shasum":"ce089e40b6d6a9de6355689607df598b6223a51e","tarball":"https://registry.npmjs.org/es2020/-/es2020-1.0.1.tgz","integrity":"sha512-CSnbW2KbsfM7kkT2htsvFA359pmpTKe1NXGv/lb+N8xW6EwvxNmbL7Vbh/St3LoAr2XgmKL+zDVBwlzRsjsYaA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCHTAkN6Jro7W8QuUCB1R/UOIJYBohXcyQumUQM0BqmLwIhAMTocoi+HYOrZM9f6vXNzAqhSOcPHTBRt0+B5ufrYH2y"}]},"maintainers":[{"name":"yoshuawuyts","email":"i@yoshuawuyts.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/es2020-1.0.1.tgz_1464084689591_0.030540238600224257"}},"1.1.0":{"name":"es2020","version":"1.1.0","description":"browserify transform that compiles a selection of ES6 to valid ES5","main":"index.js","scripts":{"deps":"dependency-check . && dependency-check . --extra --no-dev","test":"standard && npm run deps && NODE_ENV=test node test","test:cov":"standard && npm run deps && NODE_ENV=test istanbul cover test.js"},"repository":{"type":"git","url":"git+https://github.com/yoshuawuyts/es2020.git"},"keywords":["es6","babel","transform","fat-arrows","template-strings","tagged-templates","const","var","esnext","browserify"],"license":"MIT","dependencies":{"babel-core":"^6.9.0","babel-plugin-check-es2015-constants":"^6.8.0","babel-plugin-transform-es2015-arrow-functions":"^6.8.0","babel-plugin-transform-es2015-block-scoping":"^6.9.0","babel-plugin-transform-es2015-template-literals":"^6.8.0","through2":"^2.0.1"},"devDependencies":{"browserify":"~13.0.1","convert-source-map":"~1.2.0","dependency-check":"^2.5.1","istanbul":"^0.4.3","standard":"^7.0.1","tape":"^4.5.1"},"gitHead":"f520168dc07aab53ee4c94e8f4b6a80bf1809f69","bugs":{"url":"https://github.com/yoshuawuyts/es2020/issues"},"homepage":"https://github.com/yoshuawuyts/es2020#readme","_id":"es2020@1.1.0","_shasum":"8296807b4d4d7ca076723e95dbb46ff27986317b","_from":".","_npmVersion":"3.8.9","_nodeVersion":"5.0.0","_npmUser":{"name":"bendrucker","email":"bvdrucker@gmail.com"},"dist":{"shasum":"8296807b4d4d7ca076723e95dbb46ff27986317b","tarball":"https://registry.npmjs.org/es2020/-/es2020-1.1.0.tgz","integrity":"sha512-BEkPuewVULJ9EUl6B0TvWl/lvohJoTcBe4EPX1sNRdOM/xsBv5COZ1dtvQejdxGVZO2OxGN170NK3D8n87/K7g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFcZEaKvciPOnqpHvMyCu0VzHOfzVaAj7Q6VRgizQ7yUAiEAy/Hk+mh/jLznP+nffF/hvyi01TmONhR+0HZ68VGP31s="}]},"maintainers":[{"name":"yoshuawuyts","email":"i@yoshuawuyts.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/es2020-1.1.0.tgz_1464119254457_0.45770117826759815"}},"1.1.1":{"name":"es2020","version":"1.1.1","description":"browserify transform that compiles a selection of ES6 to valid ES5","main":"index.js","scripts":{"deps":"dependency-check . && dependency-check . --extra --no-dev","test":"standard && npm run deps && NODE_ENV=test node test","test:cov":"standard && npm run deps && NODE_ENV=test istanbul cover test.js"},"repository":{"type":"git","url":"git+https://github.com/yoshuawuyts/es2020.git"},"keywords":["es6","babel","transform","fat-arrows","template-strings","tagged-templates","const","var","esnext","browserify"],"license":"MIT","dependencies":{"babel-core":"^6.9.0","babel-plugin-check-es2015-constants":"^6.8.0","babel-plugin-transform-es2015-arrow-functions":"^6.8.0","babel-plugin-transform-es2015-block-scoping":"^6.9.0","babel-plugin-transform-es2015-template-literals":"^6.8.0","through2":"^2.0.1"},"devDependencies":{"browserify":"~13.0.1","convert-source-map":"~1.2.0","dependency-check":"^2.5.1","istanbul":"^0.4.3","standard":"^7.0.1","tape":"^4.5.1"},"gitHead":"eb8500fd16d7ac4df2bc8c9293a0e8042776c1cf","bugs":{"url":"https://github.com/yoshuawuyts/es2020/issues"},"homepage":"https://github.com/yoshuawuyts/es2020#readme","_id":"es2020@1.1.1","_shasum":"a00cc0f8028cfceaec4d18654e2f4188c95eac85","_from":".","_npmVersion":"2.15.1","_nodeVersion":"5.9.1","_npmUser":{"name":"yoshuawuyts","email":"i@yoshuawuyts.com"},"dist":{"shasum":"a00cc0f8028cfceaec4d18654e2f4188c95eac85","tarball":"https://registry.npmjs.org/es2020/-/es2020-1.1.1.tgz","integrity":"sha512-uH9x3lOVNVcPGmkSpLBT651WYxm/NRVLVtjHLg5LeTCjbn7/y3p1G6V5g2/2bBW/gmYm71WXqxdAXdiS9UkehQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDmANpUjuqzuW801l+t031JTI2RaxQoYvYLoWidxd49HAiBQH4EVCv9HaBqKtbCilJrR7aTyApNuZ7Gl0y5vrwlshw=="}]},"maintainers":[{"name":"yoshuawuyts","email":"i@yoshuawuyts.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/es2020-1.1.1.tgz_1464121622959_0.8143040533177555"}},"1.1.2":{"name":"es2020","version":"1.1.2","description":"browserify transform that compiles a selection of ES6 to valid ES5","main":"index.js","scripts":{"deps":"dependency-check . && dependency-check . --extra --no-dev","test":"standard && npm run deps && NODE_ENV=test node test","test:cov":"standard && npm run deps && NODE_ENV=test istanbul cover test.js"},"repository":{"type":"git","url":"git+https://github.com/yoshuawuyts/es2020.git"},"keywords":["es6","babel","transform","fat-arrows","template-strings","tagged-templates","const","var","esnext","browserify"],"license":"MIT","dependencies":{"babel-core":"^6.9.0","babel-plugin-check-es2015-constants":"^6.8.0","babel-plugin-transform-es2015-arrow-functions":"^6.8.0","babel-plugin-transform-es2015-block-scoping":"^6.9.0","babel-plugin-transform-es2015-template-literals":"^6.8.0","through2":"^2.0.1"},"devDependencies":{"browserify":"~13.0.1","convert-source-map":"~1.2.0","dependency-check":"^2.5.1","istanbul":"^0.4.3","standard":"^7.0.1","tape":"^4.5.1"},"gitHead":"96d74897c18e0cbd9ebebeacbeb529019bc8b34f","bugs":{"url":"https://github.com/yoshuawuyts/es2020/issues"},"homepage":"https://github.com/yoshuawuyts/es2020#readme","_id":"es2020@1.1.2","_shasum":"45d35c8a305b045df7e6e8d3c6315e421406d66e","_from":".","_npmVersion":"3.3.8","_nodeVersion":"4.2.1","_npmUser":{"name":"ahdinosaur","email":"michael.williams@enspiral.com"},"dist":{"shasum":"45d35c8a305b045df7e6e8d3c6315e421406d66e","tarball":"https://registry.npmjs.org/es2020/-/es2020-1.1.2.tgz","integrity":"sha512-SO2HGAHVFU+IeOxerF1ZlzKvm3ackQbEgfP3SyaBvIL+yzcrhOlwHK4eaB5JaHr6KtG3deWfVotgyct/KeBNCA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIECKcB99AbicwwFF4f6aIdL4kV0ah7FfVA33135tZPfFAiEAqbvHuFRyyH9v23BLiqKSKuoIU0B1IQIe0iKVTG6a2ek="}]},"maintainers":[{"name":"yoshuawuyts","email":"i@yoshuawuyts.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/es2020-1.1.2.tgz_1464233988086_0.4608915760181844"}},"1.1.3":{"name":"es2020","version":"1.1.3","description":"browserify transform that compiles a selection of ES6 to valid ES5","main":"index.js","scripts":{"deps":"dependency-check . && dependency-check . --extra --no-dev","test":"standard && npm run deps && NODE_ENV=test node test","test:cov":"standard && npm run deps && NODE_ENV=test istanbul cover test.js"},"repository":{"type":"git","url":"git+https://github.com/yoshuawuyts/es2020.git"},"keywords":["es6","babel","transform","fat-arrows","template-strings","tagged-templates","const","var","esnext","browserify"],"license":"MIT","dependencies":{"babel-core":"^6.9.0","babel-preset-es2020":"^1.0.2","through2":"^2.0.1"},"devDependencies":{"browserify":"~13.0.1","convert-source-map":"~1.2.0","dependency-check":"^2.5.1","istanbul":"^0.4.3","standard":"^7.1.1","tape":"^4.5.1"},"gitHead":"f3cfec260054ab908043807c6d36a99876ef8ab2","bugs":{"url":"https://github.com/yoshuawuyts/es2020/issues"},"homepage":"https://github.com/yoshuawuyts/es2020#readme","_id":"es2020@1.1.3","_shasum":"0a240fe7a810a1aa82cae24fdf0742bec8c1f344","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"ahdinosaur","email":"michael.williams@enspiral.com"},"dist":{"shasum":"0a240fe7a810a1aa82cae24fdf0742bec8c1f344","tarball":"https://registry.npmjs.org/es2020/-/es2020-1.1.3.tgz","integrity":"sha512-CR11eL1R7Frzmnyb+vZf7ojeKH8BvcuUMxKwc+saNsYNe47UqpWtZvsl/ONRIV5vCvGuov1aiK4BbKD28oNiiA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC3uR/2iSOW6nlDKi4GwHbnMKkZZmuteG3iIo0P0LU5IwIhAJa5FJygdTd8M6eol7BBlwF0LFhSrD2E7Gg2aPdRQNYp"}]},"maintainers":[{"name":"yoshuawuyts","email":"i@yoshuawuyts.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/es2020-1.1.3.tgz_1464611757491_0.8495295422617346"}},"1.1.4":{"name":"es2020","version":"1.1.4","description":"browserify transform that compiles a selection of ES6 to valid ES5","main":"index.js","scripts":{"deps":"dependency-check . && dependency-check . --extra --no-dev","test":"standard && npm run deps && NODE_ENV=test node test","test:cov":"standard && npm run deps && NODE_ENV=test istanbul cover test.js"},"repository":{"type":"git","url":"git+https://github.com/yoshuawuyts/es2020.git"},"keywords":["es6","babel","transform","fat-arrows","template-strings","tagged-templates","const","var","esnext","browserify"],"license":"MIT","dependencies":{"babel-core":"^6.9.1","babel-preset-es2020":"^1.0.2","through2":"^2.0.1"},"devDependencies":{"browserify":"~13.0.1","convert-source-map":"~1.2.0","dependency-check":"^2.5.1","istanbul":"^0.4.3","standard":"^7.1.1","tape":"^4.5.1"},"gitHead":"fe36d6c9964a132224944b7c972f49145fd37222","bugs":{"url":"https://github.com/yoshuawuyts/es2020/issues"},"homepage":"https://github.com/yoshuawuyts/es2020#readme","_id":"es2020@1.1.4","_shasum":"e1d5647171c60182c937c291af97ff514122f51f","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"ahdinosaur","email":"michael.williams@enspiral.com"},"dist":{"shasum":"e1d5647171c60182c937c291af97ff514122f51f","tarball":"https://registry.npmjs.org/es2020/-/es2020-1.1.4.tgz","integrity":"sha512-Veu8Ls3lS9SWCBdvHo00QYMoXc6BOUhqm3lMjCH2M6Xmr188r2Lj5+5bDc7JfbYwQnapQLqxqOXj1H3eXasnCA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDODLn6Puarfg8FxBx2gZZfLEEFdVcCBNC33oxqdLI/oAIgRsbKPf9XxyHtentYlsiPQ9JRi/OFlifCQG7/4Pyi3XU="}]},"maintainers":[{"name":"yoshuawuyts","email":"i@yoshuawuyts.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/es2020-1.1.4.tgz_1464612991667_0.34485075646080077"}},"1.1.5":{"name":"es2020","version":"1.1.5","description":"browserify transform that compiles a selection of ES6 to valid ES5","main":"index.js","scripts":{"deps":"dependency-check . && dependency-check . --extra --no-dev","test":"standard && npm run deps && NODE_ENV=test node test","test:cov":"standard && npm run deps && NODE_ENV=test istanbul cover test.js"},"repository":{"type":"git","url":"git+https://github.com/yoshuawuyts/es2020.git"},"keywords":["es6","babel","transform","fat-arrows","template-strings","tagged-templates","const","var","esnext","browserify"],"license":"MIT","dependencies":{"babel-core":"^6.9.1","babel-preset-es2020":"^1.0.2","through2":"^2.0.1"},"devDependencies":{"browserify":"~13.0.1","convert-source-map":"~1.2.0","dependency-check":"^2.5.1","istanbul":"^0.4.3","standard":"^7.1.1","tape":"^4.5.1"},"gitHead":"8fd2b0382fd30537e7b90a0ec3b38883fbea2cc5","bugs":{"url":"https://github.com/yoshuawuyts/es2020/issues"},"homepage":"https://github.com/yoshuawuyts/es2020#readme","_id":"es2020@1.1.5","_shasum":"46905ca18efe31f0e15d1d3c3bad22825085eecd","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"bendrucker","email":"bvdrucker@gmail.com"},"dist":{"shasum":"46905ca18efe31f0e15d1d3c3bad22825085eecd","tarball":"https://registry.npmjs.org/es2020/-/es2020-1.1.5.tgz","integrity":"sha512-4SfGMRmv1VrI2/EW/XbajPMmTPYZJcWKNyGjIaX5jeS8+K3eiGsRqqNSQRGSL2LxcMufrmmcy/NAalhZPsQgmA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICBliytztYUsZ/mSuwcNgRK5llYY8+nBfCCA1/aO5HxwAiAJz7XIjXakEriFXWgu+d1QMUDiOSo5pXDn81BCKusmyA=="}]},"maintainers":[{"name":"yoshuawuyts","email":"i@yoshuawuyts.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/es2020-1.1.5.tgz_1465357504950_0.8003481952473521"}},"1.1.6":{"name":"es2020","version":"1.1.6","description":"browserify transform that compiles a selection of ES6 to valid ES5","main":"index.js","scripts":{"deps":"dependency-check . && dependency-check . --extra --no-dev","test":"standard && npm run deps && NODE_ENV=test node test","test:cov":"standard && npm run deps && NODE_ENV=test istanbul cover test.js"},"repository":{"type":"git","url":"git+https://github.com/yoshuawuyts/es2020.git"},"keywords":["es6","babel","transform","fat-arrows","template-strings","tagged-templates","const","var","esnext","browserify"],"license":"MIT","dependencies":{"babel-core":"^6.9.1","babel-preset-es2020":"^1.0.2","through2":"^2.0.1"},"devDependencies":{"browserify":"~13.0.1","convert-source-map":"~1.2.0","dependency-check":"^2.5.1","istanbul":"^0.4.3","standard":"^7.1.1","tape":"^4.5.1"},"gitHead":"2e24c24b05f7e1f3d0bc1d4cd417d59af8d38425","bugs":{"url":"https://github.com/yoshuawuyts/es2020/issues"},"homepage":"https://github.com/yoshuawuyts/es2020#readme","_id":"es2020@1.1.6","_shasum":"07b9bbd963ce70ddff970e139a7069b9e21eae73","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"bendrucker","email":"bvdrucker@gmail.com"},"dist":{"shasum":"07b9bbd963ce70ddff970e139a7069b9e21eae73","tarball":"https://registry.npmjs.org/es2020/-/es2020-1.1.6.tgz","integrity":"sha512-7gH/ugrdXlUF/0Div5et9bW7oQdyF3XkG9R4UNGsSLMwhClnXQt/6mI3V+ZnZU8Ms3kn9sEA4RZ8lZuasQrgfg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC3VzMPOcdB78AFTEDIvky3SDn2PFjfFfuTrsVHyY13TQIgFdFrOuSIHNy1QLKyITtHbrhud0e0TpZZEDRUjW2PRSQ="}]},"maintainers":[{"name":"yoshuawuyts","email":"i@yoshuawuyts.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/es2020-1.1.6.tgz_1465357698873_0.8457198371179402"}},"1.1.7":{"name":"es2020","version":"1.1.7","description":"browserify transform that compiles a selection of ES6 to valid ES5","main":"index.js","scripts":{"deps":"dependency-check . && dependency-check . --extra --no-dev","test":"standard && npm run deps && NODE_ENV=test node test","test:cov":"standard && npm run deps && NODE_ENV=test istanbul cover test.js"},"repository":{"type":"git","url":"git+https://github.com/yoshuawuyts/es2020.git"},"keywords":["es6","babel","transform","fat-arrows","template-strings","tagged-templates","const","var","esnext","browserify"],"license":"MIT","dependencies":{"babel-core":"^6.9.1","babel-preset-es2020":"^1.0.2","through2":"^2.0.1"},"devDependencies":{"browserify":"~13.0.1","convert-source-map":"~1.2.0","dependency-check":"^2.5.1","istanbul":"^0.4.3","standard":"^7.1.1","tape":"^4.5.1"},"gitHead":"32dd04a25676b8138ee073b6fe977d224c534c2e","bugs":{"url":"https://github.com/yoshuawuyts/es2020/issues"},"homepage":"https://github.com/yoshuawuyts/es2020#readme","_id":"es2020@1.1.7","_shasum":"e987963cb029e61dbe0485caf003bb9a2034bc2f","_from":".","_npmVersion":"2.15.1","_nodeVersion":"5.9.1","_npmUser":{"name":"yoshuawuyts","email":"i@yoshuawuyts.com"},"dist":{"shasum":"e987963cb029e61dbe0485caf003bb9a2034bc2f","tarball":"https://registry.npmjs.org/es2020/-/es2020-1.1.7.tgz","integrity":"sha512-E/rXTtAZyZkCMsnvDaTQ4oZomWzAN914n3XpZIy2q1Ng69oYteVCfBpPEF8gFFulp761hIjH6+2Nt5sf0U6gwA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFMZYv53trCtWlPcbY75FERVCkwjrzEwQkU2P1YiKuegIhAOVna2xaFg58SSfEyATCixzctxr9fSDZdPU6whNsbFNR"}]},"maintainers":[{"name":"yoshuawuyts","email":"i@yoshuawuyts.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/es2020-1.1.7.tgz_1466986967910_0.2368316538631916"}},"1.1.8":{"name":"es2020","version":"1.1.8","description":"browserify transform that compiles a selection of ES6 to valid ES5","main":"index.js","scripts":{"deps":"dependency-check . && dependency-check . --extra --no-dev","test":"standard && npm run deps && NODE_ENV=test node test","test:cov":"standard && npm run deps && NODE_ENV=test istanbul cover test.js"},"repository":{"type":"git","url":"git+https://github.com/yoshuawuyts/es2020.git"},"keywords":["es6","babel","transform","fat-arrows","template-strings","tagged-templates","const","var","esnext","browserify"],"license":"MIT","dependencies":{"babel-core":"^6.9.1","babel-preset-es2020":"^1.0.2","through2":"^2.0.1"},"devDependencies":{"browserify":"~13.1.0","convert-source-map":"~1.3.0","dependency-check":"^2.5.1","istanbul":"^0.4.3","standard":"^7.1.1","tape":"^4.5.1"},"gitHead":"8644fba0974558a9943462adc9f1059d68885c50","bugs":{"url":"https://github.com/yoshuawuyts/es2020/issues"},"homepage":"https://github.com/yoshuawuyts/es2020#readme","_id":"es2020@1.1.8","_shasum":"9d05bf0cb0795d871ed0dc072e66ca6188894785","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"bendrucker","email":"bvdrucker@gmail.com"},"dist":{"shasum":"9d05bf0cb0795d871ed0dc072e66ca6188894785","tarball":"https://registry.npmjs.org/es2020/-/es2020-1.1.8.tgz","integrity":"sha512-TLDBfA1Q3+8XOf0rkoAE3SbyypOg6xSW0MjvOMwEBdlDJLbvztcdjXSzHPq1k1sT3vwNoLnFxe8bjhMCHvqqeA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpLNOF6uWonz1ENTeWtjAJ7LyZtZuNpg/FQjg/H3Kz4QIhAKm+ZiG+qSF1ubHsRMqjg7N3rOWR3AQEZnVHjVS5NxMg"}]},"maintainers":[{"name":"yoshuawuyts","email":"i@yoshuawuyts.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/es2020-1.1.8.tgz_1470333296122_0.4035165556706488"}},"1.1.9":{"name":"es2020","version":"1.1.9","description":"browserify transform that compiles a selection of ES6 to valid ES5","main":"index.js","scripts":{"deps":"dependency-check . && dependency-check . --extra --no-dev","test":"standard && npm run deps && NODE_ENV=test node test","test:cov":"standard && npm run deps && NODE_ENV=test istanbul cover test.js"},"repository":{"type":"git","url":"git+https://github.com/yoshuawuyts/es2020.git"},"keywords":["es6","babel","transform","fat-arrows","template-strings","tagged-templates","const","var","esnext","browserify"],"license":"MIT","dependencies":{"babel-core":"^6.9.1","babel-preset-es2020":"^1.0.2","through2":"^2.0.1"},"devDependencies":{"browserify":"~13.1.0","convert-source-map":"~1.3.0","dependency-check":"^2.5.1","istanbul":"^0.4.3","standard":"^8.0.0","tape":"^4.5.1"},"gitHead":"9d9587016508638531c1b7122e0cf0380bde1daf","bugs":{"url":"https://github.com/yoshuawuyts/es2020/issues"},"homepage":"https://github.com/yoshuawuyts/es2020#readme","_id":"es2020@1.1.9","_shasum":"62bec0d44f3636c68fcdddae69cdc9ab37aeee35","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.4.0","_npmUser":{"name":"yoshuawuyts","email":"i@yoshuawuyts.com"},"dist":{"shasum":"62bec0d44f3636c68fcdddae69cdc9ab37aeee35","tarball":"https://registry.npmjs.org/es2020/-/es2020-1.1.9.tgz","integrity":"sha512-N19n2uXUYpcvXpk/sePO+RA+WjgepaAFPubZh4XdUwTvuijgMwvQuWxuAO14DdyTB3Ki7Ph2Suq/CdAwtQ9hSg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCC8GxhLEZ45txDF4OtINvf8IdjtQM7KCfyhTpkaljiPQIhAPRvHbtCedZiQXp+4eMFAdMS+5K7WeSsYQVh1STp0j2h"}]},"maintainers":[{"name":"yoshuawuyts","email":"i@yoshuawuyts.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/es2020-1.1.9.tgz_1472646334123_0.016426499700173736"}}},"homepage":"https://github.com/yoshuawuyts/es2020#readme","keywords":["es6","babel","transform","fat-arrows","template-strings","tagged-templates","const","var","esnext","browserify"],"repository":{"type":"git","url":"git+https://github.com/yoshuawuyts/es2020.git"},"bugs":{"url":"https://github.com/yoshuawuyts/es2020/issues"},"license":"MIT","readmeFilename":"README.md","users":{"nichoth":true}}