package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp-util@^3.0.0",
  6. "scope": null,
  7. "escapedName": "gulp-util",
  8. "name": "gulp-util",
  9. "rawSpec": "^3.0.0",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp"
  14. ]
  15. ],
  16. "_from": "gulp-util@>=3.0.0 <4.0.0",
  17. "_id": "gulp-util@3.0.8",
  18. "_inCache": true,
  19. "_location": "/gulp-util",
  20. "_nodeVersion": "0.10.41",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/gulp-util-3.0.8.tgz_1482793870401_0.4167847656644881"
  24. },
  25. "_npmUser": {
  26. "name": "phated",
  27. "email": "blaine.bublitz@gmail.com"
  28. },
  29. "_npmVersion": "2.15.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "gulp-util@^3.0.0",
  33. "scope": null,
  34. "escapedName": "gulp-util",
  35. "name": "gulp-util",
  36. "rawSpec": "^3.0.0",
  37. "spec": ">=3.0.0 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/gulp",
  42. "/gulp-autoprefixer",
  43. "/gulp-sass",
  44. "/gulp-watch"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.8.tgz",
  47. "_shasum": "0054e1e744502e27c04c187c3ecc505dd54bbb4f",
  48. "_shrinkwrap": null,
  49. "_spec": "gulp-util@^3.0.0",
  50. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp",
  51. "author": {
  52. "name": "Fractal",
  53. "email": "contact@wearefractal.com",
  54. "url": "http://wearefractal.com/"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/gulpjs/gulp-util/issues"
  58. },
  59. "dependencies": {
  60. "array-differ": "^1.0.0",
  61. "array-uniq": "^1.0.2",
  62. "beeper": "^1.0.0",
  63. "chalk": "^1.0.0",
  64. "dateformat": "^2.0.0",
  65. "fancy-log": "^1.1.0",
  66. "gulplog": "^1.0.0",
  67. "has-gulplog": "^0.1.0",
  68. "lodash._reescape": "^3.0.0",
  69. "lodash._reevaluate": "^3.0.0",
  70. "lodash._reinterpolate": "^3.0.0",
  71. "lodash.template": "^3.0.0",
  72. "minimist": "^1.1.0",
  73. "multipipe": "^0.1.2",
  74. "object-assign": "^3.0.0",
  75. "replace-ext": "0.0.1",
  76. "through2": "^2.0.0",
  77. "vinyl": "^0.5.0"
  78. },
  79. "description": "Utility functions for gulp plugins",
  80. "devDependencies": {
  81. "buffer-equal": "^0.0.1",
  82. "coveralls": "^2.11.2",
  83. "event-stream": "^3.1.7",
  84. "istanbul": "^0.3.5",
  85. "istanbul-coveralls": "^1.0.1",
  86. "jshint": "^2.5.11",
  87. "lodash.templatesettings": "^3.0.0",
  88. "mocha": "^2.0.1",
  89. "rimraf": "^2.2.8",
  90. "should": "^7.0.1"
  91. },
  92. "directories": {},
  93. "dist": {
  94. "shasum": "0054e1e744502e27c04c187c3ecc505dd54bbb4f",
  95. "tarball": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.8.tgz"
  96. },
  97. "engines": {
  98. "node": ">=0.10"
  99. },
  100. "files": [
  101. "index.js",
  102. "lib"
  103. ],
  104. "gitHead": "28c2aa2a3f8782a995b47ed051ab52885c705024",
  105. "homepage": "https://github.com/gulpjs/gulp-util#readme",
  106. "license": "MIT",
  107. "maintainers": [
  108. {
  109. "name": "contra",
  110. "email": "contra@wearefractal.com"
  111. },
  112. {
  113. "name": "fractal",
  114. "email": "contact@wearefractal.com"
  115. },
  116. {
  117. "name": "phated",
  118. "email": "blaine.bublitz@gmail.com"
  119. }
  120. ],
  121. "name": "gulp-util",
  122. "optionalDependencies": {},
  123. "readme": "ERROR: No README data found!",
  124. "repository": {
  125. "type": "git",
  126. "url": "git+https://github.com/gulpjs/gulp-util.git"
  127. },
  128. "scripts": {
  129. "coveralls": "istanbul cover _mocha --report lcovonly && istanbul-coveralls",
  130. "test": "jshint *.js lib/*.js test/*.js && mocha"
  131. },
  132. "version": "3.0.8"
  133. }