package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "gulp-plumber@^1.1.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mctAi9msEAG7XzW5ytDVZ9PxWMzzi1pS2rBH7lA095DhMa6KEXjm+St0GOCc567pJKJ/oCvosVAZEpAey0q2eQ==",
  6. "_location": "/gulp-plumber",
  7. "_phantomChildren": {
  8. "ansi-cyan": "0.1.1",
  9. "ansi-red": "0.1.1",
  10. "arr-flatten": "1.1.0"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "gulp-plumber@^1.1.0",
  16. "name": "gulp-plumber",
  17. "escapedName": "gulp-plumber",
  18. "rawSpec": "^1.1.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^1.1.0"
  21. },
  22. "_requiredBy": [
  23. "/fomantic-ui"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/gulp-plumber/-/gulp-plumber-1.2.1.tgz",
  26. "_shasum": "d38700755a300b9d372318e4ffb5ff7ced0b2c84",
  27. "_spec": "gulp-plumber@^1.1.0",
  28. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  29. "author": {
  30. "name": "Vsevolod Strukchinsky",
  31. "email": "[email protected]",
  32. "url": "https://github.com/floatdrop"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/floatdrop/gulp-plumber/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "chalk": "^1.1.3",
  40. "fancy-log": "^1.3.2",
  41. "plugin-error": "^0.1.2",
  42. "through2": "^2.0.3"
  43. },
  44. "deprecated": false,
  45. "description": "Prevent pipe breaking caused by errors from gulp plugins",
  46. "devDependencies": {
  47. "coveralls": "^2.11.6",
  48. "event-stream": "3.3.4",
  49. "gulp": "^3.9.1",
  50. "istanbul": "^0.4.2",
  51. "mocha": "^2.4.5",
  52. "mocha-lcov-reporter": "^1.0.0",
  53. "should": "^8.2.2",
  54. "through": "^2.3.8",
  55. "xo": "^0.12.1"
  56. },
  57. "engines": {
  58. "node": ">=0.10",
  59. "npm": ">=1.2.10"
  60. },
  61. "homepage": "https://github.com/floatdrop/gulp-plumber",
  62. "keywords": [
  63. "gulpplugin"
  64. ],
  65. "license": "MIT",
  66. "main": "./index.js",
  67. "name": "gulp-plumber",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/floatdrop/gulp-plumber.git"
  71. },
  72. "scripts": {
  73. "test": "xo && mocha -R spec"
  74. },
  75. "version": "1.2.1",
  76. "xo": {
  77. "ignore": [
  78. "test/**"
  79. ]
  80. }
  81. }