package.json 3.2 KB

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