package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "webpack-sources@1.4.3",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "webpack-sources@1.4.3",
  10. "_id": "webpack-sources@1.4.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-7t2OwLko+/HL/plOItLYkPMwqTM=",
  13. "_location": "/webpack-sources",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "webpack-sources@1.4.3",
  19. "name": "webpack-sources",
  20. "escapedName": "webpack-sources",
  21. "rawSpec": "1.4.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.3"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service/terser-webpack-plugin",
  27. "/mini-css-extract-plugin",
  28. "/terser-webpack-plugin",
  29. "/webpack"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/webpack-sources/download/webpack-sources-1.4.3.tgz",
  32. "_spec": "1.4.3",
  33. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  34. "author": {
  35. "name": "Tobias Koppers @sokra"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/webpack/webpack-sources/issues"
  39. },
  40. "dependencies": {
  41. "source-list-map": "^2.0.0",
  42. "source-map": "~0.6.1"
  43. },
  44. "description": "Source code handling classes for webpack",
  45. "devDependencies": {
  46. "beautify-lint": "^1.0.3",
  47. "codecov.io": "^0.1.6",
  48. "coveralls": "^2.11.6",
  49. "eslint": "^4.18.2",
  50. "eslint-plugin-nodeca": "^1.0.3",
  51. "istanbul": "^0.4.1",
  52. "js-beautify": "^1.5.10",
  53. "mocha": "^3.4.2",
  54. "should": "^11.2.1",
  55. "sourcemap-validator": "^1.1.0"
  56. },
  57. "files": [
  58. "lib/"
  59. ],
  60. "homepage": "https://github.com/webpack/webpack-sources#readme",
  61. "keywords": [
  62. "webpack",
  63. "source-map"
  64. ],
  65. "license": "MIT",
  66. "main": "./lib/index.js",
  67. "name": "webpack-sources",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/webpack/webpack-sources.git"
  71. },
  72. "scripts": {
  73. "beautify": "beautify-rewrite lib/**.js test/**.js",
  74. "beautify-lint": "beautify-lint lib/**.js test/**.js",
  75. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  76. "lint": "eslint lib test",
  77. "precover": "npm run lint && npm run beautify-lint",
  78. "pretest": "npm run lint && npm run beautify-lint",
  79. "publish-patch": "npm test && npm version patch && git push && git push --tags && npm publish",
  80. "test": "mocha --full-trace --check-leaks",
  81. "travis": "npm run cover -- --report lcovonly"
  82. },
  83. "version": "1.4.3"
  84. }