{"_id":"serve","maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@vercel.com"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"keywords":["vercel","serve","micro","http-server"],"dist-tags":{"snapshot":"14.2.5-ac84c2e7-20250904133617","latest":"14.2.6"},"description":"Static file serving and directory listing","readme":"![Serve Logo](https://raw.githubusercontent.com/vercel/serve/main/media/banner.png)\n\n<div align=\"center\">\n  <a aria-label=\"Vercel logo\" href=\"https://vercel.com\">\n    <img src=\"https://img.shields.io/badge/made%20by-vercel-%23000000\">\n  </a>\n  <br>\n  <a aria-label=\"Install Size\" href=\"https://packagephobia.com/result?p=serve\">\n    <img src=\"https://packagephobia.com/badge?p=serve\">\n  </a>\n  <a aria-label=\"Stars\" href=\"https://github.com/vercel/serve/stargazers\">\n    <img src=\"https://img.shields.io/github/stars/vercel/serve\">\n  </a>\n  <a aria-label=\"Build Status\" href=\"https://github.com/vercel/serve/actions/workflows/ci.yaml\">\n    <img src=\"https://github.com/vercel/serve/actions/workflows/ci.yaml/badge.svg\">\n  </a>\n</div>\n\n---\n\n`serve` helps you serve a static site, single page application or just a static file (no matter if on your device or on the local network). It also provides a neat interface for listing the directory's contents:\n\n![Listing UI](https://raw.githubusercontent.com/vercel/serve/main/media/listing-ui.png)\n\n> Once it's time to push your site to production, we recommend using [Vercel](https://vercel.com).\n\n## Usage\n\n> `serve` v14 onwards requires Node v14 to run. Please use `serve` v13 if you cannot upgrade to Node v14.\n\nThe quickest way to get started is to just run `npx serve` in your project's directory.\n\nIf you prefer, you can also install the package globally (you'll need at least [Node LTS](https://github.com/nodejs/Release#release-schedule)):\n\n```bash\n> npm install --global serve\n```\n\nOnce that's done, you can run this command inside your project's directory...\n\n```bash\n> serve\n```\n\n...or specify which folder you want to serve:\n\n```bash\n> serve folder-name/\n```\n\nFinally, run this command to see a list of all available options:\n\n```bash\n> serve --help\n```\n\nNow you understand how the package works! :tada:\n\n## Configuration\n\nTo customize `serve`'s behavior, create a `serve.json` file in the public folder and insert any of [these properties](https://github.com/vercel/serve-handler#options).\n\n## API\n\nThe core of `serve` is [`serve-handler`](https://github.com/vercel/serve-handler), which can be used as middleware in existing HTTP servers:\n\n```js\nconst handler = require('serve-handler');\nconst http = require('http');\n\nconst server = http.createServer((request, response) => {\n  // You pass two more arguments for config and middleware\n  // More details here: https://github.com/vercel/serve-handler#options\n  return handler(request, response);\n});\n\nserver.listen(3000, () => {\n  console.log('Running at http://localhost:3000');\n});\n```\n\n> You can also replace `http.createServer` with [`micro`](https://github.com/vercel/micro).\n\n## Issues and Contributing\n\nIf you want a feature to be added, or wish to report a bug, please open an issue [here](https://github.com/vercel/serve/issues/new).\n\nIf you wish to contribute to the project, please read the [contributing guide](contributing.md) first.\n\n## Credits\n\nThis project used to be called `list` and `micro-list`. But thanks to [TJ Holowaychuk](https://github.com/tj) handing us the new name, it's now called `serve` (which is much more definite).\n\n## Author\n\nLeo Lamprecht ([@leo](https://x.com/leo))\n","repository":{"type":"git","url":"git+https://github.com/vercel/serve.git"},"users":{"benediktvaldez":true,"yrh_dev":true,"black-black-cat":true,"nayrangnu":true,"linyongping":true,"eesur":true,"severen":true,"hugojosefson":true,"sjonnet19":true,"chalassa":true,"mhaidarh":true,"galenandrew":true,"xuu":true,"adritek":true,"berkmann18":true,"suoyongfeng":true,"raisiqueira":true,"zeusdeux":true,"idolofer":true,"emcaballero":true,"shmelfiz":true,"linwish":true,"ezekyelt":true,"ferquagl":true,"papsojakub":true,"bvillamizar":true,"chenziyi777":true,"buzuli":true,"rocket0191":true,"dodorex124":true,"jtrh":true,"gerst20051":true,"liunian":true,"alex-cory":true,"piecioshka":true,"a1ip":true,"suncn":true,"jsalis":true,"fanyegong":true,"blainsmith":true,"sshrike":true,"pisaacs":true,"fwasinger":true,"vbv":true,"w4114c3":true,"meetravi":true,"ruthearle":true,"bobxuyang":true,"mariusc23":true,"shekharreddy":true,"luics":true,"pabloni":true,"wangb8909":true,"jedariana":true,"helcat":true,"werle":true,"hecto932":true,"appadmin-covideo":true,"326060588":true,"symblst":true,"axelrindle":true,"wayn":true,"rain1":true,"rokeyzki":true,"paultool":true,"beige":true,"tjfwalker":true,"jenux":true,"iceriver2":true,"itonyyo":true,"pixel67":true,"geese98":true,"martl":true,"zalithka":true,"taylorpzreal":true,"kakaman":true,"j3manoto":true,"ferchoriverar":true,"hasibur":true,"wenhsiaoyi":true,"parthanode":true,"tkh44":true,"nfrigus":true,"dietrich":true,"terre":true,"sternelee":true,"bcowgi11":true,"vsantos":true,"pid":true,"onlymisaky":true,"wujr5":true,"ajnasz":true,"itsjuanit":true,"bill-saravia":true,"dzutran":true,"edm00se":true,"theuves":true,"luffy84217":true,"krishaamer":true,"serna":true,"redstrike":true,"devndone":true,"jportillo":true,"d4rkmarmota":true,"vwal":true,"toinbis":true,"sysmarddev":true,"luckyulin":true,"mmehmetunal":true,"taseenb":true,"jigonz":true,"darkgod":true,"jasonmelgoza":true,"ajwarreniii":true,"artaniscl":true,"panlw":true,"wuuashen":true,"reyronald":true,"yinfxs":true,"liuweifeng":true,"mkiramu":true,"dizlexik":true,"tztz":true,"baldboy":true,"abdul":true,"ahmedelgabri":true,"pow26":true,"nilz3ro":true,"rahulraghavankklm":true,"eduarte78":true,"anthonyringoet":true,"yehudag":true,"elebetsamer":true,"killerfox23149":true,"rayloc":true,"vdsabev":true,"picco37":true,"roccomuso":true,"liuyidi":true,"fanjieqi":true,"airkro":true,"shriek":true,"aviture":true,"foquendo":true,"gcashfund":true,"b5156":true,"rbelow":true,"danarthurgallagher":true,"vinbhatt":true,"tigefa":true,"zemgalis":true,"reekdeb":true,"lsdsjy":true,"mikestaub":true,"fattenap":true,"linmumu":true,"vancetran":true,"eshinn":true,"yanghcc":true,"activescott":true,"nickleefly":true,"ayoungh":true,"adrice727":true,"faquq":true,"sjonnet":true,"pernett98":true,"dralc":true,"softdev-zeus":true},"bugs":{"url":"https://github.com/vercel/serve/issues"},"license":"MIT","versions":{"11.3.0":{"name":"serve","version":"11.3.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@11.3.0","maintainers":[{"name":"alexaltea","email":"alexandro@phi.nz"},{"name":"anatrajkovska","email":"ana.trajkovska2015@gmail.com"},{"name":"andybitz","email":"artzbitz@gmail.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"arzafran","email":"franco@basement.studio"},{"name":"atcastle","email":"atcastle@gmail.com"},{"name":"caarlos0","email":"caarlos0@gmail.com"},{"name":"cleishm","email":"chris@leishman.org"},{"name":"codetheory","email":"thecodetheory@gmail.com"},{"name":"coetry","email":"allenhai03@gmail.com"},{"name":"dav-is","email":"mail@connordav.is"},{"name":"developit","email":"jason@developit.ca"},{"name":"fivepointseven","email":"fivepointseven@icloud.com"},{"name":"gmonaco","email":"gbmonaco@google.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"housseindjirdeh","email":"houssein.djirdeh@gmail.com"},{"name":"iamevilrabbit","email":"hello@evilrabb.it"},{"name":"igorklopov","email":"igor@klopov.com"},{"name":"ijjk","email":"jj@jjsweb.site"},{"name":"janicklas-ralph","email":"janicklasralph036@gmail.com"},{"name":"jaredpalmer","email":"jared@palmer.net"},{"name":"javivelasco","email":"javier.velasco86@gmail.com"},{"name":"jkrems","email":"jan.krems@gmail.com"},{"name":"joecohens","email":"joecohenr@gmail.com"},{"name":"juancampa","email":"juancampa@gmail.com"},{"name":"keanulee","email":"npm@keanulee.com"},{"name":"kikobeats","email":"josefrancisco.verdu@gmail.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"lfades","email":"luisito453@gmail.com"},{"name":"lucleray","email":"luc.leray@gmail.com"},{"name":"manovotny","email":"manovotny@gmail.com"},{"name":"marcosnils","email":"marcosnils@gmail.com"},{"name":"matheuss","email":"me@matheus.top"},{"name":"mfix22","email":"mrfix84@gmail.com"},{"name":"mglagola","email":"mark.glagola@gmail.com"},{"name":"msweeneydev","email":"mail@msweeneydev.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"paco","email":"pvco.coursey@gmail.com"},{"name":"paulogdm","email":"paulogdemitri@gmail.com"},{"name":"prateekbh","email":"prateek89born@gmail.com"},{"name":"quietshu","email":"ds303077135@gmail.com"},{"name":"rabaut","email":"rabautse@gmail.com"},{"name":"ragojose","email":"ragojosefrancisco@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"sarupbanskota","email":"sbanskota08@gmail.com"},{"name":"skllcrn","email":"skllcrn@zeit.co"},{"name":"spanicker","email":"shubhie@gmail.com"},{"name":"styfle","email":"steven@ceriously.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"tootallnate","email":"nathan@tootallnate.net"},{"name":"umegaya","email":"iyatomi@gmail.com"},{"name":"williamli","email":"williamli@bbi.io"},{"name":"zeit-bot","email":"team@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"1d342e13e310501ecf17b6602f1f35da640d6448","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-11.3.0.tgz","fileCount":4,"integrity":"sha512-AU0g50Q1y5EVFX56bl0YX5OtVjUX1N737/Htj93dQGKuHiuLvVB45PD8Muar70W6Kpdlz8aNJfoUqTyAq9EE/A==","signatures":[{"sig":"MEUCIDKIBsA/tXW9mkL5r3feFx3PDVnCnLXjJQM+gfOvjOcUAiEAk88a/JaF0CmcDAH6O5JifuKSx4wCy679uhcUkGJIjS0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17017,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeChzNCRA9TVsSAnZWagAAAPkP/2Lklr2N+8AjHWET0c1N\nO2XdM2zqjsK5gfczcbL+ADifvMniVtle2W9KOzrp3WtkxdbokA50BP0uu84H\n9bRt50+bzfu0T2A7zN5i7lIqZBpHgcRXnl3jq2I7yO4CH0Xr2iPOtt/7kGJw\nosAc4ripEI0XYN6gDEnJeFYxdgIWsRAyNA+JjwjIpwOap7mhIvdJrf0hfwaO\n8qePzL1Yvpwl6DC5Eng7rN2uAFQASTEcigxIjHCwXZxdxbFmtBZPyuzCFvwe\nR2tR+2QQXeS5kWrxqKZAsxlloHz+p3CMcTupOXjxFxSmaz4NIuaOFBk92F2R\nMToiQ9pCwrCHegPTsH4E7b8FluXgYIXp+1P+PI2QA4HreEQc+SwtfPneft2y\n3wE9xcC8zu3fGrIMzsMrTUlJyVS0RPXkckPweiGKBO+xF+v9Yno9p5f9vM/J\nT3mZDDIo3si9VL492wTLQyr5pXr4BDa7qaLrA+LFXjqs71qqXWMgWTAQwsV2\nql7q5WrVhqnFcw/Buke+1N2Z5C3EvgirGend2VRVb0r3hNX4Wj/mBheAoc4d\nKMDU/YaA1kl3s2ZUhPTNgzlhB/KgC8s/PIyF+4IpoC2j3QUKnY70rjqh6N6k\nDfzwauGbhMQ/19X0+ca3dta06N8dlyaLGQkZc1TB9QZOTl4bGUMfS3fz5MrU\nPaPe\r\n=YJwR\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"f14e267672f730e496cdbb93fc91e6b52f6f4722","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"mindrun@icloud.com"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.13.4","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.16.3","dependencies":{"ajv":"6.5.3","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","compression":"1.7.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"6.1.2"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_11.3.0_1577721037302_0.9083000512233932","host":"s3://npm-registry-packages"}},"9.2.0":{"name":"serve","version":"9.2.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@9.2.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"632369a3d7288156e53ef8f4a19ae52195cbfecf","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-9.2.0.tgz","fileCount":4,"integrity":"sha512-Of6n6QupoV+ybolrWS1e18Truux7VeYUa52XAo8no2dYKDAT+pWZZmrxf4RdCqoVTMfNWhvv8pjDnf8y1m3HkQ==","signatures":[{"sig":"MEUCIQD+dgR6/JzB82eBYwg/GGJ2namh6XMEdVs4u4CGciQFmwIgOVjsLNSIqpbJsibgF6frfTjq3onyETU2+Am88VICiTc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14720,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbPn1zCRA9TVsSAnZWagAA4tEQAJSqgYa8i5jLpzeoLG7N\nYwqSAxqQ6pI2aYwsdyM36cgLtjX1MhnrxJ366nXKAVNlUy2Ycvq+1W4uTUGe\nKXn2fhHT6X4B8sky6dGmpfdn/hfeS0g2xV9Jvc6ewO0/e2i+5lz2iYlPPr4A\nXUvew56xbmJ4o1HoWpVO3cHF6Eelgi6r4xjC9HdwoffVoRij/urnBirjNprR\nCeKyNXBjhM3gwaoGn0s9tdJDMQrfHB1CebLwaD2cWV3VufsdE+IRXC6Kduf5\nNsJHo+XtPu+/5IkAQWPt2Nc04AhkGDb+2uUL3kKUsHO3xXLaPsuA0STjWSIz\nSqoB94JJisgtkRod3IswhepzL8imuknszyq2EE15Ip2yU6MQZCztgKAAPAnt\n9XwkftFR+4WVH1DK98H0BUyJM3w4KdYBsbeXpnB0V/FKW/vgv8jKboFpZFda\nK3i3pYaaM4yadrjmnalUaLrU3JfLU4OyhQMddQ7t6+0SkwTLaXWc2g/cMfgn\n+lpyt9cA40/J53ZbHVeqrgBK4Jo5vcbzoaz5xDDfMecIMehQPa5fsmMlGy7Q\nQAqT+Sf6pVQj/YaJF17fDicrvXz6TAAWLRVbM1UyyYIwBByEuXfWzieekr5b\n2gl99Gnn761WLGUwy7/0fP/ghYEubXqqHPpEgO3czRMYk39ODMHmRhBgRRRs\n9vZC\r\n=NnGX\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"66bb43c7f017320ae09dc39a869db64f5e33de8b","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.2","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","update-check":"1.5.2","@zeit/schemas":"1.6.0","serve-handler":"3.3.0"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.0.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_9.2.0_1530822003525_0.19405915670327434","host":"s3://npm-registry-packages"}},"6.5.7":{"name":"serve","version":"6.5.7","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.5.7","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"2b3709a3db1ef8a1e7f017d1c074b0d7e7ed18db","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.5.7.tgz","fileCount":12,"integrity":"sha512-3Ap7l1OlEBDxrmnP72nttPvu2BKP6EDhEApVYe6NCuEGeIk5jqKyMP46nY0Svm+gdoLzXRi5KZfQSXclIPJiZw==","signatures":[{"sig":"MEUCIDqdTK7UzmllriE8N2+7EESfjPw7NoOZFKtIgNfL3IEWAiEAn8kRzlCfkpNsMpY325RJpK362ReFWJgdnloviw1GEwk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa+eSRCRA9TVsSAnZWagAAEpoP/1LbBhLzuMby4SqDZdey\nrARqFayk+cT5wYQZBHd9voPsz3KHA+plKVDh50btojfQ33vH/zZlHV/iL9ou\nGPG54thmZiBaS9Ai+ZdN+KTvJYkD80CgXJQ4cY0eN5T5QpGAtiTTROZeAmoR\n7YYx5SHfurdOMJyKlNKkper/pgv4yC2xWJaihwkch3eiZcx4ZiSVVog/Kh53\nLrdM6uY7/F7DobWVy77UAqdeKPEaeXesvE/LBofxGevMog3TwnKNmYn2m9rW\nGiYMK+eLbgK5zxQX8+PkdYyV65yHhpI62537PwvGHpRST25/XeOKAZDQhaIv\nfiUSmDWp23Dk8k092HCfPtkuRHACtwRFo8pShyXx/v8FLlmTTZ1hzXyjxs74\nmZb6Vr+LdPqeF766vDYs/sFhDLZ7XfMNXN9jNkbRy3dVSq/FeoeWY8x3mVuj\nYxyPfIfV9s/U2cfB81J+WNEwzYLdwotAsg3HV8pOorwK4lm+qBPkWFG9vwjM\nbRotb66L8gH/0q1YTABv0X6d8Ih1Sor58+48wxOAsx5Dh3I/H4XzvU9kdH0u\nVjJweP4cK4UvGxyiS/+qXDo+iLRZA8/M0TEthstyqcJPOBhy+kWiH0TabPb+\nJcq8Um5q12Yyny3HcyVIhKPcsejYn8TWHxYupehj/x1HYCor1wLXDTeLw1dU\nOWA1\r\n=H1XO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=7.6.0"},"gitHead":"6b3a73527ddd447f2a3c034c9f4b682db15f0e30","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint && NODE_ENV=test nyc ava","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.1.0","dependencies":{"ip":"1.1.5","opn":"5.3.0","args":"4.0.0","send":"0.16.2","boxen":"1.3.0","chalk":"2.4.0","dargs":"5.1.0","micro":"9.1.4","bluebird":"3.5.1","filesize":"3.6.1","fs-extra":"5.0.0","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.3","handlebars":"4.0.11","mime-types":"2.1.18","detect-port":"1.2.2","node-version":"1.1.3","update-check":"1.5.0","micro-compress":"1.0.0","path-is-inside":"1.0.2","promise-timeout":"1.3.0","openssl-self-signed-certificate":"1.1.6"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"ava":"0.25.0","nyc":"11.7.1","eslint":"4.19.1","node-fetch":"2.1.2","test-listen":"1.1.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_6.5.7_1526326416033_0.9561406224789086","host":"s3://npm-registry-packages"}},"6.5.8":{"name":"serve","version":"6.5.8","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.5.8","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"fd7ad6b9c10ba12084053030cc1a8b636c0a10a7","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.5.8.tgz","fileCount":12,"integrity":"sha512-GZYlJz7f6E7Xq6xbg1rTSvQQV9x4v/yYB/sum6egzSBLa/mdk1PViDSX2JvL0Me83sxu3JpEpQELfakDKbGcrw==","signatures":[{"sig":"MEYCIQCOKl8vhrMNqVLS3wt7dZdzSjCdTykT17xeqqYwgidl7gIhAMv3bBt5s6ms1Ext8203aVDiCnbtqNZXMSn3Pqh1LinN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28477,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbBChLCRA9TVsSAnZWagAANvUP+QCUiq4tWXVXrHtjWdSp\ne4jR8+ubOGRFC9O38U1EPcEo/Ai2yix1jlYbq9Ch8tlLDUMLZQ9t9VP5DHfJ\nbdfA1BgceTUQLeSBP9o6A4ZC76qW9wwfMsj4GVt6l9mWNkFoA6BbAuOBLQij\njNDwbuCwPYijDEWCE5vT5lMHxvR70rNqa6IOTZBWySxj/YbZwtDxilPiJvhe\n+FJ78dKTTmeIZVL73sdtGkS7CwIHkXUynzwKWTpnElptavzmijUSwRxSVPnN\nkER1ZBYpUVYHVetOrg3UI/pLbDnsYgZEipGYrcWvdPf/DyoNjGljsnkkAJHR\nIv+5qXsJdvwCKzsJI73Py42ZCCXt+csTm0bA12DrbBguOXszZZfl/374CmZl\ntGD5EsEQ7KZJyMXI/58ijMML8t5ZHz5Wo6K21ZbBynBgLAh6mr7zSzMtCYcl\nqrfYs/6v3MSLb4Hc/g0e+sDCMCQBuZ1igFJfpKxqVy/ns8a4m8BBWDP/AO2w\nqX+VJ1rDu9bw97SNGgLonHgaOp3JAJoRKAd9qptbfDd8GSIxy9EkriWz74Hb\nXdRNX0T3QX2LRDseagMmZl94I6UUIDWFwV/ylUoLNIxTytGLyWT3J3C6otRZ\nAm6gOL/1CQGqJ1VsJqTcpJ6zE0Hl5BdmKCy0dNBVvfGa2UvMxs4uoc8QPKX0\nwoc5\r\n=CPOW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=7.6.0"},"gitHead":"066b049990855c47927797b2e2127d950dddf59f","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint && NODE_ENV=test nyc ava","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.0.1","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.1.0","dependencies":{"ip":"1.1.5","opn":"5.3.0","args":"4.0.0","send":"0.16.2","boxen":"1.3.0","chalk":"2.4.1","dargs":"5.1.0","micro":"9.3.1","bluebird":"3.5.1","filesize":"3.6.1","fs-extra":"6.0.1","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.3","handlebars":"4.0.11","mime-types":"2.1.18","detect-port":"1.2.3","node-version":"1.1.3","update-check":"1.5.1","micro-compress":"1.0.0","path-is-inside":"1.0.2","openssl-self-signed-certificate":"1.1.6"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"ava":"0.25.0","nyc":"11.8.0","eslint":"4.19.1","node-fetch":"2.1.2","test-listen":"1.1.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_6.5.8_1526999114688_0.4395292048429391","host":"s3://npm-registry-packages"}},"6.5.5":{"name":"serve","version":"6.5.5","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.5.5","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"2b404eaa900d5993103b3d8527181deb7c6cc030","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.5.5.tgz","fileCount":12,"integrity":"sha512-hEr7rMHKZM5DqqGM9s1Ch0tD0R+P5NvUbNMVG0XdnPSGM5ctwFIXXyPHmRV2Y65Y6YR8lqvjRm/V+NnchABJiQ==","signatures":[{"sig":"MEYCIQDigK8kHMsqYz4KtJGg49psiPeJr5qcWdvnnFH0twiYCQIhAPg3YBM2tn7YJdcvVE411qCDWOXuUkohf13uVzix7rqf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28668},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"dc50977ad7e253f1c0a0dd606cec490b44196c03","scripts":{"lint":"xo","test":"yarn lint && NODE_ENV=test nyc ava","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.8.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["yarn lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"9.10.1","dependencies":{"ip":"1.1.5","opn":"5.2.0","args":"3.0.8","send":"0.16.2","boxen":"1.3.0","chalk":"2.3.2","dargs":"5.1.0","micro":"9.1.0","bluebird":"3.5.1","filesize":"3.6.0","fs-extra":"5.0.0","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.3","handlebars":"4.0.11","mime-types":"2.1.18","detect-port":"1.2.2","node-version":"1.1.0","update-check":"1.2.0","micro-compress":"1.0.0","path-is-inside":"1.0.2","openssl-self-signed-certificate":"1.1.6"},"_hasShrinkwrap":false,"devDependencies":{"xo":"0.20.3","ava":"0.25.0","nyc":"11.4.1","husky":"0.14.3","prettier":"1.11.1","node-fetch":"2.1.1","lint-staged":"7.0.0","test-listen":"1.1.0","eslint-config-prettier":"2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_6.5.5_1523483028318_0.40344240351725835","host":"s3://npm-registry-packages"}},"6.5.6":{"name":"serve","version":"6.5.6","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.5.6","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"579136688f80f6bf4a618ca8e8cba10dfb4d95e3","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.5.6.tgz","fileCount":12,"integrity":"sha512-rdbHRzBh94UdZPktcoNjWEUqY0ILanZ8Q+VwNfhw5n93pkCPn86wH8x+hXgRi8II9+xj3DvGMWL/6hGUQyfuXg==","signatures":[{"sig":"MEUCIQDTLNRM1XxfnZ/M+240pSc4g1qQTY/G64fLTiGALuH1QwIgE1yFv5FKolNtBC+sOasx74IeTXdqcNSGSk+lA91kPnM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28284,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa3R9/CRA9TVsSAnZWagAANZkP/ig7fjKE5hZGxMzBWLV2\nnvnhnt5603PhDZZrel0N5heDMG4bbOF5ilY7gd1osTDDlY0BOXsqeXmo1oge\ngBaYwen8OGznxNlsqEElRjt96tw6Qmtwjak96PUTNqCNochSq3wIt8yUKpVg\nulceoFEWHegHjrMn76Ppw9Vhnt0pbEAvOqXtn61UeoRF1sHo8HhpovfOiJjt\nguWXsJAB3uHG10HXqSZteHmzF6Bm0EOLh5GsD/nBks3YN+CtnvWhlbv3pacv\nY5PdiUXOlr6YCQGyn06zb53EOwkIlOwS/Jqnuv+oFC4Keozag+2vjk6HJkaY\ndumWNshhy4Kw3P4p5Rx6dzv2XoiAX4vX+ujbw5YxYFVM5tI7dA9HtZLNgJC2\nQ3IMrxNjgtw5G3lkWLI5fpVCxnOac3bJEl/l65l0SMxXjSrzGvFb2JBbS/vJ\n5UDMdPly9a0D8RmDdCQX7s+TpyH9sR/cJlKCbjUKnV/GgEcYSPpZultrwtlS\ngM16lkaqnCHc8ZVL4vHaUEC8Yp/Oszszy/C1Z0es9jZ6Q2Zv3qAwqeSW2HQ2\naxD70A3uDnZ+kvg+RLBpAErDPDnNvRPA9CfcjsnNE6x16eVlnDdUTjjzkvC3\nLrTXwkXJ5JxkR/G5zsaZzgvK46a5eomIvXoIgwRjcqNSL5kLma3H4MW4UhLY\nu6Bc\r\n=2kOx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"6f83a69945bd035055e8b85034a753f96e96f936","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint && NODE_ENV=test nyc ava","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"9.11.1","dependencies":{"ip":"1.1.5","opn":"5.3.0","args":"4.0.0","send":"0.16.2","boxen":"1.3.0","chalk":"2.4.0","dargs":"5.1.0","micro":"9.1.4","bluebird":"3.5.1","filesize":"3.6.1","fs-extra":"5.0.0","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.3","handlebars":"4.0.11","mime-types":"2.1.18","detect-port":"1.2.2","node-version":"1.1.3","update-check":"1.3.2","micro-compress":"1.0.0","path-is-inside":"1.0.2","openssl-self-signed-certificate":"1.1.6"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"ava":"0.25.0","nyc":"11.7.1","eslint":"4.19.1","node-fetch":"2.1.2","test-listen":"1.1.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_6.5.6_1524440958013_0.5057451998676448","host":"s3://npm-registry-packages"}},"6.5.3":{"name":"serve","version":"6.5.3","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.5.3","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"39ae7b7ff5934a9ca93ba7235344eb34b726cc48","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.5.3.tgz","fileCount":12,"integrity":"sha512-b8Sx7Zbx1lBfR2/DuJMN0Sh2evrblS1aBcKsdb77w/sSwxa7Np7iuQ2zL5NEovkvJAkCvn0Q/EQe4ovdJUPuZQ==","signatures":[{"sig":"MEYCIQDElSCZSPSWC3+bpJrOFs/QstX7hibu4ZMHCvfq2DUM1wIhAPba3QQrwyqpdrRe1l3RdfoAOxLgS41TY5qP7u9XusuB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28413},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"33602e01255b9c6f8ff6f010dc8f860ba3ef6a22","scripts":{"lint":"xo","test":"yarn lint && NODE_ENV=test nyc ava","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.7.1","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["yarn lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"9.8.0","dependencies":{"ip":"1.1.5","opn":"5.2.0","args":"3.0.8","send":"0.16.2","boxen":"1.3.0","chalk":"2.3.2","dargs":"5.1.0","micro":"9.1.0","bluebird":"3.5.1","filesize":"3.6.0","fs-extra":"5.0.0","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.3","handlebars":"4.0.11","mime-types":"2.1.18","detect-port":"1.2.2","node-version":"1.1.0","micro-compress":"1.0.0","path-is-inside":"1.0.2","@zeit/check-updates":"1.1.0","openssl-self-signed-certificate":"1.1.6"},"_hasShrinkwrap":false,"devDependencies":{"xo":"0.20.3","ava":"0.25.0","nyc":"11.4.1","husky":"0.14.3","prettier":"1.11.1","node-fetch":"2.1.1","lint-staged":"7.0.0","test-listen":"1.1.0","eslint-config-prettier":"2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_6.5.3_1520742952038_0.9154873987172041","host":"s3://npm-registry-packages"}},"11.3.2":{"name":"serve","version":"11.3.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@11.3.2","maintainers":[{"name":"alexaltea","email":"alexandro@phi.nz"},{"name":"anatrajkovska","email":"ana.trajkovska2015@gmail.com"},{"name":"andybitz","email":"artzbitz@gmail.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"arzafran","email":"franco@basement.studio"},{"name":"atcastle","email":"atcastle@gmail.com"},{"name":"caarlos0","email":"caarlos0@gmail.com"},{"name":"chibicode","email":"shu@chibicode.com"},{"name":"cleishm","email":"chris@leishman.org"},{"name":"codetheory","email":"thecodetheory@gmail.com"},{"name":"coetry","email":"allenhai03@gmail.com"},{"name":"dav-is","email":"mail@connordav.is"},{"name":"developit","email":"jason@developit.ca"},{"name":"fivepointseven","email":"fivepointseven@icloud.com"},{"name":"gielcobben","email":"g.cobben@gmail.com"},{"name":"gmonaco","email":"gbmonaco@google.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"housseindjirdeh","email":"houssein.djirdeh@gmail.com"},{"name":"iamevilrabbit","email":"hello@evilrabb.it"},{"name":"igorklopov","email":"igor@klopov.com"},{"name":"ijjk","email":"jj@jjsweb.site"},{"name":"janicklas-ralph","email":"janicklasralph036@gmail.com"},{"name":"jaredpalmer","email":"jared@palmer.net"},{"name":"javivelasco","email":"javier.velasco86@gmail.com"},{"name":"jkrems","email":"jan.krems@gmail.com"},{"name":"joecohens","email":"joecohenr@gmail.com"},{"name":"juancampa","email":"juancampa@gmail.com"},{"name":"keanulee","email":"npm@keanulee.com"},{"name":"kikobeats","email":"josefrancisco.verdu@gmail.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"lfades","email":"luisito453@gmail.com"},{"name":"lucleray","email":"luc.leray@gmail.com"},{"name":"matheuss","email":"me@matheus.top"},{"name":"maxleiter","email":"maxwell.leiter@gmail.com"},{"name":"mfix22","email":"mrfix84@gmail.com"},{"name":"mglagola","email":"mark.glagola@gmail.com"},{"name":"msweeneydev","email":"mail@msweeneydev.com"},{"name":"nazarenooviedo","email":"nazareno@basement.studio"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"paco","email":"pvco.coursey@gmail.com"},{"name":"paulogdm","email":"paulogdemitri@gmail.com"},{"name":"prateekbh","email":"prateek89born@gmail.com"},{"name":"quietshu","email":"ds303077135@gmail.com"},{"name":"rabaut","email":"rabautse@gmail.com"},{"name":"ragojose","email":"ragojosefrancisco@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"samsisle","email":"samko9522@gmail.com"},{"name":"sarupbanskota","email":"sbanskota08@gmail.com"},{"name":"skllcrn","email":"skllcrn@zeit.co"},{"name":"spanicker","email":"shubhie@gmail.com"},{"name":"styfle","email":"steven@ceriously.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"tootallnate","email":"nathan@tootallnate.net"},{"name":"umegaya","email":"iyatomi@gmail.com"},{"name":"williamli","email":"williamli@bbi.io"},{"name":"zeit-bot","email":"team@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"b905e980616feecd170e51c8f979a7b2374098f5","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-11.3.2.tgz","fileCount":4,"integrity":"sha512-yKWQfI3xbj/f7X1lTBg91fXBP0FqjJ4TEi+ilES5yzH0iKJpN5LjNb1YzIfQg9Rqn4ECUS2SOf2+Kmepogoa5w==","signatures":[{"sig":"MEYCIQDQ+BNikhcp7NdkpvIX8u0K5ReYE15qPc6hhcgDbjJ7jAIhAM9sJqJIuk/UbFBa6a+q4iLiXBWv94uILg+IAaSVtsET","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17203,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2ZsiCRA9TVsSAnZWagAAKD4QAJ0/0SnnFoUeKoYz0FqC\nJHE0T150Sm2Jyga3lzZLr1GeCJ4AigUPvDtJvzmIVMcJIGTio0aYTNpnKatN\nOmgCOzVdM4GaPeNh2ddAIzOkwS+NXU1RIyvK+FJoTg9oDMJx5dUSMV5wMHiH\nHj4YiPDEexYYCezbyvMvx4VujyhAXifH/y2/fJvJRxoOBvjdIP1lVJT7+mS9\n7eHdY+7O3+MDCJ2qTOVcAlAGp+nH9qRJk+lH+IuzPRrJwvb/E3jUZK0E835q\nFeCwFI4oiaxZprj8YiwvNMPl4viBMbe4lbBFdPvSkQlUpngm70qFE1OWZXkC\nlA5rQc8T1kaTLShTdLBlXi25qqhREtRNC065vg1aCv5GLVIi/gEelON9T8Au\n0BrbwWeajxM592nnQdy5LDzZhUucPe0mvcm0v6AqDQPaXmhehRAF0BrUwFFl\nRaw1bIbW12qQcMlMyrC8FJ3ir+gK3DGtLlFy651g0DWUuvlJdyH4K2FZrwz0\ncC6aECU709qI1VWMJ+MQcUuOaLaf7oyOFy8pqboLrmcf32kdq159WzKB/1wD\nnx4tg6qe7x7mCfZi8+cdZOdD+xdia5WqZJSYrAsxbuar+Eo5IsHf1Ga1ugkM\nvRxxRMYKufJNmD9kFSMzBqcO4S6HxgS4TNZUi8YPNmyE+h2MGuF5HwfJJIsg\nNZOp\r\n=txDs\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"c81f55c68c54aac47914a8777d7295264af41042","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.14.5","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"12.16.2","dependencies":{"ajv":"6.5.3","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","compression":"1.7.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"6.1.3"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_11.3.2_1591319329896_0.5360389134160259","host":"s3://npm-registry-packages"}},"6.5.4":{"name":"serve","version":"6.5.4","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.5.4","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"1e78bdc3dd8b8a1ca39884cff964d22890aedbdc","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.5.4.tgz","fileCount":12,"integrity":"sha512-EMKwgjAhCH9AxVlMClMdaQOG2K7GI2b+5u08UutkXR20ldm9WeB3LK+Mq24C8Ap9zyW0Qto77Yovg2Ji4qIL2w==","signatures":[{"sig":"MEUCIDZ0GRxa9H+AejkIlSzwStSi7tCqdqYh/nbeGVgskEAzAiEAv0roqPlP8fmza3b45jr3XUPABWLo2RqC0iRUJ/Ho7y0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28629},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"de826dde93df0055ab067ab3df555b101324b342","scripts":{"lint":"xo","test":"yarn lint && NODE_ENV=test nyc ava","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.8.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["yarn lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"9.10.1","dependencies":{"ip":"1.1.5","opn":"5.2.0","args":"3.0.8","send":"0.16.2","boxen":"1.3.0","chalk":"2.3.2","dargs":"5.1.0","micro":"9.1.0","bluebird":"3.5.1","filesize":"3.6.0","fs-extra":"5.0.0","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.3","handlebars":"4.0.11","mime-types":"2.1.18","detect-port":"1.2.2","node-version":"1.1.0","update-check":"1.2.0","micro-compress":"1.0.0","path-is-inside":"1.0.2","openssl-self-signed-certificate":"1.1.6"},"_hasShrinkwrap":false,"devDependencies":{"xo":"0.20.3","ava":"0.25.0","nyc":"11.4.1","husky":"0.14.3","prettier":"1.11.1","node-fetch":"2.1.1","lint-staged":"7.0.0","test-listen":"1.1.0","eslint-config-prettier":"2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_6.5.4_1523249916562_0.6597010858051711","host":"s3://npm-registry-packages"}},"11.3.1":{"name":"serve","version":"11.3.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@11.3.1","maintainers":[{"name":"alexaltea","email":"alexandro@phi.nz"},{"name":"anatrajkovska","email":"ana.trajkovska2015@gmail.com"},{"name":"andybitz","email":"artzbitz@gmail.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"arzafran","email":"franco@basement.studio"},{"name":"atcastle","email":"atcastle@gmail.com"},{"name":"caarlos0","email":"caarlos0@gmail.com"},{"name":"chibicode","email":"shu@chibicode.com"},{"name":"cleishm","email":"chris@leishman.org"},{"name":"codetheory","email":"thecodetheory@gmail.com"},{"name":"coetry","email":"allenhai03@gmail.com"},{"name":"dav-is","email":"mail@connordav.is"},{"name":"developit","email":"jason@developit.ca"},{"name":"fivepointseven","email":"fivepointseven@icloud.com"},{"name":"gielcobben","email":"g.cobben@gmail.com"},{"name":"gmonaco","email":"gbmonaco@google.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"housseindjirdeh","email":"houssein.djirdeh@gmail.com"},{"name":"iamevilrabbit","email":"hello@evilrabb.it"},{"name":"igorklopov","email":"igor@klopov.com"},{"name":"ijjk","email":"jj@jjsweb.site"},{"name":"janicklas-ralph","email":"janicklasralph036@gmail.com"},{"name":"jaredpalmer","email":"jared@palmer.net"},{"name":"javivelasco","email":"javier.velasco86@gmail.com"},{"name":"jkrems","email":"jan.krems@gmail.com"},{"name":"joecohens","email":"joecohenr@gmail.com"},{"name":"juancampa","email":"juancampa@gmail.com"},{"name":"keanulee","email":"npm@keanulee.com"},{"name":"kikobeats","email":"josefrancisco.verdu@gmail.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"lfades","email":"luisito453@gmail.com"},{"name":"lucleray","email":"luc.leray@gmail.com"},{"name":"matheuss","email":"me@matheus.top"},{"name":"maxleiter","email":"maxwell.leiter@gmail.com"},{"name":"mfix22","email":"mrfix84@gmail.com"},{"name":"mglagola","email":"mark.glagola@gmail.com"},{"name":"msweeneydev","email":"mail@msweeneydev.com"},{"name":"nazarenooviedo","email":"nazareno@basement.studio"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"paco","email":"pvco.coursey@gmail.com"},{"name":"paulogdm","email":"paulogdemitri@gmail.com"},{"name":"prateekbh","email":"prateek89born@gmail.com"},{"name":"quietshu","email":"ds303077135@gmail.com"},{"name":"rabaut","email":"rabautse@gmail.com"},{"name":"ragojose","email":"ragojosefrancisco@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"samsisle","email":"samko9522@gmail.com"},{"name":"sarupbanskota","email":"sbanskota08@gmail.com"},{"name":"skllcrn","email":"skllcrn@zeit.co"},{"name":"spanicker","email":"shubhie@gmail.com"},{"name":"styfle","email":"steven@ceriously.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"tootallnate","email":"nathan@tootallnate.net"},{"name":"umegaya","email":"iyatomi@gmail.com"},{"name":"williamli","email":"williamli@bbi.io"},{"name":"zeit-bot","email":"team@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"dc1087ab81f9e84704bd3d9ca459b7b79a739039","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-11.3.1.tgz","fileCount":4,"integrity":"sha512-+tcx5eybTZT0scsp1PCb7HYjzBSfRF9fQIwyEU8ZYLioVuhHwywRYBBTF5WYlTXvC62eumK2bloDXAd7+9blGQ==","signatures":[{"sig":"MEUCIQD90YjRXF44zyppAOnBWIh3B8Vpz+1QXuIv+xnr2tvIkwIgVei/vUQwOgN0JxNcULrWns25xx+uoikKzUQPGuEf4/0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJex+eJCRA9TVsSAnZWagAAJJsQAJs+ie3vtv9YoL2lszR1\nrHxiMZxNv+OgijEhqIvFT7Zo0moWRdLJaV3qkb6qEdvYKMe/dEMAjZRvsxLK\nquEUkX7mQimnCIii7QekFUz75eR1xfDTCi1ncUhUSO/cfUbNS+PjE8eZX6Ft\ndpk5SI6wk5mPwZxNMdyQXlL7ji2Zxy2LPqdtyO2oedKAUrZAATvBYkDzncyV\nT1D1hi0idAZ0nhdUosUO/mVwNvTPRKh2drfNLhSNGmDrKhC7NQtW5oX9WeYF\n8hW3J4qywqwU8Xxl79zdV6WqRI5C40q2wQxDjXgo9Ug2MSUXAv1jYmL6wmQN\nqQnh6abMydsFVLNDIgIMFmn68o8xEYW6pem8/BI/47tXYW638tyKvT91q2L/\nSPFT9FWoxmG3B1h26OlUPEqLbYDvhWi34GNyWESntPZ//XA4inyYLbjP4fai\n6+4u56mk3NDjDoDOIdSNVe7LuXyB+aMTMOD3RX8epIlQ5mCu/IJJdGisgg72\nxY7N8aVeXYQ3ISXBe3ivFCN4QiY8+f0HwQogIMtNnAE4NYRiBRnlf+3Ywqw5\niMOyljR1K+SgS3QqrcEIDdTkcC1dToRGuaVv783JcfpzQu9T83fQZWKBGXK2\nsTNYN68tURPFrNRN6VhLwMp/MCLd7fdclytxOPecf7i4gnY6Ls4+M0nIYX9O\nozrw\r\n=yey3\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"4ad704c9cf919dfcfc18feaa279e359a293e80cf","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"mindrun@icloud.com"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.13.4","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"12.14.1","dependencies":{"ajv":"6.5.3","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","compression":"1.7.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"6.1.2"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_11.3.1_1590159240844_0.09882250061285269","host":"s3://npm-registry-packages"}},"6.5.1":{"name":"serve","version":"6.5.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.5.1","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"ca5a4fde7191dd0463f95a924ea37bb8467c8349","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.5.1.tgz","fileCount":12,"integrity":"sha512-ll8yOC+o1TYXKLmOYM7QJx5DBII/k2lwaQp56l8Yt8zVIkGTB8Joo47lapjkQXJLOHYZNZB+ZwtFW6wmZN1Ykw==","signatures":[{"sig":"MEUCIG1UfBlkAHbNvnmlb+n0u/riXt1PuFRu2YcPgbx1w2czAiEA1evDBuADyApW4kLh7txfqDmbUAkEHUz2iLLs3P66YqI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28412},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"2fece040fb87fed1afcb41c58afd8824482ee15e","scripts":{"lint":"xo","test":"npm run lint && NODE_ENV=test nyc ava","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"9.6.1","dependencies":{"ip":"1.1.5","opn":"5.2.0","args":"3.0.8","send":"0.16.2","boxen":"1.3.0","chalk":"2.3.1","dargs":"5.1.0","micro":"9.1.0","bluebird":"3.5.1","filesize":"3.6.0","fs-extra":"5.0.0","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.3","handlebars":"4.0.11","mime-types":"2.1.18","detect-port":"1.2.2","node-version":"1.1.0","micro-compress":"1.0.0","path-is-inside":"1.0.2","@zeit/check-updates":"1.1.0","openssl-self-signed-certificate":"1.1.6"},"_hasShrinkwrap":false,"devDependencies":{"xo":"0.20.3","ava":"0.25.0","nyc":"11.4.1","husky":"0.14.3","prettier":"1.11.0","lint-staged":"7.0.0","eslint-config-prettier":"2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_6.5.1_1519841980413_0.4073543907437387","host":"s3://npm-registry-packages"}},"6.5.2":{"name":"serve","version":"6.5.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.5.2","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"b6030a82c3f5597813f231f75abc29536bb098f9","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.5.2.tgz","fileCount":12,"integrity":"sha512-Dt1qGg2fb8kF7Ry921zLm7xMX2wd0RzS68aYPUItfXw86fj86ovqo0gkeAkuyqf34BOGRndEx9s+LCEMFrq+qg==","signatures":[{"sig":"MEYCIQDesqCrV+g+nkv8HITYUe5uB+V42mXd+VyQmWJR7DUdVwIhAJHIRDxdJcYHs8Q3KQUXygEUDQZmkaM1PH4oD2OhFrr6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28481},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"10092b288be4a87db01beee58447f3946ec5a90d","scripts":{"lint":"xo","test":"yarn lint && NODE_ENV=test nyc ava","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.7.1","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["yarn lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"9.7.1","dependencies":{"ip":"1.1.5","opn":"5.2.0","args":"3.0.8","send":"0.16.2","boxen":"1.3.0","chalk":"2.3.2","dargs":"5.1.0","micro":"9.1.0","bluebird":"3.5.1","filesize":"3.6.0","fs-extra":"5.0.0","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.3","handlebars":"4.0.11","mime-types":"2.1.18","detect-port":"1.2.2","node-version":"1.1.0","micro-compress":"1.0.0","path-is-inside":"1.0.2","@zeit/check-updates":"1.1.0","openssl-self-signed-certificate":"1.1.6"},"_hasShrinkwrap":false,"devDependencies":{"xo":"0.20.3","ava":"0.25.0","nyc":"11.4.1","husky":"0.14.3","prettier":"1.11.1","node-fetch":"2.1.1","lint-staged":"7.0.0","test-listen":"1.1.0","eslint-config-prettier":"2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_6.5.2_1520274219961_0.2406436242505796","host":"s3://npm-registry-packages"}},"6.4.11":{"name":"serve","version":"6.4.11","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.4.11","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"53ad2cae2cdd164dba5602616dc82f5c9abab211","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.4.11.tgz","fileCount":12,"integrity":"sha512-rXlR/3vFdFa+uuSFvd29S51dtCd1etEcaiuDb1gztHQYAgGbPcz373YZQBLxd9QOLjbicJWCd5qe3kz1pI7t8g==","signatures":[{"sig":"MEQCIG50YWmVYPvCzLjBXdZDWo0/aZnL0Pw/+tY5w+0myXaJAiAI3f43S/UNU86A5os0s2yckqBc/TiRoSagUc4BRcTggA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28033},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"12f1c67b7748ff87371da25bf194f3e28c9609f5","scripts":{"lint":"xo","test":"npm run lint && NODE_ENV=test nyc ava","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"9.5.0","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.8","send":"0.16.1","boxen":"1.3.0","chalk":"2.3.0","dargs":"5.1.0","micro":"9.1.0","bluebird":"3.5.1","filesize":"3.5.11","fs-extra":"5.0.0","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.2","handlebars":"4.0.11","mime-types":"2.1.18","detect-port":"1.2.2","node-version":"1.1.0","micro-compress":"1.0.0","path-is-inside":"1.0.2","@zeit/check-updates":"1.0.5","openssl-self-signed-certificate":"1.1.6"},"_hasShrinkwrap":false,"devDependencies":{"xo":"0.18.2","ava":"0.24.0","nyc":"11.4.1","husky":"0.14.3","prettier":"1.10.2","lint-staged":"6.0.0","eslint-config-prettier":"2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_6.4.11_1519073779514_0.6504946742662527","host":"s3://npm-registry-packages"}},"8.0.0":{"name":"serve","version":"8.0.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@8.0.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"7b64f6437cc3ccfc6973331ff47ca42a6b287a01","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-8.0.0.tgz","fileCount":4,"integrity":"sha512-SZ6ROcpRX74kiuPwHw1mpEAyG/TaoBr4ffc3g3EFYqSH1BJb+ExSGEG6rTpIQUsTAAqgVb/j5mf7fxhABa3ang==","signatures":[{"sig":"MEYCIQC3A9a3iqeMKxzhJQ6mXL7CgjpdavlVWGYu70NEe94/XQIhAMAjp8hXKACNe77km9l0I8SxICfv5jv0MYC2P8sE40/n","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12597,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbF6aHCRA9TVsSAnZWagAAxLcP/3FlyxMG6caELddhmuG+\noMX3qzy1WAEne63HjPSsBxys5PCIDDaIk8BTB03jxCxDDCckhDAgGPU/u8ip\nuxs7VzyHOWaRtChipHjjuhdM2GfLaUf1IjBHqcDHLmM1hn4MJtv2oghpuY+L\nxhMdPEiHfpCpVrm3Q4mX2vQwUgdvJMGCxMhbNwbG4QVsP7119ucm5b37ZYMq\ncHGw9Jpf3Ntdx68MX7fqgJC8p6zCs05JsnAWk8n4hkCeEQWjB5sSR/b7MvNM\nwfTAWmrZPMDMHIdslx5eDRYwcWJ2NEDIH07jbzBL+JC3np6QJJwW8unv2XOG\n//Itw6hbpHB+uz+6+XM2aow+i/k8v9CuYJQRQMNpUMLwaD5JxRcCscB5/rHG\n11d/UesyPlSQNj/l0KVFns8sP/ZLR+F6Tg3NnUZZs4f+Pgy0gEgo8/QyrTsU\nV0MCXmXB5CifUpay2AUsmleJAmkUcxqqdPvULjwyYZpOnRRqEngyXtn1xBv9\nm26E3UY/w3CUlKTOMI2csEtYmwG9YE74dCNe+z9VASilOszdzPJ7FeXrg3fb\naGGpF5vhb80eG+I9gYSL52sKaUSeRY/w6sOYl6ya0aWepen55NUT3iYos90z\n9ZugRUzjbDUYGISxMVXX8R/cLD+hSCrPYAoAvIl0wtwunuFrE+3At44eAgHw\noxDP\r\n=osvE\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"0abe7ff5321a9ff919b0a10595d4f305de83d041","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.0","arg":"2.0.0","chalk":"2.4.1","update-check":"1.5.2","@zeit/schemas":"1.1.2","serve-handler":"3.0.0"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_8.0.0_1528276614436_0.9073164974777921","host":"s3://npm-registry-packages"}},"6.4.10":{"name":"serve","version":"6.4.10","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.4.10","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"e6ee70820da66dd877fc66ba0f8d90502a95508b","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.4.10.tgz","fileCount":12,"integrity":"sha512-AwEYLvv7JTWFZ870BmieL4MZMbnNvcChJ3AaWXocEx33zdLFVCNRDhlDXex+Ceff4UAhuneKnx/R7xCm/B4V4w==","signatures":[{"sig":"MEQCIHvQqldcLXWYFFNPR5j3OV0ftmVefdcRUyFS8bd01PCNAiAQiTSw8Zq6FAm1JD9s0/Y0nVjJu6HPEpXTfAx3Pa3vvQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27588},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"c4706a863d53dbe6f411901823a6f39be0ffea38","scripts":{"lint":"xo","test":"npm run lint && NODE_ENV=test nyc ava","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"9.5.0","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.8","send":"0.16.1","boxen":"1.3.0","chalk":"2.3.0","dargs":"5.1.0","micro":"9.1.0","bluebird":"3.5.1","filesize":"3.5.11","fs-extra":"5.0.0","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.2","handlebars":"4.0.11","mime-types":"2.1.18","detect-port":"1.2.2","node-version":"1.1.0","micro-compress":"1.0.0","path-is-inside":"1.0.2","@zeit/check-updates":"1.0.5","openssl-self-signed-certificate":"1.1.6"},"_hasShrinkwrap":false,"devDependencies":{"xo":"0.18.2","ava":"0.24.0","nyc":"11.4.1","husky":"0.14.3","prettier":"1.10.2","lint-staged":"6.0.0","eslint-config-prettier":"2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_6.4.10_1518893420816_0.2739726025657845","host":"s3://npm-registry-packages"}},"3.3.0":{"name":"serve","version":"3.3.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.3.0","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"50e77f70fd9c0342c60f7a20e19d20d1488ad846","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.3.0.tgz","integrity":"sha512-w1UoA8mWhfh2n4J/k6T9fwx9P7EsrjTsk9x4t3Dgu0xOGspONqTcxfQqIiBIGlzmmlK4/3xaPP/NdmLglyQ3+g==","signatures":[{"sig":"MEUCIQD6EAQ6/GFWwbClLV8O3fNvfsN5VLewr6b+9cZjHEXzFwIgaJ5uRqjCPj6SYISXt/s2K50eYPSsI0NTZeSIDwrIHB0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"50e77f70fd9c0342c60f7a20e19d20d1488ad846","engines":{"node":">=6.9.0"},"gitHead":"0d11a17e142585578c65819bfb95b4938a606add","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.0.5","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.2.0","dependencies":{"ip":"1.1.4","args":"2.3.0","send":"0.14.2","boxen":"1.0.0","chalk":"1.1.3","micro":"7.0.6","filesize":"3.5.4","path-type":"2.0.0","basic-auth":"1.1.0","copy-paste":"1.3.0","fs-promise":"2.0.0","handlebars":"4.0.6","mime-types":"2.1.14","detect-port":"1.1.0","async-to-gen":"1.3.2","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"1.0.3","is-async-supported":"1.2.0"},"devDependencies":{"xo":"0.17.1","husky":"0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.3.0.tgz_1486931670270_0.41340014268644154","host":"packages-18-east.internal.npmjs.com"}},"3.3.1":{"name":"serve","version":"3.3.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.3.1","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"c6b4c39545abc90e743b1a796f4881b005d2bc50","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.3.1.tgz","integrity":"sha512-O8Z+bk0F6MH2X2ZxBiG/UWQLlGiNr0aFWLULPOUc7lo4u7bBjXgHOC3cQlOWmGOSdfY9h6UboKrVRHGsRH/euw==","signatures":[{"sig":"MEUCIQCE8DQFEvslzbFYcepDSLGSoe8E+6Za1vDxUtTpeeo/3wIgWWMWN/Xa0eMxRYcf/uNracs+fTpiH52aLGPVL2ilhfI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"c6b4c39545abc90e743b1a796f4881b005d2bc50","engines":{"node":">=6.9.0"},"gitHead":"85a2afbf7e18adbb77cecef8b0141dbc01d847dc","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.0.5","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.2.0","dependencies":{"ip":"1.1.4","args":"2.3.0","send":"0.14.2","boxen":"1.0.0","chalk":"1.1.3","micro":"7.0.6","bluebird":"3.4.7","filesize":"3.5.4","path-type":"2.0.0","basic-auth":"1.1.0","copy-paste":"1.3.0","fs-promise":"2.0.0","handlebars":"4.0.6","mime-types":"2.1.14","detect-port":"1.1.0","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.0.0"},"devDependencies":{"xo":"0.17.1","husky":"0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.3.1.tgz_1487107605283_0.48187366034835577","host":"packages-12-west.internal.npmjs.com"}},"2.1.0":{"name":"serve","version":"2.1.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@2.1.0","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"babel/no-await-in-loop":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"dist/bin/serve"},"dist":{"shasum":"8aece6d02a73f4b2438ea75ea787bc5e915f75ba","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-2.1.0.tgz","integrity":"sha512-vnHu5shaKO+tkEzQJ07pETR8JEqQtJ7Uyjx2M/lbutgA4+rmZdKdTxOW6YsYhgE1+VhdYAlgDPcrMh2la1lzeg==","signatures":[{"sig":"MEUCIA+cuViGFTCMU7yN1YgjeMXJnbigzo41Rlzl4eN7VZBpAiEAt8ghrs3M47lvsndm2HFnQuvBctfOhziwooe70Iz7ubs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","babel":{"plugins":["transform-es2015-modules-commonjs","transform-async-to-generator"]},"files":["dist","views"],"_shasum":"8aece6d02a73f4b2438ea75ea787bc5e915f75ba","gitHead":"0d38c2cc733ca9e33fd784e3b0ee2aee4c129138","scripts":{"dev":"gulp","test":"xo","build":"gulp build","prepublish":"npm run build"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"3.10.10","description":"Single-command HTTP directory listing and file serving","directories":{},"greenkeeper":{"emails":false},"_nodeVersion":"7.2.1","dependencies":{"args":"2.2.1","send":"0.14.1","chalk":"1.1.3","micro":"6.1.0","filesize":"3.3.0","basic-auth":"1.1.0","fs-promise":"1.0.0","handlebars":"4.0.6","mime-types":"^2.1.12","istextorbinary":"2.1.0","micro-compress":"1.0.0"},"devDependencies":{"xo":"0.17.1","gulp":"3.9.1","gulp-sass":"3.0.0","gulp-babel":"6.1.2","gulp-chmod":"2.0.0","gulp-cached":"1.1.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-2.1.0.tgz_1482268447897_0.9162047712597996","host":"packages-12-west.internal.npmjs.com"}},"7.2.0":{"name":"serve","version":"7.2.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@7.2.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"57cdaffa94daf09f028383350320d4d74390fb88","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-7.2.0.tgz","fileCount":4,"integrity":"sha512-ckRZfFrMcIWECMKKPJuvO9vLDrukCk57l9Ydo3clxQ2jeTFF06V6UzAfKmVI3cMNkI0gnzby9ES+shixTQP0fA==","signatures":[{"sig":"MEYCIQCXIsWM1NiwasuiCLUp40xknMgpxdBcurNMxgoz4v38FAIhAO5Dm7RXcUTEwj+a/TlT7hqSG1udpcVyQuXGZkkC/aAU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12597,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbEUV9CRA9TVsSAnZWagAApBUP/Al8ysbe3LER/XnJq24n\n+pIjNOU7MprHF3kMPUH5k3Dmn+UetC+9vWVk715aCgLheVNaiyN88qKYQ/7O\n/ApmkNIC+NAgiAq0ZGffFB1yslxW325mJ+xy6ydvpyIZ7TNUnxSnyfCDzQlG\nvMhdCF+8GWTno8xlrMHW7RzGg9VPAgl/Q1mgUkiGitKC3Xd0bs3RTwlcA5ol\nrR/DPj29rgS5bJJiCzRJVQG0i935Qep1YWzb1ebXdOUfRNmazJ6gWD16A4np\nc7c1L3Qtu5iXzgwoznnyXSVLe1QLR589cItBzGh5MIww53LUgOosP10lUt88\ny4OJhAD6Uh8VkT8hLrtHIsewNAyUMqmfKQa8AkfIAsl/T3e9/wLo6vaXxGoy\ndGUU+Z/E7ahZeaJlDUN1nQM313zuMEkGA/MiPrtZ3Ikg1wTXGvWc/yNp/Uef\nEsMaD42lT0r/Z932O+HZDOKryOtlmhaEJki1lqM0jTtWcLIs5wQmOByOf/W9\nlkrjBT39xWiZcnFTAsBzXgCY5Qhk9zcYEbxD/+2YhzRbuWkPqV4FQMtd+KCc\nYSjwpeEn8vPCicd2u2cdOv24yle84KZw56d6IqLGabcBfVojGweZDgLkt/wa\ngUb1nPxmvp/C7cNg6spbSpg5OO5mWvRboM28vRC/uIzUNxDpyisiKP2mTT+k\n3PPb\r\n=zZn/\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"1b888aa99bffffcf8500bc4e7fadfe32ea810e59","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.0","arg":"2.0.0","chalk":"2.4.1","update-check":"1.5.2","@zeit/schemas":"1.1.2","serve-handler":"2.4.0"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_7.2.0_1527858557286_0.2890037845248188","host":"s3://npm-registry-packages"}},"14.0.1":{"name":"serve","version":"14.0.1","keywords":["vercel","serve","micro","http-server"],"license":"MIT","_id":"serve@14.0.1","maintainers":[{"name":"brookemosby","email":"brooke.mosby@vercel.com"},{"name":"bvred4244","email":"becky.vredenburg@vercel.com"},{"name":"onebutter","email":"ken.lee@vercel.com"},{"name":"henryheffernan","email":"henry.heffernan@vercel.com"},{"name":"alexkirsz","email":"a.kirszenberg@gmail.com"},{"name":"jridgewell","email":"justin+npm@ridgewell.name"},{"name":"cb1kenobi","email":"chris@cb1inc.com"},{"name":"jasonwiker","email":"jason.wiker@gmail.com"},{"name":"sebastianroming","email":"sebastian.roming@gmail.com"},{"name":"amyegan","email":"amysutter1015@gmail.com"},{"name":"anthonyshew","email":"anthony@inthezone.dev"},{"name":"okikio","email":"okikio.dev@gmail.com"},{"name":"broooooklyn","email":"lynweklm@gmail.com"},{"name":"ypessoa","email":"yasmin.pessoa@vercel.com"},{"name":"zlw241","email":"zach.l.ward6@gmail.com"},{"name":"nalalami","email":"noor.alalami@gmail.com"},{"name":"mbrakken","email":"marc.brakken@gmail.com"},{"name":"wyattjoh","email":"me@wyattjoh.ca"},{"name":"pearlbea","email":"pearlbea@gmail.com"},{"name":"gt-codes","email":"garrett1.tolbert@gmail.com"},{"name":"sowsut","email":"sowju.sutherland@vercel.com"},{"name":"jennifer_stern","email":"jennifer.stern@vercel.com"},{"name":"kaiyuhsu","email":"im.kaiyu@gmail.com"},{"name":"matthewstanciu","email":"mattbstanciu@gmail.com"},{"name":"hannesborno","email":"hannes.borno@vercel.com"},{"name":"lubakravche","email":"luba.kravchenko@vercel.com"},{"name":"aaronbrown-vercel","email":"aaron.brown@vercel.com"},{"name":"denizkusef","email":"den.izk@gmail.com"},{"name":"javierbyte","email":"hi@javier.xyz"},{"name":"kayernyc","email":"kathrin.ayer@gmail.com"},{"name":"janory","email":"szathmary.janos89@gmail.com"},{"name":"goncy","email":"gonzalo.pozzo4@gmail.com"},{"name":"codyogden","email":"cody@codyogden.com"},{"name":"feedthejim","email":"laijimmy0@gmail.com"},{"name":"tilly3g","email":"tilly.gee@vercel.com"},{"name":"wits","email":"witspr@gmail.com"},{"name":"feugy","email":"damien.feugas@gmail.com"},{"name":"gbibeaulaviolette","email":"g.bibeaulaviolette@gmail.com"},{"name":"megbird","email":"meg@vercel.com"},{"name":"dizzyup","email":"hector@me.com"},{"name":"vin-e","email":"vincent@vin-e.com"},{"name":"edgarcerecerezv","email":"edgar.cerecerez@vercel.com"},{"name":"livcarman","email":"olivia.carman@gmail.com"},{"name":"segunadebayo","email":"joseshegs@gmail.com"},{"name":"sambecker","email":"sam@sambecker.com"},{"name":"craigandrews","email":"craigeandrews@gmail.com"},{"name":"mjakobis","email":"marta.hawkins@gmail.com"},{"name":"kale-stew","email":"hello@kylieis.online"},{"name":"chloe.tedder","email":"chloectedder@gmail.com"},{"name":"pbto","email":"pb.to@icloud.com"},{"name":"daniel.campbell","email":"daniel.campbell@vercel.com"},{"name":"arian-vercel","email":"arian.daneshvar@vercel.com"},{"name":"nuta","email":"email@seiya.me"},{"name":"almonk","email":"alasdair.monk@gmail.com"},{"name":"samselikoff","email":"sam.selikoff@gmail.com"},{"name":"dcartertwo","email":"dl.carter00@gmail.com"},{"name":"baruchadi","email":"me@baruchadi.com"},{"name":"ejc","email":"elijah@elijahcobb.com"},{"name":"aaorris","email":"aaorris@gmail.com"},{"name":"doque","email":"dombusser@gmail.com"},{"name":"ryanto","email":"ryanto@gmail.com"},{"name":"nathanhammond","email":"npm@nathanhammond.com"},{"name":"snokohn","email":"snokohn@yahoo.com"},{"name":"johnphamous","email":"johnphammail@gmail.com"},{"name":"tknickman","email":"tknickman@gmail.com"},{"name":"agadzik","email":"andrew.gadzik@vercel.com"},{"name":"thomcrowe","email":"thom@thomcrowe.com"},{"name":"emeraldsanto","email":"yanick.belanger@yahoo.com"},{"name":"ecklf","email":"ecklf@icloud.com"},{"name":"timeyoutakeit","email":"amy.burns87@gmail.com"},{"name":"cramforce","email":"malte.ubl@gmail.com"},{"name":"balazs4","email":"balazs4web@gmail.com"},{"name":"casey.gowrie","email":"casey.gowrie@vercel.com"},{"name":"samuel.foster","email":"samuel.foster@vercel.com"},{"name":"swarnavasengupta","email":"swarnavasengupta@gmail.com"},{"name":"lydiahallie","email":"lydiahallie.dev@gmail.com"},{"name":"ethan_arrowood","email":"ethan@arrowood.dev"},{"name":"kwonoj","email":"kwon.ohjoong@gmail.com"},{"name":"kakadiadarpan","email":"kakadiadarpan@gmail.com"},{"name":"endangeredmassa","email":"endangeredmassa@gmail.com"},{"name":"nick.tracey","email":"nick.tracey@vercel.com"},{"name":"reconbot","email":"wizard@roborooter.com"},{"name":"schlez","email":"gal@spitfire.co.il"},{"name":"crowterli","email":"liam.crowter@vercel.com"},{"name":"gsoltis","email":"greg.soltis@vercel.com"},{"name":"epallerols","email":"epallerols@vercel.com"},{"name":"domysee","email":"me@domysee.com"},{"name":"nwienert","email":"natewienert@gmail.com"},{"name":"arbw","email":"adrian@op74.net"},{"name":"stephdietz","email":"steph.dietz@vercel.com"},{"name":"gudmundur","email":"gudmundur.bjarni@gmail.com"},{"name":"marcgreenstock","email":"marc@marcgreenstock.com"},{"name":"vvo","email":"vincent@codeagain.com"},{"name":"falcoagustin","email":"agustinfalco.11@gmail.com"},{"name":"nabsul","email":"nabsul@outlook.com"},{"name":"bmealey","email":"blakemealey@gmail.com"},{"name":"maedahbatool","email":"maedahbatool@gmail.com"},{"name":"brethudson","email":"bret@brethudson.com"},{"name":"matt.straka","email":"matt.j.straka@gmail.com"},{"name":"jasongullickson","email":"Jason.Gullickson@vercel.com"},{"name":"f3d0r","email":"me@f3d0r.com"},{"name":"gaspar09","email":"gaspar.garcia09@gmail.com"},{"name":"jtaylor0196","email":"jourdandiskin@gmail.com"},{"name":"pieparker","email":"signup+npm@pieparker.com"},{"name":"kelly","email":"korevec@gmail.com"},{"name":"dferber90","email":"dominik.ferber@gmail.com"},{"name":"healeycodes","email":"healeycodes@gmail.com"},{"name":"broph123","email":"henry.brophy@vercel.com"},{"name":"codybrouwers","email":"clbrouwers@gmail.com"},{"name":"gdborton","email":"gdborton@gmail.com"},{"name":"jeffreyarneson","email":"jeffrey@vercel.com"},{"name":"ebb-tide","email":"denizk@gmail.com"},{"name":"msimulcik","email":"simulcik.miro@gmail.com"},{"name":"domeccleston","email":"domeccleston@gmail.com"},{"name":"nutlope","email":"hassan4709@gmail.com"},{"name":"hungrybearstudio","email":"rich@vercel.com"},{"name":"codetaromiura","email":"thexrayone@icloud.com"},{"name":"gkaragkiaouris","email":"gkaragkiaouris2@gmail.com"},{"name":"geovanisouza92","email":"geovanisouza92@gmail.com"},{"name":"dglsparsons","email":"dglsparsons@gmail.com"},{"name":"lostinpatterns","email":"blweiner@gmail.com"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"matheuss","email":"matheus.frndes@gmail.com"},{"name":"igorklopov","email":"igor@klopov.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"tootallnate","email":"nathan@tootallnate.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"javivelasco","email":"javier.velasco86@gmail.com"},{"name":"iamevilrabbit","email":"hello@evilrabb.it"},{"name":"kdy1","email":"kdy.1997.dev@gmail.com"},{"name":"quietshu","email":"g@shud.in"},{"name":"styfle","email":"steven@ceriously.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"lucleray","email":"luc.leray@gmail.com"},{"name":"mglagola","email":"npm@mark.gl"},{"name":"andybitz","email":"artzbitz@gmail.com"},{"name":"paulogdm","email":"paulogdemitri@gmail.com"},{"name":"anatrajkovska","email":"ana.trajkovska2015@gmail.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"arzafran","email":"franco@studiofreight.com"},{"name":"ijjk","email":"jj@jjsweb.site"},{"name":"lfades","email":"luisito453@gmail.com"},{"name":"msweeneydev","email":"mail@mcs.dev"},{"name":"williamli","email":"william@bbi.studio"},{"name":"ragojose","email":"ragojosefrancisco@gmail.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"skllcrn","email":"skllcrn@zeit.co"},{"name":"janicklas-ralph","email":"janicklasralph036@gmail.com"},{"name":"atcastle","email":"atcastle@gmail.com"},{"name":"spanicker","email":"shubhie@gmail.com"},{"name":"housseindjirdeh","email":"houssein.djirdeh@gmail.com"},{"name":"gmonaco","email":"gbmonaco@google.com"},{"name":"kikobeats","email":"josefrancisco.verdu@gmail.com"},{"name":"prateekbh","email":"prateek89born@gmail.com"},{"name":"jkrems","email":"jan.krems@gmail.com"},{"name":"jaredpalmer","email":"jared@palmer.net"},{"name":"gielcobben","email":"g.cobben@gmail.com"},{"name":"chibicode","email":"shu.chibicode@gmail.com"},{"name":"nazarenooviedo","email":"nazareno@basement.studio"},{"name":"samsisle","email":"samko9522@gmail.com"},{"name":"okbel","email":"curciobel@gmail.com"},{"name":"hankvercel","email":"hank@vercel.com"},{"name":"leerobinson","email":"lrobinson2011@gmail.com"},{"name":"elsigh","email":"lsimon@commoner.com"},{"name":"julianbenegas","email":"julianbenegas99@gmail.com"},{"name":"rizbizkits","email":"rizwana.akmal@hotmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"cl3arglass","email":"haltaffer@gmail.com"},{"name":"chriswdmr","email":"github.wolle404@gmail.com"},{"name":"ernestd","email":"lapapelera@gmail.com"},{"name":"ismaelrumzan","email":"ismaelrumzan@gmail.com"},{"name":"jhoch","email":"jrshoch@gmail.com"},{"name":"mitchellwright","email":"mitchellbwright@gmail.com"},{"name":"mrmckeb","email":"mrmckeb.npm@outlook.com"},{"name":"kuvos","email":"npm-public@qfox.nl"},{"name":"creationix","email":"tim@creationix.com"},{"name":"huozhi","email":"inbox@huozhi.im"},{"name":"cmvnk","email":"christina@vercel.com"},{"name":"ktcarter","email":"ktcarter09@gmail.com"},{"name":"padmaia","email":"dev@padmaia.rocks"},{"name":"delba","email":"delbabrown@gmail.com"},{"name":"catsaremlg","email":"joshuadgon@gmail.com"},{"name":"steventey","email":"stevensteel97@gmail.com"},{"name":"gsandhu","email":"gsandhu@csumb.edu"},{"name":"dbredvick","email":"dbredvick@gmail.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"build/main.js"},"dist":{"shasum":"5b6ffc17e18e1a8e963cc392958d7df13e1ef9fd","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-14.0.1.tgz","fileCount":4,"integrity":"sha512-tNGwxl27FwA8TbmMQqN0jTaSx8/trL532qZsJHX1VdiEIjjtMJHCs7AFS6OvtC7cTHOvmjXqt5yczejU6CV2Xg==","signatures":[{"sig":"MEUCIQDQU3G4glXe6rjfaP5JapGVOjDHSHLdTM+2FoXB/66qdAIgP41HMhxSdjCDYgBqyW1qJJwzpVybDyqmDcdqYG2FY1E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22203,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz35qACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpDtQ//Tw7rrFql69SB+o/DlwV6secx4Kf8CIAfNsBfJ14+ipvIscW8\r\nHzHv1CF2QbmuAFTYIyEJkNdzpLKdKyyg1vPVl2/zQoeOcv7ZYN4NqI++N08V\r\nPR0MCdlaZTKhV/Fgbr2zXcEGmj226b/zmwBiol2G859g5tm9vdX3N30WkVMd\r\nQPOmcRFRWjEhsr/kFwHo4itrmXhdJdYgywEBqdGr6fDnyuQNN7DZomyymrGd\r\nqftDjf7HhmDvmci85b7d6BPeTMLS0ShYQzreuwVUb250iyCkKOoNq+zGZu9M\r\ng4frhZ0XBXgg7Q5xSexm8Lo2zFowS25yUGl1BfPOSBUy4yCGfsLrg0K0fIqV\r\neVXRNxkv/glpUlq01xDmqCPuMzAgzCgdlZGXi3b7cSAPJHxduQbAiL172oUD\r\nGWluJShatqSZ+0Z0LPLiilPJHm64xBL8Xdh1i2jNbb4dPfxTmJVmhtPx80f1\r\nupZxIK6ldZqKlN511RtFMjE0cP/ynSbntzv/BSVy/RwQfU1lMPwooSrljbdp\r\nznIrzgZzQ6c3FU3pfwQe1uq7L4rjR8JNLmDKfrULRHDQoHPLQnrwmj0k6uds\r\nJvebHnfFOgDE+/jEIAahbZmZrgSWNzCIat1mmGJMtjDtKRJuUJjyg7Wvxj1e\r\nbCDaouoDMi5y3Oq23rRjeLDr/Mzd8i3wkVg=\r\n=7Zth\r\n-----END PGP SIGNATURE-----\r\n"},"tsup":{"format":["esm"],"outDir":"./build/","target":"esnext"},"type":"module","engines":{"node":">= 14"},"gitHead":"59e6b000d55152a1cc707864501dc6b21741cf19","scripts":{"lint":"pnpm lint:code && pnpm lint:style","test":"pnpm test:tsc","start":"node ./build/main.js","format":"prettier --write --ignore-path .gitignore .","compile":"tsup ./source/main.ts","develop":"tsx watch ./source/main.ts","prepare":"husky install config/husky && pnpm compile","test:tsc":"tsc --project tsconfig.json","lint:code":"eslint --max-warnings 0 source/**/*.ts","lint:style":"prettier --check --ignore-path .gitignore ."},"_npmUser":{"name":"leerobinson","email":"lrobinson2011@gmail.com"},"prettier":"@vercel/style-guide/prettier","repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"8.1.2","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*":["prettier --ignore-unknown --write"],"source/**/*.ts":["eslint --max-warnings 0 --fix"]},"_nodeVersion":"16.13.1","dependencies":{"ajv":"8.11.0","arg":"5.0.2","boxen":"7.0.0","chalk":"5.0.1","clipboardy":"3.0.0","compression":"1.7.4","update-check":"1.5.4","@zeit/schemas":"2.21.0","serve-handler":"6.1.3","chalk-template":"0.4.0","is-port-reachable":"4.0.0"},"eslintConfig":{"extends":["./node_modules/@vercel/style-guide/eslint/node.js","./node_modules/@vercel/style-guide/eslint/typescript.js"],"parserOptions":{"project":"tsconfig.json"}},"_hasShrinkwrap":false,"devDependencies":{"tsx":"3.7.1","tsup":"6.1.3","husky":"8.0.1","eslint":"8.19.0","prettier":"2.7.1","typescript":"4.6.4","lint-staged":"13.0.3","@types/compression":"1.7.2","@vercel/style-guide":"3.0.0","@types/serve-handler":"6.1.1"},"_npmOperationalInternal":{"tmp":"tmp/serve_14.0.1_1657765482317_0.66801280053067","host":"s3://npm-registry-packages"}},"14.0.0":{"name":"serve","version":"14.0.0","keywords":["vercel","serve","micro","http-server"],"license":"MIT","_id":"serve@14.0.0","maintainers":[{"name":"onebutter","email":"ken.lee@vercel.com"},{"name":"henryheffernan","email":"henry.heffernan@vercel.com"},{"name":"alexkirsz","email":"a.kirszenberg@gmail.com"},{"name":"jridgewell","email":"justin+npm@ridgewell.name"},{"name":"cb1kenobi","email":"chris@cb1inc.com"},{"name":"jasonwiker","email":"jason.wiker@gmail.com"},{"name":"sebastianroming","email":"sebastian.roming@gmail.com"},{"name":"amyegan","email":"amysutter1015@gmail.com"},{"name":"anthonyshew","email":"anthony@inthezone.dev"},{"name":"okikio","email":"okikio.dev@gmail.com"},{"name":"broooooklyn","email":"lynweklm@gmail.com"},{"name":"ypessoa","email":"yasmin.pessoa@vercel.com"},{"name":"zlw241","email":"zach.l.ward6@gmail.com"},{"name":"nalalami","email":"noor.alalami@gmail.com"},{"name":"mbrakken","email":"marc.brakken@gmail.com"},{"name":"wyattjoh","email":"me@wyattjoh.ca"},{"name":"pearlbea","email":"pearlbea@gmail.com"},{"name":"gt-codes","email":"garrett1.tolbert@gmail.com"},{"name":"sowsut","email":"sowju.sutherland@vercel.com"},{"name":"jennifer_stern","email":"jennifer.stern@vercel.com"},{"name":"kaiyuhsu","email":"im.kaiyu@gmail.com"},{"name":"matthewstanciu","email":"mattbstanciu@gmail.com"},{"name":"hannesborno","email":"hannes.borno@vercel.com"},{"name":"lubakravche","email":"luba.kravchenko@vercel.com"},{"name":"aaronbrown-vercel","email":"aaron.brown@vercel.com"},{"name":"denizkusef","email":"den.izk@gmail.com"},{"name":"javierbyte","email":"hi@javier.xyz"},{"name":"kayernyc","email":"kathrin.ayer@gmail.com"},{"name":"janory","email":"szathmary.janos89@gmail.com"},{"name":"goncy","email":"gonzalo.pozzo4@gmail.com"},{"name":"codyogden","email":"cody@codyogden.com"},{"name":"feedthejim","email":"laijimmy0@gmail.com"},{"name":"tilly3g","email":"tilly.gee@vercel.com"},{"name":"wits","email":"witspr@gmail.com"},{"name":"feugy","email":"damien.feugas@gmail.com"},{"name":"gbibeaulaviolette","email":"g.bibeaulaviolette@gmail.com"},{"name":"megbird","email":"meg@vercel.com"},{"name":"dizzyup","email":"hector@me.com"},{"name":"vin-e","email":"vincent@vin-e.com"},{"name":"edgarcerecerezv","email":"edgar.cerecerez@vercel.com"},{"name":"livcarman","email":"olivia.carman@gmail.com"},{"name":"segunadebayo","email":"joseshegs@gmail.com"},{"name":"sambecker","email":"sam@sambecker.com"},{"name":"craigandrews","email":"craigeandrews@gmail.com"},{"name":"mjakobis","email":"marta.hawkins@gmail.com"},{"name":"kale-stew","email":"hello@kylieis.online"},{"name":"chloe.tedder","email":"chloectedder@gmail.com"},{"name":"pbto","email":"pb.to@icloud.com"},{"name":"daniel.campbell","email":"daniel.campbell@vercel.com"},{"name":"arian-vercel","email":"arian.daneshvar@vercel.com"},{"name":"nuta","email":"email@seiya.me"},{"name":"almonk","email":"alasdair.monk@gmail.com"},{"name":"samselikoff","email":"sam.selikoff@gmail.com"},{"name":"dcartertwo","email":"dl.carter00@gmail.com"},{"name":"baruchadi","email":"me@baruchadi.com"},{"name":"ejc","email":"elijah@elijahcobb.com"},{"name":"aaorris","email":"aaorris@gmail.com"},{"name":"doque","email":"dombusser@gmail.com"},{"name":"ryanto","email":"ryanto@gmail.com"},{"name":"nathanhammond","email":"npm@nathanhammond.com"},{"name":"snokohn","email":"snokohn@yahoo.com"},{"name":"johnphamous","email":"johnphammail@gmail.com"},{"name":"tknickman","email":"tknickman@gmail.com"},{"name":"agadzik","email":"andrew.gadzik@vercel.com"},{"name":"thomcrowe","email":"thom@thomcrowe.com"},{"name":"emeraldsanto","email":"yanick.belanger@yahoo.com"},{"name":"ecklf","email":"ecklf@icloud.com"},{"name":"timeyoutakeit","email":"amy.burns87@gmail.com"},{"name":"cramforce","email":"malte.ubl@gmail.com"},{"name":"balazs4","email":"balazs4web@gmail.com"},{"name":"casey.gowrie","email":"casey.gowrie@vercel.com"},{"name":"samuel.foster","email":"samuel.foster@vercel.com"},{"name":"swarnavasengupta","email":"swarnavasengupta@gmail.com"},{"name":"lydiahallie","email":"lydiahallie.dev@gmail.com"},{"name":"ethan_arrowood","email":"ethan@arrowood.dev"},{"name":"kwonoj","email":"kwon.ohjoong@gmail.com"},{"name":"kakadiadarpan","email":"kakadiadarpan@gmail.com"},{"name":"endangeredmassa","email":"endangeredmassa@gmail.com"},{"name":"nick.tracey","email":"nick.tracey@vercel.com"},{"name":"reconbot","email":"wizard@roborooter.com"},{"name":"schlez","email":"gal@spitfire.co.il"},{"name":"crowterli","email":"liam.crowter@vercel.com"},{"name":"gsoltis","email":"greg.soltis@vercel.com"},{"name":"epallerols","email":"epallerols@vercel.com"},{"name":"domysee","email":"me@domysee.com"},{"name":"nwienert","email":"natewienert@gmail.com"},{"name":"arbw","email":"adrian@op74.net"},{"name":"stephdietz","email":"steph.dietz@vercel.com"},{"name":"gudmundur","email":"gudmundur.bjarni@gmail.com"},{"name":"marcgreenstock","email":"marc@marcgreenstock.com"},{"name":"vvo","email":"vincent@codeagain.com"},{"name":"falcoagustin","email":"agustinfalco.11@gmail.com"},{"name":"nabsul","email":"nabsul@outlook.com"},{"name":"bmealey","email":"blakemealey@gmail.com"},{"name":"maedahbatool","email":"maedahbatool@gmail.com"},{"name":"brethudson","email":"bret@brethudson.com"},{"name":"matt.straka","email":"matt.j.straka@gmail.com"},{"name":"jasongullickson","email":"Jason.Gullickson@vercel.com"},{"name":"f3d0r","email":"me@f3d0r.com"},{"name":"gaspar09","email":"gaspar.garcia09@gmail.com"},{"name":"jtaylor0196","email":"jourdandiskin@gmail.com"},{"name":"pieparker","email":"signup+npm@pieparker.com"},{"name":"kelly","email":"korevec@gmail.com"},{"name":"dferber90","email":"dominik.ferber@gmail.com"},{"name":"healeycodes","email":"healeycodes@gmail.com"},{"name":"broph123","email":"henry.brophy@vercel.com"},{"name":"codybrouwers","email":"clbrouwers@gmail.com"},{"name":"gdborton","email":"gdborton@gmail.com"},{"name":"jeffreyarneson","email":"jeffrey@vercel.com"},{"name":"ebb-tide","email":"denizk@gmail.com"},{"name":"msimulcik","email":"simulcik.miro@gmail.com"},{"name":"domeccleston","email":"domeccleston@gmail.com"},{"name":"nutlope","email":"hassan4709@gmail.com"},{"name":"hungrybearstudio","email":"rich@vercel.com"},{"name":"codetaromiura","email":"thexrayone@icloud.com"},{"name":"gkaragkiaouris","email":"gkaragkiaouris2@gmail.com"},{"name":"geovanisouza92","email":"geovanisouza92@gmail.com"},{"name":"dglsparsons","email":"dglsparsons@gmail.com"},{"name":"lostinpatterns","email":"blweiner@gmail.com"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"matheuss","email":"matheus.frndes@gmail.com"},{"name":"igorklopov","email":"igor@klopov.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"tootallnate","email":"nathan@tootallnate.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"javivelasco","email":"javier.velasco86@gmail.com"},{"name":"iamevilrabbit","email":"hello@evilrabb.it"},{"name":"kdy1","email":"kdy.1997.dev@gmail.com"},{"name":"quietshu","email":"g@shud.in"},{"name":"styfle","email":"steven@ceriously.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"lucleray","email":"luc.leray@gmail.com"},{"name":"mglagola","email":"npm@mark.gl"},{"name":"andybitz","email":"artzbitz@gmail.com"},{"name":"paulogdm","email":"paulogdemitri@gmail.com"},{"name":"anatrajkovska","email":"ana.trajkovska2015@gmail.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"arzafran","email":"franco@studiofreight.com"},{"name":"ijjk","email":"jj@jjsweb.site"},{"name":"lfades","email":"luisito453@gmail.com"},{"name":"msweeneydev","email":"mail@mcs.dev"},{"name":"williamli","email":"william@bbi.studio"},{"name":"ragojose","email":"ragojosefrancisco@gmail.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"skllcrn","email":"skllcrn@zeit.co"},{"name":"janicklas-ralph","email":"janicklasralph036@gmail.com"},{"name":"atcastle","email":"atcastle@gmail.com"},{"name":"spanicker","email":"shubhie@gmail.com"},{"name":"housseindjirdeh","email":"houssein.djirdeh@gmail.com"},{"name":"gmonaco","email":"gbmonaco@google.com"},{"name":"kikobeats","email":"josefrancisco.verdu@gmail.com"},{"name":"prateekbh","email":"prateek89born@gmail.com"},{"name":"jkrems","email":"jan.krems@gmail.com"},{"name":"jaredpalmer","email":"jared@palmer.net"},{"name":"gielcobben","email":"g.cobben@gmail.com"},{"name":"chibicode","email":"shu.chibicode@gmail.com"},{"name":"nazarenooviedo","email":"nazareno@basement.studio"},{"name":"samsisle","email":"samko9522@gmail.com"},{"name":"okbel","email":"curciobel@gmail.com"},{"name":"hankvercel","email":"hank@vercel.com"},{"name":"leerobinson","email":"lrobinson2011@gmail.com"},{"name":"elsigh","email":"lsimon@commoner.com"},{"name":"julianbenegas","email":"julianbenegas99@gmail.com"},{"name":"rizbizkits","email":"rizwana.akmal@hotmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"cl3arglass","email":"haltaffer@gmail.com"},{"name":"chriswdmr","email":"github.wolle404@gmail.com"},{"name":"ernestd","email":"lapapelera@gmail.com"},{"name":"ismaelrumzan","email":"ismaelrumzan@gmail.com"},{"name":"jhoch","email":"jrshoch@gmail.com"},{"name":"mitchellwright","email":"mitchellbwright@gmail.com"},{"name":"mrmckeb","email":"mrmckeb.npm@outlook.com"},{"name":"kuvos","email":"npm-public@qfox.nl"},{"name":"creationix","email":"tim@creationix.com"},{"name":"huozhi","email":"inbox@huozhi.im"},{"name":"cmvnk","email":"christina@vercel.com"},{"name":"ktcarter","email":"ktcarter09@gmail.com"},{"name":"padmaia","email":"dev@padmaia.rocks"},{"name":"delba","email":"delbabrown@gmail.com"},{"name":"catsaremlg","email":"joshuadgon@gmail.com"},{"name":"steventey","email":"stevensteel97@gmail.com"},{"name":"gsandhu","email":"gsandhu@csumb.edu"},{"name":"dbredvick","email":"dbredvick@gmail.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"build/main.js"},"dist":{"shasum":"e17e57e7898c01772b3c9d8c7cc2cc3cce771807","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-14.0.0.tgz","fileCount":4,"integrity":"sha512-Q29Asg2zBhdSepu18Ci63yWUZbCnqEvSNNy1BIpju+7pBOQ1qQ5qHDpRk+tj6RZ+wqBvEqyJWNZKAQAtXlA5fg==","signatures":[{"sig":"MEYCIQDB8PBXCjUeuY/mbuBFKr89lwDljTQp4tQAEbUCUAuuGQIhALIZBPKAJ5j+seN/1GRpMDrE15gFSvHAvVd+8sybMzzM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22110,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizZ9mACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpovg//crVi6PHET5xSmktXimIqNpx/taMs8azkYnIg9DkMnUCimDMd\r\niH3+HlwCDoPIYEzERbbLKWULm2gP8V9SRDZEZ8Fv5A8Y6m3edWxwuAfVYyWV\r\n2vOxJUhcd2ggDQNg8Kr9iSWwspDj4IZSLpNruqILbIrdOLEZ7IjNim3XP0wy\r\nyfCcXbrblFzVAsNTasw+L243eS1ww0rM6GP9iHBtwvHAwhbrj5qfEYhlvV1q\r\nrXHJ6lbbLrh7OwUEN+vgs+cRyQeaC30t7E+adW6gfBLvUS/wi4+ze0rrwXZt\r\nJlKVlOo2eNZgCdY0lFbKyi7hCY3efVX4AXfrZ2IbyweKFk8MRBoO7q3Jbz3d\r\nSNjLX4PI3b4XE6QnhXgLyfXu7aTronexQ0WFRgZqig8cN1kxW8ubk7ShPdM4\r\nP69pxNgm/INFgmKbt25y+WdjsHnCZ4T0oE5vwQ2m4e3O1FgrJoeXo0rR0dNc\r\n/3D8b44Xs7oDwlyUV8JTyO+oL4S/GBidZid0J63E06Vmi3FyyIVWhL5TNZPq\r\nYeLEemkyLcrsEs0caIzhWP0nftBU7RQmLEIv5cs69Uya37W38J5bpB+SgS63\r\ngpfFfXE6WNIsKy9Hk+ZcANDr+JFtvpTz8al+o8utzvlerQsxlqJ6Erz9T8ci\r\nxglQ2QNQ+dWPXl7bP5wPhRc45qyeO/O97rM=\r\n=8Uhu\r\n-----END PGP SIGNATURE-----\r\n"},"tsup":{"format":["esm"],"outDir":"./build/","target":"esnext"},"type":"module","engines":{"node":">= 14"},"gitHead":"995247de1a29b751a0023425c691895f4eb15d78","scripts":{"lint":"pnpm lint:code && pnpm lint:style","test":"pnpm test:tsc","start":"node ./build/main.js","format":"prettier --write --ignore-path .gitignore .","compile":"tsup ./source/main.ts","develop":"tsx watch ./source/main.ts","prepare":"husky install config/husky && pnpm compile","test:tsc":"tsc --project tsconfig.json","lint:code":"eslint --max-warnings 0 source/**/*.ts","lint:style":"prettier --check --ignore-path .gitignore ."},"_npmUser":{"name":"leerobinson","email":"lrobinson2011@gmail.com"},"prettier":"@vercel/style-guide/prettier","repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"8.1.2","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*":["prettier --ignore-unknown --write"],"source/**/*.ts":["eslint --max-warnings 0 --fix"]},"_nodeVersion":"16.13.1","dependencies":{"ajv":"8.11.0","arg":"5.0.2","boxen":"7.0.0","chalk":"5.0.1","clipboardy":"3.0.0","compression":"1.7.4","update-check":"1.5.4","@zeit/schemas":"2.21.0","serve-handler":"6.1.3","is-port-reachable":"4.0.0"},"eslintConfig":{"extends":["./node_modules/@vercel/style-guide/eslint/node.js","./node_modules/@vercel/style-guide/eslint/typescript.js"],"parserOptions":{"project":"tsconfig.json"}},"_hasShrinkwrap":false,"devDependencies":{"tsx":"3.7.1","tsup":"6.1.3","husky":"8.0.1","eslint":"8.19.0","prettier":"2.7.1","typescript":"4.6.4","lint-staged":"13.0.3","@types/compression":"1.7.2","@vercel/style-guide":"3.0.0","@types/serve-handler":"6.1.1"},"_npmOperationalInternal":{"tmp":"tmp/serve_14.0.0_1657642854462_0.7320968591426806","host":"s3://npm-registry-packages"}},"8.1.3":{"name":"serve","version":"8.1.3","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@8.1.3","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"4352347f8a3955f2a33ef2d245660787419e1af4","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-8.1.3.tgz","fileCount":4,"integrity":"sha512-Lio6tiMF0Lifzc5NY+a/j+JgOE799hcU5ImlIFy5gTHOOWwnIUStH78lQxbYLqHjiawHsffa1Lq5fTn2C7PYGQ==","signatures":[{"sig":"MEUCIQDW0ZWX/5BF+SsqiCO28frlAf3ExbfbAzHdeL//lfoU5AIgYRR3k5VB66retEvLS2DD+7H+oIG8RY9yexswEB7AS4c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12853,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbHkPzCRA9TVsSAnZWagAAXvsP/iCpRAfsYjxerx02Ip1w\nQQH1irJd+3Ya/LJYReGOuWCeQULNgOz6/RqQmEfdOF0N7aNORuUyz+OzL2ro\ne95rRRK7SoWlsIGzzhIpVoi/QOl6U0y2RV5TEFnpKRC4EyZVaHhvpblncDj6\nCqQZQ33cwdRci5FStgrpRSOd5AQJq3pcmPeQSPgrqvYobr8hCwY1/W6b4NvQ\nSKDb2WUDqSVQO4lkxZeNkY+f9UpdmpoL8WIUwBxEJieiFTXV2b7boU6riwMp\nOa4GLPuuXiJaiKiffEbjprvvfLtpvmNxZUhGjpLIxh7sSbiFRbdKpp3pe+nu\nkpkOD+yBQJtMW1I1Wm+9msbt/lagEDqzEQ23+l2rqKfPKTfLAi6JbcAQHBrm\n1EXVv7XKHCxJ6wFCm/5YAEf3we/plOjJYBLYl45Oj61zMEkQ78w4k0nhLx40\ng2fUFhElaD9ErQwZZ4/iUi4ZasmfRmMdLksW0BSUmVw9zmI7AoubeTtkav60\n5guYRbXeXgulzeCtRNLOISLGoPZCSBQqxflZWqxITi48fZsCx4wPVHyA8Cmp\n830h6hyFDs1LRx9rHmNPJGoBscTVzjpywS6hRfLOoZlu7gBXRrio1QxDKfwD\n0CA3FpgQ4mjw6lRO1aqWUYimIJNwSqcdVkKNrOUHE/dFCYZuv9Bc23Fsbs4j\nA6PL\r\n=WlBx\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"43f2c0bcf226901ddbddeb2926d5a78b7cbe81d7","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.1","arg":"2.0.0","chalk":"2.4.1","update-check":"1.5.2","@zeit/schemas":"1.2.0","serve-handler":"3.1.1"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_8.1.3_1528710130464_0.3132877484934071","host":"s3://npm-registry-packages"}},"8.1.4":{"name":"serve","version":"8.1.4","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@8.1.4","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"a9fb34d85599084c18d9e0d2cccbba6a99a9a208","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-8.1.4.tgz","fileCount":4,"integrity":"sha512-BzJ1qC/i+IPVLE1yzEHbm+VfH9jcVMItZoFstdtwY8kG2wT2agzD75n7wDn/03VDYIPorRF42NgCjz2lEjIlCw==","signatures":[{"sig":"MEYCIQD0WKrvf1GmqiAXnplO2stuRJ2xiRnvRJ5qhdrGcNQFogIhANI4RCmScbvpEvfH7kQ/ue2jYdoRKWfgh6OSEXw/WV2r","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12853,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbHuO2CRA9TVsSAnZWagAAtM4P/08GGED2Pn7+4TU+6XCg\nchqY9WVs8FCFv3sIZqNw1lDWgewMNxMmBa4ZEDTiSTowRHEaEnJSBvMRGFPC\ndR0JfpKOrD7JRm2Brp/czukmx5PecUi27mrIE1JPPyuSrKG53iJI4Xmpc0XD\n5c3x5HTAvSwBkIf3d0UpYU6cUIMEqxrOJdX1qMYLgUaynkQpuG7aIqjALmWd\nrQ9QReHxPp/YMdcQV+8X3jrOomi+VPad5n2NfDg9Op36Kk7nJ82f/ZGHiVuu\nOnEVEVCZG/lZA1vHp/YQMoofQJ8mtH1cYsbsOprX2zaN3HB8przyhWShSwvg\nCU/h5WiZIPAzEJhvKnDiwyQQ8iIR1d04H2RSP23Ld9jaZOVe3DJ4QJieA35n\n4PGarWdk9srhZGvx5iY2Yu7PA4OFm/+EUlv9RLxWpXmOjZJXdl2L2QLjoeZv\npD3ACnsJ39X+yDK/vXjsdZMG1pzfYEMJs50woROaOYo1EtjP8/bCI1d5nU75\nDcLhTvuKOkz0whudJ4iHNLU514xhnwKuKBdJeQcZ1b0l/np93nDorFncdJQR\nMjB4jEUU6suUGKlGvguY+nxvy7NY5g3BxOhkIL5i1NOtzqIUMx5+jff0utEN\nX5BPb2lfvFUOwjm9JRRSQ6L5ICUNCkuxV+cC0tEGuq/qt3QLhaKjlTlnlK9y\nuadp\r\n=EkNl\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"69411f72f5833f2f7ce20d0aebd4a40c8cd519fd","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.1","arg":"2.0.0","chalk":"2.4.1","update-check":"1.5.2","@zeit/schemas":"1.2.0","serve-handler":"3.1.2"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_8.1.4_1528751029869_0.005898777638857711","host":"s3://npm-registry-packages"}},"2.1.1":{"name":"serve","version":"2.1.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@2.1.1","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"babel/no-await-in-loop":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"dist/bin/serve"},"dist":{"shasum":"346ab9e241fadaac11407ac862315908b0e942f0","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-2.1.1.tgz","integrity":"sha512-GrMHRDaGNKy8qOMeTYpDK7Nx2rzpIzmSb6iRNAGIr2C5EFZ6YGPS7SBfdpogm9LQt50K1N1zhX2O69iDVA+R0A==","signatures":[{"sig":"MEUCIDIr3Md7Nw08sjQnCD8OT8ZMHJ11KAe9EoFAlW9GK7e6AiEAhiG10sLVBTXExXitcLVf8zWX/Vz4T5OJGXl5LIikKoM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","babel":{"plugins":["transform-es2015-modules-commonjs","transform-async-to-generator"]},"files":["dist","views"],"_shasum":"346ab9e241fadaac11407ac862315908b0e942f0","gitHead":"cfa567958ef708c02fcf42c17cd893092fd59367","scripts":{"dev":"gulp","test":"xo","build":"gulp build","prepublish":"npm run build"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"3.10.10","description":"Single-command HTTP directory listing and file serving","directories":{},"greenkeeper":{"emails":false},"_nodeVersion":"7.2.1","dependencies":{"args":"2.2.1","send":"0.14.1","chalk":"1.1.3","micro":"6.1.0","filesize":"3.3.0","basic-auth":"1.1.0","fs-promise":"1.0.0","handlebars":"4.0.6","mime-types":"^2.1.12","istextorbinary":"2.1.0","micro-compress":"1.0.0"},"devDependencies":{"xo":"0.17.1","gulp":"3.9.1","gulp-sass":"3.0.0","gulp-babel":"6.1.2","gulp-chmod":"2.0.0","gulp-cached":"1.1.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-2.1.1.tgz_1482356097797_0.43805788457393646","host":"packages-12-west.internal.npmjs.com"}},"2.1.2":{"name":"serve","version":"2.1.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@2.1.2","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"babel/no-await-in-loop":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"dist/bin/serve"},"dist":{"shasum":"b04b5365c674b2a04ac7dd6e322319fc90301c1e","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-2.1.2.tgz","integrity":"sha512-kvk803Yn4J7tsZxYyIGI/TwFRkwO8BnxiJrtiU3sl83fJMbpYMd1cq52bGyCYnW1nj0frlTsoVEZ5GV1L9btoA==","signatures":[{"sig":"MEUCIQDgFUY1VuPBaHuyG4bdAFQQeOBqXOaFJgzeicywiUtaWAIgKPXJkrPdkFGR84/sGKmnyZrT6WtTvxnG9Yz+ie7T2e4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","babel":{"plugins":["transform-es2015-modules-commonjs","transform-async-to-generator"]},"files":["dist","views"],"_shasum":"b04b5365c674b2a04ac7dd6e322319fc90301c1e","gitHead":"afed7ebdd508c67dffba083695c5e7328805f82b","scripts":{"dev":"gulp","test":"xo","build":"gulp build","prepublish":"npm run build"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"3.10.10","description":"Single-command HTTP directory listing and file serving","directories":{},"greenkeeper":{"emails":false},"_nodeVersion":"7.2.1","dependencies":{"args":"2.2.1","send":"0.14.1","chalk":"1.1.3","micro":"6.1.0","filesize":"3.3.0","basic-auth":"1.1.0","fs-promise":"1.0.0","handlebars":"4.0.6","mime-types":"^2.1.12","istextorbinary":"2.1.0","micro-compress":"1.0.0"},"devDependencies":{"xo":"0.17.1","gulp":"3.9.1","gulp-sass":"3.0.0","gulp-babel":"6.1.2","gulp-chmod":"2.0.0","gulp-cached":"1.1.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-2.1.2.tgz_1482356234335_0.813170297536999","host":"packages-18-east.internal.npmjs.com"}},"1.3.0":{"name":"serve","version":"1.3.0","keywords":["static","server","connect"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"_id":"serve@1.3.0","maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"homepage":"https://github.com/visionmedia/serve","bugs":{"url":"https://github.com/visionmedia/serve/issues"},"bin":{"serve":"./bin/serve"},"dist":{"shasum":"5ce045ed944f073fe4d65e4b8c5e115fab8de854","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-1.3.0.tgz","integrity":"sha512-OJrn3tXihoDp9n2xruxfPujkmS4dTn3SzC7fTwk/QtJh8opMiAI5fiptp9hh9EfWnlhS23vwfR2CXM8Yirq+SA==","signatures":[{"sig":"MEUCIGhu0Ibu/2noVNPU/cY02mALnAdT/mMpXLGchUZi4bt2AiEA+8NGkDgCdbHLIIyJOjs0g/4Vk4psuvzMQnntzG14aUQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"repository":{"url":"https://github.com/visionmedia/serve.git","type":"git"},"_npmVersion":"1.2.25","description":"Simple command-line file / directory server built with connect","directories":{},"dependencies":{"jade":"*","stylus":"*","connect":"2.3.x","commander":"0.6.1","less-middleware":"*"},"preferGlobal":true},"6.0.4":{"name":"serve","version":"6.0.4","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.0.4","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"08c907e938bf06d41fba0c33c7f62d292108b3d2","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.0.4.tgz","integrity":"sha512-Ral2RtgY8k7CW/cTovWKFxax/lFI9zDw4ANznUnV1GfgFawrfNFQDqIGjVs6DkrgtFk6XAQ4TQEuRDcF0DmzcA==","signatures":[{"sig":"MEQCIDE7Wxo9HZjd94ZBzuc5TLdV71um0TvKECZF11mNmxk9AiAHBfh7U4AXInc31xIApQOKoVzvxxd8xj819/9Irk9B8w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"cc9d8ea90e03ad399512366afeac5dce0bbe8bda","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.3.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"8.2.1","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.4","send":"0.15.3","boxen":"1.2.1","chalk":"2.0.1","dargs":"5.1.0","micro":"7.3.3","bluebird":"3.5.0","filesize":"3.5.10","fs-extra":"4.0.0","path-type":"3.0.0","basic-auth":"1.1.0","clipboardy":"1.1.4","handlebars":"4.0.10","mime-types":"2.1.16","detect-port":"1.2.1","node-version":"1.1.0","micro-compress":"1.0.0","update-notifier":"2.2.0"},"devDependencies":{"xo":"0.18.2","husky":"0.14.3","prettier":"1.5.3","lint-staged":"4.0.2","eslint-config-prettier":"2.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.0.4.tgz_1501445812872_0.0722085868474096","host":"s3://npm-registry-packages"}},"6.4.0":{"name":"serve","version":"6.4.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.4.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"397d7c97c8b9ff728a41d9bd4a75db0d7ddad43e","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.4.0.tgz","integrity":"sha512-Gt6K2NrmMjqX/kk7TuUvuSwZe+fKw86zIosQ5cWhvOyYgxIveRVCvX4loWnihZOLwVpq/0MEYiFI8ost0hWzJg==","signatures":[{"sig":"MEQCIDW3wLjlzURyXqDQ0zGNl0iIQAV7aKPpODHGXKLKTbmSAiBMQyCbWxHhHYleKRtnnollFX0DvWir7mIsWIJYs9Fybw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"08da443acd2d237b715d8ded617fdaae60e18321","scripts":{"lint":"xo","test":"npm run lint && NODE_ENV=test nyc ava","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.5.1","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"8.7.0","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.7","send":"0.16.1","boxen":"1.2.1","chalk":"2.1.0","dargs":"5.1.0","micro":"9.0.0","bluebird":"3.5.1","filesize":"3.5.10","fs-extra":"4.0.2","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.1.4","handlebars":"4.0.10","mime-types":"2.1.17","detect-port":"1.2.1","node-version":"1.1.0","micro-compress":"1.0.0","update-notifier":"2.3.0","openssl-self-signed-certificate":"1.1.6"},"devDependencies":{"xo":"0.18.2","ava":"0.22.0","nyc":"11.2.1","husky":"0.14.3","prettier":"1.7.4","lint-staged":"4.2.3","eslint-config-prettier":"2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.4.0.tgz_1509372117327_0.6657557738944888","host":"s3://npm-registry-packages"}},"6.0.5":{"name":"serve","version":"6.0.5","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.0.5","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"743ec5146b7c58cab79bb0b39fafe55664e34bcf","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.0.5.tgz","integrity":"sha512-Z0dGew7wYb6j0YfSI2YeTk/Yew33X2bNn3aaxO8kIibepWGSO1nIjqucPRydOiyY6M0N5vASDvnZHKqAwjdBww==","signatures":[{"sig":"MEUCIQDbYXwXnbTXGJEp5/ZcD9jgRN9ZxjZ8oO92HfoX1tleNwIgCTeIMGGBZIEP46C3iPIBXVV8U82XKjbR9DyHi2T+Y+4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"b54205b942e483ed36818133fd136f4e4ba7cb47","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.3.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"8.2.1","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.4","send":"0.15.3","boxen":"1.2.1","chalk":"2.0.1","dargs":"5.1.0","micro":"8.0.0","bluebird":"3.5.0","filesize":"3.5.10","fs-extra":"4.0.1","path-type":"3.0.0","basic-auth":"1.1.0","clipboardy":"1.1.4","handlebars":"4.0.10","mime-types":"2.1.16","detect-port":"1.2.1","node-version":"1.1.0","micro-compress":"1.0.0","update-notifier":"2.2.0"},"devDependencies":{"xo":"0.18.2","husky":"0.14.3","prettier":"1.5.3","lint-staged":"4.0.2","eslint-config-prettier":"2.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.0.5.tgz_1501612266635_0.4297338977921754","host":"s3://npm-registry-packages"}},"6.4.1":{"name":"serve","version":"6.4.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.4.1","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"a8bdc469e4709c82f673682accdacdf1c1316321","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.4.1.tgz","integrity":"sha512-oKc03byDwYQPrOZpfvDTTkjuMtRhRyWRu961LSt/0Uvj0Bv5UPY3LaESfxl8vfaZWBTibzOZIdkyvIAQLXJZ0A==","signatures":[{"sig":"MEYCIQDteleEbbhxnLtFCQrZ1RpU3N0RCagD70t58UUIjIBJLwIhAMkJnJ/VQUjInOJb05s7GoMRUNP8QHg1z8h6TCgtC0GL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"05e386c598b7fb58025ff0469977b1ca13057d31","scripts":{"lint":"xo","test":"npm run lint && NODE_ENV=test nyc ava","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.5.1","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"9.0.0","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.7","send":"0.16.1","boxen":"1.2.2","chalk":"2.3.0","dargs":"5.1.0","micro":"9.0.0","bluebird":"3.5.1","filesize":"3.5.11","fs-extra":"4.0.2","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.1.4","handlebars":"4.0.11","mime-types":"2.1.17","detect-port":"1.2.1","node-version":"1.1.0","micro-compress":"1.0.0","update-notifier":"2.3.0","openssl-self-signed-certificate":"1.1.6"},"devDependencies":{"xo":"0.18.2","ava":"0.23.0","nyc":"11.3.0","husky":"0.14.3","prettier":"1.7.4","lint-staged":"4.3.0","eslint-config-prettier":"2.7.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.4.1.tgz_1509745288431_0.3698315592482686","host":"s3://npm-registry-packages"}},"10.1.2":{"name":"serve","version":"10.1.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@10.1.2","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"805917f2692ed5d8720bbd1981ac3974d38b7d8d","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-10.1.2.tgz","fileCount":4,"integrity":"sha512-TVH35uwndRlCqSeX3grR3Ntrjx2aBTeu6sx+zTD2CzN2N/rHuEDTvxiBwWbrellJNyWiQFz2xZmoW+UxV+Zahg==","signatures":[{"sig":"MEQCIC1Nl2SQA588bNDFWVbYl4qNMPCM8QSBEC29naDzS0KVAiA+r7ATYmX9Z5yi7Yfmbcek1y0G76WROvp1dxq4OLR/pw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15685,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWrWtCRA9TVsSAnZWagAAJMwP/iwJXQu2KbMf74hsJPF2\nzXiw6kCW6WjXPGhvtWqzvSSsw3+LNWzDJUQG41fiQtubPwYSDxLg5kFDZ+lV\nxi9iVJRP1BmtJigWX1zm2oIcx5lpgGzAUxeupfDu/05KFMxv2kSbVbcAXZjf\nNyoTG8vM4AEEQHLOZPiTGNk0PGmlOynus0wMI7wMYCcb2qtZp3o4sx2YRIzP\nTXgaBJnxlSUSjiD0BFRkck8t8sc4eHbZFfyEPZX2VYfmw4ya7HY7E3x3ZBgW\nsOpOX//rOXUNhrScQqAFc6bInzipJKZg5PNrvnITHcZR0F4doCzRi1H0A4jG\nHVfh/3NyNzAI2ZkbzjDEmmdvh0qWi+CZgp4l+iQIcn/VBQ1KiVF1TTiZp9Pm\n2zseqaHbhsmCQpH4csA+xfgWkhgC0Bl+PySxLGNc0qAXMhyRCjTjCu1bEYG8\nA7SmEZe+wNrJTMgvfRHytacnzcPh4MvYgvM0twUCGbbQfCYMiResA2o95CPE\nFLy6xg2VhS+Lk2aILZGKr45NpxRR7J5NAMhe9vXgk1qfr4+DZLrnoF5UC2m4\nqELqmIoFLbBFDBzbUacmlqSliCE7CtSKHOjLX6NuItV2DoTSP0z2rNJ6th0T\nOReiNh2TLQ79KMkTdf93dJOV87hWMOOvanNdn5jzgXxHaOe+cw5f2GA/caN7\npwf0\r\n=H/sf\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"73206336971c38e9f4867dc8cd88f95bd996f37d","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.5.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"11.9.0","dependencies":{"ajv":"6.5.3","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","compression":"1.7.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"5.0.8"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_10.1.2_1549448620356_0.9019983239278131","host":"s3://npm-registry-packages"}},"6.0.2":{"name":"serve","version":"6.0.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.0.2","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"2ffc8ac891057c827df8570f6ba20219916ad0f4","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.0.2.tgz","integrity":"sha512-6FfRFFv3QJOUMqdmfKq/eB/3Zs4ZP6PmwhV/vNXQI67Dv4OckMwqtss4uUNqK+7YkbT56yC45ceueaeUHc7ZNA==","signatures":[{"sig":"MEQCIGxNP8hk71ENSZI5Qw8rKRMgcSdF8xPqD6bHGXWqQboNAiB4K6uqisofrr6kCk0I9sEAFB+oaXs72opuL3oEXRdPuA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"f4098ee6da4d6787a3845945ff4e137866328ecd","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.1.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"8.1.3","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.2","send":"0.15.3","boxen":"1.1.0","chalk":"2.0.1","dargs":"5.1.0","micro":"7.3.3","bluebird":"3.5.0","filesize":"3.5.10","fs-extra":"3.0.1","path-type":"2.0.0","basic-auth":"1.1.0","clipboardy":"1.1.4","handlebars":"4.0.10","mime-types":"2.1.15","detect-port":"1.2.1","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.2.0"},"devDependencies":{"xo":"0.18.2","husky":"0.14.3","prettier":"1.5.2","lint-staged":"4.0.1","eslint-config-prettier":"2.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.0.2.tgz_1499464536545_0.5389795191586018","host":"s3://npm-registry-packages"}},"10.1.1":{"name":"serve","version":"10.1.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@10.1.1","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"29a0210fc6fc2d9bbd67e977a0e487deb0e86789","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-10.1.1.tgz","fileCount":4,"integrity":"sha512-B1ca73zGFRS/bYQkbDw6BVEpRiUKdtnkwtvkMjx598jU5tyieua9lHyqdwUoup4/ek20I74EzncTC0gZuYng4Q==","signatures":[{"sig":"MEQCIAsDhlZc7P34zPu1bfpNaJ5WNpk+JINZQJD8P6fuY+rzAiAbJvCfafEVRNlNliEyKG+ibCjCee/JisGuZJ35Anc45g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15570,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6ermCRA9TVsSAnZWagAAldMP/1Bl1ZEE334HV6/YW0N/\nuA7rnSAq3nxQwA6/yjLBig3JeC0unULgVJn8JtSVlhaZln3QL3LMMgt7y5Pr\nKuqCxu6jlI9DfX3470+tOZqfLk4ATit0IENrXzFZRavh9GxDY0stTuL/TiVN\n4XJwaDdfsVmbOYyyKTMQ5OMYOVeTvpu7NMArI9m1asauw2rF7hpvzBDph9ss\nMH6ivwi+MLvpeGjKtbU27y+EZMn51WacNM6zwK5wsBzDwcwlT65FLpCsljKC\nNnk6H3bDjIxVlfYvg7crIYKOwKF306lgCNfIKxyeA4+lAm/GcnUZ4VKukzOl\nZFPooMgmEkKCb3yEQYWPlYG/YNqfUm6SIY2chCPpP1NWIvkAp5SnQFSpBeOX\nQIce5Flub5lwz3d+HDrJibHODsKovZxOkwb+FuZhi4NKwzolbP88SnNUoh3N\nu26LZOLVxdc2zHhYNhc1ty4jJGFFhbyFr45m5MDR4GhGZlLFYdNZDWc1CGD4\naW98UPqzOZHSw66mciuitCtxq8UfQKtIOSRaUNERUd6evxkMqx3uG1UsQdZE\nbynOMhP/yFu7nBugSaA+xerbuUKlkScpbppCmE/vCW3N0miup9lnG9hG/a7p\n9nwnqdiTnEFDz4ily4xuGTFC4dq4/7mLFpIuhItIkDWfwKfFgzv2AsLTTkno\nZmuz\r\n=WSWw\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"f799412e41723a320368b9190e14903c02de61e9","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.4.1","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"11.0.0","dependencies":{"ajv":"6.5.3","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","compression":"1.7.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"5.0.7"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_10.1.1_1542056677941_0.8967109711045671","host":"s3://npm-registry-packages"}},"6.0.3":{"name":"serve","version":"6.0.3","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.0.3","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"c4c2b56d0bf8a2a5a008a182dfa3fb29ac359550","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.0.3.tgz","integrity":"sha512-dWGYW5dSHjm30AaiKmlBcPaPqX73J373SCJqzmhymk8upFqbdyv/SIvQ7IIXZYKwq2vHiROpQmR6wi5GsRtiuw==","signatures":[{"sig":"MEUCIEMp2iSKzcQgfcyrIF7LLRvNMc83+ifnRXn8vm0m/ghMAiEA62Pfo4X5t8QoldTyzTdd1Jhu5DT/YUgA4J5vDp2wWYQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"667e605d0c34fbef631c947761e54587f191f4fe","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.3.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"8.2.1","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.4","send":"0.15.3","boxen":"1.2.1","chalk":"2.0.1","dargs":"5.1.0","micro":"7.3.3","bluebird":"3.5.0","filesize":"3.5.10","fs-extra":"4.0.0","path-type":"3.0.0","basic-auth":"1.1.0","clipboardy":"1.1.4","handlebars":"4.0.10","mime-types":"2.1.15","detect-port":"1.2.1","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.2.0"},"devDependencies":{"xo":"0.18.2","husky":"0.14.3","prettier":"1.5.3","lint-staged":"4.0.2","eslint-config-prettier":"2.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.0.3.tgz_1500898097213_0.04705350403673947","host":"s3://npm-registry-packages"}},"10.1.0":{"name":"serve","version":"10.1.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@10.1.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"f3f51b145d23f6b37e39ae919fa5930b0fdabdaa","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-10.1.0.tgz","fileCount":4,"integrity":"sha512-i0Od6vZn8xZq2ROuLLPJxyDV0QdYoozoN6c9AsjTMi1KFrXhjhdnp/GATCG+X3LhMxdBkKOB2xygL6gAjtfP/w==","signatures":[{"sig":"MEUCIQDFmFH3KpBHJf6hSWClC+i0K3FgRhVQPrnNUbVck5jQSAIgPBVOMQeaq7pXnvGruXJ/h0ZbKuJ+OUSHOioZHioDl8Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15570,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6dEVCRA9TVsSAnZWagAA9IkP/R4vdcrAKJOUMPPq221G\nsAA+TNsgaUa9m8H28oo0vPUsDD4Z13xVoDXNrG7icjPaHPccJXhwAxvTW6ag\nXnnJ4BedH2TlcOQvmUXeAr0JOUaj1UL+jDyMHYbgrCxo+5oGqr9GaS0QOxJp\njhYXFz1miekBHRqtkpjEVJyV0t5Pnn8wHnPWcoJ3KoRYwVz7tHn0iqjfxHSC\noBJtX0Sm6Zpu1XKHB0IKNtlMp+n/MsK84X+9V86fA5F7+SgM8y6JFCWNWHoy\nVSBpnJruNmqKnfwtkqk/R3OnJstWW5VHgkZxa5yeLgrBd+mWn6BoIZGGpJhx\nstZFsB8CnB+vhKaYpEQC2LhZdyp0BQkjoBnpuvhJej1FGl10smNI5ZFEwzum\nbPg9bp/IjAnCbcPAa1jV7lESriuqfgxF6PTqlM1xexb1m8ODa+YBwHqdZG7v\nFKrbLCOhMNnhXz74+6KoIpQZzXtG3US0oFYAvAX8MbaLVcoEEB7TRWgH7EsN\nyI9Nobzq4PlDBQMw5KR7tuFcUAKPU+uqkK9WgpicEgAGNNVcQBHbIZyM9F2s\nfOSs3K3RI/TYAXVfZe5oqXw3d1POKjcUcwo8ImLTVnVP0B5zbJXI9lor24JT\nHNdopxB0a6S2tDSJLSZPQ0/HUddDNC1q6d5x6wGHOxI45DQNZizfl8HjkOlO\n+q4v\r\n=eleY\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"fa4a460646758629df77ea3de37523d59b51548b","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.4.1","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"11.0.0","dependencies":{"ajv":"6.5.3","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","compression":"1.7.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"5.0.6"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_10.1.0_1542050068836_0.9907511264484308","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"serve","version":"6.0.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.0.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"9b7e2f8c478a6759c87c5de7f5d32c124d09f429","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.0.0.tgz","integrity":"sha512-Q+eKoYXZyXT1SbQqD0rsuPkgbBNEtd67ayYLmCHTjKs55ReAs555NkPpMs+QUQX2FpXlSLFA49viBRI8Q/bDOw==","signatures":[{"sig":"MEYCIQDMclR+JMuwecdcyJF0iOoxG98dBZw8ekHX19Vvq98XUwIhAMUvIuY1YpS9+tRqrpeESkVF7gqyJZOoAFP60lEp8d01","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"9b7e2f8c478a6759c87c5de7f5d32c124d09f429","engines":{"node":">=6.9.0"},"gitHead":"b5c5178b0abc608c827be00ab048161bb12ae8c3","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.2.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"7.9.0","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.2","send":"0.15.3","boxen":"1.1.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.3.3","bluebird":"3.5.0","filesize":"3.5.10","fs-extra":"3.0.1","path-type":"2.0.0","basic-auth":"1.1.0","clipboardy":"1.1.4","handlebars":"4.0.10","mime-types":"2.1.15","detect-port":"1.2.1","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.2.0"},"devDependencies":{"xo":"0.18.2","husky":"0.14.1","prettier":"1.4.4","lint-staged":"4.0.0","eslint-config-prettier":"2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.0.0.tgz_1498338359674_0.4933254006318748","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"serve","version":"6.0.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.0.1","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"8a614a5a2bede2c67ae6f2ff7d6ffd833c8a0b94","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.0.1.tgz","integrity":"sha512-pgjzZlN+SLnAt38e2utki0z3EhCVHquj9DtJYbJOdgBBPGTNl5gsWrj4WgVDAwQvBQ25QndFrYAB9Yq+IZpePQ==","signatures":[{"sig":"MEYCIQD/xdT6vgTsbaS4ys44vzakqNT3eXGxaGsg25K9VN+o1QIhAM3JaZITt94Y0BbFh+K2bQ0BaPuSBCsZlmjnxDnMaqDT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"8a614a5a2bede2c67ae6f2ff7d6ffd833c8a0b94","engines":{"node":">=6.9.0"},"gitHead":"267bbb36abf8a27a7f738a207f862f5fe6a95ee6","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.2.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"7.9.0","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.2","send":"0.15.3","boxen":"1.1.0","chalk":"2.0.1","dargs":"5.1.0","micro":"7.3.3","bluebird":"3.5.0","filesize":"3.5.10","fs-extra":"3.0.1","path-type":"2.0.0","basic-auth":"1.1.0","clipboardy":"1.1.4","handlebars":"4.0.10","mime-types":"2.1.15","detect-port":"1.2.1","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.2.0"},"devDependencies":{"xo":"0.18.2","husky":"0.14.2","prettier":"1.5.2","lint-staged":"4.0.0","eslint-config-prettier":"2.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.0.1.tgz_1499013390139_0.34866468817926943","host":"s3://npm-registry-packages"}},"9.3.0":{"name":"serve","version":"9.3.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@9.3.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"c206529923d398c6e1a066e7566e341f85c9002f","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-9.3.0.tgz","fileCount":4,"integrity":"sha512-uGP2ErKdvyTNzNfDMtdGBQEICcvd3beKOt0OXCrAXg4GwxHXuRzC8magug57Cuw4PR9Lhc9UHGuIZd5GMNeAQA==","signatures":[{"sig":"MEUCIQC89RURZKWutIGlHjsajjiuXIOMDJsCiT0+5ACBf/BtQgIgLpW7B9l1ETkqMEaRe4tULt8Gl7Lv3Hp1XlXDaBEKpYs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbUdVmCRA9TVsSAnZWagAAc3QP/3HDpnjyDw3E/n/Gh2Le\nQmia3l2buFcayYXipLNU3cNQY8mpVJf19SqkHA+4vsAzkOtrJL0ClN7D8Kwn\nTSEe719jX/F4cetbhIuU6zE+Gp4dnHWbU5V9ZQ9Wc1dxZj8Nq4OoIdeLHfhI\nmht6hajhW2hqxZ+0KQvU4Qm+jJicPptxUWqEDcngjjUysVdGfRPgE74sL0gf\npnwuZr+jLwg3uugJjlWEDOW/jCf3QS7uj6gk0ktaTk7AQA6SRfWOH5mpoAk6\ntxxPCbKN+Geg1CHUmj+kjs2Hzrm/15IKgtMbNghfL44o3PAKqDddUc1MyioK\n0JlE3FC5H+Zahv+Rh7NVkzN+h+Zd5v+Nhh3oSV78DUMwxFsgsXui2vukeTVX\nv8WxkBVu8LZ55t6MYcZkHDXGDFo0LkLd64K9atXESLp8eu9OqeeBSRT4GH1S\n33Fjp9d4c45c9yY+JeoBCSeRFs/aGSJU+EXvuhwmGSfTMk3TrZaTnr08DOXB\nksuoi3okPd/juhFVAm8NKJEugZssLfBc+dHgKM+27qAI69ivKVRDJZIl3BrO\nWAsepFK/aZtChpppSly6S3AKrXGxFzzJsZjFsP6UTgvy/ul6WxTjRzkQOkjv\nnArfKBnHGqCCA6AiXDg7Xoz4vtB0+hMOCLiTISeCKqlTnF1f4naZgfE5RWQc\nUeJi\r\n=dUoX\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"91a0234dab5f8846c69f239348eb1f663d8b1591","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.1.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.7.0","dependencies":{"ajv":"6.5.2","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","update-check":"1.5.2","@zeit/schemas":"1.6.3","serve-handler":"3.3.1"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.1.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_9.3.0_1532089702698_0.9756823519712183","host":"s3://npm-registry-packages"}},"5.2.0":{"name":"serve","version":"5.2.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@5.2.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"1cff76a7797b726af563b18d257f39782e1fc4a3","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-5.2.0.tgz","integrity":"sha512-PBz6ywm8GDiWTzrRmB3RipolPojWgvUjObOzs1Oqw4dt2UcwFWBmw9YxP7ubx6hr4imowrLifZIp1opSJT+5yQ==","signatures":[{"sig":"MEYCIQDXLupYoQ/FbOTHN8L0OTHi1ztWiLFA0I+1rqE9vdPxDAIhAM9J+UxHFCYynOuqV/pnQcsj9N2IGGRBJymEZVPiA+j6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"1cff76a7797b726af563b18d257f39782e1fc4a3","engines":{"node":">=6.9.0"},"gitHead":"dc94a0f7105457f454ad9b1515a1c651f978e0cd","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.2.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"7.9.0","dependencies":{"ip":"1.1.5","opn":"5.0.0","args":"3.0.2","send":"0.15.3","boxen":"1.1.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.3.3","bluebird":"3.5.0","filesize":"3.5.10","fs-extra":"3.0.1","path-type":"2.0.0","basic-auth":"1.1.0","clipboardy":"1.1.2","handlebars":"4.0.10","mime-types":"2.1.15","detect-port":"1.1.3","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.1.0"},"devDependencies":{"xo":"0.18.2","husky":"0.13.4","prettier":"1.3.1","lint-staged":"3.5.1","eslint-config-prettier":"2.1.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-5.2.0.tgz_1496298587346_0.7938612855505198","host":"s3://npm-registry-packages"}},"5.2.1":{"name":"serve","version":"5.2.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@5.2.1","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"f71a2cf2392e596abec9e3fed8280dd2dc370954","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-5.2.1.tgz","integrity":"sha512-jPuCl58IGUBubxEkeSB1fTA5LcxfU/lDJ4sQj9BoMASDaDCtuuVxqOtyRiEgEi7HNI/b9lmHsvIxlpzO2mMnhA==","signatures":[{"sig":"MEQCIDQ1S6cJXM4js5H3exJ0Juogtb9MBp9Gp7tA/pOSt8LNAiAk+Wzmx8n5xtL4sSMKnyLuVA3uCiV2sL3EfdUEyrbQQw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"f71a2cf2392e596abec9e3fed8280dd2dc370954","engines":{"node":">=6.9.0"},"gitHead":"7a27cae36039bcd085f254da44902bfc6062ca8c","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.2.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"7.9.0","dependencies":{"ip":"1.1.5","opn":"5.0.0","args":"3.0.2","send":"0.15.3","boxen":"1.1.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.3.3","bluebird":"3.5.0","filesize":"3.5.10","fs-extra":"3.0.1","path-type":"2.0.0","basic-auth":"1.1.0","clipboardy":"1.1.2","handlebars":"4.0.10","mime-types":"2.1.15","detect-port":"1.1.3","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.1.0"},"devDependencies":{"xo":"0.18.2","husky":"0.13.4","prettier":"1.3.1","lint-staged":"3.6.0","eslint-config-prettier":"2.1.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-5.2.1.tgz_1496414768730_0.1444200968835503","host":"s3://npm-registry-packages"}},"5.2.2":{"name":"serve","version":"5.2.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@5.2.2","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"15a19e94b0955ad758b3a22c386a1261b53e3efa","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-5.2.2.tgz","integrity":"sha512-IYiWBYDgdvecriGJzKTHa7mvZUX0Ys0UzgM3t5GUXC6kYNMuDjURYo4ChTVu6L4t+oMQM7Iq9iAKLlBn4GT8aA==","signatures":[{"sig":"MEUCIG3k3T1n7C7C1ta7HGIChpWKY7xSBpun6FEILSwMNqbbAiEAoOFOJy6P0ksBp0UQHJKghKCIMJrKsirHOyyQUEzXpHM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"15a19e94b0955ad758b3a22c386a1261b53e3efa","engines":{"node":">=6.9.0"},"gitHead":"8d556096d8ccca2409ee3b0d30fc3ac862a1c08b","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.2.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"7.9.0","dependencies":{"ip":"1.1.5","opn":"5.0.0","args":"3.0.2","send":"0.15.3","boxen":"1.1.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.3.3","bluebird":"3.5.0","filesize":"3.5.10","fs-extra":"3.0.1","path-type":"2.0.0","basic-auth":"1.1.0","clipboardy":"1.1.2","handlebars":"4.0.10","mime-types":"2.1.15","detect-port":"1.2.0","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.2.0"},"devDependencies":{"xo":"0.18.2","husky":"0.13.4","prettier":"1.4.1","lint-staged":"3.6.0","eslint-config-prettier":"2.1.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-5.2.2.tgz_1496846157469_0.7232841288205236","host":"s3://npm-registry-packages"}},"5.2.3":{"name":"serve","version":"5.2.3","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@5.2.3","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"c4256ef83132a2c2d1c80c2626c57ba9a8afeeaf","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-5.2.3.tgz","integrity":"sha512-k/rr37i/dTSRgWgn1syUHGliVuGG2THVoR0zjsltdr8fljSqedo+KQVzXIDqwQ/sjSYGIE03kvSjVXI4iPbaaw==","signatures":[{"sig":"MEUCIDFCXUr8J+rLEr2m6+QLQKvydKXYO0HKvW4Vp9sBvxrsAiEA+jS02MIdPAAOiZh8Ae0YLjrow8ZFkAym8muU0CpcdxQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"c4256ef83132a2c2d1c80c2626c57ba9a8afeeaf","engines":{"node":">=6.9.0"},"gitHead":"132f6626bfd6bc2e35163cb43d85ad294da3344e","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.2.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"7.10.0","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.2","send":"0.15.3","boxen":"1.1.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.3.3","bluebird":"3.5.0","filesize":"3.5.10","fs-extra":"3.0.1","path-type":"2.0.0","basic-auth":"1.1.0","clipboardy":"1.1.4","handlebars":"4.0.10","mime-types":"2.1.15","detect-port":"1.2.1","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.2.0"},"devDependencies":{"xo":"0.18.2","husky":"0.13.4","prettier":"1.4.4","lint-staged":"4.0.0","eslint-config-prettier":"2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-5.2.3.tgz_1497979347713_0.710804149042815","host":"s3://npm-registry-packages"}},"5.2.4":{"name":"serve","version":"5.2.4","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@5.2.4","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"4742c05f65a2330f788cdde901cd7a09b23a99f6","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-5.2.4.tgz","integrity":"sha512-1fGkAwdgVgm8AjlEJnB8oualAnYL2OnouYt+L52zP1XyQ72IVsQdJYYDtSFW5/6vigSD7l4f56X8hnN1fx7sXA==","signatures":[{"sig":"MEQCIComMu4dB8WTd35OeqUN/8ch0tAEoOw6pK9EONLLzq+OAiAK5Bv4gya0mxFgB/o2owpCbUJbkja9QvpBmn1/oi7mMw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"4742c05f65a2330f788cdde901cd7a09b23a99f6","engines":{"node":">=6.9.0"},"gitHead":"2685085dba5a706fcb1d36ce867bc2f4fddd78e1","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.2.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"7.9.0","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.2","send":"0.15.3","boxen":"1.1.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.3.3","bluebird":"3.5.0","filesize":"3.5.10","fs-extra":"3.0.1","path-type":"2.0.0","basic-auth":"1.1.0","clipboardy":"1.1.4","handlebars":"4.0.10","mime-types":"2.1.15","detect-port":"1.2.1","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.2.0"},"devDependencies":{"xo":"0.18.2","husky":"0.13.4","prettier":"1.4.4","lint-staged":"4.0.0","eslint-config-prettier":"2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-5.2.4.tgz_1498122086214_0.30595256807282567","host":"s3://npm-registry-packages"}},"11.0.1":{"name":"serve","version":"11.0.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@11.0.1","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"60893a727563da08654250566e3ad7377a0a3ec3","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-11.0.1.tgz","fileCount":4,"integrity":"sha512-kmcR5jOumMcmoDVJk7izj2Gnz+ql4K3Xq1g0l4XX598lLYvbXgfS1oeTgckPVGzsk0MU/dBPHiolRgH0fI7c5g==","signatures":[{"sig":"MEQCIH+h5hxzWkJxUcJHs6TXQlbiNLvly7NbRJ/9A/VqlL92AiANwk9dQTAo22seHnwiR3J8UmICj9vHbfRg/hrE5Qutsw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15998,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7M9yCRA9TVsSAnZWagAAG30P/1AYE6kacZNAN9guLxHA\nVeDMdxzYE00lVGbUfSTPBIIAwkvgtqZE3wzcBDXCHWN03Zc0Q9subIarMpe6\neQ+WdBIGz4asbz/n9MxuqNfOvwOoBVsw/ZQdzIcBpt8CgWl+L9uKotKsIJyC\n9tLyeCJ3A6PacOV/utNxGHHU4+1dSvCMKuXyQ7GCh+4ehGSvLuUxpmWF+FxI\nx+QXPevGEco+uwnK1IaC/An0pbrlI5gsWHVmTGfn74mte7q7E5qhqk2+1GmL\nwHDcUgGnAkFGYIIr9YPpUYvlI+jXN0gMR0kURjWh7r71HXCq8LaAnr+0stsU\nkFoWVwswSbuo82CGN7oO/fM76kVpXAn0KkLpO4JR0BvpZkpFWbPdnVGOG2i7\nFVmvzFdIXhaJkSz7pd4AGFgYADlYQp8KhXby6zyelm48tfGOYtKyImbmh6nk\nRqE0+nC90zQ14CEOAb+HNcDaaTEBXL2f9S9vftQczUN1CdpMmUOu/aAYnvGr\nzx7iu+17KGdCAQ7R5hDFjZUR4QxiwY6AzeW8mqZyPENR1QOLj2D5n5ZEMrpw\nbGP3/UqIuGAggRngRG6OAY1ZMaTXt5WxI/Uflvqeo9FFHw2vREtzP+ENg4nh\nR1DC2Pbxg/HslExMrChQ/EVNkIkvL2MR5kHyh1P9VXqcpQES5zQN8NfoCEZr\n/twL\r\n=8v4W\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"b70502efc28f39af79ddad87fe93a182c751b6bd","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.4.1","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.15.3","dependencies":{"ajv":"6.5.3","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","compression":"1.7.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"6.0.1"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_11.0.1_1559023474195_0.9677874871249363","host":"s3://npm-registry-packages"}},"11.0.0":{"name":"serve","version":"11.0.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@11.0.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"577f4e0f4b57058d12e3be19373f1a3d6d8826dc","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-11.0.0.tgz","fileCount":4,"integrity":"sha512-Gnyyp3JAtRUo0dRH1/YWPKbnaXHfzQBiVh9+qSUi6tyVcVA8twUP2c+GnOwsoe9Ss7dfOHJUTSA4fdWP//Y4gQ==","signatures":[{"sig":"MEUCIQD5azGzLcv4loQnzzv7xGzvoyCXGJwkmLCEFuwYyyh+lwIgCUv/HcRPDYlg3MwQqFjoO1vBbj1E7fI6Uqu58o9C/Io=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15998,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpIZmCRA9TVsSAnZWagAAPzYP/1tlM2BRbcDT5MfM9dpi\nACQtgDGUtxy/y8pXWZscmq/xpIMTCyHz9wjCiUOzdyeolgFNezmPFpif809U\nH5bsJJt74Mo4emhKBzLvORN1oEAjUREfe1CoWEuRpb/RQEyYJOeI3nlKtTwU\nfu54I1/JHgkFg9kq24DrECzM7Vl9ofKUltUZcVIsr9w9lnYS64n4Iub13wsv\n0AdRFNfHocMPvzDA21+jv8FDdYaPTFKTFR72hirRrCkAJ2VOpoCPevYWtack\n9Zu1eSBLy6DDgZSKWfLRymB50s3NRNrjm2xeLZm7Uu33QEptZG7+LNyewLRj\ndGYsb7AL8ZObJASD1nKWWpbSXXtl6Sy9IjFdXTBvcIdxBgwCmN+ppkgqtQ49\ndgYQBRrCMw99C2TLZX27kA6FduZwfMyNiztyb74FJElZntfvLCl2TAFF5zbu\nPs0T6HAqjd92QoywUv6yyTM6uR7k3axF6GYUS1q4vMZGTWf7Aa9Zg0vWqjfu\nWLnfWqt5MSbqxbSYav7CuZD9jVtSTCMTbpASs5OrM6O5oHba3VPqW7pVyico\nMT+5VyhxrFxzV8u0uDZj2g3GoE6h2R2/Lun1SMK2cxkFOQYxwYVVMUwGufWy\nVry5Bhf98fkH073hdyoXpwGennZO84Y5F2Mg5a79LKuEX+Es+zgLgDVztmS/\n7yC3\r\n=RkUA\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"67f6f613e4b525d9cb7b1a80461895863026d3e6","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.7.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"11.12.0","dependencies":{"ajv":"6.5.3","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","compression":"1.7.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"6.0.0"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_11.0.0_1554286182323_0.45439346166686256","host":"s3://npm-registry-packages"}},"11.0.2":{"name":"serve","version":"11.0.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@11.0.2","maintainers":[{"name":"alexaltea","email":"alexandro@phi.nz"},{"name":"anatrajkovska","email":"ana.trajkovska2015@gmail.com"},{"name":"andybitz","email":"artzbitz@gmail.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"arzafran","email":"franco@basement.studio"},{"name":"atcastle","email":"atcastle@gmail.com"},{"name":"b3nnyl","email":"ciao@sylin.me"},{"name":"caarlos0","email":"caarlos0@gmail.com"},{"name":"codetheory","email":"thecodetheory@gmail.com"},{"name":"coetry","email":"allenhai03@gmail.com"},{"name":"dav-is","email":"mail@connordav.is"},{"name":"fivepointseven","email":"fivepointseven@icloud.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"hharnisc","email":"hharnisc@gmail.com"},{"name":"huvik","email":"lukas@huvar.cz"},{"name":"iamevilrabbit","email":"hello@evilrabb.it"},{"name":"igorklopov","email":"igor@klopov.com"},{"name":"ijjk","email":"jj@jjsweb.site"},{"name":"janicklas-ralph","email":"janicklasralph036@gmail.com"},{"name":"javivelasco","email":"javier.velasco86@gmail.com"},{"name":"joecohens","email":"joecohenr@gmail.com"},{"name":"juancampa","email":"juancampa@gmail.com"},{"name":"keanulee","email":"npm@keanulee.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"lfades","email":"luisito453@gmail.com"},{"name":"lucleray","email":"luc.leray@gmail.com"},{"name":"manovotny","email":"manovotny@gmail.com"},{"name":"marcosnils","email":"marcosnils@gmail.com"},{"name":"matheuss","email":"me@matheus.top"},{"name":"mfix22","email":"mrfix84@gmail.com"},{"name":"mglagola","email":"mark.glagola@gmail.com"},{"name":"msweeneydev","email":"mail@msweeneydev.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"olliv","email":"olli@zeit.co"},{"name":"paco","email":"pvco.coursey@gmail.com"},{"name":"paulogdm","email":"paulogdemitri@gmail.com"},{"name":"quietshu","email":"ds303077135@gmail.com"},{"name":"rabaut","email":"rabautse@gmail.com"},{"name":"ragojose","email":"ragojosefrancisco@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"sarupbanskota","email":"sbanskota08@gmail.com"},{"name":"skllcrn","email":"skllcrn@zeit.co"},{"name":"sophearak","email":"t.sophearak@gmail.com"},{"name":"styfle","email":"steven@ceriously.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"tootallnate","email":"nathan@tootallnate.net"},{"name":"umegaya","email":"iyatomi@gmail.com"},{"name":"williamli","email":"williamli@bbi.io"},{"name":"zeit-bot","email":"team@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"b8ac227d3005238d9aa3946313c191d6c2b16dd9","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-11.0.2.tgz","fileCount":4,"integrity":"sha512-TjjjwUdPU+STkUyxvZFtkWOTRXdNDNMfot9Z/f97eEeyjPAV69o1TmJrNAlDbvpPu1JEjCoWiGCjkel7kWNF4A==","signatures":[{"sig":"MEQCIDPTGwbFss0BsKWuYZXpguTlkoav0f5ZY7GSUw7ktki8AiBlb33Tbv61l/1+0zebBqUaELK2wX+hX6NikNv07GKgVQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15998,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdCe3+CRA9TVsSAnZWagAAozMP+gMVT+WVzLs198B4cloG\nsTiKKzhC8XQS2nG1FqunbfJZh8nPbJOmFLvLH2O0bQhFykcOOVxPotSPo2bh\nTG3/XF9De58uNqimbuwh853g/izy/ItYPWX1v8DKlXGe7AE+1apuRGEplp/2\noDoTAm5OGxO0jRBp6xz2COu40JDTVdW/YcwNGeAuWnlA3DGvfSYk/Wu4ZChT\n8M5IDjYagCoPHx1uehJpeBdUdnrdshxS9A375YOcwO3bjMgMF1yDPuNRm9Wk\nlynuMUcYmKJWiv307LBTSJPFtIVlEfbZl035hBGo/GYMkfhz44od2e97D+Tv\nLkYPlv45P/NlDnL7zem//HejwPgFcmlQ2s+dFHk8vJHlQnrraWFUaPyZdq3b\nfaid00r4AMxKZhDDV2fzRviCJk0DfQ045q6aG9at3/8Wfq979spkgXTiF2Bu\nIlIU2N5ArOmJ1k6eWufYGVCM4j7h9f7+RWbiLTw0dvPj5VnuQnYJ+92pyaxj\ncQBDONA/TUfsodKI1NZEONK5q9E8bb05X7mP/reksSNPmm1x9sJBgJRKZ8HN\nPTTo9f0vdiThSMumx57ZPEh5JAMRCo8kpnGuhe170ttWj2vMUlR+cU5vUw5e\nbEyIxtvVlg5zCWoeiZJakdotsHPxVzmdPZ3eGnMuA9wJcoyDdAEjKVuw9Yyo\njexF\r\n=VTGv\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"29be62278a92a8dfc52f76ad9f21f02b59876ae5","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.4.1","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.15.3","dependencies":{"ajv":"6.5.3","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","compression":"1.7.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"6.0.2"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_11.0.2_1560931837926_0.09938780148785131","host":"s3://npm-registry-packages"}},"9.1.0":{"name":"serve","version":"9.1.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@9.1.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"5b5d80d0934bc710bd97035475fad585415437af","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-9.1.0.tgz","fileCount":4,"integrity":"sha512-6PXXiYbBz4IN0JZUY6GsEmOfb5EA64vXkldffYf9O4xbL+oRVQN4Gdhqpi5Kjpw5tlQP9z1mKhGh4Ysk4y2TUw==","signatures":[{"sig":"MEUCIQDfCTdN27mcuTD0m+7E5CT3+K19X1B/ghxU0JkpPvQjvwIgNDdhGRB2in6iNj4vSaix5J74TBzbIyBcXrHGuKereoA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14610,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbKCIDCRA9TVsSAnZWagAAuQ4P/R53zwtXpwBoGiqpkqcQ\nBKL+wHFOM5Rrfih4o/wFeCm0XR6Ep/OfgmxirTAddVhYABttbJpvJ/pS077d\nQhgvY1457VXoDBny+zp8u86u3klK4XnGxcudB44/uWMag7lgtBvsLqmEcehK\nv4sVaqzjK+cUimCrJw5qeAcxbaEuqBfno6CWugoNgQHR1iyA4dSxbz6frFQp\n1gIpdsAplcfaowR9eBXZGPk7i3Vyn8gWoH1Q1gl3vLQWrBP7uxh/JG6M7qSE\ngYj8oYQGzIKdipu0hfFdLT++KxizmPttzTMyxf7D6oh1N7KAzuZv60S+v+47\npTWfHc0/NJOBFVsj/FoU8HQb18fH8ouBIOGA/NLrZQ5+lfr2sBGvp8fw997I\nrBehpy8sxIwoF43n1BL+9sT06+VhIvXBSqM0Mv07PYO37VV3+C8fext6d8jb\n6Yif/NT2rRd1SL1rnE4gYV/8BBZwEgFcAfiiMSJKxL33R+KoRGWiP1+M6vvj\ncOnsEk2RXcy8ZFcmKbU9yrCNFaYjHeEyFLrvstWdwEYu03/KJKl3UmelQr3u\nyXSwYli2eQae189i/qoUlx2R/ZHQSP+kWST4ljfi4nurl2WiyvucdHpnFNy/\nKDpqXeZYnLmgcEsHobYoQA1OmMzUe/onTYbeTXTrXe8U14txAfFeyZueLfZ0\niiR5\r\n=cm0j\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"250c972565762c90ee6f16011319a21e9825f234","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.1","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","update-check":"1.5.2","@zeit/schemas":"1.2.0","serve-handler":"3.2.1"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_9.1.0_1529356801670_0.6135153265266939","host":"s3://npm-registry-packages"}},"9.1.1":{"name":"serve","version":"9.1.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@9.1.1","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"5c22225808df12a79fe6a299cad14cfd3d0dbccc","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-9.1.1.tgz","fileCount":4,"integrity":"sha512-+2gZpMDQC6PskB1wth+QCXdQyxypeDba7i6nEU/dze1471gPjVVj6eAXFyKGatxJ9RFVwRgnaAxToq6Fe6i+Hg==","signatures":[{"sig":"MEUCIHeVbaKy9CXWsl8Kxu9xZ7Byo127wO5IYPXpyI5CvoYcAiEA66jPfNEfQgjqTtvx1e4kFGBZ0L+VpLCa0Bc8e//OKlc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14708,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbOn2PCRA9TVsSAnZWagAA7dkP/igtW6vX58K8KPjYVo0O\niuzFfsgTlSeqlC9/hSmnkT2tYzVhsEXz9uexR1ctq3MvHTLEUzul3f8SCNSL\nj3XvW5lqhcSLm9tTYtWUDSepOvPdw+tTJ07Dc3K4XvG1zDMPDFfiPquE/v78\n5fXGLeADJUh0RbAfQuWKQ69AJBIKfnZ8v3P06G+uDKj0S3rBKNp6d2+ldHBX\nlkrwpQy08idAPSV9pFuW4jT4cYqmnPGpthAH5VL8pe00TJTtkU1d/ts+4Pa2\nRz2KwknnpEdNoNxVP3sMO56f35XhhDfmm3bZtv3C9dowKNzyGdxKP07JoSwC\ngDs3XDuFeRw1lgcCudz46E1dSrb9MfGmaXIC+QmUXL78a7u2bw3PQyNDGG7z\nLwqEnYZPHR+Bitf2snTZV+WwVftqgCue4gxM23W2NJxwKkzDzh/KWQC9gPrU\nmMD9fg1xxHzWJr0gidSo8yUPULBbL6GeOPW0v4a+Sv6cwTkH4r/ACKHuXzM3\ncRTHjuksXBV243x20p7yE+HWl4kK57FNh6xLOxp2M+5l9EgVZGzahxVY+YcI\nnabLyNEc4g9UDNQ9j5cdlmnqgs7MkjPGoktGjSuXLB40IBG21qBd1qSFiliL\nGU9EWagy6vr5xXA02Za6hG4w5qg0kW6isfGIpxWB4DsZvRBBAdkXFdR5HAPy\njjwr\r\n=aH9J\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"058f054662d767c9ecb499f4ac302e0b114687fa","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.1","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","update-check":"1.5.2","@zeit/schemas":"1.2.0","serve-handler":"3.2.1"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_9.1.1_1530559887661_0.20981287462224163","host":"s3://npm-registry-packages"}},"6.4.8":{"name":"serve","version":"6.4.8","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.4.8","maintainers":[{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"6057b2f04eadf8d8c0cec9a301592e670808672b","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.4.8.tgz","integrity":"sha512-RiQKBV2pAqb2YhyyRJFqSN+wHKZIlZW7GPgVB7rji6gWNBQcjWso/tpV179vTIgqCfIAsS5T4LPE8WVrqOwkFQ==","signatures":[{"sig":"MEYCIQDyivZS8c4SDhtmQj5wQu541VUQs/i4HDKWfJc5SI3huQIhAKllWR02r7eISwV49Ra0969lhpyzmG5aBX3VCGMzI2ya","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"ce95709c74873040308c88771821bfdaa569be52","scripts":{"lint":"xo","test":"npm run lint && NODE_ENV=test nyc ava","precommit":"lint-staged"},"_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.5.1","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"9.2.0","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.8","send":"0.16.1","boxen":"1.3.0","chalk":"2.3.0","dargs":"5.1.0","micro":"9.1.0","bluebird":"3.5.1","filesize":"3.5.11","fs-extra":"5.0.0","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.2","handlebars":"4.0.11","mime-types":"2.1.17","detect-port":"1.2.2","node-version":"1.1.0","micro-compress":"1.0.0","@zeit/check-updates":"1.0.5","openssl-self-signed-certificate":"1.1.6"},"devDependencies":{"xo":"0.18.2","ava":"0.24.0","nyc":"11.4.1","husky":"0.14.3","prettier":"1.10.2","lint-staged":"6.0.0","eslint-config-prettier":"2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.4.8.tgz_1515875620349_0.6555107482708991","host":"s3://npm-registry-packages"}},"6.4.9":{"name":"serve","version":"6.4.9","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.4.9","maintainers":[{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"1d8721132d58a2f6fc6469bb62df9b5d2eacc5ca","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.4.9.tgz","integrity":"sha512-wGPd2ggc/v1PXL/gz3P0o8/jPuxlwK9ZMST8AjZBbYzdVPTIL3dCrOFrMQqMmt0m96imX71/vyXIR0lkMNtAhA==","signatures":[{"sig":"MEYCIQDMYLBbfcYE/0to4lALrCePCu958/W7KdYzAIpMR3T9lQIhAM3oauv70g89I0LSK9Wq9G5LpAxRXOOqsdSaVC9gRghp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"fcfda217817d2b269c4004c8e73318f075cc1aa4","scripts":{"lint":"xo","test":"npm run lint && NODE_ENV=test nyc ava","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"9.4.0","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.8","send":"0.16.1","boxen":"1.3.0","chalk":"2.3.0","dargs":"5.1.0","micro":"9.1.0","bluebird":"3.5.1","filesize":"3.5.11","fs-extra":"5.0.0","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.2","handlebars":"4.0.11","mime-types":"2.1.17","detect-port":"1.2.2","node-version":"1.1.0","micro-compress":"1.0.0","path-is-inside":"1.0.2","@zeit/check-updates":"1.0.5","openssl-self-signed-certificate":"1.1.6"},"devDependencies":{"xo":"0.18.2","ava":"0.24.0","nyc":"11.4.1","husky":"0.14.3","prettier":"1.10.2","lint-staged":"6.0.0","eslint-config-prettier":"2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.4.9.tgz_1516720868004_0.8791715826373547","host":"s3://npm-registry-packages"}},"6.4.6":{"name":"serve","version":"6.4.6","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.4.6","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"ff16b5e872f616b26b30290634335653b68116dc","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.4.6.tgz","integrity":"sha512-77PCei7i+fx8qzSmGML710uEIS7nBQUQvQMGzKCNsQcSnqC1BhZRl3JqAbnUzirHORpF9YDMteDVssI/uquUSQ==","signatures":[{"sig":"MEUCIQC8gszX4OTf0n+lYxTtNsDst2GBLOau0dw4lwwoWzjtGgIgaSfCBx4z40jBOA/b8kG/IWwxobgfgoHB360/OfMSmSc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"6349e127b86df95e502b5fc7abe1a87ceedcf942","scripts":{"lint":"xo","test":"npm run lint && NODE_ENV=test nyc ava","precommit":"lint-staged","preinstall":"node -e 'if(process.env.npm_config_git)throw`Use yarn: https://err.sh/zeit/yarn`'"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"9.4.0","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.8","send":"0.16.1","boxen":"1.3.0","chalk":"2.3.0","dargs":"5.1.0","micro":"9.1.0","bluebird":"3.5.1","filesize":"3.5.11","fs-extra":"5.0.0","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.2","handlebars":"4.0.11","mime-types":"2.1.17","detect-port":"1.2.2","node-version":"1.1.0","micro-compress":"1.0.0","@zeit/check-updates":"1.0.5","openssl-self-signed-certificate":"1.1.6"},"devDependencies":{"xo":"0.18.2","ava":"0.24.0","nyc":"11.4.1","husky":"0.14.3","prettier":"1.10.2","lint-staged":"6.0.0","eslint-config-prettier":"2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.4.6.tgz_1515870769803_0.6140003986656666","host":"s3://npm-registry-packages"}},"6.4.7":{"name":"serve","version":"6.4.7","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.4.7","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"ed745b9ca8310a0b7dc0842d7d851d2285ef4381","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.4.7.tgz","integrity":"sha512-7FJqX1DAIqxUD+86mt5qXe2wDnMuqS6biuC+3ZReoHM6zYdFzwOV7xRpGTkNe+UVO2KJTrXYRbxGidi7D/ZI6A==","signatures":[{"sig":"MEUCIQC8dLkkNvxtXpzhRPRYNpZN3LrjCrZy2urbfujQmtFR7AIgYjPXP8sOsPVGp9kIp/mmWIdqn4f0dQc9zgMfmtqFnu4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"d0af5c8396ff3b8a0f4c728b6dc5f4d46c89cb1d","scripts":{"lint":"xo","test":"npm run lint && NODE_ENV=test nyc ava","precommit":"lint-staged","preinstall":"node -e 'if(process.env.npm_config_git)throw`Use yarn: https://err.sh/zeit/yarn`'"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"9.4.0","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.8","send":"0.16.1","boxen":"1.3.0","chalk":"2.3.0","dargs":"5.1.0","micro":"9.1.0","bluebird":"3.5.1","filesize":"3.5.11","fs-extra":"5.0.0","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.2","handlebars":"4.0.11","mime-types":"2.1.17","detect-port":"1.2.2","node-version":"1.1.0","micro-compress":"1.0.0","@zeit/check-updates":"1.0.5","openssl-self-signed-certificate":"1.1.6"},"devDependencies":{"xo":"0.18.2","ava":"0.24.0","nyc":"11.4.1","husky":"0.14.3","prettier":"1.10.2","lint-staged":"6.0.0","eslint-config-prettier":"2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.4.7.tgz_1515870948713_0.361970400204882","host":"s3://npm-registry-packages"}},"6.4.4":{"name":"serve","version":"6.4.4","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.4.4","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"4e4e614ff89b0c74b610589d54d4a3fd0899025d","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.4.4.tgz","integrity":"sha512-gP1DMxiWkTYJgJicsbdpuAPSNIeiURsnkXDHtHFoMmsyxjPVCiohVl/uFWK772zt28vZDWvQFh4XoafyLMB4IA==","signatures":[{"sig":"MEYCIQCj0LoSXoGKEg/xAwANxrgAAvKaGDtJBMzn93KrW2O8EwIhAK2OqhFUWeWTytKXFmYAA5j5F5a94BP615GT5f9BSJ+Q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"264e39b6baeb9cad6ef2659e9712b3a47feab2de","scripts":{"lint":"xo","test":"npm run lint && NODE_ENV=test nyc ava","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"9.3.0","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.8","send":"0.16.1","boxen":"1.3.0","chalk":"2.3.0","dargs":"5.1.0","micro":"9.0.2","bluebird":"3.5.1","filesize":"3.5.11","fs-extra":"5.0.0","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.2","handlebars":"4.0.11","mime-types":"2.1.17","detect-port":"1.2.2","node-version":"1.1.0","micro-compress":"1.0.0","update-notifier":"2.3.0","openssl-self-signed-certificate":"1.1.6"},"devDependencies":{"xo":"0.18.2","ava":"0.24.0","nyc":"11.4.1","husky":"0.14.3","prettier":"1.9.2","lint-staged":"6.0.0","eslint-config-prettier":"2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.4.4.tgz_1515248192970_0.7639761851169169","host":"s3://npm-registry-packages"}},"6.4.5":{"name":"serve","version":"6.4.5","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.4.5","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"47caa29bbf87467e45d2283dde774b157fa6bfff","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.4.5.tgz","integrity":"sha512-glFp01dt479zlnDYt3bixWQB5Blbnu4PAThFKJXeD8+RkP9bNfbRy1yq1RDwgZz7lwpl7rWw3CBreTBsYZRBEA==","signatures":[{"sig":"MEUCICUsTLE1ZJWrXE6wCt8tbppbXNKHN5MmFMPRaoAoBck7AiEA91zJpA5GC+rxZ87PqlqR/N9CYH9q5ASLy6kKnxEPUnI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"d9afce37e65d985f7abc3c1c2db0c520d8746c74","scripts":{"lint":"xo","test":"npm run lint && NODE_ENV=test nyc ava","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"9.4.0","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.8","send":"0.16.1","boxen":"1.3.0","chalk":"2.3.0","dargs":"5.1.0","micro":"9.1.0","bluebird":"3.5.1","filesize":"3.5.11","fs-extra":"5.0.0","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.2","handlebars":"4.0.11","mime-types":"2.1.17","detect-port":"1.2.2","node-version":"1.1.0","micro-compress":"1.0.0","@zeit/check-updates":"1.0.5","openssl-self-signed-certificate":"1.1.6"},"devDependencies":{"xo":"0.18.2","ava":"0.24.0","nyc":"11.4.1","husky":"0.14.3","prettier":"1.10.2","lint-staged":"6.0.0","eslint-config-prettier":"2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.4.5.tgz_1515766255400_0.0997051044832915","host":"s3://npm-registry-packages"}},"6.0.6":{"name":"serve","version":"6.0.6","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.0.6","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"76ef4aea7d7e5954bb2bd58dedd21e9d19c7390f","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.0.6.tgz","integrity":"sha512-Aiaq6cL1YQztWeM2Wo8vqB4I6jemw1xzSIjj1AriXb8RMTs4EExlLW+/Wv5svloEsHj8rHgBXNXkbJYiU4CHcg==","signatures":[{"sig":"MEQCIBk3DVTo21+LAX7Gmb/Fnv9ScVJuqzDRXkRpr7bv7btsAiBysDOylYzWoLqLqLthHTLjRXXVA44l6rQgfHdUeZ4FVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"e815b343df5fe92f09d13777a5a1fbabeb7ea997","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.3.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"8.2.1","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.4","send":"0.15.3","boxen":"1.2.1","chalk":"2.0.1","dargs":"5.1.0","micro":"8.0.1","bluebird":"3.5.0","filesize":"3.5.10","fs-extra":"4.0.1","path-type":"3.0.0","basic-auth":"1.1.0","clipboardy":"1.1.4","handlebars":"4.0.10","mime-types":"2.1.16","detect-port":"1.2.1","node-version":"1.1.0","micro-compress":"1.0.0","update-notifier":"2.2.0"},"devDependencies":{"xo":"0.18.2","husky":"0.14.3","prettier":"1.5.3","lint-staged":"4.0.2","eslint-config-prettier":"2.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.0.6.tgz_1501968337375_0.8602491200435907","host":"s3://npm-registry-packages"}},"6.4.2":{"name":"serve","version":"6.4.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.4.2","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"9097592b88f407c3f1c5aafd0a860512c1f3dd3a","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.4.2.tgz","integrity":"sha512-ptocyc/Jj5lzOsXoNfwAJz3pLwhSeeSwvKUlO5KI0+4G0O3gonGYjxHJnDGOyNWo0Bn+KIclGeIgOSL7pM5GcQ==","signatures":[{"sig":"MEUCIQD9TlHePJjWjsbOlnejVP3Hl6c2VSd1T0CLVpXSVCeY8gIga510U0qpH3CUGsk4qVFoptnctSeTo1YiBMK+BRRa1KA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"325a6b1719784fc9f3f60177cb4bf93e85e76705","scripts":{"lint":"xo","test":"npm run lint && NODE_ENV=test nyc ava","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"9.2.1","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.8","send":"0.16.1","boxen":"1.3.0","chalk":"2.3.0","dargs":"5.1.0","micro":"9.0.2","bluebird":"3.5.1","filesize":"3.5.11","fs-extra":"5.0.0","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.2","handlebars":"4.0.11","mime-types":"2.1.17","detect-port":"1.2.2","node-version":"1.1.0","micro-compress":"1.0.0","update-notifier":"2.3.0","openssl-self-signed-certificate":"1.1.6"},"devDependencies":{"xo":"0.18.2","ava":"0.24.0","nyc":"11.3.0","husky":"0.14.3","prettier":"1.9.2","lint-staged":"6.0.0","eslint-config-prettier":"2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.4.2.tgz_1513540120103_0.3843957157805562","host":"s3://npm-registry-packages"}},"6.4.3":{"name":"serve","version":"6.4.3","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.4.3","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"ae44de08a6e5a0b6179252663c40a472ec0f1160","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.4.3.tgz","integrity":"sha512-oD2sedcq5kvjhGdkA78xJFe9lczWx+Bw5ZQIoNkMGDpNMrgnh55yx2PwF2vBeAWZw3+W1Xnz5PpuMxEOdwV+Bg==","signatures":[{"sig":"MEUCIQCXAJ7XKeJYbRzIBS6YC/BXw++JDc1DVlbk8eu5VKzbzwIgWRbIWKph9+fyHaOsOY2Bn9szIYqmqvoTV4snUwzTf8k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"550e2c37b707acacad8cb58802928c15141e4798","scripts":{"lint":"xo","test":"npm run lint && NODE_ENV=test nyc ava","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"9.2.1","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.8","send":"0.16.1","boxen":"1.3.0","chalk":"2.3.0","dargs":"5.1.0","micro":"9.0.2","bluebird":"3.5.1","filesize":"3.5.11","fs-extra":"5.0.0","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.2","handlebars":"4.0.11","mime-types":"2.1.17","detect-port":"1.2.2","node-version":"1.1.0","micro-compress":"1.0.0","update-notifier":"2.3.0","openssl-self-signed-certificate":"1.1.6"},"devDependencies":{"xo":"0.18.2","ava":"0.24.0","nyc":"11.3.0","husky":"0.14.3","prettier":"1.9.2","lint-staged":"6.0.0","eslint-config-prettier":"2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.4.3.tgz_1513647036962_0.7282470872160047","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"serve","version":"3.0.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.0.0","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"a613229f7861d1e0183b583a41f54a5025f5cb1f","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.0.0.tgz","integrity":"sha512-rEVw8y+vtBYlkBGGNnf5MK+1CnaagGTxKlLR/Zs/DDTQqpCMQ6JElcajJZWt88xB8j3TrQ71/IUqaIzuiSsXrA==","signatures":[{"sig":"MEUCIByojAG3P4lcpka9o4MzedtRxGOtTLdE1zq2t+KtUB5rAiEAydyVvcHss20iRC2opDBmNkvwf0NVOfKXwh2Jir15Is4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"a613229f7861d1e0183b583a41f54a5025f5cb1f","engines":{"node":">=6.9.0"},"gitHead":"af388a21d64fa083d6e0054476c27021529616c9","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.0.5","description":"Static file serving and directory listing","directories":{},"greenkeeper":{"emails":false},"_nodeVersion":"7.4.0","dependencies":{"ip":"^1.1.4","args":"^2.2.4","send":"^0.14.2","chalk":"^1.1.3","micro":"^6.2.1","filesize":"^3.5.4","get-port":"^2.1.0","path-type":"^2.0.0","basic-auth":"^1.1.0","copy-paste":"^1.3.0","fs-promise":"^1.0.0","handlebars":"^4.0.6","mime-types":"^2.1.12","async-to-gen":"^1.3.2","node-version":"^1.0.0","tcp-port-used":"^0.1.2","istextorbinary":"^2.1.0","micro-compress":"^1.0.0","update-notifier":"^1.0.3"},"devDependencies":{"xo":"^0.17.1","husky":"^0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.0.0.tgz_1485546718846_0.28661902458406985","host":"packages-12-west.internal.npmjs.com"}},"3.4.1":{"name":"serve","version":"3.4.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.4.1","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"unicorn/no-process-exit":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"fe6eac94ff542897cede01ed01b035f5771d1acd","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.4.1.tgz","integrity":"sha512-ek9OKX6Tpp80OXAcWJOCH/hKNcBxIRjFaTzWTu/tx34L++otX/ER4OdvD7sUHNjF3X7YYej2INWj6EKWPB9ReA==","signatures":[{"sig":"MEYCIQCVg3JVGkFgmqUM9IfZUxOoToR2so6FJR55gEcEHCkkaAIhAOdDbv/7WcQVy2Ko5AwDWL/cM8YxejfVdjY/iSXWkBTd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"fe6eac94ff542897cede01ed01b035f5771d1acd","engines":{"node":">=6.9.0"},"gitHead":"b2d548e1c2864d285c8d386e6c40f91e7ca071c5","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.1.2","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.5.0","dependencies":{"ip":"1.1.4","args":"2.3.0","send":"0.14.2","boxen":"1.0.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.0.6","bluebird":"3.4.7","filesize":"3.5.4","path-type":"2.0.0","basic-auth":"1.1.0","copy-paste":"1.3.0","fs-promise":"2.0.0","handlebars":"4.0.6","mime-types":"2.1.14","detect-port":"1.1.0","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.1.0"},"devDependencies":{"xo":"0.17.1","husky":"0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.4.1.tgz_1487698397589_0.23668275400996208","host":"packages-18-east.internal.npmjs.com"}},"3.0.1":{"name":"serve","version":"3.0.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.0.1","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"4ffebb3b49d1dc6d4917fdbb9a88669712d2971c","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.0.1.tgz","integrity":"sha512-dtDq/t9JuX3snBOY14U3FO06n2YI9k/GnclBXuY7SUE3QGGOPaTfyyxjJEcIpCra/RPi1+o+s6VczRWjzDGrqA==","signatures":[{"sig":"MEQCICGxubSXkrOIlVx7EbbalrMl9dlhGA6gdj0cxpj5S+rIAiAOAuA+hG5i8of0I+12OYSnCL5ejdBoVUBLPavQRc4p+A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"4ffebb3b49d1dc6d4917fdbb9a88669712d2971c","engines":{"node":">=6.9.0"},"gitHead":"ae4b812f105a2b9980ece1d5ef0383b5da0c195d","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.0.5","description":"Static file serving and directory listing","directories":{},"greenkeeper":{"emails":false},"_nodeVersion":"7.4.0","dependencies":{"ip":"^1.1.4","args":"^2.2.4","send":"^0.14.2","chalk":"^1.1.3","micro":"^6.2.1","filesize":"^3.5.4","get-port":"^2.1.0","path-type":"^2.0.0","basic-auth":"^1.1.0","copy-paste":"^1.3.0","fs-promise":"^1.0.0","handlebars":"^4.0.6","mime-types":"^2.1.12","async-to-gen":"^1.3.2","node-version":"^1.0.0","tcp-port-used":"^0.1.2","istextorbinary":"^2.1.0","micro-compress":"^1.0.0","update-notifier":"^1.0.3"},"devDependencies":{"xo":"^0.17.1","husky":"^0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.0.1.tgz_1485547481810_0.9507944141514599","host":"packages-12-west.internal.npmjs.com"}},"3.0.2":{"name":"serve","version":"3.0.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.0.2","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"72a8028689081bf2512c721d3b1707d8e2585080","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.0.2.tgz","integrity":"sha512-cM6dDWCIKR/9c+Ecbv3WIGzneunHe5JY6e4h79dqKiYg7R3CMOvDCly3vMiXhxlJR8t/G8a4wW4W5mm5c2BUbA==","signatures":[{"sig":"MEQCIDyBQHfsO4jOy4ylTdhgemd4wQctnIaRV169utyVxdZ5AiBBo5OVyCzgoj423Y1gjBk61JvPc1C2gtwZm5Ys5+m3cQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"72a8028689081bf2512c721d3b1707d8e2585080","engines":{"node":">=6.9.0"},"gitHead":"884706a1395aef2749af85095c79a9cd9791959d","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.0.5","description":"Static file serving and directory listing","directories":{},"greenkeeper":{"emails":false},"_nodeVersion":"7.4.0","dependencies":{"ip":"^1.1.4","args":"^2.2.4","send":"^0.14.2","chalk":"^1.1.3","micro":"^6.2.1","filesize":"^3.5.4","get-port":"^2.1.0","path-type":"^2.0.0","basic-auth":"^1.1.0","copy-paste":"^1.3.0","fs-promise":"^1.0.0","handlebars":"^4.0.6","mime-types":"^2.1.12","async-to-gen":"^1.3.2","node-version":"^1.0.0","tcp-port-used":"^0.1.2","istextorbinary":"^2.1.0","micro-compress":"^1.0.0","update-notifier":"^1.0.3"},"devDependencies":{"xo":"^0.17.1","husky":"^0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.0.2.tgz_1485547675737_0.029867895180359483","host":"packages-12-west.internal.npmjs.com"}},"3.4.0":{"name":"serve","version":"3.4.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.4.0","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"unicorn/no-process-exit":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"590a7fd0959fe118b9467305fd77db7ba0bda6e9","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.4.0.tgz","integrity":"sha512-gwia+CLqW8kS6AaekcO6oAaO51mhJYujYHqfd7tDtWDTVDg1UGhQoOh60dbXGlOea4ryHcsAr1RsIC8Hi7hpXA==","signatures":[{"sig":"MEQCIEZfqSAOlDYKrbIcAmWaYhLP5QRUSn2lUCi2xYrh80pTAiAsXq4awiTCXMoAmul23yVgzJhINIpZ89+DLG2MXuasOw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"590a7fd0959fe118b9467305fd77db7ba0bda6e9","engines":{"node":">=6.9.0"},"gitHead":"16019b9daa7e6e146182b5096887066463c3fa86","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"3.10.10","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"6.9.5","dependencies":{"ip":"1.1.4","args":"2.3.0","send":"0.14.2","boxen":"1.0.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.0.6","bluebird":"3.4.7","filesize":"3.5.4","path-type":"2.0.0","basic-auth":"1.1.0","copy-paste":"1.3.0","fs-promise":"2.0.0","handlebars":"4.0.6","mime-types":"2.1.14","detect-port":"1.1.0","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.1.0"},"devDependencies":{"xo":"0.17.1","husky":"0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.4.0.tgz_1487528256074_0.991982324514538","host":"packages-18-east.internal.npmjs.com"}},"7.1.0":{"name":"serve","version":"7.1.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@7.1.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"4eba44ef46b5d902fd650f9baf2fc8a2997ce405","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-7.1.0.tgz","fileCount":4,"integrity":"sha512-zKAEee1aYeMd6+pOA5526yuAdvEZDj/DGJ6z1u5pfFi03wc1K8BvIBdpAaCblg9nNK/z3x6WDxxiPQoAkQni4g==","signatures":[{"sig":"MEUCIGQ3s3rfdODyXtVpA4NnpPgPTo8uwFZN/3bIMSsEDOVhAiEA2U2MP00xs1+g2oC+xx0CBp7PhAM6bCoWqK+81eKimWQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12083,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDS79CRA9TVsSAnZWagAAo+0P/1yZYnQwT9SPC035SRE8\nShDALLR72Ug7ja675mxX3scXZPPqxdCtAxmfeyZuhZeOAcnDdrop5vTDI0ey\nGn6Zln076v+3xOMM0q3iQqBVRLFRSdvYKRpX+bugoq3nXdjX7sMJy+jUglyD\nG9ghf5asjzMRpjIfnyKqSDI29u7IMnN/e+ZyRTfs16eID6rVGOAlxybXYK+6\nAMK0KdOQc/n0se48ddVuU3isHzigQsjA55EQbVRFHqVXA0ZpV8iTQd7qLhUH\nxAXDWgZHOsy9DgI60LDdveOALHpAtLfzW3YLlh8RCi152juYFq93JhXsSA6b\nu34k3hgiaemUUv21HzBZdcNkrjcjZRzlT+MlTij15nPwS/BlcAbNllYFGKNA\nIDeJAlpr0+5MdE7o5k4XK7oPIUKBkem8dNIul4fGrn/NN/IbSsP97IpXAxTG\nI/5r4B6NsIzIXt6+9KVdBbZ3uoFzsaSHgYUO5awotNa3FbWhawZ+RmwUNYdN\nXhyuXGC41JV+gY3z/59sOyFhDaaQgfCt0lfliMOUKpUDTElx9Zk8vzknvpRj\niPBiVF+9k7/Zh2g2Nxd+l84DIM/aaZAbCpGK5ptPxin431OKv6yFoU42F3j6\nyRVWNl17pmKbaUg4/Ew4g1yrf3cQxB1xoBNDmh9lH20bVjaAIR9IE7NPpP1E\numJJ\r\n=mfuY\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"a567a0a3fde1e4a30da88678db2d7c219aeb6b6b","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.0","arg":"2.0.0","chalk":"2.4.1","update-check":"1.5.2","@zeit/schemas":"1.1.1","serve-handler":"2.3.12"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_7.1.0_1527590652693_0.032796810481380057","host":"s3://npm-registry-packages"}},"7.1.1":{"name":"serve","version":"7.1.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@7.1.1","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"1d028cfcbad60aa977c9a399b9520849416cc72f","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-7.1.1.tgz","fileCount":4,"integrity":"sha512-OxmX4QYPcGmnfsAuijOHy8GnjGgECD33DS6naySeXnd+anPVuwZNtGOjYuFuQQuLxVL1DhkJkR60tL6V/5MnSg==","signatures":[{"sig":"MEUCIEwKOHH3Y+yHw8sV2ginxVMkmQL9SoGBajtOcv9o1GE1AiEA9jf8CJrZqk1VY5N2CHN/N7cn7nyGwuL2691xXN1bEUQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDTgiCRA9TVsSAnZWagAAWZkP/jP2bDMwrDwCqahS1mDI\nwNEwxcDcbubBSeaTPj6xc8fWqhD2XbgBFwwxTMZgBgF7f1gO1Ht2aCRllIyh\nCrkiOlFbkZ7JQ9LwOdldxCl9ZlkFAk7NwbLexiGVw9qhP0dEhMgQ3y5ErgDj\nVE9ANUsYwxHDB0ViSLnAms8gnZA2xbfmULgWGAIJKRYOFekJDi/Dol1vkgzu\n1rgUpiDNghImXoj9EDWwGbMNtTceqW6KF5iyg7WawbObDeFP2vBKMh+aLqy8\nV0jh92U0skmZavcamiGdfX3CZKQnrZmG6Jz/cMlOviv0MibsQFGQel7Z9YeO\nfOe+xX1u+dqcFMtRqwy4qdGl6RQL4PdDWHQOVy3ims3T2a3HR4HMA7F/yJxK\n4hB2eevWTTX59MiNhcIvMSg5bLjk91L0cahJ/Tpw2kLiIkOovy2+FjIWEL/q\nZDScM4H970t7tv/SED7BYhpEr9DyK30lzh4smdj2NdmaN0whTOr22zdbOrvw\nnRgP1gh4N7+Og8l31uqT37EzHj4PO31wv5MXZg1S/9P0tXr2SMvadyFqu+xc\n2JlvGk7+MsV2zN42TXpLmAqpKLzCvXEaE7Q4i6cLiH+Q20tWai0TuJFC/bE1\nhoPTJgtEa24ll+g0RYcF18Ot3A2NcVSBdPJh1yuwyru+BY7tgLXS1al/XjJz\nUPeQ\r\n=ZU6t\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"74e360781dd62a93d505e57c09087a49fa4c33a2","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.0","arg":"2.0.0","chalk":"2.4.1","update-check":"1.5.2","@zeit/schemas":"1.1.1","serve-handler":"2.3.12"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_7.1.1_1527592994325_0.4356662474527562","host":"s3://npm-registry-packages"}},"7.1.2":{"name":"serve","version":"7.1.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@7.1.2","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"faf04375a79dd812d8ab757ef03bb6af6d27d5e2","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-7.1.2.tgz","fileCount":4,"integrity":"sha512-j4FUohDvyssavjkE3xJiTPZ2jKxseCT+C/LTgcCBYILouvNEBwbEWpR33sxQNMivWsuNgaNpwcLagNPP8VNuiw==","signatures":[{"sig":"MEUCIH8Soz3FabjksndiXaGuMB8NJY4YK5DCoeLS1bx7XwP1AiEA5cUPpAlEAQZeelT+J/yQ1LLcj21anTJCLtSyGMDrmMo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDnUYCRA9TVsSAnZWagAAdxAP/2xR2FmA4rEYm38j3Axm\ncUB7G9H/5gfRzGohGRXNoez6yL+kfz7niTCw6hTKFUQKDLX2HDnqUQmYBnTy\nfeR5mbZMJvXO0iriAjXe97avBGsHtUiOdwGZKIfRhqMPsgGP5Zv6AND2wovc\nKpRjPWohj+8u7JqIOnfx0TJ1xOAuKtNYBZMxZtfkZkc+4XjyKUuNg1uepza6\n+VpO+ar3BgHQb2gWhaqz96XcPsZiLoBxP8UCeFraw+4QYxU44r3EdCBJn29l\nCoIU9pZbXPTonACADGwlqO9b5HAn95eWuPdwK3JYRQfNrcmrNuM+UkWwuZaY\nW03A2grlFU/wRucRGNGbGzcC163Iz4sssXko64eLk4UxKnV4HkKARFomtNtv\nQQobVsYHSims0eb603Eu2KsjAQCZgrFpqymROVP4Rjalx5s7OLunTHZXrtEt\nboKPQjYQ/eW19LKl3mYl7RzNR2t5oWwftbJc70PoCGeRCIsSYtPSQqrfK4n6\nyxVLWeyPtAhChAFfnuZvtITTRy2lH9RkKJLRZCTI2eTe5azJabszmsk9IdKH\nz5cOZPF4inmZCQYhrqeBxAHTT0Txib70uvf7XoS7xlX5T8A8+UQrS1Q/bSVC\nTo+gWuKJ1/EAmRFeUFN+7vcnn8h7T0wpOl1OQusae/E1UKTTuLFuD4qH70N9\ndBkK\r\n=zm4m\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"82c99b6a7512be3f0d2bf55b339e6939856eb3c9","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.0","arg":"2.0.0","chalk":"2.4.1","update-check":"1.5.2","@zeit/schemas":"1.1.2","serve-handler":"2.3.13"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_7.1.2_1527674135699_0.8550771275088194","host":"s3://npm-registry-packages"}},"7.1.3":{"name":"serve","version":"7.1.3","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@7.1.3","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"a8a82fed723a7ba5688b7a7a037e54c66c48db0c","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-7.1.3.tgz","fileCount":4,"integrity":"sha512-XNDcJbtFWn6dc6U46/kq6LkXFuk33MqA+FZZdWJ/Y4ttEV1P7oD+mVNcKS9DYuXQEnKgqLH36Qv88mSvLxQPcw==","signatures":[{"sig":"MEYCIQDwvKHeqGAjAGJ+rxmUXn0KSGqozVmFMwbN1Olga/HboAIhAOFzuR/Mc4r90DdHlD/pyxDHhsvzNfuLNe9rvDNQQjDd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDu7cCRA9TVsSAnZWagAAcl0P/3eRacXk1kzHaLTPdfCN\nWr9F7I/LPGDaiBDNAO0M+DnTJxPoWCDGv3nTGN/GqdGeoxaQtNvBBvD10nkM\nvsKFNKBFf2CX57qZTrrRXh03sTwHqDfmMW/oob6F/x+nLMtGSEyPQ8XI7EtG\nlKzipZwMl9+akUUe/4bwOb3eYkuQHEvRi0mpFA1IcHVXKdKRKD+mzJ0eVuGe\ngHFCnURqpokIC6R+hhLS+IDpL0viNJKEMZUdDxLVbMgcQ6LvTi2HcVimZhoe\nEt6eK7cJOmtlhuBYs8m3eoo6vH9+hAHVEAhiyxPRhr5+XuE1sdjMwpAgQYw4\n6RbnKw5DNahP53R6Q9HblcHOFyNMUVofq/nct+YRgnD9nNIIvFk/pY6dtkUC\n8zkHwRNUvKhfYUjaTh1A2/jlyCWxUHIc3JOTY2YqvbyQlTxfH+1GMnx22nfc\n2UVBLQDlCNjhbE3V+7maGDCqq10DIUf7TrGIpkjdRBXJaObNl8D86+gs67Ka\n4XeLnA3pT2bv1VEbUm4AyT1dUEYaK64pMZC8rYR2K5GQhyNDDpC6X0WyWT5k\nxkdtO7TWG48IZS8CSN0PnWxxdH+FFnO2SBZPjzfH6g4vSK2fCx02OLQgfj14\n1e6nIAK05VXKFOpszbyNpLYm1+kTcujrC1RX/+Dzve9BSvXPKxoiXIu/fN4G\nDnUX\r\n=LRL+\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"ff4faf9fd039473693c9d8b854aa13c3f5c1cdb1","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.0","arg":"2.0.0","chalk":"2.4.1","update-check":"1.5.2","@zeit/schemas":"1.1.2","serve-handler":"2.3.15"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_7.1.3_1527705308009_0.9251169355104489","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"serve","version":"2.2.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@2.2.0","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"complexity":0,"import/no-unresolved":0,"babel/no-await-in-loop":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"bin/serve"},"dist":{"shasum":"a54a2bde58f2fa7c66a7fce118f213542f93cc48","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-2.2.0.tgz","integrity":"sha512-0qW4d1CZi0kuRQ5irFPlMxXE48az7cTcjQzCzaBoJGZWB/b/VUIZEjdvvX1wU4nRaZ9M/ERtOi+L5E6yV5XrDg==","signatures":[{"sig":"MEUCIQCIT2DTOWVnf0/NPwZwXIT5sNZc7wj4zb1e/fPg921yNwIgVpfLSOn2Chn3a4AxyIGJOO/7dtQFkdZeglcx6Zp6fJ0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","assets","views"],"_shasum":"a54a2bde58f2fa7c66a7fce118f213542f93cc48","gitHead":"6dd508b6db5457cd8c6e334c39b7765604972fb5","scripts":{"test":"xo"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"3.10.9","description":"Single-command HTTP directory listing and file serving","directories":{},"greenkeeper":{"emails":false},"_nodeVersion":"7.2.0","dependencies":{"args":"^2.2.1","send":"^0.14.1","chalk":"^1.1.3","micro":"^6.1.0","filesize":"^3.3.0","basic-auth":"^1.1.0","fs-promise":"^1.0.0","handlebars":"^4.0.6","mime-types":"^2.1.12","istextorbinary":"^2.1.0","micro-compress":"^1.0.0"},"devDependencies":{"xo":"^0.17.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-2.2.0.tgz_1484172097790_0.6299581015482545","host":"packages-18-east.internal.npmjs.com"}},"1.0.3":{"name":"serve","version":"1.0.3","keywords":["static","server","connect"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"_id":"serve@1.0.3","maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"bin":{"serve":"./bin/serve"},"dist":{"shasum":"5ba1fe0ba2849c08f0a4383edee07103e45aa0ef","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-1.0.3.tgz","integrity":"sha512-HhoWDp8gXUVJ0phPVGpVxEEBAidY17ELOO1W/Ltj/Ltxi2QYTtwehpYxQDYoW4hvhZejPucCiiye88OtZs/T8w==","signatures":[{"sig":"MEUCIQC/Qb9tzrQbLEp7JOEqq51l8fUW2Hav6J88nYP74ZKgxgIgUWxy2W1kQFbw2GSC9ncMKffMsF2BCy1wtIXMwUhFwoM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"engines":{"node":">= 0.4.x < 0.7.0"},"_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_npmVersion":"1.0.106","description":"Simple command-line file / directory server built with connect","directories":{},"_nodeVersion":"v0.6.10","dependencies":{"jade":"*","stylus":"*","connect":"1.8.x","commander":"0.4.1"},"_defaultsLoaded":true,"devDependencies":{},"_engineSupported":true},"6.3.1":{"name":"serve","version":"6.3.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.3.1","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"904ab7eed8faba422fa89ae716271d0376a00b7f","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.3.1.tgz","integrity":"sha512-1uRaz7P8EeW3lOjafWpyTxB/Y/W/01n7d6EIHwpaT88jQKLZs6mTQ0bRLcVRF7eYJh/zBqcwuhnuw/d1eMYa/w==","signatures":[{"sig":"MEUCICnqfDHtIVxm1iYYqexWCkijRIpsuDWIQHmkPoNicRoAAiEAtl7ahIfACVnnJtQa4+wFWTeRmDy167REu+XkdYN9nIQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"3af40d3315378588c3ae22d3b821209fa480a17d","scripts":{"lint":"xo","test":"npm run lint && NODE_ENV=test nyc ava","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.5.1","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"8.7.0","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.7","send":"0.16.1","boxen":"1.2.1","chalk":"2.1.0","dargs":"5.1.0","micro":"9.0.0","bluebird":"3.5.1","filesize":"3.5.10","fs-extra":"4.0.2","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.1.4","handlebars":"4.0.10","mime-types":"2.1.17","detect-port":"1.2.1","node-version":"1.1.0","micro-compress":"1.0.0","update-notifier":"2.3.0","openssl-self-signed-certificate":"1.1.6"},"devDependencies":{"xo":"0.18.2","ava":"0.22.0","nyc":"11.2.1","husky":"0.14.3","prettier":"1.7.4","lint-staged":"4.2.3","eslint-config-prettier":"2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.3.1.tgz_1508258682534_0.5661034334916621","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"serve","version":"1.4.0","keywords":["static","server","connect"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"_id":"serve@1.4.0","maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"homepage":"https://github.com/visionmedia/serve","bugs":{"url":"https://github.com/visionmedia/serve/issues"},"bin":{"serve":"./bin/serve"},"dist":{"shasum":"e35f3ce6b42586b7f3ded7b5b0a31a01bb0e1005","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-1.4.0.tgz","integrity":"sha512-oYYDlrE0WtmUnEwbLKI6SMMsKWS/1Fgia9QUSjAywZTSGef5/YUH/sc2fM1JoEro+vSZt/c/KH7dUfu7aRYcIw==","signatures":[{"sig":"MEQCICwh5SUzpKC5uzYNgmeD5yAXFKM9c0ByqXnKg3/8U/sjAiB22X2q6uY/1kcZrARNJChSStCHCaj9hw2Cg4DECq4iqg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"repository":{"url":"https://github.com/visionmedia/serve.git","type":"git"},"_npmVersion":"1.4.4","description":"Simple command-line file / directory server built with connect","directories":{},"dependencies":{"jade":"*","stylus":"*","connect":"2.3.x","commander":"0.6.1","less-middleware":"*"},"preferGlobal":true},"6.3.0":{"name":"serve","version":"6.3.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.3.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"23cf1aa2086c8577b95439ab8bd2f27740509a74","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.3.0.tgz","integrity":"sha512-mxfhestYrT2mzhagDv2gOQg5twXDdJOFKEHYqtCtdZpUsvGUXFU3nVEFPrOWreLiiNEpQ+1epNcW8VMoTASOMg==","signatures":[{"sig":"MEYCIQCH2Z5qodVM2Ug+FnLJ62dQK8fvKS1L5AO071PBjNEWJwIhAOqs5SO7KTAoVOfSh/HFF/kQwei9QXuT77yNu4urLmlj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"e20f530ed0c8660c3fe159cce026aafb182ac277","scripts":{"lint":"xo","test":"npm run lint && NODE_ENV=test nyc ava","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.5.1","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"8.7.0","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.7","send":"0.16.1","boxen":"1.2.1","chalk":"2.1.0","dargs":"5.1.0","micro":"9.0.0","bluebird":"3.5.1","filesize":"3.5.10","fs-extra":"4.0.2","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.1.4","handlebars":"4.0.10","mime-types":"2.1.17","detect-port":"1.2.1","node-version":"1.1.0","micro-compress":"1.0.0","update-notifier":"2.3.0","openssl-self-signed-certificate":"1.1.6"},"devDependencies":{"xo":"0.18.2","ava":"0.22.0","nyc":"11.2.1","husky":"0.14.3","prettier":"1.7.4","lint-staged":"4.2.3","eslint-config-prettier":"2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.3.0.tgz_1508235819125_0.009418418863788247","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"serve","version":"5.1.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@5.1.0","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":["prettier"]},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"28b9c4938cf2e30cd438276521445be4ebba70b6","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-5.1.0.tgz","integrity":"sha512-LAAwGD+bwq1dyNHZ/Li7NJYpzqidPKwB+Keu9HSpNBO0SyqmHTqtnxKMZ1dlOHrf4gC4MeW70CK4zWn1cKLJZw==","signatures":[{"sig":"MEYCIQC94TwCGWKSTW/NH0wuKfmpHs5FnNxOhG4GWv7K0YbE4QIhAKhcvaeX9JN7vXOsPTtWD4tpF5IbfrBppBTywDj10JWZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"28b9c4938cf2e30cd438276521445be4ebba70b6","engines":{"node":">=6.9.0"},"gitHead":"c0884bab4e39da2bc59164694a5aed670892c95d","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.1.2","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --write","git add"]},"_nodeVersion":"7.7.3","dependencies":{"ip":"1.1.5","args":"2.3.0","send":"0.15.1","boxen":"1.0.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.2.1","bluebird":"3.5.0","filesize":"3.5.6","path-type":"2.0.0","basic-auth":"1.1.0","clipboardy":"1.0.2","fs-promise":"2.0.1","handlebars":"4.0.6","mime-types":"2.1.15","detect-port":"1.1.1","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.1.0"},"devDependencies":{"xo":"0.18.0","husky":"0.13.3","prettier":"0.22.0","lint-staged":"3.4.0","eslint-config-prettier":"1.5.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-5.1.0.tgz_1490371350731_0.9368334878236055","host":"packages-12-west.internal.npmjs.com"}},"5.1.1":{"name":"serve","version":"5.1.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@5.1.1","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":["prettier"]},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"8018253818ce2d2ce8e254b8cae455daf865e2cf","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-5.1.1.tgz","integrity":"sha512-PLKgsD8A1cV/fbZaPHP3Xp4Xw1WoIDJL2jOoqbJ+WLqD3S0jQfnwDKig6atRfeE2LrWJfx2PjOPed314t+eBAA==","signatures":[{"sig":"MEQCIDyuh/jFpuidIFwijpGbypFryEUVok2O56YsT0yx3AhuAiB7CjxWhGH+VPVgUDW8FX5oFRfpfyHUZ4tS8LXA11eOIw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"8018253818ce2d2ce8e254b8cae455daf865e2cf","engines":{"node":">=6.9.0"},"gitHead":"03ea81fb7689b5e68bd43796baf21c11dfe8fd1a","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.1.2","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --write","git add"]},"_nodeVersion":"7.7.3","dependencies":{"ip":"1.1.5","args":"2.3.0","send":"0.15.1","boxen":"1.0.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.2.2","bluebird":"3.5.0","filesize":"3.5.6","path-type":"2.0.0","basic-auth":"1.1.0","clipboardy":"1.0.2","fs-promise":"2.0.1","handlebars":"4.0.6","mime-types":"2.1.15","detect-port":"1.1.1","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.1.0"},"devDependencies":{"xo":"0.18.0","husky":"0.13.3","prettier":"0.22.0","lint-staged":"3.4.0","eslint-config-prettier":"1.5.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-5.1.1.tgz_1490449702455_0.7769508953206241","host":"packages-12-west.internal.npmjs.com"}},"9.6.0":{"name":"serve","version":"9.6.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@9.6.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"303f198c03ad2d47eb90972447c7bd5878a4c7ac","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-9.6.0.tgz","fileCount":4,"integrity":"sha512-E5wtMirS9ADD+bs99GofXsLUxwW8EJWc2zQA+x4FwgVGAVnJdzTWIJeFtbVFLaheBewCfN849RwZU2tyAUTIZg==","signatures":[{"sig":"MEUCIQDqedldKglB/T72n4/NtqVYXSiwZvj1mwzeTD9BDNt2/gIgaORdJ09p7nmus0ykp2QPjwkxLUK14c5uDaPKLwWpS5s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14818,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbcvYCCRA9TVsSAnZWagAAbVEP/0QlPhTGIj5INPd0whyl\n7SL+dAEzEMoPIH1PzGRLxoQg9S0KurL6YWajWPjLunletZqj91+SQgCgOyc9\nkbGRa2rheGEqS9HwvWmb9YCWE1+uPZG2r2EL5jf/9u86FhAO9d5/aV91V53b\ni88qHiytpE6G4q/K7/2zMs+kaHGo/0lBy1lEQc78q4CF/mzc3zBMDCXQdnW4\nIkJXdki1OmRYc5Xiu3ELdLS9bmwv//9I8c1PXewredm8Z/IP2OaMJJIGMYYD\nmzrwB65PWO0yFj8AdyjbZV6RpuZslEbwZ88gMiwenFHSXFZbKpoGeymp07oa\nRMX/WjXtY5hcQi7jD6y0Ew9GdtzrayNcN3ZDoOHTqK41k2UfZbJxczTNtaLL\nk7qD1uAcigTInbz+EPWsD0UPT+UOcfgFdBqN2gMAvbVRNcgnjNFYlkNO+fgs\nn7iKIwHKKM080uR7B768XJg3u7YLTP9sgrpnu89FX0CDUdyDizTGUeSdLq4a\nioNtKEE1HjJgwCMstnHgQJY/DVBcdzup/RKjfQbRlien9VGPbroFo1xqeC3W\nD6F0Rbe7qRvLlbHc8T9yHdLHG7j2onGeQwqdHjhFLCDAavrEABemRAixHo3U\nDtrKt22a40Sq9jkI69Ir09F/QQBMmp5+EzBMoxwsIbk3uSlSk91GkzuFRiC3\nRcIS\r\n=zQFH\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"089d71c33d86d835ad057461984a2eea53a4728e","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.2.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.8.0","dependencies":{"ajv":"6.5.2","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","update-check":"1.5.2","@zeit/schemas":"2.1.1","serve-handler":"4.0.0"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.3.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_9.6.0_1534260737886_0.2835857990701873","host":"s3://npm-registry-packages"}},"5.1.2":{"name":"serve","version":"5.1.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@5.1.2","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"d8ed66f54e037184dd413a5b99761674860d7e08","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-5.1.2.tgz","integrity":"sha512-wPzXncs3fL++EsVc8/Nx7wg0+IxHfA3DAowrfJPrdok4vVsVleleXaTp8AlYJ0osVPmPDNP61ojsLMewX9sK9w==","signatures":[{"sig":"MEUCIQCl+ozOsn1p+URQF6RRcmXB3jg3k7EopMymKoi/oliqxgIgePHNS0vQS87Vp7P3IsFZ5+y3c3zPT1TFriNR1cK8Qs0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"d8ed66f54e037184dd413a5b99761674860d7e08","engines":{"node":">=6.9.0"},"gitHead":"f000282878377041cbc46e9ff7b9acc21f61b2b0","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.1.2","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --write","git add"]},"_nodeVersion":"7.7.3","dependencies":{"ip":"1.1.5","args":"2.4.1","send":"0.15.1","boxen":"1.0.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.3.0","bluebird":"3.5.0","filesize":"3.5.6","path-type":"2.0.0","basic-auth":"1.1.0","clipboardy":"1.0.2","fs-promise":"2.0.2","handlebars":"4.0.6","mime-types":"2.1.15","detect-port":"1.1.1","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.1.0"},"devDependencies":{"xo":"0.19.0","husky":"0.13.3","prettier":"0.22.0","lint-staged":"3.4.0","eslint-config-prettier":"1.5.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-5.1.2.tgz_1490770820458_0.8479432119056582","host":"packages-18-east.internal.npmjs.com"}},"1.0.0":{"name":"serve","version":"1.0.0","keywords":["static","server","connect"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"_id":"serve@1.0.0","maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"bin":{"serve":"./bin/serve"},"dist":{"shasum":"79ba42de1e5268b5b1e9a5a98ad405a8cba08a00","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-1.0.0.tgz","integrity":"sha512-DFMLVCSpo7uLjVFQE3+qzPwKgtK1aPt7G6jjQ+Ua7sytNzP3H6EFb5YWaNjWJpdpB/Lj/nD5/TPrgGvnMFgvAw==","signatures":[{"sig":"MEYCIQCAK//Wpk84iXSLJy1u0of7WxU5fS6Y41P+MDodoLwZwgIhAMQLIeBvzQKfwXN0WLDQJ4XNj/PsM+YKjQST6yXIPn0s","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"engines":{"node":">= 0.4.x < 0.7.0"},"_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_npmVersion":"1.0.104","description":"Simple command-line file / directory server built with connect","directories":{},"_nodeVersion":"v0.5.10","dependencies":{"jade":"0.15.x","stylus":"0.15.x","connect":"1.7.x","commander":"0.0.4"},"_defaultsLoaded":true,"devDependencies":{},"_engineSupported":true},"5.1.3":{"name":"serve","version":"5.1.3","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@5.1.3","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"8a7d56f2ae56e40eccb10023c19a3edadc676234","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-5.1.3.tgz","integrity":"sha512-ZJ/8RCGGxHCO/bjgBl+Z0qhQxfaTLenfTfSxs7oURO4L2fBZohJPX2FVTaazkMFy9stsjYMWzYQY2ao+aAMbFA==","signatures":[{"sig":"MEQCIDE6Jj8FbLbIwXPC5id5fe35Jb6JmaFzuoQgmKrI3SCxAiBIIvMpTXWO4TY/vzGw79uYqZos54835VNhbpec1ngThQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"8a7d56f2ae56e40eccb10023c19a3edadc676234","engines":{"node":">=6.9.0"},"gitHead":"b987a174980221bd4b2036efabcb6f91ed3ce00d","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.2.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --write","git add"]},"_nodeVersion":"7.8.0","dependencies":{"ip":"1.1.5","args":"2.4.1","send":"0.15.1","boxen":"1.0.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.3.0","bluebird":"3.5.0","filesize":"3.5.6","path-type":"2.0.0","basic-auth":"1.1.0","clipboardy":"1.1.0","fs-promise":"2.0.2","handlebars":"4.0.6","mime-types":"2.1.15","detect-port":"1.1.1","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.1.0"},"devDependencies":{"xo":"0.19.0","husky":"0.13.3","prettier":"0.22.0","lint-staged":"3.4.0","eslint-config-prettier":"1.6.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-5.1.3.tgz_1491906034997_0.483626194531098","host":"packages-18-east.internal.npmjs.com"}},"1.0.1":{"name":"serve","version":"1.0.1","keywords":["static","server","connect"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"_id":"serve@1.0.1","maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"bin":{"serve":"./bin/serve"},"dist":{"shasum":"c19ef57d2340fceff9bd806a381f1170eaf01866","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-1.0.1.tgz","integrity":"sha512-DBmKnQ/tW3J0qndXjs8nYKJ6kaQvvt2BfRgYfKIbhzLFafy2QYlLJWFdV0mB4JCm1UKuGhSjnTuaqYXVjsFJ5Q==","signatures":[{"sig":"MEUCIQC1EQch6Qjv3hfZtGKKDkJyS1DlUBviKTlB1DCbinfDuQIgR+Tl/RICl2KEAZBEcMTu10YbHsfPlebd6PoBvLnaS+U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"engines":{"node":">= 0.4.x < 0.7.0"},"_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_npmVersion":"1.0.104","description":"Simple command-line file / directory server built with connect","directories":{},"_nodeVersion":"v0.4.12","dependencies":{"jade":"0.15.x","stylus":"0.15.x","connect":"1.7.x","commander":"0.0.4"},"_defaultsLoaded":true,"devDependencies":{},"_engineSupported":true},"5.1.4":{"name":"serve","version":"5.1.4","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@5.1.4","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"acbb5a96fbce87a1add9b911a9dc8cd5b172c600","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-5.1.4.tgz","integrity":"sha512-pJPuYk6dlAxeIIkGzU+O9tXAyHfm/ezDxOCVZF54Gnm3tRJGNhuR3H5s/GeKV70nr9rXEgPbXzfzbpW5HqI2eQ==","signatures":[{"sig":"MEQCIDAzlzxQhBCJQGo9AhSxfy/3P2cuUM+i2YNJLUMiX8TDAiAV3Mp9DQNo6SIXpQrH/edLgxXjeB6l4xL1kmLE0019eg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"acbb5a96fbce87a1add9b911a9dc8cd5b172c600","engines":{"node":">=6.9.0"},"gitHead":"bba207e19393b69fbaa71a6bdc6c212acf2c47ee","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.2.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --write","git add"]},"_nodeVersion":"7.8.0","dependencies":{"ip":"1.1.5","args":"2.6.0","send":"0.15.1","boxen":"1.0.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.3.2","bluebird":"3.5.0","filesize":"3.5.6","path-type":"2.0.0","basic-auth":"1.1.0","clipboardy":"1.1.0","fs-promise":"2.0.2","handlebars":"4.0.6","mime-types":"2.1.15","detect-port":"1.1.1","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.1.0"},"devDependencies":{"xo":"0.19.0","husky":"0.13.3","prettier":"0.22.0","lint-staged":"3.4.0","eslint-config-prettier":"1.6.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-5.1.4.tgz_1492083048230_0.4864356452599168","host":"packages-12-west.internal.npmjs.com"}},"1.0.2":{"name":"serve","version":"1.0.2","keywords":["static","server","connect"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"_id":"serve@1.0.2","maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"bin":{"serve":"./bin/serve"},"dist":{"shasum":"a5d7af5ca8f2cb978627055af6fc7f270652110a","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-1.0.2.tgz","integrity":"sha512-QbMFhK83yK8m4j1JbaObt4Brl1SMaR5kpTNsvr6eSYk06873spARBQAvzBw7cmHicrtxDyDb0LEdGdrR6h6pqA==","signatures":[{"sig":"MEYCIQDrcOTwiOghIQbIt9CD+9AoaD+EA6RJcIqT5KYvCm5ApwIhAM9+oOrNOykcOCMLYPvaI8VX8BZcmxZqjLLdyD9jwcmX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"engines":{"node":">= 0.4.x < 0.7.0"},"_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_npmVersion":"1.0.105","description":"Simple command-line file / directory server built with connect","directories":{},"_nodeVersion":"v0.6.2","dependencies":{"jade":"*","stylus":"*","connect":"1.8.x","commander":"0.4.1"},"_defaultsLoaded":true,"devDependencies":{},"_engineSupported":true},"5.1.5":{"name":"serve","version":"5.1.5","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@5.1.5","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"c82bb8841597888e3f81f051f673d1b0bf2cae5d","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-5.1.5.tgz","integrity":"sha512-mrpBccbvInmL+/KEOxfB/bPMKiQlOVuSCHTEiMObWIIQfltQHZmn3ed7OwwRYuJHHDJAhhvqz+WJxg6Jg4T5KA==","signatures":[{"sig":"MEUCIEN1gXLW4XZyiqZBHY5/FlVhHEIcXsH+Anexl7msZum6AiEAz6iyrzfe0EHNo/ZLWXn2P7K26/hke1WR8YqXLxN0IGA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"c82bb8841597888e3f81f051f673d1b0bf2cae5d","engines":{"node":">=6.9.0"},"gitHead":"07300d1c17b66c4643ff55c9eae99f8ae59e0d91","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.2.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"7.9.0","dependencies":{"ip":"1.1.5","args":"2.6.1","send":"0.15.2","boxen":"1.1.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.3.2","bluebird":"3.5.0","filesize":"3.5.9","path-type":"2.0.0","basic-auth":"1.1.0","clipboardy":"1.1.1","fs-promise":"2.0.3","handlebars":"4.0.8","mime-types":"2.1.15","detect-port":"1.1.1","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.1.0"},"devDependencies":{"xo":"0.18.2","husky":"0.13.3","prettier":"1.3.1","lint-staged":"3.4.1","eslint-config-prettier":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-5.1.5.tgz_1494231590721_0.18112958571873605","host":"packages-18-east.internal.npmjs.com"}},"11.1.0":{"name":"serve","version":"11.1.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@11.1.0","maintainers":[{"name":"alexaltea","email":"alexandro@phi.nz"},{"name":"anatrajkovska","email":"ana.trajkovska2015@gmail.com"},{"name":"andybitz","email":"artzbitz@gmail.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"arzafran","email":"franco@basement.studio"},{"name":"atcastle","email":"atcastle@gmail.com"},{"name":"caarlos0","email":"caarlos0@gmail.com"},{"name":"codetheory","email":"thecodetheory@gmail.com"},{"name":"coetry","email":"allenhai03@gmail.com"},{"name":"dav-is","email":"mail@connordav.is"},{"name":"developit","email":"jason@developit.ca"},{"name":"fivepointseven","email":"fivepointseven@icloud.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"hharnisc","email":"hharnisc@gmail.com"},{"name":"housseindjirdeh","email":"houssein.djirdeh@gmail.com"},{"name":"huvik","email":"lukas@huvar.cz"},{"name":"iamevilrabbit","email":"hello@evilrabb.it"},{"name":"igorklopov","email":"igor@klopov.com"},{"name":"ijjk","email":"jj@jjsweb.site"},{"name":"janicklas-ralph","email":"janicklasralph036@gmail.com"},{"name":"javivelasco","email":"javier.velasco86@gmail.com"},{"name":"joecohens","email":"joecohenr@gmail.com"},{"name":"juancampa","email":"juancampa@gmail.com"},{"name":"keanulee","email":"npm@keanulee.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"lfades","email":"luisito453@gmail.com"},{"name":"lucleray","email":"luc.leray@gmail.com"},{"name":"manovotny","email":"manovotny@gmail.com"},{"name":"marcosnils","email":"marcosnils@gmail.com"},{"name":"matheuss","email":"me@matheus.top"},{"name":"mfix22","email":"mrfix84@gmail.com"},{"name":"mglagola","email":"mark.glagola@gmail.com"},{"name":"msweeneydev","email":"mail@msweeneydev.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"olliv","email":"olli@zeit.co"},{"name":"paco","email":"pvco.coursey@gmail.com"},{"name":"paulogdm","email":"paulogdemitri@gmail.com"},{"name":"quietshu","email":"ds303077135@gmail.com"},{"name":"rabaut","email":"rabautse@gmail.com"},{"name":"ragojose","email":"ragojosefrancisco@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"sarupbanskota","email":"sbanskota08@gmail.com"},{"name":"skllcrn","email":"skllcrn@zeit.co"},{"name":"sophearak","email":"t.sophearak@gmail.com"},{"name":"spanicker","email":"shubhie@gmail.com"},{"name":"styfle","email":"steven@ceriously.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"tootallnate","email":"nathan@tootallnate.net"},{"name":"umegaya","email":"iyatomi@gmail.com"},{"name":"williamli","email":"williamli@bbi.io"},{"name":"zeit-bot","email":"team@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"1bfe2f4a08d0130cbf44711cdb7996cb742172e0","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-11.1.0.tgz","fileCount":4,"integrity":"sha512-+4wpDtOSS+4ZLyDWMxThutA3iOTawX2+yDovOI8cjOUOmemyvNlHyFAsezBlSgbZKTYChI3tzA1Mh0z6XZ62qA==","signatures":[{"sig":"MEYCIQDfwNROcgGgaXja2Nqv/f6bKB53InvS/tJkQiZknyzNrgIhAJLtOrNnZKFFwlZG4YhG997eA26J+/OYeLra2L9qenfQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16320,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJUNtCRA9TVsSAnZWagAAau4QAJTgnNsPr1inxF6PfT8J\nA3nFeIxqwfF4JQZ/ALOwq0ylavo0dTomWHQqp12IE6Ik1dC3vgkJhaPjj80a\n5vxz42842tSvzUPc7VIyyQoEwk7MRacW2qKBVFeqT2OJiIbAi9NJtgFf3QNp\n+iZ2YCVunzuYgtyMav1GAy/+DrpQaA7dhENdDeMypZ7UvYyIuNjhhNB1qhL+\nytxZrTaZ6emltJU6V156af5qjJkxMPD38cbmBrRV7oaWtpvvV6u/V2fIFLyl\nEh9M9i3xPWbWW7Xf3Lce8HwEzC3X0B3rKgrpw5W4UmnQnHG1btk5iJOLmxp/\nS0jVe2Rsj0UULhkya6Y9rpDXCni3LNO5ugicK22IG5s9r+TNhU6ma17+iGP6\nstAdRbFNzEqEjVoiXzbZA0/CJ17+hz7bnP2tdgBdM//pfEOioFh/z9X4RH9/\n2XSrn+L6rfyI+0sufjmYiXrmvoPGJ+jA2uFso9E61UN+5L306B+zrNcoSyIJ\nKTGRq5Xo5U8b5pixxhGFWOzd3rcDoq9Y45GvUqVwkzeODNBhfLGQW0XjpmIi\ncJHFitRTMbDjTPB8B3waB+c9KlihGsw8PcPYvtQN01D7bpCTrUs0vRi3eeGm\nxqtyS8/bGzcrtiy+uTl88FfK64rbQSqqN5UknC5MGadrIzFXxZD8WkZ5CTLI\nSmSG\r\n=zLNC\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"2316382e683ec901d8018035658ecb8cb56598d5","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.9.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.16.0","dependencies":{"ajv":"6.5.3","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","compression":"1.7.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"6.1.0"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_11.1.0_1562723180572_0.4081587534397151","host":"s3://npm-registry-packages"}},"0.0.4":{"name":"serve","version":"0.0.4","keywords":["static","server","connect"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"_id":"serve@0.0.4","maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"bin":{"serve":"./bin/serve"},"dist":{"shasum":"a66f7ae4975021d8042d1706c3731bd1338e4c4e","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-0.0.4.tgz","integrity":"sha512-U4tXotBQdt3psZtJmf7uK8S+w416/0QirgPWq+qyC1MnxoCJQs/152HYbTbTDxcCm80FmydL2p5aJ358lnwTrw==","signatures":[{"sig":"MEQCIDonl3BIsjbiI0YNhtdkEi4349qON6zLr0eUUOk6m3yHAiAG4ruOebss1h9E3BQ+ehA0FmyjFynVrBUkKhlX0Eg3jA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"engines":{"node":"0.4.x"},"scripts":{},"_npmVersion":"1.0.24","description":"Simple command-line file / directory server built with connect","directories":{},"_nodeVersion":"v0.4.10","_npmJsonOpts":{"file":"/Users/tj/.npm/serve/0.0.4/package/package.json","wscript":false,"serverjs":false,"contributors":false},"dependencies":{"connect":"1.5.x","commander":"0.0.4"},"_defaultsLoaded":true,"devDependencies":{},"_engineSupported":true},"0.0.5":{"name":"serve","version":"0.0.5","keywords":["static","server","connect"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"_id":"serve@0.0.5","maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"bin":{"serve":"./bin/serve"},"dist":{"shasum":"75a3ead65fb6ebe8f08dfb19e14ec7ac4e0e25b7","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-0.0.5.tgz","integrity":"sha512-IiI+ITlAiCADUf7x/1iXiAqnmYlHMPln4s/b7epVxcKsDIbz+I3bbfOUV5ldGh9L0uFXgL06tMywmZrbrBuMqA==","signatures":[{"sig":"MEUCIDBMvO+iX3wVK769mntDrpGuOTKfbJYeiQy+pfD3Wjc2AiEAziwSpvDT4G9KyeRGt28y3RGdEcgYonVWf+PeMmuGJL0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"engines":{"node":"0.4.x"},"scripts":{},"_npmVersion":"1.0.24","description":"Simple command-line file / directory server built with connect","directories":{},"_nodeVersion":"v0.4.12","_npmJsonOpts":{"file":"/Users/tj/.npm/serve/0.0.5/package/package.json","wscript":false,"serverjs":false,"contributors":false},"dependencies":{"jade":"0.15.x","stylus":"0.15.x","connect":"1.7.x","commander":"0.0.4"},"_defaultsLoaded":true,"devDependencies":{},"_engineSupported":true},"9.0.0":{"name":"serve","version":"9.0.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@9.0.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"5a485aaf4e24ab4bffc65eaca134ea19e36824fc","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-9.0.0.tgz","fileCount":4,"integrity":"sha512-wK+ZoX97pVywnDWrCV8PJApo1HKK0akT4zR6LdxjGQ7a3ZgOkeSkR8mzGzM6eTTYf9m+Km0l2yESKG8osn+7JQ==","signatures":[{"sig":"MEYCIQDKnAPMDYVMlkcIDK4Y7POJyHQNuXxg7WX/yqaGKFZ/5AIhAORAwEuG/lITs6P+0zf8N5/xnH3z1sk8jtvAJndR6gIZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbJA9YCRA9TVsSAnZWagAA+H8P/iLyitbUoWIAMDTnD7JS\nuSjfoaXQqEKQKzvWNB0q5w7XxqfKNVJCTr8ya517iH0Ht5csIIUcCr1/RbXH\n70m8mtMiDnu5UZYE0jDe30QjipfSHcNcB5iE1dmSMgcpdN9dnUf8pCG9s/Fj\nuOkC41QDm/a9dM3HkcqzY6VmPjGwdHa09zjQz+z5uRnPmLJ0dprrpEnBrYkx\n5OXrZjw1G6T/5mv/v/4a2cgMYhwK1uAiI/n9Y9o47kKCjmY+HCL16rSy8TpG\nCMcgcKqFIkHFa5TxpIT4zYkWXpMdhhOUPqfuj171ISYhFvR0cQkU1APpa9vw\nDKLBNlO7v8oWppy2xZMUy9kkHJ+rniNUtGM+IWsrdrWYOJt5wigRrVRuS1rJ\nQoe7fGVKAeKJ6qABm1IlcrP+OQn9+Urrq7EMAfOaSNl7v26DZNGlJ1+8WMyM\nepg5mzjIuQlXeBWvnunffh9NovP7EAOBKk4qxInXL3RYu8BD8GpOpzTPWrH1\nJ/z5C4IjJYudeatuXWxo87mbYA9Ol3MZp7WEZWW4kq+Xerk1/HZHuU0+H14F\nkiHgZjMSXr0RAvxYx/rv9SZkI21uDgX5oPR9vuDTKNTbVeoKwFDTjadmPZQf\nMLtfoqcJC0ldAPWqrq1Tp1KhCEMWpyRiiOmbtkV7CvhQOzy/q0yJuCj/tamV\nrbfH\r\n=DW2s\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"eb7d3bc37a6079d581b792316589c843ffc6c150","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.1","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","update-check":"1.5.2","@zeit/schemas":"1.2.0","serve-handler":"3.2.1"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_9.0.0_1529089879005_0.11227430167510288","host":"s3://npm-registry-packages"}},"0.0.2":{"name":"serve","version":"0.0.2","keywords":["static","server","connect"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"_id":"serve@0.0.2","bin":{"serve":"./bin/serve"},"dist":{"shasum":"b906dfad718dfe46d3e2adf3f3b64002c02c7bd4","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-0.0.2.tgz","integrity":"sha512-SBynv9u9qhehUJfrt9J4I3BxbiBpOTBky4E+n59mlC0h5mEgUhaf+aVtb+Ptc7asmuu627Ex6VDFAH4y516yTQ==","signatures":[{"sig":"MEUCIBB52ZA+bX16omCBnA1atxA9PAssLocRXLcLSvDr/oxAAiEAgiNH5W2Qwsg1TQ9tVFEI+P6vKGclWQXsxLZ8EtZwKJ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"engines":{"node":"0.4.x"},"scripts":{},"_npmVersion":"1.0.14","description":"Simple command-line file / directory server built with connect","directories":{},"_nodeVersion":"v0.4.10","_npmJsonOpts":{"file":"/Users/tj/.npm/serve/0.0.2/package/package.json","wscript":false,"serverjs":false,"contributors":false},"dependencies":{"connect":"1.5.x"},"_defaultsLoaded":true,"devDependencies":{},"_engineSupported":true},"0.0.3":{"name":"serve","version":"0.0.3","keywords":["static","server","connect"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"_id":"serve@0.0.3","maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"bin":{"serve":"./bin/serve"},"dist":{"shasum":"560d030e3f0130992ca19a262fed335f3ca84211","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-0.0.3.tgz","integrity":"sha512-OW0i+vHU8GR5lsN8UDfQ8KkEzdNyQNi3oa4wJXXfUS5ncbfoct6FSuVx3xfcvio8d88ldB8c6C0Syc1IK28ZOA==","signatures":[{"sig":"MEUCIBXQEk38Ntn+Cmv2PIxFTRD0Qnl47TqnJKNzxzReojiNAiEAj/JmIgxGPyxqwWqoYAd7z7B6JxOMMeoB3YXR8ZajG2g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"engines":{"node":"0.4.x"},"scripts":{},"_npmVersion":"1.0.14","description":"Simple command-line file / directory server built with connect","directories":{},"_nodeVersion":"v0.4.10","_npmJsonOpts":{"file":"/Users/tj/.npm/serve/0.0.3/package/package.json","wscript":false,"serverjs":false,"contributors":false},"dependencies":{"connect":"1.5.x"},"_defaultsLoaded":true,"devDependencies":{},"_engineSupported":true},"0.0.1":{"name":"serve","version":"0.0.1","keywords":["static","server","connect"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"_id":"serve@0.0.1","bin":{"serve":"./bin/serve"},"dist":{"shasum":"4d415819a80c2460b9fc8ea436121ca2a6c51820","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-0.0.1.tgz","integrity":"sha512-sNQemb3ycBaRWjxDm30Q5mIBXXITjB7gGrdWkZRnXGVM8YBTKg90Lw2RHsR12bVL3w0LI8bpImWPPGYUKRxkYA==","signatures":[{"sig":"MEUCIB4ABNclrPner8StU5Vf5WJ4ehiubwZOyGs5IjjrkpV+AiEA0zAK/L4Rcw6rZ+F2QimC1A9nPKKkcE01zDf72wUYLVs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"engines":{"node":"0.4.x"},"scripts":{},"_npmVersion":"1.0.14","description":"Simple command-line file / directory server built with connect","directories":{},"_nodeVersion":"v0.4.8","_npmJsonOpts":{"file":"/Users/tj/.npm/serve/0.0.1/package/package.json","wscript":false,"serverjs":false,"contributors":false},"dependencies":{"connect":"1.5.x"},"_defaultsLoaded":true,"devDependencies":{},"_engineSupported":true},"3.2.10":{"name":"serve","version":"3.2.10","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.2.10","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"47872616e0b3a05ccce99d17df1321828101e053","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.2.10.tgz","integrity":"sha512-PsFnEC6MzOhfX4CksL7VomyxyYC2DnYDKAcXePB34BQi8bYBhuVXgAKqRnEo0ySHywVO4uHGIXUGKcogISWyGw==","signatures":[{"sig":"MEYCIQDdaWbRVt9BvvJWbuoVVBwu1wd1taJGtZ4mwv6eR8EA/wIhANg8skfCAqcf2uTO4IwSkznV8eRjaDoYQRoag94wrwSH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"47872616e0b3a05ccce99d17df1321828101e053","engines":{"node":">=6.9.0"},"gitHead":"b4392791c707eb8d5376837ecddc2576e525962b","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.0.5","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.2.0","dependencies":{"ip":"1.1.4","args":"2.3.0","send":"0.14.2","boxen":"1.0.0","chalk":"1.1.3","micro":"7.0.6","filesize":"3.5.4","path-type":"2.0.0","basic-auth":"1.1.0","copy-paste":"1.3.0","fs-promise":"1.0.0","handlebars":"4.0.6","mime-types":"2.1.14","detect-port":"1.1.0","async-to-gen":"1.3.2","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"1.0.3","is-async-supported":"1.2.0"},"devDependencies":{"xo":"0.17.1","husky":"0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.2.10.tgz_1486761827081_0.05233220406807959","host":"packages-12-west.internal.npmjs.com"}},"8.2.0":{"name":"serve","version":"8.2.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@8.2.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"508a47bdaa40b8f4d2648470f3e0f83713cf6ab1","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-8.2.0.tgz","fileCount":4,"integrity":"sha512-GshILUSkhyPnXDdGfpsJbA8m0M4s6SfafaiMV01fvnLdHCqrrqdf/FrnPNmzsbBITX2GgVZW6d6PAazv5woCMQ==","signatures":[{"sig":"MEQCIAOBOzUPnHsPfgZUt4bVRTIp6ZoLgev+QWMRHGBw+tepAiB4X6EJzt55zF3VSwI2DN9UQV4FlJitbrfyHWlBwVGXPQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13054,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbH8KUCRA9TVsSAnZWagAACPYP/3Bx+8Bv+lTH16hbSJie\njGnqnwLO1NPNVTM+A+QfCsg1sNyfP709ObZ3XA9CIh2eg3/C9lVXjilmC2bY\ngwJoflPPy82shc/fyPh/K2I7VopV3OZ00SMCTeOZ/Bioqi3XIlQY8zB0joUj\nkgTvc7xmpfBs0rRu7LuSjeXgOBbqx/aTrcN63k4BV9apNB1CCQ2fQXkO4pIe\nM4fgAkEs3U8yB76YzMHHvCWOH8iI9w4AbFSdqaZMn/WltltLZeZnq3KmSMX6\nFA8Cqw2yjpQcxjswpNKUppETDstTe0QwJDfyWQBJTQWVxqoO7I0lvqLe2BMe\nlw4vzln494A0bg2ablYxWvK/1NYto6pdA7ADNBoVjy6NQWKtXzI8X6GCykB3\nueJHixnvPAM+IFf1NJx18nxnL9ZLHenoArvx0iRS6ENAcNyonMMGwie1wF4I\nysPYVmHePKcDktBXnKeQcx2TLEJCokh+aUSyBvpr6tzJoBoTnfqjyw1SZjCi\nY5BXkFZD+x5QXvgyDqHTZCpHAIZ+az05iPOknuOF257Q4pSOtmBWXsZnJ4wt\n+hb/rVXZ5OJsqbo5uq5fAXUBEt6i5FOv2pvcMyCCTHaMs+FfTrss2JzEo/6w\nA4ew+kBzPez/Ehm4YR64xvImseZljjcYeVJo6fKk2ldjoqSxng/+3zxuCTGr\nDdBE\r\n=GitU\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"8cb97d41de5aa431e36f4de958886ba4f3cb7c71","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.1","arg":"2.0.0","chalk":"2.4.1","update-check":"1.5.2","@zeit/schemas":"1.2.0","serve-handler":"3.2.0"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_8.2.0_1528808083574_0.33273612778621153","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"serve","version":"3.1.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.1.0","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"04d095ab378662a3cb409aaea21ed6a6367ed8bc","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.1.0.tgz","integrity":"sha512-ppqVRcaJOmi594u27NAxxx6dh0vyXL3kpX8VHtHoYOTOhw/Bd3qRpQpkY42OfRiuRd9PgmVfEoYvduXyu2JnHg==","signatures":[{"sig":"MEQCIAmWjOxwhD/zqRPCNXscsXQBCJW0wlzQl9P7XIiz5jsYAiBI9nYZKKngydFz2ab/SVTCibrz+FStG07x7JGJlo6bsw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"04d095ab378662a3cb409aaea21ed6a6367ed8bc","engines":{"node":">=6.9.0"},"gitHead":"3a9945f448d530c7bd4cc40dd594d84754a1616a","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.0.5","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.4.0","dependencies":{"ip":"^1.1.4","args":"^2.2.4","send":"^0.14.2","chalk":"^1.1.3","micro":"^6.2.1","filesize":"^3.5.4","get-port":"^2.1.0","path-type":"^2.0.0","basic-auth":"^1.1.0","copy-paste":"^1.3.0","fs-promise":"^1.0.0","handlebars":"^4.0.6","mime-types":"^2.1.12","async-to-gen":"^1.3.2","node-version":"^1.0.0","tcp-port-used":"^0.1.2","micro-compress":"^1.0.0","update-notifier":"^1.0.3"},"devDependencies":{"xo":"^0.17.1","husky":"^0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.1.0.tgz_1485809460684_0.5674461182206869","host":"packages-12-west.internal.npmjs.com"}},"7.1.4":{"name":"serve","version":"7.1.4","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@7.1.4","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"05c23f1a1582c96c84b8b8ec197aa43330e5beec","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-7.1.4.tgz","fileCount":4,"integrity":"sha512-rYLuF7PngvLIBsTHe67LI+SI77odJrNAyWTBpWK4SGJ7uC25qpi0HlEoXcX6Ow5mj/bN+OL4bndQJEt4MRQkZQ==","signatures":[{"sig":"MEUCIGMu4KUAA4g3k+qD+R5L6Lfjud5fq41+s7W65qaKbbFDAiEAzHBxo009loNfkT51hucAsKqlmrwUJFx45VeX5XrbHCc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12512,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDvLjCRA9TVsSAnZWagAApoEP/iCYEgCsePfQ9c7fVONS\nd4BH5n7emJl2gYuCgnJ+n2b0huthFJLeM4kPjPigWEU1sMjX6QIXvwHG3Hgd\nULkSAf/iq0bcLZXzpiVbX8NBfAV5FDZFpno9tZwg5nCafocLPHDusJc/El2E\nxrmTpUulx2lmisiAr8Rx72j+VaJWeH5EcZdDwM9BWL+sTSbg15jiTx6hqW6l\nP/eEm2beMjSOCSPtUcFXBLB2GYRl7X42QSMwh/fKSU9BmqzAqC/CZ0sVbO+B\n3OvqwJYtYfdLCrunV9qnkitNzsAibGt3z0lUTYlocNcHczMu2Fu7Ux8brqc0\n05W52VywMzPIpo1/BcrCSduvtmUuHEs0vls3FcGfMvlqkCPkBvOkw6RsDiUl\nA5kpl9GPMN5r1QWd9LL5N+NZbI0FskXqr3qLuBmhcRmPqRjVklqdgVwjKdEI\nZhJVDgIUJTlp7RGhDqXOPoA4NwefPyC1nh94Odn21iyruSBXJILrbgiSdfzJ\nBG9KI3pGuXGweXFYMWIAc9sTI/SmteYa/+lXDQlELnwBq+1MazThMU9M3jEi\nQUPQqEbG/k2l714Vw/pTw+trhVfElbNFDL3BLKsRF2e0xiJVEXaQ4q4ip/Gy\nFjXs47ZDUSpPqYd1Y0RlS82UYTe6IKp+StNP+/Gz1LI2eblMapBZUBvumDTM\n79GI\r\n=WW5E\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"c6696ee8a4a47ed41dcc6cdbf12bf224b8c8ebd0","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.0","arg":"2.0.0","chalk":"2.4.1","update-check":"1.5.2","@zeit/schemas":"1.1.2","serve-handler":"2.3.15"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_7.1.4_1527706337376_0.22118233157196787","host":"s3://npm-registry-packages"}},"7.1.5":{"name":"serve","version":"7.1.5","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@7.1.5","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"503eb3d5d0d4b0243474444db0077f69415e1b40","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-7.1.5.tgz","fileCount":4,"integrity":"sha512-6NbpOvnOin9prxz9vvKyl1/SDAZNMnB+2c7mmLPwC8PeGCOaMZ4pXzD78Zuu8V5ti/n2LlKcAyPlqEohpJkacw==","signatures":[{"sig":"MEQCIBrtSZCzcCVS8WNN6RckPKq5mK9ko0DzPyT5+RiOetmhAiARqv3fBgH+UNX2PTfKwbrjlPefI6hoZs5l69Lq8z2EyA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12512,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDyHICRA9TVsSAnZWagAAzPAP/1Ikii6xa6+St5jmVNzh\n1Nb+XsDSsE9/IPwfkSDtZ4ostTN1KY0gQMbBxCu49dG42VbAuL+p8lowqM+Z\ncobuP8h9vyFrJrXyRGhIHEsusiqrEZmuJ/GIAR+HlASdr9QmyjJM1416R3uM\nOhuEvSC5qlmlTgz/bwqu8CmYnDedKTywqcAizmGKJ384yn4vAjogphWjciyB\nio1rX0Za6ynUfCtthubB92Dg9JZDuNgzlHdQ2GDjy8CX9u6WZmShrjagMqML\ndO9YPfSthm69eQwlQQwF+2GzoyCHhrX1DuQBlHkLTJMkpVoubIcGA6Uny8dF\nhFaVCdEhouEmGMyBhLrILELgCKAm5HlezJoprSjjEWcbkkemA25ZJbUNFFxI\nFP3W6LJc3clh6Xou1MCPodHofc79AAaPcvk1Xu8i88fPrK37ZlJZqBuWbZOp\nh5Ll6it0JUuU0MgJv4JLSX9yk5FGX4zMdGrlDPysMUYnUO6yAiV03xeayU/x\nFr2/qHwX8rX0hA2OcGMASZuWLYf6b5GD4716ERnFYSJDUyRnMDxvFB+Y2OWt\nfxMQ8o0m10OEGkI3bDAyNuqW7F8JVyafydVELL2NAUwM5o+USbDdvwx7g0tu\niUHBzzvqNjQ6TIC1ot0Wu7SuOp2OvJZgodH2GYfKKlzc9ZR+in4onHq/Hyn8\n65Ud\r\n=optN\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"a29c5daa00b748029846206f529120a0628b4238","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.0","arg":"2.0.0","chalk":"2.4.1","update-check":"1.5.2","@zeit/schemas":"1.1.2","serve-handler":"2.3.16"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_7.1.5_1527718344220_0.6031332666845437","host":"s3://npm-registry-packages"}},"14.0.0-canary.0":{"name":"serve","version":"14.0.0-canary.0","keywords":["vercel","serve","micro","http-server"],"license":"MIT","_id":"serve@14.0.0-canary.0","maintainers":[{"name":"onebutter","email":"ken.lee@vercel.com"},{"name":"henryheffernan","email":"henry.heffernan@vercel.com"},{"name":"alexkirsz","email":"a.kirszenberg@gmail.com"},{"name":"jridgewell","email":"justin+npm@ridgewell.name"},{"name":"cb1kenobi","email":"chris@cb1inc.com"},{"name":"jasonwiker","email":"jason.wiker@gmail.com"},{"name":"sebastianroming","email":"sebastian.roming@gmail.com"},{"name":"amyegan","email":"amysutter1015@gmail.com"},{"name":"anthonyshew","email":"anthony@inthezone.dev"},{"name":"okikio","email":"okikio.dev@gmail.com"},{"name":"broooooklyn","email":"lynweklm@gmail.com"},{"name":"ypessoa","email":"yasmin.pessoa@vercel.com"},{"name":"zlw241","email":"zach.l.ward6@gmail.com"},{"name":"nalalami","email":"noor.alalami@gmail.com"},{"name":"mbrakken","email":"marc.brakken@gmail.com"},{"name":"wyattjoh","email":"me@wyattjoh.ca"},{"name":"pearlbea","email":"pearlbea@gmail.com"},{"name":"gt-codes","email":"garrett1.tolbert@gmail.com"},{"name":"sowsut","email":"sowju.sutherland@vercel.com"},{"name":"jennifer_stern","email":"jennifer.stern@vercel.com"},{"name":"kaiyuhsu","email":"im.kaiyu@gmail.com"},{"name":"matthewstanciu","email":"mattbstanciu@gmail.com"},{"name":"hannesborno","email":"hannes.borno@vercel.com"},{"name":"lubakravche","email":"luba.kravchenko@vercel.com"},{"name":"aaronbrown-vercel","email":"aaron.brown@vercel.com"},{"name":"denizkusef","email":"den.izk@gmail.com"},{"name":"javierbyte","email":"hi@javier.xyz"},{"name":"kayernyc","email":"kathrin.ayer@gmail.com"},{"name":"janory","email":"szathmary.janos89@gmail.com"},{"name":"goncy","email":"gonzalo.pozzo4@gmail.com"},{"name":"codyogden","email":"cody@codyogden.com"},{"name":"feedthejim","email":"laijimmy0@gmail.com"},{"name":"tilly3g","email":"tilly.gee@vercel.com"},{"name":"wits","email":"witspr@gmail.com"},{"name":"feugy","email":"damien.feugas@gmail.com"},{"name":"gbibeaulaviolette","email":"g.bibeaulaviolette@gmail.com"},{"name":"megbird","email":"meg@vercel.com"},{"name":"dizzyup","email":"hector@me.com"},{"name":"vin-e","email":"vincent@vin-e.com"},{"name":"edgarcerecerezv","email":"edgar.cerecerez@vercel.com"},{"name":"livcarman","email":"olivia.carman@gmail.com"},{"name":"segunadebayo","email":"joseshegs@gmail.com"},{"name":"sambecker","email":"sam@sambecker.com"},{"name":"craigandrews","email":"craigeandrews@gmail.com"},{"name":"mjakobis","email":"marta.hawkins@gmail.com"},{"name":"kale-stew","email":"hello@kylieis.online"},{"name":"chloe.tedder","email":"chloectedder@gmail.com"},{"name":"pbto","email":"pb.to@icloud.com"},{"name":"daniel.campbell","email":"daniel.campbell@vercel.com"},{"name":"arian-vercel","email":"arian.daneshvar@vercel.com"},{"name":"nuta","email":"email@seiya.me"},{"name":"almonk","email":"alasdair.monk@gmail.com"},{"name":"samselikoff","email":"sam.selikoff@gmail.com"},{"name":"dcartertwo","email":"dl.carter00@gmail.com"},{"name":"baruchadi","email":"me@baruchadi.com"},{"name":"ejc","email":"elijah@elijahcobb.com"},{"name":"aaorris","email":"aaorris@gmail.com"},{"name":"doque","email":"dombusser@gmail.com"},{"name":"ryanto","email":"ryanto@gmail.com"},{"name":"nathanhammond","email":"npm@nathanhammond.com"},{"name":"snokohn","email":"snokohn@yahoo.com"},{"name":"johnphamous","email":"johnphammail@gmail.com"},{"name":"tknickman","email":"tknickman@gmail.com"},{"name":"agadzik","email":"andrew.gadzik@vercel.com"},{"name":"thomcrowe","email":"thom@thomcrowe.com"},{"name":"emeraldsanto","email":"yanick.belanger@yahoo.com"},{"name":"ecklf","email":"ecklf@icloud.com"},{"name":"timeyoutakeit","email":"amy.burns87@gmail.com"},{"name":"cramforce","email":"malte.ubl@gmail.com"},{"name":"balazs4","email":"balazs4web@gmail.com"},{"name":"casey.gowrie","email":"casey.gowrie@vercel.com"},{"name":"samuel.foster","email":"samuel.foster@vercel.com"},{"name":"swarnavasengupta","email":"swarnavasengupta@gmail.com"},{"name":"lydiahallie","email":"lydiahallie.dev@gmail.com"},{"name":"ethan_arrowood","email":"ethan@arrowood.dev"},{"name":"kwonoj","email":"kwon.ohjoong@gmail.com"},{"name":"kakadiadarpan","email":"kakadiadarpan@gmail.com"},{"name":"endangeredmassa","email":"endangeredmassa@gmail.com"},{"name":"nick.tracey","email":"nick.tracey@vercel.com"},{"name":"reconbot","email":"wizard@roborooter.com"},{"name":"schlez","email":"gal@spitfire.co.il"},{"name":"crowterli","email":"liam.crowter@vercel.com"},{"name":"gsoltis","email":"greg.soltis@vercel.com"},{"name":"epallerols","email":"epallerols@vercel.com"},{"name":"domysee","email":"me@domysee.com"},{"name":"nwienert","email":"natewienert@gmail.com"},{"name":"arbw","email":"adrian@op74.net"},{"name":"stephdietz","email":"steph.dietz@vercel.com"},{"name":"gudmundur","email":"gudmundur.bjarni@gmail.com"},{"name":"marcgreenstock","email":"marc@marcgreenstock.com"},{"name":"vvo","email":"vincent@codeagain.com"},{"name":"falcoagustin","email":"agustinfalco.11@gmail.com"},{"name":"nabsul","email":"nabsul@outlook.com"},{"name":"bmealey","email":"blakemealey@gmail.com"},{"name":"maedahbatool","email":"maedahbatool@gmail.com"},{"name":"brethudson","email":"bret@brethudson.com"},{"name":"matt.straka","email":"matt.j.straka@gmail.com"},{"name":"jasongullickson","email":"Jason.Gullickson@vercel.com"},{"name":"f3d0r","email":"me@f3d0r.com"},{"name":"gaspar09","email":"gaspar.garcia09@gmail.com"},{"name":"jtaylor0196","email":"jourdandiskin@gmail.com"},{"name":"pieparker","email":"signup+npm@pieparker.com"},{"name":"kelly","email":"korevec@gmail.com"},{"name":"dferber90","email":"dominik.ferber@gmail.com"},{"name":"healeycodes","email":"healeycodes@gmail.com"},{"name":"broph123","email":"henry.brophy@vercel.com"},{"name":"codybrouwers","email":"clbrouwers@gmail.com"},{"name":"gdborton","email":"gdborton@gmail.com"},{"name":"jeffreyarneson","email":"jeffrey@vercel.com"},{"name":"ebb-tide","email":"denizk@gmail.com"},{"name":"msimulcik","email":"simulcik.miro@gmail.com"},{"name":"domeccleston","email":"domeccleston@gmail.com"},{"name":"nutlope","email":"hassan4709@gmail.com"},{"name":"hungrybearstudio","email":"rich@vercel.com"},{"name":"codetaromiura","email":"thexrayone@icloud.com"},{"name":"gkaragkiaouris","email":"gkaragkiaouris2@gmail.com"},{"name":"geovanisouza92","email":"geovanisouza92@gmail.com"},{"name":"dglsparsons","email":"dglsparsons@gmail.com"},{"name":"lostinpatterns","email":"blweiner@gmail.com"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"matheuss","email":"matheus.frndes@gmail.com"},{"name":"igorklopov","email":"igor@klopov.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"tootallnate","email":"nathan@tootallnate.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"javivelasco","email":"javier.velasco86@gmail.com"},{"name":"iamevilrabbit","email":"hello@evilrabb.it"},{"name":"kdy1","email":"kdy.1997.dev@gmail.com"},{"name":"quietshu","email":"g@shud.in"},{"name":"styfle","email":"steven@ceriously.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"lucleray","email":"luc.leray@gmail.com"},{"name":"mglagola","email":"npm@mark.gl"},{"name":"andybitz","email":"artzbitz@gmail.com"},{"name":"paulogdm","email":"paulogdemitri@gmail.com"},{"name":"anatrajkovska","email":"ana.trajkovska2015@gmail.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"arzafran","email":"franco@studiofreight.com"},{"name":"ijjk","email":"jj@jjsweb.site"},{"name":"lfades","email":"luisito453@gmail.com"},{"name":"msweeneydev","email":"mail@mcs.dev"},{"name":"williamli","email":"william@bbi.studio"},{"name":"ragojose","email":"ragojosefrancisco@gmail.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"skllcrn","email":"skllcrn@zeit.co"},{"name":"janicklas-ralph","email":"janicklasralph036@gmail.com"},{"name":"atcastle","email":"atcastle@gmail.com"},{"name":"spanicker","email":"shubhie@gmail.com"},{"name":"housseindjirdeh","email":"houssein.djirdeh@gmail.com"},{"name":"gmonaco","email":"gbmonaco@google.com"},{"name":"kikobeats","email":"josefrancisco.verdu@gmail.com"},{"name":"prateekbh","email":"prateek89born@gmail.com"},{"name":"jkrems","email":"jan.krems@gmail.com"},{"name":"jaredpalmer","email":"jared@palmer.net"},{"name":"gielcobben","email":"g.cobben@gmail.com"},{"name":"chibicode","email":"shu.chibicode@gmail.com"},{"name":"nazarenooviedo","email":"nazareno@basement.studio"},{"name":"samsisle","email":"samko9522@gmail.com"},{"name":"okbel","email":"curciobel@gmail.com"},{"name":"hankvercel","email":"hank@vercel.com"},{"name":"leerobinson","email":"lrobinson2011@gmail.com"},{"name":"elsigh","email":"lsimon@commoner.com"},{"name":"julianbenegas","email":"julianbenegas99@gmail.com"},{"name":"rizbizkits","email":"rizwana.akmal@hotmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"cl3arglass","email":"haltaffer@gmail.com"},{"name":"chriswdmr","email":"github.wolle404@gmail.com"},{"name":"ernestd","email":"lapapelera@gmail.com"},{"name":"ismaelrumzan","email":"ismaelrumzan@gmail.com"},{"name":"jhoch","email":"jrshoch@gmail.com"},{"name":"mitchellwright","email":"mitchellbwright@gmail.com"},{"name":"mrmckeb","email":"mrmckeb.npm@outlook.com"},{"name":"kuvos","email":"npm-public@qfox.nl"},{"name":"creationix","email":"tim@creationix.com"},{"name":"huozhi","email":"inbox@huozhi.im"},{"name":"cmvnk","email":"christina@vercel.com"},{"name":"ktcarter","email":"ktcarter09@gmail.com"},{"name":"padmaia","email":"dev@padmaia.rocks"},{"name":"delba","email":"delbabrown@gmail.com"},{"name":"catsaremlg","email":"joshuadgon@gmail.com"},{"name":"steventey","email":"stevensteel97@gmail.com"},{"name":"gsandhu","email":"gsandhu@csumb.edu"},{"name":"dbredvick","email":"dbredvick@gmail.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"build/main.js"},"dist":{"shasum":"cb5ef0214f85cec9b8bda4f46958fa72b103be6d","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-14.0.0-canary.0.tgz","fileCount":4,"integrity":"sha512-e17ckgM8bOauk8CUHJx2JZLHymOuhtWkY50dDpP6NvxGM9BIlYkJnA7hXhp8pI3hOw5vqTvWIRfvtimhfC4IJg==","signatures":[{"sig":"MEQCIE2wn4nwFmF2tg7eo7zt9ZleFiGDwMOPRIWp54aFOrMTAiBz2KEHv3SF3chjhf3NeWMLvM9aZdT5zypFf1nZoSujFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22128,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizZ3jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDmw//Uuln2MpXn4VEF8Bx9c0luULwhkeYPfqL+tv64b49jQvO9ivS\r\n0qZ647ptMYCs3cbL31k3schQuwvRIhnzRPveglgptKuABg6tqYsi4juVmGsM\r\nrm1OAOUPAANfcOS6kgBTeutojXeFJfi9jRDOz18TPjaiwSf4V+EDKXgIu0xY\r\npJKqs6VRb/HvGnmDhvufbWPg40gYmlNYE16A32K+mi+Q/1Qcr4RJSNiWJNaC\r\n8voGa67oqT+hl6BvLbnGB1lKqKz45mOeQKvy4P3FvJuSkfjFkdgR4+Cy+Fmg\r\nUlnalb7QsKoFryUenVdAXzsR079c7+9rouTtTBR9DlwXhVe0JFQ7VGgQBJ/A\r\nG21uoO1w1JtJUQw/B6PtTvioAa3bQNJNsMn+Vo1WrCcTMgqEkKb+XhW+cM+C\r\nk/HtXky3CsGDAwIR40085Bb/mLTFj/xk1i6WDSf538dC6aHWRXO5iKl8OxDD\r\nmxsSrnSRglEOyCv2Mt5TU7c95GQTipq+0ZqjyTUn5jh6Y/esqNjGKlahguVl\r\nmQ9gGadNclnUFTVPS/IGcyST3h+cPpGhCTkr7X03owKLTCPWikims5bBww0Y\r\neL4syyb9IzFX1JqspK9gCSyFbPsSmIW9gDGq4MXLpwXCUPn22MT2oNmk4m6B\r\nv9ubz7MMACSY8o0qszdUaX5rdIpe8FNzHNo=\r\n=FWAo\r\n-----END PGP SIGNATURE-----\r\n"},"tsup":{"format":["esm"],"outDir":"./build/","target":"esnext"},"type":"module","engines":{"node":">= 14"},"gitHead":"a2512c91ed2f5e913a550f0183156e5e018d5291","scripts":{"lint":"pnpm lint:code && pnpm lint:style","test":"pnpm test:tsc","start":"node ./build/main.js","format":"prettier --write --ignore-path .gitignore .","compile":"tsup ./source/main.ts","develop":"tsx watch ./source/main.ts","prepare":"husky install config/husky && pnpm compile","test:tsc":"tsc --project tsconfig.json","lint:code":"eslint --max-warnings 0 source/**/*.ts","lint:style":"prettier --check --ignore-path .gitignore ."},"_npmUser":{"name":"leerobinson","email":"lrobinson2011@gmail.com"},"prettier":"@vercel/style-guide/prettier","repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"8.1.2","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*":["prettier --ignore-unknown --write"],"source/**/*.ts":["eslint --max-warnings 0 --fix"]},"_nodeVersion":"16.13.1","dependencies":{"ajv":"8.11.0","arg":"5.0.2","boxen":"7.0.0","chalk":"5.0.1","clipboardy":"3.0.0","compression":"1.7.4","update-check":"1.5.4","@zeit/schemas":"2.21.0","serve-handler":"6.1.3","is-port-reachable":"4.0.0"},"eslintConfig":{"extends":["./node_modules/@vercel/style-guide/eslint/node.js","./node_modules/@vercel/style-guide/eslint/typescript.js"],"parserOptions":{"project":"tsconfig.json"}},"_hasShrinkwrap":false,"devDependencies":{"tsx":"3.7.1","tsup":"6.1.3","husky":"8.0.1","eslint":"8.19.0","prettier":"2.7.1","typescript":"4.6.4","lint-staged":"13.0.3","@types/compression":"1.7.2","@vercel/style-guide":"3.0.0","@types/serve-handler":"6.1.1"},"_npmOperationalInternal":{"tmp":"tmp/serve_14.0.0-canary.0_1657642467370_0.63567867613433","host":"s3://npm-registry-packages"}},"7.1.6":{"name":"serve","version":"7.1.6","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@7.1.6","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"67b314ec5a69ca93c3a89bd9e033cb09d63db0cd","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-7.1.6.tgz","fileCount":4,"integrity":"sha512-ZBDcVImrLiR+vMmUhEpmCtLoN0w7Q/MAXFrKrOD2k58phm3VlCagY30Xij/TSTKM5PnlfeWUexcswgyUkMJbSg==","signatures":[{"sig":"MEYCIQD4jOyPT/ZUAv7lG98uZMcfnzt3WhhuKHh8zRYdEY56EgIhAMAKp6PsnoflNhn5k/ZHggHQ7ZKF0ZJAUGrvNDl+aEr/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbERC0CRA9TVsSAnZWagAARdoP/iCDUJS2JVea7O+gU57j\n7H8307Rv9zCh7S8mouRetPhTE1yPDoKnvpo0XTFcZNtfb2ho8py6k4HSbza9\nj5O95exoIdh6Ywg64CRsK7+cQ/mP7e+eXEcaDkAnSYWZ7520S2UapwTjJmxL\nRkIuTUEsySfnOeUruc6QmOhVqBuS/QjClQdFJU8FAww8j2dxJlLgFGnvxFK2\nCG6Yc6OZ4WAbigwUJlZNtfSJVl6VEB1d5Jjp9qjU357XqM6Rm7MUznYu2t3n\nc89XKU/zj71XEknJ7p5vajtjr1Y2RsI9KU2Kiiw7YSrV5CU8uDGYfSRUsP3I\nALAgKk/o2kH6mEqfm4XHfkvqUmtOwcUFFor1USUNDm/YGEz5cpjCinb0Dkj1\nac/mC/zs7dbN6m3fH7IL/Mw+1shkz/5rLcxdfwfkt6IdI/IUIbbF4VjDLlGV\n1l+22m1A+iCM/4sExWhO9sUxb+p9uFHZU0MZ2b/TKmge13gGC0cpOMxwZbWx\naBOGXBwJzdttZcFd/CGjdIK8RiKQlrb7EKtLx05Z3aHkkqcNcN8zCFYO1DVU\niiLbdbx8ggugabGwjjfMhl+ouXYEbjeU6XaYEB7wJMGlRueP3186AykEx2Nj\nlBV3vnp7tjOreVhr+7bd+l1Zxt69rWqk9k9PIXxfali4VjLuG0zSqM9swp+g\nhLPI\r\n=EeDt\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"8bcd173a201b6f6bcf451587d65192cdbc835e95","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.0","arg":"2.0.0","chalk":"2.4.1","update-check":"1.5.2","@zeit/schemas":"1.1.2","serve-handler":"2.3.16"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_7.1.6_1527845043753_0.6710087953762738","host":"s3://npm-registry-packages"}},"7.0.1":{"name":"serve","version":"7.0.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@7.0.1","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"46f93e85c745ba7e79527169b9b49b0667dd4169","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-7.0.1.tgz","fileCount":4,"integrity":"sha512-XAwQBBntiXLgPNge+lO8LOiAWss0kzjOe0yKkusEOx3iv5PM6/q2voaHS1IVj1qFvwodLVpr5UVc4gzfvuXwEg==","signatures":[{"sig":"MEUCIQDb7Ka7JHC1B1VgRx6p141DLF03oYCgQ/oJz5h1nUPU5gIgDEyrEQP4KHzfFZWrgw0Yp513TW2gPClkvnv2ls7WijM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11500,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDGDmCRA9TVsSAnZWagAACDAP/3cv5tSR9QyKxkhxSyHu\nmapVyVXk8gMM4NIcgSWuUHXuerk6INy2uGNz9CwahtTVTaKc7mvh0j1yAVHb\n9B/TMiVg4DbghPaj9riLEK2zmLzn24rXTi2CoAWXBM39LHWl3+iN7mNelZLx\nmJcV0gInxazt2HSfzFoyUrm/X2HPWCrfebNT2z6YLNFnavxGkwXdFzdiA/pI\nWMkXm2dr7LFgfW8Ou1P5+SnsHOz6Yau0/6Re2IbPwUjpJcANqQve7UkKdHHJ\ngDeapCuSezsGAUEFHN7+ggWxL7t+yLqBpHe2ibQhOOM3z33NRz1DHik7cuov\nExJfsLuLEqVQzPSLkJGgzrQlzow79rPS/Z4pwTYZyNKisv/lhJ6PCWlobJz+\n7+Z4LbEJvSzgdKvctcjRJ1ATrdzKe/0RFLEDrl4ufx/GIMbdXhi82eCFT5uK\nyOLk1Vo8gRvNndeZNB2MKQJPDm6JymnC1HUzfCh32+Y6Mdhk9NvCOvYD5wY1\nBDp7JjUmhcl0Q3n5m6PLDUMfszwkdU6GHyUuwvHS+gWa29uhONvBWOBx+1OY\nO+ZAoHEE8G7V6xLO+IH3yYsPLk6rBL3GngBJXQVaZAbiQVCgutloGAiujiE2\nJMTMMUVeuNo7jGa5aEl/rb0UFM92RJnmnxqc9b8/oP6ObCq1BfwYn5OZVwQv\n4ypR\r\n=cmou\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"3aae82ee20a8657984911c04a37bb55f74b83a85","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.0","arg":"2.0.0","chalk":"2.4.1","update-check":"1.5.2","@zeit/schemas":"1.1.1","serve-handler":"2.3.10"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_7.0.1_1527537893973_0.4479970348239837","host":"s3://npm-registry-packages"}},"14.2.6":{"name":"serve","version":"14.2.6","description":"Static file serving and directory listing","keywords":["vercel","serve","micro","http-server"],"repository":{"type":"git","url":"git+https://github.com/vercel/serve.git"},"license":"MIT","type":"module","bin":{"serve":"build/main.js"},"engines":{"node":">= 14"},"dependencies":{"@zeit/schemas":"2.36.0","ajv":"8.18.0","arg":"5.0.2","boxen":"7.0.0","chalk":"5.0.1","chalk-template":"0.4.0","clipboardy":"3.0.0","compression":"1.8.1","is-port-reachable":"4.0.0","serve-handler":"6.1.7","update-check":"1.5.4"},"devDependencies":{"@changesets/cli":"2.29.6","@types/compression":"1.7.2","@types/serve-handler":"6.1.1","@vercel/style-guide":"3.0.0","@vitest/coverage-v8":"2.1.3","eslint":"8.19.0","got":"12.1.0","husky":"8.0.1","lint-staged":"13.0.3","prettier":"2.7.1","tsup":"8.3.0","tsx":"4.19.1","typescript":"5.6.3","vitest":"2.1.3"},"tsup":{"target":"esnext","format":["esm"],"outDir":"./build/"},"prettier":"@vercel/style-guide/prettier","eslintConfig":{"extends":["./node_modules/@vercel/style-guide/eslint/node.js","./node_modules/@vercel/style-guide/eslint/typescript.js"],"parserOptions":{"project":"tsconfig.json"}},"lint-staged":{"*":["prettier --ignore-unknown --write"],"source/**/*.ts":["eslint --max-warnings 0 --fix","vitest related --run"],"tests":["vitest --run"]},"scripts":{"develop":"tsx watch ./source/main.ts","start":"node ./build/main.js","compile":"tsup ./source/main.ts","test:tsc":"tsc --project tsconfig.json","test:unit":"vitest run --config config/vitest.ts","test:watch":"vitest watch --config config/vitest.ts","test":"pnpm test:tsc && pnpm test:unit","lint:code":"eslint --max-warnings 0 source/**/*.ts","lint:style":"prettier --check --ignore-path .gitignore .","lint":"pnpm lint:code && pnpm lint:style","format":"prettier --write --ignore-path .gitignore .","changeset":"changeset","version-packages":"changeset version","release":"pnpm compile && changeset publish"},"_id":"serve@14.2.6","bugs":{"url":"https://github.com/vercel/serve/issues"},"homepage":"https://github.com/vercel/serve#readme","_integrity":"sha512-QEjUSA+sD4Rotm1znR8s50YqA3kYpRGPmtd5GlFxbaL9n/FdUNbqMhxClqdditSk0LlZyA/dhud6XNRTOC9x2Q==","_resolved":"/tmp/567ae5bd4d6bbebf2bb06e4e8cabf5ab/serve-14.2.6.tgz","_from":"file:serve-14.2.6.tgz","_nodeVersion":"22.22.0","_npmVersion":"10.9.4","dist":{"integrity":"sha512-QEjUSA+sD4Rotm1znR8s50YqA3kYpRGPmtd5GlFxbaL9n/FdUNbqMhxClqdditSk0LlZyA/dhud6XNRTOC9x2Q==","shasum":"b5e520dfda9b1ed3b824a8e8d4fd6f69e4c6944c","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-14.2.6.tgz","fileCount":4,"unpackedSize":25990,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICin4C4TpzLgI39ATYk9BPglcx3Y1dd9R7Fls6zBBJUZAiEAmYC8IEdW3yQO9CW0wWutJ7NM7xub7sHnao58wL+dhQs="}]},"_npmUser":{"name":"vercel-release-bot","email":"infra+release@vercel.com"},"directories":{},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@vercel.com"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/serve_14.2.6_1772564694910_0.6783518840302278"},"_hasShrinkwrap":false},"14.2.5":{"name":"serve","version":"14.2.5","keywords":["vercel","serve","micro","http-server"],"license":"MIT","_id":"serve@14.2.5","maintainers":[{"name":"matheuss","email":"matheus.frndes@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"timneutkens@icloud.com"},{"name":"nick.tracey","email":"nick.tracey@vercel.com"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"matt.straka","email":"matt.j.straka@gmail.com"},{"name":"bkonkle","email":"brandon@konkle.us"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"build/main.js"},"dist":{"shasum":"569e333b99a484b3a6d25acce4a569c8c4f96373","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-14.2.5.tgz","fileCount":4,"integrity":"sha512-Qn/qMkzCcMFVPb60E/hQy+iRLpiU8PamOfOSYoAHmmF+fFFmpPpqa6Oci2iWYpTdOUM3VF+TINud7CfbQnsZbA==","signatures":[{"sig":"MEYCIQCEh4JloWcZdRYZbIpMXOOPeQ1YZLGLCJEO5W/UErkQ6AIhAPZlsO831CcjUrNIT5r/Q/xbLYQbY+E8JFrBuME2lV05","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":25990},"tsup":{"format":["esm"],"outDir":"./build/","target":"esnext"},"type":"module","_from":"file:serve-14.2.5.tgz","engines":{"node":">= 14"},"scripts":{"lint":"pnpm lint:code && pnpm lint:style","test":"pnpm test:tsc && pnpm test:unit","start":"node ./build/main.js","format":"prettier --write --ignore-path .gitignore .","compile":"tsup ./source/main.ts","develop":"tsx watch ./source/main.ts","release":"pnpm compile && changeset publish","test:tsc":"tsc --project tsconfig.json","changeset":"changeset","lint:code":"eslint --max-warnings 0 source/**/*.ts","test:unit":"vitest run --config config/vitest.ts","lint:style":"prettier --check --ignore-path .gitignore .","test:watch":"vitest watch --config config/vitest.ts","version-packages":"changeset version"},"_npmUser":{"name":"vercel-release-bot","email":"infra+release@vercel.com"},"prettier":"@vercel/style-guide/prettier","_resolved":"/tmp/ec7c0d31520f1046a0b370882174ca8e/serve-14.2.5.tgz","_integrity":"sha512-Qn/qMkzCcMFVPb60E/hQy+iRLpiU8PamOfOSYoAHmmF+fFFmpPpqa6Oci2iWYpTdOUM3VF+TINud7CfbQnsZbA==","repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"10.9.3","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*":["prettier --ignore-unknown --write"],"tests":["vitest --run"],"source/**/*.ts":["eslint --max-warnings 0 --fix","vitest related --run"]},"_nodeVersion":"22.19.0","dependencies":{"ajv":"8.12.0","arg":"5.0.2","boxen":"7.0.0","chalk":"5.0.1","clipboardy":"3.0.0","compression":"1.8.1","update-check":"1.5.4","@zeit/schemas":"2.36.0","serve-handler":"6.1.6","chalk-template":"0.4.0","is-port-reachable":"4.0.0"},"eslintConfig":{"extends":["./node_modules/@vercel/style-guide/eslint/node.js","./node_modules/@vercel/style-guide/eslint/typescript.js"],"parserOptions":{"project":"tsconfig.json"}},"_hasShrinkwrap":false,"devDependencies":{"got":"12.1.0","tsx":"4.19.1","tsup":"8.3.0","husky":"8.0.1","eslint":"8.19.0","vitest":"2.1.3","prettier":"2.7.1","typescript":"5.6.3","lint-staged":"13.0.3","@changesets/cli":"2.29.6","@types/compression":"1.7.2","@vercel/style-guide":"3.0.0","@vitest/coverage-v8":"2.1.3","@types/serve-handler":"6.1.1"},"_npmOperationalInternal":{"tmp":"tmp/serve_14.2.5_1756993164319_0.5194879892518194","host":"s3://npm-registry-packages-npm-production"}},"14.2.4":{"name":"serve","version":"14.2.4","keywords":["vercel","serve","micro","http-server"],"license":"MIT","_id":"serve@14.2.4","maintainers":[{"name":"gdborton","email":"gdborton@gmail.com"},{"name":"matheuss","email":"matheus.frndes@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"timneutkens@icloud.com"},{"name":"matt.straka","email":"matt.j.straka@gmail.com"},{"name":"nick.tracey","email":"nick.tracey@vercel.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"build/main.js"},"dist":{"shasum":"ba4c425c3c965f496703762e808f34b913f42fb0","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-14.2.4.tgz","fileCount":4,"integrity":"sha512-qy1S34PJ/fcY8gjVGszDB3EXiPSk5FKhUa7tQe0UPRddxRidc2V6cNHPNewbE1D7MAkgLuWEt3Vw56vYy73tzQ==","signatures":[{"sig":"MEQCIDepoNchU7bULnbTxJbN9O9G0hVcT3dabvLXe7VfWVJUAiBl3gLDHCm/cPjBIEDBKKNtbR8E49WYuF71XWjEGwfR2w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25845},"tsup":{"format":["esm"],"outDir":"./build/","target":"esnext"},"type":"module","_from":"file:serve-14.2.4.tgz","engines":{"node":">= 14"},"scripts":{"lint":"pnpm lint:code && pnpm lint:style","test":"pnpm test:tsc && pnpm test:unit","start":"node ./build/main.js","format":"prettier --write --ignore-path .gitignore .","compile":"tsup ./source/main.ts","develop":"tsx watch ./source/main.ts","test:tsc":"tsc --project tsconfig.json","lint:code":"eslint --max-warnings 0 source/**/*.ts","test:unit":"vitest run --config config/vitest.ts","lint:style":"prettier --check --ignore-path .gitignore .","test:watch":"vitest watch --config config/vitest.ts"},"_npmUser":{"name":"vercel-release-bot","email":"infra+release@vercel.com"},"prettier":"@vercel/style-guide/prettier","_resolved":"/tmp/b517cb143b3bcfde642db26bdcd2cbbd/serve-14.2.4.tgz","_integrity":"sha512-qy1S34PJ/fcY8gjVGszDB3EXiPSk5FKhUa7tQe0UPRddxRidc2V6cNHPNewbE1D7MAkgLuWEt3Vw56vYy73tzQ==","repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"10.7.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*":["prettier --ignore-unknown --write"],"tests":["vitest --run"],"source/**/*.ts":["eslint --max-warnings 0 --fix","vitest related --run"]},"_nodeVersion":"18.20.4","dependencies":{"ajv":"8.12.0","arg":"5.0.2","boxen":"7.0.0","chalk":"5.0.1","clipboardy":"3.0.0","compression":"1.7.4","update-check":"1.5.4","@zeit/schemas":"2.36.0","serve-handler":"6.1.6","chalk-template":"0.4.0","is-port-reachable":"4.0.0"},"eslintConfig":{"extends":["./node_modules/@vercel/style-guide/eslint/node.js","./node_modules/@vercel/style-guide/eslint/typescript.js"],"parserOptions":{"project":"tsconfig.json"}},"_hasShrinkwrap":false,"packageManager":"pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4","devDependencies":{"got":"12.1.0","tsx":"4.19.1","tsup":"8.3.0","husky":"8.0.1","eslint":"8.19.0","vitest":"2.1.3","prettier":"2.7.1","typescript":"5.6.3","lint-staged":"13.0.3","@types/compression":"1.7.2","@vercel/style-guide":"3.0.0","@vitest/coverage-v8":"2.1.3","@types/serve-handler":"6.1.1"},"_npmOperationalInternal":{"tmp":"tmp/serve_14.2.4_1729014243017_0.8353013435714081","host":"s3://npm-registry-packages"}},"14.2.3":{"name":"serve","version":"14.2.3","keywords":["vercel","serve","micro","http-server"],"license":"MIT","_id":"serve@14.2.3","maintainers":[{"name":"gdborton","email":"gdborton@gmail.com"},{"name":"matheuss","email":"matheus.frndes@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"timneutkens@icloud.com"},{"name":"matt.straka","email":"matt.j.straka@gmail.com"},{"name":"nick.tracey","email":"nick.tracey@vercel.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"build/main.js"},"dist":{"shasum":"047ba2b349354255bc09e0332cd41a92787836c9","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-14.2.3.tgz","fileCount":4,"integrity":"sha512-VqUFMC7K3LDGeGnJM9h56D3XGKb6KGgOw0cVNtA26yYXHCcpxf3xwCTUaQoWlVS7i8Jdh3GjQkOB23qsXyjoyQ==","signatures":[{"sig":"MEYCIQDZQU/XLBpABeW1iaDYlbMg8zYGGRlLyZYDkszPRzELpQIhAIlzjt9wHQ6NzPZnRDnxcTXNWHkfbz25FxNQdTYuWni0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25062},"tsup":{"format":["esm"],"outDir":"./build/","target":"esnext"},"type":"module","_from":"file:serve-14.2.3.tgz","engines":{"node":">= 14"},"scripts":{"lint":"pnpm lint:code && pnpm lint:style","test":"pnpm test:tsc && pnpm test:unit","start":"node ./build/main.js","format":"prettier --write --ignore-path .gitignore .","compile":"tsup ./source/main.ts","develop":"tsx watch ./source/main.ts","test:tsc":"tsc --project tsconfig.json","lint:code":"eslint --max-warnings 0 source/**/*.ts","test:unit":"vitest run --config config/vitest.ts","lint:style":"prettier --check --ignore-path .gitignore .","test:watch":"vitest watch --config config/vitest.ts"},"_npmUser":{"name":"vercel-release-bot","email":"infra+release@vercel.com"},"prettier":"@vercel/style-guide/prettier","_resolved":"/tmp/15257cce5144edd1d16f95b6967a6d90/serve-14.2.3.tgz","_integrity":"sha512-VqUFMC7K3LDGeGnJM9h56D3XGKb6KGgOw0cVNtA26yYXHCcpxf3xwCTUaQoWlVS7i8Jdh3GjQkOB23qsXyjoyQ==","repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"10.5.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*":["prettier --ignore-unknown --write"],"tests":["vitest --run"],"source/**/*.ts":["eslint --max-warnings 0 --fix","vitest related --run"]},"_nodeVersion":"18.20.2","dependencies":{"ajv":"8.12.0","arg":"5.0.2","boxen":"7.0.0","chalk":"5.0.1","clipboardy":"3.0.0","compression":"1.7.4","update-check":"1.5.4","@zeit/schemas":"2.36.0","serve-handler":"6.1.5","chalk-template":"0.4.0","is-port-reachable":"4.0.0"},"eslintConfig":{"extends":["./node_modules/@vercel/style-guide/eslint/node.js","./node_modules/@vercel/style-guide/eslint/typescript.js"],"parserOptions":{"project":"tsconfig.json"}},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.12.0","got":"12.1.0","tsx":"3.7.1","tsup":"6.1.3","husky":"8.0.1","eslint":"8.19.0","vitest":"0.18.0","prettier":"2.7.1","typescript":"4.6.4","lint-staged":"13.0.3","@types/compression":"1.7.2","@vercel/style-guide":"3.0.0","@types/serve-handler":"6.1.1"},"_npmOperationalInternal":{"tmp":"tmp/serve_14.2.3_1714060730008_0.26299137985888654","host":"s3://npm-registry-packages"}},"3.2.7":{"name":"serve","version":"3.2.7","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.2.7","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"976db9ac5dd68dbec50204c551edb5d8969c15eb","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.2.7.tgz","integrity":"sha512-N6DPhEgovSR0RBJnesFz17+08k4PAtQMKoiM5GY/DtN4OdjqU+MmAIVXcyfiQPRzaNerIWLdcNV6tFvVJvwtTA==","signatures":[{"sig":"MEQCIAi2GJlacn4MlGhxMXFvnxSHLnv9DpQxb/im+TgTLFF9AiAFVt4RB2LLhVfVdp17THUJblJ1L3WtWPnQqLeK6XvTVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"976db9ac5dd68dbec50204c551edb5d8969c15eb","engines":{"node":">=6.9.0"},"gitHead":"8a82d52b571f06e03773fe68dc7461b58ebb1893","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"3.10.8","description":"Static file serving and directory listing","directories":{},"greenkeeper":{"ignore":["async-to-gen"]},"_nodeVersion":"7.0.0","dependencies":{"ip":"1.1.4","args":"2.2.4","send":"0.14.2","chalk":"1.1.3","micro":"7.0.3","filesize":"3.5.4","path-type":"2.0.0","basic-auth":"1.1.0","copy-paste":"1.3.0","fs-promise":"1.0.0","handlebars":"4.0.6","mime-types":"2.1.14","detect-port":"1.1.0","async-to-gen":"1.3.0","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"1.0.3","is-async-supported":"1.2.0"},"devDependencies":{"xo":"0.17.1","husky":"0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.2.7.tgz_1486390166311_0.8172981105744839","host":"packages-18-east.internal.npmjs.com"}},"14.2.2":{"name":"serve","version":"14.2.2","keywords":["vercel","serve","micro","http-server"],"license":"MIT","_id":"serve@14.2.2","maintainers":[{"name":"gdborton","email":"gdborton@gmail.com"},{"name":"matheuss","email":"matheus.frndes@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"timneutkens@icloud.com"},{"name":"matt.straka","email":"matt.j.straka@gmail.com"},{"name":"nick.tracey","email":"nick.tracey@vercel.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"build/main.js"},"dist":{"shasum":"af7678a5d893aa5048a6f94e5262cefc34a32f71","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-14.2.2.tgz","fileCount":4,"integrity":"sha512-MktTGv3ooijGxd67iQVocNdiHaOdNnEApGj7At4qHUN44XDaLFfrqbEtj5mXf+QNqyig/VdHYMRTXWRQj6TEbw==","signatures":[{"sig":"MEQCIAnXPRac6SB5MTDl8QWNEDteLmiVr/MD0K5CnCv9fU2EAiALv+k8qi4KTdsu3/5fM4ojLBUKTgfdFDAe+7DYuejZtg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25062},"tsup":{"format":["esm"],"outDir":"./build/","target":"esnext"},"type":"module","_from":"file:serve-14.2.2.tgz","engines":{"node":">= 14"},"scripts":{"lint":"pnpm lint:code && pnpm lint:style","test":"pnpm test:tsc && pnpm test:unit","start":"node ./build/main.js","format":"prettier --write --ignore-path .gitignore .","compile":"tsup ./source/main.ts","develop":"tsx watch ./source/main.ts","test:tsc":"tsc --project tsconfig.json","lint:code":"eslint --max-warnings 0 source/**/*.ts","test:unit":"vitest run --config config/vitest.ts","lint:style":"prettier --check --ignore-path .gitignore .","test:watch":"vitest watch --config config/vitest.ts"},"_npmUser":{"name":"vercel-release-bot","email":"infra+release@vercel.com"},"prettier":"@vercel/style-guide/prettier","_resolved":"/tmp/3d334c47dd0686875f3762c3b9b840d8/serve-14.2.2.tgz","_integrity":"sha512-MktTGv3ooijGxd67iQVocNdiHaOdNnEApGj7At4qHUN44XDaLFfrqbEtj5mXf+QNqyig/VdHYMRTXWRQj6TEbw==","repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"10.5.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*":["prettier --ignore-unknown --write"],"tests":["vitest --run"],"source/**/*.ts":["eslint --max-warnings 0 --fix","vitest related --run"]},"_nodeVersion":"18.20.2","dependencies":{"ajv":"8.12.0","arg":"5.0.2","boxen":"7.0.0","chalk":"5.0.1","clipboardy":"3.0.0","compression":"1.7.4","update-check":"1.5.4","@zeit/schemas":"2.29.0","serve-handler":"6.1.5","chalk-template":"0.4.0","is-port-reachable":"4.0.0"},"eslintConfig":{"extends":["./node_modules/@vercel/style-guide/eslint/node.js","./node_modules/@vercel/style-guide/eslint/typescript.js"],"parserOptions":{"project":"tsconfig.json"}},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.12.0","got":"12.1.0","tsx":"3.7.1","tsup":"6.1.3","husky":"8.0.1","eslint":"8.19.0","vitest":"0.18.0","prettier":"2.7.1","typescript":"4.6.4","lint-staged":"13.0.3","@types/compression":"1.7.2","@vercel/style-guide":"3.0.0","@types/serve-handler":"6.1.1"},"_npmOperationalInternal":{"tmp":"tmp/serve_14.2.2_1713776211863_0.18954954985112749","host":"s3://npm-registry-packages"}},"3.2.8":{"name":"serve","version":"3.2.8","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.2.8","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"fc0186f7a33b0855ffbe956ffb47f28244c2e0be","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.2.8.tgz","integrity":"sha512-g3g9ddhR8cfkjoxw6HlsRR8+kO6bBUhlm6DCOV+C8oHmAzBi/m0oYhWUSxfv1bkSvTOTOOssgbv7+zo1KYNggQ==","signatures":[{"sig":"MEQCIB74m8QLrYRHeKp4Xq4pFBm4ft12cFmklx/vgsG8wEraAiBQ5vh5KtAnI2Xbdv0+cPYQz4XLYz/eStBglYn+eke3Xw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"fc0186f7a33b0855ffbe956ffb47f28244c2e0be","engines":{"node":">=6.9.0"},"gitHead":"ad5b3f518a89aa1fd82372a55b9c1f8d20ace5d3","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.0.5","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.2.0","dependencies":{"ip":"1.1.4","args":"2.2.4","send":"0.14.2","chalk":"1.1.3","micro":"7.0.6","filesize":"3.5.4","path-type":"2.0.0","basic-auth":"1.1.0","copy-paste":"1.3.0","fs-promise":"1.0.0","handlebars":"4.0.6","mime-types":"2.1.14","detect-port":"1.1.0","async-to-gen":"1.3.2","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"1.0.3","is-async-supported":"1.2.0"},"devDependencies":{"xo":"0.17.1","husky":"0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.2.8.tgz_1486748464255_0.8399456734769046","host":"packages-12-west.internal.npmjs.com"}},"14.2.1":{"name":"serve","version":"14.2.1","keywords":["vercel","serve","micro","http-server"],"license":"MIT","_id":"serve@14.2.1","maintainers":[{"name":"gdborton","email":"gdborton@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"timneutkens@icloud.com"},{"name":"matt.straka","email":"matt.j.straka@gmail.com"},{"name":"nick.tracey","email":"nick.tracey@vercel.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"build/main.js"},"dist":{"shasum":"3f078d292ed5e7b2c5a64f957af2765b0459798b","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-14.2.1.tgz","fileCount":4,"integrity":"sha512-48er5fzHh7GCShLnNyPBRPEjs2I6QBozeGr02gaacROiyS/8ARADlj595j39iZXAqBbJHH/ivJJyPRWY9sQWZA==","signatures":[{"sig":"MEQCIBceUtqkHSDkY6jLTW/P8QCQ1a3i7SSUaVy6RNVPWOIIAiBJILlbRrmBbWdh4nDi2c6m4qJMsFsrTEsLsHtd2JqeyQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25062},"tsup":{"format":["esm"],"outDir":"./build/","target":"esnext"},"type":"module","_from":"file:serve-14.2.1.tgz","engines":{"node":">= 14"},"scripts":{"lint":"pnpm lint:code && pnpm lint:style","test":"pnpm test:tsc && pnpm test:unit","start":"node ./build/main.js","format":"prettier --write --ignore-path .gitignore .","compile":"tsup ./source/main.ts","develop":"tsx watch ./source/main.ts","test:tsc":"tsc --project tsconfig.json","lint:code":"eslint --max-warnings 0 source/**/*.ts","test:unit":"vitest run --config config/vitest.ts","lint:style":"prettier --check --ignore-path .gitignore .","test:watch":"vitest watch --config config/vitest.ts"},"_npmUser":{"name":"vercel-release-bot","email":"infra+release@vercel.com"},"prettier":"@vercel/style-guide/prettier","_resolved":"/tmp/13852f38c69b9770bbc13fb530f10be4/serve-14.2.1.tgz","_integrity":"sha512-48er5fzHh7GCShLnNyPBRPEjs2I6QBozeGr02gaacROiyS/8ARADlj595j39iZXAqBbJHH/ivJJyPRWY9sQWZA==","repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"9.6.7","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*":["prettier --ignore-unknown --write"],"tests":["vitest --run"],"source/**/*.ts":["eslint --max-warnings 0 --fix","vitest related --run"]},"_nodeVersion":"18.17.1","dependencies":{"ajv":"8.11.0","arg":"5.0.2","boxen":"7.0.0","chalk":"5.0.1","clipboardy":"3.0.0","compression":"1.7.4","update-check":"1.5.4","@zeit/schemas":"2.29.0","serve-handler":"6.1.5","chalk-template":"0.4.0","is-port-reachable":"4.0.0"},"eslintConfig":{"extends":["./node_modules/@vercel/style-guide/eslint/node.js","./node_modules/@vercel/style-guide/eslint/typescript.js"],"parserOptions":{"project":"tsconfig.json"}},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.12.0","got":"12.1.0","tsx":"3.7.1","tsup":"6.1.3","husky":"8.0.1","eslint":"8.19.0","vitest":"0.18.0","prettier":"2.7.1","typescript":"4.6.4","lint-staged":"13.0.3","@types/compression":"1.7.2","@vercel/style-guide":"3.0.0","@types/serve-handler":"6.1.1"},"_npmOperationalInternal":{"tmp":"tmp/serve_14.2.1_1692643800115_0.7640645289082046","host":"s3://npm-registry-packages"}},"3.2.9":{"name":"serve","version":"3.2.9","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.2.9","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"3d589b2cb8860d45ca1b9e850e04a722438da81d","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.2.9.tgz","integrity":"sha512-giu9Z5HCA0Qb5AzaHrhmIYXTXt0mSMKz3if49MLX8IBldbJhfgMT0Ry9uxXoSiWcjUlMqquZqs5LmOVtkQ8AFw==","signatures":[{"sig":"MEYCIQDErjiMOVyhrjQukKf9n8NHzlMaV3Y+DgkI1uFFJpejywIhANE2TuJwqL8SpJLQKNb/JWNiCXwgrl+xliFWmifFhXfr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"3d589b2cb8860d45ca1b9e850e04a722438da81d","engines":{"node":">=6.9.0"},"gitHead":"933e6c88f51da1b9f932ef6b3aed2efbdad57c31","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.0.5","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.2.0","dependencies":{"ip":"1.1.4","args":"2.3.0","send":"0.14.2","chalk":"1.1.3","micro":"7.0.6","filesize":"3.5.4","path-type":"2.0.0","basic-auth":"1.1.0","copy-paste":"1.3.0","fs-promise":"1.0.0","handlebars":"4.0.6","mime-types":"2.1.14","detect-port":"1.1.0","async-to-gen":"1.3.2","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"1.0.3","is-async-supported":"1.2.0"},"devDependencies":{"xo":"0.17.1","husky":"0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.2.9.tgz_1486760983724_0.21226913784630597","host":"packages-12-west.internal.npmjs.com"}},"13.0.1":{"name":"serve","version":"13.0.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@13.0.1","maintainers":[{"name":"gaspar09","email":"gaspar.garcia09@gmail.com"},{"name":"jtaylor0196","email":"jourdandiskin@gmail.com"},{"name":"pieparker","email":"signup+npm@pieparker.com"},{"name":"kelly","email":"korevec@gmail.com"},{"name":"dferber90","email":"dominik.ferber@gmail.com"},{"name":"healeycodes","email":"healeycodes@gmail.com"},{"name":"broph123","email":"henry.brophy@vercel.com"},{"name":"codybrouwers","email":"clbrouwers@gmail.com"},{"name":"gdborton","email":"gdborton@gmail.com"},{"name":"jeffreyarneson","email":"jeffrey@vercel.com"},{"name":"ebb-tide","email":"denizk@gmail.com"},{"name":"msimulcik","email":"simulcik.miro@gmail.com"},{"name":"domeccleston","email":"domeccleston@gmail.com"},{"name":"nutlope","email":"hassan4709@gmail.com"},{"name":"hungrybearstudio","email":"rich@vercel.com"},{"name":"codetaromiura","email":"thexrayone@icloud.com"},{"name":"redacted-vercel","email":"a@vercel.com"},{"name":"gkaragkiaouris","email":"gkaragkiaouris2@gmail.com"},{"name":"geovanisouza92","email":"geovanisouza92@gmail.com"},{"name":"dglsparsons","email":"dglsparsons@gmail.com"},{"name":"lostinpatterns","email":"blweiner@gmail.com"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"matheuss","email":"matheus.frndes@gmail.com"},{"name":"igorklopov","email":"igor@klopov.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"tootallnate","email":"nathan@tootallnate.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"javivelasco","email":"javier.velasco86@gmail.com"},{"name":"iamevilrabbit","email":"hello@evilrabb.it"},{"name":"kdy1","email":"kdy.1997.dev@gmail.com"},{"name":"joecohens","email":"joecohenr@gmail.com"},{"name":"quietshu","email":"ds303077135@gmail.com"},{"name":"dav-is","email":"mail@connordav.is"},{"name":"styfle","email":"steven@ceriously.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"lucleray","email":"luc.leray@gmail.com"},{"name":"mglagola","email":"mark.glagola@gmail.com"},{"name":"andybitz","email":"artzbitz@gmail.com"},{"name":"paulogdm","email":"paulogdemitri@gmail.com"},{"name":"anatrajkovska","email":"ana.trajkovska2015@gmail.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"umegaya","email":"iyatomi@gmail.com"},{"name":"arzafran","email":"franco@studiofreight.com"},{"name":"ijjk","email":"jj@jjsweb.site"},{"name":"mfix22","email":"mrfix84@gmail.com"},{"name":"lfades","email":"luisito453@gmail.com"},{"name":"rabaut","email":"rabautse@gmail.com"},{"name":"msweeneydev","email":"mail@mcs.dev"},{"name":"williamli","email":"william@bbi.studio"},{"name":"ragojose","email":"ragojosefrancisco@gmail.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"paco","email":"pvco.coursey@gmail.com"},{"name":"skllcrn","email":"skllcrn@zeit.co"},{"name":"janicklas-ralph","email":"janicklasralph036@gmail.com"},{"name":"atcastle","email":"atcastle@gmail.com"},{"name":"keanulee","email":"npm@keanulee.com"},{"name":"spanicker","email":"shubhie@gmail.com"},{"name":"developit","email":"jason@developit.ca"},{"name":"housseindjirdeh","email":"houssein.djirdeh@gmail.com"},{"name":"gmonaco","email":"gbmonaco@google.com"},{"name":"kikobeats","email":"josefrancisco.verdu@gmail.com"},{"name":"prateekbh","email":"prateek89born@gmail.com"},{"name":"jkrems","email":"jan.krems@gmail.com"},{"name":"jaredpalmer","email":"jared@palmer.net"},{"name":"gielcobben","email":"g.cobben@gmail.com"},{"name":"chibicode","email":"shu@chibicode.com"},{"name":"nazarenooviedo","email":"nazareno@basement.studio"},{"name":"samsisle","email":"samko9522@gmail.com"},{"name":"okbel","email":"curciobel@gmail.com"},{"name":"hankvercel","email":"hank@vercel.com"},{"name":"leerobinson","email":"lrobinson2011@gmail.com"},{"name":"elsigh","email":"lsimon@commoner.com"},{"name":"julianbenegas","email":"julianbenegas99@gmail.com"},{"name":"rizbizkits","email":"rizwana.akmal@hotmail.com"},{"name":"raunofreiberg","email":"freiberggg@gmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"cl3arglass","email":"haltaffer@gmail.com"},{"name":"chriswdmr","email":"github.wolle404@gmail.com"},{"name":"ernestd","email":"lapapelera@gmail.com"},{"name":"ismaelrumzan","email":"ismaelrumzan@gmail.com"},{"name":"jhoch","email":"jrshoch@gmail.com"},{"name":"mitchellwright","email":"mitchellbwright@gmail.com"},{"name":"mrmckeb","email":"mrmckeb.npm@outlook.com"},{"name":"kuvos","email":"npm-public@qfox.nl"},{"name":"creationix","email":"tim@creationix.com"},{"name":"aboodman","email":"aaron@aaronboodman.com"},{"name":"huozhi","email":"inbox@huozhi.im"},{"name":"cmvnk","email":"christina@vercel.com"},{"name":"arv","email":"erik.arvidsson@gmail.com"},{"name":"ktcarter","email":"ktcarter09@gmail.com"},{"name":"padmaia","email":"dev@padmaia.rocks"},{"name":"delba","email":"delbabrown@gmail.com"},{"name":"catsaremlg","email":"joshuadgon@gmail.com"},{"name":"steventey","email":"stevensteel97@gmail.com"},{"name":"gsandhu","email":"gsandhu@csumb.edu"},{"name":"dbredvick","email":"dbredvick@gmail.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"5091174c9d9ef76de1f620ff85970897e9af72fa","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-13.0.1.tgz","fileCount":4,"integrity":"sha512-tDow2JvbWjV4zVj5h4T9jqb7+Jit4+Dz5lSe+/mbjJg/XTARECwy39by6kQhtPZutvG0Rw9rR7RPxMfRriwvcg==","signatures":[{"sig":"MEQCIBkNcKWhmBX69Qt4wZqTxTuByf0HHZ2uzxypB4egG3gbAiA6/ic650NvnnARsYM6PY5uSBDL2duZmu53m1OTjEyS0Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17697},"gitHead":"c630db701fd46d0c5d7644fafc384bd9ed3c378e","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"mindrun@icloud.com"},"repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"7.21.1","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"14.17.6","dependencies":{"ajv":"6.12.6","arg":"2.0.0","boxen":"5.1.2","chalk":"2.4.1","clipboardy":"2.3.0","compression":"1.7.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"6.1.3"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_13.0.1_1636038808276_0.12168325876061914","host":"s3://npm-registry-packages"}},"14.2.0":{"name":"serve","version":"14.2.0","keywords":["vercel","serve","micro","http-server"],"license":"MIT","_id":"serve@14.2.0","maintainers":[{"name":"nwienert","email":"natewienert@gmail.com"},{"name":"gdborton","email":"gdborton@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"matt.straka","email":"matt.j.straka@gmail.com"},{"name":"nick.tracey","email":"nick.tracey@vercel.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"build/main.js"},"dist":{"shasum":"3d768e88fa13ad8644f2393599189707176e66b8","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-14.2.0.tgz","fileCount":4,"integrity":"sha512-+HOw/XK1bW8tw5iBilBz/mJLWRzM8XM6MPxL4J/dKzdxq1vfdEWSwhaR7/yS8EJp5wzvP92p1qirysJvnEtjXg==","signatures":[{"sig":"MEYCIQDwnNqOcSFyKyrdNLBwIRjwfkTFfaoHxoth1N/wz+Vg7gIhAJmNg+dFR05twuvGfD5eqpNxDDBvrVyyivzL+pkeYsnZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24997,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0HL+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqrtxAAoXaAW4/4XE969fqgbhtFLxfxi4CMh8XZAcTjiyP05y6pMQEE\r\nR3fn3tbQ6EmTsHkmhJaN9HnqQ9TkdVOw1zCHEDUPBwfVjk7grEiG3MrPfwMW\r\nR6YtUWim9GbGBh7TyNaIWLPsdvByfkd+Pr77chS8v+DHlQmt2av6UTEk59Cl\r\nsUl1+DqeFh26bqUh3WV4KLJKtzR5zHV8nbUg3RDVpI4vBoqEVkY/wPWCwXY9\r\nB0qmRQq7XfcL50nXzGbuD4PeGUhIstis8X+JmV1OQMsOfjAreX0gi+OnVOXR\r\nzSBn0xjS5qDSfu/74qa5/X8UYWV8hYo5IhXaOwlCtyocjsz/TDNg1TEvwA5V\r\nWrdh0fa2WFlok2V1h4wOQnSFuwAkt/3ZkZ9D+aLr6HrI++IbhUgPr/OpS3xK\r\nGwdIWjlNoLZ4iD6bQ2pPGlg+ZhtsCd3a5uaGXxMhxgVq3NSWj0CAbyx0drB/\r\n/PfYmVafOJb7h091TBc8rq/ofqDo8vv1IoMKBeZmnDpgP8/RhrqgP6/ls7xn\r\n8GMsQ5NKxX+uuQSyGhXpMpws5A/MVIZ8FpNwkXDcCa6NftTI/yiDjh1Y59pC\r\nm8eEXxFPot0IpEovjwS7aRbk+SW2htKrqRRULAEpJzBbc2C3Ilf7+9ayzfY5\r\nPEwqMozwWWpZa3Lzqv5sis34OhDKXVw75Og=\r\n=bmA7\r\n-----END PGP SIGNATURE-----\r\n"},"tsup":{"format":["esm"],"outDir":"./build/","target":"esnext"},"type":"module","_from":"file:serve-14.2.0.tgz","engines":{"node":">= 14"},"scripts":{"lint":"pnpm lint:code && pnpm lint:style","test":"pnpm test:tsc && pnpm test:unit","start":"node ./build/main.js","format":"prettier --write --ignore-path .gitignore .","compile":"tsup ./source/main.ts","develop":"tsx watch ./source/main.ts","test:tsc":"tsc --project tsconfig.json","lint:code":"eslint --max-warnings 0 source/**/*.ts","test:unit":"vitest run --config config/vitest.ts","lint:style":"prettier --check --ignore-path .gitignore .","test:watch":"vitest watch --config config/vitest.ts"},"_npmUser":{"name":"vercel-release-bot","email":"infra+release@vercel.com"},"prettier":"@vercel/style-guide/prettier","_resolved":"/tmp/3d4796ea3f24811e0fc9d2bc4a503ad1/serve-14.2.0.tgz","_integrity":"sha512-+HOw/XK1bW8tw5iBilBz/mJLWRzM8XM6MPxL4J/dKzdxq1vfdEWSwhaR7/yS8EJp5wzvP92p1qirysJvnEtjXg==","repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"8.19.3","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*":["prettier --ignore-unknown --write"],"tests":["vitest --run"],"source/**/*.ts":["eslint --max-warnings 0 --fix","vitest related --run"]},"_nodeVersion":"18.13.0","dependencies":{"ajv":"8.11.0","arg":"5.0.2","boxen":"7.0.0","chalk":"5.0.1","clipboardy":"3.0.0","compression":"1.7.4","update-check":"1.5.4","@zeit/schemas":"2.29.0","serve-handler":"6.1.5","chalk-template":"0.4.0","is-port-reachable":"4.0.0"},"eslintConfig":{"extends":["./node_modules/@vercel/style-guide/eslint/node.js","./node_modules/@vercel/style-guide/eslint/typescript.js"],"parserOptions":{"project":"tsconfig.json"}},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.12.0","got":"12.1.0","tsx":"3.7.1","tsup":"6.1.3","husky":"8.0.1","eslint":"8.19.0","vitest":"0.18.0","prettier":"2.7.1","typescript":"4.6.4","lint-staged":"13.0.3","@types/compression":"1.7.2","@vercel/style-guide":"3.0.0","@types/serve-handler":"6.1.1"},"_npmOperationalInternal":{"tmp":"tmp/serve_14.2.0_1674605310536_0.9948357092101023","host":"s3://npm-registry-packages"}},"7.0.0":{"name":"serve","version":"7.0.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@7.0.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"c2ea96322a56d3ffa2cc8c0430b42ed31b320279","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-7.0.0.tgz","fileCount":4,"integrity":"sha512-A3IxdJBhSt+RbSDO5X4fpoYDtsvGILP73MGZRv7TZyCOf5DVLHCUMLwXnbwEtxkzbnA73NWlGFH6HjNqltCuuQ==","signatures":[{"sig":"MEQCIHFGJyurIsDl2NSlBv8FOP/n6yUSIkxDBKFKmabXFMynAiBxNWii17blrypI1mZtiRYMD57RReKeghzBzkSzJh2ZGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11127,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDDfvCRA9TVsSAnZWagAA6LkP/2vKBJFtjU/1sZWlkN7A\npUKPdo2pCjRwaTyAs1R9V8SXglbVQtwL2whEiY8eHYBnVGMQJRF4R3yNP3x9\nqGuoPk6/CTob5P0ZbI1OKcA/JXi/COXYXo5jQPgV/BHHKzjlsY/PB3sRKV3G\nJZxAGzzTsIL7gc6VNruON0Qo/xdDxlYQ6fMweY1RqKD894Tzq5gSrDyyOG98\nIjMHMSJtB+qL4mrmhEP2NyubTxG8IRzHl3/5uy18WSeHdiKnZEDMJ0v4suBS\nrAY+rTl/+DtQZKHgYSKgkqtlX02tubEQkjZ5HfKD2ql/stxz79GhGkV3FxaT\nbVU91dJN7v60S5a/EAKGYjFs2mi83PuGnmiSDaI3k160/9+way3C6xHKxTaO\nH+jl5+qa4ExPMpvWAEgEkrA9h4JNrn3ZsHSzPLheTn0k4ANMOeTTTXkOKnva\nY7qVK0tTR8oweAuRPEFsHC5jjlVCaGSkyLRJNJNYyB4sNqwW1Hn7vMkWjfvR\nmZSpcTXszNZY3ETRVC5obamGJo9bhZZjL6Es+vdplIY695ksGlddif+OAtxQ\nD8Z183L13+49tR1C4caMYRHIBqULRTCJyO10BNms303DDqt1bS2CQTi5CCYT\nPzpX2o5GhxG/cj9slIX8SFCo/Cowl13lAHV71kEFQU908RFeKqSUUqpy7ZMA\n6yzx\r\n=fTVA\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"a8ef723004fb7344af82471f579882fff5d3bda9","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.0","arg":"2.0.0","chalk":"2.4.1","micro":"9.3.1","dot-prop":"4.2.0","fs-extra":"6.0.1","update-check":"1.5.2","@zeit/schemas":"1.1.1","serve-handler":"2.3.10"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_7.0.0_1527527406940_0.8285370462445008","host":"s3://npm-registry-packages"}},"13.0.0":{"name":"serve","version":"13.0.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@13.0.0","maintainers":[{"name":"gaspar09","email":"gaspar.garcia09@gmail.com"},{"name":"jtaylor0196","email":"jourdandiskin@gmail.com"},{"name":"pieparker","email":"signup+npm@pieparker.com"},{"name":"kelly","email":"korevec@gmail.com"},{"name":"dferber90","email":"dominik.ferber@gmail.com"},{"name":"healeycodes","email":"healeycodes@gmail.com"},{"name":"broph123","email":"henry.brophy@vercel.com"},{"name":"codybrouwers","email":"clbrouwers@gmail.com"},{"name":"gdborton","email":"gdborton@gmail.com"},{"name":"jeffreyarneson","email":"jeffrey@vercel.com"},{"name":"ebb-tide","email":"denizk@gmail.com"},{"name":"msimulcik","email":"simulcik.miro@gmail.com"},{"name":"domeccleston","email":"domeccleston@gmail.com"},{"name":"nutlope","email":"hassan4709@gmail.com"},{"name":"hungrybearstudio","email":"rich@vercel.com"},{"name":"codetaromiura","email":"thexrayone@icloud.com"},{"name":"redacted-vercel","email":"a@vercel.com"},{"name":"gkaragkiaouris","email":"gkaragkiaouris2@gmail.com"},{"name":"geovanisouza92","email":"geovanisouza92@gmail.com"},{"name":"dglsparsons","email":"dglsparsons@gmail.com"},{"name":"lostinpatterns","email":"blweiner@gmail.com"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"matheuss","email":"matheus.frndes@gmail.com"},{"name":"igorklopov","email":"igor@klopov.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"tootallnate","email":"nathan@tootallnate.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"javivelasco","email":"javier.velasco86@gmail.com"},{"name":"iamevilrabbit","email":"hello@evilrabb.it"},{"name":"kdy1","email":"kdy.1997.dev@gmail.com"},{"name":"joecohens","email":"joecohenr@gmail.com"},{"name":"quietshu","email":"ds303077135@gmail.com"},{"name":"dav-is","email":"mail@connordav.is"},{"name":"styfle","email":"steven@ceriously.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"lucleray","email":"luc.leray@gmail.com"},{"name":"mglagola","email":"mark.glagola@gmail.com"},{"name":"andybitz","email":"artzbitz@gmail.com"},{"name":"paulogdm","email":"paulogdemitri@gmail.com"},{"name":"anatrajkovska","email":"ana.trajkovska2015@gmail.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"umegaya","email":"iyatomi@gmail.com"},{"name":"arzafran","email":"franco@studiofreight.com"},{"name":"ijjk","email":"jj@jjsweb.site"},{"name":"mfix22","email":"mrfix84@gmail.com"},{"name":"lfades","email":"luisito453@gmail.com"},{"name":"rabaut","email":"rabautse@gmail.com"},{"name":"msweeneydev","email":"mail@mcs.dev"},{"name":"williamli","email":"william@bbi.studio"},{"name":"ragojose","email":"ragojosefrancisco@gmail.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"paco","email":"pvco.coursey@gmail.com"},{"name":"skllcrn","email":"skllcrn@zeit.co"},{"name":"janicklas-ralph","email":"janicklasralph036@gmail.com"},{"name":"atcastle","email":"atcastle@gmail.com"},{"name":"keanulee","email":"npm@keanulee.com"},{"name":"spanicker","email":"shubhie@gmail.com"},{"name":"developit","email":"jason@developit.ca"},{"name":"housseindjirdeh","email":"houssein.djirdeh@gmail.com"},{"name":"gmonaco","email":"gbmonaco@google.com"},{"name":"kikobeats","email":"josefrancisco.verdu@gmail.com"},{"name":"prateekbh","email":"prateek89born@gmail.com"},{"name":"jkrems","email":"jan.krems@gmail.com"},{"name":"jaredpalmer","email":"jared@palmer.net"},{"name":"gielcobben","email":"g.cobben@gmail.com"},{"name":"chibicode","email":"shu@chibicode.com"},{"name":"nazarenooviedo","email":"nazareno@basement.studio"},{"name":"samsisle","email":"samko9522@gmail.com"},{"name":"okbel","email":"curciobel@gmail.com"},{"name":"hankvercel","email":"hank@vercel.com"},{"name":"leerobinson","email":"lrobinson2011@gmail.com"},{"name":"elsigh","email":"lsimon@commoner.com"},{"name":"julianbenegas","email":"julianbenegas99@gmail.com"},{"name":"rizbizkits","email":"rizwana.akmal@hotmail.com"},{"name":"raunofreiberg","email":"freiberggg@gmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"cl3arglass","email":"haltaffer@gmail.com"},{"name":"chriswdmr","email":"github.wolle404@gmail.com"},{"name":"ernestd","email":"lapapelera@gmail.com"},{"name":"ismaelrumzan","email":"ismaelrumzan@gmail.com"},{"name":"jhoch","email":"jrshoch@gmail.com"},{"name":"mitchellwright","email":"mitchellbwright@gmail.com"},{"name":"mrmckeb","email":"mrmckeb.npm@outlook.com"},{"name":"kuvos","email":"npm-public@qfox.nl"},{"name":"creationix","email":"tim@creationix.com"},{"name":"aboodman","email":"aaron@aaronboodman.com"},{"name":"huozhi","email":"inbox@huozhi.im"},{"name":"cmvnk","email":"christina@vercel.com"},{"name":"arv","email":"erik.arvidsson@gmail.com"},{"name":"ktcarter","email":"ktcarter09@gmail.com"},{"name":"padmaia","email":"dev@padmaia.rocks"},{"name":"delba","email":"delbabrown@gmail.com"},{"name":"catsaremlg","email":"joshuadgon@gmail.com"},{"name":"steventey","email":"stevensteel97@gmail.com"},{"name":"gsandhu","email":"gsandhu@csumb.edu"},{"name":"dbredvick","email":"dbredvick@gmail.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"74f71f85b31aac6d5d7505ddb384b7dffe4b1477","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-13.0.0.tgz","fileCount":4,"integrity":"sha512-i9QBpOw+3U2FE+UR6CIBia9T9Cl1z2gXZAWwj2nzbIfGZRp6g6nL5r8Oj1nkMhDw/KoKFDeBckvhBaz3Dv80pQ==","signatures":[{"sig":"MEQCICmMK131tooNPGCK1DPuZwD2xiTvg9othlMtiiP0JXlbAiBOfXfySKqYdbW7ZsI/h0l3UcY7NFjyaSY0CyGoj2RpiQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17697},"gitHead":"247b3830b15dfb21f37a645327a426820baa64eb","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"mindrun@icloud.com"},"repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"7.21.1","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"14.17.6","dependencies":{"ajv":"6.12.6","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"2.3.0","compression":"1.7.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"6.1.3"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_13.0.0_1636029640142_0.22248579811409663","host":"s3://npm-registry-packages"}},"13.0.3":{"name":"serve","version":"13.0.3","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@13.0.3","maintainers":[{"name":"sebastianroming","email":"sebastian.roming@gmail.com"},{"name":"amyegan","email":"amysutter1015@gmail.com"},{"name":"anthonyshew","email":"anthony@inthezone.dev"},{"name":"okikio","email":"okikio.dev@gmail.com"},{"name":"broooooklyn","email":"lynweklm@gmail.com"},{"name":"ypessoa","email":"yasmin.pessoa@vercel.com"},{"name":"zlw241","email":"zach.l.ward6@gmail.com"},{"name":"nalalami","email":"noor.alalami@gmail.com"},{"name":"mbrakken","email":"marc.brakken@gmail.com"},{"name":"wyattjoh","email":"me@wyattjoh.ca"},{"name":"pearlbea","email":"pearlbea@gmail.com"},{"name":"gt-codes","email":"garrett1.tolbert@gmail.com"},{"name":"sowsut","email":"sowju.sutherland@vercel.com"},{"name":"jennifer_stern","email":"jennifer.stern@vercel.com"},{"name":"kaiyuhsu","email":"im.kaiyu@gmail.com"},{"name":"matthewstanciu","email":"mattbstanciu@gmail.com"},{"name":"hannesborno","email":"hannes.borno@vercel.com"},{"name":"lubakravche","email":"luba.kravchenko@vercel.com"},{"name":"aaronbrown-vercel","email":"aaron.brown@vercel.com"},{"name":"denizkusef","email":"den.izk@gmail.com"},{"name":"javierbyte","email":"hi@javier.xyz"},{"name":"kayernyc","email":"kathrin.ayer@gmail.com"},{"name":"janory","email":"szathmary.janos89@gmail.com"},{"name":"goncy","email":"gonzalo.pozzo4@gmail.com"},{"name":"codyogden","email":"cody@codyogden.com"},{"name":"feedthejim","email":"laijimmy0@gmail.com"},{"name":"tilly3g","email":"tilly.gee@vercel.com"},{"name":"wits","email":"witspr@gmail.com"},{"name":"feugy","email":"damien.feugas@gmail.com"},{"name":"gbibeaulaviolette","email":"g.bibeaulaviolette@gmail.com"},{"name":"megbird","email":"meg@vercel.com"},{"name":"dizzyup","email":"hector@me.com"},{"name":"vin-e","email":"vincent@vin-e.com"},{"name":"edgarcerecerezv","email":"edgar.cerecerez@vercel.com"},{"name":"livcarman","email":"olivia.carman@gmail.com"},{"name":"segunadebayo","email":"joseshegs@gmail.com"},{"name":"sambecker","email":"sam@sambecker.com"},{"name":"craigandrews","email":"craigeandrews@gmail.com"},{"name":"mjakobis","email":"marta.hawkins@gmail.com"},{"name":"kale-stew","email":"hello@kylieis.online"},{"name":"chloe.tedder","email":"chloectedder@gmail.com"},{"name":"pbto","email":"pb.to@icloud.com"},{"name":"daniel.campbell","email":"daniel.campbell@vercel.com"},{"name":"arian-vercel","email":"arian.daneshvar@vercel.com"},{"name":"nuta","email":"email@seiya.me"},{"name":"almonk","email":"alasdair.monk@gmail.com"},{"name":"samselikoff","email":"sam.selikoff@gmail.com"},{"name":"dcartertwo","email":"dl.carter00@gmail.com"},{"name":"baruchadi","email":"me@baruchadi.com"},{"name":"ejc","email":"elijah@elijahcobb.com"},{"name":"aaorris","email":"aaorris@gmail.com"},{"name":"doque","email":"dombusser@gmail.com"},{"name":"ryanto","email":"ryanto@gmail.com"},{"name":"nathanhammond","email":"npm@nathanhammond.com"},{"name":"snokohn","email":"snokohn@yahoo.com"},{"name":"johnphamous","email":"johnphammail@gmail.com"},{"name":"tknickman","email":"tknickman@gmail.com"},{"name":"agadzik","email":"andrew.gadzik@vercel.com"},{"name":"thomcrowe","email":"thom@thomcrowe.com"},{"name":"emeraldsanto","email":"yanick.belanger@yahoo.com"},{"name":"ecklf","email":"ecklf@icloud.com"},{"name":"timeyoutakeit","email":"amy.burns87@gmail.com"},{"name":"cramforce","email":"malte.ubl@gmail.com"},{"name":"balazs4","email":"balazs4web@gmail.com"},{"name":"casey.gowrie","email":"casey.gowrie@vercel.com"},{"name":"samuel.foster","email":"samuel.foster@vercel.com"},{"name":"swarnavasengupta","email":"swarnavasengupta@gmail.com"},{"name":"lydiahallie","email":"lydiahallie.dev@gmail.com"},{"name":"ethan_arrowood","email":"ethan@arrowood.dev"},{"name":"kwonoj","email":"kwon.ohjoong@gmail.com"},{"name":"kakadiadarpan","email":"kakadiadarpan@gmail.com"},{"name":"endangeredmassa","email":"endangeredmassa@gmail.com"},{"name":"nick.tracey","email":"nick.tracey@vercel.com"},{"name":"reconbot","email":"wizard@roborooter.com"},{"name":"schlez","email":"gal@spitfire.co.il"},{"name":"crowterli","email":"liam.crowter@vercel.com"},{"name":"gsoltis","email":"greg.soltis@vercel.com"},{"name":"epallerols","email":"epallerols@vercel.com"},{"name":"domysee","email":"me@domysee.com"},{"name":"nwienert","email":"natewienert@gmail.com"},{"name":"arbw","email":"adrian@op74.net"},{"name":"stephdietz","email":"steph.dietz@vercel.com"},{"name":"gudmundur","email":"gudmundur.bjarni@gmail.com"},{"name":"marcgreenstock","email":"marc@marcgreenstock.com"},{"name":"vvo","email":"vincent@codeagain.com"},{"name":"falcoagustin","email":"agustinfalco.11@gmail.com"},{"name":"nabsul","email":"nabsul@outlook.com"},{"name":"bmealey","email":"blakemealey@gmail.com"},{"name":"maedahbatool","email":"maedahbatool@gmail.com"},{"name":"brethudson","email":"bret@brethudson.com"},{"name":"matt.straka","email":"matt.j.straka@gmail.com"},{"name":"jasongullickson","email":"Jason.Gullickson@vercel.com"},{"name":"f3d0r","email":"me@f3d0r.com"},{"name":"gaspar09","email":"gaspar.garcia09@gmail.com"},{"name":"jtaylor0196","email":"jourdandiskin@gmail.com"},{"name":"pieparker","email":"signup+npm@pieparker.com"},{"name":"kelly","email":"korevec@gmail.com"},{"name":"dferber90","email":"dominik.ferber@gmail.com"},{"name":"healeycodes","email":"healeycodes@gmail.com"},{"name":"broph123","email":"henry.brophy@vercel.com"},{"name":"codybrouwers","email":"clbrouwers@gmail.com"},{"name":"gdborton","email":"gdborton@gmail.com"},{"name":"jeffreyarneson","email":"jeffrey@vercel.com"},{"name":"ebb-tide","email":"denizk@gmail.com"},{"name":"msimulcik","email":"simulcik.miro@gmail.com"},{"name":"domeccleston","email":"domeccleston@gmail.com"},{"name":"nutlope","email":"hassan4709@gmail.com"},{"name":"hungrybearstudio","email":"rich@vercel.com"},{"name":"codetaromiura","email":"thexrayone@icloud.com"},{"name":"gkaragkiaouris","email":"gkaragkiaouris2@gmail.com"},{"name":"geovanisouza92","email":"geovanisouza92@gmail.com"},{"name":"dglsparsons","email":"dglsparsons@gmail.com"},{"name":"lostinpatterns","email":"blweiner@gmail.com"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"matheuss","email":"matheus.frndes@gmail.com"},{"name":"igorklopov","email":"igor@klopov.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"tootallnate","email":"nathan@tootallnate.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"javivelasco","email":"javier.velasco86@gmail.com"},{"name":"iamevilrabbit","email":"hello@evilrabb.it"},{"name":"kdy1","email":"kdy.1997.dev@gmail.com"},{"name":"quietshu","email":"g@shud.in"},{"name":"styfle","email":"steven@ceriously.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"lucleray","email":"luc.leray@gmail.com"},{"name":"mglagola","email":"npm@mark.gl"},{"name":"andybitz","email":"artzbitz@gmail.com"},{"name":"paulogdm","email":"paulogdemitri@gmail.com"},{"name":"anatrajkovska","email":"ana.trajkovska2015@gmail.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"arzafran","email":"franco@studiofreight.com"},{"name":"ijjk","email":"jj@jjsweb.site"},{"name":"lfades","email":"luisito453@gmail.com"},{"name":"msweeneydev","email":"mail@mcs.dev"},{"name":"williamli","email":"william@bbi.studio"},{"name":"ragojose","email":"ragojosefrancisco@gmail.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"skllcrn","email":"skllcrn@zeit.co"},{"name":"janicklas-ralph","email":"janicklasralph036@gmail.com"},{"name":"atcastle","email":"atcastle@gmail.com"},{"name":"spanicker","email":"shubhie@gmail.com"},{"name":"housseindjirdeh","email":"houssein.djirdeh@gmail.com"},{"name":"gmonaco","email":"gbmonaco@google.com"},{"name":"kikobeats","email":"josefrancisco.verdu@gmail.com"},{"name":"prateekbh","email":"prateek89born@gmail.com"},{"name":"jkrems","email":"jan.krems@gmail.com"},{"name":"jaredpalmer","email":"jared@palmer.net"},{"name":"gielcobben","email":"g.cobben@gmail.com"},{"name":"chibicode","email":"shu.chibicode@gmail.com"},{"name":"nazarenooviedo","email":"nazareno@basement.studio"},{"name":"samsisle","email":"samko9522@gmail.com"},{"name":"okbel","email":"curciobel@gmail.com"},{"name":"hankvercel","email":"hank@vercel.com"},{"name":"leerobinson","email":"lrobinson2011@gmail.com"},{"name":"elsigh","email":"lsimon@commoner.com"},{"name":"julianbenegas","email":"julianbenegas99@gmail.com"},{"name":"rizbizkits","email":"rizwana.akmal@hotmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"cl3arglass","email":"haltaffer@gmail.com"},{"name":"chriswdmr","email":"github.wolle404@gmail.com"},{"name":"ernestd","email":"lapapelera@gmail.com"},{"name":"ismaelrumzan","email":"ismaelrumzan@gmail.com"},{"name":"jhoch","email":"jrshoch@gmail.com"},{"name":"mitchellwright","email":"mitchellbwright@gmail.com"},{"name":"mrmckeb","email":"mrmckeb.npm@outlook.com"},{"name":"kuvos","email":"npm-public@qfox.nl"},{"name":"creationix","email":"tim@creationix.com"},{"name":"huozhi","email":"inbox@huozhi.im"},{"name":"cmvnk","email":"christina@vercel.com"},{"name":"ktcarter","email":"ktcarter09@gmail.com"},{"name":"padmaia","email":"dev@padmaia.rocks"},{"name":"delba","email":"delbabrown@gmail.com"},{"name":"catsaremlg","email":"joshuadgon@gmail.com"},{"name":"steventey","email":"stevensteel97@gmail.com"},{"name":"gsandhu","email":"gsandhu@csumb.edu"},{"name":"dbredvick","email":"dbredvick@gmail.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"039b79c964436c859e26a97835e546d13f199b5c","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-13.0.3.tgz","fileCount":4,"integrity":"sha512-O7s1qc8r/TnPYW2nStCZAAfZ/CYucY2IFcQDYpmPxIW5ExYJp+LaroDTVchJcqZXU+BDpBKQ/YkLih6uxZIDoQ==","signatures":[{"sig":"MEQCIEY/jow8QqVALacpMOkyXozuYStic79EoptDwRfeE5j1AiANhUu4Hy88HDcdFS9V6GS95wA/7TNA7mpXiCTZBHTvBA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17706,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixe8gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoCsg//X1h5XF/Sa7BNBDhJNsnlxFpBFKHwhHQf5uEOJJmFp67MJTtb\r\nEpaL4HOtjQG7lqCt4z0bKJTjkoROKDQzfOyh7uFBx7eh1BuyX8/3pL705fPz\r\nG15QWGZAULHwRcp8hXaMix7jf/nu5z15AVbVsKlLsg4mnHw2zGs9DSGxgKg9\r\neKDq+Io5SwqkNM35FYVrtlaQNqzYLEgFhl9IoEdTPHijwUNbFHNe6Y6TigdK\r\n2BX7jzuyK60amc1s0JfdUnPTpDAIgjbRKZZ7agL3m9AWTwBJrHUuS3yS9N+q\r\n4cT6vLBTHpGEffu+eITwjbXCd7/gXhBrGDYACZXm+L7Xnhuw/5i9pzXPj57W\r\noEb0UAODBfmN1MzIhtGp6mu0njgRXP2Cj1fTs0BILoGW1nXkGspE1bzTN4f0\r\nsoNnCaxdSRl3pOS3qxiPiEDXErv5CMArhWAr20unlb7s1rHRZ6I39j8yZJnv\r\n2WOh8BIDDhvjrYp/XsN9p8cxL4EXb7j9uXO2Lf5I8aLp3UxsT33rXrKRAk4U\r\n8AGr6eUzsWo8nPVwbuLL1ekwiYjsICbeodim9mw8qV8SZ3ar4OPO7L2JWCmU\r\nxDuy+fw/9WCE7/TWbyXOunR2CYnryOj+uIMPk7Cwo4tp4RtE+c0bQJveCxdY\r\n/0kXhsRjBLI0ZEue/DMxVnGFDh9Tfq0kVR4=\r\n=zSLT\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"a6ddfad9a0e7ba0701f7b7ef668b11ff813d9392","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leerobinson","email":"lrobinson2011@gmail.com"},"repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"8.1.2","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"16.13.1","dependencies":{"ajv":"6.12.6","arg":"2.0.0","boxen":"5.1.2","chalk":"2.4.1","clipboardy":"2.3.0","compression":"1.7.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"6.1.3"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_13.0.3_1657138976281_0.3179127322880908","host":"s3://npm-registry-packages"}},"13.0.2":{"name":"serve","version":"13.0.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@13.0.2","maintainers":[{"name":"gaspar09","email":"gaspar.garcia09@gmail.com"},{"name":"jtaylor0196","email":"jourdandiskin@gmail.com"},{"name":"pieparker","email":"signup+npm@pieparker.com"},{"name":"kelly","email":"korevec@gmail.com"},{"name":"dferber90","email":"dominik.ferber@gmail.com"},{"name":"healeycodes","email":"healeycodes@gmail.com"},{"name":"broph123","email":"henry.brophy@vercel.com"},{"name":"codybrouwers","email":"clbrouwers@gmail.com"},{"name":"gdborton","email":"gdborton@gmail.com"},{"name":"jeffreyarneson","email":"jeffrey@vercel.com"},{"name":"ebb-tide","email":"denizk@gmail.com"},{"name":"msimulcik","email":"simulcik.miro@gmail.com"},{"name":"domeccleston","email":"domeccleston@gmail.com"},{"name":"nutlope","email":"hassan4709@gmail.com"},{"name":"hungrybearstudio","email":"rich@vercel.com"},{"name":"codetaromiura","email":"thexrayone@icloud.com"},{"name":"redacted-vercel","email":"a@vercel.com"},{"name":"gkaragkiaouris","email":"gkaragkiaouris2@gmail.com"},{"name":"geovanisouza92","email":"geovanisouza92@gmail.com"},{"name":"dglsparsons","email":"dglsparsons@gmail.com"},{"name":"lostinpatterns","email":"blweiner@gmail.com"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"matheuss","email":"matheus.frndes@gmail.com"},{"name":"igorklopov","email":"igor@klopov.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"tootallnate","email":"nathan@tootallnate.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"javivelasco","email":"javier.velasco86@gmail.com"},{"name":"iamevilrabbit","email":"hello@evilrabb.it"},{"name":"kdy1","email":"kdy.1997.dev@gmail.com"},{"name":"joecohens","email":"joecohenr@gmail.com"},{"name":"quietshu","email":"ds303077135@gmail.com"},{"name":"dav-is","email":"mail@connordav.is"},{"name":"styfle","email":"steven@ceriously.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"lucleray","email":"luc.leray@gmail.com"},{"name":"mglagola","email":"mark.glagola@gmail.com"},{"name":"andybitz","email":"artzbitz@gmail.com"},{"name":"paulogdm","email":"paulogdemitri@gmail.com"},{"name":"anatrajkovska","email":"ana.trajkovska2015@gmail.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"umegaya","email":"iyatomi@gmail.com"},{"name":"arzafran","email":"franco@studiofreight.com"},{"name":"ijjk","email":"jj@jjsweb.site"},{"name":"mfix22","email":"mrfix84@gmail.com"},{"name":"lfades","email":"luisito453@gmail.com"},{"name":"rabaut","email":"rabautse@gmail.com"},{"name":"msweeneydev","email":"mail@mcs.dev"},{"name":"williamli","email":"william@bbi.studio"},{"name":"ragojose","email":"ragojosefrancisco@gmail.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"paco","email":"pvco.coursey@gmail.com"},{"name":"skllcrn","email":"skllcrn@zeit.co"},{"name":"janicklas-ralph","email":"janicklasralph036@gmail.com"},{"name":"atcastle","email":"atcastle@gmail.com"},{"name":"keanulee","email":"npm@keanulee.com"},{"name":"spanicker","email":"shubhie@gmail.com"},{"name":"developit","email":"jason@developit.ca"},{"name":"housseindjirdeh","email":"houssein.djirdeh@gmail.com"},{"name":"gmonaco","email":"gbmonaco@google.com"},{"name":"kikobeats","email":"josefrancisco.verdu@gmail.com"},{"name":"prateekbh","email":"prateek89born@gmail.com"},{"name":"jkrems","email":"jan.krems@gmail.com"},{"name":"jaredpalmer","email":"jared@palmer.net"},{"name":"gielcobben","email":"g.cobben@gmail.com"},{"name":"chibicode","email":"shu@chibicode.com"},{"name":"nazarenooviedo","email":"nazareno@basement.studio"},{"name":"samsisle","email":"samko9522@gmail.com"},{"name":"okbel","email":"curciobel@gmail.com"},{"name":"hankvercel","email":"hank@vercel.com"},{"name":"leerobinson","email":"lrobinson2011@gmail.com"},{"name":"elsigh","email":"lsimon@commoner.com"},{"name":"julianbenegas","email":"julianbenegas99@gmail.com"},{"name":"rizbizkits","email":"rizwana.akmal@hotmail.com"},{"name":"raunofreiberg","email":"freiberggg@gmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"cl3arglass","email":"haltaffer@gmail.com"},{"name":"chriswdmr","email":"github.wolle404@gmail.com"},{"name":"ernestd","email":"lapapelera@gmail.com"},{"name":"ismaelrumzan","email":"ismaelrumzan@gmail.com"},{"name":"jhoch","email":"jrshoch@gmail.com"},{"name":"mitchellwright","email":"mitchellbwright@gmail.com"},{"name":"mrmckeb","email":"mrmckeb.npm@outlook.com"},{"name":"kuvos","email":"npm-public@qfox.nl"},{"name":"creationix","email":"tim@creationix.com"},{"name":"aboodman","email":"aaron@aaronboodman.com"},{"name":"huozhi","email":"inbox@huozhi.im"},{"name":"cmvnk","email":"christina@vercel.com"},{"name":"arv","email":"erik.arvidsson@gmail.com"},{"name":"ktcarter","email":"ktcarter09@gmail.com"},{"name":"padmaia","email":"dev@padmaia.rocks"},{"name":"delba","email":"delbabrown@gmail.com"},{"name":"catsaremlg","email":"joshuadgon@gmail.com"},{"name":"steventey","email":"stevensteel97@gmail.com"},{"name":"gsandhu","email":"gsandhu@csumb.edu"},{"name":"dbredvick","email":"dbredvick@gmail.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"b19ccb854dfdf3085613cd3a4033c7807aeaf85b","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-13.0.2.tgz","fileCount":4,"integrity":"sha512-71R6fKvNgKrqARAag6lYJNnxDzpH7DCNrMuvPY5PLVaC2PDhJsGTj/34o4o4tPWhTuLgEXqvgnAWbATQ9zGZTQ==","signatures":[{"sig":"MEUCIFGpxej0aTF9cTEnGaQwx2r18NfY+wYldR4HQSxQ9ZO2AiEApdQKU94hl7yTQcjr/0wH2l9whsT7xyA7y9MqcByAvkc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17698},"gitHead":"3e59bc1fba457c89cd26b9bf5b97d74140693192","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"mindrun@icloud.com"},"repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"7.21.1","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"14.17.6","dependencies":{"ajv":"6.12.6","arg":"2.0.0","boxen":"5.1.2","chalk":"2.4.1","clipboardy":"2.3.0","compression":"1.7.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"6.1.3"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_13.0.2_1636039703810_0.7944813356206049","host":"s3://npm-registry-packages"}},"13.0.4":{"name":"serve","version":"13.0.4","keywords":["vercel","serve","micro","http-server"],"license":"MIT","_id":"serve@13.0.4","maintainers":[{"name":"sebastianroming","email":"sebastian.roming@gmail.com"},{"name":"amyegan","email":"amysutter1015@gmail.com"},{"name":"anthonyshew","email":"anthony@inthezone.dev"},{"name":"okikio","email":"okikio.dev@gmail.com"},{"name":"broooooklyn","email":"lynweklm@gmail.com"},{"name":"ypessoa","email":"yasmin.pessoa@vercel.com"},{"name":"zlw241","email":"zach.l.ward6@gmail.com"},{"name":"nalalami","email":"noor.alalami@gmail.com"},{"name":"mbrakken","email":"marc.brakken@gmail.com"},{"name":"wyattjoh","email":"me@wyattjoh.ca"},{"name":"pearlbea","email":"pearlbea@gmail.com"},{"name":"gt-codes","email":"garrett1.tolbert@gmail.com"},{"name":"sowsut","email":"sowju.sutherland@vercel.com"},{"name":"jennifer_stern","email":"jennifer.stern@vercel.com"},{"name":"kaiyuhsu","email":"im.kaiyu@gmail.com"},{"name":"matthewstanciu","email":"mattbstanciu@gmail.com"},{"name":"hannesborno","email":"hannes.borno@vercel.com"},{"name":"lubakravche","email":"luba.kravchenko@vercel.com"},{"name":"aaronbrown-vercel","email":"aaron.brown@vercel.com"},{"name":"denizkusef","email":"den.izk@gmail.com"},{"name":"javierbyte","email":"hi@javier.xyz"},{"name":"kayernyc","email":"kathrin.ayer@gmail.com"},{"name":"janory","email":"szathmary.janos89@gmail.com"},{"name":"goncy","email":"gonzalo.pozzo4@gmail.com"},{"name":"codyogden","email":"cody@codyogden.com"},{"name":"feedthejim","email":"laijimmy0@gmail.com"},{"name":"tilly3g","email":"tilly.gee@vercel.com"},{"name":"wits","email":"witspr@gmail.com"},{"name":"feugy","email":"damien.feugas@gmail.com"},{"name":"gbibeaulaviolette","email":"g.bibeaulaviolette@gmail.com"},{"name":"megbird","email":"meg@vercel.com"},{"name":"dizzyup","email":"hector@me.com"},{"name":"vin-e","email":"vincent@vin-e.com"},{"name":"edgarcerecerezv","email":"edgar.cerecerez@vercel.com"},{"name":"livcarman","email":"olivia.carman@gmail.com"},{"name":"segunadebayo","email":"joseshegs@gmail.com"},{"name":"sambecker","email":"sam@sambecker.com"},{"name":"craigandrews","email":"craigeandrews@gmail.com"},{"name":"mjakobis","email":"marta.hawkins@gmail.com"},{"name":"kale-stew","email":"hello@kylieis.online"},{"name":"chloe.tedder","email":"chloectedder@gmail.com"},{"name":"pbto","email":"pb.to@icloud.com"},{"name":"daniel.campbell","email":"daniel.campbell@vercel.com"},{"name":"arian-vercel","email":"arian.daneshvar@vercel.com"},{"name":"nuta","email":"email@seiya.me"},{"name":"almonk","email":"alasdair.monk@gmail.com"},{"name":"samselikoff","email":"sam.selikoff@gmail.com"},{"name":"dcartertwo","email":"dl.carter00@gmail.com"},{"name":"baruchadi","email":"me@baruchadi.com"},{"name":"ejc","email":"elijah@elijahcobb.com"},{"name":"aaorris","email":"aaorris@gmail.com"},{"name":"doque","email":"dombusser@gmail.com"},{"name":"ryanto","email":"ryanto@gmail.com"},{"name":"nathanhammond","email":"npm@nathanhammond.com"},{"name":"snokohn","email":"snokohn@yahoo.com"},{"name":"johnphamous","email":"johnphammail@gmail.com"},{"name":"tknickman","email":"tknickman@gmail.com"},{"name":"agadzik","email":"andrew.gadzik@vercel.com"},{"name":"thomcrowe","email":"thom@thomcrowe.com"},{"name":"emeraldsanto","email":"yanick.belanger@yahoo.com"},{"name":"ecklf","email":"ecklf@icloud.com"},{"name":"timeyoutakeit","email":"amy.burns87@gmail.com"},{"name":"cramforce","email":"malte.ubl@gmail.com"},{"name":"balazs4","email":"balazs4web@gmail.com"},{"name":"casey.gowrie","email":"casey.gowrie@vercel.com"},{"name":"samuel.foster","email":"samuel.foster@vercel.com"},{"name":"swarnavasengupta","email":"swarnavasengupta@gmail.com"},{"name":"lydiahallie","email":"lydiahallie.dev@gmail.com"},{"name":"ethan_arrowood","email":"ethan@arrowood.dev"},{"name":"kwonoj","email":"kwon.ohjoong@gmail.com"},{"name":"kakadiadarpan","email":"kakadiadarpan@gmail.com"},{"name":"endangeredmassa","email":"endangeredmassa@gmail.com"},{"name":"nick.tracey","email":"nick.tracey@vercel.com"},{"name":"reconbot","email":"wizard@roborooter.com"},{"name":"schlez","email":"gal@spitfire.co.il"},{"name":"crowterli","email":"liam.crowter@vercel.com"},{"name":"gsoltis","email":"greg.soltis@vercel.com"},{"name":"epallerols","email":"epallerols@vercel.com"},{"name":"domysee","email":"me@domysee.com"},{"name":"nwienert","email":"natewienert@gmail.com"},{"name":"arbw","email":"adrian@op74.net"},{"name":"stephdietz","email":"steph.dietz@vercel.com"},{"name":"gudmundur","email":"gudmundur.bjarni@gmail.com"},{"name":"marcgreenstock","email":"marc@marcgreenstock.com"},{"name":"vvo","email":"vincent@codeagain.com"},{"name":"falcoagustin","email":"agustinfalco.11@gmail.com"},{"name":"nabsul","email":"nabsul@outlook.com"},{"name":"bmealey","email":"blakemealey@gmail.com"},{"name":"maedahbatool","email":"maedahbatool@gmail.com"},{"name":"brethudson","email":"bret@brethudson.com"},{"name":"matt.straka","email":"matt.j.straka@gmail.com"},{"name":"jasongullickson","email":"Jason.Gullickson@vercel.com"},{"name":"f3d0r","email":"me@f3d0r.com"},{"name":"gaspar09","email":"gaspar.garcia09@gmail.com"},{"name":"jtaylor0196","email":"jourdandiskin@gmail.com"},{"name":"pieparker","email":"signup+npm@pieparker.com"},{"name":"kelly","email":"korevec@gmail.com"},{"name":"dferber90","email":"dominik.ferber@gmail.com"},{"name":"healeycodes","email":"healeycodes@gmail.com"},{"name":"broph123","email":"henry.brophy@vercel.com"},{"name":"codybrouwers","email":"clbrouwers@gmail.com"},{"name":"gdborton","email":"gdborton@gmail.com"},{"name":"jeffreyarneson","email":"jeffrey@vercel.com"},{"name":"ebb-tide","email":"denizk@gmail.com"},{"name":"msimulcik","email":"simulcik.miro@gmail.com"},{"name":"domeccleston","email":"domeccleston@gmail.com"},{"name":"nutlope","email":"hassan4709@gmail.com"},{"name":"hungrybearstudio","email":"rich@vercel.com"},{"name":"codetaromiura","email":"thexrayone@icloud.com"},{"name":"gkaragkiaouris","email":"gkaragkiaouris2@gmail.com"},{"name":"geovanisouza92","email":"geovanisouza92@gmail.com"},{"name":"dglsparsons","email":"dglsparsons@gmail.com"},{"name":"lostinpatterns","email":"blweiner@gmail.com"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"matheuss","email":"matheus.frndes@gmail.com"},{"name":"igorklopov","email":"igor@klopov.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"tootallnate","email":"nathan@tootallnate.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"javivelasco","email":"javier.velasco86@gmail.com"},{"name":"iamevilrabbit","email":"hello@evilrabb.it"},{"name":"kdy1","email":"kdy.1997.dev@gmail.com"},{"name":"quietshu","email":"g@shud.in"},{"name":"styfle","email":"steven@ceriously.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"lucleray","email":"luc.leray@gmail.com"},{"name":"mglagola","email":"npm@mark.gl"},{"name":"andybitz","email":"artzbitz@gmail.com"},{"name":"paulogdm","email":"paulogdemitri@gmail.com"},{"name":"anatrajkovska","email":"ana.trajkovska2015@gmail.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"arzafran","email":"franco@studiofreight.com"},{"name":"ijjk","email":"jj@jjsweb.site"},{"name":"lfades","email":"luisito453@gmail.com"},{"name":"msweeneydev","email":"mail@mcs.dev"},{"name":"williamli","email":"william@bbi.studio"},{"name":"ragojose","email":"ragojosefrancisco@gmail.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"skllcrn","email":"skllcrn@zeit.co"},{"name":"janicklas-ralph","email":"janicklasralph036@gmail.com"},{"name":"atcastle","email":"atcastle@gmail.com"},{"name":"spanicker","email":"shubhie@gmail.com"},{"name":"housseindjirdeh","email":"houssein.djirdeh@gmail.com"},{"name":"gmonaco","email":"gbmonaco@google.com"},{"name":"kikobeats","email":"josefrancisco.verdu@gmail.com"},{"name":"prateekbh","email":"prateek89born@gmail.com"},{"name":"jkrems","email":"jan.krems@gmail.com"},{"name":"jaredpalmer","email":"jared@palmer.net"},{"name":"gielcobben","email":"g.cobben@gmail.com"},{"name":"chibicode","email":"shu.chibicode@gmail.com"},{"name":"nazarenooviedo","email":"nazareno@basement.studio"},{"name":"samsisle","email":"samko9522@gmail.com"},{"name":"okbel","email":"curciobel@gmail.com"},{"name":"hankvercel","email":"hank@vercel.com"},{"name":"leerobinson","email":"lrobinson2011@gmail.com"},{"name":"elsigh","email":"lsimon@commoner.com"},{"name":"julianbenegas","email":"julianbenegas99@gmail.com"},{"name":"rizbizkits","email":"rizwana.akmal@hotmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"cl3arglass","email":"haltaffer@gmail.com"},{"name":"chriswdmr","email":"github.wolle404@gmail.com"},{"name":"ernestd","email":"lapapelera@gmail.com"},{"name":"ismaelrumzan","email":"ismaelrumzan@gmail.com"},{"name":"jhoch","email":"jrshoch@gmail.com"},{"name":"mitchellwright","email":"mitchellbwright@gmail.com"},{"name":"mrmckeb","email":"mrmckeb.npm@outlook.com"},{"name":"kuvos","email":"npm-public@qfox.nl"},{"name":"creationix","email":"tim@creationix.com"},{"name":"huozhi","email":"inbox@huozhi.im"},{"name":"cmvnk","email":"christina@vercel.com"},{"name":"ktcarter","email":"ktcarter09@gmail.com"},{"name":"padmaia","email":"dev@padmaia.rocks"},{"name":"delba","email":"delbabrown@gmail.com"},{"name":"catsaremlg","email":"joshuadgon@gmail.com"},{"name":"steventey","email":"stevensteel97@gmail.com"},{"name":"gsandhu","email":"gsandhu@csumb.edu"},{"name":"dbredvick","email":"dbredvick@gmail.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"bin/serve.js"},"dist":{"shasum":"fc4466dc84b3e4a6cb622247c85ed8afe4b88820","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-13.0.4.tgz","fileCount":4,"integrity":"sha512-Lj8rhXmphJCRQVv5qwu0NQZ2h+0MrRyRJxDZu5y3qLH2i/XY6a0FPj/VmjMUdkJb672MBfE8hJ274PU6JzBd0Q==","signatures":[{"sig":"MEUCIQCA1MXxFF6rv7I/sWXZ/73en8OQrncgiDG49hfYS2bvMwIgTXmM6CHIOmmxwO1wDD/EpovDvN+QQU1HrGlAk4GlsCU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17279,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixfVlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpMpw//XX01aatLgImKJNh4XVyvvQsW2LJFI2bzE6J5X2V7Vr4po8Zt\r\nHLma08PmTR72IK+4CC3fN2ueXxJuAV3hhb2jYyEPjvFv/HWlAQJh+mLbk511\r\nGkus81mIyT1iUe4IwjtJ9tesMElB381mM0OprB/yrYHowXR8UgOJgCCCeLsn\r\nOFSWeLoKUvIlxgy8I8GCTTqN1PA4ccbACBNHIpqN8/9lZPW7d6tZjX2DTByh\r\natXzsP4FzucFNoDAbnb6vfm4xS54Vb2cMfAX9buZwabmuAZIwjNyWrp3senu\r\nRbT58JbSAZnmJ04BYaagr6MW/BhaaqapXoSvr+cJkg3pF+b6vM331gGyeaBg\r\n4Ea+Lzmr8qrvDd+gIMaE+7N/PzPkV+1rVTukbmxB1JVq+B8QdYj7s1Lv+ecB\r\nWfEY/Od52Jgxp+a6ZOTdrFAwDjIwXGHs9IcLZP3lKxk82wFtxqJNJVlfN29/\r\nnFYuEfhNknsPlalSSqDP6vkBmj7Zetqcr6j1QLqoSfj5EAOq9bwwysXJQSlk\r\nyGP1k7FjyPFjJPf/bBoN8FgW07r7SIqpmYE7RBB94DDJ1kO032wKja+xCjGt\r\n8mYdUEcTFCyOtnUjr2HDyYQmjMWckLPor7cwwXHBsLXKRDKNVqeOGQJbSrMy\r\ni+GepTXz/olUUDNeO5sabX5r360Kh4Jp9W0=\r\n=7fU0\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"8949c70d68dafa3e445e9efcda26a5c798cb0227","scripts":{"test":""},"_npmUser":{"name":"leerobinson","email":"lrobinson2011@gmail.com"},"repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"8.1.2","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"16.13.1","dependencies":{"ajv":"6.12.6","arg":"2.0.0","boxen":"5.1.2","chalk":"2.4.1","clipboardy":"2.3.0","compression":"1.7.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"6.1.3"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/serve_13.0.4_1657140580919_0.7329379937586928","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"serve","version":"2.3.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@2.3.0","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"complexity":0,"import/no-unresolved":0,"babel/no-await-in-loop":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"bin/serve"},"dist":{"shasum":"7014cea669d3f5d25c14e848bab0e0ebb1472061","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-2.3.0.tgz","integrity":"sha512-TWYCq5ki7I52MisIPNd+g68e5XmU5uX+fdTdCKYO+uw0q9sVMt4haUrVE+UymnuRb9WFG1Q3CkRe/YJ7jQNi8w==","signatures":[{"sig":"MEYCIQDJCfWtKY0YjB6W9fdBb+An/3DK1lTwmMNK9CmIbXhD5gIhALkl2sLDTObaGI6GipF7anVGF3gSx4Lrp5ktzikhb7ma","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","assets","views"],"_shasum":"7014cea669d3f5d25c14e848bab0e0ebb1472061","gitHead":"a2ecf48dbb4b58fc8d9132ce1a0c38b575fd2798","scripts":{"test":"xo"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"3.10.9","description":"Single-command HTTP directory listing and file serving","directories":{},"greenkeeper":{"emails":false},"_nodeVersion":"7.2.0","dependencies":{"args":"^2.2.1","send":"^0.14.1","chalk":"^1.1.3","micro":"^6.1.0","filesize":"^3.3.0","basic-auth":"^1.1.0","fs-promise":"^1.0.0","handlebars":"^4.0.6","mime-types":"^2.1.12","istextorbinary":"^2.1.0","micro-compress":"^1.0.0","update-notifier":"^1.0.3"},"devDependencies":{"xo":"^0.17.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-2.3.0.tgz_1484240616053_0.7910217691678554","host":"packages-12-west.internal.npmjs.com"}},"6.2.0":{"name":"serve","version":"6.2.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.2.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"e0f94d7c50ee8ac3841e86d1f0b16761f7a8f05b","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.2.0.tgz","integrity":"sha512-4/LoM4KQUgxn2xbm1RyV3ATj5jwoO8WsmQnzUuW765hJHhNiA7uMsM6rsTZruke91XglT4sbsVVnPtfTPY0z1w==","signatures":[{"sig":"MEUCIQD4RmgrM0JGcM+Dzbii2/3s+dW1REoklswfx+W84RXnNgIgWHvYDmCpnLEV1ySAjgcvp4nBDo1xclV+MFtpr9AIUtY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"f687c994e4d58ecbc5541852e6fb3f4974fc12dd","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.4.1","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"8.4.0","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.4","send":"0.16.1","boxen":"1.2.1","chalk":"2.1.0","dargs":"5.1.0","micro":"9.0.0","bluebird":"3.5.0","filesize":"3.5.10","fs-extra":"4.0.2","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.1.4","handlebars":"4.0.10","mime-types":"2.1.17","detect-port":"1.2.1","node-version":"1.1.0","micro-compress":"1.0.0","update-notifier":"2.2.0"},"devDependencies":{"xo":"0.18.2","husky":"0.14.3","prettier":"1.7.3","lint-staged":"4.2.3","eslint-config-prettier":"2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.2.0.tgz_1506832332341_0.011601480189710855","host":"s3://npm-registry-packages"}},"9.1.2":{"name":"serve","version":"9.1.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@9.1.2","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"5d9d2601cfca2177de4f200d45e72b56354cbd46","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-9.1.2.tgz","fileCount":4,"integrity":"sha512-xo/7yA4RVd/Ru/ATTO4PU9D0QmRi+aNv4Um0Goj6P4SZICtr7TLNXuTRVPBXn5QbgbowINe9xnAqZ4VIWR6D7w==","signatures":[{"sig":"MEUCIA/LV7aBq5i/FnwERLntUHCj+QLdCCwsf+TaDe77+8XqAiEAihSujhND4dvfu8TSOFsN7GN6zE4SzkNliEdT9q8wxho=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14720,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbO8BTCRA9TVsSAnZWagAA1E4P/iyYdgZsPyTtbs84kQSs\nX3ga+1l76g57SM8mXfGYFCMKJpalQca/dND5pHYWCjMxUBEAZ5FMQzr9fbge\nRzbXjYcGh29ZGwRwMnR9AreYRGOivBCAsMNilNdmGFvIl2HhTp8MD1m3QPKO\nZrDecGueZRQ4uunDEf7lDjs9boSaO4QB9G5UklFQ2xTsS5mIXPLz20Hg9Y9V\neTDz7GXg+Mea14WG9V0XjoMpjkd1lRcfrPN2oCwyzudIFAKuLEqoqawnO2GA\n5jJPs9rY36wnYip4ouZk2SyfPpi7ZKZXt8Yref1kuL5WbeIWxpIjAXnr4Rns\nUhlZxZj3bnu1K6/nqKOtPNSwN+6nSFwFgvjPYeBtPYdqer/+CMZp7fqqi4gX\nz/0foia21JNLV2Pm4YdHu75LjCFWeVKTpgw0CSeszHu+OvJYZ7Flfw0nI306\nOe2eJULPUTKXBVKC/oECQ/AUGMX+N6epcoe0hMd1HeszkJqSi1UV9l4BBzvW\nZc8ApmIEW5Z8aDViHnpWz1R30ETkEQdx3E55VXbnpovzUiFaO/tbO9x1XHmu\nMl1zNctOFtiBwiCfLL/ElUXcnHm6u9BlJZ7Z13HSUWES+XV5jzF9RGrYjlok\nizOBqfG2XhYOFoXEyj/ghGPHwf4mM1hnAtHg5kiz0TdrkQ9C0KKE3JL4HVb6\nzRlf\r\n=cGRU\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"ced9adf64994079c22f91789d8f4ad54e2a05153","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.2","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","update-check":"1.5.2","@zeit/schemas":"1.5.1","serve-handler":"3.2.3"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.0.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_9.1.2_1530642515655_0.09123042288950067","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"serve","version":"5.0.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@5.0.0","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"unicorn/no-process-exit":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"80fbcb4f66156102b45516c76a452e6a440b9d2e","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-5.0.0.tgz","integrity":"sha512-wrYrgRbk3yfCMSnftfz3ah5UDBFw2gd28Iq1QbuCI6D6A0kTOgeCzUTvkfpaJDu/nvFh4Jaq/je9Sw819trdoQ==","signatures":[{"sig":"MEUCIDSGfenTDiTP7Wfto+XwuZJErC/H7iZDGxHRjrLZkPpcAiEA0ByySZr9QwXko0iflXOS7aL8PwjeR2a3UeqLZJvu5uY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"80fbcb4f66156102b45516c76a452e6a440b9d2e","engines":{"node":">=6.9.0"},"gitHead":"a5fe997eff0c14166e2401c685a8b3ac05e08a08","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.1.2","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.6.0","dependencies":{"ip":"1.1.5","args":"2.3.0","send":"0.15.1","boxen":"1.0.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.1.0","bluebird":"3.5.0","filesize":"3.5.6","path-type":"2.0.0","basic-auth":"1.1.0","copy-paste":"1.3.0","fs-promise":"2.0.0","handlebars":"4.0.6","mime-types":"2.1.14","detect-port":"1.1.0","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.1.0"},"devDependencies":{"xo":"0.17.1","husky":"0.13.2"},"_npmOperationalInternal":{"tmp":"tmp/serve-5.0.0.tgz_1488991889261_0.2600255864672363","host":"packages-18-east.internal.npmjs.com"}},"5.0.1":{"name":"serve","version":"5.0.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@5.0.1","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"unicorn/no-process-exit":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"761fe891fb41ca1483e0221399fd8497f9a9f1fa","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-5.0.1.tgz","integrity":"sha512-7tKKEoHgE9eX/oKbhCFlB38KhcrDVOh4I0KpCftKrhDl9nZNlD0TLDZwmQ3DjoJ7lCDU/nUPWgMWhD3KHcLZlQ==","signatures":[{"sig":"MEYCIQD0BguktWZTqgg9RRttC27PGgwmzIo5kd1mpn3MHKSXxgIhAM4Y2lGnlRzzng/7sQal28hFxu+wEGOBwHWRfOySb+A/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"761fe891fb41ca1483e0221399fd8497f9a9f1fa","engines":{"node":">=6.9.0"},"gitHead":"b06292a2855173510a30c874af17182af47dca5b","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.1.2","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.6.0","dependencies":{"ip":"1.1.5","args":"2.3.0","send":"0.15.1","boxen":"1.0.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.1.0","bluebird":"3.5.0","filesize":"3.5.6","path-type":"2.0.0","basic-auth":"1.1.0","copy-paste":"1.3.0","fs-promise":"2.0.0","handlebars":"4.0.6","mime-types":"2.1.14","detect-port":"1.1.0","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.1.0"},"devDependencies":{"xo":"0.17.1","husky":"0.13.2"},"_npmOperationalInternal":{"tmp":"tmp/serve-5.0.1.tgz_1489009436361_0.6818976912181824","host":"packages-12-west.internal.npmjs.com"}},"5.0.2":{"name":"serve","version":"5.0.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@5.0.2","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"unicorn/no-process-exit":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"d83467c45299b8746b0139daeaf5fa6fcf68c19b","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-5.0.2.tgz","integrity":"sha512-ru/KlkdLuNhZSxCaE6cBKd+UzqrFap5AB6xhH/iaSH6ZGLWmJlty3YjX4uIyou6+JtwqRWz6hyHnP/i7uqWnMw==","signatures":[{"sig":"MEUCIH9gz1a4X531NDzAH0j/0bq+aWKJjhsSsxsJqyvYc3DWAiEA2JKW//WwIBfxQHD2sA2dzurukxAlUfkthMTIeeA8JZM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"d83467c45299b8746b0139daeaf5fa6fcf68c19b","engines":{"node":">=6.9.0"},"gitHead":"39131654fecadc8905f0079e8d65f18001e01488","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.1.2","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.6.0","dependencies":{"ip":"1.1.5","args":"2.3.0","send":"0.15.1","boxen":"1.0.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.1.0","bluebird":"3.5.0","filesize":"3.5.6","path-type":"2.0.0","basic-auth":"1.1.0","copy-paste":"1.3.0","fs-promise":"2.0.0","handlebars":"4.0.6","mime-types":"2.1.14","detect-port":"1.1.0","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.1.0"},"devDependencies":{"xo":"0.17.1","husky":"0.13.2"},"_npmOperationalInternal":{"tmp":"tmp/serve-5.0.2.tgz_1489052822061_0.7960342781152576","host":"packages-12-west.internal.npmjs.com"}},"5.0.3":{"name":"serve","version":"5.0.3","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@5.0.3","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"unicorn/no-process-exit":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"6f273ba039505cdc71092185b9188d46d020b67f","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-5.0.3.tgz","integrity":"sha512-y4MSx6MK/IKunq6H6Ir8lnMO410+IhqgxeYAEjglxAemlyBhRsZYz/Ni4CPfrnBa+g/s/XUVqCBaQCAxrQBdNw==","signatures":[{"sig":"MEYCIQDk11r/+HiQqH2bvMJc1LGfWAiW5HtxtqbmW/Bggghu4gIhANiYdIrUMfF8jMPzuIm0z8QMmqd/gu4WWhEGNuIgGDMC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"6f273ba039505cdc71092185b9188d46d020b67f","engines":{"node":">=6.9.0"},"gitHead":"48a812d9241cfed75bd235831c3389806d545a11","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.1.2","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.6.0","dependencies":{"ip":"1.1.5","args":"2.3.0","send":"0.15.1","boxen":"1.0.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.1.0","bluebird":"3.5.0","filesize":"3.5.6","path-type":"2.0.0","basic-auth":"1.1.0","copy-paste":"1.3.0","fs-promise":"2.0.0","handlebars":"4.0.6","mime-types":"2.1.14","detect-port":"1.1.0","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.1.0"},"devDependencies":{"xo":"0.17.1","husky":"0.13.2"},"_npmOperationalInternal":{"tmp":"tmp/serve-5.0.3.tgz_1489320188828_0.40005325083620846","host":"packages-12-west.internal.npmjs.com"}},"5.0.4":{"name":"serve","version":"5.0.4","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@5.0.4","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"unicorn/no-process-exit":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"4b3905cd731b1c0d00df2bf03a5011b9b652fcd9","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-5.0.4.tgz","integrity":"sha512-BGO3aIqN2onwqiiZYGRRo1bEUY4AM1OBvWWkLrKpKrLhKEryJ8gMZL+fhRa3P+r8KRkqkSsRSvoOAs4NQAs7bg==","signatures":[{"sig":"MEQCIFIVsroZ+OV4AzChSO8Un9xkQUOudLowOtpUi5oSvtkPAiAMKceSykuxVGj8GtJDpHrH8BYxwSLmZWCnZUB+OSXEyg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"4b3905cd731b1c0d00df2bf03a5011b9b652fcd9","engines":{"node":">=6.9.0"},"gitHead":"4e0be6b9d525115366c50c0e9713b3e75c35e6ce","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.1.2","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.7.3","dependencies":{"ip":"1.1.5","args":"2.3.0","send":"0.15.1","boxen":"1.0.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.1.0","bluebird":"3.5.0","filesize":"3.5.6","path-type":"2.0.0","basic-auth":"1.1.0","clipboardy":"1.0.1","fs-promise":"2.0.0","handlebars":"4.0.6","mime-types":"2.1.14","detect-port":"1.1.1","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.1.0"},"devDependencies":{"xo":"0.18.0","husky":"0.13.3-0"},"_npmOperationalInternal":{"tmp":"tmp/serve-5.0.4.tgz_1489955695827_0.6857871047686785","host":"packages-18-east.internal.npmjs.com"}},"14.2.5-ac84c2e7-20250904133617":{"name":"serve","version":"14.2.5-ac84c2e7-20250904133617","keywords":["vercel","serve","micro","http-server"],"license":"MIT","_id":"serve@14.2.5-ac84c2e7-20250904133617","maintainers":[{"name":"matheuss","email":"matheus.frndes@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"timneutkens@icloud.com"},{"name":"nick.tracey","email":"nick.tracey@vercel.com"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"matt.straka","email":"matt.j.straka@gmail.com"},{"name":"bkonkle","email":"brandon@konkle.us"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"build/main.js"},"dist":{"shasum":"154ca1e297d3d3c16f3715ff185603fe0d708f15","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-14.2.5-ac84c2e7-20250904133617.tgz","fileCount":4,"integrity":"sha512-S/+xmVPNZWBr2/y7A35sVzbnOeD2fJlZe+fjE3eKZmTgBLjLxjXKXfgfCnE3hR793cU4JILjKWl4nHuXpFyVHQ==","signatures":[{"sig":"MEUCIQDeIPJNZOoCoHpxrZv0k3Cp6NpUzhIMzOr24faX/ZMNPgIgQLkJR8OyydFJ4Xg5vaRAeeQgtoRYE9+7S4TyJG6+TDs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":26038},"tsup":{"format":["esm"],"outDir":"./build/","target":"esnext"},"type":"module","_from":"file:serve-14.2.5-ac84c2e7-20250904133617.tgz","engines":{"node":">= 14"},"scripts":{"lint":"pnpm lint:code && pnpm lint:style","test":"pnpm test:tsc && pnpm test:unit","start":"node ./build/main.js","format":"prettier --write --ignore-path .gitignore .","compile":"tsup ./source/main.ts","develop":"tsx watch ./source/main.ts","release":"pnpm compile && changeset publish","test:tsc":"tsc --project tsconfig.json","changeset":"changeset","lint:code":"eslint --max-warnings 0 source/**/*.ts","test:unit":"vitest run --config config/vitest.ts","lint:style":"prettier --check --ignore-path .gitignore .","test:watch":"vitest watch --config config/vitest.ts","version-packages":"changeset version"},"_npmUser":{"name":"vercel-release-bot","email":"infra+release@vercel.com"},"prettier":"@vercel/style-guide/prettier","_resolved":"/tmp/a6a75a8740a5739814a16c21dd717a92/serve-14.2.5-ac84c2e7-20250904133617.tgz","_integrity":"sha512-S/+xmVPNZWBr2/y7A35sVzbnOeD2fJlZe+fjE3eKZmTgBLjLxjXKXfgfCnE3hR793cU4JILjKWl4nHuXpFyVHQ==","repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"10.9.3","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*":["prettier --ignore-unknown --write"],"tests":["vitest --run"],"source/**/*.ts":["eslint --max-warnings 0 --fix","vitest related --run"]},"_nodeVersion":"22.19.0","dependencies":{"ajv":"8.12.0","arg":"5.0.2","boxen":"7.0.0","chalk":"5.0.1","clipboardy":"3.0.0","compression":"1.8.1","update-check":"1.5.4","@zeit/schemas":"2.36.0","serve-handler":"6.1.6","chalk-template":"0.4.0","is-port-reachable":"4.0.0"},"eslintConfig":{"extends":["./node_modules/@vercel/style-guide/eslint/node.js","./node_modules/@vercel/style-guide/eslint/typescript.js"],"parserOptions":{"project":"tsconfig.json"}},"_hasShrinkwrap":false,"readmeFilename":"readme.md","devDependencies":{"got":"12.6.1","tsx":"4.19.1","tsup":"8.3.0","husky":"8.0.1","eslint":"8.19.0","vitest":"2.1.3","prettier":"2.7.1","typescript":"5.6.3","lint-staged":"13.0.3","@changesets/cli":"2.29.6","@types/compression":"1.7.2","@vercel/style-guide":"3.0.0","@vitest/coverage-v8":"2.1.3","@types/serve-handler":"6.1.1"},"_npmOperationalInternal":{"tmp":"tmp/serve_14.2.5-ac84c2e7-20250904133617_1756992984735_0.2981695428848159","host":"s3://npm-registry-packages-npm-production"}},"1.1.0":{"name":"serve","version":"1.1.0","keywords":["static","server","connect"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"_id":"serve@1.1.0","maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"bin":{"serve":"./bin/serve"},"dist":{"shasum":"ff172e80e5d190635e4f5f8a51297a69d0c63ed6","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-1.1.0.tgz","integrity":"sha512-a26ieyutbjwGpQSgZdWiB8K691dMmUI+oL+wREHlcsY4xC3EJ3t2IwM7uXz4OCJkioBd9adFcuf5Zp0pHmmEbA==","signatures":[{"sig":"MEYCIQDhPm7Cu/4VmkqcUb3DBRnScsw08UaXHWy62C7fOp/tZwIhANRZt1/Ix9j3XLwY4VDjoXQVxtIy541IwPdKwh8ip4Fg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"description":"Simple command-line file / directory server built with connect","directories":{},"dependencies":{"jade":"*","stylus":"*","connect":"2.3.x","commander":"0.6.1"}},"11.2.0":{"name":"serve","version":"11.2.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@11.2.0","maintainers":[{"name":"alexaltea","email":"alexandro@phi.nz"},{"name":"anatrajkovska","email":"ana.trajkovska2015@gmail.com"},{"name":"andybitz","email":"artzbitz@gmail.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"arzafran","email":"franco@basement.studio"},{"name":"atcastle","email":"atcastle@gmail.com"},{"name":"caarlos0","email":"caarlos0@gmail.com"},{"name":"cleishm","email":"chris@leishman.org"},{"name":"codetheory","email":"thecodetheory@gmail.com"},{"name":"coetry","email":"allenhai03@gmail.com"},{"name":"dav-is","email":"mail@connordav.is"},{"name":"developit","email":"jason@developit.ca"},{"name":"fivepointseven","email":"fivepointseven@icloud.com"},{"name":"gmonaco","email":"gbmonaco@google.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"hharnisc","email":"hharnisc@gmail.com"},{"name":"housseindjirdeh","email":"houssein.djirdeh@gmail.com"},{"name":"huvik","email":"lukas@huvar.cz"},{"name":"iamevilrabbit","email":"hello@evilrabb.it"},{"name":"igorklopov","email":"igor@klopov.com"},{"name":"ijjk","email":"jj@jjsweb.site"},{"name":"janicklas-ralph","email":"janicklasralph036@gmail.com"},{"name":"javivelasco","email":"javier.velasco86@gmail.com"},{"name":"joecohens","email":"joecohenr@gmail.com"},{"name":"juancampa","email":"juancampa@gmail.com"},{"name":"keanulee","email":"npm@keanulee.com"},{"name":"kikobeats","email":"josefrancisco.verdu@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"lfades","email":"luisito453@gmail.com"},{"name":"lucleray","email":"luc.leray@gmail.com"},{"name":"manovotny","email":"manovotny@gmail.com"},{"name":"marcosnils","email":"marcosnils@gmail.com"},{"name":"matheuss","email":"me@matheus.top"},{"name":"mfix22","email":"mrfix84@gmail.com"},{"name":"mglagola","email":"mark.glagola@gmail.com"},{"name":"msweeneydev","email":"mail@msweeneydev.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"paco","email":"pvco.coursey@gmail.com"},{"name":"paulogdm","email":"paulogdemitri@gmail.com"},{"name":"prateekbh","email":"prateek89born@gmail.com"},{"name":"quietshu","email":"ds303077135@gmail.com"},{"name":"rabaut","email":"rabautse@gmail.com"},{"name":"ragojose","email":"ragojosefrancisco@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"sarupbanskota","email":"sbanskota08@gmail.com"},{"name":"skllcrn","email":"skllcrn@zeit.co"},{"name":"sophearak","email":"t.sophearak@gmail.com"},{"name":"spanicker","email":"shubhie@gmail.com"},{"name":"styfle","email":"steven@ceriously.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"tootallnate","email":"nathan@tootallnate.net"},{"name":"umegaya","email":"iyatomi@gmail.com"},{"name":"williamli","email":"williamli@bbi.io"},{"name":"zeit-bot","email":"team@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"0405ce95c4e4a6abd9cd3d3a04ebaa7d94638627","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-11.2.0.tgz","fileCount":4,"integrity":"sha512-THZcLzDGk3vJqjhAbLkLag43tiE3V0B7wVe98Xtl+1KyAsr+4iShg+9hke4pLZmrCJu0pUg0TrbhJmdqn/MKoA==","signatures":[{"sig":"MEUCIEVC5P6jVUiEBqJELdmDknGlKuuKCKhGa+4DHXiUnAO/AiEA3Lge/Cp+AN85e9uK0H9WJXOe32tHeeOWGgX4Jvx6/kc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjJEgCRA9TVsSAnZWagAAWAEP/RjocxN9DZqz/GU/rgjl\n8DJpf8RY/vPWnxJTBdd+44hiQNU3YQ3vgnoJ3AifC9LgaTRdWB2f+UDHvAN9\nOXvCcpJrjNxG/dBNuStBnYK0O/a3MakH5WQoC9U9G5V9iHX+wSnuvAKbCuYZ\nDZgHF7UYDfEIemAW1TPitZy1bXFewO0AiaigFEBHKk5lh1tHRhKTkn1eaJRH\nCsPoVGuxbQwZfCXb9cSGH5zHla2c6bqLpbG4Oa2NQriwCr/nQW6YdF3kWGpO\nbRKTcK/MQjfFBSxSU7Z5Kal49alGNtQKP3G+Sbw2xbpvKcm9PA204nvY19tE\n75DKQp370Nj6BrzAdVm6JmSSEq95SPGdXCf7YHajE0d5g0blq9fekpv+kzJb\n186ytLi5T9qcLEhoIt5hEaRs+CK6yHq4Al2nl0MvJVP+z6NlbmJtQBcVusT9\n+R4/UJ/yzRe1jmyCsSW8sWgbeAmowSHCqvIIDlFppbKlqiwC8ISIhJIQRdBv\n8TfI+XwjHodypS1pET96gikO2TYfptOZhB8lFJzaPKyBWA7LKRrpraAEyrd1\nm490x2sYhxGe3sQUAbi78UFeWKMnUvzbf6qJBONS+0EVqjdVnGUrufwwJGOV\nXLqahWEngGEpFjb0dd9aywqtYkR3mYsxGnl8Qw4PRmUwzMuUrfkGqOLNf6/8\nZqVM\r\n=KyF9\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"cbc6c4ae1664d2d18b93fb45ddc8e4c54e1a1281","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.9.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.16.3","dependencies":{"ajv":"6.5.3","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","compression":"1.7.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"6.1.2"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_11.2.0_1569493280315_0.1725140729928023","host":"s3://npm-registry-packages"}},"4.0.2":{"name":"serve","version":"4.0.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@4.0.2","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"unicorn/no-process-exit":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"23de6f449767e578550a173db88cc61305e7ea62","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-4.0.2.tgz","integrity":"sha512-DoNZ6mkK2LGPYjsGPVhYoyYKtBS9Pk5qGd/HqLjE+py7mar9Fr8hfTKy99D8S2yifHF9lrZL4FnFmT2TfKRoHg==","signatures":[{"sig":"MEYCIQDt0E2NUbxTLZkmnDKULiBOzr74MNs8ZeZQXIhxocqYZQIhAO7ZQz0GJ0K7q8TgXXMvGx5ZkXiQH3qicCzky5jCN0Na","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"23de6f449767e578550a173db88cc61305e7ea62","engines":{"node":">=6.9.0"},"gitHead":"eec326782be711757d73056dc0ff7e7d9f51ec5a","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.1.2","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.6.0","dependencies":{"ip":"1.1.5","args":"2.3.0","send":"0.15.1","boxen":"1.0.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.1.0","bluebird":"3.5.0","filesize":"3.5.6","path-type":"2.0.0","basic-auth":"1.1.0","copy-paste":"1.3.0","fs-promise":"2.0.0","handlebars":"4.0.6","mime-types":"2.1.14","detect-port":"1.1.0","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.1.0"},"devDependencies":{"xo":"0.17.1","husky":"0.13.2"},"_npmOperationalInternal":{"tmp":"tmp/serve-4.0.2.tgz_1488985089582_0.7902138871140778","host":"packages-18-east.internal.npmjs.com"}},"4.0.0":{"name":"serve","version":"4.0.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@4.0.0","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"unicorn/no-process-exit":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"5f551ac53aab088c5026264cde8a1a2154c1e6c9","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-4.0.0.tgz","integrity":"sha512-oF0WpFAwdHSmApLdwi90Nwn6Snf64PtHE6VITMFa0+sbJc2+x/27jq4c1kYTmFJMsNsSePQDCrpX6qj2/zeMAg==","signatures":[{"sig":"MEUCIQCOisBlLvFzh4Zy3sOdzqDkUjrdX+eA5rPdBtonuitxvwIgXPYvPTMNHSXyJey5z5fsc1sYi64dPfjJUj2HBru8gUo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"5f551ac53aab088c5026264cde8a1a2154c1e6c9","engines":{"node":">=6.9.0"},"gitHead":"52839a2b856268cb20c04f5a91a8b2481d561eeb","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"3.10.10","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"6.9.5","dependencies":{"ip":"1.1.4","args":"2.3.0","send":"0.15.0","boxen":"1.0.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.0.6","bluebird":"3.4.7","filesize":"3.5.5","path-type":"2.0.0","basic-auth":"1.1.0","copy-paste":"1.3.0","fs-promise":"2.0.0","handlebars":"4.0.6","mime-types":"2.1.14","detect-port":"1.1.0","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.1.0"},"devDependencies":{"xo":"0.17.1","husky":"0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-4.0.0.tgz_1488317605985_0.5685929758474231","host":"packages-12-west.internal.npmjs.com"}},"4.0.1":{"name":"serve","version":"4.0.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@4.0.1","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"unicorn/no-process-exit":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"fd612c1e71aa8f18db1c243b3a0496d269f9c931","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-4.0.1.tgz","integrity":"sha512-f/tcZC8RYaOwvl7K/oH1o3WZN4x8wGDpXt3UIViGeKDTZMqfqwzTgYyRS1++dSAgdEyjk1jARV1fMHS2g+iFRA==","signatures":[{"sig":"MEUCIQDNRaoEyJKwhGboegwYg38yz2zunyxcnpqbk9jQsQ12vAIgCOiyYaKwjHHEvkrX2ZbZ21ndkpvvDUaLfW4x4BfDZzU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","_from":".","files":["bin","lib","assets","views"],"_shasum":"fd612c1e71aa8f18db1c243b3a0496d269f9c931","engines":{"node":">=6.9.0"},"gitHead":"2bc7f91aad1626de2e2eaf369ee54d17ac07ff85","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"3.10.10","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"6.9.5","dependencies":{"ip":"1.1.4","args":"2.3.0","send":"0.15.0","boxen":"1.0.0","chalk":"1.1.3","dargs":"5.1.0","micro":"7.0.6","bluebird":"3.4.7","filesize":"3.5.5","path-type":"2.0.0","basic-auth":"1.1.0","copy-paste":"1.3.0","fs-promise":"2.0.0","handlebars":"4.0.6","mime-types":"2.1.14","detect-port":"1.1.0","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"2.1.0"},"devDependencies":{"xo":"0.17.1","husky":"0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-4.0.1.tgz_1488319368245_0.643812638707459","host":"packages-12-west.internal.npmjs.com"}},"8.1.1":{"name":"serve","version":"8.1.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@8.1.1","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"21bf75ffc967c60b8e4c69e81bb82c476543150f","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-8.1.1.tgz","fileCount":4,"integrity":"sha512-vaGkYRUavipsOf3GqdkdXmgFFYx55oBO8QI1FDG5ubUQv1pSwGAIOzI/K3wR4KECYUQ8Tfa3cE15ovzIDAozxg==","signatures":[{"sig":"MEUCIQC/qiWDgSH2ZSC6a2/ixFMur+QfZndMBEcvOAOW+BebLgIgHzMK06OcAmPSdK08ouCzorIo7fcMV1lYECT39UbQmqU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12606,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbGPM5CRA9TVsSAnZWagAA8VsQAINs470UL584YlLMFcB9\nTmcPynIQskpfHeNLRVpgU8of+rh3ltmbokse7ehw6Z/MDzyBPBTNihMumHAX\neFJ6ZeQfvBFyD89rtGjB0/tPlvettoD/7V7c/yEWarsTslI7M6EsbHnNbe5l\n1ZzkRdl+s5r0R82vnGnKSGlmtG6L1uYtLgYDHTWwkuVMzGSYaykwKILj5N9J\nEP0PGUSSOhDZ6WM53ZxEiKt/EkQp/PyQYrBV92wOc9O6ykQ9QuG7yO2Zgxze\n8feOEBDZo3wJSfD4WsK8DE+gGWmQDL5LI3A4u+5f6sx061iIEN7iQUObXxUA\nn01miyCDVNvkaV3Lshkc8K6jxmvcjBxBm2xX+tid+cl653b8w0OeCE0ROTLV\nOFC71nbiLCoF5l2ievBvTzTH8oHLW1fYMcrAi1p7C1SMueRKz/IErDj+mX4T\nOt5KJ4uailIwR5UTXbj0ImbBFdfHpyTKWd07FgXHPDXCzUJjEX590ExN1OSk\nifq6ddAJiisaXoimj5txTFmbPRXH6h4J9NYfo7Qepqy2b/Klwvftjt6aA9FV\npLeGk/0J0ZM8XB7As4gXaErDWmpjPthCJAZubhKDSq17s93Jwl7y1eLEo8HQ\nqc2LAf7ew6KB1gYpN8uenY2YZQCE4a7NVoclh7GpR8JMb8hsNR72dgao857Y\n2+bQ\r\n=20pK\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"b866ac3e4226c056dbbc154f7942bf006500c79f","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.0","arg":"2.0.0","chalk":"2.4.1","update-check":"1.5.2","@zeit/schemas":"1.2.0","serve-handler":"3.1.0"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_8.1.1_1528361785021_0.13077936728390438","host":"s3://npm-registry-packages"}},"8.1.2":{"name":"serve","version":"8.1.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@8.1.2","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"a8574d36869d7e8480473a0d4be40c4a7dd92f6c","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-8.1.2.tgz","fileCount":4,"integrity":"sha512-oe7vAnD9PM0J8GMYbJFb7GbyjeEyqanBEnIMUlS/Ffp8v+eKkYm4I/h2VPY23CFWWR4/KsNMkiridBh90xUDbA==","signatures":[{"sig":"MEUCIHWooXfJpi0ELVPQKJ3u4hFFek1gM9e0F2+qk634HzisAiEAprMZD5TzRjnmb0T34dpZUuObUsRwyTv2u9MRa+a80k0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12675,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbGrGuCRA9TVsSAnZWagAA6iAP/jqxCB9Pt5rJnkueKMRl\nM7ZYYMhhT0JhFDlCntjl3kpO4bQRrIHpjLu6YpOuSa04P7UhkEQQmi7xjsy7\nLTRFb0D8y0aOQ0r/jt380GCfL+AW3dGlGGLTl/vFIvZd+lR38qfFLyPWARRf\nTU+vCTS9Cl/H4WaVHKs+0qDsgUh0dAvIbaS8rReIsFI7RKVS1ZffjduPNWnU\niXDQpjKo3PYvkAQM7VxANctIWUEbJ+bES5h0SqCLc2ADnIOV4V5XnYXoRAlb\ngxChEDYPV8pBzWSmuVz4BujK0ofSWhpJ0crOQtS2wAmoqMxJ0BxsrtAygcGt\nEKii9H032OwOSPwxYXxFd0l/0s/+mfQIPNKb9rmcWapgDbOzLikZE9L2cQeB\ndDkiIZ4nJkXAh3JgYWDUBD3pb9dQrps3Pr9pdHFuTtWDAGnTNu4KDJktbcY3\n2K77EsB1xUIXcvuTZyJJFSh+ZffOJoiuKrSY+6y2/P/Fhgf4E50JkqWHSRCe\nyjFlRWkzCMlSOKxNkPO6ha1fzWkjQ+dlSaM+l0mTPQrEkWnEuaR8laTA/GTo\nYLwCom5XxS/rAQBqEHlHU78O1NbqT43V6KKiUYMZQnRRkcjhzXNKNuZrp4d8\nz0E32COENt/m7/IPTWlEbBnyfNrqruEc1fdv3cbtdIZc+OlRQ2fcbKFHmzVc\nejq1\r\n=vTmO\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"4d4c675f7d82312b618c9d3e70b9496bf409627f","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.0","arg":"2.0.0","chalk":"2.4.1","update-check":"1.5.2","@zeit/schemas":"1.2.0","serve-handler":"3.1.0"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_8.1.2_1528476076900_0.22913769488461977","host":"s3://npm-registry-packages"}},"12.0.1":{"name":"serve","version":"12.0.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@12.0.1","maintainers":[{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"geovanisouza92","email":"geovanisouza92@gmail.com"},{"name":"dglsparsons","email":"dglsparsons@gmail.com"},{"name":"redacted-vercel","email":"a@vercel.com"},{"name":"gkaragkiaouris","email":"gkaragkiaouris2@gmail.com"},{"name":"matheuss","email":"matheus.frndes@gmail.com"},{"name":"igorklopov","email":"igor@klopov.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"tootallnate","email":"nathan@tootallnate.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"javivelasco","email":"javier.velasco86@gmail.com"},{"name":"iamevilrabbit","email":"hello@evilrabb.it"},{"name":"joecohens","email":"joecohenr@gmail.com"},{"name":"quietshu","email":"ds303077135@gmail.com"},{"name":"dav-is","email":"mail@connordav.is"},{"name":"styfle","email":"steven@ceriously.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"lucleray","email":"luc.leray@gmail.com"},{"name":"mglagola","email":"mark.glagola@gmail.com"},{"name":"andybitz","email":"artzbitz@gmail.com"},{"name":"paulogdm","email":"paulogdemitri@gmail.com"},{"name":"anatrajkovska","email":"ana.trajkovska2015@gmail.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"umegaya","email":"iyatomi@gmail.com"},{"name":"arzafran","email":"franco@studiofreight.com"},{"name":"ijjk","email":"jj@jjsweb.site"},{"name":"mfix22","email":"mrfix84@gmail.com"},{"name":"lfades","email":"luisito453@gmail.com"},{"name":"rabaut","email":"rabautse@gmail.com"},{"name":"coetry","email":"allenhai03@gmail.com"},{"name":"msweeneydev","email":"mail@mcs.dev"},{"name":"williamli","email":"william@bbi.studio"},{"name":"ragojose","email":"ragojosefrancisco@gmail.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"paco","email":"pvco.coursey@gmail.com"},{"name":"skllcrn","email":"skllcrn@zeit.co"},{"name":"janicklas-ralph","email":"janicklasralph036@gmail.com"},{"name":"atcastle","email":"atcastle@gmail.com"},{"name":"keanulee","email":"npm@keanulee.com"},{"name":"spanicker","email":"shubhie@gmail.com"},{"name":"developit","email":"jason@developit.ca"},{"name":"housseindjirdeh","email":"houssein.djirdeh@gmail.com"},{"name":"gmonaco","email":"gbmonaco@google.com"},{"name":"kikobeats","email":"josefrancisco.verdu@gmail.com"},{"name":"prateekbh","email":"prateek89born@gmail.com"},{"name":"jkrems","email":"jan.krems@gmail.com"},{"name":"jaredpalmer","email":"jared@palmer.net"},{"name":"gielcobben","email":"g.cobben@gmail.com"},{"name":"chibicode","email":"shu@chibicode.com"},{"name":"nazarenooviedo","email":"nazareno@basement.studio"},{"name":"samsisle","email":"samko9522@gmail.com"},{"name":"okbel","email":"curciobel@gmail.com"},{"name":"hankvercel","email":"hank@vercel.com"},{"name":"leerobinson","email":"lrobinson2011@gmail.com"},{"name":"elsigh","email":"lsimon@commoner.com"},{"name":"julianbenegas","email":"julianbenegas99@gmail.com"},{"name":"rizbizkits","email":"rizwana.akmal@hotmail.com"},{"name":"raunofreiberg","email":"freiberggg@gmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"cl3arglass","email":"haltaffer@gmail.com"},{"name":"chriswdmr","email":"github.wolle404@gmail.com"},{"name":"ernestd","email":"lapapelera@gmail.com"},{"name":"ismaelrumzan","email":"ismaelrumzan@gmail.com"},{"name":"jhoch","email":"jrshoch@gmail.com"},{"name":"mitchellwright","email":"mitchellbwright@gmail.com"},{"name":"mrmckeb","email":"mrmckeb.npm@outlook.com"},{"name":"kuvos","email":"npm-public@qfox.nl"},{"name":"creationix","email":"tim@creationix.com"},{"name":"aboodman","email":"aaron@aaronboodman.com"},{"name":"huozhi","email":"inbox@huozhi.im"},{"name":"cmvnk","email":"christina@vercel.com"},{"name":"arv","email":"erik.arvidsson@gmail.com"},{"name":"ktcarter","email":"ktcarter09@gmail.com"},{"name":"padmaia","email":"dev@padmaia.rocks"},{"name":"delba","email":"delbabrown@gmail.com"},{"name":"catsaremlg","email":"joshuadgon@gmail.com"},{"name":"steventey","email":"stevensteel97@gmail.com"},{"name":"gsandhu","email":"gsandhu@csumb.edu"},{"name":"dbredvick","email":"dbredvick@gmail.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"5b0e05849f5ed9b8aab0f30a298c3664bba052bb","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-12.0.1.tgz","fileCount":4,"integrity":"sha512-CQ4ikLpxg/wmNM7yivulpS6fhjRiFG6OjmP8ty3/c1SBnSk23fpKmLAV4HboTA2KrZhkUPlDfjDhnRmAjQ5Phw==","signatures":[{"sig":"MEUCID4IIbUr1KibUSpUNUX0K38iNozzuIxKomR0rBanK08/AiEA4pjelyQQ5atS427QrlY+Co/FVrD7q/TSZ7oEw7UGz08=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17697,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOnCtCRA9TVsSAnZWagAAhAwP/3m6Jb+Yw12nJCUO4i26\n4rZzQP/OD7x+co0l9TqCTN5IqPYWhSV391YFO2TpD+2WpysnuwuUbbKGUJfb\nmUXLjPQK5Ec8KsqaO9UdTO2fjqGS2xF0Ep7MYJHtnbn95lSUQ5jcnzu2bhZ3\nWXnqJQY5DAsTO2ofsodtMCWGL2ohXOpAcHeHVnrAM+8r0bCBMUSQbdalJpk6\nBssz7ZZy8eEp/ir9ddEDQof+WuO30rWT5PAB67B8d/UPP+qyh3uqbqpXf3Q1\nEKzTu+awUwIVP5LOsMNCxJOZwCTSeEwKz02+/cDSp1A+TQRVcnSc3uOpNgSk\nb563CJJXT3iCCHttPKAIYxsz8u885qsajAGDQz3jwGvfJu2skhVswsyOecl+\n4LafS54eKln3Z37sxsYcaq5Dvmxb2KDxAvv9o/uvfX8mXTOdIZcGxvrGMq+Y\n8Uq5yHDOs+g9Rn2W9pPETjuru5w7bWLJtcqLADsWHUK02+xC+6ndgJwisPBW\nFpTA/DPIpZjPm6sOWjamOvsFAkWWCQp5Q2uEpwvW/Vfsa2F7wO35zkh9TCR3\nkS6+0nCSHAsKxY5z5dRYeAlVdm2tcgCw+XHkibO+eLTA8tL4+CS3yGTtYP+H\nFHxP3ZNbi+Ul4DIV55FTnnNTbXq4wmPyBjoaLvqYxT0SL+zXxUfsP06+ncyK\nnRib\r\n=CpDw\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"30b06737b41fcab9d0a49bbac8a9b598869550f4","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leerobinson","email":"lrobinson2011@gmail.com"},"repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"6.14.11","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"14.16.0","dependencies":{"ajv":"6.12.6","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"2.3.0","compression":"1.7.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"6.1.3"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_12.0.1_1631219884985_0.15998258520818864","host":"s3://npm-registry-packages"}},"12.0.0":{"name":"serve","version":"12.0.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@12.0.0","maintainers":[{"name":"arv","email":"erik.arvidsson@gmail.com"},{"name":"cmvnk","email":"christina@vercel.com"},{"name":"huozhi","email":"inbox@huozhi.im"},{"name":"aboodman","email":"aaron@aaronboodman.com"},{"name":"creationix","email":"tim@creationix.com"},{"name":"kuvos","email":"npm-public@qfox.nl"},{"name":"mrmckeb","email":"mrmckeb.npm@outlook.com"},{"name":"mitchellwright","email":"mitchellbwright@gmail.com"},{"name":"jhoch","email":"jrshoch@gmail.com"},{"name":"ismaelrumzan","email":"ismaelrumzan@gmail.com"},{"name":"ernestd","email":"lapapelera@gmail.com"},{"name":"chriswdmr","email":"github.wolle404@gmail.com"},{"name":"cl3arglass","email":"haltaffer@gmail.com"},{"name":"divmain","email":"dale@divmain.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"raunofreiberg","email":"freiberggg@gmail.com"},{"name":"rizbizkits","email":"rizwana.akmal@hotmail.com"},{"name":"julianbenegas","email":"julianbenegas99@gmail.com"},{"name":"codetheory","email":"thecodetheory@gmail.com"},{"name":"matheuss","email":"matheus.frndes@gmail.com"},{"name":"igorklopov","email":"igor@klopov.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"tootallnate","email":"nathan@tootallnate.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"javivelasco","email":"javier.velasco86@gmail.com"},{"name":"iamevilrabbit","email":"hello@evilrabb.it"},{"name":"joecohens","email":"joecohenr@gmail.com"},{"name":"quietshu","email":"ds303077135@gmail.com"},{"name":"dav-is","email":"mail@connordav.is"},{"name":"juancampa","email":"juancampa@gmail.com"},{"name":"styfle","email":"steven@ceriously.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"lucleray","email":"luc.leray@gmail.com"},{"name":"mglagola","email":"mark.glagola@gmail.com"},{"name":"andybitz","email":"artzbitz@gmail.com"},{"name":"paulogdm","email":"paulogdemitri@gmail.com"},{"name":"anatrajkovska","email":"ana.trajkovska2015@gmail.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"umegaya","email":"iyatomi@gmail.com"},{"name":"arzafran","email":"franco@studiofreight.com"},{"name":"ijjk","email":"jj@jjsweb.site"},{"name":"mfix22","email":"mrfix84@gmail.com"},{"name":"lfades","email":"luisito453@gmail.com"},{"name":"rabaut","email":"rabautse@gmail.com"},{"name":"coetry","email":"allenhai03@gmail.com"},{"name":"msweeneydev","email":"mail@msweeneydev.com"},{"name":"williamli","email":"williamli@bbi.io"},{"name":"ragojose","email":"ragojosefrancisco@gmail.com"},{"name":"guybedford","email":"guybedford@gmail.com"},{"name":"paco","email":"pvco.coursey@gmail.com"},{"name":"skllcrn","email":"skllcrn@zeit.co"},{"name":"janicklas-ralph","email":"janicklasralph036@gmail.com"},{"name":"atcastle","email":"atcastle@gmail.com"},{"name":"keanulee","email":"npm@keanulee.com"},{"name":"spanicker","email":"shubhie@gmail.com"},{"name":"developit","email":"jason@developit.ca"},{"name":"housseindjirdeh","email":"houssein.djirdeh@gmail.com"},{"name":"gmonaco","email":"gbmonaco@google.com"},{"name":"kikobeats","email":"josefrancisco.verdu@gmail.com"},{"name":"prateekbh","email":"prateek89born@gmail.com"},{"name":"jkrems","email":"jan.krems@gmail.com"},{"name":"jaredpalmer","email":"jared@palmer.net"},{"name":"gielcobben","email":"g.cobben@gmail.com"},{"name":"chibicode","email":"shu@chibicode.com"},{"name":"nazarenooviedo","email":"nazareno@basement.studio"},{"name":"samsisle","email":"samko9522@gmail.com"},{"name":"okbel","email":"curciobel@gmail.com"},{"name":"hankvercel","email":"hank@vercel.com"},{"name":"leerobinson","email":"lrobinson2011@gmail.com"},{"name":"elsigh","email":"lsimon@commoner.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"122962f712b57660059de9d109c82599280e4949","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-12.0.0.tgz","fileCount":4,"integrity":"sha512-BkTsETQYynAZ7rXX414kg4X6EvuZQS3UVs1NY0VQYdRHSTYWPYcH38nnDh48D0x6ONuislgjag8uKlU2gTBImA==","signatures":[{"sig":"MEYCIQD1wtgFUYOqeiPvRc6Z/g+0KKkDIZgmwrROskhf1j3FfAIhAMEcgq8GUv1L1lib1Jn6L7wvcANZf1BefhfwCzVrTsIq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17495,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgvtmSCRA9TVsSAnZWagAAF1YQAJ46sk0r+nem0d9oaeIR\npxohrjadqKKrKYr5OXxAGbnZWqNHIcY6D2qQiVV1itC1yPXair7453LJglTD\niSKqfqqTnIdb5Zu4fVaDZ7T319YA3GS/Cd+kudWhhGoqCm3K6PAoaTdzoQZi\n5RVBXdEbQI15b17TBHf2Ym79CiIs51eWN/ZYBmS2lDEpnLGTiIpFG4rsgYwB\n/KF21svuOKc9atRVthSVmratXJwZeFfWfkawwlgug2G5lTnyVLQOG9lDa7Ys\noGVx2D71naz8xKXQ0FFImBO+oyxcuzZEjWz9oKg1v04oY1KfeJtB0OZqkrd3\nCwc1VPFAkwKaHLkE993+fAGuOvM5NqBhXEnT/xn/LEccjh/77PmDTh1g9bih\nYZ0KVrCNCpTuwdvL18i3gzc5GJ3u0wFQ/lc4401xsI+6LVuBhCO+aHxR8kg9\n3TCpUKrvcewbdofROj/Qc8zohi3gcq8bVBngW7AQPxIhHZ1JM6WU850ymwax\n3Xsr96vECTfmZA/Tk6vy4btEqorsdUYwo6nR+qOaSeT94WxDQqag21QQEBw4\n7Mu9dZzJEt/cNMulo453jqSn5b+DGaRm1ScQCaUc3kxy5ne5A+t1ohckE3du\nQE4QIkx1dvo0UKS6qSr6pLCrlLgPrcxyM4vwRPNvXHKB0Y5ku5oGgCvek2fw\n/T5B\r\n=9iRj\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"d941baa0b9337fa4c1c01dfc5ff122bad12fb787","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leerobinson","email":"lrobinson2011@gmail.com"},"repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"6.14.8","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"12.19.1","dependencies":{"ajv":"6.12.6","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"2.3.0","compression":"1.7.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"6.1.3"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_12.0.0_1623120274814_0.13896057024048192","host":"s3://npm-registry-packages"}},"8.1.0":{"name":"serve","version":"8.1.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@8.1.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"c63adf76431503eddb5c40111e7e19765bf0e248","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-8.1.0.tgz","fileCount":4,"integrity":"sha512-T4sGrRHwcnYY0AdQwFryAHzDKOvWKE7/hanA07LZm63d4sZCNqmakXLCJ3XFdewiYszl82YEZDJH7IPvd1+/tg==","signatures":[{"sig":"MEQCIBYSeCp04RRikOJRSGFiiTfie8DynmKlfEV8yeFy/JzAAiBn9PodVojnO5KOzTjZGfIhY69M59dY3y9d5W0Hfb3d0w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12597,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbGA1UCRA9TVsSAnZWagAALQsP/Rrhks3BcbXpnXgsq5f9\n6wzTozXURcKl3LPgnYbF1bu8MeuO0nKb0o8bJVepdwuw4nYrz9De9gG/NI6G\nHMFUnGIdw2CsyTcuMES5FL6JeP/00RP9lmJ8MFAx/va013CW1xZs1oK+c1wL\nhNNOTYcl45xUtqd8dlyt4odystWJcX6ETShtUIA7cBClMAhnmbcDXa+nuSsV\n7s6+NO9j9wzn+D0X9cVnmzQ46xrSLazJ4gpUTUAe4exha33elspAtkyjuqG9\nPsJffqUkrA8l03M1X2ANX8vn9M6+35rxsnF3DqLCxfUqmfJVSf2btEhugfOy\nU9lavbIF6lkvEkju2d5S2Y385GfQY9w3i1VbhFUICaZnfGlSVXP58JVQVSUi\n44tRwfd6530Vp5YWeSQmoA6Q4E79SuhrLLIB8YctcY57e+hMUcl7HHR/DQsh\nTAy0ktWiPItwRbgtnA+wwVjXMmjUKkOFCFZKyfinqgG9l1sRvR5lbDuLyikL\naszyYaCuWMQ+aZbc1mFMAiXOvLSSS9K0Q+kAL5JWMHB4YxD2N0rCQRkzAdA4\nPhGvCKZ38IF57F+Rm/wra2UsaMV17QhmcJT6G4GlgrgjOcTR7zU+qvbY3Kck\nYAyvSQTadtELhy23J6kRg+my7Ghdd5b21wAIHxatUkhYCvfhvru+6sdpu55o\njcr7\r\n=mLRX\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"82da9fef2e08730e8214654cfa1f536094f03561","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.2.1","dependencies":{"ajv":"6.5.0","arg":"2.0.0","chalk":"2.4.1","update-check":"1.5.2","@zeit/schemas":"1.2.0","serve-handler":"3.1.0"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"4.19.1","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.2.13"},"_npmOperationalInternal":{"tmp":"tmp/serve_8.1.0_1528302931600_0.29773358542467165","host":"s3://npm-registry-packages"}},"3.2.3":{"name":"serve","version":"3.2.3","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.2.3","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"6855856908d1e6667ddff3134a49c81b6c4d6e74","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.2.3.tgz","integrity":"sha512-7pk/bHUIfWGQ4XhAj43/WUuRwKNHRhYWiY/VIaBRXR7+o5tjQmSvGyKuaYjeEoInUshgbdfi9IS4SxGQNCm/XQ==","signatures":[{"sig":"MEUCIQDcZ08ARyUaotVBM7WBo1CnmgKbwCrbgZucCl0u9Yq8cAIgZvyMWszMTUuJ9mssCtyfv3m7WSmCcI+5xpVXESGX4vw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"6855856908d1e6667ddff3134a49c81b6c4d6e74","engines":{"node":">=6.9.0"},"gitHead":"ce3246495dc1d1f9ef1c309c309b2468dabdad7d","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.0.5","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.2.0","dependencies":{"ip":"^1.1.4","args":"^2.2.4","send":"^0.14.2","chalk":"^1.1.3","micro":"^7.0.0","filesize":"^3.5.4","path-type":"^2.0.0","basic-auth":"^1.1.0","copy-paste":"^1.3.0","fs-promise":"^1.0.0","handlebars":"^4.0.6","mime-types":"^2.1.14","detect-port":"^1.1.0","async-to-gen":"^1.3.2","node-version":"^1.0.0","micro-compress":"^1.0.0","update-notifier":"^1.0.3","is-async-supported":"^1.2.0"},"devDependencies":{"xo":"^0.17.1","husky":"^0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.2.3.tgz_1486333167085_0.14385628164745867","host":"packages-12-west.internal.npmjs.com"}},"3.2.4":{"name":"serve","version":"3.2.4","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.2.4","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"358cf2e5c5ccba580c1bcfe60f1aea616f8398d0","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.2.4.tgz","integrity":"sha512-ykEC/aX+lqJzjgAoouJzlJ/fLDm3gcuISSMlh13F7VTPm3L6qKXg5TwuEa+Kizo8FzYdyzrYIKD0zoDm6neBPw==","signatures":[{"sig":"MEUCIHKF5UhewbRckfem1GKoDJ43GuuP3lLZB+hssC0wlmS6AiEA1gcQs2MPxYEEfO8E/y4V+/LgBnhcXDrb1L+lhjilB6Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"358cf2e5c5ccba580c1bcfe60f1aea616f8398d0","engines":{"node":">=6.9.0"},"gitHead":"8f060929dc007023640ad308bd1915660fb26e0e","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.1.2","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.5.0","dependencies":{"ip":"^1.1.4","args":"^2.2.4","send":"^0.14.2","chalk":"^1.1.3","micro":"^7.0.0","filesize":"^3.5.4","path-type":"^2.0.0","basic-auth":"^1.1.0","copy-paste":"^1.3.0","fs-promise":"^1.0.0","handlebars":"^4.0.6","mime-types":"^2.1.14","detect-port":"^1.1.0","async-to-gen":"^1.3.2","node-version":"^1.0.0","micro-compress":"^1.0.0","update-notifier":"^1.0.3","is-async-supported":"^1.2.0"},"devDependencies":{"xo":"^0.17.1","husky":"^0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.2.4.tgz_1486381630759_0.7279396234080195","host":"packages-12-west.internal.npmjs.com"}},"3.2.5":{"name":"serve","version":"3.2.5","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.2.5","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"1f22b5299b7dde3a6368f6b209b0058bf91edba7","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.2.5.tgz","integrity":"sha512-S7UC6B+SPiNOhVJiojXBUrBgGr+IOUxrWPvObSI+T9pfq5LDQlDiCNhgSsDriitopCkL+U6BxKQH3DrWkZYv9Q==","signatures":[{"sig":"MEYCIQCUlsoJC/56uCX8f3jNSf9RYVchgxHiqHfQJM7Qu74q/gIhAJRX2rOPXbPtlF2qT3U0H7MLGchhOnE304sd7HE6ssP/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"1f22b5299b7dde3a6368f6b209b0058bf91edba7","engines":{"node":">=6.9.0"},"gitHead":"422a8720f6fd52e7d9c21b919a7c435222679dcd","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.1.2","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.5.0","dependencies":{"ip":"^1.1.4","args":"^2.2.4","send":"^0.14.2","chalk":"^1.1.3","micro":"^7.0.2","filesize":"^3.5.4","path-type":"^2.0.0","basic-auth":"^1.1.0","copy-paste":"^1.3.0","fs-promise":"^1.0.0","handlebars":"^4.0.6","mime-types":"^2.1.14","detect-port":"^1.1.0","async-to-gen":"^1.3.2","node-version":"^1.0.0","micro-compress":"^1.0.0","update-notifier":"^1.0.3","is-async-supported":"^1.2.0"},"devDependencies":{"xo":"^0.17.1","husky":"^0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.2.5.tgz_1486382037962_0.5577957851346582","host":"packages-12-west.internal.npmjs.com"}},"3.2.6":{"name":"serve","version":"3.2.6","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.2.6","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"2e9904e652b4fe828671e9810c5dadb8c30c6f43","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.2.6.tgz","integrity":"sha512-3DS+P9Vu0yTtkF5pavY5Cm33NzOcu6OmDLhhQMESjzbN+lsz/9jzkBOBg3MeMkityqmRBFQ5xj3CIetQplRNQA==","signatures":[{"sig":"MEYCIQDDij+mLKbuLgn/9oYSZSDujux/loU5MzBt82fYA82B/gIhAIeUsGIZNgyBmPqwX7v3FjQ71NHQXfwDtRdpiMYw/qyW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"2e9904e652b4fe828671e9810c5dadb8c30c6f43","engines":{"node":">=6.9.0"},"gitHead":"d58d2bff167ccb76490bf03f3c6e7572951c9b38","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"3.10.8","description":"Static file serving and directory listing","directories":{},"greenkeeper":{"ignore":["async-to-gen"]},"_nodeVersion":"7.0.0","dependencies":{"ip":"1.1.4","args":"2.2.4","send":"0.14.2","chalk":"1.1.3","micro":"7.0.2","filesize":"3.5.4","path-type":"2.0.0","basic-auth":"1.1.0","copy-paste":"1.3.0","fs-promise":"1.0.0","handlebars":"4.0.6","mime-types":"2.1.14","detect-port":"1.1.0","async-to-gen":"1.3.0","node-version":"1.0.0","micro-compress":"1.0.0","update-notifier":"1.0.3","is-async-supported":"1.2.0"},"devDependencies":{"xo":"0.17.1","husky":"0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.2.6.tgz_1486386739703_0.9361368541140109","host":"packages-12-west.internal.npmjs.com"}},"3.2.0":{"name":"serve","version":"3.2.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.2.0","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"67d3c08d15567a498fb189ae6dbad5ba333569ee","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.2.0.tgz","integrity":"sha512-6uOSmX+nqsjy/7YslOoXmrKiyPZ3jLS/yhF+6+5UiziVKnSE3F8KIH735DmrFxnS9+lVbI1WMCc5hPzY4Lx/Bg==","signatures":[{"sig":"MEUCICg1DCd3HXtRj6j+ilEwtf9K72aQcMgGxl0+R3gZY6bzAiEAhu1Uwww8G5S+IIli/eVW1DX9mSmlwNLMhWAJA8sTMqg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"67d3c08d15567a498fb189ae6dbad5ba333569ee","engines":{"node":">=6.9.0"},"gitHead":"56802e5f78e320abb5c732f9e084a109587e6df7","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.1.2","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.5.0","dependencies":{"ip":"^1.1.4","args":"^2.2.4","send":"^0.14.2","chalk":"^1.1.3","micro":"^6.2.1","filesize":"^3.5.4","path-type":"^2.0.0","basic-auth":"^1.1.0","copy-paste":"^1.3.0","fs-promise":"^1.0.0","handlebars":"^4.0.6","mime-types":"^2.1.12","detect-port":"^1.1.0","async-to-gen":"^1.3.2","node-version":"^1.0.0","micro-compress":"^1.0.0","update-notifier":"^1.0.3"},"devDependencies":{"xo":"^0.17.1","husky":"^0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.2.0.tgz_1486206528169_0.788268068106845","host":"packages-12-west.internal.npmjs.com"}},"3.2.1":{"name":"serve","version":"3.2.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.2.1","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"e9490ee6254cb5c7a1d78c3fb02e7b78114e400c","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.2.1.tgz","integrity":"sha512-l2yrmsdF2ysn55mQMhrPXQGqjCbtXiBK3P1cw6T0h/zNufV5J11mklWDVd0YY/nJlG/VlaQYG00/xjYTpTMWoA==","signatures":[{"sig":"MEUCIQDkE7sLgMH0ptxMLsg26Q1rLkyUOViFvJctLAWOnl0fcQIgTpwwaY0WW2uoyKaXKmRrkqqcWsOJvRIi8lRMRfNx//A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"e9490ee6254cb5c7a1d78c3fb02e7b78114e400c","engines":{"node":">=6.9.0"},"gitHead":"d14e38bfa0186c6f765e8b49d40c528ffd9ee1b1","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.1.2","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.5.0","dependencies":{"ip":"^1.1.4","args":"^2.2.4","send":"^0.14.2","chalk":"^1.1.3","micro":"^6.2.1","filesize":"^3.5.4","path-type":"^2.0.0","basic-auth":"^1.1.0","copy-paste":"^1.3.0","fs-promise":"^1.0.0","handlebars":"^4.0.6","mime-types":"^2.1.12","detect-port":"^1.1.0","async-to-gen":"^1.3.2","node-version":"^1.0.0","micro-compress":"^1.0.0","update-notifier":"^1.0.3"},"devDependencies":{"xo":"^0.17.1","husky":"^0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.2.1.tgz_1486208254584_0.25239751138724387","host":"packages-12-west.internal.npmjs.com"}},"3.2.2":{"name":"serve","version":"3.2.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@3.2.2","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"camelcase":0,"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"00d1bed2e1fcebd2e0f9260dcb5f5e2b89878eb0","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-3.2.2.tgz","integrity":"sha512-kHyF1iB/JxLKErqKMRJmVXT+ytOwGpdKtY1p4FYtL61kbbRezndJSzY71YHxBF2CUS0TYUXmGdJYKggDXW+apA==","signatures":[{"sig":"MEQCIDOYPDyABSY1VEMbklIdUBRSUbmiRRwWl2L+lOoAYtSrAiAaldbA93I63uq+EZ0OGZ9/fsrt2sfh9piQYQyhqLVs5A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"00d1bed2e1fcebd2e0f9260dcb5f5e2b89878eb0","engines":{"node":">=6.9.0"},"gitHead":"d5abcd2672c811a2c5498316317d3ff45bd3842e","scripts":{"test":"xo","precommit":"npm run test"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.1.2","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"7.5.0","dependencies":{"ip":"^1.1.4","args":"^2.2.4","send":"^0.14.2","chalk":"^1.1.3","micro":"^6.2.1","filesize":"^3.5.4","path-type":"^2.0.0","basic-auth":"^1.1.0","copy-paste":"^1.3.0","fs-promise":"^1.0.0","handlebars":"^4.0.6","mime-types":"^2.1.12","detect-port":"^1.1.0","async-to-gen":"^1.3.2","node-version":"^1.0.0","micro-compress":"^1.0.0","update-notifier":"^1.0.3","is-async-supported":"^1.2.0"},"devDependencies":{"xo":"^0.17.1","husky":"^0.13.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-3.2.2.tgz_1486239911384_0.7598134635481983","host":"packages-18-east.internal.npmjs.com"}},"2.0.0":{"name":"serve","version":"2.0.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@2.0.0","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"babel/no-await-in-loop":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"dist/bin/serve"},"dist":{"shasum":"3837e607111f3bd845c8d4bb657818134e40404d","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-2.0.0.tgz","integrity":"sha512-/VtwTh2rOHM3UAb54Fuf4QbGVyfG7ZlG/BoKS/38M217f6o6ufrDQmrlaGxzJUxSzsOJ2DGe51ViEB9zO9x3Cw==","signatures":[{"sig":"MEUCIQDN39d9DgyrO6r9YtWuSVbk39Td0y2EBGf3VMJgKAy/vAIgRgO96Dbx/SsoFso4VRRM/DaganoeB9wnvIp6XhoO8Pg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","babel":{"plugins":["transform-es2015-modules-commonjs","transform-async-to-generator"]},"files":["dist","views"],"_shasum":"3837e607111f3bd845c8d4bb657818134e40404d","gitHead":"baf434cf0e3e38bf2104f451f516875cb0cd81df","scripts":{"test":"xo","start":"gulp","prepublish":"gulp build"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"3.10.9","description":"Single-command HTTP directory listing and file serving","directories":{},"greenkeeper":{"emails":false},"_nodeVersion":"7.2.0","dependencies":{"args":"2.2.0","send":"0.14.1","chalk":"1.1.3","micro":"6.1.0","filesize":"3.3.0","basic-auth":"1.1.0","fs-promise":"1.0.0","handlebars":"4.0.6","mime-types":"^2.1.12","istextorbinary":"2.1.0","micro-compress":"1.0.0"},"devDependencies":{"xo":"0.17.1","gulp":"3.9.1","gulp-sass":"3.0.0","gulp-babel":"6.1.2","gulp-chmod":"2.0.0","gulp-cached":"1.1.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-2.0.0.tgz_1481406909889_0.9923837776295841","host":"packages-18-east.internal.npmjs.com"}},"14.1.2":{"name":"serve","version":"14.1.2","keywords":["vercel","serve","micro","http-server"],"license":"MIT","_id":"serve@14.1.2","maintainers":[{"name":"nwienert","email":"natewienert@gmail.com"},{"name":"gdborton","email":"gdborton@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"nick.tracey","email":"nick.tracey@vercel.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"build/main.js"},"dist":{"shasum":"65d7a3cec5a0b876c46bb8927fabc27957c2e1e0","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-14.1.2.tgz","fileCount":4,"integrity":"sha512-luwVfJwbeE7dhCKeRU0vIBpt4bXdbAfzwsWJIQ5eqrIW2e+4nLWXbSlZ0WzelSFHQq+FlueOW6dr90jEewS9zw==","signatures":[{"sig":"MEYCIQCBGQv7CQwWFo6M3aiXSj4RxBJ1LbyQDA382pEUT8G9MgIhAIHo9+XxSYIDbzyrqmxP+JuUwBo14TXu7rYdnNdvLWZD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24839,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjd2gwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpyCQ//TIsYl8PQ7kyK5eGuVBEuKlc0dWpsfp1yR85EfwEFo5uk1Lcq\r\nl6/z+XwfrOYCnmgLGUuhmQrkQgNjxE1MHlEqhQroBlzzt7FTeknJWiNKdrhv\r\ndL2s0iPl6NZOZro7Bng87I99nO9ahVfaaU0B3c+nDUqPpckpnKlJlTCThwxi\r\nyHSqjA/gvBbgu+8FeY1SOJTG9NOJlECo99XTKuN+/SJB03BIp1z1fyNmhORD\r\n/urlmBW+10/vYFcxscR8hbAtK1aXLC1GEvlO1AGKQTRuh7DqgMDVXuQT2jJI\r\nN0UVAcCPIDI7xX6owlSZzXnnNn1eM4/RLE9Qosz/MadqKUXi/39AvKKgR1lY\r\nexfZPXiZYcG33HY6bfZ52nsZBWoCEUSqs6vXsYQX+sGYtozayr0t5lBVKybg\r\nYOn/7hiJbw6S6yYEPSN/6QkcxEaOpX0Qd/LCmvDZ8ccG90erva5b7N/Y10kM\r\nIWbiYQ/jnPPZFA5j9b2RgW/zv30I3J4syhupGQMFAj42ovRfIrr6Yilzfp7W\r\nMdDk0B9tq04/P3DyIXTZuVRnPj84cbQno6nfeelebvCY8m3zKnpNHTHT1uPW\r\nq8LdAeiYNj4JnKDVs6M6ka9s1SYE8z/Qstjua0idGxjqf/xTu1qVwnNHoJO8\r\nT4Nnp5qt+1+OfsOSYd3j/ekhJdt8t8W8joI=\r\n=DlPT\r\n-----END PGP SIGNATURE-----\r\n"},"tsup":{"format":["esm"],"outDir":"./build/","target":"esnext"},"type":"module","_from":"file:serve-14.1.2.tgz","engines":{"node":">= 14"},"scripts":{"lint":"pnpm lint:code && pnpm lint:style","test":"pnpm test:tsc && pnpm test:unit","start":"node ./build/main.js","format":"prettier --write --ignore-path .gitignore .","compile":"tsup ./source/main.ts","develop":"tsx watch ./source/main.ts","test:tsc":"tsc --project tsconfig.json","lint:code":"eslint --max-warnings 0 source/**/*.ts","test:unit":"vitest run --config config/vitest.ts","lint:style":"prettier --check --ignore-path .gitignore .","test:watch":"vitest watch --config config/vitest.ts"},"_npmUser":{"name":"vercel-release-bot","email":"infra+release@vercel.com"},"prettier":"@vercel/style-guide/prettier","_resolved":"/tmp/e11e337d018063c530ac4342617cd737/serve-14.1.2.tgz","_integrity":"sha512-luwVfJwbeE7dhCKeRU0vIBpt4bXdbAfzwsWJIQ5eqrIW2e+4nLWXbSlZ0WzelSFHQq+FlueOW6dr90jEewS9zw==","repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"8.19.2","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*":["prettier --ignore-unknown --write"],"tests":["vitest --run"],"source/**/*.ts":["eslint --max-warnings 0 --fix","vitest related --run"]},"_nodeVersion":"18.12.0","dependencies":{"ajv":"8.11.0","arg":"5.0.2","boxen":"7.0.0","chalk":"5.0.1","clipboardy":"3.0.0","compression":"1.7.4","update-check":"1.5.4","@zeit/schemas":"2.21.0","serve-handler":"6.1.5","chalk-template":"0.4.0","is-port-reachable":"4.0.0"},"eslintConfig":{"extends":["./node_modules/@vercel/style-guide/eslint/node.js","./node_modules/@vercel/style-guide/eslint/typescript.js"],"parserOptions":{"project":"tsconfig.json"}},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.12.0","got":"12.1.0","tsx":"3.7.1","tsup":"6.1.3","husky":"8.0.1","eslint":"8.19.0","vitest":"0.18.0","prettier":"2.7.1","typescript":"4.6.4","lint-staged":"13.0.3","@types/compression":"1.7.2","@vercel/style-guide":"3.0.0","@types/serve-handler":"6.1.1"},"_npmOperationalInternal":{"tmp":"tmp/serve_14.1.2_1668769839779_0.1267974904129221","host":"s3://npm-registry-packages"}},"14.1.1":{"name":"serve","version":"14.1.1","keywords":["vercel","serve","micro","http-server"],"license":"MIT","_id":"serve@14.1.1","maintainers":[{"name":"nwienert","email":"natewienert@gmail.com"},{"name":"gdborton","email":"gdborton@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"nick.tracey","email":"nick.tracey@vercel.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"build/main.js"},"dist":{"shasum":"17d299f2ec78ae022760e9fa63d122336fe0a1bc","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-14.1.1.tgz","fileCount":4,"integrity":"sha512-7RhRDEirZ7Qyee4QWhBHO9qRtjIGsIPGecDDPzNzlOsjDiZWcq36GS8FioVJAuJPVJBBDTsGp33WWOO4B9A82g==","signatures":[{"sig":"MEUCIQCrU5eCEu7khnvhVhWPclzMKkRvoL7GdLMBBWth7Cd8NwIgAjpRw235VBAvWc5zVBcWpi8pAtUlfkxjtw0jmgfYVZw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24772,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjatg2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqPYg/+POIeqikNFPqYmgdmwMJOkYIiAdpnXk4mYKlq8klR0Ov3vqAQ\r\nWkSp1x+e0ejLp7JL+swMGuRoOmWUnAVLY/GafWHBRHu/ZREycoi2KG+rUQd4\r\nXNGvDKjbfq9PehBRa3AonomwJ3QS69RjUMHrMF1Na1tzzV+v9B0mDTiHQZ5B\r\nTocf6sdX8zIAAh0vsYZvUjQoiRY5KPaEVuk/gb4QZCzxq2HJi6Wp+aMoFqAM\r\nTwk0Og6dzgqTXjMVEiPW15Zo2mQtwu3iwBLtkZC9auBJqHgPbVNoGquktVe+\r\nND+IpgIsJjV3i87wPwfclEUb+FeXrbVQOimi159DUfYo7LeyKUxhoqCJhc+M\r\nbBxObsOwZjITQXxOW7VC8t2gjrMQC98NHz38N8xnznMnaiYFAn8sduxaOIlB\r\ne6uOh6n9BNys1CdVRWSyQliimtqVeu+h2bayR10gAylOHkpOF5iggKTj9X7v\r\nRk76B0lh9eq6y1YPgCrb/XOS3RweX9Yu0+B1jCNpcDjcHpVF0Igr5kzLj5/h\r\njaQFN+TXTHWGydWMOzvyIQ8YKgYBcscSnZBFkKBmMPYMuGQX6QO/Y++M3VgZ\r\nyD5Yy9Qt3zXuEgru0s9UQic99EvEc9tNMhCUxxwCFczZwYuw1GpstlqlB3Pt\r\nTKZxUWaD7SqdAbKPdiaDbyIidGXrGv45GYs=\r\n=lE3D\r\n-----END PGP SIGNATURE-----\r\n"},"tsup":{"format":["esm"],"outDir":"./build/","target":"esnext"},"type":"module","_from":"file:serve-14.1.1.tgz","engines":{"node":">= 14"},"scripts":{"lint":"pnpm lint:code && pnpm lint:style","test":"pnpm test:tsc && pnpm test:unit","start":"node ./build/main.js","format":"prettier --write --ignore-path .gitignore .","compile":"tsup ./source/main.ts","develop":"tsx watch ./source/main.ts","test:tsc":"tsc --project tsconfig.json","lint:code":"eslint --max-warnings 0 source/**/*.ts","test:unit":"vitest run --config config/vitest.ts","lint:style":"prettier --check --ignore-path .gitignore .","test:watch":"vitest watch --config config/vitest.ts"},"_npmUser":{"name":"vercel-release-bot","email":"infra+release@vercel.com"},"prettier":"@vercel/style-guide/prettier","_resolved":"/tmp/7814bba29d4895d56f834d92e06391f6/serve-14.1.1.tgz","_integrity":"sha512-7RhRDEirZ7Qyee4QWhBHO9qRtjIGsIPGecDDPzNzlOsjDiZWcq36GS8FioVJAuJPVJBBDTsGp33WWOO4B9A82g==","repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"8.19.2","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*":["prettier --ignore-unknown --write"],"tests":["vitest --run"],"source/**/*.ts":["eslint --max-warnings 0 --fix","vitest related --run"]},"_nodeVersion":"18.12.0","dependencies":{"ajv":"8.11.0","arg":"5.0.2","boxen":"7.0.0","chalk":"5.0.1","clipboardy":"3.0.0","compression":"1.7.4","update-check":"1.5.4","@zeit/schemas":"2.21.0","serve-handler":"6.1.5","chalk-template":"0.4.0","is-port-reachable":"4.0.0"},"eslintConfig":{"extends":["./node_modules/@vercel/style-guide/eslint/node.js","./node_modules/@vercel/style-guide/eslint/typescript.js"],"parserOptions":{"project":"tsconfig.json"}},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.12.0","got":"12.1.0","tsx":"3.7.1","tsup":"6.1.3","husky":"8.0.1","eslint":"8.19.0","vitest":"0.18.0","prettier":"2.7.1","typescript":"4.6.4","lint-staged":"13.0.3","@types/compression":"1.7.2","@vercel/style-guide":"3.0.0","@types/serve-handler":"6.1.1"},"_npmOperationalInternal":{"tmp":"tmp/serve_14.1.1_1667946550574_0.3431966359898371","host":"s3://npm-registry-packages"}},"14.1.0":{"name":"serve","version":"14.1.0","keywords":["vercel","serve","micro","http-server"],"license":"MIT","_id":"serve@14.1.0","maintainers":[{"name":"nwienert","email":"natewienert@gmail.com"},{"name":"gdborton","email":"gdborton@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"},{"name":"nick.tracey","email":"nick.tracey@vercel.com"},{"name":"zeit-bot","email":"team@zeit.co"},{"name":"vercel-release-bot","email":"infra+release@vercel.com"},{"name":"leo","email":"mindrun@icloud.com"},{"name":"arunoda","email":"arunoda.susiripala@gmail.com"}],"homepage":"https://github.com/vercel/serve#readme","bugs":{"url":"https://github.com/vercel/serve/issues"},"bin":{"serve":"build/main.js"},"dist":{"shasum":"7abd9fac1a198a011938482eca0ffcc37474e9fa","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-14.1.0.tgz","fileCount":4,"integrity":"sha512-eTvzLX/SbNRUtM20fOAW4y6z8/wICx2/ZiEY4ynXDxH/RPgThz3RAU6NmTu3+iQNrRHAFTrNM7bBTMDn40NJDA==","signatures":[{"sig":"MEUCIQCcJRGmAOwZ1bvUfj4fEaZ1O5UxWnpL/V4HtMeCmgE2xgIgPwrfFo59+9joLABGcQzPqmvt+fzqn6MPKpp1ieMp710=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24772,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjahFlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmomSA/+N+Wum/NfmPLdq//umFiByhHBGD42DpB1AVUILnxXxV0R4Af5\r\nts8O1E7P8xKLqVZ8SsY2K2v8uDjaQWV0YfYOIFgCq03QRljPB8+a1dvgbUiM\r\n/Z0dyzSv4vl8KMSpH+lJSOAKcvkJp93d6YtFn4NTj1cXTIW4bsrf1XKRdEv/\r\nZyw4MQvetsRqD8YfKaGL11TLFXGltLzHPMhau/KD9F2XYtS/gxhjw5R7XY0L\r\nj0yUZvc8KPzGVcAHNnFPS0lhPzn5JEtnI3NdcjEmc5nXjTMjQUjlWHHsn4E2\r\njWeU2f40k4M0tDfc8PEJno3Xy0/csCX3lZmKJ8ZUKGIq1IafMIVnlVJPPCUj\r\nnMdIAFuxGR31Mqz47VkwszeQ/8oqSXGlVIUUVt9+7fq209yXIUX6GgTpswIF\r\nkLqqB5uLED70eL9QgQ1wjo31gLfwPJ8db1G+ZozQoGoB5O1r8khRxhQnmgpO\r\nx8yxX3QGG3bYUf3bHRElHnu4AEwh506Dq/i9U0QmcwLBxr+ACZ5q1yHkpx9x\r\n0OHjQnj+nFyyKGSH1HoVymaDeDv6za6aJxiTUOdLq7Fuq6IAuN2UTrPfbG9u\r\nX+cwejTOivZsRXOXEa9X23TSuqvEPGpHDEVofRuL1VVFK66J1r8f8XY00JM+\r\nO/WrDNlkpm3RM79vMSXpL6T/amyzzhVuGYg=\r\n=80qR\r\n-----END PGP SIGNATURE-----\r\n"},"tsup":{"format":["esm"],"outDir":"./build/","target":"esnext"},"type":"module","_from":"file:serve-14.1.0.tgz","engines":{"node":">= 14"},"scripts":{"lint":"pnpm lint:code && pnpm lint:style","test":"pnpm test:tsc && pnpm test:unit","start":"node ./build/main.js","format":"prettier --write --ignore-path .gitignore .","compile":"tsup ./source/main.ts","develop":"tsx watch ./source/main.ts","test:tsc":"tsc --project tsconfig.json","lint:code":"eslint --max-warnings 0 source/**/*.ts","test:unit":"vitest run --config config/vitest.ts","lint:style":"prettier --check --ignore-path .gitignore .","test:watch":"vitest watch --config config/vitest.ts"},"_npmUser":{"name":"vercel-release-bot","email":"infra+release@vercel.com"},"prettier":"@vercel/style-guide/prettier","_resolved":"/tmp/7495425198c18cc3ffa2e33897c7b757/serve-14.1.0.tgz","_integrity":"sha512-eTvzLX/SbNRUtM20fOAW4y6z8/wICx2/ZiEY4ynXDxH/RPgThz3RAU6NmTu3+iQNrRHAFTrNM7bBTMDn40NJDA==","repository":{"url":"git+https://github.com/vercel/serve.git","type":"git"},"_npmVersion":"8.19.2","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*":["prettier --ignore-unknown --write"],"tests":["vitest --run"],"source/**/*.ts":["eslint --max-warnings 0 --fix","vitest related --run"]},"_nodeVersion":"18.12.0","dependencies":{"c8":"7.11.3","ajv":"8.11.0","arg":"5.0.2","boxen":"7.0.0","chalk":"5.0.1","clipboardy":"3.0.0","compression":"1.7.4","update-check":"1.5.4","@zeit/schemas":"2.21.0","serve-handler":"6.1.5","chalk-template":"0.4.0","is-port-reachable":"4.0.0"},"eslintConfig":{"extends":["./node_modules/@vercel/style-guide/eslint/node.js","./node_modules/@vercel/style-guide/eslint/typescript.js"],"parserOptions":{"project":"tsconfig.json"}},"_hasShrinkwrap":false,"devDependencies":{"got":"12.1.0","tsx":"3.7.1","tsup":"6.1.3","husky":"8.0.1","eslint":"8.19.0","vitest":"0.18.0","prettier":"2.7.1","typescript":"4.6.4","lint-staged":"13.0.3","@types/compression":"1.7.2","@vercel/style-guide":"3.0.0","@types/serve-handler":"6.1.1"},"_npmOperationalInternal":{"tmp":"tmp/serve_14.1.0_1667895653499_0.16077333226292967","host":"s3://npm-registry-packages"}},"2.4.4":{"name":"serve","version":"2.4.4","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@2.4.4","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"2e00e33356064bd6a3bfe3d46cc88c96a1f510c4","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-2.4.4.tgz","integrity":"sha512-K30ySSmdB8yo9hLEc1EiQiLKgmO4HIE8hEc/LdPcd/logsaqqRbHMi/zzSI97OAWfU6ekpjiDEmSL3XdVf4+ew==","signatures":[{"sig":"MEQCIF7/sCzvOW5OVF25F3Rsrr3fQbRD+Ydwb+JxkkCdGCqVAiBH277lqQa/kN22+mClSOBzdqd1/ByPVrHDButqdA+3Fw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"2e00e33356064bd6a3bfe3d46cc88c96a1f510c4","engines":{"node":">=6.9.0"},"gitHead":"fc79e5c21d52f28fc2f6d538697508c43defa413","scripts":{"test":"xo"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"3.10.9","description":"Static file serving and directory listing","directories":{},"greenkeeper":{"emails":false},"_nodeVersion":"7.2.0","dependencies":{"ip":"^1.1.4","args":"^2.2.1","send":"^0.14.1","chalk":"^1.1.3","micro":"^6.1.0","filesize":"^3.3.0","get-port":"^2.1.0","path-type":"^2.0.0","basic-auth":"^1.1.0","copy-paste":"^1.3.0","fs-promise":"^1.0.0","handlebars":"^4.0.6","mime-types":"^2.1.12","async-to-gen":"^1.3.0","node-version":"^1.0.0","istextorbinary":"^2.1.0","micro-compress":"^1.0.0","update-notifier":"^1.0.3"},"devDependencies":{"xo":"^0.17.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-2.4.4.tgz_1485471227550_0.9541951746214181","host":"packages-18-east.internal.npmjs.com"}},"2.4.2":{"name":"serve","version":"2.4.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@2.4.2","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"1ee46abb84402a1b5891b0497050559f2b4db6ae","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-2.4.2.tgz","integrity":"sha512-wDqlM2rsctSA1bBPoP0KMoRaeI9CUMo0RPpopa7pb/lZxxNnfS2rKQ8B5y7UcoyfH1Z8dBg2JJWd4T7bsHGHzA==","signatures":[{"sig":"MEUCIQD1FSHZv0qNu6bkV4a/+JeumpOOmzBxpyeZfjbd9TGbUAIgCkL/Gr2S/rFSTQ55T5KkicQ2cKrsh8HMmJLjYE8tTCk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"1ee46abb84402a1b5891b0497050559f2b4db6ae","engines":{"node":">=6.9.0"},"gitHead":"2bf92b305c78985c7be5efe77464aeb2623c89ae","scripts":{"test":"xo"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"4.0.5","description":"Static file serving and directory listing","directories":{},"greenkeeper":{"emails":false},"_nodeVersion":"7.4.0","dependencies":{"args":"^2.2.1","send":"^0.14.1","chalk":"^1.1.3","micro":"^6.1.0","filesize":"^3.3.0","get-port":"^2.1.0","path-type":"^2.0.0","basic-auth":"^1.1.0","copy-paste":"^1.3.0","fs-promise":"^1.0.0","handlebars":"^4.0.6","mime-types":"^2.1.12","async-to-gen":"^1.3.0","node-version":"^1.0.0","istextorbinary":"^2.1.0","micro-compress":"^1.0.0","update-notifier":"^1.0.3"},"devDependencies":{"xo":"^0.17.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-2.4.2.tgz_1484775359123_0.4307051410432905","host":"packages-18-east.internal.npmjs.com"}},"2.4.3":{"name":"serve","version":"2.4.3","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@2.4.3","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"e982b05e40aa6bdaa04ce84ea92f4ad774a2c7f5","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-2.4.3.tgz","integrity":"sha512-peDSlDOjfKWId88w+p15zORTd4VsCuBSncXsnFi2Eue8KC5x4CVPyykNYBjfchGShYuDfB15+OaOdwugjYArbA==","signatures":[{"sig":"MEUCIEDqnC1/nIGQ0DKdS2kalsz53Le3y35JIoKIAVC874SfAiEAylrVbVBlBWxlu7EZtsNOM9x/B066YaNRC+o/3G/KxOY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"e982b05e40aa6bdaa04ce84ea92f4ad774a2c7f5","engines":{"node":">=6.9.0"},"gitHead":"35157b80deff482f28e6c6881d021ebe78a81ec4","scripts":{"test":"xo"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"3.10.9","description":"Static file serving and directory listing","directories":{},"greenkeeper":{"emails":false},"_nodeVersion":"7.2.0","dependencies":{"ip":"^1.1.4","args":"^2.2.1","send":"^0.14.1","chalk":"^1.1.3","micro":"^6.1.0","filesize":"^3.3.0","get-port":"^2.1.0","path-type":"^2.0.0","basic-auth":"^1.1.0","copy-paste":"^1.3.0","fs-promise":"^1.0.0","handlebars":"^4.0.6","mime-types":"^2.1.12","async-to-gen":"^1.3.0","node-version":"^1.0.0","istextorbinary":"^2.1.0","micro-compress":"^1.0.0","update-notifier":"^1.0.3"},"devDependencies":{"xo":"^0.17.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-2.4.3.tgz_1484927189560_0.8744067896623164","host":"packages-12-west.internal.npmjs.com"}},"2.4.0":{"name":"serve","version":"2.4.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@2.4.0","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"complexity":0,"import/no-unresolved":0,"babel/no-await-in-loop":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"bin/serve"},"dist":{"shasum":"e5fffad6e5a163ec20636a29f273a102f6a32968","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-2.4.0.tgz","integrity":"sha512-exINeS4r7XAzG8t3/pSPrO2+GebGaRZe1FjN0zYgncv3A3n9rc1BFeZ/Zxd9YSTlNBX4w9Gr1BgB5phcimV6hQ==","signatures":[{"sig":"MEUCIGpUYBS1G6DxEOcGqAeHyYhU7Jb8UFXCx3ZwSXk+gt3zAiEAh5cHnifAqxIAs/6njGFb2zAI3b/omLyQRez26rwda8w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","assets","views"],"_shasum":"e5fffad6e5a163ec20636a29f273a102f6a32968","gitHead":"4dee17a021de4a105b4d83ed0bf2602f7d2abdea","scripts":{"test":"xo"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"3.10.9","description":"Single-command HTTP directory listing and file serving","directories":{},"greenkeeper":{"emails":false},"_nodeVersion":"7.2.0","dependencies":{"args":"^2.2.1","send":"^0.14.1","chalk":"^1.1.3","micro":"^6.1.0","filesize":"^3.3.0","basic-auth":"^1.1.0","copy-paste":"^1.3.0","fs-promise":"^1.0.0","handlebars":"^4.0.6","mime-types":"^2.1.12","istextorbinary":"^2.1.0","micro-compress":"^1.0.0","update-notifier":"^1.0.3"},"devDependencies":{"xo":"^0.17.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-2.4.0.tgz_1484256467285_0.013639285461977124","host":"packages-12-west.internal.npmjs.com"}},"2.4.1":{"name":"serve","version":"2.4.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@2.4.1","maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"rules":{"complexity":0,"max-params":0,"import/no-unresolved":0,"babel/no-await-in-loop":0,"unicorn/no-process-exit":0,"import/no-unassigned-import":0},"space":true,"esnext":true,"semicolon":false},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"5d7dfa65aaac1342bf14b87dfb4bb6bfce537ced","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-2.4.1.tgz","integrity":"sha512-aAtggqBd9Hg5U1fCv4bf+8d0pqOQmFBY4uBV4k58w1k0NCSE7bAX66RWoO6RTWHBePMnqBdqtxtx6EOge6J5EA==","signatures":[{"sig":"MEQCIHXtGJlctAupkcyGe8XknfTRRTFFBF1as/C6ZT+fO2WCAiBqHssgxKnPPFFuds21uuiF7JkIWni9SaOBNR7uOCoNbA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["bin","lib","assets","views"],"_shasum":"5d7dfa65aaac1342bf14b87dfb4bb6bfce537ced","engines":{"node":">=6.9.0"},"gitHead":"b67357942ec6e5a07dccedcdd6826d7f0dc9e577","scripts":{"test":"xo"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"3.10.9","description":"Static file serving and directory listing","directories":{},"greenkeeper":{"emails":false},"_nodeVersion":"7.2.0","dependencies":{"args":"^2.2.1","send":"^0.14.1","chalk":"^1.1.3","micro":"^6.1.0","filesize":"^3.3.0","path-type":"^2.0.0","basic-auth":"^1.1.0","copy-paste":"^1.3.0","fs-promise":"^1.0.0","handlebars":"^4.0.6","mime-types":"^2.1.12","async-to-gen":"^1.3.0","node-version":"^1.0.0","istextorbinary":"^2.1.0","micro-compress":"^1.0.0","update-notifier":"^1.0.3"},"devDependencies":{"xo":"^0.17.1"},"_npmOperationalInternal":{"tmp":"tmp/serve-2.4.1.tgz_1484477453285_0.6452513567637652","host":"packages-18-east.internal.npmjs.com"}},"6.5.0":{"name":"serve","version":"6.5.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.5.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"54a774e5e54d847a8d18f7086b6e68545c405c29","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.5.0.tgz","fileCount":12,"integrity":"sha512-wvn1LOWBY1hQctXn9VJ1EhCidbxWlvfWtpXwKvLYgzWjBMvlxYxwxh+lHrjVNCoONz/ALBsksqn8B10CLsG45Q==","signatures":[{"sig":"MEQCIDsxSOo10cjmDLawmBxV9wEV/oLGkUxuW/3XNknGsUZ1AiAEipJ+psJeVmC3RojK18jFB4ewEXTlcdciyZYKuCiDtw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28340},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"cfaebe1f4fa5212722a8317b579d9945d67e5921","scripts":{"lint":"xo","test":"npm run lint && NODE_ENV=test nyc ava","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.6.0","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run lint","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"9.6.1","dependencies":{"ip":"1.1.5","opn":"5.2.0","args":"3.0.8","send":"0.16.2","boxen":"1.3.0","chalk":"2.3.1","dargs":"5.1.0","micro":"9.1.0","bluebird":"3.5.1","filesize":"3.6.0","fs-extra":"5.0.0","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.2.3","handlebars":"4.0.11","mime-types":"2.1.18","detect-port":"1.2.2","node-version":"1.1.0","micro-compress":"1.0.0","path-is-inside":"1.0.2","@zeit/check-updates":"1.1.0","openssl-self-signed-certificate":"1.1.6"},"_hasShrinkwrap":false,"devDependencies":{"xo":"0.20.3","ava":"0.25.0","nyc":"11.4.1","husky":"0.14.3","prettier":"1.10.2","lint-staged":"7.0.0","eslint-config-prettier":"2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_6.5.0_1519522840688_0.313626591391019","host":"s3://npm-registry-packages"}},"10.0.2":{"name":"serve","version":"10.0.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@10.0.2","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"28ae50434b87c92792ad5a4a296db2edece6474b","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-10.0.2.tgz","fileCount":4,"integrity":"sha512-9BDXCSpCUDjoPhb37JJGqgnMSfO0HjU5I6g8KxwBA40TvMk9pDxTuDWNKzBJEGXhH5h55Qe8fqSqwpeyQmnhJQ==","signatures":[{"sig":"MEQCIHeQE7waQFlxi+8j+y0dGvoXlFGovX5H9KtlXzyNMDpGAiAiSZPI9isBdouNOraEPEx/UXQE2f6GbCVR3lxhLVwF2A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14819,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqRrkCRA9TVsSAnZWagAARwcP/j3nk4DK0apM9ra9TNDH\ncJuGRcsdL2qAaCvxQiD+RlYMegOGGQEMlM9w8yHRGKTDTCJHHPq1H0jDi0hf\nKul2qE8KYbRuEnMQ8qd8cUw+mJnBvBuc72MuelV8EC6gDDT+xb3SwoIk5JqG\nik9AHFlimMumUuFLBh03pTrmFyEOygRXGrVfVWCDtoyKagDbH8pk3iUHk40s\nOwmb5/wiRRdeawJ9q2BaIEMsKB6U7DORqqbsKLbXvXrj8kU+BaNOCxb/ZIit\nBF9BgppNQKd446D9pC6AXGJbNI+rMWy7Qfhg0BrFp/C/6ZrUY98FBsIt86Hd\nx/ZkK7INdxkv6WuBAy3MyDih3ZjIsr2RolF5sTvk91Kts+6yYsf7ypHYwm+y\n8H1C3Ym3ABzLpKQwh6qJ7SI9Em7ESMrPbo/yOKtURwWJ2vV4txaQCAsH/ppY\nKIco3LKZUVkJe8nKyGafe0O9fGeqmAHfT6JgoBA2MbSO7Jz6AXQ2dXASmZZQ\nRv/EuCYp1gV5Mn6ETHoudroutgxHtu3V23WKqj0y8yCMpmhkmFhFCsV48k4A\naj1Ce2L2fn03OiA8wCbbx8UJTCI1h1Qq/caSwmyBmxQxW2DCv9FAl74x08a+\nAhL4ykC4kLw38OAyGbJDmvot8mPQSPtrY/nPtsfKFYNg8iyfYqtUP5VjHa5g\nLcwi\r\n=Rx2g\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"b4560099bce14281913e919dafc83e8e6874b322","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.4.1","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.10.0","dependencies":{"ajv":"6.5.3","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"5.0.3"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_10.0.2_1537809123654_0.912887630335677","host":"s3://npm-registry-packages"}},"10.0.1":{"name":"serve","version":"10.0.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@10.0.1","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"265f2328dd8cb4da908dc37a90f21dd6e0be47d5","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-10.0.1.tgz","fileCount":4,"integrity":"sha512-tqEY5r354//sfhTnFwws9BF+YLy1rg9OYC/FGl2oqq/kvMpXml0frqVPIv8UxA0C8p3dhnbnNqzfpjqQdI/7zA==","signatures":[{"sig":"MEQCIHTpslrukeIHXwEBlAbgd/DOoU1F+PDiaCJVeY5OL3GzAiBeD4yY8Drsliy5e4T+E78AFA1nUl2w1nj8S5o+53kOcw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14819,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbmU1ECRA9TVsSAnZWagAAKYgP/jo50TxGTTSLHEblNLvV\nSxF9p4/Fdy+k0HrVKfmJLVL85UXRqzegfEM5HUdFpJbbLw4cjztaRyHsN7Fe\nM/RKtvUjHq0dznNH1F+RohdKfIdHOjV1/09dI7Z8Bq203EOJj137u76GqMu5\n387/szDUjYZfzXKFOp+bQaOlvld9B2vO4D87xNPX/BeLu9PEivUJu6R4AcaE\nQ65E0r150S1MZZoXjRqY4x+xpVHyOHdzcMa4P5ziC5bBPmYihR/sZMcAgPRR\nwDkMv6v/0b2oWt22yHhdBt4+YN4kZnJfCPD2aEKvwk1kbcGmEUCpOKIyP3tA\nVn9FOg7KkSTOFaqI42RlEE5vfrMM1IWqlfn1YgH4gFTkLZUFCt3bpsf4S/bG\n8h7v88suYL8Qco4ZPI1QFhKE/87OZlEGunYsLsaUYRyKsI8TCvoweLBwdo1t\na1snGlpZavBOe0awmHXj/AwAFuRi4h0/D0EwMwsK0H0YMkzdDAi2o5aa9f3L\nPxaSmqWlemZCh+TYaTuEmIzGhEm7f3SVEOo69yvW9g6yW3Relns0raTO2iG5\njM0NEWsk5VMVnOZbP/5j5DL3LqD7H+I6WfYG8qPSknMKo8u5hGG/pP00/QE7\nZE2Op1AQ/n6cauWKTCUZ/CfevMQcQR83zxVe9eynFEOji/6emJEcj/vTu1on\ny4C+\r\n=h1Xm\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"d51868fd592395ba9dde2727113d93b965cb88c5","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.4.1","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.10.0","dependencies":{"ajv":"6.5.3","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","update-check":"1.5.2","@zeit/schemas":"2.6.0","serve-handler":"5.0.0"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_10.0.1_1536773443986_0.4819726244311575","host":"s3://npm-registry-packages"}},"10.0.0":{"name":"serve","version":"10.0.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@10.0.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"4d640167c88f07f1f730a52bb992e94d2e4a174c","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-10.0.0.tgz","fileCount":4,"integrity":"sha512-S9q9cIVeaT78DVk70/JWubco89P5KXIR5IEuVz83YUfvUaqQ7cpVw62eGZsA/ftaTZNmAkQnqn2mBMx+NDLN3A==","signatures":[{"sig":"MEUCIFmfIuDa0I7auggSzlRReDmLoPBspt/SrVhCvNVqFu9SAiEAmQMMYk/aRu9xdrI25qUtt44QIin2wfWMY9nbgqO0SOM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14819,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfFTUCRA9TVsSAnZWagAArhUP/2/RMxaiF7GnGU3CYVUw\nrGZBAWxxi0WDwKwugbq+qwlWfDPFZW/xsBywJFhMjNNNkxyQ3+R+o2xjT6WV\nVo3SjEWMhgN/NOvh5gv3sahHyhHCF2ZjjRfogs6yg5TZqDxZWFYHLoTv9ZZN\nHRZZzuq8ma7CbtoV26vzaUJVnodgqyT30vz06llbIhBQTcfM4ieCf9gT4AQR\nEQ8kY0amOz+/evllKLPA8x36d8ixYshDDI1V+j6R2EE6689XPOTxMslNM+AS\nt2DiRQb5x7H6DaM5tBXqPOwv+BxlTqPIQupYb9n8IZI3hWcNoXU9qT1IS46q\nWwX76cBGe4ohF+QfYqkTPnr/ycQII0jv/Vr1EdWfgTSxjEPEdtQgL/MK7eP2\nIhCkZEHGJWnJqEdUHFdnPUns1S+hQpSisAP01W/fCrj1+q0hqVUhut4MNmV0\n2s0bXpH+Ie6Ocyq3vyjEg1D3pIgQjvySfPUXuRcWfoK+6bTCgz+JD7hsYqW5\nC4w/Jgl8D1Smqsz8Dzbo9q1suNnwv0Xs5qskvEwX+I+GhiamYM5sHPCtP5oX\nmIFC+uf14gHihcpbFU3VPTMuPuNh1lKpFHEqALhwZmZlZwfmPlWkFedO4zfb\nGeC3Qj4/oSU2Ie4Hf35xb/HCXstSqVLoDACDhrufjUxrhxfB8qK+7apLc6IV\nr9nK\r\n=OEje\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"254432fbd01e41e563ea9315244fae0834041be6","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.2.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.8.0","dependencies":{"ajv":"6.5.3","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","update-check":"1.5.2","@zeit/schemas":"2.1.1","serve-handler":"5.0.0"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.4.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_10.0.0_1534874835992_0.8071055588511076","host":"s3://npm-registry-packages"}},"6.1.0":{"name":"serve","version":"6.1.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@6.1.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"leo","email":"leo@zeit.co"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"xo":{"extends":"prettier"},"bin":{"serve":"./bin/serve.js"},"dist":{"shasum":"864c73710c18501838363a837fefe1389aa17f87","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-6.1.0.tgz","integrity":"sha512-LKK+n34Hnbtvz7amZFqLqvhDmI4X0qSx7O3JAPYXQm1grwtaavI0NB5/W5buSijXj3BoeI67XxZFxunbNJ2b4Q==","signatures":[{"sig":"MEUCIQCnqMEXjBRfB++ZfstOjVoLRTKEU6YumLm0aB42biOiEQIgBiRIkEOzCVU7IEtj89J/Ma1+U+BryqvCuYAFzr0+fSM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/api.js","files":["bin","lib","assets","views"],"engines":{"node":">=6.9.0"},"gitHead":"fbd1663d0bcba71c8f30ca74364888ced1886fa6","scripts":{"test":"xo","precommit":"lint-staged"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"5.4.1","description":"Static file serving and directory listing","directories":{},"lint-staged":{"*.js":["npm run test","prettier --single-quote --no-semi --write","git add"]},"_nodeVersion":"8.3.0","dependencies":{"ip":"1.1.5","opn":"5.1.0","args":"3.0.4","send":"0.15.4","boxen":"1.2.1","chalk":"2.1.0","dargs":"5.1.0","micro":"9.0.0","bluebird":"3.5.0","filesize":"3.5.10","fs-extra":"4.0.2","path-type":"3.0.0","basic-auth":"2.0.0","clipboardy":"1.1.4","handlebars":"4.0.10","mime-types":"2.1.17","detect-port":"1.2.1","node-version":"1.1.0","micro-compress":"1.0.0","update-notifier":"2.2.0"},"devDependencies":{"xo":"0.18.2","husky":"0.14.3","prettier":"1.6.1","lint-staged":"4.1.3","eslint-config-prettier":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/serve-6.1.0.tgz_1505398290729_0.7864912154618651","host":"s3://npm-registry-packages"}},"9.4.0":{"name":"serve","version":"9.4.0","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@9.4.0","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"d04c988e9df908e053b92c1e22148c139224140f","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-9.4.0.tgz","fileCount":4,"integrity":"sha512-a5TpnFytY2r59g0M3L9g2HvlLBcTHeevR8gTnDkzMWECfV2c8tUCEGC9tl3YYWM7xucdkUmov+xyKjWamQQJ7Q==","signatures":[{"sig":"MEUCIDMzozq0sF9Lb/DBVG1Eat5oxCJceDBIByaGc5Uwb4RyAiEAlCw0Wjat1MelCr0hm8yvMAkqGNhAjgy2DZIETKFinrA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbWMT5CRA9TVsSAnZWagAA3GoP/i0ZV6CWJXCjXiJsJhiQ\n+XDkrdhxuPYw+HUmVzMedVNZwu1xe+VAvRPHOC8WIy9CuwxaZJlFvpPHIVV+\nFx+LzeKmuPwMkWlzO66xgn1WDYwPbcY8wiuFqZ4qhH8iUvFyCQ/IojvyvAIm\nH7eIx77XIMcUkpczfibQN1psK9EYQQpHIwOo7nu94Bhc3sNd7k7/4kk93XkD\nhNQ+Fx9Kk57YdfZDPCzX+FNQHLBmzS8tokDX5YsaDKCIOCU8D8cc1wRa8sZP\ndetwO6wCgF+VtSUtvoDeZvGBWheqsqhL3tMf3p7DlkDO4Il1G1L7/PlKIKeZ\nQyu/FjSZB5ZM3FNjxsw+4+Ge6iH7+NG1VqpEmn03HtVqV/8e/2GPDG+TYCGK\nkAEa10loXKRWZPzeI0XV4w3w04RTMLK2vA/GmFFt4YL3tJ3Er0B4fg4/VAEK\nzdBLO7L9uePRev5L4d34TbO1sjzGXEu76LNj81KzRz2mBbGWVG715iUCHqcR\ndRrHy3bjnVGTc9wH+ydAHF0FurwjcdO1xg840V5ames07AIPD2Suw64D0sYF\n5e7dML433qIBFkQrzvK5Kdv4RQ7dHJpxiDfTK66MkbD8aa6hINR5jRSk5sPZ\ncJ2HwFMW83x9oNroKEvxGFCCQ1AIJ5lNL2/fkGgkEsB2cf7F4LJij6b7n1mS\nXxhq\r\n=CfH+\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"e3ff93890f2a3c54ea3be95f699a7b7d57edeb39","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.1.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.7.0","dependencies":{"ajv":"6.5.2","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","update-check":"1.5.2","@zeit/schemas":"1.7.0","serve-handler":"3.6.0"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.2.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_9.4.0_1532544249630_0.29893368254998","host":"s3://npm-registry-packages"}},"9.4.1":{"name":"serve","version":"9.4.1","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@9.4.1","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"d6400567c058b857d887df14235d755070c5e9b2","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-9.4.1.tgz","fileCount":4,"integrity":"sha512-s/8fRSW90A5PvYMvCqaWRCx1X6hOu87RIcLP8FisBvgLdeCfVjMy2VMzluT+wJR4Mg6nbp2uJvGPaKQ1h4k1Pw==","signatures":[{"sig":"MEUCIQCxzZWvpFuDyzZDy1gjo9yJ2HPq8lzFDUErZXxRZFM62QIgdPeMiJsiYpkC1Ph8FezwZerlHp+34zZ/i/E6Tj5HQj8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14824,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbbAHZCRA9TVsSAnZWagAArGsP/01/bFqX1mqKjIlLtlZq\nRB4sl1uyqkgq9OfIRYytitsF2T6vI5TQJKsgzT+tqzXoIpn998XRJ4CuoRql\nIYJ1BzTFrGjQ/pQzelnNRM6eagq9m7ousepqIS+qQkXlOKhhqV1sJhObCM/Y\nR7shisMACW5m8PQGNUE85hIz1EIDbzgF7+tR3oHM51wGXHBjsObjRE/5p+fj\nXR+73n0m3y3g03YzrgutL3TxIXYzRCNJpKKF96HdVAF3bg6WYU2FKu8oAeZD\nSnMUkrpSMzFRl0Yso7B/gIyFwyuRZKBbSVlrvolu0Ap5oKZa1kXEbFGx/o4v\nTocAG2ve6q/9w6WrW+4kuKX6F+1WMZMNUY2dSDfW2aEMYOrWdQCjY6SUoghv\n7zDq99QkUmN3IrwuNzLiheb6+KY84GMrSxM0fMZqzrfIdQaqmL+40u+u2odR\n8khFn4q6yNtQIH476bqN4rX5VIwig843R/MT9pb4siGDSSef1wgOTwEPF34Z\ngJCBCgRpT+QgZINWPdtyDXUaAKygSkGfmxllsy6vDDYMmTx03Oqo/r/X+/WA\nPMRdVohQGXir0VRJSZilD43Vax3tmSlU0dLbmTMMn2+ltYu4b5e9SyEjLCbf\n6Y0DXKMn41hh8DW8jM/Ea4FhhqnnKWbYKwwChmT7Pnm89dDI2fV4L0IKIBTZ\nADtD\r\n=Rv9D\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"20f4147b562bd9bbbe66e13e989730435ea7ce3e","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.2.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.8.0","dependencies":{"ajv":"6.5.2","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","update-check":"1.5.2","@zeit/schemas":"1.7.0","serve-handler":"3.6.0"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.2.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_9.4.1_1533805016467_0.7157617158553131","host":"s3://npm-registry-packages"}},"9.4.2":{"name":"serve","version":"9.4.2","keywords":["now","serve","micro","http-server"],"author":{"name":"leo"},"license":"MIT","_id":"serve@9.4.2","maintainers":[{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},{"name":"leo","email":"leo@zeit.co"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"timneutkens","email":"tim@timneutkens.nl"}],"homepage":"https://github.com/zeit/serve#readme","bugs":{"url":"https://github.com/zeit/serve/issues"},"bin":{"serve":"./bin/serve.js"},"git":{"pre-commit":"lint-staged"},"dist":{"shasum":"943a1526f424de74ac874aea449d9f9c74ffad2d","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-9.4.2.tgz","fileCount":4,"integrity":"sha512-2kSfuxVKvsMhXLyg3AoIYzxHwoY+kiSB6l/+zD7G+9c13W4519DtKl4qK+kbWvOXEVPdphg5MUePfp8ONGr7Yg==","signatures":[{"sig":"MEQCIC6qb9dWu6agXiFjI3tT6LxpWoDLWeSo0LLevrAkb8kLAiBEGxXyvJ3vgrpDwfSk0Pl+KPIFPuCjCqTtj8mal5sMGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14818,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbbARoCRA9TVsSAnZWagAAT9gP/iW+lHbih0lYXrwf6T3I\ncXz/XViV7kO09I5+/63P5jHD3Y+YSRwN8G4dr6l3EzEIz4mrjt8EHyRzujF8\nc09O1iIWCcCpaVdQvlhfZphBQrk7H8hodetq1twOirX5YBUVa3dtFkiCjrB0\nMjrFGLEdbpTJxQ3N/Sh5MSoE51t8kDQxbY54ZZCtrbhAOGP8BojjuIS7cKlp\n+Mkxj5rOOB7tt1EgXJOu09Gb3Y2mwcjnV9X7mkJCLcbkNaxmPPc7qNRlEufO\nWVvpDplcADHqWcxbmM9rABepfvlSu6hTouoE/Qir5Xa7BueMBw47ucTtqa9C\nYtlQtcggmKNxZrHWTViAxo7njRkOx1Apbg/vVZjHf6jKJLJMy1HInP/iJKOQ\n/Lu9RSzeklCmpkyTs1ZhOxYWZEGz/0meSXstVsgeldkoZmKd6oAhSre0u6Or\nCMxZpSolvH3+UcK7KXu3Zc4BdSSbiBC4Jk35wvaRqdaPRqdcON84JQL+PyEA\nWg8foQUnlUIGS6COQkdNMWPFmMP3eag8cOopB42hWp76iw/bGo7MeI15KS/s\nC6w+MCLYVqt5piBUoix/77zY9Z3y+Va/n8IH6TF6enGpKB39saZWRcI8DsvA\n1DzAHQ9kO2NBz/z7WN2gux8XhooAz7vP1dmufM4c6Ls4remydwTuI6VZZyEw\ngDRl\r\n=g8d+\r\n-----END PGP SIGNATURE-----\r\n"},"files":["bin"],"gitHead":"ce754900bb20c9584ee6d9f078810068388d26dc","scripts":{"lint":"zeit-eslint --ext .jsx,.js .","test":"yarn lint","lint-staged":"git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint"},"_npmUser":{"name":"leo","email":"leo@zeit.co"},"repository":{"url":"git+https://github.com/zeit/serve.git","type":"git"},"_npmVersion":"6.2.0","description":"Static file serving and directory listing","directories":{},"_nodeVersion":"10.8.0","dependencies":{"ajv":"6.5.2","arg":"2.0.0","boxen":"1.3.0","chalk":"2.4.1","clipboardy":"1.2.3","update-check":"1.5.2","@zeit/schemas":"1.7.0","serve-handler":"3.6.0"},"eslintConfig":{"extends":["@zeit/eslint-config-node"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"5.2.0","@zeit/git-hooks":"0.1.4","@zeit/eslint-config-node":"0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/serve_9.4.2_1533805671934_0.062201453293541986","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"serve","version":"1.2.0","keywords":["static","server","connect"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"_id":"serve@1.2.0","maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"bin":{"serve":"./bin/serve"},"dist":{"shasum":"986dfbd16dfac884ca63c01ae4a63b9adc7190bc","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/serve/-/serve-1.2.0.tgz","integrity":"sha512-HtvcRdPu4ir9cScpGLplRkG2OJF8xnR8dI/BZmwtG1R9SueHqnH4ZooCC6+Xjl+qo5ZWjNjAUZyFWqvtqLW0cA==","signatures":[{"sig":"MEUCIBQ3bg+ZosrfmPPeaL1z2erqpJwT0jJ7XPZbJHU79RFxAiEAii0fojte6e41LjymxDJdMqkJp01QXYN41IY7SFqVdpg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_npmVersion":"1.2.2","description":"Simple command-line file / directory server built with connect","directories":{},"dependencies":{"jade":"*","stylus":"*","connect":"2.3.x","commander":"0.6.1","less-middleware":"*"}}},"name":"serve","time":{"11.3.0":"2019-12-30T15:50:37.410Z","9.2.0":"2018-07-05T20:20:03.569Z","6.5.7":"2018-05-14T19:33:36.150Z","6.5.8":"2018-05-22T14:25:14.785Z","6.5.5":"2018-04-11T21:43:48.395Z","6.5.6":"2018-04-22T23:49:18.069Z","6.5.3":"2018-03-11T04:35:52.147Z","11.3.2":"2020-06-05T01:08:50.007Z","6.5.4":"2018-04-09T04:58:36.642Z","11.3.1":"2020-05-22T14:54:00.987Z","6.5.1":"2018-02-28T18:19:40.529Z","6.5.2":"2018-03-05T18:23:40.107Z","6.4.11":"2018-02-19T20:56:20.236Z","8.0.0":"2018-06-06T09:16:54.534Z","6.4.10":"2018-02-17T18:50:20.917Z","3.3.0":"2017-02-12T20:34:30.972Z","3.3.1":"2017-02-14T21:26:47.145Z","2.1.0":"2016-12-20T21:14:09.878Z","7.2.0":"2018-06-01T13:09:17.379Z","14.0.1":"2022-07-14T02:24:42.484Z","14.0.0":"2022-07-12T16:20:54.703Z","8.1.3":"2018-06-11T09:42:10.529Z","8.1.4":"2018-06-11T21:03:49.965Z","2.1.1":"2016-12-21T21:34:59.769Z","2.1.2":"2016-12-21T21:37:15.073Z","1.3.0":"2013-07-04T16:42:40.813Z","6.0.4":"2017-07-30T20:16:54.928Z","6.4.0":"2017-10-30T14:01:58.521Z","6.0.5":"2017-08-01T18:31:07.592Z","6.4.1":"2017-11-03T21:41:29.515Z","10.1.2":"2019-02-06T10:23:40.479Z","6.0.2":"2017-07-07T21:55:37.551Z","10.1.1":"2018-11-12T21:04:38.151Z","6.0.3":"2017-07-24T12:08:18.233Z","10.1.0":"2018-11-12T19:14:29.019Z","6.0.0":"2017-06-24T21:06:00.648Z","6.0.1":"2017-07-02T16:36:31.236Z","9.3.0":"2018-07-20T12:28:22.786Z","5.2.0":"2017-06-01T06:29:48.276Z","5.2.1":"2017-06-02T14:46:09.709Z","5.2.2":"2017-06-07T14:35:58.412Z","5.2.3":"2017-06-20T17:22:28.681Z","5.2.4":"2017-06-22T09:01:27.220Z","11.0.1":"2019-05-28T06:04:34.377Z","11.0.0":"2019-04-03T10:09:42.441Z","11.0.2":"2019-06-19T08:10:38.086Z","9.1.0":"2018-06-18T21:20:01.758Z","9.1.1":"2018-07-02T19:31:27.713Z","6.4.8":"2018-01-13T20:33:41.310Z","6.4.9":"2018-01-23T15:21:08.101Z","6.4.6":"2018-01-13T19:12:50.804Z","6.4.7":"2018-01-13T19:15:49.673Z","6.4.4":"2018-01-06T14:16:33.955Z","6.4.5":"2018-01-12T14:10:55.595Z","6.0.6":"2017-08-05T21:25:38.367Z","6.4.2":"2017-12-17T19:48:41.063Z","6.4.3":"2017-12-19T01:30:37.911Z","3.0.0":"2017-01-27T19:52:00.728Z","3.4.1":"2017-02-21T17:33:18.298Z","3.0.1":"2017-01-27T20:04:43.683Z","3.0.2":"2017-01-27T20:07:57.612Z","3.4.0":"2017-02-19T18:17:36.646Z","7.1.0":"2018-05-29T10:44:12.743Z","7.1.1":"2018-05-29T11:23:14.531Z","7.1.2":"2018-05-30T09:55:35.762Z","7.1.3":"2018-05-30T18:35:08.080Z","2.2.0":"2017-01-11T22:01:38.525Z","1.0.3":"2012-02-19T05:37:10.702Z","6.3.1":"2017-10-17T16:44:43.522Z","1.4.0":"2014-03-13T15:32:24.458Z","6.3.0":"2017-10-17T10:23:40.042Z","5.1.0":"2017-03-24T16:02:32.517Z","5.1.1":"2017-03-25T13:48:24.322Z","9.6.0":"2018-08-14T15:32:17.987Z","5.1.2":"2017-03-29T07:00:21.030Z","1.0.0":"2011-11-07T16:34:24.948Z","5.1.3":"2017-04-11T10:20:35.740Z","1.0.1":"2011-11-23T18:25:20.715Z","5.1.4":"2017-04-13T11:30:50.060Z","1.0.2":"2011-11-24T13:27:18.335Z","5.1.5":"2017-05-08T08:19:51.379Z","11.1.0":"2019-07-10T01:46:20.765Z","0.0.4":"2011-08-19T00:38:54.340Z","0.0.5":"2011-09-21T23:41:37.634Z","9.0.0":"2018-06-15T19:11:19.078Z","0.0.2":"2011-07-25T15:27:57.114Z","0.0.3":"2011-08-02T20:42:15.581Z","0.0.1":"2011-06-25T00:21:37.861Z","3.2.10":"2017-02-10T21:23:49.041Z","8.2.0":"2018-06-12T12:54:43.675Z","modified":"2026-04-27T00:33:18.813Z","3.1.0":"2017-01-30T20:51:02.516Z","7.1.4":"2018-05-30T18:52:17.434Z","7.1.5":"2018-05-30T22:12:24.315Z","14.0.0-canary.0":"2022-07-12T16:14:27.558Z","7.1.6":"2018-06-01T09:24:03.828Z","7.0.1":"2018-05-28T20:04:54.039Z","14.2.6":"2026-03-03T19:04:55.061Z","14.2.5":"2025-09-04T13:39:24.506Z","14.2.4":"2024-10-15T17:44:03.328Z","14.2.3":"2024-04-25T15:58:50.168Z","3.2.7":"2017-02-06T14:09:27.021Z","14.2.2":"2024-04-22T08:56:51.995Z","3.2.8":"2017-02-10T17:41:06.148Z","14.2.1":"2023-08-21T18:50:00.270Z","created":"2011-06-25T00:21:37.210Z","3.2.9":"2017-02-10T21:09:45.599Z","13.0.1":"2021-11-04T15:13:28.424Z","14.2.0":"2023-01-25T00:08:30.722Z","7.0.0":"2018-05-28T17:10:07.006Z","13.0.0":"2021-11-04T12:40:40.264Z","13.0.3":"2022-07-06T20:22:56.433Z","13.0.2":"2021-11-04T15:28:23.926Z","13.0.4":"2022-07-06T20:49:41.134Z","2.3.0":"2017-01-12T17:03:38.060Z","6.2.0":"2017-10-01T04:32:13.870Z","9.1.2":"2018-07-03T18:28:35.740Z","5.0.0":"2017-03-08T16:51:29.989Z","5.0.1":"2017-03-08T21:43:58.156Z","9.5.0":"2018-08-14T14:16:15.352Z","5.0.2":"2017-03-09T09:47:04.014Z","5.0.3":"2017-03-12T12:03:10.725Z","5.0.4":"2017-03-19T20:34:56.480Z","14.2.5-ac84c2e7-20250904133617":"2025-09-04T13:36:24.916Z","1.1.0":"2012-06-26T19:07:36.802Z","11.2.0":"2019-09-26T10:21:20.403Z","4.0.2":"2017-03-08T14:58:10.233Z","4.0.0":"2017-02-28T21:33:27.888Z","4.0.1":"2017-02-28T22:02:50.243Z","8.1.1":"2018-06-07T08:56:25.101Z","8.1.2":"2018-06-08T16:41:17.007Z","12.0.1":"2021-09-09T20:38:05.190Z","12.0.0":"2021-06-08T02:44:34.930Z","8.1.0":"2018-06-06T16:35:31.862Z","3.2.3":"2017-02-05T22:19:29.196Z","3.2.4":"2017-02-06T11:47:12.597Z","3.2.5":"2017-02-06T11:53:59.793Z","3.2.6":"2017-02-06T13:12:21.506Z","3.2.0":"2017-02-04T11:08:50.032Z","3.2.1":"2017-02-04T11:37:36.425Z","3.2.2":"2017-02-04T20:25:12.067Z","2.0.0":"2016-12-10T21:55:10.496Z","14.1.2":"2022-11-18T11:10:40.034Z","14.1.1":"2022-11-08T22:29:10.820Z","14.1.0":"2022-11-08T08:20:53.658Z","2.4.4":"2017-01-26T22:53:48.153Z","2.4.2":"2017-01-18T21:36:00.173Z","2.4.3":"2017-01-20T15:46:31.322Z","2.4.0":"2017-01-12T21:27:49.237Z","2.4.1":"2017-01-15T10:50:53.863Z","6.5.0":"2018-02-25T01:40:40.794Z","10.0.2":"2018-09-24T17:12:03.803Z","10.0.1":"2018-09-12T17:30:44.154Z","10.0.0":"2018-08-21T18:07:16.106Z","6.1.0":"2017-09-14T14:11:31.713Z","9.4.0":"2018-07-25T18:44:09.711Z","9.4.1":"2018-08-09T08:56:56.592Z","9.4.2":"2018-08-09T09:07:52.051Z","1.2.0":"2013-02-06T21:09:04.420Z"},"readmeFilename":"readme.md","homepage":"https://github.com/vercel/serve#readme"}