HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/dmstechonline/whatsapp.dmstech.online/node_modules/laravel-vue-i18n/package.json
{
  "name": "laravel-vue-i18n",
  "version": "2.7.6",
  "author": {
    "name": "Francisco Madeira",
    "email": "xico2k@gmail.com"
  },
  "keywords": [
    "laravel",
    "vue",
    "vue3",
    "inertiajs"
  ],
  "repository": "https://github.com/xico2k/laravel-vue-i18n",
  "license": "MIT",
  "description": "allows to connect your `Laravel` Framework localization files with `Vue`.",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./*": {
      "types": "./dist/*.d.ts",
      "import": "./dist/*.mjs",
      "require": "./dist/*.cjs"
    }
  },
  "typesVersions": {
    "*": {
      "*": [
        "dist/index.d.ts"
      ],
      "vite": [
        "dist/vite.d.ts"
      ]
    }
  },
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "watch": "tsc-multi --watch",
    "test": "jest",
    "coverage": "jest --coverage",
    "lint": "prettier -c \"src/**/*.(ts|js|vue)\" --write",
    "build": "rimraf dist && tsc-multi && babel dist/utils/has-php-translations.cjs --out-file dist/utils/has-php-translations.cjs",
    "prepare": "npm run build",
    "postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"
  },
  "devDependencies": {
    "@babel/cli": "^7.23.4",
    "@babel/core": "^7.23.7",
    "@babel/preset-env": "^7.23.7",
    "@types/jest": "^27.5.2",
    "@vue/babel-plugin-jsx": "^1.1.5",
    "@vue/test-utils": "^2.4.3",
    "babel-jest": "^27.5.1",
    "babel-plugin-transform-vite-meta-env": "^1.0.3",
    "jest": "^27.5.1",
    "laravel-mix": "^6.0.49",
    "prettier": "^2.8.8",
    "rimraf": "^5.0.5",
    "source-map": "^0.7.4",
    "ts-jest": "^27.1.5",
    "ts-loader": "^9.5.1",
    "tsc-multi": "^1.1.0",
    "typescript": "^4.9.5",
    "vite": "^4.5.1"
  },
  "dependencies": {
    "php-parser": "3.1.3",
    "vue": "^3.2.45"
  },
  "lint-staged": {
    "*.ts": [
      "prettier --parser=typescript --write"
    ],
    "*.js": [
      "prettier --parser=javascript --write"
    ]
  }
}