Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

185 строки
6.0 KiB

  1. {
  2. "_args": [
  3. [
  4. "react-i18next@10.13.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "react-i18next@10.13.2",
  9. "_id": "react-i18next@10.13.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-DGoauWUdPEv/+PLa03nN+wlW31XrGmQJz+zIyOA+tRTIwlRaNgeM62nGP1WG3g7fJrphMZUwPcAQqNv6XBYM4w==",
  12. "_location": "/react-i18next",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "react-i18next@10.13.2",
  18. "name": "react-i18next",
  19. "escapedName": "react-i18next",
  20. "rawSpec": "10.13.2",
  21. "saveSpec": null,
  22. "fetchSpec": "10.13.2"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-10.13.2.tgz",
  28. "_spec": "10.13.2",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Jan Mühlemann",
  32. "email": "jan.muehlemann@gmail.com",
  33. "url": "https://github.com/jamuhl"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/i18next/react-i18next/issues"
  37. },
  38. "dependencies": {
  39. "@babel/runtime": "^7.3.1",
  40. "html-parse-stringify2": "2.0.1"
  41. },
  42. "description": "Internationalization for react done right. Using the i18next i18n ecosystem.",
  43. "devDependencies": {
  44. "@babel/cli": "^7.2.3",
  45. "@babel/core": "^7.2.2",
  46. "@babel/plugin-proposal-async-generator-functions": "^7.2.0",
  47. "@babel/plugin-proposal-object-rest-spread": "^7.3.2",
  48. "@babel/plugin-transform-modules-commonjs": "^7.2.0",
  49. "@babel/plugin-transform-runtime": "^7.2.0",
  50. "@babel/polyfill": "^7.2.5",
  51. "@babel/preset-env": "^7.3.1",
  52. "@babel/preset-react": "^7.0.0",
  53. "@babel/register": "^7.0.0",
  54. "@types/react": "^16.8.2",
  55. "all-contributors-cli": "^6.1.1",
  56. "babel-core": "^7.0.0-bridge.0",
  57. "babel-eslint": "10.0.3",
  58. "babel-jest": "24.8.0",
  59. "babel-plugin-macros": "^2.5.0",
  60. "babel-plugin-tester": "^6.0.0",
  61. "coveralls": "^3.0.2",
  62. "cross-env": "^6.0.3",
  63. "dtslint": "^0.9.1",
  64. "enzyme": "^3.8.0",
  65. "enzyme-adapter-react-16": "^1.9.1",
  66. "enzyme-adapter-react-helper": "^1.3.2",
  67. "eslint": "6.5.1",
  68. "eslint-config-airbnb": "18.0.1",
  69. "eslint-config-prettier": "6.4.0",
  70. "eslint-plugin-import": "2.18.2",
  71. "eslint-plugin-jsx-a11y": "6.2.3",
  72. "eslint-plugin-react": "7.16.0",
  73. "husky": "^3.0.3",
  74. "i18next": "^17.0.8",
  75. "jest": "24.8.0",
  76. "jest-cli": "24.8.0",
  77. "lint-staged": "^8.1.3",
  78. "mkdirp": "0.5.1",
  79. "prettier": "1.18.2",
  80. "raf": "^3.4.1",
  81. "react": "^16.10.2",
  82. "react-dom": "^16.10.2",
  83. "rimraf": "2.6.3",
  84. "rollup": "1.19.4",
  85. "rollup-plugin-babel": "^4.3.2",
  86. "rollup-plugin-commonjs": "^10.0.2",
  87. "rollup-plugin-node-resolve": "5.2.0",
  88. "rollup-plugin-replace": "^2.1.0",
  89. "rollup-plugin-terser": "^5.1.1",
  90. "sinon": "^7.2.3",
  91. "tslint": "^5.13.1",
  92. "typescript": "^3.5.3",
  93. "yargs": "13.3.0"
  94. },
  95. "homepage": "https://github.com/i18next/react-i18next",
  96. "husky": {
  97. "hooks": {
  98. "pre-commit": "lint-staged"
  99. }
  100. },
  101. "jest": {
  102. "setupFilesAfterEnv": [
  103. "./test/setup.js"
  104. ],
  105. "unmockedModulePathPatterns": [
  106. "react"
  107. ],
  108. "testMatch": [
  109. "**/test/?(*.)(spec|test).js?(x)"
  110. ],
  111. "collectCoverageFrom": [
  112. "**/src/*.{js,jsx}",
  113. "*.macro.js",
  114. "!**/src/index.js",
  115. "!**/src/shallowEqual.js",
  116. "!**/node_modules/**",
  117. "!**/test/**",
  118. "!**/example/**"
  119. ]
  120. },
  121. "jsnext:main": "dist/es/index.js",
  122. "keywords": [
  123. "i18next",
  124. "internationalization",
  125. "i18n",
  126. "translation",
  127. "localization",
  128. "l10n",
  129. "globalization",
  130. "react",
  131. "reactjs"
  132. ],
  133. "license": "MIT",
  134. "lint-staged": {
  135. "linters": {
  136. "*.{ts,tsx,js,json,md}": [
  137. "prettier --write",
  138. "git add"
  139. ]
  140. },
  141. "ignore": [
  142. "**/dist/**/*.js",
  143. "**/react-i18next.js",
  144. "**/react-i18next.min.js"
  145. ]
  146. },
  147. "lock": false,
  148. "main": "dist/commonjs/index.js",
  149. "module": "dist/es/index.js",
  150. "name": "react-i18next",
  151. "peerDependencies": {
  152. "i18next": ">= 17.0.0",
  153. "react": ">= 16.8.0"
  154. },
  155. "repository": {
  156. "type": "git",
  157. "url": "git+https://github.com/i18next/react-i18next.git"
  158. },
  159. "scripts": {
  160. "build": "npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run build:amd && npm run copy",
  161. "build:amd": "rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format amd --uglify",
  162. "build:cjs": "babel src --out-dir dist/commonjs",
  163. "build:es": "cross-env BABEL_ENV=jsnext babel src --out-dir dist/es",
  164. "build:iife": "rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify",
  165. "build:umd": "rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify",
  166. "clean": "rimraf dist && mkdirp dist",
  167. "contributors:add": "all-contributors add",
  168. "contributors:generate": "all-contributors generate",
  169. "copy": "cp ./dist/umd/react-i18next.min.js ./react-i18next.min.js && cp ./dist/umd/react-i18next.js ./react-i18next.js",
  170. "postversion": "git push && git push --tags",
  171. "pretest": "npm run test:typescript && npm run test:typescript:noninterop",
  172. "prettier": "prettier --write \"{,**/}*.{ts,tsx,js,json,md}\"",
  173. "preversion": "npm run build && git push",
  174. "test": "cross-env BABEL_ENV=development jest --no-cache",
  175. "test:coverage": "cross-env BABEL_ENV=development jest --no-cache --coverage",
  176. "test:coverageOldEnzymeAdapter": "enzyme-adapter-react-install 16 && cross-env BABEL_ENV=development jest --no-cache --coverage",
  177. "test:lint": "eslint ./src ./test",
  178. "test:typescript": "tslint --project tsconfig.json",
  179. "test:typescript:noninterop": "tslint --project tsconfig.nonEsModuleInterop.json",
  180. "test:watch": "cross-env BABEL_ENV=development jest --no-cache --watch"
  181. },
  182. "types": "src/index.d.ts",
  183. "version": "10.13.2"
  184. }