{
  "_from": "webpack-sources@^3.5.1",
  "_id": "webpack-sources@3.5.1",
  "_inBundle": false,
  "_integrity": "sha512-jyuiGJdtvY434z5bUZrjz67v76/ePNvFZTp9Mdz29IlH4+GPsgyGjiv0fKI+M7BdkU6ADjulUcKAd3tUK3WlEw==",
  "_location": "/webpack-sources",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "webpack-sources@^3.5.1",
    "name": "webpack-sources",
    "escapedName": "webpack-sources",
    "rawSpec": "^3.5.1",
    "saveSpec": null,
    "fetchSpec": "^3.5.1"
  },
  "_requiredBy": [
    "/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.5.1.tgz",
  "_shasum": "76c2418486dcc02b2aa0694c104176c2858fe84a",
  "_spec": "webpack-sources@^3.5.1",
  "_where": "/var/www/html/prod/amplitech-react-js/node_modules/webpack",
  "author": {
    "name": "Tobias Koppers @sokra"
  },
  "bugs": {
    "url": "https://github.com/webpack/webpack-sources/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Source code handling classes for webpack",
  "devDependencies": {
    "@changesets/cli": "^2.30.0",
    "@changesets/get-github-info": "^0.8.0",
    "@codspeed/core": "^5.5.0",
    "@types/jest": "^30.0.0",
    "eslint": "^9.28.0",
    "eslint-config-webpack": "^4.0.8",
    "jest": "^30.4.2",
    "prettier": "^3.5.3",
    "prettier-2": "npm:prettier@^2",
    "source-map": "^0.7.3",
    "sourcemap-validator": "^2.1.0",
    "tinybench": "^6.0.0",
    "tooling": "github:webpack/tooling#v1.26.4",
    "typescript": "^6.0.2",
    "webpack": "^5.107.2"
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "files": [
    "lib/",
    "types.d.ts"
  ],
  "homepage": "https://github.com/webpack/webpack-sources#readme",
  "keywords": [
    "webpack",
    "source-map"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "webpack-sources",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack/webpack-sources.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 cases",
    "benchmark:memory": "node --expose-gc --max-old-space-size=4096 ./benchmark/run.mjs memory",
    "fix": "npm run fix:code && npm run fix:special",
    "fix:code": "npm run lint:code -- --fix",
    "fix:special": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/format-file-header --write && node node_modules/tooling/generate-types --write",
    "fmt": "npm run fmt:base -- --loglevel warn --write",
    "fmt:base": "prettier --cache --ignore-unknown .",
    "fmt:check": "npm run fmt:base -- --check",
    "lint": "npm run lint:code && npm run lint:types && npm run lint:types-test && npm run lint:special",
    "lint:code": "eslint --cache .",
    "lint:special": "node node_modules/tooling/inherit-types && node node_modules/tooling/format-file-header && node node_modules/tooling/generate-types",
    "lint:types": "tsc",
    "lint:types-test": "tsc -p tsconfig.types.test.json",
    "pretest": "npm run lint",
    "release": "changeset publish",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "version": "changeset version"
  },
  "types": "types.d.ts",
  "version": "3.5.1"
}
