{"bugs":{"url":"https://github.com/i18next/i18next-fs-backend/issues"},"dist":{"shasum":"c498c68c8e6a8ae5ed59bea5e5392a11991de696","tarball":"https://registry.npmjs.org/i18next-fs-backend/-/i18next-fs-backend-1.2.0.tgz","fileCount":36,"integrity":"sha512-pUx3AcgXCbur0jpFA7U67Z2RJflAcIi698Y8VL+phdOqUchahxriV3Cs+M6UkPNQSS/zPEzWLfdJ8EgjB7HVxg==","signatures":[{"sig":"MEUCIQCCFxzyYmOTxY1MDKkyq4os3rh5LK4ySuaD6HmW5k3sDwIgQJAoWVfo63zQwRpDzoGsr8swZgMBAYZrndj09iNN8no=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":486439,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWPEVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpzDBAAivxy6/NVszVSeI3jrp+W6I0FpzIE1b4txt2O4XQTU9eOVR2T\r\nKjC5edWcUMJxJTxh8+ZSBDNU+HTCSTTSx4zbpM2ce9D9L7ZdNAM5OSUbyAwd\r\njp8yu7Fq8D+szwwcPYeboA4D/AwXP0povqISDj4jE3g55bjcD4GU2kc0scFw\r\nQWOA127N9Yd6FjXt/U/WhobNf51Mdj+R5DL9B70PhQh30UvspO9o/EBfJ768\r\nM5XVXp7tC8fkmGrCLrT77tFhdL1p/INkyLC3Tq427IP6C3ZbnRjAxwwk8CCR\r\nugpThky7UA1TJmef4x7fJ8crqU5wkiOoeJhKJXclHqZL14h4Jza5/+UIuHtF\r\nDHM/s5YM39l1mGlfXfWAlnNlQ2jar48Xgv/ZJXb7xirBHpNeajh3ESuSLFJ6\r\nmHCcZWXP7Kzd04UlVCKxoj28/H649G9CV29tkCu6lE47yRYYU9JlnA0DUz1S\r\nqMotkGLb7+cgFwnk8h6f0E6hKrHRrosYKpCKoU5+wb23Op0BQZ59mDEH/zKC\r\n6N0TLYabor0ZFBvmtqxKecDcVMxCuMNrlJjd/2BeTiCPO0vW0QA3eDoXyrUQ\r\n9OpMfeMJfgFHGyzFsk2Lp1XR5rLD9mn3Q7nfXcmQ6E+K1UoOkcSmMkSSV27B\r\n6aFVMcaYBmr0VSA92L/5vt0nr8LCqTv9cEs=\r\n=T8vD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./cjs/index.js","name":"i18next-fs-backend","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":"a3137acc4d7f3087796c31ff0a8b29c500e86cb7","license":"MIT","private":false,"scripts":{"copy":"rm -rf lib/formats && mkdir lib/formats && npm run copy:json5 && npm run copy:yaml","lint":"eslint .","test":"npm run lint && npm run build && mocha test -R spec --exit --experimental-modules && npm run test:typescript","build":"npm run compile","compile":"npm run copy && npm run compile:esm && npm run compile:cjs","copy:yaml":"cp node_modules/js-yaml/dist/js-yaml.mjs lib/formats/yaml.js","test:deno":"deno test test/deno/*.js --allow-read --allow-write --no-check","copy:json5":"cp node_modules/json5/dist/index.mjs lib/formats/json5.js","preversion":"npm run test && npm run build && git push","compile:cjs":"rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/fs.cjs cjs/fs.js && cp lib/path.cjs cjs/path.js && node -e \"fs.writeFileSync('cjs/readFile.js', fs.readFileSync('cjs/readFile.js').toString().replace('fs.cjs', 'fs.js').replace('path.cjs', 'path.js'))\" && node -e \"fs.writeFileSync('cjs/writeFile.js', fs.readFileSync('cjs/writeFile.js').toString().replace('fs.cjs', 'fs.js'))\"","compile:esm":"rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/fs.cjs esm/fs.cjs && cp lib/path.cjs esm/path.cjs","postversion":"git push && git push --tags","test:typescript":"tslint --project tsconfig.json"},"_npmUser":{"name":"adrai","email":"adriano@raiano.ch"},"homepage":"https://github.com/i18next/i18next-fs-backend","keywords":["i18next","i18next-backend","i18next-fs-backend"],"repository":{"url":"git+ssh://git@github.com/i18next/i18next-fs-backend.git","type":"git"},"_npmVersion":"8.1.2","description":"i18next-fs-backend is a backend layer for i18next using in Node.js and for Deno to load translations from the filesystem.","directories":{},"maintainers":[{"name":"adrai","email":"adriano@raiano.ch"},{"name":"jamuhl","email":"jan.muehlemann@gmail.com"}],"_nodeVersion":"16.13.1","_hasShrinkwrap":false,"devDependencies":{"json5":"2.2.1","mocha":"10.1.0","eslint":"8.26.0","tslint":"^5.20.1","dtslint":"^4.2.1","i18next":"21.x","js-yaml":"4.1.0","expect.js":"0.3.1","uglify-js":"3.17.4","@babel/cli":"7.19.3","typescript":"^4.8.4","@babel/core":"7.19.6","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-fs-backend_1.2.0_1666773269524_0.02278985402992806","host":"s3://npm-registry-packages"},"_id":"i18next-fs-backend@1.2.0","version":"1.2.0"}