Yuseunggeun

add modules

...@@ -662,6 +662,15 @@ ...@@ -662,6 +662,15 @@
662 "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", 662 "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
663 "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" 663 "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="
664 }, 664 },
665 + "path": {
666 + "version": "0.12.7",
667 + "resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz",
668 + "integrity": "sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=",
669 + "requires": {
670 + "process": "^0.11.1",
671 + "util": "^0.10.3"
672 + }
673 + },
665 "path-to-regexp": { 674 "path-to-regexp": {
666 "version": "0.1.7", 675 "version": "0.1.7",
667 "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", 676 "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
...@@ -672,6 +681,11 @@ ...@@ -672,6 +681,11 @@
672 "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", 681 "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
673 "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" 682 "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
674 }, 683 },
684 + "process": {
685 + "version": "0.11.10",
686 + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
687 + "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI="
688 + },
675 "proxy-addr": { 689 "proxy-addr": {
676 "version": "2.0.6", 690 "version": "2.0.6",
677 "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", 691 "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz",
...@@ -902,6 +916,14 @@ ...@@ -902,6 +916,14 @@
902 "punycode": "^2.1.0" 916 "punycode": "^2.1.0"
903 } 917 }
904 }, 918 },
919 + "util": {
920 + "version": "0.10.4",
921 + "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz",
922 + "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==",
923 + "requires": {
924 + "inherits": "2.0.3"
925 + }
926 + },
905 "util-deprecate": { 927 "util-deprecate": {
906 "version": "1.0.2", 928 "version": "1.0.2",
907 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", 929 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
17 "ejs": "^3.1.3", 17 "ejs": "^3.1.3",
18 "express": "^4.17.1", 18 "express": "^4.17.1",
19 "fs": "0.0.1-security", 19 "fs": "0.0.1-security",
20 + "path": "^0.12.7",
20 "request": "^2.88.2" 21 "request": "^2.88.2"
21 } 22 }
22 } 23 }
......