package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "last-call-webpack-plugin@2.1.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "last-call-webpack-plugin@2.1.2",
  10. "_id": "last-call-webpack-plugin@2.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-CZc+m2xZm51J8qSwdODeiiNeqh8CYkKEq6Rw8IkE4i/4yqf2cJhjQPsA6BtAV970ePRNhwEOXhy2U5xc5Jwh9Q==",
  13. "_location": "/last-call-webpack-plugin",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "last-call-webpack-plugin@2.1.2",
  19. "name": "last-call-webpack-plugin",
  20. "escapedName": "last-call-webpack-plugin",
  21. "rawSpec": "2.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.2"
  24. },
  25. "_requiredBy": [
  26. "/optimize-css-assets-webpack-plugin"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-2.1.2.tgz",
  29. "_spec": "2.1.2",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Nuno Rodrigues"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/NMFR/last-call-webpack-plugin/issues"
  36. },
  37. "dependencies": {
  38. "lodash": "^4.17.4",
  39. "webpack-sources": "^1.0.1"
  40. },
  41. "description": "A Webpack plugin that allows to transform \\ modify assets just before Webpack emits them.",
  42. "homepage": "http://github.com/NMFR/last-call-webpack-plugin",
  43. "keywords": [
  44. "transform",
  45. "modify",
  46. "manipulate",
  47. "optimize",
  48. "prefix",
  49. "sufix",
  50. "webpack",
  51. "assets"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "last-call-webpack-plugin",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+ssh://git@github.com/NMFR/last-call-webpack-plugin.git"
  59. },
  60. "version": "2.1.2"
  61. }