liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
  "_from": "i18next@21.8.16",
  "_id": "i18next@21.8.16",
  "_inBundle": false,
  "_integrity": "sha512-acJLCk38YMfEPjBR/1vS13SFY7rBQLs9E5m1tSRnWc9UW3f+SZszgH+NP1fZRA1+O+CdG2eLGGmuUMJW52EwzQ==",
  "_location": "/i18next",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "i18next@21.8.16",
    "name": "i18next",
    "escapedName": "i18next",
    "rawSpec": "21.8.16",
    "saveSpec": null,
    "fetchSpec": "21.8.16"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.16.tgz",
  "_shasum": "31fe4682e4e2077dbf229a88e5a58b7020e4ddc8",
  "_spec": "i18next@21.8.16",
  "_where": "/home/l/plc/node-red",
  "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.17.2"
  },
  "deprecated": false,
  "description": "i18next internationalization framework",
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@babel/plugin-proposal-async-generator-functions": "^7.16.0",
    "@babel/plugin-transform-modules-commonjs": "^7.16.0",
    "@babel/plugin-transform-runtime": "^7.16.0",
    "@babel/polyfill": "^7.2.5",
    "@babel/preset-env": "^7.16.0",
    "@babel/preset-react": "^7.16.0",
    "@babel/register": "^7.16.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": "17.0.0",
    "browserify-istanbul": "3.0.1",
    "chai": "4.3.4",
    "coveralls": "3.1.1",
    "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",
    "gh-release": "6.0.1",
    "husky": "^7.0.2",
    "i18next-browser-languagedetector": "6.1.2",
    "i18next-http-backend": "^1.3.1",
    "i18next-localstorage-cache": "1.1.1",
    "i18next-sprintf-postprocessor": "0.2.2",
    "karma": "6.3.17",
    "karma-browserify": "8.1.0",
    "karma-chai": "0.1.0",
    "karma-chrome-launcher": "3.1.0",
    "karma-cli": "2.0.0",
    "karma-coverage": "2.0.3",
    "karma-coveralls": "2.1.0",
    "karma-mocha": "2.0.1",
    "karma-rollup-preprocessor": "7.0.7",
    "karma-sinon": "1.0.5",
    "karma-spec-reporter": "0.0.32",
    "lint-staged": "^11.1.2",
    "mocha": "9.1.1",
    "nyc": "^15.1.0",
    "prettier": "^2.4.1",
    "rimraf": "2.5.4",
    "rollup": "^2.34.1",
    "rollup-plugin-terser": "^4.0.4",
    "sinon": "11.1.2",
    "tslint": "^5.12.1",
    "typescript": "^3.6.4",
    "watchify": "3.9.0"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "import": "./dist/esm/i18next.js",
      "require": "./dist/cjs/i18next.js"
    }
  },
  "funding": [
    {
      "type": "individual",
      "url": "https://locize.com"
    },
    {
      "type": "individual",
      "url": "https://locize.com/i18next.html"
    },
    {
      "type": "individual",
      "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
    }
  ],
  "homepage": "https://www.i18next.com",
  "keywords": [
    "i18next",
    "internationalization",
    "i18n",
    "translation",
    "localization",
    "l10n",
    "globalization",
    "gettext"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{ts,tsx,js,json,md}": "prettier --write"
  },
  "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 && echo '{\"type\":\"module\"}' > dist/esm/package.json  && cpy \"./dist/umd/*.js\" ./",
    "fix_dist_package": "node -e 'console.log(`{\"type\":\"module\",\"version\":\"${process.env.npm_package_version}\"}`)' > dist/esm/package.json",
    "postversion": "npm run fix_dist_package && git push && git push --tags && npm run release",
    "prepare": "husky install",
    "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",
    "release": "gh-release",
    "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": "21.8.16"
}