106 lines
3.2 KiB
JSON
106 lines
3.2 KiB
JSON
{
|
|
"_from": "i18next-xhr-backend@^3.2.2",
|
|
"_id": "i18next-xhr-backend@3.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-OtRf2Vo3IqAxsttQbpjYnmMML12IMB5e0fc5B7qKJFLScitYaXa1OhMX0n0X/3vrfFlpHL9Ro/H+ps4Ej2j7QQ==",
|
|
"_location": "/i18next-xhr-backend",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "i18next-xhr-backend@^3.2.2",
|
|
"name": "i18next-xhr-backend",
|
|
"escapedName": "i18next-xhr-backend",
|
|
"rawSpec": "^3.2.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.2.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/i18next-xhr-backend/-/i18next-xhr-backend-3.2.2.tgz",
|
|
"_shasum": "769124441461b085291f539d91864e3691199178",
|
|
"_spec": "i18next-xhr-backend@^3.2.2",
|
|
"_where": "D:\\Projects\\vanillajs-seed",
|
|
"author": {
|
|
"name": "Jan Mühlemann",
|
|
"email": "jan.muehlemann@gmail.com",
|
|
"url": "https://github.com/jamuhl"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/i18next/i18next-xhr-backend/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.5.5"
|
|
},
|
|
"deprecated": false,
|
|
"description": "backend layer for i18next using browsers xhr",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/plugin-transform-runtime": "^7.5.5",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"babel-eslint": "^10.0.2",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babelify": "^10.0.0",
|
|
"browserify": "16.3.0",
|
|
"browserify-istanbul": "3.0.1",
|
|
"chai": "4.2.0",
|
|
"coveralls": "3.0.5",
|
|
"cpy-cli": "^2.0.0",
|
|
"dtslint": "^0.9.0",
|
|
"eslint": "6.1.0",
|
|
"eslint-config-airbnb": "17.1.1",
|
|
"i18next": "^19.0.0",
|
|
"istanbul": "github:gotwarlost/istanbul#source-map",
|
|
"json5": "2.1.0",
|
|
"karma": "4.2.0",
|
|
"karma-browserify": "6.1.0",
|
|
"karma-chai": "0.1.0",
|
|
"karma-chrome-launcher": "3.0.0",
|
|
"karma-cli": "2.0.0",
|
|
"karma-coverage": "github:douglasduteil/karma-coverage#next",
|
|
"karma-coveralls": "2.1.0",
|
|
"karma-expect": "1.1.3",
|
|
"karma-mocha": "1.3.0",
|
|
"karma-phantomjs-launcher": "1.0.4",
|
|
"karma-sinon": "1.0.5",
|
|
"karma-spec-reporter": "0.0.32",
|
|
"mocha": "6.2.0",
|
|
"phantomjs-prebuilt": "2.1.16",
|
|
"rimraf": "2.6.3",
|
|
"rollup": "^1.18.0",
|
|
"rollup-plugin-babel": "^4.3.3",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-terser": "^5.1.1",
|
|
"sinon": "7.3.2",
|
|
"tslint": "^5.18.0",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"homepage": "https://github.com/i18next/i18next-xhr-backend",
|
|
"keywords": [
|
|
"i18next",
|
|
"i18next-backend"
|
|
],
|
|
"license": "MIT",
|
|
"lock": false,
|
|
"main": "./dist/cjs/i18nextXHRBackend.js",
|
|
"module": "./dist/esm/i18nextXHRBackend.js",
|
|
"name": "i18next-xhr-backend",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/i18next/i18next-xhr-backend.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./",
|
|
"postversion": "git push && git push --tags",
|
|
"pretest": "npm run test:typescript",
|
|
"preversion": "npm run test && npm run build && git push",
|
|
"tdd": "karma start karma.conf.js",
|
|
"test": "karma start karma.conf.js --singleRun",
|
|
"test:typescript": "tslint --project tsconfig.json"
|
|
},
|
|
"types": "./index.d.ts",
|
|
"version": "3.2.2"
|
|
}
|