增加读取 MacOS 图标的模块

This commit is contained in:
fofolee
2019-04-24 19:29:04 +08:00
parent a0078108c8
commit ffd41b882e
6 changed files with 258 additions and 0 deletions

5
package-lock.json generated
View File

@@ -2,6 +2,11 @@
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"file-icon": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/file-icon/-/file-icon-3.1.0.tgz",
"integrity": "sha512-1+EdWiwE4S7Wa/SCEcEC+StMcT/OEVdw0RbGmD5ZmlsUL9Kqf6SyXzSbhxa9p2isIfORtCh3/lEflGdbMNX8fA=="
},
"icon-extractor": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/icon-extractor/-/icon-extractor-1.0.3.tgz",