package.json 2.3 KB

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