Install wildcard-match package

This commit is contained in:
Aleksandr Statciuk 2021-10-17 00:04:21 +03:00
parent bbdce45c41
commit e9d38de24c
2 changed files with 12 additions and 0 deletions

11
package-lock.json generated
View file

@ -22,6 +22,7 @@
"parse-duration": "^1.0.0", "parse-duration": "^1.0.0",
"srcset": "^4.0.0", "srcset": "^4.0.0",
"tabletojson": "^2.0.7", "tabletojson": "^2.0.7",
"wildcard-match": "^5.1.2",
"xml-js": "^1.6.11" "xml-js": "^1.6.11"
} }
}, },
@ -1605,6 +1606,11 @@
"node": ">=10" "node": ">=10"
} }
}, },
"node_modules/wildcard-match": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/wildcard-match/-/wildcard-match-5.1.2.tgz",
"integrity": "sha512-qNXwI591Z88c8bWxp+yjV60Ch4F8Riawe3iGxbzquhy8Xs9m+0+SLFBGb/0yCTIDElawtaImC37fYZ+dr32KqQ=="
},
"node_modules/word-wrap": { "node_modules/word-wrap": {
"version": "1.2.3", "version": "1.2.3",
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
@ -2874,6 +2880,11 @@
"webidl-conversions": "^6.1.0" "webidl-conversions": "^6.1.0"
} }
}, },
"wildcard-match": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/wildcard-match/-/wildcard-match-5.1.2.tgz",
"integrity": "sha512-qNXwI591Z88c8bWxp+yjV60Ch4F8Riawe3iGxbzquhy8Xs9m+0+SLFBGb/0yCTIDElawtaImC37fYZ+dr32KqQ=="
},
"word-wrap": { "word-wrap": {
"version": "1.2.3", "version": "1.2.3",
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",

View file

@ -22,6 +22,7 @@
"parse-duration": "^1.0.0", "parse-duration": "^1.0.0",
"srcset": "^4.0.0", "srcset": "^4.0.0",
"tabletojson": "^2.0.7", "tabletojson": "^2.0.7",
"wildcard-match": "^5.1.2",
"xml-js": "^1.6.11" "xml-js": "^1.6.11"
} }
} }