package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "webpack-sources@^3.3.4",
  3. "_id": "webpack-sources@3.3.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==",
  6. "_location": "/webpack-sources",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "webpack-sources@^3.3.4",
  12. "name": "webpack-sources",
  13. "escapedName": "webpack-sources",
  14. "rawSpec": "^3.3.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.3.4"
  17. },
  18. "_requiredBy": [
  19. "/webpack"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.3.4.tgz",
  22. "_shasum": "a338b95eb484ecc75fbb196cbe8a2890618b4891",
  23. "_spec": "webpack-sources@^3.3.4",
  24. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\webpack",
  25. "author": {
  26. "name": "Tobias Koppers @sokra"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/webpack/webpack-sources/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Source code handling classes for webpack",
  34. "devDependencies": {
  35. "@types/jest": "^27.5.2",
  36. "eslint": "^9.28.0",
  37. "eslint-config-webpack": "^4.0.8",
  38. "jest": "^27.5.1",
  39. "prettier": "^3.5.3",
  40. "prettier-2": "npm:prettier@^2",
  41. "source-map": "^0.7.3",
  42. "sourcemap-validator": "^2.1.0",
  43. "tooling": "github:webpack/tooling#v1.24.4",
  44. "typescript": "^5.3.3",
  45. "webpack": "^5.99.9"
  46. },
  47. "engines": {
  48. "node": ">=10.13.0"
  49. },
  50. "files": [
  51. "lib/",
  52. "types.d.ts"
  53. ],
  54. "homepage": "https://github.com/webpack/webpack-sources#readme",
  55. "keywords": [
  56. "webpack",
  57. "source-map"
  58. ],
  59. "license": "MIT",
  60. "main": "lib/index.js",
  61. "name": "webpack-sources",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/webpack/webpack-sources.git"
  65. },
  66. "scripts": {
  67. "cover": "jest --coverage",
  68. "fix": "npm run fix:code && npm run fix:special",
  69. "fix:code": "npm run lint:code -- --fix",
  70. "fix:special": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/format-file-header --write && node node_modules/tooling/generate-types --write",
  71. "fmt": "npm run fmt:base -- --loglevel warn --write",
  72. "fmt:base": "prettier --cache --ignore-unknown .",
  73. "fmt:check": "npm run fmt:base -- --check",
  74. "lint": "npm run lint:code && npm run lint:types && npm run lint:types-test && npm run lint:special",
  75. "lint:code": "eslint --cache .",
  76. "lint:special": "node node_modules/tooling/inherit-types && node node_modules/tooling/format-file-header && node node_modules/tooling/generate-types",
  77. "lint:types": "tsc",
  78. "lint:types-test": "tsc -p tsconfig.types.test.json",
  79. "pretest": "npm run lint",
  80. "test": "jest"
  81. },
  82. "types": "types.d.ts",
  83. "version": "3.3.4"
  84. }