package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "gulp-util@3.0.8",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "gulp-util@3.0.8",
  10. "_id": "gulp-util@3.0.8",
  11. "_inBundle": false,
  12. "_integrity": "sha1-AFTh50RQLifATBh8PsxQXdVLu08=",
  13. "_location": "/gulp-util",
  14. "_phantomChildren": {
  15. "clone": "1.0.3",
  16. "clone-stats": "0.0.1",
  17. "replace-ext": "0.0.1"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "gulp-util@3.0.8",
  23. "name": "gulp-util",
  24. "escapedName": "gulp-util",
  25. "rawSpec": "3.0.8",
  26. "saveSpec": null,
  27. "fetchSpec": "3.0.8"
  28. },
  29. "_requiredBy": [
  30. "/gulp",
  31. "/gulp-csscomb"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.8.tgz",
  34. "_spec": "3.0.8",
  35. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  36. "author": {
  37. "name": "Fractal",
  38. "email": "contact@wearefractal.com",
  39. "url": "http://wearefractal.com/"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/gulpjs/gulp-util/issues"
  43. },
  44. "dependencies": {
  45. "array-differ": "^1.0.0",
  46. "array-uniq": "^1.0.2",
  47. "beeper": "^1.0.0",
  48. "chalk": "^1.0.0",
  49. "dateformat": "^2.0.0",
  50. "fancy-log": "^1.1.0",
  51. "gulplog": "^1.0.0",
  52. "has-gulplog": "^0.1.0",
  53. "lodash._reescape": "^3.0.0",
  54. "lodash._reevaluate": "^3.0.0",
  55. "lodash._reinterpolate": "^3.0.0",
  56. "lodash.template": "^3.0.0",
  57. "minimist": "^1.1.0",
  58. "multipipe": "^0.1.2",
  59. "object-assign": "^3.0.0",
  60. "replace-ext": "0.0.1",
  61. "through2": "^2.0.0",
  62. "vinyl": "^0.5.0"
  63. },
  64. "description": "Utility functions for gulp plugins",
  65. "devDependencies": {
  66. "buffer-equal": "^0.0.1",
  67. "coveralls": "^2.11.2",
  68. "event-stream": "^3.1.7",
  69. "istanbul": "^0.3.5",
  70. "istanbul-coveralls": "^1.0.1",
  71. "jshint": "^2.5.11",
  72. "lodash.templatesettings": "^3.0.0",
  73. "mocha": "^2.0.1",
  74. "rimraf": "^2.2.8",
  75. "should": "^7.0.1"
  76. },
  77. "engines": {
  78. "node": ">=0.10"
  79. },
  80. "files": [
  81. "index.js",
  82. "lib"
  83. ],
  84. "homepage": "https://github.com/gulpjs/gulp-util#readme",
  85. "license": "MIT",
  86. "name": "gulp-util",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/gulpjs/gulp-util.git"
  90. },
  91. "scripts": {
  92. "coveralls": "istanbul cover _mocha --report lcovonly && istanbul-coveralls",
  93. "test": "jshint *.js lib/*.js test/*.js && mocha"
  94. },
  95. "version": "3.0.8"
  96. }