Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0KB

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