diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-03-25 06:20:38 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-25 06:20:38 +0000 |
| commit | 91b15d9fadd7308ddb68d0faeb610d1583be536b (patch) | |
| tree | 013d9d0d7c601c1007c8eba823b4b7a37d3e7897 | |
| parent | f0547c58ec14beeaf3d15ad7e03166dcfb9af991 (diff) | |
| parent | 40ae43a314222c9b8fd5800cbcc0c7a78b3b250d (diff) | |
Merge branch 'main' into develop
Diffstat (limited to '')
| -rw-r--r-- | package-lock.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json index d35b06c..5dd71de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -481,6 +481,7 @@ "resolved": "https://registry.npmjs.org/@knight-lab/timelinejs/-/timelinejs-3.9.7.tgz", "integrity": "sha512-zm9J+gbFkMm0xXGz3V6zxTbTIVkZCYf+/ZXjGtruyS+1E4LC61/yQzAGZmTWictuAbs4lvOe3YTyJlTgc41bzQ==", "dev": true, + "license": "MPL-2.0", "dependencies": { "dompurify": "^3.1.7", "wicg-inert": "^3.1.2" @@ -1262,6 +1263,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "browserslist": "^4.24.4", "caniuse-lite": "^1.0.30001702", @@ -1417,6 +1419,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "caniuse-lite": "^1.0.30001688", "electron-to-chromium": "^1.5.73", @@ -1597,7 +1600,8 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, "node_modules/chalk": { "version": "4.1.2", @@ -2150,6 +2154,7 @@ "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-1.0.0.tgz", "integrity": "sha512-cW3gggJ28HZ/LExwxP2B++aiKxhJXMSIt9K48FOXQkm+vuG5gyatXnLsONRJdzO/7VfjDIiaOOa/bs4l464Lwg==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -6241,6 +6246,7 @@ "resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-11.0.1.tgz", "integrity": "sha512-0UnkNPSayHKRe/tc2YGW6XnSqqOA9eqpiRMgRlV1S6HdGi16vwJBx7lviARzbV1HpQHqLLRH3o8vTcB0cLc+5g==", "dev": true, + "license": "MIT", "dependencies": { "chokidar": "^3.3.0", "dependency-graph": "^1.0.0", @@ -7965,6 +7971,7 @@ "url": "https://github.com/sponsors/stylelint" } ], + "license": "MIT", "dependencies": { "@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-tokenizer": "^3.0.3", @@ -8432,6 +8439,7 @@ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.12.tgz", "integrity": "sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==", "dev": true, + "license": "MIT", "dependencies": { "fdir": "^6.4.3", "picomatch": "^4.0.2" @@ -8448,6 +8456,7 @@ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz", "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==", "dev": true, + "license": "MIT", "peerDependencies": { "picomatch": "^3 || ^4" }, @@ -8462,6 +8471,7 @@ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, |
