Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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