package.json 2.4 KB

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