package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "minify@4.1.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "minify@4.1.3",
  9. "_id": "minify@4.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ykuscavxivSmVpcCzsXmsVTukWYLUUtPhHj0w2ILvHDGqC+hsuTCihBn9+PJBd58JNvWTNg9132J9nrrI2anzA==",
  12. "_location": "/minify",
  13. "_phantomChildren": {
  14. "buffer-from": "1.1.0"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "minify@4.1.3",
  20. "name": "minify",
  21. "escapedName": "minify",
  22. "rawSpec": "4.1.3",
  23. "saveSpec": null,
  24. "fetchSpec": "4.1.3"
  25. },
  26. "_requiredBy": [
  27. "/mermaid"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/minify/-/minify-4.1.3.tgz",
  30. "_spec": "4.1.3",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "coderaiser",
  34. "email": "mnemonic.enemy@gmail.com",
  35. "url": "https://github.com/coderaiser"
  36. },
  37. "bin": {
  38. "minify": "bin/minify.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/coderaiser/minify/issues"
  42. },
  43. "dependencies": {
  44. "clean-css": "^4.1.6",
  45. "css-b64-images": "~0.2.5",
  46. "debug": "^4.1.0",
  47. "html-minifier": "^4.0.0",
  48. "terser": "^4.0.0",
  49. "try-catch": "^2.0.0",
  50. "try-to-catch": "^1.0.2"
  51. },
  52. "description": "Minifier of js, css, html and img",
  53. "devDependencies": {
  54. "coveralls": "^3.0.0",
  55. "eslint": "^6.0.0",
  56. "eslint-plugin-node": "^9.1.0",
  57. "eslint-plugin-putout": "^1.5.0",
  58. "madrun": "^2.1.2",
  59. "nyc": "^14.1.1",
  60. "putout": "^4.32.0",
  61. "redrun": "^7.0.2",
  62. "rimraf": "^2.6.1",
  63. "supertape": "^1.2.3"
  64. },
  65. "engines": {
  66. "node": ">= 8.0.0"
  67. },
  68. "homepage": "http://coderaiser.github.io/minify",
  69. "keywords": [
  70. "minify",
  71. "minimize",
  72. "js",
  73. "css",
  74. "img",
  75. "html",
  76. "base64"
  77. ],
  78. "license": "MIT",
  79. "main": "lib/minify.js",
  80. "name": "minify",
  81. "publishConfig": {
  82. "access": "public"
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+ssh://git@github.com/coderaiser/minify.git"
  87. },
  88. "scripts": {
  89. "coverage": "madrun coverage",
  90. "fix:lint": "madrun fix:lint",
  91. "lint": "madrun lint",
  92. "lint:bin": "madrun lint:bin",
  93. "lint:lib": "madrun lint:lib",
  94. "putout": "madrun putout",
  95. "report": "madrun report",
  96. "test": "madrun test"
  97. },
  98. "version": "4.1.3"
  99. }