package.json 2.4 KB

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