package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "gulp-debug@^4.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cn/GhMD2nVZCVxAl5vWao4/dcoZ8wUJ8w3oqTvQaGDmC1vT7swNOEbhQTWJp+/otKePT64aENcqAQXDcdj5H1g==",
  6. "_location": "/gulp-debug",
  7. "_phantomChildren": {
  8. "color-convert": "1.9.3",
  9. "escape-string-regexp": "1.0.5",
  10. "has-flag": "3.0.0"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "gulp-debug@^4.0.0",
  16. "name": "gulp-debug",
  17. "escapedName": "gulp-debug",
  18. "rawSpec": "^4.0.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^4.0.0"
  21. },
  22. "_requiredBy": [
  23. "/fomantic-ui"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/gulp-debug/-/gulp-debug-4.0.0.tgz",
  26. "_shasum": "036f9539c3fb6af720e01a9ea5c195fc73f29d5b",
  27. "_spec": "gulp-debug@^4.0.0",
  28. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  29. "author": {
  30. "name": "Sindre Sorhus",
  31. "email": "[email protected]",
  32. "url": "sindresorhus.com"
  33. },
  34. "ava": {
  35. "serial": true
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/gulp-debug/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "chalk": "^2.3.0",
  43. "fancy-log": "^1.3.2",
  44. "plur": "^3.0.0",
  45. "stringify-object": "^3.0.0",
  46. "through2": "^2.0.0",
  47. "tildify": "^1.1.2"
  48. },
  49. "deprecated": false,
  50. "description": "Debug Vinyl file streams to see what files are run through your Gulp pipeline",
  51. "devDependencies": {
  52. "ava": "*",
  53. "gulp": "^4.0.0",
  54. "p-event": "^1.0.0",
  55. "sinon": "^4.1.3",
  56. "strip-ansi": "^4.0.0",
  57. "vinyl": "^2.1.0",
  58. "xo": "*"
  59. },
  60. "engines": {
  61. "node": ">=6"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/sindresorhus/gulp-debug#readme",
  67. "keywords": [
  68. "gulpplugin",
  69. "debug",
  70. "debugging",
  71. "inspect",
  72. "log",
  73. "logger",
  74. "vinyl",
  75. "file",
  76. "fs"
  77. ],
  78. "license": "MIT",
  79. "name": "gulp-debug",
  80. "peerDependencies": {
  81. "gulp": ">=4"
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/sindresorhus/gulp-debug.git"
  86. },
  87. "scripts": {
  88. "test": "xo && ava"
  89. },
  90. "version": "4.0.0"
  91. }