mirror of
https://github.com/iptv-org/database.git
synced 2024-11-09 22:16:38 -05:00
Install iso-639-2 package
This commit is contained in:
parent
0e446bbcc6
commit
6ec4d078d7
2 changed files with 16 additions and 0 deletions
15
package-lock.json
generated
15
package-lock.json
generated
|
@ -15,6 +15,7 @@
|
|||
"csvtojson": "^2.0.10",
|
||||
"dayjs": "^1.11.0",
|
||||
"glob": "^7.2.0",
|
||||
"iso-639-2": "^3.0.1",
|
||||
"joi": "^17.6.0",
|
||||
"json2csv": "^6.0.0-alpha.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -860,6 +861,15 @@
|
|||
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
||||
"integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
|
||||
},
|
||||
"node_modules/iso-639-2": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/iso-639-2/-/iso-639-2-3.0.1.tgz",
|
||||
"integrity": "sha512-omCuNX+RY3qK0WuIUZXn3nY/Oq9x1OHaobVi8eJJNmHW3PQOHkJ0bXSIvKVeX+VzexGO5fxDH9feuDs2H3NPiQ==",
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/wooorm"
|
||||
}
|
||||
},
|
||||
"node_modules/isomorphic-unfetch": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz",
|
||||
|
@ -2555,6 +2565,11 @@
|
|||
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
||||
"integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
|
||||
},
|
||||
"iso-639-2": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/iso-639-2/-/iso-639-2-3.0.1.tgz",
|
||||
"integrity": "sha512-omCuNX+RY3qK0WuIUZXn3nY/Oq9x1OHaobVi8eJJNmHW3PQOHkJ0bXSIvKVeX+VzexGO5fxDH9feuDs2H3NPiQ=="
|
||||
},
|
||||
"isomorphic-unfetch": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz",
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
"csvtojson": "^2.0.10",
|
||||
"dayjs": "^1.11.0",
|
||||
"glob": "^7.2.0",
|
||||
"iso-639-2": "^3.0.1",
|
||||
"joi": "^17.6.0",
|
||||
"json2csv": "^6.0.0-alpha.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
|
Loading…
Reference in a new issue