{
  "_from": "esbuild-loader@^2.21.0",
  "_id": "esbuild-loader@2.21.0",
  "_inBundle": false,
  "_integrity": "sha512-k7ijTkCT43YBSZ6+fBCW1Gin7s46RrJ0VQaM8qA7lq7W+OLsGgtLyFV8470FzYi/4TeDexniTBTPTwZUnXXR5g==",
  "_location": "/esbuild-loader",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "esbuild-loader@^2.21.0",
    "name": "esbuild-loader",
    "escapedName": "esbuild-loader",
    "rawSpec": "^2.21.0",
    "saveSpec": null,
    "fetchSpec": "^2.21.0"
  },
  "_requiredBy": [
    "/@strapi/admin"
  ],
  "_resolved": "https://registry.npmjs.org/esbuild-loader/-/esbuild-loader-2.21.0.tgz",
  "_shasum": "2698a3e565b0db2bb19a3dd91c2b6c9aad526c80",
  "_spec": "esbuild-loader@^2.21.0",
  "_where": "/home/ghf/system/node_modules/@strapi/admin",
  "author": {
    "name": "Hiroki Osame",
    "email": "hiroki.osame@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/privatenumber/esbuild-loader/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "esbuild": "^0.16.17",
    "joycon": "^3.0.1",
    "json5": "^2.2.0",
    "loader-utils": "^2.0.0",
    "tapable": "^2.2.0",
    "webpack-sources": "^1.4.3"
  },
  "deprecated": false,
  "description": "⚡️ Speed up your Webpack build with esbuild",
  "devDependencies": {
    "@pvtnbr/eslint-config": "^0.33.0",
    "@types/loader-utils": "^2.0.3",
    "@types/mini-css-extract-plugin": "^2.5.1",
    "@types/node": "^18.11.18",
    "@types/webpack": "^4.41.33",
    "@types/webpack-sources": "^0.1.9",
    "css-loader": "^5.2.7",
    "eslint": "^8.31.0",
    "manten": "^0.6.0",
    "memfs": "^3.4.13",
    "mini-css-extract-plugin": "^1.6.2",
    "tsx": "^3.12.2",
    "typescript": "^4.9.4",
    "webpack": "^4.44.2",
    "webpack-test-utils": "^2.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",
  "imports": {
    "#esbuild-loader": {
      "types": "./src/index.ts",
      "development": "./src/index.ts",
      "default": "./dist/index.js"
    }
  },
  "keywords": [
    "esbuild",
    "webpack",
    "loader",
    "typescript",
    "esnext"
  ],
  "license": "MIT",
  "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",
    "dev": "tsx watch --conditions=development tests",
    "lint": "eslint --cache .",
    "test": "tsx tests"
  },
  "types": "./dist/index.d.ts",
  "version": "2.21.0"
}
