{
  "_args": [
    [
      "esbuild-loader@2.19.0",
      "/home/bkra0192/evag_andy/strapi"
    ]
  ],
  "_from": "esbuild-loader@2.19.0",
  "_id": "esbuild-loader@2.19.0",
  "_inBundle": false,
  "_integrity": "sha512-urGNVE6Tl2rqx92ElKi/LiExXjGvcH6HfDBFzJ9Ppwqh4n6Jmx8x7RKAyMzSM78b6CAaJLhDncG5sPrL0ROh5Q==",
  "_location": "/esbuild-loader",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "esbuild-loader@2.19.0",
    "name": "esbuild-loader",
    "escapedName": "esbuild-loader",
    "rawSpec": "2.19.0",
    "saveSpec": null,
    "fetchSpec": "2.19.0"
  },
  "_requiredBy": [
    "/@strapi/admin"
  ],
  "_resolved": "https://registry.npmjs.org/esbuild-loader/-/esbuild-loader-2.19.0.tgz",
  "_spec": "2.19.0",
  "_where": "/home/bkra0192/evag_andy/strapi",
  "author": {
    "name": "Hiroki Osame",
    "email": "hiroki.osame@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/privatenumber/esbuild-loader/issues"
  },
  "dependencies": {
    "esbuild": "^0.14.39",
    "joycon": "^3.0.1",
    "json5": "^2.2.0",
    "loader-utils": "^2.0.0",
    "tapable": "^2.2.0",
    "webpack-sources": "^2.2.0"
  },
  "description": "⚡️ Speed up your Webpack build with esbuild",
  "devDependencies": {
    "@pvtnbr/eslint-config": "^0.22.0",
    "@types/jest": "^27.0.3",
    "@types/loader-utils": "^2.0.3",
    "@types/webpack": "^4.41.32",
    "css-loader": "^5.2.0",
    "eslint": "^8.15.0",
    "husky": "^4.3.8",
    "jest": "^27.4.4",
    "lint-staged": "^12.1.2",
    "memfs": "^3.4.0",
    "mini-css-extract-plugin": "^1.4.0",
    "typescript": "^4.6.4",
    "unionfs": "^4.4.0",
    "webpack": "^4.44.2",
    "webpack-test-utils": "^1.1.0",
    "webpack5": "npm:webpack@^5.0.0"
  },
  "eslintConfig": {
    "extends": "@pvtnbr"
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/privatenumber/esbuild-loader?sponsor=1",
  "homepage": "https://github.com/privatenumber/esbuild-loader#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "esbuild",
    "webpack",
    "loader",
    "typescript",
    "esnext"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.ts": [
      "eslint",
      "jest --bail --findRelatedTests"
    ]
  },
  "main": "dist/index.js",
  "name": "esbuild-loader",
  "peerDependencies": {
    "webpack": "^4.40.0 || ^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/privatenumber/esbuild-loader.git"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint .",
    "pretest": "npm run build",
    "test": "jest --coverage"
  },
  "version": "2.19.0"
}
