package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "last-call-webpack-plugin@^2.1.2",
  3. "_id": "last-call-webpack-plugin@2.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CZc+m2xZm51J8qSwdODeiiNeqh8CYkKEq6Rw8IkE4i/4yqf2cJhjQPsA6BtAV970ePRNhwEOXhy2U5xc5Jwh9Q==",
  6. "_location": "/last-call-webpack-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "last-call-webpack-plugin@^2.1.2",
  12. "name": "last-call-webpack-plugin",
  13. "escapedName": "last-call-webpack-plugin",
  14. "rawSpec": "^2.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.2"
  17. },
  18. "_requiredBy": [
  19. "/optimize-css-assets-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-2.1.2.tgz",
  22. "_shasum": "ad80c6e310998294d2ed2180a68e9589e4768c44",
  23. "_spec": "last-call-webpack-plugin@^2.1.2",
  24. "_where": "D:\\workSpace\\dealer_front\\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.4",
  34. "webpack-sources": "^1.0.1"
  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": "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": "2.1.2"
  57. }