{"_id":"i18next-locize-backend","_rev":"133-33114765429f60389115af1dd4fdb450","name":"i18next-locize-backend","dist-tags":{"latest":"10.0.3"},"versions":{"0.0.1":{"name":"i18next-locize-backend","version":"0.0.1","keywords":["i18next","i18next-backend"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@0.0.1","maintainers":[{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/i18next-locize-backend","bugs":{"url":"https://github.com/i18next/i18next-locize-backend/issues"},"dist":{"shasum":"1feedd3b4adca99a105aa4406f9a878075ffcdf4","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-0.0.1.tgz","integrity":"sha512-G3CH5lt9EGbFHoaTDWMk3NHnBpIyR3zI1eFIK6OZdQolZjygJtXyOu8S0cU+VRqRzjS0eEd/XHmktOevm0ySrQ==","signatures":[{"sig":"MEQCIA7zmdb4TZAwXddRiy+n/drzddzAP8dQWyvvW3fuh+CjAiAXa0cVAGaSUO9TjLmr8xbSbiraO5mrulnh2QGDNPs/6A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","_shasum":"1feedd3b4adca99a105aa4406f9a878075ffcdf4","gitHead":"5e33c821cfa51146aa6bf35f5ec4a86793c4c652","scripts":{"tdd":"karma start","copy":"cp ./bin/index.js ./i18next-locize-backend.min.js","test":"karma start --singleRun --reporters spec,coverage,coveralls","build":"npm run transpile && npm run browserify && npm run copy && git commit -a -m 'updated build output'","version":"npm run build","coverage":"babel-node node_modules/.bin/isparta cover _mocha","coveralls":"npm run coverage && coveralls < coverage/lcov.info","transpile":"babel src -d lib","browserify":"browserify ./src/index.js --outfile ./bin/index.js -g uglifyify -t babelify -s i18nextLocizeBackend","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"2.14.4","description":"backend layer for i18next using locize service ","directories":{},"_nodeVersion":"4.1.2","dependencies":{},"devDependencies":{"chai":"3.5.0","karma":"0.13.19","mocha":"2.4.5","eslint":"1.10.3","i18next":"2.0.26","isparta":"4.0.0","babelify":"7.2.0","babel-cli":"6.0.0","coveralls":"2.11.6","karma-cli":"0.1.2","uglifyify":"3.0.1","babel-core":"6.4.5","browserify":"13.0.0","karma-chai":"0.1.0","karma-mocha":"0.2.1","karma-sinon":"1.0.4","babel-eslint":"5.0.0-beta6","karma-expect":"1.1.1","babel-register":"6.4.3","karma-coverage":"0.5.3","karma-coveralls":"1.1.2","karma-browserify":"4.4.2","babel-preset-es2015":"6.3.13","browserify-istanbul":"0.2.1","karma-spec-reporter":"0.0.23","babel-preset-stage-0":"6.3.13","karma-chrome-launcher":"0.2.2","karma-phantomjs-launcher":"0.2.3"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend-0.0.1.tgz_1456483773489_0.7614361878950149","host":"packages-5-east.internal.npmjs.com"}},"0.0.2":{"name":"i18next-locize-backend","version":"0.0.2","keywords":["i18next","i18next-backend"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@0.0.2","maintainers":[{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/i18next-locize-backend","bugs":{"url":"https://github.com/i18next/i18next-locize-backend/issues"},"dist":{"shasum":"3253d5b3715b0ad15a43ba4490500c3c2940389a","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-0.0.2.tgz","integrity":"sha512-+ezBA6HSLZVdXLK5YXXsIO4vyhwOqKyqeQLeJ6Vo2bVzFtEfKzDsC3VbUcglXZ+22+ZJDli9fvvOzj0aM87auw==","signatures":[{"sig":"MEYCIQD8Jg+BW9gSy7kz6mDJQUyUObTzQt0sAw3GRmGp8FKxzQIhANHzYKzyYJgQZxWkJSqIwa6N27BZ9rH3TvZLmW31wOSu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/commonjs/index.js","_from":".","_shasum":"3253d5b3715b0ad15a43ba4490500c3c2940389a","gitHead":"0939d43933caacb8e5bb36d89bbb55e6201ff8dc","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18next-locize-backend.min.js ./i18next-locize-backend.min.js && cp ./dist/umd/i18next-locize-backend.js ./i18next-locize-backend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=es babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"2.14.7","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"4.2.1","dependencies":{},"devDependencies":{"chai":"3.5.0","karma":"0.13.22","mocha":"2.4.5","sinon":"1.17.3","yargs":"4.1.0","eslint":"2.2.0","mkdirp":"0.5.1","rimraf":"2.5.2","rollup":"0.25.4","i18next":"2.3.0","isparta":"^4.0.0","babelify":"7.2.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.6.5","coveralls":"2.11.8","karma-cli":"0.1.2","phantomjs":"1.9.19","babel-core":"6.4.5","browserify":"12.0.1","karma-chai":"0.1.0","karma-mocha":"0.2.2","karma-sinon":"1.0.4","babel-eslint":"6.0.0-beta.5","karma-expect":"1.1.2","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.0.1","rollup-plugin-npm":"1.4.0","babel-preset-es2015":"6.6.0","browserify-istanbul":"1.0.0","karma-spec-reporter":"0.0.24","rollup-plugin-babel":"2.4.0","babel-preset-stage-0":"6.5.0","eslint-config-airbnb":"6.0.2","rollup-plugin-uglify":"0.2.0","karma-chrome-launcher":"0.2.2","karma-phantomjs-launcher":"1.0.0","karma-rollup-preprocessor":"^2.0.1","babel-preset-es2015-rollup":"1.1.1"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend-0.0.2.tgz_1457547509384_0.24693154636770487","host":"packages-12-west.internal.npmjs.com"}},"0.0.3":{"name":"i18next-locize-backend","version":"0.0.3","keywords":["i18next","i18next-backend"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@0.0.3","maintainers":[{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/i18next-locize-backend","bugs":{"url":"https://github.com/i18next/i18next-locize-backend/issues"},"dist":{"shasum":"bcf7e52de1b280f57e8cb1c208e0aa60383145f2","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-0.0.3.tgz","integrity":"sha512-eeEYB/vydEca0LVX7JvaO1M46S2f5fHfi2SxxNftxRj1z85LLEmj12LQ/IEHlj99MuEr2eMrCzNsgktsNSjz3w==","signatures":[{"sig":"MEYCIQDqzMjH0CDHkvIqlKvbdgbo3HDayLgST+IL8W7umYvcVwIhAIm2jGprbk6c9FFrDW20dgiMxhVDx2RNQWyfXdrMXwbP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/commonjs/index.js","_from":".","_shasum":"bcf7e52de1b280f57e8cb1c208e0aa60383145f2","gitHead":"07b21377d1531262729a6be93abfbb0bcadca619","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18next-locize-backend.min.js ./i18next-locize-backend.min.js && cp ./dist/umd/i18next-locize-backend.js ./i18next-locize-backend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"2.14.4","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"4.1.2","dependencies":{},"devDependencies":{"chai":"3.5.0","karma":"0.13.22","mocha":"2.4.5","sinon":"1.17.3","yargs":"4.1.0","eslint":"2.2.0","mkdirp":"0.5.1","rimraf":"2.5.2","rollup":"0.25.4","i18next":"2.3.0","isparta":"^4.0.0","babelify":"7.2.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.6.5","coveralls":"2.11.8","karma-cli":"0.1.2","phantomjs":"1.9.19","babel-core":"6.4.5","browserify":"12.0.1","karma-chai":"0.1.0","karma-mocha":"0.2.2","karma-sinon":"1.0.4","babel-eslint":"6.0.0-beta.5","karma-expect":"1.1.2","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.0.1","rollup-plugin-npm":"1.4.0","babel-preset-es2015":"6.6.0","browserify-istanbul":"1.0.0","karma-spec-reporter":"0.0.24","rollup-plugin-babel":"2.4.0","babel-preset-stage-0":"6.5.0","eslint-config-airbnb":"6.0.2","rollup-plugin-uglify":"0.2.0","karma-chrome-launcher":"0.2.2","karma-phantomjs-launcher":"1.0.0","karma-rollup-preprocessor":"^2.0.1","babel-preset-es2015-rollup":"1.1.1","babel-preset-es2015-native-modules":"^6.6.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend-0.0.3.tgz_1457599591400_0.04422133322805166","host":"packages-13-west.internal.npmjs.com"}},"0.0.4":{"name":"i18next-locize-backend","version":"0.0.4","keywords":["i18next","i18next-backend"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@0.0.4","maintainers":[{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/i18next-locize-backend","bugs":{"url":"https://github.com/i18next/i18next-locize-backend/issues"},"dist":{"shasum":"075b1636686aef460db2979110f84921da845200","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-0.0.4.tgz","integrity":"sha512-EVOvJxZ2p3+CY/OUubToWUXrzPV6DUxxQwzl7Swbt9qDh9qWehWBEi2OUNhznUsMiMslSs99WGyOx2rRGakqdg==","signatures":[{"sig":"MEQCIDX5+FrO2OQlWcldNEfh1zcMWS10qyienQqay/EYe/2QAiBDGn1D16/kMT//aPzG0WtQLwNHMwqRQSGQKkkJY0vqZg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/commonjs/index.js","_from":".","_shasum":"075b1636686aef460db2979110f84921da845200","gitHead":"7336ad388cd44121f890523939e4664d5c5dbc51","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18next-locize-backend.min.js ./i18next-locize-backend.min.js && cp ./dist/umd/i18next-locize-backend.js ./i18next-locize-backend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"2.14.4","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"4.1.2","dependencies":{},"devDependencies":{"chai":"3.5.0","karma":"0.13.22","mocha":"2.4.5","sinon":"1.17.3","yargs":"4.1.0","eslint":"2.2.0","mkdirp":"0.5.1","rimraf":"2.5.2","rollup":"0.25.4","i18next":"2.3.0","isparta":"^4.0.0","babelify":"7.2.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.6.5","coveralls":"2.11.8","karma-cli":"0.1.2","phantomjs":"1.9.19","babel-core":"6.4.5","browserify":"12.0.1","karma-chai":"0.1.0","karma-mocha":"0.2.2","karma-sinon":"1.0.4","babel-eslint":"6.0.0-beta.5","karma-expect":"1.1.2","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.0.1","rollup-plugin-npm":"1.4.0","babel-preset-es2015":"6.6.0","browserify-istanbul":"1.0.0","karma-spec-reporter":"0.0.24","rollup-plugin-babel":"2.4.0","babel-preset-stage-0":"6.5.0","eslint-config-airbnb":"6.0.2","rollup-plugin-uglify":"0.2.0","karma-chrome-launcher":"0.2.2","karma-phantomjs-launcher":"1.0.0","karma-rollup-preprocessor":"^2.0.1","babel-preset-es2015-rollup":"1.1.1","babel-preset-es2015-native-modules":"^6.6.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend-0.0.4.tgz_1457618369744_0.2738784528337419","host":"packages-12-west.internal.npmjs.com"}},"0.0.5":{"name":"i18next-locize-backend","version":"0.0.5","keywords":["i18next","i18next-backend"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@0.0.5","maintainers":[{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/i18next-locize-backend","bugs":{"url":"https://github.com/i18next/i18next-locize-backend/issues"},"dist":{"shasum":"5d22747f5962d17713e856b95ece578af3b0af83","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-0.0.5.tgz","integrity":"sha512-wTN9oueVDynavx5omhm6sW7YRqzEADhtZqg+C7wxaThdaisZzLDSMxnCOteynCSkvbr4/LsziPGn/Yubv5AD8w==","signatures":[{"sig":"MEUCIQCvtofmr7VtWjEGCt6CYUjrHbtiIdW216lyv5ZWiOPn7gIgSL2TfJCyVmOeXkTNzByDrtnQ08WL+6Qdrm5xTKUinBQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/commonjs/index.js","_from":".","_shasum":"5d22747f5962d17713e856b95ece578af3b0af83","gitHead":"dc7ada6445593132589d4c9b15b292ab813e5c82","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18next-locize-backend.min.js ./i18next-locize-backend.min.js && cp ./dist/umd/i18next-locize-backend.js ./i18next-locize-backend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"2.14.4","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"4.1.2","dependencies":{},"devDependencies":{"chai":"3.5.0","karma":"0.13.22","mocha":"2.4.5","sinon":"1.17.3","yargs":"4.1.0","eslint":"2.2.0","mkdirp":"0.5.1","rimraf":"2.5.2","rollup":"0.25.4","i18next":"2.3.0","isparta":"^4.0.0","babelify":"7.2.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.6.5","coveralls":"2.11.8","karma-cli":"0.1.2","phantomjs":"1.9.19","babel-core":"6.4.5","browserify":"12.0.1","karma-chai":"0.1.0","karma-mocha":"0.2.2","karma-sinon":"1.0.4","babel-eslint":"6.0.0-beta.5","karma-expect":"1.1.2","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.0.1","rollup-plugin-npm":"1.4.0","babel-preset-es2015":"6.6.0","browserify-istanbul":"1.0.0","karma-spec-reporter":"0.0.24","rollup-plugin-babel":"2.4.0","babel-preset-stage-0":"6.5.0","eslint-config-airbnb":"6.0.2","rollup-plugin-uglify":"0.2.0","karma-chrome-launcher":"0.2.2","karma-phantomjs-launcher":"1.0.0","karma-rollup-preprocessor":"^2.0.1","babel-preset-es2015-rollup":"1.1.1","babel-preset-es2015-native-modules":"^6.6.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend-0.0.5.tgz_1457620840798_0.8151173086371273","host":"packages-12-west.internal.npmjs.com"}},"0.0.6":{"name":"i18next-locize-backend","version":"0.0.6","keywords":["i18next","i18next-backend"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@0.0.6","maintainers":[{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/i18next-locize-backend","bugs":{"url":"https://github.com/i18next/i18next-locize-backend/issues"},"dist":{"shasum":"3d83f54d159e73598ee7563f447c1cd9cb05cba5","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-0.0.6.tgz","integrity":"sha512-ZlLB3C2urgp31gMV2bwkTG0DJaCW1atqWb9CdLo8SPQrq7IrI8kjAtBZrlLAbB/A1nxvLvOa7LvDKYEl53oezA==","signatures":[{"sig":"MEYCIQD+d0+S8IzwrAmtetFwpwQme5BiK+IB+4S3W2kQ5vxtDAIhALT4D5Z3A1ILvtDhdPvq7P5D0lwSt5ZBikH++jb4qIAN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/commonjs/index.js","_from":".","_shasum":"3d83f54d159e73598ee7563f447c1cd9cb05cba5","gitHead":"c4d64e935a406498f5a05f3c7d74ca548eb98bdc","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18next-locize-backend.min.js ./i18next-locize-backend.min.js && cp ./dist/umd/i18next-locize-backend.js ./i18next-locize-backend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"2.14.4","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"4.1.2","dependencies":{},"devDependencies":{"chai":"3.5.0","karma":"0.13.22","mocha":"2.4.5","sinon":"1.17.3","yargs":"4.1.0","eslint":"2.2.0","mkdirp":"0.5.1","rimraf":"2.5.2","rollup":"0.25.4","i18next":"2.3.0","isparta":"^4.0.0","babelify":"7.2.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.6.5","coveralls":"2.11.8","karma-cli":"0.1.2","phantomjs":"1.9.19","babel-core":"6.4.5","browserify":"12.0.1","karma-chai":"0.1.0","karma-mocha":"0.2.2","karma-sinon":"1.0.4","babel-eslint":"6.0.0-beta.5","karma-expect":"1.1.2","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.0.1","rollup-plugin-npm":"1.4.0","babel-preset-es2015":"6.6.0","browserify-istanbul":"1.0.0","karma-spec-reporter":"0.0.24","rollup-plugin-babel":"2.4.0","babel-preset-stage-0":"6.5.0","eslint-config-airbnb":"6.0.2","rollup-plugin-uglify":"0.2.0","karma-chrome-launcher":"0.2.2","karma-phantomjs-launcher":"1.0.0","karma-rollup-preprocessor":"^2.0.1","babel-preset-es2015-rollup":"1.1.1","babel-preset-es2015-native-modules":"^6.6.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend-0.0.6.tgz_1457621775261_0.3726937095634639","host":"packages-12-west.internal.npmjs.com"}},"0.0.7":{"name":"i18next-locize-backend","version":"0.0.7","keywords":["i18next","i18next-backend"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@0.0.7","maintainers":[{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/i18next-locize-backend","bugs":{"url":"https://github.com/i18next/i18next-locize-backend/issues"},"dist":{"shasum":"2bfa4b06c10fa65104ba1d0b7ebeae9a830b19ce","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-0.0.7.tgz","integrity":"sha512-X1FNQgtnp8ormHe43TNoN7r01Xdanw8jO+VGq9Auc7GXvVVKUoGPrabOSBenS/vxFSAZUrEp0ieVmrMoV6Xh/Q==","signatures":[{"sig":"MEUCIQCEEjgV0w+UuCfv9EuqUoP1NdLVVLHrOLJcuoR2S8AoEgIgDcytjgUMmMfM9sDSix1y9O9hWzVeUW3JcggTq/96+LA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/commonjs/index.js","_from":".","_shasum":"2bfa4b06c10fa65104ba1d0b7ebeae9a830b19ce","gitHead":"ca95a008368398d1211cfa38dba200b356e6a693","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18next-locize-backend.min.js ./i18next-locize-backend.min.js && cp ./dist/umd/i18next-locize-backend.js ./i18next-locize-backend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"2.14.4","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"4.1.2","dependencies":{},"devDependencies":{"chai":"3.5.0","karma":"0.13.22","mocha":"2.4.5","sinon":"1.17.3","yargs":"4.1.0","eslint":"2.2.0","mkdirp":"0.5.1","rimraf":"2.5.2","rollup":"0.25.4","i18next":"2.3.0","isparta":"^4.0.0","babelify":"7.2.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.6.5","coveralls":"2.11.8","karma-cli":"0.1.2","phantomjs":"1.9.19","babel-core":"6.4.5","browserify":"12.0.1","karma-chai":"0.1.0","karma-mocha":"0.2.2","karma-sinon":"1.0.4","babel-eslint":"6.0.0-beta.5","karma-expect":"1.1.2","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.0.1","rollup-plugin-npm":"1.4.0","babel-preset-es2015":"6.6.0","browserify-istanbul":"1.0.0","karma-spec-reporter":"0.0.24","rollup-plugin-babel":"2.4.0","babel-preset-stage-0":"6.5.0","eslint-config-airbnb":"6.0.2","rollup-plugin-uglify":"0.2.0","karma-chrome-launcher":"0.2.2","karma-phantomjs-launcher":"1.0.0","karma-rollup-preprocessor":"^2.0.1","babel-preset-es2015-rollup":"1.1.1","babel-preset-es2015-native-modules":"^6.6.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend-0.0.7.tgz_1457624147066_0.46671346668154","host":"packages-12-west.internal.npmjs.com"}},"0.1.0":{"name":"i18next-locize-backend","version":"0.1.0","keywords":["i18next","i18next-backend"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@0.1.0","maintainers":[{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/i18next-locize-backend","bugs":{"url":"https://github.com/i18next/i18next-locize-backend/issues"},"dist":{"shasum":"b8ef30d6ba05f81579c8928b6151c0dddf753e90","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-0.1.0.tgz","integrity":"sha512-ZDsp7zTfKUOPIAbK72Sf81f/bknIwtSo2++z89++LEpa6AuMFdMdY0YOzVcIj9vY/oOp07MfKnSsPgMde+uJQw==","signatures":[{"sig":"MEUCIFOi0pYbtyMJVPz8pqr/lO72/+/rzPD/kgEwQO0Fk3QOAiEA2Vl5E4SxXfqUQNezL3yg1x1H1Ywt4xFPExcs//+3IY8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/commonjs/index.js","_from":".","_shasum":"b8ef30d6ba05f81579c8928b6151c0dddf753e90","gitHead":"5881e8812494c3d2cbb92e35db8ce1558e28992d","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18next-locize-backend.min.js ./i18next-locize-backend.min.js && cp ./dist/umd/i18next-locize-backend.js ./i18next-locize-backend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"2.14.7","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"4.2.1","dependencies":{},"devDependencies":{"chai":"3.5.0","karma":"0.13.22","mocha":"2.4.5","sinon":"1.17.3","yargs":"4.1.0","eslint":"2.2.0","mkdirp":"0.5.1","rimraf":"2.5.2","rollup":"0.25.4","i18next":"2.3.0","isparta":"^4.0.0","babelify":"7.2.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.6.5","coveralls":"2.11.8","karma-cli":"0.1.2","phantomjs":"1.9.19","babel-core":"6.4.5","browserify":"12.0.1","karma-chai":"0.1.0","karma-mocha":"0.2.2","karma-sinon":"1.0.4","babel-eslint":"6.0.0-beta.5","karma-expect":"1.1.2","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.0.1","rollup-plugin-npm":"1.4.0","babel-preset-es2015":"6.6.0","browserify-istanbul":"1.0.0","karma-spec-reporter":"0.0.24","rollup-plugin-babel":"2.4.0","babel-preset-stage-0":"6.5.0","eslint-config-airbnb":"6.0.2","rollup-plugin-uglify":"0.2.0","karma-chrome-launcher":"0.2.2","karma-phantomjs-launcher":"1.0.0","karma-rollup-preprocessor":"^2.0.1","babel-preset-es2015-rollup":"1.1.1","babel-preset-es2015-native-modules":"^6.6.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend-0.1.0.tgz_1461700582269_0.5926389570813626","host":"packages-12-west.internal.npmjs.com"}},"0.1.1":{"name":"i18next-locize-backend","version":"0.1.1","keywords":["i18next","i18next-backend"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@0.1.1","maintainers":[{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/i18next-locize-backend","bugs":{"url":"https://github.com/i18next/i18next-locize-backend/issues"},"dist":{"shasum":"f400393adc123875051a61f97e23431b18490c25","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-0.1.1.tgz","integrity":"sha512-OZkoL7KiNLzMYV0W3tr3cUxjMQwgulbP4HYVrlzOvwdHCslfXb3DFLrrGLotDWWqgvZLLmfzd6MV1hzp5p45jA==","signatures":[{"sig":"MEYCIQDO52Yg8MOClhckQlIWXoZMRelEUXYp7kcOn+G5BdgndQIhAO8WSun+UmBGr/R12RJzwqDqDYdos+RIc63w6W01ysZv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/commonjs/index.js","_from":".","_shasum":"f400393adc123875051a61f97e23431b18490c25","gitHead":"ecbef4480288ceb1a97349589e1d3bf13b656add","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18nextLocizeBackend.min.js ./i18nextLocizeBackend.min.js && cp ./dist/umd/i18nextLocizeBackend.js ./i18nextLocizeBackend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"2.15.1","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"4.4.3","dependencies":{},"devDependencies":{"chai":"3.5.0","karma":"0.13.22","mocha":"2.4.5","sinon":"1.17.3","yargs":"4.1.0","eslint":"2.2.0","mkdirp":"0.5.1","rimraf":"2.5.2","rollup":"0.25.4","i18next":"2.3.0","isparta":"^4.0.0","babelify":"7.2.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.6.5","coveralls":"2.11.8","karma-cli":"0.1.2","phantomjs":"1.9.19","babel-core":"6.4.5","browserify":"12.0.1","karma-chai":"0.1.0","karma-mocha":"0.2.2","karma-sinon":"1.0.4","babel-eslint":"6.0.0-beta.5","karma-expect":"1.1.2","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.0.1","rollup-plugin-npm":"1.4.0","babel-preset-es2015":"6.6.0","browserify-istanbul":"1.0.0","karma-spec-reporter":"0.0.24","rollup-plugin-babel":"2.4.0","babel-preset-stage-0":"6.5.0","eslint-config-airbnb":"6.0.2","rollup-plugin-uglify":"0.2.0","karma-chrome-launcher":"0.2.2","karma-phantomjs-launcher":"1.0.0","karma-rollup-preprocessor":"^2.0.1","babel-preset-es2015-rollup":"1.1.1","babel-preset-es2015-native-modules":"^6.6.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend-0.1.1.tgz_1461841395948_0.36314115719869733","host":"packages-16-east.internal.npmjs.com"}},"0.2.0":{"name":"i18next-locize-backend","version":"0.2.0","keywords":["i18next","i18next-backend"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@0.2.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/i18next-locize-backend","bugs":{"url":"https://github.com/i18next/i18next-locize-backend/issues"},"dist":{"shasum":"af69c7c3b071787efcab8c32845ece293a3627ae","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-0.2.0.tgz","integrity":"sha512-TggJeTsYQGpAJXXcJmdee/P8UATKFOqv+e0OfomZpQde92ApylGH2nLLULR/oT00wjtydOwr+91I6zgZ95TbbA==","signatures":[{"sig":"MEUCIChtDSRRE6S/qTBrWzR8yIqIRye75DoXzWlSA76KCDSCAiEAl0+doFpe+717MI1WPu1Zh2xS6t/cDI+AWznKehYnw7o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/commonjs/index.js","_from":".","_shasum":"af69c7c3b071787efcab8c32845ece293a3627ae","gitHead":"b33c8d92ed6583c42312c83c53c66685c4e9cf99","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18nextLocizeBackend.min.js ./i18nextLocizeBackend.min.js && cp ./dist/umd/i18nextLocizeBackend.js ./i18nextLocizeBackend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"3.8.9","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"6.2.0","dependencies":{},"devDependencies":{"chai":"3.5.0","karma":"0.13.22","mocha":"2.4.5","sinon":"1.17.3","yargs":"4.1.0","eslint":"2.2.0","mkdirp":"0.5.1","rimraf":"2.5.2","rollup":"0.25.4","i18next":"2.3.0","isparta":"^4.0.0","babelify":"7.2.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.6.5","coveralls":"2.11.8","karma-cli":"0.1.2","babel-core":"6.4.5","browserify":"12.0.1","karma-chai":"0.1.0","karma-mocha":"0.2.2","karma-sinon":"1.0.4","babel-eslint":"6.0.0-beta.5","karma-expect":"1.1.2","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.0.1","rollup-plugin-npm":"1.4.0","phantomjs-prebuilt":"2.1.7","babel-preset-es2015":"6.6.0","browserify-istanbul":"1.0.0","karma-spec-reporter":"0.0.24","rollup-plugin-babel":"2.4.0","babel-preset-stage-0":"6.5.0","eslint-config-airbnb":"6.0.2","rollup-plugin-uglify":"0.2.0","karma-chrome-launcher":"0.2.2","karma-phantomjs-launcher":"1.0.0","karma-rollup-preprocessor":"^2.0.1","babel-preset-es2015-rollup":"1.1.1","babel-preset-es2015-native-modules":"6.6.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend-0.2.0.tgz_1465722203941_0.8756437343545258","host":"packages-12-west.internal.npmjs.com"}},"1.0.0":{"name":"i18next-locize-backend","version":"1.0.0","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@1.0.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/i18next-locize-backend","bugs":{"url":"https://github.com/i18next/i18next-locize-backend/issues"},"dist":{"shasum":"b9d172acc561d4a4e95ba44120d9669638ae91c0","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-1.0.0.tgz","integrity":"sha512-cOaSp+2prFbP/bQ+0/pZnF8ZFx6Aai8XZ+ilLXgD9KMjBys5cmtDHAfBiblqSyB/1fE2Ne5lYei63dt9YETP6g==","signatures":[{"sig":"MEYCIQCp2XcF0n8QdJPJRKz3N4hIvcW07rOUrPk1lWnbrtZdUAIhAN0n/zX5R4/4nxKvYhLAwIZxPDdnQV3H/33B8+Er10t9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/commonjs/index.js","_from":".","module":"dist/es/index.js","_shasum":"b9d172acc561d4a4e95ba44120d9669638ae91c0","gitHead":"0941c4bf23e64d62661d18fd3666d9ef0ddfc23b","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18nextLocizeBackend.min.js ./i18nextLocizeBackend.min.js && cp ./dist/umd/i18nextLocizeBackend.js ./i18nextLocizeBackend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"3.10.8","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"6.9.1","dependencies":{},"devDependencies":{"chai":"3.5.0","karma":"1.3.0","mocha":"3.1.2","sinon":"1.17.6","yargs":"6.4.0","eslint":"3.10.2","mkdirp":"0.5.1","rimraf":"2.5.4","rollup":"0.36.3","i18next":"4.1.0","isparta":"4.0.0","babelify":"7.3.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.18.0","coveralls":"2.11.15","karma-cli":"1.0.1","babel-core":"6.18.2","browserify":"13.1.1","karma-chai":"0.1.0","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"7.1.1","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.1.0","phantomjs-prebuilt":"2.1.13","babel-preset-es2015":"6.18.0","browserify-istanbul":"2.0.0","karma-spec-reporter":"0.0.26","rollup-plugin-babel":"2.6.1","babel-preset-stage-0":"6.16.0","eslint-config-airbnb":"13.0.0","rollup-plugin-uglify":"1.0.1","karma-chrome-launcher":"2.0.0","karma-phantomjs-launcher":"1.0.2","karma-rollup-preprocessor":"2.0.2","rollup-plugin-node-resolve":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend-1.0.0.tgz_1479889924561_0.47809747187420726","host":"packages-18-east.internal.npmjs.com"}},"1.1.0":{"name":"i18next-locize-backend","version":"1.1.0","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@1.1.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/i18next-locize-backend","bugs":{"url":"https://github.com/i18next/i18next-locize-backend/issues"},"dist":{"shasum":"290c05f5bb77bf50256888dcccf73ffce4231631","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-1.1.0.tgz","integrity":"sha512-yVo7kCxjnQC2geUzXq6uBiUCi2lQYAu/N7M7T2cUylDwME8OJKp4wOAEEBnJmTkt+AJSdwP5G50Ka5+Zav40dQ==","signatures":[{"sig":"MEYCIQDWUQWHXaFvv9povKjtTHQLCAQopKgNWJvVWiE8PhodagIhAInWpVm1Dpxul8VqQmPhad2FnU3k43Wc+vm4lhoLtb4U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/commonjs/index.js","module":"dist/es/index.js","gitHead":"2b631921344f2ee3c71fb4ebec104452b4c191da","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18nextLocizeBackend.min.js ./i18nextLocizeBackend.min.js && cp ./dist/umd/i18nextLocizeBackend.js ./i18nextLocizeBackend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"5.5.1","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"6.0.0","dependencies":{},"devDependencies":{"chai":"3.5.0","karma":"1.3.0","mocha":"3.1.2","sinon":"1.17.6","yargs":"6.4.0","eslint":"3.10.2","mkdirp":"0.5.1","rimraf":"2.5.4","rollup":"0.36.3","i18next":"4.1.0","isparta":"4.0.0","babelify":"7.3.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.18.0","coveralls":"2.11.15","karma-cli":"1.0.1","babel-core":"6.18.2","browserify":"13.1.1","karma-chai":"0.1.0","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"7.1.1","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.1.0","phantomjs-prebuilt":"2.1.13","babel-preset-es2015":"6.18.0","browserify-istanbul":"2.0.0","karma-spec-reporter":"0.0.26","rollup-plugin-babel":"2.6.1","babel-preset-stage-0":"6.16.0","eslint-config-airbnb":"13.0.0","rollup-plugin-uglify":"1.0.1","karma-chrome-launcher":"2.0.0","karma-phantomjs-launcher":"1.0.2","karma-rollup-preprocessor":"2.0.2","rollup-plugin-node-resolve":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend-1.1.0.tgz_1511513836472_0.25044793426059186","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"i18next-locize-backend","version":"1.2.0","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@1.2.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/i18next-locize-backend","bugs":{"url":"https://github.com/i18next/i18next-locize-backend/issues"},"dist":{"shasum":"2febffa8317c2a10d4337bfa4e69b1d480dfcaa6","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-1.2.0.tgz","integrity":"sha512-2OHzP03htqBAhqwjKB10T8KEm5EUqsykok8orw49b1ga37Q3kjBv+X9/bdDTNC9rETTBkik0ked5jYuW6HjrvQ==","signatures":[{"sig":"MEQCIF5uTu+FzsyGhhP0JEK/Ke8VHEZA+wU40bE6HvF6n1EEAiA0GOE4fuXxTit8AweGaDPogkTgjKY/tk7cmAjC0aZmpA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/commonjs/index.js","module":"dist/es/index.js","gitHead":"397921766bbebd5503fef7d86075c89c350b8258","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18nextLocizeBackend.min.js ./i18nextLocizeBackend.min.js && cp ./dist/umd/i18nextLocizeBackend.js ./i18nextLocizeBackend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"5.5.1","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"6.0.0","dependencies":{},"devDependencies":{"chai":"3.5.0","karma":"1.3.0","mocha":"3.1.2","sinon":"1.17.6","yargs":"6.4.0","eslint":"3.10.2","mkdirp":"0.5.1","rimraf":"2.5.4","rollup":"0.36.3","i18next":"4.1.0","isparta":"4.0.0","babelify":"7.3.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.18.0","coveralls":"2.11.15","karma-cli":"1.0.1","babel-core":"6.18.2","browserify":"13.1.1","karma-chai":"0.1.0","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"7.1.1","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.1.0","phantomjs-prebuilt":"2.1.13","babel-preset-es2015":"6.18.0","browserify-istanbul":"2.0.0","karma-spec-reporter":"0.0.26","rollup-plugin-babel":"2.6.1","babel-preset-stage-0":"6.16.0","eslint-config-airbnb":"13.0.0","rollup-plugin-uglify":"1.0.1","karma-chrome-launcher":"2.0.0","karma-phantomjs-launcher":"1.0.2","karma-rollup-preprocessor":"2.0.2","rollup-plugin-node-resolve":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend-1.2.0.tgz_1512210927367_0.12498830491676927","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"i18next-locize-backend","version":"1.2.1","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@1.2.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/i18next-locize-backend","bugs":{"url":"https://github.com/i18next/i18next-locize-backend/issues"},"dist":{"shasum":"cb2c393f2c49c16c6256b28fd26e324cc43ed071","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-1.2.1.tgz","integrity":"sha512-Oyyyn8lVpurTDQ/zCKhhMqgwgNOl+EhAzzkatD0OuBVx3OIWt0w6OdDCsfZMfdiJBuD3zXP36G3LYJeHQWJcAQ==","signatures":[{"sig":"MEUCIClALP1YVERrJfWz8u+tDPAapUC1V+eKqwbgl7FBJV1xAiEA8LMoVGs7PSgjOLefzttkDNk9Npcal0rSO8rmRXRtZ2g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/commonjs/index.js","module":"dist/es/index.js","gitHead":"04e329217e68d047652e589ce5e2446c517ef246","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18nextLocizeBackend.min.js ./i18nextLocizeBackend.min.js && cp ./dist/umd/i18nextLocizeBackend.js ./i18nextLocizeBackend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"5.5.1","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"6.0.0","dependencies":{},"devDependencies":{"chai":"3.5.0","karma":"1.3.0","mocha":"3.1.2","sinon":"1.17.6","yargs":"6.4.0","eslint":"3.10.2","mkdirp":"0.5.1","rimraf":"2.5.4","rollup":"0.36.3","i18next":"4.1.0","isparta":"4.0.0","babelify":"7.3.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.18.0","coveralls":"2.11.15","karma-cli":"1.0.1","babel-core":"6.18.2","browserify":"13.1.1","karma-chai":"0.1.0","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"7.1.1","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.1.0","phantomjs-prebuilt":"2.1.13","babel-preset-es2015":"6.18.0","browserify-istanbul":"2.0.0","karma-spec-reporter":"0.0.26","rollup-plugin-babel":"2.6.1","babel-preset-stage-0":"6.16.0","eslint-config-airbnb":"13.0.0","rollup-plugin-uglify":"1.0.1","karma-chrome-launcher":"2.0.0","karma-phantomjs-launcher":"1.0.2","karma-rollup-preprocessor":"2.0.2","rollup-plugin-node-resolve":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend-1.2.1.tgz_1512219396818_0.9035906151402742","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"i18next-locize-backend","version":"1.3.0","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@1.3.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/i18next-locize-backend","bugs":{"url":"https://github.com/i18next/i18next-locize-backend/issues"},"dist":{"shasum":"0d234de3c162ac1c70cf13c7ca772a39de1a6759","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-1.3.0.tgz","fileCount":15,"integrity":"sha512-dX/PNE0pMLgJtZsdY6jKHopnjYfq/7npg/rJfZP60W7X/FHy9rmePrbyb39jxT41SDQ5qmrEufE029RL4P61Sg==","signatures":[{"sig":"MEQCIG4xFe8Pp6oq3oJkFTmrj4oIiTMgcChG8cT78Px20ZLUAiBzmBqAIQq6WmxkdudiJgPFkteA2/VD6PjpsGoBYV5SZw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57061},"main":"dist/commonjs/index.js","module":"dist/es/index.js","gitHead":"e1e6aee1d8553422fab33b708a64c410397987e2","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18nextLocizeBackend.min.js ./i18nextLocizeBackend.min.js && cp ./dist/umd/i18nextLocizeBackend.js ./i18nextLocizeBackend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"5.5.1","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"9.3.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"chai":"3.5.0","karma":"1.3.0","mocha":"3.1.2","sinon":"1.17.6","yargs":"6.4.0","eslint":"3.10.2","mkdirp":"0.5.1","rimraf":"2.5.4","rollup":"0.36.3","i18next":"4.1.0","isparta":"4.0.0","babelify":"7.3.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.18.0","coveralls":"2.11.15","karma-cli":"1.0.1","babel-core":"6.18.2","browserify":"13.1.1","karma-chai":"0.1.0","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"7.1.1","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.1.0","phantomjs-prebuilt":"2.1.13","babel-preset-es2015":"6.18.0","browserify-istanbul":"2.0.0","karma-spec-reporter":"0.0.26","rollup-plugin-babel":"2.6.1","babel-preset-stage-0":"6.16.0","eslint-config-airbnb":"13.0.0","rollup-plugin-uglify":"1.0.1","karma-chrome-launcher":"2.0.0","karma-phantomjs-launcher":"1.0.2","karma-rollup-preprocessor":"2.0.2","rollup-plugin-node-resolve":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_1.3.0_1518809988302_0.07375319835887661","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"i18next-locize-backend","version":"1.3.1","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@1.3.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/i18next-locize-backend","bugs":{"url":"https://github.com/i18next/i18next-locize-backend/issues"},"dist":{"shasum":"a48421c8b88f646f9df7545857258dc9033a4e39","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-1.3.1.tgz","fileCount":15,"integrity":"sha512-L3B4FqGqbZaQS55tFVvPDHcdujE0Asw59+taRGhcqKy4ATGPmzbUpAeK76CCw3lrHaJUptmgG0eE+MxKlEfMzg==","signatures":[{"sig":"MEUCIBdoK/2/361CyrTfnSvgVv/AjAXzaMVfofOsT5QCRe5NAiEA5UjX1zxsHXjOSA9ZLngURoV3hQcDo2kJHXrauc/v2+8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59219},"main":"dist/commonjs/index.js","module":"dist/es/index.js","gitHead":"b29e3cc3aafb991d251d2e7a533d9d7fe6cdf84a","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18nextLocizeBackend.min.js ./i18nextLocizeBackend.min.js && cp ./dist/umd/i18nextLocizeBackend.js ./i18nextLocizeBackend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"5.5.1","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"9.3.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"chai":"3.5.0","karma":"1.3.0","mocha":"3.1.2","sinon":"1.17.6","yargs":"6.4.0","eslint":"3.10.2","mkdirp":"0.5.1","rimraf":"2.5.4","rollup":"0.36.3","i18next":"4.1.0","isparta":"4.0.0","babelify":"7.3.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.18.0","coveralls":"2.11.15","karma-cli":"1.0.1","babel-core":"6.18.2","browserify":"13.1.1","karma-chai":"0.1.0","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"7.1.1","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.1.0","phantomjs-prebuilt":"2.1.13","babel-preset-es2015":"6.18.0","browserify-istanbul":"2.0.0","karma-spec-reporter":"0.0.26","rollup-plugin-babel":"2.6.1","babel-preset-stage-0":"6.16.0","eslint-config-airbnb":"13.0.0","rollup-plugin-uglify":"1.0.1","karma-chrome-launcher":"2.0.0","karma-phantomjs-launcher":"1.0.2","karma-rollup-preprocessor":"2.0.2","rollup-plugin-node-resolve":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_1.3.1_1522149229339_0.36933208533145634","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"i18next-locize-backend","version":"1.4.0","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@1.4.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/i18next-locize-backend","bugs":{"url":"https://github.com/i18next/i18next-locize-backend/issues"},"dist":{"shasum":"88a5bfa0d5d5844834062be9676599b17fea1fe5","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-1.4.0.tgz","fileCount":15,"integrity":"sha512-LG+Fz68CsEsUn1JrJb9dnn7iEAXzTP3f8rtc3una4QwxRktEnszn29KZY06fEkkbMIMFvZ14wuidttzqErknwA==","signatures":[{"sig":"MEYCIQDUuzaDQbV6lDO04F64BSMhb0lBXcepKWkQ/iHzZo59WAIhAIwlpc+oBDmgwY9bMH866gN+gY/v5urdeBoAkHUSMmiV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":71088},"main":"dist/commonjs/index.js","module":"dist/es/index.js","gitHead":"5944000be33006670e8be6055802c71a27c05c62","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18nextLocizeBackend.min.js ./i18nextLocizeBackend.min.js && cp ./dist/umd/i18nextLocizeBackend.js ./i18nextLocizeBackend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"5.6.0","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"8.10.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"chai":"3.5.0","karma":"1.3.0","mocha":"3.1.2","sinon":"1.17.6","yargs":"6.4.0","eslint":"3.10.2","mkdirp":"0.5.1","rimraf":"2.5.4","rollup":"0.36.3","i18next":"4.1.0","isparta":"4.0.0","babelify":"7.3.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.18.0","coveralls":"2.11.15","karma-cli":"1.0.1","babel-core":"6.18.2","browserify":"13.1.1","karma-chai":"0.1.0","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"7.1.1","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.1.0","phantomjs-prebuilt":"2.1.13","babel-preset-es2015":"6.18.0","browserify-istanbul":"2.0.0","karma-spec-reporter":"0.0.26","rollup-plugin-babel":"2.6.1","babel-preset-stage-0":"6.16.0","eslint-config-airbnb":"13.0.0","rollup-plugin-uglify":"1.0.1","karma-chrome-launcher":"2.0.0","karma-phantomjs-launcher":"1.0.2","karma-rollup-preprocessor":"2.0.2","rollup-plugin-node-resolve":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_1.4.0_1522750186482_0.3185924839865206","host":"s3://npm-registry-packages"}},"1.4.1":{"name":"i18next-locize-backend","version":"1.4.1","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@1.4.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/i18next/i18next-locize-backend","bugs":{"url":"https://github.com/i18next/i18next-locize-backend/issues"},"dist":{"shasum":"98073acd181b55c0a7276da51e19006df0e3a250","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-1.4.1.tgz","fileCount":15,"integrity":"sha512-GOvSj34q/2BRFcRO82od5Xxdt/EcpLOhdjfFfgT8d2e7B+ucBPpsoKKFNiAQ9XDQf2X6DlvOWdhpkY9zsE7PMA==","signatures":[{"sig":"MEQCIDFYjJ1El54IjhDjnojykHnsr9a0eda9Cu3iZRrj0gVlAiB3r6JGl8YBIOEjM4ZkIrD/eS0UGK08XLRhSbRRnm+YYw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":71687},"main":"dist/commonjs/index.js","module":"dist/es/index.js","gitHead":"3dbb0d7da1a72073d804a2283b6c9b42f21c9e80","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18nextLocizeBackend.min.js ./i18nextLocizeBackend.min.js && cp ./dist/umd/i18nextLocizeBackend.js ./i18nextLocizeBackend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"5.6.0","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"8.10.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"chai":"3.5.0","karma":"1.3.0","mocha":"3.1.2","sinon":"1.17.6","yargs":"6.4.0","eslint":"3.10.2","mkdirp":"0.5.1","rimraf":"2.5.4","rollup":"0.36.3","i18next":"4.1.0","isparta":"4.0.0","babelify":"7.3.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.18.0","coveralls":"2.11.15","karma-cli":"1.0.1","babel-core":"6.18.2","browserify":"13.1.1","karma-chai":"0.1.0","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"7.1.1","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.1.0","phantomjs-prebuilt":"2.1.13","babel-preset-es2015":"6.18.0","browserify-istanbul":"2.0.0","karma-spec-reporter":"0.0.26","rollup-plugin-babel":"2.6.1","babel-preset-stage-0":"6.16.0","eslint-config-airbnb":"13.0.0","rollup-plugin-uglify":"1.0.1","karma-chrome-launcher":"2.0.0","karma-phantomjs-launcher":"1.0.2","karma-rollup-preprocessor":"2.0.2","rollup-plugin-node-resolve":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_1.4.1_1522754897137_0.632328276765298","host":"s3://npm-registry-packages"}},"1.4.2":{"name":"i18next-locize-backend","version":"1.4.2","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@1.4.2","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"1e1087c591594d52813e19a255d0248b4299658a","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-1.4.2.tgz","fileCount":15,"integrity":"sha512-OkCeAHdNQLc1njq5Eu4Zon4PzdYFnuXSJXA6pisdzI2zOODCI+9C3NnSzlsXTkhyLDh7YJkg8XJL6Ayzo+x5xg==","signatures":[{"sig":"MEUCIG8xrF89j8nwy3vDdY5Q5yGgHrHtDWaRzk9Sg7dPOG7AAiEA1sPFWCHdgvd5/JO4QKTU8Dwe6wJ+ffeC/KvAFuDp8Q4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":71724},"main":"dist/commonjs/index.js","module":"dist/es/index.js","gitHead":"4b658c083df0e0e05bf961a3f64a7fb18c0d0b07","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18nextLocizeBackend.min.js ./i18nextLocizeBackend.min.js && cp ./dist/umd/i18nextLocizeBackend.js ./i18nextLocizeBackend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"5.6.0","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"8.11.1","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"chai":"3.5.0","karma":"1.3.0","mocha":"3.1.2","sinon":"1.17.6","yargs":"6.4.0","eslint":"3.10.2","mkdirp":"0.5.1","rimraf":"2.5.4","rollup":"0.36.3","i18next":"4.1.0","isparta":"4.0.0","babelify":"7.3.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.18.0","coveralls":"2.11.15","karma-cli":"1.0.1","babel-core":"6.18.2","browserify":"13.1.1","karma-chai":"0.1.0","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"7.1.1","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.1.0","phantomjs-prebuilt":"2.1.13","babel-preset-es2015":"6.18.0","browserify-istanbul":"2.0.0","karma-spec-reporter":"0.0.26","rollup-plugin-babel":"2.6.1","babel-preset-stage-0":"6.16.0","eslint-config-airbnb":"13.0.0","rollup-plugin-uglify":"1.0.1","karma-chrome-launcher":"2.0.0","karma-phantomjs-launcher":"1.0.2","karma-rollup-preprocessor":"2.0.2","rollup-plugin-node-resolve":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_1.4.2_1522934685102_0.9190571734853998","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"i18next-locize-backend","version":"1.5.0","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@1.5.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"6539a4cdf554c6660a9512d9ff770040ae3f8163","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-1.5.0.tgz","fileCount":15,"integrity":"sha512-l06onwUWEgEWJ8bRBFekD2DQ3tojEnaPG9sQMoygoQ8iDMZAWSB1ywwaepsui78L/aDM3t9eEfBdNwT8jVN/Sg==","signatures":[{"sig":"MEUCIEA8SZPsBun1QW9gJLMxcaM6gHiKCYmFUCKhD1hhQ8u5AiEA8ocRt4Xpsl0flgiOBZu9uKiWyffD280MhGMkyowu9qs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":73365,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbGYvBCRA9TVsSAnZWagAAfqMP/AssbmKaXXXvHvRWnlM0\nHmemVBzEbT8SA7YxNckK7KdeT5sRR6tkBJgUdXALxqLgJtdUhH90KXzNWxz3\niWYVTVA2+y0k8LP0mps+pJrY8kA5XAtcw1RN2Iwo+6525MY4EH7uAfbogVJe\nonpvK4mCTW5MiwJKxnkKtWOWn5PbV0U/h3ugs4c0wOiOUKalRosGgyCqvEIe\nWsG07Rnv04CeJRFbc+zoC15JGUElhovr3OKYs0po1w0vHhJBWlf/kSZIESLO\nRMVvOa9ZyWGDONK/dzl17oE66VMm6nzG1aqUlFPFrnKwdMDu9CTcRaX6Vo2z\ncFrsq2CkaYQDOX1TN1cEBUjxxBeNg/nAtfdSL0dCuggcVdGgSJWXmHc+DNmI\njb2hzvlIpKNNlBoD515/Yk+eCkU2E7080peaT+EmkQNvND/Q0vXVqmKvTOi2\nERUKGjVckAP4L/NHOa0PxDF3EZD4tdW442hlnam2HbCHXBXrL8RlQuMhWYUc\nZH7kO63TZJ7mjFBk3f/rWi8w6TlkIlxYN6QRlMnskUZo3JpRQhouoTd77Pi6\ns9xLm5QFnvK+WL4Rcyh3LI415zYwgcl+Sat/hx6tzmpUgKfieaiZHzaKlsHV\nxstnEjpTW+7FR9R0mpvyHpKx309lkrz327Tb3lC/kIyH8MWraO2+fxZmQFoK\nu7WI\r\n=+6q+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/commonjs/index.js","module":"dist/es/index.js","gitHead":"a9e09c58361c53f27d065206ec328869cfc26842","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18nextLocizeBackend.min.js ./i18nextLocizeBackend.min.js && cp ./dist/umd/i18nextLocizeBackend.js ./i18nextLocizeBackend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"5.5.1","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"9.3.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"chai":"3.5.0","karma":"1.3.0","mocha":"3.1.2","sinon":"1.17.6","yargs":"6.4.0","eslint":"3.10.2","mkdirp":"0.5.1","rimraf":"2.5.4","rollup":"0.36.3","i18next":"4.1.0","isparta":"4.0.0","babelify":"7.3.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.18.0","coveralls":"2.11.15","karma-cli":"1.0.1","babel-core":"6.18.2","browserify":"13.1.1","karma-chai":"0.1.0","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"7.1.1","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.1.0","phantomjs-prebuilt":"2.1.13","babel-preset-es2015":"6.18.0","browserify-istanbul":"2.0.0","karma-spec-reporter":"0.0.26","rollup-plugin-babel":"2.6.1","babel-preset-stage-0":"6.16.0","eslint-config-airbnb":"13.0.0","rollup-plugin-uglify":"1.0.1","karma-chrome-launcher":"2.0.0","karma-phantomjs-launcher":"1.0.2","karma-rollup-preprocessor":"2.0.2","rollup-plugin-node-resolve":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_1.5.0_1528400831741_0.14074436060931061","host":"s3://npm-registry-packages"}},"1.6.0":{"name":"i18next-locize-backend","version":"1.6.0","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@1.6.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"4a95c19fa2bee623c1d61ce5a80a76a123f7ff92","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-1.6.0.tgz","fileCount":15,"integrity":"sha512-3+hlwM7eC8MclWIfZ89hXwir4HC5YKUxrx+aLWWPC1H1hrB9dFh4uxve1o2HqJnravOrg247xHvW8xGv9h/Asg==","signatures":[{"sig":"MEUCIQDxIy8aWD7gttOZ6nczlfQ1mQEcdHobzaVKPGaRX1VDFgIgQQsF5C5fDCJlzPNTwK7mWhL7S12Az5pYw4BrsPErPgM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77142,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbJphxCRA9TVsSAnZWagAAn/UP/2dD2k5nDEB5JBPZ87hg\nP4mi5HYx4XfrIK2ninhKAqvd58dVzVl6+PGCtmoqUeZhiJBop2UeCNk3Fgtp\nuTQCSv/Ze/F3K61bpic/M38NDb+Qs/vwMOXhG7yKUPgBvJYnB5N02ukv6U6u\nAMc7OjvcOxn11K/Ykct87b6VlZHTvJuBbAwOXNC36N0gGKQalU2RVXfEGfVR\nnggibs9gpABPH6Mfm3iLQgP+/f7C6hkXbZwOF6QKO8e5BjVECN64xvvHbES1\nWtkE3c7o6ZfLBnkXt3MnXJZKlDHEa8k9oiuKjmsBjDiytqLLRQXmY2gxBj+o\nTtBw/I2xpycZUOyjRrjmBSIoSDh4+nWd0qLTCzLV2IpXC4JSxIL8h6s7y0VD\n76iiS0D64axQ3cw3hD9difmwv97nARKrQCOVtsJqFKPctVgFpKjoH7B4s2BT\nce26A+cS2aDR/ROJ8yueZPWeg6NNh5bz0pMtCmSMB1GskksSDDMhD7M0Irep\neQinPgz2sIJuKCTnW/V67tMX+rXCotTQh2zjKAsddREAERDjluJ14/SbNZg8\ny/vTmnlBNiSyRFKNB5MZYzYYF1TOQ8fAwVVdaqYUu6vQ3fOlw9jU92pQYDhX\nDOiZuu8/LUW4SWkNre17sFUv8HiJMfULb4iRt1OxZksLByWi7bB5dVqewoUq\nZ/MQ\r\n=VB/Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/commonjs/index.js","module":"dist/es/index.js","gitHead":"7d20fc59cbbf8ae6d8a490d5dbc9a220bf227ab5","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18nextLocizeBackend.min.js ./i18nextLocizeBackend.min.js && cp ./dist/umd/i18nextLocizeBackend.js ./i18nextLocizeBackend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"5.5.1","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"9.3.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"chai":"3.5.0","karma":"1.3.0","mocha":"3.1.2","sinon":"1.17.6","yargs":"6.4.0","eslint":"3.10.2","mkdirp":"0.5.1","rimraf":"2.5.4","rollup":"0.36.3","i18next":"4.1.0","isparta":"4.0.0","babelify":"7.3.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.18.0","coveralls":"2.11.15","karma-cli":"1.0.1","babel-core":"6.18.2","browserify":"13.1.1","karma-chai":"0.1.0","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"7.1.1","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.1.0","phantomjs-prebuilt":"2.1.13","babel-preset-es2015":"6.18.0","browserify-istanbul":"2.0.0","karma-spec-reporter":"0.0.26","rollup-plugin-babel":"2.6.1","babel-preset-stage-0":"6.16.0","eslint-config-airbnb":"13.0.0","rollup-plugin-uglify":"1.0.1","karma-chrome-launcher":"2.0.0","karma-phantomjs-launcher":"1.0.2","karma-rollup-preprocessor":"2.0.2","rollup-plugin-node-resolve":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_1.6.0_1529256048870_0.9080237666644531","host":"s3://npm-registry-packages"}},"1.7.0":{"name":"i18next-locize-backend","version":"1.7.0","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@1.7.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"51385a8b0619e898bcaea39190fb709da55dabbb","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-1.7.0.tgz","fileCount":16,"integrity":"sha512-+94LdsLJvAcgXOo5NSDd72NkGyQ80+idU1xL9uotxbGmQfJTIJaks7SVP+/R6/UT95p4MdKHCY/Fw58VQ7qJLA==","signatures":[{"sig":"MEYCIQCUUQPMGWapj3TCb+0wl/u/FaUBMl4YeXS0m4sJdCWOowIhANNUmG/PQ8YyF7/hnDVswr8caMv0myMzjdvWzuxLHxPj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9nW9CRA9TVsSAnZWagAAFo4QAIIjlj53NlBYIs8yrb/G\ndmTZ2GeZyAnnNOnr2iOWNhDdxe1Cbmyn3BwBifAhuKengbs3XTxEggCgoKBw\nec4dAjsiyFYCX4q7412IFJZpflT+UEEZ4/Jjd5BK1l9eCoMQcdBFqe+WTH4w\nzEcHAq1id5shU1xLQ9sJbcRbZix4pvYfjTQS9H3Qjmza/l9UYGt5++7F0U+u\n39WYj9zIJRkdiYjUSyy4dw4FRvpNINRG9woq4BB8UZdUwqjHsevu5JuAS9Pk\nsC27ZkVIcIZPlA7sxixfLt/CdLgcysfJbjHTG1SPtW6D4sPu5v394VG1n4eP\nedL5/WGuIIjUkg78e5jNm13MxihvbBORn2dAJ2+0vLHqWz2Sdj8BXvlQNXZK\nvsvSRelRvHk5C6D7HUFl0/IDqj1iH2XXQlo4FjfwD23DIcXBNEAxOyDvtUOW\nbfewUSgvCbrs075CqL+r46bbJeXAdVpQA7kHxIqK+u+e/TIsdDpErmQQWLxX\n8Q+ReOcTp+Tk1HuHdAlTeGnLnD3lycD7hIyBYK1sN3Bl+DZhXtiUYia6qQ1L\nXJH+XnA9tEsZWk3kUni6wVkftTx8/zxOchAF7CKhZNEiZT8wrSTz55m3mRd6\nAbYTDnNn7U5ogHHd7t8uEHk1CbFlneFrx+F+s/CZfWR3Yjf7yS4ITWBEEQyS\nyeqD\r\n=H51D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/commonjs/index.js","types":"index.d.ts","module":"dist/es/index.js","gitHead":"5772a10ec3142dbd767c4114515638983da65c44","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18nextLocizeBackend.min.js ./i18nextLocizeBackend.min.js && cp ./dist/umd/i18nextLocizeBackend.js ./i18nextLocizeBackend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"5.6.0","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"8.10.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"chai":"3.5.0","karma":"1.3.0","mocha":"3.1.2","sinon":"1.17.6","yargs":"6.4.0","eslint":"3.10.2","mkdirp":"0.5.1","rimraf":"2.5.4","rollup":"0.36.3","i18next":"4.1.0","isparta":"4.0.0","babelify":"7.3.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.18.0","coveralls":"2.11.15","karma-cli":"1.0.1","babel-core":"6.18.2","browserify":"13.1.1","karma-chai":"0.1.0","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"7.1.1","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.1.0","phantomjs-prebuilt":"2.1.13","babel-preset-es2015":"6.18.0","browserify-istanbul":"2.0.0","karma-spec-reporter":"0.0.26","rollup-plugin-babel":"2.6.1","babel-preset-stage-0":"6.16.0","eslint-config-airbnb":"13.0.0","rollup-plugin-uglify":"1.0.1","karma-chrome-launcher":"2.0.0","karma-phantomjs-launcher":"1.0.2","karma-rollup-preprocessor":"2.0.2","rollup-plugin-node-resolve":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_1.7.0_1542878652431_0.07429826425525854","host":"s3://npm-registry-packages"}},"1.7.1":{"name":"i18next-locize-backend","version":"1.7.1","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@1.7.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"942c27ed29a2d5914b44422c4a88facd73185959","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-1.7.1.tgz","fileCount":16,"integrity":"sha512-5juNMBDET4AItrTij9k2JIYBeTnQpIRvciJrdkHiTQv0/RQTnEfhby6Ynt3Ley908uYKs38BHLnd4qk1f7arDQ==","signatures":[{"sig":"MEUCIQDXJdsJQmC7el6dt7KipuoOXTx4StGV8rmSDq1hBHi0gQIgTfpPxtO/crv4U9qjN7sUv6kCrZz/3U3lBNzHLHWmr6Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80282,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcNfIFCRA9TVsSAnZWagAANq8P/ioJYHPPYrQtmV1kclR7\nI2rbHMoSJub13olpDD6+F3ocOmi1lF5v8aOulBD77kg605Ug8KGzrsSHVFy6\nHEzk17A7Br29V4lb4fIjABWBC8MOJh9Uy1aSKLy5x2US5EsRyNoNaJDN3i3Q\nDjKSRFltuuKM4BQhAVg/GRGqZHOld5nYEwHbYS8Vk7F1Ur9QkkK3Sqsc38j3\nS+o2OwmRTqp9lLKJXpHtaAXwLFN8OABIOugGQ1VnNfK5IxJ2yc7ojjSXR0ts\n7NnUElOjn+Wl1u4YiwEN34DNDSGgg4ORiQui4742c7kt6md0oFjqgNGLtXIf\ncf8suyt7JpUwmh/OLHlrPXNheYW24ApBpiNCO/RlGp5J6icifLHyTZOWGO1u\ntn5+SKv4PzysxcWvBZf2U8k0cAC14QKHrIfz6NSORvG1lF9ITbvv6TTbiHF5\negYqQrZWZ29uyXoS9gznfwKYWBL+9fJyjDlegNgZU+tBr5QlWkaOsr41oInM\niWHbdxjcjBKrGt15HsX+8nOX13EB8NFiQZHRvgVFnD30+34lDcee1RdSROIv\nGI4V6ueCTBdOM5peItj3cVY/3LjvsnPeNarY6NK0NpMqf3bcrM2PQP2+tLbM\nnmaFNRu/GkkN6DlCS5pdCCmfF3pl05GBgSRWMYKDC78n4X9Zg0zIW7JxXPhm\nAnms\r\n=7Zu3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/commonjs/index.js","types":"index.d.ts","module":"dist/es/index.js","gitHead":"2c9bf77e9007194faca556d620fc99de3612a85e","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18nextLocizeBackend.min.js ./i18nextLocizeBackend.min.js && cp ./dist/umd/i18nextLocizeBackend.js ./i18nextLocizeBackend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"5.5.1","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"9.3.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"chai":"3.5.0","karma":"1.3.0","mocha":"3.1.2","sinon":"1.17.6","yargs":"6.4.0","eslint":"3.10.2","mkdirp":"0.5.1","rimraf":"2.5.4","rollup":"0.36.3","i18next":"4.1.0","isparta":"4.0.0","babelify":"7.3.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.18.0","coveralls":"2.11.15","karma-cli":"1.0.1","babel-core":"6.18.2","browserify":"13.1.1","karma-chai":"0.1.0","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"7.1.1","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.1.0","phantomjs-prebuilt":"2.1.13","babel-preset-es2015":"6.18.0","browserify-istanbul":"2.0.0","karma-spec-reporter":"0.0.26","rollup-plugin-babel":"2.6.1","babel-preset-stage-0":"6.16.0","eslint-config-airbnb":"13.0.0","rollup-plugin-uglify":"1.0.1","karma-chrome-launcher":"2.0.0","karma-phantomjs-launcher":"1.0.2","karma-rollup-preprocessor":"2.0.2","rollup-plugin-node-resolve":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_1.7.1_1547039236909_0.2084894940380133","host":"s3://npm-registry-packages"}},"1.8.0":{"name":"i18next-locize-backend","version":"1.8.0","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@1.8.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"5464baaa71f3193bd0597859e50d3cb1ea5994b6","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-1.8.0.tgz","fileCount":16,"integrity":"sha512-+xkuboWTwtR9AVM6HM+E5YD+SN+qzIffzPoNJNy0c7KrIuokDFpBJm7OWzF5/Mtfaw/dG4d20fo5nAQe8sT6TQ==","signatures":[{"sig":"MEUCIFSIymEnsB4QH8sfT2P5Ogx2xzMuFgUBWVMtaoTZ75k9AiEAz6iemKfXsx4KLLtJgdlHLrigGOJy6f7ysAxTJYqpPGI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81625,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUD2qCRA9TVsSAnZWagAAOTcP/0jZCW2ZgSSC1Fz5iYcw\nWsvtnUUFYDJMxFyh8yIKktevN7asOoN0OChokH52HahVBLaaMk9nx4NXgv/l\nF0PxRE77VZtrfOYZP6hadyzDwEOecSbWpTtnRz/N/2jweoGdXn7y+1tUvew3\nQTYzWrbPPwd0cfA5pKZ0RVfWJ745tY/JjWH8R8AbwUdxgN4V8pOSS1Qxssw1\n070qWvIlcEnJN9+9uoZsSNWdz1P5vzX3uI1d9hoOH6BEuCAynN+CDY7lvJsg\nWG01zcDDy/08jwAiKtyikjPSgL1zq9At+jqufycu/dOJXv7VVX9gExTLPber\neF4ax0OPymp9wu7z7GXK45YiMdNLYVVsajMKBF36lDSY+OYx70xnd9RxaZOI\ncuA5uJVWWgcPzPoWF169yeABFv2jSibhFd8Gi8Vsf0cU9vbDgef6C3bNVNt/\nOWoRYc5ewvr+IFA4HLqvVSV0fo7piyZq9ogW4QD520RggoMqdCK9ksLEWFug\nhg5GQhYTuDLmLZw8PkIMLn6eIDLLI/wFZFwWT9AQeMTpnNwWaXQfAgkco0wG\ntHQGfm0gXK0aVBUZCpdUbih4DAsyQA8tPIpKibQtaJu51tkXyxiliGGff9go\n/0mR0WwI2Ix5rOkRDxkoQxiLLT4vwe7RIISYJCs7zr4Wq/+9Uma9kIyFIUmx\nmc/e\r\n=Eu0c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/commonjs/index.js","types":"index.d.ts","module":"dist/es/index.js","gitHead":"33283ea8401bbec3350dbc6e8f8a1378c3cea1eb","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18nextLocizeBackend.min.js ./i18nextLocizeBackend.min.js && cp ./dist/umd/i18nextLocizeBackend.js ./i18nextLocizeBackend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"5.5.1","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"9.3.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"chai":"3.5.0","karma":"1.3.0","mocha":"3.1.2","sinon":"1.17.6","yargs":"6.4.0","eslint":"3.10.2","mkdirp":"0.5.1","rimraf":"2.5.4","rollup":"0.36.3","i18next":"4.1.0","isparta":"4.0.0","babelify":"7.3.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.18.0","coveralls":"2.11.15","karma-cli":"1.0.1","babel-core":"6.18.2","browserify":"13.1.1","karma-chai":"0.1.0","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"7.1.1","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.1.0","phantomjs-prebuilt":"2.1.13","babel-preset-es2015":"6.18.0","browserify-istanbul":"2.0.0","karma-spec-reporter":"0.0.26","rollup-plugin-babel":"2.6.1","babel-preset-stage-0":"6.16.0","eslint-config-airbnb":"13.0.0","rollup-plugin-uglify":"1.0.1","karma-chrome-launcher":"2.0.0","karma-phantomjs-launcher":"1.0.2","karma-rollup-preprocessor":"2.0.2","rollup-plugin-node-resolve":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_1.8.0_1548762537840_0.8421893060745729","host":"s3://npm-registry-packages"}},"1.9.0":{"name":"i18next-locize-backend","version":"1.9.0","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@1.9.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"27bb6d2224b29c11c1774df0fbcfc6eee1fa49ae","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-1.9.0.tgz","fileCount":16,"integrity":"sha512-h0uiLYxhMA+MJp0iMTXl2j4gdEEeZ2tR9LIPNtrQ5cV+2wvbfhQkZuP9xtv5CRZdAVGQkc3q+BZu4/EQ2aAkyQ==","signatures":[{"sig":"MEQCIAVQNcSyx2iSjc5MahZY67dVIaWM+i24i6ZeIXmpDyUoAiBGynuYpO5j5Zu0l13MHNrpIGATQ1uTGDl2R2QUu3l4yQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":84562,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJclAENCRA9TVsSAnZWagAADykP/2bOj1Nf7EpULVtG80bs\nGYqAEvlHlVUuNOTJw8TFbHm6I/Z4wsXFSLBU5NcLp0ctBAWEso4lOmbnk135\n5/ITU8YkBLmDwn3WUlPpfdsr/8tRxpHUWc7Y3Dv6nDWqijcGoR6mKMXNIwrY\nmTW3DNl0bP9ciJktwYNoziUaOi1BTgA6v5XylobueWHI1a2obUUaMESFD8HE\neXSOedbKDKj7GPwvCY7CfYPR+AVZHU4pGFFv9XVJuM0Dq8i6uqvPoQizDxFh\nNvdkXOQxn/+tR3DXt085g+gsJsG3pBII5uQFaI/4Tbn4YlSR39ywsmX5pKaF\nGa1tTwfRlXVx6YXmRxr6cKG0ouC8CG3hV8DHtYPCZhzdgqxnXy4+4MsyGM+E\ngU/TqGHzWWf99suaPq7M8Em/aLtbUNNi20Uural3naMTr15xpM9DtYgEMavI\nK91hLjCbTlBGIwcyHc2OzOOV5Kmc7M6lPWaq66cPKKu7ABLYnW13OyLrNPUS\nKCUmp91Wr9zs3GKDcXITJR/L+emvSr4tvBqxR29qkvHvMcV0POmO3dM1WNN0\n3sZUwDw1zKjcw0YYS4WilBwsi7iuwlWT5V6UWLdEHcOynOk1V4iIXa/IlDsD\n9QNL+hBY9M8vpEmti2pZfcg6+tY3cVEsP8HcRdCLjA//EYIT7WTZyTqHNhGA\nzlXE\r\n=jcOb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/commonjs/index.js","types":"index.d.ts","module":"dist/es/index.js","gitHead":"d5925992e07253403134122ff66e602384f74100","scripts":{"tdd":"karma start karma.conf.js","copy":"cp ./dist/umd/i18nextLocizeBackend.min.js ./i18nextLocizeBackend.min.js && cp ./dist/umd/i18nextLocizeBackend.js ./i18nextLocizeBackend.js","test":"karma start karma.conf.js --singleRun","build":"npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy","clean":"rimraf dist && mkdirp dist","build:es":"BABEL_ENV=jsnext babel src --out-dir dist/es","build:amd":"rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify","build:cjs":"babel src --out-dir dist/commonjs","build:umd":"rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify","build:iife":"rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"5.6.0","description":"backend layer for i18next using locize service ","directories":{},"jsnext:main":"dist/es/index.js","_nodeVersion":"9.10.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"chai":"3.5.0","karma":"1.3.0","mocha":"3.1.2","sinon":"1.17.6","yargs":"6.4.0","eslint":"3.10.2","mkdirp":"0.5.1","rimraf":"2.5.4","rollup":"0.36.3","i18next":"4.1.0","isparta":"4.0.0","babelify":"7.3.0","istanbul":"github:gotwarlost/istanbul#source-map","babel-cli":"6.18.0","coveralls":"2.11.15","karma-cli":"1.0.1","babel-core":"6.18.2","browserify":"13.1.1","karma-chai":"0.1.0","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"7.1.1","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.1.0","phantomjs-prebuilt":"2.1.13","babel-preset-es2015":"6.18.0","browserify-istanbul":"2.0.0","karma-spec-reporter":"0.0.26","rollup-plugin-babel":"2.6.1","babel-preset-stage-0":"6.16.0","eslint-config-airbnb":"13.0.0","rollup-plugin-uglify":"1.0.1","karma-chrome-launcher":"2.0.0","karma-phantomjs-launcher":"1.0.2","karma-rollup-preprocessor":"2.0.2","rollup-plugin-node-resolve":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_1.9.0_1553203469226_0.2747756920396467","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"i18next-locize-backend","version":"2.0.0","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@2.0.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"972e3568d84048e4e4da8287b996d46cb121288d","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-2.0.0.tgz","fileCount":14,"integrity":"sha512-Ach/RPYC40qsCBA9wscw25qN46sNqQZXDVqtiX0p+GwrswQw7fkzXdT6K70i9Lg46wRUixblFnbLWQ7xegGYrw==","signatures":[{"sig":"MEUCIQCdguXgFpNhce3Yw19sq91l+i73lYyWKyhpN7eozH8dSgIgcOavFcDIqfsNbERSuQ/9fiHv68msmlXoU8h0n/Ft+5s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":87214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc9Ol/CRA9TVsSAnZWagAAwccQAICGfV8SZxHC4al0JdNg\nBsa3rP/1jRNp9GmEMZ732NS3Ek7yvdckXyVSF4aM1H1LiC8+BhZIx/xl4Tr8\n34OtvgCZPnpR+EOwpc/CJMkfU8s0Vis8rtghZt6a8gpj/72rBQ1VDdJ+d6pA\nC3DI3mctk2Ljsn2dccsaZ9++fUb2q/XlJfDdC3Bb4Rittb9i+beZ0+G/ba25\nyp/tGyAWgMxlcSB7rlbNNtlSWsF9jLQLZnNS343GHe5EM2UjLGEDyCOGBiI+\nJXCfrRwAgN80Wp7BIHExtQ+Oog16cd3/ckljrwrIRn2xs/SNRcsW2PInu/Ls\nOYX6HLQQlZm0v0XrLdPH4JYkKPEJsk6poaQJi+i7imZWO9YSQmY/ZH7vmkL9\nCwQrkbPy8m0bRvjiqSAL7vPhQ2yGH3HcfgJJyaDhmqriLVOdUiywHsiQGhr/\nHN/HRFx0wSYKPctlmiXvMvAQd1UXjAl2S8AayfwsS1txBICYx+V3AQ5YYlvw\nc/yohcK7SutOmq4V2u7Z4FCGuFB/Rqpq0H3qhkZF6Lde6PJ2SF6nG8MIKR9P\nfzAekJuG/ZwYqr+pjZ4MIla4W9C2OHyHfb+r2ub23RMaGgZCpgggAMh2mjRO\njgYhJmSz/uUQ+DHFpzHTmMMQJ/JQ2uiy6EmsPntV2xzuFmExSt6/TOzpWzhw\nmTsE\r\n=7x6U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/i18nextLocizeBackend.js","types":"./index.d.ts","module":"./dist/esm/i18nextLocizeBackend.js","gitHead":"807bbcda0cacecfe6532f899240ffb3ff087770a","scripts":{"tdd":"karma start karma.conf.js","test":"karma start karma.conf.js --singleRun","build":"rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.9.0","description":"backend layer for i18next using locize service ","directories":{},"_nodeVersion":"12.3.1","dependencies":{"@babel/runtime":"^7.4.5"},"_hasShrinkwrap":false,"devDependencies":{"chai":"3.5.0","karma":"1.3.0","mocha":"3.1.2","sinon":"1.17.6","eslint":"3.10.2","rimraf":"2.5.4","rollup":"1.13.1","cpy-cli":"^2.0.0","i18next":"4.1.0","babelify":"10.0.0","istanbul":"github:gotwarlost/istanbul#source-map","coveralls":"2.11.15","karma-cli":"1.0.1","browserify":"13.1.1","karma-chai":"0.1.0","@babel/core":"^7.4.5","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"10.0.1","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"1.1.2","karma-browserify":"5.1.0","@babel/preset-env":"^7.4.5","phantomjs-prebuilt":"2.1.13","browserify-istanbul":"2.0.0","karma-spec-reporter":"0.0.26","rollup-plugin-babel":"4.3.2","eslint-config-airbnb":"13.0.0","rollup-plugin-terser":"^5.0.0","karma-chrome-launcher":"2.0.0","karma-phantomjs-launcher":"1.0.2","karma-rollup-preprocessor":"2.0.2","rollup-plugin-node-resolve":"5.0.1","@babel/plugin-transform-runtime":"^7.4.4"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_2.0.0_1559554430392_0.5587484426284461","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"i18next-locize-backend","version":"2.0.1","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@2.0.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"eb528c7523ba484ef8b2c6feffb3bd0c98e6b448","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-2.0.1.tgz","fileCount":14,"integrity":"sha512-hDlWmG3WDuNd7z6/d/vnmrdHAjDYsLG1jMSGDNMKVJSwuhP+fbYFFxc+D2IbpyMjz/pp6SaX4AAuZ/Pjmae5tw==","signatures":[{"sig":"MEUCIQDKaKThGI/fe2D7rQSYtpQ+rLiqaeR09qh9TrkmxCHDPgIgEYjs92URbCyBsZdIHnB3M4C9PbBPj3WWteYC9EW6HAI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":92418,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHu/kCRA9TVsSAnZWagAAhdAP/j/3brp9o4ZLx1L+hc33\nM1ST6ic4SLncVca3N+VMZnsqNvy+7GRNozSWIaHUtpBnMfj9kcqO9nz8G5Ju\nvyHqvjniBNTx63qfxh2tCzUJ9exYSZR/TzIPxxBzvpneQXB9UuoFQ8qRqmZn\neGJWDGTM2ywZ8B6L1j9T3nYpDQF+MY7ajvJlxA87NX0UBv0Cj47zner4Numj\nBcAfdqh2mlDHt/cVedfRjoy9XBotkqTeRUi1nZstwaPLGC+lNf7UnZVJCN6i\n7dq+hlOcGuKhEhb5pGAcSilt/7v8AYVhUrBkdLbbE0KB8f0pmzOONVc15hkN\nRgK6T3s2EAvUthDtZTWJHQkVqK8Xm2uH9DzWwNTlYg7bPLwav5lPQd3JzCgB\nmrA+Ljk3Nh56lEGbDyY2rq4+6tWqc+tY64l4cizg+qETpf6xyWw2RoGe1P2O\nRLw7n4FH2E3GCCBP44vCo9HDxpFr7prvDl+7erKhkd43VVZsGi6ezgebDoBi\novbyfaFU9MuHOPfH6gUhyofXtkdiiwLnc1EvSMNjTTGzXnIJIBMD8E8fp/3I\nZ0y9c0XKKR5QnyxlqgtF6Sx5G1OZK7WSlwVqQdfOsyDtT/Y80RugMDn70dz9\nNIqs8MmQtacie09fRu4ok/3NAUITfRNRazghx42YfuXeWSoLyuEQO6EBJQNi\nb9OH\r\n=h+sX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/i18nextLocizeBackend.js","types":"./index.d.ts","module":"./dist/esm/i18nextLocizeBackend.js","gitHead":"12b02f1be2cf7a5712faf529d5d46a547ab99382","scripts":{"tdd":"karma start karma.conf.js","test":"karma start karma.conf.js --singleRun","build":"rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.9.0","description":"backend layer for i18next using locize service ","directories":{},"_nodeVersion":"12.3.1","dependencies":{"@babel/runtime":"^7.4.5"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.2.0","karma":"4.1.0","mocha":"6.1.4","sinon":"7.3.2","eslint":"6.0.1","rimraf":"2.6.3","rollup":"1.16.6","cpy-cli":"^2.0.0","i18next":"17.0.6","babelify":"10.0.0","istanbul":"github:gotwarlost/istanbul#source-map","coveralls":"3.0.4","karma-cli":"2.0.0","browserify":"16.2.3","karma-chai":"0.1.0","@babel/core":"^7.4.5","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"10.0.2","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"2.1.0","karma-browserify":"6.0.0","@babel/preset-env":"^7.4.5","phantomjs-prebuilt":"2.1.16","browserify-istanbul":"3.0.1","karma-spec-reporter":"0.0.32","rollup-plugin-babel":"4.3.3","eslint-config-airbnb":"17.1.1","rollup-plugin-terser":"^5.0.0","karma-chrome-launcher":"2.2.0","karma-phantomjs-launcher":"1.0.4","karma-rollup-preprocessor":"7.0.0","rollup-plugin-node-resolve":"5.2.0","@babel/plugin-transform-runtime":"^7.4.4"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_2.0.1_1562308580174_0.3996415748917197","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"i18next-locize-backend","version":"2.0.2","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@2.0.2","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"6d2f3c806a18d627d566f6dd3ff919e4395c0d6b","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-2.0.2.tgz","fileCount":14,"integrity":"sha512-4qge/wR5MNSXkiWesVq8Yur6H1NTV9Qh1gX+J4mPChNBWwrU49mgvxUdKVLktLKjZwiptzOIXMK65w1G83c6/w==","signatures":[{"sig":"MEYCIQDHtPULbuci3LC6lwmYduUhJYpgidrW/rbPht3rUeODYgIhAMtvw1XEeQuy4Rx7Nw8mKz7fP7hR9w3MEKi8pz5+KPYW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":92542,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHvKSCRA9TVsSAnZWagAAYvAQAI0ReqMtjKYpEWWYllCI\nT13EKTrO0Fqlgz1LyzC6wENgr8Zo1sCkitPo5R3Ws6dIJs80VwwwnxbtJJCH\nidPtAus5GR65IDiO3pR09vXYd/N74Bi7iOexebnYyLM6HxN6exkbpsRGuRid\n6XIek6FANseNIRXGwoq9ncvLvujw0QcB3mQtpHINX9ijSZqaNnKQtA2G49Vw\n4JMZUx1N5CT3+byLhysK3PJ6RZjk4krhOJzRCxvwhOIND4xbUgdirvWONuX7\nMuhV4FtSYkEAKtpEuuSRHuqBC1vR6X3GPnSkMqmvNqEd3AC9qcM89go/NpDO\nFYGJRRLtRGghN5oIBxNPKr36zx2Ay7SqAsjg6ati5fwL+GNH0uNhbOJA1W+Y\nnttxOTUw+KFuaNseqbZiJ4Z7YQZora7ulynwktTxTjMT7pvl1wNCd+5Rz28i\nQ+wb/nQQpk8CYGH0yqEw10RCc/KPX81uPjYiHNbzJ4tIeT6+SN7+ohy0nKQW\nnuxnyILoeAn/KeDYHc9UYm8BE4g9PFK5/cNL13SbtYv9vpjJUDJ3g2aVYQUb\nZM+uZXm3N0s5gixikXGRXsaqGDf96cxhc64MIqMaYOBSkfI5mLmhefQBZ1A7\nBCakr8pwFfz4fhyG+GQ6vR5PMOI1OLE2gRsRQPU0jBTpCpbumcrsLAij6GkJ\n8qEg\r\n=bkEd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/i18nextLocizeBackend.js","types":"./index.d.ts","module":"./dist/esm/i18nextLocizeBackend.js","gitHead":"f4e69f7cb0f45be604c5e2a26143282393c1a3f3","scripts":{"tdd":"karma start karma.conf.js","test":"karma start karma.conf.js --singleRun","build":"rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.9.0","description":"backend layer for i18next using locize service ","directories":{},"_nodeVersion":"12.3.1","dependencies":{"@babel/runtime":"^7.4.5"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.2.0","karma":"4.1.0","mocha":"6.1.4","sinon":"7.3.2","eslint":"6.0.1","rimraf":"2.6.3","rollup":"1.16.6","cpy-cli":"^2.0.0","i18next":"17.0.6","babelify":"10.0.0","istanbul":"github:gotwarlost/istanbul#source-map","coveralls":"3.0.4","karma-cli":"2.0.0","browserify":"16.2.3","karma-chai":"0.1.0","@babel/core":"^7.4.5","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"10.0.2","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"2.1.0","karma-browserify":"6.0.0","@babel/preset-env":"^7.4.5","phantomjs-prebuilt":"2.1.16","browserify-istanbul":"3.0.1","karma-spec-reporter":"0.0.32","rollup-plugin-babel":"4.3.3","eslint-config-airbnb":"17.1.1","rollup-plugin-terser":"^5.0.0","karma-chrome-launcher":"2.2.0","karma-phantomjs-launcher":"1.0.4","karma-rollup-preprocessor":"7.0.0","rollup-plugin-node-resolve":"5.2.0","@babel/plugin-transform-runtime":"^7.4.4"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_2.0.2_1562309265625_0.06230693637468998","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"i18next-locize-backend","version":"2.1.0","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@2.1.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"26d4767b29b2f1e84a9562c34cce40440db00a8d","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-2.1.0.tgz","fileCount":14,"integrity":"sha512-chzi/P2zK7vPZ0n0/bKeXz9TC97qAcA7M8J5UDt9ZOPwg44mfPZj2bu6fejoAG1dTuvJGUPO5jM/HFg2SKHHXA==","signatures":[{"sig":"MEUCIHjo7n98/A2zfDiF3yu6GffpMCZnG+L0HbKQO+dKtuT6AiEAm8Kr0oY4el7C8CNFiMYtxgDe07Jyn1jhkDznW2NlCg4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93233,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdgdbiCRA9TVsSAnZWagAA1MgP/jqRUQQMmguZH008q8Hh\nmx86+8Uhbdz3Is0g9s/4fp4tY7KH9kn5ija5cpGhuTkqfBaG5EcXNlDNoYAM\nFNZMOIyCtGyGpDBkIinY/dtG1ZxXrx5XSiZqKnxwBNP5wQ1XlYwcckFuVSJ1\nZzcEX6Bci62UhSxroLqFGqHzq7kpcPbv1LtMnSWJhSorXoEjbAaqkrEuws3J\nWGbxrCkof97iNmL8qhHA2GSMj+DIFCe4NLphREUMvdU6ZQk3c95MoTdo3VKp\nVG3/EjM6tZgjBBKn5Cv0QkdQiyKEi4zt6li4nI/dUUZ4xmoJQHUQ+AOkc/Qq\n7sHB0n0X4PGw0/DyhempeHZo+dUkU2OkZ8aI9JZnPCQ0ZRk7RiuS2ormPFka\nE+Bb53rc7OSVkOVQa09NyOMpcfE5Ba1IehjByOpNSgXQg16Xukqd9OjBPCJ3\nca26U2W0BykrRDXt/21g4wEz+jkXqlbUa1YfzKv7IzKstFn4rhn57bnfsrYR\nwLNWqjpCnFOT45SIdfUwxF1hNfZUSY05gcKk2U3PCNNjyK1u+4M8z2O/fS2k\n2+O1gTKfRDg9G1a1aNbySIINuZ3aInwEoo3n1J9CSSDAoz3v8gBwGAuYNUHf\n+zpetc81xOgE2QBOwyCti4VLp91CLbfcEBirYVjpCbSx5Rihe6l6Mb2HSmGv\nR9Vd\r\n=TDb9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/i18nextLocizeBackend.js","types":"./index.d.ts","module":"./dist/esm/i18nextLocizeBackend.js","gitHead":"2e0b3865d3a39d8ebadaba7ba531ecef1c9cc985","scripts":{"tdd":"karma start karma.conf.js","test":"karma start karma.conf.js --singleRun","build":"rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.9.0","description":"backend layer for i18next using locize service ","directories":{},"_nodeVersion":"12.3.1","dependencies":{"@babel/runtime":"^7.4.5"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.2.0","karma":"4.1.0","mocha":"6.1.4","sinon":"7.3.2","eslint":"6.0.1","rimraf":"2.6.3","rollup":"1.16.6","cpy-cli":"^2.0.0","i18next":"17.0.6","babelify":"10.0.0","istanbul":"github:gotwarlost/istanbul#source-map","coveralls":"3.0.4","karma-cli":"2.0.0","browserify":"16.2.3","karma-chai":"0.1.0","@babel/core":"^7.4.5","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"10.0.2","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"2.1.0","karma-browserify":"6.0.0","@babel/preset-env":"^7.4.5","phantomjs-prebuilt":"2.1.16","browserify-istanbul":"3.0.1","karma-spec-reporter":"0.0.32","rollup-plugin-babel":"4.3.3","eslint-config-airbnb":"17.1.1","rollup-plugin-terser":"^5.0.0","karma-chrome-launcher":"2.2.0","karma-phantomjs-launcher":"1.0.4","karma-rollup-preprocessor":"7.0.0","rollup-plugin-node-resolve":"5.2.0","@babel/plugin-transform-runtime":"^7.4.4"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_2.1.0_1568790241536_0.41209630784378515","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"i18next-locize-backend","version":"2.2.0","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@2.2.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"276bdf0267e0d144daa9e025d496b2aa1384e73c","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-2.2.0.tgz","fileCount":14,"integrity":"sha512-fWSfPUXr/xG7e9IeY4wVvFL5iEA2jRL1DiQoyuCr/h8SEw2/O/Wpn3rB/M1uVdOLw7gRK2pGw0REiZPpVBw5Rg==","signatures":[{"sig":"MEUCIE5kfY+ZrVVjY0ZbIu1SJGuM3Xgp3RhtL3yv+GuQSV5AAiEApBNcYhP1WXmZ8EbNoeesYyn+Sl1UBmJXI2Ol6ZF/uww=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94174,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyWFXCRA9TVsSAnZWagAAJXEP+wcxI8fgbnnOhDjsASBQ\n9HlrBFFf5hExuXA5Ka+8KKGX/m1vFzsQSFPZpVQE8Xv+ioliG/IVjvMebmQR\nZ0v2osjJslzMyI8hd6O64ah+srKcMJcxTW/yJ3pOV5OdRTLTV0VIMWathrlL\nJHczm08azDlqq3O9mXYR59sudUswSno1Wpq+A3k8kc1nMQBNu/+QBrDO4G3T\nb8DBIjY2tvhbTtyUNC1PpsfbLa5ImQ7yTyAS6EpCQHEWryvTcRGSogDRNxEt\n+S9ASp+w2ZtXFuCyy27q7ZLQv5qnX0VA4nVJxnQ/aVzJS8aYKQDeimt5b+1G\nYg6qJq+aQnu6NwEWfZuKepjmSL/mTBmhv25DXHzHKSTmWzTIeRhu+xNL1KX/\n+3Mk31Xg8h3BAcndaJiimXpvVhD4q5sgJqp8hQbEhreUZqVt+Ly5QGHLZQvU\nkaR1pzAHCxydaGJmBY9R6t5CgXrMU5ii58SsDCTsmxvOuLVaAQ15L9irhFxn\npc0o6h0T9AqFJj7NDjwFgWRsmDDbPeJMl3kK/OeTqU49h9XJd80ptEqDnw9y\nNOU+88yNsMABWoo3NOHX6jPnrAAotQDXyHli8wopTS7Z4D3bqFdi9qf3YTpi\ni/iM418eMCxkUe50iGgoqrwAH9C3MCYZ5utoDBdmmDOhb+SkNS+otx6ZxqYV\naw7J\r\n=8Exr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/i18nextLocizeBackend.js","types":"./index.d.ts","module":"./dist/esm/i18nextLocizeBackend.js","gitHead":"49fcbe7cb4d40f5db8924c2ee3b47750ab6074df","scripts":{"tdd":"karma start karma.conf.js","test":"karma start karma.conf.js --singleRun","build":"rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.9.0","description":"backend layer for i18next using locize service ","directories":{},"_nodeVersion":"12.3.1","dependencies":{"@babel/runtime":"^7.4.5"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.2.0","karma":"4.1.0","mocha":"6.1.4","sinon":"7.3.2","eslint":"6.0.1","rimraf":"2.6.3","rollup":"1.16.6","cpy-cli":"^2.0.0","i18next":"17.0.6","babelify":"10.0.0","istanbul":"github:gotwarlost/istanbul#source-map","coveralls":"3.0.4","karma-cli":"2.0.0","browserify":"16.2.3","karma-chai":"0.1.0","@babel/core":"^7.4.5","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"10.0.2","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"2.1.0","karma-browserify":"6.0.0","@babel/preset-env":"^7.4.5","phantomjs-prebuilt":"2.1.16","browserify-istanbul":"3.0.1","karma-spec-reporter":"0.0.32","rollup-plugin-babel":"4.3.3","eslint-config-airbnb":"17.1.1","rollup-plugin-terser":"^5.0.0","karma-chrome-launcher":"2.2.0","karma-phantomjs-launcher":"1.0.4","karma-rollup-preprocessor":"7.0.0","rollup-plugin-node-resolve":"5.2.0","@babel/plugin-transform-runtime":"^7.4.4"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_2.2.0_1573478742604_0.6306971808941004","host":"s3://npm-registry-packages"}},"2.2.1":{"name":"i18next-locize-backend","version":"2.2.1","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@2.2.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"589b077dda2bf9a2ae85904ceb234e0b30e90f4d","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-2.2.1.tgz","fileCount":14,"integrity":"sha512-fdDqxSmI6DKBoViuyS1c4qGcR+bWOUE9M05urfBWfDa8yEADa23MiFPMS/PCsR4MhzOf3BwGbFjoGT+C4iw13g==","signatures":[{"sig":"MEYCIQCk3vnC2nPM4cv35U7NFqq+sVKrAnXkLggUJmioYU3G0QIhANK00cxLZJBrMcpMq080O484+loBcYFIDv7X7rK1zfez","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94651,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3N9KCRA9TVsSAnZWagAA9t0P/j6A6a1yHPsJg0vaAj0U\neFDQ6nLN1IC5M7p7q4HEexB7H/eJ9J49OoST+qRwRpej9IbdMBuTcAv0392R\nwPHbLigyT8bMMwPNWv8XkMRrcykt+RI521n1JsUJd8VVvpvDp9ln1pzkj4D6\nb+jRVAKDN7Yz7UAkjeu+QUdmMDJQv8/4+Pz4ggqU3DOSxln/Wj9CPuVKEJEA\nPTPzmCuGO6xuzBRCr/TLzCMHooh59At1j4KGg7hDU746iiJ9Td/kd0FZy70M\nNTvv8pYzXj8iFlLamzYrM+u0MDsRhXeQNCHFmLEph+eT+54Ryh0dGWAgvhwT\nu8YZSpCTRnxbSYO+6XH4JJMBBOIhy2oH0Cwh4DbjcKzRiaeee5gV1QxwwrXT\nhis7St1LBJm/XJqyXSLBGir5OSbKmCHBxGIeXj3tYhMTlvrgrlUlZapX1xpe\ntpm2K0lVwG6RIpXugkmYXwhcmKK1EdICBsfXosNO/B6dP0OSJi/dzwZFY2zJ\nH06D1gzDSMQ8EpERBausGWhFb41/aNaDJKCZ8FKTQwonPlzAUtG4ByZharVl\nAvGlpYSxo4FzBOpTRbp1EzDnsUs/ceRXYeMg9e1FvWnav7oO7EJjsSXZL7oC\n1f0kactZsm4Fd492k2OS+2OtM0VA1hD9VmpmTePUIxGpmebYNqdewroQcWy8\nACKH\r\n=Nyq3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/i18nextLocizeBackend.js","types":"./index.d.ts","module":"./dist/esm/i18nextLocizeBackend.js","gitHead":"9c7458092ae4270f6a7679609ec010e7febc2fe2","scripts":{"tdd":"karma start karma.conf.js","test":"karma start karma.conf.js --singleRun","build":"rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.9.0","description":"backend layer for i18next using locize service ","directories":{},"_nodeVersion":"12.3.1","dependencies":{"@babel/runtime":"^7.4.5"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.2.0","karma":"4.1.0","mocha":"6.1.4","sinon":"7.3.2","eslint":"6.0.1","rimraf":"2.6.3","rollup":"1.16.6","cpy-cli":"^2.0.0","i18next":"17.0.6","babelify":"10.0.0","istanbul":"github:gotwarlost/istanbul#source-map","coveralls":"3.0.4","karma-cli":"2.0.0","browserify":"16.2.3","karma-chai":"0.1.0","@babel/core":"^7.4.5","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"10.0.2","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"2.1.0","karma-browserify":"6.0.0","@babel/preset-env":"^7.4.5","phantomjs-prebuilt":"2.1.16","browserify-istanbul":"3.0.1","karma-spec-reporter":"0.0.32","rollup-plugin-babel":"4.3.3","eslint-config-airbnb":"17.1.1","rollup-plugin-terser":"^5.0.0","karma-chrome-launcher":"2.2.0","karma-phantomjs-launcher":"1.0.4","karma-rollup-preprocessor":"7.0.0","rollup-plugin-node-resolve":"5.2.0","@babel/plugin-transform-runtime":"^7.4.4"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_2.2.1_1574756170496_0.404660178600629","host":"s3://npm-registry-packages"}},"2.2.2":{"name":"i18next-locize-backend","version":"2.2.2","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@2.2.2","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"19c476ba08159a05334c6371d0dd1fe7fb7c5890","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-2.2.2.tgz","fileCount":14,"integrity":"sha512-YUHyrCr/8V85fh4WKE8rvzcQdS47lRbHOrDu69bBfMSiycCW26wYwcw2UQjtMY8GcoKgDYbYGbSfzunpnLATvQ==","signatures":[{"sig":"MEYCIQCGFjM7eu7RmtHwRz1PZT4SIG7BKS6cGi8QXjBGkfjAgQIhANl5qYd/qzYx8pk8yC9+q8BMFxHNSxYewnawq9TqUjKj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":105122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5j7bCRA9TVsSAnZWagAA8GAP/3CfI6ySyIe1yGTV+VVR\n9IiRURGdf5CXiyeJGgt4Xali0kgHFjW55nrBx08BffihChXYNMx37TEL3+Hg\n9CR04RBRwbfTGmHk95xsZ3uM7Q0hhIJFeWfp+NkvT3KyytUpqLwvryqQnpmd\nVBnjEYrJ9QstjdCRPBowLhlLrsKlH1x6XNO1Erj1HK0C8XzWCIXhjlEIFjNo\nzXWrnEKdtwhiY0scKqK2qmKnIwk6GQGuG+1nxqk0yONRnTdziO6arLXmF1xY\nSnarYFSIUwyKuQHTDzXHJLfFvs7nulk/ydWhUU6mlQ8G3bvbkSo9ij2ubTZu\nteAiXWuSgNr5/7IyJm7fxv36AWbmEBT9Ic5KyI0xnGxfq2jI+wPbQ3MVVdRT\ncRPJ6/UB7D7ohWz9SZKDbP2wFNU6KjjW97Mef8gbrfp9irM8P06YBihkD2KV\n0vVlFvopk5iKoMS7HerO+cSrtQ+63PaaE08KsJO/o2EYu1UOMOoObuQ7OIlP\niSeWQ8j2vw+++dmUy45jZHaDfSY1kiaTdOUM4fn3cX6ls7soTpFHY2SE+NZK\n3WJIkoKrwyDqP4EJX84Ur5g06sdBA7+Qd0MUeMtFcLOm9nVechjSH70toIgh\nDnUi1IrlbDDAVw4OKwPbKa1y0U1wu/McyT3Gf/77Zg5pgXuf4fpJsOgu0X2A\nbtBV\r\n=eg+u\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/i18nextLocizeBackend.js","types":"./index.d.ts","module":"./dist/esm/i18nextLocizeBackend.js","gitHead":"8404d48e5efcffcdf32dddd199ca34ca719464e9","scripts":{"tdd":"karma start karma.conf.js","test":"karma start karma.conf.js --singleRun","build":"rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.9.0","description":"backend layer for i18next using locize service ","directories":{},"_nodeVersion":"12.3.1","dependencies":{"@babel/runtime":"^7.7.4"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.2.0","karma":"4.4.1","mocha":"6.2.2","sinon":"7.5.0","eslint":"6.7.2","rimraf":"3.0.0","rollup":"1.27.8","cpy-cli":"^2.0.0","i18next":"19.0.1","babelify":"10.0.0","istanbul":"github:gotwarlost/istanbul#source-map","coveralls":"3.0.9","karma-cli":"2.0.0","browserify":"16.5.0","karma-chai":"0.1.0","@babel/core":"^7.7.4","karma-mocha":"1.3.0","karma-sinon":"1.0.5","babel-eslint":"10.0.3","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"2.1.0","karma-browserify":"6.1.0","@babel/preset-env":"^7.7.4","phantomjs-prebuilt":"2.1.16","browserify-istanbul":"3.0.1","karma-spec-reporter":"0.0.32","rollup-plugin-babel":"4.3.3","eslint-config-airbnb":"18.0.1","rollup-plugin-terser":"^5.1.2","karma-chrome-launcher":"3.1.0","karma-phantomjs-launcher":"1.0.4","karma-rollup-preprocessor":"7.0.2","rollup-plugin-node-resolve":"5.2.0","@babel/plugin-transform-runtime":"^7.7.4"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_2.2.2_1575370459322_0.911996125888326","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"i18next-locize-backend","version":"3.0.0","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@3.0.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"6a4987f3788840a857d1691bb779a493216a89d1","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-3.0.0.tgz","fileCount":14,"integrity":"sha512-ZFULw0ykqkkl2SpcxP3fF3Jg2Zh1g3u0moQbIJGUxRqX++uU7GAbFRmO+QK6SOpDuDZqr5Cct8oDZ6jDgDWutg==","signatures":[{"sig":"MEYCIQCkOpL5Gy24+V5panSlv/2KO02ke4Yc+iMBQIISzhzIZgIhAI2SRwP8YUXhmatCrI6spwosrOwmffp96Gn6//G0x39o","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":102549,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFEM2CRA9TVsSAnZWagAAESIP/1/ddlKTDiTDiktN1VlC\nINxrLlcRGeb3iNClarbnfJ3OPDmC4WYXFx2n16e8ZWhXzSOJfYlYHh+kSsw3\nK3KjpkFL6Cq9eQEcPthfL9H3flVQ6OFG1iy5izaNCbQVboRkwM0zwYben4hs\nVMwqqxyX23msm1mmmAu4aWLl6gvxUPfEFUXDAcy5DxoH7rv9LC5njZu1nDcV\nbkOtTDUSaPWQCT2/T/MN+duUC1Zr0wvlcCPguH87eXTV0E4rv/AG1LSV9G76\nZ8qohFo6Sav2OdbJYOakc3xGE+1Tn09y/boP7Tl0twqxQTwPsN791X2abCim\nbs6+OY5Nd1NPUKzPE9W8PG64+gy0uBt61dmPPJLad2neJHOkIwvmRT8joEXj\n2Pu56cZhQzudJBxEyAxWfP8Lzs18yrNdMbVdv5TyYwIAXkN9HIublCZg4JFI\nkpRSm78mz9BlxWTgFJ/qzRepP6vbVrr0vIpEwMhHzfDDT8sdqWLEMNng86ax\nxpGsuI4pVCtNxEy9Mv+o0nE9AyBgR8wfDJ5eoZnFwbUBL3J85ncsYUDd9dNF\nRHh1VRaU6HZ+QK+Wa4C9Xp6h4oymmift+DjeMCXeILqHnHE04+sOmf3TeY5s\nZUCL7EaOr5iXF3Dz2GqwCXWyYmmHsIQmR+HEEeHZGLDJL9CEjD5QToUpBbMJ\nwM4F\r\n=l4D8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/i18nextLocizeBackend.js","types":"./index.d.ts","module":"./dist/esm/i18nextLocizeBackend.js","gitHead":"44f98c60817a8cab927983809f1968c4aa3b2207","scripts":{"tdd":"karma start karma.conf.js","test":"karma start karma.conf.js --singleRun","build":"rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.9.0","description":"backend layer for i18next using locize service ","directories":{},"_nodeVersion":"12.3.1","dependencies":{"@babel/runtime":"^7.7.7"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.2.0","karma":"4.4.1","mocha":"7.0.0","eslint":"6.8.0","rimraf":"3.0.0","rollup":"1.28.0","cpy-cli":"^3.0.0","i18next":"19.0.3","babelify":"10.0.0","istanbul":"github:gotwarlost/istanbul#source-map","coveralls":"3.0.9","karma-cli":"2.0.0","browserify":"16.5.0","karma-chai":"0.1.0","@babel/core":"^7.7.7","karma-mocha":"1.3.0","babel-eslint":"10.0.3","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"2.1.0","karma-browserify":"6.1.0","@babel/preset-env":"^7.7.7","phantomjs-prebuilt":"2.1.16","browserify-istanbul":"3.0.1","karma-spec-reporter":"0.0.32","rollup-plugin-babel":"4.3.3","eslint-config-airbnb":"18.0.1","rollup-plugin-terser":"^5.1.3","karma-chrome-launcher":"3.1.0","karma-phantomjs-launcher":"1.0.4","karma-rollup-preprocessor":"7.0.2","rollup-plugin-node-resolve":"5.2.0","@babel/plugin-transform-runtime":"^7.7.6"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_3.0.0_1578386229547_0.3065789495797109","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"i18next-locize-backend","version":"3.0.1","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@3.0.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"e2d71f2eaca5fca624a086fa8db55be5b324d40f","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-3.0.1.tgz","fileCount":14,"integrity":"sha512-H3WU9/APHNqXbAPU81P5kMtsVNyhrtqLV8TFA2se9txWcfOx38yJuziMNd/eQD/ZRaS7JeNMBqEf8pAn3nSR2w==","signatures":[{"sig":"MEUCIAWbJVuTYVlfUFRvq7VCx/hn0ZxFe7wL2mxun0W2oeiFAiEAgOKCeL0nRqnjzJAPxoxMaFvl38fVZtweBWJORIjx0Ms=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103789,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOdSLCRA9TVsSAnZWagAAaIAP/jzbp1puw6qYD01bp/u/\ntE3NBw2e4amw78IGpwKeJErEpuiX2oM2nAOgb4DRpIs+6fcykaErlXcSOD/9\ne4euqel+0TQKSOB5EU8gQUSTZt3eC6FJJJMfF0D06i9Z1sKHj3ZUI1+kDWR1\n70xNrjJ0EQYwndcsjiD/naDrhzwRFXGRhIdMF08U+LuXTpS3ObWiuOcGHKoe\n529h5ldln+hzXPJ4oNW/V+37OJW5AW7eBkOsdiPmvm+D9Ept1FBfNcr5PJbM\nKpCOLefwIcr3RLrRPoWDo5queqIbQ94uGPflCTJFRa0zFcwxTErKjdVkaGU/\nIqXrhmv5CZowO8mX5r9OuTWHGHURjxUc3XyuSEqShfx6OtIt5Fc+Mr/8djDk\ndltl9/Fu99OaM2ls4ppUUzKvD92PRhMRe/tfMooZsKNwGnVjVJdqZhYhpfqb\nE6omPlnjw0RyPGRdn+Ia4S0g+4SE7Ay3LIq4U79q1gAMCvLctTCBBVMSSGmv\nOu4GAq2Tyv0IKhM83AjT6rbfG6Bl61ZmHfP+xXVQSqsaSUIQ8sOTzYcl1YUJ\n6ixuFYvPQdGsOOYeiQzsZGns0VwGfN3TBrWqWXuOj+xqz0x3KjRV1UVxpkdy\nB2ZqxuaEzo1fhStvLD8OSsgocXnbkUgmNn3GZ4cO+L8u1IawY6vHh8wo0fs0\ntIrb\r\n=UZz8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/i18nextLocizeBackend.js","types":"./index.d.ts","module":"./dist/esm/i18nextLocizeBackend.js","gitHead":"f9d20c07ed55be150b6d7ef3a4a4626170baeab8","scripts":{"tdd":"karma start karma.conf.js","test":"karma start karma.conf.js --singleRun","build":"rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.13.4","description":"backend layer for i18next using locize service ","directories":{},"_nodeVersion":"12.14.1","dependencies":{"@babel/runtime":"^7.7.7"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.2.0","karma":"4.4.1","mocha":"7.0.0","eslint":"6.8.0","rimraf":"3.0.0","rollup":"1.28.0","cpy-cli":"^3.0.0","i18next":"19.0.3","babelify":"10.0.0","istanbul":"github:gotwarlost/istanbul#source-map","coveralls":"3.0.9","karma-cli":"2.0.0","browserify":"16.5.0","karma-chai":"0.1.0","@babel/core":"^7.7.7","karma-mocha":"1.3.0","babel-eslint":"10.0.3","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"2.1.0","karma-browserify":"6.1.0","@babel/preset-env":"^7.7.7","phantomjs-prebuilt":"2.1.16","browserify-istanbul":"3.0.1","karma-spec-reporter":"0.0.32","rollup-plugin-babel":"4.3.3","eslint-config-airbnb":"18.0.1","rollup-plugin-terser":"^5.1.3","karma-chrome-launcher":"3.1.0","karma-phantomjs-launcher":"1.0.4","karma-rollup-preprocessor":"7.0.2","rollup-plugin-node-resolve":"5.2.0","@babel/plugin-transform-runtime":"^7.7.6"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_3.0.1_1580848266810_0.14198491783508738","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"i18next-locize-backend","version":"3.0.2","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@3.0.2","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"c1e86c999b7fb6f34d3f65dc14a0247b9c9f0d45","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-3.0.2.tgz","fileCount":14,"integrity":"sha512-i0kkBM3YN8C0lVmUuIUDrNXPKFDhiQKhx29wn8M2pLxtjsvKQ/TGF5TZjS6WhlqeCjlvdkXtfeZZ9rD4LjfknQ==","signatures":[{"sig":"MEUCIQCDaeGlcnk4CqUIL+yf5iUt4uC/71veGWtdRnh+oJsd4wIgSRAuPZAUopREE4StpRnlY+gHjuq/ZuAAAFaQiTLenyg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103943,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeb9AoCRA9TVsSAnZWagAAGPwQAIzz1XUjW0v3iQF9X702\nV5LtRNdmUN5qjcvhFXEgtRrv0yBbUDV0JVK25fHqrw9RnRLM5AeP2sDC0GNU\nBaOw8KtYgzX5NnpsOTgGiqfP5a3TwAq7cGt+Dzg+/l3MG3MoqRSLY0353TUC\nstTxJVtoH4kXeB88+lR1gKaafLfcoIcHnK8eWUkb4H/u8g2OOkhktSeyw+Um\nXQvRuunRzciVQRv7xMcXdX5+hLauk18y59d76QWmbbZ7TMgUQ8kSdHyzgD5W\n6xGGNSB4EwAiqw3ZG9On/DrWVgaEy0QXPRS7ySw1HmMQ6tPG/R03OBb6OrP6\nVuQBMjnqH67ecnbI/MXekcdiPH5Sx8X49pXPmBMVzbreP59/W1MgTYGotE6h\notE7ujjTPVvbrgcXDeRZo/PnCMcEZp9SpzmY0ZXtwpawFM7t1IvXap3jh85Y\n9F1Hwu1jSYVac7sHOJmLbE0ww6tgtv1jekddbMBQukprUtu66671LIhKbMrd\nK8A0ilfxH0W90XNQNgwbbnj5TSEuyEjK3K+MHhP0tmq5uE3R1232WaUNIviE\nc+dinzXKin+BrorJJHpnNyqVYh9l636tNWVjoqIYjrZBWfykIiqo45UOInZr\n7IAOSP+rAKLX3emp9WtSGAvnxcrPRc3xWKNmcoRD6SnotP5EiOz3zV5m8Q4r\nlH0d\r\n=bv22\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/i18nextLocizeBackend.js","types":"./index.d.ts","module":"./dist/esm/i18nextLocizeBackend.js","gitHead":"d62334e6e9cc5831be6b46538b2444befe5806e3","scripts":{"tdd":"karma start karma.conf.js","test":"karma start karma.conf.js --singleRun","build":"rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.9.0","description":"backend layer for i18next using locize service ","directories":{},"_nodeVersion":"12.3.1","dependencies":{"@babel/runtime":"^7.7.7"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.2.0","karma":"4.4.1","mocha":"7.0.0","eslint":"6.8.0","rimraf":"3.0.0","rollup":"1.28.0","cpy-cli":"^3.0.0","i18next":"19.0.3","babelify":"10.0.0","istanbul":"github:gotwarlost/istanbul#source-map","coveralls":"3.0.9","karma-cli":"2.0.0","browserify":"16.5.0","karma-chai":"0.1.0","@babel/core":"^7.7.7","karma-mocha":"1.3.0","babel-eslint":"10.0.3","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"2.1.0","karma-browserify":"6.1.0","@babel/preset-env":"^7.7.7","phantomjs-prebuilt":"2.1.16","browserify-istanbul":"3.0.1","karma-spec-reporter":"0.0.32","rollup-plugin-babel":"4.3.3","eslint-config-airbnb":"18.0.1","rollup-plugin-terser":"^5.1.3","karma-chrome-launcher":"3.1.0","karma-phantomjs-launcher":"1.0.4","karma-rollup-preprocessor":"7.0.2","rollup-plugin-node-resolve":"5.2.0","@babel/plugin-transform-runtime":"^7.7.6"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_3.0.2_1584386087902_0.5489507790888695","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"i18next-locize-backend","version":"3.0.3","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@3.0.3","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"bc33549fd273272df2529a3aa31ac6256d12e06b","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-3.0.3.tgz","fileCount":14,"integrity":"sha512-DvEhtQZ8Bbx1DZGWqKQQWiEGjVXteMe7qV7yTxdf7Nlr39AsMslDs27rLJ96JakUNOXFFDU73EfMjDyO1Kc67g==","signatures":[{"sig":"MEUCIAHNjH+vjTY42vIy0pbsBAlPPEtjhKWgOCH4q4tu0iOvAiEAz7QpSecQg3OY9KO5KuLJWDsNS55o1fhTAxwhZFLfPEY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":104735,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeb9JCCRA9TVsSAnZWagAAQW0QAJan2HXFDXf7f/SfO7Ij\nbXtNV5ooHEqzqVWfxXilHB+OLmBwfneaKHb9QbOSC9C9t2MY+ASxMZvN0RfC\nWKuOXLAjS7Suv/xEkJnqBq5d4LGe8cTs6HsUTgAqeF2lCe9y0m3zdAp/JJZc\n1mglBV3ouJCH37jLTIJulHvCBJ7YlyX8pKshJ5jMy4W1e6ZMvzyrVBlIyKFQ\nav8GH6RAl0wc6ueLGKASaxUWy9homLJijTFLVKJJP/WKFiPFmVUP3eQjGHPf\nt+w2OPuzxkYfo7GFtS2XAyDKmIgeo5PeODs5kwn7mtGWVc+yUazn5HRBF5Q3\nRv/Kbh8j7rzu8c49Yw3JlzL8ZKjh53mt1nHRvJX/yOswjqv2SfgdV4cHz0li\nuFVehewD/cOKerIz7s6jKPGWlSazS3eYi2LsGdTl4ENnIXrKLEbPXmJnHV+p\nxRICRybwehk6A/xgzsYhdjxqaZTFFmUbNnuUvFJsufRDHaTzzlovBcb/GJom\nyufCSABCSvAsq7vDXGXcSBIym3drt2SY92kTxgPzml/e09cDOrYJYpK6ueXr\nEX/fgHigyMqqrfqcHpTe/WCbpK+o1U0EbR/CyP4U+jbm9JIZy6D/1QVe+0OF\n05c41YSwo7teMBefv1Bi8zkMhLAY0YLDg4ETrmO49uHyu9/HLyp9OALl5Wp7\nxkh+\r\n=6ILg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/i18nextLocizeBackend.js","types":"./index.d.ts","module":"./dist/esm/i18nextLocizeBackend.js","gitHead":"b843dcfb16d9fe1dcea838ca9e6006d7269e6125","scripts":{"tdd":"karma start karma.conf.js","test":"karma start karma.conf.js --singleRun","build":"rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.9.0","description":"backend layer for i18next using locize service ","directories":{},"_nodeVersion":"12.3.1","dependencies":{"@babel/runtime":"^7.7.7"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.2.0","karma":"4.4.1","mocha":"7.0.0","eslint":"6.8.0","rimraf":"3.0.0","rollup":"1.28.0","cpy-cli":"^3.0.0","i18next":"19.0.3","babelify":"10.0.0","istanbul":"github:gotwarlost/istanbul#source-map","coveralls":"3.0.9","karma-cli":"2.0.0","browserify":"16.5.0","karma-chai":"0.1.0","@babel/core":"^7.7.7","karma-mocha":"1.3.0","babel-eslint":"10.0.3","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"2.1.0","karma-browserify":"6.1.0","@babel/preset-env":"^7.7.7","phantomjs-prebuilt":"2.1.16","browserify-istanbul":"3.0.1","karma-spec-reporter":"0.0.32","rollup-plugin-babel":"4.3.3","eslint-config-airbnb":"18.0.1","rollup-plugin-terser":"^5.1.3","karma-chrome-launcher":"3.1.0","karma-phantomjs-launcher":"1.0.4","karma-rollup-preprocessor":"7.0.2","rollup-plugin-node-resolve":"5.2.0","@babel/plugin-transform-runtime":"^7.7.6"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_3.0.3_1584386626101_0.7230059989442661","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"i18next-locize-backend","version":"3.1.0","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@3.1.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"d4c00750b61260d562ba2c3fd315958884e4bf4d","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-3.1.0.tgz","fileCount":14,"integrity":"sha512-z1Qii5AUXIiF3gn3oO/BtaLoekW0wLnTKn8yoeMcbwbKHT+3y0K6oWLBgNbjG4yONgKcbw4bJvDJpAFEHJhwgw==","signatures":[{"sig":"MEQCIF+l9DtPLZ7ANkdwCoHk9b4gF2mThlK9xapvdqTEeAizAiApGeCq/5TMwD5gfCjK1wMi0BzvZ7Xxfzqr20rfsUwLCg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130878,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehbZ+CRA9TVsSAnZWagAA2pQQAJ96/6iSWHj5Ed07qGAx\necgaJ9UoOj8YJws6kgj7/+a/oftkjecwaA21k4EpWS1g0i20zrGSrQzt420K\nM7XaeYvunuU0m+m24YwFEqnAq0eQTEdq9Y4Al882iBhoSbPB8idTo8+m5to6\n85Ws4T8NXg7XhtBQl9etx1X17GTZt4pgDuuaP4ELBkui/Pvw0Xukp09gQ7fh\nlNXJVrOVpIEFgKIKj0gEOoWLw2r/DWMdhsZZsh4Zop+Xf595roqyM+JrKMh9\ng6wc3YhDJafVAmvUY3L8ukvqlsX73KcU1CUWZZRUp7eWHEvwtEcqc1JT0/C+\nbLpLt3x70SQZ0XACKD7gnCz8Z4uSPI+DOGx1/UiISwTsbZVTU9tzSU990quy\nN7gB5TW2um/Fhr2sGnLPxt5uTJklHlELgaWpxvA+NjikOF6lci1gGb/W39Gx\nV8vdU7FGOkDHT7Jb/mfDupVvciOTE5maTRRA7AMTwNK4hwVRaiTxVFzGtwlH\nFvlycmr9PZu8OJiH3OJ0QSB3P4Y78euNsr5Q4ZKQBaNqI0vDxiwITNBDBPUT\nLKWYV8czgCeqZNcCZIRXZadAYn7YEbvW2mBqS4LlK72wGDPU/uC1uQGDWDxk\nkGMvRJKKjkYF1GDvACEbEm631Owr37QxWHiooLk2Wu//+hm6DDOyHEjdDgGK\nZLM8\r\n=nUQ7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/i18nextLocizeBackend.js","types":"./index.d.ts","module":"./dist/esm/i18nextLocizeBackend.js","gitHead":"f765fddb33d75353c82d2ae0da82f6bf020d15ec","scripts":{"tdd":"karma start karma.conf.js","test":"karma start karma.conf.js --singleRun","build":"rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.13.4","description":"backend layer for i18next using locize service ","directories":{},"_nodeVersion":"12.16.1","dependencies":{"@babel/runtime":"^7.7.7"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.2.0","karma":"4.4.1","mocha":"7.0.0","eslint":"6.8.0","rimraf":"3.0.0","rollup":"1.28.0","cpy-cli":"^3.0.0","i18next":"19.3.4","babelify":"10.0.0","istanbul":"github:gotwarlost/istanbul#source-map","coveralls":"3.0.9","karma-cli":"2.0.0","browserify":"16.5.0","karma-chai":"0.1.0","@babel/core":"^7.7.7","karma-mocha":"1.3.0","babel-eslint":"10.0.3","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"2.1.0","karma-browserify":"6.1.0","@babel/preset-env":"^7.7.7","phantomjs-prebuilt":"2.1.16","browserify-istanbul":"3.0.1","karma-spec-reporter":"0.0.32","rollup-plugin-babel":"4.3.3","eslint-config-airbnb":"18.0.1","rollup-plugin-terser":"^5.1.3","karma-chrome-launcher":"3.1.0","karma-phantomjs-launcher":"1.0.4","karma-rollup-preprocessor":"7.0.2","rollup-plugin-node-resolve":"5.2.0","@babel/plugin-transform-runtime":"^7.7.6"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_3.1.0_1585821310441_0.239807874857769","host":"s3://npm-registry-packages"}},"3.1.1":{"name":"i18next-locize-backend","version":"3.1.1","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@3.1.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"cf41decbddfaed7216569c39455ea70af2211da5","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-3.1.1.tgz","fileCount":14,"integrity":"sha512-eLZUloTOzKmbt0CEYfSG4WysO6Gp6/MIVIR2MXgssaPS3anSl4dz9+YrTA7G6KvkIC5tOmOEbcY/Nt2W7+ah2Q==","signatures":[{"sig":"MEUCIQC4wCGd1JFaNYRFr50db0A9kneya/6W6N8nujIBA8BrgwIgYqbJ65sCN+Un8G7SBe8hspnpuEWreUQJH7KVLTBHtoQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":131126,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehh1VCRA9TVsSAnZWagAAkBkQAInWsHRnikKq723RJdyn\n6uts6v149RrxJ7makrAg/70OdxgfojbdTX+/3DdAVXpgceNIbyX/u1E254kH\nzUow3bZRZGcA1UFB3T83AD9OmsgmaHUjLB1FTQwgOIDC2bEX+IwwEQfOrK/8\nnKe83l1X73CpDfLOsGgF4GkoQ2uVzonYK3JOgGtakeu6xecSV/M+Xgldspm9\ndjgmzcvLKh+LaXfnQ4w7Q88ru9Doalx9MMd81HytRvTu+iRGsiRjeRqaII96\ntcOL+mCX1dGBaXyQVXg35bxb2cm+CMny+zEVZ9ruqMXX08r3oCT+5x8jd3nS\nDDkjBJq5fYGfznBPdkDlkWGs/GGJm/Rpx7RwKkrDIu1aPe5Ed97BrwWeDkeC\nwKyIKUAYho91M/6o77FNhlD2ALnLnNXj8DowLpiqteZSfEo1ouW/ybDXv0aI\nSPOElOBPZ4h8kAfUy2jF6GcvHp2mBBv3tRALWWkpcyqepTHNnucCfKTaMCTn\nEqjgqeNFmbQ0jKijTJt/O5hImrRCY5z4HqrE4I6wxBVttWHm0QHsJOTyZkLr\nB0u0wpkIKtzN6mbHVbZ4IKzu60xhXVrkcLz+lewi46HWcawgptcgu+hH91vz\nomm02NDfPFZr/zaSBXF5Fx5kofpA8xaUX3g+3WL2ClIeIQ3rZpZQQVnMwhFo\nex7J\r\n=UKbO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/i18nextLocizeBackend.js","types":"./index.d.ts","module":"./dist/esm/i18nextLocizeBackend.js","gitHead":"775e232a87a3b6fbd3f2ffb9f4baf8775e1ea1c6","scripts":{"tdd":"karma start karma.conf.js","test":"karma start karma.conf.js --singleRun","build":"rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.13.4","description":"backend layer for i18next using locize service ","directories":{},"_nodeVersion":"12.16.1","dependencies":{"@babel/runtime":"^7.7.7"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.2.0","karma":"4.4.1","mocha":"7.0.0","eslint":"6.8.0","rimraf":"3.0.0","rollup":"1.28.0","cpy-cli":"^3.0.0","i18next":"19.3.4","babelify":"10.0.0","istanbul":"github:gotwarlost/istanbul#source-map","coveralls":"3.0.9","karma-cli":"2.0.0","browserify":"16.5.0","karma-chai":"0.1.0","@babel/core":"^7.7.7","karma-mocha":"1.3.0","babel-eslint":"10.0.3","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"2.1.0","karma-browserify":"6.1.0","@babel/preset-env":"^7.7.7","phantomjs-prebuilt":"2.1.16","browserify-istanbul":"3.0.1","karma-spec-reporter":"0.0.32","rollup-plugin-babel":"4.3.3","eslint-config-airbnb":"18.0.1","rollup-plugin-terser":"^5.1.3","karma-chrome-launcher":"3.1.0","karma-phantomjs-launcher":"1.0.4","karma-rollup-preprocessor":"7.0.2","rollup-plugin-node-resolve":"5.2.0","@babel/plugin-transform-runtime":"^7.7.6"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_3.1.1_1585847636593_0.0038492577439468434","host":"s3://npm-registry-packages"}},"3.1.2":{"name":"i18next-locize-backend","version":"3.1.2","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@3.1.2","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"443e1b50cfbac5d81b81cabbc46db70e53f92aa6","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-3.1.2.tgz","fileCount":14,"integrity":"sha512-HKC64udSJrVUH8uX0KxLcGFYfpa2VDLKDq0/MUdPPdakpkEsfCDrA1ToENY/DAl124pVjcrQ9ayS+tENBe/uxg==","signatures":[{"sig":"MEYCIQCuaHuKnKWJlu0Cy88Wa/RwPUpgb6JyyoICnxSWd2PZvAIhAOE2xDMu08F+pv5rSeGNrQCBGaQi6XbtviqPyET1C70f","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":132872,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejb8SCRA9TVsSAnZWagAArCMQAJX0URo//qyTxo/+Y2oj\nu9Fe+BTkw2UNDqZujDsIaR+DiL5qb/gNH+AK7BZ4zFFOsUbZ9Zl4Ph/WV0a1\nDGKjF0fDnGuBL+oTdzKFAXtTPyamsE0AMBhGAjPSmmZTp3dzsVwzwR6DWSSy\nQEsty9GqoHbGmnlVvLkZWKqz5goYkncy+H+KU2bZQj63HaVQQSKbdJt7J4Pq\neZ/mNl0iXHh1jYGc1jQ3Tt4ESzuy6Y+6yLfJ8qjjzxqhsNM1VGQ+cjPk3Z8K\nclt8umhqsj7hr/cifLTC+cPo/0YRHCx1M2yFtwNunbd8+YpDDcV9Pyx2F8RC\nkTG1l7393HGgFcmkUPohf+3dww1gI+w4nb6AJkgHVYCgA5iQ6GZRCeRq8JrJ\nGtIZrCQJ6FGfpXAVMWRhXp/6hUDOFJu7QXAypFhxQOe1Wzx+eYlcitFwmG3k\nSHrv3hGn6+wCffg+auc5BvkcLRKj6D/CpZY1NTOVeUW+9SVhS1L8GPcfDvdB\nW0jzv1Di18tJRrc+C/oQvgnrQSAqiUZDu/M1r8B4vSUgCLdIIQXwIbWdu0a+\nWX/+qrOS8UMTLVPngAApbK4oXDzSx/jrlZyrWiY5bZ2tq84Asi/30/IqROl+\nGFSUYEjh3PHcUqbm6ZwqAlkDtcQRgIoW5kTLFnde8aHUPepYdcTv3fo1KpwI\ndlSY\r\n=ewzZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/i18nextLocizeBackend.js","types":"./index.d.ts","module":"./dist/esm/i18nextLocizeBackend.js","gitHead":"e163c57ae7e3105810e90b018e82be590d035075","scripts":{"tdd":"karma start karma.conf.js","test":"karma start karma.conf.js --singleRun","build":"rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.13.4","description":"backend layer for i18next using locize service ","directories":{},"_nodeVersion":"12.16.1","dependencies":{"@babel/runtime":"^7.7.7"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.2.0","karma":"4.4.1","mocha":"7.1.1","eslint":"6.8.0","rimraf":"3.0.2","rollup":"1.32.1","cpy-cli":"^3.0.0","i18next":"19.3.4","babelify":"10.0.0","istanbul":"github:gotwarlost/istanbul#source-map","coveralls":"3.0.11","karma-cli":"2.0.0","browserify":"16.5.1","karma-chai":"0.1.0","@babel/core":"^7.7.7","karma-mocha":"1.3.0","babel-eslint":"10.1.0","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"2.1.0","karma-browserify":"7.0.0","@babel/preset-env":"^7.7.7","phantomjs-prebuilt":"2.1.16","browserify-istanbul":"3.0.1","karma-spec-reporter":"0.0.32","rollup-plugin-babel":"4.4.0","eslint-config-airbnb":"18.1.0","rollup-plugin-terser":"^5.1.3","karma-chrome-launcher":"3.1.0","karma-phantomjs-launcher":"1.0.4","karma-rollup-preprocessor":"7.0.5","rollup-plugin-node-resolve":"5.2.0","@babel/plugin-transform-runtime":"^7.7.6"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_3.1.2_1586347794286_0.58118118491126","host":"s3://npm-registry-packages"}},"3.1.3":{"name":"i18next-locize-backend","version":"3.1.3","keywords":["i18next","i18next-backend","locize"],"author":{"url":"https://github.com/jamuhl","name":"Jan Mühlemann","email":"jan.muehlemann@gmail.com"},"license":"MIT","_id":"i18next-locize-backend@3.1.3","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"652353c7a3eb3426e69541db7141d12115356def","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-3.1.3.tgz","fileCount":14,"integrity":"sha512-cVqQJek3RfrXH6+UQHMbiis/0KQv7twJbtqBg9M78zO2JVyYnKopuTitd+yXfdgL30qQJ5r4TbfkZBZF7Sq/cQ==","signatures":[{"sig":"MEUCIBS7EbAyARVtDM/Wq22CF5l6ot7VBxcrWEM3BzZBXPkIAiEA9Ia/GrWSpe3a859Kr/MwRf9fKwDIUcy7+mp8XMwsli4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":136497,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejdUpCRA9TVsSAnZWagAAg8UP/3sCP5ZkItefEFvbQ+JX\nbri9Xk0G5i1CxVyMSZf/32NzEGzAbo92J+NdtdNVlM/WSo+N2B9+t8jVHXqs\nR4NoHzDeHbyG+jdUEdm7YBRRHLFELM/+yHDFjJUHM9FVwggaEbA0GU1JxFIm\nXcm8OuRr7nAhlJoY/j4AXz7rG2McsPxHIzc5jno19evVYIUCfMsQgUvXMRls\nIKytvSyz4coeYwuov911jdpeib/r01GwSknMdZwpmRhgm0X5Aa/67XuETSLv\nIlbcGS9lJYJ2oqKtS5PnK6YqiAxnp0PSVqftCr8T4thoLrqM+0mhDJH6lV+B\n6kX0R8wW6M138pQ2IYdx+XhPxQuRVN3AEbxMF5eWKLOvfVuYpOJ+Yun0RC2D\nvPnt9Pgr7z/HhNuwgUxHi9mAQMEXg7WxC/TblZQN4nyw1hOBJjkjRSBCfAm7\nGyocqZo7wmDzgLpuVcH4tWVvxpU1TKXJAjvbND4A73T+3Ef28BvyhSc9b51G\nkE5zeHWyE9+Pvke1ZkAd3G6b6XgMLN7m/P7vmh4rRyjC2w7IEr+AMLdCT0Ez\n6ybVSZCbsVe3a4vaTEElThnImd5qR4+inX3+9p9JAPi8SLqSaJvZQR19njWU\n7vjUVGZ2pd6ukQwLVA5ok/SS7Cx4X5sMD8YRsFphTDyy86CQ+Q7lem5JTtsG\nP9iH\r\n=2x+A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/i18nextLocizeBackend.js","types":"./index.d.ts","module":"./dist/esm/i18nextLocizeBackend.js","gitHead":"8c8a32ff0c24896363759063107e926a02bed9c7","scripts":{"tdd":"karma start karma.conf.js","test":"karma start karma.conf.js --singleRun","build":"rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.13.4","description":"backend layer for i18next using locize service ","directories":{},"_nodeVersion":"12.16.1","dependencies":{"@babel/runtime":"^7.7.7"},"_hasShrinkwrap":false,"devDependencies":{"chai":"4.2.0","karma":"4.4.1","mocha":"7.1.1","eslint":"6.8.0","rimraf":"3.0.2","rollup":"1.32.1","cpy-cli":"^3.0.0","i18next":"19.3.4","babelify":"10.0.0","istanbul":"github:gotwarlost/istanbul#source-map","coveralls":"3.0.11","karma-cli":"2.0.0","browserify":"16.5.1","karma-chai":"0.1.0","@babel/core":"^7.7.7","karma-mocha":"1.3.0","babel-eslint":"10.1.0","karma-expect":"1.1.3","karma-coverage":"github:douglasduteil/karma-coverage#next","karma-coveralls":"2.1.0","karma-browserify":"7.0.0","@babel/preset-env":"^7.7.7","phantomjs-prebuilt":"2.1.16","browserify-istanbul":"3.0.1","karma-spec-reporter":"0.0.32","rollup-plugin-babel":"4.4.0","eslint-config-airbnb":"18.1.0","rollup-plugin-terser":"^5.1.3","karma-chrome-launcher":"3.1.0","karma-phantomjs-launcher":"1.0.4","karma-rollup-preprocessor":"7.0.5","rollup-plugin-node-resolve":"5.2.0","@babel/plugin-transform-runtime":"^7.7.6"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_3.1.3_1586353448609_0.5059779682142564","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"i18next-locize-backend","version":"4.0.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.0.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"f01ceac87182d3525cd286cbf0916481b489d4a1","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.0.0.tgz","fileCount":15,"integrity":"sha512-q9fbx22bKbwxypeBpizJxHOqjGRVw3SSTaU8T6PC7wtC+7kZDIIMIMBCxb4i+X42nKcIm8xEL61g0mi8IU+VfA==","signatures":[{"sig":"MEYCIQCrlxE13VSJE58vdg79mqbO/2MMq+dkmk1B5chem4TQwwIhAKE/x/WUXDDkdqw5s9Jtm4YmArgMpUz3cBdTk6hyOcg6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":123323,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeld7eCRA9TVsSAnZWagAAgxcQAINCwjECaVMUFyJyrLjR\nS4kaWeMHmuVpE8CnurWzq+OIRxsnomZDt8VnfsfuDV0fVaEpI3RZDYKQOpm9\nZgrOkJpczriPZmYdA9L0kSqWQUqQqiA9Ik5oyMYmHcBoEZ9SXzoeFxCTBoh8\nGtVYRCoI1jaRNCaI95O9qDSx4R9sojQhYSzibMIlxEigFRrpHV12IAx6CXqS\n7EJw33c/WaTBWsFQ8fh30WMD4wqPRcgAKFiJAJJQ9aVHHxiHz3Qal4UJmwzx\nXjo/HXKoGAKeznd4soF2GxkbwPEqYtjjz7iR3XpQ/Ydh4Wx7ufWN0BQZd8hj\nVPrdRRqk+uFUAb+nn3Q//vBrf/RJjRbyxwQyW0HDcsqtH209yOGqd79v6JXG\noggtBND4ytUTty8it6XnwqkODT5CfOOowmDZRXw8E1gXEJSOAlPxAOE3xVsE\ncIkmQygAwpCWHiBds23im9oXDS4O+JZE5n7d0pnIJF9+UTcRmCw3h5Yd9QvB\nmk/eV4PvSWE8yrOZvxk8StBakmd6nNN34OHD7Cxd/tnitT4ISjHERj4OiZG4\nEqDJMGL2IKCneEPVKprXHcbQRKu9/zB9YjYPA2hGC6LRXdr/0x4Z3K4JgZYl\nTebETs7hotiHatZOWkySXhfNK4kIbKvsiazu4h8+zNvYOXgpPM0wpJ2lSRAN\nquod\r\n=pvKu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./lib/index.js","exports":{".":{"default":"./lib/index.js","require":"./cjs/index.js"}},"gitHead":"cda5d8c1a2e0f6e999835ab0fe7e38eac7705418","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.16.2","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"7.1.1","eslint":"6.8.0","i18next":"19.4.1","expect.js":"0.3.1","uglify-js":"3.8.1","@babel/cli":"7.8.4","browserify":"16.5.1","@babel/core":"7.9.0","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.9.5","eslint-plugin-node":"11.0.0","eslint-plugin-import":"2.20.1","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.0.0_1586880221886_0.902713209908041","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"i18next-locize-backend","version":"4.0.1","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.0.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"1b4fb8fa2417004f0a57746d783ba17eadca9e1d","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.0.1.tgz","fileCount":15,"integrity":"sha512-A5ydEd2bzfFhZZ3w+4lm08HzfAXw1jgTucHauEfAnBnRnlsmr8d9WQ8wFv/B5dJbgOtxNIBRAZ/qFV36uI6dRw==","signatures":[{"sig":"MEYCIQDujdyEhYdmU8XE+fN47JfS29u4A2bQiK+5yiSD0aRtTwIhAMWQtc+tQjNDqalvVeL0xMm0xrYwSOcMI5bAByrTuvZi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":123321,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJelewDCRA9TVsSAnZWagAAHOkP/0f4H1ABtfyz1eKHZ3r8\nvzwlqrgUsILdi2IA2qy/qgZxUfUYZGC8RNJPJCbMtz/Le0vtZTG4FNI5wPeA\n00EWrvAFEofaxLKdUMZiv0eU6FnRpGrRIC7FghK1TY6wk207L6hXL+OzWvrd\nAHZxqQFTcgwlYoGAnQKVT5T87gu3sz50jzhdXJxGtSd61V/VmiXtUvDOy3el\nbm1ZhRdYmhlPFBdS4PltOoobQL9Gi1DzQ3+lPaY6KBahWnt3l6JP91GSHbHf\nkfwRlfEJA1wTjamKjXN+VXvggD6E8iMSViWeHZP2IIcwZwZZSJyGPQatoFIt\nCiQxdtvdrUgwrhgjg4YAmLJaGsl0crfR2k7De2uThrlaGWLA1fg7Vr1A0/T3\nRF1nYBDKarwEi/M/QfIeXZINuAME7Sz8fMC8SmVgNV2yzEjQjENgh4UbmKRe\nYRtJ6oqywKleMymE55PL34KA9DQKPBvDx+KmFUUrjfsmTlR4ZZ6UQkD9Wszk\nakz3jf7ly7r5iS6S36FIsM5l1RscrVDRsEhrarjxJwbdjbKXWFGMAySa46W2\nR5/4q1NK8panGffsi1gRwFdICGq8rijnDIcH66occNUlxQSJWtkZuf0Es2wZ\nEx2GT6FDgBRO+i8vbBzsXFWKiC5CMVxLJ1Pt5h5HfEG+OlKmfOSdOTYIVfaY\nwwE1\r\n=LJnT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./lib/index.js","exports":{".":{"default":"./lib/index.js","require":"./cjs/index.js"}},"gitHead":"9b1fd89dc4eee52dbd141faaf17b95f6d8aa4e9c","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.16.2","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"7.1.1","eslint":"6.8.0","i18next":"19.4.1","expect.js":"0.3.1","uglify-js":"3.8.1","@babel/cli":"7.8.4","browserify":"16.5.1","@babel/core":"7.9.0","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.9.5","eslint-plugin-node":"11.0.0","eslint-plugin-import":"2.20.1","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.0.1_1586883586586_0.5987034977162091","host":"s3://npm-registry-packages"}},"4.0.2":{"name":"i18next-locize-backend","version":"4.0.2","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.0.2","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"9208f2331868a4e747783693dcf25f792038e6e8","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.0.2.tgz","fileCount":17,"integrity":"sha512-/FwP6rSKpUmtjawt+a90MS+cMEEtsO9w/O/77pOvTPi8ZlO7f0gPJUmQRA8Xky8iNyCAOzMeO4qXHEKw1PMpwg==","signatures":[{"sig":"MEYCIQC0on4Cbhu3Rzl9IHJuTBBLA2i3j1RYQ0ruvpugtxf4IwIhAJV0SFlp69XyUbwdbQw/7YbT9gA07hRRd5vJzWITIQne","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJelhK1CRA9TVsSAnZWagAAh8UQAIeurwFI0kfDoRm7fXYs\nUnhQGni1AgpVgUwrFRP8KAdzYDwJ86c5qvdgpz965YqzneWMx4wFvQAUV7qN\noAZpvbOBu1CmC0XDXTp+FdSlmoGWcZTr9FrDqmcThCQSz2qTIsXck2nL2DH7\nQBByRyXeX0L2/j3iRkUmv2FqgJPN4Jqcixu9vxaWJIG57ocLzJf+x4RrZmFH\nUxwrH7jcyUMZroHDBaKyHeShRsJ3+1hZat5WgSVmtin19+N+yE670RmOCM5L\nJEkeUu+qLhermDsUkwEoCPUAj4oqYKvukfE4yafyAVeZRIPMMeF3/7PJsFGe\nbhK2Z4VAO6QCtJ5k5w1ALIiG0HDkT62rOyaJXTdl4BwPlr0M4IRKr1ChURTi\n66KeeoGVRkns7h4Cf1s35/HkhQENm6ytKwTMZN6uAdkJDmudJqzCJyqhRh8Y\nuQw/xowvi64uCOSUi/NIjwg/fx4XcLLZVpSsJ01S/sw1M2ad31iMlQs5k9Mj\nawsAMZbLUUyMW49PUnQ9Gb/F0cGGdCmGcyxU5y9atPGgnIdvNQ1aTmx9oQJe\nMamjszcE0CtCYfMp02bGCSB17NgKbbJ/4+nrlfhhg/QTJDUHAlqoqvGOUCZX\nI7RdXrG2MeBQFvuIc3c0uCCa3apgOnQFaCkORAQRRe70soZr8FI2XUMkzqfY\nFnjx\r\n=HCD5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./lib/index.js","exports":{".":{"default":"./lib/index.js","require":"./cjs/index.js"}},"gitHead":"984da950e933b8362a190407bb5b891e589a88b3","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.16.2","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"7.1.1","eslint":"6.8.0","i18next":"19.4.1","expect.js":"0.3.1","uglify-js":"3.8.1","@babel/cli":"7.8.4","browserify":"16.5.1","@babel/core":"7.9.0","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.9.5","eslint-plugin-node":"11.0.0","eslint-plugin-import":"2.20.1","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.0.2_1586893493163_0.08326335390419448","host":"s3://npm-registry-packages"}},"4.0.3":{"name":"i18next-locize-backend","version":"4.0.3","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.0.3","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"e5dcea10ec49c55c2a8d18e8391ae0afb8f89d52","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.0.3.tgz","fileCount":17,"integrity":"sha512-aztFZAjCpb8TqLkGpg9klBCRA5Fu0Hrdmjsvd+TzS7jXxPXGs4P61MxO/IPf2fzqGXPLlROrnZQhJc3ApSB9qQ==","signatures":[{"sig":"MEUCIG4vDABIryov6nvs1nbjh41KAD9AbaThzA1jo6S2H1lUAiEAy0kSzcgyLzUNn8qPmepCiu0tHFNxSdEJZgiXRRVdCdc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":126071,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeoI4fCRA9TVsSAnZWagAATFUP/A5PUaYDT+c6FfXHr4T7\np/SrnUXDR3GV9KXt7GHC0EwrcBKxNkPRPa51UCa+2ZXwAomDpj3CBAlkMlHZ\nz0XN7ChEXxKcOD9Z8lqZo8As7ZI3aPvr4HtkdKEQoNo+gj97tvJfVH04rRRk\nuDthbE2Pmayt9RkhTZGw+iRqJjTjgoL0N9mdbYbUXmZy9GY5gmB7bJt6Tl93\nxxRSRuCOjwclUTXfDkh4Wy0ZDAzAgvyk2Nj6J07uGEgOX3TKUbJz41EuUlck\n0+SHHzYurSJV/tPlUtLF2i+WTm5eRvoHgYd9JDSyiWAqm7/Wpt28qCIQA2Hv\nwuRre4Oyd3AgxdVvxz6HNBA/xuc6yacMPfk78qiDWWj73pm5cmBbC/H4j+kI\n+fm8fVAboxOVfxStm18N6GhkAM/6bAF6VaAowcTyyiUPBICasVRQj1KtuYtF\nqqa2afY9TKHm3V2bIMoxuRqGGp44hnLHMYBsqxLXZXhDFC05EmjHHNIILJeN\nuDCClazzrdAQpSCCXVXBGj7qsWhbvp2FBS8rSrX0ie+VFnnZcU5xnWuEy7LV\n0S3FbyJzdJ1axYubhAmwS3ArMc60Y7gx6fniuatD5GxeKIk38dcnP8FXGcOm\n3pJJWCVSSZmcTieF8RChiwWYQQ3XOjsxFFXfvO5iptUAXMVqUKrTNRRYQ1uZ\nuw/R\r\n=cjkp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./lib/index.js","exports":{".":{"default":"./lib/index.js","require":"./cjs/index.js"}},"gitHead":"6e2cb83ec9f3f2dbbf66afbbc80fd636f9c0da46","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"14.0.0","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"7.1.1","eslint":"6.8.0","i18next":"19.4.3","expect.js":"0.3.1","uglify-js":"3.9.1","@babel/cli":"7.8.4","browserify":"16.5.1","@babel/core":"7.9.0","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.9.5","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.20.2","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.0.3_1587580446767_0.8157906329859974","host":"s3://npm-registry-packages"}},"4.0.4":{"name":"i18next-locize-backend","version":"4.0.4","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.0.4","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"c8d6bf13806e3542f38d7d3f809324da764f5236","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.0.4.tgz","fileCount":17,"integrity":"sha512-iDRhrMuZ6cj1uMK3/QyH0X8Oy0ZtbSpWfChotj6+FHXPBgyyLLvufFiuMUMFLG8/lw6D/0Nb3pmFuc2NFmZYww==","signatures":[{"sig":"MEUCIHYzyKEgos4xU0g/zkfPlVeG1JAxEZnjrSrmDctHq8o1AiEAsUn0wEp6tJJSDx3GVsqrjZFOBegFnLkBVArMYPzr5q0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":127364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeot6vCRA9TVsSAnZWagAABFYP/i1uIBFCmWbDY7KCld0F\nQddIGmwMwuWHQX+bOQN9+hgvJidn4nS6bSh9NVDShMcScu44Qw8e1Cy4fmX7\nBvoKQIrh7YI0jKRdNhVy4kp6deVqZTPNfP7T5rXtLYiyk8BGjjvrHfSFNhEO\nUxEC7YkAYIvao86OKPJnUmG6E8cyfHWgFxC0j7YZiAIxXixUM7n3guxMhn2O\n9RldUEh4sz5DmnyZChhYk+hL30vGAaqpaZ3JqOOOfWNROYwTeTAiXcv7rz6O\n9xtHIGWnBcFdp0cV/+MLXaEMghkJYcTzsoPVlhg62fWVvk7Rc6+T5B4ZGA41\nyr+LyKRATHYaSWq19ZFs3XG6R3ni5tBRlmnXAwA5c8HqKfPn6loEvCUGbd/9\nGdZ4wkJZHHR3E0GlykjX6q3sdOC1OihbMIo9WCm2oQU6Yg1tr5jGRdj+59Bv\n1JrbbHo7kCBhwpS5Vg93cx/IFPXg2dTK4Gfinx5UkQxC3EAWicrqWfbrzF3i\n90JhqOMqIrqLQ/Sx4DI5RFKlY+DD5su5EUpbiFdPN7pzfV3y/hMWdfba5c1P\nySXLn6VsRkKjN4ofsRqTsL2Ac9oVqCBRXHjcKg8imOYprGBopyeALafUkm4R\nU8yGpcT0J4oF3MYzoK7TQ5VJTa/DfIeXeYHKNQiHFqzTZkcP7znCZ5Npw79b\nJf4P\r\n=GqUL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./lib/index.js","exports":{".":{"default":"./lib/index.js","require":"./cjs/index.js"}},"gitHead":"41df013888e36231fef062a65f4773c5814990a9","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.16.2","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"7.1.1","eslint":"6.8.0","i18next":"19.4.3","expect.js":"0.3.1","uglify-js":"3.9.1","@babel/cli":"7.8.4","browserify":"16.5.1","@babel/core":"7.9.0","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.9.5","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.20.2","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.0.4_1587732143020_0.9168123597717499","host":"s3://npm-registry-packages"}},"4.0.5":{"name":"i18next-locize-backend","version":"4.0.5","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.0.5","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"3e9204687c6c3fd8b331ae65323139fda72fdc0d","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.0.5.tgz","fileCount":17,"integrity":"sha512-SBtHrf+NZcojf7kKPugE8Hwyr4g5ML30kH8LBvrvYawRSf0XT087NqxotRN06ibfkguND/aJmYe6lV+vv+CAsA==","signatures":[{"sig":"MEQCIEdgdpD30HjP9lXv5BAgWixA+CK5XsM//gh1cdFwUfq7AiA7GAiwsL6EyJljB/6g/L7YhMXL0WTk+IZTsay4vyyRAA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":127374,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJepUqPCRA9TVsSAnZWagAAYtoP/iPy7Y1EFFXx7UkKW9jp\niGLLUShkjdl7WStCBDLh/LRJZmwrjOvp1KSBlL6qqW3YKS2Z659SeorkQTHZ\nQN2Glky4vxG/hd72djNR0IZY4t2ZBhQ4p36YkxlUbMbOF7JycOLAPTO9DLFX\nURXGoK9JkuRmZoQxhbPT6Z41OFD4eQSKg9YkFhipnfkM6QfhrIH2qoeR38ml\nV2uot/YJ/Z0qciYl4PrVpr/jxUpjn74dH12eVecuA5dPVouqrHbcJo1OhCTb\noId1FwjpfwBJvp6T4ZgwRt0Ir672aIuUW5bJgXyjJF892Xb5wXbIwKgvsGy9\nByW+CbHkGkRxesIy8ZVrMrqivZ2MpUXfKekAtmerTv2+wH4/yl5MIjMBEJ6C\n12zX+Dt+LLaAklVxeBPTihXOL3wcWk9OBHWKKTJiwyhtp7KSk1Et3d+P5EYs\nnzKJXEA5PUZ2XIZb+dfsEB+rElMVVIrE5wwVJy//2oZjmxcgb5z+hCxIJJbn\nhCQuBA2cgAesOmZ2eRik+4qW0seEAdskER0V9YIJmixmuR+2/liJK+LxWXVq\nzkbsm/iyPS0gaExhxeXO3kb29oMDc4qBBdDnsRSQbOJNV+J6snIDnxcx/ayL\n2qbem40Ckhy42yX2OOkasYSbkldVwQEQmiyvDytIUmlHoK0dkMwOqYeWMMt6\no+DW\r\n=aSj+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./lib/index.js","exports":{".":{"default":"./lib/index.js","require":"./cjs/index.js"}},"gitHead":"12f56706b9173a384fea2e22159e73b98d05d33a","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.16.2","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"7.1.1","eslint":"6.8.0","i18next":"19.4.3","expect.js":"0.3.1","uglify-js":"3.9.1","@babel/cli":"7.8.4","browserify":"16.5.1","@babel/core":"7.9.0","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.9.5","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.20.2","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.0.5_1587890831438_0.38657678734849865","host":"s3://npm-registry-packages"}},"4.0.6":{"name":"i18next-locize-backend","version":"4.0.6","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.0.6","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"157abd3babd83306ee69e9ada9345e2d6ef2657d","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.0.6.tgz","fileCount":17,"integrity":"sha512-+vdq1k5uUnAgF1rkt4e7PEFMWdV4XS6V8heNJJZ22WcaCfq25L1VF6gCANuK5lufywGtHe3P+6D1y7QpZkWs/Q==","signatures":[{"sig":"MEQCIA5mLyTFS9JpaErOVJSlDWJcuChPzAapR63mTS0b0sv4AiBpNCe9TQ4NvNjLKOoEd9XRZ/wXQWj5+Ik7GrK8SnIwDg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":127492,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJepVEWCRA9TVsSAnZWagAAqVgP+wQgkIVV+/ssEE/ts2Oq\nmCJ5VdKcqel6qOXT7kO1JGjfc7NG/xopJlYNGf9EWpLA9WvDDOeY1kpkBPgX\nYTC/4geDnucMDRrZuK4+uRBckx/ebyU6PKiGPPTd0Lo3z26HDUhEaVJZEFUQ\neUNbV7YQa+/F0QXb0i9xcNwkgqOi68YunMEcrbaO6jRm15bqM8cI+1NSUGcE\njuoER9V6z74XiTPQKrP6qW/nU/Lly28cXr19tkjNLdB7cHR5OxXkAM/cEqTy\nA62aleG58ra+ox431K7WHClxNXzOhMMq/sUIjBjq+apWBOKK/5dx0YCkjby5\nrCQNg4KTp7kiS2FNWb5xwEcpxAyfSlsmvF/LUjgePAvsLBqy0NHdolSjGE+J\ngcZStwZfCBn78lEKvvZrtGn5FHQuEdeaVzw0eD6jdOIhXjzGISRDGV/HDZqh\nQP3X6OhBRSWull8PunpdAmY6sl54O7gOhtXPv5w4wmzpdaj8XsCPMJGO6qcF\nTKlPfuIcOxXhmqrIUWPm1nVpyvK8lVXivSXNFkUgsFJa4mkGxETZvQdvGgub\nrwV5ZvtjRYdOGu67Av0tslzf96nAnls7kEQaoTmt8fyrw0t8TE5pQ7IiXrvH\nFXiLH8XPk+lNjWNqN7KYk20ebCAFiTch9RgYIlNobBXoJRWQ87Lv0OCzJzol\nqcN4\r\n=/eCa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./lib/index.js","exports":{".":{"default":"./lib/index.js","require":"./cjs/index.js"}},"gitHead":"8171e26acafc91e33f4f693d016377f00e1e2eb2","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.16.2","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"7.1.1","eslint":"6.8.0","i18next":"19.4.3","expect.js":"0.3.1","uglify-js":"3.9.1","@babel/cli":"7.8.4","browserify":"16.5.1","@babel/core":"7.9.0","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.9.5","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.20.2","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.0.6_1587892501971_0.8357425479636067","host":"s3://npm-registry-packages"}},"4.0.7":{"name":"i18next-locize-backend","version":"4.0.7","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.0.7","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"fa1c3f13cf4b5befc5036b98e6ff90eff6df7de2","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.0.7.tgz","fileCount":17,"integrity":"sha512-SiH7a5UukkTpWaR/yaWti52+LCrnHfgwQ4kjJ/6miXJRO0/NKqxn/asACSyJEqizvLwfrvwmLYPyBZD3ULk8jQ==","signatures":[{"sig":"MEQCIBk+Ob3uHu0Glp/+eSCPzCnhUZ1TbKoKHXeua6uiSpBXAiB9k2nf09UwaCcf2WxuauITu7zYXy1t2sjZWBFiqHRs5A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":127592,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJerawZCRA9TVsSAnZWagAASSoQAJJwOjhkntzlHjbLqQsO\nYLcQWD5ZQlR0WF0xJw1qx6cwmbK41Qex5S+DGMLNQgdvr4kGkFid5IC91YSR\n91j8Areyyzywg1lG7Y612+YdlTXdG9Ua7y29SRvgqDl6fj1TDKF9mbtiC6wR\nFUH6sEdn5mBa8wLz8E8JBY4A7+CA5yAEoqum51kPMzYjbZAfl9cGgo5Qj7Ke\nbsOrX/7Py5e0Jkij+CKd0iGEV0IJTX5gaSVq4bAHsZZwNKHtGG+b8We25LtL\nHUCG2eUbfdNqCSZFQMUFHvYZx/B79ssz7G9oByq+1eOoTk0rry2ViXk9G84a\nG23jtfuCb4vo1BBA8wd1+ImtWpUCxs0t/jteRJQbk4uDVXlOlvYbEAkRx+AL\nL+REhx+RaoeIQ/eyRYbyNw8e0QsPYqK9YYt2IyzEFWfwCDSrw1JMwF0R4bQn\n6v1Nzr3x2/wGN9c2AMTFAypBdsoRgoShFfKwSzSm3YGcH5T42X2vhxSZJpOT\nSKyKj0MCgH7AmQIEhiGpBt2XuAK4SIF/ya0vezwU2HSM9AS/L56dnCr9Ele4\nPIgi5+6YSzaRvVLjDGa7Km7DS4tTr5S2Pq2ahJGvpPMtQsAyvNpNRvNioH7Z\nmvIWTDjvoxRRt8/vHIvOV6psMXYg31ldWP8N5zOjRpDNsGUjZUMUhBlNdTcs\nzebE\r\n=Y6hP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./lib/index.js","exports":{".":{"default":"./lib/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"}},"gitHead":"321a782726ca6b3bc8f19e15214d1e950c82dec7","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.16.3","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"7.1.1","eslint":"6.8.0","i18next":"19.4.3","expect.js":"0.3.1","uglify-js":"3.9.1","@babel/cli":"7.8.4","browserify":"16.5.1","@babel/core":"7.9.0","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.9.5","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.20.2","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.0.7_1588440088605_0.9839935610301891","host":"s3://npm-registry-packages"}},"4.0.8":{"name":"i18next-locize-backend","version":"4.0.8","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.0.8","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"4f1a021da71984ac815bba510f87bb816e4a3fdd","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.0.8.tgz","fileCount":17,"integrity":"sha512-uPSNlAjGbTgmZqs4Har2W/zw0JUOPXFkz8kqe+H3iQ3VjNglykC8MyKHzrmQtv6RMelnm0c5Qb00EqpzGCS8Cg==","signatures":[{"sig":"MEYCIQDxTms5Nw1WXh6MdUD3DRFMA1Jn8U8hYBoz0JUQkuRE5QIhAKd/eu+jjymyPJmD+ML0blgeA6kWSaPjUv4+C2xyYRt1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":127652,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu57yCRA9TVsSAnZWagAA99QP/3RgvqW28CWA+zK3qjUL\nNI5sddkrti/Joz+P9uWIMRHxMbc98mvPhxVUWxOGmTBncDuEBKyf4b12nxac\nYwuz/Cmr8506J5W8EapoOwkcbjds3ydV5A+4sqmu3dEwoq53FgtNYmZsllAA\nEs4CnynRCRZbyxCOWT93PMEpU//byiPFS8JPX2Yd4lQ+T8EuSkC22C+MMrwx\nxeph8k5draeiOClYzJDhvXMiGyIdsVeLSlizqDA38Hd6pEiSXylkFWyKP0vi\ncSLjVc4SXSH7VFJ409mLbiJNLsetqDDfLvVGoufd9k2IqtiHTJmctsZ3vYLR\nzTR82YH+oqA1w/LGiiDW6Ry2uiSvkLyJzKMleZcz952PosjfrYoGrahDYpxt\nJcou11aatPR9LXFy5ti3pnl49HS8rNJxBmifb9Oj8AehB91Mh3GpPZk0TSo5\nTVWpjHsvp/ilSPm4qa/krYlhCzvm3/5yGeJ3TI49w+pnsp2LIj0jZENTd11E\nQkT9WYFcsugmdM4BvG7rla5yd8qdoQYsABtYNByIe/Q6UDAhb0dez2kv7DJv\n0YGFn1ergD7THazjJbUi/xMkvwh9WYlvxGAuRnxBwHwEOv/tLwIetOvdTXWO\nQo/5rQjHn+kutiHs38yxEc9fC0xvax7Cny2mS61HCNEzR7/CMXpQlOIKZ7Kf\nemhi\r\n=1lV6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./lib/index.js","exports":{".":{"default":"./lib/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./package.json":"./package.json"},"gitHead":"bd6c1683ba76b7f747615bc32b94482e2a423aed","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.16.3","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"7.1.2","eslint":"7.0.0","i18next":"19.4.4","expect.js":"0.3.1","uglify-js":"3.9.2","@babel/cli":"7.8.4","browserify":"16.5.1","@babel/core":"7.9.6","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.9.6","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.20.2","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.0.8_1589354225602_0.8033302531452207","host":"s3://npm-registry-packages"}},"4.0.9":{"name":"i18next-locize-backend","version":"4.0.9","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.0.9","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"bbec3c3785708a9b844dd397d12e970809d446d8","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.0.9.tgz","fileCount":17,"integrity":"sha512-bGbeGR6rfXHENQqfcE7BlDhH/03O2I7vgrYQrq+dx0AzOH7pRobGJHibE1Ki7YVD29/IkDZoZ8TP12CPO0ZXWQ==","signatures":[{"sig":"MEYCIQD4GgHSUdo5/IcKLpu+jy6cTjk1eJ6NG3LUT3zI+w+I4AIhAJtFOiADZlFQpKeVfm7wazk2riq9II7FEYSz1iIjaJO3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124813,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexigQCRA9TVsSAnZWagAASK0P/jK1v77enKIc/GQCWjwY\nElujYf2UKlbI0cNQTrPM69e2GXad+Y+aJCSmvm37KgWmNaKzEvL1vEC8I9xU\nQIj2zZXOIBrGdr9JQrrI7155ZNaiv5221vpZj9qGG2HhAKr6c2UaL0FG55Yh\nG+b1Ej7EpYULLJl81P11tPwA+eIOt7k93BgSOqYrudPhEbOUT5w5UAipPHL9\n6yfKBkd8+AuBUfX8mB60IV9EzrmIXU/khoV0Jyq/SeH1s93t1Jb/oTQCWwCA\n8Cd+0DdjKY54rp56nr+MJ1rb1eZDd7PVDLbQ11FMKvlOvaFlNMpRsWa8XLrU\n/d0MBuMWie5qMesdPJllVD8OsVPBUvcKNZ86Wem/CEbH2Ac2RgLhktvDFQCi\nsVzkUDNOQZRHe1JDz/2V3LA7TvLNJgz2d1EbXmKnuzK85W/JCfCiunwbhvpJ\n6UWhze85mzFWvCCvJm3zrZXC/q6vxXbTiZplM8Z0Kv9L84WB7MolOBfKJdzM\nBjiU6eDMmX+s95NPCrTlerIoOoVPFqEcMkQLMGeTUh1eTUfdyNxLt2BI17HX\nqu8zAOppziByvwaLEu71CdDky3fLO357YdyaD/GEwzRwOz5sL4UCqagkDmUi\nyIPhlZ4g8NeYljTOjhHFIlTMi+ufk0z6JvnvZ/V+cGi9RQ7o2IYog0OkdQ+r\n0BD6\r\n=IJ3U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./lib/index.js","exports":{".":{"default":"./lib/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./package.json":"./package.json"},"gitHead":"b738fa7904956b507ca70bc01d865f6ede6743de","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.16.3","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"7.1.2","eslint":"7.0.0","i18next":"19.4.4","expect.js":"0.3.1","uglify-js":"3.9.2","@babel/cli":"7.8.4","browserify":"16.5.1","@babel/core":"7.9.6","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.9.6","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.20.2","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.0.9_1590044687786_0.11812572187080672","host":"s3://npm-registry-packages"}},"4.0.10":{"name":"i18next-locize-backend","version":"4.0.10","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.0.10","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"0a411cf698f800f9cb1e62f59f72f19e0e2fe1af","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.0.10.tgz","fileCount":17,"integrity":"sha512-fI7NeuKFrAQ4P2Xx+YzDcyXPwog9KOH3zSCeKnotF7oeBePF9Os0P8ynrs8KDXvdrlXHkzIZwERpFIiJjpl8Zg==","signatures":[{"sig":"MEUCIQDavdYp+FGWj2DWUX1biXutaOSu0EBNfnMadOxm83NAFQIgclyK4m8VXWlK4Mk/JdnDhUifvxCyfqhJ+6juPvl7abA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":123829,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0S96CRA9TVsSAnZWagAAwL4P/2CHw4MmpnAoyjWhrOT1\nZbN+cy8QU20gKS1w8QL3Myc6sijxv63iIe6LguyrFNqyNwmV1y5pxlEJdcie\nGfRQwTz/3WSngiy0VrorRSug7G5fREumo9xHbChSQpeI1d+G2HhPUcAoAaq6\nZrIPsmLtUu71EoMh8jAXH1yTjjACfQBztM4q6bjQKXoHCG+3HPBWhVsxI65u\ncWuMpe1Y1UQbR0ynvj38/9r08qFCKcE7kj/KgrZZIPUPECU6wX/a9ZW+yvsY\n7/7/Bt/nL4YwgML6xXcBO0QgtSPTExADjTWfFaZmB5ZA5ivTqgl8wo+Vspy4\nqzOz+DJAnttXfsBUkNA5N/F2XbsedpB9CBAhtbym/akXz7Q55USEQ2LDBYAU\nVqg8HWx3xsEccTLu+EWPsHfk8M3Y1K9dVYmx6wtFZ1GVKAUoN6IJNJxr8Ctp\nhC03ipt1yNeHIEKzwrc+ZNzhVsLlYrzvmpKOdC54Nb1UoNevHQbueUp+tE9X\nVDeyZilNDBT1sTkFft8vaqxjhEliuqy7DLfYTt0KAuJE8vHZAnw0Uy4L7tZy\nI1dXjdXYbc6MpFDi4vNprNOiuQZ86F5n/Na6QrTFQFYK4yqR+ut5nMK2JP2R\nznsLgmcHgVrZixasTdoE8r3Gk7y1UhO6eUs3gXXe74NElekTG41E/fdtB2bq\nFIES\r\n=/xjb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./lib/index.js","exports":{".":{"default":"./lib/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./package.json":"./package.json"},"gitHead":"0031c4b1e50e30bfb388c15eb428a7cb28d0ee34","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore node-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.17.0","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"7.1.2","eslint":"7.0.0","i18next":"19.4.4","expect.js":"0.3.1","uglify-js":"3.9.2","@babel/cli":"7.8.4","browserify":"16.5.1","@babel/core":"7.9.6","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.9.6","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.20.2","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.0.10_1590767481900_0.023043645283618464","host":"s3://npm-registry-packages"}},"4.0.11":{"name":"i18next-locize-backend","version":"4.0.11","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.0.11","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"b698c20660dd8f2806486ded47e4b24f76040cee","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.0.11.tgz","fileCount":17,"integrity":"sha512-YVpCK1tmMxrQjObmEezGuJcxjWLV7PRNgO295pZ/abx3/GTgbCuZ6iZ5YxwBRKZtGKEiHw/QcBTzxlRneoie0g==","signatures":[{"sig":"MEQCICpVilYP43cU0d/9dJ21qEqJkv39HZabI/uYfM0tgcvRAiBDsyTpV1WOZyw7YbP0bwLv3BuzxW8fZBvQFEgGsBphTA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124200,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1hasCRA9TVsSAnZWagAAefEP/1siO5uUg/TwE3eoTqty\nC0pz9dGEK8mTSosQU7sxxgzgyT08J6vFAC0ndVF2Z1McS6coPBX1shrxaa0D\nBPa7/ZKaY+pLwk06GWsJ7NPFU7WcMxprkFOxvPxGBjAk/fusfihybJAJTFXr\nfe8RyjOP3Jrvl6/Ps26vnLT2aumhhr5+DL86r3uDwzfcbWZ8gdLqDI8JlCTu\ntwFmfJfCgLaCxdaIC3ObdalDl29Tyzfwk87nXRMVoXyiZr3USFZIUkFzmA3Q\nmlQBToi/ORojiQmJ81mbLJt7OGflhcuK9GEzQgdwqiBP4/u22j9a+nvuTDOU\nfRrkJ6RGhVYhNlUuXu6MnoejarLyPpSiP95mDtMstXEti6D+MUg7n4CQXRo4\n+2hhXhe4ANkPAMumhJSdaOH4h+sDhcn86AzmuYPksAP1bGj1FcgqvljkhXYw\n/DzgAhPBJhNaima40/rI/TJlQRIv7Vd9DdsF2LU5xIGfGNqDun4N6YT0XJxd\nLDdGjT0719cVd/X4oa0LJ2jCsJ7rAOvApLksVptjxoGOiq7NKWCuqz1q3t2W\n5nZ92EhNFBXBf6US2ZXL9ObOP74nYF0jo9YXHxUERtGvxtzONSUVP7GxFgP+\nrEpbVTJ/zoVA74UCMcMtqoT31NpYFSQ6PrQQNk2bXkyzg5FHJZBu/BeyPlf3\nbM2c\r\n=s/3q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./lib/index.js","exports":{".":{"default":"./lib/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./package.json":"./package.json"},"gitHead":"4413d91a16260250ac77df3256962d4af4fe0ab3","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore node-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.17.0","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"7.2.0","eslint":"7.1.0","i18next":"19.4.5","expect.js":"0.3.1","uglify-js":"3.9.4","@babel/cli":"7.10.1","browserify":"16.5.1","@babel/core":"7.10.2","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.10.2","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.20.2","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.0.11_1591088811755_0.6938000586921331","host":"s3://npm-registry-packages"}},"4.0.12":{"name":"i18next-locize-backend","version":"4.0.12","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.0.12","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"f1fe78dba579b61a4e50bc2810aad6c7e6272038","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.0.12.tgz","fileCount":17,"integrity":"sha512-szNT+IFesGFSZh1GnIYQ5B+L68zihi5Qt3+nqVYiFnqJC3NMEm3B/nOqpvQLB9V7zb//ZPevmrVdW01xCy69BQ==","signatures":[{"sig":"MEUCIQCCZP+JtE8HaVgI45Cf0SrKlcYPAcWITfH3vH01+oz8qgIgaDjPZcp1m9m6v0Q/K30sU3R2QCdSmGVlrYrqWurQ8MA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124470,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1kdHCRA9TVsSAnZWagAAP3YP/0qwUxQUP8qkWcwVyNXv\nzrPSeV34D0ARj175BkMB7MceuG0iv1DkmAe7lX2UgUrcyhTMqFuuwzEv25rH\nq9lOFQUlKQUHsXQOA3ExD4UZNRe8koFOP6MB1PHfSeA2xJ06rVwBhZlwEbdd\npCUsTFp+P2b62nkXF5HclzhqfqRLNm4W+oIn37sYfGSYeIJqcUlzXwyEh1Mp\nn5hC5Lwpm/0UIEMWwNUa3sEOJZygejQUY8Eiv1VvuH13dMTAizO9rrn2N4gb\nvW7XrVirE/5SqRnIDWYWB6WYvRvAUF/eYgGICCXw3lmAK7wJ4VTOE9zSNXoW\nsIuFPnWpy/LAjQgmC/E/9m/jIBwR8nyOeKF8A9hdzkguVwl4iqLH0AVa0J7H\n+AgodPlOXQe0KvaP736Yq+y5OfCLuLSLgEYpIHkvUmsl9Al9sxUY4UOjCJ+f\ndiXeAPqmscRn0p2BgUT/CIuYynwOtIlE/rtpAHTaWcqlNeW/pqTE06STEB+u\nPRVDlBSP+EtZ82kueycfV8ryrAClIdxkTYWSSXimOTVmVDR1eULhoaEIRPN+\naeZic7IvzUv9D4bpHkjPJAOvnarQ1b+LwbE1pIJnMLw/rOq+YNEkHZ2AOY3z\ncLnT23GsB8ruDgg4os2/MUxadCb9k+mFeC+1sK0HBMqwvSnagafBvtsQrJTM\nwnoI\r\n=RVjj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./lib/index.js","exports":{".":{"default":"./lib/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./package.json":"./package.json"},"gitHead":"4a1d939b89f549d7a4a48cd3dbf17d55648939dc","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore node-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.17.0","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"7.2.0","eslint":"7.1.0","i18next":"19.4.5","expect.js":"0.3.1","uglify-js":"3.9.4","@babel/cli":"7.10.1","browserify":"16.5.1","@babel/core":"7.10.2","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.10.2","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.20.2","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.0.12_1591101255218_0.37732145479363033","host":"s3://npm-registry-packages"}},"4.0.13":{"name":"i18next-locize-backend","version":"4.0.13","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.0.13","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"7d42e5f4e55691ee66d3e86bfe0b0c32b73c1bbc","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.0.13.tgz","fileCount":17,"integrity":"sha512-9TYqAcVmRmnbNfJA3kOZNVP0YMZyw0Y1Z/jYQjys0t6QAy686eo3onREzTCAISDuGvUaQPTe/WOvddcSEXD2Qw==","signatures":[{"sig":"MEQCIAvzL3oNgkJb5GTqskaZAWpx3YU4YCLiS0B+tVWIDi24AiAK2IXg0YeJR4jpmfgzoa4N8uKo6ysR7+k93GA5bNc5zw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124584,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4cKOCRA9TVsSAnZWagAAj0IP/AhTookmIkzybUXORVl5\n32PKBp8ybZ73Nqg3ahAVk/Tvu0Ai93Ba+HMq0x3Ic9NXceeWDHOEcLvgT7Ho\noxgHZ9AVXnr2d16H7Pk+IjFRbd9C5+R3/teYSRIHmOIrCYXzIRCzD9CXfF4l\nD04q5tAbmI4CMXIPpUOzEx5jiwiKCNUyV+oqq9bSuV4XOa6MqAUlc4WXV6Bg\nhAT5YyC6cOlzPeCzo21ot23q+qBfPS2eOGjd4aQjvpa4Qu3MPnxZbMIK1flT\n8K8Kz3aY4hW9MWIztwYyq2dLSzaTC4e3boR9Hyd2tzh2EXzFdWSonoesZ9Tv\nbQHgQ6CCmyZsqA4GITGii4o+bD+9fKgP2sl8YoUAbGtiE761B+WCmybL5wZh\n+gWUH4K1gwShhzsKuPCrq8dI+WwIoMY7C1m91jZA8KrJN08EnwiuNg8vxCd5\niT6sci/u54abYDip/toJAi53A7sgJXqr7ezgBfV0zqy2+kWdo1H+K9Qd3dPT\nUC8wf+hfejBB31qFUsE+wrCOrUests6HLUmMv4/HlOBpePhWxNflpFsXMQui\n+EGuqgGSX3T26Ukoe6mOd9Sok3RSx4gwRRX4pwQSLDM7NYGXT4a5YLulaTl/\nobRh5Cf/kcW/5InPJQNd/vVvbHQskLv51xe23gmCGeTLorkyGtPHnL9G1d29\nBAfT\r\n=BHrI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./lib/index.js","exports":{".":{"default":"./lib/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./package.json":"./package.json"},"gitHead":"6b30b7bb634bc2f536ab3192c99a89130477e5ac","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore node-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.18.0","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"7.2.0","eslint":"7.1.0","i18next":"19.4.5","expect.js":"0.3.1","uglify-js":"3.9.4","@babel/cli":"7.10.1","browserify":"16.5.1","@babel/core":"7.10.2","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.10.2","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.20.2","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.0.13_1591853710099_0.7260555610745225","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"i18next-locize-backend","version":"4.1.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.1.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"e6fd375586cc4e65a756109d559508334bac159a","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.1.0.tgz","fileCount":17,"integrity":"sha512-MkspKz9w69/4es1QTm81vsvl+Tj2IAFQtbq9DFlysjFoIbhFrRyOXa8TzQnSnLTmYA30jqsZarIDj3LdARpBUA==","signatures":[{"sig":"MEYCIQC94MXrILxnC063+RJf6smwhBjjvOvo9m5nWFDoQdtmjwIhAIJyxpq0rzZ70OWR/gTdqXOwYKEeChAUxAQy2HF4pTSO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":128351,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7MH5CRA9TVsSAnZWagAAdKsP/RpLtkc2ceZwaHQIY0b5\nKy9LYxfpLCHRe+Dk2GHStoXVFBjOnJEMSsKzdjQ8LrKrsd9OGWyNJ+UD7R3R\nYS+p4lHlDrnz2PEDzAymhpkqQFXj2Ys2bXcctJgW6+E49R/oNDBUMPHiQJCE\n4madHLtCFu0wmSd2LzD/u7CWkIARy4mqFx/mFHjf8bBAwmXtTJqnbbSxrO4i\nyJjYPAIPnqYpyzndIMfzodqvY+5Fm5kLuE5dO3jGmU1BTl4I+yBla/3H1zB8\nx5LjX0BQHy5qye3s4uKjKPgxGCqhwI6VwVOkKPw9XAIzoDvnYy8eo6Z45QaT\nYqPf6zhgNYWvnFFh5U0SyhqyrepBL+UPAor26kDmdbPffTgjg2j716xoddWL\nDhWVcEXfbVluKVG3ISuX3YvJoo5+J/II3ojEq3oeR6cN1JtI/z6hHXIhn4SC\nGld7TymYTeK7/3VBQxFXyMGqMp7CDWI2aqtn8FLtT1axhvSy1WIJrW+PfLMV\nyGw/uJrUrayj9arqyWdy+Hh24Hm9BudGJB5U2YdXU370bhD35ClC9b+TVxOG\nYaQGpNO9nIsRhWHsExmV74T9R2lyWqE0qZfC25TlVpxSfPcDqpRvzbHY0+iH\n3ffDaHPa75/cVVDI2SqGEiBQaDp+cUNCv8d8Ujx8Fv/z7tTc0weJn68WEZg8\nSV98\r\n=ohJ0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./lib/index.js","exports":{".":{"default":"./lib/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./package.json":"./package.json"},"gitHead":"15f2ed7ed21e3e6fe49da7bf42de4f168a0f7905","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore node-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.18.0","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"8.0.1","eslint":"7.2.0","i18next":"19.5.0","expect.js":"0.3.1","uglify-js":"3.9.4","@babel/cli":"7.10.1","browserify":"16.5.1","@babel/core":"7.10.2","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.10.2","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.21.2","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.1.0_1592574457165_0.8211356199403275","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"i18next-locize-backend","version":"4.1.1","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.1.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"1f12117f4882c4d54efede23ad6a32c6936a5d11","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.1.1.tgz","fileCount":21,"integrity":"sha512-XOB5L0rWkh2Wc0tQgWfkGcXrsf/R/edxRXWccbPreyxmO4vWWtugIqgpnph3w5d9yhhA8TEYDIKfsfUJAoswbg==","signatures":[{"sig":"MEYCIQCIb1mvPdiRE3mDAP9hA/z7AMeq/qAgYvlTBNJwpyiNEAIhAMNx+6IHxwdGx07bMFiTdT9zL0Pk3MMB741WHzAjyc5E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":154864,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/H46CRA9TVsSAnZWagAAaNEP/2I1ZUF8jBI3rO+/CMzg\nn1gHLxMECF+Y9aQ4X1z4DQdN43MQVteotPP+hfFMpIpyRis1IqxJUZ3DsGGT\nmnMWQILy13kLeKnZlStLYG/fttmNz7dpwNHTLoPSYwilR8MZbxhNex7d5ZKB\neyqmrLr+I0LCmFLGrMZ5h7B8t8MtcFxRCYhPoMovKeZd3W3MTjvEVODJDaKB\nZf5d6/Q7a1pWyU4Js95d7T9Pzn0hj5uSOuFEVh9KQbzWI03tedL3x7FCwQyg\n23ewjwyDdhTkQPQRR7od7QN/M9BHZ7SFce2Rs55YURXGVhLCyhr4oN9fzVLZ\nAAd6Pjs9UqhUzX38dNGbNpOZjL1rT7Rha6vFLtJOtaUZ2D8aTnX2a3UPw/tR\n7FqdYTOBUe2zaYn55G8sXMZ9PfH1izM8/X4iYd2mbXM6+2Ur2woBc3AfBr3o\n5GaFNKqwDu8sgt5y0APVe5OV1SSzBvGWyUp7W8fKNTD9yQrRDhIZfXRV/Ynt\nHBa7HQVxkdRfPTcY0nO3Dvo2F6oo0UR8CHKR3xaIvghQ/eQi+pRW1a6/HOXw\n4CwDeci0ZAe1NtOddkfDlv3SejnnjWQ5zDUuQdkQ8ASILTlrtCdI/5vP34Ck\nGx6ttHiBao29h+tIm36IcPAYKUnzOdL8s2yaqBIqeMHEpKZ08Q2aGf9YdNea\nAeDZ\r\n=qzBM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"0adc9dc423f40ebed4aa7fec151ce7304bb3c29a","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore node-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.18.0","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"8.0.1","eslint":"7.3.1","i18next":"19.5.2","expect.js":"0.3.1","uglify-js":"3.10.0","@babel/cli":"7.10.4","browserify":"16.5.1","@babel/core":"7.10.4","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.10.4","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.22.0","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.1.1_1593605690314_0.7253245203039536","host":"s3://npm-registry-packages"}},"4.1.2":{"name":"i18next-locize-backend","version":"4.1.2","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.1.2","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"b45252821ad94ec88e3ac71206b4bfbfeb7b3961","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.1.2.tgz","fileCount":21,"integrity":"sha512-nOxLaEgMIFfd5/u33WqvJR/Ar++v6xFuvjkJa7/0hv1Pm+Ke7gKAvRXAqN90syHp2aVcfse0lIxryOLqBJp90Q==","signatures":[{"sig":"MEUCIQDdY3uJv/PJ4YpY+IQQJ7UyAAAxVy/p9L5tZEgpERfoCgIgYmobIOR5aLMockGuyrpVKUK2Fn8SYjjPYE1GUjTdZo8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":155967,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNZ+vCRA9TVsSAnZWagAAEQgP/04i4pVVcGuQbnP+DKTO\npzFYvKJ4OkYZ6GNxRAqyOSYR7WQqppnaD90ny6qFiUUs2isiWtPuAMjyeekZ\nbabj2Gx2JuKLEcPp6Gs4qqZT5dNKT7QLGg7i+BwlAnexJ4d2THvluaEhDZ3+\nyy/kik48+EStgeNKEiEmnpjvyif7tO+N00ttmMucloyEeKJpxabFQvw7QUk2\nSZ3kizKQJ2GBbfP1J48SxcANCNKPvWtKQiZ8iKpvq4J2AmLcSjJmoBQa3pdc\nISuFBg1kP+Y9blRBTh2DTbbWDoyaKYPK79mkerEMm6O8uam3Yq5G8zhSP+BD\n+GykZuDUG5WD/eUNC775tLS+Y+BgFYgIq6q9X3LHIIIcC9OVXmrAaD8grxiT\ng67M5QOsqWJjZxBzcNvLoR4yI1qoK3K9ABXHYv8y2BdiSzfgyDnT5xBLWt2z\nOGLrMtAe0syHTj2FErScIAnMYV9DJ3I1Y+oQWM80qjrNZ7o8XePaYWjd7lDG\nZbr680IOHdMJ9gl8vsBHTyuWWdXHUF4QnBrK2h5H8A1Mxub39NKduaymK1SU\nFRFzGAOhrry1SqACiMKY7S/fgA10L5Ey+MgHuSjWAMs/VL2qf4mM4A9fpbAg\nA0Km64n+kJ4KcESxroiEWdRTIfzVGCzddTjUVnwSlFvM4ZvxY7YbHfC9/QQX\nz4L0\r\n=KEFW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"c3ae886aac48a3a64d0f60d79cb2035cf95a01d8","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore node-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.18.0","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"8.1.1","eslint":"7.6.0","i18next":"19.6.3","expect.js":"0.3.1","uglify-js":"3.10.1","@babel/cli":"7.10.5","browserify":"16.5.2","@babel/core":"7.11.1","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.11.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.22.0","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.1.2_1597349806681_0.0875659887122644","host":"s3://npm-registry-packages"}},"4.1.3":{"name":"i18next-locize-backend","version":"4.1.3","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.1.3","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"b1f564335477efda1542a0b1fcad05ddcd2a5133","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.1.3.tgz","fileCount":21,"integrity":"sha512-oI/QBFcRltPmzE6UGyfDiIBy6mOQAagnQ4NZFTjr7NDT6YlDrMm4n9RBlQ1lc+BPhJuuT/Rj4OjdO3CxpQsqIw==","signatures":[{"sig":"MEUCIQDThCEUJUdmK1YM7tKfI5gCPqpDo1tbSMBeXUrDlGFqawIgXyeQZkrT9g1/2IW9FybsqJOC2hcNUnqAU4GyDyptwqY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":156102,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfSSWFCRA9TVsSAnZWagAAgt4P/0NUQKVl3rrytabBxZ2h\nx5Npms5D/h3SFtFh5fk4vivVbyPe0pX2b/2LxyU9VciyUXCLqKdT87eaRTRY\nx0MoUfuJFJKgIz8EGjcQFOoTzTorvdaYP1Ct27V5A+oj40s4dsHODTw+oNzt\nHOhvIrcyRpH7A1zWaCHukQFOvsgsw7dpGjJ3iQjGeb85EUiFrX1AKV+sZNrp\nV/8uscr4kljuo+UQJSNUmOrYnufJRVEnvxLxwhS19K5NVrxa54ErVjC6/Y60\n//hmcRld3jWOiT9zeHP6MEm4dpDNnmun8UhDghf2E6OOe3fUMw/C8HYQbFFJ\nfo2DNEzLqOXUljXcyBW7yp6S+xK+5jMJte3wsA1i+XFEcMTF+VNPKFiuPs82\nXJbIhtpToTpGxZFwROZ0B2p5vb9UU7Q+ZHif70ZzWd+8YU58vFB+NvUX567F\ndjmsoUjK+XOXFsj5p5uRDFP9NtmxKiJo/E5q6kGR7LkfE30d/jQ9F+evyc5w\nstQGqbx/oABP+UQxjLESDV9/myt2MDTTuvInXzEV10KwwuAi4AUFO6qUeLC2\nkZjKREyMTDchBZ9cU4YFcKFsGhgtiyH8Nz456rFmNo7yPKdV2lvqz2lD5Qqu\nIntcJN8w7xQHmTwUTxMn2D6iTP/kVK2BKpu5+CyNrjj8J6Omi6kOAQO0gQ1q\niiFN\r\n=eUjg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"0dae2435ba8e83163be5b34677cc08fe6de894e1","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore node-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.18.0","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"8.1.1","eslint":"7.6.0","i18next":"19.6.3","expect.js":"0.3.1","uglify-js":"3.10.1","@babel/cli":"7.10.5","browserify":"16.5.2","@babel/core":"7.11.1","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.11.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.22.0","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.1.3_1598629252459_0.7699609715993179","host":"s3://npm-registry-packages"}},"4.1.4":{"name":"i18next-locize-backend","version":"4.1.4","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.1.4","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"cafec12b6c289767b334eef22c9747f9b9f4f17b","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.1.4.tgz","fileCount":21,"integrity":"sha512-4C8wl+tEXXBhsJPGzdcAj7Rk/dxMjL6oDPMdHBy+46Qzipc9DFcB/uuM3ZJsMAnBvH5EfpuqVL/qILai4ICOAA==","signatures":[{"sig":"MEUCIFxhGgpev5opsp3F6kLPmyDVuGbiZ8Ak9y+UaZ8tqpgHAiEA0M1DFGkq+Kp1KFmNkGGCsz2OCaQR0vqbBjLnME1F0fY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":156139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfSSmRCRA9TVsSAnZWagAAw/MP/3TL1AnLtUFfQIJTo3yq\nfZi9BTsCZaoSKT5z4ew4/1Ha+cQUD/Exo9//2t+hL0JRS2YMz/YlY2ck1rFk\nV9OpKY7I9MXIVCOC3oj4PmnCYJz+/ToJcgV97G7ykAXu4vIRhKr1ef29LFmL\naSwGaj5BcfCergnpPAxvCY84qWRmrUQB4uRRvdKEbuLRMOZvGvMDHz0iwJet\nHExn1WBqjcAnM1BP/WQQLM2e/uK8UpYL2dLX3P1CVCwP8LEMty48ajJ721m/\nJwAT39hxEVIYCZzXJg2xwRYbNiSK9bpJvK7YsucCMO03AdU6RvOn5y2wWLmj\nfTk36LHDiCK2/5M64CuQKmAgy6oFGCi0Fp6pmDc0yGhZ4dSOeUls+E1f62Sm\ncUpTUW9kCaWhV6EQ7v0R43tf0+iz7jC0WqHHR7YdowtVqEyFskIFV0ruGiTS\n9zDBDB/E8Bm1GAVqrIHFhfIe2g7Qf+biNsdS6s1cTyU119SNgshTZaE1euHy\n18BVGJILjYEoPNPasyCDnGLhi9hSAxU9Q2INnkK2TmJVGCJv2tBCbGgKsePR\nKDYydJJ+SdZ3VQ6JEmn+TOG8k493qx7ZL1SeIgbWRap6wK+oovhOnPbHyLeN\nFSWrWsSOxiCogFqAQfsVf0ntrRCs0ZXq63OgHvIce/vnImANft2TvL44VZjw\nuW/p\r\n=duBb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"a363adbf29aa9fe0f550a8e2f216619e016a8d35","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore node-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.18.0","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"8.1.1","eslint":"7.6.0","i18next":"19.6.3","expect.js":"0.3.1","uglify-js":"3.10.1","@babel/cli":"7.10.5","browserify":"16.5.2","@babel/core":"7.11.1","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.11.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.22.0","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.1.4_1598630289340_0.3904050876202916","host":"s3://npm-registry-packages"}},"4.1.5":{"name":"i18next-locize-backend","version":"4.1.5","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.1.5","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"c2499de94b4d413baf93f2d8dda8c1a390f019c9","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.1.5.tgz","fileCount":21,"integrity":"sha512-wE8Xnmwd94wnT5dZCilFfaPJ9osfpJZkYidaO3sB6iL9YuKYVmzLnBQGMo1DQLSmG7qk6Fc1RUu+Zdy7VwnKRg==","signatures":[{"sig":"MEQCIHUaljtv1DmQGjEo31Pj578l5/Kq2aCafncR2HPg1rOhAiBiTVNDknh4MkKPcnVe/9TMEPubLuKBflt6olhnkmewSA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":156399,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfSSqJCRA9TVsSAnZWagAA9m4QAJQG5YgTM4XPb7iypN0x\nv/HeGVZmye5i0FCSFD8ARTQDUoZemoOozBFksQoDVyRBrmEE3ucw3uzGNiLo\nPOKnQAhwiJl6E/FLyeEv9kcjKhh6ccce6XCwPQYD6yqDL6PQAOZiJ9AWtACH\n1UAf3Po4rKhaG9rYlthbByDJ0GtWmP8b/jrxSI0mXeT38RxR1TODeOVEkigW\nzFsI9WlnS5RlpCjsM30E0taZNtk4V/yiLUSzJcIfwtCQpzw8yOYS0RvlDBqX\nTGfM8AWI6OD0EhLRRYLJbXzSb3+LXVh71i/ucz/f19Zt9SGwY8KAWE8mX5vY\nS5HXm8brnuvRgv/6/EpIeYVj0PPcrT97nFqRszH0jsxTUZrzpoNliFWdvfs5\ng48/jttanYtDW8sIF95DERaUBhzNGysRj9OsKeUjsG1GsS4ltaLiGyyHlQl2\nL3JswJfLIo5auweJjbeHLhvPGkrad4NIjvEEkgduSp/6RxzIlY3Xz5BvGTUz\nJ7ExjBd+13ERfnt/0jgU0H0NlOVIJk9pLVtAQPSqyedNXbD4vQWiepRE8SF4\nlvTtkFMiG+5IJFWB2Cr19wM065nVq/b+RYWwHjPnTcHmYIRy7egsek4Tjvnj\nTuVU+AFYFQp4DLWp/S8h8x9GOJg26JdnVxPS+omddyJiCTttdhiu2DFKeoU3\no5l2\r\n=YAGj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"c3efc2cb38148d6f22c929b326cabc84563f5d8d","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore node-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.18.0","dependencies":{"node-fetch":"2.6.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"8.1.1","eslint":"7.6.0","i18next":"19.6.3","expect.js":"0.3.1","uglify-js":"3.10.1","@babel/cli":"7.10.5","browserify":"16.5.2","@babel/core":"7.11.1","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.11.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.22.0","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.2","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.1.5_1598630537371_0.7015441800655309","host":"s3://npm-registry-packages"}},"4.1.6":{"name":"i18next-locize-backend","version":"4.1.6","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.1.6","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"646bf27ac720c6c9b7e334257eefba2bb86c24f2","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.1.6.tgz","fileCount":21,"integrity":"sha512-JEs0EdNu11n0YxqcVPBWS26NCDwxWFyDES2cjN2D9uk+JzNobNbIUPXxSUL4RnmvBwCA8+H/32dXM5BM3WEsDg==","signatures":[{"sig":"MEQCIAOhWhLddmmOdSF9iT1AYjr7INuwWUx8VHobDlhChUJIAiAVX74F6WVp/lKKIT+uUB/sNERpZovha7TG8bA3Zi7BTw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":156431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfW1JMCRA9TVsSAnZWagAAo8kP/iLeAG0ACXK8Hf94rAEG\nJnxsWDieLlyKhejfTiWdKG1u0X1Bcd3M+gWNRsepeTsiGS8M7YTWWaVpdCLe\nrGYVACO4+uLOPi0ITbMmkg0BollyMxphLsZmgdrj0mGH5vWZ/B1tZtjpYTaE\nGQAzYdYBhI/pQR0AGat4zQyXLwn+ByzAeqO5Igtt9T9fMTVRWigDWm0e9EwJ\n9Hu4abKJ1ykYuXCY2JwfjOKIQqVPcjw/CpYShb84/zJ9CESLMmCl8pv0drff\nGGw5E8OHxbgrQWDIGkPsi+vC2Ft7Svuy1RppuIebClioW2qihpfY+cGz10wB\n0D5FHlP2vaXQL5vVmxI27lnc27ekRgsDJAu/tun0XW/rbQGee7EZj/aKiMTi\n/G+WppyNYVhQzK689eMOFf/72ru/YORqFA3dtZat9pX02P4hokzlnSzpPVGy\n7ZYxe14kPtSflLS6tjwe7Kj6KWjDaEv9R1w1/FU5nhGaNE84JIF85qJBq7QY\nt6df3ZtOt0cpPhZxJ+14Td6FwY8JogUSS2kTI031SngGY3PWSm0HNGgJAPkF\nCGRukxnGWrNAUJukliStejPK4VeOvEyy4rh3/C3z9PADZStMmY0ll83DRGAa\nwtTBOILK5zstm4lsePX1nSf43em+LrNSR7UyH2uGPAPytbYzNG+Baf8BdvtF\nqSfC\r\n=EUvg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"ae347492f46755d524d9347b53aca2b7a1043dd1","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore node-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.6","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.18.3","dependencies":{"node-fetch":"2.6.1"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"8.1.3","eslint":"7.8.1","i18next":"19.7.0","expect.js":"0.3.1","uglify-js":"3.10.4","@babel/cli":"7.11.6","browserify":"16.5.2","@babel/core":"7.11.6","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.11.5","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.22.0","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.1.6_1599820364028_0.6530750299599943","host":"s3://npm-registry-packages"}},"4.1.7":{"name":"i18next-locize-backend","version":"4.1.7","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.1.7","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"1f1720b604e1c63235457a34e2fb9d26260f2826","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.1.7.tgz","fileCount":21,"integrity":"sha512-aXYXZhXPHlsZRE3UPG/o9deJu/3x40QQAjsbmxRp1GN65JAC5huT0Lk5H6jdXcR3A736jHrBAckFnEzAvi9Rbg==","signatures":[{"sig":"MEYCIQD8Pw/l9nJjargnJrRpKMLhXNasmwfYMC5g9QgU70ADfQIhAKXYGNel+hsc2pxQA7/3gvewCG7QGVWML+6uQWMDE/N5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":156609,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYHvqCRA9TVsSAnZWagAARt4P/1y4tim9tu9KJCdaxqpb\n5+u4l+ubSKYlcesmdmxBC0xbvOc/D6ixd/zQUQqmbIZZCOiXCP2HWoQuVFWk\nWOOpr/8sCOUsFUUmYNGd3+QKMJIeXWS5Ru+eTHs8Y2FN0ZGEWBgjOXllep+C\n+az76Dggk1rOQ3L/aHre2CJDvoRRSFLXlI3D7/vQIhdZpBUIEQWsx7Ut0dcs\nEF2BSa2Y/nWpBss0e4hbJZipwqscMfTa0MN2v9niMM/+s1aDEWwtcfKHTFPi\nLmFCSdnAvmqK3LUpxsuYx3TdkwbsGytXmDYBdMfLnToQ6B/aJ40tu9vNcd1O\nR0B7GKpmP5FyM2YpsAIzDF0cBDlXvXMjg1qHEfyjX6HKmFJdxkTueElI6mmD\nrKcR12uXS7ulB2xLrmjuutKDX9HBdZ3QHjqtFrAsdfTOv0xBT1lQir1d3uCO\n/vJw4HONJRiixTuG22P3G/wvcioO14Prd63+lKAeP4hdIBdlq3DV9g84YhWe\nhjD3uAizn4cVcR83IjTVH8NVrtO5bfLCs106YD0uHPuaEBn7r5WsF76gfuEl\nI/YTl6W0SWd4x/SE3OmsISuL/rhTlfFTp6TbkK1KM4m6A7eyxP+QuEHF9C70\ndSo0DRSyEgHTsfoIiWEVicG478btqok5srorQxs8S3JML2k85RcSvKhqlTIz\n848/\r\n=HAM1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"5421627169af2bdc9c8933b99215d799cfefce4d","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore node-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.6","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.18.3","dependencies":{"node-fetch":"2.6.1"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"8.1.3","eslint":"7.9.0","i18next":"19.7.0","expect.js":"0.3.1","uglify-js":"3.10.4","@babel/cli":"7.11.6","browserify":"16.5.2","@babel/core":"7.11.6","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.11.5","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.22.0","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.1.7_1600158698505_0.3559428157551223","host":"s3://npm-registry-packages"}},"4.1.8":{"name":"i18next-locize-backend","version":"4.1.8","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.1.8","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"ae7585d0c868c245765ddd909c72f5c1200d0717","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.1.8.tgz","fileCount":21,"integrity":"sha512-Yn2gU/6MUCz69uZmwTyLb4di9Hw2klqPvpVsx9VoFH1ZEy7UggnUdWWjgK3FfIbstL8gL+mTjZH1xdKBoVemkw==","signatures":[{"sig":"MEYCIQCv3GQPPYdZtseXoBCYNJE/m2z9bJaJXDISI5pEF6h/SwIhAJUWuXEr77R/a8Nq4vNpopTxyQpkXCSrhVHqt/FPLRs9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":156845,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYH3ZCRA9TVsSAnZWagAAv+kP/27RvHmQAJI6pGajalMi\n5GwHoIKNqntVVOEv9geH75guMCZ2At0tb02vlIAyOw0yLHgceSpbNFJ2Hyzj\nwXXg7zNQAQu/nMzjr7ROk1in96bvNOUleqkCPYlyf5jNK5yAGVnq2qI04GYr\niutwHHFRcZ3edFr9bTQAJdn0/ClahySDsThQKhwhyQuBRX0kVrwFpN5U6erH\nw+h5wrB3rszqM4zBMYHuXjZO52YPWNmaBs5Y49GM7SscMu/z0UX/jZP/jZlf\nd5RhWd0zb/uzqz8d7iL089XzFgI/x/O8WcBiWrFokTkTo+g5YaDym9RodIjL\naxHuaBsHezMhR8pSwU35+oKTEA1iFb4kUylSA/uZalLCJgQOiXC4Tj/ILFS4\nT7PfCXxL33zxec1gyC/scOxVN/3BS2+yub3iuzJsFanF+R2OLHlevjrlXuVi\nyAY7ZnnukX5363kCCsQ9UKbF/Bk3w/BndJ4/DTjAmC/+dWRGKsHlKH6P6jht\nyaqfQcwIp586z4AjaSW60szalGmfOicboZt6hFC4loriRKk1tH/TRhV7RXe5\nqIJv5QaeyFXPS2jaUbZLH1KvUfZwYbAJ2IS620c0RCX0s6sdX+k/0kw+YXj4\nOR7IHBO52RnnOFIZaBNGsHAQtuojKmzmf3XJpW8S86cMIJQSoUNO5DLJwyG3\nnivW\r\n=9PUj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"ed731a1512acf6e966a79d367dbe6c894f24e250","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore node-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.6","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"12.18.3","dependencies":{"node-fetch":"2.6.1"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"8.1.3","eslint":"7.9.0","i18next":"19.7.0","expect.js":"0.3.1","uglify-js":"3.10.4","@babel/cli":"7.11.6","browserify":"16.5.2","@babel/core":"7.11.6","json-server":"0.16.1","xmlhttprequest":"1.8.0","@babel/preset-env":"7.11.5","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.22.0","eslint-plugin-promise":"4.2.1","eslint-config-standard":"14.1.1","eslint-plugin-standard":"4.0.1","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.1.8_1600159192580_0.5943613365035758","host":"s3://npm-registry-packages"}},"4.1.9":{"name":"i18next-locize-backend","version":"4.1.9","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.1.9","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"0abd64caae6e240a4882e342ed83670ca808b078","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.1.9.tgz","fileCount":21,"integrity":"sha512-gqYehO2cLlhJczfLXCZptt55X3/iW7x0s9yipADyt8fFMmgJF4SvvAT7PNBxIf5fOnxhkETxO8eKdd02HDd8/A==","signatures":[{"sig":"MEUCICVqCR/VKiH4mqRAR7U14NitPLTcxLwP31kn0qjva0F3AiEAq2jzHizwyibZ6cqjXOlI+tjU/ijCnjw900rEwtJjGHY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":158244,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgA/b6CRA9TVsSAnZWagAAZ/0P/iGgpKCL5FLtpE9rStYD\nbi0DAsRMpjsto0HdBFqERk+vh1y9BbfAXTAnfxAIl2cvhh35RXI/uahSi1lk\n5CAuJCNPTyjPP6OwCLJ0+cF4tjS8En6YYDbIykmTWEmAH8wZcb3CFpP82JWK\nGhhhKo9CoUhqYfv6IpMuuP4SKW7yw88p0ohPTXJYPlW1wWy8Gs8vSO3Lvcs+\n3IfzVZzHifWiWb9+1zEVTOhvoaVkgwaQuNWW0G+U1cRRj2gFIc4U9ci7Uf0J\nLXZmKHvMgovyXXNmd04moiMGTVpmlHyHrnM+wd79acWprqzRE+Dd8EuppqKe\nT1aELYE1c20PFnZz3jNbfJgY91WBnQr/0//0tj2QklNgsZZbpE2Z1fTaBZII\nmgs2y8DdCry1XGnXH/3SNFZcYMkbmmrKoapSHWARBJoP43SMGJoBM/i0IQnh\nfwNragM+SyEviC7npP7HnKadzwdM6U34sme6GTPyFtICtnNndxVd2OU3vY4D\nWQc1VubJQ9VyeGHPj09J3wpzBkXskJPug+L7Sslntt7xkBqG8wVB1QatgqM5\nDrh9/rdE9QJynsUPqgjm1ylbFRmDDI2Mok+RL9CRIt+SKsKp4sJyoLmJsZkU\nVW8GMd5LKZTl63jJXoDGd7QF+wb9OdSCa1RE/A5iXlpdcdj8bGAjH1cSURwi\nLBCl\r\n=dP/F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"378a7c9a7be6c8ee97523c1b2b7ae024e8f7c881","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore node-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.10","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"14.15.4","dependencies":{"node-fetch":"2.6.1"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"8.2.1","eslint":"7.18.0","i18next":"19.8.4","expect.js":"0.3.1","uglify-js":"3.12.4","@babel/cli":"7.12.10","browserify":"17.0.0","@babel/core":"7.12.10","json-server":"0.16.3","xmlhttprequest":"1.8.0","@babel/preset-env":"7.12.11","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.22.1","eslint-plugin-promise":"4.2.1","eslint-config-standard":"16.0.2","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.1.9_1610872569738_0.8011081765119936","host":"s3://npm-registry-packages"}},"4.1.10":{"name":"i18next-locize-backend","version":"4.1.10","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.1.10","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"b53c1e81f23dd2f07784aac59b7d7fa05d2eb02f","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.1.10.tgz","fileCount":22,"integrity":"sha512-THhaxbwLpW7MaNcSCg6BDixTdxFSjtDwtSuHwEf22pvNnQnX2sPExejefiUbY1XsAnn5rap3oZRN67cVRFARLw==","signatures":[{"sig":"MEYCIQCS9mMG8EitQSNgQlnf5vEJrzypRd+pcfngetO1bpS31QIhAOOywaELQezXAaBAyX9tVrSzKtwfLow5dVU+Mzb50kiM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159486,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgTiVPCRA9TVsSAnZWagAAysgP/3FMJo/6NxvgsObAyFl8\nwaa63Zv0Tx5F9nhCyodRVjX3Zi7dxZXeg4RggyLLMIyb4o3N+WbVV0ZDsE6k\nw+q02hxTmppHFwbMbOccELC2ThxG5CSjknwd9Qs9zQhPFZB8xw5Q0sWRulzS\nKC9rvepTlx2pmjzrAJhvcOftW79NHzcXzQR5rUUgBY4q+GikO/sgbLiDRWS3\n2iDpVYvsTY3VqErDw+RHZAfbeG7/+e0TdytgC/y867SwFNa7vhSkjkGDSy+F\nPdHLig8No+/5enaJK/ap0htZ7Vf9E9CeKP3Nar5gTDUwqXyT6d5AKcaS2sYR\ncNpC7eWDzIgY7ZB/CYhx6FBQipioo6cpyu+qztpSQqLH4C/TzZzez8aEzwsY\nPTTY/7+yx0bIwy68s2p4lM10UcXKeLo0+/l4uqrTbP5aWBxEOHDGhaeOHy0y\nwMkl5P0atkXLM0d6EmXWEQ51rISyyZnzdYkuXhW9zZd2h8Cal1v928buDU6T\nxfpxjK0paPPnGlegTqQsQLMvFUx9Qb4H36smmxZO5HbV/4/9d5JYFGypwxEi\noOuU2nxZjXr34SFVn7jJ+1nyrYgpLDN616vY9YeIyFO+IQyL7Q+W8su/aEPz\n9jXPkcIbOaTRvxcYBmErrT1n5BtkdCaNKpLUV5ryqMU2Y67kEn/2C5HUSYB/\nq0xi\r\n=LCy2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"6a2d001744931605bd509ad57c7f0ffc0be9fa0b","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore node-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.11","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"14.16.0","dependencies":{"node-fetch":"2.6.1"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"8.3.2","eslint":"7.22.0","i18next":"19.9.2","expect.js":"0.3.1","uglify-js":"3.13.1","@babel/cli":"7.13.10","browserify":"17.0.0","@babel/core":"7.13.10","json-server":"0.16.3","xmlhttprequest":"1.8.0","@babel/preset-env":"7.13.10","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.22.1","eslint-plugin-promise":"4.3.1","eslint-config-standard":"16.0.2","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.1.10_1615734095271_0.7517778456150213","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"i18next-locize-backend","version":"4.2.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.2.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"fa71a010459079be69922678604a6a952d4162d1","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.2.0.tgz","fileCount":22,"integrity":"sha512-piEGKY4e79S+zcxbEy7VwN66RZZKRx3qLzLJZNhHN251IxF1HkvhNiz+kNSla7Y/k25T1F2WOU6L9OlSjEwvtw==","signatures":[{"sig":"MEUCIQC5DxCWrj9D52RtIG1aZxfCgCRs7boew6UwPkU0vREv1wIgMRXXZFXS5ZUmwHd/RoYN1rqbMDntCKb2w0YljpGyty8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159935,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWH/dCRA9TVsSAnZWagAAFFQP/1X+FJiZusMsg95RBz8m\n3GYt7O9gW7wuUhlsGUm6SqewAHOEaXlXDzfwhiJhaOi5XyPa+XstSFqEjGYe\ngUi9ZfJNEgyFiXGS+FtLOw7FYez0U1IwJM8uA3mmJ8952PBiWgikGs4a1ppW\nKg0dVrJ2/7mdTM9mzVQTbqhvLfXqCdc3zCiGCecigo+PeFlfpHvG+kvYQgd4\nUuubQaUmqmocxzfmx2TizOf0FBZm/E7hHQ1dMctH18ySw71dAS4o6G/PQnwf\neIUNZHvg60UzYafZ72jV/zZFhOUhKbtcpYrGUtNSEoIhElfGLO3JrAkskn8Y\nC6UlHAgk74pi4hCfWSjqJ0TBf5deDARheJNXcyQGbkUpZClDL6RJ8WMOtXSk\n3BR9s3XMDKiiXCm8El5JliYh104xWZ1+Y7USjszvQJlhhpbNE1zjzzjE1SxW\niKJJhO8MWmm4u6hZldwzABNFPIO1HQ7O3Ey6lyEYYDeShnWYA9LeqqAO94/3\nBicUrI8qSWFvlue2bwREDeTpC+Z//xBsb4YmocGJgTm9A0JL1TgIkC2+BadC\ndh2V056ZWEgzkjMZkuC0cB0XaPgymc9oARBqIU7weVp4QU4c4sT5tlMeWqA/\n3t4V5uXnzqq6v3R8H5I2o9UxD6iUZbYFXAqPithPYUdExJDnaqHuD5vHkBgn\nP5eW\r\n=F0Ar\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"66807eda14fe970af4da3a3a2e86d4b157a91021","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore node-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.11","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"14.16.0","dependencies":{"node-fetch":"2.6.1"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"8.3.2","eslint":"7.22.0","i18next":"20.0.0","expect.js":"0.3.1","uglify-js":"3.13.2","@babel/cli":"7.13.10","browserify":"17.0.0","@babel/core":"7.13.10","json-server":"0.16.3","xmlhttprequest":"1.8.0","@babel/preset-env":"7.13.10","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.22.1","eslint-plugin-promise":"4.3.1","eslint-config-standard":"16.0.2","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.2.0_1616412636510_0.8633788844894288","host":"s3://npm-registry-packages"}},"4.2.1":{"name":"i18next-locize-backend","version":"4.2.1","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.2.1","maintainers":[{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},{"name":"adrai","email":"adriano@raiano.ch"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"0a5f46ff814985b7764de51e30f7850d7bf45dea","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.2.1.tgz","fileCount":21,"integrity":"sha512-YoxbQUCJOqDQg+0sJgoK9BqJrPh2PSUqoMECU3Q82eNNOEH0e2vmNQ6MJq/niPM2tutj1jUMCPOsVOUbZLQ8ZQ==","signatures":[{"sig":"MEYCIQCzm0Bj2b+XNemAtsahDm9SuqYJD7WnIzfyrvt/6c3XfQIhANhaHHM5mylYc27xbjc+bVM4zD41wzo7uh4LoWOQlwAr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":183726,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnCe5CRA9TVsSAnZWagAA1dEP/3KH9dtkVWi9eMM3N2gD\nlXrjOf7uIHT6kcco5pGTOo6GUvlWeJ/dYJGqxQjIaErG0n4OTquyU27zqS9W\n9sxHydtbp1+13nxQbbW5xD2rSfC09AhA+f0mnhjQuTqCYv5MOqUhExfvxqX3\nvHJZlPxvcpzcrDpaY3JDG2zYFRR3Ob9bD+r67JH7da42Ko+HxTci+tMXpWe7\n0KD/c3e9XkeVnF7Gx1xdsMPEZi3tGmCFqGCcbdZE7bZ3BP2gF2K3ufEd1Nsd\nqE6p89NWcAj+p1Hxg1lW+UCXkwUdAJK858mnF0oT2/rjyhOdF4kHizd0znYP\nHOtM1c/W+So2s9KpULN/62ZWKYWv7tD/WGKyqCj/LsrcWqgWh7j+WNt+5974\nR/r4hT6GrNDqlis8QuamdAj3L6KtNc5bIkZsG4Yj6pbLsFjxz5nnzpop7+MQ\npwgX4oIlWt13pf8tS2y+SuKMHv+Dwx3X9H1epnitwZoKjPS4HlbvpRWxaCJn\nsHOYSJuGYp1hVXAP/sVTTYfWsybOJTHOl/SRIuqL69yrmXJ+Ow7kmexWnHXk\ncjcjKF0hgtlaAMGjl4dT1Xi3ywd6MPEpKCWuNXMGnmdakU71oSn8rif59i15\nTCVApfiP/KvOzqpQX4tJOQvmVxrm2Oqk80xzPC6HIzgQPKErEYWvOdVDUHgQ\nV8nE\r\n=R6FI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"8559fe3940973b73853b3d18190b96dac045237a","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore node-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.12","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"14.16.1","dependencies":{"cross-fetch":"3.1.4"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"8.4.0","eslint":"7.26.0","i18next":"20.2.2","expect.js":"0.3.1","uglify-js":"3.13.6","@babel/cli":"7.13.16","browserify":"17.0.0","@babel/core":"7.14.2","json-server":"0.16.3","xmlhttprequest":"1.8.0","@babel/preset-env":"7.14.2","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.22.1","eslint-plugin-promise":"5.1.0","eslint-config-standard":"16.0.2","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.2.1_1620846521244_0.8871285115176346","host":"s3://npm-registry-packages"}},"4.2.2":{"name":"i18next-locize-backend","version":"4.2.2","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.2.2","maintainers":[{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},{"name":"adrai","email":"adriano@raiano.ch"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"fbc5735bfc039b88b0fd4a861964258edda6b29d","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.2.2.tgz","fileCount":21,"integrity":"sha512-HaAYBZmI0jruOf0NIonT24KJmPAHfuhtWs3CBEMxcEznQXv0zKgHzwJIIuofIwBRYKrpqiJcqJr++cVD/T+Gcw==","signatures":[{"sig":"MEQCIH767sHvIfpgFjRDFAMZnQ2vhCiAUSMBjnHuToECnKt+AiByyi/xR6wxduwQB1GGKpVj0Nm/OVYqooZmaLEqzcSP4w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":160247,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnC0aCRA9TVsSAnZWagAAGb4P/RCoAAMAob08ltQk5i8H\n2fl8WgSsUqaDbui+c8hjKDK/pcWYv1ZOpKvDF8R3sVPaE/C9vctnPOVsfI4/\n0Ze2oixka6erJkHafslmCeOk6r0OHyxHIdo+sQXEBAJ0yjRi/8urPZzwEsay\nMSERlfo4qpa7CYSN29ZP/2hzUCaE8Y5X3qfF1wRVBPiZSrldKYhbhlsjPUf3\nMVYggA1agNI7pa4QE8KpQTfhYRPK4bXfh3NT8yta1GAr0663jS2m7mCVma7a\nizd4SgSG2TBbO9Jp13+3KnL5Cy04+UXYPPwnHWO5WMTBwvqAkyiriWLMHaK4\nSPw1RlHyclW6aQh2K0s6fZc3vhYB9etlm9oWgntvZjNcW3RPU6Qq3M4fCucG\n/S+f5xtyarjA7T++mYezyshB96IlB/8cmKcA1Ys57hq54BNxnL2npS0Q+IGA\nhoBodyfZJX1/8uBfXrhm01uDP8XNQrsB8L+u0qJwSloaC/V7aFeDWMv7KQic\noXdTlS11fA8JRjF8LUshkZFT+i2g4KNZZ9+tY/OXlfn7QKWzyFCexHkOutTf\ndhGFhoPASpKCgBdZOyNUem2rAeCSEokZKEcvtbOIg+vhaDrHH1Mgskl9QFPi\nnZcDBIqwqq3EkoOY19k+6Fkzg8a3RosRAv6/bcJV/9sjwR2jJFopn22m3fpn\nqV9J\r\n=l/tz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"0de16e3ac8db40eab602e5dc787b59d86e2a3676","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.12","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"14.16.1","dependencies":{"cross-fetch":"3.1.4"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"8.4.0","eslint":"7.26.0","i18next":"20.2.2","expect.js":"0.3.1","uglify-js":"3.13.6","@babel/cli":"7.13.16","browserify":"17.0.0","@babel/core":"7.14.2","json-server":"0.16.3","xmlhttprequest":"1.8.0","@babel/preset-env":"7.14.2","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.22.1","eslint-plugin-promise":"5.1.0","eslint-config-standard":"16.0.2","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.2.2_1620847898174_0.17566348612689042","host":"s3://npm-registry-packages"}},"4.2.3":{"name":"i18next-locize-backend","version":"4.2.3","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.2.3","maintainers":[{"name":"jamuhl","email":"jan.muehlemann@gmail.com"},{"name":"adrai","email":"adriano@raiano.ch"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"18c86fa4c04b10c61c017853f25f86c3b5c3f98a","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.2.3.tgz","fileCount":21,"integrity":"sha512-eo689GoMMqtMbtPqWkdLtMI26Ze/2RNkv9FKMjZh5p/N9AYXY07s4VDx4fwR/jXNIUEwUieANoGO/iPoVbGCUA==","signatures":[{"sig":"MEYCIQC3vHfwcqV7v1jmu31GcUAoh2ZtQ1t9RnXfz/RdhqVHRQIhANc7zd/8DRke0oMa6J/RBTpTExwKPsPbJnhslYNa5Tes","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":160817,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg0XLqCRA9TVsSAnZWagAA4BIP/j+gJQfVoS4hUpCH7aHn\nL3MzuURPzL1GHIlcKyQ22q+gnlfvX6iJi4zAvqrBAIxzSRiZf9s8J9qbsorF\nRLoUqWjNukMSqS14SfkWgI30fLQhZdimHqwdPU4tbDqjUrhtkGSJMru3dZ82\nRHfdV82roRDs0gJjsO4mlgdhy/VlmmYPU2tqgPQHG1luXFP4w/8k4XPKhJYX\nRLkff6+e2ztFCJK+ELITYUAt2ubxot2U4fk4/wGkRuSs3ChPPhlsraEzooh0\nUleTS72Xtep81nRE0vd60Cu+GUWtYVsvDa8OlbOccaTHbabWkmIHDUkXVdVx\nJ8UnDdlbUTjB90uj04OiQMcxkJ1MzjGGqLsxRCAQVZfHZ5hfeGr9gbfK+CZf\n52+AIdRVEtTRFCwu2bg2cyitRbV2I8L7V1gKYTdEFndiJgRnCxi7IMj56VWY\nBW0OFwy6ToM4ccn84NNDiDqXOpC9Debi6orlbvfGm6/yrIbMnBF/A1rSdDjg\nhTpaJWQCzlzdxhJoAbxZa0xL5zcCLaqFt4dMT0l0OPguztHkN5ywGa2RhXUo\n309GBapjjXIfz+HX88h5NlNYa2eoqzjVtfBP1oG5VZry/daCQR4UxsH6nk27\nsDpyWfJ8Kzq3Edy3Sfvpeymm7kueb86URNQcw/ozdmLPal97HVVxq+RdoHqK\nIL2a\r\n=OadF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"079e0ebc581a0fdc67252ca91cba1965f9082bfb","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.13","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"14.17.0","dependencies":{"cross-fetch":"3.1.4"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"9.0.1","eslint":"7.29.0","i18next":"20.3.2","expect.js":"0.3.1","uglify-js":"3.13.9","@babel/cli":"7.14.5","browserify":"17.0.0","@babel/core":"7.14.6","json-server":"0.16.3","xmlhttprequest":"1.8.0","@babel/preset-env":"7.14.7","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.23.4","eslint-plugin-promise":"5.1.0","eslint-config-standard":"16.0.3","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.2.3_1624339177446_0.4664494773569854","host":"s3://npm-registry-packages"}},"4.2.4":{"name":"i18next-locize-backend","version":"4.2.4","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.2.4","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"f4b43db220b8b661fa5ea9b85aaad9a5af386e49","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.2.4.tgz","fileCount":21,"integrity":"sha512-mUz1u5iJo2UnY1ZKqdAkPiOHx0t1N/Jf7+o775JW1BkbOfQ6rwR2caeR4Sj1gdG0LoixCnItOVE6zm2iZF33OQ==","signatures":[{"sig":"MEYCIQD1ClEavGEfyJCM/vNA1VePOWBI50p55FIZIJpCK9zkGwIhAMgILoIIUY6gpzgbR1qaZXB9f8O/XUT0MphJ+rdLXAXg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":163651,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqHa3CRA9TVsSAnZWagAAvWAQAJp5/tzMfc44LI+QpqYv\nSnltdNiyM1vVNFleJktZlOP9viBIuy6Cbzf92VJKwp2SHRVOpBW9S7EkvXo7\n2rJMgyfnIocThIuT8zO6r/XxQihLaxHpn9DeGN9BGHVfnHIIwIZGJyUK+PxT\nrnWr5IZPLM0jYkqRYMrNoC25YJH7CUWN8n8hTTEeDL4bHJpH1p3Djv3B7SLy\nl4GfpUKCoTf21itTrriOD40YA5aZ5oJQ9ny0DhkQMC0skdqmbp3Zl5Bes/Wp\nH9XIr4MSPdbxlYjWiJRKcGbPYJiln6Be3v6r1jx5nWqGk9+7yhIFfGBBRVB7\nlEtHYK4PyxHMO6iSkBWrJhP3hyWGR3vf9E3hVdqXDR7CQB4o5z5LhhwCp+qk\n8raxhJfPU3ZvUtoHppJnmyBYXB0VZXJ9Hn76k/M6TAeqGNCq5yTkxIDc0jHP\ndWAwTjTbA5T91D4u/oHPUFZR+KUoqMfDEgbgcyNfmW6b0Ekz4pTM5fkWySaA\nVys/tQ0ppG2ohEkfnyM1aBINBcF5imH94tKb4DcDHkx6tiEMsU/3iri8sa4X\niV/w1QPgpYK7hKRGBS53tKXqFtqzHeFFbXJ0B7LdrvI8XwLnf9r4cqoKGFjH\ndconr46CObt2SsjWmcubnBSDSQ1kdIWxuKlZuodrGbWqUo8nEq+SmkMntTl4\nwoiQ\r\n=woxo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"35dcf0121f6c5316722cde816c9abcf59e84dd81","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.1.0","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"16.13.0","dependencies":{"cross-fetch":"3.1.4"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"9.0.1","eslint":"7.29.0","i18next":"20.3.2","expect.js":"0.3.1","uglify-js":"3.13.9","@babel/cli":"7.14.5","browserify":"17.0.0","@babel/core":"7.14.6","json-server":"0.16.3","xmlhttprequest":"1.8.0","@babel/preset-env":"7.14.7","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.23.4","eslint-plugin-promise":"5.1.0","eslint-config-standard":"16.0.3","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.2.4_1638430390895_0.3637570291689767","host":"s3://npm-registry-packages"}},"4.2.5":{"name":"i18next-locize-backend","version":"4.2.5","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.2.5","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"a1c09fe15898a2b832db9145534bd1a6f6a8c3a3","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.2.5.tgz","fileCount":21,"integrity":"sha512-bCzE9uId1if4K6i09s+ETUZuXxqzD7BndhJJxg+jDjRQhtzbUsnJ25ZpNj8sdzvLM1Ui2405p2skdKmbNcx/YQ==","signatures":[{"sig":"MEYCIQDuNk7RIvEArMosKhkgG2DPV52pipFTfLpWRv/Rd/J4WgIhALrrgSPHcjgOcLhJTfH0Lp0i7EI0Hi5UXZQdVz/0gYkX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":163975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqKOuCRA9TVsSAnZWagAAA8cQAJJEI8dPfohUDr0P2oKt\nD9BAPATwutMGtnFJernG9kM/03YZODIuZqBO3BpyXyHzSOheHQSoJuDb8WHK\ndJ3xkyH5SIoNAKxeqg0P1bSGFD5Z5pBbwLWKfvWv4ANR52vXfU6hmtTpwsNp\nT0vbhNi525jhX93p+JCu203Q2mOjybJsI85a4xnsf4jqpwiQ1hr2hEI4oTLH\nv6UMASkBw3NhJmR/Azy4T94SjCcVPmcNJAthq8eMM5Va4QB5PIhqpOE0Nepc\na4VEvUwNt78x317+LIkb5JMMBbV7y6WpCg40hl3/0o9AFjCS+CPv5Wuva0A3\nexG/jbDksbsOajoUfDFHMRvJCJHdcSqTGSz4FAdai3FBZ8Hq4EOGcChgaZvE\ncT1QtLmAYIdO6eY+M3wtJT2Fmz6l2FPbc7t0xM/O8sL2dRc7Kafz/bJmZCC9\nDyrlirMKfPOCXFSBCn2leKok+luD2AvyrgQrpko0HTOV403YqVrPLklkO5iz\n0coVJS9wEMZDcCPRFuqGcfjy//xEV5dImZUonkvSWsAxE4HmjFTjftNmYgQ8\nu0CDKmnIdBLTPHtGaZmfMAmXMoeaVmE8LZdzKII5lZWkDwXPG/xn3nXUPWYC\nPdP6uedFbImr2NfKdcvD4Qbh17x5g2U2nFrOoRQnsUapffLxtPtd35N2yPh1\niR/t\r\n=cpUH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"a8c3b1aee75d56ada5af63b8dae3e2f5c040a759","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.1.0","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"16.13.0","dependencies":{"cross-fetch":"3.1.4"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"9.0.1","eslint":"7.29.0","i18next":"20.3.2","expect.js":"0.3.1","uglify-js":"3.13.9","@babel/cli":"7.14.5","browserify":"17.0.0","@babel/core":"7.14.6","json-server":"0.16.3","xmlhttprequest":"1.8.0","@babel/preset-env":"7.14.7","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.23.4","eslint-plugin-promise":"5.1.0","eslint-config-standard":"16.0.3","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.2.5_1638441902371_0.35099345532730575","host":"s3://npm-registry-packages"}},"4.2.6":{"name":"i18next-locize-backend","version":"4.2.6","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.2.6","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"2d5b62fc92d891fca420f9bd5a9a8345476ead58","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.2.6.tgz","fileCount":21,"integrity":"sha512-FD/KWK+ADOlw1r5R99htw6gzeF9eH7qG3Ah7oH3FPdoMjv9u2dYiFJPSwrQ95PU1I1/6nK2uJWB1LFO+8Wa/2g==","signatures":[{"sig":"MEUCIQCH1/V5O4QfIY87on9Rv60mWKw4QT9PVviit1Cbew/e3AIgLaIRNUgP7ZztkKSSqArTTpRGVzkitCr/LoAnebEeoVs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":164469,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqKjVCRA9TVsSAnZWagAABNEP/2vA6lhC51vfOeVaA7ye\nLQu4KqehT6PlCJ2x0/Pi9vbVbQQ159bOzCiaMNUnzyNfoM2CJiCtLOTBG8Hw\nP0o0Xe5Om90myVq4W9Q+ueINRt/s24kwNaFHXqBNj/itnonWHIr1nM0qM2Vt\nAkFF9crhMZ/PMgKhdo6d8n20S7aj2DyHSaR44fuxyBzSy6ckz450uFYtloxn\nB2EkvomdOhFJ8boP5c3RlPwOxGJDlBJ/lOC82X2nPlMAmyg6p5zJOaUcPJCy\n8L1F2KGRTj+tAc3BtMTiOrE9HrrJSBcHVtAFsPRMNpxwxg5c1dfmDmwOczbV\nsL7ODlOS8cWz0sLcGfLqYMYJYiOs3X5ZvKiSRT8kL1Zf75P/LeV4P1zvQ0qr\nh0JJZTS3BOGKVGj4KzBzafEQ2i33k8au56NLKuDytgBemnuxPBdxPY1TUNWI\njJaKqhKn3+UTAZ6cCY1qhQexCwe3vD9xiNJGJVdk6zirKXVP4GEnUn6ptyM5\ndrLmNdbYnD37GbDfLTwpHSJb8kC5C2dVSboaxu7T4IDyxMbUEDSRgtrQngyZ\nDffOcyop6y87BZXbjrtcEYc1FaNr3S1l1RWeOW+MooXc2woE22/4krdx7O2p\nFaDWKCycSNgTVyJRBhDCQiwN7+qWHJEOcEzrerMTC6Ny4TuV7JYAmL556iEV\nD+n4\r\n=RSrN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"4a1f53edd4df2d8f48d414ce9590b5a7e90494d0","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.1.0","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"16.13.0","dependencies":{"cross-fetch":"3.1.4"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"9.0.1","eslint":"7.29.0","i18next":"20.3.2","expect.js":"0.3.1","uglify-js":"3.13.9","@babel/cli":"7.14.5","browserify":"17.0.0","@babel/core":"7.14.6","json-server":"0.16.3","xmlhttprequest":"1.8.0","@babel/preset-env":"7.14.7","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.23.4","eslint-plugin-promise":"5.1.0","eslint-config-standard":"16.0.3","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.2.6_1638443221372_0.5530013210034592","host":"s3://npm-registry-packages"}},"4.2.7":{"name":"i18next-locize-backend","version":"4.2.7","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.2.7","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"6b80283b790682c846df3edc7f148be90020751b","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.2.7.tgz","fileCount":21,"integrity":"sha512-xYuGzJOXNO8xJGHzBnbdMjcAizq2ky2C+1EnzouNS6qIwr46uOpYtcKLfRstTrSgcKSLEAO4XFwh3x9r7Dkhng==","signatures":[{"sig":"MEYCIQCXvESfSf+wQJ0V3bVcBgK9L8Ogr3MaNsb/GO+banJtegIhAMgpGd6BdOtwMTQlD24C1x2/5g/+ep+gnj06DjmY2QHa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":164629,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6uXtCRA9TVsSAnZWagAAb4kP/j/bQuaZ+vO2mJiQEdey\n/Owxj1mBQ8oS5E5mrxA7ku1QnQPnNF/Y1fi6lf2x2vDq5dU1bhMG4ARQZ96e\n9DHd2Tilid4xizW06y2bDtNe7tC2G8pI+9LMxPXkB5ygCdABhfgbp876NVDJ\nCrvzKd3NwsSUT9k1ZQuFOtGu+oukIRa/kmN1kevVhPTB6h+O2jYhCe0RFG8O\nseQ808aufq6SDLTKBIu5ioCEvPFcuDi0rAJlJCRa5q4fdBkF1QhfIoVa88az\nQdVA9QpFRTMF3Ujl4P1KSTKEUPTySGebr8cYI1dbqzWbI1itJW5WwP/YH0Zg\nc3U9U3lE+qbjOuf1jFesIngE2SZHPtMbGEcmZfEAPnYqC/axHosI/gHFUhFg\nrlzaKHK8YLcNWGmryEFeKz2PoumonkFjGDf8CF2mpV5Rp7MZTQPYYSy8XExN\njWfU+knsbBFeYuK1ejgMsFI7Q7YJZ3A4bZShKba7XT2rG0raFiUQrZlCOpY9\nwNAkC5zFSxZd7m1lA14vPwYtZOMp3RSgytnkol4jQ3TK63EtbqwoQbzNb4Cq\nq2DbL34DwsKqI6A7erJLEPB02lkMHLA6GRALAiUk3qVSqHgiqcBZiVpXOjtx\nrpQTdrVvdZdCXaPi4Z4IDNfucML84LIAMPwUg0+UIm8PKQvpgkKaScgaumHj\nv1pr\r\n=EF/4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"637df321864f265d2d313f247ed85660f0774cf3","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.1.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"16.13.2","dependencies":{"cross-fetch":"3.1.5"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"9.1.4","eslint":"7.32.0","i18next":"21.6.6","expect.js":"0.3.1","uglify-js":"3.14.5","@babel/cli":"7.16.8","browserify":"17.0.0","@babel/core":"7.16.10","json-server":"0.17.0","xmlhttprequest":"1.8.0","@babel/preset-env":"7.16.11","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.25.4","eslint-plugin-promise":"5.2.0","eslint-config-standard":"16.0.3","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.2.7_1642784237132_0.17984784530726206","host":"s3://npm-registry-packages"}},"4.2.8":{"name":"i18next-locize-backend","version":"4.2.8","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.2.8","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"fa264361a6cd10eaa8a9198944ebc44d2cf92343","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.2.8.tgz","fileCount":21,"integrity":"sha512-oKF/O4EDt0PaMQ/R4Tu6rNOh+AuucM57y8GcsTCSbsWY+VZuy1Zgzs2hV4hqxxPZz9u/ru2Hy/WUKvTOzEbT1A==","signatures":[{"sig":"MEYCIQDGbnNQRL4k14jXf6hroZWhWjlWoXOzcNPKRkblCf3tLgIhAMonY12seHAScG9BFmg1krAZ8Lj2ZA7iPxV2L+u9U6CN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":165408,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+aX8CRA9TVsSAnZWagAA5e4P/jA+VpUcNPchABUSVxsk\nCha940TjapnY7E9NaJvro7AWEc1oscjvw41vuslXx2EYO6StaoDWHKH1YzNN\nLHYp+zMeDfti6x1FRpjWeUkPuxATv4YebQnHB1LoSZH7YOckg5dTGWmlyOdr\nNuIHDyOvIVdpYwb5E+h8EMERiV5H8f7kABKHPHZUYS4ouqXRgQoJh4mZ2QVp\nmX7Bmu0O3aQKV8qVvKm2XPmjJd6QcAK4x5EKpygymR1c03lUYA+ezTFLStQr\nlorqQbJ9eNVejCPZDhB772s5roldi1so+ikspoziBeTKIiHmIpjIy4eMSNQr\nAILldBvVcZHUP3sU83bu7w65bstKcp19hOg7dJL2SSn3mxIPwOfdmwIffKQF\n1BI4ffznSVfQt8DHwzLMfMko0UWtKvbsYF5G4LAY+ooT3jj4M1X/iZAGQkt1\nz6UYQALg0Ex9gdiAbY7dRf2+e97XpTXssagg318lpT/4rEU2OlW09NiQBou3\n+p4h/t79pgBfP/Ku1ZzfZuXeazy3V5q9m/d/E4LYSPwP82foUPqcVR8yETib\n9teJ5o6i/Gly4xmWc8cKld3Lo6qyDmkGT+Y3mz58gp7H+vlIzQar5U6d2z3a\n83tAwpEVvjOJClYsrP4BQE/kglIAslj3xX6NAin6VuhobmZEjx/sVrmSjvn4\nkXEu\r\n=kJ3z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"112f6b16e573e6d709fff3f6426e264450ba2152","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"6.14.15","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"14.18.3","dependencies":{"cross-fetch":"3.1.5"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"9.1.4","eslint":"7.32.0","i18next":"21.6.6","expect.js":"0.3.1","uglify-js":"3.14.5","@babel/cli":"7.16.8","browserify":"17.0.0","@babel/core":"7.16.10","json-server":"0.17.0","xmlhttprequest":"1.8.0","@babel/preset-env":"7.16.11","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.25.4","eslint-plugin-promise":"5.2.0","eslint-config-standard":"16.0.3","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.2.8_1643750908679_0.6143813830130569","host":"s3://npm-registry-packages"}},"4.3.0":{"name":"i18next-locize-backend","version":"4.3.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@4.3.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"41ca38715854df2d47f2fb1a1f11db921f79449a","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-4.3.0.tgz","fileCount":21,"integrity":"sha512-cs5IROxaXEM2G/4smbOzMMv65lbjqUaFRcgWVt+nJKS8gIkyVUDIJdwpU0ou8EsdCg+5VKdHPCI/MsRW/7vTPA==","signatures":[{"sig":"MEUCIQCf4sXI5/Z40ryGlQttxfBkHdvGHab6Eed3lJWCH6MxBAIgXgFMUGrrx3yk172gnjuTgulOqExfguvEv+f4j9i+eO4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":165921,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBCvFCRA9TVsSAnZWagAAWI4P/2sa9MDOJ/dDgaTjKXbh\nbWvZFOxqaqJN+dw9Vq9PuCDk/YSiXOJef4IUP5l0/MnSVSs8CrGN5ZzqjHdS\nn3T4j8TVHlgqQ6SfxC2to2DeTiRpnPVZ320NeQzZ9Tu12NwEkVDdKFNvOOcT\nPXWYoIPg2JATDcPlttDqMooeRZYhjjeHYkWzD8mjIjz4QGCXyMsj1AQM9w59\n+daFxthuL8EsSKRCR0BFvIUZam6BW77POxT+9zCDEZ/E7WeF9jonqB5tPfXY\n4CTON/rGiQ1BGOv4AFoCnM2pAO8ltNR4YiEf7JVWkIoU7b9WKKiV/SOPTgCd\n4eb/fMGi9R8jw6NFGeeYfPyjW1GO3lj19avuGYIzh5m6JcKCKA8/rmOrwdg1\nGj2zNEW3Irm0IL/yEtSHA13YeJMQscXdfL1XWqLvrpBDkxbYJpjO9Gd9yhJQ\nMc0sqAnHUKDBs+VK5O0nuAXI3D5TA7tseLtVi3K+Vpv8fNoERI878R3XBa92\nHP+4tOn66PYXpkpyvLTgReA1XgmWlnA/mBvURbtYE11h7CB1uC6ctkD8DIyf\nOWPOjRoHAmJGd1BEksCsgF9Um16FAevBZSSmKEsAQT4BsBG/1HvN/27EH+Mz\nCV/e/VyJvpkgzsx5QOTXDb/xVT11F211JblsAoJhZYL3rsYgcsvoryIDDx7b\neBnL\r\n=M5yw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"e8b299c87aa947f74f8a9d40265b61650b890a5f","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.1.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"16.13.2","dependencies":{"cross-fetch":"3.1.5"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"9.1.4","eslint":"7.32.0","i18next":"21.6.6","expect.js":"0.3.1","uglify-js":"3.14.5","@babel/cli":"7.16.8","browserify":"17.0.0","@babel/core":"7.16.10","json-server":"0.17.0","xmlhttprequest":"1.8.0","@babel/preset-env":"7.16.11","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.25.4","eslint-plugin-promise":"5.2.0","eslint-config-standard":"16.0.3","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_4.3.0_1644440516907_0.1068047442033011","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"i18next-locize-backend","version":"5.0.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@5.0.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"4489adc7c3c82671b4353c571c4d70a9236c7dad","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-5.0.0.tgz","fileCount":21,"integrity":"sha512-SrI9hoxBy4xEmpp+y5mNbAB5irgDFRV19e+QyDNZC5U1vwp0OLxyoRc1s+kWs+wyV6WBzZuBEUCgu0QsTBNh9A==","signatures":[{"sig":"MEUCIC/5Rg3P7Is06nUrs2sw3gNYfZqJWQTdFJKYz0z86IBXAiEA4Y5f5j8+0mfxaCmYVva5qTk9I7lpKaRyhXHlkP65nBE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":163139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBC/RCRA9TVsSAnZWagAAvAIQAJBCtO36B3shVPRWJpQQ\nDYOeruuiPTPFF1AdJnyNehXBRX0SV/zmtEv5qPf+G55WwmllVJQ/yLi00Xya\nedmkjBst9lnR0mPD2DHGIksj2rBF2YV+USDp+8wKjPDyr7os3pDQhLqwP6hX\nEOLjM3ugtGP6Chaef9etxlXbTfKe2wLVe1fWEXXmmWHAdtocP05jq41tttXM\nz0k2In4L9u5yo1nLNF7PILg0UBLNvzRP04IN0Z6Srzv2I7+bqYKFtQehvN2B\nOvVT7AFo4/9r642e/UPEOSV5lxNSKGVBqxVm0ZrUkEffpcl2pPR/eQ8fL0Nk\nkE5YUU1DCHvS2g5vIZ/9G1sF4YRj3DyoEcCVcL2St0Okd/PTFth8TyRHuwnF\nxA6A07j/fBF6pRJysC7kTbc/l4DjNrwSsl9J1A1vh+Wx0uleyVKxdFJaSkii\n3ASML8dr2F8pvw/0/QgHV+1wREgu3VCDE1yeo+2p5KOBddWhaYS0UfyqvVU3\nC7vEYrEdL9Ggr1KMLlhB3r/RxX6ZvjwxC7yUub2k9x0bo/i774W7GGyUTbGz\nce91gLbrCUhORSQyhjcGBFNJLOybQ5bd4ew4IpT9bWs/beEa9oO9tZgavTrp\nPWhjCkyjASyOAOWeq8sSnCZ4oFulQDbm5S+JCfsI/IZ+crHI+3ggHre2d6wE\nSQGt\r\n=m0s+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"6e9d32b4bddef19d964ef139352afc0bcb06c08e","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.1.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"16.13.2","dependencies":{"cross-fetch":"3.1.5"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"9.1.4","eslint":"7.32.0","i18next":"21.6.6","expect.js":"0.3.1","uglify-js":"3.14.5","@babel/cli":"7.16.8","browserify":"17.0.0","@babel/core":"7.16.10","json-server":"0.17.0","xmlhttprequest":"1.8.0","@babel/preset-env":"7.16.11","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.25.4","eslint-plugin-promise":"5.2.0","eslint-config-standard":"16.0.3","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_5.0.0_1644441553120_0.19922843895730913","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"i18next-locize-backend","version":"5.0.1","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@5.0.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"9278c7180a2d9856f950ff4e28b3e835001a078b","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-5.0.1.tgz","fileCount":21,"integrity":"sha512-Dw9MqLSeECvEimbSXVHm4bOdHfy+UySkD6i3+Wwh+EWFvpUAF79V876zZsclAERMdnvEsiVOqev+ALumEVuXVQ==","signatures":[{"sig":"MEUCIQDbTbIISr7Gh4D2SEGakssdkbAQnJncwyVsdrUTF6OHNQIgEDWIb03zgW6/MQnFIPAQVq/n+Z61BXPIOE/AWGtdQO4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":165372,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiIfOPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqxCg//alK9bV/3avKM9o/t/NSex0gORe4h93aQQA+SOzImSf1pKjoZ\r\nutNvkIKm5TJIdG/VqLq2zclqUJhAt3sVE+rJbjfnU4Bi10ncTF8mc/qJ+lA6\r\nfkFYJkUL9XI3RrJkSyfjemACCE5Hse3zkp/cjWSgFLRjxYvaICVm5Wx8XI67\r\n76Ya9ilJmJSwkhoFWv41BgawqhOmAC8LB4dYEqSrR499lZsEl+i2FLGiD0Dz\r\nRCeLcdEterPiw8JnXb88aPHiIeJP5oOE2zO6y3JTk4BOlyE2ei5lIGnVZUwf\r\n985KnbUW9OR9mEHe/jUgb6GIS/ZTcGvRDKfqkWVlAiV2+QsQabDLFEKxNXQ7\r\nux8zS33PoK3kh5hU8/+6Ish9sBuvoCtL7DrqMhaKfIfhZyEjS4D9+XXYyM7q\r\n9qtBjRdO3mpzN4Zno4glo+089mhReQv1EsnAwfzChpWxqyVfB8otYPW8XRiz\r\nj3M+/2YZDGKeSmdLz02h/ABSkDxf3YFnUIOPMtfpe8tsMiLGkOVwIOf1I9Lp\r\nVzzP7a7hGmYtbb169DZqrWvDrC7Pnpa/xQG7jF3i0QcPccGApmyW3WtCH4Nn\r\nbN/yAQucIeWkfIDgStN0hIz1zvM8X4WdS/lGFiKstNKg+h1/5tI8BgM8D2sV\r\nGYWfy+kG1GMK0EEapUeMT7y8ahUYm03QZ6s=\r\n=EEy7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"ddf6ff20d3a06b19cb5cf058498ecbb5d1624153","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.3.1","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"16.14.0","dependencies":{"cross-fetch":"3.1.5"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"9.1.4","eslint":"7.32.0","i18next":"21.6.6","expect.js":"0.3.1","uglify-js":"3.14.5","@babel/cli":"7.16.8","browserify":"17.0.0","@babel/core":"7.16.10","json-server":"0.17.0","xmlhttprequest":"1.8.0","@babel/preset-env":"7.16.11","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.25.4","eslint-plugin-promise":"5.2.0","eslint-config-standard":"16.0.3","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_5.0.1_1646392207053_0.8551609604261272","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"i18next-locize-backend","version":"5.1.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@5.1.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"0b6e854b85e70db863944d5620c5a539a7891958","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-5.1.0.tgz","fileCount":21,"integrity":"sha512-4ITUJ96cP+KrZbo7xY2VorRu/JQD7krYjT1S0847tytT53NhzHQWzWJOPl85m8Dok9ioZ9F/smY+ycEiosbKYg==","signatures":[{"sig":"MEQCIHK48W/APXDLh9DbAndW5ow0vV14A9DCO4dU/fPJ7yZLAiB4Cx9ayz43LDHETrplP88KCuB2jawZFvdaVRm7eWcbjQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168956,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigQ2DACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpmwA/8DnAizEnh9Uqz0d92u5mYRLTDK04uyK9jRz+DLEfIAex72s87\r\n5Gp5phCMS1V6YRCSfvoFukpJOZC5DuvNE/fx3+NBC6A0M/nTQKx3oW8nlHhL\r\nVF0AJyjCiKnziJJfyoqDaltu20ItjCFnx29GzfpJfuM9FYQVFAQUbLQllGg3\r\nLB625oSvpgotVWqema/DNjkTW39601oPAwcWw4ruFd6uHTwtKtv8zOKWG8KG\r\nfFFafon79wEjqeer3MfDA0Qxuo5GWDIBrEetXSPkCu/UBAKZU0jNdMkxj7Bd\r\nKmr6ZKbu7l+ucsD8F/Y1RIg3N316Axp5XklKdDOWmd3YNnOxBD8xB/D1jBuM\r\nTfq+IDHtYy3oy+8t7VLX2ejQl2FWk/jCZe6nakzzMtj1IM9v3396QpBqSoKA\r\nef+SI3vximVg3eLF1pR6XJI39caTBRzeHBl8HlNqGRvRvY0zf9o05QdTCR0a\r\n+B9pwb+zPDJWatnORR8uTcdPaSdQ7fI7Vtglacz+YfEn49uqq9dDahm37VLL\r\n4audFjZ46dFg9pYsffRlxW+VeSwUIsmh7wesoKOt8snPQowhguL/S6aBhRBn\r\niJdm7jtM78v/mWj/220b5UcO4QV1eZRUv2YmXm2InFlCQF7FII8yIysCM+ll\r\np965kCBZOqu2fZ6bAY9CSxDyIgcHo5CGt1E=\r\n=EjIf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"f1413ee5a3d8911a0c9649283000d8409e68192f","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.5.5","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"16.15.0","dependencies":{"cross-fetch":"3.1.5"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"9.1.4","eslint":"7.32.0","i18next":"21.6.6","expect.js":"0.3.1","uglify-js":"3.14.5","@babel/cli":"7.16.8","browserify":"17.0.0","@babel/core":"7.16.10","json-server":"0.17.0","xmlhttprequest":"1.8.0","@babel/preset-env":"7.16.11","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.25.4","eslint-plugin-promise":"5.2.0","eslint-config-standard":"16.0.3","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_5.1.0_1652624771465_0.12581849403403034","host":"s3://npm-registry-packages"}},"5.1.1":{"name":"i18next-locize-backend","version":"5.1.1","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@5.1.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"44b3b8f2d80fabfb6775d0f6f4d4428909506529","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-5.1.1.tgz","fileCount":21,"integrity":"sha512-ekSY0DjptAy10TU/aYKElljxE95MIRIJlyGzDBYFcaLcmhh0RD4PMylGNS0KUZsiKf+sh5w2HgQab5PMgM0Ohg==","signatures":[{"sig":"MEUCIBmWc69I3RlUUZ3XSSYb6GkuTGBPE3Pmc9NAwpDv4qZ9AiEAgufdTLCMim9YEqibOfnHImPSMuo41Khm/9BWkzxSefI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":170058,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimmhEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrVzA/+IVLut/qKQHUCYUlyo713e2Eh38esCTlXKSd5ToKP1iR0M+/J\r\nGHazw1DYD8lRQFWM4kruvoDtiYOgOwNzshP+YCewgSoU1RDpnqV0uHdXkD22\r\nDGizsASS8CxRSWQEO5R2SawgqH8X5Jo/3lbfzM1wBOhsQfzhn62UqWGPyfV0\r\nq7E3nmATMrU4zT0Xd8udP0iJbRifmJv0Honw9gLOQaJjZQYpt/xCt5fqXlzE\r\nhImzruhhjvHjOLp2VeroqwTSJNDUx+MqWwbr17OPOdJKI3lvxXRTDJcKBagJ\r\nikmZL5105qTfbE8DLtedlKtnv/R58EN1LUsgqPfraJ2EkmCcQU3UTy3wd2Fv\r\nkoPGR8WcdxdHzyDJDODXrXw/DXOyIXakMZOyB329ho3lufdjEh6RfAYPvNZ/\r\nyDA6UN6CjG+5MbEjylA62VfX7w5ZS+V/1IkBq/mRHEHgu4WO19giqc8MMnMR\r\nl6woGMlXYjEoFpMU50R/y2ZWwFrEX+75R8No+cDKuUjckjsF2aLRnFZObtbC\r\nwc2n+RqtKecVW+v20iGuwrfOt3wTBt0Kx1h0KHwks9xsBMKymlKVfTgDQzvP\r\nvi3KWLopcpFTobcDRYSHqfwLYdQfOa288TH7Q3YPtnALmyh3CT7oKRHMuAZJ\r\nbLSNs4+5eiD+alPnWUNxokyedZykVHEIYIc=\r\n=1lWG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"e2b1b3f0975a1afa68b1d294f98100589a75544b","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.11.0","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"16.15.1","dependencies":{"cross-fetch":"3.1.5"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"9.1.4","eslint":"7.32.0","i18next":"21.6.6","expect.js":"0.3.1","uglify-js":"3.14.5","@babel/cli":"7.16.8","browserify":"17.0.0","@babel/core":"7.16.10","json-server":"0.17.0","xmlhttprequest":"1.8.0","@babel/preset-env":"7.16.11","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.25.4","eslint-plugin-promise":"5.2.0","eslint-config-standard":"16.0.3","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_5.1.1_1654286404316_0.8717391838786817","host":"s3://npm-registry-packages"}},"5.1.2":{"name":"i18next-locize-backend","version":"5.1.2","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@5.1.2","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"054e00499c99b6f81a6d01510440d01c4d27be25","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-5.1.2.tgz","fileCount":21,"integrity":"sha512-Va73wpzcGK9xdnUuNmJ4nZc8ctesCeA5tYCN0/3k51nT0lA++yFy/FswGIHeeujdh3us19wiHzSIgloiV7DuOw==","signatures":[{"sig":"MEYCIQDY8B/iK9Tjxhp5agJ8qg0geyJm3lSTEGG1841GzpAFfQIhAOKfifSCzDPb0BGk+66RWl1ieT5WUQ7K9/UTCrOoFBFo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":171076,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimvxWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUdA//dVz1YQP8tubsVDV6gcUbRD6TKnH024qYn6AkHh+QSKv0vZXD\r\nivAkD0060lqM8POJJLzh7Ap1aOriqI9Kdn4ert+1r4/mFpTItTTo50SHYCn9\r\naQNpdMGRMHoxD02+ANsVDeIXq+lsaAci6z9gmBasYGlmn7nTDD+dRhTx9PnS\r\nD3yg7ZTUDr74IC5r6WhHH+1/HcZ/ASsRBprS3Ed4HgcEq2tlh4ucaeJImO2l\r\nBTN8V50qvQ7N++W5FhNQ5ulLtTdj11lzQHv1C7LmeHdhpAYwV5mlxISBuQFb\r\nr7eDDxCqiFnVzsEj5crZRyBMcM6LcNhUQn6MSKPVhIVHPFFJQs2rUBtu52iP\r\nv5k1nyO2arOJmqJYmGoWO1MI5VbZuTKELa2bGNtwWaNXmhVSN9PNBANx0VGj\r\ni/sY22HjBl6hn1fefAmUczbVNJv6OHphl3HM657lr1xdEVP7PScqHa13Ms+d\r\nq8HoMWzfwzZqiC4EaSlPi9S7BGzAWg1/UC6ijlMANi57sC7RSWKy0J49N2pM\r\nQv84goXnq1GeJhHfR6DDYPURwJy34V8pfEGIizBSZyRkGwyKYNH74QMmHRQm\r\nzNwg1WSfBrrs3PdB+WakwwJbG7ImIKRh2oSs9uRJ3ok8O8SNrC07XZ2ck1wX\r\no7eHg0YGE+iXuYS1u3FlxBFPa5AW5ho6wgc=\r\n=PBz+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"3e96f673914e48f825f30c8dcbd8a9e5484f3726","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.11.0","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"16.15.1","dependencies":{"cross-fetch":"3.1.5"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"9.1.4","eslint":"7.32.0","i18next":"21.6.6","expect.js":"0.3.1","uglify-js":"3.14.5","@babel/cli":"7.16.8","browserify":"17.0.0","@babel/core":"7.16.10","json-server":"0.17.0","xmlhttprequest":"1.8.0","@babel/preset-env":"7.16.11","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.25.4","eslint-plugin-promise":"5.2.0","eslint-config-standard":"16.0.3","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_5.1.2_1654324310142_0.6596689345475024","host":"s3://npm-registry-packages"}},"5.1.3":{"name":"i18next-locize-backend","version":"5.1.3","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@5.1.3","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"4df3f4271952acd32c37c345e5ba18693eba4934","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-5.1.3.tgz","fileCount":21,"integrity":"sha512-YQpFe/62TtCnJKXZ/8NlP4MzyUUY8EMLMzERjQWxBwqPALkFfjDl+Lci1pCg9UmCzStkmbCRDZn+wod3CODYiA==","signatures":[{"sig":"MEYCIQC4cN1b3H8iqkdM5Zw8AUc5ylmSThcSPIcVdnal6RHr4gIhAKLWhqk/DfXM2zddPXAi725qiPENyHosrTglYGFp5JRM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":172883,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjDbeHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKlQ//SyiMeHsPtGoZkMc69UL1nUD8OLOUXNnTVW16FyFNH5wCa2k5\r\nl6Wh8QV/TWrl5QtLIti69CtMqbicsmt/6IxD38nIERVeI4sI98G+HYSMXNVn\r\nj7mhTcbdI0RWiXZQciG5HWtS6KYsBg4bKdLr7IX5Fdn5+9hr9mPWZhbnX9QC\r\nl4STZkmKrcq+ncUtOvItO6jEbu58VNDQU1LL4xQhCl3RwfWPASs6QLP4yYSO\r\np05PIkv5xEIXiJkaG0CmYTeH1mrZcBCO2xtjpb84jA/+EmqyoPavHqROStBr\r\nSU5rogOppxJHzJvTDxknsPVT9JY5Iih1EUDrx3DNOlwHxmWcHGVx+0HB54l4\r\nxV+8cTB5wgqmMXsfXZHYo2uO4Hp2nlpf6RKlz3OIeRCPh3aYwvRN3b/zFdU2\r\nD21/Hud63hZ7RH/WhtAzj73rwfMq3JIYFj2UYEaQEqhw6gS5zmIsLv5VXJ97\r\nf6GIsnhwLCw7e7+eQFlmrdnx0eJnq6EvZxHtrnKoEq/KK0SaQfkZo90pH8dN\r\nWbVc7ggB9f0pKmcdRUzH0UQa+yCOu3x/kbNV61Bqdz0teSxijdMFKMaOkb7B\r\nsfQy8WqMbk1kSS+JKU6i0D0eaizFNsBnWG5wtPXRH2kr1l7G5Dgu1P11g77/\r\nsCm9n7K0F2Ot/lOm4UX+iOB18iQhKZL0GCA=\r\n=XUIM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"1fb9236f61440c407a9bc51c6b942306dd6d036b","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var */\\n', ''))\"","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.1.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"16.13.1","dependencies":{"cross-fetch":"3.1.5"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"9.1.4","eslint":"7.32.0","i18next":"21.6.6","expect.js":"0.3.1","uglify-js":"3.14.5","@babel/cli":"7.16.8","browserify":"17.0.0","@babel/core":"7.16.10","json-server":"0.17.0","xmlhttprequest":"1.8.0","@babel/preset-env":"7.16.11","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.25.4","eslint-plugin-promise":"5.2.0","eslint-config-standard":"16.0.3","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_5.1.3_1661843334953_0.5010208961700156","host":"s3://npm-registry-packages"}},"5.1.4":{"name":"i18next-locize-backend","version":"5.1.4","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@5.1.4","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"40188867f981098d78a387f2db62c91f72aa33ab","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-5.1.4.tgz","fileCount":21,"integrity":"sha512-w0RA1VpwVfX4YBPPrlgVc6vrh60zSpxIkovazCBvzNGpVXMlWAI5aS/jZEySfGSrUnI6U5uArmXL55o26jZ4TA==","signatures":[{"sig":"MEUCIQDI66RkCF6uaGZWVqcK9hejxrwalFbuIs2MHc2TAJa/lQIgQ4UqZi4Zj8Gs4wH1L6X6/1k9BWMqIbr7qxsDbnlZLfc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":173395,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKKkmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqRNw//V5OGZDEIbWtxCuurKlexlS62T6Pp4M8JZ8F2G/kTNO8QBpDb\r\nrS/fHLo4HPoqk44pFH9/iYhTOX3iuAfvA+IVkZ1R7m9IZ0N9crKyInMGWZ/R\r\nYZ5b0NHpJs1rwwyvb+xRuB33D3Q7pK1ap+Xx8300wyDdrKHWwxBWpdNq+6KA\r\n4tuyVPcU5uWk10BCxdwnyxRcXHLvaCrs94QVq1dEawzhElfx9SqEHQ6q4I5i\r\nkOQBSFOzUDXbhCTfaPxGdrcldcbT6jJROgxJOYccqHw4ehaJMQ9bJrLOhqWd\r\n/otwVa5FAv+ahm83KIbTQAtQ/JdgEgllD6bWWyg4vaTbVxY4ozhLBbu2PZpx\r\nznvqJj23QPjF18P3hdK2QqBbrUXZE8pkZCoxhnZDgF/NpJeS30ptdCiiHRhN\r\n1WjfSmmeWZZzLcGyiwnmCTbELMaqFwRNj+r6agS4NTj0R6gho8oe/hE9U8EH\r\nTLYeJNsl0DJr2OvTfatgbsVTGaCKRQdWED+C3NI/1tEFE6yYNXb7rNeUYeYi\r\n3JgTxrl6c+6e4bvo0EOdudA0RMgUAV8GEFTzapSEhKtpu9nzfjapjotyCwUe\r\n6oSUYx5/sEI06OiTIrlJUjhXvIiM1gGPjaXlHl7SUnKi5h9ILZHP9Qr4mpNE\r\nDybT/IqtbpIiaWfsCEJOexq6hKeBLaF5UBA=\r\n=r8/A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"default":"./cjs/index.js"},"./esm":{"default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"cd8b4355bbd8c3276d083fcff24530e3858204b7","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var */\\n', ''))\"","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.1.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"16.13.1","dependencies":{"cross-fetch":"3.1.5"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"10.0.0","eslint":"8.23.1","i18next":"21.9.2","expect.js":"0.3.1","uglify-js":"3.17.0","@babel/cli":"7.18.10","browserify":"17.0.0","@babel/core":"7.19.1","json-server":"0.17.0","xmlhttprequest":"1.8.0","eslint-plugin-n":"15.2.5","@babel/preset-env":"7.19.1","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.1","eslint-config-standard":"17.0.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_5.1.4_1663609126098_0.7560350354379477","host":"s3://npm-registry-packages"}},"5.1.5":{"name":"i18next-locize-backend","version":"5.1.5","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@5.1.5","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"dist":{"shasum":"e05089fcd12f02610510419c9d9cb834ea20061a","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-5.1.5.tgz","fileCount":21,"integrity":"sha512-sdaEDQ/8eqC/5Sa1I5dLLY9807jraTZY9clYfiJgxlQmdGqx8UaS3p4y5oshPtjjkQ8O/RxIfbQIw3NEhjOmgQ==","signatures":[{"sig":"MEQCICyW/Xr3PFmouof8GUjKIyjjj2lZIugzxUzWsb66xjqkAiAV2RHtoKgGuBKpeOMWwF2McKHyrm/ktnPs+uKt9X1Lqw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":173107,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWOY3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMfw/+Lb5YdoYqZj/P/9ZlfBksu0zN0UaYnPygNMUsk2T5ZJF13tH9\r\nRlrq2FIre+9D/UNNJliZmnDz+Qavzw+Be+O/h3jIHf+kd7fPqGBju9ObXXfd\r\ntJDTOJcRn7TkYFTbml7xxu9eDFOr97sKX4eajyiG+as1seHc1Eeg4yQElBQS\r\nv35WGhPSg7p5QlcnfjO+XifbApAaXq3SOwWOGWoP0RopRR+zouthM/yghP2l\r\n1JrY86l59wBgaCfgfMk/oPNwqrreqje/Ctr98J73jqpCNMaAG0fK/8nZnHQe\r\nA9QAXGFpO2A4prHutD8uvMQl/TduyB99Y8K0pTrLpQVojb4sFu9yxtVOw0Su\r\nl+JO7/deF6SDdy/bY9047j3xEFNRu4bjQrasbhWr2xeBIht0xV0mPTBKrnlw\r\nCAl4DQva1UJh6LIcFagyHqg+YOoGFHqTlC0Z5L2G4hVuAhPB8axl4ie87OSD\r\nuI5QRlud4jSSthQmbHY7XE4/dUsVVp1teZ1hCo39NnT8QVjAbGsdufk+sf59\r\nh9st6ugkS8rMpLir7mC5mZy5A1BMQ7NkbwYZ5Qtu01KEzgkSPqJSxHy5Bbjm\r\nydqjFfLB97xmKVtqV6zeImhPdUbNlAzstBi4jAUtJRTCu4ExsEKhTzmG3k5Q\r\njz99iCrSysf2uEZnAmrW09DFtHEijzvnECI=\r\n=SHdJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./index.d.ts","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./index.d.ts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"3e6da7de9d904cc6636a22f6aa354e74a4b0aaec","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","postversion":"git push && git push --tags","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.1.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"16.13.1","dependencies":{"cross-fetch":"3.1.5"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"10.1.0","eslint":"8.26.0","i18next":"22.0.2","expect.js":"0.3.1","uglify-js":"3.17.4","@babel/cli":"7.19.3","browserify":"17.0.0","@babel/core":"7.19.6","json-server":"0.17.0","xmlhttprequest":"1.8.0","eslint-plugin-n":"15.3.0","@babel/preset-env":"7.19.4","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.0.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_5.1.5_1666770487081_0.20855280091129158","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"i18next-locize-backend","version":"6.0.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.0.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"5c90c346699f5178cbc342a393cfd611f3f9a4e5","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.0.0.tgz","fileCount":22,"integrity":"sha512-r+oHZi29OUIm/dolCq6Mbs/TtWs8qhpvad+2hdL7VKjYEcUkfTbtlFMPobmRH5aLr5jPNOZR57+7Xn2l5H6SAw==","signatures":[{"sig":"MEQCIEyhARUBaPV0tCcTrDmNGyKMoAOOlwejJJTf7EuBAQ/HAiACtHoXKStovxwykVhQrYUd6x9wdYzFForx0j62I+MkPg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":173507,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWPZiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpPvBAAg8eS5pt93uxkRVaHkHo5MvknAnNJX3u4Y7kxXad+Jn4j7qhJ\r\ng1y5/Xa2qhmVndgMh0zj2r0fAtrdD1w9cQmz9RSs8/t1biP4tGOFbxNCw+u3\r\nJk1j48GxPBJPF/7tzrunt1tK0DpFOwsqvKAyPJjB/2qBbXEfK9K4V7JzSLsK\r\ni6caBzUPFp9cl3m3+biIvIY4UrMa+NyuDV7d2Zh1YZmrGzJKXIQtwa76XK5S\r\n/rtemy1XRkrP/ckUIcelvn65Y4txK0F9WFjh0wofZV1XvzRmQhq7r8x3Seto\r\nXVKsvVHHt5o2C/gygay1DUCjwifvE/tXfX6hcVoG8+ReMeUQpR4NMlozG5hW\r\naB9/zx/V4G5gwlvS5olp7CuHKoCdTh5kXM7j7M31+OLE+yxpBuBSg+wDDyip\r\n0PlHz5OwkW0n17pQHocGdh+EL7g1T5AElHUokRV3G6PPeZKhPhoD6mKLt3py\r\nO+Y0mZsoYwXh1VA3WcLNtH2FynKQOXYLGDC6DQhH9JBAdKhz+jshLhoji1Vz\r\nwGRztg9D/ku2D86l/l5jaK3q77ide3nqxBaec4Lf4SaULUPqybZBphETuUbn\r\nPi032AAbQJ0EkoC7BFlyAx0CjyC6hSZDRHPEq7PHRI5W5w38/Y+24tmkL8Yr\r\n0H427VOF9d7d7rUuT0r0Q/2y2RzgVynXRkU=\r\n=2Ire\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./index.d.ts","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./index.d.ts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"7d115e2ac035b497ce6bc0cf0439b582dae27558","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.1.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"16.13.1","dependencies":{"cross-fetch":"3.1.5"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.24.1","mocha":"10.1.0","eslint":"8.26.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"22.0.2","expect.js":"0.3.1","uglify-js":"3.17.4","@babel/cli":"7.19.3","browserify":"17.0.0","typescript":"4.8.4","@babel/core":"7.19.6","json-server":"0.17.0","xmlhttprequest":"1.8.0","eslint-plugin-n":"15.3.0","@babel/preset-env":"7.19.4","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.0.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.0.0_1666774625787_0.5517798854047682","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"i18next-locize-backend","version":"6.0.1","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.0.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"62791c94c2273338950a39f4c1432a25c7dc8ada","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.0.1.tgz","fileCount":22,"integrity":"sha512-Ul155zhKQZCczKn36vpxpn5uzVS5hg2gYLLqW0E/DTL/NEXLaZvGYlMlrZx0cSlFEFR4KfA8Gw2DuDNLMEPnIw==","signatures":[{"sig":"MEYCIQCYycxgVj1N3vpStlYMMp8EFjbDzDRi9llawRFcO2uGpwIhALFR5ovgjZcOgWhEZOgehaabWSa2FVjfGP4xeqPbpRx/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":173576,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgRs9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSmBAAhmp5erulTXUpwbF6IykQKCIc2fPByVv1MCv1ZqcH9CP5t1JU\r\nYFTa3aqo0KpdwsT9B0sgcHjhC2cv7ntbexDMI38bqeJns/ybiZldhjHPYbL7\r\nzgPCh6coJ+JFnoGWIZBtnjBmVOpcA6hd9VvfnrPbGyUw7IU87qYqvyytYxdT\r\nTUXLMZYrGdp/pH2wQd6quzpHy/XyeHz5eEIjRIqqcxEELjwOYfRNYa1DHp2t\r\n1aVRdilTv+VYEacb3CMQjkboeUCNEXBdp3xNPX7MGMDWepbOfEzYjf5zgWKE\r\nxtz4yAafc2qk2BY3SVqbk9fYLGJ+ZeYq+9bnNnROnN73Rps/okAPPlVG59t6\r\n96XH0slj0+A0i/wOZpitvmuPG4XAwCMrFU2+bXJV1HZxlQ09j8Nbld0AXWd5\r\nymqCwVPjx2hUPNnG65GE6DzEB212T/lTUjewqUR1hhPhbEvoFFyzE2AzqvGq\r\nLCRjL+zrR9EpfVCdMQke4U+p/iX/c3jzRYaisCpG5B83l2xGYNvGqmWIUwAj\r\nKKtGWvjO9bvcv6lZfUexc/drbJqYD+GtNyzKYk7FxplL+4uPJ57qafJv9c69\r\nUwIjHX1n52U9ciRZZBAZlsiVilHuPlEIGCmIl8lDLDwa3o7pkeFdzGRuu2Km\r\nTOkYO0HcNQ9qytiT0rcFcFzQvt7lpLk9lrI=\r\n=jQMv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./index.d.ts","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./index.d.ts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"ed379f36a80cf7bc5762412d658aed9573a1b4a7","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.1.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"16.13.1","dependencies":{"cross-fetch":"3.1.5"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.24.1","mocha":"10.1.0","eslint":"8.26.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"22.0.2","expect.js":"0.3.1","uglify-js":"3.17.4","@babel/cli":"7.19.3","browserify":"17.0.0","typescript":"4.8.4","@babel/core":"7.19.6","json-server":"0.17.0","xmlhttprequest":"1.8.0","eslint-plugin-n":"15.3.0","@babel/preset-env":"7.19.4","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.0.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.0.1_1669405501049_0.8683338822680853","host":"s3://npm-registry-packages"}},"6.1.0":{"name":"i18next-locize-backend","version":"6.1.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.1.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"3e605beced7c7b1289f00f883ca4521091ab0343","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.1.0.tgz","fileCount":22,"integrity":"sha512-+l4JT4RhJTGl7WKV7OTaFCD/VkihiGx8kl9SBKjz2UkehcdwiMd9xfmKikyScSZ0quFV5Vl57w2qvxUyZFXLxA==","signatures":[{"sig":"MEUCIQDuMbeHVC3iR+MvPw7MwczMCKckAauybHosDGHvH9vFLwIgaz1YhBtfPyNN0ajb9s7Hr8WNvHNImUIdAEPeWcq1Smw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":176975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjlKsaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpGkA/9G+u/GOogjSNcIESQmhHClHyHfsfGA7xotX15BH8Ugsyxhgdt\r\nrk3/AwpS8NV4aDub87TWoUXbhINIqB+Trf0HG5VvWOgUHU4NP1jlBhoJ5P2D\r\nDuV/leCKjH2GuLOm6WrrDvw5KoMHOU5EgsWl4/x2NqDq/f3kYne1eKJsEXV/\r\nkCc+VWzoPsmDCB2o7pjW1/w0GYGjeCWPGnQwFDs15QYK5tZmtZFwYmWBMPiM\r\nuApWPYkmPl1BaOjty3qwCGyEOl0HsT+SV8sKaRESSP0H2S5X7AjX0iM6lLAC\r\n07XmqpR+eyFzu5GuSj0zp24JWqmk8wPtiqrZfdS0J7nA1jwrUwIsQcOCdETI\r\nnWtlFgyOMOfQLoufsbFJyvrtrhyVaMNPKCQBfVutEngoB2jl5M3iS0VllJOP\r\nfvVtgz+PtqHsg1JLDQ3MjiuwJ+QBwjRQgfrUFa1zvgaSejPehZM9g8ZEtWb9\r\nscr26PsJ9SvhtWfmmlFc/1tstIC7ecl9tkPB/icAdO+v0BbRrWpmgu1U2WMf\r\nKZ8euaiOHMJAMwssoL4gtgfgUDkLt4sQJm6YFKrIPvOvA57f/zXkwuWAbWLR\r\nwp4YSwkFH78/81Be0LvplhEqcBydsfomPcHBbjpgBKMHHY20JodJHXIHRnIg\r\n4aj1bkUXhIpQjiNsSOXX+bojcNd/1NF684U=\r\n=wFLZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./index.d.ts","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./index.d.ts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"5014999b01080bf1eff615a4af1957be7d4bd869","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.19.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"18.12.1","dependencies":{"cross-fetch":"3.1.5"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.25.0","mocha":"10.1.0","eslint":"8.29.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"22.2.0","expect.js":"0.3.1","uglify-js":"3.17.4","@babel/cli":"7.19.3","browserify":"17.0.0","typescript":"4.9.4","@babel/core":"7.20.5","json-server":"0.17.1","xmlhttprequest":"1.8.0","eslint-plugin-n":"15.6.0","@babel/preset-env":"7.20.2","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.0.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.1.0_1670687514445_0.5862505621115806","host":"s3://npm-registry-packages"}},"6.1.1":{"name":"i18next-locize-backend","version":"6.1.1","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.1.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"0f2720623bb4161287ca8fbe22bfb9b4e37e655f","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.1.1.tgz","fileCount":22,"integrity":"sha512-wSxpJadiUkQ86o/u1F2hinl5tnVI049sZShcoikijScDPkAX14de+qSH5oTEG7V6KTXBTBqfKQmVl/sXVixWHg==","signatures":[{"sig":"MEYCIQCRV72EelqGGAhTvuyFyxE1r61QIGv6B7jOQZ6Yw/ceAQIhAIqBey+kfT/jxRHoi+prlG+CKy6drvp2RsUXT7qMVExX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177137,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjoukoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr/4xAAlbOvnuiWjEiL89rJMueLH1sjhskxayde5Wg8uhbEyOgi2KQo\r\nAL8VdgR5l/RpG5Hwow4cJ1CWDG6jgMaEkkBbCHYpjL8vzlLYVxyeQGUn5qWR\r\n7Aean+c7uEi7W2Pr8f9UJRZTKeTxCxvS3CVSOt42o/SElnKYC1XbrYEnWDqe\r\n9tDgnSpn+F0rMRnfHRJOc/Moy2cmwPl+j17ms+3vo5liIDbTsCAaRFWM7PKq\r\nGDa9ecraHs4oPUPBlvA8Sa4zKEjE/l/sYkHyiaJbvYokgYjiwWfojZftm2Xc\r\ncRwU2qU/Af5D5FOu1YDc6/sao1xIlo1dEKJUqX5ZXVFug7nxRmNNZh7dpb5b\r\nsVJUN1HS9dTq45AI3/OVaFqg5DlFH4N+kfOBBAtq2WoPpMM/399f0JqbkX9R\r\npQZbVwSxza/1DrYdYsXXoeDWdLe7+pW9PpYhZuXItPoUT8qJJnMh6OQDUVEk\r\nW3pp0DEKD5s1G7gbENDdJQxRpj0DDu60/pPtPSS5hDdnNoxcWNpxxAvYWGAN\r\n6mQ020bK8PEEjY0XG64M8odc3Xo+vn32NOZoKeR4gS957jd/ifgAq9WJ82Y9\r\nm8aqgz6byZ3hmm6a2GRUfnRnOy/0ksrMw8Z1gEAHZ4DqkiVkb6yZ6qb2bMoJ\r\n9hmAOHhG0VkJtH3f0L0uekpUTmmpetm/BEM=\r\n=UEX0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./index.d.ts","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./index.d.ts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"ba5a42de8b8be58ccf4ed067dfc7b89f624db97e","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.19.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"18.12.1","dependencies":{"cross-fetch":"3.1.5"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.25.0","mocha":"10.2.0","eslint":"8.30.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"22.4.6","expect.js":"0.3.1","uglify-js":"3.17.4","@babel/cli":"7.19.3","browserify":"17.0.0","typescript":"4.9.4","@babel/core":"7.20.5","json-server":"0.17.1","xmlhttprequest":"1.8.0","eslint-plugin-n":"15.6.0","@babel/preset-env":"7.20.2","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.0.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.1.1_1671620904336_0.0696601208444032","host":"s3://npm-registry-packages"}},"6.2.0":{"name":"i18next-locize-backend","version":"6.2.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.2.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"9dc5ea3ebcc0fea8d0ba59909526cc3a1caf430f","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.2.0.tgz","fileCount":22,"integrity":"sha512-/xcyezL3H5985tzHfdOiwlHTUuQWqOpScdVkTUKYM0Bvv7rFkCgKkzqF5l695GWNIuFC+xQcqcW/q6bFqdNvHA==","signatures":[{"sig":"MEUCIEud3ujTwPFGaUnkSEGQMMJhEwTwxw9qlA6Yku+phRZTAiEA/k14gXRi/wXeayTcMdOWY7TQZ5hNKO8DzW3bNajnjVE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":186312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj47GiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqRGQ//al+SQq6Hk2WnawFoNn55IJyWsBKfcS4FoV8DdzncKLT63kx5\r\nlDphFu8VYysA7AlSBHX/AUK/5CW/qYcrjCTgGq0FknMYiD8JOkclbfS1pNfD\r\no1MhGKhwo+cmMJ1bQF1yGA3nC/dGXmU1C609d+ffNSd0U9xzTpMBd+4TdD+q\r\ncFC5hPoasiutARIGWQeu+8bn0rS7RnwLg5ZgfG+jRQtICguIvC72Id0+X94e\r\nWUCHEwwbXB3DfAnDVu1j/3STztBg8SWnGM9CQFZL3uyv6+KE1Ad/4d2RdQiM\r\nM0uwsFF7Kcwwjd3ojCmuKLCYzAxV5A2GqB22CiTeaNmQMBFZelon+XXcSOWm\r\nzHAfwHYU7GIy5AlmxbKM/+VA09EAYMHpaz5DMJWdSDhJ5991ZSvs6qO+sWPn\r\nzQRlqT7iaQsWoDzOTCM6/D2soWf6Hp6GkpSh8YMHedEn5WJjtGGePgxQndbo\r\njF/ONkCl4TidnwmWhlFOeIcl/pcgAldOXr6e8l0+8/uP0N1cHc1aBtVqwDi5\r\naF3Yl34YWPWF05QoqnuypuEtpiehbFF5N48Pqz3ulDyNkJDIVfmkOKdauuvC\r\nqJG1I+JU9WtA4uQS/lirK2Ss7o/CPbBu7FPRGo3rIpwueK0gXXEGAJZ9kIFN\r\nUejilppJNIBHPeq79ZbLMBrPzUlblcAhbx8=\r\n=b5bZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./index.d.ts","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./index.d.ts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"2fab8d022c88fb43ebc756aebd629797ac6e9de0","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.19.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"18.12.1","dependencies":{"cross-fetch":"3.1.5"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.25.0","mocha":"10.2.0","eslint":"8.30.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"22.4.6","expect.js":"0.3.1","uglify-js":"3.17.4","@babel/cli":"7.19.3","browserify":"17.0.0","typescript":"4.9.4","@babel/core":"7.20.5","json-server":"0.17.1","xmlhttprequest":"1.8.0","eslint-plugin-n":"15.6.0","@babel/preset-env":"7.20.2","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.0.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.2.0_1675866530153_0.0379368310695094","host":"s3://npm-registry-packages"}},"6.2.1":{"name":"i18next-locize-backend","version":"6.2.1","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.2.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"0104a1e562e77eebb9b312c3dfe9653434e1f4d0","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.2.1.tgz","fileCount":22,"integrity":"sha512-ZNo5jEZDQfMM+tS9y5gdwnjFcUHWHmZe8BXyVoD0VtxpqfSzdh/2vZ6f83N0dQPF5JCvLUevkWls5MGS2H7wlA==","signatures":[{"sig":"MEUCIQCJWf5BQpjqybIRXvuAvmDNJyYWDtJKJwpzFzG3hgPS7AIgEp19BTXcF7Nhsxq/Jn391gX2nk6lhbpb/RLBp848lbA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":186378,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5Nh+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpmNBAAh67X833faVVzzICYhH6QLXT/7eHjVn+Qc2525BRKoeNXcw9b\r\nTKwjMHWuz3IFsbB0gR+/1XtJqBo30IKB7KYs9V91xgERE8kT2INmtdoCAR64\r\nRcVkVBMALkWyu/lqWWvfL32yUCha5BGkLKdCNXj1gbo1CAke3ftPt/GsSbmd\r\nCqjb/rlG+LD4KJhDE/TWso0sCpX5PVOaDXgr+6aV2R6b0YpjVNFOA+sre64+\r\naA7yH/4kLv+T0IiX45PjOLfpxQt51Og3AbUBGWF36NRf8Y/pcmtGudHpe3hw\r\nYa0i+qggC8StN2xK1WZ60IgVubZAs85N5jYugMaWwJ+/gyYH4m+ciQv+stTZ\r\nffyDuZyKQ2Opo/TKOsDCmWOEvU6Gilq6vA95F9qUDfmLyd6fwXTH4hz6k+9Y\r\nt47xerjGA76DRZenqH1adQj/UmPp+4qtf8oVdHsi2FcgK7slN8x54NE46d3L\r\n+uTznfx9dj6WnyUj7BXh2tAbD7VzI9sY15FfpTjfPwszy3L8FFHZ+8MffiPi\r\n9ykSFzYQtupjgV/NxyzpY1GCiH0NuqwABMbVqE+1DPq+dcddA3Xgl8yRZ1qa\r\nRmS2Wntrlt1Ce1hrcYR3O8XWtFbuHPOns1CpmvHnxa0swhbSHg90NQiRRqaJ\r\nbtL+adyffjQwx3ptqRSF7Q+yfsaHmRNDQqA=\r\n=9/at\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./index.d.ts","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./index.d.ts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"9a7e7abbf438563bbf8d9a75e4c15563ab5ffa71","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"8.19.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"18.12.1","dependencies":{"cross-fetch":"3.1.5"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.25.0","mocha":"10.2.0","eslint":"8.30.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"22.4.6","expect.js":"0.3.1","uglify-js":"3.17.4","@babel/cli":"7.19.3","browserify":"17.0.0","typescript":"4.9.4","@babel/core":"7.20.5","json-server":"0.17.1","xmlhttprequest":"1.8.0","eslint-plugin-n":"15.6.0","@babel/preset-env":"7.20.2","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.0.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.2.1_1675942014278_0.9718562033368745","host":"s3://npm-registry-packages"}},"6.2.2":{"name":"i18next-locize-backend","version":"6.2.2","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.2.2","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"861b864f0e2f6e290ab0c5ee40eb57b21bc3b6a3","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.2.2.tgz","fileCount":24,"integrity":"sha512-G9iGVJF3n8xqBLf5XmdfJldQQgbmMwWM15gA9QZ5tGnbBD24I9bDhf9qgIeuQze7tdAUTU2XRIV0sJbgvTD3tg==","signatures":[{"sig":"MEQCIDn3Tt+kB+sBv8HNLf1lsxDnn4DEHaDGv35hkcG32I4/AiABNN1mj6tqTiDYDCiUJHYgQKGIqn6r129G4j8VlhDZXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":194000},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.ts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.ts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"f7129a435d2d3bbf9e472fa97c41972be84ca1bf","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"9.5.1","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"18.16.0","dependencies":{"cross-fetch":"3.1.6"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.28.1","mocha":"10.2.0","eslint":"8.40.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"22.4.15","expect.js":"0.3.1","uglify-js":"3.17.4","@babel/cli":"7.21.5","browserify":"17.0.0","typescript":"5.0.4","@babel/core":"7.21.8","json-server":"0.17.3","xmlhttprequest":"1.8.0","eslint-plugin-n":"15.6.0","@babel/preset-env":"7.21.5","eslint-plugin-import":"2.27.5","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.0.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.2.2_1684412206523_0.7281563237538309","host":"s3://npm-registry-packages"}},"6.2.3":{"name":"i18next-locize-backend","version":"6.2.3","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.2.3","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"1da1b215e9b810d72d1c3321ceda0c043d314c91","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.2.3.tgz","fileCount":24,"integrity":"sha512-NswVDOch7mMgFMW+c9mWFwOH2W1xCTIZ3KrafBbhab5n9mb17np94clEwgHr0zDNp2v7o2IB1RUedqPJJQuQ/w==","signatures":[{"sig":"MEQCIHx1+cZRGSHV8T2rrkYiSC3gubW88na1SIfh3ICCngUBAiBrRe4zXK51u83zvfKQfILI65Ewj0ofwDQ0sT1fvPSGJg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":195549},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.ts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.ts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"8c4b50ffe1da03041af3ac9081185d321b207010","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"9.6.7","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"cross-fetch":"3.1.6"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.28.1","mocha":"10.2.0","eslint":"8.40.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"22.4.15","expect.js":"0.3.1","uglify-js":"3.17.4","@babel/cli":"7.21.5","browserify":"17.0.0","typescript":"5.0.4","@babel/core":"7.21.8","json-server":"0.17.3","xmlhttprequest":"1.8.0","eslint-plugin-n":"15.6.0","@babel/preset-env":"7.21.5","eslint-plugin-import":"2.27.5","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.0.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.2.3_1693753334405_0.5752950290811911","host":"s3://npm-registry-packages"}},"6.3.0":{"name":"i18next-locize-backend","version":"6.3.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.3.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"014245433c4ba35c58ff79977e8686a6b96159e5","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.3.0.tgz","fileCount":24,"integrity":"sha512-b3VjEOz0wq5LbjMEQChSNiPNvzd0S1ftMf6L7j9im7ELx/mUHCAFAvlDdiWMLHEm8NNnuCY/M1JbG+vLLR1ypw==","signatures":[{"sig":"MEUCIHT0JPVj5ZMknlrvTb7CAFJfAmgzA3EosHhxXNR1gPJtAiEA/Xsfpd411d3fNt6LdNVFVK2uR7DVdPya5EgVOoduzcg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202907},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.ts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.ts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"080e19524a4c9eb6406791329cc8ff70f3a112df","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"9.8.1","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"cross-fetch":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.29.0","mocha":"10.2.0","eslint":"8.52.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"23.6.0","expect.js":"0.3.1","uglify-js":"3.17.4","@babel/cli":"7.23.0","browserify":"17.0.0","typescript":"5.2.2","@babel/core":"7.23.2","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.2.0","@babel/preset-env":"7.23.2","eslint-plugin-import":"2.29.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.3.0_1698249478698_0.925975810485798","host":"s3://npm-registry-packages"}},"6.3.1":{"name":"i18next-locize-backend","version":"6.3.1","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.3.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"407b450f3a7c1fb5f559d074b52c743dcd454d9f","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.3.1.tgz","fileCount":24,"integrity":"sha512-kaGEKxl+cupKa3leWJfoAp7FKu/d/RtI/QfXmr9GeIkKwUfRpM6YJCFH9/9GCU2YUmQFb+ybn61qvUAmMpiQ6A==","signatures":[{"sig":"MEUCIQCFKzYIGgSACBDktxKNpPSVGAX3c7oK62atPaZVo3WrtwIgSFBAgWoXuu0u95T8sLNLQs7ZKXymwO/BnquQQGgEDzs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":196128},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.ts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.ts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"7dc2a70704adf900a70ca485fcee12da6eff7107","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"9.8.1","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"cross-fetch":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.29.0","mocha":"10.2.0","eslint":"8.52.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"23.6.0","expect.js":"0.3.1","uglify-js":"3.17.4","@babel/cli":"7.23.0","browserify":"17.0.0","typescript":"5.2.2","@babel/core":"7.23.2","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.2.0","@babel/preset-env":"7.23.2","eslint-plugin-import":"2.29.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.3.1_1698504649482_0.03478626802045137","host":"s3://npm-registry-packages"}},"6.4.0":{"name":"i18next-locize-backend","version":"6.4.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.4.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"ae3fb0ee4e9d6a0e5ec24d9a609081271f107189","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.4.0.tgz","fileCount":26,"integrity":"sha512-piqhjaBd5pWHD27UVK/SP5i7AKIX7Fzq3Tv2U32nJUxu8F6kdDfNWCDObOZ4W8B4AHSnERAYN4BIeZgGbVBrkA==","signatures":[{"sig":"MEQCIE4YpI72bGlbBOYTfWlkaL9StX5leNYS1c1owN9IpEhYAiBANOrdGOqyGiCgi1uXy/M6Q+NPBNLdiqS2nAfTmBNPkw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":196812},"main":"./cjs/index.js","type":"module","types":"./index.d.ts","module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.ts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.ts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"d43252ab3c731f77bd46437730bf7ad93aa7522b","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"9.8.1","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"cross-fetch":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.29.0","mocha":"10.2.0","eslint":"8.53.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"23.7.1","expect.js":"0.3.1","uglify-js":"3.17.4","@babel/cli":"7.23.0","browserify":"17.0.0","typescript":"5.2.2","@babel/core":"7.23.3","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.3.1","@babel/preset-env":"7.23.3","eslint-plugin-import":"2.29.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.4.0_1699652830947_0.7549618882012616","host":"s3://npm-registry-packages"}},"6.4.1":{"name":"i18next-locize-backend","version":"6.4.1","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.4.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"eca46e6afeeb8a484efba15575022dae492b6508","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.4.1.tgz","fileCount":26,"integrity":"sha512-D8XxklzzsftydwEKxEa5y9Hz5TMxY5Z68ciwMyIhB/g/vAGW4x8ZW5u27guCppWH+pAzdIYkT8E47lfjcBak6w==","signatures":[{"sig":"MEYCIQDbCrwXkLwh1RtJO3oc49pHlj/Edh0Ty6gQuBfOF66uYAIhAJFYWhstupWGGcLcg0VIC1ZcNNaS02c6vWY49tl8UK/n","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":196815},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"daa65854edef87d33e941ed68ffa7525722634f8","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"9.8.1","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"18.18.2","dependencies":{"cross-fetch":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.29.0","mocha":"10.2.0","eslint":"8.53.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"23.7.1","expect.js":"0.3.1","uglify-js":"3.17.4","@babel/cli":"7.23.0","browserify":"17.0.0","typescript":"5.2.2","@babel/core":"7.23.3","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.3.1","@babel/preset-env":"7.23.3","eslint-plugin-import":"2.29.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.4.1_1699652948107_0.736996163019862","host":"s3://npm-registry-packages"}},"6.4.2":{"name":"i18next-locize-backend","version":"6.4.2","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.4.2","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"5f72e6a7c902bf1a0fd9f282a5e5a846019b1c74","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.4.2.tgz","fileCount":26,"integrity":"sha512-jLBk2ubFOWOXMTkcRSGG3SSl575JmW1bdFG+kefXiUXxK+KM+djpp5GA/yXziSgXLXpIBxRx3TxHoHDgmPulHg==","signatures":[{"sig":"MEUCICr448y3dpcuDDPKR17OEXolOCY35qAAq6Y1nSq+7udqAiEAhSRQ8RFCu/cWe963W22Do/JxX1GfLMR7uBD/eaNEaok=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":196893},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"b4e743a2252dd71ca358b9223ec0369aaa9e299f","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --exit --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.5.0","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"20.12.1","dependencies":{"cross-fetch":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.29.0","mocha":"10.2.0","eslint":"8.53.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"23.7.1","expect.js":"0.3.1","uglify-js":"3.17.4","@babel/cli":"7.23.0","browserify":"17.0.0","typescript":"5.2.2","@babel/core":"7.23.3","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.3.1","@babel/preset-env":"7.23.3","eslint-plugin-import":"2.29.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.4.2_1713456918539_0.7589622464722516","host":"s3://npm-registry-packages"}},"6.4.3":{"name":"i18next-locize-backend","version":"6.4.3","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.4.3","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"c2df89346dcb74b766d6324da25c0b4d5308b17f","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.4.3.tgz","fileCount":26,"integrity":"sha512-HY4GI/qFp84OtR8++BK2NhB1aPfIk8c9gw5Ul7lbUJLD2LvVgFCtKD9pINJUOLuTlNcP47ehNJH1CKiZIxQuxA==","signatures":[{"sig":"MEQCIB6w02U8QepfLhU9qgcMnMOBiYTztDSMtEfvlIB1n/d5AiADOmUadXyqOx1774RE8CCVh0ulLg/fJKurVmpzLFIelA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197149},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"cada195966e9917513f1b846847dababe022a64e","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.5.0","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"20.12.1","dependencies":{"cross-fetch":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.31.0","mocha":"10.4.0","eslint":"8.53.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"23.11.4","expect.js":"0.3.1","uglify-js":"3.17.4","@babel/cli":"7.24.5","browserify":"17.0.0","typescript":"5.4.5","@babel/core":"7.24.5","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.3.1","@babel/preset-env":"7.24.5","eslint-plugin-import":"2.29.1","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.4.3_1715924218879_0.664455463439219","host":"s3://npm-registry-packages"}},"6.5.0":{"name":"i18next-locize-backend","version":"6.5.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.5.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"45a1eecb4334616f0fe49e5333044af9aaeb7402","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.5.0.tgz","fileCount":26,"integrity":"sha512-mwJ/W2Z09+kyH2hTU+ilPagmoPay03N9QhdcaQkYnyCs4im67d3C8G19Ssjs7JVBWuJwlverD2Sy1O62250H6w==","signatures":[{"sig":"MEYCIQCRTgKcrJv8In8P18ye1ykmx23hXCPaWr8jLtutJBEodQIhAKgKwHeth15AVCjiKsmZIu3gBCXIYWBGsuGHkcw2xd6t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":196725},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"843ffb7b949d5090cfa6007132c574630ba4ffaa","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.8.1","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"cross-fetch":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.31.1","mocha":"10.7.3","eslint":"8.53.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"23.14.0","expect.js":"0.3.1","uglify-js":"3.19.2","@babel/cli":"7.24.8","browserify":"17.0.0","typescript":"5.5.4","@babel/core":"7.25.2","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.6.2","@babel/preset-env":"7.25.3","eslint-plugin-import":"2.29.1","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.5.0_1724057984172_0.41296303004164514","host":"s3://npm-registry-packages"}},"6.5.1":{"name":"i18next-locize-backend","version":"6.5.1","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.5.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"33204e78de5820237c3bf3c7d20fb83cb2842fc8","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.5.1.tgz","fileCount":26,"integrity":"sha512-TokrH3LleusKzAEd2DIBPxmSk+TGuVGAb33FbjVAHJVrzbG9vPrz5bmfewQd5gIex0+1/inYywg32911iZqRnA==","signatures":[{"sig":"MEUCIHW1pLm+bjwxRHNFD1UmsUuNKH9bV91VZRDme6VKisOzAiEA/kUp01XR/voN+Vj0+HS0FVcrMiWXi4QbQS6yNtfw5yM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":196877},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"cab036a14d565a97eebcec3880945568d6c843df","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.8.1","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"cross-fetch":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.31.1","mocha":"10.7.3","eslint":"8.53.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"23.14.0","expect.js":"0.3.1","uglify-js":"3.19.2","@babel/cli":"7.24.8","browserify":"17.0.0","typescript":"5.5.4","@babel/core":"7.25.2","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.6.2","@babel/preset-env":"7.25.3","eslint-plugin-import":"2.29.1","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.5.1_1724236406125_0.05316429858516547","host":"s3://npm-registry-packages"}},"6.5.2":{"name":"i18next-locize-backend","version":"6.5.2","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.5.2","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"33b68a00c3c5cf08f4055fcc054e55e042c8c680","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.5.2.tgz","fileCount":26,"integrity":"sha512-fmVnJi3weLUl6zrsSrmCm6iqIjTinS3NwgKwoMVJsWGiPc0Nne+AecjyfQLkQv/ALRiCJEkr1qpd83FUS8O3AA==","signatures":[{"sig":"MEQCIFrQ6v6hHUMvbgYZ9U4D6JSVUnXAZBABTTde+wqFZ0tfAiABc9RT0w1jDZ1iWKSuRaDnvR1Y9Bxj63k6/WyCGEKaJg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197666},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"517d7c711cdd4203455f1d846b1374879d184f1f","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.8.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"cross-fetch":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.31.1","mocha":"10.7.3","eslint":"8.53.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"23.14.0","expect.js":"0.3.1","uglify-js":"3.19.2","@babel/cli":"7.24.8","browserify":"17.0.0","typescript":"5.5.4","@babel/core":"7.25.2","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.6.2","@babel/preset-env":"7.25.3","eslint-plugin-import":"2.29.1","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.5.2_1727987797463_0.7986237845414048","host":"s3://npm-registry-packages"}},"6.6.0":{"name":"i18next-locize-backend","version":"6.6.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.6.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"0919573aedb59ea85ffae138ed2a9939c0c38281","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.6.0.tgz","fileCount":23,"integrity":"sha512-fZgrKxWO8Tfyesx/ttVn89jkH9WHk9z/whoJL8dw7OBWxwXNuCbrf9C/zPc/andNrYF83iM/9GCl73EpVstIrg==","signatures":[{"sig":"MEUCICeahDgN5ZfDfxdSVx1HK0CpjmYS46nyEnXl2Mn0jONFAiEAl7Rv0KeCtbldD9vjPqpK8501DA0OOj4C3gSA21LCCcc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":194043},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","config":{"fixcjs":"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace(`(await Promise.resolve().then(function () {\n      return _interopRequireWildcard(require('cross-fetch'));\n    })).default`, `require('cross-fetch')`))"},"module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"bb672016b72052f11b818ad540036d4492c5bbe6","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","fixcjs":"node -e \"$npm_package_config_fixcjs\"","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && npm run fixcjs","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"deprecated":"this version has been deprecated, since it should have been a major version (v7.0.0)","repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.8.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"cross-fetch":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.31.2","mocha":"10.8.2","eslint":"8.53.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"23.16.7","expect.js":"0.3.1","uglify-js":"3.19.3","@babel/cli":"7.25.9","browserify":"17.0.1","typescript":"5.6.3","@babel/core":"7.26.0","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.6.2","@babel/preset-env":"7.26.0","eslint-plugin-import":"2.31.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.6.0_1732109944631_0.7812965020725318","host":"s3://npm-registry-packages"}},"7.0.0":{"name":"i18next-locize-backend","version":"7.0.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@7.0.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"376d9b8b008511af7170be1974df3b34707e85e2","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-7.0.0.tgz","fileCount":23,"integrity":"sha512-uW4rqnAzGDwFoc/vbg8pnBD1oMdRw7pNFmlqNnOgqcIRGCp0LIkTargEr2U8Ca5KMBGNuzH09vCCd88Am4+o1w==","signatures":[{"sig":"MEQCIG6CeDKeOF1M/GOOQoJjPZyuxypGyeEJVKchvsVX9eFbAiAN3pzq6h5kRMlwkheGN27NzLjRBI2atQIy1QO6t8qvVw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":194180},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","config":{"fixcjs":"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace(`(await Promise.resolve().then(function () {\n      return _interopRequireWildcard(require('cross-fetch'));\n    })).default`, `require('cross-fetch')`))"},"module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"11f538c95820f55b1cd9ceb17df94e37eb81a2f6","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","fixcjs":"node -e \"$npm_package_config_fixcjs\"","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && npm run fixcjs","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.8.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"20.18.0","dependencies":{"cross-fetch":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.31.2","mocha":"10.8.2","eslint":"8.53.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"23.16.7","expect.js":"0.3.1","uglify-js":"3.19.3","@babel/cli":"7.25.9","browserify":"17.0.1","typescript":"5.6.3","@babel/core":"7.26.0","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.6.2","@babel/preset-env":"7.26.0","eslint-plugin-import":"2.31.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_7.0.0_1732178511816_0.7725557309256932","host":"s3://npm-registry-packages"}},"7.0.1":{"name":"i18next-locize-backend","version":"7.0.1","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@7.0.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"ba010b875ec2aa590865c0efa8ba556f30a6b474","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-7.0.1.tgz","fileCount":23,"integrity":"sha512-mXGQKAVMdgN/eydE5EPC1scCPew+Iajsp/KmXR2hqL1QxceMxpw6OCs88eNN9WSCEvGb79T6o57tUun41zsDIA==","signatures":[{"sig":"MEYCIQCaRXuPFtcpIJ0pwSPzO7MJn6kOmwglJRg3ciDDQ0+o6AIhAMO542OApAjIdJxm3xpWl4fvSJDNN83mFRYUv91HTrWo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":194513},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","config":{"fixcjs":"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace(`Promise.resolve().then(function () {\n      return _interopRequireWildcard(require('cross-fetch'));\n    }).then(function (mod) {\n      fetchApi = mod.default;\n    }).catch(function () {});`, `fetchApi = require('cross-fetch');`))"},"module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"2770f21f8ea15fce0e186362f0c8be0989d53502","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","fixcjs":"node -e \"$npm_package_config_fixcjs\"","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && npm run fixcjs","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.8.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"20.18.1","dependencies":{"cross-fetch":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.31.2","mocha":"10.8.2","eslint":"8.53.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"23.16.7","expect.js":"0.3.1","uglify-js":"3.19.3","@babel/cli":"7.25.9","browserify":"17.0.1","typescript":"5.6.3","@babel/core":"7.26.0","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.6.2","@babel/preset-env":"7.26.0","eslint-plugin-import":"2.31.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_7.0.1_1732186308543_0.7312179296961254","host":"s3://npm-registry-packages"}},"7.0.2":{"name":"i18next-locize-backend","version":"7.0.2","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@7.0.2","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"dd89fcb131d7d41c57397cc857aebb68d59395b7","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-7.0.2.tgz","fileCount":23,"integrity":"sha512-OM6wZdsADcfWSN8D1aAchZQiwvUB2GVjX1cRbXM6QChMZFa0yIu+98pjtTu3sjoiYr24eYurgWEgYlsm+WG8Dw==","signatures":[{"sig":"MEUCIQC3tGJaUkNZIe3XD3G15ytOLqOsc/FwqpVDKi0HkdbefwIgL9ssuVQZndXz8MJIT8zss5ogAjxfM4yScD4QHuw2LDE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":195020},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","config":{"fixcjs":"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace(`Promise.resolve().then(function () {\n      return _interopRequireWildcard(require('cross-fetch'));\n    }).then(function (mod) {\n      fetchApi = mod.default;\n    }).catch(function () {});`, `fetchApi = require('cross-fetch');`))"},"module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"b34541b6cfdce972ca6a465238ba1229963576f6","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","fixcjs":"node -e \"$npm_package_config_fixcjs\"","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && npm run fixcjs","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.9.0","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"23.3.0","dependencies":{"cross-fetch":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.31.2","mocha":"10.8.2","eslint":"8.53.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"23.16.7","expect.js":"0.3.1","uglify-js":"3.19.3","@babel/cli":"7.25.9","browserify":"17.0.1","typescript":"5.6.3","@babel/core":"7.26.0","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.6.2","@babel/preset-env":"7.26.0","eslint-plugin-import":"2.31.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_7.0.2_1736957270944_0.7721088842031376","host":"s3://npm-registry-packages-npm-production"}},"6.5.3":{"name":"i18next-locize-backend","version":"6.5.3","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.5.3","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"0ec92c79d6c628c10e1a44721cf3900c1a07e1b9","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.5.3.tgz","fileCount":26,"integrity":"sha512-6zAUf0Ou4cqn0da2d/7RLECXAtTaocStiBJFp4Fdm21Kp4SPUqGby7SaSr42wPHqDJheFmHc7gSXOTM/xe2Q/g==","signatures":[{"sig":"MEYCIQCha1FQPoS43Ga/OT/LXGFkAUQhniIp34mYbcKf9LrK6gIhAJ2e3hmWut4LS1RFoMtuEp2NtS0b88VRpIHUMWK4zgND","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":198188},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"e3aa98934f791350b06b774c2d421c0bd844096b","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","test:fetch":"mocha test -R spec --experimental-modules","_preversion":"npm run test && npm run build && git push","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","_postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.9.0","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"23.3.0","dependencies":{"cross-fetch":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.31.1","mocha":"10.7.3","eslint":"8.53.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"23.14.0","expect.js":"0.3.1","uglify-js":"3.19.2","@babel/cli":"7.24.8","browserify":"17.0.0","typescript":"5.5.4","@babel/core":"7.25.2","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.6.2","@babel/preset-env":"7.25.3","eslint-plugin-import":"2.29.1","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.5.3_1736957562923_0.9942513825870771","host":"s3://npm-registry-packages-npm-production"}},"7.0.3":{"name":"i18next-locize-backend","version":"7.0.3","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@7.0.3","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"b047ce7946d1d3800d13dc1a5a5dfde092d1cb24","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-7.0.3.tgz","fileCount":23,"integrity":"sha512-KsHtX1vQdEkBSbfJy2AQ1PTGNHZGmRtNVTZAkv/xFwNrObYIc2p0UxpRCocc3BC4IBJKysHd8QoFcUV6aX1Ssg==","signatures":[{"sig":"MEYCIQDM+LqkPXsnmv2CF4NhQWPsp9yDQKJpjyxP+7IXLisTigIhAN6wmJ0WQZytF49pJWEVZTa8epmnm6l7r7Ggyixj1I3U","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":195079},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","config":{"fixcjs":"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace(`Promise.resolve().then(function () {\n      return _interopRequireWildcard(require('cross-fetch'));\n    }).then(function (mod) {\n      fetchApi = mod.default;\n    }).catch(function () {});`, `fetchApi = require('cross-fetch');`))"},"module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"b3ef193319e7a992595d9d03d5ae25df368d4e59","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","fixcjs":"node -e \"$npm_package_config_fixcjs\"","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && npm run fixcjs","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.9.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"cross-fetch":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.31.2","mocha":"10.8.2","eslint":"8.53.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"23.16.7","expect.js":"0.3.1","uglify-js":"3.19.3","@babel/cli":"7.25.9","browserify":"17.0.1","typescript":"5.6.3","@babel/core":"7.26.0","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.6.2","@babel/preset-env":"7.26.0","eslint-plugin-import":"2.31.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_7.0.3_1737619505414_0.5204432334874993","host":"s3://npm-registry-packages-npm-production"}},"6.5.4":{"name":"i18next-locize-backend","version":"6.5.4","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.5.4","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"a8c6586cb23943b32de55f221afd6b867f3cf70c","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.5.4.tgz","fileCount":26,"integrity":"sha512-CAoLpj2bRvDO57bEygDKaC1a/w9J+cT3PO1BQxty/XjN4r3bSNf+wv4kQESl9a4DqHilr11i9WgkSaLALe5vUA==","signatures":[{"sig":"MEUCIQDUQhl4I6xYPKrU7h8g4gOqLu2epq+AdfYV2z9J1FHwPAIgIq+gVyNItRZ69I7AsXgJRbYdH5SziTHOWqMiMDrZMX8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":198136},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"800181c3992fb747e8c81e47bff1e8af49cad744","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","test:fetch":"mocha test -R spec --experimental-modules","_preversion":"npm run test && npm run build && git push","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","_postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.9.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"cross-fetch":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.31.1","mocha":"10.7.3","eslint":"8.53.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"23.14.0","expect.js":"0.3.1","uglify-js":"3.19.2","@babel/cli":"7.24.8","browserify":"17.0.0","typescript":"5.5.4","@babel/core":"7.25.2","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.6.2","@babel/preset-env":"7.25.3","eslint-plugin-import":"2.29.1","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.5.4_1737621602907_0.6246378180946159","host":"s3://npm-registry-packages-npm-production"}},"6.5.5":{"name":"i18next-locize-backend","version":"6.5.5","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@6.5.5","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"77a3d0d94febce1d092e993f62326bdb5ad3f473","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-6.5.5.tgz","fileCount":26,"integrity":"sha512-lsUy7BVvCC9+AHnsf9JXkzDHHS6dLeMiMxtuMsx48jZkGCmXP/uhelQNdj4pgsWn5jppEkUxndHn3gWTpwbXDQ==","signatures":[{"sig":"MEUCIQDw8C8FbJAYty8fsnA43TDcDSkAiHN69TphCHfDfFWhzgIgON5y2gZZzGjiuwVfaiID37myWHyafj/EC9ivRqew7JM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":198029},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"29142f3d8f3896dcb9d5de028b9507f8619621ab","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","test:fetch":"mocha test -R spec --experimental-modules","_preversion":"npm run test && npm run build && git push","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/getFetch.cjs cjs/getFetch.js && node -e \"fs.writeFileSync('cjs/getFetch.js', fs.readFileSync('cjs/getFetch.js').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\" && node -e \"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace('getFetch.cjs', 'getFetch.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts && cp lib/getFetch.cjs esm/getFetch.cjs && rm -f esm/getFetch.js && node -e \"fs.writeFileSync('esm/getFetch.cjs', fs.readFileSync('esm/getFetch.cjs').toString().replace('/* eslint-disable no-var, no-undef */\\n', ''))\"","_postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.9.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"22.13.1","dependencies":{"cross-fetch":"4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.31.1","mocha":"10.7.3","eslint":"8.53.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"23.14.0","expect.js":"0.3.1","uglify-js":"3.19.2","@babel/cli":"7.24.8","browserify":"17.0.0","typescript":"5.5.4","@babel/core":"7.25.2","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.6.2","@babel/preset-env":"7.25.3","eslint-plugin-import":"2.29.1","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_6.5.5_1737623402381_0.4987831485271337","host":"s3://npm-registry-packages-npm-production"}},"7.0.4":{"name":"i18next-locize-backend","version":"7.0.4","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@7.0.4","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"d1223cc17aa05855cc286972840db07e5013c34a","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-7.0.4.tgz","fileCount":23,"integrity":"sha512-saRyIQAX0k+YA6XzirU6cyudWDj1W7bGDz/Szq+8OIs3JJnNuMZCADuNgCwmo+dQm9P69bbALymV+9t9ffywBA==","signatures":[{"sig":"MEQCIE3imei6CVMpvBglO5SQToKkxD67M+6PlG5MNt+eHqAgAiAfFXbPjHg9XIJEsL3+P4GOi0xlNphJnvIotC4opgCi+Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":195218},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","config":{"fixcjs":"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace(`Promise.resolve().then(function () {\n      return _interopRequireWildcard(require('cross-fetch'));\n    }).then(function (mod) {\n      fetchApi = mod.default;\n    }).catch(function () {});`, `fetchApi = require('cross-fetch');`))"},"module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"0f803ee214ca61b870e1a9a542e5d580fe96ed1c","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","fixcjs":"node -e \"$npm_package_config_fixcjs\"","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && npm run fixcjs","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.9.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"22.14.0","dependencies":{"cross-fetch":"4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.31.2","mocha":"10.8.2","eslint":"8.53.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"23.16.7","expect.js":"0.3.1","uglify-js":"3.19.3","@babel/cli":"7.25.9","browserify":"17.0.1","typescript":"5.6.3","@babel/core":"7.26.0","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.6.2","@babel/preset-env":"7.26.0","eslint-plugin-import":"2.31.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_7.0.4_1740750510907_0.8801146013147916","host":"s3://npm-registry-packages-npm-production"}},"7.1.0":{"name":"i18next-locize-backend","version":"7.1.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@7.1.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"008a3b0ee0ec5e93b22570be3d18ca3aaf489695","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-7.1.0.tgz","fileCount":23,"integrity":"sha512-i9Ox93wKXSqr66PwSKWCTwTUZK7oz/fs4aG1ynhkLEMcV51jK2j9fSldzPHot6FvPqYatDhU+gATt1sE+GzVKQ==","signatures":[{"sig":"MEUCIQCWKg6FTCHKVYmcXA/OAJB3J4UEKRMYNDwijJqchfsmtAIgDRUTQWXN+RrqNlrehSgSppBw88AO6xwG0yFVNYllqDo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":204612},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","config":{"fixcjs":"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace(`Promise.resolve().then(function () {\n      return _interopRequireWildcard(require('cross-fetch'));\n    }).then(function (mod) {\n      fetchApi = mod.default;\n    }).catch(function () {});`, `fetchApi = require('cross-fetch');`))"},"module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"74bec9cc56b39f14dbc7c95cdda33f43b48f7071","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","fixcjs":"node -e \"$npm_package_config_fixcjs\"","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && npm run fixcjs","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.9.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"cross-fetch":"4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.33.0","mocha":"11.7.5","eslint":"8.53.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"25.7.1","expect.js":"0.3.1","uglify-js":"3.19.3","@babel/cli":"7.28.3","browserify":"17.0.1","typescript":"5.9.3","@babel/core":"7.28.5","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.6.2","@babel/preset-env":"7.28.5","eslint-plugin-import":"2.31.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_7.1.0_1764668658001_0.18257714035030448","host":"s3://npm-registry-packages-npm-production"}},"7.1.1":{"name":"i18next-locize-backend","version":"7.1.1","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@7.1.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"c4453b99ed62707ac024119320c5c2e39f8690c8","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-7.1.1.tgz","fileCount":23,"integrity":"sha512-ulLYZfmbdKrtWf7+hkijJlDeUqGZflW8UsU9h7m+TRQA+itIR6BLGIisB1PF+6gYLPmtUgj8bKlXj88eNclj9g==","signatures":[{"sig":"MEUCIQDKBe4PGTmuXi/3EY+zCl09cLb06tde2Z8al6WRQ67xrgIgQw0XmdMOPzQcey44K8GKtPjr410DEi3Lx0g3W/wbj9U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":204704},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","config":{"fixcjs":"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace(`Promise.resolve().then(function () {\n      return _interopRequireWildcard(require('cross-fetch'));\n    }).then(function (mod) {\n      fetchApi = mod.default;\n    }).catch(function () {});`, `fetchApi = require('cross-fetch');`))"},"module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"22d42876f2715787272ddd840ac759404c9c6293","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","fixcjs":"node -e \"$npm_package_config_fixcjs\"","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && npm run fixcjs","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.9.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"cross-fetch":"4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.33.0","mocha":"11.7.5","eslint":"8.53.0","tslint":"5.20.1","dtslint":"4.2.1","i18next":"25.7.1","expect.js":"0.3.1","uglify-js":"3.19.3","@babel/cli":"7.28.3","browserify":"17.0.1","typescript":"5.9.3","@babel/core":"7.28.5","json-server":"0.17.4","xmlhttprequest":"1.8.0","eslint-plugin-n":"16.6.2","@babel/preset-env":"7.28.5","eslint-plugin-import":"2.31.0","eslint-plugin-promise":"6.1.1","eslint-config-standard":"17.1.0","eslint-plugin-standard":"5.0.0","babel-plugin-add-module-exports":"1.0.4","eslint-plugin-require-path-exists":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_7.1.1_1764673673778_0.2602067045356615","host":"s3://npm-registry-packages-npm-production"}},"7.2.0":{"name":"i18next-locize-backend","version":"7.2.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@7.2.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"7d2a0ff57d46cd5e9ae0dff7a559c3bfaf32f987","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-7.2.0.tgz","fileCount":24,"integrity":"sha512-myawnFpbQJXqrk5npk2wuyBekgJwKUadb1djkZ1BMLG3HnjpQRC3zDhZddYJ6FQ3uJDg3KVfOpdeVcuxR1c1LA==","signatures":[{"sig":"MEUCIQC10jV9AFH6gRlrGmZeQfntLlVTsqcKQ+TorO+GspZ/fQIgAUg+rvaxErY42rvGiUu+8fCleQOGaBRbXSdJ3Hw/3DY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":216176},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","config":{"fixcjs":"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace(`Promise.resolve().then(function () {\n      return _interopRequireWildcard(require('cross-fetch'));\n    }).then(function (mod) {\n      fetchApi = mod.default;\n    }).catch(function () {});`, `fetchApi = require('cross-fetch');`))"},"module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"92a041533f9fd01a9e63e654715c949b422fc265","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","fixcjs":"node -e \"$npm_package_config_fixcjs\"","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && npm run fixcjs","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.9.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"cross-fetch":"4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.33.0","mocha":"11.7.5","eslint":"9.39.1","tslint":"5.20.1","dtslint":"4.2.1","i18next":"25.7.2","expect.js":"0.3.1","uglify-js":"3.19.3","@babel/cli":"7.28.3","browserify":"17.0.1","typescript":"5.9.3","@babel/core":"7.28.5","json-server":"0.17.4","neostandard":"0.12.2","xmlhttprequest":"1.8.0","@babel/preset-env":"7.28.5","eslint-plugin-import":"2.32.0","babel-plugin-add-module-exports":"1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_7.2.0_1765291237499_0.7604400872174775","host":"s3://npm-registry-packages-npm-production"}},"7.2.1":{"name":"i18next-locize-backend","version":"7.2.1","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@7.2.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"d2ab5709b70417d0220f2e4fe4b4533f6acdafd9","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-7.2.1.tgz","fileCount":24,"integrity":"sha512-Tc6ZA6gOBQ7WJSMKifOfsVsEQqFyDWxtue95L+Sx+u0i7McfZITIbHvvrmT5DElfWsNRRbcIBKE5Y+JrT/WnWg==","signatures":[{"sig":"MEUCIQDMSKHQ3MmnesyLmwu84RexuSN5WebJRW6MrW2qj3qgqAIgS8GUY5ZsUmpbIaSEZe1/ChOBIQ1VgqA0GzYFMJsY/sA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":216304},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","config":{"fixcjs":"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace(`Promise.resolve().then(function () {\n      return _interopRequireWildcard(require('cross-fetch'));\n    }).then(function (mod) {\n      fetchApi = mod.default;\n    }).catch(function () {});`, `fetchApi = require('cross-fetch');`))"},"module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"2bc8f5001f8f5ee38a3d85384864daacbb80717a","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","fixcjs":"node -e \"$npm_package_config_fixcjs\"","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && npm run fixcjs","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.9.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"cross-fetch":"4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.33.0","mocha":"11.7.5","eslint":"9.39.1","tslint":"5.20.1","dtslint":"4.2.1","i18next":"25.7.2","expect.js":"0.3.1","uglify-js":"3.19.3","@babel/cli":"7.28.3","browserify":"17.0.1","typescript":"5.9.3","@babel/core":"7.28.5","json-server":"0.17.4","neostandard":"0.12.2","xmlhttprequest":"1.8.0","@babel/preset-env":"7.28.5","eslint-plugin-import":"2.32.0","babel-plugin-add-module-exports":"1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_7.2.1_1765376578861_0.4901948550758406","host":"s3://npm-registry-packages-npm-production"}},"8.0.0":{"name":"i18next-locize-backend","version":"8.0.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@8.0.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"3e3780ff873fabc3bc8eef7b268e47340f2d5f02","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-8.0.0.tgz","fileCount":24,"integrity":"sha512-Bf+DiZ/hdGcjE2bitu4fkAEhJP4n6z5tHDxEPH/K/LeVYB3httqvKqLxgFqcLcPQWSp1rJPgGV9k8T0vPVWuzQ==","signatures":[{"sig":"MEUCIEOub9stcdz0COlFkiA/w7U7FhuKxsezBTrZYyYyoYXNAiEAq6KU5+qnCkkZU75aPHmJTh5JSw9qNsBOai/DnRNsi80=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":217638},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","config":{"fixcjs":"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace(`Promise.resolve().then(function () {\n      return _interopRequireWildcard(require('cross-fetch'));\n    }).then(function (mod) {\n      fetchApi = mod.default;\n    }).catch(function () {});`, `fetchApi = require('cross-fetch');`))"},"module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"ed054517a67af8867192825a2d29af1bdef3466b","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","fixcjs":"node -e \"$npm_package_config_fixcjs\"","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && npm run fixcjs","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"10.9.4","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"cross-fetch":"4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.33.0","mocha":"11.7.5","eslint":"9.39.1","tslint":"5.20.1","dtslint":"4.2.1","i18next":"25.7.2","expect.js":"0.3.1","uglify-js":"3.19.3","@babel/cli":"7.28.3","browserify":"17.0.1","typescript":"5.9.3","@babel/core":"7.28.5","json-server":"0.17.4","neostandard":"0.12.2","xmlhttprequest":"1.8.0","@babel/preset-env":"7.28.5","eslint-plugin-import":"2.32.0","babel-plugin-add-module-exports":"1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_8.0.0_1765377211477_0.14941946299845066","host":"s3://npm-registry-packages-npm-production"}},"8.1.0":{"name":"i18next-locize-backend","version":"8.1.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@8.1.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"9a7df0a56a02cbe4dcb3be6da25fb59d465946f8","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-8.1.0.tgz","fileCount":24,"integrity":"sha512-Mb5tUUPkcUVRY0x0Z7K1qO41Pp3MgnHkIohh4rEUMQ5oACb5UhheyFNaPhi1jgMLHEKzrlGm6/z57Ne9Vwbdrw==","signatures":[{"sig":"MEUCIQDysEjWFh02XR07IkwVf9nW0wH9Yq+WUkxNyDboQZR2lQIgZX2Rq+0Bnjn44XvTUNDXNgmJqM726zlGwX5arQa0SbE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":225765},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","config":{"fixcjs":"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace(`Promise.resolve().then(function () {\n      return _interopRequireWildcard(require('cross-fetch'));\n    }).then(function (mod) {\n      fetchApi = mod.default;\n    }).catch(function () {});`, `fetchApi = require('cross-fetch');`))"},"module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"078329348bb15646d2ffb286e3f235e64de13ef6","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","fixcjs":"node -e \"$npm_package_config_fixcjs\"","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && npm run fixcjs","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"11.6.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"cross-fetch":"4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.33.0","mocha":"11.7.5","eslint":"9.39.1","tslint":"5.20.1","dtslint":"4.2.1","i18next":"25.7.2","expect.js":"0.3.1","uglify-js":"3.19.3","@babel/cli":"7.28.3","browserify":"17.0.1","typescript":"5.9.3","@babel/core":"7.28.5","json-server":"0.17.4","neostandard":"0.12.2","xmlhttprequest":"1.8.0","@babel/preset-env":"7.28.5","eslint-plugin-import":"2.32.0","babel-plugin-add-module-exports":"1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_8.1.0_1765556480276_0.7413127209127777","host":"s3://npm-registry-packages-npm-production"}},"8.1.1":{"name":"i18next-locize-backend","version":"8.1.1","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@8.1.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"cfa36593a3fa882482d5544f73807925d1f4d56e","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-8.1.1.tgz","fileCount":24,"integrity":"sha512-WBOZqHvzvgtQFxXwD18SZFhn4Lhn1EuaZ67ezYF27TrB23WDiILhhZMh3vKVzpRMP+ZchFpxrQlt/PulE8cdyA==","signatures":[{"sig":"MEYCIQCdddMRglUG6QC7IdQE60KkS8XtBZqry3aSdkey5MGgbwIhAJd3stC9C6d8zDjhDsEt7dCBiFwkHDS92zjwvl/PFTL5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":226519},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","config":{"fixcjs":"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace(`Promise.resolve().then(function () {\n      return _interopRequireWildcard(require('cross-fetch'));\n    }).then(function (mod) {\n      fetchApi = mod.default;\n    }).catch(function () {});`, `fetchApi = require('cross-fetch');`))"},"module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"562a651c0bdef951c9b947b5ca06995f89dc9d2d","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","fixcjs":"node -e \"$npm_package_config_fixcjs\"","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && npm run fixcjs","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"11.6.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"cross-fetch":"4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.33.0","mocha":"11.7.5","eslint":"9.39.1","tslint":"5.20.1","dtslint":"4.2.1","i18next":"25.7.2","expect.js":"0.3.1","uglify-js":"3.19.3","@babel/cli":"7.28.3","browserify":"17.0.1","typescript":"5.9.3","@babel/core":"7.28.5","json-server":"0.17.4","neostandard":"0.12.2","xmlhttprequest":"1.8.0","@babel/preset-env":"7.28.5","eslint-plugin-import":"2.32.0","babel-plugin-add-module-exports":"1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_8.1.1_1765865549254_0.01191149133919911","host":"s3://npm-registry-packages-npm-production"}},"8.1.2":{"name":"i18next-locize-backend","version":"8.1.2","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@8.1.2","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"a7260b82dddb4975fe1d3771460e41fc2d0a7333","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-8.1.2.tgz","fileCount":24,"integrity":"sha512-+aaaJroWkgl/anEbvL9IX7yoGms1P9mvDpMTsUc/GI+82oFfRG3mGM1lAa1BtYCntFM61H1jqouaBmVhpORKKw==","signatures":[{"sig":"MEQCIAHdpgBP6Qg6+AulZ7uL6l2kEpxAqRjaC9Xe3vSsoZtYAiBctLVX0VVl3FDtHV7vkxHGFLt8W/dP5V+CvxQt1tMdPA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":230100},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","config":{"fixcjs":"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace(`Promise.resolve().then(function () {\n      return _interopRequireWildcard(require('cross-fetch'));\n    }).then(function (mod) {\n      fetchApi = mod.default;\n    }).catch(function () {});`, `fetchApi = require('cross-fetch');`))"},"module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"b6ba6223c7914cba5a935ba82763d3deb2762cbd","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","fixcjs":"node -e \"$npm_package_config_fixcjs\"","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && npm run fixcjs","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"11.6.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"cross-fetch":"4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.33.0","mocha":"11.7.5","eslint":"9.39.1","tslint":"5.20.1","dtslint":"4.2.1","i18next":"25.7.2","expect.js":"0.3.1","uglify-js":"3.19.3","@babel/cli":"7.28.3","browserify":"17.0.1","typescript":"5.9.3","@babel/core":"7.28.5","json-server":"0.17.4","neostandard":"0.12.2","xmlhttprequest":"1.8.0","@babel/preset-env":"7.28.5","eslint-plugin-import":"2.32.0","babel-plugin-add-module-exports":"1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_8.1.2_1765891216493_0.868727406412336","host":"s3://npm-registry-packages-npm-production"}},"9.0.0":{"name":"i18next-locize-backend","version":"9.0.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@9.0.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"c58dbcfe89d6a13ddbf65fc8a0f7abcaba3819a0","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-9.0.0.tgz","fileCount":24,"integrity":"sha512-nKoBSpyLLSJQLLQYA6FERMeui2plHMhyrqWxe938fc7GZhUwzg9a/zCkIMVfS9V0K9dnGDz7uqSvPW6Y04oE2w==","signatures":[{"sig":"MEUCIQC5eRNME+oWVLleybP6Qbs93HY/5c3ErxlvD0A5jYWcBwIgC4AIn6A0ETN1yUNoVC5mDkURRMSJuSK+DZnTmy1dn7U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":227793},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","config":{"fixcjs":"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace(`Promise.resolve().then(function () {\n      return _interopRequireWildcard(require('cross-fetch'));\n    }).then(function (mod) {\n      fetchApi = mod.default;\n    }).catch(function () {});`, `fetchApi = require('cross-fetch');`))"},"module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"715ac1d77592df133a3bf332a8f67dd6008f69dd","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","fixcjs":"node -e \"$npm_package_config_fixcjs\"","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && npm run fixcjs","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"11.6.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"cross-fetch":"4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.33.0","mocha":"11.7.5","eslint":"9.39.1","tslint":"5.20.1","dtslint":"4.2.1","i18next":"25.7.2","expect.js":"0.3.1","uglify-js":"3.19.3","@babel/cli":"7.28.3","browserify":"17.0.1","typescript":"5.9.3","@babel/core":"7.28.5","json-server":"0.17.4","neostandard":"0.12.2","xmlhttprequest":"1.8.0","@babel/preset-env":"7.28.5","eslint-plugin-import":"2.32.0","babel-plugin-add-module-exports":"1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_9.0.0_1767530760943_0.5728173694172607","host":"s3://npm-registry-packages-npm-production"}},"9.0.1":{"name":"i18next-locize-backend","version":"9.0.1","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@9.0.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"eb40302868664d731b114fef28ef6821f326060c","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-9.0.1.tgz","fileCount":24,"integrity":"sha512-EAx3w07wQhO3woswq+ircBKxf4sYjJyl+lbR4OBawII6mK125W6URTf4Ye5G5fEkCAxfczA7gp7wjsknJIOZRA==","signatures":[{"sig":"MEYCIQDMyVP6+W+f92tdYqWKEfanzG2b2xtAJQ6zP8GGAnFTzAIhAPRyTcbBxAXY9Av/8OpEH/A1RlxRUOtfMiBWoPa/hjmC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":229190},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","config":{"fixcjs":"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace(`Promise.resolve().then(function () {\n      return _interopRequireWildcard(require('cross-fetch'));\n    }).then(function (mod) {\n      fetchApi = mod.default;\n    }).catch(function () {});`, `fetchApi = require('cross-fetch');`))"},"module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"f0746a3c0906a1cd123439813deacd31625df0a7","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","fixcjs":"node -e \"$npm_package_config_fixcjs\"","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && npm run fixcjs","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"11.6.2","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"24.12.0","dependencies":{"cross-fetch":"4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.33.0","mocha":"11.7.5","eslint":"9.39.1","tslint":"5.20.1","dtslint":"4.2.1","i18next":"25.7.2","expect.js":"0.3.1","uglify-js":"3.19.3","@babel/cli":"7.28.3","browserify":"17.0.1","typescript":"5.9.3","@babel/core":"7.28.5","json-server":"0.17.4","neostandard":"0.12.2","xmlhttprequest":"1.8.0","@babel/preset-env":"7.28.5","eslint-plugin-import":"2.32.0","babel-plugin-add-module-exports":"1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_9.0.1_1768035711529_0.5762511416704512","host":"s3://npm-registry-packages-npm-production"}},"9.0.2":{"name":"i18next-locize-backend","version":"9.0.2","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@9.0.2","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"a0c4a810deb2482f0fa0e777557a605ac5369add","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-9.0.2.tgz","fileCount":24,"integrity":"sha512-qK/1Z7CnrJ5/UlCcE0KhLkDCGfmOKGGYOws1khPXaQVX+rQdjoResOaZBd1AWl7wlPa5AXJ7RXlzNcB4ckqYwQ==","signatures":[{"sig":"MEYCIQCaAi6us2mxFtsjt9L8HlFm6KRG1Fta2qLKM7OcftJLJQIhALNFp3MtvNIKQ9bhvB5LrgyYYZ89jADmGrCVMtLzJDD8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":250612},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","config":{"fixcjs":"fs.writeFileSync('cjs/request.js', fs.readFileSync('cjs/request.js').toString().replace(`Promise.resolve().then(function () {\n      return _interopRequireWildcard(require('cross-fetch'));\n    }).then(function (mod) {\n      fetchApi = mod.default;\n    }).catch(function () {});`, `fetchApi = require('cross-fetch');`))"},"module":"./esm/index.js","exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"d21aab9d2202e813dd6087ddb46ad92d1631ca21","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"npm run compile && npm run browser","fixcjs":"node -e \"$npm_package_config_fixcjs\"","browser":"browserify --ignore cross-fetch --standalone i18nextLocizeBackend cjs/index.js -o i18nextLocizeBackend.js && uglifyjs i18nextLocizeBackend.js --compress --mangle -o i18nextLocizeBackend.min.js","compile":"npm run compile:esm && npm run compile:cjs","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json && npm run fixcjs","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.ts esm/index.d.ts && cp index.d.mts esm/index.d.mts","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"11.9.0","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"_nodeVersion":"24.14.0","dependencies":{"cross-fetch":"4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.33.0","mocha":"11.7.5","eslint":"9.39.1","tslint":"5.20.1","dtslint":"4.2.1","i18next":"26.0.6","expect.js":"0.3.1","uglify-js":"3.19.3","@babel/cli":"7.28.6","browserify":"17.0.1","typescript":"6.0.3","@babel/core":"7.29.0","json-server":"0.17.4","neostandard":"0.13.0","xmlhttprequest":"1.8.0","@babel/preset-env":"7.29.2","eslint-plugin-import":"2.32.0","babel-plugin-add-module-exports":"1.0.4"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_9.0.2_1776542475711_0.8156016709319662","host":"s3://npm-registry-packages-npm-production"}},"10.0.0":{"name":"i18next-locize-backend","version":"10.0.0","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@10.0.0","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"fd94ab56ea0d1d45612ca016214aefdd1a72c241","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-10.0.0.tgz","fileCount":18,"integrity":"sha512-1+K5IyaNmuF6iuPMo1eU3tTqzXX/DiTmu53tM0WGZDLNtlELdVN4IHQqhkubpdJjJOQP7qVT/N09e30Esxhflw==","signatures":[{"sig":"MEUCIGXTP8LsL/9U4cH6g9fKCPaF1Grtt7RcO9tKA8MgT/QsAiEA8KqHw19JeKz17be+9p1gU+/7JLNkgLrMcyN00y4QNU0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":201194},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","module":"./esm/index.js","engines":{"node":">=18"},"exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"a87157648fbbc79ea9068950742d12f3d1300e0d","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"tsdown && npm run finalize","finalize":"cp index.d.mts esm/index.d.mts && cp index.d.ts esm/index.d.ts && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","postversion":"git push && git push --tags","test:typescript":"tsc --noEmit && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"11.9.0","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.33.0","mocha":"11.7.5","eslint":"9.39.1","tsdown":"0.21.10","i18next":"26.0.6","expect.js":"0.3.1","typescript":"6.0.3","json-server":"0.17.4","neostandard":"0.13.0","xmlhttprequest":"1.8.0","eslint-plugin-import":"2.32.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_10.0.0_1777877994442_0.892155654132005","host":"s3://npm-registry-packages-npm-production"}},"10.0.1":{"name":"i18next-locize-backend","version":"10.0.1","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@10.0.1","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"61d880e67f2fee316e1a7f53474f2774954df340","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-10.0.1.tgz","fileCount":18,"integrity":"sha512-N+Psmjr9NbGVzbE0TADvHiLHPCjsL1XHI9R+unqDhw5l6vn4WEPE3y/ERe9+cE34kc41pcGRpSzN/QJTyuM33w==","signatures":[{"sig":"MEYCIQDaHD4VruVlxR9Dg8tMCm6h/N28vK+OwIfaHCRXmHs9DAIhAPizJjRuivJ5GmT+noqUTGhWFgkGPh2Qw3IW4Z/UL+Z3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":203117},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","module":"./esm/index.js","engines":{"node":">=18"},"exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"3a87cace2579a1ea8d177a2678fd3890c5bb1171","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"tsdown && npm run finalize","finalize":"cp index.d.mts esm/index.d.mts && cp index.d.ts esm/index.d.ts && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","postversion":"git push && git push --tags","test:typescript":"tsc --noEmit && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"11.9.0","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.33.0","mocha":"11.7.5","eslint":"9.39.1","tsdown":"0.21.10","i18next":"26.0.6","expect.js":"0.3.1","typescript":"6.0.3","json-server":"0.17.4","neostandard":"0.13.0","xmlhttprequest":"1.8.0","eslint-plugin-import":"2.32.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_10.0.1_1782709253633_0.49191506427847154","host":"s3://npm-registry-packages-npm-production"}},"10.0.2":{"name":"i18next-locize-backend","version":"10.0.2","keywords":["i18next","i18next-backend","locize"],"author":{"name":"locize"},"license":"MIT","_id":"i18next-locize-backend@10.0.2","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"tsd":{"directory":"test/typescript"},"dist":{"shasum":"2e4d174ff5767162c2ec3526aaca91b5d3833386","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-10.0.2.tgz","fileCount":18,"integrity":"sha512-G/m4iKRQAjgDxAkdrVRZXReskvhBcLDzsAxBU99KxSjt2ZiJvZbMJ+F2j9ymGYrM9rEuqJrzNeES9otO6ze5QA==","signatures":[{"sig":"MEYCIQC8zs5UkmasukoXXcnrAO8oGS7o1i+FQOnpSsQMmpQiYgIhAK9/hk4YL1CGe6aSJvV1gQ1VPkwEUkPJ0+d7Q+GifNwW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":205901},"main":"./cjs/index.js","type":"module","types":"./index.d.mts","module":"./esm/index.js","engines":{"node":">=18"},"exports":{".":{"types":{"import":"./esm/index.d.mts","require":"./cjs/index.d.ts"},"import":"./esm/index.js","module":"./esm/index.js","default":"./esm/index.js","require":"./cjs/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"},"./package.json":"./package.json"},"gitHead":"d63655773e469c2fe8520ff3d93d010e713ac528","scripts":{"lint":"eslint .","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","build":"tsdown && npm run finalize","finalize":"cp index.d.mts esm/index.d.mts && cp index.d.ts esm/index.d.ts && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json","preversion":"npm run test && npm run build && git push","test:fetch":"mocha test -R spec --experimental-modules","postversion":"git push && git push --tags","test:typescript":"tsc --noEmit && tsd","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"repository":{"url":"git://github.com/locize/i18next-locize-backend.git","type":"git"},"_npmVersion":"11.9.0","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"tsd":"0.33.0","mocha":"11.7.5","eslint":"9.39.1","tsdown":"0.21.10","i18next":"26.0.6","expect.js":"0.3.1","typescript":"6.0.3","json-server":"0.17.4","neostandard":"0.13.0","xmlhttprequest":"1.8.0","eslint-plugin-import":"2.32.0"},"_npmOperationalInternal":{"tmp":"tmp/i18next-locize-backend_10.0.2_1785276916888_0.04266114605464333","host":"s3://npm-registry-packages-npm-production"}},"10.0.3":{"name":"i18next-locize-backend","version":"10.0.3","description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","keywords":["i18next","i18next-backend","locize"],"homepage":"https://github.com/locize/i18next-locize-backend","bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"repository":{"type":"git","url":"git://github.com/locize/i18next-locize-backend.git"},"type":"module","sideEffects":false,"engines":{"node":">=18"},"main":"./cjs/index.js","exports":{"./package.json":"./package.json",".":{"types":{"require":"./cjs/index.d.ts","import":"./esm/index.d.mts"},"module":"./esm/index.js","import":"./esm/index.js","require":"./cjs/index.js","default":"./esm/index.js"},"./cjs":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"},"./esm":{"types":"./esm/index.d.mts","default":"./esm/index.js"}},"module":"./esm/index.js","dependencies":{},"types":"./index.d.mts","devDependencies":{"eslint":"9.39.1","eslint-plugin-import":"2.32.0","expect.js":"0.3.1","i18next":"26.0.6","json-server":"0.17.4","mocha":"11.7.5","neostandard":"0.13.0","tsd":"0.33.0","tsdown":"0.21.10","typescript":"6.0.3","xmlhttprequest":"1.8.0"},"scripts":{"lint":"eslint .","build":"tsdown && npm run finalize","finalize":"cp index.d.mts esm/index.d.mts && cp index.d.ts esm/index.d.ts && cp index.d.ts cjs/index.d.ts && echo '{\"type\":\"commonjs\"}' > cjs/package.json","test:xmlhttpreq":"mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --experimental-modules","test:fetch":"mocha test -R spec --experimental-modules","test":"npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript","test:typescript":"tsc --noEmit && tsd","preversion":"npm run test && npm run build && git push","postversion":"git push && git push --tags"},"tsd":{"directory":"test/typescript"},"author":{"name":"locize"},"license":"MIT","gitHead":"2b756de0cb6bad35550848c9e34d0bb360230abe","_id":"i18next-locize-backend@10.0.3","_nodeVersion":"24.14.0","_npmVersion":"11.9.0","dist":{"integrity":"sha512-vMyN+lVo4hfPKu0y9sSzwdbGJ5S6fgeeASDCpFuXVAcHB+PD7VFPzCbfycxATz6ThXrf111IlBsIqvczBgPrOg==","shasum":"b300f0ea3232dcfb23b61349fea5d48d509ab9e3","tarball":"https://registry.npmjs.org/i18next-locize-backend/-/i18next-locize-backend-10.0.3.tgz","fileCount":18,"unpackedSize":208351,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBTpi+DHFdiGVWdwGInLqaz7FRfMSmXDz3mIr342e2B+AiB7Qv/jPsGye31mkBjiHZQ17E3AN0aLq/xQbW4J4XbCRQ=="}]},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"directories":{},"maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/i18next-locize-backend_10.0.3_1788383754791_0.2965828776516273"},"_hasShrinkwrap":false}},"time":{"created":"2016-02-26T10:49:34.704Z","modified":"2026-09-02T21:15:55.097Z","0.0.1":"2016-02-26T10:49:34.704Z","0.0.2":"2016-03-09T18:18:31.799Z","0.0.3":"2016-03-10T08:46:33.666Z","0.0.4":"2016-03-10T13:59:31.994Z","0.0.5":"2016-03-10T14:40:43.384Z","0.0.6":"2016-03-10T14:56:17.485Z","0.0.7":"2016-03-10T15:35:49.450Z","0.1.0":"2016-04-26T19:56:24.946Z","0.1.1":"2016-04-28T11:03:17.154Z","0.2.0":"2016-06-12T09:03:26.401Z","1.0.0":"2016-11-23T08:32:05.128Z","1.1.0":"2017-11-24T08:57:17.481Z","1.2.0":"2017-12-02T10:35:28.420Z","1.2.1":"2017-12-02T12:56:37.730Z","1.3.0":"2018-02-16T19:39:48.342Z","1.3.1":"2018-03-27T11:13:49.548Z","1.4.0":"2018-04-03T10:09:46.650Z","1.4.1":"2018-04-03T11:28:17.242Z","1.4.2":"2018-04-05T13:24:45.201Z","1.5.0":"2018-06-07T19:47:11.866Z","1.6.0":"2018-06-17T17:20:48.947Z","1.7.0":"2018-11-22T09:24:12.566Z","1.7.1":"2019-01-09T13:07:17.079Z","1.8.0":"2019-01-29T11:48:57.954Z","1.9.0":"2019-03-21T21:24:29.345Z","2.0.0":"2019-06-03T09:33:50.548Z","2.0.1":"2019-07-05T06:36:20.290Z","2.0.2":"2019-07-05T06:47:45.815Z","2.1.0":"2019-09-18T07:04:01.721Z","2.2.0":"2019-11-11T13:25:42.851Z","2.2.1":"2019-11-26T08:16:10.625Z","2.2.2":"2019-12-03T10:54:19.470Z","3.0.0":"2020-01-07T08:37:09.755Z","3.0.1":"2020-02-04T20:31:06.930Z","3.0.2":"2020-03-16T19:14:48.058Z","3.0.3":"2020-03-16T19:23:46.211Z","3.1.0":"2020-04-02T09:55:10.556Z","3.1.1":"2020-04-02T17:13:56.757Z","3.1.2":"2020-04-08T12:09:54.431Z","3.1.3":"2020-04-08T13:44:08.797Z","4.0.0":"2020-04-14T16:03:42.010Z","4.0.1":"2020-04-14T16:59:46.734Z","4.0.2":"2020-04-14T19:44:53.299Z","4.0.3":"2020-04-22T18:34:06.857Z","4.0.4":"2020-04-24T12:42:23.198Z","4.0.5":"2020-04-26T08:47:11.539Z","4.0.6":"2020-04-26T09:15:02.143Z","4.0.7":"2020-05-02T17:21:28.747Z","4.0.8":"2020-05-13T07:17:05.741Z","4.0.9":"2020-05-21T07:04:47.909Z","4.0.10":"2020-05-29T15:51:22.003Z","4.0.11":"2020-06-02T09:06:51.928Z","4.0.12":"2020-06-02T12:34:15.357Z","4.0.13":"2020-06-11T05:35:10.269Z","4.1.0":"2020-06-19T13:47:37.605Z","4.1.1":"2020-07-01T12:14:50.400Z","4.1.2":"2020-08-13T20:16:46.789Z","4.1.3":"2020-08-28T15:40:52.558Z","4.1.4":"2020-08-28T15:58:09.480Z","4.1.5":"2020-08-28T16:02:17.506Z","4.1.6":"2020-09-11T10:32:44.134Z","4.1.7":"2020-09-15T08:31:38.608Z","4.1.8":"2020-09-15T08:39:52.735Z","4.1.9":"2021-01-17T08:36:09.929Z","4.1.10":"2021-03-14T15:01:35.399Z","4.2.0":"2021-03-22T11:30:36.688Z","4.2.1":"2021-05-12T19:08:41.383Z","4.2.2":"2021-05-12T19:31:38.323Z","4.2.3":"2021-06-22T05:19:37.718Z","4.2.4":"2021-12-02T07:33:11.165Z","4.2.5":"2021-12-02T10:45:02.523Z","4.2.6":"2021-12-02T11:07:01.516Z","4.2.7":"2022-01-21T16:57:17.357Z","4.2.8":"2022-02-01T21:28:28.848Z","4.3.0":"2022-02-09T21:01:57.061Z","5.0.0":"2022-02-09T21:19:13.270Z","5.0.1":"2022-03-04T11:10:07.227Z","5.1.0":"2022-05-15T14:26:11.634Z","5.1.1":"2022-06-03T20:00:04.589Z","5.1.2":"2022-06-04T06:31:50.369Z","5.1.3":"2022-08-30T07:08:55.225Z","5.1.4":"2022-09-19T17:38:46.255Z","5.1.5":"2022-10-26T07:48:07.260Z","6.0.0":"2022-10-26T08:57:06.006Z","6.0.1":"2022-11-25T19:45:01.208Z","6.1.0":"2022-12-10T15:51:54.598Z","6.1.1":"2022-12-21T11:08:24.507Z","6.2.0":"2023-02-08T14:28:50.304Z","6.2.1":"2023-02-09T11:26:54.441Z","6.2.2":"2023-05-18T12:16:46.739Z","6.2.3":"2023-09-03T15:02:14.642Z","6.3.0":"2023-10-25T15:57:58.883Z","6.3.1":"2023-10-28T14:50:49.679Z","6.4.0":"2023-11-10T21:47:11.413Z","6.4.1":"2023-11-10T21:49:08.385Z","6.4.2":"2024-04-18T16:15:18.800Z","6.4.3":"2024-05-17T05:36:59.103Z","6.5.0":"2024-08-19T08:59:44.456Z","6.5.1":"2024-08-21T10:33:26.308Z","6.5.2":"2024-10-03T20:36:37.668Z","6.6.0":"2024-11-20T13:39:04.828Z","7.0.0":"2024-11-21T08:41:51.992Z","7.0.1":"2024-11-21T10:51:48.734Z","7.0.2":"2025-01-15T16:07:51.174Z","6.5.3":"2025-01-15T16:12:43.170Z","7.0.3":"2025-01-23T08:05:05.599Z","6.5.4":"2025-01-23T08:40:03.178Z","6.5.5":"2025-01-23T09:10:02.550Z","7.0.4":"2025-02-28T13:48:31.120Z","7.1.0":"2025-12-02T09:44:18.188Z","7.1.1":"2025-12-02T11:07:53.961Z","7.2.0":"2025-12-09T14:40:37.633Z","7.2.1":"2025-12-10T14:22:59.002Z","8.0.0":"2025-12-10T14:33:31.641Z","8.1.0":"2025-12-12T16:21:20.449Z","8.1.1":"2025-12-16T06:12:29.378Z","8.1.2":"2025-12-16T13:20:16.647Z","9.0.0":"2026-01-04T12:46:01.103Z","9.0.1":"2026-01-10T09:01:51.702Z","9.0.2":"2026-04-18T20:01:15.858Z","10.0.0":"2026-05-04T06:59:54.591Z","10.0.1":"2026-06-29T05:00:53.787Z","10.0.2":"2026-07-28T22:15:17.074Z","10.0.3":"2026-09-02T21:15:54.925Z"},"bugs":{"url":"https://github.com/locize/i18next-locize-backend/issues"},"author":{"name":"locize"},"license":"MIT","homepage":"https://github.com/locize/i18next-locize-backend","keywords":["i18next","i18next-backend","locize"],"repository":{"type":"git","url":"git://github.com/locize/i18next-locize-backend.git"},"description":"i18next-locize-backend is a backend layer for i18next to use locize service which can be used in node.js, in the browser and for deno.","maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"readme":"[![Actions](https://github.com/locize/i18next-locize-backend/workflows/node/badge.svg)](https://github.com/locize/i18next-locize-backend/actions?query=workflow%3Anode)\n[![npm version](https://img.shields.io/npm/v/i18next-locize-backend.svg?style=flat-square)](https://www.npmjs.com/package/i18next-locize-backend)\n\nThis is an [i18next backend plugin](https://www.i18next.com/principles/plugins) to be used for [locize](http://locize.com) service. It will load resources from locize server using http fetch or xhr as fallback.\n\nIf you're not familiar with i18next and how i18next backend plugins works, please first have a look at the [i18next documentation](https://www.i18next.com/how-to/add-or-load-translations#load-using-a-backend-plugin).\n\nIt will allow you to save missing keys containing both **default value** and **context information** by calling:\n\n```js\ni18next.t(key, defaultValue, tDescription);\ni18next.t(key, { defaultValue, tDescription });\n```\n\n## Advice:\n\nTo see i18next-locize-backend in a working app example, you may have a look at:\n\n- [this react-tutorial](https://github.com/locize/react-tutorial) starting from [Step 2](https://github.com/locize/react-tutorial#step-2---use-the-locize-cdn)\n- [this guide](https://www.locize.com/blog/react-i18next) starting from the step of [replacing i18next-http-backend with i18next-locize-backend](https://www.locize.com/blog/react-i18next#how-look)\n- [this Angular blog post](https://locize.com/blog/angular-i18next) [introducing i18next-locize-backend](https://locize.com/blog/angular-i18next/#how-look)\n- [the code integration part](https://www.youtube.com/watch?v=TFV_vhJs5DY&t=294s) in this [YouTube video](https://www.youtube.com/watch?v=TFV_vhJs5DY)\n# Troubleshooting\n\nMake sure you set the `debug` option of i18next to `true`. This will maybe log more information in the developer console.\n\n**SaveMissing is not working**\n\nDid you wait 5-10 seconds before refreshing the locize UI? It may take a couple of seconds until the missing keys are sent and saved.\n\nPer default only `localhost` is allowed to send missing keys ([or update missing keys](https://www.i18next.com/overview/configuration-options#missing-keys)) (to avoid using this feature accidentally [in production](https://www.locize.com/docs/going-to-production)). If you're not using `localhost` during development you will have to set the `allowedAddOrUpdateHosts: ['your.domain.tld']` for the [backend options](https://github.com/locize/i18next-locize-backend#backend-options).\n\nIt's also recommended to set the `fallbackLng` equal to the source language defined in locize. i.e. if your source language in locize is `de`, set the fallbackLng also to `de`.\n\n\n**Loading translations not working**\n\nMake sure the translations are published, either by having enabled auto publishing for your version or by [manually publishing](https://www.locize.com/docs/how-to-manually-publish-a-specific-version) the version. Alternatively, you can publish via [CLI](https://github.com/locize/locize-cli#publish-version) or directly by consuming the [API](https://www.locize.com/docs/api#publish-version).\n\nIn case you're using the private publish mode, make sure you're using the correct api key and are setting the `private` option to `true`.\n\n```javascript\nimport i18next from \"i18next\";\nimport Locize from \"i18next-locize-backend\";\n\ni18next.use(Locize).init({\n  backend: {\n    projectId: \"[PROJECTID]\",\n    apiKey: \"[APIKEY]\",\n    version: \"[VERSION]\",\n    private: true,\n    referenceLng: \"en\",\n    cdnType: \"standard\"\n  },\n  fallbackLng: 'en', // typically your reference language in locize\n  supportedLngs: ['en', 'de'] // should match your available languages in locize\n});\n```\n\n\n**On server side: process is not exiting**\n\nIn case you want to use i18next-locize-backend on server side for a short running process, you might want to set the `reloadInterval` option to `false`:\n\n```javascript\n{\n  reloadInterval: false,\n  projectId: \"[PROJECTID]\",\n  version: 'latest',\n  referenceLng: 'en',\n  cdnType: 'standard'\n}\n```\n\n**On server side: downloads keep growing**\n\nOn the server `reloadInterval` defaults to 1 hour, and the timer that drives it keeps the i18next instance alive for as long as the process runs. That is what you want for a long-lived singleton, and it is a trap for anything short-lived: if you create a **new i18next instance per request or per render** (a per-request instance, an SSR pass of a component that initializes i18next, a job that runs on a schedule), every one of them leaves a live timer behind and keeps refetching your namespaces forever. Nothing errors and the process still exits normally, because the timer is `unref`ed. The only symptom is your download count climbing between restarts.\n\nSo: create the instance **once** per process and reuse it, or set `reloadInterval: false` on instances that are not the singleton.\n\n```javascript\n{\n  reloadInterval: false, // this instance is not a long-lived singleton\n  projectId: \"[PROJECTID]\",\n  version: 'latest'\n}\n```\n\nIf you are unsure whether this is happening to you, check the *Downloads by Browser* chart on your locize project's metrics page: server-side requests show up as `i18next-locize-backend`, and a per-instance leak looks like a floor that ratchets up between deploys instead of following your traffic.\n\n**Not all languages are loaded**\n\nBy default the supportedLngs are defined by having a minimum of 90% of done translations.\nYou can set a threshold for languages to be added to supportedLngs by setting translatedPercentageThreshold in backend options (eg: 1 = 100% translated, 0.9 = 90% translated).\n\n# Getting started\n\nSource can be loaded via [npm](https://www.npmjs.com/package/i18next-locize-backend), `yarn`, or [downloaded](https://cdn.jsdelivr.net/npm/i18next-locize-backend@10/i18nextLocizeBackend.min.js) from this repo.\n\n```bash\n# npm package\n$ npm install i18next-locize-backend\n\n# yarn\n$ yarn add i18next-locize-backend\n```\n\n> **v10 requires native `fetch`.** Node ≥ 18, all modern browsers, Deno, and Bun ship `fetch` by default — no extra setup needed. v10 dropped the bundled `cross-fetch` fallback that v9 used. For runtimes without native `fetch`, install a ponyfill yourself before loading this backend, or stay on v9.\n\nWiring up:\n\n```js\nimport i18next from 'i18next';\nimport Locize from 'i18next-locize-backend';\n// or\nconst i18next = require('i18next');\nconst Locize = require('i18next-locize-backend');\n\ni18next.use(Locize).init(i18nextOptions);\n```\n\nfor Deno:\n\n```js\nimport i18next from 'https://deno.land/x/i18next/index.js'\nimport Backend from 'https://deno.land/x/i18next_locize_backend/index.js'\n\ni18next.use(Backend).init(i18nextOptions);\n```\n\n- As with all modules you can either pass the constructor function (class) to the i18next.use or a concrete instance.\n- If you don't use a module loader it will be added to `window.i18nextLocizeBackend`\n- **IMPORTANT**: If you do not use the `new Locize(options, callback)` constructor or the `getOptions` function (see below) in combination with a language detector, you should define the `supportedLngs` option yourself in the i18next init options. Otherwise, i18next might try to load languages that do not exist in your project, resulting in unnecessary requests.\n\n## Backend Options\n\n**IMPORTANT** make sure you do not add your apiKey in the production build to avoid misuse by strangers\n\n```js\n{\n  // the id of your locize project\n  projectId: '[PROJECTID]',\n\n  // add an api key if you want to send missing keys\n  apiKey: '[APIKEY]',\n\n  // the reference language of your project\n  referenceLng: '[LNG]',\n\n  // version - defaults to latest\n  version: '[VERSION]',\n\n  // configures the cdn endpoint that should be used (depends on which cdn type you've in your locize project) - defaults to 'standard'\n  cdnType: 'pro',\n\n  // private - set to true if you version on locize is set to use private publish\n  private: false,\n\n  // hostnames that are allowed to create, update keys\n  // please keep those to your local system, staging, test servers (not production)\n  // can be array of allowed hosts or a function (hostname) => { return true; // or false if not allowed }\n  allowedAddOrUpdateHosts: ['localhost'],\n\n  // optional event triggered on saved to backend\n  onSaved: (lng, ns) => { ... },\n\n  // can be used to reload resources in a specific interval (useful in server environments)\n  reloadInterval: typeof window !== 'undefined' ? false : 60 * 60 * 1000,\n  \n  // define the threshold for languages to be added to supportedLngs (eg: 1 = 100% translated, 0.9 = 90% translated [default]).\n  translatedPercentageThreshold: 0.8,\n\n  // define a custom request function\n  // can be used to support Angular http client\n  //\n  // 'info' contains 'url', 'method', 'body' and 'headers'\n  //   'url' the url that should be requested\n  //   'method' GET for fetching translations and POST for saving missing translations\n  //   'body' will be a key:value object used when saving missing translations\n  //   'headers' will be a key:value object containing the header information that should be sent\n  // 'callback' is a function that takes two parameters, 'err' and 'res'.\n  //            'err' should be an error\n  //            'res' should be an object with a 'status' property and a 'data' property containing a stringified object instance beeing the key:value translation pairs for the\n  //            requested language and namespace, or null in case of an error.\n  request: function (info, callback) {},\n  // or async / promise\n  //request: async (info) {},\n\n  /**\n   * During development this option can be set to true, to get uncached translations.\n   * If not set, it will be default true, if the i18next debug option is true, else default false.\n   * Do NOT set this to true on production!\n   */\n  noCache: false,\n\n  /**\n   * Enable a small in-memory Cache-Control-aware cache for runtimes that\n   * don't have a native HTTP cache (Node.js, Deno, React Native, etc).\n   *\n   * - Only affects GET requests (POST never cached).\n   * - Parses \"Cache-Control: max-age\" and stores the full response until expiry.\n   * - Default: true for non-browser environments, false for browsers.\n   *\n   * Note: cache is process-local and unbounded — disable for long-running apps\n   * that fetch many dynamic URLs.\n   */\n  useCacheLayer: true,\n}\n```\n\nTo load translations only `projectId` needs to be filled. To use the **saveMissing** feature of i18next additional to the projectId both `apiKey` and `referenceLng` have to be set.\n\nOptions can be passed in:\n\n**preferred** - by setting options.backend in i18next.init:\n\n```js\nimport i18next from \"i18next\";\nimport Locize from \"i18next-locize-backend\";\n\ni18next.use(Locize).init({\n  backend: options,\n  fallbackLng: 'en', // typically your reference language in locize\n  supportedLngs: ['en', 'de'] // should match your available languages in locize\n});\n```\n\non construction:\n\n```js\nimport Locize from \"i18next-locize-backend\";\nconst locize = new Locize(options);\n```\n\nvia calling init:\n\n```js\nimport Locize from \"i18next-locize-backend\";\nconst locize = new Locize();\nlocize.init(options);\n```\n\n## Additional API endpoints\n\n### backend.getLanguages\n\nWill return a list of all languages in your project including percentage of translations done per version.\n\n```js\nimport Locize from \"i18next-locize-backend\";\nconst locize = new Locize(options);\n\nlocize.getLanguages((err, data) => {\n  /*\n  data is:\n\n  {\n    \"en\": {\n      \"name\": \"English\",\n      \"nativeName\": \"English\",\n      \"isReferenceLanguage\": true,\n      \"translated\": {\n        \"latest\": 1\n      }\n    },\n    \"de\": {\n      \"name\": \"German\",\n      \"nativeName\": \"Deutsch\",\n      \"isReferenceLanguage\": false,\n      \"translated\": {\n        \"latest\": 0.9\n      }\n    }\n  }\n  */\n});\n\n// or\nconst data = await locize.getLanguages();\n\n// or\ni18next.services.backendConnector.backend.getLanguages(callback);\n\n// or\nconst data = await i18next.services.backendConnector.backend.getLanguages();\n```\n\n### backend.getOptions\n\nWill return an object containing useful informations for the i18next init options.\n\n```js\nimport Locize from \"i18next-locize-backend\";\nconst locize = new Locize(options);\n\nlocize.getOptions((err, data) => {\n  /*\n  data is:\n\n  {\n    fallbackLng: 'en',\n    referenceLng: 'en',\n    supportedLngs: ['en', 'de'],\n    load: 'languageOnly|all' // depending on your supportedLngs has locals having region like en-US\n  }\n  */\n});\n\n// or\nconst data = await locize.getOptions();\n\n// or\ni18next.services.backendConnector.backend.getOptions(callback);\n\n// or\nconst data = await i18next.services.backendConnector.backend.getOptions();\n```\n\nYou can set a threshold for languages to be added to supportedLngs by setting translatedPercentageThreshold in backend options (eg: 1 = 100% translated, 0.9 = 90% translated).\n\n## SPECIAL - let the backend determine some options to improve loading\n\nYou can load some information from the backend to eg. set supportedLngs for i18next just supporting languages you got in your locize project.\n\nYou will get i18next options for (same as above backend.getOptions):\n\n- fallbackLng\n- supportedLngs\n- load\n\n```js\nimport i18next from \"i18next\";\nimport Locize from \"i18next-locize-backend\";\n\nconst locize = new Locize(\n  {\n    projectId: \"[PROJECTID]\",\n    apiKey: \"[APIKEY]\",\n    version: \"[VERSION]\"\n    // referenceLng -> not needed as will be loaded from API\n  },\n  (err, opts, lngs) => {\n    i18next.use(locize).init({ ...opts, ...yourOptions }); // yourOptions should not include backendOptions!\n  }\n);\n```\n\n### Special usage with react-i18next without using Suspense\n\nUse `setI18n` to pass in the i18next instance before initializing:\n\n```js\nimport i18n from \"i18next\";\nimport { initReactI18next, setI18n } from \"react-i18next\";\nimport LocizeBackend from \"i18next-locize-backend\";\n\nconst backendOptions = {\n  projectId: \"1d0aa5aa-4660-4154-b6d9-907dbef10bb3\"\n};\n\nconst yourOptions = {\n  debug: true,\n  fallbackLng: 'en', // typically your source language in locize\n  supportedLngs: ['en', 'de'], // should match your available languages in locize\n  interpolation: {\n    escapeValue: false\n  },\n  react: {\n    useSuspense: false\n  }\n};\n\n// this is only used if not using suspense\ni18n.options.react = yourOptions.react;\nsetI18n(i18n);\n\nconst backend = new LocizeBackend(backendOptions, (err, opts) => {\n  if (err) return console.error(err);\n  i18n\n    .use(backend)\n    // .use(initReactI18next) // keep this if using suspense\n    // yourOptions should not include backendOptions!\n    .init({ ...opts, ...yourOptions }, (err, t) => {\n      if (err) return console.error(err);\n    });\n});\n\nexport default i18n;\n```\n\n## IMPORTANT ADVICE FOR SERVERLESS environments - AWS lambda, Google Cloud Functions, Azure Functions, etc...\n\n<font color=\"red\">\n  <b>Please be aware</b>\n</font>\n\nDue to how serverless functions work, you cannot guarantee that a cached version of your data is available. Serverless functions are short-lived, and can shut down at any time, purging any in-memory or filesystem cache. This may be an acceptable trade-off, but sometimes it isn't acceptable.\n\n**Because of this we suggest to download the translations in your CI/CD pipeline (via [cli](https://github.com/locize/locize-cli#download-current-published-files) or via [api](https://www.locize.com/docs/integration/api/#fetch-namespace-resources)) and package them with your serverless function.**\n\n### For example with [i18next-fs-backend](https://github.com/i18next/i18next-fs-backend)\n\n```js\nimport i18next from 'i18next';\nimport Backend from 'i18next-fs-backend';\n\nconst backend = new Backend({\n  // path where resources get loaded from\n  loadPath: '/locales/{{lng}}/{{ns}}.json'\n});\n\ni18next\n  .use(backend)\n  .init({\n    // initImmediate: false, // setting initImediate to false, will load the resources synchronously\n    ...opts,\n    ...yourOptions\n  }); // yourOptions should not include backendOptions!\n```\n\n### or just [import/require](https://www.i18next.com/how-to/add-or-load-translations#add-on-init) your files directly\n\n```js\nimport i18next from 'i18next';\nimport en from './locales/en.json'\nimport de from './locales/de.json'\n\ni18next\n  .init({\n    ...opts,\n    ...yourOptions,\n    resources: {\n      en,\n      de\n    }\n  });\n```\n## TypeScript\n\nTo properly type the backend options, you can import the `LocizeBackendOptions` interface and use it as a generic type parameter to the i18next's `init` method, e.g.:\n\n```ts\nimport i18n from 'i18next'\nimport LocizeBackend, { LocizeBackendOptions } from 'i18next-locize-backend'\n\ni18n\n  .use(LocizeBackend)\n  .init<LocizeBackendOptions>({\n    backend: {\n      // locize backend options\n    },\n\n    // other i18next options\n  })\n```","readmeFilename":"README.md"}