update node modules

This commit is contained in:
s2
2020-07-20 16:20:39 +02:00
parent dcb748f037
commit f9fb05e4db
906 changed files with 124011 additions and 93468 deletions

27
node_modules/i18next/package.json generated vendored
View File

@@ -1,27 +1,28 @@
{
"_from": "i18next@^19.4.5",
"_id": "i18next@19.4.5",
"_from": "i18next@19.6.2",
"_id": "i18next@19.6.2",
"_inBundle": false,
"_integrity": "sha512-aLvSsURoupi3x9IndmV6+m3IGhzLzhYv7Gw+//K3ovdliyGcFRV0I1MuddI0Bk/zR7BG1U+kJOjeHFUcUIdEgg==",
"_integrity": "sha512-Zyd/Z32FY+sD+Eg6sLj5DeDSlrIN3WZ4onuOBRGcjDx/rvodsyUZ9TJ2Y+3aD9Vu8MPbiMU2WesIER/rs1ioyw==",
"_location": "/i18next",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "i18next@^19.4.5",
"raw": "i18next@19.6.2",
"name": "i18next",
"escapedName": "i18next",
"rawSpec": "^19.4.5",
"rawSpec": "19.6.2",
"saveSpec": null,
"fetchSpec": "^19.4.5"
"fetchSpec": "19.6.2"
},
"_requiredBy": [
"#USER",
"/",
"/i18next-scanner"
],
"_resolved": "https://registry.npmjs.org/i18next/-/i18next-19.4.5.tgz",
"_shasum": "f9ea8bbb48d1ec66bc3436f0bb74a16b11821e11",
"_spec": "i18next@^19.4.5",
"_resolved": "https://registry.npmjs.org/i18next/-/i18next-19.6.2.tgz",
"_shasum": "859aeba46db0c7cdfa8ae3de7c3a5cad3b0cec83",
"_spec": "i18next@19.6.2",
"_where": "D:\\Projects\\vanillajs-seed",
"author": {
"name": "Jan Mühlemann",
@@ -33,12 +34,12 @@
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.3.1"
"@babel/runtime": "^7.10.1"
},
"deprecated": false,
"description": "i18next internationalization framework",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/core": "^7.10.1",
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
@@ -144,5 +145,5 @@
"test:typescript:noninterop": "tslint --project tsconfig.nonEsModuleInterop.json"
},
"types": "./index.d.ts",
"version": "19.4.5"
"version": "19.6.2"
}