Install new dependencies

This commit is contained in:
Arhey 2023-03-06 16:37:28 +03:00
parent dca1af7bbd
commit acbd1325c7
3 changed files with 76 additions and 1 deletions

55
package-lock.json generated
View file

@ -6,12 +6,15 @@
"": { "": {
"name": "iptv-org", "name": "iptv-org",
"devDependencies": { "devDependencies": {
"@freearhey/search-js": "^0.1.1",
"@sveltejs/adapter-auto": "next", "@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "^2.0.1", "@sveltejs/adapter-static": "^2.0.1",
"@sveltejs/kit": "^1.7.1", "@sveltejs/kit": "^1.7.1",
"@tailwindcss/line-clamp": "^0.4.2",
"@zerodevx/svelte-json-view": "^1.0.2", "@zerodevx/svelte-json-view": "^1.0.2",
"autoprefixer": "^10.4.2", "autoprefixer": "^10.4.2",
"dayjs": "^1.11.1", "dayjs": "^1.11.1",
"iptv-playlist-generator": "^0.1.5",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"postcss": "^8.4.19", "postcss": "^8.4.19",
"prettier-plugin-svelte": "^2.6.0", "prettier-plugin-svelte": "^2.6.0",
@ -397,6 +400,18 @@
"node": ">=12" "node": ">=12"
} }
}, },
"node_modules/@freearhey/search-js": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@freearhey/search-js/-/search-js-0.1.1.tgz",
"integrity": "sha512-nmXhqBg5lh6GxMT2g1hgmSc/pbXGw0P4ZxXaPt/cnuZYtvPHSo0CPOF65iNC9LEqvrrnLig4RFlG1dBDPNAU0g==",
"dev": true,
"dependencies": {
"lodash": "^4.17.21"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@iarna/toml": { "node_modules/@iarna/toml": {
"version": "2.2.5", "version": "2.2.5",
"resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz", "resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz",
@ -564,6 +579,15 @@
"node": ">=12" "node": ">=12"
} }
}, },
"node_modules/@tailwindcss/line-clamp": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/@tailwindcss/line-clamp/-/line-clamp-0.4.2.tgz",
"integrity": "sha512-HFzAQuqYCjyy/SX9sLGB1lroPzmcnWv1FHkIpmypte10hptf4oPUfucryMKovZh2u0uiS9U5Ty3GghWfEJGwVw==",
"dev": true,
"peerDependencies": {
"tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1"
}
},
"node_modules/@types/cookie": { "node_modules/@types/cookie": {
"version": "0.5.1", "version": "0.5.1",
"resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.5.1.tgz", "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.5.1.tgz",
@ -1445,6 +1469,15 @@
"node": ">= 0.4.0" "node": ">= 0.4.0"
} }
}, },
"node_modules/iptv-playlist-generator": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/iptv-playlist-generator/-/iptv-playlist-generator-0.1.5.tgz",
"integrity": "sha512-dJA1XjDVpaGuNJ7oMIskyjviV6j9ixd0Z8gQW8dZ7NfgPDffQq1OkjLugVFr374x7fSSIR8O1TgqLDVNMg/ZAg==",
"dev": true,
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/is-binary-path": { "node_modules/is-binary-path": {
"version": "2.1.0", "version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
@ -2583,6 +2616,15 @@
"optional": true, "optional": true,
"peer": true "peer": true
}, },
"@freearhey/search-js": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@freearhey/search-js/-/search-js-0.1.1.tgz",
"integrity": "sha512-nmXhqBg5lh6GxMT2g1hgmSc/pbXGw0P4ZxXaPt/cnuZYtvPHSo0CPOF65iNC9LEqvrrnLig4RFlG1dBDPNAU0g==",
"dev": true,
"requires": {
"lodash": "^4.17.21"
}
},
"@iarna/toml": { "@iarna/toml": {
"version": "2.2.5", "version": "2.2.5",
"resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz", "resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz",
@ -2720,6 +2762,13 @@
} }
} }
}, },
"@tailwindcss/line-clamp": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/@tailwindcss/line-clamp/-/line-clamp-0.4.2.tgz",
"integrity": "sha512-HFzAQuqYCjyy/SX9sLGB1lroPzmcnWv1FHkIpmypte10hptf4oPUfucryMKovZh2u0uiS9U5Ty3GghWfEJGwVw==",
"dev": true,
"requires": {}
},
"@types/cookie": { "@types/cookie": {
"version": "0.5.1", "version": "0.5.1",
"resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.5.1.tgz", "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.5.1.tgz",
@ -3259,6 +3308,12 @@
"function-bind": "^1.1.1" "function-bind": "^1.1.1"
} }
}, },
"iptv-playlist-generator": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/iptv-playlist-generator/-/iptv-playlist-generator-0.1.5.tgz",
"integrity": "sha512-dJA1XjDVpaGuNJ7oMIskyjviV6j9ixd0Z8gQW8dZ7NfgPDffQq1OkjLugVFr374x7fSSIR8O1TgqLDVNMg/ZAg==",
"dev": true
},
"is-binary-path": { "is-binary-path": {
"version": "2.1.0", "version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",

View file

@ -7,12 +7,15 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"devDependencies": { "devDependencies": {
"@freearhey/search-js": "^0.1.1",
"@sveltejs/adapter-auto": "next", "@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "^2.0.1", "@sveltejs/adapter-static": "^2.0.1",
"@sveltejs/kit": "^1.7.1", "@sveltejs/kit": "^1.7.1",
"@tailwindcss/line-clamp": "^0.4.2",
"@zerodevx/svelte-json-view": "^1.0.2", "@zerodevx/svelte-json-view": "^1.0.2",
"autoprefixer": "^10.4.2", "autoprefixer": "^10.4.2",
"dayjs": "^1.11.1", "dayjs": "^1.11.1",
"iptv-playlist-generator": "^0.1.5",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"postcss": "^8.4.19", "postcss": "^8.4.19",
"prettier-plugin-svelte": "^2.6.0", "prettier-plugin-svelte": "^2.6.0",

View file

@ -7,6 +7,13 @@
"resolved" "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.16.17.tgz" "resolved" "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.16.17.tgz"
"version" "0.16.17" "version" "0.16.17"
"@freearhey/search-js@^0.1.1":
"integrity" "sha512-nmXhqBg5lh6GxMT2g1hgmSc/pbXGw0P4ZxXaPt/cnuZYtvPHSo0CPOF65iNC9LEqvrrnLig4RFlG1dBDPNAU0g=="
"resolved" "https://registry.npmjs.org/@freearhey/search-js/-/search-js-0.1.1.tgz"
"version" "0.1.1"
dependencies:
"lodash" "^4.17.21"
"@iarna/toml@^2.2.5": "@iarna/toml@^2.2.5":
"integrity" "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==" "integrity" "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg=="
"resolved" "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz" "resolved" "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz"
@ -111,6 +118,11 @@
"svelte-hmr" "^0.15.1" "svelte-hmr" "^0.15.1"
"vitefu" "^0.2.3" "vitefu" "^0.2.3"
"@tailwindcss/line-clamp@^0.4.2":
"integrity" "sha512-HFzAQuqYCjyy/SX9sLGB1lroPzmcnWv1FHkIpmypte10hptf4oPUfucryMKovZh2u0uiS9U5Ty3GghWfEJGwVw=="
"resolved" "https://registry.npmjs.org/@tailwindcss/line-clamp/-/line-clamp-0.4.2.tgz"
"version" "0.4.2"
"@types/cookie@^0.5.1": "@types/cookie@^0.5.1":
"integrity" "sha512-COUnqfB2+ckwXXSFInsFdOAWQzCCx+a5hq2ruyj+Vjund94RJQd4LG2u9hnvJrTgunKAaax7ancBYlDrNYxA0g==" "integrity" "sha512-COUnqfB2+ckwXXSFInsFdOAWQzCCx+a5hq2ruyj+Vjund94RJQd4LG2u9hnvJrTgunKAaax7ancBYlDrNYxA0g=="
"resolved" "https://registry.npmjs.org/@types/cookie/-/cookie-0.5.1.tgz" "resolved" "https://registry.npmjs.org/@types/cookie/-/cookie-0.5.1.tgz"
@ -471,6 +483,11 @@
dependencies: dependencies:
"function-bind" "^1.1.1" "function-bind" "^1.1.1"
"iptv-playlist-generator@^0.1.5":
"integrity" "sha512-dJA1XjDVpaGuNJ7oMIskyjviV6j9ixd0Z8gQW8dZ7NfgPDffQq1OkjLugVFr374x7fSSIR8O1TgqLDVNMg/ZAg=="
"resolved" "https://registry.npmjs.org/iptv-playlist-generator/-/iptv-playlist-generator-0.1.5.tgz"
"version" "0.1.5"
"is-binary-path@~2.1.0": "is-binary-path@~2.1.0":
"integrity" "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" "integrity" "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw=="
"resolved" "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz" "resolved" "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz"
@ -825,7 +842,7 @@
"resolved" "https://registry.npmjs.org/svelte/-/svelte-3.55.1.tgz" "resolved" "https://registry.npmjs.org/svelte/-/svelte-3.55.1.tgz"
"version" "3.55.1" "version" "3.55.1"
"tailwindcss@^3.2.7": "tailwindcss@^3.2.7", "tailwindcss@>=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1":
"integrity" "sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==" "integrity" "sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ=="
"resolved" "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.7.tgz" "resolved" "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.7.tgz"
"version" "3.2.7" "version" "3.2.7"