package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "gulp-clean-css@^3.10.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7Isf9Y690o/Q5MVjEylH1H7L8WeZ89woW7DnhD5unTintOdZb67KdOayRgp9trUFo+f9UyJtuatV42e/+kghPg==",
  6. "_location": "/gulp-clean-css",
  7. "_phantomChildren": {
  8. "readable-stream": "2.3.6",
  9. "xtend": "4.0.2"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "gulp-clean-css@^3.10.0",
  15. "name": "gulp-clean-css",
  16. "escapedName": "gulp-clean-css",
  17. "rawSpec": "^3.10.0",
  18. "saveSpec": null,
  19. "fetchSpec": "^3.10.0"
  20. },
  21. "_requiredBy": [
  22. "/fomantic-ui"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/gulp-clean-css/-/gulp-clean-css-3.10.0.tgz",
  25. "_shasum": "bccd4605eff104bfa4980014cc4b3c24c571736d",
  26. "_spec": "gulp-clean-css@^3.10.0",
  27. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  28. "author": {
  29. "name": "scniro"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/scniro/gulp-clean-css/issues",
  33. "email": "[email protected]"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "clean-css": "4.2.1",
  38. "plugin-error": "1.0.1",
  39. "through2": "2.0.3",
  40. "vinyl-sourcemaps-apply": "0.2.1"
  41. },
  42. "deprecated": false,
  43. "description": "Minify css with clean-css.",
  44. "devDependencies": {
  45. "chai": "4.1.2",
  46. "chai-string": "1.4.0",
  47. "coveralls": "3.0.2",
  48. "express": "4.16.3",
  49. "fancy-log": "1.3.2",
  50. "gulp": "3.9.1",
  51. "gulp-concat": "2.6.1",
  52. "gulp-istanbul": "1.1.3",
  53. "gulp-mocha": "6.0.0",
  54. "gulp-rename": "1.4.0",
  55. "gulp-sass": "4.0.1",
  56. "gulp-sourcemaps": "2.6.4",
  57. "mocha": "5.2.0",
  58. "vinyl": "2.2.0",
  59. "vinyl-buffer": "1.0.1",
  60. "vinyl-fs-fake": "1.1.0"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/scniro/gulp-clean-css#readme",
  66. "keywords": [
  67. "css",
  68. "clean",
  69. "minify",
  70. "uglify",
  71. "clean-css",
  72. "minify-css",
  73. "gulp-minify-css",
  74. "gulp-clean-css",
  75. "gulpplugin",
  76. "gulpfriendly"
  77. ],
  78. "license": "MIT",
  79. "name": "gulp-clean-css",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/scniro/gulp-clean-css.git"
  83. },
  84. "scripts": {
  85. "test": "gulp test"
  86. },
  87. "version": "3.10.0"
  88. }