{ "_from": "i18next-http-backend@1.4.1", "_id": "i18next-http-backend@1.4.1", "_inBundle": false, "_integrity": "sha512-s4Q9hK2jS29iyhniMP82z+yYY8riGTrWbnyvsSzi5TaF7Le4E7b5deTmtuaRuab9fdDcYXtcwdBgawZG+JCEjA==", "_location": "/i18next-http-backend", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "i18next-http-backend@1.4.1", "name": "i18next-http-backend", "escapedName": "i18next-http-backend", "rawSpec": "1.4.1", "saveSpec": null, "fetchSpec": "1.4.1" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-1.4.1.tgz", "_shasum": "d8d308e7d8c5b89988446d0b83f469361e051bc0", "_spec": "i18next-http-backend@1.4.1", "_where": "/home/l/plc/node-red", "bugs": { "url": "https://github.com/i18next/i18next-http-backend/issues" }, "bundleDependencies": false, "dependencies": { "cross-fetch": "3.1.5" }, "deprecated": false, "description": "i18next-http-backend is a backend layer for i18next using in Node.js, in the browser and for Deno.", "devDependencies": { "@babel/cli": "7.16.8", "@babel/core": "7.16.10", "@babel/preset-env": "7.16.11", "babel-plugin-add-module-exports": "1.0.4", "browserify": "17.0.0", "eslint": "7.32.0", "eslint-config-standard": "16.0.3", "eslint-plugin-import": "2.25.4", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "5.2.0", "eslint-plugin-require-path-exists": "1.1.9", "eslint-plugin-standard": "5.0.0", "expect.js": "0.3.1", "i18next": "21.6.6", "json-server": "0.17.0", "json5": "2.2.0", "mocha": "9.1.4", "uglify-js": "3.14.5", "xmlhttprequest": "1.8.0" }, "exports": { "./package.json": "./package.json", ".": { "require": "./cjs/index.js", "default": "./esm/index.js" }, "./cjs": { "default": "./cjs/index.js" }, "./esm": { "default": "./esm/index.js" } }, "homepage": "https://github.com/i18next/i18next-http-backend", "keywords": [ "i18next", "i18next-backend", "i18next-http-backend" ], "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", "name": "i18next-http-backend", "private": false, "repository": { "type": "git", "url": "git+ssh://git@github.com/i18next/i18next-http-backend.git" }, "scripts": { "browser": "browserify --ignore cross-fetch --standalone i18nextHttpBackend cjs/index.js -o i18nextHttpBackend.js && uglifyjs i18nextHttpBackend.js --compress --mangle -o i18nextHttpBackend.min.js", "build": "npm run compile && npm run browser", "compile": "npm run compile:esm && npm run compile:cjs", "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", "lint": "eslint .", "postversion": "git push && git push --tags", "preversion": "npm run test && npm run build && git push", "test": "npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq", "test:deno": "deno test --allow-net test/deno/*.js", "test:fetch": "mocha test -R spec --exit --experimental-modules", "test:xmlhttpreq": "mocha test -R spec --require test/fixtures/xmlHttpRequest.cjs --exit --experimental-modules" }, "type": "module", "types": "./index.d.ts", "version": "1.4.1" }