package.json 4.5 KB

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