Security upgrades

This commit is contained in:
2020-07-15 19:54:48 +02:00
parent 59cc6c54cd
commit ad8ed283d2
3164 changed files with 408897 additions and 28 deletions

58
node_modules/string-sanitizer/package.json generated vendored Normal file
View File

@@ -0,0 +1,58 @@
{
"_from": "string-sanitizer",
"_id": "string-sanitizer@1.1.1",
"_inBundle": false,
"_integrity": "sha512-ZaqlidMholFiBaKDPPVf9cJjNo6iRhP6g/ei5qTgvzKEMa8TK/nu4hM90YZ2LvfjvAomF2LIexmOlX1MvYN+ug==",
"_location": "/string-sanitizer",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "string-sanitizer",
"name": "string-sanitizer",
"escapedName": "string-sanitizer",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/string-sanitizer/-/string-sanitizer-1.1.1.tgz",
"_shasum": "52d583fa639aefa01bc9a9d68cd4d53644cd85c5",
"_spec": "string-sanitizer",
"_where": "D:\\WORK\\Menui\\menui_backend",
"author": {
"name": "Md Fazlul Karim",
"email": "fazlulkarimrocky@gmail.com",
"url": "https://twitter.com/fazlulkarimweb"
},
"bugs": {
"url": "https://github.com/fazlulkarimweb/string-sanitizer/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "An intuitive & tiny string sanitizer to remove any special characters or convert strings to create filename or url 🎉🎉",
"homepage": "https://github.com/fazlulkarimweb/string-sanitizer#readme",
"keywords": [
"string sanitizer",
"string filename",
"remove special characters",
"convert string",
"sanitize string",
"string url",
"string converter",
"special characters removal",
"custom string",
"beautiful string"
],
"license": "MIT",
"main": "node.js",
"name": "string-sanitizer",
"repository": {
"type": "git",
"url": "git+https://github.com/fazlulkarimweb/string-sanitizer.git"
},
"version": "1.1.1"
}