{
  "_from": "tapable@^2.3.0",
  "_id": "tapable@2.3.2",
  "_inBundle": false,
  "_integrity": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==",
  "_location": "/tapable",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tapable@^2.3.0",
    "name": "tapable",
    "escapedName": "tapable",
    "rawSpec": "^2.3.0",
    "saveSpec": null,
    "fetchSpec": "^2.3.0"
  },
  "_requiredBy": [
    "/enhanced-resolve"
  ],
  "_resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.2.tgz",
  "_shasum": "86755feabad08d82a26b891db044808c6ad00f15",
  "_spec": "tapable@^2.3.0",
  "_where": "/home/devwebsite/public_html/loopra/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.30.0",
    "@changesets/get-github-info": "^0.8.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.5.3",
    "prettier-1": "npm:prettier@^1"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "lib",
    "!lib/__tests__",
    "tapable.d.ts"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/webpack"
  },
  "homepage": "https://github.com/webpack/tapable",
  "jest": {
    "transform": {
      "__tests__[\\\\/].+\\.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": {
    "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.2"
}
