From 349456d0cd3ad7bf3844cab232eac956828c38e2 Mon Sep 17 00:00:00 2001 From: rjrodger Date: Sat, 4 Jan 2020 05:10:35 +0000 Subject: [PATCH] v0.7.0 --- .travis.yml | 2 + group.js | 2 +- package-lock.json | 606 ++++++++++++++++++++++----------------------- package.json | 2 +- test/coverage.html | 10 +- 5 files changed, 312 insertions(+), 310 deletions(-) diff --git a/.travis.yml b/.travis.yml index d3cc475..98b3ae4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ env: - SENECA_VER=senecajs/seneca node_js: + - '12' + - '11' - '10' - '8' diff --git a/group.js b/group.js index a046931..2936bc5 100644 --- a/group.js +++ b/group.js @@ -28,7 +28,7 @@ module.exports.defaults = { function group(opts) { const seneca = this const Joi = seneca.util.Joi - + function define_patterns() { seneca .message('role:group,make:group', make_group) // Create a group diff --git a/package-lock.json b/package-lock.json index 48ef46b..00c69b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "seneca-group", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { "@babel/code-frame": { "version": "7.5.5", - "resolved": "http://localhost:4873/@babel%2fcode-frame/-/code-frame-7.5.5.tgz", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz", "integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==", "dev": true, "requires": { @@ -15,7 +15,7 @@ }, "@babel/generator": { "version": "7.7.7", - "resolved": "http://localhost:4873/@babel%2fgenerator/-/generator-7.7.7.tgz", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.7.7.tgz", "integrity": "sha512-/AOIBpHh/JU1l0ZFS4kiRCBnLi6OTHzh0RPk3h9isBxkkqELtQNFi1Vr/tiG9p1yfoUdKVwISuXWQR+hwwM4VQ==", "dev": true, "requires": { @@ -27,7 +27,7 @@ "dependencies": { "source-map": { "version": "0.5.7", - "resolved": "http://localhost:4873/source-map/-/source-map-0.5.7.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", "dev": true } @@ -35,7 +35,7 @@ }, "@babel/helper-function-name": { "version": "7.7.4", - "resolved": "http://localhost:4873/@babel%2fhelper-function-name/-/helper-function-name-7.7.4.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz", "integrity": "sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ==", "dev": true, "requires": { @@ -46,7 +46,7 @@ }, "@babel/helper-get-function-arity": { "version": "7.7.4", - "resolved": "http://localhost:4873/@babel%2fhelper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz", "integrity": "sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA==", "dev": true, "requires": { @@ -55,7 +55,7 @@ }, "@babel/helper-split-export-declaration": { "version": "7.7.4", - "resolved": "http://localhost:4873/@babel%2fhelper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz", "integrity": "sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug==", "dev": true, "requires": { @@ -64,7 +64,7 @@ }, "@babel/highlight": { "version": "7.5.0", - "resolved": "http://localhost:4873/@babel%2fhighlight/-/highlight-7.5.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.5.0.tgz", "integrity": "sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==", "dev": true, "requires": { @@ -75,13 +75,13 @@ }, "@babel/parser": { "version": "7.7.7", - "resolved": "http://localhost:4873/@babel%2fparser/-/parser-7.7.7.tgz", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.7.tgz", "integrity": "sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw==", "dev": true }, "@babel/template": { "version": "7.7.4", - "resolved": "http://localhost:4873/@babel%2ftemplate/-/template-7.7.4.tgz", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.7.4.tgz", "integrity": "sha512-qUzihgVPguAzXCK7WXw8pqs6cEwi54s3E+HrejlkuWO6ivMKx9hZl3Y2fSXp9i5HgyWmj7RKP+ulaYnKM4yYxw==", "dev": true, "requires": { @@ -92,7 +92,7 @@ }, "@babel/traverse": { "version": "7.7.4", - "resolved": "http://localhost:4873/@babel%2ftraverse/-/traverse-7.7.4.tgz", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.7.4.tgz", "integrity": "sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw==", "dev": true, "requires": { @@ -109,7 +109,7 @@ }, "@babel/types": { "version": "7.7.4", - "resolved": "http://localhost:4873/@babel%2ftypes/-/types-7.7.4.tgz", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.4.tgz", "integrity": "sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA==", "dev": true, "requires": { @@ -120,12 +120,12 @@ }, "@hapi/address": { "version": "2.1.4", - "resolved": "http://localhost:4873/@hapi%2faddress/-/address-2.1.4.tgz", + "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz", "integrity": "sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==" }, "@hapi/boom": { "version": "7.4.11", - "resolved": "http://localhost:4873/@hapi%2fboom/-/boom-7.4.11.tgz", + "resolved": "https://registry.npmjs.org/@hapi/boom/-/boom-7.4.11.tgz", "integrity": "sha512-VSU/Cnj1DXouukYxxkes4nNJonCnlogHvIff1v1RVoN4xzkKhMXX+GRmb3NyH1iar10I9WFPDv2JPwfH3GaV0A==", "dev": true, "requires": { @@ -134,7 +134,7 @@ }, "@hapi/bossy": { "version": "4.1.3", - "resolved": "http://localhost:4873/@hapi%2fbossy/-/bossy-4.1.3.tgz", + "resolved": "https://registry.npmjs.org/@hapi/bossy/-/bossy-4.1.3.tgz", "integrity": "sha512-a3+tEnP2OeN1rm3Bqpo8rO11RAIAOIre4pmjzABkAQp23Y0qv/bD2txkdTl9Gajxo6YNYsgy9dlyQcCUczx8JQ==", "dev": true, "requires": { @@ -145,7 +145,7 @@ "dependencies": { "@hapi/joi": { "version": "16.1.8", - "resolved": "http://localhost:4873/@hapi%2fjoi/-/joi-16.1.8.tgz", + "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-16.1.8.tgz", "integrity": "sha512-wAsVvTPe+FwSrsAurNt5vkg3zo+TblvC5Bb1zMVK6SJzZqw9UrJnexxR+76cpePmtUZKHAPxcQ2Bf7oVHyahhg==", "dev": true, "requires": { @@ -160,12 +160,12 @@ }, "@hapi/bourne": { "version": "1.3.2", - "resolved": "http://localhost:4873/@hapi%2fbourne/-/bourne-1.3.2.tgz", + "resolved": "https://registry.npmjs.org/@hapi/bourne/-/bourne-1.3.2.tgz", "integrity": "sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==" }, "@hapi/code": { "version": "8.0.1", - "resolved": "http://localhost:4873/@hapi%2fcode/-/code-8.0.1.tgz", + "resolved": "https://registry.npmjs.org/@hapi/code/-/code-8.0.1.tgz", "integrity": "sha512-umAOdgEjv1o2PbOQRpiy+XWb2RnHGMejhUUVR41vIkzVtBXQnql0wTU2UNq2/vI6KJx1ReR/P999QGFiSLk5hQ==", "dev": true, "requires": { @@ -174,7 +174,7 @@ "dependencies": { "@hapi/hoek": { "version": "9.0.0", - "resolved": "http://localhost:4873/@hapi%2fhoek/-/hoek-9.0.0.tgz", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.0.0.tgz", "integrity": "sha512-XxD4A5YMIH70ddjG7BJBUz7RWVQAwIP/36Eoyh0DsaWp92OAeXkrbtSEaYkynBPTsN9Uv2mZq9QWZYILl2Svrw==", "dev": true } @@ -182,13 +182,13 @@ }, "@hapi/eslint-config-hapi": { "version": "13.0.1", - "resolved": "http://localhost:4873/@hapi%2feslint-config-hapi/-/eslint-config-hapi-13.0.1.tgz", + "resolved": "https://registry.npmjs.org/@hapi/eslint-config-hapi/-/eslint-config-hapi-13.0.1.tgz", "integrity": "sha512-ekq57AkpWWpeSAcELwpJxxyrtPsplDhHoj5RnOM/vwOijGwU8YOY4AZyAiEK7mF6gZ6cbxoNuOkwUJmaDRm3Ow==", "dev": true }, "@hapi/eslint-plugin-hapi": { "version": "4.3.4", - "resolved": "http://localhost:4873/@hapi%2feslint-plugin-hapi/-/eslint-plugin-hapi-4.3.4.tgz", + "resolved": "https://registry.npmjs.org/@hapi/eslint-plugin-hapi/-/eslint-plugin-hapi-4.3.4.tgz", "integrity": "sha512-sm7dg6m6dPjRCx1DDaTK7Ij7YjZMJsdscZOn4dAPvWekhEPYSRoQRXId64iVVjxubuZELzcIyUoNj9koyVx4Sg==", "dev": true, "requires": { @@ -201,18 +201,18 @@ }, "@hapi/formula": { "version": "1.2.0", - "resolved": "http://localhost:4873/@hapi%2fformula/-/formula-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/@hapi/formula/-/formula-1.2.0.tgz", "integrity": "sha512-UFbtbGPjstz0eWHb+ga/GM3Z9EzqKXFWIbSOFURU0A/Gku0Bky4bCk9/h//K2Xr3IrCfjFNhMm4jyZ5dbCewGA==", "dev": true }, "@hapi/hoek": { "version": "8.5.0", - "resolved": "http://localhost:4873/@hapi%2fhoek/-/hoek-8.5.0.tgz", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.0.tgz", "integrity": "sha512-7XYT10CZfPsH7j9F1Jmg1+d0ezOux2oM2GfArAzLwWe4mE2Dr3hVjsAL6+TFY49RRJlCdJDMw3nJsLFroTc8Kw==" }, "@hapi/joi": { "version": "15.1.1", - "resolved": "http://localhost:4873/@hapi%2fjoi/-/joi-15.1.1.tgz", + "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-15.1.1.tgz", "integrity": "sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==", "requires": { "@hapi/address": "2.x.x", @@ -223,7 +223,7 @@ }, "@hapi/lab": { "version": "22.0.2", - "resolved": "http://localhost:4873/@hapi%2flab/-/lab-22.0.2.tgz", + "resolved": "https://registry.npmjs.org/@hapi/lab/-/lab-22.0.2.tgz", "integrity": "sha512-SMo8fZJ5FKLzGnkuZ0XdefWOevnO7kSpie4ICASwvSCHT4tP6NwfMpJCmRjg/a3luvoSCsXENE+7onsG4POR9Q==", "dev": true, "requires": { @@ -248,43 +248,43 @@ }, "@hapi/pinpoint": { "version": "1.0.2", - "resolved": "http://localhost:4873/@hapi%2fpinpoint/-/pinpoint-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/@hapi/pinpoint/-/pinpoint-1.0.2.tgz", "integrity": "sha512-dtXC/WkZBfC5vxscazuiJ6iq4j9oNx1SHknmIr8hofarpKUZKmlUVYVIhNVzIEgK5Wrc4GMHL5lZtt1uS2flmQ==", "dev": true }, "@hapi/rule-capitalize-modules": { "version": "1.2.1", - "resolved": "http://localhost:4873/@hapi%2frule-capitalize-modules/-/rule-capitalize-modules-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/@hapi/rule-capitalize-modules/-/rule-capitalize-modules-1.2.1.tgz", "integrity": "sha512-XduBSQQehgY/PJX/Ud2H5UdVyNVEC3QiU00vOHWvpn+kbH1co2dmzpu2JEGGxKmdGHjm8jdDkrlqVxGFXHAuhQ==", "dev": true }, "@hapi/rule-for-loop": { "version": "1.2.1", - "resolved": "http://localhost:4873/@hapi%2frule-for-loop/-/rule-for-loop-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/@hapi/rule-for-loop/-/rule-for-loop-1.2.1.tgz", "integrity": "sha512-9Y2yjNpmhntryViPTb6JlTCqma9fF+H0lCtjvlWA0La/ckxPSzXfwh9kgroyjQ3mJiwKDUYboqC4/BK6L5DFUg==", "dev": true }, "@hapi/rule-no-arrowception": { "version": "1.1.2", - "resolved": "http://localhost:4873/@hapi%2frule-no-arrowception/-/rule-no-arrowception-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/@hapi/rule-no-arrowception/-/rule-no-arrowception-1.1.2.tgz", "integrity": "sha512-NV6IpfcUpI6w/6oR2oBFaBUoOGC3j3xzfXq7ZciBnmOyReqwuSiyvwLb9SeSomei/n1LHaVdnIXJnMD9IAma2Q==", "dev": true }, "@hapi/rule-no-var": { "version": "1.1.4", - "resolved": "http://localhost:4873/@hapi%2frule-no-var/-/rule-no-var-1.1.4.tgz", + "resolved": "https://registry.npmjs.org/@hapi/rule-no-var/-/rule-no-var-1.1.4.tgz", "integrity": "sha512-u0gtMRd9uxlmmew3H5pBZJe1D64dTz5yhPWU3UcurOwZGTbGYU2PAUpjxE0TOaeCRDW+tL5Y/9f7637P2vqQSA==", "dev": true }, "@hapi/rule-scope-start": { "version": "2.2.0", - "resolved": "http://localhost:4873/@hapi%2frule-scope-start/-/rule-scope-start-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/@hapi/rule-scope-start/-/rule-scope-start-2.2.0.tgz", "integrity": "sha512-n0adld0osaYNXlus/64dCN0GlkMvmwuJfkpM0OtrA2U7x2Iu1XoHV6Lmne3C+9gM8X/xLUviYLoTCOC7IW8RYg==", "dev": true }, "@hapi/topo": { "version": "3.1.6", - "resolved": "http://localhost:4873/@hapi%2ftopo/-/topo-3.1.6.tgz", + "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.6.tgz", "integrity": "sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==", "requires": { "@hapi/hoek": "^8.3.0" @@ -292,7 +292,7 @@ }, "@hapi/wreck": { "version": "15.1.0", - "resolved": "http://localhost:4873/@hapi%2fwreck/-/wreck-15.1.0.tgz", + "resolved": "https://registry.npmjs.org/@hapi/wreck/-/wreck-15.1.0.tgz", "integrity": "sha512-tQczYRTTeYBmvhsek/D49En/5khcShaBEmzrAaDjMrFXKJRuF8xA8+tlq1ETLBFwGd6Do6g2OC74rt11kzawzg==", "dev": true, "requires": { @@ -303,7 +303,7 @@ }, "@nodelib/fs.scandir": { "version": "2.1.3", - "resolved": "http://localhost:4873/@nodelib%2ffs.scandir/-/fs.scandir-2.1.3.tgz", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz", "integrity": "sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==", "dev": true, "requires": { @@ -313,13 +313,13 @@ }, "@nodelib/fs.stat": { "version": "2.0.3", - "resolved": "http://localhost:4873/@nodelib%2ffs.stat/-/fs.stat-2.0.3.tgz", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz", "integrity": "sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==", "dev": true }, "@nodelib/fs.walk": { "version": "1.2.4", - "resolved": "http://localhost:4873/@nodelib%2ffs.walk/-/fs.walk-1.2.4.tgz", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz", "integrity": "sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==", "dev": true, "requires": { @@ -329,13 +329,13 @@ }, "@types/events": { "version": "3.0.0", - "resolved": "http://localhost:4873/@types%2fevents/-/events-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz", "integrity": "sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==", "dev": true }, "@types/glob": { "version": "7.1.1", - "resolved": "http://localhost:4873/@types%2fglob/-/glob-7.1.1.tgz", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.1.tgz", "integrity": "sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==", "dev": true, "requires": { @@ -346,31 +346,31 @@ }, "@types/minimatch": { "version": "3.0.3", - "resolved": "http://localhost:4873/@types%2fminimatch/-/minimatch-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==", "dev": true }, "@types/node": { "version": "13.1.4", - "resolved": "http://localhost:4873/@types%2fnode/-/node-13.1.4.tgz", + "resolved": "https://registry.npmjs.org/@types/node/-/node-13.1.4.tgz", "integrity": "sha512-Lue/mlp2egZJoHXZr4LndxDAd7i/7SQYhV0EjWfb/a4/OZ6tuVwMCVPiwkU5nsEipxEf7hmkSU7Em5VQ8P5NGA==", "dev": true }, "acorn": { "version": "7.1.0", - "resolved": "http://localhost:4873/acorn/-/acorn-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz", "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==", "dev": true }, "acorn-jsx": { "version": "5.1.0", - "resolved": "http://localhost:4873/acorn-jsx/-/acorn-jsx-5.1.0.tgz", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.1.0.tgz", "integrity": "sha512-tMUqwBWfLFbJbizRmEcWSLw6HnFzfdJs2sOJEOwwtVPMoH/0Ay+E703oZz78VSXZiiDcZrQ5XKjPIUQixhmgVw==", "dev": true }, "ajv": { "version": "6.10.2", - "resolved": "http://localhost:4873/ajv/-/ajv-6.10.2.tgz", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz", "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==", "dev": true, "requires": { @@ -382,7 +382,7 @@ }, "ansi-escapes": { "version": "4.3.0", - "resolved": "http://localhost:4873/ansi-escapes/-/ansi-escapes-4.3.0.tgz", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.0.tgz", "integrity": "sha512-EiYhwo0v255HUL6eDyuLrXEkTi7WwVCLAw+SeOQ7M7qdun1z1pum4DEm/nuqIVbPvi9RPPc9k9LbyBv6H0DwVg==", "dev": true, "requires": { @@ -391,13 +391,13 @@ }, "ansi-regex": { "version": "5.0.0", - "resolved": "http://localhost:4873/ansi-regex/-/ansi-regex-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", "dev": true }, "ansi-styles": { "version": "3.2.1", - "resolved": "http://localhost:4873/ansi-styles/-/ansi-styles-3.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "requires": { @@ -406,7 +406,7 @@ }, "argparse": { "version": "1.0.10", - "resolved": "http://localhost:4873/argparse/-/argparse-1.0.10.tgz", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", "dev": true, "requires": { @@ -415,13 +415,13 @@ }, "array-union": { "version": "2.1.0", - "resolved": "http://localhost:4873/array-union/-/array-union-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true }, "asn1": { "version": "0.2.4", - "resolved": "http://localhost:4873/asn1/-/asn1-0.2.4.tgz", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", "dev": true, "requires": { @@ -430,37 +430,37 @@ }, "assert-plus": { "version": "1.0.0", - "resolved": "http://localhost:4873/assert-plus/-/assert-plus-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", "dev": true }, "astral-regex": { "version": "1.0.0", - "resolved": "http://localhost:4873/astral-regex/-/astral-regex-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz", "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==", "dev": true }, "asynckit": { "version": "0.4.0", - "resolved": "http://localhost:4873/asynckit/-/asynckit-0.4.0.tgz", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", "dev": true }, "aws-sign2": { "version": "0.7.0", - "resolved": "http://localhost:4873/aws-sign2/-/aws-sign2-0.7.0.tgz", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", "dev": true }, "aws4": { "version": "1.9.0", - "resolved": "http://localhost:4873/aws4/-/aws4-1.9.0.tgz", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.9.0.tgz", "integrity": "sha512-Uvq6hVe90D0B2WEnUqtdgY1bATGz3mw33nH9Y+dmA+w5DHvUmBgkr5rM/KCHpCsiFNRUfokW/szpPPgMK2hm4A==", "dev": true }, "babel-eslint": { "version": "10.0.3", - "resolved": "http://localhost:4873/babel-eslint/-/babel-eslint-10.0.3.tgz", + "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.0.3.tgz", "integrity": "sha512-z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA==", "dev": true, "requires": { @@ -474,7 +474,7 @@ }, "backoff": { "version": "2.5.0", - "resolved": "http://localhost:4873/backoff/-/backoff-2.5.0.tgz", + "resolved": "https://registry.npmjs.org/backoff/-/backoff-2.5.0.tgz", "integrity": "sha1-9hbtqdPktmuMp/ynn2lXIsX44m8=", "dev": true, "requires": { @@ -483,13 +483,13 @@ }, "balanced-match": { "version": "1.0.0", - "resolved": "http://localhost:4873/balanced-match/-/balanced-match-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", "dev": true }, "bcrypt-pbkdf": { "version": "1.0.2", - "resolved": "http://localhost:4873/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", "dev": true, "requires": { @@ -498,7 +498,7 @@ }, "brace-expansion": { "version": "1.1.11", - "resolved": "http://localhost:4873/brace-expansion/-/brace-expansion-1.1.11.tgz", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, "requires": { @@ -508,7 +508,7 @@ }, "braces": { "version": "3.0.2", - "resolved": "http://localhost:4873/braces/-/braces-3.0.2.tgz", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", "dev": true, "requires": { @@ -517,25 +517,25 @@ }, "buffer-from": { "version": "1.1.1", - "resolved": "http://localhost:4873/buffer-from/-/buffer-from-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==", "dev": true }, "callsites": { "version": "3.1.0", - "resolved": "http://localhost:4873/callsites/-/callsites-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "dev": true }, "caseless": { "version": "0.12.0", - "resolved": "http://localhost:4873/caseless/-/caseless-0.12.0.tgz", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", "dev": true }, "chalk": { "version": "2.4.2", - "resolved": "http://localhost:4873/chalk/-/chalk-2.4.2.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, "requires": { @@ -546,7 +546,7 @@ "dependencies": { "supports-color": { "version": "5.5.0", - "resolved": "http://localhost:4873/supports-color/-/supports-color-5.5.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, "requires": { @@ -557,13 +557,13 @@ }, "chardet": { "version": "0.7.0", - "resolved": "http://localhost:4873/chardet/-/chardet-0.7.0.tgz", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", "dev": true }, "cli-cursor": { "version": "3.1.0", - "resolved": "http://localhost:4873/cli-cursor/-/cli-cursor-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", "dev": true, "requires": { @@ -572,13 +572,13 @@ }, "cli-width": { "version": "2.2.0", - "resolved": "http://localhost:4873/cli-width/-/cli-width-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz", "integrity": "sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=", "dev": true }, "color-convert": { "version": "1.9.3", - "resolved": "http://localhost:4873/color-convert/-/color-convert-1.9.3.tgz", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, "requires": { @@ -587,13 +587,13 @@ }, "color-name": { "version": "1.1.3", - "resolved": "http://localhost:4873/color-name/-/color-name-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", "dev": true }, "combined-stream": { "version": "1.0.8", - "resolved": "http://localhost:4873/combined-stream/-/combined-stream-1.0.8.tgz", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "dev": true, "requires": { @@ -602,26 +602,26 @@ }, "commander": { "version": "2.20.3", - "resolved": "http://localhost:4873/commander/-/commander-2.20.3.tgz", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true, "optional": true }, "concat-map": { "version": "0.0.1", - "resolved": "http://localhost:4873/concat-map/-/concat-map-0.0.1.tgz", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", "dev": true }, "core-util-is": { "version": "1.0.2", - "resolved": "http://localhost:4873/core-util-is/-/core-util-is-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", "dev": true }, "coveralls": { "version": "3.0.9", - "resolved": "http://localhost:4873/coveralls/-/coveralls-3.0.9.tgz", + "resolved": "https://registry.npmjs.org/coveralls/-/coveralls-3.0.9.tgz", "integrity": "sha512-nNBg3B1+4iDox5A5zqHKzUTiwl2ey4k2o0NEcVZYvl+GOSJdKBj4AJGKLv6h3SvWch7tABHePAQOSZWM9E2hMg==", "dev": true, "requires": { @@ -634,7 +634,7 @@ "dependencies": { "minimist": { "version": "1.2.0", - "resolved": "http://localhost:4873/minimist/-/minimist-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", "dev": true } @@ -642,7 +642,7 @@ }, "cross-spawn": { "version": "6.0.5", - "resolved": "http://localhost:4873/cross-spawn/-/cross-spawn-6.0.5.tgz", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "dev": true, "requires": { @@ -655,7 +655,7 @@ "dependencies": { "semver": { "version": "5.7.1", - "resolved": "http://localhost:4873/semver/-/semver-5.7.1.tgz", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true } @@ -663,7 +663,7 @@ }, "dashdash": { "version": "1.14.1", - "resolved": "http://localhost:4873/dashdash/-/dashdash-1.14.1.tgz", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", "dev": true, "requires": { @@ -672,7 +672,7 @@ }, "debug": { "version": "4.1.1", - "resolved": "http://localhost:4873/debug/-/debug-4.1.1.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "dev": true, "requires": { @@ -681,25 +681,25 @@ }, "deep-is": { "version": "0.1.3", - "resolved": "http://localhost:4873/deep-is/-/deep-is-0.1.3.tgz", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", "dev": true }, "delayed-stream": { "version": "1.0.0", - "resolved": "http://localhost:4873/delayed-stream/-/delayed-stream-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", "dev": true }, "diff": { "version": "4.0.1", - "resolved": "http://localhost:4873/diff/-/diff-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.1.tgz", "integrity": "sha512-s2+XdvhPCOF01LRQBC8hf4vhbVmI2CGS5aZnxLJlT5FtdhPCDFq80q++zK2KlrVorVDdL5BOGZ/VfLrVtYNF+Q==", "dev": true }, "dir-glob": { "version": "3.0.1", - "resolved": "http://localhost:4873/dir-glob/-/dir-glob-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", "dev": true, "requires": { @@ -708,7 +708,7 @@ }, "doctrine": { "version": "3.0.0", - "resolved": "http://localhost:4873/doctrine/-/doctrine-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", "dev": true, "requires": { @@ -717,7 +717,7 @@ }, "ecc-jsbn": { "version": "0.1.2", - "resolved": "http://localhost:4873/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", "dev": true, "requires": { @@ -727,13 +727,13 @@ }, "emoji-regex": { "version": "8.0.0", - "resolved": "http://localhost:4873/emoji-regex/-/emoji-regex-8.0.0.tgz", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, "eraro": { "version": "1.1.0", - "resolved": "http://localhost:4873/eraro/-/eraro-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/eraro/-/eraro-1.1.0.tgz", "integrity": "sha512-Iniul1qlKYp4XHkf4H6+qGUkRYLjE6xwhIyZU6D5q5DiMgjU8uUBkOT9Y8856GkNPJ1Zw5GYN9bvER5HCN6alQ==", "dev": true, "requires": { @@ -742,13 +742,13 @@ }, "escape-string-regexp": { "version": "1.0.5", - "resolved": "http://localhost:4873/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", "dev": true }, "eslint": { "version": "6.8.0", - "resolved": "http://localhost:4873/eslint/-/eslint-6.8.0.tgz", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.8.0.tgz", "integrity": "sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==", "dev": true, "requires": { @@ -793,7 +793,7 @@ "dependencies": { "globals": { "version": "12.3.0", - "resolved": "http://localhost:4873/globals/-/globals-12.3.0.tgz", + "resolved": "https://registry.npmjs.org/globals/-/globals-12.3.0.tgz", "integrity": "sha512-wAfjdLgFsPZsklLJvOBUBmzYE8/CwhEqSBEMRXA3qxIiNtyqvjYurAtIfDh6chlEPUfmTY3MnZh5Hfh4q0UlIw==", "dev": true, "requires": { @@ -804,7 +804,7 @@ }, "eslint-scope": { "version": "5.0.0", - "resolved": "http://localhost:4873/eslint-scope/-/eslint-scope-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.0.0.tgz", "integrity": "sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==", "dev": true, "requires": { @@ -814,7 +814,7 @@ }, "eslint-utils": { "version": "1.4.3", - "resolved": "http://localhost:4873/eslint-utils/-/eslint-utils-1.4.3.tgz", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.3.tgz", "integrity": "sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==", "dev": true, "requires": { @@ -823,13 +823,13 @@ }, "eslint-visitor-keys": { "version": "1.1.0", - "resolved": "http://localhost:4873/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz", "integrity": "sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==", "dev": true }, "espree": { "version": "6.1.2", - "resolved": "http://localhost:4873/espree/-/espree-6.1.2.tgz", + "resolved": "https://registry.npmjs.org/espree/-/espree-6.1.2.tgz", "integrity": "sha512-2iUPuuPP+yW1PZaMSDM9eyVf8D5P0Hi8h83YtZ5bPc/zHYjII5khoixIUTMO794NOY8F/ThF1Bo8ncZILarUTA==", "dev": true, "requires": { @@ -840,13 +840,13 @@ }, "esprima": { "version": "4.0.1", - "resolved": "http://localhost:4873/esprima/-/esprima-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", "dev": true }, "esquery": { "version": "1.0.1", - "resolved": "http://localhost:4873/esquery/-/esquery-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.0.1.tgz", "integrity": "sha512-SmiyZ5zIWH9VM+SRUReLS5Q8a7GxtRdxEBVZpm98rJM7Sb+A9DVCndXfkeFUd3byderg+EbDkfnevfCwynWaNA==", "dev": true, "requires": { @@ -855,7 +855,7 @@ }, "esrecurse": { "version": "4.2.1", - "resolved": "http://localhost:4873/esrecurse/-/esrecurse-4.2.1.tgz", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.1.tgz", "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==", "dev": true, "requires": { @@ -864,25 +864,25 @@ }, "estraverse": { "version": "4.3.0", - "resolved": "http://localhost:4873/estraverse/-/estraverse-4.3.0.tgz", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "dev": true }, "esutils": { "version": "2.0.3", - "resolved": "http://localhost:4873/esutils/-/esutils-2.0.3.tgz", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true }, "extend": { "version": "3.0.2", - "resolved": "http://localhost:4873/extend/-/extend-3.0.2.tgz", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", "dev": true }, "external-editor": { "version": "3.1.0", - "resolved": "http://localhost:4873/external-editor/-/external-editor-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", "dev": true, "requires": { @@ -893,19 +893,19 @@ }, "extsprintf": { "version": "1.3.0", - "resolved": "http://localhost:4873/extsprintf/-/extsprintf-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", "dev": true }, "fast-deep-equal": { "version": "2.0.1", - "resolved": "http://localhost:4873/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=", "dev": true }, "fast-glob": { "version": "3.1.1", - "resolved": "http://localhost:4873/fast-glob/-/fast-glob-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.1.1.tgz", "integrity": "sha512-nTCREpBY8w8r+boyFYAx21iL6faSsQynliPHM4Uf56SbkyohCNxpVPEH9xrF5TXKy+IsjkPUHDKiUkzBVRXn9g==", "dev": true, "requires": { @@ -918,25 +918,25 @@ }, "fast-json-stable-stringify": { "version": "2.1.0", - "resolved": "http://localhost:4873/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", "dev": true }, "fast-levenshtein": { "version": "2.0.6", - "resolved": "http://localhost:4873/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", "dev": true }, "fast-safe-stringify": { "version": "2.0.7", - "resolved": "http://localhost:4873/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz", "integrity": "sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==", "dev": true }, "fastq": { "version": "1.6.0", - "resolved": "http://localhost:4873/fastq/-/fastq-1.6.0.tgz", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.6.0.tgz", "integrity": "sha512-jmxqQ3Z/nXoeyDmWAzF9kH1aGZSis6e/SbfPmJpUnyZ0ogr6iscHQaml4wsEepEWSdtmpy+eVXmCRIMpxaXqOA==", "dev": true, "requires": { @@ -945,7 +945,7 @@ }, "figures": { "version": "3.1.0", - "resolved": "http://localhost:4873/figures/-/figures-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.1.0.tgz", "integrity": "sha512-ravh8VRXqHuMvZt/d8GblBeqDMkdJMBdv/2KntFH+ra5MXkO7nxNKpzQ3n6QD/2da1kH0aWmNISdvhM7gl2gVg==", "dev": true, "requires": { @@ -954,7 +954,7 @@ }, "file-entry-cache": { "version": "5.0.1", - "resolved": "http://localhost:4873/file-entry-cache/-/file-entry-cache-5.0.1.tgz", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz", "integrity": "sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==", "dev": true, "requires": { @@ -963,7 +963,7 @@ }, "fill-range": { "version": "7.0.1", - "resolved": "http://localhost:4873/fill-range/-/fill-range-7.0.1.tgz", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", "dev": true, "requires": { @@ -972,13 +972,13 @@ }, "find-rc": { "version": "4.0.0", - "resolved": "http://localhost:4873/find-rc/-/find-rc-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/find-rc/-/find-rc-4.0.0.tgz", "integrity": "sha512-jvkAF340j/ntR8cBRPLg/ElqWodgjfInY4SwLqDVqrmYDJormOIfM4lbtIcLZ0x8W5xWyrUy+mdoMwyo6OYuaQ==", "dev": true }, "flat-cache": { "version": "2.0.1", - "resolved": "http://localhost:4873/flat-cache/-/flat-cache-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-2.0.1.tgz", "integrity": "sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==", "dev": true, "requires": { @@ -989,19 +989,19 @@ }, "flatted": { "version": "2.0.1", - "resolved": "http://localhost:4873/flatted/-/flatted-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.1.tgz", "integrity": "sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==", "dev": true }, "forever-agent": { "version": "0.6.1", - "resolved": "http://localhost:4873/forever-agent/-/forever-agent-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", "dev": true }, "form-data": { "version": "2.3.3", - "resolved": "http://localhost:4873/form-data/-/form-data-2.3.3.tgz", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", "dev": true, "requires": { @@ -1012,25 +1012,25 @@ }, "fs.realpath": { "version": "1.0.0", - "resolved": "http://localhost:4873/fs.realpath/-/fs.realpath-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", "dev": true }, "functional-red-black-tree": { "version": "1.0.1", - "resolved": "http://localhost:4873/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", "dev": true }, "gate-executor": { "version": "2.1.0", - "resolved": "http://localhost:4873/gate-executor/-/gate-executor-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/gate-executor/-/gate-executor-2.1.0.tgz", "integrity": "sha512-IpMP2TzkVO/Vh/LmOIzj79O5g5SGAS/66tYZnR35PTfqWrGHbXNLDL1W81fzTTaWQqY/YUnpM9FiXqfJ8p/stw==", "dev": true }, "getpass": { "version": "0.1.7", - "resolved": "http://localhost:4873/getpass/-/getpass-0.1.7.tgz", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", "dev": true, "requires": { @@ -1039,7 +1039,7 @@ }, "gex": { "version": "0.3.0", - "resolved": "http://localhost:4873/gex/-/gex-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/gex/-/gex-0.3.0.tgz", "integrity": "sha512-A1F2DMZUAnieFmVowt1QHcH7AJQZApRThR+z4C0GlzMGi6VYUAf9UvQdxODiCajGPGSRso86YJQ48E8+b5CBAQ==", "dev": true, "requires": { @@ -1048,7 +1048,7 @@ }, "glob": { "version": "7.1.6", - "resolved": "http://localhost:4873/glob/-/glob-7.1.6.tgz", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", "dev": true, "requires": { @@ -1062,7 +1062,7 @@ }, "glob-parent": { "version": "5.1.0", - "resolved": "http://localhost:4873/glob-parent/-/glob-parent-5.1.0.tgz", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.0.tgz", "integrity": "sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw==", "dev": true, "requires": { @@ -1071,13 +1071,13 @@ }, "globals": { "version": "11.12.0", - "resolved": "http://localhost:4873/globals/-/globals-11.12.0.tgz", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "dev": true }, "globby": { "version": "10.0.1", - "resolved": "http://localhost:4873/globby/-/globby-10.0.1.tgz", + "resolved": "https://registry.npmjs.org/globby/-/globby-10.0.1.tgz", "integrity": "sha512-sSs4inE1FB2YQiymcmTv6NWENryABjUNPeWhOvmn4SjtKybglsyPZxFB3U1/+L1bYi0rNZDqCLlHyLYDl1Pq5A==", "dev": true, "requires": { @@ -1093,7 +1093,7 @@ "dependencies": { "ignore": { "version": "5.1.4", - "resolved": "http://localhost:4873/ignore/-/ignore-5.1.4.tgz", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.4.tgz", "integrity": "sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A==", "dev": true } @@ -1101,7 +1101,7 @@ }, "handlebars": { "version": "4.5.3", - "resolved": "http://localhost:4873/handlebars/-/handlebars-4.5.3.tgz", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.3.tgz", "integrity": "sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==", "dev": true, "requires": { @@ -1113,7 +1113,7 @@ "dependencies": { "source-map": { "version": "0.6.1", - "resolved": "http://localhost:4873/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } @@ -1121,13 +1121,13 @@ }, "har-schema": { "version": "2.0.0", - "resolved": "http://localhost:4873/har-schema/-/har-schema-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", "dev": true }, "har-validator": { "version": "5.1.3", - "resolved": "http://localhost:4873/har-validator/-/har-validator-5.1.3.tgz", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz", "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", "dev": true, "requires": { @@ -1137,13 +1137,13 @@ }, "has-flag": { "version": "3.0.0", - "resolved": "http://localhost:4873/has-flag/-/has-flag-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true }, "http-signature": { "version": "1.2.0", - "resolved": "http://localhost:4873/http-signature/-/http-signature-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", "dev": true, "requires": { @@ -1154,7 +1154,7 @@ }, "iconv-lite": { "version": "0.4.24", - "resolved": "http://localhost:4873/iconv-lite/-/iconv-lite-0.4.24.tgz", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", "dev": true, "requires": { @@ -1163,13 +1163,13 @@ }, "ignore": { "version": "4.0.6", - "resolved": "http://localhost:4873/ignore/-/ignore-4.0.6.tgz", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", "dev": true }, "import-fresh": { "version": "3.2.1", - "resolved": "http://localhost:4873/import-fresh/-/import-fresh-3.2.1.tgz", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz", "integrity": "sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==", "dev": true, "requires": { @@ -1179,13 +1179,13 @@ }, "imurmurhash": { "version": "0.1.4", - "resolved": "http://localhost:4873/imurmurhash/-/imurmurhash-0.1.4.tgz", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", "dev": true }, "inflight": { "version": "1.0.6", - "resolved": "http://localhost:4873/inflight/-/inflight-1.0.6.tgz", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dev": true, "requires": { @@ -1195,19 +1195,19 @@ }, "inherits": { "version": "2.0.4", - "resolved": "http://localhost:4873/inherits/-/inherits-2.0.4.tgz", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", "dev": true }, "inks": { "version": "1.0.2", - "resolved": "http://localhost:4873/inks/-/inks-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/inks/-/inks-1.0.2.tgz", "integrity": "sha512-YbJQxtekVAdaz0Aw71KESXWHJQSnuDXBugEzY9rqVs3GRxjfTM/Npz50375Mu/DeHpJZw+gt2HhQL2JF78ghJw==", "dev": true }, "inquirer": { "version": "7.0.1", - "resolved": "http://localhost:4873/inquirer/-/inquirer-7.0.1.tgz", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.0.1.tgz", "integrity": "sha512-V1FFQ3TIO15det8PijPLFR9M9baSlnRs9nL7zWu1MNVA2T9YVl9ZbrHJhYs7e9X8jeMZ3lr2JH/rdHFgNCBdYw==", "dev": true, "requires": { @@ -1228,19 +1228,19 @@ }, "is-extglob": { "version": "2.1.1", - "resolved": "http://localhost:4873/is-extglob/-/is-extglob-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", "dev": true }, "is-fullwidth-code-point": { "version": "3.0.0", - "resolved": "http://localhost:4873/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true }, "is-glob": { "version": "4.0.1", - "resolved": "http://localhost:4873/is-glob/-/is-glob-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", "dev": true, "requires": { @@ -1249,49 +1249,49 @@ }, "is-number": { "version": "7.0.0", - "resolved": "http://localhost:4873/is-number/-/is-number-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true }, "is-promise": { "version": "2.1.0", - "resolved": "http://localhost:4873/is-promise/-/is-promise-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz", "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=", "dev": true }, "is-typedarray": { "version": "1.0.0", - "resolved": "http://localhost:4873/is-typedarray/-/is-typedarray-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", "dev": true }, "isarray": { "version": "1.0.0", - "resolved": "http://localhost:4873/isarray/-/isarray-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", "dev": true }, "isexe": { "version": "2.0.0", - "resolved": "http://localhost:4873/isexe/-/isexe-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", "dev": true }, "isstream": { "version": "0.1.2", - "resolved": "http://localhost:4873/isstream/-/isstream-0.1.2.tgz", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", "dev": true }, "js-tokens": { "version": "4.0.0", - "resolved": "http://localhost:4873/js-tokens/-/js-tokens-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true }, "js-yaml": { "version": "3.13.1", - "resolved": "http://localhost:4873/js-yaml/-/js-yaml-3.13.1.tgz", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", "dev": true, "requires": { @@ -1301,49 +1301,49 @@ }, "jsbn": { "version": "0.1.1", - "resolved": "http://localhost:4873/jsbn/-/jsbn-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", "dev": true }, "jsesc": { "version": "2.5.2", - "resolved": "http://localhost:4873/jsesc/-/jsesc-2.5.2.tgz", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", "dev": true }, "json-schema": { "version": "0.2.3", - "resolved": "http://localhost:4873/json-schema/-/json-schema-0.2.3.tgz", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", "dev": true }, "json-schema-traverse": { "version": "0.4.1", - "resolved": "http://localhost:4873/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true }, "json-stable-stringify-without-jsonify": { "version": "1.0.1", - "resolved": "http://localhost:4873/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", "dev": true }, "json-stringify-safe": { "version": "5.0.1", - "resolved": "http://localhost:4873/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", "dev": true }, "jsonic": { "version": "0.3.1", - "resolved": "http://localhost:4873/jsonic/-/jsonic-0.3.1.tgz", + "resolved": "https://registry.npmjs.org/jsonic/-/jsonic-0.3.1.tgz", "integrity": "sha512-5Md4EK3vPAMvP2sXY6M3/vQEPeX3LxEQBJuF979uypddXjsUlEoAI9/Nojh8tbw+YU5FjMoqSElO6oyjrAuprw==", "dev": true }, "jsprim": { "version": "1.4.1", - "resolved": "http://localhost:4873/jsprim/-/jsprim-1.4.1.tgz", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", "dev": true, "requires": { @@ -1355,13 +1355,13 @@ }, "lcov-parse": { "version": "1.0.0", - "resolved": "http://localhost:4873/lcov-parse/-/lcov-parse-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/lcov-parse/-/lcov-parse-1.0.0.tgz", "integrity": "sha1-6w1GtUER68VhrLTECO+TY73I9+A=", "dev": true }, "levn": { "version": "0.3.0", - "resolved": "http://localhost:4873/levn/-/levn-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", "dev": true, "requires": { @@ -1371,19 +1371,19 @@ }, "lodash": { "version": "4.17.15", - "resolved": "http://localhost:4873/lodash/-/lodash-4.17.15.tgz", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", "dev": true }, "lodash._reinterpolate": { "version": "3.0.0", - "resolved": "http://localhost:4873/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=", "dev": true }, "lodash.template": { "version": "4.5.0", - "resolved": "http://localhost:4873/lodash.template/-/lodash.template-4.5.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz", "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==", "dev": true, "requires": { @@ -1393,7 +1393,7 @@ }, "lodash.templatesettings": { "version": "4.2.0", - "resolved": "http://localhost:4873/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz", "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==", "dev": true, "requires": { @@ -1402,13 +1402,13 @@ }, "log-driver": { "version": "1.2.7", - "resolved": "http://localhost:4873/log-driver/-/log-driver-1.2.7.tgz", + "resolved": "https://registry.npmjs.org/log-driver/-/log-driver-1.2.7.tgz", "integrity": "sha512-U7KCmLdqsGHBLeWqYlFA0V0Sl6P08EE1ZrmA9cxjUE0WVqT9qnyVDPz1kzpFEP0jdJuFnasWIfSd7fsaNXkpbg==", "dev": true }, "lru-cache": { "version": "5.1.1", - "resolved": "http://localhost:4873/lru-cache/-/lru-cache-5.1.1.tgz", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, "requires": { @@ -1417,13 +1417,13 @@ }, "merge2": { "version": "1.3.0", - "resolved": "http://localhost:4873/merge2/-/merge2-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.3.0.tgz", "integrity": "sha512-2j4DAdlBOkiSZIsaXk4mTE3sRS02yBHAtfy127xRV3bQUFqXkjHCHLW6Scv7DwNRbIWNHH8zpnz9zMaKXIdvYw==", "dev": true }, "micromatch": { "version": "4.0.2", - "resolved": "http://localhost:4873/micromatch/-/micromatch-4.0.2.tgz", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", "dev": true, "requires": { @@ -1433,13 +1433,13 @@ }, "mime-db": { "version": "1.42.0", - "resolved": "http://localhost:4873/mime-db/-/mime-db-1.42.0.tgz", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.42.0.tgz", "integrity": "sha512-UbfJCR4UAVRNgMpfImz05smAXK7+c+ZntjaA26ANtkXLlOe947Aag5zdIcKQULAiF9Cq4WxBi9jUs5zkA84bYQ==", "dev": true }, "mime-types": { "version": "2.1.25", - "resolved": "http://localhost:4873/mime-types/-/mime-types-2.1.25.tgz", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.25.tgz", "integrity": "sha512-5KhStqB5xpTAeGqKBAMgwaYMnQik7teQN4IAzC7npDv6kzeU6prfkR67bc87J1kWMPGkoaZSq1npmexMgkmEVg==", "dev": true, "requires": { @@ -1448,13 +1448,13 @@ }, "mimic-fn": { "version": "2.1.0", - "resolved": "http://localhost:4873/mimic-fn/-/mimic-fn-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true }, "minimatch": { "version": "3.0.4", - "resolved": "http://localhost:4873/minimatch/-/minimatch-3.0.4.tgz", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "dev": true, "requires": { @@ -1463,13 +1463,13 @@ }, "minimist": { "version": "0.0.8", - "resolved": "http://localhost:4873/minimist/-/minimist-0.0.8.tgz", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", "dev": true }, "mkdirp": { "version": "0.5.1", - "resolved": "http://localhost:4873/mkdirp/-/mkdirp-0.5.1.tgz", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", "dev": true, "requires": { @@ -1478,25 +1478,25 @@ }, "ms": { "version": "2.1.2", - "resolved": "http://localhost:4873/ms/-/ms-2.1.2.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, "mute-stream": { "version": "0.0.8", - "resolved": "http://localhost:4873/mute-stream/-/mute-stream-0.0.8.tgz", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", "dev": true }, "natural-compare": { "version": "1.4.0", - "resolved": "http://localhost:4873/natural-compare/-/natural-compare-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", "dev": true }, "ndjson": { "version": "1.5.0", - "resolved": "http://localhost:4873/ndjson/-/ndjson-1.5.0.tgz", + "resolved": "https://registry.npmjs.org/ndjson/-/ndjson-1.5.0.tgz", "integrity": "sha1-rmA7NrE0vOw0e0UkIrC/mNWDLsg=", "dev": true, "requires": { @@ -1508,7 +1508,7 @@ "dependencies": { "minimist": { "version": "1.2.0", - "resolved": "http://localhost:4873/minimist/-/minimist-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", "dev": true } @@ -1516,25 +1516,25 @@ }, "neo-async": { "version": "2.6.1", - "resolved": "http://localhost:4873/neo-async/-/neo-async-2.6.1.tgz", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz", "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==", "dev": true }, "nice-try": { "version": "1.0.5", - "resolved": "http://localhost:4873/nice-try/-/nice-try-1.0.5.tgz", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", "dev": true }, "nid": { "version": "0.3.2", - "resolved": "http://localhost:4873/nid/-/nid-0.3.2.tgz", + "resolved": "https://registry.npmjs.org/nid/-/nid-0.3.2.tgz", "integrity": "sha1-l3qTGO1cKjjt1mJj8+r9gUPyJRo=", "dev": true }, "norma": { "version": "1.0.0", - "resolved": "http://localhost:4873/norma/-/norma-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/norma/-/norma-1.0.0.tgz", "integrity": "sha512-OQwoh7JVkn5lQywW03ibfTDottHi7LGtXe3tssuFG9ar6wkRQFu+fUyqpML0dtp7fHXmI7XDs8S+AYkaylcBMQ==", "dev": true, "requires": { @@ -1544,13 +1544,13 @@ }, "oauth-sign": { "version": "0.9.0", - "resolved": "http://localhost:4873/oauth-sign/-/oauth-sign-0.9.0.tgz", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", "dev": true }, "once": { "version": "1.4.0", - "resolved": "http://localhost:4873/once/-/once-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, "requires": { @@ -1559,7 +1559,7 @@ }, "onetime": { "version": "5.1.0", - "resolved": "http://localhost:4873/onetime/-/onetime-5.1.0.tgz", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz", "integrity": "sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==", "dev": true, "requires": { @@ -1568,7 +1568,7 @@ }, "optimist": { "version": "0.6.1", - "resolved": "http://localhost:4873/optimist/-/optimist-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", "dev": true, "requires": { @@ -1578,7 +1578,7 @@ }, "optionator": { "version": "0.8.3", - "resolved": "http://localhost:4873/optionator/-/optionator-0.8.3.tgz", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", "dev": true, "requires": { @@ -1592,7 +1592,7 @@ }, "optioner": { "version": "4.2.0", - "resolved": "http://localhost:4873/optioner/-/optioner-4.2.0.tgz", + "resolved": "https://registry.npmjs.org/optioner/-/optioner-4.2.0.tgz", "integrity": "sha512-H3YUgO302MyQFAXHdk96AstzQcU594ZDll1vTRVC//FRjqbmHcpsgo7FvoKwANgvTjk0LnxDUs0tMC7jOB+Tkw==", "requires": { "@hapi/hoek": "^8.2.2", @@ -1601,19 +1601,19 @@ }, "ordu": { "version": "0.1.1", - "resolved": "http://localhost:4873/ordu/-/ordu-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/ordu/-/ordu-0.1.1.tgz", "integrity": "sha1-nIEJSTaTyvCCmfyoTFlq64YLrqo=", "dev": true }, "os-tmpdir": { "version": "1.0.2", - "resolved": "http://localhost:4873/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", "dev": true }, "parent-module": { "version": "1.0.1", - "resolved": "http://localhost:4873/parent-module/-/parent-module-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "dev": true, "requires": { @@ -1622,31 +1622,31 @@ }, "path-is-absolute": { "version": "1.0.1", - "resolved": "http://localhost:4873/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", "dev": true }, "path-key": { "version": "2.0.1", - "resolved": "http://localhost:4873/path-key/-/path-key-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", "dev": true }, "path-parse": { "version": "1.0.6", - "resolved": "http://localhost:4873/path-parse/-/path-parse-1.0.6.tgz", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", "dev": true }, "path-type": { "version": "4.0.0", - "resolved": "http://localhost:4873/path-type/-/path-type-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", "dev": true }, "patrun": { "version": "2.1.0", - "resolved": "http://localhost:4873/patrun/-/patrun-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/patrun/-/patrun-2.1.0.tgz", "integrity": "sha512-Lh+0wFPzUrjNWzKcYZTKw5p469I5p+XV55WzWGXkxrxWwgsynTA0AwLgdVL6Qa6EgQHoVI5KZpDddnaZ/BUWdA==", "dev": true, "requires": { @@ -1655,7 +1655,7 @@ "dependencies": { "gex": { "version": "1.0.0", - "resolved": "http://localhost:4873/gex/-/gex-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/gex/-/gex-1.0.0.tgz", "integrity": "sha512-wEyZcD4WWlL8IMw/ZOhWGfy4X/Q2yFqXZ16Loq/vh3XwsS+42Fm23Jd5ph+3yw9wNzVMmloskBwO3vCL8M7+2Q==", "dev": true } @@ -1663,67 +1663,67 @@ }, "performance-now": { "version": "2.1.0", - "resolved": "http://localhost:4873/performance-now/-/performance-now-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", "dev": true }, "picomatch": { "version": "2.1.1", - "resolved": "http://localhost:4873/picomatch/-/picomatch-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.1.1.tgz", "integrity": "sha512-OYMyqkKzK7blWO/+XZYP6w8hH0LDvkBvdvKukti+7kqYFCiEAk+gI3DWnryapc0Dau05ugGTy0foQ6mqn4AHYA==", "dev": true }, "precond": { "version": "0.2.3", - "resolved": "http://localhost:4873/precond/-/precond-0.2.3.tgz", + "resolved": "https://registry.npmjs.org/precond/-/precond-0.2.3.tgz", "integrity": "sha1-qpWRvKokkj8eD0hJ0kD0fvwQdaw=", "dev": true }, "prelude-ls": { "version": "1.1.2", - "resolved": "http://localhost:4873/prelude-ls/-/prelude-ls-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", "dev": true }, "prettier": { "version": "1.19.1", - "resolved": "http://localhost:4873/prettier/-/prettier-1.19.1.tgz", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz", "integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==", "dev": true }, "process-nextick-args": { "version": "2.0.1", - "resolved": "http://localhost:4873/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", "dev": true }, "progress": { "version": "2.0.3", - "resolved": "http://localhost:4873/progress/-/progress-2.0.3.tgz", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", "dev": true }, "psl": { "version": "1.7.0", - "resolved": "http://localhost:4873/psl/-/psl-1.7.0.tgz", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.7.0.tgz", "integrity": "sha512-5NsSEDv8zY70ScRnOTn7bK7eanl2MvFrOrS/R6x+dBt5g1ghnj9Zv90kO8GwT8gxcu2ANyFprnFYB85IogIJOQ==", "dev": true }, "punycode": { "version": "2.1.1", - "resolved": "http://localhost:4873/punycode/-/punycode-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", "dev": true }, "qs": { "version": "6.5.2", - "resolved": "http://localhost:4873/qs/-/qs-6.5.2.tgz", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", "dev": true }, "readable-stream": { "version": "2.3.6", - "resolved": "http://localhost:4873/readable-stream/-/readable-stream-2.3.6.tgz", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "dev": true, "requires": { @@ -1738,7 +1738,7 @@ "dependencies": { "safe-buffer": { "version": "5.1.2", - "resolved": "http://localhost:4873/safe-buffer/-/safe-buffer-5.1.2.tgz", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true } @@ -1746,7 +1746,7 @@ }, "reconnect-core": { "version": "1.3.0", - "resolved": "http://localhost:4873/reconnect-core/-/reconnect-core-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/reconnect-core/-/reconnect-core-1.3.0.tgz", "integrity": "sha1-+65SkZp4d9hE4yRtAaLyZwHIM8g=", "dev": true, "requires": { @@ -1755,13 +1755,13 @@ }, "regexpp": { "version": "2.0.1", - "resolved": "http://localhost:4873/regexpp/-/regexpp-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz", "integrity": "sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==", "dev": true }, "request": { "version": "2.88.0", - "resolved": "http://localhost:4873/request/-/request-2.88.0.tgz", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz", "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==", "dev": true, "requires": { @@ -1789,7 +1789,7 @@ }, "resolve": { "version": "1.14.1", - "resolved": "http://localhost:4873/resolve/-/resolve-1.14.1.tgz", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.14.1.tgz", "integrity": "sha512-fn5Wobh4cxbLzuHaE+nphztHy43/b++4M6SsGFC2gB8uYwf0C8LcarfCz1un7UTW8OFQg9iNjZ4xpcFVGebDPg==", "dev": true, "requires": { @@ -1798,13 +1798,13 @@ }, "resolve-from": { "version": "4.0.0", - "resolved": "http://localhost:4873/resolve-from/-/resolve-from-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true }, "restore-cursor": { "version": "3.1.0", - "resolved": "http://localhost:4873/restore-cursor/-/restore-cursor-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "dev": true, "requires": { @@ -1814,13 +1814,13 @@ }, "reusify": { "version": "1.0.4", - "resolved": "http://localhost:4873/reusify/-/reusify-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true }, "rimraf": { "version": "2.6.3", - "resolved": "http://localhost:4873/rimraf/-/rimraf-2.6.3.tgz", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", "dev": true, "requires": { @@ -1829,13 +1829,13 @@ }, "rolling-stats": { "version": "0.1.1", - "resolved": "http://localhost:4873/rolling-stats/-/rolling-stats-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/rolling-stats/-/rolling-stats-0.1.1.tgz", "integrity": "sha1-zVr3dKiJOzCmdIMvovSrqkeM/IA=", "dev": true }, "run-async": { "version": "2.3.0", - "resolved": "http://localhost:4873/run-async/-/run-async-2.3.0.tgz", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz", "integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=", "dev": true, "requires": { @@ -1844,13 +1844,13 @@ }, "run-parallel": { "version": "1.1.9", - "resolved": "http://localhost:4873/run-parallel/-/run-parallel-1.1.9.tgz", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.9.tgz", "integrity": "sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==", "dev": true }, "rxjs": { "version": "6.5.4", - "resolved": "http://localhost:4873/rxjs/-/rxjs-6.5.4.tgz", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.4.tgz", "integrity": "sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q==", "dev": true, "requires": { @@ -1859,31 +1859,31 @@ }, "safe-buffer": { "version": "5.2.0", - "resolved": "http://localhost:4873/safe-buffer/-/safe-buffer-5.2.0.tgz", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==", "dev": true }, "safer-buffer": { "version": "2.1.2", - "resolved": "http://localhost:4873/safer-buffer/-/safer-buffer-2.1.2.tgz", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", "dev": true }, "seedrandom": { "version": "3.0.5", - "resolved": "http://localhost:4873/seedrandom/-/seedrandom-3.0.5.tgz", + "resolved": "https://registry.npmjs.org/seedrandom/-/seedrandom-3.0.5.tgz", "integrity": "sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg==", "dev": true }, "semver": { "version": "6.3.0", - "resolved": "http://localhost:4873/semver/-/semver-6.3.0.tgz", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true }, "seneca": { "version": "3.17.0", - "resolved": "http://localhost:4873/seneca/-/seneca-3.17.0.tgz", + "resolved": "https://registry.npmjs.org/seneca/-/seneca-3.17.0.tgz", "integrity": "sha512-TNO2sMNJnI3tOblAYAhgIRFvaj4W5gsPKDtj1q0o5V/l9Q3v+0Zqf/jEJZZJhlEtx9KyQ+4Uq5H1unJqd4ArUA==", "dev": true, "requires": { @@ -1909,13 +1909,13 @@ "dependencies": { "minimist": { "version": "1.2.0", - "resolved": "http://localhost:4873/minimist/-/minimist-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", "dev": true }, "qs": { "version": "6.9.1", - "resolved": "http://localhost:4873/qs/-/qs-6.9.1.tgz", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.1.tgz", "integrity": "sha512-Cxm7/SS/y/Z3MHWSxXb8lIFqgqBowP5JMlTUFyJN88y0SGQhVmZnqFK/PeuMX9LzUyWsqqhNxIyg0jlzq946yA==", "dev": true } @@ -1923,7 +1923,7 @@ }, "seneca-doc": { "version": "1.6.1", - "resolved": "http://localhost:4873/seneca-doc/-/seneca-doc-1.6.1.tgz", + "resolved": "https://registry.npmjs.org/seneca-doc/-/seneca-doc-1.6.1.tgz", "integrity": "sha512-+LLHDj5RJ9wpkp+wUYlLv28tYsQFTw3pcjPLL8PixuA06NnLjUBoVSUBF4XsA9WYlhxdAxE8263p8WmWoct6WA==", "dev": true, "requires": { @@ -1933,7 +1933,7 @@ }, "seneca-entity": { "version": "6.0.0", - "resolved": "http://localhost:4873/seneca-entity/-/seneca-entity-6.0.0.tgz", + "resolved": "https://registry.npmjs.org/seneca-entity/-/seneca-entity-6.0.0.tgz", "integrity": "sha512-CmrKfDELLe0bv2YOvzxzk10yiQRi0m1ETO4bAiXvzlXmoTvYwjtyTMop6AAd7IM9+fcOt3Fw+V9MWQHUC23ZQA==", "dev": true, "requires": { @@ -1945,7 +1945,7 @@ "dependencies": { "eraro": { "version": "2.0.0", - "resolved": "http://localhost:4873/eraro/-/eraro-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/eraro/-/eraro-2.0.0.tgz", "integrity": "sha512-tXcFfoANGWNrWrpNRFeOUSW/0xK/YkvPMbsCcC1GIxn0tHqgC9wLhvhh5G80ci4cS44+87NYgx5DrqqkgGWbBg==", "dev": true, "requires": { @@ -1956,7 +1956,7 @@ }, "seneca-joi": { "version": "6.0.0", - "resolved": "http://localhost:4873/seneca-joi/-/seneca-joi-6.0.0.tgz", + "resolved": "https://registry.npmjs.org/seneca-joi/-/seneca-joi-6.0.0.tgz", "integrity": "sha512-JDa7Onp7uN8vgyooHjf8DRLrsffDLgIImudBlgOA4pqiqDny0RNKVc7U4oUUiI2OOsEPxTKmHnTc0rctX7GEEA==", "dev": true, "requires": { @@ -1965,7 +1965,7 @@ }, "seneca-mem-store": { "version": "1.6.0", - "resolved": "http://localhost:4873/seneca-mem-store/-/seneca-mem-store-1.6.0.tgz", + "resolved": "https://registry.npmjs.org/seneca-mem-store/-/seneca-mem-store-1.6.0.tgz", "integrity": "sha512-NpQVS8s6NaHwB0Mil5uFA5ivRMMJP1AY2QCq+0U9dCnUERk8gMNtgNVw6HSLksSMDva8ym6R73f/Ft1qCPOTMA==", "dev": true, "requires": { @@ -1975,7 +1975,7 @@ }, "seneca-member": { "version": "0.4.0", - "resolved": "http://localhost:4873/seneca-member/-/seneca-member-0.4.0.tgz", + "resolved": "https://registry.npmjs.org/seneca-member/-/seneca-member-0.4.0.tgz", "integrity": "sha512-lC8tn3ni3SZMSxKAEHn4Pk3yc2meOXPKwR0OfjKvUT2fXROyfkfo46QuixZ5P15C2m92GOkAsZaUU2HkOsiEVw==", "dev": true, "requires": { @@ -1984,7 +1984,7 @@ }, "seneca-msg-test": { "version": "2.1.1", - "resolved": "http://localhost:4873/seneca-msg-test/-/seneca-msg-test-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/seneca-msg-test/-/seneca-msg-test-2.1.1.tgz", "integrity": "sha512-Gjph5hOlcJ7vOF+TB96y3MeIQZKosNSv8tTBK8zTN3oDeZfJQeBGeH5TREeAv0mpsTBcct0ZSZBB9svklcNl4A==", "dev": true, "requires": { @@ -1995,7 +1995,7 @@ }, "seneca-plugin-validator": { "version": "0.5.0", - "resolved": "http://localhost:4873/seneca-plugin-validator/-/seneca-plugin-validator-0.5.0.tgz", + "resolved": "https://registry.npmjs.org/seneca-plugin-validator/-/seneca-plugin-validator-0.5.0.tgz", "integrity": "sha512-bpgFHVa85oGQjKzcIl+c8AMJ1mKze3ZKeW7/CFzv9Nkq/giOWGLj7EJMcfjt4mhp4XEgTRQJ0bp2GOUbmvPjdQ==", "dev": true, "requires": { @@ -2008,7 +2008,7 @@ "dependencies": { "@hapi/code": { "version": "7.0.0", - "resolved": "http://localhost:4873/@hapi%2fcode/-/code-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@hapi/code/-/code-7.0.0.tgz", "integrity": "sha512-fTq1x12vpchD/+9WfxhUbEnlEPVv5QNrsymw9/fSyN/mKNBfQmkv4Ssq3cDgW6mDyN4oiVFJBdLw6jpkmWZ9dQ==", "dev": true, "requires": { @@ -2017,13 +2017,13 @@ }, "@hapi/eslint-config-hapi": { "version": "12.3.0", - "resolved": "http://localhost:4873/@hapi%2feslint-config-hapi/-/eslint-config-hapi-12.3.0.tgz", + "resolved": "https://registry.npmjs.org/@hapi/eslint-config-hapi/-/eslint-config-hapi-12.3.0.tgz", "integrity": "sha512-P3ZdC97vYUAVgV6fBuAEXh2Ol04R+Zp5LMNmJ9SAF69u8wT7v6vCgdX/SqZiXEzEKQ9YFpuh+m28wNj5aJ1tDg==", "dev": true }, "@hapi/lab": { "version": "21.0.0", - "resolved": "http://localhost:4873/@hapi%2flab/-/lab-21.0.0.tgz", + "resolved": "https://registry.npmjs.org/@hapi/lab/-/lab-21.0.0.tgz", "integrity": "sha512-csYjq2DE+JzKPW+BaqEfDzbHJC5LIC+M1eYUljm0+zD7xoaKUXFPEWqlP4JSbJ4e16wRNY8Uid3UshxC+rUByw==", "dev": true, "requires": { @@ -2050,7 +2050,7 @@ }, "seneca-promisify": { "version": "1.1.0", - "resolved": "http://localhost:4873/seneca-promisify/-/seneca-promisify-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/seneca-promisify/-/seneca-promisify-1.1.0.tgz", "integrity": "sha512-6slz8KCHtVZ/jdRJhLnYidH/stwSE79cKoccv6mnIcFrjqA5pk105HAtAvYWBHqslviX0KBsEQVyOVF1xB8LEQ==", "dev": true, "requires": { @@ -2059,7 +2059,7 @@ }, "seneca-transport": { "version": "4.0.1", - "resolved": "http://localhost:4873/seneca-transport/-/seneca-transport-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/seneca-transport/-/seneca-transport-4.0.1.tgz", "integrity": "sha512-lNGo6MWck0a6h4WPgdheU/aYUyrUr/oP9Sre21PxNn6wB9pFIUH6xDvX3TQxAPwiFThVnuO1jj26pF/q78tw0A==", "dev": true, "requires": { @@ -2078,7 +2078,7 @@ "dependencies": { "patrun": { "version": "1.0.0", - "resolved": "http://localhost:4873/patrun/-/patrun-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/patrun/-/patrun-1.0.0.tgz", "integrity": "sha512-oemWSuxjb27nPkREl88BxZ2EFDFUKSPace+zYZjFKj2xFn6w/LgDFGptgQvme384As2gpEFIv4WMVE1cb9lDXQ==", "dev": true, "requires": { @@ -2088,7 +2088,7 @@ }, "qs": { "version": "6.9.1", - "resolved": "http://localhost:4873/qs/-/qs-6.9.1.tgz", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.1.tgz", "integrity": "sha512-Cxm7/SS/y/Z3MHWSxXb8lIFqgqBowP5JMlTUFyJN88y0SGQhVmZnqFK/PeuMX9LzUyWsqqhNxIyg0jlzq946yA==", "dev": true } @@ -2096,7 +2096,7 @@ }, "shebang-command": { "version": "1.2.0", - "resolved": "http://localhost:4873/shebang-command/-/shebang-command-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", "dev": true, "requires": { @@ -2105,25 +2105,25 @@ }, "shebang-regex": { "version": "1.0.0", - "resolved": "http://localhost:4873/shebang-regex/-/shebang-regex-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", "dev": true }, "signal-exit": { "version": "3.0.2", - "resolved": "http://localhost:4873/signal-exit/-/signal-exit-3.0.2.tgz", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=", "dev": true }, "slash": { "version": "3.0.0", - "resolved": "http://localhost:4873/slash/-/slash-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true }, "slice-ansi": { "version": "2.1.0", - "resolved": "http://localhost:4873/slice-ansi/-/slice-ansi-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz", "integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==", "dev": true, "requires": { @@ -2134,7 +2134,7 @@ "dependencies": { "is-fullwidth-code-point": { "version": "2.0.0", - "resolved": "http://localhost:4873/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", "dev": true } @@ -2142,13 +2142,13 @@ }, "source-map": { "version": "0.7.3", - "resolved": "http://localhost:4873/source-map/-/source-map-0.7.3.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", "dev": true }, "source-map-support": { "version": "0.5.16", - "resolved": "http://localhost:4873/source-map-support/-/source-map-support-0.5.16.tgz", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.16.tgz", "integrity": "sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==", "dev": true, "requires": { @@ -2158,7 +2158,7 @@ "dependencies": { "source-map": { "version": "0.6.1", - "resolved": "http://localhost:4873/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } @@ -2166,7 +2166,7 @@ }, "split2": { "version": "2.2.0", - "resolved": "http://localhost:4873/split2/-/split2-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/split2/-/split2-2.2.0.tgz", "integrity": "sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw==", "dev": true, "requires": { @@ -2175,13 +2175,13 @@ }, "sprintf-js": { "version": "1.0.3", - "resolved": "http://localhost:4873/sprintf-js/-/sprintf-js-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", "dev": true }, "sshpk": { "version": "1.16.1", - "resolved": "http://localhost:4873/sshpk/-/sshpk-1.16.1.tgz", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", "dev": true, "requires": { @@ -2198,7 +2198,7 @@ }, "string-width": { "version": "4.2.0", - "resolved": "http://localhost:4873/string-width/-/string-width-4.2.0.tgz", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", "dev": true, "requires": { @@ -2209,7 +2209,7 @@ "dependencies": { "strip-ansi": { "version": "6.0.0", - "resolved": "http://localhost:4873/strip-ansi/-/strip-ansi-6.0.0.tgz", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", "dev": true, "requires": { @@ -2220,7 +2220,7 @@ }, "string_decoder": { "version": "1.1.1", - "resolved": "http://localhost:4873/string_decoder/-/string_decoder-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { @@ -2229,7 +2229,7 @@ "dependencies": { "safe-buffer": { "version": "5.1.2", - "resolved": "http://localhost:4873/safe-buffer/-/safe-buffer-5.1.2.tgz", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true } @@ -2237,7 +2237,7 @@ }, "strip-ansi": { "version": "5.2.0", - "resolved": "http://localhost:4873/strip-ansi/-/strip-ansi-5.2.0.tgz", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", "dev": true, "requires": { @@ -2246,7 +2246,7 @@ "dependencies": { "ansi-regex": { "version": "4.1.0", - "resolved": "http://localhost:4873/ansi-regex/-/ansi-regex-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", "dev": true } @@ -2254,13 +2254,13 @@ }, "strip-json-comments": { "version": "3.0.1", - "resolved": "http://localhost:4873/strip-json-comments/-/strip-json-comments-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.0.1.tgz", "integrity": "sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==", "dev": true }, "supports-color": { "version": "7.1.0", - "resolved": "http://localhost:4873/supports-color/-/supports-color-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", "dev": true, "requires": { @@ -2269,7 +2269,7 @@ "dependencies": { "has-flag": { "version": "4.0.0", - "resolved": "http://localhost:4873/has-flag/-/has-flag-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true } @@ -2277,7 +2277,7 @@ }, "table": { "version": "5.4.6", - "resolved": "http://localhost:4873/table/-/table-5.4.6.tgz", + "resolved": "https://registry.npmjs.org/table/-/table-5.4.6.tgz", "integrity": "sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==", "dev": true, "requires": { @@ -2289,19 +2289,19 @@ "dependencies": { "emoji-regex": { "version": "7.0.3", - "resolved": "http://localhost:4873/emoji-regex/-/emoji-regex-7.0.3.tgz", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", "dev": true }, "is-fullwidth-code-point": { "version": "2.0.0", - "resolved": "http://localhost:4873/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", "dev": true }, "string-width": { "version": "3.1.0", - "resolved": "http://localhost:4873/string-width/-/string-width-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", "dev": true, "requires": { @@ -2314,19 +2314,19 @@ }, "text-table": { "version": "0.2.0", - "resolved": "http://localhost:4873/text-table/-/text-table-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", "dev": true }, "through": { "version": "2.3.8", - "resolved": "http://localhost:4873/through/-/through-2.3.8.tgz", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", "dev": true }, "through2": { "version": "2.0.5", - "resolved": "http://localhost:4873/through2/-/through2-2.0.5.tgz", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", "dev": true, "requires": { @@ -2336,7 +2336,7 @@ }, "tmp": { "version": "0.0.33", - "resolved": "http://localhost:4873/tmp/-/tmp-0.0.33.tgz", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", "dev": true, "requires": { @@ -2345,13 +2345,13 @@ }, "to-fast-properties": { "version": "2.0.0", - "resolved": "http://localhost:4873/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", "dev": true }, "to-regex-range": { "version": "5.0.1", - "resolved": "http://localhost:4873/to-regex-range/-/to-regex-range-5.0.1.tgz", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, "requires": { @@ -2360,7 +2360,7 @@ }, "tough-cookie": { "version": "2.4.3", - "resolved": "http://localhost:4873/tough-cookie/-/tough-cookie-2.4.3.tgz", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==", "dev": true, "requires": { @@ -2370,7 +2370,7 @@ "dependencies": { "punycode": { "version": "1.4.1", - "resolved": "http://localhost:4873/punycode/-/punycode-1.4.1.tgz", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", "dev": true } @@ -2378,13 +2378,13 @@ }, "tslib": { "version": "1.10.0", - "resolved": "http://localhost:4873/tslib/-/tslib-1.10.0.tgz", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz", "integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==", "dev": true }, "tunnel-agent": { "version": "0.6.0", - "resolved": "http://localhost:4873/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", "dev": true, "requires": { @@ -2393,13 +2393,13 @@ }, "tweetnacl": { "version": "0.14.5", - "resolved": "http://localhost:4873/tweetnacl/-/tweetnacl-0.14.5.tgz", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", "dev": true }, "type-check": { "version": "0.3.2", - "resolved": "http://localhost:4873/type-check/-/type-check-0.3.2.tgz", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", "dev": true, "requires": { @@ -2408,19 +2408,19 @@ }, "type-fest": { "version": "0.8.1", - "resolved": "http://localhost:4873/type-fest/-/type-fest-0.8.1.tgz", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", "dev": true }, "typescript": { "version": "3.6.4", - "resolved": "http://localhost:4873/typescript/-/typescript-3.6.4.tgz", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz", "integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==", "dev": true }, "uglify-js": { "version": "3.7.3", - "resolved": "http://localhost:4873/uglify-js/-/uglify-js-3.7.3.tgz", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.3.tgz", "integrity": "sha512-7tINm46/3puUA4hCkKYo4Xdts+JDaVC9ZPRcG8Xw9R4nhO/gZgUM3TENq8IF4Vatk8qCig4MzP/c8G4u2BkVQg==", "dev": true, "optional": true, @@ -2431,7 +2431,7 @@ "dependencies": { "source-map": { "version": "0.6.1", - "resolved": "http://localhost:4873/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true, "optional": true @@ -2440,7 +2440,7 @@ }, "uri-js": { "version": "4.2.2", - "resolved": "http://localhost:4873/uri-js/-/uri-js-4.2.2.tgz", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", "dev": true, "requires": { @@ -2449,7 +2449,7 @@ }, "use-plugin": { "version": "5.2.1", - "resolved": "http://localhost:4873/use-plugin/-/use-plugin-5.2.1.tgz", + "resolved": "https://registry.npmjs.org/use-plugin/-/use-plugin-5.2.1.tgz", "integrity": "sha512-1/RNmPqfa7RX+Dt2F76RACyM5kjOz8R7UdHSWyf1JhwAnRdm2/hPmpaPoNnUeCWnpvDQeoE2XBRtPVu8xYuaxA==", "dev": true, "requires": { @@ -2462,13 +2462,13 @@ "dependencies": { "@hapi/eslint-config-hapi": { "version": "12.3.0", - "resolved": "http://localhost:4873/@hapi%2feslint-config-hapi/-/eslint-config-hapi-12.3.0.tgz", + "resolved": "https://registry.npmjs.org/@hapi/eslint-config-hapi/-/eslint-config-hapi-12.3.0.tgz", "integrity": "sha512-P3ZdC97vYUAVgV6fBuAEXh2Ol04R+Zp5LMNmJ9SAF69u8wT7v6vCgdX/SqZiXEzEKQ9YFpuh+m28wNj5aJ1tDg==", "dev": true }, "@hapi/lab": { "version": "20.4.0", - "resolved": "http://localhost:4873/@hapi%2flab/-/lab-20.4.0.tgz", + "resolved": "https://registry.npmjs.org/@hapi/lab/-/lab-20.4.0.tgz", "integrity": "sha512-QuugZQjjFOaT5iEktnCiOKFmcmPBZ+8waXoaBV+oZVT/C5f01fD0ubJHZwz4YQFUqyQa8FHLtFcvLuQmmc6+gQ==", "dev": true, "requires": { @@ -2495,25 +2495,25 @@ }, "util-deprecate": { "version": "1.0.2", - "resolved": "http://localhost:4873/util-deprecate/-/util-deprecate-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", "dev": true }, "uuid": { "version": "3.3.3", - "resolved": "http://localhost:4873/uuid/-/uuid-3.3.3.tgz", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==", "dev": true }, "v8-compile-cache": { "version": "2.1.0", - "resolved": "http://localhost:4873/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz", "integrity": "sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g==", "dev": true }, "verror": { "version": "1.10.0", - "resolved": "http://localhost:4873/verror/-/verror-1.10.0.tgz", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", "dev": true, "requires": { @@ -2524,7 +2524,7 @@ }, "which": { "version": "1.3.1", - "resolved": "http://localhost:4873/which/-/which-1.3.1.tgz", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, "requires": { @@ -2533,31 +2533,31 @@ }, "will-call": { "version": "1.0.1", - "resolved": "http://localhost:4873/will-call/-/will-call-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/will-call/-/will-call-1.0.1.tgz", "integrity": "sha512-1hEeV8SfBYhNRc/bNXeQfyUBX8Dl9SCYME3qXh99iZP9wJcnhnlBsoBw8Y0lXVZ3YuPsoxImTzBiol1ouNR/hg==", "dev": true }, "word-wrap": { "version": "1.2.3", - "resolved": "http://localhost:4873/word-wrap/-/word-wrap-1.2.3.tgz", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", "dev": true }, "wordwrap": { "version": "0.0.3", - "resolved": "http://localhost:4873/wordwrap/-/wordwrap-0.0.3.tgz", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=", "dev": true }, "wrappy": { "version": "1.0.2", - "resolved": "http://localhost:4873/wrappy/-/wrappy-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", "dev": true }, "write": { "version": "1.0.3", - "resolved": "http://localhost:4873/write/-/write-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/write/-/write-1.0.3.tgz", "integrity": "sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==", "dev": true, "requires": { @@ -2566,13 +2566,13 @@ }, "xtend": { "version": "4.0.2", - "resolved": "http://localhost:4873/xtend/-/xtend-4.0.2.tgz", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", "dev": true }, "yallist": { "version": "3.1.1", - "resolved": "http://localhost:4873/yallist/-/yallist-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", "dev": true } diff --git a/package.json b/package.json index 28380c6..cf21ba9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seneca-group", - "version": "0.6.0", + "version": "0.7.0", "description": "Seneca plugin for user and group permissions.", "main": "group.js", "scripts": { diff --git a/test/coverage.html b/test/coverage.html index 28e7e4e..03f535d 100644 --- a/test/coverage.html +++ b/test/coverage.html @@ -547,7 +547,7 @@

Test Report

0
0
3
-
541
+
518
@@ -570,21 +570,21 @@

Test Report

validate - 10 + 8 2 member-kinds - 159 + 155 3 group-msgs - 363 + 345 @@ -805,7 +805,7 @@

group.js

31 - + 32