package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "webpack-sources@^3.2.3",
  3. "_id": "webpack-sources@3.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
  6. "_location": "/webpack-sources",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "webpack-sources@^3.2.3",
  12. "name": "webpack-sources",
  13. "escapedName": "webpack-sources",
  14. "rawSpec": "^3.2.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.3"
  17. },
  18. "_requiredBy": [
  19. "/unplugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
  22. "_shasum": "2d4daab8451fd4b240cc27055ff6a0c2ccea0cde",
  23. "_spec": "webpack-sources@^3.2.3",
  24. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/unplugin",
  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. "coveralls": "^3.0.2",
  36. "eslint": "^7.7.0",
  37. "eslint-config-prettier": "^6.11.0",
  38. "eslint-plugin-jest": "^23.20.0",
  39. "eslint-plugin-mocha": "^8.0.0",
  40. "eslint-plugin-node": "^11.1.0",
  41. "eslint-plugin-nodeca": "^1.0.3",
  42. "eslint-plugin-prettier": "^3.0.1",
  43. "istanbul": "^0.4.1",
  44. "jest": "^26.4.0",
  45. "prettier": "^2.0.5",
  46. "source-map": "^0.7.3",
  47. "sourcemap-validator": "^2.1.0"
  48. },
  49. "engines": {
  50. "node": ">=10.13.0"
  51. },
  52. "files": [
  53. "lib/",
  54. "!lib/helpers/__mocks__"
  55. ],
  56. "homepage": "https://github.com/webpack/webpack-sources#readme",
  57. "jest": {
  58. "forceExit": true,
  59. "testMatch": [
  60. "<rootDir>/test/*.js"
  61. ],
  62. "transformIgnorePatterns": [
  63. "<rootDir>"
  64. ],
  65. "testEnvironment": "node"
  66. },
  67. "keywords": [
  68. "webpack",
  69. "source-map"
  70. ],
  71. "license": "MIT",
  72. "main": "./lib/index.js",
  73. "name": "webpack-sources",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/webpack/webpack-sources.git"
  77. },
  78. "scripts": {
  79. "cover": "jest --coverage",
  80. "lint": "eslint --cache lib test/*.js",
  81. "pretest": "yarn lint",
  82. "test": "jest"
  83. },
  84. "version": "3.2.3"
  85. }