Skip to content
Snippets Groups Projects
package-lock.json 96.3 KiB
Newer Older
Tim van Dijen's avatar
Tim van Dijen committed
  "name": "simplesamlphp",
  "requires": true,
  "lockfileVersion": 1,
Tim van Dijen's avatar
Tim van Dijen committed
  "dependencies": {
    "@babel/code-frame": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz",
      "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==",
      "dev": true,
      "requires": {
        "@babel/highlight": "^7.12.13"
      }
    },
    "@babel/compat-data": {
      "version": "7.14.4",
      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz",
      "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==",
Tim van Dijen's avatar
Tim van Dijen committed
      "dev": true
    },
    "@babel/core": {
Tim van Dijen's avatar
Tim van Dijen committed
      "version": "7.14.3",
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.3.tgz",
      "integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==",
Tim van Dijen's avatar
Tim van Dijen committed
      "dev": true,
      "requires": {
        "@babel/code-frame": "^7.12.13",
Tim van Dijen's avatar
Tim van Dijen committed
        "@babel/generator": "^7.14.3",
Tim van Dijen's avatar
Tim van Dijen committed
        "@babel/helper-compilation-targets": "^7.13.16",
Tim van Dijen's avatar
Tim van Dijen committed
        "@babel/helper-module-transforms": "^7.14.2",
Tim van Dijen's avatar
Tim van Dijen committed
        "@babel/helpers": "^7.14.0",
Tim van Dijen's avatar
Tim van Dijen committed
        "@babel/parser": "^7.14.3",
Tim van Dijen's avatar
Tim van Dijen committed
        "@babel/template": "^7.12.13",
Tim van Dijen's avatar
Tim van Dijen committed
        "@babel/traverse": "^7.14.2",
        "@babel/types": "^7.14.2",
Tim van Dijen's avatar
Tim van Dijen committed
        "convert-source-map": "^1.7.0",
        "debug": "^4.1.0",
        "gensync": "^1.0.0-beta.2",
        "json5": "^2.1.2",
        "semver": "^6.3.0",
        "source-map": "^0.5.0"
      }
    },
    "@babel/generator": {
Tim van Dijen's avatar
Tim van Dijen committed
      "version": "7.14.3",
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz",
      "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==",
Tim van Dijen's avatar
Tim van Dijen committed
      "dev": true,
      "requires": {
Tim van Dijen's avatar
Tim van Dijen committed
        "@babel/types": "^7.14.2",
Tim van Dijen's avatar
Tim van Dijen committed
        "jsesc": "^2.5.1",
        "source-map": "^0.5.0"
      }
    },
    "@babel/helper-compilation-targets": {
      "version": "7.14.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz",
      "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==",
Tim van Dijen's avatar
Tim van Dijen committed
      "dev": true,
      "requires": {
        "@babel/compat-data": "^7.14.4",
Tim van Dijen's avatar
Tim van Dijen committed
        "@babel/helper-validator-option": "^7.12.17",
        "browserslist": "^4.16.6",
Tim van Dijen's avatar
Tim van Dijen committed
        "semver": "^6.3.0"
      }
    },
    "@babel/helper-function-name": {
Tim van Dijen's avatar
Tim van Dijen committed
      "version": "7.14.2",
      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz",
      "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==",
Tim van Dijen's avatar
Tim van Dijen committed
      "dev": true,
      "requires": {
        "@babel/helper-get-function-arity": "^7.12.13",
        "@babel/template": "^7.12.13",
Tim van Dijen's avatar
Tim van Dijen committed
        "@babel/types": "^7.14.2"
Tim van Dijen's avatar
Tim van Dijen committed
      }
    },
    "@babel/helper-get-function-arity": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz",
      "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.12.13"
      }
    },
    "@babel/helper-member-expression-to-functions": {
      "version": "7.13.12",
      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz",
      "integrity": "sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.13.12"
      }
    },
    "@babel/helper-module-imports": {
      "version": "7.13.12",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz",
      "integrity": "sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.13.12"
      }
    },
    "@babel/helper-module-transforms": {
Tim van Dijen's avatar
Tim van Dijen committed
      "version": "7.14.2",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz",
      "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==",
Tim van Dijen's avatar
Tim van Dijen committed
      "dev": true,
      "requires": {
        "@babel/helper-module-imports": "^7.13.12",
        "@babel/helper-replace-supers": "^7.13.12",
        "@babel/helper-simple-access": "^7.13.12",
        "@babel/helper-split-export-declaration": "^7.12.13",
        "@babel/helper-validator-identifier": "^7.14.0",
        "@babel/template": "^7.12.13",
Tim van Dijen's avatar
Tim van Dijen committed
        "@babel/traverse": "^7.14.2",
        "@babel/types": "^7.14.2"
Tim van Dijen's avatar
Tim van Dijen committed
      }
    },
    "@babel/helper-optimise-call-expression": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz",
      "integrity": "sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.12.13"
      }
    },
    "@babel/helper-replace-supers": {
Tim van Dijen's avatar
Tim van Dijen committed
      "version": "7.14.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz",
      "integrity": "sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==",
Tim van Dijen's avatar
Tim van Dijen committed
      "dev": true,
      "requires": {
        "@babel/helper-member-expression-to-functions": "^7.13.12",
        "@babel/helper-optimise-call-expression": "^7.12.13",
Tim van Dijen's avatar
Tim van Dijen committed
        "@babel/traverse": "^7.14.2",
        "@babel/types": "^7.14.4"
Tim van Dijen's avatar
Tim van Dijen committed
      }
    },
    "@babel/helper-simple-access": {
      "version": "7.13.12",
      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz",
      "integrity": "sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.13.12"
      }
    },
    "@babel/helper-split-export-declaration": {
      "version": "7.12.13",
      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz",
      "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.12.13"
      }
    },
    "@babel/helper-validator-identifier": {
      "version": "7.14.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz",
      "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==",
      "dev": true
    },
    "@babel/helper-validator-option": {
      "version": "7.12.17",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz",
      "integrity": "sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==",
      "dev": true
    },
    "@babel/helpers": {
      "version": "7.14.0",
      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.0.tgz",
      "integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==",
      "dev": true,
      "requires": {
        "@babel/template": "^7.12.13",
        "@babel/traverse": "^7.14.0",
        "@babel/types": "^7.14.0"
      }
    },
    "@babel/highlight": {
      "version": "7.14.0",
      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.0.tgz",
      "integrity": "sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==",
      "dev": true,
      "requires": {
        "@babel/helper-validator-identifier": "^7.14.0",
        "chalk": "^2.0.0",
        "js-tokens": "^4.0.0"
      }
    },
    "@babel/parser": {
Tim van Dijen's avatar
Tim van Dijen committed
      "version": "7.14.4",
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz",
      "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==",
Tim van Dijen's avatar
Tim van Dijen committed
      "dev": true
    },
    "@babel/template": {
Loading
Loading full blame...