Files
dns-server/node_modules/webpack-sources/package.json
T
Alex Yang f627244b8f 更新
2026-03-30 01:04:46 +08:00

85 lines
2.7 KiB
JSON

{
"_from": "webpack-sources@^3.3.4",
"_id": "webpack-sources@3.3.4",
"_inBundle": false,
"_integrity": "sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==",
"_location": "/webpack-sources",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "webpack-sources@^3.3.4",
"name": "webpack-sources",
"escapedName": "webpack-sources",
"rawSpec": "^3.3.4",
"saveSpec": null,
"fetchSpec": "^3.3.4"
},
"_requiredBy": [
"/webpack"
],
"_resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.4.tgz",
"_shasum": "a338b95eb484ecc75fbb196cbe8a2890618b4891",
"_spec": "webpack-sources@^3.3.4",
"_where": "/root/dns/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",
"eslint": "^9.28.0",
"eslint-config-webpack": "^4.0.8",
"jest": "^27.5.1",
"prettier": "^3.5.3",
"prettier-2": "npm:prettier@^2",
"source-map": "^0.7.3",
"sourcemap-validator": "^2.1.0",
"tooling": "github:webpack/tooling#v1.24.4",
"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",
"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": "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",
"test": "jest"
},
"types": "types.d.ts",
"version": "3.3.4"
}