Commit 0df673f2 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

DEV : Fix des dépendances NodeJS pour la compilation des fichiers .vue

parent 1c84ee91
Loading
Loading
Loading
Loading
Loading
+76 −76
Original line number Diff line number Diff line
@@ -4209,8 +4209,8 @@
          "dev": true,
          "optional": true,
          "requires": {
            "delegates": "1.0.0",
            "readable-stream": "2.3.6"
            "delegates": "^1.0.0",
            "readable-stream": "^2.0.6"
          }
        },
        "balanced-match": {
@@ -4225,7 +4225,7 @@
          "dev": true,
          "optional": true,
          "requires": {
            "balanced-match": "1.0.0",
            "balanced-match": "^1.0.0",
            "concat-map": "0.0.1"
          }
        },
@@ -4292,7 +4292,7 @@
          "dev": true,
          "optional": true,
          "requires": {
            "minipass": "2.3.5"
            "minipass": "^2.2.1"
          }
        },
        "fs.realpath": {
@@ -4307,14 +4307,14 @@
          "dev": true,
          "optional": true,
          "requires": {
            "aproba": "1.2.0",
            "console-control-strings": "1.1.0",
            "has-unicode": "2.0.1",
            "object-assign": "4.1.1",
            "signal-exit": "3.0.2",
            "string-width": "1.0.2",
            "strip-ansi": "3.0.1",
            "wide-align": "1.1.3"
            "aproba": "^1.0.3",
            "console-control-strings": "^1.0.0",
            "has-unicode": "^2.0.0",
            "object-assign": "^4.1.0",
            "signal-exit": "^3.0.0",
            "string-width": "^1.0.1",
            "strip-ansi": "^3.0.1",
            "wide-align": "^1.1.0"
          }
        },
        "glob": {
@@ -4323,12 +4323,12 @@
          "dev": true,
          "optional": true,
          "requires": {
            "fs.realpath": "1.0.0",
            "inflight": "1.0.6",
            "inherits": "2.0.3",
            "minimatch": "3.0.4",
            "once": "1.4.0",
            "path-is-absolute": "1.0.1"
            "fs.realpath": "^1.0.0",
            "inflight": "^1.0.4",
            "inherits": "2",
            "minimatch": "^3.0.4",
            "once": "^1.3.0",
            "path-is-absolute": "^1.0.0"
          }
        },
        "has-unicode": {
@@ -4343,7 +4343,7 @@
          "dev": true,
          "optional": true,
          "requires": {
            "safer-buffer": "2.1.2"
            "safer-buffer": ">= 2.1.2 < 3"
          }
        },
        "ignore-walk": {
@@ -4352,7 +4352,7 @@
          "dev": true,
          "optional": true,
          "requires": {
            "minimatch": "3.0.4"
            "minimatch": "^3.0.4"
          }
        },
        "inflight": {
@@ -4361,8 +4361,8 @@
          "dev": true,
          "optional": true,
          "requires": {
            "once": "1.4.0",
            "wrappy": "1.0.2"
            "once": "^1.3.0",
            "wrappy": "1"
          }
        },
        "inherits": {
@@ -4383,7 +4383,7 @@
          "dev": true,
          "optional": true,
          "requires": {
            "number-is-nan": "1.0.1"
            "number-is-nan": "^1.0.0"
          }
        },
        "isarray": {
@@ -4398,7 +4398,7 @@
          "dev": true,
          "optional": true,
          "requires": {
            "brace-expansion": "1.1.11"
            "brace-expansion": "^1.1.7"
          }
        },
        "minimist": {
@@ -4413,8 +4413,8 @@
          "dev": true,
          "optional": true,
          "requires": {
            "safe-buffer": "5.1.2",
            "yallist": "3.0.3"
            "safe-buffer": "^5.1.2",
            "yallist": "^3.0.0"
          }
        },
        "minizlib": {
@@ -4423,7 +4423,7 @@
          "dev": true,
          "optional": true,
          "requires": {
            "minipass": "2.3.5"
            "minipass": "^2.2.1"
          }
        },
        "mkdirp": {
@@ -4447,9 +4447,9 @@
          "dev": true,
          "optional": true,
          "requires": {
            "debug": "2.6.9",
            "iconv-lite": "0.4.24",
            "sax": "1.2.4"
            "debug": "^2.1.2",
            "iconv-lite": "^0.4.4",
            "sax": "^1.2.4"
          }
        },
        "node-pre-gyp": {
@@ -4458,16 +4458,16 @@
          "dev": true,
          "optional": true,
          "requires": {
            "detect-libc": "1.0.3",
            "mkdirp": "0.5.1",
            "needle": "2.2.4",
            "nopt": "4.0.1",
            "npm-packlist": "1.2.0",
            "npmlog": "4.1.2",
            "rc": "1.2.8",
            "rimraf": "2.6.3",
            "semver": "5.6.0",
            "tar": "4.4.8"
            "detect-libc": "^1.0.2",
            "mkdirp": "^0.5.1",
            "needle": "^2.2.1",
            "nopt": "^4.0.1",
            "npm-packlist": "^1.1.6",
            "npmlog": "^4.0.2",
            "rc": "^1.2.7",
            "rimraf": "^2.6.1",
            "semver": "^5.3.0",
            "tar": "^4"
          }
        },
        "nopt": {
@@ -4476,8 +4476,8 @@
          "dev": true,
          "optional": true,
          "requires": {
            "abbrev": "1.1.1",
            "osenv": "0.1.5"
            "abbrev": "1",
            "osenv": "^0.1.4"
          }
        },
        "npm-bundled": {
@@ -4492,8 +4492,8 @@
          "dev": true,
          "optional": true,
          "requires": {
            "ignore-walk": "3.0.1",
            "npm-bundled": "1.0.5"
            "ignore-walk": "^3.0.1",
            "npm-bundled": "^1.0.1"
          }
        },
        "npmlog": {
@@ -4502,10 +4502,10 @@
          "dev": true,
          "optional": true,
          "requires": {
            "are-we-there-yet": "1.1.5",
            "console-control-strings": "1.1.0",
            "gauge": "2.7.4",
            "set-blocking": "2.0.0"
            "are-we-there-yet": "~1.1.2",
            "console-control-strings": "~1.1.0",
            "gauge": "~2.7.3",
            "set-blocking": "~2.0.0"
          }
        },
        "number-is-nan": {
@@ -4526,7 +4526,7 @@
          "dev": true,
          "optional": true,
          "requires": {
            "wrappy": "1.0.2"
            "wrappy": "1"
          }
        },
        "os-homedir": {
@@ -4547,8 +4547,8 @@
          "dev": true,
          "optional": true,
          "requires": {
            "os-homedir": "1.0.2",
            "os-tmpdir": "1.0.2"
            "os-homedir": "^1.0.0",
            "os-tmpdir": "^1.0.0"
          }
        },
        "path-is-absolute": {
@@ -4569,10 +4569,10 @@
          "dev": true,
          "optional": true,
          "requires": {
            "deep-extend": "0.6.0",
            "ini": "1.3.5",
            "minimist": "1.2.0",
            "strip-json-comments": "2.0.1"
            "deep-extend": "^0.6.0",
            "ini": "~1.3.0",
            "minimist": "^1.2.0",
            "strip-json-comments": "~2.0.1"
          },
          "dependencies": {
            "minimist": {
@@ -4589,13 +4589,13 @@
          "dev": true,
          "optional": true,
          "requires": {
            "core-util-is": "1.0.2",
            "inherits": "2.0.3",
            "isarray": "1.0.0",
            "process-nextick-args": "2.0.0",
            "safe-buffer": "5.1.2",
            "string_decoder": "1.1.1",
            "util-deprecate": "1.0.2"
            "core-util-is": "~1.0.0",
            "inherits": "~2.0.3",
            "isarray": "~1.0.0",
            "process-nextick-args": "~2.0.0",
            "safe-buffer": "~5.1.1",
            "string_decoder": "~1.1.1",
            "util-deprecate": "~1.0.1"
          }
        },
        "rimraf": {
@@ -4604,7 +4604,7 @@
          "dev": true,
          "optional": true,
          "requires": {
            "glob": "7.1.3"
            "glob": "^7.1.3"
          }
        },
        "safe-buffer": {
@@ -4649,9 +4649,9 @@
          "dev": true,
          "optional": true,
          "requires": {
            "code-point-at": "1.1.0",
            "is-fullwidth-code-point": "1.0.0",
            "strip-ansi": "3.0.1"
            "code-point-at": "^1.0.0",
            "is-fullwidth-code-point": "^1.0.0",
            "strip-ansi": "^3.0.0"
          }
        },
        "string_decoder": {
@@ -4660,7 +4660,7 @@
          "dev": true,
          "optional": true,
          "requires": {
            "safe-buffer": "5.1.2"
            "safe-buffer": "~5.1.0"
          }
        },
        "strip-ansi": {
@@ -4669,7 +4669,7 @@
          "dev": true,
          "optional": true,
          "requires": {
            "ansi-regex": "2.1.1"
            "ansi-regex": "^2.0.0"
          }
        },
        "strip-json-comments": {
@@ -4684,13 +4684,13 @@
          "dev": true,
          "optional": true,
          "requires": {
            "chownr": "1.1.1",
            "fs-minipass": "1.2.5",
            "minipass": "2.3.5",
            "minizlib": "1.2.1",
            "mkdirp": "0.5.1",
            "safe-buffer": "5.1.2",
            "yallist": "3.0.3"
            "chownr": "^1.1.1",
            "fs-minipass": "^1.2.5",
            "minipass": "^2.3.4",
            "minizlib": "^1.1.1",
            "mkdirp": "^0.5.0",
            "safe-buffer": "^5.1.2",
            "yallist": "^3.0.2"
          }
        },
        "util-deprecate": {
@@ -4705,7 +4705,7 @@
          "dev": true,
          "optional": true,
          "requires": {
            "string-width": "1.0.2"
            "string-width": "^1.0.2 || 2"
          }
        },
        "wrappy": {