package.json 2.1 KB

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