package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "clean-css@4.2.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "clean-css@4.2.1",
  9. "_id": "clean-css@4.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-4ZxI6dy4lrY6FHzfiy1aEOXgu4LIsW2MhwG0VBKdcoGoH/XLFgaHSdLTGr4O8Be6A8r3MOphEiI8Gc1n0ecf3g==",
  12. "_location": "/clean-css",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "clean-css@4.2.1",
  18. "name": "clean-css",
  19. "escapedName": "clean-css",
  20. "rawSpec": "4.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.2.1"
  23. },
  24. "_requiredBy": [
  25. "/@angular-devkit/build-angular",
  26. "/html-minifier",
  27. "/minify"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.1.tgz",
  30. "_spec": "4.2.1",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Jakub Pawlowicz",
  34. "email": "contact@jakubpawlowicz.com",
  35. "url": "http://twitter.com/jakubpawlowicz"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jakubpawlowicz/clean-css/issues"
  39. },
  40. "dependencies": {
  41. "source-map": "~0.6.0"
  42. },
  43. "description": "A well-tested CSS minifier",
  44. "devDependencies": {
  45. "browserify": "^14.0.0",
  46. "http-proxy": "1.x",
  47. "jshint": "2.x",
  48. "nock": "9.x",
  49. "server-destroy": "1.x",
  50. "uglify-js": ">=2.6.1",
  51. "vows": "0.8.x"
  52. },
  53. "engines": {
  54. "node": ">= 4.0"
  55. },
  56. "files": [
  57. "lib",
  58. "History.md",
  59. "index.js",
  60. "LICENSE"
  61. ],
  62. "homepage": "https://github.com/jakubpawlowicz/clean-css",
  63. "keywords": [
  64. "css",
  65. "minifier"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "clean-css",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jakubpawlowicz/clean-css.git"
  73. },
  74. "scripts": {
  75. "bench": "node ./test/bench.js",
  76. "browserify": "browserify --standalone CleanCSS index.js | uglifyjs --compress --mangle -o cleancss-browser.js",
  77. "check": "jshint .",
  78. "prepublish": "npm run check",
  79. "test": "vows"
  80. },
  81. "version": "4.2.1"
  82. }