package.json 2.3 KB

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