package.json 2.4 KB

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