package.json 2.1 KB

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