mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 16:29:57 +00:00
1001 lines
38 KiB
JSON
1001 lines
38 KiB
JSON
{
|
|
"name": "@scrypted/snapshot",
|
|
"version": "0.2.40",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@scrypted/snapshot",
|
|
"version": "0.2.40",
|
|
"dependencies": {
|
|
"@types/node": "^20.10.6",
|
|
"sharp": "^0.33.1",
|
|
"whatwg-mimetype": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@scrypted/common": "file:../../common",
|
|
"@scrypted/sdk": "file:../../sdk",
|
|
"@types/whatwg-mimetype": "^3.0.2"
|
|
}
|
|
},
|
|
"../../common": {
|
|
"name": "@scrypted/common",
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@scrypted/sdk": "file:../sdk",
|
|
"@scrypted/server": "file:../server",
|
|
"http-auth-utils": "^5.0.1",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.0",
|
|
"ts-node": "^10.9.2"
|
|
}
|
|
},
|
|
"../../sdk": {
|
|
"name": "@scrypted/sdk",
|
|
"version": "0.3.14",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@babel/preset-typescript": "^7.18.6",
|
|
"adm-zip": "^0.4.13",
|
|
"axios": "^1.6.5",
|
|
"babel-loader": "^9.1.0",
|
|
"babel-plugin-const-enum": "^1.1.0",
|
|
"esbuild": "^0.15.9",
|
|
"ncp": "^2.0.0",
|
|
"raw-loader": "^4.0.2",
|
|
"rimraf": "^3.0.2",
|
|
"tmp": "^0.2.1",
|
|
"ts-loader": "^9.4.2",
|
|
"typescript": "^4.9.4",
|
|
"webpack": "^5.75.0",
|
|
"webpack-bundle-analyzer": "^4.5.0"
|
|
},
|
|
"bin": {
|
|
"scrypted-changelog": "bin/scrypted-changelog.js",
|
|
"scrypted-debug": "bin/scrypted-debug.js",
|
|
"scrypted-deploy": "bin/scrypted-deploy.js",
|
|
"scrypted-deploy-debug": "bin/scrypted-deploy-debug.js",
|
|
"scrypted-package-json": "bin/scrypted-package-json.js",
|
|
"scrypted-setup-project": "bin/scrypted-setup-project.js",
|
|
"scrypted-webpack": "bin/scrypted-webpack.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.18",
|
|
"@types/stringify-object": "^4.0.0",
|
|
"stringify-object": "^3.3.0",
|
|
"ts-node": "^10.4.0",
|
|
"typedoc": "^0.23.21"
|
|
}
|
|
},
|
|
"node_modules/@emnapi/runtime": {
|
|
"version": "0.44.0",
|
|
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-0.44.0.tgz",
|
|
"integrity": "sha512-ZX/etZEZw8DR7zAB1eVQT40lNo0jeqpb6dCgOvctB6FIQ5PoXfMuNY8+ayQfu8tNQbAB8gQWSSJupR8NxeiZXw==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"tslib": "^2.4.0"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-darwin-arm64": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.1.tgz",
|
|
"integrity": "sha512-esr2BZ1x0bo+wl7Gx2hjssYhjrhUsD88VQulI0FrG8/otRQUOxLWHMBd1Y1qo2Gfg2KUvXNpT0ASnV9BzJCexw==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"glibc": ">=2.26",
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"optionalDependencies": {
|
|
"@img/sharp-libvips-darwin-arm64": "1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-darwin-x64": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.1.tgz",
|
|
"integrity": "sha512-YrnuB3bXuWdG+hJlXtq7C73lF8ampkhU3tMxg5Hh+E7ikxbUVOU9nlNtVTloDXz6pRHt2y2oKJq7DY/yt+UXYw==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"glibc": ">=2.26",
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"optionalDependencies": {
|
|
"@img/sharp-libvips-darwin-x64": "1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-libvips-darwin-arm64": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.0.tgz",
|
|
"integrity": "sha512-VzYd6OwnUR81sInf3alj1wiokY50DjsHz5bvfnsFpxs5tqQxESoHtJO6xyksDs3RIkyhMWq2FufXo6GNSU9BMw==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"macos": ">=11",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-libvips-darwin-x64": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.0.tgz",
|
|
"integrity": "sha512-dD9OznTlHD6aovRswaPNEy8dKtSAmNo4++tO7uuR4o5VxbVAOoEQ1uSmN4iFAdQneTHws1lkTZeiXPrcCkh6IA==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"macos": ">=10.13",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-libvips-linux-arm": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.0.tgz",
|
|
"integrity": "sha512-VwgD2eEikDJUk09Mn9Dzi1OW2OJFRQK+XlBTkUNmAWPrtj8Ly0yq05DFgu1VCMx2/DqCGQVi5A1dM9hTmxf3uw==",
|
|
"cpu": [
|
|
"arm"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"glibc": ">=2.28",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-libvips-linux-arm64": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.0.tgz",
|
|
"integrity": "sha512-xTYThiqEZEZc0PRU90yVtM3KE7lw1bKdnDQ9kCTHWbqWyHOe4NpPOtMGy27YnN51q0J5dqRrvicfPbALIOeAZA==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"glibc": ">=2.26",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-libvips-linux-s390x": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.0.tgz",
|
|
"integrity": "sha512-o9E46WWBC6JsBlwU4QyU9578G77HBDT1NInd+aERfxeOPbk0qBZHgoDsQmA2v9TbqJRWzoBPx1aLOhprBMgPjw==",
|
|
"cpu": [
|
|
"s390x"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"glibc": ">=2.28",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-libvips-linux-x64": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.0.tgz",
|
|
"integrity": "sha512-naldaJy4hSVhWBgEjfdBY85CAa4UO+W1nx6a1sWStHZ7EUfNiuBTTN2KUYT5dH1+p/xij1t2QSXfCiFJoC5S/Q==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"glibc": ">=2.26",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-libvips-linuxmusl-arm64": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.0.tgz",
|
|
"integrity": "sha512-OdorplCyvmSAPsoJLldtLh3nLxRrkAAAOHsGWGDYfN0kh730gifK+UZb3dWORRa6EusNqCTjfXV4GxvgJ/nPDQ==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"musl": ">=1.2.2",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.0.tgz",
|
|
"integrity": "sha512-FW8iK6rJrg+X2jKD0Ajhjv6y74lToIBEvkZhl42nZt563FfxkCYacrXZtd+q/sRQDypQLzY5WdLkVTbJoPyqNg==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"musl": ">=1.2.2",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-linux-arm": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.1.tgz",
|
|
"integrity": "sha512-Ii4X1vnzzI4j0+cucsrYA5ctrzU9ciXERfJR633S2r39CiD8npqH2GMj63uFZRCFt3E687IenAdbwIpQOJ5BNA==",
|
|
"cpu": [
|
|
"arm"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"glibc": ">=2.28",
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"optionalDependencies": {
|
|
"@img/sharp-libvips-linux-arm": "1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-linux-arm64": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.1.tgz",
|
|
"integrity": "sha512-59B5GRO2d5N3tIfeGHAbJps7cLpuWEQv/8ySd9109ohQ3kzyCACENkFVAnGPX00HwPTQcaBNF7HQYEfZyZUFfw==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"glibc": ">=2.26",
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"optionalDependencies": {
|
|
"@img/sharp-libvips-linux-arm64": "1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-linux-s390x": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.1.tgz",
|
|
"integrity": "sha512-tRGrb2pHnFUXpOAj84orYNxHADBDIr0J7rrjwQrTNMQMWA4zy3StKmMvwsI7u3dEZcgwuMMooIIGWEWOjnmG8A==",
|
|
"cpu": [
|
|
"s390x"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"glibc": ">=2.28",
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"optionalDependencies": {
|
|
"@img/sharp-libvips-linux-s390x": "1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-linux-x64": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.1.tgz",
|
|
"integrity": "sha512-4y8osC0cAc1TRpy02yn5omBeloZZwS62fPZ0WUAYQiLhSFSpWJfY/gMrzKzLcHB9ulUV6ExFiu2elMaixKDbeg==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"glibc": ">=2.26",
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"optionalDependencies": {
|
|
"@img/sharp-libvips-linux-x64": "1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-linuxmusl-arm64": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.1.tgz",
|
|
"integrity": "sha512-D3lV6clkqIKUizNS8K6pkuCKNGmWoKlBGh5p0sLO2jQERzbakhu4bVX1Gz+RS4vTZBprKlWaf+/Rdp3ni2jLfA==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"musl": ">=1.2.2",
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"optionalDependencies": {
|
|
"@img/sharp-libvips-linuxmusl-arm64": "1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-linuxmusl-x64": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.1.tgz",
|
|
"integrity": "sha512-LOGKNu5w8uu1evVqUAUKTix2sQu1XDRIYbsi5Q0c/SrXhvJ4QyOx+GaajxmOg5PZSsSnCYPSmhjHHsRBx06/wQ==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"musl": ">=1.2.2",
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"optionalDependencies": {
|
|
"@img/sharp-libvips-linuxmusl-x64": "1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-wasm32": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.1.tgz",
|
|
"integrity": "sha512-vWI/sA+0p+92DLkpAMb5T6I8dg4z2vzCUnp8yvxHlwBpzN8CIcO3xlSXrLltSvK6iMsVMNswAv+ub77rsf25lA==",
|
|
"cpu": [
|
|
"wasm32"
|
|
],
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@emnapi/runtime": "^0.44.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-win32-ia32": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.1.tgz",
|
|
"integrity": "sha512-/xhYkylsKL05R+NXGJc9xr2Tuw6WIVl2lubFJaFYfW4/MQ4J+dgjIo/T4qjNRizrqs/szF/lC9a5+updmY9jaQ==",
|
|
"cpu": [
|
|
"ia32"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@img/sharp-win32-x64": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.1.tgz",
|
|
"integrity": "sha512-XaM69X0n6kTEsp9tVYYLhXdg7Qj32vYJlAKRutxUsm1UlgQNx6BOhHwZPwukCGXBU2+tH87ip2eV1I/E8MQnZg==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
|
|
"npm": ">=9.6.5",
|
|
"pnpm": ">=7.1.0",
|
|
"yarn": ">=3.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/@scrypted/common": {
|
|
"resolved": "../../common",
|
|
"link": true
|
|
},
|
|
"node_modules/@scrypted/sdk": {
|
|
"resolved": "../../sdk",
|
|
"link": true
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "20.10.6",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.6.tgz",
|
|
"integrity": "sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==",
|
|
"dependencies": {
|
|
"undici-types": "~5.26.4"
|
|
}
|
|
},
|
|
"node_modules/@types/whatwg-mimetype": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/@types/whatwg-mimetype/-/whatwg-mimetype-3.0.2.tgz",
|
|
"integrity": "sha512-c2AKvDT8ToxLIOUlN51gTiHXflsfIFisS4pO7pDPoKouJCESkhZnEy623gwP9laCy5lnLDAw1vAzu2vM2YLOrA==",
|
|
"dev": true
|
|
},
|
|
"node_modules/color": {
|
|
"version": "4.2.3",
|
|
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1",
|
|
"color-string": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.5.0"
|
|
}
|
|
},
|
|
"node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
},
|
|
"node_modules/color-string": {
|
|
"version": "1.9.1",
|
|
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
|
|
"integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
|
|
"dependencies": {
|
|
"color-name": "^1.0.0",
|
|
"simple-swizzle": "^0.2.2"
|
|
}
|
|
},
|
|
"node_modules/detect-libc": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz",
|
|
"integrity": "sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-arrayish": {
|
|
"version": "0.3.2",
|
|
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
|
|
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
|
|
},
|
|
"node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/semver": {
|
|
"version": "7.5.4",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
|
|
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/sharp": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.1.tgz",
|
|
"integrity": "sha512-iAYUnOdTqqZDb3QjMneBKINTllCJDZ3em6WaWy7NPECM4aHncvqHRm0v0bN9nqJxMiwamv5KIdauJ6lUzKDpTQ==",
|
|
"hasInstallScript": true,
|
|
"dependencies": {
|
|
"color": "^4.2.3",
|
|
"detect-libc": "^2.0.2",
|
|
"semver": "^7.5.4"
|
|
},
|
|
"engines": {
|
|
"libvips": ">=8.15.0",
|
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"optionalDependencies": {
|
|
"@img/sharp-darwin-arm64": "0.33.1",
|
|
"@img/sharp-darwin-x64": "0.33.1",
|
|
"@img/sharp-libvips-darwin-arm64": "1.0.0",
|
|
"@img/sharp-libvips-darwin-x64": "1.0.0",
|
|
"@img/sharp-libvips-linux-arm": "1.0.0",
|
|
"@img/sharp-libvips-linux-arm64": "1.0.0",
|
|
"@img/sharp-libvips-linux-s390x": "1.0.0",
|
|
"@img/sharp-libvips-linux-x64": "1.0.0",
|
|
"@img/sharp-libvips-linuxmusl-arm64": "1.0.0",
|
|
"@img/sharp-libvips-linuxmusl-x64": "1.0.0",
|
|
"@img/sharp-linux-arm": "0.33.1",
|
|
"@img/sharp-linux-arm64": "0.33.1",
|
|
"@img/sharp-linux-s390x": "0.33.1",
|
|
"@img/sharp-linux-x64": "0.33.1",
|
|
"@img/sharp-linuxmusl-arm64": "0.33.1",
|
|
"@img/sharp-linuxmusl-x64": "0.33.1",
|
|
"@img/sharp-wasm32": "0.33.1",
|
|
"@img/sharp-win32-ia32": "0.33.1",
|
|
"@img/sharp-win32-x64": "0.33.1"
|
|
}
|
|
},
|
|
"node_modules/simple-swizzle": {
|
|
"version": "0.2.2",
|
|
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
|
|
"integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
|
|
"dependencies": {
|
|
"is-arrayish": "^0.3.1"
|
|
}
|
|
},
|
|
"node_modules/tslib": {
|
|
"version": "2.6.2",
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
"optional": true
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "5.26.5",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
|
|
},
|
|
"node_modules/whatwg-mimetype": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
|
|
"integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@emnapi/runtime": {
|
|
"version": "0.44.0",
|
|
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-0.44.0.tgz",
|
|
"integrity": "sha512-ZX/etZEZw8DR7zAB1eVQT40lNo0jeqpb6dCgOvctB6FIQ5PoXfMuNY8+ayQfu8tNQbAB8gQWSSJupR8NxeiZXw==",
|
|
"optional": true,
|
|
"requires": {
|
|
"tslib": "^2.4.0"
|
|
}
|
|
},
|
|
"@img/sharp-darwin-arm64": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.1.tgz",
|
|
"integrity": "sha512-esr2BZ1x0bo+wl7Gx2hjssYhjrhUsD88VQulI0FrG8/otRQUOxLWHMBd1Y1qo2Gfg2KUvXNpT0ASnV9BzJCexw==",
|
|
"optional": true,
|
|
"requires": {
|
|
"@img/sharp-libvips-darwin-arm64": "1.0.0"
|
|
}
|
|
},
|
|
"@img/sharp-darwin-x64": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.1.tgz",
|
|
"integrity": "sha512-YrnuB3bXuWdG+hJlXtq7C73lF8ampkhU3tMxg5Hh+E7ikxbUVOU9nlNtVTloDXz6pRHt2y2oKJq7DY/yt+UXYw==",
|
|
"optional": true,
|
|
"requires": {
|
|
"@img/sharp-libvips-darwin-x64": "1.0.0"
|
|
}
|
|
},
|
|
"@img/sharp-libvips-darwin-arm64": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.0.tgz",
|
|
"integrity": "sha512-VzYd6OwnUR81sInf3alj1wiokY50DjsHz5bvfnsFpxs5tqQxESoHtJO6xyksDs3RIkyhMWq2FufXo6GNSU9BMw==",
|
|
"optional": true
|
|
},
|
|
"@img/sharp-libvips-darwin-x64": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.0.tgz",
|
|
"integrity": "sha512-dD9OznTlHD6aovRswaPNEy8dKtSAmNo4++tO7uuR4o5VxbVAOoEQ1uSmN4iFAdQneTHws1lkTZeiXPrcCkh6IA==",
|
|
"optional": true
|
|
},
|
|
"@img/sharp-libvips-linux-arm": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.0.tgz",
|
|
"integrity": "sha512-VwgD2eEikDJUk09Mn9Dzi1OW2OJFRQK+XlBTkUNmAWPrtj8Ly0yq05DFgu1VCMx2/DqCGQVi5A1dM9hTmxf3uw==",
|
|
"optional": true
|
|
},
|
|
"@img/sharp-libvips-linux-arm64": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.0.tgz",
|
|
"integrity": "sha512-xTYThiqEZEZc0PRU90yVtM3KE7lw1bKdnDQ9kCTHWbqWyHOe4NpPOtMGy27YnN51q0J5dqRrvicfPbALIOeAZA==",
|
|
"optional": true
|
|
},
|
|
"@img/sharp-libvips-linux-s390x": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.0.tgz",
|
|
"integrity": "sha512-o9E46WWBC6JsBlwU4QyU9578G77HBDT1NInd+aERfxeOPbk0qBZHgoDsQmA2v9TbqJRWzoBPx1aLOhprBMgPjw==",
|
|
"optional": true
|
|
},
|
|
"@img/sharp-libvips-linux-x64": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.0.tgz",
|
|
"integrity": "sha512-naldaJy4hSVhWBgEjfdBY85CAa4UO+W1nx6a1sWStHZ7EUfNiuBTTN2KUYT5dH1+p/xij1t2QSXfCiFJoC5S/Q==",
|
|
"optional": true
|
|
},
|
|
"@img/sharp-libvips-linuxmusl-arm64": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.0.tgz",
|
|
"integrity": "sha512-OdorplCyvmSAPsoJLldtLh3nLxRrkAAAOHsGWGDYfN0kh730gifK+UZb3dWORRa6EusNqCTjfXV4GxvgJ/nPDQ==",
|
|
"optional": true
|
|
},
|
|
"@img/sharp-libvips-linuxmusl-x64": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.0.tgz",
|
|
"integrity": "sha512-FW8iK6rJrg+X2jKD0Ajhjv6y74lToIBEvkZhl42nZt563FfxkCYacrXZtd+q/sRQDypQLzY5WdLkVTbJoPyqNg==",
|
|
"optional": true
|
|
},
|
|
"@img/sharp-linux-arm": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.1.tgz",
|
|
"integrity": "sha512-Ii4X1vnzzI4j0+cucsrYA5ctrzU9ciXERfJR633S2r39CiD8npqH2GMj63uFZRCFt3E687IenAdbwIpQOJ5BNA==",
|
|
"optional": true,
|
|
"requires": {
|
|
"@img/sharp-libvips-linux-arm": "1.0.0"
|
|
}
|
|
},
|
|
"@img/sharp-linux-arm64": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.1.tgz",
|
|
"integrity": "sha512-59B5GRO2d5N3tIfeGHAbJps7cLpuWEQv/8ySd9109ohQ3kzyCACENkFVAnGPX00HwPTQcaBNF7HQYEfZyZUFfw==",
|
|
"optional": true,
|
|
"requires": {
|
|
"@img/sharp-libvips-linux-arm64": "1.0.0"
|
|
}
|
|
},
|
|
"@img/sharp-linux-s390x": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.1.tgz",
|
|
"integrity": "sha512-tRGrb2pHnFUXpOAj84orYNxHADBDIr0J7rrjwQrTNMQMWA4zy3StKmMvwsI7u3dEZcgwuMMooIIGWEWOjnmG8A==",
|
|
"optional": true,
|
|
"requires": {
|
|
"@img/sharp-libvips-linux-s390x": "1.0.0"
|
|
}
|
|
},
|
|
"@img/sharp-linux-x64": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.1.tgz",
|
|
"integrity": "sha512-4y8osC0cAc1TRpy02yn5omBeloZZwS62fPZ0WUAYQiLhSFSpWJfY/gMrzKzLcHB9ulUV6ExFiu2elMaixKDbeg==",
|
|
"optional": true,
|
|
"requires": {
|
|
"@img/sharp-libvips-linux-x64": "1.0.0"
|
|
}
|
|
},
|
|
"@img/sharp-linuxmusl-arm64": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.1.tgz",
|
|
"integrity": "sha512-D3lV6clkqIKUizNS8K6pkuCKNGmWoKlBGh5p0sLO2jQERzbakhu4bVX1Gz+RS4vTZBprKlWaf+/Rdp3ni2jLfA==",
|
|
"optional": true,
|
|
"requires": {
|
|
"@img/sharp-libvips-linuxmusl-arm64": "1.0.0"
|
|
}
|
|
},
|
|
"@img/sharp-linuxmusl-x64": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.1.tgz",
|
|
"integrity": "sha512-LOGKNu5w8uu1evVqUAUKTix2sQu1XDRIYbsi5Q0c/SrXhvJ4QyOx+GaajxmOg5PZSsSnCYPSmhjHHsRBx06/wQ==",
|
|
"optional": true,
|
|
"requires": {
|
|
"@img/sharp-libvips-linuxmusl-x64": "1.0.0"
|
|
}
|
|
},
|
|
"@img/sharp-wasm32": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.1.tgz",
|
|
"integrity": "sha512-vWI/sA+0p+92DLkpAMb5T6I8dg4z2vzCUnp8yvxHlwBpzN8CIcO3xlSXrLltSvK6iMsVMNswAv+ub77rsf25lA==",
|
|
"optional": true,
|
|
"requires": {
|
|
"@emnapi/runtime": "^0.44.0"
|
|
}
|
|
},
|
|
"@img/sharp-win32-ia32": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.1.tgz",
|
|
"integrity": "sha512-/xhYkylsKL05R+NXGJc9xr2Tuw6WIVl2lubFJaFYfW4/MQ4J+dgjIo/T4qjNRizrqs/szF/lC9a5+updmY9jaQ==",
|
|
"optional": true
|
|
},
|
|
"@img/sharp-win32-x64": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.1.tgz",
|
|
"integrity": "sha512-XaM69X0n6kTEsp9tVYYLhXdg7Qj32vYJlAKRutxUsm1UlgQNx6BOhHwZPwukCGXBU2+tH87ip2eV1I/E8MQnZg==",
|
|
"optional": true
|
|
},
|
|
"@scrypted/common": {
|
|
"version": "file:../../common",
|
|
"requires": {
|
|
"@scrypted/sdk": "file:../sdk",
|
|
"@scrypted/server": "file:../server",
|
|
"@types/node": "^20.11.0",
|
|
"http-auth-utils": "^5.0.1",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
},
|
|
"@scrypted/sdk": {
|
|
"version": "file:../../sdk",
|
|
"requires": {
|
|
"@babel/preset-typescript": "^7.18.6",
|
|
"@types/node": "^18.11.18",
|
|
"@types/stringify-object": "^4.0.0",
|
|
"adm-zip": "^0.4.13",
|
|
"axios": "^1.6.5",
|
|
"babel-loader": "^9.1.0",
|
|
"babel-plugin-const-enum": "^1.1.0",
|
|
"esbuild": "^0.15.9",
|
|
"ncp": "^2.0.0",
|
|
"raw-loader": "^4.0.2",
|
|
"rimraf": "^3.0.2",
|
|
"stringify-object": "^3.3.0",
|
|
"tmp": "^0.2.1",
|
|
"ts-loader": "^9.4.2",
|
|
"ts-node": "^10.4.0",
|
|
"typedoc": "^0.23.21",
|
|
"typescript": "^4.9.4",
|
|
"webpack": "^5.75.0",
|
|
"webpack-bundle-analyzer": "^4.5.0"
|
|
}
|
|
},
|
|
"@types/node": {
|
|
"version": "20.10.6",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.6.tgz",
|
|
"integrity": "sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==",
|
|
"requires": {
|
|
"undici-types": "~5.26.4"
|
|
}
|
|
},
|
|
"@types/whatwg-mimetype": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/@types/whatwg-mimetype/-/whatwg-mimetype-3.0.2.tgz",
|
|
"integrity": "sha512-c2AKvDT8ToxLIOUlN51gTiHXflsfIFisS4pO7pDPoKouJCESkhZnEy623gwP9laCy5lnLDAw1vAzu2vM2YLOrA==",
|
|
"dev": true
|
|
},
|
|
"color": {
|
|
"version": "4.2.3",
|
|
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
|
|
"requires": {
|
|
"color-convert": "^2.0.1",
|
|
"color-string": "^1.9.0"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
},
|
|
"color-string": {
|
|
"version": "1.9.1",
|
|
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
|
|
"integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
|
|
"requires": {
|
|
"color-name": "^1.0.0",
|
|
"simple-swizzle": "^0.2.2"
|
|
}
|
|
},
|
|
"detect-libc": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz",
|
|
"integrity": "sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw=="
|
|
},
|
|
"is-arrayish": {
|
|
"version": "0.3.2",
|
|
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
|
|
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
|
|
},
|
|
"lru-cache": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "7.5.4",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
|
|
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
},
|
|
"sharp": {
|
|
"version": "0.33.1",
|
|
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.1.tgz",
|
|
"integrity": "sha512-iAYUnOdTqqZDb3QjMneBKINTllCJDZ3em6WaWy7NPECM4aHncvqHRm0v0bN9nqJxMiwamv5KIdauJ6lUzKDpTQ==",
|
|
"requires": {
|
|
"@img/sharp-darwin-arm64": "0.33.1",
|
|
"@img/sharp-darwin-x64": "0.33.1",
|
|
"@img/sharp-libvips-darwin-arm64": "1.0.0",
|
|
"@img/sharp-libvips-darwin-x64": "1.0.0",
|
|
"@img/sharp-libvips-linux-arm": "1.0.0",
|
|
"@img/sharp-libvips-linux-arm64": "1.0.0",
|
|
"@img/sharp-libvips-linux-s390x": "1.0.0",
|
|
"@img/sharp-libvips-linux-x64": "1.0.0",
|
|
"@img/sharp-libvips-linuxmusl-arm64": "1.0.0",
|
|
"@img/sharp-libvips-linuxmusl-x64": "1.0.0",
|
|
"@img/sharp-linux-arm": "0.33.1",
|
|
"@img/sharp-linux-arm64": "0.33.1",
|
|
"@img/sharp-linux-s390x": "0.33.1",
|
|
"@img/sharp-linux-x64": "0.33.1",
|
|
"@img/sharp-linuxmusl-arm64": "0.33.1",
|
|
"@img/sharp-linuxmusl-x64": "0.33.1",
|
|
"@img/sharp-wasm32": "0.33.1",
|
|
"@img/sharp-win32-ia32": "0.33.1",
|
|
"@img/sharp-win32-x64": "0.33.1",
|
|
"color": "^4.2.3",
|
|
"detect-libc": "^2.0.2",
|
|
"semver": "^7.5.4"
|
|
}
|
|
},
|
|
"simple-swizzle": {
|
|
"version": "0.2.2",
|
|
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
|
|
"integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
|
|
"requires": {
|
|
"is-arrayish": "^0.3.1"
|
|
}
|
|
},
|
|
"tslib": {
|
|
"version": "2.6.2",
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
"optional": true
|
|
},
|
|
"undici-types": {
|
|
"version": "5.26.5",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
|
|
},
|
|
"whatwg-mimetype": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
|
|
"integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg=="
|
|
},
|
|
"yallist": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
}
|
|
}
|
|
}
|