Добавлен пакет detect-file-type

This commit is contained in:
Book Pauk
2019-01-12 17:38:09 +07:00
parent fb60c2fe02
commit 6aeb589e16
2 changed files with 6 additions and 0 deletions

5
package-lock.json generated
View File

@@ -3247,6 +3247,11 @@
"integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=",
"dev": true
},
"detect-file-type": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/detect-file-type/-/detect-file-type-0.2.0.tgz",
"integrity": "sha512-RO/pUyKObaN3KZFVAxTzq6zUIweCu45deaUj2ZpbA1wCrmHeHYHpCXT6ZMLtlMtYSgEbpGuCxzQz8a9IuwOfNw=="
},
"detect-indent": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz",

View File

@@ -59,6 +59,7 @@
"axios": "^0.18.0",
"compression": "^1.7.3",
"decompress": "^4.2.0",
"detect-file-type": "^0.2.0",
"download": "^7.1.0",
"element-ui": "^2.4.11",
"express": "^4.16.4",