UNPKG

2.07 kBJSONView Raw
1{
2 "name": "i18next-browser-languagedetector",
3 "version": "6.1.2",
4 "description": "language detector used in browser environment for i18next",
5 "main": "./dist/cjs/i18nextBrowserLanguageDetector.js",
6 "module": "./dist/esm/i18nextBrowserLanguageDetector.js",
7 "types": "./index.d.ts",
8 "keywords": [
9 "i18next",
10 "i18next-languageDetector"
11 ],
12 "homepage": "https://github.com/i18next/i18next-browser-languageDetector",
13 "bugs": "https://github.com/i18next/i18next-browser-languageDetector/issues",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/i18next/i18next-browser-languageDetector.git"
17 },
18 "dependencies": {
19 "@babel/runtime": "^7.14.6"
20 },
21 "devDependencies": {
22 "@babel/core": "^7.14.6",
23 "@babel/plugin-transform-runtime": "^7.14.5",
24 "@babel/preset-env": "^7.14.5",
25 "babel-eslint": "^10.0.2",
26 "babel-polyfill": "^6.26.0",
27 "babelify": "^10.0.0",
28 "browserify": "17.0.0",
29 "browserify-istanbul": "3.0.1",
30 "chai": "4.3.4",
31 "coveralls": "3.1.0",
32 "cpy-cli": "^3.1.1",
33 "dtslint": "^4.1.0",
34 "eslint": "7.28.0",
35 "eslint-config-airbnb": "18.2.1",
36 "expect.js": "0.3.1",
37 "i18next": "20.3.1",
38 "mkdirp": "1.0.4",
39 "mocha": "9.0.0",
40 "rimraf": "3.0.2",
41 "rollup": "^2.52.0",
42 "@rollup/plugin-babel": "^5.3.0",
43 "@rollup/plugin-node-resolve": "^13.0.0",
44 "rollup-plugin-terser": "^7.0.2",
45 "tslint": "^5.20.1",
46 "typescript": "^4.3.3",
47 "yargs": "17.0.1"
48 },
49 "scripts": {
50 "pretest": "npm run test:typescript && npm run test:typescript:noninterop",
51 "test": "npm run build && mocha test -R spec --exit",
52 "test:typescript": "tslint --project tsconfig.json",
53 "test:typescript:noninterop": "tslint --project tsconfig.nonEsModuleInterop.json",
54 "build": "rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./",
55 "preversion": "npm run build && git push",
56 "postversion": "git push && git push --tags"
57 },
58 "author": "Jan Mühlemann <jan.muehlemann@gmail.com> (https://github.com/jamuhl)",
59 "license": "MIT"
60}