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

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