PHP 8.2.30
Preview: package.json Size: 3.66 KB
/home/byroehnu/easepay.easetack.com/node_modules/i18next-http-backend/package.json

{
  "name": "i18next-http-backend",
  "version": "2.7.3",
  "private": false,
  "type": "module",
  "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.ts",
      "default": "./esm/index.js"
    }
  },
  "module": "./esm/index.js",
  "dependencies": {
    "cross-fetch": "4.0.0"
  },
  "types": "./index.d.mts",
  "devDependencies": {
    "@babel/cli": "7.24.8",
    "@babel/core": "7.25.2",
    "@babel/preset-env": "7.25.3",
    "babel-plugin-add-module-exports": "1.0.4",
    "browserify": "17.0.0",
    "dtslint": "4.2.1",
    "eslint": "8.56.0",
    "eslint-config-standard": "17.1.0",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-n": "16.6.2",
    "eslint-plugin-promise": "6.1.1",
    "eslint-plugin-require-path-exists": "1.1.9",
    "eslint-plugin-standard": "5.0.0",
    "expect.js": "0.3.1",
    "i18next": "23.14.0",
    "json-server": "0.17.4",
    "json5": "2.2.3",
    "mocha": "10.7.3",
    "tslint": "5.20.1",
    "tsd": "0.31.1",
    "typescript": "5.5.4",
    "uglify-js": "3.19.2",
    "xmlhttprequest": "1.8.0"
  },
  "description": "i18next-http-backend is a backend layer for i18next using in Node.js, in the browser and for Deno.",
  "keywords": [
    "i18next",
    "i18next-backend",
    "i18next-http-backend"
  ],
  "homepage": "https://github.com/i18next/i18next-http-backend",
  "repository": {
    "type": "git",
    "url": "git@github.com:i18next/i18next-http-backend.git"
  },
  "bugs": {
    "url": "https://github.com/i18next/i18next-http-backend/issues"
  },
  "license": "MIT",
  "scripts": {
    "lint": "eslint .",
    "compile:esm": "rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp index.d.mts esm/index.d.mts && 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', ''))\"",
    "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": "npm run compile:esm && npm run compile:cjs",
    "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",
    "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": "tslint --project tsconfig.json && tsd",
    "test:deno": "deno test --allow-net test/deno/*.js",
    "_preversion": "npm run test && npm run build && git push",
    "_postversion": "git push && git push --tags"
  },
  "tsd": {
    "directory": "test/typescript"
  }
}

Directory Contents

Dirs: 3 × Files: 11

Name Size Perms Modified Actions
cjs DIR
- drwxr-xr-x 2026-03-14 01:49:21
Edit Download
esm DIR
- drwxr-xr-x 2026-03-14 01:49:21
Edit Download
lib DIR
- drwxr-xr-x 2026-03-14 01:49:21
Edit Download
127 B lr--r--r-- 2026-03-14 01:49:21
Edit Download
1.73 KB lrw-r--r-- 2026-02-28 00:28:30
Edit Download
20.68 KB lrw-r--r-- 2026-02-28 00:27:22
Edit Download
11.64 KB lrw-r--r-- 2026-02-28 00:27:32
Edit Download
334 B lrw-r--r-- 2026-02-28 00:28:36
Edit Download
3.93 KB lrw-r--r-- 2026-02-28 00:28:40
Edit Download
60 B lrw-r--r-- 2026-02-28 00:27:58
Edit Download
1.03 KB lrw-r--r-- 2026-02-28 00:26:32
Edit Download
3.66 KB lrw-r--r-- 2026-02-28 00:28:28
Edit Download
9.14 KB lrw-r--r-- 2026-02-28 00:28:32
Edit Download
111 B lrw-r--r-- 2026-02-28 00:28:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).