REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 6.42 KB
Close
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/react-i18next/package.json
Text
Base64
{ "name": "react-i18next", "version": "12.3.1", "description": "Internationalization for react done right. Using the i18next i18n ecosystem.", "main": "dist/commonjs/index.js", "types": "./index.d.ts", "jsnext:main": "dist/es/index.js", "module": "dist/es/index.js", "keywords": [ "i18next", "internationalization", "i18n", "translation", "localization", "l10n", "globalization", "react", "reactjs" ], "exports": { "./package.json": "./package.json", ".": { "types": "./index.d.ts", "module": "./dist/es/index.js", "import": "./dist/es/index.js", "require": "./dist/commonjs/index.js", "default": "./dist/es/index.js" }, "./TransWithoutContext": { "types": "./TransWithoutContext.d.ts", "module": "./dist/es/TransWithoutContext.js", "import": "./dist/es/TransWithoutContext.js", "require": "./dist/commonjs/TransWithoutContext.js", "default": "./dist/es/TransWithoutContext.js" }, "./initReactI18next": { "types": "./initReactI18next.d.ts", "module": "./dist/es/initReactI18next.js", "import": "./dist/es/initReactI18next.js", "require": "./dist/commonjs/initReactI18next.js", "default": "./dist/es/initReactI18next.js" } }, "homepage": "https://github.com/i18next/react-i18next", "bugs": "https://github.com/i18next/react-i18next/issues", "repository": { "type": "git", "url": "https://github.com/i18next/react-i18next.git" }, "dependencies": { "@babel/runtime": "^7.20.6", "html-parse-stringify": "^3.0.1" }, "devDependencies": { "@babel/cli": "^7.14.5", "@babel/core": "^7.14.5", "@babel/plugin-proposal-async-generator-functions": "^7.14.5", "@babel/plugin-proposal-object-rest-spread": "^7.14.5", "@babel/plugin-transform-modules-commonjs": "^7.14.5", "@babel/plugin-transform-runtime": "^7.14.5", "@babel/polyfill": "^7.2.5", "@babel/preset-env": "^7.14.5", "@babel/preset-react": "^7.14.5", "@babel/register": "^7.14.5", "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.2.7", "@testing-library/react-hooks": "^3.4.2", "all-contributors-cli": "^6.20.0", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.3", "babel-jest": "^24.8.0", "babel-plugin-macros": "^2.5.0", "babel-plugin-tester": "^6.0.0", "coveralls": "^3.1.0", "cp-cli": "^2.0.0", "cross-env": "^7.0.3", "dtslint": "^4.1.0", "eslint": "^7.28.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "6.4.0", "eslint-plugin-import": "^2.23.4", "eslint-plugin-jest-dom": "^3.6.3", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.16.0", "eslint-plugin-testing-library": "^3.10.1", "husky": "^3.0.3", "i18next": "^22.5.0", "jest": "^24.8.0", "jest-cli": "^24.8.4", "lint-staged": "^8.1.3", "mkdirp": "^1.0.4", "prettier": "2.2.1", "react": "^16.14.0", "react-dom": "^16.14.0", "react-test-renderer": "^16.14.0", "rimraf": "2.6.3", "rollup": "1.19.4", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^10.0.2", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-replace": "^2.1.0", "rollup-plugin-terser": "^5.1.1", "sinon": "^7.2.3", "tslint": "^6.1.3", "typescript": "4.6.2", "yargs": "^13.3.0" }, "peerDependencies": { "i18next": ">= 19.0.0", "react": ">= 16.8.0" }, "peerDependenciesMeta": { "react-dom": { "optional": true }, "react-native": { "optional": true } }, "scripts": { "clean": "rimraf dist && mkdirp dist", "copy": "cp-cli ./dist/umd/react-i18next.min.js ./react-i18next.min.js && cp-cli ./dist/umd/react-i18next.js ./react-i18next.js && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:es": "cross-env BABEL_ENV=jsnext babel src --out-dir dist/es", "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", "build:amd": "rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format amd --uglify", "build:iife": "rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify", "build": "npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run build:amd && npm run copy", "fix_dist_package": "node -e 'console.log(`{\"type\":\"module\",\"version\":\"${process.env.npm_package_version}\"}`)' > dist/es/package.json", "preversion": "npm run build && git push", "postversion": "npm run fix_dist_package && git push && git push --tags", "pretest": "npm run test:typescript && npm run test:typescript:noninterop && npm run test:typescript:customtypes", "test": "cross-env BABEL_ENV=development jest --no-cache", "test:watch": "cross-env BABEL_ENV=development jest --no-cache --watch", "test:coverage": "cross-env BABEL_ENV=development jest --no-cache --coverage", "test:lint": "eslint ./src ./test", "test:typescript": "tslint --project tsconfig.json '**/*.{ts,tsx}'", "test:typescript:noninterop": "tslint --project tsconfig.nonEsModuleInterop.json '**/*.{ts,tsx}'", "test:typescript:customtypes": "tslint --project ./test/typescript/custom-types/tsconfig.json '**/*.{ts,tsx}'", "contributors:add": "all-contributors add", "contributors:generate": "all-contributors generate", "prettier": "prettier --write \"{,**/}*.{ts,tsx,js,json,md}\"" }, "author": "Jan Mühlemann <jan.muehlemann@gmail.com> (https://github.com/jamuhl)", "license": "MIT", "jest": { "setupFilesAfterEnv": [ "./test/setup.js" ], "unmockedModulePathPatterns": [ "react" ], "testMatch": [ "**/test/?(*.)(spec|test).js?(x)" ], "modulePathIgnorePatterns": [ "<rootDir>/example/" ], "collectCoverageFrom": [ "**/src/*.{js,jsx}", "*.macro.js", "!**/src/index.js", "!**/src/shallowEqual.js", "!**/node_modules/**", "!**/test/**", "!**/example/**" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "linters": { "*.{ts,tsx,js,json,md}": [ "prettier --write", "git add" ] }, "ignore": [ "**/dist/**/*.js", "**/react-i18next.js", "**/react-i18next.min.js" ] }, "lock": false, "sideEffects": false }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 2 × Files: 12
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
dist
DIR
-
drwxr-xr-x
2026-02-28 00:28:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
src
DIR
-
drwxr-xr-x
2026-02-28 00:29:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CHANGELOG.md
39.41 KB
lrw-r--r--
2026-02-28 00:29:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
icu.macro.d.ts
3.03 KB
lrw-r--r--
2026-02-28 00:29:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
icu.macro.js
25.44 KB
lrw-r--r--
2026-02-28 00:28:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.d.ts
3.95 KB
lrw-r--r--
2026-02-28 00:29:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
initReactI18next.d.ts
94 B
lrw-r--r--
2026-02-28 00:29:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LICENSE
1.05 KB
lrw-r--r--
2026-02-28 00:26:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
6.42 KB
lrw-r--r--
2026-02-28 00:29:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
react-i18next.js
37.94 KB
lrw-r--r--
2026-02-28 00:28:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
react-i18next.min.js
17.16 KB
lrw-r--r--
2026-02-28 00:28:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
README.md
10.71 KB
lrw-r--r--
2026-02-28 00:29:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TransWithoutContext.d.ts
1.11 KB
lrw-r--r--
2026-02-28 00:29:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
tslint.json
438 B
lrw-r--r--
2026-02-28 00:29:18
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).