| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- {
- "_from": "i18next@^20.4.0",
- "_id": "i18next@20.6.1",
- "_inBundle": false,
- "_integrity": "sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==",
- "_location": "/i18next",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "i18next@^20.4.0",
- "name": "i18next",
- "escapedName": "i18next",
- "rawSpec": "^20.4.0",
- "saveSpec": null,
- "fetchSpec": "^20.4.0"
- },
- "_requiredBy": [
- "/@wangeditor/core"
- ],
- "_resolved": "https://registry.npmmirror.com/i18next/-/i18next-20.6.1.tgz",
- "_shasum": "535e5f6e5baeb685c7d25df70db63bf3cc0aa345",
- "_spec": "i18next@^20.4.0",
- "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@wangeditor\\core",
- "author": {
- "name": "Jan Mühlemann",
- "email": "jan.muehlemann@gmail.com",
- "url": "https://github.com/jamuhl"
- },
- "bugs": {
- "url": "https://github.com/i18next/i18next/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/runtime": "^7.12.0"
- },
- "deprecated": false,
- "description": "i18next internationalization framework",
- "devDependencies": {
- "@babel/core": "^7.10.1",
- "@babel/plugin-proposal-async-generator-functions": "^7.2.0",
- "@babel/plugin-proposal-object-rest-spread": "^7.3.2",
- "@babel/plugin-transform-modules-commonjs": "^7.2.0",
- "@babel/plugin-transform-runtime": "^7.2.0",
- "@babel/polyfill": "^7.2.5",
- "@babel/preset-env": "^7.3.1",
- "@babel/preset-react": "^7.0.0",
- "@babel/register": "^7.0.0",
- "@rollup/plugin-babel": "^5.2.2",
- "@rollup/plugin-commonjs": "^17.0.0",
- "@rollup/plugin-node-resolve": "^11.0.0",
- "babel-eslint": "^10.0.1",
- "babelify": "^10.0.0",
- "browserify": "14.0.0",
- "browserify-istanbul": "2.0.0",
- "chai": "3.5.0",
- "coveralls": "2.11.16",
- "cpy-cli": "^2.0.0",
- "dtslint": "^0.4.2",
- "eslint": "3.15.0",
- "eslint-config-airbnb": "14.1.0",
- "eslint-config-prettier": "^3.6.0",
- "eslint-plugin-import": "2.2.0",
- "eslint-plugin-jsx-a11y": "4.0.0",
- "eslint-plugin-react": "6.9.0",
- "husky": "^1.3.1",
- "i18next-browser-languagedetector": "1.0.1",
- "i18next-localstorage-cache": "0.3.0",
- "i18next-sprintf-postprocessor": "0.2.2",
- "i18next-xhr-backend": "1.3.0",
- "istanbul": "github:gotwarlost/istanbul#source-map",
- "karma": "2.0.0",
- "karma-browserify": "5.1.1",
- "karma-chai": "0.1.0",
- "karma-chrome-launcher": "2.2.0",
- "karma-cli": "1.0.1",
- "karma-coverage": "github:douglasduteil/karma-coverage#next",
- "karma-coveralls": "1.1.2",
- "karma-expect": "1.1.3",
- "karma-mocha": "1.3.0",
- "karma-rollup-preprocessor": "3.0.3",
- "karma-sinon": "1.0.5",
- "karma-spec-reporter": "0.0.26",
- "lint-staged": "^8.1.0",
- "mocha": "3.2.0",
- "prettier": "^1.15.3",
- "rimraf": "2.5.4",
- "rollup": "^2.34.1",
- "rollup-plugin-terser": "^4.0.4",
- "sinon": "1.17.7",
- "tslint": "^5.12.1",
- "typescript": "^3.6.4",
- "watchify": "3.9.0"
- },
- "homepage": "https://www.i18next.com",
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "keywords": [
- "i18next",
- "internationalization",
- "i18n",
- "translation",
- "localization",
- "l10n",
- "globalization",
- "gettext"
- ],
- "license": "MIT",
- "lint-staged": {
- "linters": {
- "*.{ts,tsx,js,json,md}": [
- "prettier --write",
- "git add"
- ]
- },
- "ignore": [
- "**/i18next.js",
- "**/i18next.min.js"
- ]
- },
- "main": "./dist/cjs/i18next.js",
- "module": "./dist/esm/i18next.js",
- "name": "i18next",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/i18next/i18next.git"
- },
- "scripts": {
- "build": "rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./",
- "postversion": "git push && git push --tags",
- "pretest": "npm run test:typescript && npm run test:typescript:noninterop",
- "prettier": "prettier --write \"{,**/}*.{ts,tsx,js,json,md}\"",
- "preversion": "npm run test && npm run build && git push",
- "tdd": "karma start karma.conf.js",
- "tdd:compat": "karma start karma.backward.conf.js",
- "test": "npm run test:new && npm run test:compat",
- "test:compat": "karma start karma.backward.conf.js --singleRun",
- "test:new": "karma start karma.conf.js --singleRun",
- "test:typescript": "tslint --project tsconfig.json",
- "test:typescript:noninterop": "tslint --project tsconfig.nonEsModuleInterop.json"
- },
- "types": "./index.d.ts",
- "version": "20.6.1"
- }
|