mirror of
https://github.com/iptv-org/database.git
synced 2024-11-09 14:16:38 -05:00
Install wtf-plugin-image package
This commit is contained in:
parent
77f3bd4106
commit
afafb0d8bf
3 changed files with 1043 additions and 987 deletions
38
package-lock.json
generated
38
package-lock.json
generated
|
@ -26,7 +26,8 @@
|
|||
"slugify": "^1.6.5",
|
||||
"transliteration": "^2.2.0",
|
||||
"wikijs": "^6.3.3",
|
||||
"wtf_wikipedia": "^10.0.0"
|
||||
"wtf_wikipedia": "^10.0.0",
|
||||
"wtf-plugin-image": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/code-frame": {
|
||||
|
@ -896,6 +897,17 @@
|
|||
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
||||
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
|
||||
},
|
||||
"node_modules/jshashes": {
|
||||
"version": "1.0.8",
|
||||
"resolved": "https://registry.npmjs.org/jshashes/-/jshashes-1.0.8.tgz",
|
||||
"integrity": "sha512-btmQZ/w1rj8Lb6nEwvhjM7nBYoj54yaEFo2PWh3RkxZ8qNwuvOxvQYN/JxVuwoMmdIluL+XwYVJ+pEEZoSYybQ==",
|
||||
"bin": {
|
||||
"hashes": "bin/hashes"
|
||||
},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/json-parse-better-errors": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
|
||||
|
@ -1884,6 +1896,17 @@
|
|||
"node": ">=12.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/wtf-plugin-image": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/wtf-plugin-image/-/wtf-plugin-image-1.0.0.tgz",
|
||||
"integrity": "sha512-dLjC6kSsTZuwHuVwjhqIfImWRL6YgI1fdF2glP1EbDsNYXlYUczYh4m11To/z4fBEq8w7fxx1RG03pBdMKhQcA==",
|
||||
"dependencies": {
|
||||
"jshashes": "^1.0.8"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"wtf_wikipedia": ">=9.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/y18n": {
|
||||
"version": "5.0.8",
|
||||
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
||||
|
@ -2596,6 +2619,11 @@
|
|||
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
||||
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
|
||||
},
|
||||
"jshashes": {
|
||||
"version": "1.0.8",
|
||||
"resolved": "https://registry.npmjs.org/jshashes/-/jshashes-1.0.8.tgz",
|
||||
"integrity": "sha512-btmQZ/w1rj8Lb6nEwvhjM7nBYoj54yaEFo2PWh3RkxZ8qNwuvOxvQYN/JxVuwoMmdIluL+XwYVJ+pEEZoSYybQ=="
|
||||
},
|
||||
"json-parse-better-errors": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
|
||||
|
@ -3329,6 +3357,14 @@
|
|||
"path-exists-cli": "2.0.0"
|
||||
}
|
||||
},
|
||||
"wtf-plugin-image": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/wtf-plugin-image/-/wtf-plugin-image-1.0.0.tgz",
|
||||
"integrity": "sha512-dLjC6kSsTZuwHuVwjhqIfImWRL6YgI1fdF2glP1EbDsNYXlYUczYh4m11To/z4fBEq8w7fxx1RG03pBdMKhQcA==",
|
||||
"requires": {
|
||||
"jshashes": "^1.0.8"
|
||||
}
|
||||
},
|
||||
"y18n": {
|
||||
"version": "5.0.8",
|
||||
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
"slugify": "^1.6.5",
|
||||
"transliteration": "^2.2.0",
|
||||
"wikijs": "^6.3.3",
|
||||
"wtf_wikipedia": "^10.0.0"
|
||||
"wtf_wikipedia": "^10.0.0",
|
||||
"wtf-plugin-image": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue