package.json 2.5 KB

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