package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "last-call-webpack-plugin@^3.0.0",
  3. "_id": "last-call-webpack-plugin@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==",
  6. "_location": "/last-call-webpack-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "last-call-webpack-plugin@^3.0.0",
  12. "name": "last-call-webpack-plugin",
  13. "escapedName": "last-call-webpack-plugin",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/optimize-css-assets-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz",
  22. "_shasum": "9742df0e10e3cf46e5c0381c2de90d3a7a2d7555",
  23. "_spec": "last-call-webpack-plugin@^3.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\optimize-css-assets-webpack-plugin",
  25. "author": {
  26. "name": "Nuno Rodrigues"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/NMFR/last-call-webpack-plugin/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "lodash": "^4.17.5",
  34. "webpack-sources": "^1.1.0"
  35. },
  36. "deprecated": false,
  37. "description": "A Webpack plugin that allows to transform \\ modify assets just before Webpack emits them.",
  38. "homepage": "http://github.com/NMFR/last-call-webpack-plugin",
  39. "keywords": [
  40. "transform",
  41. "modify",
  42. "manipulate",
  43. "optimize",
  44. "prefix",
  45. "sufix",
  46. "webpack",
  47. "assets"
  48. ],
  49. "license": "MIT",
  50. "main": "src/index.js",
  51. "name": "last-call-webpack-plugin",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+ssh://git@github.com/NMFR/last-call-webpack-plugin.git"
  55. },
  56. "version": "3.0.0"
  57. }