package.json 2.5 KB

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