{
  "name": "@haixing_hu/common-util",
  "version": "5.3.3",
  "description": "A JavaScript ES6 library of common utility functions",
  "author": "Haixing Hu",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Haixing-Hu/js-common-util.git"
  },
  "bugs": {
    "url": "https://github.com/Haixing-Hu/js-common-util/issues"
  },
  "homepage": "https://github.com/Haixing-Hu/js-common-util",
  "main": "dist/common-util.min.cjs",
  "module": "dist/common-util.min.mjs",
  "exports": {
    ".": {
      "require": "./dist/common-util.min.cjs",
      "import": "./dist/common-util.min.mjs"
    }
  },
  "files": [
    "dist/**/*",
    "doc/**/*",
    "LICENSE",
    "README.md",
    "README.zh_CN.md"
  ],
  "sideEffects": false,
  "scripts": {
    "clean": "rm -rvf dist doc",
    "build": "cross-env NODE_ENV=production rollup -c rollup.config.mjs",
    "build:dev": "cross-env NODE_ENV=development rollup -c rollup.config.mjs",
    "build:all": "npm run clean && npm run doc && npm run build:dev && npm run build",
    "test": "jest --runInBand",
    "lint": "eslint ./src ./test",
    "doc": "jsdoc -c jsdoc.json",
    "es5": "check-es-version -e 5 -s true -d ./dist",
    "deploy": "npm run lint && npm run test && npm run build:all && npm publish --registry='https://registry.npmjs.com/' --access public"
  },
  "browserify": {
    "transform": [
      "babelify"
    ]
  },
  "peerDependencies": {
    "@babel/runtime": "^7.26.0",
    "@haixing_hu/typeinfo": "^3.1.2"
  },
  "dependencies": {
    "deep-equal": "^2.2.3",
    "json-beautify": "^1.1.1",
    "query-string": "^8.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@babel/eslint-parser": "^7.25.9",
    "@babel/plugin-proposal-decorators": "^7.25.9",
    "@babel/plugin-transform-runtime": "^7.25.9",
    "@babel/preset-env": "^7.26.0",
    "@babel/runtime": "^7.26.0",
    "@haixing_hu/eslint-config": "^1.3.3",
    "@haixing_hu/jsdoc-minami": "^1.5.1",
    "@haixing_hu/naming-style": "^1.3.3",
    "@haixing_hu/rollup-builder": "^1.8.3",
    "@haixing_hu/type-detect": "^1.2.2",
    "@haixing_hu/typeinfo": "^3.1.2",
    "@jest/core": "^29.7.0",
    "@rollup/plugin-alias": "^5.1.1",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.8",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@vue/test-utils": "1.3.6",
    "@vue/vue2-jest": "^29.2.6",
    "babel-jest": "^29.7.0",
    "check-es-version": "^1.5.0",
    "core-js": "^3.39.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.57.1",
    "eslint-plugin-import": "^2.31.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-environment-jsdom-global": "^4.0.0",
    "jest-extended": "^1.2.1",
    "jsdoc": "^3.6.11",
    "jsdom": "^18.1.1",
    "rollup": "^4.28.1",
    "rollup-plugin-analyzer": "^4.0.0",
    "rollup-plugin-visualizer": "^5.12.0",
    "vue": "^2.7.16",
    "vue-template-compiler": "^2.7.16"
  },
  "packageManager": "yarn@4.5.0"
}
