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/@intlify/bundle-utils/package.json
{
  "name": "@intlify/bundle-utils",
  "description": "Bundle utilities for Intlify project",
  "version": "8.0.0",
  "author": {
    "name": "kazuya kawaguchi",
    "email": "kawakazu80@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/intlify/bundle-tools/issues"
  },
  "peerDependenciesMeta": {
    "petite-vue-i18n": {
      "optional": true
    },
    "vue-i18n": {
      "optional": true
    }
  },
  "dependencies": {
    "@intlify/message-compiler": "^9.4.0",
    "@intlify/shared": "^9.4.0",
    "acorn": "^8.8.2",
    "escodegen": "^2.1.0",
    "estree-walker": "^2.0.2",
    "jsonc-eslint-parser": "^2.3.0",
    "mlly": "^1.2.0",
    "source-map-js": "^1.0.1",
    "yaml-eslint-parser": "^1.2.2"
  },
  "devDependencies": {
    "@types/escodegen": "^0.0.10",
    "@types/estree": "^1.0.0",
    "unbuild": "^2.0.0"
  },
  "engines": {
    "node": ">= 14.16"
  },
  "files": [
    "lib",
    "index.mjs"
  ],
  "homepage": "https://github.com/intlify/bundle-tools/blob/main/packages/bundle-utils/README.md",
  "license": "MIT",
  "main": "lib/index.cjs",
  "module": "lib/index.mjs",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.mjs",
      "require": "./lib/index.cjs"
    },
    "./lib/*": "./lib/*",
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/intlify/bundle-tools.git",
    "directory": "packages/bundle-utils"
  },
  "scripts": {
    "build": "unbuild",
    "clean": "npm-run-all \"clean:*\"",
    "clean:lib": "rm -rf ./lib",
    "changelog": "jiti ../../scripts/changelog.ts",
    "release": "jiti ../../scripts/release.ts"
  }
}