{
  "_from": "tapable@^2.3.3",
  "_id": "tapable@2.3.3",
  "_inBundle": false,
  "_integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",
  "_location": "/tapable",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tapable@^2.3.3",
    "name": "tapable",
    "escapedName": "tapable",
    "rawSpec": "^2.3.3",
    "saveSpec": null,
    "fetchSpec": "^2.3.3"
  },
  "_requiredBy": [
    "/enhanced-resolve"
  ],
  "_resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
  "_shasum": "5da7c9992c46038221267985ab28421a8879f160",
  "_spec": "tapable@^2.3.3",
  "_where": "/var/www/tecnibi/node_modules/enhanced-resolve",
  "author": {
    "name": "Tobias Koppers @sokra"
  },
  "browser": {
    "util": "./lib/util-browser.js"
  },
  "bugs": {
    "url": "https://github.com/webpack/tapable/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Just a little module for plugins.",
  "devDependencies": {
    "@babel/core": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "@changesets/cli": "^2.31.0",
    "@changesets/get-github-info": "^0.8.0",
    "@codspeed/core": "^5.3.0",
    "@stylistic/eslint-plugin": "^5.2.3",
    "babel-jest": "^30.3.0",
    "eslint": "^9.28.0",
    "eslint-config-webpack": "^4.6.3",
    "jest": "^30.3.0",
    "prettier": "^3.8.3",
    "prettier-1": "npm:prettier@^1",
    "tinybench": "^6.0.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "lib",
    "tapable.d.ts"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/webpack"
  },
  "homepage": "https://github.com/webpack/tapable",
  "jest": {
    "transform": {
      "test[\\\\/].+\\.js$": "babel-jest"
    },
    "snapshotFormat": {
      "escapeString": true,
      "printBasicPrototype": true
    }
  },
  "license": "MIT",
  "main": "lib/index.js",
  "name": "tapable",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/webpack/tapable.git"
  },
  "scripts": {
    "benchmark": "node --max-old-space-size=4096 --hash-seed=1 --random-seed=1 --no-opt --predictable --predictable-gc-schedule --interpreted-frames-native-stack --allow-natives-syntax --expose-gc --no-concurrent-sweeping ./benchmark/run.mjs",
    "fix": "npm run fix:code && npm run fmt",
    "fix:code": "npm run lint:code -- --fix",
    "fmt": "npm run fmt:base -- --log-level warn --write",
    "fmt:base": "node ./node_modules/prettier/bin/prettier.cjs --cache --ignore-unknown .",
    "fmt:check": "npm run fmt:base -- --check",
    "lint": "npm run lint:code && npm run fmt:check",
    "lint:code": "eslint --cache .",
    "release": "changeset publish",
    "test": "jest",
    "version": "changeset version"
  },
  "types": "./tapable.d.ts",
  "version": "2.3.3"
}
