UNPKG

2.36 kBJSONView Raw
1{
2 "name": "i18next-xhr-backend",
3 "version": "3.1.0",
4 "description": "backend layer for i18next using browsers xhr",
5 "main": "./dist/cjs/i18nextXHRBackend.js",
6 "module": "./dist/esm/i18nextXHRBackend.js",
7 "types": "./index.d.ts",
8 "keywords": [
9 "i18next",
10 "i18next-backend"
11 ],
12 "homepage": "https://github.com/i18next/i18next-xhr-backend",
13 "bugs": "https://github.com/i18next/i18next-xhr-backend/issues",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/i18next/i18next-xhr-backend"
17 },
18 "dependencies": {
19 "@babel/runtime": "^7.5.5"
20 },
21 "devDependencies": {
22 "@babel/core": "^7.5.5",
23 "@babel/plugin-transform-runtime": "^7.5.5",
24 "@babel/preset-env": "^7.5.5",
25 "babel-eslint": "^10.0.2",
26 "babel-polyfill": "^6.26.0",
27 "babelify": "^10.0.0",
28 "browserify": "16.3.0",
29 "browserify-istanbul": "3.0.1",
30 "chai": "4.2.0",
31 "coveralls": "3.0.5",
32 "cpy-cli": "^2.0.0",
33 "dtslint": "^0.9.0",
34 "eslint": "6.1.0",
35 "eslint-config-airbnb": "17.1.1",
36 "i18next": "^17.0.8",
37 "istanbul": "gotwarlost/istanbul#source-map",
38 "json5": "2.1.0",
39 "karma": "4.2.0",
40 "karma-browserify": "6.1.0",
41 "karma-chai": "0.1.0",
42 "karma-chrome-launcher": "3.0.0",
43 "karma-cli": "2.0.0",
44 "karma-coverage": "douglasduteil/karma-coverage#next",
45 "karma-coveralls": "2.1.0",
46 "karma-expect": "1.1.3",
47 "karma-mocha": "1.3.0",
48 "karma-phantomjs-launcher": "1.0.4",
49 "karma-sinon": "1.0.5",
50 "karma-spec-reporter": "0.0.32",
51 "mocha": "6.2.0",
52 "phantomjs-prebuilt": "2.1.16",
53 "rimraf": "2.6.3",
54 "rollup": "^1.18.0",
55 "rollup-plugin-babel": "^4.3.3",
56 "rollup-plugin-node-resolve": "^5.2.0",
57 "rollup-plugin-terser": "^5.1.1",
58 "sinon": "7.3.2",
59 "tslint": "^5.18.0",
60 "typescript": "^3.5.3"
61 },
62 "scripts": {
63 "pretest": "npm run test:typescript",
64 "test": "karma start karma.conf.js --singleRun",
65 "test:typescript": "tslint --project tsconfig.json",
66 "tdd": "karma start karma.conf.js",
67 "build": "rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./",
68 "preversion": "npm run test && npm run build && git push",
69 "postversion": "git push && git push --tags"
70 },
71 "author": "Jan Mühlemann <jan.muehlemann@gmail.com> (https://github.com/jamuhl)",
72 "license": "MIT",
73 "lock": false
74}