package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. {
  2. "_args": [
  3. [
  4. "i18next@20.6.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "i18next@20.6.1",
  9. "_id": "i18next@20.6.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==",
  12. "_location": "/i18next",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "i18next@20.6.1",
  18. "name": "i18next",
  19. "escapedName": "i18next",
  20. "rawSpec": "20.6.1",
  21. "saveSpec": null,
  22. "fetchSpec": "20.6.1"
  23. },
  24. "_requiredBy": [
  25. "/@wangeditor/core"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.1.tgz",
  28. "_spec": "20.6.1",
  29. "_where": "E:\\2023\\5\\myjadmin",
  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/i18next/issues"
  37. },
  38. "dependencies": {
  39. "@babel/runtime": "^7.12.0"
  40. },
  41. "description": "i18next internationalization framework",
  42. "devDependencies": {
  43. "@babel/core": "^7.10.1",
  44. "@babel/plugin-proposal-async-generator-functions": "^7.2.0",
  45. "@babel/plugin-proposal-object-rest-spread": "^7.3.2",
  46. "@babel/plugin-transform-modules-commonjs": "^7.2.0",
  47. "@babel/plugin-transform-runtime": "^7.2.0",
  48. "@babel/polyfill": "^7.2.5",
  49. "@babel/preset-env": "^7.3.1",
  50. "@babel/preset-react": "^7.0.0",
  51. "@babel/register": "^7.0.0",
  52. "@rollup/plugin-babel": "^5.2.2",
  53. "@rollup/plugin-commonjs": "^17.0.0",
  54. "@rollup/plugin-node-resolve": "^11.0.0",
  55. "babel-eslint": "^10.0.1",
  56. "babelify": "^10.0.0",
  57. "browserify": "14.0.0",
  58. "browserify-istanbul": "2.0.0",
  59. "chai": "3.5.0",
  60. "coveralls": "2.11.16",
  61. "cpy-cli": "^2.0.0",
  62. "dtslint": "^0.4.2",
  63. "eslint": "3.15.0",
  64. "eslint-config-airbnb": "14.1.0",
  65. "eslint-config-prettier": "^3.6.0",
  66. "eslint-plugin-import": "2.2.0",
  67. "eslint-plugin-jsx-a11y": "4.0.0",
  68. "eslint-plugin-react": "6.9.0",
  69. "husky": "^1.3.1",
  70. "i18next-browser-languagedetector": "1.0.1",
  71. "i18next-localstorage-cache": "0.3.0",
  72. "i18next-sprintf-postprocessor": "0.2.2",
  73. "i18next-xhr-backend": "1.3.0",
  74. "istanbul": "github:gotwarlost/istanbul#source-map",
  75. "karma": "2.0.0",
  76. "karma-browserify": "5.1.1",
  77. "karma-chai": "0.1.0",
  78. "karma-chrome-launcher": "2.2.0",
  79. "karma-cli": "1.0.1",
  80. "karma-coverage": "github:douglasduteil/karma-coverage#next",
  81. "karma-coveralls": "1.1.2",
  82. "karma-expect": "1.1.3",
  83. "karma-mocha": "1.3.0",
  84. "karma-rollup-preprocessor": "3.0.3",
  85. "karma-sinon": "1.0.5",
  86. "karma-spec-reporter": "0.0.26",
  87. "lint-staged": "^8.1.0",
  88. "mocha": "3.2.0",
  89. "prettier": "^1.15.3",
  90. "rimraf": "2.5.4",
  91. "rollup": "^2.34.1",
  92. "rollup-plugin-terser": "^4.0.4",
  93. "sinon": "1.17.7",
  94. "tslint": "^5.12.1",
  95. "typescript": "^3.6.4",
  96. "watchify": "3.9.0"
  97. },
  98. "homepage": "https://www.i18next.com",
  99. "husky": {
  100. "hooks": {
  101. "pre-commit": "lint-staged"
  102. }
  103. },
  104. "keywords": [
  105. "i18next",
  106. "internationalization",
  107. "i18n",
  108. "translation",
  109. "localization",
  110. "l10n",
  111. "globalization",
  112. "gettext"
  113. ],
  114. "license": "MIT",
  115. "lint-staged": {
  116. "linters": {
  117. "*.{ts,tsx,js,json,md}": [
  118. "prettier --write",
  119. "git add"
  120. ]
  121. },
  122. "ignore": [
  123. "**/i18next.js",
  124. "**/i18next.min.js"
  125. ]
  126. },
  127. "main": "./dist/cjs/i18next.js",
  128. "module": "./dist/esm/i18next.js",
  129. "name": "i18next",
  130. "repository": {
  131. "type": "git",
  132. "url": "git+https://github.com/i18next/i18next.git"
  133. },
  134. "scripts": {
  135. "build": "rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./",
  136. "postversion": "git push && git push --tags",
  137. "pretest": "npm run test:typescript && npm run test:typescript:noninterop",
  138. "prettier": "prettier --write \"{,**/}*.{ts,tsx,js,json,md}\"",
  139. "preversion": "npm run test && npm run build && git push",
  140. "tdd": "karma start karma.conf.js",
  141. "tdd:compat": "karma start karma.backward.conf.js",
  142. "test": "npm run test:new && npm run test:compat",
  143. "test:compat": "karma start karma.backward.conf.js --singleRun",
  144. "test:new": "karma start karma.conf.js --singleRun",
  145. "test:typescript": "tslint --project tsconfig.json",
  146. "test:typescript:noninterop": "tslint --project tsconfig.nonEsModuleInterop.json"
  147. },
  148. "types": "./index.d.ts",
  149. "version": "20.6.1"
  150. }