{"name":"react-i18next","version":"11.15.6","keywords":["i18next","internationalization","i18n","translation","localization","l10n","globalization","react","reactjs"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"react-i18next@11.15.6","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/react-i18next","bugs":{"url":"https://github.com/i18next/react-i18next/issues"},"dist":{"shasum":"693430fbee5ac7d0774bd88683575d62adb24afb","tarball":"https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.6.tgz","fileCount":45,"integrity":"sha512-OUWcFdNgIA9swVx3JGIreuquglAinpRwB/HYrCprTN+s9BQDt9LSiY7x5DGc2JzVpwqtpoTV7oRUTOxEPNyUPw==","signatures":[{"sig":"MEUCIEvci//nKMxGYr4MHb574W1ErOv0XSoe0QQYil7ta+OvAiEA7Mg4CbbbAIiviO1r6I9M6fg1ataYm8taGzayeRhTOOw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":342123,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJkrfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpxuRAAgHhWAS4VgiaI/lL6/OesWFhWmLWIoOR1iwyigyuhlv+IPXKp\r\nS+D1T93SkXEdK+jW1rKxznUhhuB8HoI+4Kx63qGV7lmObAbHMC8kvaQZ18QO\r\nHf8eF+KHLtyWgNaDri8HHuakRxEMMOVSFF/nS8HZa/mlz9Cw3YGld4krfP7C\r\neBikIwWadWHjNVWy0Hrjt/lIVnRi/wyRjAfDWvj99J2oLO9s4ARZXg8n8z2z\r\nq22MUd25HkdVE0X+vGEnQA0Mw0CXEaf2xynYaEyStkz7iQoocpoNUD8VQKUn\r\nWMzG9ppi9QvtrhV/xHhKDaWVj5Pl+lVTrohyYsBq0VIiaXabM5RfBNlBs8n1\r\nIBSPgrCGspdaumRPV1gpODL6h8DlgDgHhGA4JZZ4HKqC+pTlrq3jQCAG8uIB\r\n7Som1hXyTchQIgzd9Nt1uE+K4XM2EHOc9FAdbxFF9JcMIn4CR+cLFgIHNsux\r\nl/q7mzsSKRZm4xb+GYiHZRsSI1Na9pEbNn7AlvtSMdpPtQc4SsK7S482mOuY\r\nc9Jv6hqzwCFjAF+mLG8bFn9EbSBNhObmedvnxxGHLAv0iXBg+/PBX85TN+jk\r\n91nxfBygENI+E7uh0mc61MbXo5T+6A0fbK2ou8hQO/MYxE5itYD6SU7ubY3L\r\nkba9eveHpwFz917O9u8+a3EDMCvPHnx76h0=\r\n=zYc0\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/test/?(*.)(spec|test).js?(x)"],"setupFilesAfterEnv":["./test/setup.js"],"collectCoverageFrom":["**/src/*.{js,jsx}","*.macro.js","!**/src/index.js","!**/src/shallowEqual.js","!**/node_modules/**","!**/test/**","!**/example/**"],"modulePathIgnorePatterns":["<rootDir>/example/"],"unmockedModulePathPatterns":["react"]},"lock":false,"main":"dist/commonjs/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"./index.d.ts","module":"dist/es/index.js","gitHead":"23679339de9dd814ecc3a24b0d6ae2e7ffd089b2","scripts":{"copy":"cp-cli ./dist/umd/react-i18next.min.js ./react-i18next.min.js && cp-cli ./dist/umd/react-i18next.js ./react-i18next.js","test":"cross-env BABEL_ENV=development jest --no-cache","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run build:amd && npm run copy","clean":"rimraf dist && mkdirp dist","pretest":"npm run test:typescript && npm run test:typescript:noninterop && npm run test:typescript:customtypes","build:es":"cross-env BABEL_ENV=jsnext babel src --out-dir dist/es","prettier":"prettier --write \"{,**/}*.{ts,tsx,js,json,md}\"","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format amd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","test:lint":"eslint ./src ./test","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run build && git push","test:watch":"cross-env BABEL_ENV=development jest --no-cache --watch","postversion":"git push && git push --tags","test:coverage":"cross-env BABEL_ENV=development jest --no-cache --coverage","test:typescript":"tslint --project tsconfig.json '**/*.ts'","contributors:add":"all-contributors add","contributors:generate":"all-contributors generate","test:typescript:noninterop":"tslint --project tsconfig.nonEsModuleInterop.json '**/*.ts'","test:typescript:customtypes":"tslint --project ./test/typescript/custom-types/tsconfig.json '**/*.ts'"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git+https://github.com/i18next/react-i18next.git","type":"git"},"_npmVersion":"8.3.1","description":"Internationalization for react done right. Using the i18next i18n ecosystem.","directories":{},"jsnext:main":"dist/es/index.js","lint-staged":{"ignore":["**/dist/**/*.js","**/react-i18next.js","**/react-i18next.min.js"],"linters":{"*.{ts,tsx,js,json,md}":["prettier --write","git add"]}},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"html-escaper":"^2.0.2","@babel/runtime":"^7.14.5","html-parse-stringify":"^3.0.1"},"typesVersions":{">=4.1":{"*":["ts4.1/*"]}},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","husky":"^3.0.3","react":"^16.10.2","sinon":"^7.2.3","yargs":"^13.3.0","cp-cli":"^2.0.0","eslint":"^7.28.0","mkdirp":"^1.0.4","rimraf":"2.6.3","rollup":"1.19.4","tslint":"^5.20.1","dtslint":"^4.1.0","i18next":"^21.0.0","jest-cli":"^24.8.4","prettier":"2.2.1","coveralls":"^3.1.0","cross-env":"^7.0.3","react-dom":"^16.10.2","@babel/cli":"^7.14.5","babel-core":"^7.0.0-bridge.0","babel-jest":"^24.8.0","typescript":"4.6.2","@babel/core":"^7.14.5","lint-staged":"^8.1.3","babel-eslint":"^10.0.3","@babel/polyfill":"^7.2.5","@babel/register":"^7.14.5","@babel/preset-env":"^7.14.5","@babel/preset-react":"^7.14.5","babel-plugin-macros":"^2.5.0","babel-plugin-tester":"^6.0.0","eslint-plugin-react":"^7.16.0","react-test-renderer":"^17.0.1","rollup-plugin-babel":"^4.3.2","all-contributors-cli":"^6.20.0","eslint-config-airbnb":"^18.2.1","eslint-plugin-import":"^2.23.4","rollup-plugin-terser":"^5.1.1","rollup-plugin-replace":"^2.1.0","@testing-library/react":"^11.2.7","eslint-config-prettier":"6.4.0","eslint-plugin-jest-dom":"^3.6.3","eslint-plugin-jsx-a11y":"^6.4.1","rollup-plugin-commonjs":"^10.0.2","@testing-library/jest-dom":"^5.11.6","rollup-plugin-node-resolve":"^5.2.0","@testing-library/react-hooks":"^3.4.2","eslint-plugin-testing-library":"^3.10.1","@babel/plugin-transform-runtime":"^7.14.5","@babel/plugin-transform-modules-commonjs":"^7.14.5","@babel/plugin-proposal-object-rest-spread":"^7.14.5","@babel/plugin-proposal-async-generator-functions":"^7.14.5"},"peerDependencies":{"react":">= 16.8.0","i18next":">= 19.0.0"},"peerDependenciesMeta":{"react-dom":{"optional":true},"react-native":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/react-i18next_11.15.6_1646676702992_0.7224466964225658","host":"s3://npm-registry-packages"}}