From bbb55f7df55a29127016b2ed9f3460a2a5aeaa6f Mon Sep 17 00:00:00 2001 From: "Dmitrii Bobreshev (Akvelon INC)" Date: Fri, 8 Sep 2023 17:04:36 +0200 Subject: [PATCH] [AzureStaticWebAppV0] - Merged generated task to source task - Removed generated task - Updated task.json - Updated task.loc.json - Updated make-options.json --- .../FilesOverriddenForConfigGoHereREADME.txt | 1 - .../_buildConfigs/Node16/package-lock.json | 806 ------------------ Tasks/AzureStaticWebAppV0/package-lock.json | 18 +- Tasks/AzureStaticWebAppV0/package.json | 2 +- Tasks/AzureStaticWebAppV0/task.json | 8 +- Tasks/AzureStaticWebAppV0/task.loc.json | 8 +- _generated/AzureStaticWebAppV0.versionmap.txt | 2 - .../resources.resjson/de-DE/resources.resjson | 40 - .../resources.resjson/en-US/resources.resjson | 40 - .../resources.resjson/es-ES/resources.resjson | 40 - .../resources.resjson/fr-FR/resources.resjson | 40 - .../resources.resjson/it-IT/resources.resjson | 40 - .../resources.resjson/ja-JP/resources.resjson | 40 - .../resources.resjson/ko-KR/resources.resjson | 40 - .../resources.resjson/ru-RU/resources.resjson | 40 - .../resources.resjson/zh-CN/resources.resjson | 40 - .../resources.resjson/zh-TW/resources.resjson | 40 - .../AzureStaticWebAppV0/envVarDenylist.json | 38 - _generated/AzureStaticWebAppV0/icon.png | Bin 1102 -> 0 bytes _generated/AzureStaticWebAppV0/icon.svg | 17 - _generated/AzureStaticWebAppV0/index.ts | 170 ---- .../AzureStaticWebAppV0/launch-docker.sh | 6 - _generated/AzureStaticWebAppV0/make.json | 15 - .../AzureStaticWebAppV0/package-lock.json | 794 ----------------- _generated/AzureStaticWebAppV0/package.json | 19 - _generated/AzureStaticWebAppV0/task.json | 175 ---- _generated/AzureStaticWebAppV0/task.loc.json | 175 ---- _generated/AzureStaticWebAppV0/tsconfig.json | 6 - .../resources.resjson/de-DE/resources.resjson | 40 - .../resources.resjson/en-US/resources.resjson | 40 - .../resources.resjson/es-ES/resources.resjson | 40 - .../resources.resjson/fr-FR/resources.resjson | 40 - .../resources.resjson/it-IT/resources.resjson | 40 - .../resources.resjson/ja-JP/resources.resjson | 40 - .../resources.resjson/ko-KR/resources.resjson | 40 - .../resources.resjson/ru-RU/resources.resjson | 40 - .../resources.resjson/zh-CN/resources.resjson | 40 - .../resources.resjson/zh-TW/resources.resjson | 40 - .../envVarDenylist.json | 38 - .../AzureStaticWebAppV0_Node16/icon.png | Bin 1102 -> 0 bytes .../AzureStaticWebAppV0_Node16/icon.svg | 17 - .../AzureStaticWebAppV0_Node16/index.ts | 170 ---- .../launch-docker.sh | 6 - .../AzureStaticWebAppV0_Node16/make.json | 15 - .../package-lock.json | 806 ------------------ .../AzureStaticWebAppV0_Node16/package.json | 19 - .../AzureStaticWebAppV0_Node16/task.json | 179 ---- .../AzureStaticWebAppV0_Node16/task.loc.json | 179 ---- .../AzureStaticWebAppV0_Node16/tsconfig.json | 6 - make-options.json | 1 - 50 files changed, 28 insertions(+), 4468 deletions(-) delete mode 100644 Tasks/AzureStaticWebAppV0/_buildConfigs/Node16/FilesOverriddenForConfigGoHereREADME.txt delete mode 100644 Tasks/AzureStaticWebAppV0/_buildConfigs/Node16/package-lock.json delete mode 100644 _generated/AzureStaticWebAppV0.versionmap.txt delete mode 100644 _generated/AzureStaticWebAppV0/Strings/resources.resjson/de-DE/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0/Strings/resources.resjson/en-US/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0/Strings/resources.resjson/es-ES/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0/Strings/resources.resjson/fr-FR/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0/Strings/resources.resjson/it-IT/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0/Strings/resources.resjson/ja-JP/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0/Strings/resources.resjson/ko-KR/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0/Strings/resources.resjson/ru-RU/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0/Strings/resources.resjson/zh-CN/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0/Strings/resources.resjson/zh-TW/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0/envVarDenylist.json delete mode 100644 _generated/AzureStaticWebAppV0/icon.png delete mode 100644 _generated/AzureStaticWebAppV0/icon.svg delete mode 100644 _generated/AzureStaticWebAppV0/index.ts delete mode 100644 _generated/AzureStaticWebAppV0/launch-docker.sh delete mode 100644 _generated/AzureStaticWebAppV0/make.json delete mode 100644 _generated/AzureStaticWebAppV0/package-lock.json delete mode 100644 _generated/AzureStaticWebAppV0/package.json delete mode 100644 _generated/AzureStaticWebAppV0/task.json delete mode 100644 _generated/AzureStaticWebAppV0/task.loc.json delete mode 100644 _generated/AzureStaticWebAppV0/tsconfig.json delete mode 100644 _generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/de-DE/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/en-US/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/es-ES/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/fr-FR/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/it-IT/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/ja-JP/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/ko-KR/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/ru-RU/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/zh-CN/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/zh-TW/resources.resjson delete mode 100644 _generated/AzureStaticWebAppV0_Node16/envVarDenylist.json delete mode 100644 _generated/AzureStaticWebAppV0_Node16/icon.png delete mode 100644 _generated/AzureStaticWebAppV0_Node16/icon.svg delete mode 100644 _generated/AzureStaticWebAppV0_Node16/index.ts delete mode 100644 _generated/AzureStaticWebAppV0_Node16/launch-docker.sh delete mode 100644 _generated/AzureStaticWebAppV0_Node16/make.json delete mode 100644 _generated/AzureStaticWebAppV0_Node16/package-lock.json delete mode 100644 _generated/AzureStaticWebAppV0_Node16/package.json delete mode 100644 _generated/AzureStaticWebAppV0_Node16/task.json delete mode 100644 _generated/AzureStaticWebAppV0_Node16/task.loc.json delete mode 100644 _generated/AzureStaticWebAppV0_Node16/tsconfig.json diff --git a/Tasks/AzureStaticWebAppV0/_buildConfigs/Node16/FilesOverriddenForConfigGoHereREADME.txt b/Tasks/AzureStaticWebAppV0/_buildConfigs/Node16/FilesOverriddenForConfigGoHereREADME.txt deleted file mode 100644 index b338e624afcd..000000000000 --- a/Tasks/AzureStaticWebAppV0/_buildConfigs/Node16/FilesOverriddenForConfigGoHereREADME.txt +++ /dev/null @@ -1 +0,0 @@ -Place files overridden for this config in this directory \ No newline at end of file diff --git a/Tasks/AzureStaticWebAppV0/_buildConfigs/Node16/package-lock.json b/Tasks/AzureStaticWebAppV0/_buildConfigs/Node16/package-lock.json deleted file mode 100644 index bd59d724815c..000000000000 --- a/Tasks/AzureStaticWebAppV0/_buildConfigs/Node16/package-lock.json +++ /dev/null @@ -1,806 +0,0 @@ -{ - "name": "azure-static-web-app", - "version": "1.0.0", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "@types/concat-stream": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@types/concat-stream/-/concat-stream-1.6.1.tgz", - "integrity": "sha512-eHE4cQPoj6ngxBZMvVf6Hw7Mh4jMW4U9lpGmS5GBPB9RYxlFg+CHaVN7ErNY4W9XfLIEn20b4VDYaIrbq0q4uA==", - "requires": { - "@types/node": "*" - } - }, - "@types/form-data": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/@types/form-data/-/form-data-0.0.33.tgz", - "integrity": "sha512-8BSvG1kGm83cyJITQMZSulnl6QV8jqAGreJsc5tPu1Jq0vTSOiY/k24Wx82JRpWwZSqrala6sd5rWi6aNXvqcw==", - "requires": { - "@types/node": "*" - } - }, - "@types/mocha": { - "version": "5.2.7", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-5.2.7.tgz", - "integrity": "sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==" - }, - "@types/node": { - "version": "16.18.39", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.39.tgz", - "integrity": "sha512-8q9ZexmdYYyc5/cfujaXb4YOucpQxAV4RMG0himLyDUOEr8Mr79VrqsFI+cQ2M2h89YIuy95lbxuYjxT4Hk4kQ==" - }, - "@types/q": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz", - "integrity": "sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==" - }, - "@types/qs": { - "version": "6.9.7", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", - "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==" - }, - "@types/uuid": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", - "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==" - }, - "array-union": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", - "requires": { - "array-uniq": "^1.0.1" - } - }, - "array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==" - }, - "arrify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==" - }, - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" - }, - "azure-pipelines-task-lib": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.3.1.tgz", - "integrity": "sha512-AEwz0+Sofv80UviCYsS6fzyX5zzsLapmNCMNUoaRePZQVN+oQBStix1DGg4fdZf9zJ6acNd9xEBZQWbWuZu5Zg==", - "requires": { - "minimatch": "3.0.5", - "mockery": "^2.1.0", - "q": "^1.5.1", - "semver": "^5.1.0", - "shelljs": "^0.8.5", - "sync-request": "6.1.0", - "uuid": "^3.0.1" - }, - "dependencies": { - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - } - } - }, - "minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "shelljs": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", - "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", - "requires": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - } - } - } - }, - "azure-pipelines-tasks-docker-common": { - "version": "2.198.1", - "resolved": "https://registry.npmjs.org/azure-pipelines-tasks-docker-common/-/azure-pipelines-tasks-docker-common-2.198.1.tgz", - "integrity": "sha512-lgN/sNVhxVxnIM1HoUy8BO8A7idw1ypICBmdPOJUdw21Oy+7cplWfTnygFLPvGSFCN3VnSJFbzBe8LewcWplow==", - "requires": { - "@types/mocha": "^5.2.7", - "@types/node": "^10.17.0", - "@types/q": "1.5.4", - "@types/uuid": "^8.3.0", - "azure-pipelines-task-lib": "^3.1.0", - "del": "2.2.0", - "q": "1.4.1" - }, - "dependencies": { - "@types/node": { - "version": "10.17.60", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.60.tgz", - "integrity": "sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==" - }, - "azure-pipelines-task-lib": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-3.4.0.tgz", - "integrity": "sha512-3eC4OTFw+7xD7A2aUhxR/j+jRlTI+vVfS0CGxt1pCLs4c/KmY0tQWgbqjD3157kmiucWxELBvgZHaD2gCBe9fg==", - "requires": { - "minimatch": "3.0.5", - "mockery": "^2.1.0", - "q": "^1.5.1", - "semver": "^5.1.0", - "shelljs": "^0.8.5", - "sync-request": "6.1.0", - "uuid": "^3.0.1" - }, - "dependencies": { - "q": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==" - } - } - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==" - }, - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - } - } - }, - "http-basic": { - "version": "8.1.3", - "resolved": "https://registry.npmjs.org/http-basic/-/http-basic-8.1.3.tgz", - "integrity": "sha512-/EcDMwJZh3mABI2NhGfHOGOeOZITqfkEO4p/xK+l3NpyncIHUQBoMvCSF/b5GqvKtySC2srL/GGG3+EtlqlmCw==", - "requires": { - "caseless": "^0.12.0", - "concat-stream": "^1.6.2", - "http-response-object": "^3.0.1", - "parse-cache-control": "^1.0.1" - } - }, - "http-response-object": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/http-response-object/-/http-response-object-3.0.2.tgz", - "integrity": "sha512-bqX0XTF6fnXSQcEJ2Iuyr75yVakyjIDCqroJQ/aHfSdlM743Cwqoi2nDYMzLGWUcuTWGWy8AAvOKXTfiv6q9RA==", - "requires": { - "@types/node": "^10.0.3" - } - }, - "minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "mockery": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mockery/-/mockery-2.1.0.tgz", - "integrity": "sha512-9VkOmxKlWXoDO/h1jDZaS4lH33aWfRiJiNT/tKj+8OGzrcFDLo8d0syGdbsc3Bc4GvRXPb+NMMvojotmuGJTvA==" - }, - "promise": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", - "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", - "requires": { - "asap": "~2.0.6" - } - }, - "q": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.4.1.tgz", - "integrity": "sha512-/CdEdaw49VZVmyIDGUQKDDT53c7qBkO6g5CefWz91Ae+l4+cRtcDYwMTXh6me4O8TMldeGHG3N2Bl84V78Ywbg==" - }, - "shelljs": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", - "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", - "requires": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - } - }, - "sync-request": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/sync-request/-/sync-request-6.1.0.tgz", - "integrity": "sha512-8fjNkrNlNCrVc/av+Jn+xxqfCjYaBoHqCsDz6mt030UMxJGr+GSfCV1dQt2gRtlL63+VPidwDVLr7V2OcTSdRw==", - "requires": { - "http-response-object": "^3.0.1", - "sync-rpc": "^1.2.1", - "then-request": "^6.0.0" - } - }, - "then-request": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/then-request/-/then-request-6.0.2.tgz", - "integrity": "sha512-3ZBiG7JvP3wbDzA9iNY5zJQcHL4jn/0BWtXIkagfz7QgOL/LqjCEOBQuJNZfu0XYnv5JhKh+cDxCPM4ILrqruA==", - "requires": { - "@types/concat-stream": "^1.6.0", - "@types/form-data": "0.0.33", - "@types/node": "^8.0.0", - "@types/qs": "^6.2.31", - "caseless": "~0.12.0", - "concat-stream": "^1.6.0", - "form-data": "^2.2.0", - "http-basic": "^8.1.1", - "http-response-object": "^3.0.1", - "promise": "^8.0.0", - "qs": "^6.4.0" - }, - "dependencies": { - "@types/node": { - "version": "8.10.66", - "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.66.tgz", - "integrity": "sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==" - } - } - } - } - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", - "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" - }, - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - } - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", - "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - } - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" - }, - "del": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/del/-/del-2.2.0.tgz", - "integrity": "sha512-AZDiRb78EEGYCsAZTG3v+CM5q8J0BIs+wI7QeUtyosm+zIMm4XSmp6aI/K7cU9l+YaKpDKN9dYP1xTrNjLQ+LA==", - "requires": { - "globby": "^4.0.0", - "is-path-cwd": "^1.0.0", - "is-path-in-cwd": "^1.0.0", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "rimraf": "^2.2.8" - } - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" - }, - "form-data": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", - "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "get-intrinsic": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", - "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3" - } - }, - "get-port": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/get-port/-/get-port-3.2.0.tgz", - "integrity": "sha512-x5UJKlgeUiNT8nyo/AcnwLnZuZNcSjSw0kogRB+Whd1fjjFq4B1hySFxSFWWSn4mIBzg3sRNUDFYc4g5gjPoLg==" - }, - "glob": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz", - "integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=", - "requires": { - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "2 || 3", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "globby": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-4.1.0.tgz", - "integrity": "sha512-JPDtMSr0bt25W64q792rvlrSwIaZwqUAhqdYKSr57Wh/xBcQ5JDWLM85ndn+Q1WdBQXLb9YGCl0QN/T0HpqU0A==", - "requires": { - "array-union": "^1.0.1", - "arrify": "^1.0.0", - "glob": "^6.0.1", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", - "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==" - }, - "has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" - }, - "http-basic": { - "version": "8.1.3", - "resolved": "https://registry.npmjs.org/http-basic/-/http-basic-8.1.3.tgz", - "integrity": "sha512-/EcDMwJZh3mABI2NhGfHOGOeOZITqfkEO4p/xK+l3NpyncIHUQBoMvCSF/b5GqvKtySC2srL/GGG3+EtlqlmCw==", - "requires": { - "caseless": "^0.12.0", - "concat-stream": "^1.6.2", - "http-response-object": "^3.0.1", - "parse-cache-control": "^1.0.1" - } - }, - "http-response-object": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/http-response-object/-/http-response-object-3.0.2.tgz", - "integrity": "sha512-bqX0XTF6fnXSQcEJ2Iuyr75yVakyjIDCqroJQ/aHfSdlM743Cwqoi2nDYMzLGWUcuTWGWy8AAvOKXTfiv6q9RA==", - "requires": { - "@types/node": "^10.0.3" - }, - "dependencies": { - "@types/node": { - "version": "10.17.60", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.60.tgz", - "integrity": "sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==" - } - } - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "interpret": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", - "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" - }, - "is-core-module": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", - "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", - "requires": { - "has": "^1.0.3" - } - }, - "is-path-cwd": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", - "integrity": "sha512-cnS56eR9SPAscL77ik76ATVqoPARTqPIVkMDVxRaWH06zT+6+CzIroYRJ0VVvm0Z1zfAvxvz9i/D3Ppjaqt5Nw==" - }, - "is-path-in-cwd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz", - "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==", - "requires": { - "is-path-inside": "^1.0.0" - } - }, - "is-path-inside": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", - "integrity": "sha512-qhsCR/Esx4U4hg/9I19OVUAJkGWtjRYHMRgUMZE2TDdj+Ag+kttZanLupfddNyglzz50cUlmWzUaI37GDfNx/g==", - "requires": { - "path-is-inside": "^1.0.1" - } - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" - }, - "mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "requires": { - "mime-db": "1.52.0" - } - }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "mockery": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mockery/-/mockery-2.1.0.tgz", - "integrity": "sha512-9VkOmxKlWXoDO/h1jDZaS4lH33aWfRiJiNT/tKj+8OGzrcFDLo8d0syGdbsc3Bc4GvRXPb+NMMvojotmuGJTvA==" - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" - }, - "object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==" - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { - "wrappy": "1" - } - }, - "parse-cache-control": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parse-cache-control/-/parse-cache-control-1.0.1.tgz", - "integrity": "sha512-60zvsJReQPX5/QP0Kzfd/VrpjScIQ7SHBW6bFCYfEP+fp0Eppr1SHhIO5nd1PjZtvclzSzES9D/p5nFJurwfWg==" - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" - }, - "path-is-inside": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==" - }, - "path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" - }, - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==" - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", - "requires": { - "pinkie": "^2.0.0" - } - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, - "promise": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", - "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", - "requires": { - "asap": "~2.0.6" - } - }, - "q": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=" - }, - "qs": { - "version": "6.11.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz", - "integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==", - "requires": { - "side-channel": "^1.0.4" - } - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "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" - } - }, - "rechoir": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", - "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==", - "requires": { - "resolve": "^1.1.6" - } - }, - "resolve": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", - "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", - "requires": { - "is-core-module": "^2.9.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - } - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - } - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" - }, - "side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - } - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" - }, - "sync-request": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/sync-request/-/sync-request-6.1.0.tgz", - "integrity": "sha512-8fjNkrNlNCrVc/av+Jn+xxqfCjYaBoHqCsDz6mt030UMxJGr+GSfCV1dQt2gRtlL63+VPidwDVLr7V2OcTSdRw==", - "requires": { - "http-response-object": "^3.0.1", - "sync-rpc": "^1.2.1", - "then-request": "^6.0.0" - } - }, - "sync-rpc": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/sync-rpc/-/sync-rpc-1.3.6.tgz", - "integrity": "sha512-J8jTXuZzRlvU7HemDgHi3pGnh/rkoqR/OZSjhTyyZrEkkYQbk7Z33AXp37mkPfPpfdOuj7Ex3H/TJM1z48uPQw==", - "requires": { - "get-port": "^3.1.0" - } - }, - "then-request": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/then-request/-/then-request-6.0.2.tgz", - "integrity": "sha512-3ZBiG7JvP3wbDzA9iNY5zJQcHL4jn/0BWtXIkagfz7QgOL/LqjCEOBQuJNZfu0XYnv5JhKh+cDxCPM4ILrqruA==", - "requires": { - "@types/concat-stream": "^1.6.0", - "@types/form-data": "0.0.33", - "@types/node": "^8.0.0", - "@types/qs": "^6.2.31", - "caseless": "~0.12.0", - "concat-stream": "^1.6.0", - "form-data": "^2.2.0", - "http-basic": "^8.1.1", - "http-response-object": "^3.0.1", - "promise": "^8.0.0", - "qs": "^6.4.0" - }, - "dependencies": { - "@types/node": { - "version": "8.10.66", - "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.66.tgz", - "integrity": "sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==" - } - } - }, - "typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" - }, - "typescript": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.2.tgz", - "integrity": "sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==", - "dev": true - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - } - } -} diff --git a/Tasks/AzureStaticWebAppV0/package-lock.json b/Tasks/AzureStaticWebAppV0/package-lock.json index 64495274e550..bd59d724815c 100644 --- a/Tasks/AzureStaticWebAppV0/package-lock.json +++ b/Tasks/AzureStaticWebAppV0/package-lock.json @@ -26,9 +26,9 @@ "integrity": "sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==" }, "@types/node": { - "version": "10.17.52", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.52.tgz", - "integrity": "sha512-bKnO8Rcj03i6JTzweabq96k29uVNcXGB0bkwjVQTFagDgxxNged18281AZ0nTMHl+aFpPPWyPrk4Z3+NtW/z5w==" + "version": "16.18.39", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.39.tgz", + "integrity": "sha512-8q9ZexmdYYyc5/cfujaXb4YOucpQxAV4RMG0himLyDUOEr8Mr79VrqsFI+cQ2M2h89YIuy95lbxuYjxT4Hk4kQ==" }, "@types/q": { "version": "1.5.4", @@ -144,6 +144,11 @@ "q": "1.4.1" }, "dependencies": { + "@types/node": { + "version": "10.17.60", + "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.60.tgz", + "integrity": "sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==" + }, "azure-pipelines-task-lib": { "version": "3.4.0", "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-3.4.0.tgz", @@ -462,6 +467,13 @@ "integrity": "sha512-bqX0XTF6fnXSQcEJ2Iuyr75yVakyjIDCqroJQ/aHfSdlM743Cwqoi2nDYMzLGWUcuTWGWy8AAvOKXTfiv6q9RA==", "requires": { "@types/node": "^10.0.3" + }, + "dependencies": { + "@types/node": { + "version": "10.17.60", + "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.60.tgz", + "integrity": "sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==" + } } }, "inflight": { diff --git a/Tasks/AzureStaticWebAppV0/package.json b/Tasks/AzureStaticWebAppV0/package.json index 0ab60aafdc22..7bcb6d266e2d 100644 --- a/Tasks/AzureStaticWebAppV0/package.json +++ b/Tasks/AzureStaticWebAppV0/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "@types/node": "^10.17.0", + "@types/node": "^16.11.39", "azure-pipelines-task-lib": "^4.3.1", "azure-pipelines-tasks-docker-common": "2.198.1" }, diff --git a/Tasks/AzureStaticWebAppV0/task.json b/Tasks/AzureStaticWebAppV0/task.json index 6bc5c7031a11..68696f40b3c0 100644 --- a/Tasks/AzureStaticWebAppV0/task.json +++ b/Tasks/AzureStaticWebAppV0/task.json @@ -14,8 +14,8 @@ "demands": [], "version": { "Major": 0, - "Minor": 226, - "Patch": 1 + "Minor": 228, + "Patch": 0 }, "preview": true, "minimumAgentVersion": "1.95.0", @@ -166,6 +166,10 @@ "Node10": { "target": "index.js", "argumentFormat": "" + }, + "Node16": { + "target": "index.js", + "argumentFormat": "" } } } \ No newline at end of file diff --git a/Tasks/AzureStaticWebAppV0/task.loc.json b/Tasks/AzureStaticWebAppV0/task.loc.json index 059ac759be36..80042ef88201 100644 --- a/Tasks/AzureStaticWebAppV0/task.loc.json +++ b/Tasks/AzureStaticWebAppV0/task.loc.json @@ -14,8 +14,8 @@ "demands": [], "version": { "Major": 0, - "Minor": 226, - "Patch": 1 + "Minor": 228, + "Patch": 0 }, "preview": true, "minimumAgentVersion": "1.95.0", @@ -166,6 +166,10 @@ "Node10": { "target": "index.js", "argumentFormat": "" + }, + "Node16": { + "target": "index.js", + "argumentFormat": "" } } } \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0.versionmap.txt b/_generated/AzureStaticWebAppV0.versionmap.txt deleted file mode 100644 index c351518ddfe4..000000000000 --- a/_generated/AzureStaticWebAppV0.versionmap.txt +++ /dev/null @@ -1,2 +0,0 @@ -Default|0.226.1 -Node16-225|0.226.0 diff --git a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/de-DE/resources.resjson b/_generated/AzureStaticWebAppV0/Strings/resources.resjson/de-DE/resources.resjson deleted file mode 100644 index a8be4a6f09f4..000000000000 --- a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/de-DE/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "Azure Static Web App bereitstellen", - "loc.helpMarkDown": "[Weitere Informationen zu Azure Static Web Apps](https://aka.ms/swadocs)", - "loc.description": "[VORSCHAU] Erstellen und Bereitstellen einer Azure Static Web App", - "loc.instanceNameFormat": "Static Web App: $(message)", - "loc.input.label.cwd": "Arbeitsverzeichnis", - "loc.input.help.cwd": "Geben Sie das absolute Arbeitsverzeichnis an, in dem diese Aufgabe ausgeführt werden soll. Wenn sie leer gelassen wird, wird das Standardarbeitsverzeichnis verwendet.", - "loc.input.label.app_location": "App-Speicherort", - "loc.input.help.app_location": "Verzeichnisspeicherort des Anwendungsquellcodes relativ zum Arbeitsverzeichnis", - "loc.input.label.app_build_command": "App-Buildbefehl", - "loc.input.help.app_build_command": "Benutzerdefinierter Befehl für Oryx, der beim Erstellen von Anwendungsquellcode ausgeführt werden soll", - "loc.input.label.output_location": "Ausgabespeicherort", - "loc.input.help.output_location": "Verzeichnisspeicherort des kompilierten Anwendungscodes nach dem Erstellen", - "loc.input.label.api_location": "API-Speicherort", - "loc.input.help.api_location": "Verzeichnisspeicherort des Azure Functions-Quellcodes relativ zum Arbeitsverzeichnis", - "loc.input.label.api_build_command": "API-Buildbefehl", - "loc.input.help.api_build_command": "Benutzerdefinierter Befehl für Oryx, der beim Erstellen von Azure Functions-Quellcode ausgeführt werden soll", - "loc.input.label.routes_location": "Routenstandort", - "loc.input.help.routes_location": "Verzeichnisspeicherort, an dem die Datei \"routes.json\" relativ zum Arbeitsverzeichnis gefunden werden kann. Hinweis: routes.json ist veraltet. Verwenden Sie \"staticwebapp.config.json\".", - "loc.input.label.config_file_location": "Speicherort für Konfigurationsdateien", - "loc.input.help.config_file_location": "Verzeichnisspeicherort, an dem die Datei \"staticwebapp.config.json\" relativ zum Arbeitsverzeichnis gefunden werden kann", - "loc.input.label.skip_app_build": "App-Build überspringen", - "loc.input.help.skip_app_build": "Überspringt Oryx-Build für App-Ordner", - "loc.input.label.skip_api_build": "API-Build überspringen", - "loc.input.help.skip_api_build": "Überspringt den Oryx-Build für den API-Ordner.", - "loc.input.label.is_static_export": "Statischen Export festlegen", - "loc.input.help.is_static_export": "Legen Sie dieses Flag auf TRUE fest, wenn Ihre Anwendung für den Export in statischen HTML-Code konfiguriert ist, d. h. wenn Sie \"Nächster Export\" verwenden.", - "loc.input.label.verbose": "Ausführlich", - "loc.input.help.verbose": "Aktiviert die ausführliche Protokollierung", - "loc.input.label.build_timeout_in_minutes": "Buildtimeout in Minuten", - "loc.input.help.build_timeout_in_minutes": "Zeitlimit beim Erstellen von Oryx-App-Ordnern in Minuten", - "loc.input.label.azure_static_web_apps_api_token": "Azure Static Web Apps – API-Token", - "loc.input.help.azure_static_web_apps_api_token": "API-Token für die Bereitstellung. Nicht erforderlich, wenn sie als Umgebungsvariable übergeben wird", - "loc.input.label.deployment_environment": "Bereitstellungsumgebung", - "loc.input.help.deployment_environment": "Umgebung, in der die Bereitstellung erfolgen soll. Lassen Sie das Feld für die Produktionsumgebung leer. Hat Vorrang vor Production Branch", - "loc.input.label.production_branch": "Produktionsbranch", - "loc.input.help.production_branch": "Produktionsbranch. Wenn die angegebene Bereitstellungsumgebung leer ist, sind Bereitstellungen aus anderen Branches Vorschauumgebungen.", - "loc.input.label.data_api_location": "Speicherort der Daten-API", - "loc.input.help.data_api_location": "Verzeichnisspeicherort der Daten-API-Quelldateien relativ zum Arbeitsverzeichnis" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/en-US/resources.resjson b/_generated/AzureStaticWebAppV0/Strings/resources.resjson/en-US/resources.resjson deleted file mode 100644 index 4cdb7b7282de..000000000000 --- a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/en-US/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "Deploy Azure Static Web App", - "loc.helpMarkDown": "[Learn more about Azure Static Web Apps](https://aka.ms/swadocs)", - "loc.description": "[PREVIEW] Build and deploy an Azure Static Web App", - "loc.instanceNameFormat": "Static Web App: $(message)", - "loc.input.label.cwd": "Working directory", - "loc.input.help.cwd": "Specify the absolute working directory in which to execute this task. If left empty, the default working directory will be used.", - "loc.input.label.app_location": "App location", - "loc.input.help.app_location": "Directory location of the application source code relative to working directory", - "loc.input.label.app_build_command": "App build command", - "loc.input.help.app_build_command": "Custom command for Oryx to run when building application source code", - "loc.input.label.output_location": "Output location", - "loc.input.help.output_location": "Directory location of the compiled application code after building", - "loc.input.label.api_location": "Api location", - "loc.input.help.api_location": "Directory location of the Azure Functions source code relative to working directory", - "loc.input.label.api_build_command": "Api build command", - "loc.input.help.api_build_command": "Custom command for Oryx to run when building Azure Functions source code", - "loc.input.label.routes_location": "Routes location", - "loc.input.help.routes_location": "Directory location where the routes.json file can be found, relative to working directory. Note: routes.json is deprecated, use staticwebapp.config.json", - "loc.input.label.config_file_location": "Config file location", - "loc.input.help.config_file_location": "Directory location where the staticwebapp.config.json file can be found, relative to working directory", - "loc.input.label.skip_app_build": "Skip app build", - "loc.input.help.skip_app_build": "Skips Oryx build for app folder", - "loc.input.label.skip_api_build": "Skip api build", - "loc.input.help.skip_api_build": "Skips Oryx build for api folder", - "loc.input.label.is_static_export": "Set static export", - "loc.input.help.is_static_export": "Set this flag to true when your application is configured to export to static HTML, i.e. when if you're using `next export`.", - "loc.input.label.verbose": "Verbose", - "loc.input.help.verbose": "Enables verbose logging", - "loc.input.label.build_timeout_in_minutes": "Build timeout in minutes", - "loc.input.help.build_timeout_in_minutes": "Time limit of Oryx app folder build in minutes", - "loc.input.label.azure_static_web_apps_api_token": "Azure Static Web Apps api token", - "loc.input.help.azure_static_web_apps_api_token": "Api token for deployment. Not required if passed as an environment variable", - "loc.input.label.deployment_environment": "Deployment Environment", - "loc.input.help.deployment_environment": "Environment to deploy to. Leave blank for production environment. Takes precedence over Production Branch", - "loc.input.label.production_branch": "Production Branch", - "loc.input.help.production_branch": "Production branch. When specified and Deployment Environment is empty, deployments from other branches will be preview environments", - "loc.input.label.data_api_location": "Data api location", - "loc.input.help.data_api_location": "Directory location of the Data API source files relative to working directory" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/es-ES/resources.resjson b/_generated/AzureStaticWebAppV0/Strings/resources.resjson/es-ES/resources.resjson deleted file mode 100644 index 46337305b737..000000000000 --- a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/es-ES/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "Implementar Web App de Azure Static", - "loc.helpMarkDown": "[Más información sobre Azure Static Web Apps](https://aka.ms/swadocs)", - "loc.description": "[VERSIÓN PRELIMINAR] Compilar e implementar una aplicación web estática de Azure", - "loc.instanceNameFormat": "Aplicación web estática: $(message)", - "loc.input.label.cwd": "Directorio de trabajo", - "loc.input.help.cwd": "Especifique el directorio de trabajo absoluto en el cual ejecutar esta tarea. Si se deja en blanco, se usará el directorio de trabajo predeterminado.", - "loc.input.label.app_location": "Ubicación de la aplicación", - "loc.input.help.app_location": "Ubicación del directorio del código fuente de la aplicación en relación con el directorio de trabajo", - "loc.input.label.app_build_command": "Comando de compilación de la aplicación", - "loc.input.help.app_build_command": "Comando personalizado para que Oryx se ejecute al compilar código fuente de la aplicación", - "loc.input.label.output_location": "Ubicación de salida", - "loc.input.help.output_location": "Ubicación del directorio del código de aplicación compilado después de compilar", - "loc.input.label.api_location": "Ubicación de la API", - "loc.input.help.api_location": "Ubicación del directorio del código fuente de Azure Functions relativa al directorio de trabajo", - "loc.input.label.api_build_command": "Comando de compilación de la API", - "loc.input.help.api_build_command": "Comando personalizado para que Oryx se ejecute al compilar código fuente de la Azure Functions", - "loc.input.label.routes_location": "Ubicación de rutas", - "loc.input.help.routes_location": "Ubicación del directorio donde se puede encontrar el archivo routes.json, en relación con el directorio de trabajo. Nota: routes.json está en desuso. Use staticwebapp.config.json.", - "loc.input.label.config_file_location": "Ubicación del archivo de registro", - "loc.input.help.config_file_location": "Ubicación del directorio donde se puede encontrar el archivo staticwebapp.config.json, en relación con el directorio de trabajo", - "loc.input.label.skip_app_build": "Omitir compilación de la aplicación", - "loc.input.help.skip_app_build": "Omite la compilación de Oryx para la carpeta de la aplicación", - "loc.input.label.skip_api_build": "Omitir compilación de API", - "loc.input.help.skip_api_build": "Omite la compilación de Oryx para la carpeta de API", - "loc.input.label.is_static_export": "Establecer exportación estática", - "loc.input.help.is_static_export": "Establezca esta marca en true cuando la aplicación esté configurada para exportar a HTML estático, es decir, cuando use \"next export\".", - "loc.input.label.verbose": "Detallado", - "loc.input.help.verbose": "Habilita el registro detallado", - "loc.input.label.build_timeout_in_minutes": "Tiempo de espera de compilación en minutos", - "loc.input.help.build_timeout_in_minutes": "Límite de tiempo de compilación de la carpeta de la aplicación Oryx en minutos", - "loc.input.label.azure_static_web_apps_api_token": "Token de API de Azure Static Web Apps", - "loc.input.help.azure_static_web_apps_api_token": "Token de API para la implementación. No es necesario si se pasa como variable de entorno.", - "loc.input.label.deployment_environment": "Entorno de implementación", - "loc.input.help.deployment_environment": "Entorno en el que se va a implementar. Déjelo en blanco para el entorno de producción. Tiene prioridad sobre la rama de producción", - "loc.input.label.production_branch": "Rama de producción", - "loc.input.help.production_branch": "Rama de producción. Cuando se especifica y el entorno de implementación está vacío, las implementaciones de otras ramas serán entornos de vista previa.", - "loc.input.label.data_api_location": "Ubicación de la API de datos", - "loc.input.help.data_api_location": "Ubicación del directorio de los archivos de origen API de datos en relación con el directorio de trabajo" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/fr-FR/resources.resjson b/_generated/AzureStaticWebAppV0/Strings/resources.resjson/fr-FR/resources.resjson deleted file mode 100644 index 7677f6effb38..000000000000 --- a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/fr-FR/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "Déployer une application web statique Azure", - "loc.helpMarkDown": "[En savoir plus sur les Azure Static Web Apps](https://aka.ms/swadocs)", - "loc.description": "[PREVIEW] Générer et déployer une application web statique Azure", - "loc.instanceNameFormat": "Application web statique : $(message)", - "loc.input.label.cwd": "Répertoire de travail", - "loc.input.help.cwd": "Spécifiez le répertoire de travail absolu dans lequel exécuter cette tâche. Si vous n'indiquez rien, le répertoire de travail par défaut est utilisé.", - "loc.input.label.app_location": "Emplacement de l'application", - "loc.input.help.app_location": "Emplacement du répertoire du code source de l’application par rapport au répertoire de travail", - "loc.input.label.app_build_command": "Commande de build d’application", - "loc.input.help.app_build_command": "Commande personnalisée à exécuter par Oryx lors de la construction du code source de l’application", - "loc.input.label.output_location": "Emplacement de sortie", - "loc.input.help.output_location": "Emplacement du répertoire du code d’application compilé après la génération", - "loc.input.label.api_location": "Emplacement de l'API", - "loc.input.help.api_location": "Emplacement du répertoire du code source d’Azure Functions par rapport au répertoire de travail.", - "loc.input.label.api_build_command": "Commande de génération d’API", - "loc.input.help.api_build_command": "Commande personnalisée pour qu’Oryx s’exécute lors de la génération Azure Functions code source", - "loc.input.label.routes_location": "Emplacement des itinéraires", - "loc.input.help.routes_location": "Emplacement du répertoire où le fichier routes.json peut être trouvé, par rapport au répertoire de travail. Note : routes.json est déconseillé, utilisez staticwebapp.config.json.", - "loc.input.label.config_file_location": "Emplacement du fichier config", - "loc.input.help.config_file_location": "Emplacement du répertoire où se trouve le fichier staticwebapp.config.json, par rapport au répertoire de travail", - "loc.input.label.skip_app_build": "Ignorer la génération de l’application", - "loc.input.help.skip_app_build": "Ignore la build Oryx pour le dossier d’application", - "loc.input.label.skip_api_build": "Ignorer le build d’API", - "loc.input.help.skip_api_build": "Ignore la build Oryx pour le dossier d’API.", - "loc.input.label.is_static_export": "Définir l’exportation statique", - "loc.input.help.is_static_export": "Définissez cet indicateur sur true lorsque votre application est configurée pour exporter vers le code HTML statique, c’est-à-dire lorsque vous utilisez « prochaine exportation ».", - "loc.input.label.verbose": "Commentaires", - "loc.input.help.verbose": "Active la journalisation détaillée.", - "loc.input.label.build_timeout_in_minutes": "Délai de build en minutes", - "loc.input.help.build_timeout_in_minutes": "Limite de temps de génération du dossier d’application Oryx en minutes", - "loc.input.label.azure_static_web_apps_api_token": "Jeton d’api pour Azure Static Web Apps", - "loc.input.help.azure_static_web_apps_api_token": "Jeton d’API pour le déploiement. Non requis si passé en tant que variable d’environnement", - "loc.input.label.deployment_environment": "Environnement de déploiement", - "loc.input.help.deployment_environment": "Environnement vers lequel effectuer le déploiement. Laissez vide pour l’environnement de production. Prévaut sur la branche de production", - "loc.input.label.production_branch": "Branche de production", - "loc.input.help.production_branch": "Branche de production. Lorsqu'il est spécifié et que l'environnement de déploiement est vide, les déploiements des autres branches seront des environnements d'aperçu.", - "loc.input.label.data_api_location": "Emplacement de l’API de données", - "loc.input.help.data_api_location": "Emplacement du répertoire des fichiers sources API Données par rapport au répertoire de travail" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/it-IT/resources.resjson b/_generated/AzureStaticWebAppV0/Strings/resources.resjson/it-IT/resources.resjson deleted file mode 100644 index d7446441132c..000000000000 --- a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/it-IT/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "Distribuzione di un'app Web statica di Azure", - "loc.helpMarkDown": "[Altre informazioni su App Web statiche di Azure](https://aka.ms/swadocs)", - "loc.description": "[ANTEPRIMA] Compilare e distribuire un'app Web statica di Azure", - "loc.instanceNameFormat": "App Web statica: $(messaggio)", - "loc.input.label.cwd": "Cartella di lavoro", - "loc.input.help.cwd": "Consente di specificare la directory di lavoro assoluta in cui eseguire questa attività. Se viene lasciato vuoto, verrà usata la directory di lavoro predefinita.", - "loc.input.label.app_location": "Percorso app", - "loc.input.help.app_location": "Percorso della directory del codice sorgente dell'applicazione relativo alla directory di lavoro", - "loc.input.label.app_build_command": "Comando di compilazione delle app", - "loc.input.help.app_build_command": "Comando personalizzato per l'esecuzione di Oryx durante la compilazione del codice sorgente dell'applicazione", - "loc.input.label.output_location": "Percorso di output", - "loc.input.help.output_location": "Percorso della directory del codice dell'applicazione compilato dopo la compilazione", - "loc.input.label.api_location": "Percorso API", - "loc.input.help.api_location": "Percorso della directory del codice sorgente Funzioni di Azure relativo alla directory di lavoro", - "loc.input.label.api_build_command": "Comando compilazione API", - "loc.input.help.api_build_command": "Comando personalizzato per l'esecuzione di Oryx durante la compilazione del codice sorgente di Funzioni di Azure", - "loc.input.label.routes_location": "Percorso delle route", - "loc.input.help.routes_location": "Percorso della directory in cui è possibile trovare il file routes.json, relativo alla directory di lavoro. Nota: routes.json è deprecato. Usare staticwebapp.config.json", - "loc.input.label.config_file_location": "Percorso del file di configurazione", - "loc.input.help.config_file_location": "Percorso della directory in cui è possibile trovare il file staticwebapp.config.json, relativo alla directory di lavoro", - "loc.input.label.skip_app_build": "Ignora la compilazione dell'app", - "loc.input.help.skip_app_build": "Ignora la compilazione Oryx per la cartella delle app", - "loc.input.label.skip_api_build": "Ignorare compilazione API", - "loc.input.help.skip_api_build": "Ignora la compilazione Oryx per la cartella API", - "loc.input.label.is_static_export": "Impostare l'esportazione statica", - "loc.input.help.is_static_export": "Impostare questo flag su true quando l'applicazione è configurata per l'esportazione in HTML statico, ad esempio quando si usa 'esportazione successiva'.", - "loc.input.label.verbose": "Dettagliato", - "loc.input.help.verbose": "Abilita la registrazione dettagliata", - "loc.input.label.build_timeout_in_minutes": "Timeout di compilazione in minuti", - "loc.input.help.build_timeout_in_minutes": "Limite di tempo per la compilazione della cartella delle app Oryx in pochi minuti", - "loc.input.label.azure_static_web_apps_api_token": "Token API di App Web statiche di Azure", - "loc.input.help.azure_static_web_apps_api_token": "Token API per la distribuzione. Non obbligatorio se passato come variabile di ambiente", - "loc.input.label.deployment_environment": "Ambiente di distribuzione", - "loc.input.help.deployment_environment": "Ambiente in cui eseguire la distribuzione. Lasciare vuoto per l'ambiente di produzione. Ha la precedenza sul ramo di produzione", - "loc.input.label.production_branch": "Ramo di produzione", - "loc.input.help.production_branch": "Ramo di produzione. Se viene specificato e l'ambiente di distribuzione è vuoto, le distribuzioni da altri rami saranno ambienti di anteprima", - "loc.input.label.data_api_location": "Posizione dell'API dati", - "loc.input.help.data_api_location": "Percorso della directory dei file di origine API Dati in merito alla directory di lavoro" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/ja-JP/resources.resjson b/_generated/AzureStaticWebAppV0/Strings/resources.resjson/ja-JP/resources.resjson deleted file mode 100644 index dcd7e54a65ff..000000000000 --- a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/ja-JP/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "Azure Static Web Apps のデプロイ", - "loc.helpMarkDown": "[Azure Static Web Apps の詳細情報](https://aka.ms/swadocs)", - "loc.description": "[プレビュー] Azure Static Web App をビルドしてデプロイ", - "loc.instanceNameFormat": "静的 Web アプリ: $(message)", - "loc.input.label.cwd": "作業ディレクトリ", - "loc.input.help.cwd": "このタスクを実行する作業ディレクトリを指定します。空にすると、既定の作業ディレクトリが使用されます。", - "loc.input.label.app_location": "アプリの場所", - "loc.input.help.app_location": "作業ディレクトリを基準としたアプリケーション ソース コードのディレクトリの場所", - "loc.input.label.app_build_command": "アプリ ビルド コマンド", - "loc.input.help.app_build_command": "アプリケーション ソース コードのビルド時に実行する Oryx のカスタム コマンド", - "loc.input.label.output_location": "出力場所", - "loc.input.help.output_location": "ビルド後のコンパイル済みアプリケーション コードのディレクトリの場所", - "loc.input.label.api_location": "API の場所", - "loc.input.help.api_location": "作業ディレクトリを基準とした Azure Functions ソース コードのディレクトリの場所", - "loc.input.label.api_build_command": "API ビルド コマンド", - "loc.input.help.api_build_command": "Azure Functions ソース コードのビルド時に実行する Oryx のカスタム コマンド", - "loc.input.label.routes_location": "ルートの場所", - "loc.input.help.routes_location": "作業ディレクトリを基準とした routes.json ファイルが見つかるディレクトリの場所。注意: routes.json は非推奨です。staticwebapp.config.json を使用してください", - "loc.input.label.config_file_location": "構成ファイルの場所", - "loc.input.help.config_file_location": "作業ディレクトリを基準とした staticwebapp.config.json ファイルが見つかるディレクトリの場所", - "loc.input.label.skip_app_build": "アプリのビルドをスキップ", - "loc.input.help.skip_app_build": "アプリ フォルダーの Oryx ビルドをスキップする", - "loc.input.label.skip_api_build": "API ビルドをスキップ", - "loc.input.help.skip_api_build": "アプリ フォルダーの Oryx ビルドをスキップする", - "loc.input.label.is_static_export": "静的エクスポートの設定", - "loc.input.help.is_static_export": "アプリケーションが静的 HTML にエクスポートするように構成されている場合 (つまり、`次のエクスポー` を使用している場合) は、このフラグを true に設定します。", - "loc.input.label.verbose": "詳細", - "loc.input.help.verbose": "詳細ログを有効にする", - "loc.input.label.build_timeout_in_minutes": "アイドル タイムアウト (分)", - "loc.input.help.build_timeout_in_minutes": "Oryx アプリ フォルダー ビルドの制限時間 (分)", - "loc.input.label.azure_static_web_apps_api_token": "Azure Static Web Apps API トークン", - "loc.input.help.azure_static_web_apps_api_token": "デプロイ用の API トークン。環境変数として渡される場合は必要ありません", - "loc.input.label.deployment_environment": "デプロイ環境", - "loc.input.help.deployment_environment": "デプロイ先の環境。運用環境では空白のままにします。運用ブランチよりも優先されます", - "loc.input.label.production_branch": "運用ブランチ", - "loc.input.help.production_branch": "運用ブランチ。指定され、デプロイ環境が空の場合、他のブランチからのデプロイはプレビュー環境になります", - "loc.input.label.data_api_location": "データ API の場所", - "loc.input.help.data_api_location": "作業ディレクトリを基準とした Data API ソース ファイルのディレクトリの場所" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/ko-KR/resources.resjson b/_generated/AzureStaticWebAppV0/Strings/resources.resjson/ko-KR/resources.resjson deleted file mode 100644 index 66ac1e339555..000000000000 --- a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/ko-KR/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "Azure Static Web App 배포", - "loc.helpMarkDown": "[Azure Static Web Apps에 대해 자세히 알아보기](https://aka.ms/swadocs)", - "loc.description": "[미리 보기] Azure Static Web App 빌드 및 배포", - "loc.instanceNameFormat": "Static Web App: $(message)", - "loc.input.label.cwd": "작업 디렉터리", - "loc.input.help.cwd": "이 작업을 실행할 절대 작업 디렉터리를 지정합니다. 비워 두는 경우 기본 작업 디렉터리가 사용됩니다.", - "loc.input.label.app_location": "앱 위치", - "loc.input.help.app_location": "작업 디렉터리에 대한 응용 프로그램 소스 코드의 디렉터리 위치", - "loc.input.label.app_build_command": "앱 빌드 명령", - "loc.input.help.app_build_command": "응용 프로그램 소스 코드를 빌드할 때 실행할 Oryx에 대한 사용자 지정 명령", - "loc.input.label.output_location": "출력 위치", - "loc.input.help.output_location": "빌드 후 컴파일된 응용 프로그램 코드의 디렉터리 위치", - "loc.input.label.api_location": "API 위치", - "loc.input.help.api_location": "작업 디렉터리에 대한 Azure Functions 소스 코드의 디렉터리 위치", - "loc.input.label.api_build_command": "API 빌드 명령", - "loc.input.help.api_build_command": "Azure Functions 소스 코드를 빌드할 때 실행할 Oryx에 대한 사용자 지정 명령", - "loc.input.label.routes_location": "경로 위치", - "loc.input.help.routes_location": "작업 디렉터리를 기준으로 routes.json 파일을 찾을 수 있는 디렉터리 위치입니다. 참고: routes.json은 사용되지 않습니다. staticwebapp.config.json을 사용하세요.", - "loc.input.label.config_file_location": "구성 파일 위치", - "loc.input.help.config_file_location": "작업 디렉터리를 기준으로 staticwebapp.config.json 파일을 찾을 수 있는 디렉터리 위치", - "loc.input.label.skip_app_build": "앱 빌드 건너뛰기", - "loc.input.help.skip_app_build": "앱 폴더에 대한 Oryx 빌드 건너뛰기", - "loc.input.label.skip_api_build": "API 빌드 건너뛰기", - "loc.input.help.skip_api_build": "API 폴더에 대한 Oryx 빌드 건너뛰기", - "loc.input.label.is_static_export": "정적 내보내기 설정", - "loc.input.help.is_static_export": "애플리케이션이 정적 HTML로 내보내도록 구성된 경우(예: '다음 내보내기'를 사용하는 경우) 이 플래그 지정을 true로 설정합니다.", - "loc.input.label.verbose": "세부 정보", - "loc.input.help.verbose": "자세한 정보 로깅 사용", - "loc.input.label.build_timeout_in_minutes": "빌드 시간 제한(분)", - "loc.input.help.build_timeout_in_minutes": "Oryx 앱 폴더 빌드 시간 제한(분)", - "loc.input.label.azure_static_web_apps_api_token": "Azure Static Web Apps API 토큰", - "loc.input.help.azure_static_web_apps_api_token": "배포를 위한 API 토큰입니다. 환경 변수로 전달되는 경우에는 필요하지 않습니다.", - "loc.input.label.deployment_environment": "배포 환경", - "loc.input.help.deployment_environment": "배포할 환경입니다. 프로덕션 환경은 비워 둡니다. 프로덕션 분기보다 우선합니다.", - "loc.input.label.production_branch": "프로덕션 분기", - "loc.input.help.production_branch": "프로덕션 분기입니다. 프로덕션 분기가 지정되고 배포 환경이 비어 있으면 기타 분기의 배포는 미리 보기 환경이 됩니다.", - "loc.input.label.data_api_location": "데이터 API 위치", - "loc.input.help.data_api_location": "작업 디렉터리를 기준으로 하는 데이터 API 원본 파일의 디렉터리 위치" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/ru-RU/resources.resjson b/_generated/AzureStaticWebAppV0/Strings/resources.resjson/ru-RU/resources.resjson deleted file mode 100644 index c4121f09b4b5..000000000000 --- a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/ru-RU/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "Развертывание статического веб-приложения Azure", - "loc.helpMarkDown": "[Learn more about Azure Static Web Apps](https://aka.ms/swadocs)", - "loc.description": "[PREVIEW] Создание и развертывание статического веб-приложения Azure", - "loc.instanceNameFormat": "Статическое веб-приложение: $(message)", - "loc.input.label.cwd": "Рабочий каталог", - "loc.input.help.cwd": "Укажите рабочую папку для выполнения этой задачи. Если оставить пустое значение, используется рабочая папка по умолчанию.", - "loc.input.label.app_location": "Расположение приложения", - "loc.input.help.app_location": "Местоположение каталога исходного кода приложения относительно рабочего каталога", - "loc.input.label.app_build_command": "Команда сборки приложения", - "loc.input.help.app_build_command": "Пользовательская команда для запуска Oryx при сборке исходного кода приложения", - "loc.input.label.output_location": "Расположение выходных данных", - "loc.input.help.output_location": "Местоположение каталога скомпилированного кода приложения после сборки", - "loc.input.label.api_location": "Расположение API", - "loc.input.help.api_location": "Расположение в каталоге исходного кода Функций Azure относительно рабочего каталога", - "loc.input.label.api_build_command": "Команда сборки API", - "loc.input.help.api_build_command": "Настраиваемая команда для выполнения в Oryx при сборке исходного кода Функций Azure", - "loc.input.label.routes_location": "Расположение маршрутов", - "loc.input.help.routes_location": "Расположение каталога, в котором можно найти файл route.json, относительно рабочего каталога. Примечание: route.json устарел, используйте staticwebapp.config.json.", - "loc.input.label.config_file_location": "Расположение файлов журнала", - "loc.input.help.config_file_location": "Расположение каталога, в котором находится файл staticwebapp.config.json-файл, относительно рабочего каталога", - "loc.input.label.skip_app_build": "Пропустить сборку приложения", - "loc.input.help.skip_app_build": "Пропуск сборки Oryx для папки приложения", - "loc.input.label.skip_api_build": "Пропустить сборку API", - "loc.input.help.skip_api_build": "Пропуск сборки Oryx для папки API", - "loc.input.label.is_static_export": "Установить статический экспорт", - "loc.input.help.is_static_export": "Установите для этого флага значение true, если приложение настроено для экспорта в статический формат HTML, то есть при использовании \"next export\".", - "loc.input.label.verbose": "Подробно", - "loc.input.help.verbose": "Включение подробного ведения журнала", - "loc.input.label.build_timeout_in_minutes": "Время ожидания сборки в минутах", - "loc.input.help.build_timeout_in_minutes": "Ограничение времени сборки папки приложения Oryx в минутах", - "loc.input.label.azure_static_web_apps_api_token": "Маркер API Статических веб-приложений Azure", - "loc.input.help.azure_static_web_apps_api_token": "Токен API для развертывания. Не требуется, если передается как переменная среды", - "loc.input.label.deployment_environment": "Среда развертывания", - "loc.input.help.deployment_environment": "Среда, в которую выполняется развертывания. Оставьте значение пустым для рабочей среды. Имеет приоритет над параметров \"Рабочая ветвь\"", - "loc.input.label.production_branch": "Рабочая ветвь", - "loc.input.help.production_branch": "Рабочая ветвь. Если указан этот параметр, а среда развертывания пуста, развертывания из других ветвей будут производиться в предварительных средах", - "loc.input.label.data_api_location": "Расположение API данных", - "loc.input.help.data_api_location": "Расположение каталога исходных файлов API данных относительно рабочего каталога" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/zh-CN/resources.resjson b/_generated/AzureStaticWebAppV0/Strings/resources.resjson/zh-CN/resources.resjson deleted file mode 100644 index 3685973ea892..000000000000 --- a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/zh-CN/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "部署 Azure 静态 Web 应用", - "loc.helpMarkDown": "[详细了解 Azure Static Web Apps](https://aka.ms/swadocs)", - "loc.description": "[预览] 生成和部署 Azure Static Web 应用", - "loc.instanceNameFormat": "静态 Web 应用: $(message)", - "loc.input.label.cwd": "工作目录", - "loc.input.help.cwd": "指定执行此任务的绝对工作目录。如果留空,将使用默认工作目录。", - "loc.input.label.app_location": "应用位置", - "loc.input.help.app_location": "应用程序源代码相对于工作目录的目录位置", - "loc.input.label.app_build_command": "应用生成命令", - "loc.input.help.app_build_command": "生成应用程序源代码时要运行的 Oryx 自定义命令", - "loc.input.label.output_location": "输出位置", - "loc.input.help.output_location": "生成后已编译应用程序代码的目录位置", - "loc.input.label.api_location": "API 位置", - "loc.input.help.api_location": "Azure Functions 源代码相对于工作目录的目录位置", - "loc.input.label.api_build_command": "API 生成命令", - "loc.input.help.api_build_command": "生成 Azure Functions 源代码时要运行的 Oryx 自定义命令", - "loc.input.label.routes_location": "路由位置", - "loc.input.help.routes_location": "可以找到 routes.json 文件的目录位置(相对于工作目录)。注意: routes.json 已弃用,请使用 staticwebapp.config.json", - "loc.input.label.config_file_location": "配置文件位置", - "loc.input.help.config_file_location": "可在其中找到 staticwebapp.config.json 文件的目录位置(相对于工作目录)", - "loc.input.label.skip_app_build": "跳过应用生成", - "loc.input.help.skip_app_build": "跳过应用文件夹的 Oryx 生成", - "loc.input.label.skip_api_build": "跳过 API 生成", - "loc.input.help.skip_api_build": "跳过 API 文件夹的 Oryx 生成", - "loc.input.label.is_static_export": "设置静态导出", - "loc.input.help.is_static_export": "将应用程序配置为导出到静态 HTML 时(即如果使用 `next export` 时),将此标志设置为 true。", - "loc.input.label.verbose": "详细", - "loc.input.help.verbose": "启用详细日志记录", - "loc.input.label.build_timeout_in_minutes": "生成超时(分钟)", - "loc.input.help.build_timeout_in_minutes": "Oryx 应用文件夹生成的时间限制(分钟)", - "loc.input.label.azure_static_web_apps_api_token": "Azure Static Web Apps API 令牌", - "loc.input.help.azure_static_web_apps_api_token": "用于部署的 API 令牌。如果作为环境变量传递,则不需要", - "loc.input.label.deployment_environment": "部署环境", - "loc.input.help.deployment_environment": "要部署到的环境。为生产环境留空。优先于生产分支", - "loc.input.label.production_branch": "生产分支", - "loc.input.help.production_branch": "生产分支。已指定且部署环境为空时,来自其他分支的部署将是预览版环境", - "loc.input.label.data_api_location": "数据 API 位置", - "loc.input.help.data_api_location": "相对于工作目录的数据 API 源文件的目录位置" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/zh-TW/resources.resjson b/_generated/AzureStaticWebAppV0/Strings/resources.resjson/zh-TW/resources.resjson deleted file mode 100644 index 3856da3ee10e..000000000000 --- a/_generated/AzureStaticWebAppV0/Strings/resources.resjson/zh-TW/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "部署 Azure 靜態 Web 應用程式", - "loc.helpMarkDown": "[深入了解 Azure Static Web Apps](https://aka.ms/swadocs)", - "loc.description": "[預覽] 建置及部署 Azure Static Web App", - "loc.instanceNameFormat": "Static Web App: $(message)", - "loc.input.label.cwd": "工作目錄", - "loc.input.help.cwd": "請指定要在其中執行此工作的絕對工作目錄。若為空白,則會使用預設工作目錄。", - "loc.input.label.app_location": "應用程式位置", - "loc.input.help.app_location": "應用程式原始程式碼相對於工作目錄的目錄位置", - "loc.input.label.app_build_command": "API 組建命令", - "loc.input.help.app_build_command": "組建應用程式原始程式碼時要執行的 Oryx 自訂命令", - "loc.input.label.output_location": "輸出位置", - "loc.input.help.output_location": "建置後已編譯之應用程式程式碼的目錄位置", - "loc.input.label.api_location": "API 位置", - "loc.input.help.api_location": "Azure Functions 原始程式碼相對於工作目錄的目錄位置", - "loc.input.label.api_build_command": "API 組建命令", - "loc.input.help.api_build_command": "組建 Azure Functions 原始程式碼時要執行的 Oryx 自訂命令", - "loc.input.label.routes_location": "路由位置", - "loc.input.help.routes_location": "可以找到 routes.json 檔案的目錄位置 (相對於工作目錄而言)。注意: routes.json 已過時,請使用 staticwebapp.config.json", - "loc.input.label.config_file_location": "組態檔位置", - "loc.input.help.config_file_location": "可找到 staticwebapp.config.json 檔案的目錄位置 (相對於工作目錄)", - "loc.input.label.skip_app_build": "略過應用程式組建", - "loc.input.help.skip_app_build": "略過應用程式資料夾的 Oryx 組建", - "loc.input.label.skip_api_build": "略過 API 組建", - "loc.input.help.skip_api_build": "略過 API 資料夾的 Oryx 組建", - "loc.input.label.is_static_export": "設定靜態匯出", - "loc.input.help.is_static_export": "當您的應用程式設定為匯出至靜態 HTML 時,請將此旗標設為 True (即當您使用 [下一次匯出] 時)。", - "loc.input.label.verbose": "詳細資訊", - "loc.input.help.verbose": "啟用詳細資訊記錄", - "loc.input.label.build_timeout_in_minutes": "組建逾時 (分鐘)", - "loc.input.help.build_timeout_in_minutes": "Oryx 應用程式資料夾組建的時間限制 (分鐘)", - "loc.input.label.azure_static_web_apps_api_token": "Azure Static Web Apps API 權杖", - "loc.input.help.azure_static_web_apps_api_token": "部署的 API 權杖。若以環境變數傳遞則不需要", - "loc.input.label.deployment_environment": "部署環境", - "loc.input.help.deployment_environment": "要部署的目的地環境。實際執行環境請保留空白。優先於 實際執行分支", - "loc.input.label.production_branch": "實際執行分支", - "loc.input.help.production_branch": "實際執行分支。當指定與部署環境為空白時,來自其他分支的部署會是預覽環境", - "loc.input.label.data_api_location": "資料 API 位置", - "loc.input.help.data_api_location": "資料 API 原始檔相對於工作目錄的目錄位置" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0/envVarDenylist.json b/_generated/AzureStaticWebAppV0/envVarDenylist.json deleted file mode 100644 index 7cf7327e85dd..000000000000 --- a/_generated/AzureStaticWebAppV0/envVarDenylist.json +++ /dev/null @@ -1,38 +0,0 @@ -[ - "LANG", - "ORYX_PATH", - "HOSTNAME", - "VERBOSE", - "BASE_BRANCH", - "DOTNET_SKIP_FIRST_TIME_EXPERIENCE", - "BUILD_TIMEOUT_IN_MINUTES", - "BRANCH", - "ORYX_SDK_STORAGE_BASE_URL", - "NUGET_XMLDOC_MODE", - "DEPLOYMENT_PROVIDER", - "ORYX_PATHS", - "PWD", - "HOME", - "ENABLE_DYNAMIC_INSTALL", - "APP_LOCATION", - "REPOSITORY_URL", - "API_LOCATION", - "DEPLOYMENT_TOKEN", - "REPOSITORY_BASE", - "API_BUILD_COMMAND", - "DEBIAN_FLAVOR", - "SKIP_APP_BUILD", - "ORYX_BUILDIMAGE_TYPE", - "IS_PULL_REQUEST", - "OUTPUT_LOCATION", - "SHLVL", - "ORYX_AI_INSTRUMENTATION_KEY", - "CONFIG_FILE_LOCATION", - "APP_BUILD_COMMAND", - "PATH", - "GITHUB_WORKSPACE", - "ROUTES_LOCATION", - "ORIGINAL_PATH", - "DEPLOYMENT_ACTION", - "NUGET_PACKAGES" -] \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0/icon.png b/_generated/AzureStaticWebAppV0/icon.png deleted file mode 100644 index f2bcd4a89fdabf5764ff7fbc8e2f6019a817d580..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1102 zcmV-U1hM;xP)7=j=Im;2zc)3j0nTM^Te$=* zAgzafFVimCACRk*QcVpx*D{PAG99b#PIxXwJZY|p01bs{Ym*X! zk?B}oSHSI1)RGFof8jaXe)R(Cwr^OQR4WybfuexRp{~`76-81=gphUt_1+R{J?^_e z50R8X|6~Nnn*!aj@^^o$%|}zEbJ_8_!;xL9NSU5N3F)80rYaI;-m{1N8hcy3=o&cG z;^%V)7O#phL6{%~IWY^(slrEl{2X}7XM5h>s52QgxjLHQtCs_G?JO&rCv5_YS49{g zjG_XZDjezb^GL0mpRPx3zP82^F5HSEgyh>l!@RcB$NndL%Mg&})exBrMToRx9-Iz^ zBfBejw9d_eQ$encC9=Mna*d{di_d?V0x3A%A10X+9PX?HBwzeGwRjUqiN&iSjm%Rs z_y1&2>Qeb&Pk`oXH{GYk7|0_BXm2Vdnh;zWj%UyI+=u{@!<_*b5=N6=C+f>TMTTu+tUb&v@5gPn1UTxjLwXp=J`@;n*kn4eL zBj)V0^W*dm#(1fvoPbxg`R*%G*jB4^@n&SfxvkYM9)CdR`@UJuUY%Ls&+mbvQ!pM* zap;FJX5t11pRFX|b>y0_$wML~_+!Z4lv``ubhlT~I~e7|vq22AKqD?X1uV39(%{(7 zL1yA62Ri};%2Ytm*5sjgFiOHOv$4%JF1p(*_-!b{iQWlBft<^(fMxN7$tOMON<7)< z#p_aetiF^BH^a8L7q|KNeJIL_OB3n4zSt;ccr`?33gqHrXd#*q96d9FDJ0J|`vAD~ z&#djtr#+*XLLy|LELIa{Dgg8Ef#N4qM%v#u9OLMj5u$VEqW&dey9Y8#W@2GBdORq~ z(jTSaP=eu5V#&Ay>`X^yZ55D!5)4fc3{9*s>53sWgmE0$b+?(*P - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0/index.ts b/_generated/AzureStaticWebAppV0/index.ts deleted file mode 100644 index 4970cd651483..000000000000 --- a/_generated/AzureStaticWebAppV0/index.ts +++ /dev/null @@ -1,170 +0,0 @@ -import path = require('path'); -import tl = require('azure-pipelines-task-lib/task'); -import trm = require('azure-pipelines-task-lib/toolrunner'); -import fs = require('fs'); - -const appLocationInputName = 'app_location'; -const appBuildCommandInputName = 'app_build_command'; -const outputLocationInputName = 'output_location'; -const apiLocationInputName = 'api_location'; -const apiBuildCommandInputName = 'api_build_command'; -const routesLocationInputName = 'routes_location'; -const buildTimeoutInMinutesInputName = 'build_timeout_in_minutes'; -const configFileLocationInputName = 'config_file_location'; -const apiTokenInputName = 'azure_static_web_apps_api_token'; -const deploymentEnvironmentInputName = 'deployment_environment'; -const productionBranchInputName = 'production_branch'; -const dataApiLocationInputName = 'data_api_location'; - -async function run() { - const envVarFilePath: string = path.join(__dirname, 'env.list'); - - try { - tl.setResourcePath(path.join(__dirname, 'task.json')); - - var bash: trm.ToolRunner = tl.tool(tl.which('bash', true)); - - var scriptPath: string = path.join(__dirname, 'launch-docker.sh'); - - var taskWorkingDirectory: string = path.dirname(scriptPath); - - tl.mkdirP(taskWorkingDirectory); - tl.cd(taskWorkingDirectory); - - bash.arg(scriptPath); - - bash.line(tl.getInput('args', false)); - - await createDockerEnvVarFile(envVarFilePath); - - const options = { - failOnStdErr: false - }; - - await bash.exec(options); - tl.setResult(tl.TaskResult.Succeeded, null); - } catch (err) { - tl.setResult(tl.TaskResult.Failed, err); - } finally { - await fs.promises.unlink(envVarFilePath).catch(() => tl.warning("Unable to delete env file")); - } -} - -async function createDockerEnvVarFile(envVarFilePath: string) { - var variableString: string = "" - - const systemVariableNames: Set = new Set(); - - const addVariableToString = (envVarName: string, envVarValue: string) => variableString += envVarName + "=" + envVarValue + "\n" - - const addSystemVariableToString = (envVarName: string, envVarValue: string) => { - addVariableToString(envVarName, envVarValue) - systemVariableNames.add(envVarName) - } - - const addInputStringToString = (envVarName: string, envVarValue: string, inputName: string,) => { - if (envVarValue.includes("\n")) { - throw "Input " + inputName + " is a multiline string and cannot be added to the build environment."; - } - - addSystemVariableToString(envVarName, envVarValue) - } - - const workingDirectory: string = tl.getInput('cwd', false) || process.env.SYSTEM_DEFAULTWORKINGDIRECTORY; - const appLocation: string = tl.getInput(appLocationInputName, false) || ""; - const appBuildCommand: string = tl.getInput(appBuildCommandInputName, false) || ""; - const outputLocation: string = tl.getInput(outputLocationInputName, false) || ""; - const apiLocation: string = tl.getInput(apiLocationInputName, false) || ""; - const apiBuildCommand: string = tl.getInput(apiBuildCommandInputName, false) || ""; - const routesLocation: string = tl.getInput(routesLocationInputName, false) || ""; - const buildTimeoutInMinutes: string = tl.getInput(buildTimeoutInMinutesInputName, false) || ""; - const configFileLocation: string = tl.getInput(configFileLocationInputName, false) || ""; - const deploymentEnvironment: string = tl.getInput(deploymentEnvironmentInputName, false) || ""; - const productionBranch: string = tl.getInput(productionBranchInputName, false) || ""; - const dataApiLocation: string = tl.getInput(dataApiLocationInputName, false) || ""; - - const skipAppBuild: boolean = tl.getBoolInput('skip_app_build', false); - const skipApiBuild: boolean = tl.getBoolInput('skip_api_build', false); - const isStaticExport: boolean = tl.getBoolInput('is_static_export', false); - const apiToken: string = process.env[apiTokenInputName] || tl.getInput(apiTokenInputName, false) || ""; - - const systemVerbose = getNullableBooleanFromString(process.env['SYSTEM_DEBUG']); - const inputVerbose = getNullableBooleanFromString(tl.getInput('verbose', false)); - - const verbose = inputVerbose === true ? true : (inputVerbose === false ? false : systemVerbose === true); - - const deploymentClient = "mcr.microsoft.com/appsvc/staticappsclient:stable"; - const containerWorkingDir = "/working_dir"; - - addInputStringToString("APP_LOCATION", appLocation, appLocationInputName); - addInputStringToString("APP_BUILD_COMMAND", appBuildCommand, appBuildCommandInputName); - addInputStringToString("OUTPUT_LOCATION", outputLocation, outputLocationInputName); - addInputStringToString("API_LOCATION", apiLocation, apiLocationInputName); - addInputStringToString("API_BUILD_COMMAND", apiBuildCommand, apiBuildCommandInputName); - addInputStringToString("ROUTES_LOCATION", routesLocation, routesLocationInputName); - addInputStringToString("BUILD_TIMEOUT_IN_MINUTES", buildTimeoutInMinutes, buildTimeoutInMinutesInputName); - addInputStringToString("CONFIG_FILE_LOCATION", configFileLocation, configFileLocationInputName); - addInputStringToString("DEPLOYMENT_ENVIRONMENT", deploymentEnvironment, deploymentEnvironmentInputName); - addInputStringToString("PRODUCTION_BRANCH", productionBranch, productionBranchInputName); - addInputStringToString("DATA_API_LOCATION", dataApiLocation, dataApiLocationInputName); - - addSystemVariableToString("SKIP_APP_BUILD", skipAppBuild.toString()); - addSystemVariableToString("SKIP_API_BUILD", skipApiBuild.toString()); - addSystemVariableToString("IS_STATIC_EXPORT", isStaticExport.toString()); - addSystemVariableToString("VERBOSE", verbose.toString()); - - addInputStringToString("DEPLOYMENT_TOKEN", apiToken, apiTokenInputName); - - process.env['SWA_DEPLOYMENT_CLIENT'] = deploymentClient; - process.env['SWA_WORKING_DIR'] = workingDirectory; - process.env['SWA_WORKSPACE_DIR'] = containerWorkingDir; - - addSystemVariableToString("GITHUB_WORKSPACE", ""); - addSystemVariableToString("DEPLOYMENT_PROVIDER", "DevOps"); - addSystemVariableToString("REPOSITORY_URL", process.env.BUILD_REPOSITORY_URI || ""); - addSystemVariableToString("IS_PULL_REQUEST", ""); - addSystemVariableToString("BASE_BRANCH", ""); - addSystemVariableToString("REPOSITORY_BASE", containerWorkingDir); - addSystemVariableToString("BRANCH", process.env.BUILD_SOURCEBRANCHNAME || process.env.BUILD_SOURCEBRANCH || ""); - addSystemVariableToString("DEPLOYMENT_ACTION", "upload"); - - const denylistString = await fs.promises.readFile(path.join(__dirname, 'envVarDenylist.json'), 'utf8'); - const denylist = JSON.parse(denylistString); - - Object.keys(process.env).forEach((envVarKey: string) => { - const envVarValue = process.env[envVarKey]; - - if (envVarValue.includes("\n")) { - tl.warning("Environment variable " + envVarKey + " is a multiline string and cannot be added to the build environment."); - return; - } - - if (systemVariableNames.has(envVarKey)) { - tl.warning("custom variable overlapping with reserved SWA variable: " + envVarKey); - return; - } - - if (!denylist.includes(envVarKey.toUpperCase())) { - addVariableToString(envVarKey, envVarValue); - } - }); - - await fs.promises.writeFile(envVarFilePath, variableString); -} - -function getNullableBooleanFromString(boolString: string): boolean { - if (boolString == null) return null; - boolString = boolString.toLowerCase(); - - if (boolString === "true") { - return true; - } - - if (boolString === "false") { - return false; - } - - return null; -} - -run(); diff --git a/_generated/AzureStaticWebAppV0/launch-docker.sh b/_generated/AzureStaticWebAppV0/launch-docker.sh deleted file mode 100644 index 84d17492846c..000000000000 --- a/_generated/AzureStaticWebAppV0/launch-docker.sh +++ /dev/null @@ -1,6 +0,0 @@ -docker run \ - --env-file ./env.list \ - --pull=always \ - -v "$SWA_WORKING_DIR:$SWA_WORKSPACE_DIR" \ - "$SWA_DEPLOYMENT_CLIENT" \ - ./bin/staticsites/StaticSitesClient run \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0/make.json b/_generated/AzureStaticWebAppV0/make.json deleted file mode 100644 index cc6c7ec559cf..000000000000 --- a/_generated/AzureStaticWebAppV0/make.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "cp": [ - { - "source": "envVarDenylist.json" - } - ], - "rm": [ - { - "items": [ - "node_modules/azure-pipelines-tasks-docker-common/node_modules/azure-pipelines-task-lib" - ], - "options": "-Rf" - } - ] -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0/package-lock.json b/_generated/AzureStaticWebAppV0/package-lock.json deleted file mode 100644 index 64495274e550..000000000000 --- a/_generated/AzureStaticWebAppV0/package-lock.json +++ /dev/null @@ -1,794 +0,0 @@ -{ - "name": "azure-static-web-app", - "version": "1.0.0", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "@types/concat-stream": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@types/concat-stream/-/concat-stream-1.6.1.tgz", - "integrity": "sha512-eHE4cQPoj6ngxBZMvVf6Hw7Mh4jMW4U9lpGmS5GBPB9RYxlFg+CHaVN7ErNY4W9XfLIEn20b4VDYaIrbq0q4uA==", - "requires": { - "@types/node": "*" - } - }, - "@types/form-data": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/@types/form-data/-/form-data-0.0.33.tgz", - "integrity": "sha512-8BSvG1kGm83cyJITQMZSulnl6QV8jqAGreJsc5tPu1Jq0vTSOiY/k24Wx82JRpWwZSqrala6sd5rWi6aNXvqcw==", - "requires": { - "@types/node": "*" - } - }, - "@types/mocha": { - "version": "5.2.7", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-5.2.7.tgz", - "integrity": "sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==" - }, - "@types/node": { - "version": "10.17.52", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.52.tgz", - "integrity": "sha512-bKnO8Rcj03i6JTzweabq96k29uVNcXGB0bkwjVQTFagDgxxNged18281AZ0nTMHl+aFpPPWyPrk4Z3+NtW/z5w==" - }, - "@types/q": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz", - "integrity": "sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==" - }, - "@types/qs": { - "version": "6.9.7", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", - "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==" - }, - "@types/uuid": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", - "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==" - }, - "array-union": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", - "requires": { - "array-uniq": "^1.0.1" - } - }, - "array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==" - }, - "arrify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==" - }, - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" - }, - "azure-pipelines-task-lib": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.3.1.tgz", - "integrity": "sha512-AEwz0+Sofv80UviCYsS6fzyX5zzsLapmNCMNUoaRePZQVN+oQBStix1DGg4fdZf9zJ6acNd9xEBZQWbWuZu5Zg==", - "requires": { - "minimatch": "3.0.5", - "mockery": "^2.1.0", - "q": "^1.5.1", - "semver": "^5.1.0", - "shelljs": "^0.8.5", - "sync-request": "6.1.0", - "uuid": "^3.0.1" - }, - "dependencies": { - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - } - } - }, - "minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "shelljs": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", - "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", - "requires": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - } - } - } - }, - "azure-pipelines-tasks-docker-common": { - "version": "2.198.1", - "resolved": "https://registry.npmjs.org/azure-pipelines-tasks-docker-common/-/azure-pipelines-tasks-docker-common-2.198.1.tgz", - "integrity": "sha512-lgN/sNVhxVxnIM1HoUy8BO8A7idw1ypICBmdPOJUdw21Oy+7cplWfTnygFLPvGSFCN3VnSJFbzBe8LewcWplow==", - "requires": { - "@types/mocha": "^5.2.7", - "@types/node": "^10.17.0", - "@types/q": "1.5.4", - "@types/uuid": "^8.3.0", - "azure-pipelines-task-lib": "^3.1.0", - "del": "2.2.0", - "q": "1.4.1" - }, - "dependencies": { - "azure-pipelines-task-lib": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-3.4.0.tgz", - "integrity": "sha512-3eC4OTFw+7xD7A2aUhxR/j+jRlTI+vVfS0CGxt1pCLs4c/KmY0tQWgbqjD3157kmiucWxELBvgZHaD2gCBe9fg==", - "requires": { - "minimatch": "3.0.5", - "mockery": "^2.1.0", - "q": "^1.5.1", - "semver": "^5.1.0", - "shelljs": "^0.8.5", - "sync-request": "6.1.0", - "uuid": "^3.0.1" - }, - "dependencies": { - "q": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==" - } - } - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==" - }, - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - } - } - }, - "http-basic": { - "version": "8.1.3", - "resolved": "https://registry.npmjs.org/http-basic/-/http-basic-8.1.3.tgz", - "integrity": "sha512-/EcDMwJZh3mABI2NhGfHOGOeOZITqfkEO4p/xK+l3NpyncIHUQBoMvCSF/b5GqvKtySC2srL/GGG3+EtlqlmCw==", - "requires": { - "caseless": "^0.12.0", - "concat-stream": "^1.6.2", - "http-response-object": "^3.0.1", - "parse-cache-control": "^1.0.1" - } - }, - "http-response-object": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/http-response-object/-/http-response-object-3.0.2.tgz", - "integrity": "sha512-bqX0XTF6fnXSQcEJ2Iuyr75yVakyjIDCqroJQ/aHfSdlM743Cwqoi2nDYMzLGWUcuTWGWy8AAvOKXTfiv6q9RA==", - "requires": { - "@types/node": "^10.0.3" - } - }, - "minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "mockery": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mockery/-/mockery-2.1.0.tgz", - "integrity": "sha512-9VkOmxKlWXoDO/h1jDZaS4lH33aWfRiJiNT/tKj+8OGzrcFDLo8d0syGdbsc3Bc4GvRXPb+NMMvojotmuGJTvA==" - }, - "promise": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", - "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", - "requires": { - "asap": "~2.0.6" - } - }, - "q": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.4.1.tgz", - "integrity": "sha512-/CdEdaw49VZVmyIDGUQKDDT53c7qBkO6g5CefWz91Ae+l4+cRtcDYwMTXh6me4O8TMldeGHG3N2Bl84V78Ywbg==" - }, - "shelljs": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", - "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", - "requires": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - } - }, - "sync-request": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/sync-request/-/sync-request-6.1.0.tgz", - "integrity": "sha512-8fjNkrNlNCrVc/av+Jn+xxqfCjYaBoHqCsDz6mt030UMxJGr+GSfCV1dQt2gRtlL63+VPidwDVLr7V2OcTSdRw==", - "requires": { - "http-response-object": "^3.0.1", - "sync-rpc": "^1.2.1", - "then-request": "^6.0.0" - } - }, - "then-request": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/then-request/-/then-request-6.0.2.tgz", - "integrity": "sha512-3ZBiG7JvP3wbDzA9iNY5zJQcHL4jn/0BWtXIkagfz7QgOL/LqjCEOBQuJNZfu0XYnv5JhKh+cDxCPM4ILrqruA==", - "requires": { - "@types/concat-stream": "^1.6.0", - "@types/form-data": "0.0.33", - "@types/node": "^8.0.0", - "@types/qs": "^6.2.31", - "caseless": "~0.12.0", - "concat-stream": "^1.6.0", - "form-data": "^2.2.0", - "http-basic": "^8.1.1", - "http-response-object": "^3.0.1", - "promise": "^8.0.0", - "qs": "^6.4.0" - }, - "dependencies": { - "@types/node": { - "version": "8.10.66", - "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.66.tgz", - "integrity": "sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==" - } - } - } - } - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", - "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" - }, - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - } - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", - "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - } - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" - }, - "del": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/del/-/del-2.2.0.tgz", - "integrity": "sha512-AZDiRb78EEGYCsAZTG3v+CM5q8J0BIs+wI7QeUtyosm+zIMm4XSmp6aI/K7cU9l+YaKpDKN9dYP1xTrNjLQ+LA==", - "requires": { - "globby": "^4.0.0", - "is-path-cwd": "^1.0.0", - "is-path-in-cwd": "^1.0.0", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "rimraf": "^2.2.8" - } - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" - }, - "form-data": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", - "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "get-intrinsic": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", - "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3" - } - }, - "get-port": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/get-port/-/get-port-3.2.0.tgz", - "integrity": "sha512-x5UJKlgeUiNT8nyo/AcnwLnZuZNcSjSw0kogRB+Whd1fjjFq4B1hySFxSFWWSn4mIBzg3sRNUDFYc4g5gjPoLg==" - }, - "glob": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz", - "integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=", - "requires": { - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "2 || 3", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "globby": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-4.1.0.tgz", - "integrity": "sha512-JPDtMSr0bt25W64q792rvlrSwIaZwqUAhqdYKSr57Wh/xBcQ5JDWLM85ndn+Q1WdBQXLb9YGCl0QN/T0HpqU0A==", - "requires": { - "array-union": "^1.0.1", - "arrify": "^1.0.0", - "glob": "^6.0.1", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", - "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==" - }, - "has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" - }, - "http-basic": { - "version": "8.1.3", - "resolved": "https://registry.npmjs.org/http-basic/-/http-basic-8.1.3.tgz", - "integrity": "sha512-/EcDMwJZh3mABI2NhGfHOGOeOZITqfkEO4p/xK+l3NpyncIHUQBoMvCSF/b5GqvKtySC2srL/GGG3+EtlqlmCw==", - "requires": { - "caseless": "^0.12.0", - "concat-stream": "^1.6.2", - "http-response-object": "^3.0.1", - "parse-cache-control": "^1.0.1" - } - }, - "http-response-object": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/http-response-object/-/http-response-object-3.0.2.tgz", - "integrity": "sha512-bqX0XTF6fnXSQcEJ2Iuyr75yVakyjIDCqroJQ/aHfSdlM743Cwqoi2nDYMzLGWUcuTWGWy8AAvOKXTfiv6q9RA==", - "requires": { - "@types/node": "^10.0.3" - } - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "interpret": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", - "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" - }, - "is-core-module": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", - "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", - "requires": { - "has": "^1.0.3" - } - }, - "is-path-cwd": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", - "integrity": "sha512-cnS56eR9SPAscL77ik76ATVqoPARTqPIVkMDVxRaWH06zT+6+CzIroYRJ0VVvm0Z1zfAvxvz9i/D3Ppjaqt5Nw==" - }, - "is-path-in-cwd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz", - "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==", - "requires": { - "is-path-inside": "^1.0.0" - } - }, - "is-path-inside": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", - "integrity": "sha512-qhsCR/Esx4U4hg/9I19OVUAJkGWtjRYHMRgUMZE2TDdj+Ag+kttZanLupfddNyglzz50cUlmWzUaI37GDfNx/g==", - "requires": { - "path-is-inside": "^1.0.1" - } - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" - }, - "mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "requires": { - "mime-db": "1.52.0" - } - }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "mockery": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mockery/-/mockery-2.1.0.tgz", - "integrity": "sha512-9VkOmxKlWXoDO/h1jDZaS4lH33aWfRiJiNT/tKj+8OGzrcFDLo8d0syGdbsc3Bc4GvRXPb+NMMvojotmuGJTvA==" - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" - }, - "object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==" - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { - "wrappy": "1" - } - }, - "parse-cache-control": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parse-cache-control/-/parse-cache-control-1.0.1.tgz", - "integrity": "sha512-60zvsJReQPX5/QP0Kzfd/VrpjScIQ7SHBW6bFCYfEP+fp0Eppr1SHhIO5nd1PjZtvclzSzES9D/p5nFJurwfWg==" - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" - }, - "path-is-inside": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==" - }, - "path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" - }, - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==" - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", - "requires": { - "pinkie": "^2.0.0" - } - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, - "promise": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", - "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", - "requires": { - "asap": "~2.0.6" - } - }, - "q": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=" - }, - "qs": { - "version": "6.11.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz", - "integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==", - "requires": { - "side-channel": "^1.0.4" - } - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "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" - } - }, - "rechoir": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", - "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==", - "requires": { - "resolve": "^1.1.6" - } - }, - "resolve": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", - "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", - "requires": { - "is-core-module": "^2.9.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - } - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - } - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" - }, - "side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - } - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" - }, - "sync-request": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/sync-request/-/sync-request-6.1.0.tgz", - "integrity": "sha512-8fjNkrNlNCrVc/av+Jn+xxqfCjYaBoHqCsDz6mt030UMxJGr+GSfCV1dQt2gRtlL63+VPidwDVLr7V2OcTSdRw==", - "requires": { - "http-response-object": "^3.0.1", - "sync-rpc": "^1.2.1", - "then-request": "^6.0.0" - } - }, - "sync-rpc": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/sync-rpc/-/sync-rpc-1.3.6.tgz", - "integrity": "sha512-J8jTXuZzRlvU7HemDgHi3pGnh/rkoqR/OZSjhTyyZrEkkYQbk7Z33AXp37mkPfPpfdOuj7Ex3H/TJM1z48uPQw==", - "requires": { - "get-port": "^3.1.0" - } - }, - "then-request": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/then-request/-/then-request-6.0.2.tgz", - "integrity": "sha512-3ZBiG7JvP3wbDzA9iNY5zJQcHL4jn/0BWtXIkagfz7QgOL/LqjCEOBQuJNZfu0XYnv5JhKh+cDxCPM4ILrqruA==", - "requires": { - "@types/concat-stream": "^1.6.0", - "@types/form-data": "0.0.33", - "@types/node": "^8.0.0", - "@types/qs": "^6.2.31", - "caseless": "~0.12.0", - "concat-stream": "^1.6.0", - "form-data": "^2.2.0", - "http-basic": "^8.1.1", - "http-response-object": "^3.0.1", - "promise": "^8.0.0", - "qs": "^6.4.0" - }, - "dependencies": { - "@types/node": { - "version": "8.10.66", - "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.66.tgz", - "integrity": "sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==" - } - } - }, - "typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" - }, - "typescript": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.2.tgz", - "integrity": "sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==", - "dev": true - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - } - } -} diff --git a/_generated/AzureStaticWebAppV0/package.json b/_generated/AzureStaticWebAppV0/package.json deleted file mode 100644 index 0ab60aafdc22..000000000000 --- a/_generated/AzureStaticWebAppV0/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "azure-static-web-app", - "version": "1.0.0", - "description": "Build and deploy an Azure Static Web App", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "", - "license": "ISC", - "dependencies": { - "@types/node": "^10.17.0", - "azure-pipelines-task-lib": "^4.3.1", - "azure-pipelines-tasks-docker-common": "2.198.1" - }, - "devDependencies": { - "typescript": "4.0.2" - } -} diff --git a/_generated/AzureStaticWebAppV0/task.json b/_generated/AzureStaticWebAppV0/task.json deleted file mode 100644 index 3c9bbdf70d57..000000000000 --- a/_generated/AzureStaticWebAppV0/task.json +++ /dev/null @@ -1,175 +0,0 @@ -{ - "id": "18aad896-e191-4720-88d6-8ced4806941a", - "name": "AzureStaticWebApp", - "friendlyName": "Deploy Azure Static Web App", - "description": "[PREVIEW] Build and deploy an Azure Static Web App", - "author": "Microsoft Corporation", - "helpUrl": "https://aka.ms/swadocs", - "helpMarkDown": "[Learn more about Azure Static Web Apps](https://aka.ms/swadocs)", - "category": "Utility", - "visibility": [ - "Build", - "Release" - ], - "demands": [], - "version": { - "Major": 0, - "Minor": 226, - "Patch": 1 - }, - "preview": true, - "minimumAgentVersion": "1.95.0", - "instanceNameFormat": "Static Web App: $(message)", - "inputs": [ - { - "name": "cwd", - "aliases": [ - "workingDirectory", - "rootDirectory" - ], - "type": "filePath", - "label": "Working directory", - "defaultValue": "$(System.DefaultWorkingDirectory)", - "required": false, - "helpMarkDown": "Specify the absolute working directory in which to execute this task. If left empty, the default working directory will be used." - }, - { - "name": "app_location", - "type": "string", - "label": "App location", - "defaultValue": "", - "required": false, - "helpMarkDown": "Directory location of the application source code relative to working directory" - }, - { - "name": "app_build_command", - "type": "string", - "label": "App build command", - "defaultValue": "", - "required": false, - "helpMarkDown": "Custom command for Oryx to run when building application source code" - }, - { - "name": "output_location", - "type": "string", - "label": "Output location", - "defaultValue": "", - "required": false, - "helpMarkDown": "Directory location of the compiled application code after building" - }, - { - "name": "api_location", - "type": "string", - "label": "Api location", - "defaultValue": "", - "required": false, - "helpMarkDown": "Directory location of the Azure Functions source code relative to working directory" - }, - { - "name": "api_build_command", - "type": "string", - "label": "Api build command", - "defaultValue": "", - "required": false, - "helpMarkDown": "Custom command for Oryx to run when building Azure Functions source code" - }, - { - "name": "routes_location", - "type": "string", - "label": "Routes location", - "defaultValue": "", - "required": false, - "helpMarkDown": "Directory location where the routes.json file can be found, relative to working directory. Note: routes.json is deprecated, use staticwebapp.config.json" - }, - { - "name": "config_file_location", - "type": "string", - "label": "Config file location", - "defaultValue": "", - "required": false, - "helpMarkDown": "Directory location where the staticwebapp.config.json file can be found, relative to working directory" - }, - { - "name": "skip_app_build", - "type": "boolean", - "label": "Skip app build", - "defaultValue": "", - "required": false, - "helpMarkDown": "Skips Oryx build for app folder" - }, - { - "name": "skip_api_build", - "type": "boolean", - "label": "Skip api build", - "defaultValue": "", - "required": false, - "helpMarkDown": "Skips Oryx build for api folder" - }, - { - "name": "is_static_export", - "type": "boolean", - "label": "Set static export", - "defaultValue": "", - "required": false, - "helpMarkDown": "Set this flag to true when your application is configured to export to static HTML, i.e. when if you're using `next export`." - }, - { - "name": "verbose", - "type": "boolean", - "label": "Verbose", - "defaultValue": "", - "required": false, - "helpMarkDown": "Enables verbose logging" - }, - { - "name": "build_timeout_in_minutes", - "type": "int", - "label": "Build timeout in minutes", - "defaultValue": "", - "required": false, - "helpMarkDown": "Time limit of Oryx app folder build in minutes" - }, - { - "name": "azure_static_web_apps_api_token", - "type": "string", - "label": "Azure Static Web Apps api token", - "defaultValue": "", - "required": false, - "helpMarkDown": "Api token for deployment. Not required if passed as an environment variable" - }, - { - "name": "deployment_environment", - "type": "string", - "label": "Deployment Environment", - "defaultValue": "", - "required": false, - "helpMarkDown": "Environment to deploy to. Leave blank for production environment. Takes precedence over Production Branch" - }, - { - "name": "production_branch", - "type": "string", - "label": "Production Branch", - "defaultValue": "", - "required": false, - "helpMarkDown": "Production branch. When specified and Deployment Environment is empty, deployments from other branches will be preview environments" - }, - { - "name": "data_api_location", - "type": "string", - "label": "Data api location", - "defaultValue": "", - "required": false, - "helpMarkDown": "Directory location of the Data API source files relative to working directory" - } - ], - "execution": { - "Node10": { - "target": "index.js", - "argumentFormat": "" - } - }, - "_buildConfigMapping": { - "Default": "0.226.1", - "Node16-225": "0.226.0" - } -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0/task.loc.json b/_generated/AzureStaticWebAppV0/task.loc.json deleted file mode 100644 index 2a72f90232a4..000000000000 --- a/_generated/AzureStaticWebAppV0/task.loc.json +++ /dev/null @@ -1,175 +0,0 @@ -{ - "id": "18aad896-e191-4720-88d6-8ced4806941a", - "name": "AzureStaticWebApp", - "friendlyName": "ms-resource:loc.friendlyName", - "description": "ms-resource:loc.description", - "author": "Microsoft Corporation", - "helpUrl": "https://aka.ms/swadocs", - "helpMarkDown": "ms-resource:loc.helpMarkDown", - "category": "Utility", - "visibility": [ - "Build", - "Release" - ], - "demands": [], - "version": { - "Major": 0, - "Minor": 226, - "Patch": 1 - }, - "preview": true, - "minimumAgentVersion": "1.95.0", - "instanceNameFormat": "ms-resource:loc.instanceNameFormat", - "inputs": [ - { - "name": "cwd", - "aliases": [ - "workingDirectory", - "rootDirectory" - ], - "type": "filePath", - "label": "ms-resource:loc.input.label.cwd", - "defaultValue": "$(System.DefaultWorkingDirectory)", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.cwd" - }, - { - "name": "app_location", - "type": "string", - "label": "ms-resource:loc.input.label.app_location", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.app_location" - }, - { - "name": "app_build_command", - "type": "string", - "label": "ms-resource:loc.input.label.app_build_command", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.app_build_command" - }, - { - "name": "output_location", - "type": "string", - "label": "ms-resource:loc.input.label.output_location", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.output_location" - }, - { - "name": "api_location", - "type": "string", - "label": "ms-resource:loc.input.label.api_location", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.api_location" - }, - { - "name": "api_build_command", - "type": "string", - "label": "ms-resource:loc.input.label.api_build_command", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.api_build_command" - }, - { - "name": "routes_location", - "type": "string", - "label": "ms-resource:loc.input.label.routes_location", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.routes_location" - }, - { - "name": "config_file_location", - "type": "string", - "label": "ms-resource:loc.input.label.config_file_location", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.config_file_location" - }, - { - "name": "skip_app_build", - "type": "boolean", - "label": "ms-resource:loc.input.label.skip_app_build", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.skip_app_build" - }, - { - "name": "skip_api_build", - "type": "boolean", - "label": "ms-resource:loc.input.label.skip_api_build", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.skip_api_build" - }, - { - "name": "is_static_export", - "type": "boolean", - "label": "ms-resource:loc.input.label.is_static_export", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.is_static_export" - }, - { - "name": "verbose", - "type": "boolean", - "label": "ms-resource:loc.input.label.verbose", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.verbose" - }, - { - "name": "build_timeout_in_minutes", - "type": "int", - "label": "ms-resource:loc.input.label.build_timeout_in_minutes", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.build_timeout_in_minutes" - }, - { - "name": "azure_static_web_apps_api_token", - "type": "string", - "label": "ms-resource:loc.input.label.azure_static_web_apps_api_token", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.azure_static_web_apps_api_token" - }, - { - "name": "deployment_environment", - "type": "string", - "label": "ms-resource:loc.input.label.deployment_environment", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.deployment_environment" - }, - { - "name": "production_branch", - "type": "string", - "label": "ms-resource:loc.input.label.production_branch", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.production_branch" - }, - { - "name": "data_api_location", - "type": "string", - "label": "ms-resource:loc.input.label.data_api_location", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.data_api_location" - } - ], - "execution": { - "Node10": { - "target": "index.js", - "argumentFormat": "" - } - }, - "_buildConfigMapping": { - "Default": "0.226.1", - "Node16-225": "0.226.0" - } -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0/tsconfig.json b/_generated/AzureStaticWebAppV0/tsconfig.json deleted file mode 100644 index 80a978cf7fe7..000000000000 --- a/_generated/AzureStaticWebAppV0/tsconfig.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "compilerOptions": { - "target": "es6", - "module": "commonjs", - } -} diff --git a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/de-DE/resources.resjson b/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/de-DE/resources.resjson deleted file mode 100644 index a8be4a6f09f4..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/de-DE/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "Azure Static Web App bereitstellen", - "loc.helpMarkDown": "[Weitere Informationen zu Azure Static Web Apps](https://aka.ms/swadocs)", - "loc.description": "[VORSCHAU] Erstellen und Bereitstellen einer Azure Static Web App", - "loc.instanceNameFormat": "Static Web App: $(message)", - "loc.input.label.cwd": "Arbeitsverzeichnis", - "loc.input.help.cwd": "Geben Sie das absolute Arbeitsverzeichnis an, in dem diese Aufgabe ausgeführt werden soll. Wenn sie leer gelassen wird, wird das Standardarbeitsverzeichnis verwendet.", - "loc.input.label.app_location": "App-Speicherort", - "loc.input.help.app_location": "Verzeichnisspeicherort des Anwendungsquellcodes relativ zum Arbeitsverzeichnis", - "loc.input.label.app_build_command": "App-Buildbefehl", - "loc.input.help.app_build_command": "Benutzerdefinierter Befehl für Oryx, der beim Erstellen von Anwendungsquellcode ausgeführt werden soll", - "loc.input.label.output_location": "Ausgabespeicherort", - "loc.input.help.output_location": "Verzeichnisspeicherort des kompilierten Anwendungscodes nach dem Erstellen", - "loc.input.label.api_location": "API-Speicherort", - "loc.input.help.api_location": "Verzeichnisspeicherort des Azure Functions-Quellcodes relativ zum Arbeitsverzeichnis", - "loc.input.label.api_build_command": "API-Buildbefehl", - "loc.input.help.api_build_command": "Benutzerdefinierter Befehl für Oryx, der beim Erstellen von Azure Functions-Quellcode ausgeführt werden soll", - "loc.input.label.routes_location": "Routenstandort", - "loc.input.help.routes_location": "Verzeichnisspeicherort, an dem die Datei \"routes.json\" relativ zum Arbeitsverzeichnis gefunden werden kann. Hinweis: routes.json ist veraltet. Verwenden Sie \"staticwebapp.config.json\".", - "loc.input.label.config_file_location": "Speicherort für Konfigurationsdateien", - "loc.input.help.config_file_location": "Verzeichnisspeicherort, an dem die Datei \"staticwebapp.config.json\" relativ zum Arbeitsverzeichnis gefunden werden kann", - "loc.input.label.skip_app_build": "App-Build überspringen", - "loc.input.help.skip_app_build": "Überspringt Oryx-Build für App-Ordner", - "loc.input.label.skip_api_build": "API-Build überspringen", - "loc.input.help.skip_api_build": "Überspringt den Oryx-Build für den API-Ordner.", - "loc.input.label.is_static_export": "Statischen Export festlegen", - "loc.input.help.is_static_export": "Legen Sie dieses Flag auf TRUE fest, wenn Ihre Anwendung für den Export in statischen HTML-Code konfiguriert ist, d. h. wenn Sie \"Nächster Export\" verwenden.", - "loc.input.label.verbose": "Ausführlich", - "loc.input.help.verbose": "Aktiviert die ausführliche Protokollierung", - "loc.input.label.build_timeout_in_minutes": "Buildtimeout in Minuten", - "loc.input.help.build_timeout_in_minutes": "Zeitlimit beim Erstellen von Oryx-App-Ordnern in Minuten", - "loc.input.label.azure_static_web_apps_api_token": "Azure Static Web Apps – API-Token", - "loc.input.help.azure_static_web_apps_api_token": "API-Token für die Bereitstellung. Nicht erforderlich, wenn sie als Umgebungsvariable übergeben wird", - "loc.input.label.deployment_environment": "Bereitstellungsumgebung", - "loc.input.help.deployment_environment": "Umgebung, in der die Bereitstellung erfolgen soll. Lassen Sie das Feld für die Produktionsumgebung leer. Hat Vorrang vor Production Branch", - "loc.input.label.production_branch": "Produktionsbranch", - "loc.input.help.production_branch": "Produktionsbranch. Wenn die angegebene Bereitstellungsumgebung leer ist, sind Bereitstellungen aus anderen Branches Vorschauumgebungen.", - "loc.input.label.data_api_location": "Speicherort der Daten-API", - "loc.input.help.data_api_location": "Verzeichnisspeicherort der Daten-API-Quelldateien relativ zum Arbeitsverzeichnis" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/en-US/resources.resjson b/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/en-US/resources.resjson deleted file mode 100644 index 4cdb7b7282de..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/en-US/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "Deploy Azure Static Web App", - "loc.helpMarkDown": "[Learn more about Azure Static Web Apps](https://aka.ms/swadocs)", - "loc.description": "[PREVIEW] Build and deploy an Azure Static Web App", - "loc.instanceNameFormat": "Static Web App: $(message)", - "loc.input.label.cwd": "Working directory", - "loc.input.help.cwd": "Specify the absolute working directory in which to execute this task. If left empty, the default working directory will be used.", - "loc.input.label.app_location": "App location", - "loc.input.help.app_location": "Directory location of the application source code relative to working directory", - "loc.input.label.app_build_command": "App build command", - "loc.input.help.app_build_command": "Custom command for Oryx to run when building application source code", - "loc.input.label.output_location": "Output location", - "loc.input.help.output_location": "Directory location of the compiled application code after building", - "loc.input.label.api_location": "Api location", - "loc.input.help.api_location": "Directory location of the Azure Functions source code relative to working directory", - "loc.input.label.api_build_command": "Api build command", - "loc.input.help.api_build_command": "Custom command for Oryx to run when building Azure Functions source code", - "loc.input.label.routes_location": "Routes location", - "loc.input.help.routes_location": "Directory location where the routes.json file can be found, relative to working directory. Note: routes.json is deprecated, use staticwebapp.config.json", - "loc.input.label.config_file_location": "Config file location", - "loc.input.help.config_file_location": "Directory location where the staticwebapp.config.json file can be found, relative to working directory", - "loc.input.label.skip_app_build": "Skip app build", - "loc.input.help.skip_app_build": "Skips Oryx build for app folder", - "loc.input.label.skip_api_build": "Skip api build", - "loc.input.help.skip_api_build": "Skips Oryx build for api folder", - "loc.input.label.is_static_export": "Set static export", - "loc.input.help.is_static_export": "Set this flag to true when your application is configured to export to static HTML, i.e. when if you're using `next export`.", - "loc.input.label.verbose": "Verbose", - "loc.input.help.verbose": "Enables verbose logging", - "loc.input.label.build_timeout_in_minutes": "Build timeout in minutes", - "loc.input.help.build_timeout_in_minutes": "Time limit of Oryx app folder build in minutes", - "loc.input.label.azure_static_web_apps_api_token": "Azure Static Web Apps api token", - "loc.input.help.azure_static_web_apps_api_token": "Api token for deployment. Not required if passed as an environment variable", - "loc.input.label.deployment_environment": "Deployment Environment", - "loc.input.help.deployment_environment": "Environment to deploy to. Leave blank for production environment. Takes precedence over Production Branch", - "loc.input.label.production_branch": "Production Branch", - "loc.input.help.production_branch": "Production branch. When specified and Deployment Environment is empty, deployments from other branches will be preview environments", - "loc.input.label.data_api_location": "Data api location", - "loc.input.help.data_api_location": "Directory location of the Data API source files relative to working directory" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/es-ES/resources.resjson b/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/es-ES/resources.resjson deleted file mode 100644 index 46337305b737..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/es-ES/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "Implementar Web App de Azure Static", - "loc.helpMarkDown": "[Más información sobre Azure Static Web Apps](https://aka.ms/swadocs)", - "loc.description": "[VERSIÓN PRELIMINAR] Compilar e implementar una aplicación web estática de Azure", - "loc.instanceNameFormat": "Aplicación web estática: $(message)", - "loc.input.label.cwd": "Directorio de trabajo", - "loc.input.help.cwd": "Especifique el directorio de trabajo absoluto en el cual ejecutar esta tarea. Si se deja en blanco, se usará el directorio de trabajo predeterminado.", - "loc.input.label.app_location": "Ubicación de la aplicación", - "loc.input.help.app_location": "Ubicación del directorio del código fuente de la aplicación en relación con el directorio de trabajo", - "loc.input.label.app_build_command": "Comando de compilación de la aplicación", - "loc.input.help.app_build_command": "Comando personalizado para que Oryx se ejecute al compilar código fuente de la aplicación", - "loc.input.label.output_location": "Ubicación de salida", - "loc.input.help.output_location": "Ubicación del directorio del código de aplicación compilado después de compilar", - "loc.input.label.api_location": "Ubicación de la API", - "loc.input.help.api_location": "Ubicación del directorio del código fuente de Azure Functions relativa al directorio de trabajo", - "loc.input.label.api_build_command": "Comando de compilación de la API", - "loc.input.help.api_build_command": "Comando personalizado para que Oryx se ejecute al compilar código fuente de la Azure Functions", - "loc.input.label.routes_location": "Ubicación de rutas", - "loc.input.help.routes_location": "Ubicación del directorio donde se puede encontrar el archivo routes.json, en relación con el directorio de trabajo. Nota: routes.json está en desuso. Use staticwebapp.config.json.", - "loc.input.label.config_file_location": "Ubicación del archivo de registro", - "loc.input.help.config_file_location": "Ubicación del directorio donde se puede encontrar el archivo staticwebapp.config.json, en relación con el directorio de trabajo", - "loc.input.label.skip_app_build": "Omitir compilación de la aplicación", - "loc.input.help.skip_app_build": "Omite la compilación de Oryx para la carpeta de la aplicación", - "loc.input.label.skip_api_build": "Omitir compilación de API", - "loc.input.help.skip_api_build": "Omite la compilación de Oryx para la carpeta de API", - "loc.input.label.is_static_export": "Establecer exportación estática", - "loc.input.help.is_static_export": "Establezca esta marca en true cuando la aplicación esté configurada para exportar a HTML estático, es decir, cuando use \"next export\".", - "loc.input.label.verbose": "Detallado", - "loc.input.help.verbose": "Habilita el registro detallado", - "loc.input.label.build_timeout_in_minutes": "Tiempo de espera de compilación en minutos", - "loc.input.help.build_timeout_in_minutes": "Límite de tiempo de compilación de la carpeta de la aplicación Oryx en minutos", - "loc.input.label.azure_static_web_apps_api_token": "Token de API de Azure Static Web Apps", - "loc.input.help.azure_static_web_apps_api_token": "Token de API para la implementación. No es necesario si se pasa como variable de entorno.", - "loc.input.label.deployment_environment": "Entorno de implementación", - "loc.input.help.deployment_environment": "Entorno en el que se va a implementar. Déjelo en blanco para el entorno de producción. Tiene prioridad sobre la rama de producción", - "loc.input.label.production_branch": "Rama de producción", - "loc.input.help.production_branch": "Rama de producción. Cuando se especifica y el entorno de implementación está vacío, las implementaciones de otras ramas serán entornos de vista previa.", - "loc.input.label.data_api_location": "Ubicación de la API de datos", - "loc.input.help.data_api_location": "Ubicación del directorio de los archivos de origen API de datos en relación con el directorio de trabajo" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/fr-FR/resources.resjson b/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/fr-FR/resources.resjson deleted file mode 100644 index 7677f6effb38..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/fr-FR/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "Déployer une application web statique Azure", - "loc.helpMarkDown": "[En savoir plus sur les Azure Static Web Apps](https://aka.ms/swadocs)", - "loc.description": "[PREVIEW] Générer et déployer une application web statique Azure", - "loc.instanceNameFormat": "Application web statique : $(message)", - "loc.input.label.cwd": "Répertoire de travail", - "loc.input.help.cwd": "Spécifiez le répertoire de travail absolu dans lequel exécuter cette tâche. Si vous n'indiquez rien, le répertoire de travail par défaut est utilisé.", - "loc.input.label.app_location": "Emplacement de l'application", - "loc.input.help.app_location": "Emplacement du répertoire du code source de l’application par rapport au répertoire de travail", - "loc.input.label.app_build_command": "Commande de build d’application", - "loc.input.help.app_build_command": "Commande personnalisée à exécuter par Oryx lors de la construction du code source de l’application", - "loc.input.label.output_location": "Emplacement de sortie", - "loc.input.help.output_location": "Emplacement du répertoire du code d’application compilé après la génération", - "loc.input.label.api_location": "Emplacement de l'API", - "loc.input.help.api_location": "Emplacement du répertoire du code source d’Azure Functions par rapport au répertoire de travail.", - "loc.input.label.api_build_command": "Commande de génération d’API", - "loc.input.help.api_build_command": "Commande personnalisée pour qu’Oryx s’exécute lors de la génération Azure Functions code source", - "loc.input.label.routes_location": "Emplacement des itinéraires", - "loc.input.help.routes_location": "Emplacement du répertoire où le fichier routes.json peut être trouvé, par rapport au répertoire de travail. Note : routes.json est déconseillé, utilisez staticwebapp.config.json.", - "loc.input.label.config_file_location": "Emplacement du fichier config", - "loc.input.help.config_file_location": "Emplacement du répertoire où se trouve le fichier staticwebapp.config.json, par rapport au répertoire de travail", - "loc.input.label.skip_app_build": "Ignorer la génération de l’application", - "loc.input.help.skip_app_build": "Ignore la build Oryx pour le dossier d’application", - "loc.input.label.skip_api_build": "Ignorer le build d’API", - "loc.input.help.skip_api_build": "Ignore la build Oryx pour le dossier d’API.", - "loc.input.label.is_static_export": "Définir l’exportation statique", - "loc.input.help.is_static_export": "Définissez cet indicateur sur true lorsque votre application est configurée pour exporter vers le code HTML statique, c’est-à-dire lorsque vous utilisez « prochaine exportation ».", - "loc.input.label.verbose": "Commentaires", - "loc.input.help.verbose": "Active la journalisation détaillée.", - "loc.input.label.build_timeout_in_minutes": "Délai de build en minutes", - "loc.input.help.build_timeout_in_minutes": "Limite de temps de génération du dossier d’application Oryx en minutes", - "loc.input.label.azure_static_web_apps_api_token": "Jeton d’api pour Azure Static Web Apps", - "loc.input.help.azure_static_web_apps_api_token": "Jeton d’API pour le déploiement. Non requis si passé en tant que variable d’environnement", - "loc.input.label.deployment_environment": "Environnement de déploiement", - "loc.input.help.deployment_environment": "Environnement vers lequel effectuer le déploiement. Laissez vide pour l’environnement de production. Prévaut sur la branche de production", - "loc.input.label.production_branch": "Branche de production", - "loc.input.help.production_branch": "Branche de production. Lorsqu'il est spécifié et que l'environnement de déploiement est vide, les déploiements des autres branches seront des environnements d'aperçu.", - "loc.input.label.data_api_location": "Emplacement de l’API de données", - "loc.input.help.data_api_location": "Emplacement du répertoire des fichiers sources API Données par rapport au répertoire de travail" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/it-IT/resources.resjson b/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/it-IT/resources.resjson deleted file mode 100644 index d7446441132c..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/it-IT/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "Distribuzione di un'app Web statica di Azure", - "loc.helpMarkDown": "[Altre informazioni su App Web statiche di Azure](https://aka.ms/swadocs)", - "loc.description": "[ANTEPRIMA] Compilare e distribuire un'app Web statica di Azure", - "loc.instanceNameFormat": "App Web statica: $(messaggio)", - "loc.input.label.cwd": "Cartella di lavoro", - "loc.input.help.cwd": "Consente di specificare la directory di lavoro assoluta in cui eseguire questa attività. Se viene lasciato vuoto, verrà usata la directory di lavoro predefinita.", - "loc.input.label.app_location": "Percorso app", - "loc.input.help.app_location": "Percorso della directory del codice sorgente dell'applicazione relativo alla directory di lavoro", - "loc.input.label.app_build_command": "Comando di compilazione delle app", - "loc.input.help.app_build_command": "Comando personalizzato per l'esecuzione di Oryx durante la compilazione del codice sorgente dell'applicazione", - "loc.input.label.output_location": "Percorso di output", - "loc.input.help.output_location": "Percorso della directory del codice dell'applicazione compilato dopo la compilazione", - "loc.input.label.api_location": "Percorso API", - "loc.input.help.api_location": "Percorso della directory del codice sorgente Funzioni di Azure relativo alla directory di lavoro", - "loc.input.label.api_build_command": "Comando compilazione API", - "loc.input.help.api_build_command": "Comando personalizzato per l'esecuzione di Oryx durante la compilazione del codice sorgente di Funzioni di Azure", - "loc.input.label.routes_location": "Percorso delle route", - "loc.input.help.routes_location": "Percorso della directory in cui è possibile trovare il file routes.json, relativo alla directory di lavoro. Nota: routes.json è deprecato. Usare staticwebapp.config.json", - "loc.input.label.config_file_location": "Percorso del file di configurazione", - "loc.input.help.config_file_location": "Percorso della directory in cui è possibile trovare il file staticwebapp.config.json, relativo alla directory di lavoro", - "loc.input.label.skip_app_build": "Ignora la compilazione dell'app", - "loc.input.help.skip_app_build": "Ignora la compilazione Oryx per la cartella delle app", - "loc.input.label.skip_api_build": "Ignorare compilazione API", - "loc.input.help.skip_api_build": "Ignora la compilazione Oryx per la cartella API", - "loc.input.label.is_static_export": "Impostare l'esportazione statica", - "loc.input.help.is_static_export": "Impostare questo flag su true quando l'applicazione è configurata per l'esportazione in HTML statico, ad esempio quando si usa 'esportazione successiva'.", - "loc.input.label.verbose": "Dettagliato", - "loc.input.help.verbose": "Abilita la registrazione dettagliata", - "loc.input.label.build_timeout_in_minutes": "Timeout di compilazione in minuti", - "loc.input.help.build_timeout_in_minutes": "Limite di tempo per la compilazione della cartella delle app Oryx in pochi minuti", - "loc.input.label.azure_static_web_apps_api_token": "Token API di App Web statiche di Azure", - "loc.input.help.azure_static_web_apps_api_token": "Token API per la distribuzione. Non obbligatorio se passato come variabile di ambiente", - "loc.input.label.deployment_environment": "Ambiente di distribuzione", - "loc.input.help.deployment_environment": "Ambiente in cui eseguire la distribuzione. Lasciare vuoto per l'ambiente di produzione. Ha la precedenza sul ramo di produzione", - "loc.input.label.production_branch": "Ramo di produzione", - "loc.input.help.production_branch": "Ramo di produzione. Se viene specificato e l'ambiente di distribuzione è vuoto, le distribuzioni da altri rami saranno ambienti di anteprima", - "loc.input.label.data_api_location": "Posizione dell'API dati", - "loc.input.help.data_api_location": "Percorso della directory dei file di origine API Dati in merito alla directory di lavoro" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/ja-JP/resources.resjson b/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/ja-JP/resources.resjson deleted file mode 100644 index dcd7e54a65ff..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/ja-JP/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "Azure Static Web Apps のデプロイ", - "loc.helpMarkDown": "[Azure Static Web Apps の詳細情報](https://aka.ms/swadocs)", - "loc.description": "[プレビュー] Azure Static Web App をビルドしてデプロイ", - "loc.instanceNameFormat": "静的 Web アプリ: $(message)", - "loc.input.label.cwd": "作業ディレクトリ", - "loc.input.help.cwd": "このタスクを実行する作業ディレクトリを指定します。空にすると、既定の作業ディレクトリが使用されます。", - "loc.input.label.app_location": "アプリの場所", - "loc.input.help.app_location": "作業ディレクトリを基準としたアプリケーション ソース コードのディレクトリの場所", - "loc.input.label.app_build_command": "アプリ ビルド コマンド", - "loc.input.help.app_build_command": "アプリケーション ソース コードのビルド時に実行する Oryx のカスタム コマンド", - "loc.input.label.output_location": "出力場所", - "loc.input.help.output_location": "ビルド後のコンパイル済みアプリケーション コードのディレクトリの場所", - "loc.input.label.api_location": "API の場所", - "loc.input.help.api_location": "作業ディレクトリを基準とした Azure Functions ソース コードのディレクトリの場所", - "loc.input.label.api_build_command": "API ビルド コマンド", - "loc.input.help.api_build_command": "Azure Functions ソース コードのビルド時に実行する Oryx のカスタム コマンド", - "loc.input.label.routes_location": "ルートの場所", - "loc.input.help.routes_location": "作業ディレクトリを基準とした routes.json ファイルが見つかるディレクトリの場所。注意: routes.json は非推奨です。staticwebapp.config.json を使用してください", - "loc.input.label.config_file_location": "構成ファイルの場所", - "loc.input.help.config_file_location": "作業ディレクトリを基準とした staticwebapp.config.json ファイルが見つかるディレクトリの場所", - "loc.input.label.skip_app_build": "アプリのビルドをスキップ", - "loc.input.help.skip_app_build": "アプリ フォルダーの Oryx ビルドをスキップする", - "loc.input.label.skip_api_build": "API ビルドをスキップ", - "loc.input.help.skip_api_build": "アプリ フォルダーの Oryx ビルドをスキップする", - "loc.input.label.is_static_export": "静的エクスポートの設定", - "loc.input.help.is_static_export": "アプリケーションが静的 HTML にエクスポートするように構成されている場合 (つまり、`次のエクスポー` を使用している場合) は、このフラグを true に設定します。", - "loc.input.label.verbose": "詳細", - "loc.input.help.verbose": "詳細ログを有効にする", - "loc.input.label.build_timeout_in_minutes": "アイドル タイムアウト (分)", - "loc.input.help.build_timeout_in_minutes": "Oryx アプリ フォルダー ビルドの制限時間 (分)", - "loc.input.label.azure_static_web_apps_api_token": "Azure Static Web Apps API トークン", - "loc.input.help.azure_static_web_apps_api_token": "デプロイ用の API トークン。環境変数として渡される場合は必要ありません", - "loc.input.label.deployment_environment": "デプロイ環境", - "loc.input.help.deployment_environment": "デプロイ先の環境。運用環境では空白のままにします。運用ブランチよりも優先されます", - "loc.input.label.production_branch": "運用ブランチ", - "loc.input.help.production_branch": "運用ブランチ。指定され、デプロイ環境が空の場合、他のブランチからのデプロイはプレビュー環境になります", - "loc.input.label.data_api_location": "データ API の場所", - "loc.input.help.data_api_location": "作業ディレクトリを基準とした Data API ソース ファイルのディレクトリの場所" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/ko-KR/resources.resjson b/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/ko-KR/resources.resjson deleted file mode 100644 index 66ac1e339555..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/ko-KR/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "Azure Static Web App 배포", - "loc.helpMarkDown": "[Azure Static Web Apps에 대해 자세히 알아보기](https://aka.ms/swadocs)", - "loc.description": "[미리 보기] Azure Static Web App 빌드 및 배포", - "loc.instanceNameFormat": "Static Web App: $(message)", - "loc.input.label.cwd": "작업 디렉터리", - "loc.input.help.cwd": "이 작업을 실행할 절대 작업 디렉터리를 지정합니다. 비워 두는 경우 기본 작업 디렉터리가 사용됩니다.", - "loc.input.label.app_location": "앱 위치", - "loc.input.help.app_location": "작업 디렉터리에 대한 응용 프로그램 소스 코드의 디렉터리 위치", - "loc.input.label.app_build_command": "앱 빌드 명령", - "loc.input.help.app_build_command": "응용 프로그램 소스 코드를 빌드할 때 실행할 Oryx에 대한 사용자 지정 명령", - "loc.input.label.output_location": "출력 위치", - "loc.input.help.output_location": "빌드 후 컴파일된 응용 프로그램 코드의 디렉터리 위치", - "loc.input.label.api_location": "API 위치", - "loc.input.help.api_location": "작업 디렉터리에 대한 Azure Functions 소스 코드의 디렉터리 위치", - "loc.input.label.api_build_command": "API 빌드 명령", - "loc.input.help.api_build_command": "Azure Functions 소스 코드를 빌드할 때 실행할 Oryx에 대한 사용자 지정 명령", - "loc.input.label.routes_location": "경로 위치", - "loc.input.help.routes_location": "작업 디렉터리를 기준으로 routes.json 파일을 찾을 수 있는 디렉터리 위치입니다. 참고: routes.json은 사용되지 않습니다. staticwebapp.config.json을 사용하세요.", - "loc.input.label.config_file_location": "구성 파일 위치", - "loc.input.help.config_file_location": "작업 디렉터리를 기준으로 staticwebapp.config.json 파일을 찾을 수 있는 디렉터리 위치", - "loc.input.label.skip_app_build": "앱 빌드 건너뛰기", - "loc.input.help.skip_app_build": "앱 폴더에 대한 Oryx 빌드 건너뛰기", - "loc.input.label.skip_api_build": "API 빌드 건너뛰기", - "loc.input.help.skip_api_build": "API 폴더에 대한 Oryx 빌드 건너뛰기", - "loc.input.label.is_static_export": "정적 내보내기 설정", - "loc.input.help.is_static_export": "애플리케이션이 정적 HTML로 내보내도록 구성된 경우(예: '다음 내보내기'를 사용하는 경우) 이 플래그 지정을 true로 설정합니다.", - "loc.input.label.verbose": "세부 정보", - "loc.input.help.verbose": "자세한 정보 로깅 사용", - "loc.input.label.build_timeout_in_minutes": "빌드 시간 제한(분)", - "loc.input.help.build_timeout_in_minutes": "Oryx 앱 폴더 빌드 시간 제한(분)", - "loc.input.label.azure_static_web_apps_api_token": "Azure Static Web Apps API 토큰", - "loc.input.help.azure_static_web_apps_api_token": "배포를 위한 API 토큰입니다. 환경 변수로 전달되는 경우에는 필요하지 않습니다.", - "loc.input.label.deployment_environment": "배포 환경", - "loc.input.help.deployment_environment": "배포할 환경입니다. 프로덕션 환경은 비워 둡니다. 프로덕션 분기보다 우선합니다.", - "loc.input.label.production_branch": "프로덕션 분기", - "loc.input.help.production_branch": "프로덕션 분기입니다. 프로덕션 분기가 지정되고 배포 환경이 비어 있으면 기타 분기의 배포는 미리 보기 환경이 됩니다.", - "loc.input.label.data_api_location": "데이터 API 위치", - "loc.input.help.data_api_location": "작업 디렉터리를 기준으로 하는 데이터 API 원본 파일의 디렉터리 위치" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/ru-RU/resources.resjson b/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/ru-RU/resources.resjson deleted file mode 100644 index c4121f09b4b5..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/ru-RU/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "Развертывание статического веб-приложения Azure", - "loc.helpMarkDown": "[Learn more about Azure Static Web Apps](https://aka.ms/swadocs)", - "loc.description": "[PREVIEW] Создание и развертывание статического веб-приложения Azure", - "loc.instanceNameFormat": "Статическое веб-приложение: $(message)", - "loc.input.label.cwd": "Рабочий каталог", - "loc.input.help.cwd": "Укажите рабочую папку для выполнения этой задачи. Если оставить пустое значение, используется рабочая папка по умолчанию.", - "loc.input.label.app_location": "Расположение приложения", - "loc.input.help.app_location": "Местоположение каталога исходного кода приложения относительно рабочего каталога", - "loc.input.label.app_build_command": "Команда сборки приложения", - "loc.input.help.app_build_command": "Пользовательская команда для запуска Oryx при сборке исходного кода приложения", - "loc.input.label.output_location": "Расположение выходных данных", - "loc.input.help.output_location": "Местоположение каталога скомпилированного кода приложения после сборки", - "loc.input.label.api_location": "Расположение API", - "loc.input.help.api_location": "Расположение в каталоге исходного кода Функций Azure относительно рабочего каталога", - "loc.input.label.api_build_command": "Команда сборки API", - "loc.input.help.api_build_command": "Настраиваемая команда для выполнения в Oryx при сборке исходного кода Функций Azure", - "loc.input.label.routes_location": "Расположение маршрутов", - "loc.input.help.routes_location": "Расположение каталога, в котором можно найти файл route.json, относительно рабочего каталога. Примечание: route.json устарел, используйте staticwebapp.config.json.", - "loc.input.label.config_file_location": "Расположение файлов журнала", - "loc.input.help.config_file_location": "Расположение каталога, в котором находится файл staticwebapp.config.json-файл, относительно рабочего каталога", - "loc.input.label.skip_app_build": "Пропустить сборку приложения", - "loc.input.help.skip_app_build": "Пропуск сборки Oryx для папки приложения", - "loc.input.label.skip_api_build": "Пропустить сборку API", - "loc.input.help.skip_api_build": "Пропуск сборки Oryx для папки API", - "loc.input.label.is_static_export": "Установить статический экспорт", - "loc.input.help.is_static_export": "Установите для этого флага значение true, если приложение настроено для экспорта в статический формат HTML, то есть при использовании \"next export\".", - "loc.input.label.verbose": "Подробно", - "loc.input.help.verbose": "Включение подробного ведения журнала", - "loc.input.label.build_timeout_in_minutes": "Время ожидания сборки в минутах", - "loc.input.help.build_timeout_in_minutes": "Ограничение времени сборки папки приложения Oryx в минутах", - "loc.input.label.azure_static_web_apps_api_token": "Маркер API Статических веб-приложений Azure", - "loc.input.help.azure_static_web_apps_api_token": "Токен API для развертывания. Не требуется, если передается как переменная среды", - "loc.input.label.deployment_environment": "Среда развертывания", - "loc.input.help.deployment_environment": "Среда, в которую выполняется развертывания. Оставьте значение пустым для рабочей среды. Имеет приоритет над параметров \"Рабочая ветвь\"", - "loc.input.label.production_branch": "Рабочая ветвь", - "loc.input.help.production_branch": "Рабочая ветвь. Если указан этот параметр, а среда развертывания пуста, развертывания из других ветвей будут производиться в предварительных средах", - "loc.input.label.data_api_location": "Расположение API данных", - "loc.input.help.data_api_location": "Расположение каталога исходных файлов API данных относительно рабочего каталога" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/zh-CN/resources.resjson b/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/zh-CN/resources.resjson deleted file mode 100644 index 3685973ea892..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/zh-CN/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "部署 Azure 静态 Web 应用", - "loc.helpMarkDown": "[详细了解 Azure Static Web Apps](https://aka.ms/swadocs)", - "loc.description": "[预览] 生成和部署 Azure Static Web 应用", - "loc.instanceNameFormat": "静态 Web 应用: $(message)", - "loc.input.label.cwd": "工作目录", - "loc.input.help.cwd": "指定执行此任务的绝对工作目录。如果留空,将使用默认工作目录。", - "loc.input.label.app_location": "应用位置", - "loc.input.help.app_location": "应用程序源代码相对于工作目录的目录位置", - "loc.input.label.app_build_command": "应用生成命令", - "loc.input.help.app_build_command": "生成应用程序源代码时要运行的 Oryx 自定义命令", - "loc.input.label.output_location": "输出位置", - "loc.input.help.output_location": "生成后已编译应用程序代码的目录位置", - "loc.input.label.api_location": "API 位置", - "loc.input.help.api_location": "Azure Functions 源代码相对于工作目录的目录位置", - "loc.input.label.api_build_command": "API 生成命令", - "loc.input.help.api_build_command": "生成 Azure Functions 源代码时要运行的 Oryx 自定义命令", - "loc.input.label.routes_location": "路由位置", - "loc.input.help.routes_location": "可以找到 routes.json 文件的目录位置(相对于工作目录)。注意: routes.json 已弃用,请使用 staticwebapp.config.json", - "loc.input.label.config_file_location": "配置文件位置", - "loc.input.help.config_file_location": "可在其中找到 staticwebapp.config.json 文件的目录位置(相对于工作目录)", - "loc.input.label.skip_app_build": "跳过应用生成", - "loc.input.help.skip_app_build": "跳过应用文件夹的 Oryx 生成", - "loc.input.label.skip_api_build": "跳过 API 生成", - "loc.input.help.skip_api_build": "跳过 API 文件夹的 Oryx 生成", - "loc.input.label.is_static_export": "设置静态导出", - "loc.input.help.is_static_export": "将应用程序配置为导出到静态 HTML 时(即如果使用 `next export` 时),将此标志设置为 true。", - "loc.input.label.verbose": "详细", - "loc.input.help.verbose": "启用详细日志记录", - "loc.input.label.build_timeout_in_minutes": "生成超时(分钟)", - "loc.input.help.build_timeout_in_minutes": "Oryx 应用文件夹生成的时间限制(分钟)", - "loc.input.label.azure_static_web_apps_api_token": "Azure Static Web Apps API 令牌", - "loc.input.help.azure_static_web_apps_api_token": "用于部署的 API 令牌。如果作为环境变量传递,则不需要", - "loc.input.label.deployment_environment": "部署环境", - "loc.input.help.deployment_environment": "要部署到的环境。为生产环境留空。优先于生产分支", - "loc.input.label.production_branch": "生产分支", - "loc.input.help.production_branch": "生产分支。已指定且部署环境为空时,来自其他分支的部署将是预览版环境", - "loc.input.label.data_api_location": "数据 API 位置", - "loc.input.help.data_api_location": "相对于工作目录的数据 API 源文件的目录位置" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/zh-TW/resources.resjson b/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/zh-TW/resources.resjson deleted file mode 100644 index 3856da3ee10e..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/Strings/resources.resjson/zh-TW/resources.resjson +++ /dev/null @@ -1,40 +0,0 @@ -{ - "loc.friendlyName": "部署 Azure 靜態 Web 應用程式", - "loc.helpMarkDown": "[深入了解 Azure Static Web Apps](https://aka.ms/swadocs)", - "loc.description": "[預覽] 建置及部署 Azure Static Web App", - "loc.instanceNameFormat": "Static Web App: $(message)", - "loc.input.label.cwd": "工作目錄", - "loc.input.help.cwd": "請指定要在其中執行此工作的絕對工作目錄。若為空白,則會使用預設工作目錄。", - "loc.input.label.app_location": "應用程式位置", - "loc.input.help.app_location": "應用程式原始程式碼相對於工作目錄的目錄位置", - "loc.input.label.app_build_command": "API 組建命令", - "loc.input.help.app_build_command": "組建應用程式原始程式碼時要執行的 Oryx 自訂命令", - "loc.input.label.output_location": "輸出位置", - "loc.input.help.output_location": "建置後已編譯之應用程式程式碼的目錄位置", - "loc.input.label.api_location": "API 位置", - "loc.input.help.api_location": "Azure Functions 原始程式碼相對於工作目錄的目錄位置", - "loc.input.label.api_build_command": "API 組建命令", - "loc.input.help.api_build_command": "組建 Azure Functions 原始程式碼時要執行的 Oryx 自訂命令", - "loc.input.label.routes_location": "路由位置", - "loc.input.help.routes_location": "可以找到 routes.json 檔案的目錄位置 (相對於工作目錄而言)。注意: routes.json 已過時,請使用 staticwebapp.config.json", - "loc.input.label.config_file_location": "組態檔位置", - "loc.input.help.config_file_location": "可找到 staticwebapp.config.json 檔案的目錄位置 (相對於工作目錄)", - "loc.input.label.skip_app_build": "略過應用程式組建", - "loc.input.help.skip_app_build": "略過應用程式資料夾的 Oryx 組建", - "loc.input.label.skip_api_build": "略過 API 組建", - "loc.input.help.skip_api_build": "略過 API 資料夾的 Oryx 組建", - "loc.input.label.is_static_export": "設定靜態匯出", - "loc.input.help.is_static_export": "當您的應用程式設定為匯出至靜態 HTML 時,請將此旗標設為 True (即當您使用 [下一次匯出] 時)。", - "loc.input.label.verbose": "詳細資訊", - "loc.input.help.verbose": "啟用詳細資訊記錄", - "loc.input.label.build_timeout_in_minutes": "組建逾時 (分鐘)", - "loc.input.help.build_timeout_in_minutes": "Oryx 應用程式資料夾組建的時間限制 (分鐘)", - "loc.input.label.azure_static_web_apps_api_token": "Azure Static Web Apps API 權杖", - "loc.input.help.azure_static_web_apps_api_token": "部署的 API 權杖。若以環境變數傳遞則不需要", - "loc.input.label.deployment_environment": "部署環境", - "loc.input.help.deployment_environment": "要部署的目的地環境。實際執行環境請保留空白。優先於 實際執行分支", - "loc.input.label.production_branch": "實際執行分支", - "loc.input.help.production_branch": "實際執行分支。當指定與部署環境為空白時,來自其他分支的部署會是預覽環境", - "loc.input.label.data_api_location": "資料 API 位置", - "loc.input.help.data_api_location": "資料 API 原始檔相對於工作目錄的目錄位置" -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0_Node16/envVarDenylist.json b/_generated/AzureStaticWebAppV0_Node16/envVarDenylist.json deleted file mode 100644 index 7cf7327e85dd..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/envVarDenylist.json +++ /dev/null @@ -1,38 +0,0 @@ -[ - "LANG", - "ORYX_PATH", - "HOSTNAME", - "VERBOSE", - "BASE_BRANCH", - "DOTNET_SKIP_FIRST_TIME_EXPERIENCE", - "BUILD_TIMEOUT_IN_MINUTES", - "BRANCH", - "ORYX_SDK_STORAGE_BASE_URL", - "NUGET_XMLDOC_MODE", - "DEPLOYMENT_PROVIDER", - "ORYX_PATHS", - "PWD", - "HOME", - "ENABLE_DYNAMIC_INSTALL", - "APP_LOCATION", - "REPOSITORY_URL", - "API_LOCATION", - "DEPLOYMENT_TOKEN", - "REPOSITORY_BASE", - "API_BUILD_COMMAND", - "DEBIAN_FLAVOR", - "SKIP_APP_BUILD", - "ORYX_BUILDIMAGE_TYPE", - "IS_PULL_REQUEST", - "OUTPUT_LOCATION", - "SHLVL", - "ORYX_AI_INSTRUMENTATION_KEY", - "CONFIG_FILE_LOCATION", - "APP_BUILD_COMMAND", - "PATH", - "GITHUB_WORKSPACE", - "ROUTES_LOCATION", - "ORIGINAL_PATH", - "DEPLOYMENT_ACTION", - "NUGET_PACKAGES" -] \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0_Node16/icon.png b/_generated/AzureStaticWebAppV0_Node16/icon.png deleted file mode 100644 index f2bcd4a89fdabf5764ff7fbc8e2f6019a817d580..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1102 zcmV-U1hM;xP)7=j=Im;2zc)3j0nTM^Te$=* zAgzafFVimCACRk*QcVpx*D{PAG99b#PIxXwJZY|p01bs{Ym*X! zk?B}oSHSI1)RGFof8jaXe)R(Cwr^OQR4WybfuexRp{~`76-81=gphUt_1+R{J?^_e z50R8X|6~Nnn*!aj@^^o$%|}zEbJ_8_!;xL9NSU5N3F)80rYaI;-m{1N8hcy3=o&cG z;^%V)7O#phL6{%~IWY^(slrEl{2X}7XM5h>s52QgxjLHQtCs_G?JO&rCv5_YS49{g zjG_XZDjezb^GL0mpRPx3zP82^F5HSEgyh>l!@RcB$NndL%Mg&})exBrMToRx9-Iz^ zBfBejw9d_eQ$encC9=Mna*d{di_d?V0x3A%A10X+9PX?HBwzeGwRjUqiN&iSjm%Rs z_y1&2>Qeb&Pk`oXH{GYk7|0_BXm2Vdnh;zWj%UyI+=u{@!<_*b5=N6=C+f>TMTTu+tUb&v@5gPn1UTxjLwXp=J`@;n*kn4eL zBj)V0^W*dm#(1fvoPbxg`R*%G*jB4^@n&SfxvkYM9)CdR`@UJuUY%Ls&+mbvQ!pM* zap;FJX5t11pRFX|b>y0_$wML~_+!Z4lv``ubhlT~I~e7|vq22AKqD?X1uV39(%{(7 zL1yA62Ri};%2Ytm*5sjgFiOHOv$4%JF1p(*_-!b{iQWlBft<^(fMxN7$tOMON<7)< z#p_aetiF^BH^a8L7q|KNeJIL_OB3n4zSt;ccr`?33gqHrXd#*q96d9FDJ0J|`vAD~ z&#djtr#+*XLLy|LELIa{Dgg8Ef#N4qM%v#u9OLMj5u$VEqW&dey9Y8#W@2GBdORq~ z(jTSaP=eu5V#&Ay>`X^yZ55D!5)4fc3{9*s>53sWgmE0$b+?(*P - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0_Node16/index.ts b/_generated/AzureStaticWebAppV0_Node16/index.ts deleted file mode 100644 index 4970cd651483..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/index.ts +++ /dev/null @@ -1,170 +0,0 @@ -import path = require('path'); -import tl = require('azure-pipelines-task-lib/task'); -import trm = require('azure-pipelines-task-lib/toolrunner'); -import fs = require('fs'); - -const appLocationInputName = 'app_location'; -const appBuildCommandInputName = 'app_build_command'; -const outputLocationInputName = 'output_location'; -const apiLocationInputName = 'api_location'; -const apiBuildCommandInputName = 'api_build_command'; -const routesLocationInputName = 'routes_location'; -const buildTimeoutInMinutesInputName = 'build_timeout_in_minutes'; -const configFileLocationInputName = 'config_file_location'; -const apiTokenInputName = 'azure_static_web_apps_api_token'; -const deploymentEnvironmentInputName = 'deployment_environment'; -const productionBranchInputName = 'production_branch'; -const dataApiLocationInputName = 'data_api_location'; - -async function run() { - const envVarFilePath: string = path.join(__dirname, 'env.list'); - - try { - tl.setResourcePath(path.join(__dirname, 'task.json')); - - var bash: trm.ToolRunner = tl.tool(tl.which('bash', true)); - - var scriptPath: string = path.join(__dirname, 'launch-docker.sh'); - - var taskWorkingDirectory: string = path.dirname(scriptPath); - - tl.mkdirP(taskWorkingDirectory); - tl.cd(taskWorkingDirectory); - - bash.arg(scriptPath); - - bash.line(tl.getInput('args', false)); - - await createDockerEnvVarFile(envVarFilePath); - - const options = { - failOnStdErr: false - }; - - await bash.exec(options); - tl.setResult(tl.TaskResult.Succeeded, null); - } catch (err) { - tl.setResult(tl.TaskResult.Failed, err); - } finally { - await fs.promises.unlink(envVarFilePath).catch(() => tl.warning("Unable to delete env file")); - } -} - -async function createDockerEnvVarFile(envVarFilePath: string) { - var variableString: string = "" - - const systemVariableNames: Set = new Set(); - - const addVariableToString = (envVarName: string, envVarValue: string) => variableString += envVarName + "=" + envVarValue + "\n" - - const addSystemVariableToString = (envVarName: string, envVarValue: string) => { - addVariableToString(envVarName, envVarValue) - systemVariableNames.add(envVarName) - } - - const addInputStringToString = (envVarName: string, envVarValue: string, inputName: string,) => { - if (envVarValue.includes("\n")) { - throw "Input " + inputName + " is a multiline string and cannot be added to the build environment."; - } - - addSystemVariableToString(envVarName, envVarValue) - } - - const workingDirectory: string = tl.getInput('cwd', false) || process.env.SYSTEM_DEFAULTWORKINGDIRECTORY; - const appLocation: string = tl.getInput(appLocationInputName, false) || ""; - const appBuildCommand: string = tl.getInput(appBuildCommandInputName, false) || ""; - const outputLocation: string = tl.getInput(outputLocationInputName, false) || ""; - const apiLocation: string = tl.getInput(apiLocationInputName, false) || ""; - const apiBuildCommand: string = tl.getInput(apiBuildCommandInputName, false) || ""; - const routesLocation: string = tl.getInput(routesLocationInputName, false) || ""; - const buildTimeoutInMinutes: string = tl.getInput(buildTimeoutInMinutesInputName, false) || ""; - const configFileLocation: string = tl.getInput(configFileLocationInputName, false) || ""; - const deploymentEnvironment: string = tl.getInput(deploymentEnvironmentInputName, false) || ""; - const productionBranch: string = tl.getInput(productionBranchInputName, false) || ""; - const dataApiLocation: string = tl.getInput(dataApiLocationInputName, false) || ""; - - const skipAppBuild: boolean = tl.getBoolInput('skip_app_build', false); - const skipApiBuild: boolean = tl.getBoolInput('skip_api_build', false); - const isStaticExport: boolean = tl.getBoolInput('is_static_export', false); - const apiToken: string = process.env[apiTokenInputName] || tl.getInput(apiTokenInputName, false) || ""; - - const systemVerbose = getNullableBooleanFromString(process.env['SYSTEM_DEBUG']); - const inputVerbose = getNullableBooleanFromString(tl.getInput('verbose', false)); - - const verbose = inputVerbose === true ? true : (inputVerbose === false ? false : systemVerbose === true); - - const deploymentClient = "mcr.microsoft.com/appsvc/staticappsclient:stable"; - const containerWorkingDir = "/working_dir"; - - addInputStringToString("APP_LOCATION", appLocation, appLocationInputName); - addInputStringToString("APP_BUILD_COMMAND", appBuildCommand, appBuildCommandInputName); - addInputStringToString("OUTPUT_LOCATION", outputLocation, outputLocationInputName); - addInputStringToString("API_LOCATION", apiLocation, apiLocationInputName); - addInputStringToString("API_BUILD_COMMAND", apiBuildCommand, apiBuildCommandInputName); - addInputStringToString("ROUTES_LOCATION", routesLocation, routesLocationInputName); - addInputStringToString("BUILD_TIMEOUT_IN_MINUTES", buildTimeoutInMinutes, buildTimeoutInMinutesInputName); - addInputStringToString("CONFIG_FILE_LOCATION", configFileLocation, configFileLocationInputName); - addInputStringToString("DEPLOYMENT_ENVIRONMENT", deploymentEnvironment, deploymentEnvironmentInputName); - addInputStringToString("PRODUCTION_BRANCH", productionBranch, productionBranchInputName); - addInputStringToString("DATA_API_LOCATION", dataApiLocation, dataApiLocationInputName); - - addSystemVariableToString("SKIP_APP_BUILD", skipAppBuild.toString()); - addSystemVariableToString("SKIP_API_BUILD", skipApiBuild.toString()); - addSystemVariableToString("IS_STATIC_EXPORT", isStaticExport.toString()); - addSystemVariableToString("VERBOSE", verbose.toString()); - - addInputStringToString("DEPLOYMENT_TOKEN", apiToken, apiTokenInputName); - - process.env['SWA_DEPLOYMENT_CLIENT'] = deploymentClient; - process.env['SWA_WORKING_DIR'] = workingDirectory; - process.env['SWA_WORKSPACE_DIR'] = containerWorkingDir; - - addSystemVariableToString("GITHUB_WORKSPACE", ""); - addSystemVariableToString("DEPLOYMENT_PROVIDER", "DevOps"); - addSystemVariableToString("REPOSITORY_URL", process.env.BUILD_REPOSITORY_URI || ""); - addSystemVariableToString("IS_PULL_REQUEST", ""); - addSystemVariableToString("BASE_BRANCH", ""); - addSystemVariableToString("REPOSITORY_BASE", containerWorkingDir); - addSystemVariableToString("BRANCH", process.env.BUILD_SOURCEBRANCHNAME || process.env.BUILD_SOURCEBRANCH || ""); - addSystemVariableToString("DEPLOYMENT_ACTION", "upload"); - - const denylistString = await fs.promises.readFile(path.join(__dirname, 'envVarDenylist.json'), 'utf8'); - const denylist = JSON.parse(denylistString); - - Object.keys(process.env).forEach((envVarKey: string) => { - const envVarValue = process.env[envVarKey]; - - if (envVarValue.includes("\n")) { - tl.warning("Environment variable " + envVarKey + " is a multiline string and cannot be added to the build environment."); - return; - } - - if (systemVariableNames.has(envVarKey)) { - tl.warning("custom variable overlapping with reserved SWA variable: " + envVarKey); - return; - } - - if (!denylist.includes(envVarKey.toUpperCase())) { - addVariableToString(envVarKey, envVarValue); - } - }); - - await fs.promises.writeFile(envVarFilePath, variableString); -} - -function getNullableBooleanFromString(boolString: string): boolean { - if (boolString == null) return null; - boolString = boolString.toLowerCase(); - - if (boolString === "true") { - return true; - } - - if (boolString === "false") { - return false; - } - - return null; -} - -run(); diff --git a/_generated/AzureStaticWebAppV0_Node16/launch-docker.sh b/_generated/AzureStaticWebAppV0_Node16/launch-docker.sh deleted file mode 100644 index 84d17492846c..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/launch-docker.sh +++ /dev/null @@ -1,6 +0,0 @@ -docker run \ - --env-file ./env.list \ - --pull=always \ - -v "$SWA_WORKING_DIR:$SWA_WORKSPACE_DIR" \ - "$SWA_DEPLOYMENT_CLIENT" \ - ./bin/staticsites/StaticSitesClient run \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0_Node16/make.json b/_generated/AzureStaticWebAppV0_Node16/make.json deleted file mode 100644 index cc6c7ec559cf..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/make.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "cp": [ - { - "source": "envVarDenylist.json" - } - ], - "rm": [ - { - "items": [ - "node_modules/azure-pipelines-tasks-docker-common/node_modules/azure-pipelines-task-lib" - ], - "options": "-Rf" - } - ] -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0_Node16/package-lock.json b/_generated/AzureStaticWebAppV0_Node16/package-lock.json deleted file mode 100644 index bd59d724815c..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/package-lock.json +++ /dev/null @@ -1,806 +0,0 @@ -{ - "name": "azure-static-web-app", - "version": "1.0.0", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "@types/concat-stream": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@types/concat-stream/-/concat-stream-1.6.1.tgz", - "integrity": "sha512-eHE4cQPoj6ngxBZMvVf6Hw7Mh4jMW4U9lpGmS5GBPB9RYxlFg+CHaVN7ErNY4W9XfLIEn20b4VDYaIrbq0q4uA==", - "requires": { - "@types/node": "*" - } - }, - "@types/form-data": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/@types/form-data/-/form-data-0.0.33.tgz", - "integrity": "sha512-8BSvG1kGm83cyJITQMZSulnl6QV8jqAGreJsc5tPu1Jq0vTSOiY/k24Wx82JRpWwZSqrala6sd5rWi6aNXvqcw==", - "requires": { - "@types/node": "*" - } - }, - "@types/mocha": { - "version": "5.2.7", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-5.2.7.tgz", - "integrity": "sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==" - }, - "@types/node": { - "version": "16.18.39", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.39.tgz", - "integrity": "sha512-8q9ZexmdYYyc5/cfujaXb4YOucpQxAV4RMG0himLyDUOEr8Mr79VrqsFI+cQ2M2h89YIuy95lbxuYjxT4Hk4kQ==" - }, - "@types/q": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz", - "integrity": "sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==" - }, - "@types/qs": { - "version": "6.9.7", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", - "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==" - }, - "@types/uuid": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", - "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==" - }, - "array-union": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", - "requires": { - "array-uniq": "^1.0.1" - } - }, - "array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==" - }, - "arrify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==" - }, - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" - }, - "azure-pipelines-task-lib": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.3.1.tgz", - "integrity": "sha512-AEwz0+Sofv80UviCYsS6fzyX5zzsLapmNCMNUoaRePZQVN+oQBStix1DGg4fdZf9zJ6acNd9xEBZQWbWuZu5Zg==", - "requires": { - "minimatch": "3.0.5", - "mockery": "^2.1.0", - "q": "^1.5.1", - "semver": "^5.1.0", - "shelljs": "^0.8.5", - "sync-request": "6.1.0", - "uuid": "^3.0.1" - }, - "dependencies": { - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - } - } - }, - "minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "shelljs": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", - "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", - "requires": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - } - } - } - }, - "azure-pipelines-tasks-docker-common": { - "version": "2.198.1", - "resolved": "https://registry.npmjs.org/azure-pipelines-tasks-docker-common/-/azure-pipelines-tasks-docker-common-2.198.1.tgz", - "integrity": "sha512-lgN/sNVhxVxnIM1HoUy8BO8A7idw1ypICBmdPOJUdw21Oy+7cplWfTnygFLPvGSFCN3VnSJFbzBe8LewcWplow==", - "requires": { - "@types/mocha": "^5.2.7", - "@types/node": "^10.17.0", - "@types/q": "1.5.4", - "@types/uuid": "^8.3.0", - "azure-pipelines-task-lib": "^3.1.0", - "del": "2.2.0", - "q": "1.4.1" - }, - "dependencies": { - "@types/node": { - "version": "10.17.60", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.60.tgz", - "integrity": "sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==" - }, - "azure-pipelines-task-lib": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-3.4.0.tgz", - "integrity": "sha512-3eC4OTFw+7xD7A2aUhxR/j+jRlTI+vVfS0CGxt1pCLs4c/KmY0tQWgbqjD3157kmiucWxELBvgZHaD2gCBe9fg==", - "requires": { - "minimatch": "3.0.5", - "mockery": "^2.1.0", - "q": "^1.5.1", - "semver": "^5.1.0", - "shelljs": "^0.8.5", - "sync-request": "6.1.0", - "uuid": "^3.0.1" - }, - "dependencies": { - "q": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==" - } - } - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==" - }, - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - } - } - }, - "http-basic": { - "version": "8.1.3", - "resolved": "https://registry.npmjs.org/http-basic/-/http-basic-8.1.3.tgz", - "integrity": "sha512-/EcDMwJZh3mABI2NhGfHOGOeOZITqfkEO4p/xK+l3NpyncIHUQBoMvCSF/b5GqvKtySC2srL/GGG3+EtlqlmCw==", - "requires": { - "caseless": "^0.12.0", - "concat-stream": "^1.6.2", - "http-response-object": "^3.0.1", - "parse-cache-control": "^1.0.1" - } - }, - "http-response-object": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/http-response-object/-/http-response-object-3.0.2.tgz", - "integrity": "sha512-bqX0XTF6fnXSQcEJ2Iuyr75yVakyjIDCqroJQ/aHfSdlM743Cwqoi2nDYMzLGWUcuTWGWy8AAvOKXTfiv6q9RA==", - "requires": { - "@types/node": "^10.0.3" - } - }, - "minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "mockery": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mockery/-/mockery-2.1.0.tgz", - "integrity": "sha512-9VkOmxKlWXoDO/h1jDZaS4lH33aWfRiJiNT/tKj+8OGzrcFDLo8d0syGdbsc3Bc4GvRXPb+NMMvojotmuGJTvA==" - }, - "promise": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", - "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", - "requires": { - "asap": "~2.0.6" - } - }, - "q": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.4.1.tgz", - "integrity": "sha512-/CdEdaw49VZVmyIDGUQKDDT53c7qBkO6g5CefWz91Ae+l4+cRtcDYwMTXh6me4O8TMldeGHG3N2Bl84V78Ywbg==" - }, - "shelljs": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", - "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", - "requires": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - } - }, - "sync-request": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/sync-request/-/sync-request-6.1.0.tgz", - "integrity": "sha512-8fjNkrNlNCrVc/av+Jn+xxqfCjYaBoHqCsDz6mt030UMxJGr+GSfCV1dQt2gRtlL63+VPidwDVLr7V2OcTSdRw==", - "requires": { - "http-response-object": "^3.0.1", - "sync-rpc": "^1.2.1", - "then-request": "^6.0.0" - } - }, - "then-request": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/then-request/-/then-request-6.0.2.tgz", - "integrity": "sha512-3ZBiG7JvP3wbDzA9iNY5zJQcHL4jn/0BWtXIkagfz7QgOL/LqjCEOBQuJNZfu0XYnv5JhKh+cDxCPM4ILrqruA==", - "requires": { - "@types/concat-stream": "^1.6.0", - "@types/form-data": "0.0.33", - "@types/node": "^8.0.0", - "@types/qs": "^6.2.31", - "caseless": "~0.12.0", - "concat-stream": "^1.6.0", - "form-data": "^2.2.0", - "http-basic": "^8.1.1", - "http-response-object": "^3.0.1", - "promise": "^8.0.0", - "qs": "^6.4.0" - }, - "dependencies": { - "@types/node": { - "version": "8.10.66", - "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.66.tgz", - "integrity": "sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==" - } - } - } - } - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", - "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" - }, - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - } - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", - "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - } - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" - }, - "del": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/del/-/del-2.2.0.tgz", - "integrity": "sha512-AZDiRb78EEGYCsAZTG3v+CM5q8J0BIs+wI7QeUtyosm+zIMm4XSmp6aI/K7cU9l+YaKpDKN9dYP1xTrNjLQ+LA==", - "requires": { - "globby": "^4.0.0", - "is-path-cwd": "^1.0.0", - "is-path-in-cwd": "^1.0.0", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "rimraf": "^2.2.8" - } - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" - }, - "form-data": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", - "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "get-intrinsic": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", - "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3" - } - }, - "get-port": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/get-port/-/get-port-3.2.0.tgz", - "integrity": "sha512-x5UJKlgeUiNT8nyo/AcnwLnZuZNcSjSw0kogRB+Whd1fjjFq4B1hySFxSFWWSn4mIBzg3sRNUDFYc4g5gjPoLg==" - }, - "glob": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz", - "integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=", - "requires": { - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "2 || 3", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "globby": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-4.1.0.tgz", - "integrity": "sha512-JPDtMSr0bt25W64q792rvlrSwIaZwqUAhqdYKSr57Wh/xBcQ5JDWLM85ndn+Q1WdBQXLb9YGCl0QN/T0HpqU0A==", - "requires": { - "array-union": "^1.0.1", - "arrify": "^1.0.0", - "glob": "^6.0.1", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", - "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==" - }, - "has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" - }, - "http-basic": { - "version": "8.1.3", - "resolved": "https://registry.npmjs.org/http-basic/-/http-basic-8.1.3.tgz", - "integrity": "sha512-/EcDMwJZh3mABI2NhGfHOGOeOZITqfkEO4p/xK+l3NpyncIHUQBoMvCSF/b5GqvKtySC2srL/GGG3+EtlqlmCw==", - "requires": { - "caseless": "^0.12.0", - "concat-stream": "^1.6.2", - "http-response-object": "^3.0.1", - "parse-cache-control": "^1.0.1" - } - }, - "http-response-object": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/http-response-object/-/http-response-object-3.0.2.tgz", - "integrity": "sha512-bqX0XTF6fnXSQcEJ2Iuyr75yVakyjIDCqroJQ/aHfSdlM743Cwqoi2nDYMzLGWUcuTWGWy8AAvOKXTfiv6q9RA==", - "requires": { - "@types/node": "^10.0.3" - }, - "dependencies": { - "@types/node": { - "version": "10.17.60", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.60.tgz", - "integrity": "sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==" - } - } - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "interpret": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", - "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" - }, - "is-core-module": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", - "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", - "requires": { - "has": "^1.0.3" - } - }, - "is-path-cwd": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", - "integrity": "sha512-cnS56eR9SPAscL77ik76ATVqoPARTqPIVkMDVxRaWH06zT+6+CzIroYRJ0VVvm0Z1zfAvxvz9i/D3Ppjaqt5Nw==" - }, - "is-path-in-cwd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz", - "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==", - "requires": { - "is-path-inside": "^1.0.0" - } - }, - "is-path-inside": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", - "integrity": "sha512-qhsCR/Esx4U4hg/9I19OVUAJkGWtjRYHMRgUMZE2TDdj+Ag+kttZanLupfddNyglzz50cUlmWzUaI37GDfNx/g==", - "requires": { - "path-is-inside": "^1.0.1" - } - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" - }, - "mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "requires": { - "mime-db": "1.52.0" - } - }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "mockery": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mockery/-/mockery-2.1.0.tgz", - "integrity": "sha512-9VkOmxKlWXoDO/h1jDZaS4lH33aWfRiJiNT/tKj+8OGzrcFDLo8d0syGdbsc3Bc4GvRXPb+NMMvojotmuGJTvA==" - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" - }, - "object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==" - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { - "wrappy": "1" - } - }, - "parse-cache-control": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parse-cache-control/-/parse-cache-control-1.0.1.tgz", - "integrity": "sha512-60zvsJReQPX5/QP0Kzfd/VrpjScIQ7SHBW6bFCYfEP+fp0Eppr1SHhIO5nd1PjZtvclzSzES9D/p5nFJurwfWg==" - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" - }, - "path-is-inside": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==" - }, - "path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" - }, - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==" - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", - "requires": { - "pinkie": "^2.0.0" - } - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, - "promise": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", - "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", - "requires": { - "asap": "~2.0.6" - } - }, - "q": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=" - }, - "qs": { - "version": "6.11.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz", - "integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==", - "requires": { - "side-channel": "^1.0.4" - } - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "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" - } - }, - "rechoir": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", - "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==", - "requires": { - "resolve": "^1.1.6" - } - }, - "resolve": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", - "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", - "requires": { - "is-core-module": "^2.9.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - } - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - } - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" - }, - "side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - } - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" - }, - "sync-request": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/sync-request/-/sync-request-6.1.0.tgz", - "integrity": "sha512-8fjNkrNlNCrVc/av+Jn+xxqfCjYaBoHqCsDz6mt030UMxJGr+GSfCV1dQt2gRtlL63+VPidwDVLr7V2OcTSdRw==", - "requires": { - "http-response-object": "^3.0.1", - "sync-rpc": "^1.2.1", - "then-request": "^6.0.0" - } - }, - "sync-rpc": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/sync-rpc/-/sync-rpc-1.3.6.tgz", - "integrity": "sha512-J8jTXuZzRlvU7HemDgHi3pGnh/rkoqR/OZSjhTyyZrEkkYQbk7Z33AXp37mkPfPpfdOuj7Ex3H/TJM1z48uPQw==", - "requires": { - "get-port": "^3.1.0" - } - }, - "then-request": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/then-request/-/then-request-6.0.2.tgz", - "integrity": "sha512-3ZBiG7JvP3wbDzA9iNY5zJQcHL4jn/0BWtXIkagfz7QgOL/LqjCEOBQuJNZfu0XYnv5JhKh+cDxCPM4ILrqruA==", - "requires": { - "@types/concat-stream": "^1.6.0", - "@types/form-data": "0.0.33", - "@types/node": "^8.0.0", - "@types/qs": "^6.2.31", - "caseless": "~0.12.0", - "concat-stream": "^1.6.0", - "form-data": "^2.2.0", - "http-basic": "^8.1.1", - "http-response-object": "^3.0.1", - "promise": "^8.0.0", - "qs": "^6.4.0" - }, - "dependencies": { - "@types/node": { - "version": "8.10.66", - "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.66.tgz", - "integrity": "sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==" - } - } - }, - "typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" - }, - "typescript": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.2.tgz", - "integrity": "sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==", - "dev": true - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - } - } -} diff --git a/_generated/AzureStaticWebAppV0_Node16/package.json b/_generated/AzureStaticWebAppV0_Node16/package.json deleted file mode 100644 index 7bcb6d266e2d..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "azure-static-web-app", - "version": "1.0.0", - "description": "Build and deploy an Azure Static Web App", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "", - "license": "ISC", - "dependencies": { - "@types/node": "^16.11.39", - "azure-pipelines-task-lib": "^4.3.1", - "azure-pipelines-tasks-docker-common": "2.198.1" - }, - "devDependencies": { - "typescript": "4.0.2" - } -} diff --git a/_generated/AzureStaticWebAppV0_Node16/task.json b/_generated/AzureStaticWebAppV0_Node16/task.json deleted file mode 100644 index bb2ce41c878e..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/task.json +++ /dev/null @@ -1,179 +0,0 @@ -{ - "id": "18aad896-e191-4720-88d6-8ced4806941a", - "name": "AzureStaticWebApp", - "friendlyName": "Deploy Azure Static Web App", - "description": "[PREVIEW] Build and deploy an Azure Static Web App", - "author": "Microsoft Corporation", - "helpUrl": "https://aka.ms/swadocs", - "helpMarkDown": "[Learn more about Azure Static Web Apps](https://aka.ms/swadocs)", - "category": "Utility", - "visibility": [ - "Build", - "Release" - ], - "demands": [], - "version": { - "Major": 0, - "Minor": 226, - "Patch": 0 - }, - "preview": true, - "minimumAgentVersion": "1.95.0", - "instanceNameFormat": "Static Web App: $(message)", - "inputs": [ - { - "name": "cwd", - "aliases": [ - "workingDirectory", - "rootDirectory" - ], - "type": "filePath", - "label": "Working directory", - "defaultValue": "$(System.DefaultWorkingDirectory)", - "required": false, - "helpMarkDown": "Specify the absolute working directory in which to execute this task. If left empty, the default working directory will be used." - }, - { - "name": "app_location", - "type": "string", - "label": "App location", - "defaultValue": "", - "required": false, - "helpMarkDown": "Directory location of the application source code relative to working directory" - }, - { - "name": "app_build_command", - "type": "string", - "label": "App build command", - "defaultValue": "", - "required": false, - "helpMarkDown": "Custom command for Oryx to run when building application source code" - }, - { - "name": "output_location", - "type": "string", - "label": "Output location", - "defaultValue": "", - "required": false, - "helpMarkDown": "Directory location of the compiled application code after building" - }, - { - "name": "api_location", - "type": "string", - "label": "Api location", - "defaultValue": "", - "required": false, - "helpMarkDown": "Directory location of the Azure Functions source code relative to working directory" - }, - { - "name": "api_build_command", - "type": "string", - "label": "Api build command", - "defaultValue": "", - "required": false, - "helpMarkDown": "Custom command for Oryx to run when building Azure Functions source code" - }, - { - "name": "routes_location", - "type": "string", - "label": "Routes location", - "defaultValue": "", - "required": false, - "helpMarkDown": "Directory location where the routes.json file can be found, relative to working directory. Note: routes.json is deprecated, use staticwebapp.config.json" - }, - { - "name": "config_file_location", - "type": "string", - "label": "Config file location", - "defaultValue": "", - "required": false, - "helpMarkDown": "Directory location where the staticwebapp.config.json file can be found, relative to working directory" - }, - { - "name": "skip_app_build", - "type": "boolean", - "label": "Skip app build", - "defaultValue": "", - "required": false, - "helpMarkDown": "Skips Oryx build for app folder" - }, - { - "name": "skip_api_build", - "type": "boolean", - "label": "Skip api build", - "defaultValue": "", - "required": false, - "helpMarkDown": "Skips Oryx build for api folder" - }, - { - "name": "is_static_export", - "type": "boolean", - "label": "Set static export", - "defaultValue": "", - "required": false, - "helpMarkDown": "Set this flag to true when your application is configured to export to static HTML, i.e. when if you're using `next export`." - }, - { - "name": "verbose", - "type": "boolean", - "label": "Verbose", - "defaultValue": "", - "required": false, - "helpMarkDown": "Enables verbose logging" - }, - { - "name": "build_timeout_in_minutes", - "type": "int", - "label": "Build timeout in minutes", - "defaultValue": "", - "required": false, - "helpMarkDown": "Time limit of Oryx app folder build in minutes" - }, - { - "name": "azure_static_web_apps_api_token", - "type": "string", - "label": "Azure Static Web Apps api token", - "defaultValue": "", - "required": false, - "helpMarkDown": "Api token for deployment. Not required if passed as an environment variable" - }, - { - "name": "deployment_environment", - "type": "string", - "label": "Deployment Environment", - "defaultValue": "", - "required": false, - "helpMarkDown": "Environment to deploy to. Leave blank for production environment. Takes precedence over Production Branch" - }, - { - "name": "production_branch", - "type": "string", - "label": "Production Branch", - "defaultValue": "", - "required": false, - "helpMarkDown": "Production branch. When specified and Deployment Environment is empty, deployments from other branches will be preview environments" - }, - { - "name": "data_api_location", - "type": "string", - "label": "Data api location", - "defaultValue": "", - "required": false, - "helpMarkDown": "Directory location of the Data API source files relative to working directory" - } - ], - "execution": { - "Node10": { - "target": "index.js", - "argumentFormat": "" - }, - "Node16": { - "target": "index.js", - "argumentFormat": "" - } - }, - "_buildConfigMapping": { - "Default": "0.226.1", - "Node16-225": "0.226.0" - } -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0_Node16/task.loc.json b/_generated/AzureStaticWebAppV0_Node16/task.loc.json deleted file mode 100644 index 5b46016bffb1..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/task.loc.json +++ /dev/null @@ -1,179 +0,0 @@ -{ - "id": "18aad896-e191-4720-88d6-8ced4806941a", - "name": "AzureStaticWebApp", - "friendlyName": "ms-resource:loc.friendlyName", - "description": "ms-resource:loc.description", - "author": "Microsoft Corporation", - "helpUrl": "https://aka.ms/swadocs", - "helpMarkDown": "ms-resource:loc.helpMarkDown", - "category": "Utility", - "visibility": [ - "Build", - "Release" - ], - "demands": [], - "version": { - "Major": 0, - "Minor": 226, - "Patch": 0 - }, - "preview": true, - "minimumAgentVersion": "1.95.0", - "instanceNameFormat": "ms-resource:loc.instanceNameFormat", - "inputs": [ - { - "name": "cwd", - "aliases": [ - "workingDirectory", - "rootDirectory" - ], - "type": "filePath", - "label": "ms-resource:loc.input.label.cwd", - "defaultValue": "$(System.DefaultWorkingDirectory)", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.cwd" - }, - { - "name": "app_location", - "type": "string", - "label": "ms-resource:loc.input.label.app_location", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.app_location" - }, - { - "name": "app_build_command", - "type": "string", - "label": "ms-resource:loc.input.label.app_build_command", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.app_build_command" - }, - { - "name": "output_location", - "type": "string", - "label": "ms-resource:loc.input.label.output_location", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.output_location" - }, - { - "name": "api_location", - "type": "string", - "label": "ms-resource:loc.input.label.api_location", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.api_location" - }, - { - "name": "api_build_command", - "type": "string", - "label": "ms-resource:loc.input.label.api_build_command", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.api_build_command" - }, - { - "name": "routes_location", - "type": "string", - "label": "ms-resource:loc.input.label.routes_location", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.routes_location" - }, - { - "name": "config_file_location", - "type": "string", - "label": "ms-resource:loc.input.label.config_file_location", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.config_file_location" - }, - { - "name": "skip_app_build", - "type": "boolean", - "label": "ms-resource:loc.input.label.skip_app_build", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.skip_app_build" - }, - { - "name": "skip_api_build", - "type": "boolean", - "label": "ms-resource:loc.input.label.skip_api_build", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.skip_api_build" - }, - { - "name": "is_static_export", - "type": "boolean", - "label": "ms-resource:loc.input.label.is_static_export", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.is_static_export" - }, - { - "name": "verbose", - "type": "boolean", - "label": "ms-resource:loc.input.label.verbose", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.verbose" - }, - { - "name": "build_timeout_in_minutes", - "type": "int", - "label": "ms-resource:loc.input.label.build_timeout_in_minutes", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.build_timeout_in_minutes" - }, - { - "name": "azure_static_web_apps_api_token", - "type": "string", - "label": "ms-resource:loc.input.label.azure_static_web_apps_api_token", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.azure_static_web_apps_api_token" - }, - { - "name": "deployment_environment", - "type": "string", - "label": "ms-resource:loc.input.label.deployment_environment", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.deployment_environment" - }, - { - "name": "production_branch", - "type": "string", - "label": "ms-resource:loc.input.label.production_branch", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.production_branch" - }, - { - "name": "data_api_location", - "type": "string", - "label": "ms-resource:loc.input.label.data_api_location", - "defaultValue": "", - "required": false, - "helpMarkDown": "ms-resource:loc.input.help.data_api_location" - } - ], - "execution": { - "Node10": { - "target": "index.js", - "argumentFormat": "" - }, - "Node16": { - "target": "index.js", - "argumentFormat": "" - } - }, - "_buildConfigMapping": { - "Default": "0.226.1", - "Node16-225": "0.226.0" - } -} \ No newline at end of file diff --git a/_generated/AzureStaticWebAppV0_Node16/tsconfig.json b/_generated/AzureStaticWebAppV0_Node16/tsconfig.json deleted file mode 100644 index 80a978cf7fe7..000000000000 --- a/_generated/AzureStaticWebAppV0_Node16/tsconfig.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "compilerOptions": { - "target": "es6", - "module": "commonjs", - } -} diff --git a/make-options.json b/make-options.json index ecccc9a23835..29163a7a0a95 100644 --- a/make-options.json +++ b/make-options.json @@ -234,7 +234,6 @@ "PublishSymbolsV2", "AzureSpringCloudV0", "AzureWebAppContainerV1", - "AzureStaticWebAppV0", "AzureAppServiceManageV0", "AzureKeyVaultV1", "AzureKeyVaultV2",