{ "_from": "webpack-sources@^3.2.3", "_id": "webpack-sources@3.3.0", "_inBundle": false, "_integrity": "sha512-77R0RDmJfj9dyv5p3bM5pOHa+X8/ZkO9c7kpDstigkC4nIDobadsfSGCwB4bKhMVxqAok8tajaoR8rirM7+VFQ==", "_location": "/webpack-sources", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "webpack-sources@^3.2.3", "name": "webpack-sources", "escapedName": "webpack-sources", "rawSpec": "^3.2.3", "saveSpec": null, "fetchSpec": "^3.2.3" }, "_requiredBy": [ "/webpack" ], "_resolved": "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.3.0.tgz", "_shasum": "8d3449f1ed3f254e722a529a0a344a37d2d17048", "_spec": "webpack-sources@^3.2.3", "_where": "E:\\vue_project\\el-table-column\\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": { "@types/jest": "^27.5.2", "coveralls": "^3.0.2", "eslint": "^7.7.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-jest": "^23.20.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-nodeca": "^1.0.3", "eslint-plugin-prettier": "^3.0.1", "istanbul": "^0.4.1", "jest": "^27.5.1", "prettier": "^2.0.5", "source-map": "^0.7.3", "sourcemap-validator": "^2.1.0", "tooling": "github:webpack/tooling#v1.23.9", "typescript": "^5.3.3", "webpack": "^5.99.9" }, "engines": { "node": ">=10.13.0" }, "files": [ "lib/", "types.d.ts" ], "homepage": "https://github.com/webpack/webpack-sources#readme", "jest": { "forceExit": true, "testMatch": [ "/test/*.js" ], "transformIgnorePatterns": [ "" ], "testEnvironment": "node" }, "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": { "cover": "jest --coverage", "fix": "yarn fix:code && yarn fix:special", "fix:code": "yarn 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": "yarn fmt:base --loglevel warn --write", "fmt:base": "prettier --cache --ignore-unknown .", "fmt:check": "yarn fmt:base --check", "lint": "yarn lint:code && yarn lint:types && yarn lint:types-test && yarn lint:special", "lint:code": "eslint --cache lib/**/*.js test/*.js", "lint:special": "node node_modules/tooling/lockfile-lint && 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": "yarn lint", "test": "jest" }, "types": "types.d.ts", "version": "3.3.0" }